.fs-l-header{
  padding-top: 0!important;
}

/* パンくずリスト */
.fs-c-breadcrumb{
  font-size: 1.3rem;
  margin: 20px auto;
  max-width: 1200px;
  width: 100%;
}
.fs-c-breadcrumb__list{
  padding: 0;
}

/* マイページレイアウト */
.fs-c-accountService__page--accountDelete{
  height: 2.0em;
}

/* 商品ページレイアウト */
.fs-body-product .fs-l-main{
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 100%;
}
.fs-l-product2 .fs-l-productLayout{
  grid-template-columns: calc(50% - 40px / 2) calc(50% - 40px / 2);
  grid-gap: 40px;
}
.fs-l-product2 .fs-c-productCarouselMainImage .slick-list{
  aspect-ratio: 1 / 1.2;
  height: auto!important;
  width: 100%;
}
.fs-l-product2 .fs-c-productCarouselMainImage .slick-list .slick-track,
.fs-l-product2 .fs-c-productCarouselMainImage .slick-list .slick-track .slick-slide > div{
  height: 100%!important;
}
.fs-l-product2 .fs-c-productCarouselMainImage .slick-list .slick-track .slick-slide{
  aspect-ratio: 1 / 1.2;
}
.fs-l-product2 .fs-c-productCarouselMainImage .slick-list .slick-track .slick-slide .fs-c-productCarouselMainImage__image > img{
  width: 100%;
}
.fs-c-productCarouselMainImage__image__caption,
.fs-c-productCarouselMainImage__expandButton{
  display: none;
}
.fs-c-productMark__mark.item_icon{
  border-radius: 0;
  color: #FFF;
  font-size: 1.4rem;
  margin-right: 5px;
  margin-top: 5px;
  padding: 6px 10px;
  text-align: center;
  min-width: 80px;
}
.fs-c-productMark__mark.new{
  background: #FCBB9E;
}
.fs-c-productMark__mark.movie{
  background: #8FCAE6;
}
.fs-c-productMark__mark.preorder{
  background: #C0ADCB;
}
.fs-c-productMark__mark.sale{
  background: #D80c18;
}
.fs-c-productMark__mark.item_category{
  display: none;
}
.fs-body-product .fs-c-variationCart__variationName{
  position: relative;
}
.fs-body-product .fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock{
  position: absolute;
  right: 10px;
  top: 2px;
}

/* ヘッダー
--------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 155px;
  min-width: 1216px;
  padding: 0;
  background: #fff;
  transform: translateX(-50%);
  z-index: 20;
}
#header .topics{
  background: #8FCAE6;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 100%;
}
#header #logo{
  left: calc(50vw - 608px);
  position: fixed;
  top: 55px;
}
#header #logo a {
  display: block;
  width: 251px;
  height: 50px;
  background: url("https://hopes.itembox.design/item/images/logo.svg") no-repeat;
  background-size: 251px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#header #logo a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#header #logo a span {
  display: none;
}
#header .search_box{
  position: fixed;
  left: 50vw;
  margin-left: -250px;
  top: 65px;
  max-width: 500px;
  width: 42vw;
}
#header .search_box form{
  border: 1px solid #CCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 100%;
}
#header .search_box label{
  width: calc(100% - 40px);
}
#header .search_box input{
  border: 0;
  display: block;
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
  padding: 0;
  width: calc(100% - 10px);
}
#header .search_box button{
  background: none;
  border: 0;
  color: #CCC;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  font-size: 2.0rem;
  padding: 0;
  width: 40px;
}
#header .shop-nav{
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  left: calc(50vw + 330px);
  position: fixed;
  top: 65px;
  z-index: 2;
}
#header .shop-nav li a{
  color: #333;
  display: block;
  font-size: 2.6rem;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
}
#header .shop-nav li.cart a{
  position: relative;
}
#header .shop-nav li.cart a .fs-client-cart-count{
  background: #F14949;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #FFF;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 20px;
}
#header .shop-nav li.cart a .fs-client-cart-count.fs-client-cart-count--0{
  display: none;
}
#search-checkbox {
  display: none;
}
#search-icon {
  cursor: pointer;
  color: #333;
  display: block;
  font-size: 2.6rem;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
}
#search-icon span {
  color:  #333;
  display: block;
  height: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 30px;
}
#search-icon span::after {
  content: "\f002";
  color: #333;
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 2.6rem;
  height: 26px;
  line-height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}
#search-icon span::before {
  content: "\f00d";
  color: #333;
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 3.4rem;
  height: 34px;
  left: 3px;
  position: absolute;
  top: 90px;
  transition: all 0.3s ease-in-out;
  z-index: 50;
  opacity: 0;
  visibility:hidden;
}
#search-checkbox:checked ~ #search-icon span::before {
  opacity: 1.0;
  visibility: visible;
}
.search_inner {
  overflow: auto;
  position: fixed;
  top: 115px;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 800px;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility:hidden;
}
#search-checkbox:checked ~ .search_inner {
  opacity: 1.0;
  visibility: visible;
}
.search_inner form{
  margin: 0 auto;
  max-width: 800px;
  width: 90vw;
}
.search_inner .search_inner_ttl{
  font-size: 2.0rem;
  padding-top: 40px;
  text-align: center;
}
.search_inner .search_inner_sbuttl{
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 5px;
  text-align: left;
}
.search_inner .search_category,
.search_inner .search_size,
.search_inner .search_type,
.search_inner .search_color{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.search_inner .search_category li,
.search_inner .search_size li,
.search_inner .search_type li{
  margin: 10px 20px 0 0;
}
.search_inner .search_color li{
  margin: 10px 20px 0 0;
}
.search_inner .search_category label,
.search_inner .search_size label,
.search_inner .search_type label{
  border: 2px solid #8FCAE6;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #8ECAE5;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  height: 36px;
  line-height: 32px;
  text-align: center;
}
.search_inner .search_category label{
  width: 175px;
}
.search_inner .search_size label{
  width: 110px;
}
.search_inner .search_type label{
  width: 130px;
}
.search_inner .search_color label{
  cursor: pointer;
  display: block;
  font-size: 1.0rem;
  padding-top: 55px;
  position: relative;
  text-align: center;
  width: 50px;
}
.search_inner .search_color label::before{
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.search_inner .search_color .wh label::before{
  background: #FFF;
  border: 1px solid #CCC;
  height: 48px;
  width: 48px;
}
.search_inner .search_color .bk label::before{
  background: #111;
}
.search_inner .search_color .bg label::before{
  background: #D5CAB4;
}
.search_inner .search_color .gl label::before{
  background: #BBB;
}
.search_inner .search_color .pu label::before{
  background: #D1D4E7;
}
.search_inner .search_color .bl label::before{
  background: #89B8D6;
}
.search_inner .search_color .pk label::before{
  background: #F4CDDF;
}
.search_inner .search_color .rd label::before{
  background: #E5485B;
}
.search_inner .search_color .gr label::before{
  background: #9CCE87;
}
.search_inner .search_color .ye label::before{
  background: #F3E78B;
}
.search_inner .search_color input[type="radio"]:checked + label {
  background: none;
  color: #333;
}
.search_inner .search_color input[type="radio"]:checked + label::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 50px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}
.search_inner .search_color .bk input[type="radio"]:checked + label::after {
  color: #FFF;
}
.search_inner input[type="radio"]:checked + label {
  background: #8FCAE6;
  color: #FFF;
}
.search_inner input[type=radio]{
  display: none;
}
.search_inner .search_price{
  margin-top: 10px;
}
.search_inner .search_price .search_price_input{
  border: 1px solid #CCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  width: 150px;
}
.search_inner .search_price .search_price_txt{
  display: inline-block;
  font-weight: bold;
  vertical-align: bottom;
}
.search_inner .search_price .search_price_txt-between{
  margin: 0 15px;
  vertical-align: middle;
}
.search_inner .search_submit{
  display: flex;
  justify-content: center;
  margin: 60px 0 100px 0;
}
.search_inner .search_submit li{
  margin: 0 10px;
  position: relative;
}
.search_inner .search_submit li:hover{
  opacity: 0.8;
}
.search_inner .search_submit .reset input{
  background: #EEE;
  border: none;
  cursor: pointer;
  display: block;
  font-family: "Poppins", "Noto Sans JP", YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 300px;
}
.search_inner .search_submit .submit button{
  background: #111;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-family: "Poppins", "Noto Sans JP", YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 300px;
}
.search_inner .search_submit li::before{
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 15px;
}
.search_inner .search_submit .reset::before{
  content: "\f00d";
  font-size: 1.6rem;
}
.search_inner .search_submit .submit::before{
  content: "\f054";
  color: #FFF;
  font-size: 1.4rem;
}
#drawer-checkbox {
  display: none;
}
#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  left: calc(50vw + 578px);
  position: fixed;
  top: 65px;
  width: 30px;
  z-index: 999;
}
#drawer-icon span {
  background:  #333;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  height: 4px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 13px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #333;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#drawer-icon span::before {
  top: 10px;
}
#drawer-icon span::after {
  bottom: 10px;
}
#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#gnav {
  overflow: auto;
  position: fixed;
  top: 115px;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 180px;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility:hidden;
}
#drawer-checkbox:checked ~ #gnav {
  opacity: 1.0;
  visibility: visible;
}
#gnav .gnav-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1216px;
  width: 100%;
}
#gnav .gnav-list .category{
  max-width: 350px;
  width: 30vw;
}
#gnav .gnav-list .category div{
  background: #8FCAE6;
  color: #FFF;
  font-weight: bold;
  padding: 0 10px;
}
#gnav .gnav-list .category ul{
  display: flex;
  justify-content: space-between;
}
#gnav .gnav-list .category ul li{
  width: 50%;
}
#gnav .gnav-list .category ul li a{
  display: block;
  margin-left: 10px;
  width: 100%;
}
@media screen and (max-width:1216px) {
  #header {
    min-width: 100%;
  }
  #header #logo{
    left: 10px;
  }
  #header .search_box{
    left: 290px;
    margin-left: 0;
    width: calc(100vw - 610px);
  }
  #header .shop-nav{
    left: auto;
    right: 60px;
  }
  #drawer-icon {
    left: auto;
    right: 10px;
  }
}
#header .hd_menu{
  border-top: 1px solid #CCC;
  height: 40px;
  position: fixed;
  top: 115px;
  width: 100%;
}
#header .hd_menu ul{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1216px;
}
#header .hd_menu ul li a{
  display: block;
  height: 40px;
  line-height: 40px;
}
/* 予約商品マーク非表示 */
.fs-c-mark--preorder.fs-c-mark {
    display: none;
}




