@charset "UTF-8";
/* CSS Document */


/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: roboto-condensed, sans-serif; 
*/

/* Page Common */
body, html {
	/*font-family:'Noto Sans JP', sans-serif;*/
    font-family: futura-pt, m-plus-1p, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 500;
    font-size: 62.5% !important;
    line-height:2;
    letter-spacing: 0.1em;
    color: #000;
    background-color: #fff;
    margin: 0;
}

/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
*/
a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
    color: inherit;
    opacity: 1;
    transition:opacity 1s ease 0s;
}

a:hover {
	opacity: 0.6;
	transition:opacity 1s ease 0s;
}

a:visited {
    color: inherit;
}

ul,ol{
	list-style: none;
	padding: 0;
}

h1, h2, h3, h4, h5 {
    font-weight: 500;
    line-height: 2rem;
}

i{
	font-family:"FontAwesome" !important;
}

*, *::after, *::before {
  box-sizing: border-box;
}

button {
    cursor: pointer;
}
.selectric, button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    /*min-height: 40px;*/
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    border-radius: 3px;
    padding: 5px 10px !important;
    line-height: 3rem;
    min-height: 3rem;
}

[role=button], a, button, input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
/* floatクリア */

.clearfix:after {
   content: "";
   clear: both;
   display: block;
}

/* PC/SP 表示切り替え*/
@media screen and (min-width: 768px) {.sp{display: none !important;}}
@media screen and (max-width: 767px) {.pc{display: none !important;}}	



/* LODER */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #ffffff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
}
#loader {
    position: fixed;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

#loader-bg .hexagon_icon_wrap{
    width: 100px;
    height: 100px;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}    
     
#loader-bg .hexagon {
    width: 40px;
    position:absolute;
    top: 15%;
    left: 30%;
    animation: spin 1.2s infinite linear;
}
#loader-bg .c_logo{
    display: inline-block;
    position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: bold;
    color: #CCC;
    font-family: Apercu,sans-serif;
    letter-spacing: normal;
}    
#loader-bg .hexagon::before {
  display: block;
  padding-top: 173.205080757%;  /* 3 / √3 * 100 */
  content: '';
}
#loader-bg .hexagon__inner-1, #loader-bg .hexagon__inner-2, #loader-bg .hexagon__inner-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader-bg .hexagon__inner-2 {
  transform: rotate(120deg);
}
#loader-bg .hexagon__inner-3 {
  transform: rotate(-120deg);
}
#loader-bg .hexagon__inner-1::before, #loader-bg .hexagon__inner-1::after,
#loader-bg .hexagon__inner-2::before, #loader-bg .hexagon__inner-2::after,
#loader-bg .hexagon__inner-3::before, #loader-bg .hexagon__inner-3::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  content: '';
  background-color: #CCC;
}
#loader-bg .hexagon__inner-1::before, #loader-bg .hexagon__inner-2::before, #loader-bg .hexagon__inner-3::before {
  top: 0;
}
#loader-bg .hexagon__inner-1::after, #loader-bg .hexagon__inner-2::after, #loader-bg .hexagon__inner-3::after {
  bottom: 0;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
}
}


#load_animation {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 13000;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#load_animation .loading_logo {
  padding: 50px 0;
}

#load_animation .loading_logo svg {
	width: 160px;
    height: auto;
    fill: #999;
	animation-name: loading_logo;
	animation-duration: 1.4s;
	animation-timing-function: ease;
	animation-direction: normal;
	animation-fill-mode:forwards;
	opacity: 0;
	display: none;
}

#load_animation .hexagon_icon_wrap{
    width: 100px;
    height: 100px;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}    
     
#load_animation .hexagon {
    width: 40px;
    position:absolute;
    top: 15%;
    left: 30%;
    animation: spin 1.5s infinite linear;
}
#load_animation .c_logo{
    display: inline-block;
    position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: bold;
    color: #CCC;
    font-family: Apercu,sans-serif;
    letter-spacing: normal;
}    
#load_animation .hexagon::before {
  display: block;
  padding-top: 173.205080757%;  /* 3 / √3 * 100 */
  content: '';
}
#load_animation .hexagon__inner-1, #load_animation .hexagon__inner-2, #load_animation .hexagon__inner-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#load_animation .hexagon__inner-2 {
  transform: rotate(120deg);
}
#load_animation .hexagon__inner-3 {
  transform: rotate(-120deg);
}
#load_animation .hexagon__inner-1::before, #load_animation .hexagon__inner-1::after,
#load_animation .hexagon__inner-2::before, #load_animation .hexagon__inner-2::after,
#load_animation .hexagon__inner-3::before, #load_animation .hexagon__inner-3::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  content: '';
  background-color: #CCC;
}
#load_animation .hexagon__inner-1::before, #load_animation .hexagon__inner-2::before, #load_animation .hexagon__inner-3::before {
  top: 0;
}
#load_animation .hexagon__inner-1::after, #load_animation .hexagon__inner-2::after, #load_animation .hexagon__inner-3::after {
  bottom: 0;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
}
}



    

/* Header */
.header_menu {
    width: 100%;
    margin: 0 auto;
    /*background: #c6c6c6;*/
}

.header_menu-mobile {
    display: none;
    padding: 20px;
}


.header_menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .header_menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    text-align: center;
    z-index: 999;
}

.header_menu > ul:before,
.header_menu > ul:after {
    content: "";
    display: table;
}

.header_menu > ul:after {
    clear: both;
}

.header_menu > ul > li {
    display: inline-block;
    /*background: #c6c6c6;*/
    padding: 0;
    margin: 0;
    vertical-align: top;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1.5px;
}


.header_menu > ul > li a {
    text-decoration: none;
    padding: 12px 15px;
    display: block;
}


.header_menu > ul > li > ul {
    display: none;
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 30px 0;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    font-size: 0;
}

.header_menu > ul > li > ul:before,
.header_menu > ul > li > ul:after {
    content: "";
    display: table;
}

.header_menu > ul > li > ul:after {
    clear: both;
}

.header_menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    padding: 0 2%;
    background: none;
    text-align: left;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
}

.header_menu > ul > li > ul > li a {
    color: #000;
    padding:0;
    width: 100%;
    display: block;
}

.header_menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.header_menu > ul > li > ul > li > ul:before,
.header_menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.header_menu > ul > li > ul > li > ul:after {
    clear: both;
}

.header_menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 2.5rem;
}

.header_menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.header_menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.header_menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.header_menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

/*
.header_menu .menu_sale{
    color: #961b0d;
}

↓↓ブラックフライデー用

.header_menu .menu_sale {
    background: #000;
    width: 100%;
    padding-left: 1.5rem;
    color: #c5a22a;
}
　*/

/* ↓↓ウィンターセール用　*/

.header_menu .menu_sale,
.sp_category_wrap .sale{
    color: #de76c9;
}

/* Header PC */
@media screen and (min-width: 768px) {
 
    
    
header {
	width: 100%;
	margin: 0 auto;
	padding:0;
	box-sizing: border-box;
    background: #FFF;
    position: relative;
}
 
.header_contents_wrap{
	max-width: 1400px;
    width: 100%;
    margin: auto;
	padding: 0 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-box-flex: 1;
    flex: 1 1 100%;
}    

.header_contents_wrap>div{
    width: 33.3333%;
    }

.header_contents_wrap>div.header_menu-mobile_wrap{
    display:none !important;
    }
    
    
    
.header_news_link {
    position: absolute;
    top: 200px;
    right: 20px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 2;
    background: #FFF;
}
.header_news_link a {
    background: #FFF;
    color: #900;
    font-weight: 500;
    letter-spacing: 0.1rem;
}    
    
    
/* ヘッダーサーチ */    
.search-header {
    color: #000;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 285px;
    vertical-align: middle;
    outline: none;
    border: 1px solid #eee;
    cursor: auto;
}  
    
.search-header__input {
    border: none;
    padding-right: 35px;
    width: 100%;
    min-height: 45px;
    padding: 10px 18px;
    font-size: 1.2rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.search-header .search-header__submit {
    padding-right: 12px;
    pointer-events: auto;
    }    
 .search-header__submit {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0 0 5px;
    height: 100%;
    z-index: 1;
    background-color: transparent;
     box-shadow: none;
     border: none;
     line-height: 6;
} 

.search-header__submit span{
    position: absolute!important;
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: block;
}  
 
    
/* ヘッダーロゴ */    
.logo_wrap{
    margin: 30px 0;
    text-align: center;
}    


.logo_wrap h1 img{
	height: 33px;
	width: auto;
    margin: 0 auto;
}

 /* ヘッダーアイコン */     
    .header_icon_wrap>div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        align-items: baseline;
    }
    
    
    .header_icon_wrap>div>a,
    .header_icon_wrap>div>div{
        display: inline-block;
        text-align: center;
        margin-left: 15px;
        line-height: 1.6rem;
    }
     
    .header_icon_wrap>div>div a{
        position: relative;
        display: block;
    }    
    
    .header_icon_wrap a svg{
        height: 32px;
        width: 32px;
    }

    .header_icon_wrap span{
         display: block;
    }
  
    .fs-p-cartItemNumber{
		font-weight: bold;
		background-color: #fa4e4e;
		color: #FFF;
		height: 20px;
		width: 20px;
		border-radius: 10px;
		top: 0;
		right: -5px;
		font-size: 12px;
		line-height: 20px;
		padding: 0;
		text-align: center;
		letter-spacing: normal;
        position: absolute;
	}

/* ヘッダーメニュー */ 
    
    
.header_menu > ul {
    display: flex;
    max-width: 1400px;
    width: 100%;
    padding: 0 30px;
    justify-content: space-between;
}    
.header_menu > ul > li a {
    padding: 12px 0;
}  
.header_menu > ul:before,
    .header_menu > ul:after{
        display: none;
    }
     
.header_menu > ul > li > ul.col-4>li{
     /* float: left; */
   width: 25%;
	display: table-cell;
}   

.header_menu > ul > li > ul.col-3>li:nth-child(1),
.header_menu > ul > li > ul.col-3>li:nth-child(2){
    /* float: left; */
    width: 25%;
	display: table-cell;
}    
.header_menu > ul > li > ul.col-3>li:nth-child(3){
    /* float: left; */
    width: 50%;
	display: table-cell;
}    


.header_menu > ul > li > ul > li{
    border-right: 1px solid #eee;
    padding-bottom: 20px;
}

   
    
.header_menu > ul > li > ul > li:first-child > ul > li{
        font-weight: 700;
        font-size: 1.2rem;
        margin-bottom: 0 !important;
    }
.header_menu > ul > li > ul > li > ul > li:first-child{
        font-weight: 700;
        font-size: 1.2rem;
        margin-bottom: 1rem;
}
 .header_menu > ul > li > ul > li:last-child{
    border-right: none;
}   

.header_color{
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    } 
 .header_color li:first-child{
     flex-basis: 100%;
     width: 100% !important;
    }
 .header_color li{
     flex-basis: 50%;
     width: 50% !important;
     padding-right: 5px;
     vertical-align: middle;
    }

    .header_color li:nth-child(n+2) a{
        padding-left: 50px;
         background-size: contain;
         background-repeat: no-repeat;
        height: 50px;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
     .header_color li.header_color_gold a{ background-image: url("../images/header/gold.png"); }
     .header_color li.header_color_rosegold a{ background-image: url("../images/header/rose_gold.png"); }    
     .header_color li.header_color_silver a{ background-image: url("../images/header/silver.png"); }    
     .header_color li.header_color_black a{ background-image: url("../images/header/black.png"); }    
     .header_color li.header_color_white a{ background-image: url("../images/header/white.png"); }    
     .header_color li.header_color_grey a{ background-image: url("../images/header/grey.png"); }    
  
    .col-4>li:last-child{
        text-align: center;
    }
     .col-4>li:last-child img{
         width: 90%;
         margin: 0 auto 10px;
    }
   
     .header_menu > ul > li > ul.col-3>li:last-child>ul{
         display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align:flex-start;
        -ms-flex-align: flex-start;
        align-items:flex-start;
    }   
    
     .header_menu > ul > li > ul.col-3>li:last-child>ul>li{
         width: 33.333% !important;
        flex-basis: 33.333%;
         padding: 0 5px !important;
         margin: 0;
         text-align: center;
        }
 
    .header_menu > ul > li > ul.col-3>li:last-child>ul>li img{
        width: 100%;
        height: auto;
    }
    
    .col-4>li:last-child span,
    .header_menu > ul > li > ul.col-3>li:last-child>ul>li span{
        display: block;
        font-size: 1.2rem;
        font-weight: 700;
    }
    .col-4>li:last-child span:after{
        content: ">";
        margin-left: 1rem;
    }

    
 /* info_slider */   
.head_postage{
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    top: 0;
    width: 100%;
	box-sizing: border-box;
	margin: 0;
	line-height: 2.4rem;
}
    
.info_bar-slider {
    max-width: 1000px !important;
    width: 100% !important;
    margin: 0 auto !important;
    line-height: 4rem;
}  
    
.info_bar-slider .slick-slide img{
    height: 1.6rem !important;
    width: auto !important;
	margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
}  
    
    .fs-c-breadcrumb{
        padding: 20px 30px;
        width: 100%;
        max-width: 1400px;
        margin: auto;
    }    



 .header_text_info_wrap {
    position: absolute;
    bottom: -40px;
    right: 10px;
    text-align: right;
    z-index: 6;
    }

    #header_text_info {
        background: rgba(255, 255, 255, 0.8);
        padding: 0 1.5rem;
        line-height: 3;
    }
    #header_text_info a::before{
        font-family: 'FontAwesome';
        content: "\f06a";
    }
    #header_text_info:empty{
        display: none;
    }
}


/* Header SP */
@media screen and (max-width: 767px) {
    
    body{
        padding-top: 105px;
        font-size: 12px;
    }
    
    header {
		position: fixed;
		top:0;
		z-index: 10000;
		width: 100%;
		text-align: center;
        transition: .5s;
	}
    
    .header_contents_wrap{
         background: #fff;
       max-width: 100%;
        padding: 0 10px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        z-index: 1001;
        position: relative;
    }  
    
    .header_contents_wrap .logo_wrap{
        width: 33%;
        -ms-flex-order: 2;
        order: 2;
    }  
    .header_contents_wrap .header_icon_wrap{
        width: 33%;
        -ms-flex-order: 3;
        order: 3;
    }
    
    .header_contents_wrap .header_menu-mobile_wrap{
        width: 33%;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .header_contents_wrap .search_wrap{
        display: none;
    }  
    
    
.header_news_link {
    padding: 5px 0;
    font-size: 13px;
    text-align: center;
    border-radius: 10px;
    background: #f7f7f7;
}
.header_news_link a {
    color: #900;
    font-weight: 500;
    letter-spacing: 0.1rem;
}    
    
    
 /* ヘッダーロゴ */    
    .logo_wrap{
        margin: 10px 0;
    }    


    .logo_wrap h1 {
        margin: 1rem 0;
    }

    .logo_wrap h1 img{
        height: 22px;
        width: auto;
        margin: 0 auto;
        vertical-align: bottom;
    } 
    
 /* ヘッダーアイコン */     
    .header_icon_wrap>div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        align-items: baseline;
    }
    
    .header_icon_wrap>div>a,
    .header_icon_wrap>div>div{
        display: inline-block;
        text-align: center;
        margin-left: 7px;
        line-height: 1.6rem;
    }
 
    .header_icon_wrap>div>div a{
        position: relative;
        display: block;
    }    
    
    .header_icon_wrap a svg{
        height: 22px;
        width: 22px;
    }
    
    .fs-p-cartItemNumber{
		font-weight: bold;
		background-color: #fa4e4e;
		color: #FFF;
		/* height: 16px; */
		width: 16px;
		border-radius: 8px;
		top: -4px;
		right: -4px;
		font-size: 10px;
		line-height: 16px;
		padding: 0;
    }
    
    .header_icon_wrap span{
         display: none;
    }
  /* ヘッダーサーチ */     
    .search_wrap form{
        display: none;
    }
    
    
  /* info_slider */   
    
    .head_postage{
        width: 100%;
        background: #fff;
        margin:0;
        display: block;
        text-align: center;
        font-size: 0.5em;
        line-height: 2.4rem;
        font-size: 1.2rem;
        font-weight: 500;
        text-align: center;
        border-bottom: 1px solid #eee;
        height: 42px;
        z-index: 1001;
        position: relative;
   }
    

    .info_bar-slider {
        margin: 0 auto !important;
        line-height: 4rem;
    }  
    .info_bar-slider .slick-slide>div>div{
        vertical-align: middle;
    }    
    .info_bar-slider .slick-slide img{
        height: 1.6rem !important;
        width: auto !important;
        margin-right: 1rem;
        display: inline-block;
        vertical-align: middle;
    }    
   
    
 /* ヘッダーメニュー SP */ 
    .header_menu{
        background: #fff;
    }
    
    .header_menu-mobile{
        display: block;
        font-size: 0;
        padding: 0;
        position: relative;
        width: 20px;
        height: 20px;
    }
    
    .header_menu-mobile,
    .header_menu-mobile span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .header_menu-mobile {
      position: relative;
        display: block;
        padding: 10px;
    }
    .header_menu-mobile span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #000;
      border-radius: 2px;
    }
    .header_menu-mobile span:nth-of-type(1) {
      top: 0;
    }
    .header_menu-mobile span:nth-of-type(2) {
      top: 9px;
    }
    .header_menu-mobile span:nth-of-type(3) {
      bottom: 0;
    }
    .header_menu-mobile.open span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
    }
    .header_menu-mobile.open span:nth-of-type(2) {
      opacity: 0;
    }
    .header_menu-mobile.open span:nth-of-type(3) {
      -webkit-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
    }

    .header_menu-dropdown-icon:before {
        content: "+";
        font-family: "Ionicons";
        display: none;
        cursor: pointer;
        float: right;
        padding: 1.5rem 1rem;
        font-size: 1.5rem;
        color: #000;
        transition: all .4s;
    }
    .dropdown-icon-1.active:before,
    .dropdown-icon-2.active:before,
    .dropdown-icon-3.active:before{
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .header_menu-container {
        width: 100%;
    }
    .header_menu-dropdown-icon:before {
        display: block;
    }
    .header_menu > ul {
        display: block;
        position: absolute;
        top: 100px;
        left: -100vw;
        transition: left 0.5s;
        padding: 10px 20px 0;
        background: #FFF;
    }
    
    .header_menu .show-on-mobile {
        display: block;
        position: absolute;
        z-index: 1000;
        padding: 10px 20px 0;
        background: #FFF;
        max-height: calc(100vh - 100px);
        overflow-y: scroll;
        /* box-shadow: 0px 4px 3px rgb(0 0 0 / 20%); */
        top: 100px;
        left: 0;
    }
    
    .header_menu_search_wrap{
        padding:0 0 1.5rem;
    }
    
    .header_menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        background: #fff;
        text-align: left;
        border-bottom: 1px solid #eee;
        font-size: 1.4rem;
        letter-spacing: 1px;
    }
     .header_menu > ul > li:first-child {
         border-bottom: none;
    }
   
    .header_menu .menu_title{
        font-family: roboto-condensed, sans-serif; 
        padding: 0.5rem 0;
        font-weight: 700;
        font-style: italic;
    }   
    
    .header_menu > ul > li:last-child{
        border:none;
    }
    .header_menu > ul > li a {
        padding: 1.5rem 0;
        display: inline-block;
    }
    .header_menu > ul > li > ul {
        position: relative;
        padding: 0 0 1.5rem;
    }
    .header_menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .header_menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 0;
        padding: 0 0 20px 20px;
    }
    .header_menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .header_menu > ul > li > ul > li > ul {
        position: relative;
    }

    .header_menu > ul > li > ul > li > ul > li {
        float: none;
        font-size: 1.2rem;
        font-weight: normal;
    }
    
    .header_menu > ul > li > ul > li > ul > li:first-child{
        font-weight: bold;
    }
    
    
     .header_menu > ul > li > ul > li:first-child > ul > li {
         font-weight: bold;
    }

    


    /* ヘッダーサーチ */    
.search-header {
    color: #000;
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    outline: none;
    border: 1px solid #eee;
    cursor: auto;
}  
    
.search-header__input {
    border: none;
    padding-right: 35px;
    width: 100%;
    min-height: 45px;
    padding: 10px 18px;
    font-size: 1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.search-header .search-header__submit {
    padding-right: 12px;
    pointer-events: auto;
    }    
 .search-header__submit {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0 0 5px;
    height: 100%;
    z-index: 1;
    background-color: transparent;
     box-shadow: none;
     border: none;
} 

.search-header__submit span{
    position: absolute!important;
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: block;
}  
.fs-c-breadcrumb{
    display: block;
    padding: 0 12px;
} 
   
.fs-c-breadcrumb__list {
    display: flex;
    flex-flow: wrap;
}    

.fs-c-breadcrumb__listItem:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}    
    
.header_text_info_wrap {
    position: absolute;
    bottom: -40px;
    right: 5px;
    text-align: right;
    z-index: 1;
}


#header_text_info {
    background: rgba(255, 255, 255, 0.8);
    padding: 0 1.5rem;
    line-height: 3;
}
#header_text_info a::before{
    font-family: 'FontAwesome';
    content: "\f06a";
}

#header_text_info:empty{
    display: none;
}
}


/* Header フリーバナー */
@media screen and (min-width: 768px) {    

 .header_free_banner {
    display: block;
    width: 100%;
     height: 80px;
    text-align: center;
}  
 .header_free_banner a{
    display: block;
    width: 100%;
    height: 80px;
     background-image: url(https://cluse.itembox.design/item/images/header/202306sale_header-pc.jpg);
     background-position: center;
     background-repeat: repeat-x;
}  
    
    
 .header_free_banner img {
     display: none;
}   
    
}


/* Header SP */
@media screen and (max-width: 767px) {
 
 .header_free_banner {
    display: block;
    text-align: center;
}
    
 .header_free_banner img {
     vertical-align: bottom;
}   
    
    
}   


/* Footer */
/* Footer PC */
@media screen and (min-width: 768px) {
    
	footer{
		width: 100%;
        /*border-top: 1px solid #eee;*/
        margin-top: 5rem;
        background: #000000 !important;
        color: #fff;
        padding: 0 !important;
	}
    
    footer .fake_attention {
        /*border-bottom: 1px solid #eee;*/
        padding: 3rem;
       background: #769981;
        text-align: center;
    }
    
    footer .fake_attention p {
        width: 1200px;
        margin: auto;
        display: block;
        font-size: 13px;
        line-height: 3rem;
        font-weight: 500;
        text-align: left;
    }
    
    .fake_attention a {
        display: inline-block;
        margin-top: 0;
        font-size: 1.6rem;
        font-weight: 500;
        color:#000;
        /*border-bottom: 1px solid #000;*/
    }
    
    .fake_attention a:after {
        content: "\f105";
		font-family: "fontawesome";
		margin-left: 1rem;
	}
    
	.footer_info{
		max-width: 1400px;
		width: 100%;
		margin: auto;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	.footer_info>li{
        width: 100%;
		padding:100px 30px;
		box-sizing: border-box;
        font-size: 1.2rem;
        line-height: 2.5;
	}
    
    .footer_info>li:first-child{
        grid-column: 1;
        /*border-right: 1px solid #eee;*/
    }
    .footer_info>li:nth-child(2){
        grid-column: 2;
        /*border-right: 1px solid #eee;*/
    }
    .footer_info>li:nth-child(3){
        grid-column: 3;
        /*border-right: 1px solid #eee;*/
    }
    .footer_info>li:last-child{
        grid-column: 4;
    }

    footer .acd-check{
        display: none;
    }

  	.footer_info li label{
        display: block;
        font-weight: 700;
        font-family: roboto-condensed, sans-serif;
        padding-bottom: 30px;
        letter-spacing: normal;
        pointer-events: none;
        font-size: 1.6rem;
	}

    footer .acd-content{
        display: grid;
        align-content: flex-start;
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .footer_menu i{
    margin-right: 0.5rem;
    } 
    
    
    
    
    .copyright{
		width: 100%;
        padding:20px;
		box-sizing: border-box;
		text-align:center;
        display: block;
        /*border-top: 1px solid #eee;*/
		font-weight:normal;
	}
    
    .copyright small{
		max-width: 1400px;
		width: 100%;
		margin: auto;
        display: block;
        font-size: 1.2rem;
        font-weight: 500;
    }

}

/* Footer SP */
@media screen and (max-width: 767px) {

    footer{
        text-align: center;
        padding: 0 0;
        background: #000;
        color: #fff;
    }

    footer .fake_attention {
        border-top: 1px solid #eee;
        padding: 3rem;
        background: #769981;
        color: #FFF;
    }
    
    footer .fake_attention p {
        width: 100%;
        text-align: justify;
        margin: auto;
        display: block;
        font-size: 1.2rem;
        line-height: 2.4rem;
        font-weight: 500;
    }
    .fake_attention a {
        display: inline-block;
        margin-top: 0;
        font-size: 1.1rem;
        font-weight: bold;
        /*border-bottom: 1px solid #000;*/
    }
    
    .fake_attention a:after {
        content: "\f105";
		font-family: "fontawesome";
		margin-left: 0.5rem;
	}

    .footer_info{
		width: 100%;
		margin: 0 0 6rem;
        padding: 0 2rem;
	}

    .footer_info>li{
		width: 100%;
		padding: 25px 0;
		box-sizing: border-box;
		text-align: left;
        border-bottom:1px solid #333;
        font-size: 12px;
	}
    
    
    footer .acd-label{
        text-align: left;
        font-weight: 700;
        letter-spacing: 0.1em;
        display: block;
        position: relative;
        font-family: roboto-condensed, sans-serif;
        font-size: 1.5rem;
    }

   footer .acd-check{
		display: none;
	}
	footer .acd-content{
		overflow: hidden;
		max-height: 0;
		-webkit-transition: max-height 0.2s;
		transition: max-height 0.2s;
		padding: 0 10px;
		visibility: hidden;
	}
	 footer .acd-check:checked + .acd-label + .acd-content{
		opacity: 1;
		padding: 20px 0 0;
		visibility: visible;
		max-height: 30rem;
        line-height: 3rem;
	}
	
	/* Icon */
	footer .acd-label::after {
		line-height: 3rem;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
        font-size: 16px;
		width: 3rem;
		height: 3rem;
		-webkit-transition: all 0s;
		transition: all 0s;
		text-align: center;
	}
    
	footer input.acd-check[type=checkbox] + label::after {
		font-family: "FontAwesome";
		font-weight: normal;
		content:'\f107';
	}
    
	footer input.acd-check[type=checkbox]:checked + label::after {
		transform: rotate(180deg);
	}

     .footer_menu li{
        width: 100%;
    }

    .footer_menu i{
    margin-right: 0.5rem;
    } 
    
    .copyright{
		width: 100%;
        padding:20px 0;
		box-sizing: border-box;
        display: block;
        /*border-top: 1px solid #eee;*/
		font-weight:normal;
	}
    
    .copyright small{
        width: 100%;
        display: block;
 		text-align:center;
           font-size: 12px;
        font-weight: 300;
    }

}
/* Footer END*/


/* シンプルページ */
@media screen and (min-width: 768px) {
    body.simple {
        padding-top: 120px;
    }
    body.simple .fs-l-main{
        max-width: 1200px !important;
    }
}
@media screen and (max-width: 767px) {
    body.simple {
        padding-top: 80px;
    }
    body.simple .fs-l-main{
        padding: 0 15px;
    }
}

/* マイページ・カート */

    /* マイページ */
    .fs-c-accountService {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1rem;
    }

    .fs-c-accountService > li {
        margin: 0;
    }

    .fs-c-accountService > .fs-c-accountService__page > a {
        box-shadow: none !important;
        border: none !important;
        background: #f7f7f7 !important;
    }





    /* マイページお気に入り */
    .fs-l-additionalProduct--wishlist {
        margin-bottom: 90px;
    }

     .fs-l-additionalProduct--wishlist h2 {
        font-size: 16px;
        border: none;
        margin-bottom: 40px;
    }   

    .fs-l-additionalProduct--wishlist .fs-c-productListItem__control{
        display: none;
    }

    .fs-l-additionalProduct--wishlist .fs-c-productPrice{
        justify-content: center;
    }

    .fs-body-cart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer{
        padding: 30px 0;
    }
    
    .fs-body-cart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer a:after{
		content: "\f105";
		font-family: "fontawesome";
		margin-left: 1rem;
	}


    .fs-body-my-top .fs-p-accountInfo {
        padding: 3rem;
    }

    .fs-p-accountInfo__header {
        font-size: 2rem;
        margin-bottom: 2rem;
        justify-content: center;
    }



@media screen and (max-width: 767px) {
    
    
    
 .fs-c-accountService {
    justify-content: space-evenly !important;
}   
    
    .fs-l-additionalProduct--wishlist {
        margin-bottom: 40px;
    }

    
     .fs-l-additionalProduct--wishlist h2 {
        font-size: 14px;
        margin-bottom: 20px;
    }   
    
}




@media screen and (min-width: 768px) {
	
	.top_text_info{
		padding: 0 0 60px;
		width: 1000px;
		margin: auto;
	}
	
	.top_text_info a{
		background: #9ac8b3;
		color: #FFFFFF;
		text-align:center;
		padding:10px;
		display:block;
		font-size: 1.5rem;
		letter-spacing: 0.3rem;
		font-weight: bold;
	}
	
	
	
}

@media screen and (max-width: 767px) {
	.top_text_info{
		padding:0;
	}
	.top_text_info a{
		background: #9ac8b3;
		color: #FFFFFF;
		text-align:center;
		padding:10px;
		display:block;
		font-size: 14px;
		font-weight: bold;
	}
}





/* TOP PC */
@media screen and (min-width: 768px) {
	.main_image{
		width: 100%;
        aspect-ratio:2/1;
        overflow: hidden;
	}
	.main_image img{
		width: 100%;
		height: auto;
        
	}
	
	section.contents_wrap{
		margin-bottom: 100px;
	}

	.topics-slider .slick-slide{
		padding: 0 10px;
	}
	.topics-slider .slick-slide img{
		width: 100%;
		height: 350px;
		-o-object-fit: cover;
		object-fit: cover;
		margin-bottom: 20px;
	}
	.topics-slider .slick-slide span{
		display: block;
		text-align: center;
		font-size: 1.6rem;
		font-weight: 500;
	}	
	.topics-slider .slick-slide span:after{
		content: "\f105";
		font-family: "fontawesome";
		margin-left: 1rem;
	}

	.section_wrap h3.contents_title{
		font-family: roboto-condensed, sans-serif;
		font-weight: 700;
		width: 100%;
		margin: 0 auto 0.5rem;
		font-size: 2.4rem;
		text-align: center;
	}
	
   	.section_wrap h3.contents_title:after{
        width: 5rem;
        border-bottom: 1px solid #000;
        display: block;
        margin: 20px auto 20px;
        content: " ";
    }
    
	.section_wrap .contents_sub_title{
		display: block;
		font-size: 1rem;
		color: #000;
		margin-bottom: 2rem;
	}
	
	.section_wrap .contents_sub_title i{
		margin-left: 1rem;
	}

    .news_contents{
        display: grid;
        grid-gap: 60px;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        padding:80px;
        background: #f7f7f7;
        margin-bottom: 90px;
    }
    
    .news_text_box{
        padding-left: 10%;
        position: relative;
    }
    .news_text_box article{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);        
    }
    
    .news_text_box .news_icon{
        background: #9ac8b3;
        padding: 5px 10px;
        display: inline-block;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
     .news_text_box h3{
         font-size: 2.4rem;
         margin-bottom: 20px;
    }
     .news_text_box h3:after{
         content: " ";
         display: block;
         height: 20px;
         width: 50px;
         border-bottom: 1px solid #000;
         margin-bottom: 20px;
         
    }

    
      .news_text_box p{
         font-size: 1.4rem;
         margin-bottom: 40px;
    }
    
    .news_text_box .news_link,
    .news_wrap .news_link{
        padding: 10px 20px;
         font-size: 1.4rem;
        background: #000;
        color: #FFF;
        display: inline-block;
    }
	.news_text_box .news_link:after,
    .news_wrap .news_link:after{
		content: "\f105";
		font-family: "fontawesome";
		margin-left: 1rem;
	}

    
    .news_img_box{
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .news_img_box:before{
        content:"";
        display: block;
        padding-top: 65%;
    }
    
    .news_img_box img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 120%;
        transition:all 1s ease;
    }
     .news_img_box img:hover{
        max-width: 100%;
    }
   
	.top_text_news:before {
		content: "NEWS";
		display: block;
		text-align: center;
		margin-bottom: 2rem;
		font-size: 2rem;
		font-family: roboto-condensed, sans-serif;
		font-weight: 700;
	}
	.top_text_news.contents_wrap {
		width: 1000px;
		margin: 0 auto 90px;
	}
	.top_text_news .fs-pt-column__description{
		font-size: 1.5rem;
	}
	.top_text_news .fs-pt-column{
		border-top: #e7e7e7 1px solid;
	} 
	.top_text_news .fs-pt-column a {
		display: block;
		line-height: 3rem;
		border-bottom: #e7e7e7 1px solid;
	}
	.top_text_news .fs-pt-column__description span {
		margin-left: 3rem;
	}
    
    .instagram_wrap {
        display: grid;
        grid-template-columns: repeat(5 , 1fr);
        grid-gap: 10px;
        padding: 10px;
    }
    
    .instagram_wrap>div {
        position: relative;
        padding-top: 100%;
        width: 100%;
        overflow:hidden;
    }
    .instagram_wrap>div:first-child {
        grid-column: 1/3;
        grid-row: 1/3;
    }
    .instagram_wrap>div:last-child {
        grid-column: 4/6;
        grid-row: 2/4;
    }
	.instagram_wrap a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 100%;
        display: block;
    }
    .instagram_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .top_category_banner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1rem;
    }
    
    .top_category_img img {
        vertical-align: bottom;
    }

    .top_category_img {
        margin-bottom: 2rem;
    }

    .top_category_box span {
        color: #FFF;
        background: #000;
        line-height: 3;
        display: inline-block;
        padding: 0 2rem;
        font-size: 1.2rem;
    }


    .top_category_box span:after {
        content: "\f105";
        font-family: "FontAwesome" !important;
        margin-left: 1rem;
    }	
}

/* simplepage PC */
@media screen and (min-width: 768px) {
        .fs-l-header--min{
            border-bottom: none;
            position: absolute;
            top:0;
             text-align: center;
   }
    .fs-l-header--min img{
        height: 33px;
        width: auto;
        margin: 30px 0;
    }


}
/* simplepage SP */
@media screen and (max-width: 767px) {
    .fs-l-header--min{
            border-bottom: none;
            position: absolute;
            top:0;
            text-align: center;
            padding: 0;
    }
    .fs-l-header--min img{
        height: 22px;
        max-height: 22px;
        width: auto;
        margin: 20px 0;
    }
    
}
    


/* TOP SP */
@media screen and (max-width: 767px) {
	section.contents_wrap{
		margin-bottom: 80px;
	}
	
	.main_image{
		width: 100%;
		margin-bottom: 0 !important;
        aspect-ratio:1/1.3333333;
        overflow: hidden;
	}
    
	.main_image a{
		display: block;
	}
	.main_image a img{
		display: block;
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.sp_category_wrap div{
		display: block;
		padding: 16px 20px;
		text-align: left;
		border-bottom: 1px solid #eee;
	}
	.sp_category_wrap div a{
		display: block;
		font-size: 1.3rem;
		font-weight: 500;
	}
	.topics-slider .slick-slide{
		padding: 0 50px;
	}
	.topics-slider .slick-slide img{
		width: 100%;
		height: 350px;
		-o-object-fit: cover;
		object-fit: cover;
		margin-bottom: 20px;
	}
	.topics-slider .slick-slide span{
		display: block;
		text-align: center;
		font-size: 1.6rem;
		font-weight: 500;
	}	
	.topics-slider .slick-slide span:after{
		content: "\f105";
		font-family: "fontawesome";
		margin-left: 1rem;
	}

		.section_wrap h3.contents_title{
          font-family: roboto-condensed, sans-serif;
		font-weight: 700;
			width: 100%;
			margin: 0 auto;
			font-size: 24px;
			text-align: center;
		}	

		.section_wrap h3.contents_title span{
			display: block;
			font-size: 0.5em;
			font-weight: normal;
			color: #000;
		}
    
    .news_contents{
        display: grid;
        grid-template-columns: 100%;
        width: 100%;
        padding:45px;
        background: #f7f7f7;
        margin-bottom: 70px;
    }
    
    .news_text_box{
        order: 2;
        margin-top: -15px;
    }
    
    .news_text_box .news_icon{
        background: #9ac8b3;
        padding: 5px 10px;
        display: inline-block;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
     .news_text_box h3{
         font-size: 2.4rem;
         margin-bottom: 20px;
    }
     .news_text_box h3:after{
         content: " ";
         display: block;
         height: 20px;
         width: 50px;
         border-bottom: 1px solid #000;
         margin-bottom: 20px;
    }
    
      .news_text_box p{
         font-size: 1.4rem;
         margin-bottom: 20px;
    }
    
    .news_text_box .news_link,
    .news_wrap .news_link{
        padding: 10px 20px;
         font-size: 1.4rem;
        background: #000;
        color: #FFF;
        display: inline-block;
        line-height: 20px;
    }
	.news_text_box .news_link:after,
    .news_wrap .news_link:after{
		content: "\f105";
		font-family: "fontawesome";
		margin-left: 1rem;
	}
    
    .news_img_box{
        order: 1;
    }
    
    .news_img_box img{
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
	
	.top_text_news:before {
		content: "NEWS";
		display: block;
		text-align: center;
		margin-bottom: 2rem;
		font-size: 2rem;
		font-family: roboto-condensed, sans-serif;
		font-weight: 700;
	}
	.top_text_news.contents_wrap {
		width: 100%;
		margin: 0 auto 90px;
        padding: 0 10px;
	}
	.top_text_news .fs-pt-column__description{
		font-size: 1.2rem;
	}
	.top_text_news .fs-pt-column{
		border-top: #e7e7e7 1px solid;
	} 
	.top_text_news .fs-pt-column a {
		display: block;
		line-height: 2rem;
		border-bottom: #e7e7e7 1px solid;
	}
	.top_text_news .fs-pt-column__description span {
		 display: block;
	}
    
    .instagram_wrap {
        display: grid;
        grid-template-columns: repeat(3 , 1fr);
        grid-gap: 2px;
        padding: 0;
    }
    
    .instagram_wrap>div {
        position: relative;
        padding-top: 100%;
        width: 100%;
        overflow:hidden;
    }
    .instagram_wrap>div:first-child {
        grid-column: 1/3;
        grid-row: 1/3;
    }

	.instagram_wrap a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 100%;
        display: block;
    }
    .instagram_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .top_category_banner_wrap {
        width: 100%;
        overflow-x: scroll;
    }

    .top_category_banner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1rem;
        width: 230%;
        padding-bottom: 2rem;
    }
    
    .top_category_img img {
        vertical-align: bottom;
    }

    .top_category_img {
        margin-bottom: 1rem;
    }

    .top_category_box span {
        color: #FFF;
        background: #000;
        line-height: 3;
        display: inline-block;
        padding: 0 2rem;
        font-size: 1.2rem;
    }


    .top_category_box span:after {
        content: "\f105";
        font-family: "FontAwesome" !important;
        margin-left: 1rem;
    }

}



/* 検索結果ページ PC */
/* グループページ PC */
@media screen and (min-width: 768px) {
.fs-c-heading--page:empty{
	display: none;
}
.fs-c-productList__list{
    padding: 30px 0;
}
    
.fs-body-search .fs-l-pageMain,
.fs-body-category .fs-l-pageMain,
.fs-body-bundle .fs-l-pageMain {
    margin-bottom: 90px;
}
    
.fs-body-search .fs-c-productList,
.fs-body-category .fs-c-productList,
.fs-body-bundle .fs-c-productList{
    width: 80%;
    display: block;
    float: left;
    padding-left: 2rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.fs-body-my-wishlist .fs-c-productList{
    width: 80%;
    display: block;
    padding:0 1rem;
    box-sizing: border-box;
    margin: 0 10%;
}	
    
.fs-body-search .fs-p-productSearch,
.fs-body-category .fs-p-productSearch,
.fs-body-bundle .fs-p-productSearch{
    width: 20%;
    display: block;
    float: left;
	border: none;
}
.fs-c-heading--page{
	border: none;
    padding: 0;
}
 
.fs-c-sortItems__label{
    border: none;
}    
.fs-c-sortItems__label:after{
    content: "|";
    margin: 0 0.5rem;
}       

.fs-c-sortItems__list{
    color: #999;
}    

.fs-c-sortItems__list__item.is-active{
    background: #FFF;
    color: #000;
    border-bottom: 1px solid #000;
}    
/* 商品リスト */   
.fs-c-productList__list__item{
    text-align: left;
    border: none;
    padding: 16px 8px 24px;
    position: relative;
}
    
.fs-c-productList__list__item .fs-c-productMarks{
    position: absolute;
    top:5px;
    left: 5px;
	display: flex;
    grid-gap: 0.5rem;
    z-index: 2;
} 

ul.fs-c-productMark{
    margin-bottom:0.5rem;
    grid-gap: 0.5rem;
}
.fs-c-productMark__mark,
.fs-c-mark--bundle,
.fs-c-mark--preorder	{
    font-size: 1.3rem;
    padding: 0;
    border-radius: 0;
    font-weight: 500;
}
.fs-c-productMarks img {
    width: 40px;
}

.fs-c-mark--preorder {
    display: none;
}	
	
.new_icon{
    background: #9ac8b3;
    color: #FFFFFF;
}
	
.sale_label{
    background: #961b0d;
    color: #FFFFFF;
}    
	
.fs-c-mark--preorder {
    background: #d4bd41;
    color: #fff;
}	
	
	
	
.fs-c-productListItem__outOfStock{
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 1.3rem;
    color: #000;
    background: #eee;
    padding: 7px 10px;
    border: 0;
    margin: 0;
}    
    
    
.fs-c-productListItem__viewMoreImageButton{
    display: none;
}
    
.fs-c-productListItem__productDescription{
    font-size: 1.5rem;
    font-family: roboto-condensed, sans-serif;
    color: #bbbcbc;
    font-weight: 700;
    display: none;/*非表示202403*/
}
.fs-c-productListItem__productName{
    font-weight: normal;
    font-size: 1.6rem;
    line-height: normal;
    margin: 8px 0 0;
}
.fs-c-productList__list__item .fs-c-productPrice {
    justify-content: flex-start;
    font-size: 1.6rem;
    font-weight: 500;
}

    .fs-c-productPrice--listed .fs-c-productPrice__main__price{
        color: #bbbcbc;
        text-decoration: line-through;
    }
    
    
.fs-c-productListItem__control {
    position: relative;
    padding: 0;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon{
    position: absolute;
    right: 10px;
    top: -40px;
    }
    
.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before{
    content: " ";
    width: 30px;
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before{
    background-image: url(https://cluse.itembox.design/item/images/icon/itemlist_wishadd.png);
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before{
    background-image: url(https://cluse.itembox.design/item/images/icon/itemlist_wishadded.png);
}
    
.fs-c-productList__list .fs-c-button--addToCart--list{
    display: none;
}
    
/* 検索 */    
.fs-p-productSearch__form {
	background:#FFF;
	padding: 0;
	transform: translateY(0);
}

.side_search .acd-check{
display: none;
}

.fs-body-search .fs-p-productSearch__search,
.fs-body-category .fs-p-productSearch__search,
.fs-body-bundle .fs-p-productSearch__search{
	max-height: 250vh;
	overflow: hidden;
}
.fs-p-productSearch__formSwitch{
	display: none;
}
    
.side_search .acd-label{
	font-size: 1.3rem;
	text-align: left;
	font-weight: 500;
	color: #000;
	display: block;
	margin-bottom: 1px;
	padding: 0 0 1rem;
	position: relative;
}

.side_search .acd-content{
	overflow: hidden;
	display: block;
	max-height: 0rem;
	font-size: 1.3rem;
	-webkit-transition: max-height 0.6s ease;
	transition: max-height 0.6s ease;
	transition: 0.6s;
	visibility: hidden;
	margin-bottom: 1rem;
	border-bottom: 1px solid #eee;
}
.side_search .acd-check:checked + .acd-label + .acd-content{
	opacity: 1;
	visibility: visible;
	max-height: 30rem;
	}

.side_search .acd-content div,
.side_search .acd-content ul{
	padding-bottom: 2rem;
	line-height: 2rem;
}
.side_search .acd-content li{
	padding: 5px 0;
}
/* Icon */
.side_search .acd-label::after {
	line-height:1.5rem;
	position: absolute;
	color: #000;
	top: 0;
	right: 0;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}
.side_search input.acd-check[type=checkbox] + label::after {
	font-family: "FontAwesome" !important;
	font-weight: normal;
	content:'\f107';
}
.side_search input.acd-check[type=checkbox]:checked + label::after {
	transform: rotate(180deg) ;
}

.fs-p-productSearch__searchButtonContainer .fs-p-productSearch__searchButton{
	width: 100%;
	padding-left:0;
	position: relative;
	padding: 0;
    line-height: 3;
}



.search_price_wrap {
	display: grid;
	grid-template-columns: 45% 10% 45%;
}
.search_price_wrap input{
	padding: 5px !important;
	font-size: 0.8rem;
}
.search_price_wrap span{
	text-align: center;
}
	
	
	
	
}


/* 検索結果ページ SP */
/* グループページ SP */
@media screen and (max-width: 767px) {
    
.fs-body-search .fs-l-pageMain,
.fs-body-category .fs-l-pageMain{
    margin-bottom: 60px;
}
   
.fs-c-productList__list{
    padding: 30px 10px;
}
    
.fs-c-heading--page{
	border: none;
    padding: 1rem;
    margin: 0;
}
 
.fs-c-heading--page:empty{
	display:none;
}
    
.fs-c-sortItems__label{
    border: none;
}    
.fs-c-sortItems__label:after{
    content: "|";
    margin: 0 0.5rem;
}       

.fs-c-sortItems{
    border: none;
    margin: 0 auto 15px;
}
    
.fs-c-sortItems__list{
    color: #999;
    border: none;
}
    
.fs-body-search .fs-c-sortItems,
.fs-body-search .fs-c-listControl,
.fs-body-category .fs-c-sortItems,
.fs-body-category .fs-c-listControl {
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
}
    
.fs-c-sortItems__list__item.is-active{
    background: #FFF;
    color: #000;
    border-bottom: 1px solid #000;
}    
 
    
/* 商品リスト */   
.fs-c-productList__list__item{
    text-align: left;
    border: none;
    padding: 16px 8px 40px;
    position: relative;
}
    
.fs-c-productList__list__item .fs-c-productMarks{
    position: absolute;
    top:5px;
    left: 5px;
	display: flex;
	grid-gap: 0.5rem;
} 
	
.fs-c-productMark{
    margin-bottom: 0.5rem;
    grid-gap: 0.5rem;
}
    
.fs-c-productMark__mark,
.fs-c-mark--bundle,
.fs-c-mark--preorder	{
	font-size: 1.1rem;
    padding: 0;
    border-radius: 0;
    font-weight: 500;
} 
    
    .fs-c-productMark__mark img,
	.fs-c-mark--image img{
        width: 30px;
    }    
	
.new_icon{
    background: #9ac8b3;
    color: #FFFFFF;
}
 .sale_label{
    background: #961b0d;
    color: #FFFFFF;
}
.fs-c-mark--preorder {
    background: #d4bd41;
    color: #fff;
}       
	
.fs-c-productListItem__outOfStock{
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 1rem;
    color: #000;
    background: #eee;
    padding: 7px 10px;
    border: 0;
    margin: 0;
}    
    
    
.fs-c-productListItem__viewMoreImageButton{
    display: none;
}
    
.fs-c-productListItem__productDescription{
    font-size: 1.4rem;
    font-family: roboto-condensed, sans-serif;
    color: #bbbcbc;
    font-weight: 700;
    letter-spacing: 0;
    display: none;/*202403非表示*/
}
.fs-c-productListItem__productName{
    font-weight: 500;
    font-size: 1.4rem;
    margin: 8px 0 0;
}
.fs-c-productPrice {
    justify-content:flex-start;
    font-size: 1.2rem;
    font-weight: 500;
}
  
.fs-c-productListItem__control {
    position: relative;
    padding: 0;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon{
    position: absolute;
    right: 0px;
    top: -30px;
    }
    
.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before{
    content: " ";
    width: 26px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before{
    background-image: url(https://cluse.itembox.design/item/images/icon/itemlist_wishadd.png);
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before{
    background-image: url(https://cluse.itembox.design/item/images/icon/itemlist_wishadded.png);
}    
    
    
    .fs-c-productList__list .fs-c-button--addToCart--list{
        display: none;
    }   
    
    
/* 検索 */
.fs-p-productSearch{
	margin-top: 0;
	border-bottom: none;
	display: block;
}
    
.fs-p-productSearch__formSwitch{
	background: #FFF;
    padding: 0;
}
    
.fs-p-productSearch__formOpen,
.fs-p-productSearch__formClose{
	background: #eee;
    color: #000;
	line-height: 2rem;
    padding: 7px 15px;
    font-size: 1.2rem;
}
.fs-p-productSearch__formOpen{
    display: inline-block;
}   
.fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose {
    display: inline-block;
}
    
.fs-p-productSearch__form {
	background:#eee;
	padding: 1.5rem;
	transform: translateY(0);
}

.side_search .acd-check{
display: none;
}

.fs-body-search .fs-p-productSearch__search,
.fs-body-category .fs-p-productSearch__search{
	max-height: 0;
}

.fs-body-search .fs-p-productSearch :checked ~ .fs-p-productSearch__search,
.fs-body-category .fs-p-productSearch :checked ~ .fs-p-productSearch__search{
	max-height: 300vh;
}

.side_search .acd-label{
	font-size: 1.2rem;
	text-align: left;
	font-weight: 500;
	color: #000;
	display: block;
	margin-bottom: 1px;
    line-height: 3rem;
	padding: 0 0 0.5rem;
	position: relative;
}

.side_search .acd-check:checked + .acd-label + .acd-content {
    opacity: 1;
    padding: 0 0 15px;
    visibility: visible;
    max-height: 30rem;
    line-height: 2.5rem;
}    
    
.side_search .acd-content{
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.4s ease;
	transition: max-height 0.4s ease;
	transition: 0.4s;
	visibility: hidden;
    padding: 0;
}
	
.side_search .acd-check:checked + .acd-label + .acd-content{
	opacity: 1;
	visibility: visible;
	max-height: 30rem;
}

.side_search .acd-content div,
.side_search .acd-content ul{
	padding-bottom: 0rem;
	line-height: 2rem;
	font-size: 1.3rem;
}

.side_search .acd-content ul li{
	float: left;
	width: 50%;
	padding: 0.5rem 0;
}


.fs-c-checkbox__labelText>span{
	display: block;
}


.side_search input[type="text"]{
	font-size: 0.8rem;
	line-height: 1.0rem;
	min-height: 1.0em;
	padding: 0.5rem;
	display: inline-block;
	width: 45%;
}

.search_price_wrap span{
	display: inline-block;
	width: 6%;
	text-align: center;
}

/* Icon */
.side_search .acd-label::after {
	line-height:1.5rem;
	position: absolute;
	color: #000;
	top: 0;
	right: 0;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}
.side_search input.acd-check[type=checkbox] + label::after {
	font-family: "FontAwesome" !important;
	font-weight: normal;
	content:'\f107';
}
.side_search input.acd-check[type=checkbox]:checked + label::after {
	transform: rotate(180deg) ;
}

.side_search .fs-p-productSearch__searchButton{
	width: 100%;
	padding-left:0;
	position: relative;	
}

}

/* 商品詳細 PC */
@media screen and (min-width: 768px) {
    
	
	#fs_ProductDetails .fs-l-pageMain {
		padding: 0 20px;
	}
	
    .fs-l-product4 .fs-l-productLayout {
        display: grid;
        grid-gap: 100px 50px;
        align-items: start;
        margin-bottom: 100px;
    }
    
    .fs-c-productCarouselMainImage {
        display: block;
    }
    
    div#fs_productCarouselMainImage{
        grid-row: 1;
        grid-column: 2;
        width: 100%;
    }
    /*
    ul.fs-c-productCarouselMainImage__thumbnailList {
        grid-row: 1;
        grid-column: 1;
        flex-direction: column;
        overflow: inherit;
        width: 100px;
        display: flex;
        flex-wrap: nowrap;
        list-style: none;
        overflow-y: auto;
        padding: 0;
        margin: 0 30px 0 0;
    }
    */
    ul.fs-c-productCarouselMainImage__thumbnailList {
        display: grid;
		grid-template-columns: repeat(7 , 1fr);
		overflow: auto;
		justify-content: left;
    }
	
    ul.fs-c-productCarouselMainImage__thumbnailList > li {
        flex-basis: auto;
        margin: 0 0 20px;
    }
    
    .slick-active .fs-c-productCarouselMainImage__thumbnail__img {
        border-color: #eee;
    }
    .fs-c-productCarouselMainImage__thumbnail__img {
        border: 1px solid transparent;
        vertical-align: bottom;
    }
    
    
    .fs-c-button--viewExtendedImage{
        display: none;
    }
    
    .fs-c-productCarouselMainImage__thumbnailList > li:last-of-type {
    margin-right: 0;
    }
    
    .fs-l-productLayout__item .item_summary{
        display: none;/*非表示202403*/
        font-size: 2.5rem;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        margin: 0;
        color: #bbbcbc;
        margin-bottom: 15px;
    }
  
    .fs-l-productLayout__item .name_upper_comment{
        display: none;/*非表示202403*/
        font-size: 1.5rem;
        margin-bottom: 0 !important;
    }
    
    
    
    
    
    
    .fs-l-productLayout .fs-c-productMarks {
        margin-bottom: 20px !important;
		display: flex;
		grid-gap: 0.5rem;
    }
    
    .fs-l-productLayout .fs-c-productMark {
        grid-gap: 10px;
    }
    .fs-l-productLayout .fs-c-productMark__mark,
    .fs-l-productLayout .fs-c-mark--bundle,
    .fs-l-productLayout .fs-c-mark--preorder {
        font-size: 1.3rem;
        padding: 0;
        border-radius: 0;
        font-weight: 500;
    }   
    
    .fs-l-productLayout .fs-c-productMarks img {
        width: 40px;
        vertical-align: bottom;
    }

    
    .fs-l-productLayout__item .fs-c-productNameHeading{
     font-size: 2.6rem;       
     font-weight: 700;
    padding: 8px 0 0;
        line-height: 4rem;
   }
    
    .fs-l-productLayout__item .fs-c-productNumber{
        border: none;
        display: inline-block;
        font-size: 1.2rem;
        padding: 0;
        color: #666;
    }    
    .fs-l-productLayout__item .fs-c-productNumber span{
        font-weight: normal;
        }
    
    .fs-c-productPrices--productDetail{
        margin-bottom: 50px !important;
    }
    .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
        font-size: 2.5rem;
        font-weight: 500;
      } 

    
    .cart_button_wrap .fs-c-buttonContainer,
    .cart_button_wrap .fs-c-productNotice--outOfStock{
        float: left;
        display: inline-block;
        padding: 0;
    }

    .cart_button_wrap{
        margin-bottom: 30px !important;
    }   
    
    .cart_button_wrap .fs-c-buttonContainer button.fs-c-button--addToCart--detail:before {
        content: "\f07a";
        font-family: "FontAwesome" !important;
        margin-right: 0.2rem;
    }
    
    .cart_button_wrap .fs-c-productActionButton,
    .cart_button_wrap .fs-c-productNotice{
        margin-right: 10px;
        width : calc(100% - 45px) ;
    }
    
    .cart_button_wrap .fs-c-buttonContainer button.fs-c-button--addToCart--detail,
    .cart_button_wrap .fs-c-productNotice--outOfStock{
         padding: 18px 0;
        font-size: 1.3rem;
        font-weight: 500;
    }
       
    button.fs-c-button--subscribeToArrivalNotice--detail {
        width: 100%;
        padding: 18px 0;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }
    button.fs-c-button--subscribeToArrivalNotice--detail:before {
        content: "\f0e0";
        font-family: "FontAwesome" !important;
        margin-right: 1rem;
    }
    
    
    .fs-c-productQuantityAndWishlist {
        display: block;
    } 
    
    .cart_button_wrap .fs-c-productQuantityAndWishlist__quantity{
        display: none;
    }
    .fs-c-productQuantityAndWishlist__wishlist{
        padding: 0;
    }
    .fs-c-button--particular.fs-c-button--addToWishList--detail,
    .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
        align-items: center;
        font-size: 1.2rem;
        padding: 0;
        box-shadow: none;
        border: none;
    }
    
    .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
    .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
        content: " ";
        width: 35px;
        height: 52px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
    }

    .fs-c-button--particular.fs-c-button--addToWishList--detail::after{
        background-image: url(https://cluse.itembox.design/item/images/icon/itemdetail_wishadd.png);
    }
    .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
        background-image: url(https://cluse.itembox.design/item/images/icon/itemdetail_wishadded.png);
    }    

    .cart_info_button_wrap{
        margin: 0 !important;
    }
    
    .cart_info_button_wrap > div {
        padding: 0;
        border-top: 1px solid #ddd;
        cursor: pointer;
        width: 100%;
        text-align: left;
        line-height: 4;
    }
    
    
    /* 問い合わせボタン*/
    .fs-c-button--inquiryAboutProduct{
        width: 100%;
        padding: 0;
        /* border: 1px solid #000; */
        cursor: pointer;
        align-self: center;
        display: flex;
        justify-content: space-between;
    }
    .fs-c-button--inquiryAboutProduct span:before{
        font-family: "FontAwesome" !important;
        content: "\f0e0";
        margin-right: 0.5rem;
    }
    
    .fs-c-button--inquiryAboutProduct:after,
    .cart_info_wrap span.warranty:after,
    .cart_info_wrap span.gift:after{
        content: "\f105";
        font-family: "FontAwesome" !important;
        margin-right: 1rem;
    }    
 
    /* インフォメーション */
        .cart_info_wrap {
            padding: 0;
            border-bottom: 1px solid #ddd;
            margin-bottom: 8px;
        }
        
        .cart_info_wrap span{
            display: flex;
            width: 100%;
            border-top: 1px solid #ddd;
            cursor: pointer;
            line-height: 4;
            justify-content: space-between;
        }
         .cart_info_wrap span a:before{
            font-family: "FontAwesome" !important;
            margin-right: 0.5rem;
        }
   
        .cart_info_wrap span.warranty a:before{
            content: "\f132";
        }
    
        .cart_info_wrap span.gift a:before{
            content: "\f06b";
        }
	  .product_movie {
			width: 100%;
		}
		.product_movie:empty{
			display: none;
		} 

		.product_movie iframe {
            aspect-ratio: 16 / 9;
			width: 100% !important;
			height: 100% !important;
		}  
    
    
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label{
		text-align: left;
		font-weight: 300;
		display: block;
	}
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label h3{
        font-size: 2rem;
        font-weight: 300;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        position: relative;
    }
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label h3 span.cap{
        font-size: 1.2rem;
        margin-left: 1rem;
    }
    
    
   .fs-l-productLayout .fs-l-productLayout__item--3 .acd-check{
		display: none;
	}
	.fs-l-productLayout .fs-l-productLayout__item--3 .acd-content{
		overflow: hidden;
		max-height: 50rem;
		-webkit-transition: max-height 0.2s;
		transition: max-height 0.2s;
		padding: 20px 0 0;
        font-size: 1.2rem;
	}
    
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-content .fs-p-productDescription,
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-content>ul{
        padding: 20px 0;
    } 
    
    .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short{
        padding: 0 0 20px !important;
        display: flex;
        flex-wrap: wrap;
    }
    
    .fs-p-productDescription.fs-p-productDescription--short:before {
        content: "雑誌掲載・芸能人着用情報";
        display: block;
        width: 100%;
        font-weight: bold;
        font-size: 1.2rem;
    }
    
    .fs-p-productDescription.fs-p-productDescription--short span {
        margin-right: 10px;
    }

    .fs-p-productDescription.fs-p-productDescription--short span {
        margin-right: 10px;
    }

    .fs-p-productDescription.fs-p-productDescription--short span:nth-child(n + 10){
        display: none;
    }    
    
    .item_spec_wrap ul{
        -webkit-column-count: 2;
        column-count: 2;
        grid-gap: 0 30px;
    }
    
    .item_spec_wrap li {
        display: grid;
        grid-template-columns: auto 1fr;
        width: 100%;
        font-size: 11px;
        font-weight: 500;
        color: #666;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }
    .item_spec_wrap li:empty {
      display: none;
    }
     .item_spec_wrap li span{
        display: inline-block;
         color: #000;
         text-align: right;
    }
   
	.fs-l-productLayout .fs-l-productLayout__item--3 .acd-check:checked + .acd-label + .acd-content{
		opacity: 1;
		max-height: 0;
	}

   .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label .toggle {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        height: 22px;
        right: 0;
    }
    
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label .toggle:before {
        background: #000;
        height: 1px;
        width: 100%;
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label .toggle:after {
        background: #000;
        height: 1px;
        width: 100%;
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        transition: transform .25s;
        transition: transform .25s,-webkit-transform .25s;
    }
    
    .fs-l-productLayout .fs-l-productLayout__item--3 input.acd-check[type=checkbox] + label .toggle:before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	.fs-l-productLayout .fs-l-productLayout__item--3 input.acd-check[type=checkbox]:checked + label .toggle:after {
		transform: rotate(90deg);
	}
    
    
    /* ベルトスライダー */

    .belt_slider {
        padding-top: 20px;
        /*border-top: 1px solid #eee;*/
    }
    .belt_slider_title{
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 10px;
    }
    .belt_slider .rcmd-slick-prev{
        left: 0 !important;
    }
    .belt_slider .rcmd-slick-next{
        right: 0 !important;
    }
    
    
    .belt_slider .rcmd-slick-list{
        margin: 0 !important;
    }
    
    .belt_slider .fr2-listItem {
		padding: 0 !important;
		margin: 0 5px !important;
		/*border: 1px solid #eee;*/
    }
	
    
    .belt_slider .fr2-listItem .belt_info_box{
        text-align: center;
    }
    
    .belt_slider .fr2-listItem .fr2-listItem__productName {
        font-size: 1.2rem !important;
        margin: 0;
        font-weight: 200;
        text-align: center;
        padding: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
    }

    .belt_slider .fr2-listItem .fr2-price span{
        font-size: 1.2rem !important;
    }
    
     .belt_slider .fr2-listItem .belt_info_box>span{
        background: #c6c6c6;
        line-height: 3rem;
        display: inline-block;
        padding: 0 10px;
        margin-top: 10px;
        font-weight: 500;
    }
    
    .belt_slider .recommend_link{
        text-align: left;
        padding: 20px 0;
    }
    .belt_slider .recommend_link a{
        display: inline-block;
        border: 1px solid #000;
        padding: 6px 10px;
        font-size: 1.2rem;
        letter-spacing: 1px;
        margin-left: 5px;
    }
}



/* 商品画像サイズ調整 */
@media screen and (min-width: 1251px) {
.fs-l-product4 .fs-l-productLayout {
    grid-template-columns: 740px 1fr;
}   
div#fs_productCarouselMainImage{
    max-width: 740px;
}
.fs-c-productCarouselMainImage__image > img {
    max-width: 740px;
    max-height: 740px;
}
}

@media screen and (min-width: 1151px) and (max-width: 1250px) {
.fs-l-product4 .fs-l-productLayout {
    grid-template-columns: 640px 1fr;
}  
div#fs_productCarouselMainImage{
    max-width: 640px;
}
.fs-c-productCarouselMainImage__image > img {
    max-width: 640px;
    max-height: 640px;
}
}

@media screen and (min-width: 1051px) and (max-width: 1150px) {
.fs-l-product4 .fs-l-productLayout {
    grid-template-columns: 540px 1fr;
}  
div#fs_productCarouselMainImage{
    max-width: 540px;
}
.fs-c-productCarouselMainImage__image > img {
    max-width: 540px;
    max-height: 540px;
}
}
@media screen and (min-width: 960px) and (max-width:1050px) {
.fs-l-product4 .fs-l-productLayout {
    grid-template-columns: 440px 1fr;
}  
div#fs_productCarouselMainImage{
    max-width: 440px;
}
.fs-c-productCarouselMainImage__image > img {
    max-width: 440px;
    max-height: 440px;
}
}
@media screen and (min-width: 768px) and (max-width:960px) {
.fs-l-product4 .fs-l-productLayout {
    grid-template-columns: 340px 1fr;
}  
div#fs_productCarouselMainImage{
    max-width: 340px;
}
.fs-c-productCarouselMainImage__image > img {
    max-width: 340px;
    max-height: 340px;
}
}

/* 商品説明サイズ調整 */
@media screen and (min-width: 960px) {
    .fs-l-productLayout .fs-l-productLayout__item--3{
        display: grid;
        grid-template-columns:calc(40% - 30px / 2) calc(60% - 30px / 2);
        grid-gap: 30px;
        grid-column: 1 / 3;
    }
}
@media screen and (min-width: 767px) and (max-width: 959px){
    .fs-l-productLayout .fs-l-productLayout__item--3{
        display: grid;
        grid-template-columns:1;
        grid-gap: 50px;
        grid-column: 1 / 3;
    }
}

/* 商品詳細 SP */
@media screen and (max-width: 767px) {
    .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__expandButton{
        display: none;
    }
    .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel{
        margin: 0 !important;
    }
    .fs-l-productLayout .fs-l-productLayout__item{
        text-align: left;
    }
    
    .fs-l-productLayout .fs-l-productLayout__item--2,
    .fs-l-productLayout .fs-l-productLayout__item--3{
        padding: 0;
        margin-bottom: 30px;
    } 
    
    .fs-l-productLayout{
        margin-bottom: 40px;
    }
    
    .fs-l-productLayout__item .fs-c-productMark{
        justify-content: flex-start;
    }
    
    .cart_button_wrap .fs-c-buttonContainer button.fs-c-button--addToCart--detail:before {
        content: "\f07a";
        font-family: "FontAwesome" !important;
        margin-right: 0.2rem;
    }
 
    .fs-l-productLayout__item .item_summary{
        display: none;/*非表示202403*/
        font-size: 2.5rem;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        margin: 0;
        color: #bbbcbc;
        margin-bottom: 10px;
    }

    .fs-l-productLayout__item .name_upper_comment{
        display: none;/*非表示202403*/
        font-size: 1.5rem;
        margin-bottom: 0 !important;
    }
    
    .fs-l-productLayout .fs-c-productMarks {
        margin-bottom: 0 !important;
		display: flex;
		grid-gap: 0.5rem;
    }
    
    .fs-l-productLayout .fs-c-productMark {
        grid-gap: 10px;
    }
    .fs-l-productLayout .fs-c-productMark__mark,
    .fs-l-productLayout .fs-c-mark--bundle,
    .fs-l-productLayout .fs-c-mark--preorder {
        font-size: 1.3rem;
        padding: 0;
        border-radius: 0;
        font-weight: 500;
    }   
    
    .fs-l-productLayout .fs-c-productMarks img {
        width: 40px;
        vertical-align: bottom;
    }
    .fs-l-productLayout h2.item_h2_comment {
        font-size: 1.5rem !important;
    }
    
    
    .fs-l-productLayout__item .fs-c-productNameHeading{
        font-size: 2.2rem;
        font-weight: 700;
        padding: 8px 0;
        line-height: 3rem;
        margin-bottom: 0;
   }
    
    .fs-l-productLayout__item .fs-c-productNumber{
        border: none;
        display: inline-block;
        font-size: 1.2rem;
        padding: 0;
        color: #666;
        margin-bottom: 15px;
    }    
    .fs-l-productLayout__item .fs-c-productNumber span{
        font-weight: normal;
        }
    
    
    .fs-body-product .fs-c-productPrices--productDetail{
        display: flex;
    }
    
    .fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice:nth-child(2) span span span{
        color: #961b0d;
    }
    
      .fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice{
        margin-right: 1rem;
        color: #000;
         font-weight: 500;
    }
  
    .fs-c-productPrices--productDetail{
        margin-bottom: 30px !important;
    }
    
    
    .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
        font-size: 2.5rem;
        } 
 

    .fs-body-product .fs-c-productPrice {
        justify-content:start;
        font-size: 2.5rem;
    }

    .fs-c-productPrice--listed .fs-c-productPrice__main__price{
        color: #bbbcbc;
        text-decoration: line-through;
    }
    
    .cart_button_wrap{
        margin-bottom: 30px !important;
    }   

    .cart_button_wrap .fs-c-buttonContainer,
    .cart_button_wrap .fs-c-productNotice--outOfStock{
        float: left;
        display: inline-block;
        padding: 0;
    }
    
    .cart_button_wrap .fs-c-buttonContainer button.fs-c-button--addToCart--detail:before {
        content: "\f07a";
        font-family: "FontAwesome" !important;
        margin-right: 0.2rem;
    }
    
    .cart_button_wrap .fs-c-productActionButton,
    .cart_button_wrap .fs-c-productNotice{
        margin-right: 10px;
        width : calc(100% - 45px) ;
    }
    
    .cart_button_wrap .fs-c-buttonContainer button.fs-c-button--addToCart--detail,
    .cart_button_wrap .fs-c-productNotice--outOfStock{
         padding: 14px 0;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 2rem;
    }
    .cart_button_wrap .fs-c-buttonContainer button.fs-c-button--addToCart--detail{
        width: 100%;
    }
    
    button.fs-c-button--subscribeToArrivalNotice--detail {
        width: 100%;
        padding: 14px 0;
        margin-bottom: 10px;
    }
    button.fs-c-button--subscribeToArrivalNotice--detail:before {
        content: "\f0e0";
        font-family: "FontAwesome" !important;
        margin-right: 1rem;
    }
    
	   .product_movie {
			width: 100%;
		}
		.product_movie:empty{
			display: none;
		} 
		.product_movie iframe {
            aspect-ratio: 16 / 9;
			width: 100% !important;
			height: 100% !important;
		} 
    
    .fs-c-productQuantityAndWishlist {
        display: block;
    } 
    
    .cart_button_wrap .fs-c-productQuantityAndWishlist__quantity{
        display: none;
    }
    .fs-c-productQuantityAndWishlist__wishlist{
        padding: 0;
    }
    .fs-c-button--particular.fs-c-button--addToWishList--detail,
    .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
        align-items: center;
        font-size: 1.2rem;
        padding: 0;
        box-shadow: none;
        border: none;
    }
    
    .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
    .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
        content: " ";
        width: 35px;
        height: 48px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
    }

    
    
    .fs-c-button--particular.fs-c-button--addToWishList--detail::after{
        background-image: url(https://cluse.itembox.design/item/images/icon/itemdetail_wishadd.png);
    }
    .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
        background-image: url(https://cluse.itembox.design/item/images/icon/itemdetail_wishadded.png);
    }    
    

  
    
    /* インフォメーションについてボタン*/
    .cart_info_wrap {
        padding: 0;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #ddd;
    }
    .cart_info_wrap span {
        padding: 0;
        border-top: 1px solid #ddd;
        /* margin: 0 8px 8px 0; */
        cursor: pointer;
        font-size: 1rem;
        /* height: 40px; */
        display: flex;
        justify-content: space-between;
        line-height: 4;
    }
    
    .cart_info_wrap span a:before{
        font-family: "FontAwesome" !important;
        margin-right: 0.5rem;
    }
    .cart_info_wrap span.warranty a:before{
        content: "\f132";
    }

    .cart_info_wrap span.gift a:before{
        content: "\f06b";
    }
    
    .cart_info_button_wrap {
        margin-bottom: 0 !important;
    }    

    .cart_info_button_wrap > div {
        margin-bottom: 0 !important;
        border-top: 1px solid #ddd;
        padding: 0;
    }
    
    .cart_info_button_wrap button{    
        padding: 0;
        /* border: 1px solid #000; */
        cursor: pointer;
        font-size: 1rem;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        line-height: 4;
        min-height: auto;
    }
    
    .fs-c-button--inquiryAboutProduct span:before{
        font-family: "FontAwesome" !important;
        content: "\f0e0";
        margin-right: 0.5rem;
    }
   
    
       .fs-c-button--inquiryAboutProduct:after,
        .cart_info_wrap span.warranty:after,
        .cart_info_wrap span.gift:after{
            content: "\f105";
            font-family: "FontAwesome" !important;
            margin-right: 1rem;
        }    
 
    
    
    
    
    
    
    
    .fs-l-productLayout .fs-l-productLayout__item--3 .item_info_wrap,
    .fs-l-productLayout .fs-l-productLayout__item--3 .item_info_spec{
        margin-bottom: 80px;
    }    
    
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label{
		text-align: left;
		font-weight: 300;
		display: block;
	}
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label h3{
        font-size: 2rem;
        font-weight: 300;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        position: relative;
    }
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label h3 span.cap{
        font-size: 1.2rem;
        margin-left: 1rem;
    }
    
    
   .fs-l-productLayout .fs-l-productLayout__item--3 .acd-check{
		display: none;
	}
	.fs-l-productLayout .fs-l-productLayout__item--3 .acd-content{
		overflow: hidden;
		max-height: 100rem;
		-webkit-transition: max-height 0.25s;
		transition: max-height 0.25s;
        font-size: 1.2rem;
	}
    
    	.fs-l-productLayout .fs-l-productLayout__item--3 .acd-content .fs-p-productDescription,
        .fs-l-productLayout .fs-l-productLayout__item--3 .acd-content>ul{
            padding: 20px 0;
        }  

    .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short{
        padding: 0 0 20px !important;
        display: flex;
        flex-wrap: wrap;
    }
    
    .fs-p-productDescription.fs-p-productDescription--short:before {
        content: "雑誌掲載・芸能人着用情報";
        display: block;
        width: 100%;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .fs-p-productDescription.fs-p-productDescription--short span {
        margin-right: 10px;
    }
    
    .fs-p-productDescription.fs-p-productDescription--short span {
        margin-right: 10px;
    }
    
    .fs-p-productDescription.fs-p-productDescription--short span:nth-child(n + 10){
        display: none;
    }
    
    
    .item_spec_wrap li {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-size: 11px;
        font-weight: 500;
        color: #bbb;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }
    .item_spec_wrap li:empty {
      display: none;
    }
     .item_spec_wrap li span{
        display: inline-block;
         text-align: right;
         color: #000;
    }
   
	.fs-l-productLayout .fs-l-productLayout__item--3 .acd-check:checked + .acd-label + .acd-content{
		opacity: 1;
		max-height: 0;
	}

   .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label .toggle {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        right: 0;
       top:4px;
    }
    
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label .toggle:before {
        background: #000;
        height: 1px;
        width: 100%;
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .fs-l-productLayout .fs-l-productLayout__item--3 .acd-label .toggle:after {
        background: #000;
        height: 1px;
        width: 100%;
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        transition: transform .25s;
        transition: transform .25s,-webkit-transform .25s;
    }
    
    .fs-l-productLayout .fs-l-productLayout__item--3 input.acd-check[type=checkbox] + label .toggle:before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	.fs-l-productLayout .fs-l-productLayout__item--3 input.acd-check[type=checkbox]:checked + label .toggle:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
    
    .fs-c-photoswipe.pswp{
        z-index: 10000;
    }
    
     /* ベルトスライダー */

    .belt_slider {
        padding: 30px 0 15px;
        margin: 30px 0 0;
        /*border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;*/
    }
    .belt_slider_title{
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 15px;
    }
    .belt_slider .rcmd-slick-prev{
        left: 0 !important;
    }
    .belt_slider .rcmd-slick-next{
        right: 0 !important;
    }
    
    
    .belt_slider .rcmd-slick-list{
        margin: 0 !important;
    }
    
    .belt_slider .fr2-listItem {
        padding: 0 5px !important;
        margin: 0 !important;
        /*border: 1px solid #eee;*/
    }
    
    .belt_slider .fr2-listItem .belt_info_box{
        text-align: center;
    }
    
    .belt_slider .fr2-listItem .fr2-listItem__productName {
        font-size: 1.2rem !important;
        margin: 4px 0;
        font-weight: 200;
        text-align: left;
        padding: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .belt_slider .fr2-listItem .fr2-price span{
        font-size: 1.2rem !important;
    }
    
     .belt_slider .fr2-listItem .belt_info_box>span{
        background: #c6c6c6;
        line-height: 3rem;
        display: inline-block;
        padding: 0 10px;
        margin-top: 10px;
        font-weight: 500;
         font-size: 1rem;
    }
    
    .belt_slider .recommend_link{
        text-align: left;
        padding: 20px 0;
    }
    .belt_slider .recommend_link a{
        display: inline-block;
        border: 1px solid #000;
        padding: 0 1rem;
        font-size: 1.2rem;
        letter-spacing: 1px;
        background: #000;
        color: #FFF;
    }

    
}

/* レコメンドスライダーPC */
@media screen and (min-width: 768px) {


    .fs-body-top #_rcmdjp_display_1,
    .fs-body-top #_rcmdjp_display_2,
    .fs-body-top #_rcmdjp_display_3{
        margin-bottom: 100px;
    }
    
    .fs-p-heading--lv2 {
        border-bottom: none;
        text-align: center;
        color: #000000;
        font-size: 36px;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        line-height: 4rem;
        margin-bottom: 25px;
		letter-spacing: normal;
    } 
    
    .fs-p-heading--lv2 span{
        display: block;
        font-size:14px;
    } 
    
    .fs-p-heading--lv2:after{
        content: " ";
        display: none;
        width: 40px;
        height: 1px;
        margin: 15px auto 0;
        background-color: #000;
    }
	
	.recommend_button{
		text-align: center;
	}
	.recommend_button a{
		margin: 0 auto;
		padding: 10px 20px;
		background-color: #fff;
		color: #000;
		border: 2px solid #c6c6c6;
		letter-spacing: 2px;
		font-weight: 500;
	}
    .recommend_link{
        text-align: center;
        padding: 20px 0;
    }
    .recommend_link a{
        display: inline-block;
        border: 1px solid #000;
        padding: 12px 30px;
        font-size: 1.4rem;
        letter-spacing: 1px;
        background: #000;
        color: #FFF;
    }
    .recommend_link a:after{
        content: "\f105";
        font-family: "FontAwesome" !important;
        margin-left: 1rem;
    }
        

.fr2-carousel.rcmd-slick-initialized {
display: block;
}

.fr2-carousel .rcmd-slick-arrow {
    z-index: 1;
}
.fr2-carousel .rcmd-slick-arrow::before {
display: block;
cursor: pointer;
color:#000;
font-size: 3rem;
}

.fr2-carousel .rcmd-slick-prev {
left: 10px;
top:45%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);    
}

.fr2-carousel .rcmd-slick-next {
right: 10px;
top:45%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);    
}
    
    
.fr2-carousel .rcmd-slick-prev:before{
    content: "\f104";
    font-family: "FontAwesome" !important;
}
.fr2-carousel .rcmd-slick-next:before{
    content: "\f105";
    font-family: "FontAwesome" !important;
}
    
.fr2-carousel .rcmd-slick-list {
width: auto;
margin: 0 20px;
}

.fr2-listItem {
box-sizing: border-box;
padding: 0;
word-break: break-all;
}

.fr2-listItem__link {
color: inherit;
text-decoration: none;
}

.fr2-listItem__image {
max-width: 100%;
}

.fr2-listItem__productName {
font-size: 1.0em;
margin: 4px 0;
}

.fr2-price {
display: flex;
align-items: baseline;
flex-wrap: wrap;
}

.fr2-price__addon {
font-size: 1.3rem;
}
    
.fr2-listItem__productName {
    font-size: 1.6rem !important;
    margin: 8px 0 0;
    text-align: left;
}

.fr2-price {
display: flex;
align-items: baseline;
flex-wrap: wrap;
justify-content:center;
font-weight: 500;
font-size: 1.2rem !important;
line-height: 1;
}
    
    .cetegory_recommend_wrap {
        padding: 0 8px;
    }    
    
    .cetegory_recommend_box {
        padding: 25px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }    
    .cetegory_recommend_wrap .fs-p-heading--lv2{
        border-bottom: none;
        text-align: left;
        color: #000000;
        font-size: 2rem;
        font-family: roboto-condensed, sans-serif;
        font-weight: 500;
        line-height: 4rem;
        margin-bottom: 0;
        letter-spacing: normal;
        padding-left: 8px;
    }    
    .cetegory_recommend_wrap .fs-p-heading--lv2 span {
        display: inline-block;
        font-size: 1.5rem;
        margin-left: 10px;
    }
    .cetegory_recommend_wrap .fs-p-heading--lv2:after {
        content: " ";
        display: none;
        width: 0;
        height: 1px;
        margin: 0;
        background-color:transparent;
    }
    
    .cetegory_recommend_wrap .fr2-carousel .rcmd-slick-list{
        margin: 0;
    }
}



/* レコメンドスライダーSP */
@media screen and (max-width: 767px) {

    .fs-body-top #_rcmdjp_display_1,
    .fs-body-top #_rcmdjp_display_2,
    .fs-body-top #_rcmdjp_display_3{
        margin-bottom:80px;
    }
   
    .top_bestseller .fr2-carousel {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 10px;
        grid-gap: 10px;
    }
	
	
    .top_bestseller .fr2-carousel div.fr2-listItem:nth-child(n + 7){
        display: none;
    }
	
	
    .top_bestseller .fr2-carousel div.fr2-listItem img{
        vertical-align: bottom;
    }
   
    .top_bestseller .fr2-carousel div.fr2-listItem{
        padding: 0 0 10px;
    }
    
    .top_bestseller .fr2-carousel .fr2-listItem__productName {
        margin: 0;
        padding: 8px 0 0;
        font-size: 1.2rem !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 500;
    }  
    .top_bestseller .fr2-carousel .fr2-price {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 1.2rem !important;
    }
    .top_bestseller .fr2-carousel .fr2-price__addon {
        font-size: 1.0rem !important;
    }
    
    
    
.fs-p-heading--lv2 {
    border-bottom: none;
    text-align: center;
    color: #000000;
    font-size: 32px;
    
    font-family: roboto-condensed, sans-serif;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 20px;
	letter-spacing: normal;
} 

.fs-p-heading--lv2 span{
    display: block;
    font-size:14px;
} 

.fs-p-heading--lv2:after{
    content: " ";
    display: none;
    width: 40px;
    height: 1px;
    margin: 15px auto 0;
    background-color: #000;
}
.recommend_button{
	text-align: center;
}
.recommend_button a{
	margin: 0 auto;
	padding: 10px 14px;
	background-color: #fff;
	color: #000;
	border: 2px solid #c6c6c6;
	letter-spacing: 2px;
	font-weight: 500;
}
     .recommend_link{
        text-align: left;
        padding: 20px 0 0;
    }

    .recommend_link a{
        display: inline-block;
        border: 1px solid #000;
        padding: 0 1rem;
        font-size: 1.2rem;
        letter-spacing: 1px;
        background: #000;
        color: #FFF;
        line-height: 3;
    }
    .recommend_link a:after{
        content: "\f105";
        font-family: "FontAwesome" !important;
        margin-left: 1rem;
    }

.fr2-carousel.rcmd-slick-initialized {
display: block;
}

.fr2-carousel .rcmd-slick-arrow::before {
    display: block;
    cursor: pointer;
    color: #000;
    z-index: 1;
    }

.fr2-carousel .rcmd-slick-prev {
    left: -10px;
    top: 45%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
    }
.fr2-carousel .rcmd-slick-prev:before{
    font-family: "FontAwesome" !important;
    content: "\f104" !important;
    font-size: 3rem;
}

.fr2-carousel .rcmd-slick-next {
    right: -10px;
    top: 45%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}
    
.fr2-carousel .rcmd-slick-next:before{
    font-family: "FontAwesome" !important;
    content: "\f105" !important;
    font-size: 3rem;
}   
    
.fr2-carousel .rcmd-slick-list {
    width: auto;
    margin: 0 !important;
    padding: 0 30px !important;
}

.fr2-listItem {
box-sizing: border-box;
padding: 0;
word-break: break-all;
}

.fr2-listItem__link {
color: inherit;
text-decoration: none;
}

.fr2-listItem__image {
max-width: 100%;
}

.fr2-listItem__productName {
    margin: 8px 0 0;
    font-size: 1.4rem !important;
    text-align: left;
    padding: 0;
}

.fr2-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 1.3rem !important;
}

.fr2-price__addon {
font-size: 1.3rem;
}
    
    .cetegory_recommend_wrap {
        padding: 0 16px;
    }    
    
    .cetegory_recommend_box {
        padding: 20px 0 10px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }    
    .cetegory_recommend_wrap .fs-p-heading--lv2{
        border-bottom: none;
        text-align: center;
        color: #000000;
        font-size: 1.5rem;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        line-height:normal;
        margin-bottom: 10px;
        letter-spacing: normal;
    }    
    .cetegory_recommend_wrap .fs-p-heading--lv2 span {
        display: inline-block;
        font-size: 1rem;
        margin-left: 10px;
    }
    .cetegory_recommend_wrap .fs-p-heading--lv2:after {
        content: " ";
        display: none;
        width: 0;
        height: 1px;
        margin: 0;
        background-color:transparent;
    }
    .cetegory_recommend_wrap .fr2-carousel .rcmd-slick-list {
        width: auto;
        margin: 0 !important;
        padding: 0 !important;
    }
    .cetegory_recommend_wrap .fr2-price {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        justify-content: center;
        font-weight: 500;
        font-size: 1rem !important;
    }

    .cetegory_recommend_wrap .fr2-price__addon {
        font-size: 1rem;
    }
    
}


/* ページテンプレ PC */
@media screen and (min-width: 768px) {
	.fs-l-main{
		width: 100%;
		max-width: 1300px;
        font-size: 1.2rem;
        margin: 0 auto 30px;
	}
	
	.fs-l-pageMain{
		width: 100%;
		max-width: 100%;
	}
    
     /* フリーページ */
   .fs-c-documentColumn__heading{
        font-size: 1.3rem;
        color: #000;
        border: solid #000;
        border-width: 0 0 1px;
        display: inline-block;
        padding: 8px !important;
    }
    
    h2.fs-c-documentArticle__heading{
        background: #000;
        padding: 10px;
    }

    
     /* マイページ */    
    .fs-body-my-top .fs-l-account{
        justify-content: center;
        grid-gap: 1rem;
    }
	
	
     /* フリーページ見出し */ 	
	.fs-body-custom .fs-c-heading--page{
		margin-top: 70px;
	}
	
	/* 問い合わせ */
	.form_wrap{
		max-width: 1080px;
		padding: 70px;
		margin: 0 auto 70px;
		background: #eeeeee;
	}
	
	.form_wrap form{
		max-width: 740px;
		margin: 0 auto 50px;
	}
	
	.form_wrap form>div{
		margin-bottom: 30px;
	}
	.form_wrap form>div>span{
		font-weight: 700;
        display: block;
	}
	
	.form_wrap form input,
	.form_wrap form textarea{
		padding: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
	
	.form_wrap form input.fs-c-button--primary{
		width: auto;
		display: inline-block;
	}
	
	.form_wrap .form_required{
		font-weight: 700;
	}
	
	.form_wrap ul{
		margin: auto;
		display: block;
		max-width: 740px;
		line-height: 2.4rem;
	}	

	.form_wrap ul li:first-child{
		font-weight: 700;
	}
	.form_wrap ul li:nth-child(n + 2):before{
		content: "※";
		margin-right: 0.5rem;
		display: inline-block;
	}
	.form_wrap .form_end{
		text-align: center;
		font-size: 14px;
	}
        	/* SNSインフルエンサー申込フォーム */	
            .form_wrap.sns_form select {
                width: auto;
                padding: 10px 10px 10px;
                margin-bottom: 10px;
            }
            .zipmark{
                display: inline-block !important;
                font-size: 2rem;
                margin-right: 1rem;
                font-weight: 400 !important;
                vertical-align: middle;
            }
            .zipcode{
                width: 14rem !important;
                display: inline-block;
            }
            .sns_agree{
                display: flex !important;
                margin-top: 1rem !important;
            }
            .sns_agree>li{
                font-weight: normal !important;
                margin-right: 2rem;
                line-height: 2rem;
                display: flex;
            }
             .sns_agree input[type="radio"]{
                display: inline-block !important;
                 width: 2rem;
                height: 2rem;
                min-height: 2rem;
                 margin:0 1rem 0 0;
            }
            .sns_agree>li:before {
                display: none !important;
            }

   
    
	/* ABOUT */
	
	.about_img{
		width: 100%;
		height: 450px;
		overflow: hidden;
		position: relative;
	}
	
	.about_img img{
		max-width: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.about_contents{
		margin: 30px auto;
		max-width: 1200px;
	}
	.about_contents img{
		vertical-align: bottom;
	}	
	.about_contents h2 {
        border-bottom: none;
        text-align: center;
        color: #000000;
        font-size: 36px;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        line-height: 4rem;
        margin-bottom: 25px;
		letter-spacing: normal;
    } 
    
    .about_contents h2 span{
        display: block;
        font-size:14px;
    } 
    
    .about_contents h2:after{
        content: " ";
        display: none;
        width: 40px;
        height: 1px;
        margin: 15px auto 0;
        background-color: #000;
    }
    .about_contents .fake_attention {
        font-size: 15px;
        line-height: 3rem;
        padding: 3rem;
        margin-bottom: 4rem;
        background: #f0e4e4;
        font-weight: 500;
    }
    
    .about_contents .fake_attention a{
        display: none;
    }    
    
    
	.about_contents p{
		font-size: 15px;
		line-height: 3rem;
	}
	
	.about_contents .about_detail_wrap{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 50px;
		margin: 100px 0;
	}

	.about_contents .about_detail_wrap h3{
        border-bottom: none;
        text-align: center;
        color: #000000;
        font-size: 30px;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        line-height: 3.5rem;
        margin: 25px 0;
		letter-spacing: normal;
    } 
    
    .about_contents .about_detail_wrap h3 span{
        display: block;
        font-size:14px;
    } 
    
    .about_contents .about_detail_wrap h3:after{
        content: " ";
        display: block;
        width: 40px;
        height: 1px;
        margin: 15px auto 0;
        background-color: #000;
    }
    
    
    
    .text_news{
		margin: 80px auto;
		max-width: 800px;
	}
	.text_news h2 {
        border-bottom: none;
        text-align: center;
        color: #000000;
        font-size: 24px;
        line-height: 4rem;
        margin-bottom: 25px;
		letter-spacing: normal;
    } 
        
    .text_news h2:after{
        content: " ";
        display: none;
        width: 40px;
        height: 1px;
        margin: 15px auto 0;
        background-color: #000;
    }
	.text_news p{
		font-size: 16px;
		line-height: 4rem;
	}

    
	
	.category_link{
		margin: 50px 0;
		text-align: center;
	}
	
	.category_link li{
		display: inline-block;
	}
	
	.category_link li a {
		margin: 0 10px;
		padding: 10px 14px;
		background-color: #fff;
		color: #000;
		border: 2px solid #c6c6c6;
		letter-spacing: 2px;
		font-weight: 500;
		display: inline-block;
	}
    
    
    /* カートページ */
    
    .fs-l-cart {
        margin-bottom: 100px;
    }
    
    .fs-c-wishlistProduct {
        margin: 0 0 100px;
    }

     .fs-c-wishlistProduct h2 {
        font-size: 16px;
        border: none;
        margin-bottom: 40px;
    }   

    .fs-c-wishlistProduct .fs-c-productListItem__control{
        display: none;
    }

    .fs-c-wishlistProduct .fs-c-productPrice{
        justify-content: center;
    }
    
    .fs-body-cart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer{
        padding: 30px 0;
    }
    
    .fs-body-cart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer a:after{
		content: "\f105";
		font-family: "fontawesome";
		margin-left: 1rem;
	}
    
    .fs-c-checkout-confirmationList > *{
        font-size: 1.2rem !important;
    }
	
	  div#AmazonPayButton {
		width: 100% !important;
	} 
    
    
    
}
    






/* ページテンプレ SP */
@media screen and (max-width: 767px) {
    
    
    
	.fs-l-main{
		width: 100%;
        font-size: 1.2rem;
        margin: 0 auto 3rem; 
		padding: 0 10px;
	}

    /* フリーページ */
    .fs-c-documentArticle,
    .fs-p-returnPolicy{
        padding: 0 10px;
    }
    
    .fs-c-documentColumn__heading{
        font-size: 1.3rem;
        color: #000;
        border: solid #000;
        border-width: 0 0 1px;
        display: inline-block;
        padding: 8px !important;
    }
    
    h2.fs-c-documentArticle__heading{
        background: #000;
        padding: 10px;
    }
	
	/* 問い合わせ */
	.form_wrap{
		width: 100%;
		padding: 40px 30px;
		margin: 8px auto;
		background: #eeeeee;
	}
	
	.form_wrap form{
		max-width: 100%;
		margin: 0 auto 40px;
	}
	
	.form_wrap form>div{
		margin-bottom: 10px;
	}
	.form_wrap form>div>span{
		font-weight: 700;
        display: block;
	}
	
	.form_wrap form input,
	.form_wrap form textarea{
		padding: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
	.form_wrap form textarea{
		height: 14rem;
	}
	
	.form_wrap form input.fs-c-button--primary{
		width: auto;
		display: inline-block;
	}
	
	.form_wrap .form_required{
		font-weight: 700;
		margin-bottom: 10px;
		display: inline-block;
	}
	
    	
    .form_wrap form>div:last-child{
        text-align: center;
        padding: 3rem 0 0;
    }
    
	.form_wrap ul{
		margin: auto;
		display: block;
		max-width: 100%;
		line-height: 2.4rem;
	}	

	.form_wrap ul li:first-child{
		font-weight: 700;
	}
	.form_wrap ul li:nth-child(n + 2):before{
		content: "※";
		margin-right: 0.5rem;
		display: inline-block;
	}
	.form_wrap .form_end{
		text-align: center;
	}
    
    
    
        	/* SNSインフルエンサー申込フォーム */	
            .form_wrap.sns_form select {
                width: auto;
                padding: 10px 10px 10px;
                margin-bottom: 10px;
            }
            .zipmark{
                display: inline-block !important;
                font-size: 2rem;
                margin-right: 1rem;
                font-weight: 400 !important;
                vertical-align: middle;
            }
            .zipcode{
                width: 14rem !important;
                display: inline-block;
            }
            .sns_agree{
                display: flex !important;
                margin: 10px 0;
            }
            .sns_agree>li{
                font-weight: normal !important;
                margin-right: 2rem;
                line-height: 2rem;
                display: flex;
            }
             .sns_agree input[type="radio"]{
                display: inline-block !important;
                 width: 2rem;
                height: 2rem;
                min-height: 2rem;
                 margin:0 1rem 0 0;
            }
            .sns_agree>li:before {
                display: none !important;
            }



	/* About */
	.about_img{
		width: 100%;
		height: 230px;
		overflow: hidden;
		position: relative;
	}
	.about_img img{
        object-fit: cover;
        height: 230px;
        width: 100%;
	}
	
	.about_contents{
		margin: 30px 0;
	}
	
	.about_contents h2 {
		border-bottom: none;
		text-align: center;
		color: #000000;
		font-size: 32px;
		font-family: roboto-condensed, sans-serif;
		font-weight: 700;
		line-height: 3rem;
		margin-bottom: 20px;
		letter-spacing: normal;
	} 

	.about_contents h2 span{
		display: block;
		font-size:14px;
	} 
    
    .about_contents .fake_attention {
        font-size: 1.4rem;
        line-height: 2.4rem;
        padding: 20px 15px;
        margin-bottom: 3rem;
        background: #f0e4e4;
        font-weight: 500;
    }
    .about_contents .fake_attention a{
        display: none;
    }    
    
	.about_contents h2:after{
		content: " ";
		display: none;
		width: 40px;
		height: 1px;
		margin: 15px auto 0;
		background-color: #000;
	}
	
	.about_contents p{
		font-size: 14px;
	    line-height: 2.4rem;
		padding: 0 15px;
	}
	.about_contents img{
		vertical-align: bottom;
	}	
	.about_contents .about_detail_wrap{
		margin: 70px 0;
		padding: 0 15px;
	}
	.about_contents .about_detail_wrap div{
		margin-bottom: 70px;
	}
	.about_contents .about_detail_wrap h3{
        border-bottom: none;
        text-align: center;
        color: #000000;
        font-size: 28px;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        line-height: 3.5rem;
        margin: 10px 0;
		letter-spacing: normal;
    } 
    
    .about_contents .about_detail_wrap h3 span{
        display: block;
        font-size:14px;
    } 
    
    .about_contents .about_detail_wrap h3:after{
        content: " ";
        display: block;
        width: 40px;
        height: 1px;
        margin: 10px auto 0;
        background-color: #000;
    }

    
    .text_news{
		margin: 30px 0;
    }
	.text_news h2 {
		border-bottom: none;
		text-align: center;
		color: #000000;
		font-size: 24px;
		font-weight: 700;
		line-height: 3rem;
		margin-bottom: 20px;
		letter-spacing: normal;
    } 
        
    .text_news h2:after{
		content: " ";
		display: none;
		width: 40px;
		height: 1px;
		margin: 15px auto 0;
		background-color: #000;
    }
	.text_news p{
		font-size: 15px;
	    line-height: 2.4rem;
		padding: 0 15px;
	}

    
    
	.category_link{
		margin: 20px 0 50px;
		text-align: center;
	}
	
	.category_link li{
        margin-bottom: 10px;
	}
	
	.category_link li a {
		margin: 0 10px;
		padding: 10px 14px;
		background-color: #fff;
		color: #000;
		border: 2px solid #c6c6c6;
		letter-spacing: 2px;
		font-weight: 500;
		display: inline-block;
        min-width: 220px;
	}

    /* カートページ */
    .fs-l-cart {
        margin-bottom: 60px;
    }

    
    .fs-c-continueShopping{
        text-align: center;
    }
    
    .fs-c-button--standard{
        box-shadow: none !important;
    }
    
    .fs-body-cart .fs-c-button--standard{
        min-width: 240px !important;
    } 
    
    
    
    .fs-c-wishlistProduct {
        margin: 0 0;
    }

     .fs-c-wishlistProduct h2 {
        font-size: 14px;
        border: none;
        margin-bottom: 20px;
    }   

    .fs-c-wishlistProduct .fs-c-productListItem__control{
        display: none;
    }

    .fs-c-wishlistProduct .fs-c-productPrice{
        justify-content: center;
    }
    

    .fs-body-cart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer{
        padding: 30px 0;
    }
    
    .fs-body-cart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer a:after{
		content: "\f105";
		font-family: "fontawesome";
		margin-left: 1rem;
	}
    
    .fs-c-checkout-confirmationList > *{
        font-size: 1.2rem !important;
    }
    
     .fs-l-cart .fs-c-button--primary, .fs-l-cart .fs-c-button--secondary {
        min-width: 100%;
        padding: 0;
        line-height: 4.5rem;
    }   
    
    
}



/* ショップリスト */

@media screen and (min-width: 768px) {
    
    .shoplist_wrap{
        padding: 30px 20px;
        max-width: 1200px;
        margin: auto;
    }
    
    
    .shoplist_wrap h2 {
    border-bottom: none;
    text-align: center;
    color: #000000;
    font-size: 32px;
    font-family: roboto-condensed, sans-serif;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 20px;
    letter-spacing: normal;
    }
    .shoplist_wrap h2 span {
    display: block;
    font-size: 14px;
    }
    .shoplist_wrap h2:after {
    content: " ";
    display: none;
    width: 40px;
    height: 1px;
    margin: 15px auto 0;
    background-color: #000;
    }
    
    .shoplist_wrap .acd-label{
		text-align: left;
		font-weight: 500;
        font-size: 1.2rem;
        letter-spacing: 1.5px;
		display: block;
        position: relative;
        line-height: 6rem;
        padding: 0 20px;
	}
   .shoplist_wrap .shoplist{

    }
   .shoplist_wrap .shoplist>div{
    }
    
    .shoplist_wrap .acd-content > p {
        padding: 20px;
    }
    
    
   .shoplist_wrap .acd-check{
		display: none;
	}
   .shoplist_wrap .acd-label{
       pointer-events: none;
	}
    .shoplist_wrap .acd-content{
		padding: 0 0 30px;
	}
     .shoplist_wrap .acd-content ul{
         width: 100%;
         display: flex;
         flex-wrap: wrap;
         margin-bottom: 30px;
    }
    
	.shoplist_wrap .acd-content li:first-child{
        padding: 0 20px;
        line-height: 4rem;
        background: #eee;
        text-align: left;
        font-size: 1.2rem;
        width: 100%;
    }
    .shoplist_wrap .acd-content li:nth-child(n + 2){
        border-bottom: 1px solid #eee;

    }

	.shoplist_wrap .acd-content li{
        padding: 10px;
        width: calc(50% - 20px);
        margin:0 10px;
    }
    
	.shoplist_wrap .acd-content li h3{
        width: 100%;
        font-size: 1.2rem;
    }
	.shoplist_wrap .acd-content li p{
        width: 100%;
        padding-right: 2rem;
         position: relative;
   }
    
    .shoplist_wrap .acd-content li i{
        font-size: 2rem;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    
	/* Icon */
    
    .shoplist_wrap .acd-label span {
        display: none;
      }
  
}

@media screen and (max-width: 767px) {
    
    .shoplist_wrap{
        margin-bottom: 70px;
        padding: 0 10px;
    }
    
    
    .shoplist_wrap h2 {
    border-bottom: none;
    text-align: center;
    color: #000000;
    font-size: 32px;
    font-family: roboto-condensed, sans-serif;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 20px;
    letter-spacing: normal;
    }
    .shoplist_wrap h2 span {
    display: block;
    font-size: 14px;
    }
    .shoplist_wrap h2:after {
    content: " ";
    display: none;
    width: 40px;
    height: 1px;
    margin: 15px auto 0;
    background-color: #000;
    }
    
    .shoplist_wrap .acd-label{
		text-align: left;
		font-weight: 500;
        font-size: 1.2rem;
        letter-spacing: 1.5px;
		display: block;
        position: relative;
        line-height: 6rem;
        padding: 0 20px;
	}
   .shoplist_wrap .shoplist{
       border-top: 1px solid #000;
    }

    .shoplist_wrap .acd-content > p {
        padding: 0 20px 20px;
        line-height: 4rem;
        text-align: left;
        font-size: 1.2rem;
    }
    
   .shoplist_wrap .acd-check{
		display: none;
	}
	.shoplist_wrap .acd-content{
		overflow: hidden;
		max-height: 0;
		-webkit-transition: max-height 0.4s;
		transition: max-height 0.4s;
		padding: 0;
        border-bottom: 1px solid #000;
	}
	 .shoplist_wrap .acd-check:checked + .acd-label + .acd-content{
		padding:0;
		visibility: visible;
		max-height: 200rem;
	}
	.shoplist_wrap .acd-content li:first-child{
        padding: 0 20px;
        line-height: 4rem;
        background: #eee;
        text-align: left;
        font-size: 1.2rem;
    }
    .shoplist_wrap .acd-content li:nth-child(n + 3){
        border-top: 1px solid #eee;
    }

	.shoplist_wrap .acd-content ul{
        padding: 0 0 20px;
    }
    .shoplist_wrap .acd-content li{
        padding: 10px 20px;
    }
    
	.shoplist_wrap .acd-content li h3{
        width: 100%;
        font-size: 1.2rem;
    }
	.shoplist_wrap .acd-content li p{
        width: 100%;
        padding-right: 2rem;
         position: relative;
   }
    
    .shoplist_wrap .acd-content li i{
        font-size: 2rem;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    
	/* Icon */
    
    .shoplist_wrap .acd-label span {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
      }
  
  /* 二本の横棒を作成する */
  .shoplist_wrap .acd-label span::before,
  .shoplist_wrap .acd-label span::after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 2px;
    border-radius: 5px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
    .shoplist_wrap .acd-label span::before {
    transform: rotate(0);
    transition: 0.4s;
        opacity: 1.0;
  }
    .shoplist_wrap .acd-label span::after {
    transform: rotate(90deg);
    transition: 0.4s;
  }
   .shoplist_wrap input.acd-check[type=checkbox]:checked + label span::before {
    transform: rotate(90deg);
    transition: 0.4s;
       opacity: 0;
    
  }  
   .shoplist_wrap input.acd-check[type=checkbox]:checked + label span::after {
    transform: rotate(180deg);
    transition: 0.4s;
  }
}



/* 雑誌掲載・芸能人 */

@media screen and (min-width: 768px) {
    
    .press_wrap{
        padding: 30px 0;
        margin: auto;
    }
    
    #fs_ProductDetails .press_wrap {
        padding: 30px 0;
        margin: 70px auto 0;
    }  
    
    .press_wrap h2 {
        border-bottom: none;
        text-align: center;
        color: #000000;
        font-size: 32px;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        line-height: 3rem;
        margin-bottom: 40px;
        letter-spacing: normal;
    }
    .press_wrap h2 span {
        display: block;
        font-size: 14px;
    }
    .press_wrap h2:after {
        content: " ";
        display: none;
        width: 40px;
        height: 1px;
        margin: 15px auto 0;
        background-color: #000;
    }
    
    .presslist{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 50px;
    }
    .presslist img{
        width: 100%;
        height: auto;
    }

    #fs_ProductDetails .press_wrap{
        margin-top: 60px;
    }


    #press_box {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 1rem;
    }


    /* TOPページ雑誌掲載 */ 
    .presslist .slick-slide {
        padding: 0 25px;
    }
 
    
 /* 芸能人掲載 */   
    .celeb_wrap{
        padding: 30px 20px;
        max-width: 1200px;
        margin: auto;
    }
    
    
    .celeb_wrap h2 {
        border-bottom: none;
        text-align: center;
        color: #000000;
        font-size: 32px;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        line-height: 3rem;
        margin-bottom: 40px;
        letter-spacing: normal;
    }
    .celeb_wrap h2 span {
        display: block;
        font-size: 14px;
    }
    .celeb_wrap h2:after {
        content: " ";
        display: none;
        width: 40px;
        height: 1px;
        margin: 15px auto 0;
        background-color: #000;
    }
    
    .celeblist{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 50px;
    }
     .celeb_img {
        position: relative;
        padding-top: 100%;
        width: 100%;
         margin-bottom: 10px;
    }   
    
    .celeblist img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .celeb_info {
        font-size: 1.2rem;
    }
    .celeblist h3 {
        font-size: 1.2rem;
    }
    
    .celeblist .celeb_price:before {
        content: "￥";
        display: inline-block;
    }
    .celeblist .celeb_price:after {
        content: "（税込）";
        display: inline-block;
    }
    
    .celeblist .celeb_link{
        display: inline-block;
        padding: 0 10px;
        background: #9ac8b3;
        color: #FFFFFF;
        line-height: 3;
        margin-top: 1rem;
    }
    
     /* top */

    #fs_Top .celeblist{
        display: grid;
        grid-template-columns:repeat(5,1fr) ;
        grid-gap: 10px;
    }
    
    #fs_Top .celeb_info {
        display: none;
    }
    
    #fs_Top .celeblist>div {
        padding-bottom: 0;
    }

    #fs_Top .celeb_img {
        margin-bottom: 0;
    }


    #fs_Top .celeblist img{
        object-fit: cover;
        margin-bottom: 0;
    }
     #fs_Top .celeblist>div:nth-child(n+11){
        display: none;
    }
    
}

@media screen and (max-width: 767px) {
    
    .press_wrap{
        margin-bottom: 70px;
        padding: 10px 0;
    }
    
     #fs_ProductDetails .press_wrap{
        margin: 70px 0;
        padding: 10px 0;
    }
    
   
    .press_wrap h2 {
        border-bottom: none;
        text-align: center;
        color: #000000;
        font-size: 32px;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        line-height: 3rem;
        margin-bottom: 20px;
        letter-spacing: normal;
    }
    .press_wrap h2 span {
        display: block;
        font-size: 14px;
    }
    .press_wrap h2:after {
        content: " ";
        display: none;
        width: 40px;
        height: 1px;
        margin: 15px auto 0;
        background-color: #000;
    }
    
    .presslist{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    .presslist img{
        width: 100%;
        height: auto;
    }

    #fs_ProductDetails .press_wrap{
        margin-top: 60px;
    }


    #press_box_wrap {
        width: 100%;
        overflow-x: scroll;
    }

    #press_box {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 1rem;
        width: 300%;
    }

    /* TOPページ雑誌掲載 */ 
    .presslist .slick-slide {
        padding: 0 10px;
    }    
    
 
    /* 芸能人着用 */ 
    .celeb_wrap{
        margin-bottom: 70px;
        padding: 10px;
    }
    
    .celeb_wrap h2 {
        border-bottom: none;
        text-align: center;
        color: #000000;
        font-size: 32px;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        line-height: 3rem;
        margin-bottom: 20px;
        letter-spacing: normal;
    }
    .celeb_wrap h2 span {
        display: block;
        font-size: 14px;
    }
    .celeb_wrap h2:after {
        content: " ";
        display: none;
        width: 40px;
        height: 1px;
        margin: 15px auto 0;
        background-color: #000;
    }

    .celeblist{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
        padding: 0;
    }
    
     .celeblist>div{
        padding-bottom: 10px;
    }
    
   
     .celeb_img {
        position: relative;
        padding-top: 100%;
        width: 100%;
         margin-bottom: 1rem;
    }   
    
    .celeblist img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    
     .celeb_info {
        font-size: 1.2rem;
    }
   
    .celeblist h3 {
        font-size: 1.2rem;
    }
    
    .celeblist .celeb_price:before {
        content: "￥";
        display: inline-block;
    }
    .celeblist .celeb_price:after {
        content: "（税込）";
        display: inline-block;
    }
    
    .celeblist .celeb_link{
        display: inline-block;
        padding: 0 10px;
        background: #9ac8b3;
        color: #FFFFFF;
        line-height: 3;
        margin-top: 1rem;
    }

      /* top */

    #fs_Top .celeblist{
        display: grid;
        grid-template-columns:repeat(3,1fr) ;
        grid-gap: 2px;
    }
    
    #fs_Top .celeb_info {
        display: none;
    }
    
    #fs_Top .celeblist>div {
        padding-bottom: 0;
    }

    #fs_Top .celeb_img {
        margin-bottom: 0;
    }

    #fs_Top .celeblist img{
        object-fit: cover;
        margin-bottom: 0;
    }

    #fs_Top .celeblist>div:nth-child(n+10){
        display: none;
    }
   
    
}






/* NEWS */
/* PC */
@media screen and (min-width: 768px) {
    .news_wrap {
        font-size: 1.4rem;
        line-height: 2.8rem;
        width: 1000px;
        margin: 0 auto;
        display: block;
    }
    .news_main {
        width: 750px;
        margin: 0 auto 80px;
    }
    
    .news_main article{
    margin: 20px !important;
}
    
.news_contents_warp {
    display: grid;
    grid-gap: 80px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
}
    
.news_sub_contents_warp>div{
    margin-bottom: 40px;
}
.news_sub_contents_warp>div:last-child{
    margin-bottom: 0;
}    
.news_wrap article{
    margin: 20px 0;
}    
.news_wrap article p{
    margin-bottom: 20px;
}  
.news_wrap h2{
    font-size: 1.4rem;
    line-height: 3rem;
}  
.news_sub_contents_warp{
    padding: 80px;
    background: #f7f7f7;
}
    
    .event_img_info.col2{
           display: grid;
            grid-gap: 40px;
            grid-template-columns: 2fr 1fr;
    }

.event_map iframe{
    border:0;
    width:100%;
    height:24rem;
}

}
/* SP */
@media screen and (max-width: 767px) {
.news_wrap{
    font-size: 1.4rem;
    line-height: 2.8rem;
}
    
.news_main {
    margin-bottom: 80px;
}
    
.news_main article{
    margin: 20px !important;
}
 
.news_contents_warp {
    padding: 20px;
}
    
.news_contents_warp>div,
.news_sub_contents_warp>div{
    margin-bottom: 80px;
}
    
.news_wrap article{
    margin: 20px 0;
}    
.news_wrap article p{
    margin-bottom: 10px !important;
}  
.news_wrap h2{
    font-size: 1.4rem;
    line-height: 3rem;
}  
.news_sub_contents_warp{
    padding: 40px 20px;
    background: #f7f7f7;
}

.event_map iframe{
    border:0;
    width:100%;
    height:24rem;
}

    
}

/* LOOKBOOK */
/* PC */
@media screen and (min-width: 768px) {
    
        .lookbook_title {
            padding: 4rem 0;
        }   
    .lookbook_title .fs-p-heading--lv2{
        margin-bottom: 0 !important;
    }
    
     .instagram_gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 1rem;
        padding: 1rem;
    }
    
    .instagram_gallery>div.big_thum{
        grid-column-end: span 2;
        grid-row-end: span 2;
    }
  
  .fs-body-top .instagram_gallery>div:nth-child(n+13){
        display: none;
    } 
    
    .instagram_gallery img{
        vertical-align: bottom;
    }
    
}
/* SP */
@media screen and (max-width: 767px) {
    
    .instagram_gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
        padding: 1rem;
    }
    
    .fs-body-top .instagram_gallery>div:nth-child(n+13){
        display: none;
    }

    
    .instagram_gallery img{
        vertical-align: bottom;
    }
    
    
    
}





    /* 商品レビュー(商品詳細ページ) */
    .fs-l-productLayout .fs-c-productReview {
        margin: 3rem 0 !important;
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

    .fs-l-productLayout .fs-c-productReview .fs-c-productReview__aggregateRating {
        order: 1;
    }

    .fs-l-productLayout .fs-c-aggregateRating {
        margin-bottom: 1rem;
    }

    .fs-l-productLayout .fs-c-productReview .fs-c-productReview__reviewList {
        padding: 2rem;
        background: #f0e4e4;
        order: 3;
        grid-column: 1/3;
    }

    .fs-l-productLayout .fs-c-productReview .fs-c-productReview__allReviews {
        order: 2;
        justify-content: flex-end;
    }

    .fs-l-productLayout .fs-c-productReview .fs-c-productReview__addReview{
        order: 4;
        grid-column: 1/3;
    }


    .fs-l-productLayout .fs-c-reviewList--productDescription .fs-c-reviewList__item__info {
        display: flex;
        flex-direction:column;
        grid-gap: 0.5rem;
        line-height: 1.2rem;
    }

    .fs-l-productLayout .fs-c-reviewList__item__body.fs-c-reviewBody {
        padding: 1rem;
        background: rgba(255,255,255,0.4);
    }

    .fs-l-productLayout .fs-c-reviewList__item {
        padding: 0;
        border: none !important;
    }

    .fs-l-productLayout .fs-c-aggregateRating__rating::before {
        font-size: 1.2rem;
        padding-bottom: 1rem;
    }
    .fs-l-productLayout .fs-c-rating__value {
        font-weight: 700;
    }
    
    .fs-l-productLayout .fs-c-reviewStars::before {
        font-size: 1.8rem;
    }

    .fs-c-aggregateRating__count::before {
        content: "（";
    }
    
    .fs-c-aggregateRating__count::after {
        content: "件）";
    }

    .fs-c-productReview__allReviews a {
		font-size: 12px;
		font-weight: bold;
		padding: 5px;
		border: 1px solid #000;
	}

	.fs-c-productReview__addReview a {
		display: block;
		text-align: center;
		width: 100%;
		padding: 0 10px;
		line-height: 5rem;
		background: #9ac8b3;
		font-size: 14px;
		font-weight: 900;
		color: #FFF;
	}

/* SP */
@media screen and (max-width: 767px) {
	.fs-l-productLayout .fs-c-productReview {
		grid-template-columns: 2fr 1.5fr;
	}
	.fs-c-aggregateRating__rating {
		flex: 0 1 8em;
	}
    .fs-c-productReview__allReviews a {
		font-size: 10px;
	}
	.fs-c-productReview__addReview a {
		line-height: 4rem;
		font-size: 12px;
	}
}





/* ログイン系 */
   
.fs-c-loginForm {
    display: block !important;
    max-width: 100% !important;
}

.fs-c-loginForm .fs-c-registeredUsers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f0e4e4;
}

.fs-c-loginForm .fs-c-registeredUsers__title {
    display: none;
}

.fs-c-loginForm .fs-c-registeredUsers > div {
    padding: 6rem;
}

.fs-c-loginForm .fs-c-registeredUsers .fs-c-otherServiceLogin {
    border-left: 1px solid #999;
}


.fs-c-loginForm .fs-c-inputInformation__field {
    width: 100%;
    padding: 0 !important;
    background: transparent !important;
}

.fs-c-loginForm .fs-c-registeredUsers .fs-c-inputInformation__link {
    margin-top: 2rem;
    text-align: center;
}


.fs-c-loginForm .fs-c-registeredUsers .fs-c-anotherLogin--amazon {
    display: grid;
    grid-gap: 4rem;
    align-self: center;
}


.fs-c-loginForm .fs-c-registeredUsers .fs-c-otherServiceLogin {
    display: grid;
}

.fs-c-loginForm .fs-c-anotherLogin--amazon .fs-c-anotherLogin__message {
    order: 2;
}

.fs-c-loginForm .fs-c-anotherLogin--amazon .fs-c-anotherLogin__button--amazon {
    order: 1;
}


.fs-c-loginForm .fs-c-subSection {
    margin: 6rem auto;
    text-align: center;
}

.fs-c-loginForm .fs-c-newUsers .fs-c-subSection__title {
    border-bottom: none;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}


.fs-c-loginForm .fs-c-registeredUsers .fs-c-guestPurchase {
    padding: 6rem 0 0 !important;
    margin-top: 0;
    grid-column: 1/3;
    background: #FFF;
    border: none;
    font-size: 16px;
}

.fs-body-review-write .fs-c-reveiwNotes {
    max-width: 600px;
    margin: auto;
    padding: 2rem 0;
}

/* SP */
@media screen and (max-width: 767px) {
    
.fs-c-loginForm .fs-c-registeredUsers {
    grid-template-columns: 1fr;
    margin: 4rem 0;
}    
   
.fs-c-loginForm .fs-c-registeredUsers > div {
    padding: 3rem;
}    
    
.fs-c-loginForm .fs-c-inputInformation__field {
    margin: 0;
}    
    
.fs-c-loginForm .fs-c-inputInformation__button {
    margin-top: 16px;
}
    

.fs-c-loginForm .fs-c-registeredUsers .fs-c-otherServiceLogin {
    border-left: none;
    border-top: 1px solid #999;
    margin: 0;
}   
    
.fs-c-loginForm .fs-c-registeredUsers .fs-c-anotherLogin--amazon {
    grid-gap: 2rem;
}
    
.fs-c-loginForm .fs-c-subSection {
    margin: 4rem auto;
    text-align: center;
}   
    
.fs-c-loginForm .fs-c-newUsers .fs-c-subSection__title {
    border-bottom: none;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}  
    
.fs-c-loginForm .fs-c-registeredUsers .fs-c-guestPurchase {
    padding: 4rem 0 0 !important;
    grid-column: 1;
}    
    
}










/* ポイントページ */

.fs-body-about-points .fs-l-pageMain{
	max-width: 1000px;
	margin: auto;
}


/* 閲覧履歴 */

.FS2_Recommend2_container_history h3 {
    font-size: 16px;
    margin-bottom: 40px;
}

.history_box {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-gap: 1rem;
}


.history_box img {
    border: 1px solid #ddd;
}

/* SP */
@media screen and (max-width: 767px) {
    
.FS2_Recommend2_container_history h3 {
    font-size: 14px;
    margin-bottom: 20px;
}
	
.history_wrap {
    width: 100%;
    overflow-x: scroll;
}
    
.history_box {
    width: 220%;
}
    
    
}



/* クーポン一覧 */

.fs-c-couponList__item {
    border: none;
    padding: 3rem;
    margin: 16px 0;
    border-radius: 0;
    background: #f7f7f7;
}
.fs-c-couponName__name {
    color: #000;
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 3rem;
}
.fs-c-couponName__discount {
    padding: 0;
    font-size: 16px;
    font-weight: 900;
    line-height: 4rem;
}

/* SP */
@media screen and (max-width: 767px) {
    
}





/* Ranking */




.ranking_wrap .ranking_box > div > div:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    text-align: center;
    background: #666;
    z-index: 2;
}

.ranking_wrap .ranking_box > div > div {
    position: relative;
}

.ranking_wrap .ranking_box > div > div:first-child:before {
    content: "1";
    background: #BF9F00;
}    
.ranking_wrap .ranking_box > div > div:nth-child(2):before {
    content: "2";
    background: #BCBAB3;
}    
.ranking_wrap .ranking_box > div > div:nth-child(3):before {
    content: "3";
    background: #775C01;
}     
.ranking_wrap .ranking_box > div > div:nth-child(4):before {
    content: "4";
}     
.ranking_wrap .ranking_box > div > div:nth-child(5):before {
    content: "5";
}     
.ranking_wrap .ranking_box > div > div:nth-child(6):before {
    content: "6";
}     
.ranking_wrap .ranking_box > div > div:nth-child(7):before {
    content: "7";
}     
.ranking_wrap .ranking_box > div > div:nth-child(8):before {
    content: "8";
}     
.ranking_wrap .ranking_box > div > div:nth-child(9):before {
    content: "9";
}     
.ranking_wrap .ranking_box > div > div:nth-child(10):before {
    content: "10";
}   

/* PC */
@media screen and (min-width: 768px) {
    
.ranking_wrap .tabs {
    margin: 100px 0;
}

.ranking_wrap .tab_item {
    font-size: 2rem;
}   
    
.ranking_wrap .ranking_box > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin: 100px 0;
}    
    
.ranking_wrap .ranking_box > div > div:before {
    line-height: 3;
    width: 60px;
    font-size: 20px;
}
    
}

/* SP */
@media screen and (max-width: 767px) {
.ranking_wrap .tabs {
    margin: 50px 0;
}

.ranking_wrap .tab_item {
    font-size: 1.5rem;
}   
    
.ranking_wrap .ranking_box > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin: 50px 0;
    grid-row-gap: 30px;
}
    
.ranking_wrap .ranking_box > div > div:before {
    line-height: 2;
    width: 32px;
    font-size: 16px;
}
}

  
 





/* belt_category PC */
@media screen and (min-width: 768px) {
.belt_category {
    width: 100%;
    padding: 4rem;
    background: #e7e7e7;
    margin: 8rem 0;
}    
    
.belt_category h3 {
    text-align: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}
    
.belt_category_slidebox_wrap {
    width: 100%;
    overflow-x: scroll;
}    
    
.belt_category_slidebox_section{
    position: relative;
}  
    
.belt_category_slidebox_section:before {
    content: "\f104";
    font-size: 3rem;
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} 
.belt_category_slidebox_section:after {
    content: "\f105";
    font-size: 3rem;
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
} 
.belt_category_slidebox {
    display: grid;
    grid-template-columns: repeat(14,10vw);
}
    
.belt_category_slidebox > div {
    padding: 2rem 0;
}    


}
/* belt_category SP */
@media screen and (max-width: 767px) {
    .belt_category {
        width: 100%;
        padding: 3rem 2rem;
        background: #e7e7e7;
        margin: 3rem 0;
}    
    
.belt_category h3 {
    text-align: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}
.belt_category_slidebox_section{
    position: relative;
}  
    
.belt_category_slidebox_section:before {
    content: "\f104";
    font-size: 3rem;
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} 
.belt_category_slidebox_section:after {
    content: "\f105";
    font-size: 3rem;
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
} 
    
.belt_category_slidebox_wrap {
    width: 100%;
    overflow-x: scroll;
}    
   

.belt_category_slidebox {
    display: grid;
    grid-template-columns: repeat(14,45vw);
}
    
.belt_category_slidebox > div {
    padding: 1rem 0;
}    
    

}






/* POPUP BANNER PC */

/* PC */
@media screen and (min-width: 768px) {
    .popup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 390px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner img {
  width: 100%;
    z-index: 1;
    vertical-align: bottom;
}
.close-btn {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: #000;
    border-radius: 15px;
    z-index: 3;
}
.popup-inner .popup_banner_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}    
    

.close-btn i {
  font-size: 15px;
  color: #FFF;
}
}

/* SP */
@media screen and (max-width: 767px) {
 .popup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 250px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner .popup_banner_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}    
    
.popup-inner img {
  width: 100%;
    z-index: 2;
}
.close-btn {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #000;
    border-radius: 15px;
    z-index: 3;
}
.close-btn i {
  font-size: 15px;
  color: #FFF;
}
}

/* カテゴリ・検索結果4カラム表示 */

@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
  }
  .fs-c-productList__list > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(4) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(31) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(32) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(33) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(36) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(38) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(39) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(40) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(41) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(42) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(43) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(44) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(45) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(46) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(47) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(48) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(50) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(51) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(52) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(53) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(54) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(55) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(57) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(58) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(59) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(60) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(62) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(63) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(64) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(65) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(66) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(67) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(68) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(69) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(70) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(71) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(72) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(74) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(75) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(76) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(77) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(78) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(79) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(80) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(81) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(82) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(83) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(84) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(86) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(87) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(88) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(89) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(90) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(91) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(92) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(93) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(94) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(95) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(96) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(97) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(98) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(99) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(100) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(101) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(102) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(103) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(104) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(105) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(106) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(107) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(108) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(109) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(110) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(111) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(112) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(113) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(114) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(115) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(116) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(117) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(118) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(119) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(120) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(121) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(122) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(123) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(124) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(125) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(126) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(127) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(128) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(129) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(130) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(131) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(132) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(133) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(134) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(135) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(136) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(137) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(138) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(139) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(140) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(141) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(142) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(143) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(144) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(145) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(146) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(147) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(148) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(149) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(150) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(151) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(152) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(153) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(154) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(155) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(156) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(157) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(158) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(159) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(160) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(161) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(162) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(163) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(164) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(165) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(166) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(167) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(168) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(169) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(170) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(171) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(172) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(173) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(174) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(175) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(176) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(177) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(178) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(179) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(180) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(181) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(182) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(183) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(184) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(185) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(186) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(187) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(188) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(189) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(190) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(191) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(192) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(193) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(194) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(195) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(196) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(197) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(198) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(199) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(200) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 50;
    grid-row: 50;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.33% 33.33% 33.33%;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  .fs-c-productList__list > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
}




/* トップページmovie */


    .hero_video {
        position: relative;
        width: 100%;
    }


    .hero_video:before{
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .hero_video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .video_contents {
        position: absolute;
        z-index: 2;
        color: #FFF;
        letter-spacing: normal;
        display: flex;
    }

    .video_contents h2{
        font-family: roboto-condensed, sans-serif; 
    }
    .video_contents h2 span{
        font-family: futura-pt, m-plus-1p, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        display: block;
    }


    .video_contents a{
        color: #FFF;
        display: inline-block;
    }



    /* sp */
    @media screen and (max-width: 767px) {
        .hero_video {
            aspect-ratio: 3 / 4;
        }

        .hero_video:before {
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 70%, rgba(0, 0, 0, 0.62) 100%);
        }
        
        .video_contents {
            bottom: 0;
            padding: 20px;
            bottom: 0;
            padding: 20px;
            flex-direction: column;
            align-items: flex-start;
            grid-gap: 10px;
        }

        .video_contents h2 {
            font-size: 3rem;
            line-height: 1.5;
        }  
        
        .video_contents h2 span {
            font-size: 1.4rem;
        }        
        
        .video_contents a {
            border: 2px solid #FFF;
            line-height: 2.5;
            padding: 0 2rem;
            font-size: 1.3rem;
            color: #FFF;
            font-weight: bold;
        }
      
    }

    /* pc */
    @media screen and (min-width: 768px) {
        .hero_video {
            height: 650px;
            margin-bottom: 100px;
        }
        
        .hero_video:before {
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.62) 100%);
        }

        .video_contents {
            max-width: 1400px;
            width: 100%;
            left: 50%;
            bottom: 8%;
            transform: translateX(-50%);
            grid-gap: 40px;
            align-items: flex-end;
        }
        
        .video_contents h2 {
            font-size: 5rem;
            line-height: 1.8;
            letter-spacing: normal;
        }
        
        .video_contents h2 span{
            font-size: 2rem;
        }
        
        .video_contents a {
            border: 2px solid #FFF;
            line-height: 3;
            padding: 0 2rem;
            font-size: 1.6rem;
            color: #FFF;
            font-weight: bold;
        }
        
   }






