@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,body{
  height: 100%;
}
html{
  font-size: 14px;
}
html {
  scrollbar-gutter: stable;
}
html:has(dialog:modal) {
  overflow: hidden;
}
body{
  overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd,table, th, td, img, form, input,figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-size: 1.0rem;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #333;
  -webkit-text-size-adjust: 100%;
  hanging-punctuation: allow-end;
  letter-spacing: 0.1em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*:focus {
  outline: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a{
  display: block;
  text-decoration: none;
  color: #333;
}
a,a img{
  transition-duration: .3s;
}
a:hover{
  color: #333;
  opacity: 0.7;
  text-decoration: none;
}
.fr3-item__imageContainer,
.image{
  display: block;
  overflow: hidden;
}
a img{
  transform: scale(1)!important;
}
a:hover img{
  transform: scale(1.08)!important;
}
.simulation a img,
.tag_banner a img,
.coupon_banner a img,
.slick-slide a:hover img{
  transform: scale(1)!important;
}
a.no-link{
  pointer-events: none;
}
.show_search,
.show_nav,
.nav_hover{
  position: relative;
  height: 100%;
  overflow-x: hidden;
}

.login.my-false {
  display: none;
}
/* ------------------------------
    common
------------------------------ */
.sp640{  
	display: none;
}
.bold{  
	font-weight: 700;
}
.center{
  text-align: center;
}
.fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 1s;
}
.fadeup.on {
  opacity: 1;
  transform: translateY(0);
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bg-gray{
  background-color: #F0F0F0;
}
.wrap{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.section_wrap{
  margin: 0 auto;
}
.en{
  font-family: 'Lato', sans-serif;
}
.Josefin{
  font-family: 'Josefin Sans', sans-serif;
}
.serif{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.cont_ttl{
  margin-bottom: 70px;
}
.cont_ttl .en{
  font-size: 40px;
  letter-spacing: 0.12em;
  margin-bottom: 13px;
  font-weight: bold;
}
.cont_ttl .ja{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.btn{
  max-width: 280px;
  margin: 0 auto;
}
.btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  height: 60px;
  padding-top: 3px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #444A52;
}
.btn a::before{
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #333;
  border-radius: 50%;
}
.btn a:hover{
  color: #fff;
  background: #333;
  opacity: 1;
}
.btn a:hover::before{
  background: #fff;
}
.more_link a{
  letter-spacing: 0.1em;
}
.more_link a span{
  position: relative;
  font-size: 100%;
}
.more_link a span::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: transform .5s cubic-bezier(.25,.46,.45,.94);
  transform: scaleX(1);
  transform-origin: center left;  
}
.more_link a:hover span::before{
  transform: scaleX(1);
  transform-origin: center left;
-webkit-animation: underline .5s linear forwards;
    animation: underline .5s linear forwards;  
}
.sp{
  display: none !important;
}
@media screen and (max-width: 1024px){
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;  
  }
  a:hover img{
    transform: scale(1)!important;
  }
  .btn,
  .more_link {
    width: 65%;
    max-width: 200px;
    margin: auto;
  }
  .btn a{
    height: 44px;
  }
  .more_link a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    height: 44px;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #444A52;
  }
  .more_link a span{
    position: relative;
    font-size: 100%;
  }
  .more_link a::before{
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    background: #333;
    border-radius: 50%;
  }
  .more_link a span::before{
    display: none;
  }
  .cont_ttl{
    margin-bottom: 50px;
  }
  .cont_ttl .en{
    font-size: 27px;
    margin-bottom: 0.5em;
  }
  .cont_ttl .ja{
    font-size: 14px;
    line-height: 1.42;
  }
}

@media screen and (max-width: 640px){
  .sp640{
    display: block;
  }
  .pcTab{
    display: none;
  }
}
.fs-l-pageMain{
  max-width: 100%;
}
.fs-l-header__contents > *{
  padding: 0;
}
a:visited{
  color: #333;
}
.fs-l-header{
  padding-top: 0;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before{
  display: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label{
  display: block;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label img{
  vertical-align: baseline;
}
.fs-l-page{
  position: relative;
}

body.show_nav .menu_overlay,
body.show_search .menu_overlay {
  position: fixed;
  cursor: pointer;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
}
body.show_search.popup:after{
  z-index: 102;
}

/* ------------------------------
    header
------------------------------ */
#header{
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.popup #header{
  z-index: 90;
}
.header_banner_slider{
  background: #333;
  padding: 8px;
}
.is-scroll .header_banner_slider{
  display: none;
}
.header_banner_slider a{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.header_banner_slider .slick-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}
.header_banner_slider .slick-slide *{
  width: 100%;
}
.header_banner_slider .slick-slide:nth-child(2n){
  background: #D00000;
}
.header_banner_slider .slick-slide a{
  display: block;
  width: 100%;
}
.header_top{
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.is-scroll .header_top .header__infoArea{
  display: none;
}
#header__logo #logo{
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 224px;
  width: 14vw;
  height: 100px;
  transform: translate(-50%,0);
}
.is-scroll #header__logo #logo{
  width: 10vw;
  height: 60px;
}
#header__logo a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#header__logo a img{
  width: auto;
  height: 80%;
}
#header__logo a:hover img{
  transform: scale(1)!important;
}
.header_nav_btn{
  position: relative;
  display: block;
  width: 30px;
  height: 16px;
  margin-left: 35px;
  cursor: pointer;
}
.header_nav_btn:hover{
  opacity: 0.7;
  transition-duration: .3s;
}
.header_nav_btn .trigger_box span{
  width: 30px;
  height: 2px;
  background-color: #333;
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
  transition: .8s cubic-bezier(.19,1,.22,1);
}
.header_nav_btn .trigger_box span:nth-child(1){
  top: 0;
}
.header_nav_btn .trigger_box span:nth-child(2){
  top: 0;
  bottom: 0;
}
.header_nav_btn .trigger_box span:nth-child(3){
  bottom: 0;
}
/*クリック後*/
.show_nav .header_nav_btn .trigger_box span:nth-child(1){
  transform: translateY(9px) rotate(135deg);
}
.show_nav .header_nav_btn .trigger_box span:nth-child(2){
  opacity: 0;
}
.show_nav .header_nav_btn .trigger_box span:nth-child(3){
  top: 0;
  bottom: auto;
  transform: translateY(9px) rotate(-135deg);
}


#search_toggle{
  margin-left: 35px;
  padding: 4px 0 4px 28px;
  border-left: 1px solid #E3E3E3;
}
#search_toggle a{
  display: flex;
  justify-content: center;
  align-items: center;
}
#search_toggle a:hover{
  opacity: 0.6;
}
#search_toggle a:hover img{
  transform: scale(1)!important;
}
#search_toggle a span{
  margin-left: 1em;
  font-size: 14px;
}

.header__infoArea{
  justify-content: flex-end;
  align-items: center;
  width: 38vw;
  height: 100px;
  margin-right: 35px;
}
.header_select{
  position: relative;
  width: 138px;
  margin-right: 18px;
  background: #F4F4F4;
  border-radius: 4px;
}
body:not(.is-scroll) .nav__item.language {
  display: none;
}
.nav__item .header_select{
  margin-right: 0;
}
.header__infoArea select{
  width: 100%;
  padding: 1em 1em 1em 2.5em;
  font-size: 14px;
  background: url(../image/common/icon_lang.svg) no-repeat 10px center;
  cursor: pointer;
}
.header_select:after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  width: 0.3em;
  height: 0.3em;
  margin: auto;
  border-bottom: 1.5px solid #333;
  border-right: 1.5px solid #333;
  transform: rotate( 45deg );
  z-index: 9;
}
.header_bottom{
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  background: #F8F8F8;
}
.is-scroll .header_bottom{
  justify-content: flex-end;
  width: 40vw;
  height: auto;
  margin-right: 35px;
  background: none;
}

/*アナウンスバー*/
.head__newsBox_wrap {
  margin-top: 184px;
}
.head__newsBox{
  border-bottom: 1px solid #efefef;
  padding: 1em 0;
}
.head__newsBox p a{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
/*ハンバーガーメニュー*/
#hd_nav_drawer{
  opacity: 0;
  pointer-events: none;
  background-color: #F8F8F8;
  width: 100%;
  position: fixed;
  z-index: 102;
  transition: .6s cubic-bezier(.165,.84,.44,1);
}
.show_nav #hd_nav_drawer{
  opacity: 1;
  pointer-events: all;
}
#header .header__nav{
  align-items: center;
  height: 100px;
}
.is-scroll #header .header__nav{
  height: 60px;
}
#header .header__nav .nav_links{
  margin-left: 50px;
  height: 100%;
}
.nav_links .nav__item{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 22.5px;
}
.is-scroll .nav_links .nav__item{
  margin: 0 1vw;
}
.nav_links .nav__item > a > span{
  font-size: 15px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.is-scroll .nav_links .nav__item > a > span{
  font-size: 13px;
}
.nav_links .nav__item:last-child > a > span{
  color: #D00000;
}
.nav_links .nav__item.has__child > a{
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.nav_links .nav__item.has__child > a::after{
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  margin-left: 1.5em;
  border-bottom: 1.5px solid #333;
  border-right: 1.5px solid #333;
  transform: rotate(45deg) translateY(0);
  transition: all ease-in-out 0.25s;
  z-index: 9;
}
.nav_links .nav__item.has__child:hover > a::after{
  transform: rotate(-135deg) translateY(-3px);
}
.is-scroll .nav_links .nav__item.has__child > a::after{
  margin-left: 1em;
}
.nav__item.has__child .nav_child_container{
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
  border-top: #F4F4F4 1px solid;
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  width: 100vw;
}
.is-scroll .nav__item.has__child .nav_child_container{
  max-height: calc(100vh - 60px);
}
.nav__item.has__child:hover .nav_child_container{
  display: block;
  opacity: 1;
  visibility: visible;
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.show_nav .nav__item.has__child{
  pointer-events: none;
}
/*ITEM*/
#nav_item.nav_child_container .nav_child_inner{
  justify-content: space-between;
  padding: 60px 0 90px;
}
#nav_item.nav_child_container .nav_child_inner .nav_ttl{
  margin-bottom: 1.5em;
  font-size: 14px;
  font-weight: bold;
}
#nav_item.nav_child_container .nav_category_area ul + .nav_ttl{
  margin-top: 3em;
}
#nav_item.nav_child_container .nav_category_area ul li{
  margin-left: 1em;
}
#nav_item.nav_child_container .nav_category_area ul li + li{
  margin-top: 1.5em;
}
#nav_item.nav_child_container .nav_child_inner ul li a{
  font-size: 13px;
  white-space: nowrap;
}
#nav_item.nav_child_container .nav_child_inner ul li a:hover{
  color: #ED6900;
  opacity: 1;
}
#nav_item.nav_child_container .nav_item_area{
  width: calc(100% - 25.6856%);
  padding-left: 6.689%!important;
}
#nav_item.nav_child_container .nav_item_area .nav_item_list{
  max-width: 463px;
  flex-wrap: wrap;
}
#nav_item.nav_child_container .nav_item_area .nav_item_list li{
  width: 33.3333%;
  margin-bottom: 20px;
}
/*BRAND*/
#nav_brand.nav_child_container{
  padding: 50px 0 80px;
}
#nav_brand.nav_child_container .nav_child_inner{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#nav_brand.nav_child_container .nav_child_inner .nav_brand_list{
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
#nav_brand.nav_child_container .nav_child_inner .nav_brand_list .brand_item{
  width: calc(95.5% / 4);
  margin-bottom: 30px;
}
#nav_brand .nav_child_inner .nav_brand_list .brand_item .name{
  margin-top: 1em;
  font-size: 13px;
  font-weight: bold;
}
#nav_brand.nav_child_container .nav_child_inner .nav_brand_list + .nav_ttl{
  margin-bottom: 2em;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
#nav_brand.nav_child_container .nav_child_inner .nav_brand_list2{
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#nav_brand.nav_child_container .nav_child_inner .nav_brand_list2 li{
  width: calc(98.5% / 4);
  margin-bottom: 8px;
}
#nav_brand.nav_child_container .nav_child_inner .nav_brand_list2 li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 13px;
  background: #F8F8F8;
  border-radius: 4px;
}
.header__infoArea .info_list{
  justify-content: flex-end;
  align-items: center;
}
.header__infoArea .info_list li{
  border-right: 1px dashed #E3E3E3;
}
.header__infoArea .info_list li:last-child{
  border-right: none;
}
.header__infoArea .info_list li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  white-space: nowrap;
}
.header__infoArea .info_list li:last-child a{
  padding: 0 0 0 18px;
}
.header__infoArea .info_list li a:hover img{
 transform: scale(1)!important; 
}
.header__infoArea .info_list li img{
  min-width: 18px;
}
.header__infoArea .info_list li a span{
  margin-top: 1em;
  font-size: 11px;
}
.header__infoArea .info_list li.cart a{
  position: relative;
}
.header__infoArea .info_list li.cart a .block-headernav--cart-count{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 0;
  font-size: 9px;
  color: #fff;
  text-align: center;
  background: #E5442E;
  border-radius: 50%;
}
.fs-client-cart-count--0 {
  opacity: 0;
}
/*ハンバーガーメニュー*/
#hd_nav_drawer{
  top: 140px;
}
.is-scroll #hd_nav_drawer{
  top: 60px;
}
#hd_nav_drawer > .flex{
  justify-content: space-between;
  max-width: 1295px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 90px;
}
#hd_nav_drawer .nav_ttl{
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}
#hd_nav_drawer .red{
  color: #D00000;
}
#hd_nav_drawer ul + .nav_ttl{
  margin-top: 2em;
}
#hd_nav_drawer ul li{
  margin-bottom: 1.5em;
  font-size: 13px;
}
#hd_nav_drawer ul li a:hover{
  color: #ED6900;
  opacity: 1;
}
#hd_nav_drawer ul.nav_bland_list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 40px;
}
@media screen and (min-width: 1025px){
  #hd_nav_drawer ul.nav_bland_list{
    display: grid !important;
  }
  #nav_brand.nav_child_container .nav_child_inner .nav_brand_list2{
    justify-content: flex-start;
    grid-gap: 0 6px;
  }
  .header_bottom.nav_links .nav__item.has__child > a {
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px){
  .header_banner_slider a{
    font-size: 10px;
  }
  .header_banner_slider .slick-slide{
    height: 26px;
  }
  #header__logo #logo{
    max-width: 126px;
    width: 30vw;
    height: 56px;
  }
  .is-scroll #header__logo #logo{
    width: 29vw;
    height: 50px;
  }
  .header_nav_btn{
    width: 18px;
    height: 12px;
    margin-left: 20px;
  }
  .header_nav_btn .trigger_box span{
    width: 18px;
    height: 1.5px;
  }
  .header_nav_btn .trigger_box span:nth-child(2){
    width: 13px;
  }
  /*クリック後*/
  .show_nav .header_nav_btn .trigger_box span:nth-child(1){
    transform: translateY(5px) rotate(135deg);
  }
  .show_nav .header_nav_btn .trigger_box span:nth-child(2){
    opacity: 0;
  }
  .show_nav .header_nav_btn .trigger_box span:nth-child(3){
    top: 0;
    bottom: auto;
    transform: translateY(5px) rotate(-135deg);
  }

  #search_toggle{
    margin-left: 12px;
    padding: 0;
    border-left: none;
  }

  .header__infoArea{
    width: 38vw;
    height: 56px;
    margin-right: 20px;
  }
  .is-scroll .header_top .header__infoArea{
    height: 50px;
  }
  .header_select{
    width: 16.23px;
    background: none;
    border-radius: 0;
  }
  .header__infoArea select{
    height: 100%;
    padding: 0;
    background: url(../image/common/icon_lang.svg) no-repeat center center;
    background-size: 100% auto;
    border: none;
    text-indent: -9999em;
  }
  .header_select:after{
    display: none;
  }
  .header_bottom{
    display: none;
  }

  /*アナウンスバー*/
  .head__newsBox_wrap {
    margin-top: 82px;
  }
  .head__newsBox{
    padding: 0.8em 0;
    border-top: 1px solid #EFEFEF;
  }
  .head__newsBox p a{
    font-size: 10px;
  }
  /*ハンバーガーメニュー*/
  #hd_nav_drawer{
    height: calc(100vh - 82px);
    padding-bottom: 20%;
    background: #fff;
  }
  .is-scroll #hd_nav_drawer{
    height: calc(100vh - 50px);
  }
  #header .header__nav{
    height: 56px;
  }
  .is-scroll #header .header__nav{
    height: 50px;
  }
  /*ハンバーガーメニュー*/
  #hd_nav_drawer{    
    top: 82px;
    overflow-y: scroll;
  }
  .is-scroll #hd_nav_drawer{    
    top: 50px;
  }
  #hd_nav_drawer > .flex{
    display: block;
    width: 100%;
    padding: 0;
  }
  #hd_nav_drawer .sp_nav_item{
    padding: 5% 8%;
    background: #F6F6F6;
    border-bottom: 1px solid #E8E8E8;
  }
  #hd_nav_drawer .sp_nav_item ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #hd_nav_drawer .sp_nav_item ul li{
    width: 49%;
    margin-bottom: 0;
  }
  #hd_nav_drawer .sp_nav_item ul li:last-child{
    width: 100%;
    margin-top: 2%;
  }
  #hd_nav_drawer .sp_nav_item ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 2.8em;
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #333;
    padding: 5px 15px;
  }
  #hd_nav_drawer .sp_nav_item ul li:last-child a{
    color: #fff;
    background: #333;
  }
  #hd_nav_drawer .nav_column,
  #hd_nav_drawer .info_colmn{
    padding: 0 5%;
    border-bottom: 1px solid #E8E8E8;
  }
  #hd_nav_drawer .nav_ttl{
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    padding: 1em 0;
  }
  #hd_nav_drawer .nav_ttl.sp_has_child:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.3em;
    height: 0.3em;
    margin: auto;
    border-bottom: 1.5px solid #333;
    border-right: 1.5px solid #333;
    transform: rotate( 45deg );
  }
  #hd_nav_drawer .nav_ttl.open:after{
    transform: rotate( -135deg );
  }
  #hd_nav_drawer .nav_ttl + ul{
    display: none;
  }
  #hd_nav_drawer ul + .nav_ttl{
    margin-top: 0;
  }
  #hd_nav_drawer ul li{
    font-size: 12px;
    line-height: 1.4;
  }
  #hd_nav_drawer ul.open_next{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    height: auto;
  }
  #hd_nav_drawer ul.shopping_list {
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  #hd_nav_drawer ul.mypage_list {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  #hd_nav_drawer ul.aboutus_list {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  #hd_nav_drawer ul.shoplist_list {
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  #hd_nav_drawer .banner_area{
    display: flex !important;
    grid-gap: 2%;
    padding: 6% 4%;
  }
  #hd_nav_drawer .banner_area li {
    margin-bottom: 0;
  }
  #hd_nav_drawer .banner_area li img{
    width: 100%;
  }
  .hd_logout {
    text-align: center;
    margin-bottom: 6%;
  }
  .hd_logout a {
    text-decoration: underline;
  }
  .header_sns_link{
    display: flex !important;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 46px;
  }
  .header_sns_link li{
    width: 32px;
    margin: 0 7.5px;
  }
  .header__infoArea .info_list li:last-child a{
    padding: 0;
  }
  .header__infoArea .info_list li img{
    min-width: 15px;
  }
  .header__infoArea .info_list li a span{
    display: none;
  }
  .header__infoArea .info_list li.cart a .block-headernav--cart-count{
    top: -5px;
    right: -10px;
  }
  .is-scroll .header_top .header__infoArea{
    display: flex;
  }
}

@media screen and (max-width: 640px){
  
}
/* ------------------------------
    search
------------------------------ */
#search_modal{
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 140px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9995;
}
.is-scroll #search_modal{    
  top: 60px;
}
.show_search #search_modal{
  opacity: 1;
  pointer-events: all;
}
.popup.show_search #search_modal{
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%,-50%);
}
#search_modal .close_btn{
  display: none;
}
.popup.show_search #search_modal .close_btn{
  position: absolute;
  top: -30px;
  right: -30px;
  display: block;
  width: 30px;
  height: 30px;
}
#search_modal .close{
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#search_modal .close span{
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
  transition: .8s cubic-bezier(.19,1,.22,1);
}
#search_modal .close span:nth-child(1){
  top: 0;
  transform: translateY(9px) rotate(135deg);
}
#search_modal .close span:nth-child(2){
  top: 0;
  transform: translateY(9px) rotate(-135deg);
}
#search_modal .search_modal_wrap{
  max-width: 1200px;
}
#search_modal .keyWowd_box{
  position: relative;
  font-optical-sizing: revert;
  margin-bottom: 55px;
  border-radius: 2px;
}
#search_modal .keyWowd_box .keyword{
  width: 100%;
  font-size: 16px;
  padding: 1.5em 75px 1.5em 1.5em;
  box-sizing: border-box;
  outline: none;
  border: none;
  background: #fff;
}
input[type="text"]:focus{
  outline: none;
  box-shadow: none;
}
#search_modal .keyWowd_box .keyword::placeholder{
  color: #B5B5B5;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
#search_modal .keyWowd_box .key_search{
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 30px;
  text-indent: -9999em;
  transform: translate(0,-50%);
  background-image: url("../image/common/ico_head_search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;  
  transition-duration: .3s;
}
#search_modal .keyWowd_box .key_search:hover{
  opacity: 0.7;
}
#search_modal .search_tag_area{
  margin-bottom: 60px;
}
#search_modal .search_tag_area .tag_list{
  flex-wrap: wrap;
  justify-content: center;
}
#search_modal .search_tag_area .tag_list li{
  margin: 5px;
}
.search_tag_area .tag_list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 43px;
  border-radius: 22px;
  background-color: #fff;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 0 20px;
  cursor: pointer;
  transition: .3s;
}
.search_tag_area .tag_list li a::before{
  content: '#';
}
.search_more_container{
  justify-content: space-between;
  margin-bottom: 50px;
}
.search_more_container .search_more_item .search_ttl{
  margin-bottom: 0.8em;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.search_more_container .search_more_item .search_more .select_container{
  position: relative;
}
.search_more_container .search_more_item .search_more .select_container::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-80%)rotate(45deg);
  height: 6px;
  width: 6px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.search_more_container .search_more_item .search_more .select_container select{
  box-sizing: border-box;
  border: 1px solid #B5B5B5;
  border-radius: 2px;
  width: 100%;
  padding: 1em;
  font-size: 13px;
  background: #fff;
}
.search_more_container .search_more_item .search_more .price_list{
  -ms-align-items: center;
  align-items: center;
  max-width: 310px;
}
.search_more_container .search_more_item .search_more .price_list li.txt{
  padding: 0 18px 0 13px;
  font-size: 16px;
}
.search_more_container .search_more_item .search_more .price_list li .price{
  box-sizing: border-box;
  border: 1px solid #B5B5B5;
  border-radius: 2px;
  padding: 0.6em;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400; 
  text-align: right;
  background-repeat: no-repeat;
  background: #fff;
  width: 100%;
}
.search_more_container .search_more_item .search_more .price_list li .price::placeholder{
  color: #B5B5B5;
}
.search_more_container .search_more_item .search_more .color_list{
  flex-wrap: wrap;
  max-width: 280px;
}
.search_more_container .search_more_item .search_more .color_list li{
  margin-right: 14px;
  margin-bottom: 12px;
}
.search_more_container .search_more_item .search_more .color_list li label input{
  display: none;
}
.search_more_container .search_more_item .search_more .color_list li label span{
  position: relative;
  display: block;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  line-height: 0;
  border-radius: 50%;
  cursor: pointer;
}
.search_more_container .search_more_item .search_more .color_list li label span::before{
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(-50%,-50%);
}
.search_more_container .search_more_item .search_more .color_list li label span::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #B5B5B5;
  /*background-color: rgba(255,255,255,0.31);*/
  box-sizing: border-box;
}
.search_more_container .search_more_item .search_more .color_list li label input:checked + span::after{
  display: block;
}
/*色玉カラー*/
.search_more_container .search_more_item .search_more .color_list li.color-01 label span::before{
  background-color: #fff;
  border: 1px solid #C6C6C6;
}
.search_more_container .search_more_item .search_more .color_list li.color-02 label span::before{
  background-color: #C6C6C6;
}
.search_more_container .search_more_item .search_more .color_list li.color-03 label span::before{
  background-color: #1A1A1A;
}
.search_more_container .search_more_item .search_more .color_list li.color-04 label span::before{
  background-color: #DEC19D;
}
.search_more_container .search_more_item .search_more .color_list li.color-05 label span::before{
  background-color: #0061AB;
}
.search_more_container .search_more_item .search_more .color_list li.color-06 label span::before{
  background-color: #3E4B80;
}
.search_more_container .search_more_item .search_more .color_list li.color-07 label span::before{
  background-color: #FDE862;
}
.search_more_container .search_more_item .search_more .color_list li.color-08 label span::before{
  background-color: #FF0000;
}
.search_more_container .search_more_item .search_more .color_list li.color-09 label span::before{
  background-color: #FF7333;
}
.search_more_container .search_more_item .search_more .color_list li.color-10 label span::before{
  background-color: #935720;
}
.search_more_container .search_more_item .search_more .color_list li.color-11 label span::before{
  background-color: #BB9855;
}
.search_more_container .search_more_item .search_more .color_list li.color-12 label span::before{
  background-color: #4C9555;
}
.search_more_container .search_more_item .search_more .color_list li.color-13 label span::before{
  background-color: #AD53B0;
}
.search_more_container .search_more_item .search_more .color_list li.color-14 label span::before{
  background-color: #FF8791;
}
.search_more_container .search_more_item .search_more .color_list li.color-15 label span::before{
  background: rgb(228,229,234);
  background: linear-gradient(140deg, rgba(228,229,234,1) 0%, rgba(166,169,177,1) 54%, rgba(200,202,208,1) 100%);
}
.search_more_container .search_more_item .search_more .color_list li.color-16 label span::before{
  background: rgb(232,201,165);
  background: linear-gradient(140deg, rgba(232,201,165,1) 0%, rgba(178,133,95,1) 54%, rgba(208,165,116,1) 100%);
}
.search_more_container .search_more_item .search_more .color_list li.color-17 label span::before{
  background: rgb(240,223,149);
  background: linear-gradient(140deg, rgba(240,223,149,1) 0%, rgba(201,174,62,1) 54%, rgba(230,201,81,1) 100%);
}
.search_more_container .search_more_item .search_more .color_list li.color-18 label span::before{
  background: url(../image/common/color_19.svg) no-repeat center center;
  background-size: cover;
}
.search_more_container .search_more_item .search_more .color_list li.color-19 label span::before{
  background: url(../image/common/color_18.svg) no-repeat center center;
  background-size: cover;
}
/*OTHER チェック*/
.search_more_container .search_more_item .search_more .other_check li + li{
  margin-top: 18px;
}
.search_more_container .search_more_item .search_more .other_check li label input{
  display: none;
}
.search_more_container .search_more_item .search_more .other_check li label span{
  position: relative;
  font-size: 0.93rem;
  letter-spacing: 0.02em;
  padding: 0 0 0 27px;
}
.search_more_container .search_more_item .search_more .other_check li label span::before,
.search_more_container .search_more_item .search_more .other_check li label span::after{
  content: "";
  position: absolute;
  top: 50%;
}
.search_more_container .search_more_item .search_more .other_check li label span::before{
  width: 13px;
  height: 13px;
  border: 1px solid #B5B5B5;
  left: 0;
  transform: translate(0,-50%);
  background-color: #fff;
}
.search_more_container .search_more_item .search_more .other_check li label span::after{
  width: 3px;
  height: 7px;
  top: 50%;
  left: 5px;
  border-right: 2px solid #fff; /* チェックマークの色 */
  border-bottom: 2px solid #fff; /* チェックマークの色 */
  content: '';
  margin-top: -6px;
  opacity: 0;
  transform: rotate(45deg);  
}
.search_more_container .search_more_item .search_more .other_check li label input:checked + span::before{
  background-color: #B5B5B5;
}
.search_more_container .search_more_item .search_more .other_check li label input:checked + span::after{
  opacity: 1;
}

/*検索・リセットボタン*/
.search_button_wrap{
  justify-content: center;
}
.search_button_wrap button{
  height: 60px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: .3s;
  font-size: 15px;
  border-radius: 30px;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.search_button_wrap .submit_btn{
  background-color: #333;
  color: #fff;
}
.search_button_wrap .reset_btn{
  background: #fff;
  border: 1px solid #B5B5B5;
}
.search_button_wrap button:hover{
  opacity: 0.7;
}
/*.search_button_wrap .submit_btn:hover{
  color: #333;
  background-color: #fff;
}
.search_button_wrap .reset_btn:hover{
  background-color: #333;
  color: #fff;
}*/
#search_modal .search_modal_inner{
  max-height: calc(100vh - 80px);
  padding: 60px 0 100px;
  background-color: #F8F8F8;
  overflow-x: scroll;
}
.search_more_container .search_more_box{
  width: calc(100% / 3);
}
.search_more_container .search_more_item + .search_more_item{
  margin-top: 50px;
}
.search_more_container .search_more_item .search_more .select_container{
  width: 310px;
}
.search_button_wrap button{
  width: 230px;
}
.search_button_wrap .submit_btn{
  margin-right: 30px;
}
@media screen and (max-width: 1024px){
  #search_modal{
    top: 82px;
    height: 100vh;
    overflow-y: scroll;
  }
  .is-scroll #search_modal{    
    top: 50px;
  }
  .popup.show_search #search_modal{
    height: 90vh;
    padding: 0;
    overflow: unset;
  }
  #search_modal .search_modal_inner{
    max-height: calc(100vh - 50px);
    padding: 5% 0 30%;
  }
  .popup.show_search #search_modal .close_btn{
    position: absolute;
    top: -20px;
    right:0;
    display: block;
    width: 20px;
    height: 20px;
  }
  #search_modal .close{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  #search_modal .close span{
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    margin: auto;
    transition: .8s cubic-bezier(.19,1,.22,1);
  }
  #search_modal .close span:nth-child(1){
    top: 0;
    transform: translateY(9px) rotate(135deg);
  }
  #search_modal .close span:nth-child(2){
    top: 0;
    transform: translateY(9px) rotate(-135deg);
  }
  #search_modal .keyWowd_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
    border-radius: 0;
  }
  #search_modal .keyWowd_box .keyword{
    font-size: 12px;
    padding: 1em;
  }
  #search_modal .keyWowd_box .keyword::placeholder{
    font-size: 12px;
  }
  #search_modal .keyWowd_box .key_search{
    width: 45px;
    height: 45px;
    position: relative;
    top: auto;
    right: auto;
    background: url("../image/common/ico_head_search_sp.svg") no-repeat center center #EFEFEF;
    background-size: 11px;
    transform: translate(0,0);
  }
  #search_modal .search_tag_area{
    padding-bottom: 3%;
    margin-bottom: 5%;
    border-bottom: 1px solid #EDEDED;
  }
  #search_modal .search_tag_area .tag_list{
    justify-content: space-between;
  }
  #search_modal .search_tag_area .tag_list li{
    width: 49%;
    margin: 0 0 2% 0;
  }
  .search_tag_area .tag_list li a{
    height: 35px;
    font-size: 10px;
    padding: 0 18px;
  }
  .search_more_container{
    display: block;
    margin-bottom: 5%;
  }
  .search_more_container .search_more_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5%;
    border-bottom: 1px solid #EDEDED;
  }
  .search_more_container .search_more_item .search_ttl{
    width: 40%;
    margin-bottom: 0;
    font-size: 14px;
  }
  .search_more_container .search_more_item .search_ttl + .search_more{
    width: 60%;
  }
  .search_more_container .search_more_item .search_more .price_list{
    max-width: none;
  }
  .search_more_container .search_more_item .search_more .price_list li.txt{
    width: auto;
    padding: 0 1em;
    font-size: 10px;
  }
  .search_more_container .search_more_item .search_more .price_list li{
    width: 45%;
  }
  .search_more_container .search_more_item .search_more .price_list li .price{
    padding: 1em;
    font-size: 12px;
  }
  .search_more_container .search_more_item .search_more .color_list{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    justify-content: space-between;
    max-width: none;
  }
  .search_more_container .search_more_item .search_more .color_list li{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .search_more_stock,
  .search_more_color{
    padding-top: 5%;
  }
  .search_more_container .search_more_color{
    display: block;
  }
  .search_more_container .search_more_item.search_more_color .search_ttl + .search_more{
    width: 100%;
    padding-top: 5%;
  }

  /*検索・リセットボタン*/
  .search_button_wrap{
    justify-content: space-between;
  }
  .search_button_wrap button{
    height: 44px;
    font-size: 12px;
  }
  #search_modal{
    max-height: calc(100vh - 80px);
  }
  .is-scroll #search_modal{
    max-height: calc(100vh - 50px);
  }
  .search_more_container .search_more_box{
    width: 100%;
  }
  .search_more_container .search_more_item + .search_more_item{
    margin-top: 5%;
  }
  .search_more_container .search_more_item .search_more{
    width: 100%;
  }
  .search_more_container .search_more_item .search_more .select_container{
    width: 100%;
  }
  .search_button_wrap button{
    width: 48%;
  }
  .search_button_wrap .submit_btn{
    margin-right: 0;
  }
}
@media screen and (max-width: 640px){
  
}


/* ------------------------------
    footer
------------------------------ */
.fs-l-footer{
  background-color: #fff;
  border-top: none;
  margin-top: 0;
}

/* floating_menu
-----------------------------------------*/
.floating_menu {
  position: fixed;
  bottom: 0px;
  right: 0;
  display: none;
  width: 470px;
  z-index: 10;
  opacity: 0;
  transition-duration: 1.5s;
}
.is-scroll .floating_menu{
  display: block;
  opacity: 1;
}
.floating_menu_list {
  display: flex;
  width: 100%;
  padding: 10px;
  background-color: #333;
  border-radius: 5px 0 0 0;
}
.floating_menu_item {
  width: 100%;
}
.floating_menu_item + .floating_menu_item{
  border-left: 1px dashed #585858;
}
.floating_menu_item a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px;
}
.floating_banner a:hover img,
.floating_menu_item a:hover img{
  transform: scale(1)!important;
}
.floating_menu_item a p{
  margin-top: 1em;
  font-size: 11px;
  color: #fff;
  text-align: center;
}

/* floating_banner
-----------------------------------------*/
.floating_banner{
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 88;
  max-width: 284px;
  display: none;
}
.floating_banner.active{
  display: block;
}
.floating_banner.off{
  display: none;
}
.floating_banner a{
  display: block;
}
.floating_banner p.close{
  position: absolute;
  left: 0;
  top: -35px;
}
.floating_banner p.close a{
  display: block;
  width: 28px;
  height: 28px;
}
#footer .section_wrap{
  max-width: 1296px;
  margin: 0 auto;
}
#footer__logo{
  margin-bottom: 30px;
  text-align: center;
}
#footer__logo a:hover img{
  transform: scale(1)!important;
}
#footer .footer_links ul{
  justify-content: center;
}
#footer .footer_links ul li{
  position: relative;
  padding: 0 20px;
}
#footer .footer_links ul li::after{
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} 
#footer .footer_links ul li:last-child::after{
  content: none;
}
#footer .footer_links ul li a{
  position: relative;
  font-size: 0.79rem;
  letter-spacing: 0.02em;
}
#copyright{
  width: 100%;
  padding: 28px 0 34px;
}
.footer_sns_link{
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 46px;
}
.footer_sns_link li{
  width: 32px;
  margin: 0 7.5px;
}
.footer_sns_link li.fb,
.footer_sns_link li.twitter,
.header_sns_link li.fb,
.header_sns_link li.twitter {
  display: none;
}
.footer_sns_link li a:hover img{
  transform: scale(1)!important;
}

#copyright p{
  font-size: 11px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
#copyright p.copy{
  margin-top: 1em;
  color: #B5B5B5;
}

#footer{
  padding: 90px 0 0;
  background-color: #F8F8F8;
}
#footer .section_wrap{
  width: 90%;
}
#footer .footer_categories{
  justify-content: space-between;
  margin-bottom: 50px;
}
#footer .footer_categories .ct_box + .ct_box{
  margin-top: 40px;
}
#footer .footer_categories .nav_ttl{
  letter-spacing: 0.08em;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
#footer .footer_categories .cate_item{
  margin-bottom: 1.5em;
  font-size: 13px;
}
#footer .footer_categories .cate_item a:hover{
  color: #ED6900;
  opacity: 1;
}
#footer .footer_categories .ct_box .cate_child{
  display: block !important;
}
#footer ul.nav_bland_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 40px;
}
#footer .footer_links ul li a{
  padding-bottom: 5px;
}
#footer .footer_links ul li a::after{
  content: "";
  display: block;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  right: 2px;
  left: 0;
  bottom: 0;
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
  transform-origin: right center;
  transform: scaleX(0);
}
#footer .footer_links ul li a:hover::after{
  left: 0;
  right: auto;
  transform-origin: left center;
  transform: scaleX(1);
  width: 100%;
}
#footer .banner{
  display: flex;
  justify-content: center;
  gap: 0 4px;
  margin: 60px auto 76px;
}
#footer .banner a:hover img{
  transform: scale(1)!important;
}
#copyright{
  width: 100%;
  padding: 50px 5% 22px;
  border-top: 1px solid #EDEBEB;
}
#copyright .flex{
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
#copyright .caution{
  max-width: 652px;
  width: 55%;
}
#copyright .caution p{
  font-size: 11px;
  line-height: 2.18;
}
#copyright .caution p.fwb{
  font-size: 14px;
  font-weight: bold;
}
#copyright .license{
  align-items: center;
  justify-content: flex-end;
  gap: 0 50px;
}
#copyright .license p{
  font-size: 11px;
  line-height: 1.54;
  text-align: center;
}
#copyright .license img{
  max-width: 73px;
}

@media screen and (max-width: 1024px){
  .floating_menu {
    width: 100%;
  }
  .floating_menu_list {
    padding: 10px 0;
    border-radius: 0;
  }
  .floating_menu_item a{
    padding: 0;
  }
  .floating_menu_item a p{
    margin-top: 0.5em;
    font-size: 10px;

  }

  /* floating_banner
  -----------------------------------------*/
  .floating_banner{
    bottom: 70px;
    left: auto;
    right: 5%;
    max-width: 250px;
  }
  .is-scroll .floating_banner.off{
    display: block;
  }
  .floating_banner.off{
    max-width: 133px;
    right: 44px;
    bottom: 50px;
  }
  .floating_banner img.off{
    display: none !important;
  }
  .floating_banner.off img.off{
    display: block !important;
  }
  .floating_banner.off img.on{
    display: none !important;
  }
  .floating_banner p.close{
    left: auto;
    right: 0;
  }
  .floating_banner.off p.close{
    top: 8px;
    right: -30px;
  }

  #footer .section_wrap{
    width: 100%;
  }
  #footer__logo{
    margin-bottom: 10%;
  }
  #footer__logo a{
    display: block;
    width: 50%;
    max-width: 125px;
    margin: auto;
  }
  #footer .footer_links ul{
    justify-content: center;
  }
  #footer .footer_links ul li{
    position: relative;
    padding: 0 20px;
  }
  #footer .footer_links ul li::after{
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  } 
  #footer .footer_links ul li:last-child::after{
    content: none;
  }
  #footer .footer_links ul li a{
    position: relative;
    font-size: 0.79rem;
    letter-spacing: 0.02em;
  }
  #copyright{
    padding: 0;
  }
  .footer_sns_link.sp{
    display: flex !important;
    margin-bottom: 5%;
  }
  .footer_sns_link li{
    width: 32px;
    margin: 0 7px;
  }

  #footer{
    padding: 13% 0 20%;
    background: #F8F8F8;
  }
  #footer .footer_categories{
    display: block;
    margin-bottom: 5%;
  }
  #footer .footer_categories .ft_col{
    border-top: 1px solid #E8E8E8;
  }
  #footer .footer_categories .ct_box{
    padding: 0 5%;
  }
  #footer .footer_categories .ct_box + .ct_box{
    margin-top: 0;
  }
  #footer .footer_categories .last .ct_box + .ct_box{
    border-top: 1px solid #E8E8E8;
  }
  #footer .footer_categories .nav_ttl{
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    padding: 1em 0;
  }
  #footer .ft_col .cate_item{
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 1.6;
  }
  #footer .ft_col .child_ft_openTtl{
    position: relative;
    display: block;
    margin-top: 0;
    padding: 1em 0;
    font-size: 16px;
    font-weight: bold;
  }
  #footer .ft_col .child_ft_openTtl:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.3em;
    height: 0.3em;
    margin: auto;
    border-bottom: 1.5px solid #333;
    border-right: 1.5px solid #333;
    transform: rotate( 45deg );
  }
  #footer .ft_col .child_ft_openTtl.open:after{
    transform: rotate( -135deg );
  }
  #footer .footer_categories .ct_box .cate_child{
    display: block !important;
  }
  #footer ul.ft_sp_children{
    display: none;
  }
  #footer ul.open_next {
    display: grid;
    grid-gap: 0;
    margin: 1% 0 2%;
  }
  #footer ul.item_list {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  #footer ul.topics_list {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  #footer ul.shopping_list {
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  #footer ul.topics_list {
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  #footer ul.mypage_list {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  #footer ul.aboutus_list {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  #footer ul.shoplist_list {
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  #footer .footer_links ul li a{
    padding-bottom: 5px;
  }
  #footer .footer_links ul li a::after{
    content: "";
    display: block;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    right: 2px;
    left: 0;
    bottom: 0;
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    transform-origin: right center;
    transform: scaleX(0);
  }
  #footer .footer_links ul li a:hover::after{
    left: 0;
    right: auto;
    transform-origin: left center;
    transform: scaleX(1);
    width: 100%;
  }
  #footer .banner{
    flex-wrap: wrap;
    gap: 4px;
    margin: 38px 14px;
  }
  #copyright{
    padding: 8% 5%;
  }
  #copyright .flex{
    display: block;
    margin-bottom: 5%;
  }
  #copyright .caution{
    max-width: none;
    width: 100%;
    margin-bottom: 10%;
  }
  #copyright .license{
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  #copyright .license p{
    text-align: left;
  }
  #copyright .license img{
    max-width: 60px;
  }
}
@media screen and (max-width: 640px){  
}
/* ------------------------------
    item list
------------------------------ */
.fs-p-heading--lv2 {
  display: none;
}
.item_block .item_list{
  flex-wrap: wrap;
}
.wrap .fr3-productListStatic {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  grid-gap: 0;
}
.fr3-productListStatic .fr3-item__link,
.item_block .item_list .item{
  position: relative;
}
.fr3-productListStatic .fr3-item__productName,
.fs-c-productListCarousel__list .fs-c-productName__name,
.fs-c-productList__list .fs-c-productName__name,
.item_block .item_list .item .item_name{
  margin: 1em 0;
  font-size: 13px;
  line-height: 1.61;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 3.22em;
}
.fs-c-productName__copy {
  display: none;
}
.fs-c-productNameHeading__copy {
  display: block;
  margin-bottom: 20px;
}
.stf_recommend.item_block .item_list .item .item_name {
  font-weight: 700;
}
.fr3-productListStatic .fr3-item__productPrice {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}
.item_block .item_list .item .flex{
  position: relative;
  justify-content: center;
  align-items: center;
}
.fr3-productListStatic .fr3-item__productPrice__price,
.item_block .item_list .item .item_price{
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: 'Lato', sans-serif;
}
.fr3-item__productPrice__addon {
  display: none;
}
.item_block .item_list .item .fs-c-variationCart__wishlist{
  position: absolute;
  right: 0;
}
.item_block .item_list .item p:not(.item_image){
  transition-duration: .3s;
}
.item_block .item_list .item a:hover p:not(.item_image){
  opacity: 0.7;
}
/*スライダーの場合（ランキング）*/
.item_spSlide_block.rank_block .item_list .item{
  margin-bottom: 0;
}
.item_block.item_column5 .fr3-item,
.item_block.item_column5 .item_list .item{
  max-width: 228.5px;
  width: calc(96% / 5);
  margin-right: 1%;
  margin-bottom: 47px;
}
.item_block.item_column5 .fr3-item {
  position: relative;
}
.item_block.item_column5 .fr3-item:nth-child(5n),
.item_block.item_column5 .item_list .item:nth-child(5n){
  margin-right: 0;
}
.item_block.item_column4 .item_list .item{
  max-width: 286px;
  width: calc(95.5% / 4);
  margin-right: 1.5%;
  margin-bottom: 47px;
}
.item_block.item_column4 .item_list .item:nth-child(4n){
  margin-right: 0;
}
@media screen and (min-width: 1025px){
  .stf_recommend.item_block .item_list .item .item_name {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1024px){
  .fr3-productListStatic,
  .item_block .item_list{
    justify-content: space-between;
  }
  .item_block.item_column5 .fr3-item,
  .item_block.item_column5 .item_list .item{
    max-width: none;
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .item_block.item_column5 .fr3-item:nth-child(5n),
  .item_block.item_column5 .item_list .item:nth-child(5n){
    margin-right: 0;
  }
  .item_block.item_column5.rank_block .item_list .item:nth-child(3),
  .item_block.item_column5.rank_block .item_list .item:nth-child(4),
  .item_block.item_column5.rank_block .item_list .item:nth-child(5){
    width: 32%;
  }
  .item_block .item_list .item .item_price{
    font-size: 14px;
  }
  .item_block.item_column4 .item_list .item{
    max-width: none;
    width: 48%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .item_block.item_column4 .item_list .item:nth-child(2n){
    margin-right: 0;
  }
}
@media screen and (max-width: 768px){
  .item_block .item_list .item{
    width: 49.2754%;
    margin-right: 1.4493%;
    margin-bottom: 35px;
  }
  .item_block .item_list .item:nth-child(2n){
    margin-right: 0;
  }
}
@media screen and (max-width: 640px){
  
}

/* ------------------------------
    tab
------------------------------ */
.tab-btn,.second-tab-btn{
  position: relative;
  cursor: pointer;
  transition-duration: .3s;
}
.tab-contents,.second-tab-contents{
  display: none;
  opacity: 0;
}
.tab-contents.show,.second-tab-contents.show{
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;    
}

@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 640px){
  
}
/* ------------------------------
    animation
------------------------------ */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes bo001 {
  0% {
    width: 15px; }
  100% {
    width: 0; } 
}

@keyframes bo001 {
  0% {
    width: 15px; }
  100% {
    width: 0; } 
}

@-webkit-keyframes bo002 {
  0% {
    width: 0;
    right: calc(15px + 5%); }
  100% {
    width: 15px;
    right: 5%; } 
}

@keyframes bo002 {
  0% {
    width: 0;
    right: calc(15px + 5%); }
  100% {
    width: 15px;
    right: 5%; } 
}
@keyframes underline{
  0%{
    transform:scaleX(1);transform-origin:center right}
  49%{
    transform:scaleX(0);transform-origin:center right}
  50%{
    transform:scaleX(0);transform-origin:center left}
  to{
    transform:scaleX(1);transform-origin:center left}
}

/* ------------------------------
    パンくず
------------------------------ */
.fs-c-breadcrumb {
  max-width: 1495px;
  width: 90%;
  margin: 20px auto 20px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list{
  padding: 0;
}
.fs-c-breadcrumb__list > li, .fs-c-breadcrumb__list > li a{
  color: #B5B5B5;
  font-size: 0.79rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px){
  .fs-c-breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 640px){
  .fs-c-breadcrumb__list > li, .fs-c-breadcrumb__list > li a{
    font-size: 0.71rem;
  }
}

.main_title_area{
  background: #F8F8F8;
  background-size: cover;
}
.main_title_area .wrap{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.main_title_area .breadcrumbs{
  position: absolute;
  top: 0;
  left: 20px;
}
.main_title_area .main_title{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1024px){
  .main_title_area .wrap{
    height: 60vw;
  }
  .main_title_area .main_title{
    font-size: 21px;
  }
}


/* ------------------------------
    sec_service
------------------------------ */
.sec_service{
  padding: 100px 0 118px;
  background: url(../image/common/bg_service.jpg) no-repeat center top;
  background-size: cover;
}
.sec_service *{
  color: #fff;
}
.sec_service .service_con{
  flex-wrap: wrap;
  justify-content: center;
  max-width: 951px;
  margin: auto;
}
.sec_service .service_con .in{
  max-width: 317px;
  width: calc(100% / 3);
  margin-bottom: 30px;
}
.sec_service .service_con .in{
  border-right: 1px dashed #fff;
}
.sec_service .service_con .in:nth-child(3n){
  border-right: none;
}
.sec_service .service_con .in a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 12px 5% 5px;
}
.sec_service .service_con .in a:hover img{
  transform: scale(1)!important;
}
.sec_service .service_con .in h3{
  margin: 1em 0;
  font-size: 15px;
}
.sec_service .service_con .in p{
  font-size: 12px;
  line-height: 1.66;
  text-align: center;
}
.sec_service .btn_service{
  margin-top: 78px;
  text-align: center;
}
.sec_service .btn_service a{
  display: initial;
  padding-bottom: 0.5em;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.sec_service .btn_service a:hover{
  color: #ED6900;
  border-bottom: 1px solid #ED6900;
  opacity: 1;
}

@media screen and (max-width: 1024px){
  .sec_service{
    padding: 20% 0 15%;
  }
  .sec_service .cont_ttl .en{
    margin-bottom: 1.5em;
  }
  .sec_service .service_con{
    max-width: none;
  }
  .sec_service .service_con .in{
    position: relative;
    max-width: none;
    width: 50%;
    margin-bottom: 25px;
  }
  .sec_service .service_con .in:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #fff;
  }
  .sec_service .service_con .in:nth-child(3n){
    border-right: 1px dashed #fff;
  }
  .sec_service .service_con .in:nth-child(2n){
    border-right: none;
  }
  .sec_service .service_con .in:nth-child(5n):after,
  .sec_service .service_con .in:nth-child(6n):after{
    display: none;
  }
  .sec_service .service_con .in a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8px 16px;
  }
  .sec_service .service_con .in h3{
    font-size: 14px;
  }
  .sec_service .service_con .in p{
    font-size: 11px;
  }
  .sec_service .btn_service{
    margin-top: 25px;
  }  
}
@media screen and (max-width: 640px){
  
}


/* サイドメニューレイアウト */
.fs-l-main.fs-l-main-collection {
  max-width: 1380px;
}
.fs-l-main-collection .fs-l-pageMain,
.fs-l-main-collection .side_menu,
.fs-l-main-collection .side_menu .search_more_container .search_more_box,
.fs-l-main-collection .side_menu .search_more_container .search_more_item .search_more .select_container {
  width: 100%;
}
@media screen and (min-width: 1025px){
  .fs-l-main-collection .side_menu {
    width: 22%;
    max-width: 280px;
  }
  .fs-l-main-collection .fs-l-pageMain {
    width: 72%;
    max-width: 990px;
  }
}

/* ------------------------------

    商品詳細

------------------------------ */
.fs-c-breadcrumb__list > li,
.fs-c-breadcrumb__list > li a {
  display: inline-block;
}

.fs-c-productMarks {
  margin-bottom: 30px;
}
.fs-c-productListCarousel__list .fs-c-productMarks,
.fs-c-productList__list .fs-c-productMarks {
  margin-top: 10px;
  margin-bottom: 0;
}
.fs-c-productMark__mark {
  background: #f0f0f0;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 10px;
  padding: 1em;
}
.fs-c-productListCarousel__list .fs-c-productMark__mark,
.fs-c-productList__list .fs-c-productMark__mark {
  font-size: 11px;
  margin-right: 5px;
  margin-top: 5px;
  padding: .5em 1em;
}

.product_details_rayout .list_show_tag:not(.detail_show_tag) {
  display: none;
}
.fs-c-productListCarousel__list .fs-c-productMark__item > span:not(.list_show_tag),
.fs-c-productList__list .fs-c-productMark__item > span:not(.list_show_tag) {
  display: none;
}

.review_parts_in,
.product_details_rayout {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.product_details_rayout span {
  line-height: 1;
}
.fs-c-productNameHeading {
  font-size: 20px;
  margin-bottom: 20px;
}
.fs-c-productNameHeading span {
  line-height: 1.5;
}
.fs-c-productPrices--productDetail {
  margin-bottom: 20px;
}
.fs-c-productNumber {
  border: none;
  color: #B5B5B5;
  font-size: 14px;
  margin-bottom: 25px;
  padding: 0;
}
.fs-c-productNumber__number {
  font-weight: normal;
}
.fs-c-productPointDisplay {
  background: none;
  color: #1A1A1A;
  font-size: 13px;
}
.fs-c-productPointDisplay__quantity {
  font-weight: normal;
}
.fs-c-productThumbnail__image {
  margin: 0;
  flex-basis: 20%;
  min-width: none;
  padding: 2px;
}
.fs-c-productThumbnail__image > img {
  border: 2px solid #fff;
}
.fs-c-price {
  font-family: 'Poppins', sans-serif;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 30px;
}

/* カートボタン */
.cart_button {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 20px;
}
.fs-c-variationMatrix {
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productActionButton,
.fs-c-productQuantityAndWishlist {
  width: 49%;
  max-width: 275px;
}
.fs-c-productQuantityAndWishlist {
  display: flex;
}
.fs-c-productQuantityAndWishlist__quantity {
  display: none;
}
.fs-c-productQuantityAndWishlist__wishlist {
  width: 100%;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist button,
.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail,
.fs-c-button--addToCart--variation.fs-c-button--primary,
.fs-c-button--addToCart--detail.fs-c-button--primary {
  border: none;
  border-radius: 30px;
  font-size: 15px;
  padding: 0;
  width: 100%;
  height: 60px;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist button,
.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  background: #BEBEBE;
  color: #fff;
  font-weight: 700;
  flex-direction: row-reverse;
  justify-content: center;
  letter-spacing: .06em;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist button::after,
.fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  margin-left: 0;
  margin-right: 10px;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist button {
  align-items: center;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist .fs-c-button--removeFromWishList--icon {
  flex-direction: row;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist .fs-c-button--addToWishList--icon::after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  margin-left: 8px;
  content: "\e919";
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist .fs-c-button--removeFromWishList--icon::before {
  font-size: 24px;
  margin-left: 8px;
  margin-right: 10px;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist .fs-c-button--removeFromWishList--icon .fs-c-button__label {
  display: block;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  font-size: 19px;
}
.fs-c-button--addToCart--variation.fs-c-button--primary,
.fs-c-button--addToCart--detail.fs-c-button--primary {
  background: rgb(247,98,19);
  background: linear-gradient(90deg, rgba(247,98,19,1) 0%, rgba(240,164,0,1) 100%);
}
.fs-c-button--addToCart--variation.fs-c-button--primary .fs-c-button__label::before,
.fs-c-button--addToCart--detail.fs-c-button--primary .fs-c-button__label::before {
  background: url(https://kingram.itembox.design/item/assets/image/product/product_icon2.svg) center center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  width: 16px;
}

.cart_bottom_link_text_link {
  display: flex;
  margin: 35px 0;
}
.cart_bottom_link_text_link ul:not(:first-child) {
  margin-left: 100px;
}
.cart_bottom_link_text_link li {
  margin: 1em 0;
}

.simulation {
  background-image : linear-gradient(to right, #333 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  padding: 40px 0;
}
.coupon_banner + .simulation {
  padding: 20px 0;
  margin-top: 30px;
}
.simulation_in_left p {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
}
.simulation_in_left p strong {
  color: #D00000;
}
.simulation_in_right {
  text-align: center;
}
.simulation_in_right a,
.simulation_in_right a:visited {
  background: #38446C;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
}
.condition_table_list {
  align-items: center;
  background: #fff;
  border-radius: 3px;
  display: flex;
  margin: 2px 0;
  padding: 18px 23px;
}
.condition_table_list p {
  color: #B5B5B5;
  font-weight: 700;
}
.condition_table_list .rank {
  border-right: 1px dotted #B5B5B5;
  padding-right: 23px;
  margin-right: 23px;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
}

.rank-n .condition_table_list.rank-0,
.rank-s .condition_table_list.rank-1,
.rank-a .condition_table_list.rank-2,
.rank-b .condition_table_list.rank-3,
.rank-c .condition_table_list.rank-4,
.rank-d .condition_table_list.rank-5 {
  background: #323232;
}
.rank-n .condition_table_list.rank-0 p,
.rank-s .condition_table_list.rank-1 p,
.rank-a .condition_table_list.rank-2 p,
.rank-b .condition_table_list.rank-3 p,
.rank-c .condition_table_list.rank-4 p,
.rank-d .condition_table_list.rank-5 p {
  color: #fff;
}

.deailTab_inner_detail,
.deailTab_inner_spec {
  background: #fff;
  padding: 25px 30px;
}
.detail-tl {
  font-weight: 700;
  margin-bottom: 1em;
}
.deailTab_inner_detail .detail ,
.deailTab_inner_detail .detail p {
  line-height: 1.42;
}
.deailTab_inner_detail .detail p:not(:first-child) {
  margin-top: 1em;
}
.deailTab_inner_spec table {
  width: 100%;
}

.spec_table tr th,
.spec_table tr td {
  padding: 15px 0;
}
.spec_table tr th {
  font-weight: 700;
  padding-right: 60px;
  white-space: nowrap;
}
.spec_table tr td,
.spec_table tr td p {
  line-height: 1.6;
}
.spec_table tr td a {
  display: inline-block;
  text-decoration: underline;
}
.spec_table tr td .title {
  font-weight: 700;
  margin-bottom: 15px;
}

.spec_table tr:not(:first-child) th,
.spec_table tr:not(:first-child) td {
  background-image : linear-gradient(to right, #333 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}

.size-guide {
  margin-top: 10px;
}
.spec_table tr td .size-guide a {
  border: 1px solid #1A1A1A;
  font-size: 12px;
  padding: 10px;
  text-decoration: none;
  line-height: 1.5;
}

.detail_accordion {
  margin-top: 20px;
}
.detail_accordion .deailTab_inner_detail {
  display: none;
  margin-top: 20px;
}
.detail_accordion_tl {
  cursor: pointer;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}
.detail_accordion_tl::after {
  background: url(https://kingram.itembox.design/item/assets/image/product/accordion_arw.svg) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 12px;
  height: 6px;
}
.deailTab_inner_detail a {
  display: inline-block;
  text-decoration: underline;
}
.deailTab_inner_detail a.mail_link {
  color: #0069AA;
}

.review_parts {
  background: #F8F8F8;
  margin-top: 100px;
  padding: 100px 15px;
}
.sec_itemlist {
  background: #F8F8F8;
  padding: 100px 15px;
}
.fs-body-product .sec_itemlist {
  background: #F0F0F0;
}
.sec_itemlist .wrap + .wrap {
  margin-top: 50px;
}
.sec_itemlist .cont_ttl {
  align-items: center;
  display: flex;
}
.sec_itemlist .cont_ttl .ja {
  border-left: 1px solid #333;
  margin-left: 20px;
  padding-left: 30px;
}
.sec_itemlist .cont_ttl .en {
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .product_details_rayout {
    display: flex;
    justify-content: space-between;
  }
  .fs-l-productLayout__item--1 {
    width: 46%;
    max-width: 550px;
  }
  .fs-l-productLayout__item--2 {
    width: 48%;
    max-width: 570px;
  }
  .simulation_in {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .simulation_in_right {
    width: 52%;
    max-width: 293px;
    margin-left: 10px;
  }
}

/* クーポンバナー */
.coupon_banner {
  margin-top: 40px;
}
.fs-c-productThumbnail + .tag_banner {
  margin-top: 60px;
}
.tag_banner {
  margin-bottom: 20px;
}
.coupon_banner > p {
  margin-bottom: 10px;
  text-align: center;
}
.coupon_banner .column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.stock_order {
  text-align: center;
}
.stock_order a {
  border: 2px solid #111;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 60px;
}
.stock_order a span {
  display: inline-block;
}
.stock_order a svg {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .fs-c-productNameHeading {
    font-size: 18px;
  }
  .fs-c-productNumber {
    font-size: 11px;
  }
  .cart_button {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }
  .fs-c-productActionButton,
  .fs-c-productQuantityAndWishlist {
    width: 100%;
    max-width: 100%;
  }
  .stock_order a {
    line-height: 56px;
  }
  .cart_bottom_link_text_link ul li {
    font-size: 13px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.4;
  }
  .cart_bottom_link_text_link ul:not(:first-child) {
    margin-left: 20px;
  }
  .simulation_in_left {
    margin-bottom: 15px;
  }
  .simulation_in_left p {
    text-align: center;
    font-size: 14px;
  }
  .condition_table_list p {
    font-size: 10px;
  }
  .condition_table_list .rank {
    padding-right: 10px;
    margin-right: 15px;
    font-size: 14px;
  }
  .condition_table_list {
    padding: 15px;
  }
  .deailTab_inner_detail,
  .deailTab_inner_spec {
    padding: 15px 10px;
  }
  .spec_table tr th,
  .spec_table tr td {
    font-size: 13px;
  }
  .spec_table tr th {
    padding-right: 15px;
    white-space: nowrap;
  }
  .detail_accordion {
    margin-top: 10px;
  }
  .review_parts,
  .sec_itemlist {
    padding: 50px 15px;
  }
  .review_parts {
    margin-top: 30px;
  }
  .sec_itemlist .wrap {
    width: 100%;
  }
  .sec_itemlist .item:nth-child(n + 5) {
    display: none;
  }
  .sec_itemlist .cont_ttl .en {
    font-size: 18px;
    white-space: nowrap;
  }
  .sec_itemlist .cont_ttl .ja {
    font-size: 11px;
    flex: 1;
    margin-left: 10px;
    padding-left: 10px;
  }
}

/* ------------------------------

    商品タブ

------------------------------ */
.deailTab_area .detail_tab_btns {
  position: relative;
  justify-content: center;
  background-color: #F8F8F8;
  max-width: 1200px;
  margin: 0 auto 20px;
  width: 100%;
  height: 54px;
  border-radius: 40px;
}
.deailTab_area .detail_tab_btns::after {
  content: "";
  width: 33.3333%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  background-color: #333;
  transition: all 0.6s ease;
}
.deailTab_area .detail_tab_btns.tab--1::after {
  left: 0;
}
.deailTab_area .detail_tab_btns.tab--2::after {
  left: 50%;
  transform: translateX(-50%);
}
.deailTab_area .detail_tab_btns.tab--3::after {
  left: 100%;
  transform: translateX(-100%);
}
.deailTab_area .detail_tab_btns .tab__item * {
  height: 100%;
}
.deailTab_area .detail_tab_btns .tab__item {
  position: relative;
  z-index: 1;
  width: 33.3333%;
  height: 100%;
}
.deailTab_area .detail_tab_btns .tab__item:hover {
  opacity: 0.7;
}
.deailTab_area .detail_tab_btns .tab__item .tab__link {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  transition: .3s all;
}
.deailTab_area .detail_tab_btns .tab__item .tab__link.show {
  color: #fff;
}
.deailTab_area .detail_tab_btns .tab__item .tab__link.show {
  color: #fff;
}
.deailTab_area .deailTab_group {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 30px;
}
.deailTab_area.detail_accordion .deailTab_group {
  padding: 20px 30px;
}
.deailTab_group .tab-body__item {
  display: none;
  opacity: 0;
}
.deailTab_group .tab-body__item.show {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.deailTab_area .deailTab_group .section_wrap {
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .deailTab_area .detail_tab_btns {
    height: 46px;
    border-radius: 28px;
    margin: 0 auto 28px;
  }
  .deailTab_area .detail_tab_btns::after {
    border-radius: 28px;
  }
  .deailTab_area .detail_tab_btns .tab__item .tab__link {
    font-size: 12px;
  }
  .deailTab_area .deailTab_group {
    padding: 20px 10px;
  }
  .deailTab_area.detail_accordion .deailTab_group {
    padding: 20px 15px;
  }
}


/* ------------------------------

    並べ替えページャー

------------------------------ */
/*並べ替えページャー*/
.fs-c-productList__controller, .fs-c-staffList__controller, .fs-c-coordinationList__controller {
  position: relative;
  margin-top: 0;
}
.fs-c-productList__controller > *, .fs-c-staffList__controller > *, .fs-c-coordinationList__controller > * {
  margin: 0;
}
.fs-c-productList__controller .fs-c-sortItems {
  position: relative;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
  border: 1px solid #B5B5B5;
  font-size: 0.93rem;
  font-weight: 400;
  padding: 10px 13px;
  width: 110px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition-duration: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label:hover {
  opacity: 0.7;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-80%)rotate(45deg);
  height: 6px;
  width: 6px;
  border-bottom: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background-color: #fff;
  border: 1px solid #B5B5B5;
  width: 165px;
  padding: 10px 0;
  display: none;
  opacity: 0;
  z-index: 1;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item a, .fs-c-sortItems__list__item.is-active span {
  display: block;
  padding: 7px 13px;
  line-height: 1.8;
  transition: 0.3s ease;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 400;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item a:hover {
  background-color: #f8f8f8;
}
.fs-c-sortItems__list__item.is-active {
  background-color: #fff;
  color: #1a1a1a;
}
.fs-c-productList__controller .fs-c-listControl__status span {
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}
.fs-c-pagination .fs-c-pagination__item {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.93rem;
  color: #CBCAC2;
  margin-left: 25px;
  transition-duration: .3s;
}
.fs-c-pagination .fs-c-pagination__item:hover {
  opacity: 0.7;
}
.fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--prev, .fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--next {
  width: auto;
  margin-left: 50px;
  padding: 0;
}
.fs-c-pagination .fs-c-pagination__item.is-active {
  color: #1a1a1a;
  background: none;
}
.fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--prev::before, .fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--next::before {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
  font-size: 1.0rem;
  color: #1a1a1a;
  width: auto;
  height: auto;
}
.fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--prev::before {
  content: "PREV";
}
.fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--next::before {
  content: "NEXT";
}
/*↓上下コントローラー調整*/
.fs-c-productList .fs-c-productList__controller:nth-child(1) {
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 17px;
}
.fs-c-productList .fs-c-productList__controller:nth-child(1) .fs-c-pagination {
  display: none !important;
}
.fs-c-productList .fs-c-productList__controller:last-child {
  border-top: 1px solid #B5B5B5;
  padding-top: 30px;
}
.fs-c-productList .fs-c-productList__controller:last-child .fs-c-sortItems {
  display: none !important;
}
.fs-c-productList .fs-c-productList__controller:last-child .fs-c-listControl {
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  /*並べ替えページャー*/
}
@media screen and (max-width: 1024px) {
  /*並べ替えページャー*/
  .fs-c-sortItems {
    border: none !important;
    margin-bottom: 20px;
  }
  .fs-c-sortItems__list {
    border-left: none;
  }
  /*↓上下コントローラー調整*/
  .fs-c-productList .fs-c-productList__controller:nth-child(1) {
    flex-direction: column;
    align-items: flex-start;
  }
  .fs-c-productList .fs-c-productList__controller:nth-child(1) .fs-c-listControl {
    align-items: flex-start;
  }
  .fs-c-productList .fs-c-productList__controller:last-child .fs-c-listControl .fs-c-pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .fs-c-productList {
    padding-bottom: 30px;
  }
  /*並べ替えページャー*/
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
    font-size: 0.79rem;
    width: 100px;
  }
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label::after {
    width: 5px;
    height: 5px;
  }
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
    padding: 7px 0;
  }
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item a {
    font-size: 0.86rem;
  }
  .fs-c-pagination .fs-c-pagination__item {
    font-size: 0.86rem;
    margin-left: 10px;
  }
  .fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--prev, .fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--next {
    margin-left: 15px;
  }
  .fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--prev::before, .fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--next::before {
    font-size: 0.93rem;
  }
  /*↓上下コントローラー調整*/
  .fs-c-productList .fs-c-productList__controller:last-child {
    margin-top: 25px;
  }
}

/* ------------------------------

    左サイド

------------------------------ */
.item_search_tl {
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  letter-spacing: .1em;
  margin-bottom: 40px;
}
.side_menu_search .keyWowd_box {
  border: 1px solid #B5B5B5;
}
.side_menu_search .keyword {
  background: #fff;
  flex: 1;
  padding: 10px 20px;
}
.side_menu_search .key_search {
  background: url(https://kingram.itembox.design/item/assets/image/side/search_icon.svg) center center no-repeat #B5B5B5;
  font-size: 0;
  width: 45px;
}
.side_menu_search .keyWowd_box {
  display: flex;
}
.side_menu_search .flex:not(.color_list):not(.price_list) {
  display: block;
}
.side_menu_search .search_button_wrap button {
  width: 100%;
  height: 50px;
  margin: 20px 0 0;
}
.side_menu_search .search_tag_area {
  display: none;
}
.side_menu_search .search_more_container .search_more_item .search_ttl {
  font-size: 14px;
  line-height: 1.2;
}
.side_menu_search .search_more_container .search_more_box,
.side_menu_search .search_more_container .search_more_item + .search_more_item {
  margin-top: 28px;
}
.side_menu_search .search_more_container .search_more_item .search_more .color_list li {
  margin-right: 8px;
  margin-bottom: 5px;
}

.side_menu .nav_ttl {
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  padding: 15px 0;
  position: relative;
}
.side_menu .nav_ttl::after {
  background: url(https://kingram.itembox.design/item/assets/image/product/accordion_arw.svg) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 12px;
  height: 6px;
}
.side_menu .nav_column li {
  font-weight: 700;
  line-height: 1.5;
}
.side_menu .nav_column li a {
  padding: 10px 0;
}
.side_menu .nav_column li .child {
  padding-left: 15px;
}
.side_menu .nav_column li .child li {
  font-weight: 500;
}
.side_menu .nav_bland_list,
.side_menu .nav_category_list {
  display: none;
  padding: 20px 0;
}

.side_banne .search_button_wrap button {
  width: 100%;
}
.side_banne p {
  margin-top: 15px;
}
.side_banne p a:hover img {
  transform: scale(1) !important;
}

.side_menu_wrap {
  margin: 60px 0;
}

.sp_search_acc {
  background: #333;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  padding: 15px 12px;
  position: relative;
  text-align: center;
}
.sp_search_acc::before,
.sp_search_acc::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transition-duration: .3s;
}
.sp_search_acc::after {
  transform: rotate(90deg);
}
.sp_search_acc.active::after {
  transform: rotate(0deg);
}
@media screen and (min-width: 1025px){
  .sp_search_acc {
    display: none;
  }
  .sp_search_acc_content {
    display: block !important;
  }
}
@media screen and (max-width: 1024px){
  .sp_search_acc_content {
    background: #F8F8F8;
    display: none;
    padding: 20px;
  }
  .item_search_tl,
  .side_menu_wrap,
  .side_banne {
    display: none;
  }
  .side_menu {
    margin-bottom: 30px;
  }
}

/* ------------------------------

    商品グループ表示

------------------------------ */
@media screen and (min-width: 960px){
  .fs-c-productList__list {
    display: grid;
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-gap: 0px;
    margin-bottom: 100px;
  }
}

.group_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  height: 39vw;
  max-height: 750px;
}
.group_image:empty {
  display: none;
}
.group_text {
  max-width: 1380px;
  margin: 0 auto 100px;
  padding: 8px;
}
.group_text,
.group_text p {
  font-size: 16px;
  line-height: 2.2;
}
.fs-c-subgroupList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 13px;
}
.fs-c-subgroup .fs-c-subgroupList__image,
.fs-c-subgroup .fs-c-subgroupList__comment {
  display: none;
}
.fs-c-subgroup {
  width: 100%;
  margin: 0 auto 60px;
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}
.fs-c-subgroupList__link::after {
  content: none;
}
.fs-c-subgroup font {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.fs-c-subgroup .fs-c-subgroupList__link {
  background-color: #F3F3F3;
  border: none;
  border-radius: 4px;
  padding: 15px;
  display: block;
}
.fs-c-subgroup .fs-c-subgroupList__link:hover {
  background-color: #f8f8f8;
}
.fs-c-subgroup .fs-c-subgroupList__link .fs-c-subgroupList__label {
  letter-spacing: 0.02em;
}
.fs-c-productList__list__item {
  border-bottom: none;
}

/* 価格の横にお気に入りボタン */
.cartbutton {
  position: relative;
}
.cartbutton .fs-c-buttonContainer {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  padding: 0;
}
.fs-c-productListCarousel__list .fs-c-buttonContainer .fs-c-button--addToWishList--icon,
.cartbutton .fs-c-buttonContainer .fs-c-button--addToWishList--icon {
  width: 18px;
  height: 14px;
  background: url(https://kingram.itembox.design/item/assets/image/common/icon_favo.svg) center center no-repeat;
  background-size: contain;
}
.fs-c-productListCarousel__list .fs-c-buttonContainer .fs-c-button--addToWishList--icon .fs-c-button__label,
.cartbutton .fs-c-buttonContainer .fs-c-button--addToWishList--icon .fs-c-button__label {
  display: none;
}

.sec_feature.product_feature {
  background: #f0f0f0;
  padding: 100px 15px;
}
.sec_feature.product_feature .wrap {
  width: 100%;
}
.sec_feature.product_feature .cont_ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .sec_feature.product_feature .feature_container li {
    background: none;
    width: calc(25% - 12px);
  }
  .sec_feature.product_feature .feature_container li a {
    display: block;
  }
  .sec_feature.product_feature .feature_container li .thumb {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sec_feature.product_feature .feature_container li .in {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .group_text,
  .group_text p {
    font-size: 14px;
  }
  .group_text {
    margin-bottom: 50px;
  }
  .fs-c-subgroup {
    margin: 0 auto 60px;
  }
  .sec_feature.product_feature {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 640px) {
  .fs-c-subgroup {
    margin: 0 auto 40px;
  }
  .fs-c-subgroupList {
    grid-template-columns: 1fr 1fr;
  }
  .fs-c-subgroup .fs-c-subgroupList__link {
    padding: 16px 3%;
  }
  .fs-c-subgroup .fs-c-subgroupList__link .fs-c-subgroupList__label {
    font-size: 0.86rem;
  }
}

/* パンくず */
.breadcrumbs {
	font-size: 12px;
	padding: 23px 15px 19px;
}
.bread_in {
	max-width: 1400px;
	margin: 0 auto;
}
.bread_in span,
.bread_in a {
	display: inline-block;
}
.bread_in a span {
	color: #B5B5B5;
}
.white .bread_in,
.white .bread_in span,
.white .bread_in a {
	color: #fff;
}
@media screen and (max-width: 1024px){
	.breadcrumbs {
		display: none;
	}
}


/* 言語切り替え */
#lang_nav,
.header__infoArea #lang {
  width: 100%;
  padding: 1.2em 1em 1.2em 2.5em;
  font-size: 14px;
  background: url(../image/common/icon_lang.svg) no-repeat 10px center;
  cursor: pointer;
}
#lang_nav p,
.header__infoArea #lang p {
  letter-spacing: 0;
}
.select_language {
  background: #fefefe;
  border: 1px solid #999;
  box-sizing: border-box;
  display: none;
  padding: .5em 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.select_language a {
  padding: .5em;
}
.select_language a:hover {
  background: #efefef;
}
@media screen and (max-width: 1024px){
  #lang_nav,
  .header__infoArea #lang {
    height: 100%;
    padding: 2px 0;
    background: url(../image/common/icon_lang.svg) no-repeat center center;
    background-size: 100% auto;
    text-indent: -9999em;
  }
  .select_language {
    width: auto;
    transform: translate(-50%,0);
  }
  .select_language a {
    font-size: 12px;
  }
}

/* バリエーションカート */
.fs-c-variationAndActions {
  flex: 1;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 2%;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__image {
  display: none;
}
.fs-c-variationList__item__cart {
  padding: 0;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist {
  display: block;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__variationName {
  font-weight: 700;
  display: none;
}
.fs-c-variationAndActions .fs-c-variationCart--withImage > li:first-child .fs-c-variationCart__variationName {
  margin-top: 0;
}
@media screen and (min-width: 1025px){
  .fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__variationName {
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 20px 5px 5px;
  }
  .fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__cartButton {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}
@media screen and (max-width: 1024px){
  .fs-c-variationAndActions .fs-c-variationCart--withImage > li {
    grid-template-columns: 1fr;
    grid-gap: 16px 0;
  }
  .fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__cartButton {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .fs-c-variationAndActions .fs-c-variationCart--withImage > li .fs-c-variationCart__variationName {
    margin: 15px 5px 0;
  }
}