/* ============================================================
   style-ochugen.css
   酔心 お中元キャンペーン LP 用 追加スタイル（2026-07-04）
   FutureShop 側アップロード時は既存 style.css に加えて本ファイルを読み込む。
   ============================================================ */

/* ============================================================
   お中元キャンペーン 追加スタイル（2026-07-04）
   Hero 期間バッジ / 特典訴求 / オプション / ギフトサービス / 注意事項
   ============================================================ */

/* Hero 期間バッジ（右上に配置） */
.su-hero__media {
  position: relative;
}
.su-hero__periodBadge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #b6394c;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding: 12px 16px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* 特典訴求ブロック */
.su-benefit {
  margin: 48px 0;
  padding: 40px 24px;
  background: linear-gradient(135deg, #fff7ea 0%, #fdece0 100%);
  border: 1px solid #dcbc90;
  border-radius: 8px;
  text-align: center;
}
.su-benefit__eyebrow {
  font-family: "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.35em;
  color: #b6394c;
  margin-bottom: 12px;
}
.su-benefit__title {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 700;
  color: #3a2f22;
  line-height: 1.55;
  margin-bottom: 16px;
}
.su-benefit__title em {
  font-style: normal;
  color: #b6394c;
  padding: 0 4px;
}
.su-benefit__body {
  font-size: 14px;
  line-height: 1.9;
  color: #3a2f22;
}

/* 購入時オプション */
.su-options__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 0;
  list-style: none;
}
.su-option {
  padding: 24px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
}
.su-option__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f0e4d2;
  color: #a37642;
  font-size: 20px;
  margin-bottom: 12px;
}
.su-option h4 {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 15px;
  font-weight: 700;
  color: #3a2f22;
  margin-bottom: 8px;
}
.su-option p {
  font-size: 12px;
  color: #6c5946;
  line-height: 1.7;
}

/* ギフトサービス */
.su-giftServices__lead {
  font-size: 15px;
  line-height: 1.9;
  color: #3a2f22;
  text-align: center;
}

/* 期間・注意事項 */
.su-notice__list {
  padding: 0;
  list-style: none;
  max-width: 640px;
  margin: 0 auto;
}
.su-notice__list li {
  padding: 12px 0;
  border-bottom: 1px solid #eae1d0;
  font-size: 14px;
  line-height: 1.75;
  color: #3a2f22;
}
.su-notice__list li:last-child {
  border-bottom: none;
}
.su-notice__list li strong {
  color: #b6394c;
  font-weight: 700;
  margin-right: 8px;
}

/* SP レイアウト（900px 以下） */
@media (max-width: 900px) {
  .su-hero__periodBadge {
    top: 8px;
    right: 8px;
    font-size: 11px;
    padding: 8px 12px;
  }
  .su-options__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .su-benefit {
    padding: 32px 16px;
  }
}

/* お中元 CP：お客様の声 1 件のみ表示 → 100% 幅 1 カラムに override（元テンプレは 3 分割 grid） */
.fs-p-productDescription .su-reviews__list {
  grid-template-columns: 1fr;
}
.fs-p-productDescription .su-reviews .su-review {
  max-width: 720px;
  margin: 0 auto;
}
