@charset "utf-8";

/*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: transparent;
	color: #333;
	box-sizing: border-box;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Links
 ========================================================================== */
a {
	background: transparent;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	outline: none;
}
@media (min-width: 768px) {
a:hover {
	color: #c19faa;
}
h1 a:hover,
address a:hover {
	color: inherit;
}
}
/* Text-level semantics
 ========================================================================== */
abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
	font: 12px Consolas, monospace, serif;
	color: #d05;
	white-space: nowrap;
}

mark {
	background: #d5e8f0;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

.left{
	text-align: left;
}

.left img{
	width: 100%;
}

/* Transform style
 ========================================================================== */
button,
input,
select,
textarea {
	box-sizing: border-box;
	background-color: transparent;
	border-style: none;
	border-radius: 0;
	margin: 0;
	font: inherit;
	color: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="checkbox"]:not(:disabled),
input[type="radio"]:not(:disabled) {
	cursor: pointer;
}
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input:not([type="radio"]):not([type="checkbox"]),
select {
	vertical-align: middle;
}

::-moz-focus-inner {
	border: none;
	padding: 0;
}
::-ms-clear {
	display: none;
}
::-moz-placeholder {
	opacity: 1;
}
:invalid {
	box-shadow: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}
/* Embedded content
 ========================================================================== */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
audio,
canvas,
img,
svg,
video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

img {
	border: none;
}
/* EBiS */
body > img {
	display: none;
}

svg:not(:root) {
	overflow: hidden;
}
/* Block elements
 ========================================================================== */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
	margin: 0;
	padding: 0;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h5,
h6 {
	font-weight: normal;
}
h3,
.en,
.js-tel,
.js-price {
	font-family: Oswald;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* Sizes */
h1 {
	font-family: Meiryo !important;
	font-size: 16px;
	font-size: 1.6rem;
}
h2 {
	font-size: 12px;
	font-size: 1.2rem;
}
h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
h4,
h5,
h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
/* Lists
 ========================================================================== */
ul,
ol {
	list-style: none;
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
	margin: 0;
}
/* Description lists
 ========================================================================== */
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
/* Horizontal rules
 ========================================================================== */
hr {
	box-sizing: content-box;
	width: 100%;
	height: 0;
	margin: 0;
	border: none;
	border-top: 1px solid #e5e5e5;
}
/* Address
 ========================================================================== */
address {
	font-style: normal;
}
/* Preformatted text
 ========================================================================== */
pre {
	font: 12px Consolas, monospace, serif;
	-moz-tab-size: 4;
	tab-size: 4;
	overflow: auto;
}
/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

progress {
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
}

[hidden],
template {
	display: none;
}
/* Iframe
 ========================================================================== */
iframe {
	border: none;
}
/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
@-ms-viewport {
	width: device-width;
}
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
.uk-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.uk-grid:before,
.uk-grid:after {
	content: "";
	display: block;
	overflow: hidden;
}
.uk-grid:after {
	clear: both;
}
/* Grid cell */
.uk-grid > * {
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	margin: 0;
	float: left;
}
.uk-grid > * > :last-child {
	margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
.uk-grid {
	margin-left: -16px;
}
.uk-grid > * {
	padding-left: 16px;
}
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
	margin-top: 24px;
}
/* Modifier */
#js-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
#js-feature.uk-grid {
	margin-left: -10px;
}
#js-feature.uk-grid > * {
	padding-left: 10px;
}
#js-new .uk-grid,
#js-instagram {
	margin-bottom: 24px;
}
#js-instagram > .uk-grid-margin,
#js-instagram > .uk-panel:nth-child(n+4),
#js-bnr > .uk-grid-margin {
	margin-top: 16px;
}
#js-instagram div:nth-child(n+7) {
	display: none;
}
@media (min-width: 768px) {
#js-2col.uk-grid {
	margin-left: -40px;
}
#js-2col.uk-grid > * {
	padding-left: 40px;
}
}
#js-2col > .uk-grid-margin {
	margin-top: 32px;
}
/* Footer */
footer .uk-grid > .uk-grid-margin,
footer .uk-grid > * > .uk-panel + .uk-panel {
	margin-top: 0;
}
/* Modifier: `uk-grid-divider`
 ========================================================================== */
.uk-grid-divider > * {
	padding-left: 16px;
	padding-right: 16px;
}
.uk-grid-divider > *:last-child {
	padding-right: 0;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
.uk-grid-divider > * {
	padding-right: 0;
}
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
	border-left: 1px solid #ddd;
}
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
	border-left: 1px solid #ddd;
}
}
/* Vertical divider */
.uk-grid-divider:empty {
	margin-top: 24px;
	margin-bottom: 24px;
	border-top: 1px solid #ddd;
}
/* Match panels in grids
 ========================================================================== */
.uk-grid > * {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.uk-grid > * > * {
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	box-sizing: border-box;
	width: 100%;
}


/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
	box-sizing: border-box;
	width: 100%;
}
.uk-grid-width-1-2 > * {
	width: 50%;
}
.uk-grid-width-1-3 > * {
	width: 33.333%;
}
.uk-grid-width-1-4 > * {
	width: 25%;
}
.uk-grid-width-1-5 > * {
	width: 20%;
}
.uk-grid-width-1-6 > * {
	width: 16.666%;
}
.uk-grid-width-1-10 > * {
	width: 10%;
}
.uk-grid-width-auto > * {
	width: auto;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
.itemlist{
	padding-bottom:20px;
}
.itemlist td{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.itemlist img{
	width: 100%;
}
.uk-grid-width-small-1-1 > * {
	width: 100%;
}
.uk-grid-width-small-1-2 > * {
	width: 50%;
}
.uk-grid-width-small-1-3 > * {
	width: 33.333%;
}
.uk-grid-width-small-1-4 > * {
	width: 25%;
}
.uk-grid-width-small-1-5 > * {
	width: 20%;
}
.uk-grid-width-small-1-6 > * {
	width: 16.666%;
}
.uk-grid-width-small-1-10 > * {
	width: 10%;
}
}
/* Tablet */
@media (min-width: 640px) {
.itemlist{
	padding-bottom:20px;
}
.itemlist img{
	width: 90%;
}
.uk-grid-width-tab-1-2 > * {
	width: 50%;
}
.uk-grid-width-tab-1-3 > * {
	width: 33.333%;
}
.uk-grid-width-tab-1-5 > * {
	width: 20%;
}
}
/* Tablet and bigger */
@media (min-width: 768px) {
.itemlist{
	padding-bottom:20px;
}
.itemlist img{
	width: 90%;
}
.uk-grid-width-medium-1-1 > * {
	width: 100%;
}
.uk-grid-width-medium-1-2 > * {
	width: 50%;
}
.uk-grid-width-medium-1-3 > * {
	width: 33.333%;
}
.uk-grid-width-medium-1-4 > * {
	width: 25%;
}
.uk-grid-width-medium-1-5 > * {
	width: 20%;
}
.uk-grid-width-medium-1-6 > * {
	width: 16.666%;
}
.uk-grid-width-medium-1-10 > * {
	width: 10%;
}
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
	box-sizing: border-box;
	width: 100%;
}
/* Whole */
.uk-width-1-1 {
	width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
	width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
	width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
	width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
	width: 25%;
}
.uk-width-3-4 {
	width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
	width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
	width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
	width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
	width: 80%;
}
/* Sixths */
.uk-width-1-6 {
	width: 16.666%;
}
.uk-width-5-6 {
	width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
	width: 10%;
}
.uk-width-3-10 {
	width: 30%;
}
.uk-width-7-10 {
	width: 70%;
}
.uk-width-9-10 {
	width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
/* Whole */
.uk-width-small-1-1 {
	width: 100%;
}
/* Halves */
.uk-width-small-1-2,
.uk-width-small-2-4,
.uk-width-small-3-6,
.uk-width-small-5-10 {
	width: 50%;
}
/* Thirds */
.uk-width-small-1-3,
.uk-width-small-2-6 {
	width: 33.333%;
}
.uk-width-small-2-3,
.uk-width-small-4-6 {
	width: 66.666%;
}
/* Quarters */
.uk-width-small-1-4 {
	width: 25%;
}
.uk-width-small-3-4 {
	width: 75%;
}
/* Fifths */
.uk-width-small-1-5,
.uk-width-small-2-10 {
	width: 20%;
}
.uk-width-small-2-5,
.uk-width-small-4-10 {
	width: 40%;
}
.uk-width-small-3-5,
.uk-width-small-6-10 {
	width: 60%;
}
.uk-width-small-4-5,
.uk-width-small-8-10 {
	width: 80%;
}
/* Sixths */
.uk-width-small-1-6 {
	width: 16.666%;
}
.uk-width-small-5-6 {
	width: 83.333%;
}
/* Tenths */
.uk-width-small-1-10 {
	width: 10%;
}
.uk-width-small-3-10 {
	width: 30%;
}
.uk-width-small-7-10 {
	width: 70%;
}
.uk-width-small-9-10 {
	width: 90%;
}
}
/* Tablet and bigger */
@media (min-width: 768px) {
/* Whole */
.uk-width-medium-1-1 {
	width: 100%;
}

.uk-width-medium-1-1 > .footcat-nav li{
	float: left;
}
.uk-width-medium-1-1 > .uk-nav-header{
	float: left;
	padding-top:10px;
}

.pcnav-size li{
	width:10%;
	padding-top:10px;
	padding-left:20px;
}

.pcnav-price li{
	width:23%;
	padding-top:10px;
	padding-left:15px;
}

.pcnav-col li{
	width:14.28%;
	padding-top:10px;
	padding-left:20px;
}

.pcnav-recommend li{
	width:50;
	padding-top:10px;
	padding-left:20px;
}



/* Halves */
.uk-width-medium-1-2,
.uk-width-medium-2-4,
.uk-width-medium-3-6,
.uk-width-medium-5-10 {
	width: 50%;
}
/* Thirds */
.uk-width-medium-1-3,
.uk-width-medium-2-6 {
	width: 33.333%;
}
.uk-width-medium-2-3,
.uk-width-medium-4-6 {
	width: 66.666%;
}
/* Quarters */
.uk-width-medium-1-4 {
	width: 25%;
}
.uk-width-medium-3-4 {
	width: 75%;
}
/* Fifths */
.uk-width-medium-1-5,
.uk-width-medium-2-10 {
	width: 20%;
}
.uk-width-medium-2-5,
.uk-width-medium-4-10 {
	width: 40%;
}
.uk-width-medium-3-5,
.uk-width-medium-6-10 {
	width: 60%;
}
.uk-width-medium-4-5,
.uk-width-medium-8-10 {
	width: 80%;
}
/* Sixths */
.uk-width-medium-1-6 {
	width: 16.666%;
}
.uk-width-medium-5-6 {
	width: 83.333%;
}
/* Tenths */
.uk-width-medium-1-10 {
	width: 10%;
}
.uk-width-medium-3-10 {
	width: 30%;
}
.uk-width-medium-7-10 {
	width: 70%;
}
.uk-width-medium-9-10 {
	width: 90%;
}
}
/* ========================================================================
   Component: Panel
 ========================================================================== */
.uk-panel {
	display: block;
	position: relative;
}
.uk-panel :not(.uk-comment) img {
	margin-bottom: 4px;
}
.uk-panel img + p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.uk-panel span + h4 {
	margin-top: 2px;
}
.uk-panel:before,
.uk-panel:after {
	content: "";
	display: table;
}
.uk-panel:after {
	clear: both;
}
.uk-panel > :last-child {
	margin-bottom: 0;
}
/* Feature and Comment */
#js-feature .uk-panel img + span {
	padding: 2px 6px;
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
	background: #c19faa;
}
#js-feature .uk-panel p,
.uk-comment p {
	margin-top: 2px;
	font-size: 12px;
	font-size: 1.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* ========================================================================
   Component: Comment
 ========================================================================== */
.uk-comment {
	display: block;
}
.uk-comment:before,
.uk-comment:after {
	content: "";
	display: table;
}
.uk-comment:after {
	clear: both;
}
.uk-comment img {
	width: 96px;
	margin-right: 8px;
	float: left;
}
@media (min-width: 480px) {
.uk-comment img {
	width: 120px;
}
}
/* ========================================================================
   Component: Nav
 ========================================================================== */
.uk-nav li > a {
	display: block;
	box-sizing: border-box;
	padding: 0 12px;
	line-height: 56px;
	border-bottom: 2px solid #fff;
	color:#fff;
}
.uk-nav li > a > i {
	margin-right: 8px;
	font-size: 160%;
	vertical-align: middle;
	width: 1em;
	text-align: center;
}
.uk-nav li > a > i.icon-blank {
	margin-left: 4px;
	font-size: 80%;
}
.uk-nav ul:not(.al-acordion) li > a:before {
	content: "\e15b";
	font-family: icomoon;
	margin: 0 8px;
}

/* ========================================================================
   Component: footercat Nav
 ========================================================================== */

.footcat-nav li > a {
	display: block;
	line-height: 56px;
}
/* ========================================================================
   Component: footer Nav
 ========================================================================== */


.foot-nav li > a {
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 56px;
}
.foot-nav ul:not(.al-acordion) li > a:before {
	content: ">";
	font-family: icomoon;
	margin: 0 8px;
}

.foot-nav li.snsbutton > a {
	display: block;
	box-sizing: border-box;
	line-height: 56px;
	height:55px;
}
.foot-nav ul:not(.al-acordion) li.snsbutton > a:before {
	padding: 0 10px;
	content: ">";
	font-family: icomoon;
	margin: 0 8px;
}




/* Category */

.al-category {
	text-align: center;
	background:#fff;
}

.al-size td  {
	width:62px;
	height:50px;
	text-align: center;
	border-right:1px solid #ffffff;
}
.al-size td a {
	color:#ffffff;
	font-size:30px;
	text-align: center;
}
.al-size td.end  {
	width:62px;
	height:50px;
	border-right:1px solid transparent;
}
.al-size td a:hover {
	color:#d35a5a;
}

/*���[�U�[*/

.al-user td  {
	font-size:12px;
	font-weight:bold;
	width:155px;
	height:50px;
	text-align: center;
	border-right:1px solid #ffffff;
	letter-spacing: 1px;
	padding-right:5px;
}

.al-user td a{
	color:#ffffff;
	text-align: right;
}
.al-user td.bdwhi  {
	border-bottom:1px solid #ffffff;
}

.al-user td.end  {
	height:50px;
	border-right:1px solid transparent;
}

/*���i��*/
.al-price td  {
	font-size:12px;
	font-weight:bold;
	width:155px;
	height:50px;
	text-align: right;
	border-right:1px solid #ffffff;
	letter-spacing: 1px;
	padding-right:5px;
}

.al-price td a{
	color:#ffffff;
	text-align: right;
}
.al-price td.bdwhi  {
	border-bottom:1px solid #ffffff;
}

.al-price td.end  {
	height:50px;
	border-right:1px solid transparent;
}


/* Brand */
.al-acordion {
	text-align: center;
}
.al-acordion li > a {
	padding: 12px 12px 6px;
	line-height: inherit;
}
.al-acordion img {
	width: 100%;
	height: auto;
}
/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
	padding: 32px 12px 4px;
	border-bottom: 1px solid #333;
}
/* Modifier: `uk-parent`
 ========================================================================== */
.uk-nav > .uk-parent > a:after {
	float: right;
	content: ">";
	font-weight:bold;
}
.uk-nav > .uk-parent.uk-open > a:after {
	content: ">";
	transform: rotate(90deg);
}
/* Panel in nav
 ========================================================================== */
.uk-nav .uk-panel .foot-nav {
	padding: 12px;
	border-bottom: 1px solid #e5e5e5;
}
/* Search */
.uk-search {
	display: block;
	position: relative;
	background:url(http://www.ala-mode.jp/newindex/img/search_icon.jpg);
		width: 32px;
	height: 32px;


}
.uk-search:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	line-height: 32px;
	text-align: center;
	font-family: icomoon;
	color: #333;
}
.js-kw {
	margin: 4px 0 8px 8px;
	height:70px;
}
.js-kw a {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin: 8px 4px 0 0;
	padding: 2px 6px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
	background: #eabfb4;
	color: #fff;
	border-radius: 4px;
}
.js-kw a:hover {
	background: #c09e6e;
	color: #fff;
}
.js-moresearch {
	text-align: right;
}
.js-moresearch a:after {
	content: "\e927";
	font-family: icomoon;
	padding-left: 4px;
}
/* Sns
 ========================================================================== */
.offcanvas-sidebar .js-sns {
	text-align: center;
	margin: 24px 0 24px -12px;
}
.offcanvas-sidebar .js-sns li {
	padding-left: 12px;
	display: inline-block;
}
/* Footer
 ========================================================================== */
@media (max-width: 767px) {
footer .uk-nav-header {
	padding: 0 12px;
	border: none;
	height: 56px;
	line-height: 56px;
	background: #e6ded7;
}
footer .foot-nav li {
	border-bottom:1px solid #cccccc;
}
footer .foot-nav li > a:after {
	content: ">";
	float: right;
	font-family: icomoon;
	text-align: center;
}

footer .nav-1-2 li {
    float: left;
    width: 50%;
}
footer .nav-1-2 li:nth-of-type(2n+1) > a {
    border-right: 1px solid #e5e5e5;
}
footer .nav-1-2 li:nth-last-child(2) > a,
footer .foot-nav li:not(.nav-last):last-child > a {
	border-bottom: none;
}
footer .nav-1-2_2 li {
    float: left;
    width: 50%;
}


footer .nav-1-3 li {
    float: left;
    width: 33.333%;
}
footer .nav-1-5 li {
    float: left;
    width: 20%;
}


}
@media (min-width: 768px) {
footer .uk-nav-header {
	margin-left: 10px;
	padding: 0;
	display: inline;
	border-width: 3px;
}
footer .foot-nav {
	margin-top: 8px;
}
footer .foot-nav li > a {
	font-size: 12px;
	font-size: 1.2rem;
	height: 32px;
	line-height: 32px;
	border: none;
}
.tinsent{
	letter-spacing: -2px;
	font-size: 9px;
}


}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
.uk-subnav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.uk-subnav > * {
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	position: relative;
}
/* DEPRECATED IE9 Support */
.uk-subnav:before,
.uk-subnav:after {
	content: "";
	display: block;
	overflow: hidden;
}
.uk-subnav:after {
	clear: both;
}
.uk-subnav > * {
	float: left;
}
.uk-subnav > * > * {
	display: inline-block;
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
.uk-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	width: 200px;
	padding: 16px;
	background: #f5f5f5;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}
.uk-dropdown > .FS2_repeater small {
	display: block;
	margin: -3px 0 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.uk-open > .uk-dropdown {
	display: block;
	-webkit-animation: uk-fade 0.2s ease-in-out;
	animation: uk-fade 0.2s ease-in-out;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-top: -1px;
}
#js-search.uk-dropdown {
	width: 272px;
}
.uk-dropdown > ul li > a {
	display: block;
	height: 32px;
	line-height: 32px;
}
.uk-dropdown > ul li > a:hover {
	color: #c19faa;
}
.uk-dropdown > ul li > a:before {
	content: "\e315";
	font-family: icomoon;
	padding-right: 8px;
}
.uk-dropdown > .uk-form input[type="search"] {
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}
/* ========================================================================
   Component: Form
 ========================================================================== */
/* Style
 ========================================================================== */
.uk-form > :last-child {
	margin-bottom: 0;
}
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding-left: 32px;
	border: 1px solid rgba(0, 0, 0, 0);
	background: #f5f5f5;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
	outline: none;
}
/* Search */
@media (max-width: 479px) {
.uk-form input[type="search"] {
	font-size: 16px;
}
}
/* Placeholder */
.uk-form :-ms-input-placeholder {
	color: rgba(0, 0, 0, .3) !important;
}
.uk-form ::-moz-placeholder {
	color: rgba(0, 0, 0, .3);
}
.uk-form ::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .3);
}
/* Legend */
.uk-form legend {
	width: 100%;
	border: none;
	padding: 0;
	padding-bottom: 16px;
	font-size: 18px;
	font-size: 1.8rem;
}
/* Fixes IE9 */
.uk-form legend:after {
	content: "";
	display: block;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
/* Reset height
 ========================================================================== */
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
	height: auto;
}
/* Sub-objects: `uk-form-row`
 ========================================================================== */
.uk-form-row:before,
.uk-form-row:after {
	content: "";
	display: table;
}
.uk-form-row:after {
	clear: both;
}
.uk-form-row + .uk-form-row {
	margin-top: 16px;
}
/* Controls content
 * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
 ========================================================================== */
.uk-form-controls > :first-child {
	margin-top: 0;
}
.uk-form-controls > :last-child {
	margin-bottom: 0;
}
.uk-form-controls-condensed {
	margin: 5px 0;
}
/* Modifier: `uk-form-stacked`
 * Requires sub-object: `uk-form-label`
 ========================================================================== */
.uk-form-stacked .uk-form-label {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}
/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
.uk-form-horizontal .uk-form-label {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}
}
/* Desktop and bigger */
@media (min-width: 960px) {
.uk-form-horizontal .uk-form-label {
	width: 200px;
	margin-top: 4px;
	float: left;
}
.uk-form-horizontal .uk-form-controls {
	margin-left: 216px;
}
.uk-form-horizontal .uk-form-controls-text {
	padding-top: 4px;
}
}
/* ========================================================================
   Component: Button
 ========================================================================== */
.uk-button::-moz-focus-inner {
	border: none;
	padding: 0;
}
.uk-button {
	-webkit-appearance: none;
	margin: 0;
	padding-right: 20px;
	overflow: visible;
	font: inherit;
	display: inline-block;
	box-sizing: border-box;
	text-align: right;
	font-size: 1.4rem;
	color: #c19faa;
	transition: .3s;
	position: relative;
}
.uk-button:not(:disabled) {
	cursor: pointer;
}
.uk-button:active,
.uk-button:hover,
.uk-button:focus {
	outline: none;
}
.js-morebtn {
	text-align: right;
}
.js-morebtn > .uk-button:after {
	position: absolute;
	right: 0;
	content: "\e927";
	font-family: icomoon;
}
.js-update {
	font-family: 'Open Sans Condensed';
	font-weight: 300;
}
.js-update:not(span) {
	text-align: right;
}
.js-update:not(span):before {
	content: "\e937";
	font-family: icomoon;
	vertical-align: middle;
	margin-right: 4px;
}
@media (max-width: 767px) {
.uk-button {
	padding: 0;
	border: 1px solid #c19faa;
	border-radius: 4px;
	width: 100%;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
}
.uk-button:active,
.uk-button:hover,
.uk-button:focus {
	background-color: #c19faa;
	color: #fff;
}
.js-morebtn {
	text-align: center;
    margin-top: 4px;
}
.js-morebtn > .uk-button:after {
    margin-top: -20px;
	top: 50%;
	right: 8px;
}
}
/* Sub-object: `uk-button-dropdown`
 ========================================================================== */
.uk-button-dropdown {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
/* ========================================================================
   Component: Icon
 ========================================================================== */
/* ========================================================================
   Component: Close
 ========================================================================== */
.uk-close::-moz-focus-inner {
	border: none;
	padding: 0;
}
.uk-close {
	-webkit-appearance: none;
	border: none;
	overflow: visible;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	position: absolute;
	right: 8px;
}
.uk-close:hover,
.uk-close:focus {
	cursor: pointer;
}
.uk-close:after {
	content: "\e5cd";
	font-family: icomoon;
}
/* Alert */
.uk-alert .uk-close {
	top: 8px;
	color: #fff;
	background: #111;
}
/* Overlay */
.uk-overlay-area .uk-close {
	bottom: 8px;
	background: rgba(255, 255, 255, .7);
}
.uk-overlay-area .uk-close:hover {
	background: rgba(255, 255, 255, 1);
}
/* ========================================================================
   Component: Badge
 ========================================================================== */
.uk-badge > .uk-panel:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-left: 16px;
	line-height: 20px;
	padding: 0 6px;
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
	background: #ffe200;
	color: #000;
	content: "NEW";
	font-family: Oswald;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.uk-badge_top > .uk-panel:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-left: 0px;
	line-height: 20px;
	padding: 0 6px;
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
	background: #ffe200;
	color: #000;
	content: "NEW";
	font-family: Oswald;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* Modifier
 ========================================================================== */
.crown{
  top:25px;
  left:10px;
  width: 0px;
  height: 0px;
  border-bottom: 35px solid #BFA930;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: relative;
}
.crown:after{
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 20px solid #FFE973;
  border-left: 20px solid #FFE973;
  border-right: 20px solid #FFD700;
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
}
 
.crown-circle{
  background-color:#A68C00;
  border-radius:50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: -21px;
}
.crown-circle:BEFORE{
  background-color:#A68C00;
  border-radius:50%;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0px;
  left: 19px;
}
.crown-circle:AFTER{
	background-color:#A68C00;
	border-radius:50%;
	width: 5px;
	height: 5px;
	content: "";
	position: absolute;
	top: 0px;
	left: 38px;
}

.crown-small{
  top:0px;
  left:-5px;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid #BFA930;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: relative;
}
.crown-small:after{
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 15px solid #FFE973;
  border-left: 15px solid #FFE973;
  border-right: 15px solid #FFD700;
  content: "";
  position: absolute;
  top: 0px;
  left: -15px;
}
.crown-circle-small{
  background-color:#A68C00;
  border-radius:50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: -16px;
}
.crown-circle-small:BEFORE{
  background-color:#A68C00;
  border-radius:50%;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0px;
  left: 12.5px;
}
.crown-circle-small:AFTER{
	background-color:#A68C00;
	border-radius:50%;
	width: 5px;
	height: 5px;
	content: "";
	position: absolute;
	top: 0px;
	left: 25px;
}



.uk-badge.uk-badge-rank > .uk-panel:before {
	box-sizing: border-box;
	border-radius: 50%;
/*	top: -8px;
	left: -8px;
	width: 24px;
*/
	top: 50px;
	left: -65px;
	width: 50px;
	line-height: 24px;
	padding: 0;
	background: #000;
	color: #fff;
}
#js-feature.uk-badge > .uk-panel:before {
	left: 0;
	width: 50px;
	line-height: 45px;
	font-size:28px;
	font-weight:bold;
	padding-top:5px;
/*	width: 32px;
	line-height: 32px;
*/
}
.uk-badge.uk-badge-rank > .uk-panel:nth-child(1):before {
	background: #D2A532;
	content: "1";
}
.uk-badge.uk-badge-rank > .uk-panel:nth-child(2):before {
	background: #808487;
	content: "2";
}
.uk-badge.uk-badge-rank > .uk-panel:nth-child(3):before {
	background: #C16E3A;
	content: "3";
}
.uk-badge.uk-badge-rank > .uk-panel:nth-child(4):before {
	content: "4";
}
.uk-badge.uk-badge-rank > .uk-panel:nth-child(5):before {
	content: "5";
}



.uk-badge_top.uk-badge-rank > .uk-panel:before {
	box-sizing: border-box;
	border-radius: 50%;
	top: 0px;
	left: 40px;
	width: 30px;
	line-height: 24px;
	padding: 0;
	background: #000;
	color: #fff;
}
#js-feature.uk-badge_top > .uk-panel:before {
	left: 40px;
	width: 30px;
	line-height: 30px;
	font-size:18px;
/*	width: 32px;
	line-height: 32px;
*/
}


.uk-badge_top.uk-badge-rank > .uk-panel:nth-child(1):before {
	background: #C16E3A;
	content: "3";
}
.uk-badge_top.uk-badge-rank > .uk-panel:nth-child(2):before {
	background: #808487;
	content: "4";
}
.uk-badge_top.uk-badge-rank > .uk-panel:nth-child(3):before {
	content: "5";
}

@media (max-width: 479px) {
#js-new .uk-badge > .uk-panel:nth-child(1):before {
	line-height: 28px;
	padding: 0 8px;
	font-size: 16px;
	font-size: 1.6rem;
}
#js-ranking .uk-badge > .uk-panel:nth-child(1):before {
	width: 32px;
	line-height: 32px;
}
}
#js-ranking li {
	padding: 8px;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
	position: relative;
}
.uk-alert a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url() top center;
	background-repeat: no-repeat;
}
@media (max-width: 479px) {
.uk-alert a {
	height: 0;
	padding-top: 15%;
	background-size: contain;
}
}
@media (min-width: 480px) {
.uk-alert a {
	height: 60px;
	background-repeat: repeat-x;
	background-size: 400px 60px;
}
}
/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	margin: 0;
}
.uk-overlay:not(.js-sbitem) {
	cursor: pointer;
}
.uk-overlay > :first-child {
	margin-bottom: 0;
}
/* Sub-object `uk-overlay-area`
 ========================================================================== */
.uk-overlay-area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 12px;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	-webkit-transform: translate3d(0, 0, 0);
}
.uk-overlay:not(.js-sbitem) .uk-overlay-area {
	z-index: -1;
}
.uk-overlay.js-sbitem .uk-overlay-area {
	opacity: 1;
}
.uk-overlay-area a {
	position: relative;
	display: block;
	color: #fff;
	margin-bottom: 12px;
	padding-right: 12px;
}
.uk-overlay-area a:not(.uk-close):after {
	position: absolute;
	top: 50%;
	right: -4px;
	line-height: 16px;
	margin-top: -8px;
	content: "\e927";
	font-family: icomoon;
}
.uk-overlay-area ul {
	display: table;
}
.uk-overlay-area ul li {
	display: table-cell;
	vertical-align: middle;
}
.uk-overlay-area ul li:first-child {
	width: 20%;
}
.uk-overlay-area ul li img {
	display: block;
	width: 100%;
	height: auto;
}
.uk-overlay-area ul li:last-child {
	padding-left: 8px;
	font-size: 80%;
}
.js-price {
	margin-top: -8px;
	text-align: right;
	color: #f36;
	font-size: 16px;
	font-size: 1.6rem;
}
.js-total {
	margin-right: 4px;
	padding: 0 6px;
	font-size: 70%;
	text-align: center;
	vertical-align: middle;
	background: #f36;
	color: #fff;
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
/* Keyframes: Fade
 ========================================================================== */
@-webkit-keyframes uk-fade {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@keyframes uk-fade {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
	max-width: 950px;
	margin: 0 auto;
	padding: 32px 16px;
	border-top: 1px solid #e5e5e5;
}
footer .uk-container {
	border: none;
}
.uk-container header,
#js-new header {
	margin-bottom: 32px;
	text-align: center;
}
.uk-container header > h2 > span,
#js-new header > h2 > span {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
}
@media (max-width: 767px) {
footer > .uk-container {
	padding: 0;
}
}
@media (min-width: 768px) {
.uk-container {
	padding: 40px 16px;
	border: none;
}
.uk-container header {
	margin-bottom: 40px;
}
.uk-container header > h2 > span,
#js-new header > h2 > span {
	font-size: 40px;
	font-size: 4rem;
	border-top:6px solid #f1dad4;
	border-bottom:6px solid #f1dad4;
}
}
.uk-container:before,
.uk-container:after {
	content: "";
	display: table;
}
.uk-container:after {
	clear: both;
}
/* Visibility
 ========================================================================== */
@media (max-width: 479px) {
.uk-hidden-small {
	display: none !important;
}
}
@media (max-width: 767px) {
.uk-hidden-medium {
	display: none !important;
}
}
@media (max-width: 1350px) {
.uk-hidden-medium_large {
	display: none !important;
}
}
@media (min-width: 480px) {
.uk-visible-small {
	display: none !important;
}
}
@media (min-width: 768px) {
.uk-visible-medium {
	display: none !important;
}
}
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
*,
*:before,
*:after {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a,
a:visited {
	text-decoration: underline;
}
pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr,
img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}
h2,
h3 {
	page-break-after: avoid;
}
}


/* ==========================================================================
   Sawa a la mode　彩輪新着一覧(2017/5/8～)
 ========================================================================== */

table.new_arrival_sawa {
	margin:60px auto;
}

.new_arrival_sawa th img{
	display:block;
	margin:30px auto 30px auto;
}

/***** 新着アイテム一覧 ******/
.new_itemlist th{
	text-align:left;
	border-bottom:2px dotted #a68888;
	width:100%;
	font-size:130%;
	background-image:url(../img/sawa_new/icon_daiya.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 0px 7px 35px;
}


/* PC */
@media (min-width: 950px) {
.new_itemlist {
	width:850px;
	margin:0px auto;
	padding-bottom:20px;
}
.new_itemlist img{
	width: 90%;
}
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
.new_itemlist{
	padding-bottom:30px;
}
.new_itemlist td{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.new_itemlist img{
	width: 100%;
}

/* Tablet */
@media (min-width: 640px) {
.new_itemlist{
	padding-bottom:20px;
}
.new_itemlist img{
	width: 90%;
}
}

/* Tablet and bigger */
@media (min-width: 768px) {
.new_itemlist{
	padding-bottom:20px;
}
.new_itemlist img{
	width: 90%;
}
}