@media screen and (min-width: 769px){
  .sec_itemdetail ._thumbs{
    flex-wrap: wrap;
  }
  .sec_itemdetail ._thumbs div{
    margin: 0 0 1.2rem 0
  }
}



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

.fs-c-productOption .fs-c-productOption__name {
  margin-block: 24px 13px;
}

.fs-c-productOption .fs-c-productOption__name .fs-c-productOption__label {
  font-size: 14px;
  line-height: 1;
  color: #3c3c3c;
  margin-bottom: 0;
}

.fs-c-productOption__name:not(:last-of-type) {
  display: none;
}

.fs-c-productOption__option {
  margin-bottom: 0;
}

.fs-c-dropdown {
  &::after {
    content: unset;
  }
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  @media screen and (max-width: 500px) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  &.is-inactive {
    display: none;
  }
}

.button-option {
  position: relative;
  width: 120px;
  min-height: 134px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  padding-block: 22px 14px;
  padding-inline: 5px;
  transition: all .3s ease;
  @media screen and (min-width: 771px) {
    &:hover {
      opacity: .7;
    }
  }
  @media screen and (max-width: 500px) {
    width: 100%;
  }

  &::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .button-text {
    text-align: center;
  }

  &.selected {
    border-color: #7F9EAE;
    border-width: 1.6px;
  }

  &.k18, &.platinum {
    display: none; /* k18とプラチナは非表示 */
  }

  &.no-item {
    display: none;
  }
}

.bliss, .star, .energizing, .echo{
  &::after {
    top: 37%;
    width: 58px;
    aspect-ratio: 58/24;
  }
}

.bliss {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/icon_bliss_gray.png') center/contain no-repeat;
  }
}

.star {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/icon_star_gray.png') center/contain no-repeat;
  }
}

.energizing {
  &::after {
    top: 38%;
    background: url('https://www.power-stones.jp/common2025/ui/img/icon_energizing_gray.png') center/contain no-repeat;
  }
}

.echo {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/icon_echo_gray.png?v003') center/contain no-repeat;
  }
}

.grace, .hexagon, .snake{
  &::after {
    top: 31%;
    width: 57px;
    aspect-ratio: 57/34;
  }
}

.grace {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/icon_grace.png?v003') center/contain no-repeat;
  }
}
.hexagon {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/icon_hexagon.png?v003') center/contain no-repeat;
  }
}
.snake {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/icon_snake.png?v003') center/contain no-repeat;
  }
}

/* .grace.k10, .grace.k18, .snake.k10, .snake.k18, .hexagon.k10, .hexagon.k18, .grace.platinum, .snake.platinum, .hexagon.platinum {
  &::after {
    top: 31%;
    width: 57px;
    aspect-ratio: 57/34;
  }
}

.grace.k10, .grace.k18 {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/gold-Grace.png') center/contain no-repeat;
  }
}

.snake.k10, .snake.k18 {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/gold-Snake.png') center/contain no-repeat;
  }
}

.hexagon.k10, .hexagon.k18 {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/gold-Hexagon.png') center/contain no-repeat;
  }
}

.grace.platinum {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/pt-Grace.png') center/contain no-repeat;
  }
}

.snake.platinum {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/pt-Snake.png') center/contain no-repeat;
  }
}

.hexagon.platinum {
  &::after {
    background: url('https://www.power-stones.jp/common2025/ui/img/pt-Hexagon.png') center/contain no-repeat;
  }
} */

.button-text {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #333333;
}

.button-text0 {
  font-family: "Cormorant Garamond", system-ui;
  font-size: 16px;
  font-weight: 500;
  color: #4C4C4C;
  margin-bottom: auto;
}

.button-text1 {
  color: #3C3C3C;
  margin-top: 45px;
}

.grace, .snake, .hexagon {
  .button-text1 {
    margin-top: 55px;
  }
}

.button-text2 {
  margin-top: 6px;
}

/* フィールドスタイル調整 */
#optionWithPrice_3 {
  max-width: 520px;
  width: 100%;
  border-radius: 4px;
  padding: 6px 5px;
}

.fs-body-product {
  .fs-c-productQuantityAndWishlist {
    margin-top: 25px;
  }
}

.fs-c-productOption__newName {
  position: relative;
  display: inline-block;
  margin-block: 34px 9px;

  &::after {
    content: "*";
    display: inline-block;
    font-size: 18px;
    transform: translateY(2px);
    color: #AE3E5E;
  }
}

.fs-c-productOption .fs-c-productOption__newName .fs-c-productOption__label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #3c3c3c;
  margin-bottom: 0;

  &::after {
    content: "（必須）";
    display: inline-block;
    color: #AE3E5E;
  }
}

.data-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  color: #3C3C3C;
}

.total-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.total-label {
  font-size: 0.75em;
}

.total-tax {
  font-size: 0.625em;
}

/* セレクトのスタイル */
.select-wrapper {
  position: relative;
  max-width: 72px;
  width: 100%;
  cursor: pointer;

  &::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    aspect-ratio: 2 / 3;
    background: url('https://www.power-stones.jp/common2025/ui/img/icon_arrow_updown_gray.png') center/contain no-repeat;
    pointer-events: none;
  }
}

.size-select {
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  padding: 5px 10px;
}

/* ラジオボタンスタイル */
.radio-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 42px;
  padding-bottom: 40px;

  &::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #DFDFDF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.radio-label {
  font-size: 15px;
  line-height: 1;
  color: #3C3C3C;
}

.radio-label:has(input[type="radio"]:checked) {
  color: #7F9EAE;
}

input[type="radio"] {
  display: none;
}

.custom-radio {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  user-select: none;
}

.custom-radio::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
}

.custom-radio::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #D0D0D0;
  transition: background-color 0.3s;
}

input[type="radio"]:checked + .custom-radio::before {
  background-color: #7F9EAE;
}

input[type="radio"]:not(:checked) + .custom-radio::after {
  width: 18px;
  height: 18px;
  left: 3px;
}

input[type="radio"]:checked + .custom-radio::after {
  width: 12px;
  height: 12px;
  left: 6px;
}

.fs-c-productPrices.fs-c-productPrices--productDetail {
  margin-bottom: 0px;
}

/* 必須テキスト */
.content-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  line-height: 1.5;
  font-weight: normal;
  color: #1F1F1F;
  padding-bottom: 17px;
  padding-right: 16px;
}

.required-text {
  color: #AE3E5E;
  padding-right: 5px;

  &::before {
    content: "*";
    font-size: 18px;
    line-height: 1.1;
    color: #AE3E5E;
    position: relative;
    top: 3px;
    padding-right: 3px;
  }
}

.fs-c-buttonContainer:has(.fs-c-button--subscribeToArrivalNotice--detail) {
  display: none;
  margin-top: 20px;
}

.fs-body-product .fs-c-productNotice.fs-c-productNotice--outOfStock {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}