@charset "UTF-8";
.fs-l-productLayout {
  gap: 3rem;
}
.fs-l-productLayout__wrapper {
  display: contents;
}
@media screen and (min-width: 768px) {
  .fs-l-productLayout__wrapper {
    display: grid;
    grid-template: "image detail" auto "desc detail" 1fr;
    grid-template-columns: minmax(328px, 480px) minmax(328px, 416px);
    gap: 3rem 6.5573%;
  }
}

.fs-c-productCarouselMainImage {
  position: relative;
  margin: 0 -1.5rem;
}
@media screen and (min-width: 768px) {
  .fs-c-productCarouselMainImage {
    margin: 0 auto;
  }
}
.fs-c-productCarouselMainImage__carousel.fs-c-slick.slick-slider .slick-list {
  height: 100% !important;
  aspect-ratio: 1;
}
.fs-c-productCarouselMainImage__carousel.fs-c-slick.slick-slider .slick-track {
  height: 100%;
}
.fs-c-productCarouselMainImage__carousel.fs-c-slick.slick-slider .slick-slide div {
  display: contents;
}
.fs-c-productCarouselMainImage__carousel.fs-c-slick.slick-slider .slick-slide img {
  object-fit: contain;
}
.fs-c-productCarouselMainImage__image {
  max-width: 480px;
  height: 100%;
}
.fs-c-productCarouselMainImage__image img {
  height: 100%;
}
.fs-c-productCarouselMainImage__image__caption {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  white-space: nowrap;
}
.fs-c-productCarouselMainImage__movie__frame iframe {
  aspect-ratio: 1 !important;
}
.fs-c-productCarouselMainImage__expandButton {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0;
}
.fs-c-productCarouselMainImage__expandButton button {
  color: #fff;
  filter: drop-shadow(0 4px 6px rgba(35, 40, 50, 0.5));
}
.fs-c-productCarouselMainImage__thumbnailList {
  max-height: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem;
    max-height: initial;
    padding: 1rem 0;
    overflow-x: initial;
  }
}
.fs-c-productCarouselMainImage__thumbnail__caption {
  font-size: 0.8rem;
}

.slick-active .fs-c-productCarouselMainImage__thumbnail img {
  border-color: #ee5822;
}

.c-product-info__thumbnail {
  position: relative;
}
.c-product-info__thumbnail__counter {
  position: absolute;
  right: -0.5rem;
  bottom: 1rem;
  display: flex;
  gap: 0.25em;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(45, 60, 90, 0.8);
  border-radius: calc(1em + 0.5rem);
}
.c-product-info__thumbnail__counter::before {
  order: 2;
  content: "/";
}
.c-product-info__thumbnail__counter .max-count {
  order: 3;
}
.c-product-info__thumbnail__counter .current-count {
  order: 1;
}
@media screen and (min-width: 768px) {
  .c-product-info__thumbnail {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .c-product-info__thumbnail__counter {
    display: none;
  }
}
.c-product-info__detail {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  .c-product-info__detail {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 0;
  }
}
.c-product-info__detail__title > *:not(:first-child) {
  margin-top: 1rem;
}
.c-product-info__detail__contents {
  padding: 1rem;
  border-radius: 0.5rem;
}
.c-product-info__detail__contents-heading {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1;
}
.c-product-info__detail__contents-heading::before {
  font-size: 1.8em;
  content: attr(data-en-title);
}
.c-product-info__detail__contents-heading--sub {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
}
.c-product-info__detail__contents-heading--sub::before {
  margin-left: -0.5em;
  content: "- ";
}
.c-product-info__detail__contents p {
  font-size: 0.9rem;
}
.c-product-info__detail__contents a,
.c-product-info__detail__contents a:visited {
  color: #164997;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-product-info__detail__other-variation-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-product-info__detail__other-variation-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-product-info__detail__other-variation-links-list-item a {
  display: block;
  min-width: 4.5rem;
  padding: 0.25rem 1rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #647282;
  border-radius: 0.25rem;
  transition: background-color 0.3s;
}
.c-product-info__detail__other-variation-links-list-item a:hover {
  text-decoration: none;
  background-color: rgba(0, 92, 186, 0.3);
}
.c-product-info__detail__other-variation-links-list-item.current a {
  color: #fff;
  background-color: #164997;
}
.c-product-info__detail__postage {
  padding: 1rem;
  background-color: #e2e8ed;
  border-radius: 8px;
}
.c-product-info__detail__postage .fs-c-productPostage::before, .c-product-info__detail__postage .fs-c-productPostage::after {
  content: "";
}
.c-product-info__detail__postage .fs-c-productPostage__label {
  display: none;
}
.c-product-info__detail__options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-product-info__detail__telephone-order {
  padding: 1rem 0;
  text-align: center;
  border: 1px solid #647282;
}
.c-product-info__detail__high-priority-links-and-text:empty {
  display: none;
}
.c-product-info__detail__delivery-date {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: center;
  background-color: #e2e8ed;
}
.c-product-info__detail__delivery-date-select-box {
  position: relative;
  width: 100%;
}
.c-product-info__detail__delivery-date-select-box select {
  width: 100%;
  padding: 0.25rem;
  vertical-align: middle;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background: #fff;
  border-radius: 0.25rem;
}
.c-product-info__detail__delivery-date-select-box::after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  padding: 0.5rem;
  font-family: fs-icon !important;
  font-size: 1.8rem;
  line-height: 1;
  color: #1a212b;
  pointer-events: none;
  content: "\e90f";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.c-product-info__detail__delivery-date-info .time {
  font-size: 1.8em;
  line-height: 1;
}
.c-product-info__detail__delivery-date-info .order-limit,
.c-product-info__detail__delivery-date-info .delivery-date {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.c-product-info__detail__delivery-date-info .delivery-date {
  margin-top: 0.5rem;
}
#long_lead_time .c-product-info__detail__delivery-date-info {
  width: 100%;
  padding: 1rem;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 0.5rem;
}
#long_lead_time .c-product-info__detail__delivery-date-info ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-left: 1.5rem;
  list-style-type: disc;
}
.c-product-info__detail__support {
  padding: 0;
}
body[class*=fs-body-product-ol-] .c-product-info__detail__support {
  display: none;
}
.c-product-info__detail__support p {
  margin-top: 0.5rem;
}
.c-product-info__detail__support p + p {
  margin-top: 1rem;
}
.c-product-info__description {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-product-info__description {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.c-product-info__description__recommend {
  padding: 1rem;
  text-align: center;
  background-color: rgb(217.4295744681, 225.2027659574, 231.6804255319);
  border-radius: 0.5rem;
}
.c-product-info__description__recommend-heading {
  font-size: 1.25rem;
}
.c-product-info__description__recommend-list {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}
.c-product-info__description__recommend-list figure {
  max-width: 6rem;
  font-size: 0.8rem;
}
.c-product-info__description__recommend-list figure img {
  border-radius: 50%;
}
.c-product-info__description__recommend-list figcaption {
  margin-top: 0.25rem;
  line-height: 1.2;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.c-product-info__description__contents-heading {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1;
}
.c-product-info__description__contents-heading::before {
  font-size: 1.8em;
  content: attr(data-en-title);
}
.c-product-info__description__contents-heading[data-en-title=Movie], .c-product-info__description__contents-heading[data-en-title=FAQ] {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-product-info__description__contents-heading--sub {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: bold;
}
.c-product-info__description__contents p {
  margin-top: 1rem;
  font-size: 0.9rem;
}
body[class*=fs-body-product-ol-] .c-product-info__description__review {
  display: none;
}
.c-product-info__description__review-board {
  padding: 1rem 0;
  margin-bottom: 1rem;
  font-size: 1.1em;
  text-align: center;
  background-color: #e2e8ed;
}
.c-product-info__description__review-board small {
  display: block;
  margin-top: 0.5rem;
}
.c-product-info {
  /* 縦並び画像 */
}
.c-product-info__vertical-image {
  z-index: 1;
  max-width: 720px;
  padding: 3rem 0 0;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
  margin-inline: auto;
  text-align: center;
  border-top: 1px solid #647282;
}
.c-product-info__vertical-image:empty {
  display: none;
}
.c-product-info__vertical-image {
  /* JavaScriptが追加するクラス */
}
.c-product-info__vertical-image.is-collapsed {
  position: relative; /* グラデーションの基準位置のため */
  max-height: 720px; /* 初期表示の高さ。適宜調整してください */
  overflow: hidden;
}
.c-product-info__vertical-image.is-collapsed::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.c-product-info__vertical-image {
  /* 展開ボタンのスタイル */
}
.c-product-info__vertical-image .expand-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  display: block;
  width: 90%;
  max-width: 320px;
  padding: 10px 30px;
  margin-top: 10px;
  font-size: 16px;
  color: white; /* ボタンのテキスト色 */
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #164997; /* ボタンの背景色 */
  border: none;
  border-radius: calc(infinity * 1px);
  transform: translateX(-50%);
  transition: background-color 0.3s;
}
.c-product-info__vertical-image .expand-button:hover {
  background-color: rgb(28.4855491329, 94.5202312139, 195.5144508671);
}
.c-product-info__faq {
  padding: 3rem 0;
  margin: 0 -1.5rem;
  background-color: #e2e8ed;
}
@media screen and (min-width: 768px) {
  .c-product-info__faq {
    margin: 0 calc((100vw - 1024px) / 2 * -1 - 1.5rem);
  }
}
.c-product-info__faq__container {
  max-width: 720px;
  margin: 1.5rem auto 0;
}
.c-product-info__faq__list > dt {
  font-size: 1.25rem;
  color: inherit;
}
.c-product-info__faq__list > dd dt {
  font-size: 1rem;
}
.c-product-info__support {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-product-info__support > * {
  max-width: 720px;
}

.fs-c-photoswipe.pswp {
  z-index: calc(infinity);
}

/* 商品説明（小） */
.fs-p-productDescription--short a {
  color: #164997;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

/* 商品説明（大） */
.fs-p-productDescription--full {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.fs-p-productDescription--full .c-accordion {
  padding-inline: 1rem;
  background-color: #e2e8ed;
  border-radius: 0.5rem;
}
.fs-p-productDescription--full .c-accordion > dt {
  padding-inline: 0;
  font-size: 1rem;
  border-top: none;
}
.fs-p-productDescription--full .c-accordion > dd {
  padding-inline: 0;
  font-size: 0.9rem;
  border-bottom: none;
}
.fs-p-productDescription--full .c-accordion > dt.active {
  background-color: transparent;
}
.fs-p-productDescription--full .c-accordion > dt.active + dd {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.fs-p-productDescription--full .c-accordion a {
  color: #164997;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.fs-p-productDescription--full .c-accordion table {
  width: 100%;
}
.fs-p-productDescription--full .c-accordion table:not(:first-of-type) {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
.fs-p-productDescription--full .c-accordion table thead th {
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  background-color: #164997;
  border-radius: 0.5rem 0.5rem 0 0;
}
.fs-p-productDescription--full .c-accordion table thead th span {
  display: flex;
  gap: 0.5rem;
  place-content: center;
  place-items: center;
  width: 100%;
}
.fs-p-productDescription--full .c-accordion table thead th span::before {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.fs-p-productDescription--full .c-accordion table tbody tr {
  display: flex;
  flex-direction: column;
  place-items: start;
  padding-block: 0.5rem;
}
.fs-p-productDescription--full .c-accordion table tbody tr:first-of-type {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.fs-p-productDescription--full .c-accordion table tbody tr:not(:last-of-type) {
  -webkit-border-after: 1px solid #475569;
          border-block-end: 1px solid #475569;
}
@media screen and (min-width: 768px) {
  .fs-p-productDescription--full .c-accordion table tbody tr {
    flex-direction: row;
    gap: 1rem;
    padding-block: 1rem;
  }
}
.fs-p-productDescription--full .c-accordion table tbody th {
  vertical-align: middle;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .fs-p-productDescription--full .c-accordion table tbody th {
    width: 20%;
    min-width: 23%;
  }
}
.fs-p-productDescription--full .c-accordion table tbody td > ul > li ul {
  margin-block: 0.5rem;
}
.fs-p-productDescription--full .link-banner {
  display: block;
  aspect-ratio: 4/1;
  margin-top: 1rem;
}

.fs-c-productMarks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.fs-c-productMark__mark,
.fs-c-mark {
  padding: 0;
  font-size: 0.9em;
  border-radius: 4px;
}
.fs-c-productMark__mark a,
.fs-c-mark a {
  display: block;
  padding: 6px 8px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.3s;
}
.fs-c-productMark__mark a:hover,
.fs-c-mark a:hover {
  color: #164997;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid currentcolor;
}

.fs-c-mark:not(:has(a)) {
  padding: 6px 8px;
}

.fs-c-productNameHeading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.25rem;
}
.fs-c-productNameHeading__copy {
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .fs-c-productNameHeading {
    font-size: 1.5rem;
  }
}

.fs-c-productPointDisplay__unit {
  font-size: 0.8em;
}

.fs-c-productSelection__name {
  padding: 0;
  font-size: 1rem;
  background: none;
}
.fs-c-productSelection__name::before {
  margin-left: -0.5em;
  content: "- ";
}
.fs-c-productSelection__selection {
  padding: 0;
  margin-top: 0.5rem;
}
.fs-c-productSelection__selection select {
  cursor: pointer;
  border-radius: 4px;
}
.fs-c-productSelection__selection .fs-c-dropdown::after {
  color: #1a212b;
  background: none;
  border-left: none;
}
.fs-c-productSelection ~ .fs-c-productChooseVariation {
  margin-top: 1rem;
}

.fs-c-productChooseVariation__variation::before {
  display: block;
  margin-bottom: 0.5rem;
  margin-left: -0.5em;
  font-size: 1rem;
  font-weight: bold;
  content: "- 選択肢からお選びください";
}

.fs-c-variationPanelList__label {
  display: none;
}
.fs-c-variationPanelList__panel {
  border-radius: 8px;
}
.fs-c-variationPanelList__panel__content {
  gap: 0.5rem;
  align-items: center;
}
.fs-c-variationPanelList__panel__image {
  max-height: 3rem;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.fs-c-variationPanelList__panel__label {
  margin: auto;
}
.fs-c-variationPanelList__panel__stock {
  font-size: 0.8em;
}
.fs-c-variationPanelList__radio + .fs-c-variationPanelList__panel {
  position: relative;
}
.fs-c-variationPanelList__radio + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  padding: 1rem;
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.5rem;
  aspect-ratio: 1;
  content: "";
  background-repeat: no-repeat;
  background-position: top 10% right 10%;
  background-size: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock))::after {
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16" fill="%23164997"><path d="M14.046 3.486a.75.75 0 0 1-.032 1.06l-7.93 7.474a.85.85 0 0 1-1.188-.022l-2.68-2.72a.75.75 0 1 1 1.068-1.053l2.234 2.267l7.468-7.038a.75.75 0 0 1 1.06.032"/></svg>');
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel.fs-c-variationPanelList__panel--outOfStock::after {
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16" fill="%230a1c3a"><path d="m2.397 2.554l.073-.084a.75.75 0 0 1 .976-.073l.084.073L8 6.939l4.47-4.47a.75.75 0 1 1 1.06 1.061L9.061 8l4.47 4.47a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073L8 9.061l-4.47 4.47a.75.75 0 0 1-1.06-1.061L6.939 8l-4.47-4.47a.75.75 0 0 1-.072-.976l.073-.084z"/></svg>');
  background-repeat: no-repeat;
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel.fs-c-variationPanelList__panel--outOfStock .fs-c-variationPanelList__panel__content {
  color: #1a212b;
  background: #efefef;
}

.fs-c-productQuantityAndWishlist > * {
  align-self: center;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button__label {
  display: none;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular {
  padding: 0.5rem;
  background: #fff;
  border: none;
  box-shadow: none;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular::after {
  margin-left: 0;
  font-size: 2rem;
}

.fs-c-quantity::before {
  white-space: pre;
  content: "数量：";
}

.product-mini-info {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 45% 1fr;
  column-gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 1rem;
  line-height: 1;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(100, 114, 130, 0.5);
  transform: translate(0, 110%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .product-mini-info {
    bottom: 2rem;
    left: 50%;
    grid-template-columns: 60% 1fr;
    max-width: 720px;
    padding: 1rem 2rem;
    border-radius: calc(infinity * 1px);
    transform: translate(-50%, calc(100% + 2rem));
  }
}
.fixed .product-mini-info {
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .fixed .product-mini-info {
    transform: translate(-50%, 0);
  }
}
.product-mini-info > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-mini-info__name {
  grid-row: 1/2;
  grid-column: 1/2;
}
.product-mini-info__name br {
  display: none;
}
.product-mini-info__price {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 1.25rem;
}
.product-mini-info__button {
  grid-row: 1/3;
  grid-column: 2/3;
  min-width: initial;
  margin-right: 0;
}
.product-mini-info__button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.product-mini-info__button::after {
  transform: rotate(-90deg);
}

.fs-c-button--addToCart--detail {
  width: 100%;
  font-size: 1.25rem;
}

.fs-c-inquiryAboutProduct {
  justify-content: center;
  padding: 0;
}
.fs-c-inquiryAboutProduct .fs-c-button__label {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
}
.fs-c-inquiryAboutProduct .fs-c-button__label::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg width="25" height="25" viewBox="0 0 25 25" fill="%23005cba" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 0.71582C14.0759 0.71582 15.6363 1.02621 17.0922 1.62927C18.5481 2.23232 19.871 3.11624 20.9853 4.23054C22.0996 5.34484 22.9835 6.66771 23.5866 8.12362C24.1896 9.57953 24.5 11.14 24.5 12.7158C24.5 14.2917 24.1896 15.8521 23.5866 17.308C22.9835 18.7639 22.0996 20.0868 20.9853 21.2011C19.871 22.3154 18.5481 23.1993 17.0922 23.8024C15.6363 24.4054 14.0759 24.7158 12.5 24.7158C9.3174 24.7158 6.26515 23.4515 4.01472 21.2011C1.76428 18.9507 0.5 15.8984 0.5 12.7158C0.5 9.53322 1.76428 6.48098 4.01472 4.23054C6.26515 1.9801 9.3174 0.71582 12.5 0.71582ZM12.5 2.71582C9.84784 2.71582 7.3043 3.76939 5.42893 5.64475C3.55357 7.52012 2.5 10.0637 2.5 12.7158C2.5 15.368 3.55357 17.9115 5.42893 19.7869C7.3043 21.6623 9.84784 22.7158 12.5 22.7158C15.1522 22.7158 17.6957 21.6623 19.5711 19.7869C21.4464 17.9115 22.5 15.368 22.5 12.7158C22.5 10.0637 21.4464 7.52012 19.5711 5.64475C17.6957 3.76939 15.1522 2.71582 12.5 2.71582ZM12.5 17.7158C12.8978 17.7158 13.2794 17.8739 13.5607 18.1552C13.842 18.4365 14 18.818 14 19.2158C14 19.6136 13.842 19.9952 13.5607 20.2765C13.2794 20.5578 12.8978 20.7158 12.5 20.7158C12.1022 20.7158 11.7206 20.5578 11.4393 20.2765C11.158 19.9952 11 19.6136 11 19.2158C11 18.818 11.158 18.4365 11.4393 18.1552C11.7206 17.8739 12.1022 17.7158 12.5 17.7158ZM12.5 5.71582C13.5609 5.71582 14.5783 6.13725 15.3284 6.88739C16.0786 7.63754 16.5 8.65495 16.5 9.71582C16.5 11.1758 16.076 11.9958 14.992 13.1318L14.464 13.6718C13.71 14.4558 13.5 14.8798 13.5 15.7158C13.5 15.981 13.3946 16.2354 13.2071 16.4229C13.0196 16.6105 12.7652 16.7158 12.5 16.7158C12.2348 16.7158 11.9804 16.6105 11.7929 16.4229C11.6054 16.2354 11.5 15.981 11.5 15.7158C11.5 14.2558 11.924 13.4358 13.008 12.2998L13.536 11.7598C14.29 10.9758 14.5 10.5518 14.5 9.71582C14.5 9.18539 14.2893 8.67668 13.9142 8.30161C13.5391 7.92653 13.0304 7.71582 12.5 7.71582C11.9696 7.71582 11.4609 7.92653 11.0858 8.30161C10.7107 8.67668 10.5 9.18539 10.5 9.71582C10.5 9.98104 10.3946 10.2354 10.2071 10.4229C10.0196 10.6105 9.76522 10.7158 9.5 10.7158C9.23478 10.7158 8.98043 10.6105 8.79289 10.4229C8.60536 10.2354 8.5 9.98104 8.5 9.71582C8.5 8.65495 8.92143 7.63754 9.67157 6.88739C10.4217 6.13725 11.4391 5.71582 12.5 5.71582Z"/></svg>');
}
.fs-c-inquiryAboutProduct::after {
  display: none;
}

.fs-c-productPrice {
  justify-content: flex-start;
}

.fs-c-productPrices {
  justify-content: flex-start;
  line-height: 1;
}

.fs-c-aggregateRating {
  margin-top: 1rem;
}
.fs-c-aggregateRating:has(.fs-c-aggregateRating__count[aria-label="レビュー件数 0"]) {
  display: none;
}
.fs-c-aggregateRating__rating {
  font-size: 1.5rem;
}

.fs-c-productSalesPeriod {
  padding: 0;
  border: none;
}
.fs-c-productSalesPeriod__label, .fs-c-productSalesPeriod__date {
  display: block;
  padding: 0.5rem;
  border: 1px solid #0a1c3a;
}
.fs-c-productSalesPeriod__label {
  font-weight: bold;
  color: #fff;
  background-color: #1a212b;
}

.frv-c-reviewSortControls .frv-c-select__select.MuiSelect-select,
.frv-c-reviewSortControls .frv-c-button--particular.-small {
  font-size: 0.9em;
}

/* 2行で省略して表示するためのクラス */
.js-line-clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 展開時（少なく表示）にアイコンを180度回転させるアニメーション */
.frv-c-reviewCard__moreBtn.is-open svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease; /* なめらかに回転 */
}

/* ボタンの基本スタイル調整（必要であれば追加してください） */
.frv-c-reviewCard__moreBtn {
  display: inline-flex; /* アイコンと文字を横並びにする */
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  color: #333; /* 任意の色 */
  cursor: pointer;
  background: none;
  border: none;
}

.iziToast-wrapper {
  z-index: calc(infinity);
}
.iziToast-wrapper-topRight {
  top: 5rem;
}
@media screen and (min-width: 768px) {
  .iziToast-wrapper-topRight {
    top: 10rem;
  }
}/*# sourceMappingURL=product-page.css.map */