@charset "UTF-8";
/* 商品詳細ページ用CSS */
/* =============================================
 ### PAGE STYLE PRODUCT DETAIL 
============================================= */
/* --------------------------------------------
 PRODUCT DETAIL LAYOUT
-------------------------------------------- */
@media screen and (min-width: 992px) {
  .ctm_l-product-container {
    display: flex;
    column-gap: calc(60/1000*100%);
    margin-bottom: 10rem;
    /*    min-width: 1160px;*/ } }
@media screen and (max-width: 991px) {
  .ctm_l-product-container {
    /*    padding-left: 1.5rem;
        padding-right: 1.5rem;*/
    margin-bottom: 5rem; } }

@media screen and (min-width: 992px) {
  .ctm_l-product-image {
    width: calc( 440 / 1000 * 100% );}
}
@media screen and (max-width: 991px) {
  .ctm_l-product-image {
    margin-bottom: 3rem; } }

@media screen and (min-width: 992px) {
  .ctm_l-product-detail {
    width: calc( 500 / 1000 * 100% );
  }
}

.ctm_l-product-meta {
  margin-bottom: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media screen and (max-width: 991px) {
  .ctm_l-product-meta {
  margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
#fs_ProductDetails .ranking.contSection + .fs-c-breadcrumb {
  display: none;
  }}

/* --------------------------------------------
 PRODUCT DETAIL IMAGE
-------------------------------------------- */
@media screen and (max-width: 991px) {
  .fs-c-productCarouselMainImage {
    margin-left: -15px;
    margin-right: -15px;
    width: calc( 100% + 30px ); } }

@media screen and (min-width: 992px) {
  .fs-c-productCarouselMainImage__carousel {
    margin-bottom: 0; } }
@media screen and (max-width: 991px) {
  .fs-c-productCarouselMainImage__carousel {
    margin-bottom: 0; } }

@media screen and (min-width: 992px) {
  .fs-c-productCarouselMainImage__carousel.slick-initialized .slick-slide {
    /*    width: 600px;*/ } }

/*.fs-c-productCarouselMainImage__carousel .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow:active {
    position: absolute;
    top: 50%; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow:before {
    content: '';
    display: inline-block;
    border: solid #221714;
    border-width: 0 0 2px 2px;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 6px; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-prev {
    left: 10px; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-next {
    right: 10px; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-next:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 8px; }*/
.fs-c-slick .slick-prev, .fs-c-slick .slick-next,
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    overflow-x: inherit;
    margin: 3rem 0 0;
    padding: 0;
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
    margin: 1.5rem 0 0;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .fs-c-productCarouselMainImage__thumbnailList > li {
    margin: 0;
    /*flex-basis: 100px;*/
    flex-basis: calc(25% - 15px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 80px;
    flex-shrink: 0;
    margin: 0 10px 0 0; } }

.fs-c-productCarouselMainImage__image > img {
  max-width: 100vw;
  max-height: none;
  /*    max-height: 100vh;*/ }
  @media screen and (min-width: 992px) {
    .fs-c-productCarouselMainImage__image > img {
      border-radius: 10px;
      border: 1px solid #B9B9B9;
      width: 440px; } }
  @media screen and (max-width: 991px) {
    .fs-c-productCarouselMainImage__image > img {
      border-radius: 10px;
      border: 1px solid #B9B9B9;
      margin: 3.6rem 3.6rem 0;
      max-width: calc(100vw - 7.4rem);
      } }
/*  @media screen and (min-width: 992px) and (max-width: 1028px) {
    .fs-c-productCarouselMainImage__image > img {
      width: calc( 440 / 1000 * 100vw ); } }*/

.fs-c-productCarouselMainImage__image__caption {
  display: none; }

.fs-c-productCarouselMainImage__thumbnail__caption {
  display: none; }

.fs-c-productCarouselMainImage__expandButton {
  display: none; }

.fs-c-productCarouselMainImage__thumbnail > img {
  border-radius: 10px;
  border: 1px solid var(--gray, #B9B9B9);
}


/* --------------------------------------------
 PRODUCT DETAIL PRICE
-------------------------------------------- */
.ctm_l-product-detail .fs-c-productPrices--productDetail {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /* LISTED */ }
  @media screen and (max-width: 991px) {
    .ctm_l-product-detail .fs-c-productPrices--productDetail {
      margin-bottom: 1.8rem; } }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice {
    font-size: 2.4rem;
    font-weight: 600; }
    @media screen and (min-width: 992px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice {
        font-size: 2.4rem; } }
    @media screen and (min-width: 992px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) {
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) {
        font-size: 1.6rem; } }
    @media screen and (min-width: 992px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) .fs-c-productPrice__addon__label {
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) .fs-c-productPrice__addon__label {
        font-size: 1.2rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice .fs-c-productPrice__main,
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice .fs-c-productPrice__addon {
      display: inline; }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-price {
    display: inline; }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member {
    color: #C9002E;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__label {
      display: inline-block;
      margin-right: 1em;
      text-align: center;
      margin: 0;
      padding: 6px 1em 3px;
      margin-right: 20px;
      line-height: 1.1; }
      @media screen and (min-width: 992px) {
        .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__label {
          margin-top: -5px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 991px) {
        .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__label {
          font-size: 1.4rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__price {
      padding-right: 8px;
      line-height: 1em; }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice__addon__label {
    font-weight: normal;
    margin-left: 0;
    font-size: 1.4rem; }
    @media screen and (min-width: 992px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice__addon__label {
        margin-left: 0;
        font-size: 1.8rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice__addon__label:before {
      content: '('; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice__addon__label:after {
      content: ')'; }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed {
    margin-right: 2rem;
    font-size: 1.8rem; }
    @media screen and (min-width: 992px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed {
        margin-right: 2rem;
        font-size: 1.8rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-price__value {
      text-decoration: line-through; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed + .fs-c-productPrice--selling {
      color: #C9002E; }
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__label {
        font-size: 1.8rem; }

/* --------------------------------------------
 PRODUCT DATAIL CONTENT
-------------------------------------------- */
.fs-c-productNameHeading {
  font-weight: bold;
}
  @media screen and (min-width: 992px) {
    .fs-c-productNameHeading {
      margin-bottom: 1rem;
      font-size: 3.2rem;
      line-height: 1.5;
    }
}
  @media screen and (max-width: 991px) {
    .fs-c-productNameHeading {
      margin-bottom: 2rem;
      font-size: 2.4rem;
      line-height: 1.5; } }

@media screen and (min-width: 992px) {
  .fs-c-productPointDisplay {
    margin-left: 1rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productPointDisplay {
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .fs-c-productNumber {
    font-size: 1.5rem; } }
@media screen and (max-width: 991px) {
  .fs-c-productNumber {
    font-size: 1.4rem; } }

.fs-p-productDescription--full {
  margin-bottom: 6rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .fs-p-productDescription--full {
    margin-bottom: 3.6rem;
    font-size: 1.2rem;
  }
}
/* --------------------------------------------
 CART LAAYOUT
-------------------------------------------- */
.ctm_l-product-cart {
  gap: 1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
.ctm_l-product-cart {
  flex-direction: column;
}
}

.ctm_l-product-cart .fs-c-productChooseVariation {
  width: 100%;
}
.ctm_l-product-cart .fs-c-productQuantityAndWishlist {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  /* flex: 1; */
}
.ctm_l-product-cart .fs-c-productActionButton.fs-c-buttonContainer {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 991px) {
  .ctm_l-product-cart .fs-c-productQuantityAndWishlist {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .ctm_l-product-cart {
    gap: 1rem 3rem;
  }
  .ctm_l-product-cart .fs-c-productQuantityAndWishlist {
    width: 160px;
  }
  .ctm_l-product-cart .fs-c-productQuantityAndWishlist .fs-c-buttonContainer {
    width: 76px;
  }
  .ctm_l-product-cart .fs-c-productActionButton.fs-c-buttonContainer{
    flex: 1;
  }
  .ctm_l-product-cart .fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--primary{
    width: 100%;
  }
}


.ctm_l-product-cart .fs-c-productQuantityAndWishlist__wishlist {
  
}

/* --------------------------------------------
 Mark
-------------------------------------------- */
.fs-c-productMark {
  align-items: flex-end;
}
.fs-c-productMark__mark.mark_new {
  padding: 0;
  background: transparent url(https://estherbunny.itembox.design/item/img/common/mark_new.svg) center center no-repeat;
  width: 112px;
  height: 40px;
  display: block;
}
.fs-c-productMark__mark.mark_new .fs-c-productMark__label {
  display: none;
}
/* --------------------------------------------
 Variation Panel
-------------------------------------------- */
.fs-c-variationPanelList {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fs-c-variationPanelList__list {
/*  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.6em, 1fr));*/
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-c-variationPanelList__list > li {
  min-width: 65px;
  text-align: center;
  box-sizing: border-box;
}
/*@media screen and (max-width: 768px) {
  .fs-c-variationPanelList__list {
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fill, 9.6em);
    padding-bottom: 8px;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .fs-c-variationPanelList__list__item {
    white-space: normal;
    min-width: 9.6em;
    flex-grow: 1;
  }
}*/
.fs-c-variationPanelList__radio {
  display: none;
}
.fs-c-variationPanelList__item {
  display: flex;
  flex-direction: column;
}
.fs-c-variationPanelList__panel {
  border: 1px solid #B9B9B9;
  border-radius: 8px;
  border-radius: 3px;
  display: grid;
  grid-template-rows: 1fr auto;
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}
.fs-c-variationPanelList__panel--outOfStock {
  border-style: dashed;
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock)) {
  border-color: #FFE8F3;
}
.fs-c-variationPanelList__panel__caption {
  font-size: 1.2rem;
}
.fs-c-variationPanelList__panel__content {
  background: rgba(126, 126, 126, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2px;
/*  min-height: 56px;*/
  padding: 8px 4px;
  width: 100%;
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  color: #432D2B;
  background: #FFE8F3;
}
.fs-c-variationPanelList__panel--outOfStock .fs-c-variationPanelList__panel__content {
  background: transparent;
}
.fs-c-variationPanelList__panel__label {
  font-weight: bold;
}
.fs-c-variationPanelList__panel__price :where(.fs-c-productVariationPrice__price) {
  font-weight: bold;
}
.fs-c-variationPanelList__panel__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  max-height: 64px;
  max-width: 100%;
  padding-bottom: 8px;
  text-align: center;
}
.fs-c-variationPanelList__panel__image img {
  max-height: 100%;
}
.fs-c-variationPanelList__panel__price {
  background-color: transparent;
  padding: 8px;
}
.fs-c-variationPanelList__panel__caption, .fs-c-variationPanelList__panel__stock {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: auto;
}
/* --------------------------------------------
 PRODUCT BUTTUN WISHLIST
-------------------------------------------- */
.fs-c-button--addToWishList--detail {
  background-image: url(../img/common/icon_products_fav.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
  width: 38px;
  height: 38px;
}
@media screen and (min-width: 992px) {
  .fs-c-button--addToWishList--detail {
  width: 76px;
  height: 76px;
  }
}

.fs-c-button--removeFromWishList--detail {
  background-image: url(../img/common/icon_products_fav_on.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
  width: 38px;
  height: 38px;
}
@media screen and (min-width: 992px) {
  .fs-c-button--removeFromWishList--detail {
    width: 76px;
    height: 76px;
  }
}


.fs-c-button--addToCart--detail {
  font-size: 24px;
  height: 76px;
}
@media screen and (max-width: 991px) {
  .fs-c-button--addToCart--detail {
    font-size: 20px;
    width: 100%;
    height: auto;
  }
}

/* FS CAROUSEL */
.fs-c-featuredProduct {
  margin-left: auto;
  margin-right: auto;
/*  max-width: 1160px; */
}
/*  @media screen and (max-width: 991px) {
    .fs-c-featuredProduct {
      margin-bottom: 5rem;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      width: calc(100% + 3rem); } }*/

.fs-c-featuredProduct__title {
  display: none; }
/* --------------------------------------------
fs-c-featuredProduct__title
-------------------------------------------- */
.fs-c-featuredProduct__header {
  margin-top: 2.4rem;
  margin-bottom: 1.8rem;
  border-bottom:none;
}
  @media screen and (min-width: 992px) {
    .fs-c-featuredProduct__header {
    }
  }
  @media screen and (max-width: 991px) {
    .fs-c-featuredProduct__header {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .fs-c-featuredProduct__header:before {
    display: block;
    content: '似ているアイテム';
  }
    @media screen and (min-width: 992px) {
      .fs-c-featuredProduct__header:before {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.6px;
      }
    }
    @media screen and (max-width: 991px) {
      .fs-c-featuredProduct__header:before {
        font-weight: 500;
        font-size: 16px;
      }
    }
  .fs-c-featuredProduct__header:after {
    display: none;
  }
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
    display: none;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
  text-align: center;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__addon {
    display: none;
}
/* --------------------------------------------
 PRODUCT CUSTOM
-------------------------------------------- */
.ctm_product_imageinfolist {
  margin-top: 4rem; }
  .ctm_product_imageinfolist li {
    font-size: 1.3rem;
    line-height: calc( 20 / 13 );
    text-indent: -1.35em;
    padding-left: 1.5em; }
    @media screen and (max-width: 991px) {
      .ctm_product_imageinfolist li {
        font-size: 1.2rem;
        line-height: 1.5; } }
    .ctm_product_imageinfolist li:before {
      content: '※ '; }

.ctm_product_data {
  margin: 3rem 0; }

.ctm_product_sizedata {
  width: 100%;
  table-layout: fixed;
}
  .ctm_product_sizedata th,
.ctm_product_sizedata td {
    padding: 1.6rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
}
  .ctm_product_sizedata th {
    background: #E3E3E3;
  }
  .ctm_product_sizedata td {
    background: #F9F9F9;
  }

  @media screen and (max-width: 991px) {
    .ctm_product_sizedata th,
.ctm_product_sizedata td  {
      padding: 1.2rem;
      font-size: 1.2rem; }
  }
.ctm_product_size-caption {
  margin-top: 1rem;
  padding-right: 1rem;
  text-align: right; }
  @media screen and (min-width: 992px) {
    .ctm_product_size-caption {
      font-size: 1.3rem; } }
  @media screen and (max-width: 991px) {
    .ctm_product_size-caption {
      font-size: 1.1rem; } }

.ctm_product_specdata {
  margin-top: 2rem;
  width: 100%;
}
  .ctm_product_specdata th,
.ctm_product_specdata td {
    padding: .5rem 0;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
  }
  .ctm_product_specdata th {
    padding-left: 1rem;
    width: 10.5rem;
    font-size: 1.6rem;
  }
  .ctm_product_specdata td {
    font-size: 1.6rem;
  }
  @media screen and (max-width: 991px) {
    .ctm_product_specdata th,
.ctm_product_specdata td  {
      font-size: 1.2rem; }
  }


.ctm_product_image-notice {
  margin-top: 2rem;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .ctm_product_image-notice  {
    font-size: 1.2rem; } }

.ctm_product_data-notice {
  padding: 2.4rem 0;
  border-bottom: 1px solid #B9B9B9;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
}
  @media screen and (max-width: 991px) {
    .ctm_product_data-notice  {
      font-size: 1.2rem; } }
.ctm_product_share {
  padding: 2.4rem 0;
  border-bottom: 1px solid #B9B9B9;
}

.ctm_product_share {
  width: 100%;
  display: flex;
  justify-content: space-between;
  }

.ctm_product_share__label {
    font-size: 2rem;
    font-weight: 500;
}
@media screen and (max-width: 991px) {
  .ctm_product_share__label {
      font-size: 1.6rem;
  }
}
.ctm_product_share__block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 45px;
}
@media screen and (max-width: 991px) {
  .ctm_product_share__block {
    gap: 10px 35px;
  }
}
.ctm_product_share__item {
  display: flex;
  align-items: flex-start;
}

.ctm_product_share__item:hover {
  opacity: 0.6;
}
.ctm_product_share__item i {
  display: block;
  width: 26px;
  height: 26px;
}
.ctm_product_share__item .share--x {
  background: url(https://estherbunny.itembox.design/item/img/common/ico_share--x.svg) center center no-repeat;
  background-size: 23px auto;
}
.ctm_product_share__item .share--i {
  background: url(https://estherbunny.itembox.design/item/img/common/ico_share--i.svg) center center no-repeat;
  background-size: 25px auto;
}
.ctm_product_share__item .share--3 {
  background: url(https://estherbunny.itembox.design/item/img/common/ico_share--3.svg) center center no-repeat;
  background-size: 17px auto;
}

/* --------------------------------------------
 ACC CUSTOM
-------------------------------------------- */
.ctm_acc {
margin-top: 8rem;
border-bottom: #B9B9B9 1px solid; }
@media screen and (max-width: 991px) {
  .ctm_acc {
  margin-top: 5rem;
  }
}

.ctm_acc-item .ctm_acc__label {
  position: relative;
  cursor: pointer;
  border-top: #B9B9B9 1px solid;
  padding: 2.4rem 0;
  font-size: 2rem;
  font-weight: 500; }

  .ctm_acc-item .ctm_acc__label:before {
    content: '';
    position: absolute;
    display: block;
    width: 26px;
    height: 1px;
    background: #432D2B;
    transition: all .3s;
    visibility: visible; }
  .ctm_acc-item .ctm_acc__label:after {
    content: '';
    position: absolute;
    display: block;
    width: 26px;
    height: 1px;
    background: #432D2B;
    transform: rotate(90deg);
    transition: all .3s;
    visibility: visible; }
    @media screen and (min-width: 992px) {
      .ctm_acc-item .ctm_acc__label:before {
        top: calc( 50%);
        right: 0;
      }
      .ctm_acc-item .ctm_acc__label:after {
        top: calc( 50%);
        right: 0;
      }
    }
    @media screen and (max-width: 991px) {
      .ctm_acc-item .ctm_acc__label {
        font-size: 1.6rem;
      }
      .ctm_acc-item .ctm_acc__label:before {
        top: calc( 50%);
        right: 0;
      }
      .ctm_acc-item .ctm_acc__label:after {
        top: calc( 50%);
        right: 0;
      }
    }
/*
    @media screen and (max-width: 750px) {
      .ctm_acc-item .ctm_acc__label:after {
        right: 20px;
        width: 12px;
        height: 12px;
        border-width: 1px 1px 0 0;
        top: calc( 50%  - 12px); } }*/

  .ctm_acc-item .ctm_acc__label.openAcc:before {
    display: none;
  }
  .ctm_acc-item .ctm_acc__label.openAcc:after {
    top: calc( 50%);
    transform: rotate(180deg);
  }

.ctm_acc-item .ctm_acc__content {
  display: none;
  padding-bottom: 3rem; }

.ctm_postage {
  margin: 12px 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .ctm_postage {
  }
}
.ctm_postage a {
  text-decoration: underline;
}
.fs-c-productNotice--outOfStock {
margin-left: auto;
margin-right: auto;
margin-bottom: 2rem;
  
    display: block;
    background-color: #b9b9b9;
    border-radius: 100px;
    color: #fff;
    line-height: 1.5;
    padding: 15px 0;
    border: #b9b9b9 2px solid;
    width: 228px;
    height: 76px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}
@media screen and (max-width: 991px) {
    .fs-c-productNotice--outOfStock {
        font-size: 20px;
        width: 100%;
        height: auto;
    }
}