/** Shopify CDN: Minification failed

Line 148:4 Unexpected "{"
Line 149:11 Expected ":"
Line 154:4 Unexpected "{"
Line 155:11 Expected ":"
Line 161:4 Unexpected "{"
Line 162:11 Expected ":"
Line 167:4 Unexpected "{"
Line 168:11 Expected ":"
Line 191:4 Unexpected "{"
Line 192:11 Expected ":"
... and 18 more hidden warnings

**/
@media (max-width: 989px) {
  .c-main-product {
    overflow-x: hidden;
  }

}

@media (min-width: 990px) {
  .c-product {
    justify-content: space-between;
    gap: 80px !important;
  }
}

@media screen and (min-width: 750px) {
  .c-product__column-sticky {
    top: 0rem;
  }
}

@media (min-width: 990px) {
  .c-product__media-wrapper {
    max-width: 50% !important;
  }
}

@media (max-width: 989px) {
  .product__media-list {
    margin-inline: -20px !important;
  }
}

@media (min-width: 990px) {
  .c-product__info-wrapper {
    flex: 1 !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}

.c-product__title {
  margin-top: 1rem;
}

.c-product__title h1 {
  font-size: 22px;
}


@media (min-width: 990px) {
  .c-product__title h1 {
    font-size: 32px;
  }
}



.c-price__container .price-item {
  font-size: 24px !important;
}

/* 商品詳細：セール時の元値・割引後価格 */
.c-price__container .product-price-original {
  font-size: 18px !important;
}

.c-price__container .product-price-sale {
  font-size: 24px !important;
}

.price {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.product__inventory {
  margin-top: 32px;
}

.product-form__input--pill {
  border-bottom: 1px solid #D1C8BE;
  padding-bottom: 24px;
}

.product-form__input--pill input[type="radio"]:checked+label {
  background-color: var(--color-secondary) !important;
  color: #ffffff !important;
}

.product-form__input--pill input[type="radio"]:disabled+label,
.product-form__input--pill input[type="radio"].disabled+label {
  border-color: var(--color-secondary) !important;
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: line-through;
}

.product-form__input--pill input[type='radio']+label {
  border-color: var(--color-secondary) !important;
}


/* .product-form__input--pill input[type='radio'] + label:before{
  display: none;
} */

.form__label {
  font-size: 14px;
  font-weight: 500;
}

/* 数量ラベル非表示（見た目のみ） */
.product-form__quantity .quantity__label>span[aria-hidden="true"] {
  display: none;
}

.c-product-form__input {
  display: inline-flex;
  /* quantity全体を包む */
  align-items: center;
  border: 1px solid #D1C8BE;
  /* ← 枠はここだけ */
  border-radius: 32px;
  /* ← 角丸もここだけ */
  overflow: hidden;
  /* 内側の角を揃える */
  padding: 0;
  /* 余白は持たせない */
  background: #fff;
}


.section- {
    {
    section.id
  }
}

#Quantity-Form- {
    {
    section.id
  }
}

.quantity::before,
.section- {
    {
    section.id
  }
}

#Quantity-Form- {
    {
    section.id
  }
}

.quantity::after {
  content: none !important;
}

/* 数量セレクター全体 */
.product-form__quantity .quantity {
  border-radius: 50vmax;
  /* 好きな値に */
  overflow: hidden;
  /* 角丸を効かせるため */
}

.product-form__buttons {
  border-bottom: 1px solid #D1C8BE;
  padding-bottom: 24px;
}

/* 商品詳細：カートに入れるボタン */
.section- {
    {
    section.id
  }
}

.product-form__submit.button {
  border-radius: 50vmax;
  /* 角丸 */
}

/* 通常時（primary / secondary どっちでも当たる） */
.section- {
    {
    section.id
  }
}

.product-form__submit.button {
  background: var(--color-primary);
  /* 背景色 */
  color: #fff;
  /* 文字色 */
  border: none;
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  display: none;
}

/* 今すぐ購入ボタン */

/* ============================
  商品詳細：購入ボタン共通
============================ */

/* カートに入れる / 今すぐ購入 共通 */
.section- {
    {
    section.id
  }
}

.product-form__submit.button,
.section- {
    {
    section.id
  }
}

.shopify-payment-button__button--unbranded {
  border-radius: 50vmax !important;
  /* 角丸 */
  background: var(--color-primary);
  /* 背景色 */
  color: #fff;
  /* 文字色 */
  border: none;
  font-weight: 600;
}

/* ホバー時（PC） */
@media (hover: hover) {
  .section- {
      {
      section.id
    }
  }

  .product-form__submit.button:hover,
  .section- {
      {
      section.id
    }
  }

  .shopify-payment-button__button--unbranded:hover {
    opacity: 0.8;
    background: var(--color-primary) !important;
  }
}

/* after疑似要素を消す（Shopifyデフォルト対策） */
.section- {
    {
    section.id
  }
}

.button::after,
.section- {
    {
    section.id
  }
}

.shopify-challenge__button::after,
.section- {
    {
    section.id
  }
}

.customer button::after,
.section- {
    {
    section.id
  }
}

.shopify-payment-button__button--unbranded::after {
  display: none;
}

/* アコーディオン */

.c-main-product .product__accordion details>summary {
  list-style: none;
}

.c-main-product .product__accordion details>summary::-webkit-details-marker {
  display: none;
}

.accordion summary {
  /* padding-block: 20px;
    border-top: 1px dashed #978679;
    border-bottom: 1px dashed #978679; */
}

.summary__title {
  padding-left: 10px;
}

.summary__title h2 {
  font-size: 14px !important;
}

/* custom-qa と同仕様：height のみで開閉（JS が is-open / is-collapsing を付与） */
c-main-product-accordion {
  display: block;
}

.c-main-product .product__accordion .accordion__content.js-mp-accordion-wrapper {
  overflow: hidden;
  height: 0;
  margin-bottom: 0;
}

.c-main-product .product__accordion .accordion__content.js-mp-accordion-wrapper.is-open {
  height: auto;
}

.c-main-product .product__accordion .accordion__content.js-mp-accordion-wrapper.is-collapsing {
  height: 0;
  transition: height 0.35s ease;
  will-change: height;
}

@media (prefers-reduced-motion: reduce) {
  .c-main-product .product__accordion .accordion__content.js-mp-accordion-wrapper.is-collapsing {
    transition: none;
  }
}

/* is-open だけだとアニメ中は 0→終了時に跳ねる。閉じる側は is-expanded を閉じ完了まで維持（JS） */
.c-main-product .product__accordion details.is-expanded .accordion__content.js-mp-accordion-wrapper.is-open,
.c-main-product .product__accordion details.is-expanded .accordion__content.js-mp-accordion-wrapper.is-collapsing {
  /* margin-bottom: 1.5rem; */
}

/* plus/minus：custom-qa と同じ（is-expanded で状態管理） */
.accordion__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  color: var(--color-primary);
  transition: transform 0.3s ease;
  will-change: transform;
}

.c-main-product .product__accordion details.is-expanded .accordion__icon {
  transform: rotate(90deg);
}

.c-main-product .product__accordion details.is-expanded .accordion__icon svg line:nth-child(3),
.c-main-product .product__accordion details.is-expanded .accordion__icon svg line:nth-child(4) {
  display: none;
}

.metafield-rich_text_field{
  padding-bottom: 1.5rem;
}

/* 商品画像 */

@media (min-width: 750px) {
  .product__media {
    border-radius: 10px;
    aspect-ratio: 1 / 1;
  }

  /* 親要素のborderも角丸にする */
  .product-media-container {
    border-radius: 10px;
    overflow: hidden;
  }

}


/* サムネイル画像にも角丸を適用 */
.thumbnail.global-media-settings {
  border-radius: 10px;
  overflow: hidden;
}

.thumbnail.global-media-settings img {
  border-radius: 10px;
}

.thumbnail[aria-current] {
  /* box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground)); */
  box-shadow: 0 0 0 3px var(--color-primary) !important;
  border: none !important;
}

.c-slider-button {
  width: fit-content;
  height: fit-content;
}

.c-product-slider-button {
  width: 56px !important;
  height: 56px !important;
}

@media (max-width: 989px) {
  .c-product-slider-button {
    width: 44px !important;
    height: 44px !important;
  }
}

@media (max-width: 749px) {
  .c-product-slider-button {
    display: none;
  }
}

.c-slider-button-next {
  position: absolute;
  right: -36px;
  top: -340px;
  z-index: 10;
  top: clamp(-340px, calc(-250px + (-90 * ((100vw - 750px) / 690))), -250px);
}

.c-slider-button-prev {
  position: absolute;
  left: -36px;
  top: -340px;
  z-index: 10;
  top: clamp(-340px, calc(-250px + (-90 * ((100vw - 750px) / 690))), -250px);
}

@media (max-width: 989px) {

  .c-slider-button-next {
    position: absolute;
    right: -45px;
  }
  
  .c-slider-button-prev {
    position: absolute;
    left: -45px;
  }
}

.c-slider-mobile-gutter {
  position: relative;
}

@media (max-width: 989px) {
  .thumbnail-list__item {
    width: 100px !important;
    height: 100px;
  }
}

@media screen and (max-width: 749px) {

  /* 商品メイン画像：SP時は画面幅いっぱいに表示 */
  .product__media-list {
    width: 100vw !important;
    margin-left: 50% !important;
    transform: translateX(-50%);
  }

  .product__media-list .product__media-item {
    width: 100vw !important;
  }
}

@media (max-width: 989px) {
  .c-slider--mobile {
    margin-top: 0 !important;
    padding-top: 0 !important;
    scroll-padding-left: 0 !important;
  }
}

@media (max-width: 989px) {
  .c-thumbnail-slider {
    padding-left: 20px !important;
  }
}

/* 在庫残りのテキスト */
.c-product__inventory-text-qty {
  font-weight: 700;
  padding-right: 3px;
  font-size: 18px;
}

@media (min-width: 990px) {
  .c-product__inventory-text-qty {
    font-size: 20px;
  }
}

/* 税込テキスト */

.c-product-price {
  display: flex;
  border-bottom: 1px solid #D1C8BE;
  padding-bottom: 24px;
  align-items: center;
}

.product__tax {
  font-size: 18px;
  font-weight: 700;
  color: #453C3B;
  padding-top: 17px;
}


/* TOPへ戻るボタン（商品詳細・カート追従バーと同じタイミングで表示） */

.sticky-top-btn {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 998;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--color-secondary);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sticky-top-btn:hover {
  transform: scale(1.05);
  opacity: 0.95;
}

.sticky-top-btn__icon {
  display: block;
  flex-shrink: 0;
}

@media screen and (max-width: 749px) {
  .sticky-top-btn {
    right: 16px;
    bottom: 100px;
    width: 44px;
    height: 44px;
    font-size: 11px;
  }
}


/* 商品ラベル */
.c-product__media-item {
  position: relative;
}



.c-product-media-container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .c-product-media-container {
    width: 100% !important;
  }
}

@media screen and (max-width: 750px) {
  .c-product-form__input--full {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 750px) {
  .c-product-form__buttons {
    max-width: 100% !important;
  }
}

/* .c-product-media-item-label{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding-inline: 10px;
  padding-block: 6px;
  border-radius: 0 0 8px 0;
  background: #6a6a6a;
}

@media (min-width: 990px) {
  .c-product-media-item-label{
    font-size: 15px;
    padding-inline: 20px;
    padding-block: 10px;
    border-radius: 10px 0 10px 0;
  }
} */

.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding-inline: 10px;
  padding-block: 6px;
  border-radius: 0 0 8px 0;
}

@media (min-width: 990px) {
  .c-card__label {
    font-size: 14px;
    padding-inline: 14px;
    padding-block: 8px;
    border-radius: 0 0 10px 0;
  }
}

@media (min-width: 1600px) {
  .c-card__label {
    font-size: 15px;
    padding-inline: 20px;
    padding-block: 10px;
    border-radius: 0 0 10px 0;
  }
}

/* カート通知ボタン */

.c-notification-btn {
  background: var(--color-primary) !important;
  color: #fff;
}

.c-notification-btn:hover {
  opacity: 0.8;
}


.c-notification-btn-secondary {
  background: var(--color-secondary) !important;
  color: #fff;
}

.c-notification-btn-secondary:hover {
  opacity: 0.8;
}



/* カードタグ */
.c-card__tags {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;

  gap: 4px;
  margin-top: 4px;
}

@media (min-width: 990px) {
  .c-card__tags {
    margin-top: 8px !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.c-card__tag {
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  padding-inline: 8px;
  padding-block: 5px;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  display: inline-block;
  text-align: center;
  width: fit-content;
  border-radius: 50vmax;
}

@media (min-width: 990px) {
  .c-card__tag {
    font-size: 11px;
    padding-inline: 10px;
    padding-block: 4px;
    border-radius: 50vmax;
  }
}

/* c-card__badge */
.c-card__badge {
  display: inline-block !important;
  background: #fff !important;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  font-size: 10px !important;
  font-weight: 400;
  line-height: normal;
  padding-inline: 8px;
  padding-block: 2px;
  border-radius: 50vmax;
  text-align: center;
  width: fit-content;
}

@media (min-width: 990px) {
  .c-card__badge {
    padding-inline: 10px;
  }
}

.c-card__badge .badge {
  background: #fff !important;
  color: var(--color-secondary) !important;
  padding-inline: 0;
  border: none !important;
  font-size: 10px !important;
}

@media (min-width: 990px) {
  .c-card__badge .badge {
    font-size: 11px !important;
  }
}


.c-product-specs-extra {
  margin: 0 !important;
}

.c-product-specs-extra .accordion {
  margin: 0 !important;
  color: inherit !important;
  border-top: none !important;
}

.c-product-specs-extra .accordion p {
  margin: 0 !important;
  color: inherit !important;
  font-size: 14px !important;
}

.product__accordion-text p {
  color: inherit !important;
  font-size: 14px !important;
  margin: 0 !important;
}