@font-face {
  font-family: Franklin-Gothic-Heavy;
  src: url(https://graperepublic.itembox.design/item/FRAHV.TTF);
}

@font-face {
  font-family: 'Helvetica Rounded';
  src: url('/path/to/helvetica-rounded.woff2') format('woff2'),
       url('/path/to/helvetica-rounded.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css');


.fs-l-header__drawerOpener {
    position: fixed;  /* 位置を固定 */
    top: 0;           /* 上辺から0pxの位置 */
    right: 0;         /* 右辺から0pxの位置 */
    z-index: 1000;    /* 他の要素より上に表示 */
}

.fs-c-salesPeriod__date {
  display: none;
}

.fs-l-header__logo a {
  text-decoration: none;
}

.fs-l-header__logo a:hover {
  text-decoration: none;
}

.fs-l-header__logo a:hover {
  color: inherit;
}

.fs-p-headerNavigation__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fs-p-headerNavigation__listItem {
  text-align: center;
}

.fs-p-headerNavigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.fs-p-headerNavigation__link i {
  margin-right: 5px;
}

.fs-c-price__value,
.fs-c-productPrice__addon__label,
.fs-c-price__currencyMark {
  font-family: 'Helvetica Rounded', sans-serif;
  font-weight: bold;
  color: #A5A5A5;
}

.fs-c-productName__name {
  font-family: 'Helvetica Rounded', sans-serif;
  color: #A5A5A5;
  font-weight: bold;
}

.fs-c-productName__copy {
  font-family: 'Helvetica Rounded', sans-serif;
  color: #A5A5A5;
  font-weight: bold;
}

.addtocart {
  font-family: Franklin-Gothic-Heavy, sans-serif;
  font-size: 15px;
  margin-top: 15px;
  color: #A5A5A5;
  line-height: 1;
  background-color: #ABFFDC;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
}

.fs-c-productListItem {
  position: relative;
  padding-bottom: 80px; /* ボタンの高さに合わせて調整 */
}

.fs-c-productListItem__productName {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.fs-c-productListItem__control {
  position:absolute;
  bottom: 10px;
  margin: auto;
  text-align: center;
}


.addtocartbutton {
  font-family: Franklin-Gothic-Heavy, sans-serif;
  font-size: 15px;
  margin-top: 15px;
  color: #A5A5A5;
  line-height: 1;
  background-color: #ABFFDC;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}

.addtocartbutton:hover {
  background-color: #8fc274;
}

.favorite {
  font-family: Franklin-Gothic-Heavy, sans-serif;
  font-size: 15px;
  color: #FF00FA;
  line-height: 1;
  border: bold;
  border-radius: 5px;
  cursor: pointer;
}

figure.fs-c-productCarouselMainImage__image,
figure.fs-c-productCarouselMainImage__image img {
  object-fit: contain;
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

ul.fs-c-productCarouselMainImage__thumbnailList li.slick-active {
  border: solid 2px yellow;
}

.fs-c-productCarouselMainImage__thumbnailList {
  overflow-x: auto;
}

.fs-pt-carousel--fitImage .fs-pt-carousel__slide img {
  height: auto;
  width: auto;
  padding: 25px;
  text-align: center;
  margin: 0 auto;
}

.carousel img {
  max-height: 500px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  padding: 25px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .fs-c-productCarouselMainImage {
    float: none;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }

  .fs-c-productCarouselMainImage__expandButton {
    display: none;
  }
}