/** Shopify CDN: Minification failed

Line 413:0 Expected "}" to go with "{"

**/
/* ============================= */
/* 商品説明エリア幅・文字設定 */
/* ============================= */

.product__description,
.product__extra,
.col2list {
  max-width: 720px;
  margin: 0 auto;
}

.product__info-container .rte {
  font-size: 16px !important;
  line-height: 1.9;
}

/* 商品タイトル（PC版） */
.product__title h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

/* 商品説明内の見出し（PC版） */
.product__description h1,
.product__description h2,
.product__description h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

/* ============================= */
/* 商品追加情報 */
/* ============================= */

.product__extra {
  margin-top: 30px;
}

.product__extra-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product__extra-text {
  font-size: 14px;
  line-height: 1.8;
}

/* ============================= */
/* 2カラムリスト */
/* ============================= */

.col2list {
  padding: 1.25rem 0;
  border-top: 1px #e8e8e8 solid;
}

.col2list:last-child {
  border-bottom: 1px #e8e8e8 solid;
}

.col2list_heading {
  font-size: 16px;
  font-weight: 600;
}

.col2list_text {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 750px) {
  .col2list {
    display: flex;
  }

  .col2list_heading {
    flex: 0 0 25%;
  }

  .col2list_text {
    flex: 1;
  }
}

/* ============================= */
/* 税込表記だけを横にする（安全版） */
/* ============================= */

.price__tax,
.tax-note,
small.tax-note {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

/* 価格と税込を一行に */
.price-with-tax {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.price-with-tax .product__tax-inline {
  white-space: nowrap;
}

/* ============================= */
/* ランキングバッジ */
/* ============================= */

.ranking-badge {
  position: absolute;
  top: -8px;
  left: 8px;
  z-index: 2;
  width: 40px;
  height: 52px;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  background: #C7B994;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  gap: 1px;
  pointer-events: none;
}

.ranking-badge--1 {
  background: #C7B994;
  width: 40px;
  height: 52px;
}

.ranking-badge--2 {
  background: #C7B994;
  width: 40px;
  height: 52px;
}

.ranking-badge--3 {
  background: #C7B994;
}

.ranking-badge__number {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.ranking-badge--1 .ranking-badge__number {
  font-size: 18px;
}

.ranking-badge__text {
  font-size: 9px;
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  .ranking-badge {
    width: 32px;
    height: 42px;
    top: -8px;
    left: 6px;
  }

  .ranking-badge--1 {
    width: 32px;
    height: 42px;
  }

  .ranking-badge--2 {
    width: 32px;
    height: 42px;
  }

  .ranking-badge__number {
    font-size: 13px;
  }

  .ranking-badge--1 .ranking-badge__number {
    font-size: 15px;
  }

  .ranking-badge__text {
    font-size: 8px;
  }
}

/* ============================= */
/* モバイル対応 - 商品詳細ページ */
/* ============================= */

@media screen and (max-width: 749px) {
  /* ----- 横スクロール防止 ----- */
  body,
  .page-width {
    overflow-x: hidden;
  }

  /* ----- iOS Safari: background-attachment: fixed の無効化 ----- */
  .gradient {
    background-attachment: scroll;
  }

  /* ----- 商品画像ギャラリー ----- */
  .product__media-wrapper {
    margin-bottom: 2rem;
    overflow: hidden;
  }

  .product__media-list {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
    width: calc(100% + 3rem) !important;
    max-width: none;
  }

  .product__media-wrapper slider-component {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .product__media-item {
    padding: 0 0.5rem;
  }

  /* サムネイル表示の調整 */
  .thumbnail-slider {
    padding: 0 1rem;
    margin-top: 1rem;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.5rem) !important;
  }

  /* ----- 商品情報エリア ----- */
  .product__info-wrapper {
    padding: 0 !important;
  }

  .product__info-container {
    padding: 0 0.5rem;
  }

  /* ----- 商品タイトル ----- */
  .product__title h1 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

  /* ----- 価格表示 ----- */
  .price--large {
    font-size: 1.8rem !important;
    margin-bottom: 0.5rem;
  }

  .price .price-item {
    margin-right: 0.5rem;
  }

  .product__tax {
    font-size: 1.2rem;
    margin-top: -0.8rem !important;
  }

  /* ----- 購入ボタン ----- */
  .product-form__buttons {
    max-width: 100%;
  }

  .product-form__submit {
    min-height: 5rem;
    font-size: 1.5rem;
    letter-spacing: 0.08rem;
  }

  .shopify-payment-button__button {
    min-height: 5rem !important;
  }

  /* ----- 数量セレクター ----- */
  .product-form__input {
    max-width: 100%;
  }

  .quantity__input {
    min-height: 4.4rem;
    font-size: 1.4rem;
  }

  /* ----- 商品説明 ----- */
  .product__description,
  .product__extra,
  .col2list {
    max-width: 100%;
    padding: 0 1rem;
  }

  .product__info-container .rte {
    font-size: 16px !important;
    line-height: 2;
    letter-spacing: 0.03em;
  }

  .product__description {
    margin: 1.5rem 0 !important;
  }

  /* 商品説明内の段落 */
  .product__description p {
    margin-bottom: 1.2rem;
  }

  /* 商品説明内のリスト */
  .product__description ul,
  .product__description ol {
    padding-left: 1.5rem;
    margin-bottom: 1.2rem;
  }

  .product__description li {
    margin-bottom: 0.5rem;
  }

  /* 商品説明内の見出し */
  .product__description h1,
  .product__description h2,
  .product__description h3 {
    font-size: 1.7rem !important;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }

  .product__description h1:first-child,
  .product__description h2:first-child,
  .product__description h3:first-child {
    margin-top: 0;
  }

  /* ----- 2カラムリスト ----- */
  .col2list {
    padding: 1rem 0.5rem;
  }

  .col2list_heading {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }

  .col2list_text {
    font-size: 13px;
  }

  /* ----- 追加情報エリア ----- */
  .product__extra {
    margin-top: 2rem;
  }

  .product__extra-heading {
    font-size: 16px;
  }

  .product__extra-text {
    font-size: 13px;
  }

  /* ----- バリアント選択 ----- */
  .product-form__input--dropdown,
  .product-form__input--swatch {
    margin-bottom: 1rem;
  }

  /* ----- スライダーボタン ----- */
  .slider-buttons {
    margin-top: 1rem;
    gap: 1rem;
  }

  .slider-button {
    width: 4rem;
    height: 4rem;
  }

