/* CSS Document */
@import url("https://clarity.itembox.design/item/css/reset.css?t=20210716164212");
@import url("https://clarity.itembox.design/item/webfonts/bellmt/stylesheet.css?t=20210716164212");
@import url("https://clarity.itembox.design/item/webfonts/Hannari/stylesheet.css?t=20210716164212");
@import url("https://clarity.itembox.design/item/webfonts/Geneva_CY/stylesheet.css?t=20210716164212");
@import url("https://clarity.itembox.design/item/webfonts/Didot_Regular/stylesheet.css?t=20210716164212");
@import url("https://clarity.itembox.design/item/webfonts/CocoGothic_trial/stylesheet.css?t=20210716164212");
@import url("https://clarity.itembox.design/item/webfonts/Winter_Sans/stylesheet.css?t=20210716164212");
@import url("//unpkg.com/ionicons@4.5.0/dist/css/ionicons.min.css");
/***********************
*
*     common
*
***********************/
html{
font-size: 62.5%;
height: 100%;
}
body{
color: #232323;
letter-spacing: 1px;
font-size: 1.4rem;
line-height: 1.7;
overflow-x: hidden;
height: 100%;
font-family: -apple-system, BlinkMacSystemFont,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}
body * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
max-width: 100%;
vertical-align: bottom;
}
p.w100{
margin-bottom: 0;
}
p.w100 img {
width: 100%;
height: auto;
}
p{
margin-bottom: 1em;
}
a{
color: rgba(0,0,0,1.00);
text-decoration: none;
-webkit-transition: all .3s ease;
transition: all .3s ease;
font-size: inherit;
}
a:hover{
color: rgba(0,0,0,0.60);
text-decoration:none;
}
h1.clear{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
position: absolute;
height: 0;
font-size: 0;
padding: 0;
margin: 0;
}
.section {
position: relative;
padding: 2.5% 0;
font-size: 16px;
font-size: 1.6rem;
}
.section:first-of-type{
padding-top: 0;
}
.inner1280 {
width: 100%;
height: auto;
max-width: 1280px;
margin-right: auto;
margin-left: auto;
}
.inner1150 {
width: 90%;
height: auto;
max-width: 1150px;
margin-right: auto;
margin-left: auto;
}
.inner1000 {
width: 90%;
height: auto;
max-width: 1000px;
margin-right: auto;
margin-left: auto;
}
.inner800 {
width: 90%;
height: auto;
max-width: 800px;
margin-right: auto;
margin-left: auto;
}
a.anchor{
display: block;
padding-top: 70px;
margin-top: -70px;
pointer-events: none;
}
/***********************
*
*     flexbox
*
***********************/
.flexbox {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-content: flex-start;
align-content: flex-start;
-webkit-align-items: center;
align-items: center;
}
.flexbox.clm2 > * {
width: 48%;
margin-bottom: 20px;
line-height: normal;
}
.flexbox.clm3 > * {
width: 32%;
margin-bottom: 20px;
line-height: normal;
}
.flexbox.clm3::after{
content: "";
display: block;
width: 32%;
}
.flexbox.clm4 > * {
width: 23%;
margin-bottom: 30px;
}
.flexbox.clm4::before{
content:"";
display: block;
width:23%;
order:1;
}
.flexbox.clm4::after{
content:"";
display: block;
width:23%;
}
.reverse{
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flexcentering {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}
/*flexboxの孫要素まで高さを揃える*/
.flexHeight{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display:flex;
-webkit-align-items: stretch;
align-items: stretch;
}
.flexHeight > *{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}
.flexHeight .height-inner{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
height: 100%;
}
.height-inner .topauto{
margin-top: auto;
}
/*flexboxの孫要素まで高さを揃える END*/

/***********************
*
*     layout
*
***********************/
.centering{
position:absolute;
top:50%;
left:50%;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
.bgfixed {
height: 100vh;
padding: 0;
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
-webkit-transform:translateZ(0px);
transform:translateZ(0px);/*fixed choromeのちらつき対策*/
}
.hidewrap{
display: none;
}
@-moz-document url-prefix() {
.bgfixed {
transform:none;/*firefoxのときfixedされなくなるので打ち消し*/
}
}

/***********************
*
*     font
*
***********************/
.f10{font-size: 1.0rem;}
.f12{font-size: 1.2rem;}
.f13{font-size: 1.3rem;}
.f14{font-size: 1.4rem;}
.f16{font-size: 1.6rem;}
.f18{font-size: 1.8rem;}
.f20{font-size: 2.0rem;}
.f26{font-size: 2.6rem;}
.f30{font-size: 3.0rem;}
.f36{font-size: 3.6rem;}
.f40{font-size: 4.0rem;}
.f45{font-size: 4.5rem;}
h2{font-size: 3.0rem;}
h3{font-size: 2.0rem;}
h4{font-size: 1.6rem;}
h1,h2,h3,h4,h5,h6{
text-align: center;
/*margin: .5em 0;*/
}
.serif{
font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sans-serif{
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}
.bellmt{
font-family: 'bellmt','Adobe Caslon Pro',serif;
font-style: normal;
}
.hannnari{
font-family: hannari ,serif;
}
.genevacy{
font-family: "Geneva CY",sans-serif;	
}
.didot{
font-family: "Didot Regular",serif;
}
.coco{
font-family: "CocoGothic trial",sans-serif;    
}
.winter_sans{
font-family: "Winter Sans",sans-serif;
}
/***********************
*
*     responsive
*
***********************/
.pc_none {
display: none;
}
.sp_none {
display: block;
}
/***********************
*
*     button
*
***********************/

.onlineBtn{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
display: inline-block;
text-align: center;
padding: 15px 20px;
background-color: rgba(0,0,0,0.60);
}
.onlineBtn:hover{
background-color: #fff;
color: #000;
}
.btn {
font-family: "CocoGothic trial",sans-serif;
display:block;
max-width:400px;
width: 100%;
margin: auto;
text-align: center;
padding: 10px 0;
position: relative;
transition:  all .3s ease;
}
/*a.btn::after {
font-family: "Font Awesome 5 Free";
content: "\f105";
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
margin:0 2em;
-webkit-transition: all .3s ease;
transition: all .3s ease;
position:absolute;
top:50%;
right: 0;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
a.btn:hover::after {
margin:0 1em;
}*/
.btn.of_a {
color: #fff;
border: 2px solid #282828;
background-color: #282828;
}
.btn.of_a:hover {
color: #282828;
background-color: #fff;
border: 2px solid #fff;
}
.btn.of_b {
color: #D80C17;
border: 3px solid #fff;
background-color: #fff;
}
.btn.of_b:hover {
color: #fff;
border: 3px solid #fff;
background-color: #D80C17;
}
.btn.of_c {
color: #fff;
background-color: #D80C17;
}
.viewmore_btn{
cursor: pointer;
border-radius: 0;
font-size: inherit;
}
.product .btn{
    padding: 8px 0;
    position: relative;
    background-color: #282828;
    color: #fff;
}
.product .fs-c-productListItem__control.fs-c-buttonContainer{
    margin-top:10px;
    display:block;
}
.product .fs-c-productListItem__control.fs-c-buttonContainer::before{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #282828;
    transform-origin: bottom center;
    transform: translate(-50%,50%) rotate(45deg);
    margin: auto;
    z-index: -1;
}
.product .fs-c-productListItem__control.fs-c-buttonContainer form{
    width:100%;
}
.product .fs-c-productListItem__outOfStock ~ .btn_wrap{
    display: none;
}
/***********************
*
*     icon
*
***********************/
i.fas{
margin-right: .5em;
margin-left: .5em;
}
/***********************
*
*     sns
*
***********************/
@media screen and (max-width:768px){
html{
font-size: 60%;
}
}
@media screen and (max-width:480px){
html{
font-size: 50%;
}
body{

}
.pc_none {
display: block;
}
.sp_none {
display: none;
}
a.anchor{
display: block;
padding-top: 55px;
margin-top: -55px;
}
/*.inner1000, .inner1150, .inner800 {
    width: 100%;
}*/
}
@media screen and (max-width:320px){
html{
font-size: 45%;
}
}

/* CSS Document */
/***********************parts ***********************/
main {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
}

/***********************
 *
 *     sec_title
 *
 ***********************/
.sec_title{
    text-align: center;
    margin-bottom: 5em;
    padding-top: 3em;
    /*padding-top: 1em;*/
}
.sec_title h2{
    font-family: "Winter Sans",sans-serif;
    font-size: 4rem;
    margin-bottom: 0;
    line-height: 1.2;
    position: relative;
}
.sec_title p{
    font-size: 1.8rem;
    color: #a3a3a3;
}
.sec_title .title_line ,
.sec_title .title_line_logo {
	position: relative;
}
.sec_title .title_line::before {
	content: '';
	position: absolute;
	left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 70px;
  height: 4px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #232323;
}
.sec_title .title_line_logo::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    display: inline-block;
    width: 70px;
    height: 15px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("https://clarity.itembox.design/item/assets/img/logo/square_c.svg?t=20210716164212");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.sub_title h3{
    font-family: "CocoGothic trial",sans-serif;
    font-size: 2.4rem;
}

/***********************
 *
 *     search_box
 *
 ***********************/
.search_box{
    max-width: 400px;
    width: 90%;
    margin: auto;
}
.search_box div{
    border-radius: 7px;
    overflow: hidden;
    border: 2px solid #c2c2c2;
}
.search_box input[type="text"]{
    width: 80%;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0px 10px;
    font-size: 1.2rem;
}
.search_box input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c2c2c2;
}
.search_box input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c2c2c2;
}
.search_box input[type="text"]::placeholder{ /* Others */
    color: #c2c2c2;
}
.search_box button{
    width: 20%;
    border: none;
    padding: 8px 0;
    cursor: pointer;
    color: #8E8E8E;
    background-color: #C5C2C2;
    border-radius: 0;
    margin: 0;
}

/***********************
 *
 *     login_box
 *
 ***********************/  
.login_box {
    width:30%;
    background-color: #232323;
    /*position: absolute;*/
    bottom: 20px;
    right: 20px;
}
.login_box .tab {
    width: 50%;
    text-decoration: none;
    text-align: center;
    padding: 12px 10px;
    font-size:14px;
}
.login_box .tab.members {
    background-color: #4D4D4D;
}
.login_box .tab.members.logout {
    width:100%;
}
.login_box .tab.new.members {
    background-color: #767676;
}
.login_box .login_inner{
    padding: 15px;
}
.login_box .login_inner .input{
    border-radius: 5px;
    overflow: hidden;
    margin: .5em 0;
}
.login_box .login_inner .flexbox{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background-color:#eee;
}
.login_box p{
    text-align: left;
}
.login_box a{
    color: #fff;
}
.login_box .login_inner dt{
    width: 20%;
    color: #232323;
    text-align: center;
}
.login_box .login_inner dd{
    width: 80%;
}
.login_box .login_inner .input{
    border: 2px solid #eee;
}
.login_box .login_inner input[type="text"]{
    font-size: inherit;
    display: block;
    border: none;
    padding: 8px;
    width: 100%;
    border-radius: 0;
    margin: 0;
}
.login_box .login_inner button{
    border: none;
    padding:10px 10px;
    font-size: inherit;
    border-radius: 20px;
    margin: auto;
    cursor: pointer;
}
.login_box .fs-c-inputGroup,
.login_box .fs-c-inputGroup--vertical,
.login_box .fs-c-inputGroup--inline{
    border:none;
}
.login_box input[type="password"]{
    border-radius:0;
    padding:8px;
}
.login_box.fs-p-headerUtilityMenu__list > li + li{
    margin-left:0;
}
.login_box .fs-c-inputInformation__field{
    background:transparent;
    padding:0;
    margin:0;
}
.login_box .fs-c-inputInformation__button{
    margin:0;
    width:100%;
}
.login_box.fs-pt-menu a{
    padding:0;
}
.login_box .fs-c-inputInformation__link{
    text-align:center;
    width:100%;
}
.fs-p-headerUtilityMenu__list a::before{
    content:none;
}
/***********************
 *
 *     item_toggle_container
 *
 ***********************/  
.toggle_container {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.toggle_container .toggle_wrapper {
	width: 48.6%;
	margin-bottom: 3em;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.toggle_container a{
    color:#232323;
}
.toggle_container dl dd {
	display: none;
}
.toggle_container .toggle_title {
	padding: 10px;
	background-color: #f4f4f4;
}
.toggle_container .toggle_title li {
	width: 46%;
	flex-grow: 1;
	text-align: center;
}
.toggle_container .toggle_title li + li {
  border-left: 1px dotted #000;
}
.toggle_container .toggle_title li:last-child {
	width: 20px;
	border: none;
	flex-grow: 0;
}
.toggle_container .brand_box dd ul li {
	padding: 10px;
	border-bottom: solid 1px #f4f4f4;
}
.toggle_container .category_box dd ul li {
	width: 50%;
	padding: 10px;
	border-bottom: solid 1px #f4f4f4;
}
.toggle_container .category_box dd ul li:nth-child(even) {
	border-left: solid 1px #f4f4f4;
}
.toggle_container .brand_box dd ul li a:hover,
.toggle_container .category_box dd ul li a:hover {
	color: #0192a2;
}

.toggle_icon,
.toggle_icon span {
	display: inline-block;
	transition: all .4s;
}
.toggle_icon {
	position: relative;
	width: 20px;
	height: 20px;
	float: right;
	margin-right: 5px;
	margin-top: 8px;
}
.toggle_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #000000;
}
.toggle_icon span:nth-of-type(1) {
	top: 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.toggle_icon span:nth-of-type(2) {
	top: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.toggle_icon.active span:nth-of-type(1) {
	top: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle_icon.active span:nth-of-type(2) {
	top: 5px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
/***********************parts　end***********************/

/***********************
 *
 *     header
 *
 ***********************/
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.header .logo_h{
    max-width: 200px;
    width: 30%;
    padding: 20px 0;
    margin: auto;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.header .header_wrap{
    position: relative;
    padding: 10px 0;
}
/*******メインメニュー********/
.header .nav_wrap{
    background-color: #242424;
}
.header .navi.flexbox{
	width: 65%;
	letter-spacing: 2px;
}
.header .header_nav.flexbox{
    color: #fff;
}
.header .header_nav a{
    color: inherit;
}
.header .header_nav .navi.flexbox{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.6rem;
}
.header .header_nav .navi li{
    width: 20%;
    text-align: center;
    font-family: "CocoGothic trial",sans-serif;
}
.header .header_nav .navi li a{
    display: block;    
    padding: 10px 0;
}
.header .header_nav .navi li a:hover{
    width: 100%;
    background-color: rgba(255,255,255,0.20);
}
.header .header_nav .member.flexbox{
    font-size: 1.3rem;
    width: 30%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.header .header_nav .member li::after{
    content: "|";
    margin: 0 .8em;
}
.header .header_nav .member li:last-child::after{
    content: none;
}
/*******カテゴリーリスト********/
.header .category_navi.flexbox{
    width: 80%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 13px;
}
.header .category_navi dt{
    font-weight: bold;
    margin-right: .5em;
}
.header .category_navi dd::after{
    content: "|";
    margin: .5em;
}
.header .category_navi dd:last-child::after{
    content: none;
}
/*******検索********/
.header .sub_navi_wrap{
    background-color: #F4F4F4;
    padding: 8px 0;
}
.header .sub_navi_wrap .search_box{
    width: 20%;
}
/*******マイページ、カート********/
.header .my_cart{
    font-size: 1rem;
    margin-left: auto;
    margin-right: 1em;
    width: 30%;
}
.header .my_cart.flexbox{
    justify-content: flex-end;
}
.header .my_cart li{
    position: relative;
    text-align: center;
    max-width: 50px;
    width: 45%;
}
.header .my_cart li:first-child{
    /*margin-right: 5%;*/
}
.header .icon_img{
    display: block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    padding-bottom: .5em;
}
.header .my_cart li a{
    display: block;
    position: relative;
    padding-top: 50px;
}
.header .my_cart a{
    font-family: "CocoGothic trial",sans-serif;
}
.header .my_cart .counter{
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}
.header > div{
	background-color: rgba(255,255,255,0.80);
}
.header .sp_menu{
    display: none;
}
/*******ハンバーガー********/
#hum{
	display: none;
}
#hum{
    width: 25px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
#hum span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #232323;
    position: absolute;
    top: 50%;
    transition: all 0.2s;
}
#hum .top{
    transform: translateY(-8px) scale(1);
}
#hum .middle{
    position: relative;
    background: none;
    transform: translateY(0) scale(1);
}
#hum .middle::before,
#hum .middle::after{
        content: "";
        transition: all 0.2s;
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000;
        transform: rotate(0deg);
}
#hum .bottom{
    transform: translateY(8px) scale(1);
}
.header.active #hum .top{
    transform: translateY(-8px) scale(0);
}
.header.active #hum .middle::before{
    transform: rotate(45deg);
}
.header.active #hum .middle::after {
    transform: rotate(-45deg);
}
.header.active #hum .bottom{
    transform: translateY(8px) scale(0);
}
/***********************
 *
 *     footer
 *
 ***********************/
.footer{
    padding-bottom: 5%;
    text-align: center;
    background-color: #282828;
    color: #fff;
}
/*******ロゴ********/
.footer .f_logo {
    margin-bottom: 1em;
}
.footer .f_logo .square{
    width: 50px;
    margin-bottom: 1em;
}
.footer .f_logo .name{
    max-width: 140px;
    width: 60%;
}
/*******コピーライト********/
.footer .copy{
	text-align: center;
	letter-spacing: 2px;
}
.footer .copy p{
	font-family: inherit;
}
/*******オンラインショップ********/
.footer .sec_title{
    margin-bottom: 0;
}
.footer .sec_title h2{
    margin-bottom: 0;
}
.footer .sec_title p{
    font-size: 1.4rem;
}
.footer .onlineshop_wrap{
    padding: 5% 0;
    margin-bottom: 5%;
    position: relative;
    z-index: 1;
}
.footer .onlineshop_wrap::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("https://clarity.itembox.design/item/assets/img/footer/onlineshop_bg.jpg?t=20210716164212");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .2;
}
.footer .onlineshop_wrap .flexbox.clm4{
    -webkit-align-items: stretch;
    align-items: stretch;
}
.footer .onlineshop_wrap h3 em{
    font-size: 130%;
}
.footer .onlineshop_wrap h3{
    padding-top: 53%;
    position: relative;
}
.footer .onlineshop_wrap h3::before{
    content: "";
    width: 50%;
    padding-top: 43%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    position:absolute;
    top:0;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,0);
}
/*******オンラインショップアイコン********/
.footer .icon_img{
    position: absolute;
    width: 50%;
    bottom: auto;
    top: 0;
    left: 50%;
    t-webkit-ransform: translate(-50%,-50%);
    transform: translate(-50%,0);
}
.footer .footer_icon_navi .icon_img{
    top: -1em;
}
.footer .onlineshop_wrap .icon_img{
    bottom: auto;
}
.footer .footer_navi{
    text-align: left;
    line-height: 2;
    margin-bottom: 50px;
}
.footer .footer_navi a{
    color: rgba(255,255,255,1.00);
}
.footer .footer_navi a:hover{
    color: rgba(255,255,255,0.7);
}
.footer .footer_navi .flexbox{
    -webkit-align-items: stretch;
    align-items: stretch;
}
.footer .footer_navi dt{
    margin-bottom: 1em;
    font-family: "Geneva CY",sans-serif;
}
.footer .footer_navi dd{
    font-size: 1.3rem;
}
.footer .footer_icon_navi{
    display: none;
}
.footer .footer_icon_navi{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: rgba(255,255,255,0.70);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 98;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.footer .footer_icon_navi li{
    width: 20%;
    font-size: 1rem;
}
.footer .footer_icon_navi a{
    display: block;
    width: 100%;
    padding-top: 30%;
    position: relative;
    line-height: normal;
}
@media screen and (max-width:768px){
#hum{
    display: block;
}
.header{
    width: 100%;
    height: auto;
    top: auto;
}
.header .nav_wrap{
    display: none;
    height: 100%;
    overflow-y: scroll;
}
.header .header_nav .navi{
    width: 100%;
}
.header .header_nav.flexbox{
    width: 100%;
}
.header .login_box{
    width: 100%;
}
.header .my_cart li a{
    padding-top: 40px;
}
.header .header_nav .member.flexbox{
    width: 90%;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 10px auto;
}
.header .sub_navi_wrap .inner1150{
    width: 95%;
}
.header .category_navi.flexbox{
    width: 100%;
}
.header .category_navi.flexbox dt{
    display: none;
}
.header .sub_navi_wrap .search_box{
    width: 40%;
    margin-left: auto;
    display: none;
}
.header .sub_navi_wrap .category_navi.flexbox{
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}
.header .sub_navi_wrap .category_navi.flexbox::-webkit-scrollbar {
    display: none;
}
.header .sub_navi_wrap{
    position: relative;
    display: flex;
    width: 100%
}
.header .sub_navi_wrap::before,
.header .sub_navi_wrap::after{
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
}
.header .sub_navi_wrap::before{
    content: "\f3cf";
    left:5px;
}
.header .sub_navi_wrap::after{
    content: "\f3d1";
    right:5px;
}    
.header .sub_navi_wrap .inner1150{
    width: 90%;
}
.toggle_container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.toggle_container .toggle_wrapper {
    width: 100%;
    margin-bottom: 15px;
}
.toggle_container .toggle_title li:first-child {
    width: 35%;
    text-align: left;
    padding-right: 2em;
}
.toggle_container .toggle_title li {
    text-align: left;
    padding-left: 2em;
}
.toggle_container .toggle_title li:last-child {
    padding: 0;
}
.header .toggle_wrapper{
    background-color: #F4F4F4;
}
.header_in_footer{
    width: 90%;
    margin:30px auto;
    font-size: 14px;
}
.header_in_footer li{
    margin-bottom: .5em;
}
.header_in_footer a{
    color: #fff;
}
.footer .onlineshop_wrap .flexbox.clm4 li{
    width: 48%;
}
}
@media screen and (max-width:480px){
.sec_title {
    margin-bottom: 20%;
}
#hum{
    left: 10px;
}
.header.active{
    height: 100%;
    top: 0!important;
}
.header .header_wrap{
    padding: 0;
}
.header .header_wrap .inner1150{
    width: 95%;
}
.header .logo_h{
    width: 130px;
    padding: 0;
}
.header .my_cart li a{
    margin:0;
    padding-top: 40px;
}
.header .my_cart li a::before{
    height: 20px;
}
.header .sp_menu{
    display: block;
    position: static;
    padding-bottom: 50px;
}
.header .login_box{
    position: static;
    width:100%;
margin-bottom:10px;
}
.login_box .tab{
padding:10px 0;
}
.header .header_nav .navi li{
    width: 50%;
}
.footer{
    padding-bottom: 70px;
}
.footer .footer_icon_navi{
    display: block;
    width: 100%;
}
.footer .onlineshop_wrap h2{
    font-size: 3rem;
}
.footer .onlineshop_wrap h3{
    font-size: 1.6rem;
}
.footer .footer_navi{
    display: none;
}
}
@media screen and (max-width:320px){
.header .logo_h{
    width: 100px;
}
.header .my_cart{
    margin-right: 0;
}
.header .my_cart li a{
    padding-top: 35px;
}
.footer .sec_title h2{
    font-size: 2.6rem;
}
}

/**
 * future-shop override css
*******************************************************/
main,.fs-l-main {
    padding-top: 182px;
    margin-top: 0;
    padding-bottom: 0;
}
.header .header_nav .member li::after {
    display:none;
}
.header .category_navi dd {
    min-width: unset;
}
.fs-p-searchForm__inputGroup.fs-p-inputGroup {
    border: none;
}
.footer_navi ul.fs-pt-list.fs-pt-list--noMarker {
    margin-top: 10px;
}
.footer_navi ul.fs-pt-list.fs-pt-list--noMarker li {
    line-height: 130%;
}

@media screen and (max-width:768px){
.header .category_navi dd:last-child {
    padding-right: 20px;
}
}
@media screen and (max-width:480px){
main,.fs-l-main {
    padding-top: 95px;
}
}

/**
 * future-shop 基本ページ css
*******************************************************/
.counter.fs-p-cartItemNumber {
background: none;
border-radius: unset;
color: #232323;
display: block;
font-size: inherit;
line-height: inherit;
padding: 0;
position: relative;
top: 0;
right: 0;
}
.fs-p-headerUtilityMenu__list a:visited {
    color: #eee;
}
.fs-p-headerUtilityMenu__list a:link {
    color: #eee;
}
.fs-pt-menu a {
    margin: 0px;
}
.fs-l-pageMain {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

/**
 * future-shop トップページニュース css
*******************************************************/
.news .sec_title{
    text-align: center;
    margin-bottom: 5em;
    padding-top: 0em;
}
.news li.fs-pt-list__item {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dashed #ccc;
}

/**
 * future-shop トピックステキスト css
*******************************************************/
.fs-pt-column__heading {
text-align: center;
font-size: 98%;
color: #a3a3a3;
font-weight:normal;
}

/**
 * future-shop 新着商品 css
*******************************************************/
.newarrives_list .fs-c-productListCarousel__list__item {
    flex-basis: 250px;
    max-width: 250px;
    min-width: 250px;
}
@media screen and (max-width: 480px) {
.newarrives_list .fs-c-productListCarousel__list__item {
    flex-basis: 120px;
    max-width: 120px;
    min-width: 120px;
}

/**
 * future-shop 商品一覧 css
*******************************************************/
.fs-c-subgroupList__label {
    font-size: 1.3rem;
}
.fs-c-subgroup .fs-c-listControl:first-child {
    display: none;
}
.fs-c-subgroup .fs-c-listControl__status {
    font-size: 90%;
}
.fs-c-productImageModal__inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.fs-c-productImageModal__contents {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product .fs-c-productListItem__productDescription {
    display:none;
}
.fs-c-subgroupList__link {
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #9da2a7;
}
/**
 * future-shop 商品詳細画像 css
*******************************************************/
.fs-c-productMainImage__image {
    margin-bottom: 15px;
    /*justify-content: flex-start;*/
}
.fs-c-productMainImage__expandButton.fs-c-buttonContainer {
    display: none;
}
.fs-c-productThumbnail {
    justify-content: space-between;
    max-width: 542px;
    margin: 0 auto;
}
.fs-c-productThumbnail__image {
    margin: 0;
    flex-basis: auto;
    min-width: auto;
    width: 31%;
}

/**
 * future-shop 商品詳細テキスト部分 css
*******************************************************/
h1.fs-c-productNameHeading.fs-c-heading {
    text-align: justify;
}
.fs-c-productNumber {
    border: none;
    color: #a3a3a3;
    padding: 0;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: inherit;
    margin-right: 5px;
}
.fs-c-productNumber__number {
    font-weight: normal;
}

/**
 * future-shop 商品詳細カートボタン 販売期間指定 css
*******************************************************/
.fs-c-productListItem__salesPeriodNotice {
    line-height: 1.6em;
}
.fs-c-productListItem__salesPeriodNotice + .btn_wrap div.fs-c-productListItem__control.fs-c-buttonContainer::before {
    display: none;
}

/**
 * future-shop ショッピングカート部分 css
*******************************************************/
h2.fs-p-announcement__title {
    position: relative;
    text-align: left;
    padding-left: 15px;
}
h2.fs-p-announcement__title::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #7C8790;
    position: absolute;
    top: 10px;
    left: 0px;
}
a.fs-c-listedProductName__name {
    width: auto;
    max-width: 300px;
    display: block;
}

/**
 * future-shop ショッピングカート内お気に入り・おすすめ商品リスト部分 css
*******************************************************/
.fs-c-featuredProduct__header,
.fs-c-wishlistProduct__header {
    margin-bottom: 15px;
}

/**
 * future-shop 会員情報変更ページ css
*******************************************************/
.fs-c-requiredMark::before {
    color: #e20423;
    line-height: 1em;
}

/**
 * future-shop ご注文手続き クレジット決済メッセージ css
*******************************************************/
/*.fs-c-checkout-paymentMethod.is-disabled:not(.is-active) .fs-c-checkout-paymentMethod__title {
    color: #cccccc;
}*/
.fs-c-checkout-paymentMethod.is-disabled:not(.is-active) .fs-c-checkout-paymentMethod__title .fs-c-radio__label,.fs-c-checkout-paymentMethod.is-disabled:not(.is-active) .fs-c-checkout-paymentMethod__title .fs-c-radio__radioMark {
    cursor: default;
    opacity: 0.6;
}
.fs-c-checkout-paymentMethod__disabledMessage {
    line-height: 1.4em;
    letter-spacing: 0;
}

/**
 * future-shop Amazonご注文手続き css
*******************************************************/
#fs_CheckoutWithAmazon main {
padding-top: 190px;
}
.fs-c-checkout-widgets__message {
    font-size: 1.2rem;
    line-height: 1.4em;
    letter-spacing: 0;
}

/**
 * future-shop プレビューモード css
*******************************************************/
.fs-preview-header {
    position: fixed;
}