/*------------------------------ common setting ------------------------------*/
/*---------------------------------------
　common tag
---------------------------------------*/
main, article, aside, figure, footer, header, nav, section {
	display: block; /* for ie8 */
}
*{
	box-sizing: border-box;
	overflow-wrap: break-word;
}
h1{
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 1.0rem;
	line-height: 2.0;
	font-weight: normal;
	text-align: right;
	vertical-align: baseline;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	color: #fff;
	background: #222;
}
h2, h3, h4, h5{
	position: relative;
	font-weight: bold;
	text-align: left;
}
h2{
	margin: 0 auto 30px auto;
	padding: 0 20px 10px 20px;
	font-size: 2.0rem;
	line-height: 1.6;
	border-bottom: #ddd solid 2px;
}
h3{
	margin: 0 0 30px 0;
	padding: 0 20px 10px 25px;
	font-size: 1.8rem;
	line-height: 1.6;
}
h3:before{
	content: ''; 
	display: block; 
	position: absolute;
	top: 0.8em; 
    left: 0;
	height: 1px; 
	width: 20px; 
	border-top: #222 solid 1px;
}
h4{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1.5;
}
h5{
	font-size: 1.6rem;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.5;
}
h6{
	font-size: 1.6rem;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.5;
	color: #777;
}

/* リンク指定 */
a{ color: #395485; text-decoration: none; }
a:hover{ color: #9c8253; text-decoration: underline; }
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	transition: opacity 0.3s linear;
}

/* 要素 */
img{
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}
p{
	margin: 0 0 30px 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
ul,
ol{
	margin: 0 0 30px 30px;
	padding: 0;
}
.nomark{
	margin: 0 0 30px 10px;
	list-style-type: none;
}
hr{
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
	height: 1px;
	border-top: #ccc solid 1px;
	clear: both;
}
table{
	width: 100%;
	margin: 0 auto 50px auto;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	background: #fff;
	border: #ccc solid 1px;
}
th,
td{
	padding: 8px 20px;
	vertical-align: top;
	text-align: left;
	border: #ccc solid 1px;
}
th{
	font-weight: bold;
	color: #222;
	background: #efefef;
}

/* ruby */
ruby{
	font-weight: 400;
}
h2 ruby,
h3 ruby,
h4 ruby,
h5 ruby,
h6 ruby{
	font-weight: 700;
}

/* 選択時のハイライトカラー */
::selection {
	background: #e1c187;
}
::-moz-selection {
	background: #e1c187;
}

/*---------------------------------------
　common class（ui）
---------------------------------------*/
/* clearfix */
.cf{ clear: both; }
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{ clear: both; }

/* Font */
.small{ font-size: 1.3rem; line-height: 1.7; }
.big{ font-size: 2.0rem; }
.red{ color: #900; }
.tkydgold{ color: #b69354; }

/* .link */
.link{
	position: relative;
	margin: 0;
	padding: 0 5px 0 10px;
	cursor: pointer;
}
.link:before{
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #395485;
	border-right: 1px solid #395485;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 0;
	top: 0.5em;
}
.link:hover:before,
.link.dlink:hover:before{
	border-color: #9c8253;
}
.link.dlink:before{
	border-top: 0;
	border-right: 1px solid #395485;
	border-bottom: 1px solid #395485;
}

/* .position */
.center{
	margin: 0 auto 30px auto;
	text-align: center;
	clear: both;
}
.center p{
	text-align: center;
}
.left,
.right{
	max-width: 40%;
	margin: 0;
	vertical-align: bottom;
}
.left{
	float: left;
	padding: 0 30px 20px 0;
}
.right{
	float: right;
	padding: 0 0 20px 30px;
}

/* .caption */
.caption{
	margin: 5px;
	padding: 0;
	font-size: 1.3rem;
	line-height: 1.7;
	word-break: break-all;
	color: #3C3C3C;
}

/* .youtube */
.youtube{
	margin: 0 auto 20px auto;
	padding: 0 0 10px 0;
	text-align: center;
}

/* .btn */
.btn{
	display: block;
	margin: 0 auto 40px auto;
	padding: 0;
	text-align: center;
}
.btn.home{
	padding-top: 20px;
	text-align: right;
	border-top: #ddd solid 1px;
}
.btn.leftside{
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}
.btn a{
	display: inline-block;
	margin: 0 auto;
	padding: 15px 60px;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	background: #395485;
	border-radius: 3px;
	text-decoration: none;
	transition: .4s;
}
.btn a:hover{
	background: #9c8253;
}

/* .more */
.more.hover{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.more a{
	padding: 4px 20px 4px 15px;
	font-weight: normal;
	line-height: 1.6;
	color: #fff;
	background: #395485;
	border-radius: 5px;
}
.more:before{
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	right: 10px;
	top: 0.5em;
}
.more a:hover{
	background: #9c8253;
	text-decoration: none;
}

/* .scroll_table */
.scroll_table{
	overflow-y: scroll;
}
.scroll_table table{
	width: 100%;
	white-space: nowrap;
}

/* .flex */
.flex{
	display: flex;
}

/* .pc_hide */
.pc_hide{
	display: none;
}

/*---------------------------------------
　common class（page）
---------------------------------------*/
/* .price */
.price{
	color: #900;
}
.price span{
	font-size: 80%;
	font-weight: normal;
}

/* .campaign */
.campaign{
	justify-content: space-between;
	margin: 0 auto 20px auto;
	padding: 0;
}
#fs_Top .campaign{
	display: none;
}

/* .holiday */
.holiday{
	margin: 10px auto 20px auto;
	padding: 10px 20px 0 20px;
	font-size: 1.3rem;
	line-height: 1.7;
	color: #f00;
	border-top: #000 solid 2px;
	border-bottom: #000 solid 2px;
}
.holiday h3{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	text-align: left;
	color: #777;
	border: 0;
	background: none;
}
.holiday h3:before{
	border: 0;
}
.holiday p{
	margin: 0 0 10px 0;
	padding: 0;
}

/* .attention */
.attention{
	margin: 20px auto 60px auto;
	padding: 20px 20px 10px 20px;
	font-size: 1.4rem;
	line-height: 1.7;
	border: #ccc solid 1px;
}
.attention p{
	margin-bottom: 20px;
}
.attention.cart{
	margin: 0 auto 20px auto;
	padding: 20px;
	color: #f00;
	border-color: #f00;
}
.attention.cart p:last-of-type{
	margin-bottom: 0;
}

/* .border_box */
.border_box{
	margin: 0 auto 50px auto;
	padding: 20px 20px 0 20px;
	border: #ccc solid 1px;
}

/* .ttbnr */
.titlebnr{
	margin: 0 0 50px 0;
	padding: 0;
}
.titledisc{
	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	border-bottom: #ccc solid 1px;
}
#list .titledisc{
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 1.8;
	border-bottom: 0;
}
#list .titledisc h3{
	margin-bottom: 5px;
	padding-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.8;
	border: 0;
}
#list .titledisc p{
	margin-bottom: 10px;
}

/* 続きを読む */
/* 
.onhidden{
	overflow: hidden;
	height: 5.5em;
	border-bottom: 0;
}
.onhidden.onhidden_open{
	overflow: visible;
	height: auto;
}
.readmore{
	display: block;
	position: absolute;
	bottom: -15px;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	color: #395485;
	font-weight: bold;
	cursor: pointer;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.26) 13%, rgba(255,255,255,0.59) 27%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.26) 13%,rgba(255,255,255,0.59) 27%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.26) 13%,rgba(255,255,255,0.59) 27%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	z-index: 1;
}
 */
.onhidden p:nth-child(n+2),
.onhidden.onhidden_open p:nth-child(n+2).readmore.onhidden_open,
.onhidden h3{
	display: none;
}
.onhidden p.readmore,
.onhidden.onhidden_open p:nth-child(n+2),
.onhidden.onhidden_open h3{
	display: block;
}
.readmore{
	margin: 0;
	padding: 5px 0;
	color: #395485;
	font-weight: bold;
	cursor: pointer;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.26) 13%, rgba(255,255,255,0.59) 27%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.26) 13%,rgba(255,255,255,0.59) 27%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.26) 13%,rgba(255,255,255,0.59) 27%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	z-index: 1;
}
.readmore:hover{
	color: #9c8253;
}
.readmore.onhidden_open{
	display: none;
}

/*---------------------------------------
　layout
---------------------------------------*/
html, body{
	width: 100%;
	/* height: 100%; */
}
html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body{
	margin: 0 auto;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1.6rem;
	line-height: 2.3;
	color: #222;
}
.wrapper{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: both;
}
.main{
	float: right;
	width: 700px;
	margin: 0 0 50px 0;
	padding: 0;
}
.main:before,
.main:after {
	content: "";
	display: table;
}
.main:after { clear: both; }

/* section */
section{
	margin: 0 0 50px 0;
	padding: 0;
}
section section section{
	margin: 0 0 30px 0;
	padding: 0;
}

/*---------------------------------------
　#header
---------------------------------------*/
#header{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 500;
}
.fixedglobal#header{
	position: fixed;
	top: 0;
}
.fixedglobal#header #head_top,
.fixedglobal#header #head_sublink{
	display: none;
}

/* cmn */
#header ul{
	list-style-type: none;
}
#header ul,
#header li{
	margin: 0;
	padding: 0;
}

/*------------ #head_top ------------*/
#head_top{
	align-items: center;
	font-size: 0;
	line-height: 0;
	padding: 11px 0;
}
#headlogo{
	width: 170px;
	margin: 0;
	padding: 0;
}
#headlogo img[src$=".svg"] {
	width: 100%;
}
#headcopy{
	flex-grow: 2;
	margin: 0;
	min-width: 180px;
	padding: 0 0 0 30px;
}
#headcopy img{
	max-width: 200px;
}
#headtext{
	display: flex;
}
#headtel{
	width: 220px;
	margin: 0;
	padding: 0 10px 0 30px;
}
#hsbnr{
	width: 164px;
	margin: 0;
	padding: 0;
}
#hsbnr li + li{
	margin-top: 3px;
}

/*------------ #global ------------*/
#global{
	width: 100%;
	margin: 0 auto;
	padding: 4px 0;
	background: #efefef;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
#global .wrapper{
	position: relative;
}
#global .flex{
	align-items: center;
}
.hide_box_down{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 10px;
	z-index: 10;
	background: #efefef;
	border: #ddd solid 1px;
	border-top: 0;
	/* 非表示 */
	opacity: 0;
	transform: rotateX(-90deg);
	transform-origin: 50% 0;
	transition: .5s;
}
.hide_box_down_wrap:hover .hide_box_down{
	opacity: 1.0;
	display: block; /*マウスオーバー時にサブメニューを表示*/
	visibility: visible;
	transform: rotateX(0);
}

/* #headmenu */
#headmenu{
	border-left: #ddd solid 1px;
}
#headmenu li{
	padding: 0 15px;
	border-right: #ddd solid 1px;
}
#headmenu .hide_btn_down{
	font-weight: bold;
	color: #395485;
}
#headmenu .hide_btn_down:hover{
	color: #b69354;
}

/* #headmenu > #head_cat */
#head_cat .cat_menu_wrap{
	display: flex;
	width: 100%;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: bold;
}
#head_cat .cat_menu_wrap + .cat_menu_wrap{
	margin-top: 10px;
}
#head_cat .cat_menu_wrap h3{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 6em;
	margin: 0 0 1px 0;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	background: #dbe8e8;
}
#head_cat .cat_menu_wrap.cat_menu_wrap_color01 h3{
	background: #c9dede;
}
#head_cat .cat_menu_wrap.cat_menu_wrap_color02 h3{
	background: #e4e4c0;
}
#head_cat .cat_menu_wrap h3:before{
	border: 0;
}
#head_cat .cat_menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#head_cat .cat_menu::after{
	display: block;
	content: "";
	width: 33.33333%;
	width: calc(100% / 3);
}
#head_cat .cat_menu li{
	display: flex;
	width: 33.33333%;
	width: calc(100% / 3);
	padding: 0 0 1px 1px;
	border-right: 0;
}
#head_cat .cat_menu.cat_menu_half{
	width: 61%;
}
#head_cat .cat_menu.cat_menu_half li{
	width: 50%;
}
#head_cat .cat_menu li{
	width: 33.33%; /* IE11用 */
}
#head_cat .cat_menu li a{
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 47px;
	padding: 5px 10px 5px 60px;
	background-color: #fff;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: 48px 40px;
	border: #ddd solid 1px;
}
.cat_bnr_area{
	position: absolute;
	bottom: 11px;
	right: 10px;
}

/* #headmenu > #head_brand */
#head_brand .bdlist{
	flex-wrap: wrap;
	/* justify-content: space-between; */
	justify-content: flex-start;
}
#head_brand .bdlist::after{
	display: block;
	content: "";
	width: 25%;
}
#head_brand .bdlist_item{
	display: flex;
	align-items: center;
	width: 25%;
	margin: 0;
	padding: 0 10px 0 0;
	background: #fff;
	border: #ddd solid 1px;
}
#head_brand .bdlist h3 span,
#head_brand .bdlist_item .copy,
#head_brand .bdlist_item ul{
	display: none;
}
#head_brand .bdlist_logo{
	max-width: 110px;
	padding: 5px 0;
}
#head_brand .bdlist h3,
#head_brand .bdlist p{
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
	line-height: 1.6;
}
#head_brand .bdlist h3:before{
	border: 0;
}

/* #headsearch */
#headsearch{
	flex-grow: 2;
	padding: 0 10px;
}
#headsearch form{
	display: flex;
}
#headsearch input,
#headsearch button{
	outline: 0;
	border: #ccc solid 1px;
}
#headsearch input{
	font-size: 1.4rem;
	border-radius: 20px 0 0 20px;
	outline: 0;
	border-right: 0;
}
#headsearch button{
	overflow: hidden;
	position: relative;
	min-width: 5em;
	padding: 0 10px 0 30px;
	font-size: 1.4rem;
	color: #fff;
	background: #395485 url(https://tokiyado.itembox.design/item/img/ico_search.svg) 10px 50% no-repeat;
	border-radius: 0 20px 20px 0;
	border-left: 0;
}
#headsearch button:hover{
	background: #b69354 url(https://tokiyado.itembox.design/item/img/ico_search.svg) 10px 50% no-repeat;
}

/* #head_ico_nav */
#head_ico_nav{
	display: flex;
	position: relative;
}
#head_ico_nav li{
	min-width: 64px;
	padding: 4px 2px 0 2px;
	text-align: center;
	border-left: #ddd solid 1px;
}
#head_ico_nav li:last-of-type{
	border-right: #ddd solid 1px;
}
#head_ico_nav .hide_btn_down,
#head_ico_nav a{
	display: block;
	font-size: 0;
	line-height: 1.8;
}
#head_ico_nav span{
	display: block;
	font-size: 1.0rem;
	text-align: center;
}
#head_ico_nav span,
#head_ico_nav a{
	color: #222;
}
#head_ico_nav ul{
	padding: 10px;
}
#head_ico_nav ul li{
	margin: 0 0 1px 0;
	padding: 0;
	border-left: 0;
}
#head_ico_nav ul li:last-of-type{
	border-right: 0;
}
#head_ico_nav ul a{
	display: block;
	margin: 0;
	padding: 5px 10px;
	font-size: 1.4rem;
	text-align: left;
	color: #395485;
	background: #fff;
}
#head_ico_nav ul a:hover{
	color: #b69354;
}
#head_ico_nav .hide_btn_down:hover{
	cursor: pointer;
	text-decoration: underline;
}
#head_ico_nav .logout.my-false { display: none; }
#head_ico_nav .login.my-true { display: none; }

#head_ico_nav img{
	max-width: 16px;
}
#head_cart a{
	position: relative;
}
#head_cart .fs-client-cart-count{
	position: absolute;
	top: 0;
	right: 10px;
	padding: 0.25em 0.4em;
	font-size: 1rem;
	line-height: 1;
	background: #E25B33;
	border-radius: 1em;
	color: #fff;
}
#head_cart .fs-client-cart-count.fs-client-cart-count--0{
	display: none;
}

/*------------ #head_sublink ------------*/
#head_sublink{
	display: flex;
	justify-content: space-between;
	margin: 8px auto 20px auto;
}
#head_sublink .h_keyword li,
#head_sublink .head_sub_menu li{
	padding: 0 4px;
}
#head_sublink .h_keyword li + li,
#head_sublink .head_sub_menu li + li{
	border-left: #a0a0a0 solid 1px;
}
#head_sublink .h_keyword li:first-of-type{
	padding-left: 0;
}
#head_sublink .head_sub_menu li:last-of-type{
	padding-right: 0;
}
#head_sublink .h_keyword{
	display: flex;
	font-size: 1.3rem;
	line-height: 1.0;
	color: #555;
}
#head_sublink .h_keyword a{
	color: #555;
}
#head_sublink .head_sub_menu{
	display: flex;
	font-size: 1.2rem;
	line-height: 1.4;
}
.ico_first{
	padding-left: 13px;
	background: url(https://tokiyado.itembox.design/item/img/ico_first.png) 0 0 no-repeat;
	background-size: 10px;
}

/*---------------------------------------
　#footer
---------------------------------------*/
/* #btn_pagetop */
#btn_pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
#btn_pagetop a{
	display: block;
	margin: 0;
	padding: 10px;
}
#btn_pagetop img{
	max-width: 29px;
}

/* #footer */
#footer{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 1.2rem;
	line-height: 2.0;
	background: #efefef;
	clear: both;
}
#footer h3{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.3rem;
	line-height: 1.7;
}
#footer h3:before{
	border: 0;
}
#footer h3.line{
	display: flex;
	align-items: center;
}
#footer h3.line:after{
	flex-grow: 1;
	content: '';
	display: block;
	height: 1px; 
	margin-left: .4em;
	border-top: #ddd solid 1px;
}
#footer h4{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.3rem;
	line-height: 1.7;
}
#footer a{
	color: #111;
}
#footer a:hover{
	color: #9c8253;
}

/* .fbnr_wrap */
.fbnr_wrap{
	margin: 20px auto 50px auto;
	justify-content: space-between;
}

/* #footglobal */
#footglobal{
	margin: 20px auto 0 auto;
	padding: 0;
}
#footglobal .flex{
	justify-content: space-between;
}
#footglobal section{
	margin-bottom: 0;
}
#footglobal h4{
	margin-left: 20px;
}
#footglobal ul{
	margin-bottom: 40px;
}
.fmenu{
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.footmenu li{
	margin: 0;
	padding: 0;
}
.fmenu_cont{
	margin-top: 20px;
}

/* #copyright */
#copyright{
	margin: 0;
	padding: 5px 0;
	color: #fff;
	background: #222;
}
#copyright small{
	display: block;
	margin: 0 auto;
	padding: 2px 0;
	font-size: 1.0rem;
	line-height: 1.3;
	text-align: center;
}
#copyright a,
#copyright a:hover{
	color: #fff;
}

/*---------------------------------------
　#sidemenu
---------------------------------------*/
#sidemenu{
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.7;
}
#sidemenu .bnr{
	margin: 0 0 10px 0;
	padding: 0;
}
#sidemenu h3{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
}
#sidemenu h3:before{
	border: 0;
}
#sidemenu section,
#sidemenu aside{
	margin-bottom: 40px;
}
#sidemenu ul{
	margin: 0;
	padding: 0;
	line-height: 2;
	list-style-type: none;
}

/* #sidecat */
#sidecat{
	margin: 0 0 40px 0;
	padding: 0;
	border: #ddd solid 1px;
}
#sidecat .cat_menu_wrap{
	width: 100%;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	border-top: #ddd solid 1px;
}
#sidecat .cat_menu_wrap:first-of-type{
	border-top: 0;
}
#sidemenu #sidecat h3{
	margin: 0;
	padding: 10px;
	background: #eee;
}
#sidecat .cat_menu li a{
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 47px;
	padding: 5px 10px 5px 60px;
	line-height: 1.4;
	background-color: #fff;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: 48px 40px;
	border-top: #ddd solid 1px;
}
#sidemenu #sidesearch{
	margin-bottom: 10px;
}
#sidesearch h3{
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
#sidesearch form{
	margin: 10px 10px 0 10px;
}
#sidesearch section{
	margin-bottom: 0;
	padding-bottom: 10px;
	/* border-bottom: #ddd solid 1px; */
}
#sidesearch h4{
	margin: 5px;
	padding: 0;
	font-size: 1.4rem;
}
#sidesearch .dtlserch_price input{
	max-width: 6em;
}
#sidesearch .dtlserch_stock label{
	display: block;
}
#sidesearch .fs-c-radio__label{
	display: flex;
}
#sidesearch input[name="minprice"]{
	margin-right: 5px;
}
#sidesearch input[name="maxprice"]{
	margin-left: 5px;
}
#sidesearch button{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#sidecat .sidecat_sub .flex{
	flex-wrap: nowrap;
	width: 100%;
}
#sidecat .sidecat_sub li{
	width: 50%;
}
#sidecat .sidecat_sub li + li{
	border-left: #ddd solid 1px;
}
#sidecat .sidecat_sub li a{
	position: relative;
	padding: 5px 10px;
}
#sidecat .sidecat_sub li a:after{
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #395485;
	border-right: 1px solid #395485;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	right: 10px;
	top: 45%;
}
#sidecat .sidecat_sub li a:hover:after{
	border-color: #9c8253;
}

/* #sideguide, #sideinfo */
#sidemenu #sideguide h3{
	padding: 10px;
	border-bottom: #ddd solid 1px;
}
#sideguide li a,
#sideinfo li a{
	position: relative;
	display: block;
	margin: 0 0 0 10px;
	padding: 5px 0 5px 10px;
	line-height: 1.4;
}
#sideguide li a:before,
#sideinfo li a:before{
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #395485;
	border-right: 1px solid #395485;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 0;
	top: 0.9em;
}
#sideguide li a:hover:before,
#sideinfo li a:hover:before{
	border-color: #9c8253;
}
#sideinfo{
	font-size: 1.3rem;
}
#sideinfo h3{
	display: flex;
	align-items: center;
	padding: 10px 0 10px 0;
	font-size: 1.3rem;
	color: #777;
}
#sideinfo h3::after{
	display: block;
	content: '';
	height: 1px;
	background-color: #ececec;
}
#sideinfo h3::after{
	margin-left: .4em;
	flex-grow: 1;
}

/* .side_sns */
.side_sns a{
	display: block;
	min-height: 30px;
	padding: 5px 5px 5px 30px;
	border-bottom: #ccc solid 1px;
}
.ico_sns{
	background-position: 5px 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.ico_instagram{ background-image: url(https://tokiyado.itembox.design/item/img/ico_sns_instagram.svg); }
.ico_twitter{ background-image: url(https://tokiyado.itembox.design/item/img/ico_sns_twitter.svg); }
.ico_line{ background-image: url(https://tokiyado.itembox.design/item/img/ico_sns_line.svg); }
.ico_youtube{ background-image: url(https://tokiyado.itembox.design/item/img/ico_sns_youtube.svg); }

/*---------------------------------------
　common block
---------------------------------------*/
/* ico_cat01 */
.ico_felthat{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat01_felthat.png); }
.ico_clothhat{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat01_clothhat.png); }
.ico_westernhat{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat01_westernhat.png); }
.ico_tyroleanhat{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat01_tyroleanhat.png); }
.ico_panamahat{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat01_panamahat.png); }
.ico_strawhat{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat01_strawhat.png); }
.ico_porkpiehat{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat01_porkpiehat.png); }
.ico_bowlerhat{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat01_bowlerhat.png); }
.ico_buckethat{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat01_buckethat.png); }
/* ico_cat02 */
.ico_huntingcap{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat02_huntingcap.png); }
.ico_casquette{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat02_casquette.png); }
.ico_baseballcap{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat02_baseballcap.png); }
.ico_knitcap{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat02_knitcap.png); }
.ico_beret{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat02_beret.png); }
.ico_flyingcap{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat02_flyingcap.png); }
.ico_leathercap{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat02_leathercap.png); }
.ico_workcap{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat02_workcap.png); }
/* ico_cat03 */
.ico_otherhat{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat03_otherhat.png); }
/* ico_cat04 */
.ico_care{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat04_care.png); }
.ico_notions{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat04_notions.png); }
.ico_gloves{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat04_gloves.png); }
.ico_scarf{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat04_scarf.png); }
.ico_wallet{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat04_wallet.png); }
.ico_shoes{ background-image: url(https://tokiyado.itembox.design/item/img/ico_cat04_shoes.png); }

/*------------------------------ index setting ------------------------------*/
/*---------------------------------------
　#index_full, #index (common)
---------------------------------------*/
#index_full{
	margin-bottom: 0;
}
#index_full h3,
#index h3{
	padding: 0;
}
#index_full h3:before,
#index h3:before{
	border: 0;
}
#index_full .flex,
#index .flex{
	flex-wrap: wrap;
}

#index .pickup_list,
#index #cat_index{
	margin-bottom: 0;
}

/*---------------------------------------
　#topimage_slider
---------------------------------------*/
#topimage_slider{
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0;
}
#topimage_slider li{
	list-style-type: none;
}
#topslider{
	width: 100%;
	height: 370px;
	margin: 0 auto;
	padding: 0;
}
#topslider li{
	margin: 0 0 5px 0;
	padding: 0 5px;
}
#topslider_thumbnail{
	width: 980px;
	height: 85px;
	margin: 0 auto 30px auto;
	padding: 0;
}
#topslider_thumbnail li{
	margin: 0;
	padding: 5px;
}
#topslider_thumbnail li.thumbnail-current{
	border: #9c8253 solid 1px;
}
#topslider_thumbnail li:hover img{
	opacity: 1.0;
}
#topslider_thumbnail,
#topslider_thumbnail_wrap{
	position: relative;
}
#topimage_slider .slick-prev::before,
#topimage_slider .slick-next::before{
    content: none;
}
#topimage_slider .slick-next{
	right: 0;
}
#topimage_slider .slick-prev{
	left: 0;
}
#topimage_slider img,
#topslider_thumbnail img{
	opacity: 0.6;
}
#topimage_slider .slick-center img,
#topslider_thumbnail .slick-current img{
	opacity: 1.0;
}
/* slick-initializedが付与されたら表示/非表示の切替 */
#topslider,
#topslider_thumbnail{
	visibility: hidden;
}
#topslider.slick-initialized,
#topslider_thumbnail.slick-initialized{
	visibility: visible;
}

/*---------------------------------------
　slider common (slick)
---------------------------------------*/
.slider_wrap,
.slider{
	position: relative;
}
.slick-arrows{
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 1;
}
.slider_wrap .slick-prev::before,
.slider_wrap .slick-next::before{
    content: none;
}
.slider_wrap .slick-next,
.slider_wrap .slick-prev{
	width: 13px;
}
.slider_wrap .slick-next:hover,
.slider_wrap .slick-prev:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.slider_wrap .slick-next{
	right: -20px;
}
.slider_wrap .slick-prev{
	left: -20px;
}

/*---------------------------------------
　#pu_bd
---------------------------------------*/
#index_full #pu_bd{
	margin-bottom: 0;
}
#pu_bd .flex{
	justify-content: space-between;
}

/* .bdbnr_mdl_wrap */
.bdbnr_mdl_wrap{
	flex-wrap: wrap;
}
.bdbnr_mdl{
	width: calc( calc(100% - 60px) / 4 );
	font-size: 1.4rem;
	line-height: 1.5;
}
.bdbnr_mdl_bnr{
	margin: 0 0 10px 0;
	padding: 0;
}
.bdbnr_mdl h3{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}

/* .pu_bd_bbnr_wrap */
.pu_bd_bbnr_wrap{
	margin: 0 0 25px 0;
	padding: 0;
}
.pu_bd_bbnr{
	width: 312px; /* IE11用 */
	max-width: 312px;
	margin: 0;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
	background: #e3e1c9;
}
.pu_bd_bbnr .center{
	margin-bottom: 10px;
}
.pu_bd_bbnr p{
	margin-bottom: 10px;
}
#pu_bd .itembox{
	margin: 0 0 5px 0;
	padding: 0;
	background: #fff;
}
#pu_bd .itembox h3{
	margin: 10px 10px 0 0;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#pu_bd .itembox p{
	margin: 0 10px 0 0;
}
#pu_bd .itembox .left{
	max-width: 100px;
	padding: 0 10px 0 0;
}

/* .pu_bd_tmk_wrap */
.pu_bd_tmk{
	position: relative;
	width: calc(50% - 10px);
	padding: 5px 10px 10px 10px;
	background: #e3e1c9;
}
.pu_bd_tmk h3{
	margin-bottom: 5px;
	font-size: 1.6rem;
	text-align: center;
}
.pu_bd_tmk_list{
	width: 33.33333%;
	width: calc(100% / 3);
	margin-top: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	outline: #e3e1c9 solid 1px;
}
.pu_bd_logo{
	margin: 0 auto 6px auto;
}
.pu_bd_tmk_list h4{
	margin: 0 10px;
	padding: 0;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: center;
	font-weight: normal;
}
.pu_bd_tmk_list p{
	font-size: 1.1rem;
	margin: 0 10px 5px 10px;
	padding: 0;
	text-align: center;
}

/*---------------------------------------
　#pu_cat
---------------------------------------*/
#pu_cat section{
	margin-bottom: 20px;
}
#pu_cat .pu_cat_wrap{
	justify-content: space-between;
}
#pu_cat .catlist{
	width: calc(50% - 10px);
	/* width: 100%; */
	border: #ccc solid 1px;
}
#pu_cat .catlist .flex{
	justify-content: space-around;
}
#pu_cat h3{
	position: relative;
	top: -0.6em;
	left: 20px;
	margin: 0;
	font-size: 1.5rem;
}
#pu_cat h3 span{
	padding: 0 8px;
	background: #fff;
}
#pu_cat .catlist section{
	/* max-width: 118px; */
	width: 33%; /* IE11用 */
	max-width: 33%;
	margin: 0;
	padding: 2px;
	font-size: 1.3rem;
	text-align: center;
}
#pu_cat h4{
	margin: 5px 0;
	padding: 0 5px;
	font-size: 1.3rem;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#pu_cat .catlist p{
	display: none;
}

/*---------------------------------------
　.catlist
---------------------------------------*/
.catlist a p{
	color: #222;
}
.catlist a:hover{
	text-decoration: none;
}

/*---------------------------------------
　.blog_rss
---------------------------------------*/
.blog_rss{
	padding: 0;
	background: #fff3de;
	border: #b69354 solid 1px;
}
#index .blog_rss h3{
	margin: 0;
	padding: 2px 10px;
	color: #fff;
	background: #b69354;
}
.blog_rss .thum {
	float: left;
	max-width: 250px;
	margin: 0 10px 0 0;
	padding: 10px;
}
.blog_rss .text {
	overflow: hidden;
	margin: 0;
	padding: 10px;
}
.blog_rss .day {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.blog_rss .day span {
	margin-bottom: 0;
	padding: 4px 6px;
	color: #fff;
	background: #b69354;
}
.blog_rss h4 {
	margin-bottom: 10px;
}
.blog_rss p {
	margin: 0 0 10px 0;
}

/*---------------------------------------
　#pubnr
---------------------------------------*/
#pubnr .flex{
	justify-content: space-between;
	flex-wrap: wrap;
}
#pubnr .pubnr_item{
	width: 220px;
	max-width: 220px;
	margin: 0 0 20px 0;
}

/*---------------------------------------
　#bd_index
---------------------------------------*/
#bd_index .flex{
	flex-wrap: wrap;
}
#bd_index .bdlist_item{
	width: 33.33333%;
	width: calc(100% / 3);
	margin: 0;
	padding: 5px 10px;
	font-size: 1.3rem;
	line-height: 1.6;
	border: #ccc solid 1px;
	border-right: 0;
}
#bd_index .bdlist_item:nth-of-type(n + 4){
	border-top: 0;
}
#bd_index .bdlist_item:nth-of-type(3n),
#bd_index .bdlist_item:last-of-type{
	border-right: #ccc solid 1px;
}
#bd_index .bdlist_item::after{
	display: block;
	content: "";
	width: 33.33333%;
	width: calc(100% / 3);
}
#bd_index .bdlist_item h3,
#bd_index .bdlist_item .sub{
	margin-bottom: 0;
	text-align: center;
	color: #787878;
}
#bd_index .bdlist_item h3{
	font-size: 1.4rem;
}
#bd_index .bdlist_item h3:before{
	border: 0;
}
#bd_index .bdlist_item h3 span{
	display: block;
	font-size: 1.1rem;
}
#bd_index .bdlist_item .copy{
	margin: 5px 0;
	padding: 5px;
	border-top: #ddd dotted 1px;
	border-bottom: #ddd dotted 1px;
}
#bd_index .bdlist_item ul{
	justify-content: space-around;
	list-style-type: none;
}
#bd_index .bdlist_item ul{
	margin: 5px 0;
	padding: 0;
}
#bd_index .bdlist_item li{
	margin: 0;
	padding: 0;
}

/*---------------------------------------
　#cat_index
---------------------------------------*/
#cat_index h3{
	margin: 0;
	padding: 0 20px 10px 25px;
	font-size: 1.6rem;
	line-height: 1.5;
}
#cat_index h3:before{
	content: ''; 
	display: block; 
	position: absolute;
	top: 0.8em; 
    left: 0;
	height: 1px; 
	width: 20px; 
	border-top: #222 solid 1px;
}
#cat_index .catlist .flex section{
	width: 50%;
	margin: 0;
	padding: 10px 15px 10px 10px;
	font-size: 1.4rem;
	line-height: 1.6;
	border: #ccc solid 1px;
	border-right: 0;
}
#cat_index .catlist .flex section::after{
	display: block;
	content: "";
	width: 50%;
}
#cat_index .catlist .flex section:nth-of-type(2n),
#cat_index .catlist .flex section:last-of-type{
	border-right: #ccc solid 1px;
}
#cat_index .catlist .flex section:nth-of-type(n + 3){
	border-top: 0;
}
#cat_index .thum{
	float: left;
	max-width: 100px;
	margin: 0;
	padding: 0 10px 0 0;
}
#cat_index h4,
#cat_index p{
	overflow: hidden;
}
#cat_index h4{
	margin: 10px 0 5px 0;
	font-size: 1.5rem;
}
#cat_index p{
	margin: 0 0 10px 0;
}

/*---------------------------------------
　#t_guide
---------------------------------------*/
#t_guide{
	font-size: 1.4rem;
	line-height: 1.6;
}
#t_guide .flex{
	justify-content: space-between;
}
#t_guide .flex:after{
	display: block;
	content: "";
	width: 220px;
}
.t_guide_item{
	width: 220px; /* IE11用 */
	max-width: 220px;
	margin: 0 0 20px 0;
} 
#t_guide h3{
	margin: 5px 0 0 0;
	font-size: 1.4rem;
	line-height: 1.6;
}
#t_guide p{
	margin: 0;
}

/*---------------------------------------
　#voice
---------------------------------------*/
#voice .voice_img{
	width: 33.33333%;
	width: calc(100% / 3);
	outline: #ccc solid 1px;
}
#voice .flex{
	margin-bottom: 20px;
}

/*---------------------------------------
　#t_about
---------------------------------------*/
#t_about .flex{
	justify-content: space-between;
	margin: 0;
	list-style-type: none;
}
#t_about li{
	width: 33.33333%;
	width: calc(100% / 3);
	margin: 0;
	outline: #ddd solid 1px;
}
#t_about .flex::after{
	display: block;
	content: "";
	width: 33.33333%;
	width: calc(100% / 3);
}

/*---------------------------------------
　.add_gu
---------------------------------------*/
.add_gu{
	position: relative;
	padding: 0 20px 20px 20px;
	border: #ccc solid 1px;
}
.add_gu .left{
	padding-bottom: 0;
}
.add_gu h3{
	position: relative;
	top: -0.5em;
	left: 0;
	margin: 0;
}
.add_gu h3 span{
	padding: 0 10px;
	background: #fff;
}

/*---------------------------------------
　.bnr_aifitting
---------------------------------------*/
.bnr_aifitting{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 50px;
}
.bnr_aifitting_blc{
	width: calc(50% - 10px);
}

/*------------------------------ page setting ------------------------------*/
/*---------------------------------------
　page common
---------------------------------------*/
.gold{
	color: #b69354;
}

/*----- .mokuji -----*/
.mokuji{
	margin: 0 0 50px 0;
	padding: 0;
	border: #ccc solid 1px;
	border-radius: 5px;
}
.mokuji section{
	margin-bottom: 0;
}
.mokuji h3{
	margin: 0;
	padding: 10px 20px;
	background: #ccc;
}
.mokuji h3:before{
	border: 0;
}
.mokuji h4{
	margin: 0;
	padding: 10px 20px;
	background: #efefef;
	border-top: #ccc solid 1px;
}
.mokuji ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mokuji li + li{
	margin: 0;
	padding: 0;
}
.mokuji li + li{
	border-top: #efefef solid 1px;
}
.mokuji li a{
	display: block;
	padding: 5px 20px;
}

/*----- .mokuji_table -----*/
.mokuji_table{
	margin: 0 auto 50px auto;
	padding: 0 0 1px 0;
	background: url(https://tokiyado.itembox.design/item/img/tec01.jpg) 0 0 repeat;
}
.mokuji_table section{
	margin: 0;
	padding: 0;
}
.mokuji_table h3{
	margin: 0 auto 20px auto;
	padding: 8px 20px;
	font-size: 2.0rem;
	background: rgba(0, 0, 0, 0.6);
	border: 0;
}
.mokuji_table h3 a,
.mokuji_table h3 a:hover{
	color: #fff;
}
.mokuji_table h3:before{
	border: 0;
}
.mokuji_table h3 .dlink:before{
	border-color: #fff;
}
.mokuji_table_inner{
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px 20px 20px;
	padding: 0;
	list-style-type: none;
}
.mokuji_table_inner .td_box,
.mokuji_table_inner li{
	position: relative;
	width: 50%;
	margin: 0;
	padding: 10px;
	line-height: 1.7;
	background: #fff;
	outline: #ccc solid 1px;
}
.mokuji_table_inner .td_box{
	display: flex;
	align-items: center;
}
.mokuji_table_inner .td_box .left{
	float: none;
	max-width: 100px;
}
.mokuji_table_inner li{
	margin-bottom: 4px;
	border-left: #b69354 solid 4px;
}
.mokuji_table_inner .left{
	padding: 0 10px 0 0;
}
.mokuji_table_inner p{
	overflow: hidden;
	margin: 0;
}

/*----- .relation（関連コンテンツ） -----*/
.relation{
	margin: 0 0 20px 0;
	padding: 0;
	background: url(https://tokiyado.itembox.design/item/img/tec01.jpg) 0 0 repeat;
	border: #333 double;
}
.relation h4{
	float: left;
	width: 210px;
	margin: 0;
	padding: 20px 0;
	font-size: 1.7rem;
	line-height: 1.8;
	text-align: center;
	border: 0;
}
.relation h4:before{
	border: 0;
}
.relation section{
	margin: 0;
}
.relation section + section{
	border-top: #222 double;
}
.relation ul{
	float: left;
	margin: 0;
	padding: 15px;
	border-left: #222 dotted 1px;
}
.relation li{
	margin: 0;
	padding: 0 5px 5px 5px;
	list-style-type: none;
}

/*----- .sub_nav -----*/
.sub_nav{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}
.sub_nav li{
	margin: -1px 0 0 -1px;
	padding: 0;
	border: #ccc solid 1px;
	flex-grow: 2;
}
.sub_nav a{
	display: block;
	text-align: center;
	padding: 4px 20px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
}
.sub_nav .dlink:before{
	left: 10px;
	top: 1em;
}

/*----- .sbtn -----*/
.sbtn_area{
	padding: 15px 0;
	background: #ececec;
}
.sbtn a{
	display: block;
	margin: 0 15px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #395484;
	background: -moz-linear-gradient(top, #395484 0%, #2f456e 100%);
	background: -webkit-linear-gradient(top, #395484 0%,#2f456e 100%);
	background: linear-gradient(to bottom, #395484 0%,#2f456e 100%);
	box-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 4px 0px;
	border: #fff solid 1px;
	border-radius: 3px;
}
.sbtn a:hover{
	color: #fff;
	text-decoration: none;
	background: #b59254;
	background: -moz-linear-gradient(top, #b59254 0%, #967945 100%);
	background: -webkit-linear-gradient(top, #b59254 0%,#967945 100%);
	background: linear-gradient(to bottom, #b59254 0%,#967945 100%);
}

/*----- .nrml_box -----*/
.nrml_box{
	margin: 0 auto 50px auto;
	padding: 0;
	border: #ccc solid 1px;
}
.nrml_box .inner{
	margin: 0;
	padding: 20px 20px 0 20px;
}
.nrml_box section{
	margin-bottom: 0;
}
.nrml_box h4{
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 2.1rem;
	color: #fff;
	background: #b69354;
}
.nrml_box h4:before{
	border: 0;
}
.nrml_box_styles{
	margin: 0 auto 20px auto;
	padding: 10px;
	text-align: center;
	background: #f0efd3;
}
.nrml_box_styles p{
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
.nrml_box_styles .ico{
	margin: 0 auto 5px auto;
	padding: 0;
	list-style-type: none;
}
.nrml_box_styles .ico li{
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0 5px;
	color: #fff;
	background: #72a382;
}
.nrml_box h5{
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	font-size: 1.6rem;
	display: flex;
}
.nrml_box h5:before{
	content: ''; 
	display: block; 
	position: absolute;
	top: 10px; 
    left: 0;
	height: 7px; 
	width: 7px; 
	border-radius: 50%;
	background: #9c8253;
}
.nrml_box h5:after{
	content: "";
	margin-top: 0.8em;
	margin-left: 5px;
	border-top: 1px dotted #b69354;
	flex-grow: 1;
	display: block;
}
.nrml_box .left{
	max-width: 40%;
}
.nrml_box .full{
	margin-bottom: 10px;
}
.nrml_box .sbtn a{
	padding: 8px 3px;
}
.nrml_box table{
	margin-bottom: 20px;
	border: #ccc solid 1px;
}
.nrml_box th,
.nrml_box td{
	padding: 4px 10px;
	color: #333;
	border: #ccc solid 1px;
}
.nrml_box th{
	background: #efefef;
}

/* .nrml_box.success_ms_dm */
.nrml_box.success_ms_dm{
	font-size: 1.5rem;
	line-height: 2.0;
	background: #ffffeb;
}

/*----- .inq_box -----*/
.inq_box{
	margin: 50px auto;
	padding: 0 0 20px 0;
	font-weight: bold;
	background: #fdffc3;
	border: #14681c solid 2px;
}
.inq_box h3{
	margin: 0 auto 20px auto;
	padding: 10px;
	font-size: 2.1rem;
	text-align: center;
	color: #fff;
	background: #14681c;
	border: 0;
}
.inq_box h3:before{
	border: 0;
}
.inq_box .inner{
	margin: -1px 20px 0 20px;
	padding: 0;
	background: #fff;
	border: #14681c solid 1px;
}
.inq_box .inner p{
	margin: 8px 20px;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1.4;
}
.inq_box .left{
	padding: 0 15px 0 0;
}
.size24{
	font-size: 2.4rem;
}
.size27{
	font-size: 2.7rem;
}

/*----- .adjacent_box -----*/
.adjacent_box{
	margin-bottom: 50px;
}
.adjacent_box .border_box{
	margin: -1px 0 0 0;
	padding: 10px;
}
.adjacent_box .border_box .left{
	padding: 0 15px 0 0;
}
.adjacent_box h4{
	margin-bottom: 5px;
	font-size: 1.8rem;
}
.adjacent_box h4:before{
	content: none;
}
.adjacent_box .border_box p{
	line-height: 1.8;
	margin-bottom: 0;
}

/*----- .guide_forgot-pass -----*/
.guide_forgot-pass{
	margin-top: 80px;
}
.guide_forgot-pass .left{
	text-align: center;
}
.guide_forgot-pass p{
	overflow: hidden;
}

/*----- .ico_zoom -----*/
.ico_zoom{
	display: inline-block;
	padding-left: 20px;
	font-size: 1.4rem;
	background: url(https://tokiyado.itembox.design/item/img/ico_zoom.svg) 0 50% no-repeat;
}
a:hover .ico_zoom{
	background: url(https://tokiyado.itembox.design/item/img/ico_zoom_on.svg) 0 50% no-repeat;
}

/*----- .accordion -----*/
.hide_btn{
	padding-left: 30px;
	background: url(https://tokiyado.itembox.design/item/img/ico_nav_plus.svg) 10px 50% no-repeat;
}
.hide_btn.select{
	background: url(https://tokiyado.itembox.design/item/img/ico_nav_minus.svg) 10px 50% no-repeat;
}
.hide_box{
	display: none;
}
.mokuji .hide_btn{
	padding-left: 30px;
	background: #efefef url(https://tokiyado.itembox.design/item/img/ico_nav_plus.svg) 10px 50% no-repeat;
}
.mokuji .hide_btn.select{
	background: #efefef url(https://tokiyado.itembox.design/item/img/ico_nav_minus.svg) 10px 50% no-repeat;
}

/*---------------------------------------
　#first01
---------------------------------------*/
#first01 .titlebnr{
	margin: 0;
	padding: 0;
}
#first01 .big{
	font-size: 130%;
	line-height: 1;
}
#first01 .l_big{
	font-size: 150%;
	line-height: 1;
}

/*----- #link01 .flex -----*/
#first01 #link01 .flex{
	flex-wrap: wrap;
	justify-content: space-around;
}
#first01 #link01 .half{
	width: 340px;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	outline: #ccc solid 1px;
}
#first01 #link01 .half.no_border{
	outline: none;
}
#first01 #link01 .half p{
	margin: 10px 15px;
}

/*----- .em_box -----*/
#first01 .em_box{
	margin: 0 auto 20px auto;
	padding: 0;
	background: #ffffeb;
	border: #006207 solid 2px;
}
#first01 .em_box .inner{
	margin: 0;
	padding: 0 20px;
}
#first01 .em_box h4{
	margin: 0 auto 20px auto;
	padding: 10px 10px 10px 60px;
	font-size: 2.1rem;
	color: #006207;
	background: #ddebcc url(https://tokiyado.itembox.design/item/img/ico_lock.svg) 20px 45% no-repeat;
}
#first01 .em_box h4:before{
	border: 0;
}
#first01 .em_box .left{
	max-width: 140px;
}

/*---------------------------------------
　#about01
---------------------------------------*/
#about01 .flex{
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 20px auto;
}
#about01 .popup_shop .box,
#about01 .about01_media .box,
#about01 .brand .block{
	margin: 0 0 10px 0;
	padding: 1px;
	box-sizing: border-box;
}
#about01 .popup_shop .box{
	width: 33%;
}
#about01 .about01_media .box{
	width: 25%;
}
#about01 .popup_shop img{
	max-width: 100%;
}
#about01 .box p{
	margin: 5px 5px 10px 5px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.6;
}
#about01 .bdlist_item{
	width: 20%;
	margin-bottom: 0;
}
#about01 .bdlist p,
#about01 .bdlist h3,
#about01 .bdlist ul{
	display: none;
}

/*---------------------------------------
　#hatguide
---------------------------------------*/
/*------------- #hatguide_cmn -------------*/
#hatguide_cmn .center{
	margin-bottom: 30px;
}
#hatguide_cmn .border_box{
	padding: 0;
}
#hatguide_cmn .border_box.border_flat{
	padding: 20px;
}
#hatguide_cmn .border_box.border_flat p:last-of-type{
	margin-bottom: 0;
}
#hatguide_cmn .border_box h4{
	margin: 0 0 20px 0;
	padding: 10px;
	background: #efefef;
	font-size: 2.2rem;
	text-align: center;
	display: flex;
	align-items: center;
}
#hatguide_cmn .border_box h4 .img{
	width: 15%;
	height: auto;
	padding-right: 20px;
}
#hatguide_cmn .border_box h4 .small{
	font-size: 1.6rem;
	line-height: 1.8;
}
#hatguide_cmn .border_box h4:before{
	content: none;
}
#hatguide_cmn .border_box h6{
	margin: 20px 0 10px 0;
}
#hatguide_cmn .border_box .inner{
	margin-left: 20px;
	margin-right: 20px;
}
#hatguide_cmn .border_box .left,
#hatguide_cmn .border_box .right{
	max-width: 175px;
}
#hatguide_cmn .border_box .morebtn{
	margin: 15px 0 0 0;
	font-size: 2.0rem;
}

/*---- .btn_next ----*/
#hatguide_cmn .btn_next{
	margin: 20px auto;
	padding: 10px;
	font-weight: bold;
	border: #ccc solid 1px;
	border-radius: 10px;
}
#hatguide_cmn .btn_next .left{
	padding: 0 20px 0 0;
	max-width: 15%;
}
#hatguide_cmn .btn_next p{
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 20px 0 15px;
	line-height: 1.6;
}
#hatguide_cmn .btn_next p:before{
	position: absolute;
	display: block;
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #395485;
	border-right: 2px solid #395485;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	transform: rotate(135deg);
	right: 10px;
	top: 40%;
}
#hatguide_cmn .btn_next p:hover:before{
	border-color: #b69354;
}
#hatguide_cmn .btn_next a{
	display: block;
}

/*---- .reco ----*/
#hatguide_cmn .reco_tt{
	margin-bottom: 5px;
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight: bold;
}
#hatguide_cmn .reco{
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 1.3rem;
	line-height: 1.8;
	align-items: center;
	border: #ccc solid 1px;
}
#hatguide_cmn .reco .thum{
	margin: 0;
	padding: 0 20px 0 0;
	max-width: 20%;
}
#hatguide_cmn .reco .ph{
	max-width: 80%;
}
#hatguide_cmn .reco h3,
#hatguide_cmn .reco p{
	margin: 0;
	padding: 0;
}
#hatguide_cmn .reco h3{
	font-size: 1.5rem;
}
#hatguide_cmn .reco h3:before{
	border: 0;
}

/*---- .subt ----*/
#hatguide_cmn .subt{
	margin: 20px 0 10px 0;
	padding: 5px 15px;
	font-weight: bold;
	background: #efefef;
}

/*---- .btn ----*/
#hatguide_cmn .btn{
	margin: 40px auto 0 auto;
	clear: both;
}
#hatguide_cmn .btn a{
	display: block;
	text-align: center;
}

/*---- .pulist ----*/
#hatguide_cmn .pulist .border_box{
	margin-top: -1px;
	margin-bottom: 0;
}

/*------------- #hatguide02 -------------*/
#hatguide02 .left,
#hatguide02 .right{
	max-width: 250px;
}
#hatguide02 .center{
	margin-bottom: 30px;
}
#hatguide02 h5{
	overflow: hidden;
}
#hatguide02 .box{
	float: left;
	width: 300px;
	margin: 10px;
	padding: 5px 10px;
	outline: #222 solid 1px;
	counter-increment: question;
}
#hatguide02 .box:before{
	content: "― STEP " counter(question) " ―";
	font-weight: 900;
	color: #222;
}
#hatguide02 .box img{
	margin: 0 0 10px 0;
}
#hatguide02 .box p{
	margin: 0;
}
#hatguide02 .at li{
	margin-bottom: 20px;
}

/*------------- #hatguide04 -------------*/
#hatguide04 .mokuji_table_inner .td_box{
	width: 33%;
}
#hatguide00 .border_box h4,
#hatguide04 .border_box h4{
	text-align: left;
	line-height: 1.5;
}

/*---------------------------------------
　.gallery
---------------------------------------*/
.gallery{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 40px auto;
	list-style-type: none;
}
.gallery li{
	overflow: hidden;
	margin: 0;
	width: 25%;
	max-height: 100px;
	min-height: 100px;
}

/*---------------------------------------
　#order-rule
---------------------------------------*/
#order-rule section section section{
	margin-bottom: 40px;
}
#order-rule h3{
	padding: 10px 20px;
	color: #222;
	background: #efefef;
}
#order-rule h3:before{
	border: 0;
}
#order-rule h4{
	margin: 0 0 10px 0;
	padding: 0 20px 10px 25px;
	font-size: 1.8rem;
	line-height: 1.5;
}
#order-rule h4:before{
	content: ''; 
	display: block; 
	position: absolute;
	top: 0.8em; 
    left: 0;
	height: 1px; 
	width: 20px; 
	border-top: #222 solid 1px;
}

/*---------------------------------------
　#gu
---------------------------------------*/
#gu .sv h3{
	margin: 0;
	padding: 0;
	border: 0;
}
#gu .sv h3:before{
	border: 0;
}
#gu .subtext{
	margin: 0 0 50px 0;
	padding: 25px 30px 0 30px;
	background: #eee;
	border-left: #333 solid 1px;
	border-right: #333 solid 1px;
	border-bottom: #333 solid 1px;
}
#gu .mess{
	margin: 0 0 50px 0;
	padding: 30px 20px 0 20px;
	background: url(https://tokiyado.itembox.design/item/img/tec01.jpg) 0 0 repeat;
	border: #333 double;
}
#gu .mess p{
	margin: 0 20px 20px 20px;
}
#gu .sign{
	margin: 0;
	padding: 0 10px 30px 30px;
	text-align: right;
}
#gu .sign img{
	max-width: 150px;
}

/*---------------------------------------
　#father
---------------------------------------*/
#father .titlebnr{
	margin-bottom: 0;
}
#father .titledisc{
	padding: 20px 30px;
	background: #e2e9f3;
	border: 0;
}
#father .titledisc p:last-of-type{
	margin-bottom: 0;
}
#father .mokuji{
	margin-top: 20px;
	margin-bottom: 0;
	background: #fff;
}
#father h3{
	padding: 0;
	text-align: center;
}
#father h3:before{
	border: 0;
}
#father #ranking{
	padding: 0;
	background: #dae9eb;
	border: #164084 solid 4px;
}
#father #ranking h3{
	margin-bottom: 0;
}
#father #ranking .text{
	margin: 0 30px 40px 30px;
	padding: 0;
}
#father .hat_more{
	padding: 20px 29px;
	background: #e2e9f3;
}
#father .hat_more h4{
	text-align: center;
	color: #1d50a2;
}
#father .hat_more ul{
	margin: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
}
#father .hat_more li{
	margin: 0 0 20px 0;
}
#father .hat_more .sbtn + .sbtn{
	margin-top: 10px;
}
#father .hat_more .sbtn a{
	margin: 0;
}
#father .wrap01{
	margin: 0 0 50px 0;
	padding: 0;
}
#father .wrap01 .center{
	margin-bottom: 0;
}
#father .wrap01 .text{
	margin: 0;
	padding: 20px 30px;
	color: #fff;
	background: #824242;
}
#father .wrap01 .text p:last-of-type{
	margin-bottom: 0;
}
#father #voice{
	margin: 0 0 50px 0;
	padding: 20px 0;
	background: #ded7c9;
}
#father #voice .intr{
	margin: 0 30px;
	padding: 0;
}
#father #voice .box{
	margin: 0 20px 20px 20px;
	padding: 20px;
	background: #fff;
}
#father #voice img{
	display: block;
	margin: 0 auto 20px auto;
}
#father #voice .box p:last-of-type{
	margin-bottom: 0;
}
#father-ranking{
	margin: 20px auto 0 auto;
	padding: 0 5px;
	counter-reset: number 0;
}
#father-ranking .item{
	position: relative;
	max-width: 20%;
	margin-bottom: 10px;
	padding: 0 5px;
	font-size: 1.2rem;
	line-height: 1.6;
}
#father-ranking .item:before{
	position: absolute;
	top: -1em;
	left: 10px;
	font-size: 2.6rem;
	color: #9b8b7d;
	counter-increment: number;
	content: counter(number) ",";
}
.add_rtrn,
section.add_rtrn{
	margin: 0 auto 30px auto;
	padding: 20px;
	background: #e0f0f0;
}
.add_rtrn h5{
	display: block;
	margin: 0 auto 15px auto;
	padding: 0 0 0 16px;
	font-size: 2.2rem;
	color: #653c01;
}
.add_rtrn h5:after{
	display: none;
}
.add_rtrn h5:before{
	height: 12px;
	width: 12px;
	background: #653c01;
}
.add_rtrn ul{
	justify-content: space-between;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	list-style-type: none;
}
.add_rtrn li{
	width: calc(33% - 10px);
	margin: 0;
	padding: 15px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}

/*---------------------------------------
　#page_closed
---------------------------------------*/
#page_closed h3,
#page_closed p{
	text-align: center;
}
#page_closed h3{
	margin-bottom: 10px;
}
#page_closed h3:before{
	border: 0;
}
#page_closed .center{
	margin: 50px auto;
}

/*---------------------------------------
　#search_dtl
---------------------------------------*/
#search_dtl .flex{
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px;
	background: #eee;
}
#search_dtl section{
	width: calc(50% - 5px);
	margin: 0 0 10px 0;
	padding: 10px 20px;
	background: #fff;
}
#search_dtl h4{
	margin-bottom: 10px;
}
#search_dtl .fs-c-radio__label{
	width: 100%;
}
#search_dtl input[name="minprice"],
#search_dtl input[name="maxprice"]{
	width: 6em;
}
#search_dtl input[name="minprice"]{
	margin-right: 5px;
}
#search_dtl input[name="maxprice"]{
	margin-left: 5px;
}
#search_dtl .btn_area{
	width: 100%;
	justify-content: space-around;
}

/*---------------------------------------
　#member
---------------------------------------*/
#member table{
	width: 100%;
}

/* 会員お気に入り一覧 */
#member .fs-c-productListItem__control.fs-c-buttonContainer{
	display: block;
}
#member .fs-c-button--removeFromWishList--icon.fs-c-button--particular{
	margin-left: 0;
}

/* お届け先リストパーツ */
#member table.fs-c-addressBookList__list.fs-c-listTable td{
	vertical-align: middle;
}

/*---------------------------------------
　クーポン表示（システムパーツ）
---------------------------------------*/
.fs-c-couponList__item{
	border: 2px solid #ccc;
	padding: 20px;
	border-radius: 0;
}
.fs-c-coupon__info{
	display: block;
}
.fs-c-coupon__image {
	margin: 20px auto 0 auto;
	padding: 20px 20px 0 20px;
	background: #ffc;
	text-align: center;
}
.fs-c-couponName {
	display: block;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #ffc;
}
.fs-c-couponName > * {
    margin: 0 auto;
}
h2.fs-c-couponName__name {
	margin: 10px auto;
	padding: 0;
	color: #f00;
	font-size: 150%;
	border: 0;
}
.fs-c-couponName__discount {
	display: block;
	padding: 4px;
}
.fs-c-coupon__description {
	border: 0;
	padding-left: 0;
}
.fs-c-coupon__info > * + * {
	margin-left: 0;
}
h3.fs-c-couponExpiration__title,
h3.fs-c-couponAppliedCondition__title {
	font-size: 1.8rem;
}
.fs-c-coupon__description__expiration,
.fs-c-coupon__description__appliedCondition {
	margin: 30px auto;
}
.fs-c-couponExpiration__list__item--available {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.fs-c-couponAppliedCondition__list__item::before {
	top: 1em;
}
.fs-c-couponProduct {
	margin: 40px 0;
	padding: 0;
	outline: #e5e5e5 solid 1px;
}
.fs-c-couponProduct__header {
	padding: 20px 10px;
	margin-bottom: 0;
	border: 0;
}
.fs-c-couponProduct__footer {
	padding: 0 20px;
}

/*------------------------------ product setting ------------------------------*/
/*---------------------------------------
　.listarea
---------------------------------------*/
.listarea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.listarea::after{
	display: block;
	content: "";
	width: 33.33333%;
	width: calc(100% / 3);
}
.listarea .item{
	width: 220px; /* IE11用 */
	max-width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.3rem;
	line-height: 1.6;
}
.listarea .thum{
	margin: 0 0 10px 0;
}
.listarea .item h3,
.listarea .item h4{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.listarea .item h3:before{
	border: 0;
}

/* .pickbd（カテゴリ毎ピックアップ/5カラム） */
.pickbd h3{
	margin: 0;
}
.pickbd .listarea{
	margin: 0;
	padding: 10px;
	background: #efefef;
}
.pickbd .listarea .item{
	width: 20%;
	max-width: 20%;
	margin: 0;
	padding: 1px;
	font-size: 1.3rem;
	line-height: 1.6;
}
.pickbd h3{
	font-size: 1.5rem;
}
.pickbd .listarea h4{
	font-size: 1.2rem;
}
.pickbd .listarea p{
	margin: 0;
}

/*---------------------------------------
　.slider_full
---------------------------------------*/
.slider_full .listarea{
	margin: 10px auto 50px auto;
	counter-reset: number 0;
}
.slider_full .item{
	position: relative;
	margin: 0;
}
.slider_full .item a{
	display: block;
	margin: 0 auto;
	width: calc(100% - 20px);
}
.slider_full .thum{
	margin: 0 0 10px 0;
}
.slider_full h3{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* .fr2-carousel（futureRecommend２） */
/* rcmd-slick-initializedが付与されたら表示/非表示の切替 */
.slider_full .fr2-carousel.listarea{
	visibility: hidden;
}
.slider_full .fr2-carousel.listarea.rcmd-slick-initialized{
	visibility: visible;
}

/*---------------------------------------
　.ranking, .saikin
---------------------------------------*/
.ranking .listarea,
.saikin .listarea{
	margin: 10px auto 50px auto;
	counter-reset: number 0;
}
.ranking .item{
	width: 20%; /* IE11用 */
	max-width: 20%;
	position: relative;
	margin: 0;
}
.saikin .item{
	width: 16%; /* IE11用 */
	max-width: 16%;
	position: relative;
	margin: 0;
}
.ranking .listarea .item:before{
	display: block;
	width: 100%;
	font-size: 2.0rem;
	line-height: 1.6;
	text-align: center;
	color: #b69354;
	counter-increment: number;
	content: counter(number) "位";
}
.ranking .item a,
.saikin .item a{
	display: block;
	margin: 0 auto;
	width: calc(100% - 10px);
}
.ranking .thum,
.saikin .thum{
	margin: 0 0 10px 0;
}
.ranking h3,
.saikin h3{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*---------------------------------------
　AIレコメンド
---------------------------------------*/
.rc_parts .fs-p-heading--lv2 {
	display: none;
}
.rc_parts.view_tt .fs-p-heading--lv2 {
	display: block;
}

/*------ 固定表示（共通） ------*/
.rc_parts .fr3-productListStatic {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px auto 50px auto;
	padding: 0;
	gap: initial;
}
/* 通常6カラムで設定 */
.rc_parts .fr3-item {
	position: relative;
	display: block;
	width: calc(16% - 10px);
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.3rem;
	line-height: 1.6;
}
/* 3カラムの場合 */
.rc_parts.rc_column3 .fr3-item {
	width: calc(33% - 10px);
}
/* 4カラムの場合 */
.rc_parts.rc_column4 .fr3-item {
	width: calc(25% - 10px);
}
.rc_parts.rc_column4 .fr3-productListStatic:after,
.rc_parts.rc_column4 .fr3-productListStatic:before {
	content: "";
	display: block;
	width: calc(25% - 10px);
	height: 0;
	order: 1;
}
/* 5カラムの場合 */
.rc_parts.rc_column5 .fr3-item {
	width: calc(20% - 10px);
}
/* カラム不足になる場合（#rc_top_history） */
#rc_top_history .fr3-productListStatic {
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 19.6px;
}

.rc_parts .fr3-item__imageContainer {
	margin: 0;
}
.rc_parts .fr3-item__productName{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.rc_parts .fr3-item__productPrice {
	color: #900;
}
.fr3-item__productPrice__currencyMark {
	font-size: 80%;
}

/* .rc_parts_rank（ランキング） */
.rc_parts_rank .fr3-productListStatic{
	counter-reset: number 0;
}
.rc_parts_rank .fr3-item {
	width: calc(20% - 10px);
}
.rc_parts_rank .fr3-item:before{
	display: block;
	width: 100%;
	font-size: 2.0rem;
	line-height: 1.6;
	text-align: center;
	color: #b69354;
	counter-increment: number;
	content: counter(number) "位";
}

/* .rc_parts_slider（スライダー） */
.rc_parts_slider .fr3-productListCarousel__slides{
	gap: initial;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.rc_parts_slider .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
	display: block;
	width: 25%;
}
@media screen and (min-width: 960px) {
	.rc_parts_slider .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
		display: block;
		width: 25%;
	}
}
@media screen and (min-width: 768px) {
	.rc_parts_slider .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
		display: block;
		width: 25%;
	}
}
.rc_parts_slider .fr3-item {
	width: calc(100% - 10px);
	font-size: 1.2rem;
}
.rc_parts_slider .fr3-item__link {
	display: block;
	gap: initial;
}
.rc_parts_slider .fr3-item__imageContainer {
	 margin-bottom: 5px;
}
.rc_parts_slider .fr3-item__productName,
.rc_parts_slider .fr3-item__productPrice__price {
	font-size: 1.2rem;
}

/*------ #rc_father_rank（父の日特集） ------*/
#rc_father_rank{
	margin: 0 10px;
	padding: 0;
}
#rc_father_rank .fr3-productListStatic{
	margin-bottom: 10px;
}

/*---------------------------------------
　#infomation
---------------------------------------*/
#infomation{
	margin: 0 auto;
	padding: 50px 0;
	font-size: 1.4rem;
	line-height: 1.6;
	background: #f0f0f0;
	border-bottom: #ddd solid 1px;
}
#infomation .flex{
	justify-content: space-between;
}
#infomation .footbox{
	width: 32%;
}
#infomation h4{
	padding: 0 10px 10px 10px;
	font-size: 1.6rem;
	border-bottom: #444 solid 1px;
}

/*---------------------------------------
　.coupon
---------------------------------------*/
.coupon{
	margin: 0 0 30px 0;
	padding: 20px;
	font-size: 2.0rem;
	text-align: center;
	background: #fdffc2;
	border: #c8a000 solid 5px;
}
.coupon h3,
.coupon p{
	text-align: center;
}
.coupon h3{
	margin: 0;
	padding: 0;
	font-size: 2.6rem;
	border: 0;
}
.coupon h3:before{
	border: 0;
}
#list .coupon p{
	margin-bottom: 0;
}

/*------------------------------ system parts setting ------------------------------*/
/*---------------------------------------
　common
---------------------------------------*/
/* h2 */
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title,
.fs-p-heading--lv2 {
	margin: 0 auto 30px auto;
	padding: 0 20px 10px 20px;
	font-size: 2.0rem;
	line-height: 1.6;
	border-bottom: #ddd solid 2px;
}
/* ドロップダウン */
.fs-c-dropdown__menu {
	padding: 8px 3em 8px 8px;
}

.fs-c-panel--info {
	color: #f00;
	border-color: #f00;
	font-size: 150%;
	line-height: 1.6;
}
.fs-c-panel__contentList {
	margin: 0;
}
.fs-c-panel::before {
	font-size: 1.1em;
	top: 13px;
}

/*---------------------------------------
　メールマガジン、会員登録
---------------------------------------*/
.fs-c-inputTable{
	margin-bottom: 0;
}
.fs-body-newsletter-subscribe .fs-c-inputInformation__field,
.fs-body-login .fs-c-inputInformation__field,
.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-cardAuth .fs-c-inputInformation__field,
.fs-body-merge .fs-c-inputInformation__field {
	padding: 30px;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell,
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell{
	padding: 10px;
}
.fs-c-inputTable > tbody > tr + tr {
	margin-top: 0;
}
.fs-c-requiredMark {
	text-indent: 0;
	width: initial;
	height: initial;
	right: 5px;
	top: 1em;
	color: #f00;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: normal;
}
.fs-c-requiredMark::before {
	content: none;
}
.fs-body-login .fs-c-newUsers,
.fs-body-wishlist-login .fs-c-newUsers{
	margin-left: 0;
}
.fs-c-newUsers__message{
	margin-bottom: 30px;
}
.fs-c-inputInformation__link {
	margin-top: 20px;
    text-align: center;
}
.fs-c-inputInformation__field {
	max-width: 100%;
}
.fs-c-orderedList > li .fs-c-orderedList {
	border-left: 0;
}
.fs-c-orderedList + p{
	margin-top: 20px;
}
.fs-c-specTable{
	margin-bottom: 0;
}
.fs-c-button--myPageTop {
	margin: 30px auto;
	padding: 0 10px;
	font-size: 1.6rem;
	text-align: right;
}
.fs-c-button--myPageTop span{
	text-align: right;
}
.fs-p-accountInfo__accountName{
	margin: 0 auto;
}
.fs-p-accountInfo__point__point__available {
	display: block;
}

/* .fs-body-wishlist-login */
.fs-body-wishlist-login .fs-c-loginForm{
	display: block;
}

.fs-c-buttonContainer--addReview--detail{
	display: none;
}

.fs-c-accountService__page {
	height: initial;
}

/* .linked-accounts */
.linked-accounts .fs-c-linkServicesList {
	display: block;
}

/*---------------------------------------
　.fs-l-cart（カート内）
---------------------------------------*/
.fs-l-cart h2{
	margin-top: 30px;
}
h2.fs-c-checkout-preview__title{
	font-size: 1.8rem;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #efefef;
	border-bottom: 0;
}
.fs-body-cart .fs-c-featuredProduct{
	display: none;
}
.fs-c-cartTable{
	margin-bottom: 0;
}
.fs-c-cartTable__actionButton{
    min-width: 5em;
}
.fs-c-cartTable__productInfo{
	line-height: 1.7;
}
.fs-c-cartTable__productName__name{
	font-size: 1.5rem;
	font-weight: bold;
}
.fs-c-listedProductName__variation,
.fs-c-listedProductName__selection{
	font-size: 1.4rem;
}
.fs-c-cartTable__unitPrice{
	margin: 5px 0 0 0;
	padding: 2px 0;
	border-top: #ccc dotted 1px;
}
.fs-c-listedOptionPrice{
	display: block;
	margin: 0;
	padding: 4px 0;
	font-size: 1.3rem;
	line-height: 1.6;
	border-top: #ccc dotted 1px;
}
.fs-c-listedOptionPrice__option__label{
	font-weight: bold;
}
.fs-c-price{
	font-weight: bold;
	color: #900;
}

/* FutureShop購入エリア（システムパーツ） */
#fs-checkout-payHere-container {
	border: #ccc solid 1px;
}
#fs-checkout-payHere-container .fs-c-purchaseHere.fs-c-cartPayment {
	margin: 0;
}
#fs-checkout-payHere-container .fs-c-purchaseHere__message p {
	margin: 0;
	padding: 8px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
	background: #efefef;
	border-bottom: #ccc solid 1px;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere,
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--loginAndPurchase,
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase{
	display: block;
	position: relative;
	width: 100%;
	padding: 8px;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--loginAndPurchase{
	border-bottom: #ccc solid 1px;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--loginAndPurchase:before,
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase:before{
	display: block;
	width: 100%;
	margin-bottom: 3px;
	text-align: center;
	font-size: 1.5rem;
	white-space: pre;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--loginAndPurchase:before{
	content: "会員登録がお済みのお客様";
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase:before{
	content: "まだご登録がお済みでないお客様\A（ゲスト購入、または会員登録）";
}
#fs-checkout-payHere-container .fs-c-button--primary,
#fs-checkout-payHere-container .fs-c-button--secondary{
	min-width: 100%;
}

/*ショッピングカートページ　「※上記割引はお届け先ごとに再計算されます。」を非表示*/
.fs-body-cart .fs-c-cartDiscountInfo__note > li {
	display: none;
}

/* カート内ログイン */
.fs-c-fsLogin.fs-c-inputInformation {
	margin-bottom: 50px;
}
.fs-body-cart-login .fs-c-guestPurchase{
	border-top: none;
	margin-top: 0;
}
/* .plain_reset */
.plain_reset.fs-c-button--guestPurchase.fs-c-button--plain{
	background: #395485;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
	min-width: 240px;
}
.plain_reset.fs-c-button--guestPurchase.fs-c-button--plain:hover{
	opacity: 0.8;
}

/* バンドル商品アイコン */
.fs-c-cartTable__message {
	background: #ff6699;
}

/* お支払い方法 */
.fs-c-checkout-paymentMethod__message{
	font-size: 1.2rem;
	line-height: 1.6;
}

/* ご注文完了表示（システムパーツ） */
.fs-c-checkoutSuccess__message.fs-c-subSection__message{
	margin-bottom: 100px;
	font-size: 1.8rem;
	padding-left: 20px;
}
.fs-c-checkoutSuccess__code{
	font-size: 2.0rem;
	color: #f00;
}

/* Amazonボタン */
.fs-c-anotherLogin__button--amazon{
	display: block;
	margin: 0 auto !important;
	text-align: center;
}
#fs-checkout-amazon-container .fs-c-payWithAmazon__message p{
	line-height: 1.6;
	margin: 0 0 4px 0;
}
.fs-c-button--loginAndPurchase--unregistered.fs-c-button--standard {
    background: #395485;
    border: none;
    color: #fff;
    box-shadow: none;
}

/* Amazonボタン下バナー */
.fs-l-cart .amazonpay_bnrpgm{
	margin: 15px 0 0 0;
}

/*------------------------------ product system parts setting ------------------------------*/
/*---------------------------------------
　.fs-c-productList__list（カテゴリ）
---------------------------------------*/
.fs-c-subgroupList__link {
	padding: 5px 10px;
	line-height: 1.6;
}
.fs-c-subSection {
	margin-bottom: 50px;
}
.fs-c-productList__controller{
	/* flex-wrap: nowrap; */
	padding: 0 0 0 8px;
	background: #efefef;
}
.fs-c-productList__controller > *, .fs-c-coordinationList__controller > *, .fs-c-staffList__controller > * {
	margin: 0 5px 0 0;
}
.fs-c-sortItems{
	order: 2;
}
.fs-c-listControl{
	order: 1;
	justify-content: flex-start;
}
.fs-c-subgroup .fs-c-listControl{
	display: none;
}
.fs-c-listControl__status,
.fs-c-pagination{
	font-size: 90%;
}
.fs-c-sortItems__label {
	padding: 4px;
}
.fs-c-sortItems__list__item__label {
	padding: 4px 5px;
}
.fs-c-pagination__item {
	padding: 8px 6px;
}

/* .fs-c-productList__list */
.fs-c-productList__list{
	-ms-grid-columns: auto;
	-ms-grid-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
	-ms-grid-row: auto;
	grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
}

/* IE11 ハック */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .fs-c-productList__list{
		display: flex;
		flex-wrap: wrap;
	}
	*::-ms-backdrop, .fs-c-productList__list__item{
		width: 30%;
		flex-basis: 30%;
	}
}


.fs-c-productList__list > *:nth-child(odd),
.fs-c-productList__list > *:nth-child(even){
	-ms-grid-column: auto;
	-ms-grid-row: auto;
	grid-column: initial;
	grid-row: initial;
}
.fs-c-productList__list__item{
	border: 0
}
.fs-c-button--viewProductDetail,
.fs-c-button--viewMoreImage{
	display: none;
}
.bd_cat_name{
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.6;
}
#goods .bd_cat_name{
	margin-bottom: -5px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #c8a063;
}
.fs-c-productListItem__productName{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.6;
	border: 0;
}
.fs-c-productPrice__main{
	color: #900;
}
.fs-c-productPrice__main__label{
	font-size: 1.3rem;
}
.fs-c-productListItem__prices{
	line-height: 1.6;
}
.fs-c-productPrice__addon{
	color: #900;
}
.fs-c-productMarks{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.pdcode{
	font-size: 1.2rem;
	line-height: 1.6;
	color: #696969;
}
.fs-c-productListItem__productDescription{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.3rem;
	line-height: 1.6;
	color: #696969;
}
.fs-c-buttonContainer{
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	line-height: 1.6;
}

/* .tag */
.tag{
	margin-bottom: 2px;
	padding: 0 4px;
	font-size: 1.2rem;
	line-height: 1.5;
	background: #595959;
	color: #fff;
}
.tag_ss{
	background: #224DC8;
}
.tag_aw{
	background: #A52A2A;
}
.tag_all{
	background: #2D8655;
}
.tag_new{
	background: #DB3C00;
}
.tag_sale,
.tag_outlet,
.tag_campaign{
	background: #EB0000;
}
.tag_sale2,
.tag_matomete{
	background: #EB0000;
}
.tag_season_spring{
	background: #D100D0;
	color: #fff;
}
.tag_ptup{
	background: #FFE102;
	color: #000;
}
.tag_point10{
	background: #ef000a;
}
.tag_coupon500{
	background: #5c2900;
}
.tag_select{
	background: #F35AA3;
}
.tag_coupon5per{
	background: #00445e;
}

/*---------------------------------------
　商品
---------------------------------------*/
.fs-l-product2 .fs-l-productLayout {
	display: block;
	/* display: grid;
	grid-template-columns: calc(52.604% - 20px / 2) 1fr;
	grid-gap: 40px;
	align-items: start; */
}
.fs-l-productLayout__item.fs-l-productLayout__item--1 {
	float: left;
	width: calc(52.604% - 20px / 2);
}
.fs-l-productLayout__item.fs-l-productLayout__item--2 {
	float: right;
	width: calc(47.396% - 20px);
}
#goods #goodstext{
	/* grid-row: 3;
	grid-column: 1 / span 2; */
	padding-top: 40px;
}
#goods section{
	margin-bottom: 50px;
}
.fs-l-product2 .fs-l-productLayout,
.fs-l-product2 .fs-l-productLayout > * > *{
	margin-bottom: 0;
}

/* photo */
.fs-c-productCarouselMainImage {
	padding-right: 0;
}
.fs-c-productCarouselMainImage img{
	cursor: pointer;
}
.fs-c-productCarouselMainImage__image img{
	max-width: 505px;
	padding-right: 5px;
}
#goods .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.fs-c-slick .slick-prev {
	left: 1px;
}
.fs-c-slick .slick-next {
	right: 5px;
}
.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer{
	display: none;
}
.fs-c-productCarouselMainImage__thumbnailList {
	max-width: 505px;
	margin: 0;
	flex-wrap: wrap;
	overflow: visible;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
	position: relative;
	margin: 5px 0 0 0;
	padding-right: 5px;
	/* flex-basis: calc(100% / 5);
	min-width: calc(100% / 5); */
	/* FSサポート */
	flex-basis: initial;
	max-width: initial;
}
/* FSサポート */
.fs-c-productCarouselMainImage__thumbnailList > li img {
	width: 96px;
	height: 96px;
}
.fs-c-productCarouselMainImage__thumbnail {
	overflow: hidden;
}
.fs-c-productCarouselMainImage__thumbnail__img {
	border: 0 !important;
}
.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
	outline: #b69354 solid 2px;
	outline-offset: -2px;
	border-color: transparent;
}
.fs-c-productCarouselMainImage__image__caption {
	max-width: 500px;
}
.fs-c-productCarouselMainImage__thumbnail__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96px;
	margin: 0;
	padding: 2px;
	font-size: 1.0rem;
	line-height: 1.4;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: rgba(0, 0, 0, 0.5);
}

/* .spec */
.spec{
	position: relative;
	margin: 40px 0;
	padding: 20px;
	font-size: 1.4rem;
	line-height: 1.8;
	border: #ccc solid 1px;
}
.spec:empty{
	display: none;
}
.spec h2{
	position: absolute;
	top: -13px;
	left: 10px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.8;
	border: 0;
}
.spec h2 span{
	padding: 0 10px;
	background: #fff;
}
.spec p{
	margin: 0;
}
.ico_wash img{
	max-width: 26px;
}
.notetext{
	color: #f00;
}

/* .notes */
#goods .notes{
	margin: 5px 0 20px 0;
	padding: 5px 10px;
	font-size: 1.2rem;
	line-height: 1.7;
	color: #555;
	background: #efefef;
}
#goods .notes p{
	margin: 0;
}

/* #sub_slider_min（色違いの商品） */
#sub_slider_min{
	margin: 40px 0; 
}
#sub_slider_min h2.fs-c-featuredProduct__title{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 0;
	font-size: 1.5rem;
	border: 0;
}
#sub_slider_min h2.fs-c-featuredProduct__title:after{
	content: ''; 
	flex-grow: 1;
	margin-left: 10px;
	border-top: #ccc solid 1px;
}
#sub_slider_min h2.fs-c-productListItem__productName{
	font-size: 1.2rem;
}
#sub_slider_min .fs-c-productMarks,
#sub_slider_min .fs-c-productListItem__productDescription,
#sub_slider_min .fs-c-button--viewProductDetail.fs-c-button--plain,
#sub_slider_min .fs-c-button--addToWishList--icon.fs-c-button--particular{
	display: none;
}

/* dtl */
.fs-p-productDescription.fs-p-productDescription--short{
	margin: 0;
	line-height: 1.8;
}
.fs-c-productNameHeading.fs-c-heading{
	margin: 10px 0 0 0;
	padding: 5px 10px;
	font-size: 2.0;
	line-height: 1.8;
	text-align: left;
	color: #fff;
	white-space: initial;
	overflow: initial;
	text-overflow: initial;
	-webkit-text-overflow: initial;
	-o-text-overflow: initial;
}
.in_the_media{
	margin: 10px 0;
	line-height: 1.8;
}
.fs-c-productNumber{
	margin: 0;
	padding: 0 4px;
	line-height: 1.8;
}
.fs-c-productPrices.fs-c-productPrices--productDetail{
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.fs-l-productLayout__item.fs-l-productLayout__item--2 .fs-c-productPointDisplay{
	margin-bottom: 0;
}
.fs-l-productLayout__item.fs-l-productLayout__item--2 .fs-c-productMarks{
	margin-bottom: 20px;
}
.fs-c-productPointDisplay {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	background: none;
	color: #f00;
	margin: 5px 0 15px 0 !important;
	padding: 0;
}
.fs-c-productPointDisplay .fs-c-productPointDisplay__label {
	color: #555;
}

/* .above_cart_dtltxt（財布とか） */
.above_cart_dtltxt .fs-p-productDescription.fs-p-productDescription--short{
	margin: 0 0 20px 0;
	font-size: 90%;
	line-height: 1.8;
}

/* #area_price_wrap（価格周り） */
#area_price_wrap {
	display: flex;
	margin-top: 10px;
}
#area_price_wrap .fs-c-productPrices.fs-c-productPrices--productDetail {
	padding-right: 10px;
}
#area_price_wrap .fs-c-productPostage__label {
	display: none;
}
#area_price_wrap .fs-c-productPostage::before {
	content: "送料無料";
	margin: 0;
	padding: 0 4px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #f00;
	border: #f00 solid 1px;
	border-radius: 3px;
}
#area_price_wrap .fs-c-productPostage::after {
	content: none;
}

/* 円マーク修正 */
.fs-c-price__currencyMark {
	display: none;
}
.fs-c-price__value {
	position: relative;
}
.fs-c-price__value::after {
	content: "円";
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: normal;
}

/* ついで買い */
#goods .fs-c-productOption{
	margin-bottom: 0;
}
#goods .fs-c-productOption__option{
	padding: 10px 10px;
}
#goods .fs-c-productOption__name{
	padding: 4px 20px;
	font-size: 1.3rem;
	background: #efefef;
	border-bottom: #ccc solid 1px;
}
#goods .fs-c-productOption__comment{
	line-height: 1.7;
	clear: both;
}
#goods .fs-c-productOption__comment:after{
	content: "";
	display: table;
	clear: both;
}
#goods .fs-c-productOption__comment img{
	float: left;
	padding: 0 10px 10px 0;
}

/* cart */
.fs-c-variationList__item__body {
	margin-top: 0;
}
.fs-c-variationAndActions .fs-c-variationAndActions__variationLabel.fs-c-variationLabel{
	margin: 0;
	padding: 0 20px;
	font-size: 1.6rem;
	background: #efefef;
}
.fs-c-variationCart{
	padding: 0;
}
.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage,
.fs-c-variationList__item__cart.fs-c-variationCart li{
	margin: 0;
	/* border-top: #ccc solid 1px; */
}
.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage li,
.fs-c-variationList__item__cart.fs-c-variationCart li{
	min-height: 70px;
	padding: 8px 10px;
	line-height: 1.8;
	border-top: #ccc solid 1px;
}
.fs-c-variationList__item__cart.fs-c-variationCart .fs-c-variationCart__variationName{
	padding-left: 10px;
}
#goods .cart_size{
	margin: 0 0 20px 0;
	padding: 8px 20px;
	line-height: 1.7;
	word-break: break-all;
	background: #fffddf;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}
#goods .cart_size .red{
	color: #f00;
}
#goods .cart_size .small{
	font-size: 1.4rem;
	line-height: 1.6;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct{
	margin: 10px 0 30px 0;
}
#goods .fs-c-button--primary{
	background: #dc0000;
}

/* 選択肢無し */
#goods .fs-c-productQuantityAndWishlist{
	margin: 10px 0;
}
#goods .fs-c-button--addToCart--detail.fs-c-button--primary{
	margin-bottom: 30px;
}

/* 納期 */
.fs-c-variationCart__variationName__shippingDate{
	color: #f00;
	font-weight: bold;
}

/* お気に入りボタン */
.fs-c-variationCart--withImage > li {
	/* grid-template-columns: auto 1fr 2em 128px; */
	grid-template-columns: auto 1fr auto 128px;
}
.fs-c-variationCart__wishlist{
	padding-right: 10px;
}
.fs-c-button--particular{
	align-items: center;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label{
	/* display: block; */
	font-size: 1.2rem;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label{
	color: #656565;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label{
	color: #C98696;
}

/* .fs-c-estimatedDeliveryDate */
#goods .fs-c-estimatedDeliveryDate{
	margin: 0;
	padding: 15px 15px 10px 15px;
	font-size: 1.3rem;
	line-height: 1.8;
	background: #f5f5f5;
}
#goods .fs-c-estimatedDeliveryDate__info__date{
	color: #900;
}

/* .cart_ad01 */
#goods .cart_ad01{
	margin: 0 0 20px 0;
	padding: 0 15px;
	font-size: 1.3rem;
	line-height: 1.8;
	background: #f5f5f5;
}
.cart_ad01 p{
	margin: 0;
	padding: 10px 0;
}
.cart_ad01 .cart_ad01_box{
	border-top: #ccc solid 1px;
}

/* #goods_cart_bottom */
#dtl_rtrn{
	align-items: center;
	margin: 0 0 10px 0;
	padding: 8px;
	font-size: 1.4rem;
	line-height: 1.4;
	background: #e0f0f0;
	border: 0;
}
.dtl_rtrn_ico{
	width: 64px;
	margin: 0;
	padding: 0;
}
#dtl_rtrn .tt{
	width: 30%;
	margin: 0;
	padding: 0 10px 0 12px;
	font-weight: bold;
	color: #653c01;
}
#dtl_rtrn ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#dtl_rtrn li{
	margin: 0;
	padding: 0;
}
.dtl_bnr{
	margin: 0 auto 10px auto;
}
#dtl_tel{
	margin: 0 0 20px 0;
	padding: 5px;
	font-size: 1.4rem;
	line-height: 1.4;
	border: 0;
}
#dtl_tel th,
#dtl_tel td{
	padding: 5px 8px;
	vertical-align: middle;
	background: #e5eee8;
	border: 0;
}
#dtl_tel tr + tr{
	border-top: #ccc solid 1px;
}
#dtl_tel .small{
	font-size: 1.2rem;
	font-weight: normal;
}
#dtl_tel .x-small{
	font-size: 1.1rem;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

/* #goodstext */
.fs-p-productDescription.fs-p-productDescription--full{
	margin: 0 0 50px 0;
	padding: 0;
}
/*
#goodstext{
	max-width: 790px;
	margin-bottom: 60px;
	padding: 0 20px;
}
*/
#goodstext h2{
	/* margin: 0 -20px 30px -20px; */
	margin: 0 0 30px 0;
}
.fs-p-productDescription.fs-p-productDescription--full{
	max-width: 790px;
	margin-bottom: 60px;
	padding: 0 20px;
}
#goodstext .g_bd_text{
	max-width: 750px;
	margin: 0 20px 50px 20px;
}

.goods_model{
	max-width: 750px;
	margin: 0 20px 50px 20px;
	padding: 0;
}
.goods_model h3{
	width: 20%;
	padding: 0;
}
.goods_model h3:before{
	border: 0;
}
.goods_model .goods_model_photo{
	width: 40%;
}

#goodstext .staff_comment{
	display: none; /* jsで切り替え */
	max-width: 750px;
	margin: 0 20px 50px 20px;
	padding: 20px;
	background: #eee;
}
#goodstext .staff_comment.stf_size_wrap{
	display: block;
	width: calc(100% + 230px);
	max-width: calc(100% + 230px);
	margin-left: -20px;
	margin-right: -210px;
	padding-bottom: 0;
}
#goodstext .staff_comment .flex{
	justify-content: space-between;
}
#goodstext .staff_comment.stf_size_wrap .flex{
	flex-wrap: wrap;
}
#goodstext .staff_comment .staff{
	max-width: calc(50% - 10px);
	padding: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	background: #fff;
}
#goodstext .staff_comment .staff.stf_size_box{
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
#goodstext .staff_comment h3{
	margin: 0 0 10px 0;
	padding: 0;
}
#goodstext .staff_comment h3:before{
	border: 0;
}
#goodstext .staff_comment p{
	margin: 0;
}
#goodstext .staff_comment .stf_size_photo{
	max-width: 120px;
	padding: 0 20px 0 0;
}
#goodstext .staff_comment .stf_size_pdata .tt{
	font-weight: bold;
}
#goodstext .staff_comment .stf_size_pdata .stf_size_dt{
	margin-bottom: 10px;
}
#goodstext .staff_comment .stf_size_pdata .stf_size_dt p{
	width: 50%;
	margin-bottom: 0;
}
#goodstext .text_add{
	display: none; /* jsで切り替え */
	max-width: 750px;
	margin: 0 20px 50px 20px;
	font-size: 1.5rem;
	line-height: 2.0;
}
#goodstext .text_add h3{
	display: flex;
	align-items: center;
	padding: 0;
}
#goodstext .text_add h3:before{
	border: 0;
}
#goodstext .text_add h3:after{
	content: ''; 
	flex-grow: 1;
	margin-left: 10px;
	border-top: #ccc solid 1px;
}

/* .fs-c-modal__inner */
.fs-c-modal__inner h2{
	padding: 0;
	border: 0;
}
.fs-c-inputTable--inModal .fs-c-inputTable__headerCell,
.fs-c-inputTable--inModal .fs-c-inputTable__dataCell{
	padding: 5px;
}

/* #goods_guide */
#goods_guide{
	font-size: 1.4rem;
	line-height: 2.0;
}
#goods_guide .cont{
	padding: 0 20px;
}
#goods_guide h3{
	display: flex;
	align-items: center;
	padding: 0;
	font-size: 1.6rem;
}
#goods_guide h3:before{
	border: 0;
}
#goods_guide h3:after{
	content: ''; 
	flex-grow: 1;
	margin-left: 10px;
	border-top: #ccc solid 1px;
}
#goods_guide .c3 .flex{
	justify-content: flex-start;
}
#goods_guide .c3 .blk{
	max-width: 300px;
	line-height: 1.8;
}
#goods_guide .c3 .blk + .blk{
	max-width: 320px;
	padding-left: 20px;
}
#goods_guide .left{
	max-width: 220px;
}
#goods_guide .center{
	margin-bottom: 10px;
}
/* IE用 */
#goods_guide .c3 .blk .center img{
	max-width: 300px;
}

/* #goods_sv */
#goods_sv{
	margin-bottom: 50px;
	padding: 0 20px;
	font-size: 1.4rem;
	line-height: 2.0;
}
#goods_sv .cont{
	margin: -1px 0 0 0;
	padding: 20px 20px 0 20px;
	border: #ccc solid 1px;
}
#goods_sv h3{
	margin-bottom: 20px;
	padding: 0;
	font-size: 1.6rem;
}
#goods_sv h3:before{
	border: 0;
}
#goods_sv .left{
	max-width: 350px;
}
#goods_sv p{
	overflow: hidden;
}

/* #g_role */
#g_role{
	margin: 30px auto;
}
#g_role .bdlist{
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 50px;
}
#g_role .bdlist::after{
	display: block;
	content: "";
	width: 25%;
}
#g_role .bdlist_item{
	display: flex;
	align-items: center;
	width: 25%;
	margin: 0;
	padding: 0 10px 0 0;
	background: #fff;
	border: #ddd solid 1px;
}
#g_role .bdlist h3 span,
#g_role .bdlist_item .copy,
#g_role .bdlist_item ul{
	display: none;
}
#g_role .bdlist_logo{
	max-width: 110px;
	padding: 5px 0;
}
#g_role .bdlist h3,
#g_role .bdlist p{
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
	line-height: 1.6;
}
#g_role .bdlist h3:before{
	border: 0;
}

/* hizume の満足保証を非表示 */
.fs-body-product-hzm003-natural #dtl_rtrn,
.fs-body-product-hzm003-black #dtl_rtrn,
.fs-body-product-hzm002-natural #dtl_rtrn,
.fs-body-product-hzm002-black #dtl_rtrn,
.fs-body-product-hzm001-natural #dtl_rtrn,
.fs-body-product-hzm001-black #dtl_rtrn,
.fs-body-product-hzm003-natural .dtl_bnr,
.fs-body-product-hzm003-black .dtl_bnr,
.fs-body-product-hzm002-natural .dtl_bnr,
.fs-body-product-hzm002-black .dtl_bnr,
.fs-body-product-hzm001-natural .dtl_bnr,
.fs-body-product-hzm001-black .dtl_bnr,
.fs-body-product-hzm003-natural #goods_sv .goods_sv_gu,
.fs-body-product-hzm003-black #goods_sv .goods_sv_gu,
.fs-body-product-hzm002-natural #goods_sv .goods_sv_gu,
.fs-body-product-hzm002-black #goods_sv .goods_sv_gu,
.fs-body-product-hzm001-natural #goods_sv .goods_sv_gu,
.fs-body-product-hzm001-black #goods_sv .goods_sv_gu{
	display: none;
}

/*------------------------------ 追加パーツ ------------------------------*/
/*---------------------------------------
  新規会員登録
---------------------------------------*/
/* .bnr_member_new */
.bnr_member_new{
	margin: 0 0 30px 0;
	padding: 15px;
	background: #fdffc6;
	border: #b69354 solid 3px;
}
.bnr_member_new p{
	margin: 0 auto;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}
#infomation .bnr_member_new{
	margin-bottom: 15px;
	padding: 10px;
}
#infomation .bnr_member_new p,
#infomation .bnr_member_new .big{
	font-size: 1.4rem;
}

/*----- .em_member_new -----*/
.em_member_new{
	margin: 0 auto 50px auto;
	padding: 0;
	background: #ffffeb;
	border: #b69354 solid 2px;
}
.em_member_new .inner{
	margin: 0;
	padding: 0 20px;
}
.em_member_new h4{
	margin: 0 auto 20px auto;
	padding: 10px 10px 10px 60px;
	font-size: 2.1rem;
	color: #fff;
	background: #b69354 url(https://tokiyado.itembox.design/item/img/ico_nav_login.svg) 20px 45% no-repeat;
}
.em_member_new h4:before{
	border: 0;
}
.em_member_new p{
	margin-bottom: 10px;
}

/*---------------------------------------
  帽子の種類 商品FSピックアップパーツ
---------------------------------------*/
.cont-productListCarousel-cmn *{
	width: initial;
	max-width: initial;
	min-width: initial;
}
.cont-productListCarousel-cmn .slick-slide{
	width: 125px;
	max-width: 125px;
	min-width: 125px;
	padding: 2px;
}
.cont-productListCarousel-cmn .fs-c-productListCarousel__list__item{
	margin: 0;
}
.cont-productListCarousel-cmn .slick-slide img{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.cont-productListCarousel-cmn .fs-c-productListItem__productName,
.cont-productListCarousel-cmn .fs-c-productPrice{
	font-size: 1.1rem;
}
.cont-productListCarousel-cmn .fs-c-productListItem__productName,
.cont-productListCarousel-cmn .fs-c-productPrice__addon,
.cont-productListCarousel-cmn .fs-c-price__value::after{
	font-size: 1.0rem;
}

/*---------------------------------------
  ショップ土曜営業日
---------------------------------------*/
.shopopentext{
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0 auto 50px auto;
	padding: 10px;
	border: #ccc solid 1px;
}
.shopopentext p{
	text-align: center;
}
.shopopentext p:last-of-type{
	margin: 0;
}

/*---------------------------------------
  AIバーチャル試着体験
---------------------------------------*/
#ai_fitting .step{
	margin-top: 40px;
}
#ai_fitting .step{
	justify-content: space-between;
	margin: 40px auto;
}
#ai_fitting .stbox{
	max-width: calc(100%/3 - 15px);
}
#ai_fitting .stbox h3{
	margin: 0 auto 5px auto;
	padding: 0;
	text-align: center;
	font-size: 2.0rem;
}
#ai_fitting .stbox h3:before{
	border: 0;
}
#ai_fitting .stbox img{
	border: #ccc solid 1px;
}
#ai_fitting .caption{
	font-size: 1.6rem;
}

/*---------------------------------------
  スマホ用ナビゲーション（PCアクセス時でも見れるように）
---------------------------------------*/
/* #cat_hatcat */
#cat_hatcat .cat_hatcat_wrap{
	display: block;
}
#cat_hatcat .cat_menu_wrap{
	width: 100%;
	margin: 0 0 20px 0;
}
#cat_hatcat .cat_menu_wrap h3{
	margin: 0;
	padding: 5px 10px;
	font-size: 1.8rem;
	background: #eee;
	border: #ccc solid 1px;
	border-bottom: 0;
}
#cat_hatcat .cat_menu_wrap h3:before{
	border: 0;
}
#cat_hatcat .cat_menu{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -1px 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	list-style-type: none;
	border: #ccc solid 1px;
}
#cat_hatcat .cat_menu li{
	width: 50%;
	margin: 0;
	padding: 0;
	border-bottom: #ccc solid 1px;
}
#cat_hatcat .cat_menu li:nth-child(2n+1){
	border-right: #ccc solid 1px;
}
#cat_hatcat .ico_cmenu{
	display: flex;
	align-items: center;
	min-height: 60px;
	margin: 0;
	padding: 10px 10px 10px 50px;
	background-size: 40px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

/* #nav_pickup */
#nav_pickup h3{
	margin: 0;
}
#nav_pickup .nav_pickup_camp{
	margin: 0 0 50px auto;
}
#nav_pickup .campaign.wrapper{
	width: initial;
	padding: 20px;
	background: #efefef;
}
#nav_pickup .nav_pickup_camp .hcbnr{
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
}
#nav_pickup .nav_pickup_camp .hcbnr:last-of-type{
	margin-bottom: 0;
}
#nav_pickup #pubnr h2 {
	margin: 0;
	padding: 0 20px 10px 25px;
	font-size: 1.8rem;
	line-height: 1.6;
	border: 0;
}
#nav_pickup #pubnr h2:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.8em;
	left: 0;
	height: 1px;
	width: 20px;
	border-top: #222 solid 1px;
}
#nav_pickup .c2{
	flex-wrap: wrap;
	justify-content: space-between;
}
#nav_pickup .c2 .bnr{
	width: calc(50% - 5px);
	margin: 0 0 10px 0;
	padding: 0;
}
#nav_pickup #pubnr .flex{
	flex-wrap: wrap;
}
#nav_pickup h4 {
	margin: 0 0 5px 0;
	padding: 0;
}
#nav_pickup .nav_pickup_special .flex{
	justify-content: space-between;
	margin-bottom: 20px;
}
#nav_pickup .nav_pickup_special .bnr{
	width: 240px;
}
#nav_pickup .nav_pickup_special .txt{
	width: calc(100% - 260px);
}

/*---------------------------------------
  ブランド毎のレビュー（スライダー）
---------------------------------------*/
.revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name{
	line-height: 1.6;
}
.bd .revico-multicomment-top .revico-review-comment-row-wrapper:not(:last-of-type){
	padding-right: 10px;
}
.bd .revico-review-comment-row .revico-review-comment-detail--product-name p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.bd .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
	justify-content: flex-end;
}
.bd .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star,
.bd .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-rate{
	margin-right: 0;
}
.bd .revico-review-comment-row .revico-review-comment-detail--comment--content{
	padding-right: 10px;
}
.bd .revico-review-comment-row .revico-review-comment-detail--comment--content br{
	display: none;
}
.revico-multicomment-top .revico-widget .revico-review-comment-row[data-pickup-review=true] .revico-review-comment-detail::after{
	line-height: 1.6;
}
