/* ============================================================
   style_v2.css — index_v2.html 専用スタイル
   参考: hrn.or.jp（フェーズ帯・タイポ主体）, asoview感謝祭（数字ヒーロー・セクション構造）
   ============================================================ */

/* ============================================================
   スクロールヒント
   ============================================================ */

/* ============================================================
   coupon.js / coupon2.js が生成する #coupon-btn / #coupon-btn2
   ============================================================ */
#coupon-btn,
#coupon-btn2 {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  display: block;
}
/* 常に .coupon-right の背景色を活かす（透過） */
#coupon-btn,
#coupon-btn2 { background: transparent !important; }

/* SP でも桜アニメーションが動くようにキーフレームをグローバル定義 */
@keyframes sakuraFall {
  0%   { transform: translateY(-20px); opacity: 0; }
  6%   { opacity: var(--o, .5); }
  88%  { opacity: var(--o, .5); }
  100% { transform: translateY(105vh); opacity: 0; }
}
@keyframes sakuraSway {
  0%, 100% { transform: translateX(0); }
  33%  { transform: translateX(35px); }
  66%  { transform: translateX(-18px); }
}
@keyframes sakuraSpin {
  from { transform: rotateZ(0deg) rotateY(0deg); }
  to   { transform: rotateZ(360deg) rotateY(180deg); }
}
.sakura-petal {
  animation: sakuraSway var(--sway, 3s) ease-in-out infinite;
}
.sakura-petal::before {
  content: "";
  display: block;
  width: 100%; height: 100%;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  background: radial-gradient(ellipse at 30% 40%, #FBCDD5 0%, #F5A8B8 60%, #EE90A5 100%);
  animation: sakuraSpin var(--spin, 6s) linear infinite;
}

:root {
  --font-accent: "Montserrat", "Murecho", "Hiragino Kaku Gothic ProN", sans-serif;
  --p1-color: #BA5FBF;
  --p2-color: #00BFB7;
  --p3-color: #F69601;
  /* フェーズ背景色（淡い） */
  --p1-bg: #FFF5F8;
  --p2-bg: #F2FAFA;
  --p3-bg: #FFFAF2;
}

/* ============================================================
   OVERVIEW — KV直下の概要エリア
   ============================================================ */

/* KV */
.hero img {
  display: block;
}
.overview {
  background: linear-gradient(180deg, #FFE4EF 0%, #FFF2F7 100%);
  padding: 20px 0 16px;
  text-align: center;
  position: relative;
}
/* 桜専用コンテナ（SP・PC共通、absoluteなのでstickyに影響しない） */
.ov-sakura-stage {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.sakura-wrap-ov {
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0;
  animation: sakuraFall var(--dur) var(--delay) linear infinite;
}

/* sentinel：付箋の sticky 検知用（非表示） */
.pnav-sentinel { height: 0; }

/* pnav — 初期状態：付箋スタイル（左右にoverview底面色が見える） */
.pnav {
  background: #FFF2F7 !important;
  border-bottom: none !important;
}
.pnav-inner {
  margin: 0 16px;
  border-radius: 12px 12px 0 0;
  background: var(--white);
  overflow: hidden;
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 -4px 12px rgba(0,0,0,.06);
}
/* is-stuck：追従時はフルwidth・現行デザインに戻す */
.pnav.is-stuck {
  background: var(--white) !important;
  border-bottom: 1px solid var(--border-light) !important;
}
.pnav.is-stuck .pnav-inner {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: none;
}
.overview-text {
  position: relative;
  z-index: 2;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #333;
  letter-spacing: .02em;
  margin: 0;
  padding: 0 28px 16px;
  text-align: justify;
  text-align-last: center;
  text-decoration: underline;
  text-decoration-color: rgba(0,0,0,.15);
  text-underline-offset: 8px;
}
.ov-accent {
  font-size: 1.25em;
  font-weight: 900;
  color: #FF5D86;
}

/* ============================================================
   フェーズセクション
   ============================================================ */
.phase {
  position: relative;
  padding: 0 0 26px;
  /* pnav は sticky で約57px。scrollIntoView(block:start) がその分ずれるのを補正 */
  scroll-margin-top: 57px;
}
.phase + .phase {
  border-top: none;
}
/* フェーズごとの淡い背景色 */
[data-p="1"].phase { background: var(--p1-bg); }
[data-p="2"].phase { background: var(--p2-bg); }
[data-p="3"].phase { background: var(--p3-bg); }

/* ============================================================
   フェーズ見出し帯（ph-head-v2）
   — フェーズカラーが全幅帯。hrn.or.jp の "Our Issues" 帯と同構造
   ============================================================ */
.ph1-sakura-stage {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.sakura-wrap-ph {
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0;
  animation: sakuraFall var(--dur) var(--delay) linear infinite;
}
.ph-head-v2 {
  padding: 16px 20px 18px;
  text-align: left;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
[data-p="1"] .ph-head-v2 { background: var(--p1-color); margin-bottom: 40px; }
[data-p="2"] .ph-head-v2 { background: var(--p2-color); }
[data-p="3"] .ph-head-v2 { background: var(--p3-color); }

/* 白いゴースト番号（帯の右端） */
.ph-head-v2::before {
  content: attr(data-ghost);
  position: absolute;
  font-family: var(--font-accent);
  font-size: 170px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.1em;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, .13);
  pointer-events: none;
  user-select: none;
}

/* タグ行 */
.ph-top-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 6px;
  position: relative;
}
.ph-chip {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .95);
  padding: 2px 10px;
  border: 1.5px solid rgba(255, 255, 255, .5);
  border-radius: 99px;
  display: inline-block;
}
.ph-period-v2 {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
/* 開催中バッジ */
.ph-live {
  display: none;
  font-size: 10px;
  font-weight: 900;
  color: #fff;
  background: rgba(0, 0, 0, .22);
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: .06em;
}
.phase.is-live .ph-live { display: inline-block; }

/* 見出し — 白テキスト・左揃え */
.ph-name-v2 {
  font-family: var(--font-main);
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.02em;
  position: relative;
}
@media (min-width: 420px) { .ph-name-v2 { font-size: 30px; } }
/* 旧アンダーライン・左ボーダーをすべて無効化 */
.ph-name-v2::after     { display: none; }
[data-p="1"] .ph-name-v2,
[data-p="2"] .ph-name-v2,
[data-p="3"] .ph-name-v2 { border: none; padding-left: 0; }

/* 見出し内サブコピー */
.ph-tagline {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 6px 0 0;
  line-height: 1.6;
}

/* 説明文 — 帯の下・白背景 */
.ph-desc {
  font-size: 15px;
  color: var(--text);
  font-weight: 500;
  line-height: 1.75;
  margin: 0 0 22px;
  padding: 0 20px;
  text-align: justify;
}
.ph-head-v2 + .ph-desc { margin-top: 22px; margin-bottom: 32px; }

/* ============================================================
   GENRE BLOCK — 楕円バッジ付きクーポン型カード
   ============================================================ */
.genre-block {
  margin-top: 64px;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  padding: 30px 0 0;  /* バッジ分の上余白 */
  margin: 20px 16px 24px;
  box-shadow: none;
  overflow: visible;
  border: 2px solid;
}
[data-p="1"] .genre-block { border-color: var(--p1-color); }
[data-p="2"] .genre-block { border-color: var(--p2-color); }
[data-p="3"] .genre-block { border-color: var(--p3-color); }
.genre-block::before { display: none; }

/* 楕円バッジ — 高さを出してカード枠上に中央配置 */
.genre-block-header {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  padding: 10px 28px;
  white-space: nowrap;
  font-family: var(--font-main);
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  letter-spacing: .06em;
  line-height: 1;
}
[data-p="1"] .genre-block-header { background: var(--p1-color); }
[data-p="2"] .genre-block-header { background: var(--p2-color); }
[data-p="3"] .genre-block-header { background: var(--p3-color); }

.coupon-note {
  text-align: center;
  margin: 8px 0 0;
  padding: 0 16px 12px;
}
.coupon-note a {
  font-size: 11px;
  color: var(--text-muted);
  text-decoration: underline;
}

.genre-block-desc {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-sub);
  line-height: 1.7;
  text-align: center;
  margin: 0;
  padding: 0 16px;
}
.genre-block-note {
  font-size: 10px;
  font-weight: 400;
  color: var(--text-muted);
  vertical-align: middle;
  margin-left: 2px;
}

/* 3列×2行 アイコン円形グリッド */
.genre-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 4px;
  padding: 16px 16px 16px;
  margin-bottom: 0;
}
.genre-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  color: var(--text);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
  overflow: visible;
  transition: transform .15s ease;
}
.genre-item:active { transform: scale(.96); }

/* アイコン: 円形 */
.genre-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFEFF2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.genre-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.genre-label {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  color: var(--text);
  padding: 0;
}

/* ミシン目（水平ティアライン + 左右半円ノッチ） */
.genre-tear {
  position: relative;
  height: 22px;
  /* repeating-linear-gradient で点線 */
  background-image: linear-gradient(90deg, rgba(0,0,0,.18) 55%, transparent 55%);
  background-size: 8px 1.5px;
  background-position: 0 50%;
  background-repeat: repeat-x;
}
/* 半円ノッチ — フェーズ背景色fill + フェーズカラーborder弧 */
.genre-tear::before,
.genre-tear::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid;  /* 色はフェーズごとに指定 */
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  z-index: 1;
}
/*
  clip: 左から10pxで切る = 円の直径(12px)より手前で切断
  → 直径位置で切らないため縦線が出ない
  → 枠線2pxもフェーズ背景色で覆う
*/
.genre-tear::before {
  left: -12px;
  clip-path: inset(0 0 0 10px);
}
.genre-tear::after {
  right: -12px;
  clip-path: inset(0 10px 0 0);
}
/* fill=フェーズ背景色(枠線を隠す) / border=フェーズカラー(内側に弧を見せる) */
[data-p="1"] .genre-tear::before, [data-p="1"] .genre-tear::after {
  background: var(--p1-bg);
  border-color: var(--p1-color);
}
[data-p="2"] .genre-tear::before, [data-p="2"] .genre-tear::after {
  background: var(--p2-bg);
  border-color: var(--p2-color);
}
[data-p="3"] .genre-tear::before, [data-p="3"] .genre-tear::after {
  background: var(--p3-bg);
  border-color: var(--p3-color);
}

/* CTA エリア */
.genre-block .coupon-row {
  padding: 12px 16px 0;
}
.genre-block .coupon-card.c3 {
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  --bg: transparent;
}
.genre-block .coupon-card.c3 .coupon-accent,
.genre-block .coupon-card.c3 .coupon-left,
.genre-block .coupon-card.c3 .coupon-perf { display: none; }

/* CTA ボタン（ベタ塗り・楕円・シャイン） */
.genre-block .coupon-card.c3 .coupon-right {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  background: var(--p1-color);
  border-radius: 50px;
  padding: 13px 24px;
  box-shadow: 0 4px 14px rgba(186,95,191,.3);
}
/* シャイン（::before に移動） */
.genre-block .coupon-card.c3 .coupon-right {
  overflow: hidden;
}
.genre-block .coupon-card.c3 .coupon-right::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.38) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: btnShineV2 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.genre-block .coupon-card.c3 .coupon-btn {
  position: relative;
  z-index: 1;
  background: transparent !important;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
  display: inline-block;
  width: auto;
  overflow: visible;
}
/* グローバルの coupon-btn::after shine を無効化 */
.genre-block .coupon-card.c3 .coupon-btn::after { display: none; }

.genre-block .coupon-card.c3:not(.is-owned):not(.is-loading):not(.is-claiming) .coupon-btn {
  font-size: 0;
}
.genre-block .coupon-card.c3:not(.is-owned):not(.is-loading):not(.is-claiming) .coupon-btn::before {
  content: '3%OFFクーポンを獲得！';
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
  color: #fff;
}

/* ============================================================
   FEATURED BLOCK — 14%OFF 帯型（ボックスなし）
   ============================================================ */
.featured-block {
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}

/* ヘッダー：ジャンプ率重視・帯なし */
.featured-block-hd {
  text-align: center;
  padding: 0px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.featured-eyebrow-svg {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto -8px;
}
.eyebrow-arc-text {
  font-family: "Murecho", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 28px;
  font-weight: 900;
  fill: #FF5D86;
  letter-spacing: 2;
}

/* 14%OFF — 二重レイヤー立体表現（500万DLキャンペーン参考） */
.featured-rate-display {
  text-align: center;
  line-height: 1;
  margin: 4px 0 2px;
}
.featured-numwrap {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
}
/* 背面レイヤー：太ストローク＋ドロップシャドウで奥行き */
.featured-num-bg {
  position: absolute;
  top: 0; left: 0;
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  -webkit-text-stroke: 6px #FF5D86;
  text-shadow: 4px 4px 0 rgba(255, 93, 134, .5);
  color: transparent;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
/* 前面レイヤー：ブライトゴールド */
.featured-num-fg {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  white-space: nowrap;
}
.featured-num-fg .featured-rate-num,
.featured-num-fg .featured-rate-unit { color: #FFD942; }

.featured-rate-num {
  font-family: var(--font-accent);
  font-size: 88px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: .88;
}
.featured-rate-unit {
  font-family: var(--font-accent);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 6px;
  letter-spacing: .22em;
}
.featured-tagline {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 900;
  color: #FF5D86;
  letter-spacing: .12em;
  margin: 0;
}
.featured-price-note {
  font-size: 11px;
  color: var(--text-muted);
  margin: 4px 0 0;
}

/* カード・ローディング */
.featured-block .card-scroll { padding: 16px 16px 8px; }
.featured-block .cards-loading { color: var(--text-muted); padding: 16px; }

/* 2列グリッド（10施設対応） */
.card-scroll.is-grid {
  overflow: visible;
  padding: 16px 16px 8px;
}
.card-scroll.is-grid .card-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  transform: none !important;
  transition: none !important;
}
.card-scroll.is-grid .fc {
  width: 100% !important;
  margin-right: 0 !important;
  transform: none !important;
  opacity: 1 !important;
}

/* CTA ボタン（gold）— 見出し直下 */
.featured-coupon-row { padding: 2px 16px 0; margin-top: -10px; }
.featured-block .coupon-card.c14 {
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  --bg: transparent;
}
.featured-block .coupon-card.c14 .coupon-accent,
.featured-block .coupon-card.c14 .coupon-left,
.featured-block .coupon-card.c14 .coupon-perf { display: none; }
.featured-block .coupon-card.c14 .coupon-right {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  background: #FF5D86;
  border-radius: 50px;
  padding: 13px 24px;
  box-shadow: 0 4px 14px rgba(214, 40, 40, .3);
}
.featured-block .coupon-card.c14 .coupon-right {
  overflow: hidden;
}
.featured-block .coupon-card.c14 .coupon-right::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.38) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: btnShineV2 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.featured-block .coupon-card.c14 .coupon-btn {
  position: relative;
  z-index: 1;
  background: transparent !important;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
  display: inline-block;
  width: auto;
  overflow: visible;
}
.featured-block .coupon-card.c14 .coupon-btn::after { display: none; }
.featured-block .coupon-card.c14:not(.is-owned):not(.is-loading):not(.is-claiming) .coupon-btn {
  font-size: 0;
}
.featured-block .coupon-card.c14:not(.is-owned):not(.is-loading):not(.is-claiming) .coupon-btn::before {
  content: '14%OFFクーポンを獲得！';
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
  color: #fff;
}

/* ============================================================
   PLAN CARDS (.fc) — ミニマル
   ============================================================ */
.fc {
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 2px 12px rgba(0, 0, 0, .08),
    0 0 0 1px rgba(0, 0, 0, .05);
  transition:
    transform .4s cubic-bezier(.25,.46,.45,.94),
    opacity .4s ease,
    box-shadow .4s ease;
}
.fc.is-carousel-active {
  box-shadow:
    0 8px 28px rgba(0, 0, 0, .14),
    0 0 0 1px rgba(0, 0, 0, .06);
}
.card-scroll.is-grid .fc {
  box-shadow:
    0 2px 12px rgba(0, 0, 0, .09),
    0 0 0 1px rgba(0, 0, 0, .05) !important;
}

.fc-img { position: relative; height: 156px; overflow: hidden; }
.card-scroll.is-grid .fc-img { height: 130px; }
.fc-img img { width: 100%; height: 100%; object-fit: cover; }

/* タグバッジ（はみ出し）— JSが生成する際に使用 */
.fc-tag {
  position: absolute;
  top: -6px; left: 10px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px; font-weight: 900;
  z-index: 2;
  box-shadow: 0 3px 8px rgba(0,0,0,.18);
}
.fc-tag.t14 { background: var(--gold); color: var(--white); }
.fc-tag.t3  {
  background: rgba(255,255,255,.95);
  color: var(--red);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.fc-body { padding: 10px 10px 12px; }
/* 都道府県・エリア */
.fc-location {
  font-size: 10px; font-weight: 600; color: var(--text-muted);
  margin-bottom: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
/* ジャンル */
.fc-genre {
  display: inline-block;
  font-size: 10px; font-weight: 700; color: var(--text-sub);
  background: rgba(0,0,0,.06); border-radius: 3px;
  padding: 1px 5px; margin-bottom: 3px;
}
/* 施設名 */
.fc-facility {
  font-size: 11px; font-weight: 700; color: var(--text-sub); line-height: 1.35; margin-bottom: 2px;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
}
/* プラン名 */
.fc-name {
  font-size: 11px; font-weight: 700; color: var(--text); line-height: 1.4; margin-bottom: 4px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.fc-pt {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
  font-size: 13px;
  font-weight: 900;
}
.fc-pt.p14 { color: var(--gold); }
.fc-pt.p3  { color: var(--red); }
.fc-pt del { font-weight: 500; color: var(--text-muted); font-size: 11px; }
.fc-price-new { font-size: 18px; font-weight: 900; color: var(--red); }

/* ============================================================
   COUPON CARDS — チケット物質感 + Montserrat ジャンプ率
   ============================================================ */
.coupon-card {
  --notch: 12px;
  --bg: #fff;
  position: relative;
  display: flex;
  border-radius: 12px;
  overflow: visible;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

/* 3%クーポン */
.coupon-card.c3 {
  box-shadow:
    0 4px 16px rgba(0, 0, 0, .09),
    0 0 0 1px rgba(0, 0, 0, .06);
}
.coupon-card.c3:active {
  transform: scale(.98);
  box-shadow: 0 2px 6px rgba(0,0,0,.07), 0 0 0 1px rgba(0,0,0,.05);
}

/* 14%クーポン — ゴールドリングで格差を演出 */
.coupon-card.c14 {
  box-shadow:
    0 6px 22px rgba(159, 133, 48, .22),
    0 0 0 1px rgba(159, 133, 48, .18);
}
.coupon-card.c14:active {
  transform: scale(.98);
  box-shadow: 0 2px 8px rgba(159,133,48,.14), 0 0 0 1px rgba(159,133,48,.12);
}

/* 左端アクセントバー */
.coupon-accent {
  width: 6px; flex-shrink: 0;
  border-radius: 12px 0 0 12px;
}
.coupon-card.c3  .coupon-accent { background: var(--p1-color); }
.coupon-card.c14 .coupon-accent { background: linear-gradient(180deg, #D4AF37 0%, #9F8530 100%); }

/* 割引情報エリア */
.coupon-left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 10px 16px 14px;
  position: relative;
  overflow: hidden;
}
.coupon-card.c3  .coupon-left { background: #fff; }
.coupon-card.c14 .coupon-left {
  background: linear-gradient(112deg, #FFFDF0 0%, #FFF6CC 60%, #FFFDF0 100%);
}
/* 14% — ダイヤ柄パターン（格の差） */
.coupon-card.c14 .coupon-left::before {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(212, 175, 55, .06) 0px,
    rgba(212, 175, 55, .06) 1px,
    transparent 1px,
    transparent 10px
  );
  pointer-events: none;
}

/* Montserrat ジャンプ率 — 数字が主役 */
.coupon-rate {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  white-space: nowrap;
  width: 96px;
  flex-shrink: 0;
  justify-content: flex-end;
  gap: 1px;
}
.cr-n {
  font-family: var(--font-accent);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .85;
}
.cr-s {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: var(--font-accent);
  font-weight: 900;
  padding-bottom: 2px;
}
.cr-pct { line-height: 1.1; }
.cr-off { line-height: 1.1; }

.coupon-card.c3  .cr-n { font-size: 60px; color: var(--red); }
.coupon-card.c3  .cr-s { font-size: 20px; color: var(--red); }
.coupon-card.c14 .cr-n { font-size: 60px; color: var(--gold); }
.coupon-card.c14 .cr-s { font-size: 20px; color: var(--gold); }

.coupon-detail { display: flex; flex-direction: column; gap: 3px; }
.coupon-type   { font-size: 13px; font-weight: 900; line-height: 1.3; }
.coupon-card.c3  .coupon-type { color: var(--red); }
.coupon-card.c14 .coupon-type { color: var(--gold); }
.coupon-label  { font-size: 11px; font-weight: 600; color: var(--text-muted); line-height: 1.3; }

/* パンチホール（本物のチケット感） */
.coupon-card::before,
.coupon-card::after {
  content: '';
  position: absolute;
  right: 108px;
  width: calc(var(--notch) * 2);
  height: var(--notch);
  z-index: 3;
}
.coupon-card::before {
  top: calc(var(--notch) * -.5);
  border-radius: 0 0 var(--notch) var(--notch);
  background: var(--bg);
}
.coupon-card::after {
  bottom: calc(var(--notch) * -.5);
  border-radius: var(--notch) var(--notch) 0 0;
  background: var(--bg);
}

/* ミシン目 */
.coupon-perf {
  width: 0;
  border-left: 2px dashed rgba(0, 0, 0, .12);
  margin: 8px 0;
  flex-shrink: 0;
}
.coupon-card.c14 .coupon-perf { border-left-color: rgba(159, 133, 48, .25); }

/* 右エリア */
.coupon-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  flex-shrink: 0;
  border-radius: 0 12px 12px 0;
}
.coupon-card.c3  .coupon-right { background: #fff; }
.coupon-card.c14 .coupon-right {
  background: linear-gradient(155deg, #FFFDF0 0%, #FFF6CC 100%);
}

/* 獲得ボタン */
.coupon-btn {
  font-size: 13px; font-weight: 900;
  padding: 10px 12px; border-radius: 99px;
  color: var(--white);
  position: relative; overflow: hidden;
}
.coupon-card.c3  .coupon-btn { background: var(--red); }
.coupon-card.c14 .coupon-btn { background: var(--gold); }

/* Shine アニメーション */
.coupon-btn::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 50%; height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.48) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: translateX(-100%);
  animation: btnShineV2 2.6s ease-in-out infinite;
}
@keyframes btnShineV2 {
  0%,  35% { transform: translateX(-100%); }
  60%      { transform: translateX(220%); }
  100%     { transform: translateX(220%); }
}

/* クーポン状態 */
.coupon-card.is-loading .coupon-btn { background: #ccc !important; color: rgba(255,255,255,.7); pointer-events: none; }
.coupon-card.is-owned   { cursor: default; opacity: .72; }
.coupon-card.is-owned:active { transform: none; }
.coupon-card.is-owned   .coupon-btn { background: #999 !important; cursor: not-allowed; pointer-events: none; }
.coupon-card.is-claiming .coupon-btn { background: #bbb !important; pointer-events: none; cursor: wait; }

/* ============================================================
   POINT PANEL — フラット + Montserrat 大数字
   ============================================================ */
.pt-panel {
  border-radius: 12px;
  overflow: hidden;
  margin: 0 20px 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.08), 0 0 0 1px rgba(0,0,0,.05);
}
.pt-panel-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px;
}
.pt-panel-row + .pt-panel-row { border-top: 1px solid var(--border-light); }
.pt-panel-row.pp-gold { background: rgba(255, 248, 210, .65); }
.pt-panel-scope { font-size: 13px; font-weight: 700; color: var(--text-sub); }
.pt-panel-rate {
  font-family: var(--font-main);
  font-size: 13px; font-weight: 700; color: var(--text-sub);
  white-space: nowrap;
  display: flex; align-items: baseline; gap: 2px;
}
.pt-panel-rate strong {
  font-family: var(--font-accent);
  font-size: 56px; font-weight: 900;
  letter-spacing: -.05em; color: var(--red); line-height: .85;
}
.pt-panel-rate small {
  font-family: var(--font-accent);
  font-size: 24px; font-weight: 900; color: var(--red);
}
.pt-panel-rate.pp-14 strong { color: var(--gold); }
.pt-panel-rate.pp-14 small  { color: var(--gold); }

.plans-head { display: flex; flex-direction: column; gap: 6px; margin-bottom: 0; }
.plans-title {
  font-family: var(--font-main);
  font-size: 13px; font-weight: 900; color: var(--text-sub);
  padding: 4px 20px 0; letter-spacing: .04em;
}

/* ============================================================
   CTA ボタン — 全幅・ソリッドカラー
   ============================================================ */
.ph-cta { margin-top: 24px; text-align: center; padding: 0 20px; }
.btn-cta {
  display: inline-block;
  max-width: 100%; width: 100%;
  padding: 14px 24px;
  font-size: 15px; font-weight: 700;
  color: var(--white);
  border-radius: 9999px;
  text-align: center; letter-spacing: .04em;
  transition: transform .2s ease, opacity .2s ease;
}
[data-p="1"] .btn-cta { background: var(--p1-color); box-shadow: 0 4px 14px rgba(186,95,191,.30); }
[data-p="2"] .btn-cta { background: var(--p2-color); box-shadow: 0 4px 14px rgba(0,191,183,.30); }
[data-p="3"] .btn-cta { background: var(--p3-color); box-shadow: 0 4px 14px rgba(246,150,1,.30); }
.btn-cta:active { transform: scale(.97); }
.phase.is-past .btn-cta { background: #bbb !important; box-shadow: none !important; pointer-events: none; }
@media (hover: hover) {
  .btn-cta:hover { opacity: .85; transform: translateY(-2px); }
}

/* ============================================================
   COMING SOON BLOCK
   ============================================================ */
.cs-block {
  text-align: center;
  padding: 32px 20px 24px;
}
.cs-block--slim {
  padding: 8px 20px 16px;
}
.cs-block--slim .cs-date {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-sub);
  background: rgba(0,0,0,.05);
  border-radius: 50px;
  padding: 4px 14px;
  margin: 0;
}
/*
  アウトライン風テキスト — text-shadow で擬似アウトライン
  ストロークを使わないため M/N/G の対角線交差に三角が出ない。
  文字色 = セクション背景色（透けているように見せる）
  影 = フェーズカラー × 8方向 で縁取り
*/
.cs-label {
  font-family: var(--font-accent);
  font-size: 52px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.1;
  margin: 0 0 10px;
}
[data-p="2"] .cs-label {
  color: var(--p2-bg);
  text-shadow:
     2px  0   0 var(--p2-color), -2px  0   0 var(--p2-color),
     0    2px 0 var(--p2-color),  0   -2px 0 var(--p2-color),
     1px  1px 0 var(--p2-color), -1px -1px 0 var(--p2-color),
     1px -1px 0 var(--p2-color), -1px  1px 0 var(--p2-color),
     2px  1px 0 var(--p2-color), -2px  1px 0 var(--p2-color),
     2px -1px 0 var(--p2-color), -2px -1px 0 var(--p2-color),
     1px  2px 0 var(--p2-color), -1px  2px 0 var(--p2-color),
     1px -2px 0 var(--p2-color), -1px -2px 0 var(--p2-color);
}
[data-p="3"] .cs-label {
  color: var(--p3-bg);
  text-shadow:
     2px  0   0 var(--p3-color), -2px  0   0 var(--p3-color),
     0    2px 0 var(--p3-color),  0   -2px 0 var(--p3-color),
     1px  1px 0 var(--p3-color), -1px -1px 0 var(--p3-color),
     1px -1px 0 var(--p3-color), -1px  1px 0 var(--p3-color),
     2px  1px 0 var(--p3-color), -2px  1px 0 var(--p3-color),
     2px -1px 0 var(--p3-color), -2px -1px 0 var(--p3-color),
     1px  2px 0 var(--p3-color), -1px  2px 0 var(--p3-color),
     1px -2px 0 var(--p3-color), -1px -2px 0 var(--p3-color);
}
.cs-date {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: .04em;
}

/* pt-panel を plans-head なしで直置きする場合の余白 */
.phase > .pt-panel {
  margin-bottom: 32px;
}

/* ============================================================
   DETAILS — テキストリンク
   ============================================================ */
.det-body .dd-val a { color: #0070CC; text-decoration: underline; }

/* ============================================================
   PHASE STATE — COMING SOON / LIVE 切り替え
   （サマーフェス用に追加。cs-block と phase-live-body を is-live/is-past で出し分け）
   ============================================================ */
.phase .phase-live-body { display: none; }
.phase.is-live .phase-live-body,
.phase.is-past .phase-live-body { display: block; }
.phase.is-live .cs-block,
.phase.is-past .cs-block { display: none; }

/* ============================================================
   HEADER / DRAWER MENU
   （okinawa_hayawariから移植。色は springsale/summerfes 用にハードコード）
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 8px rgba(0,0,0,0.08);
}
.site-header-inner {
  position: relative;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  max-width: 480px;
  margin: 0 auto;
}
.site-header-inner a { display: flex; align-items: center; }
.site-logo {
  display: block;
  height: 26px;
  width: auto;
  object-fit: contain;
}
.menu-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #242424;
}
.menu-btn:hover { background: rgba(0,0,0,0.04); }
.site-header-inner .menu-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-drawer {
  position: fixed;
  top: 0;
  right: max(0px, calc(50vw - 240px));
  width: calc(min(100vw, 480px) * 0.8);
  max-width: 300px;
  height: 100%;
  background: #fff;
  z-index: 200;
  transform: translateX(calc(100% + 50vw));
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 20px rgba(0,0,0,0.12);
}
.menu-drawer.open { transform: translateX(0); }
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.menu-overlay.open { opacity: 1; pointer-events: auto; }
.menu-drawer-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 32px;
}
.menu-drawer-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #E5E0D8;
}
.menu-nav { flex: 1; }
.menu-nav-item {
  display: flex;
  flex-direction: column;
  padding: 14px 24px;
  border-bottom: 1px solid #E5E0D8;
  text-decoration: none;
  color: #242424;
}
.menu-nav-item:hover { background: #FAFBFC; }
.menu-nav-en {
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #0096DF;
}
.menu-nav-ja {
  font-size: 0.9rem;
  font-weight: 700;
  color: #242424;
}

/* pnav：追従なし（stickyを解除して通常フローに戻す） */
.pnav { position: static !important; top: auto !important; }

/* ============================================================
   BACKGROUND COLOR — 外周は水色(KV連動)、各セクションは白
   springsale由来のピンク系 (#FFF0F2, #FFF2F7, #FFEFF2) を上書き。
   ============================================================ */
body {
  background: #E4F5FC !important;
  background-attachment: fixed;
}
.overview,
.pnav,
.pnav.is-stuck {
  background: #ffffff !important;
}
.phase[data-p="1"],
.phase[data-p="3"] { background: #ffffff; }

/* ============================================================
   ABOUT SECTION — okinawa_hayawari流に統一
   ============================================================ */
.about-section {
  padding: 44px 24px;
  background: #ffffff;
  text-align: center;
}
.about-section .sec-en {
  font-size: 13px;
  color: #0096DF;
  letter-spacing: 0.18em;
  margin: 0 0 4px;
  font-weight: 700;
}
.about-section .sec-jp {
  font-size: 24px;
  font-weight: 800;
  color: #1A2530;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0 0 24px;
}
.about-section .about-body {
  font-size: 14px;
  color: #1A2530;
  line-height: 2.0;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  font-weight: 500;
}
.about-section .about-body:last-of-type {
  margin-bottom: 0;
}
.about-section .about-body--note {
  font-size: 11px;
  color: #5A6E7A;
  line-height: 1.6;
  margin: 4px 0 0;
  font-weight: 500;
}
.about-section .marker {
  background: linear-gradient(transparent 60%, rgba(255, 245, 116, 0.65) 60%);
  padding: 0 2px;
  font-weight: 900;
  color: #1A2530;
}

/* ============================================================
   WIREFRAME MODE — レビュー用にグレースケールへ再適用
   HERO(KV)とsite-header(アソビューロゴ)は元の色を残す。
   装飾ラウンドで復元する際は本ブロックを削除。
   ============================================================ */
.menu-drawer,
.ft { filter: grayscale(1); }

/* ============================================================
   DETAILS — okinawa_hayawari式に統一
   （springsale由来の .dg/.dt-label/.dd-val は撤去、.det-item構造に）
   ============================================================ */
.det {
  padding: 44px 24px !important;
  background: #ffffff !important;
  text-align: left !important;
}
.det .sec-en {
  font-size: 13px;
  color: #0063DD;
  letter-spacing: 0.18em;
  margin: 0 0 4px;
  font-weight: 700;
  text-align: center;
}
.det .sec-jp {
  font-size: 24px;
  font-weight: 800;
  color: #0063DD;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0 0 24px;
  text-align: center;
}
.det .det-body {
  font-size: 13px;
  line-height: 1.75;
  padding: 0;
}
.det .det-item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E5E0D8;
}
.det .det-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.det .det-label {
  font-size: 12px;
  font-weight: 700;
  color: #0063DD;
  margin: 0 0 6px;
  letter-spacing: 0.06em;
}
.det .det-value {
  color: #1A2530;
  font-weight: 500;
}
.det .det-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #1A2530;
  font-weight: 500;
}
.det .det-list > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}
.det .det-list > li::before {
  content: '・';
  margin-right: 2px;
}
.det .det-list > li + li { margin-top: 6px; }
.det .det-notes-sub {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
.det .det-notes-sub li {
  font-size: 12px;
  color: #5A6E7A;
  line-height: 1.7;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}
.det .det-notes-sub li::before {
  content: '※';
  margin-right: 2px;
}
.det .det-notes-sub li + li { margin-top: 4px; }
.det .det-link {
  color: #0063DD;
  text-decoration: underline;
  word-break: break-all;
}

/* ============================================================
   FOOTER — okinawa_hayawari式に統一
   ============================================================ */
.ft {
  background-color: #F9FAFB !important;
  border-top: 1px solid #E5E7EB;
  padding: 32px 0 !important;
  text-align: center;
}
.ft-content {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 16px;
}
.ft-content p {
  font-size: 13px;
  color: #4B5563;
  line-height: 1.4;
  margin: 0;
}

/* ============================================================
   PREVIEW MODE — 社内レビュー用、全弾展開表示
   本番展開時は本ブロックを削除する。日付ロジック(main.jsのPH配列)に戻る。
   ============================================================ */
.phase .phase-live-body { display: block !important; }
.phase .cs-block { display: none !important; }

/* ============================================================
   PHASE内 PLANS構造 — okinawa_hayawari踏襲
   （既存の .coupon-card CTAとの衝突を避けるため .coupon-summary配下にスコープ）
   ============================================================ */
.plans-lead {
  text-align: center;
  font-size: 13px;
  color: #1A2530;
  line-height: 1.75;
  margin: 0 20px 20px;
  font-weight: 400;
}
.plans-lead-link {
  display: inline-block;
  margin-top: 6px;
  color: #0096DF;
  text-decoration: underline;
  font-size: 12px;
}

.coupon-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 20px 10px;
}
.coupon-summary .coupon-card {
  background: #fff;
  border: 1.5px solid #0096DF;
  border-radius: 14px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: inherit;
  text-decoration: none;
  padding: 0 0 16px;
  box-shadow: none;
}
.coupon-summary .coupon-card::before,
.coupon-summary .coupon-card::after { display: none; }
.coupon-summary .coupon-card-head {
  position: relative;
  background: #FFF574;
  color: #0096DF;
  padding: 7px 8px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}
.coupon-summary .coupon-card-head::before,
.coupon-summary .coupon-card-head::after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 10px;
  height: 20px;
  background: #ffffff;
  border: 1.5px solid #0096DF;
  z-index: 2;
  box-sizing: border-box;
}
.coupon-summary .coupon-card-head::before {
  left: 0;
  border-left: none;
  border-radius: 0 999px 999px 0;
}
.coupon-summary .coupon-card-head::after {
  right: 0;
  border-right: none;
  border-radius: 999px 0 0 999px;
}
.coupon-card-target {
  font-size: 13px;
  color: #0096DF;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.coupon-summary .coupon-card-rate {
  position: relative;
  margin: 0;
  padding: 12px 8px 4px;
  color: #0096DF;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1px;
}
.coupon-summary .coupon-card-rate::before {
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 0;
  border-top: 1.5px dashed #0096DF;
}
.cc-num {
  font-size: 40px;
  font-weight: 800;
}
.cc-unit {
  font-size: 18px;
  font-weight: 800;
  margin-left: 1px;
}
.coupon-card-arrow {
  display: block;
  margin: 0 auto 5px;
  color: #0096DF;
}

.plans-notes {
  list-style: none;
  margin: 0 20px 32px;
  padding: 0;
}
.plans-notes li {
  font-size: 11px;
  color: #5A6E7A;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
.plans-notes li::before {
  content: '※';
  margin-right: 2px;
}
.plans-notes li + li { margin-top: 4px; }

.plans-tier {
  margin: 0 20px 36px;
}
.plans-tier:last-child {
  margin-bottom: 24px;
}
.plans-tier-head {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E0D8;
}
.plans-tier-label {
  font-size: 13px;
  font-weight: 800;
  color: #0096DF;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 999px;
  padding: 5px 14px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
/* Phase毎のチップ文字色（背景と同系にすることでPhaseカラーの統一感UP） */
.phase[data-p="1"] .plans-tier-label { color: #1ABEF9; }
.phase[data-p="2"] .plans-tier-label { color: #0063DD; }
.phase[data-p="3"] .plans-tier-label { color: #05BFB6; }
.plans-tier-title {
  font-size: 14px;
  font-weight: 700;
  color: #1A2530;
  margin: 0;
  letter-spacing: 0.02em;
}

.genre-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0 0 8px 4px;
  margin: 0 0 18px;
}
.genre-scroll::-webkit-scrollbar { display: none; }
.genre-card {
  flex: 0 0 130px;
  scroll-snap-align: start;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  text-decoration: none;
  background: #F2F7FB;
  display: block;
}
/* 単一ジャンル時は横長フルワイドカードに */
.genre-scroll > .genre-card:only-child {
  flex: 1 1 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.genre-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.genre-card-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 10px 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.plans-empty {
  text-align: center;
  color: #5A6E7A;
  font-size: 13px;
  padding: 16px 0;
}

/* ============================================================
   TAB PANEL — 弾のタブ切替表示（クリック時のみ該当弾を表示）
   ============================================================ */
.phase { display: none !important; }
.phase.is-active-panel { display: block !important; }

/* ============================================================
   ABOUT — 3カード型に変更
   ============================================================ */
.about-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 20px;
}
.about-card {
  display: flex;
  gap: 13px;
  align-items: center;
  background: #fff;
  border: 1px solid #E5E0D8;
  border-radius: 14px;
  padding: 15px;
}
.about-card-num {
  flex: 0 0 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  background: #0096DF;
}
.about-card-tx h3 {
  font-size: 15px;
  font-weight: 900;
  color: #1A2530;
  margin: 0 0 2px;
}
.about-card-tx p {
  font-size: 12.5px;
  color: #5A6E7A;
  line-height: 1.7;
  margin: 0;
}

/* ============================================================
   HOW TO — okinawa_hayawari流の横スクロールカルーセル
   ============================================================ */
.howto-section {
  background: #ffffff;
  color: #1A2530;
  padding: 44px 0 48px;
  overflow-x: clip;
}
.howto-section .sec-en,
.howto-section .sec-jp {
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
.howto-section .sec-en {
  font-size: 13px;
  color: #0063DD;
  letter-spacing: 0.18em;
  margin: 0 0 4px;
  font-weight: 700;
}
.howto-section .sec-jp {
  font-size: 24px;
  font-weight: 800;
  color: #0063DD;
  line-height: 1.4;
  margin: 0 0 28px;
}
.howto-steps {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 24px 24px;
  margin: 0 0 18px;
  flex-direction: row;
}
.howto-steps::-webkit-scrollbar { display: none; }
.howto-step {
  flex: 0 0 100%;
  scroll-snap-align: center;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #E6EAED;
  padding: 28px 22px 0;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  gap: 0;
}
.howto-step-head {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}
.howto-step-num {
  font-size: 20px;
  font-weight: 800;
  color: #0063DD;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  background: none;
  height: auto;
  width: auto;
  border-radius: 0;
  display: inline;
  place-items: initial;
}
.howto-step-title {
  font-size: 18px;
  font-weight: 800;
  color: #1A2530;
  line-height: 1.45;
  margin: 0;
  letter-spacing: 0.02em;
}
.howto-step-desc {
  font-size: 13px;
  color: #1A2530;
  line-height: 1.85;
  margin: 0 0 6px;
  font-weight: 600;
  text-align: center;
}
.howto-step-note {
  font-size: 11px;
  color: #5A6E7A;
  line-height: 1.5;
  margin: 0 0 20px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

/* スマホモックアップ */
.phone-mockup {
  width: 200px;
  height: 280px;
  margin: auto auto 0;
  background: #1a1a1a;
  border-radius: 30px 30px 0 0;
  padding: 8px 8px 0;
  position: relative;
  box-shadow: 0 -6px 18px rgba(0,0,0,0.08);
  flex-shrink: 0;
}
.phone-mockup::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 12px;
  background: #1a1a1a;
  border-radius: 6px;
  z-index: 2;
}
.phone-screen {
  width: 100%;
  height: 100%;
  background: #F2F7FB;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.phone-screen img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -16px;
}

.howto-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.howto-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E6EAED;
  display: block;
  transition: background 0.2s ease;
  cursor: pointer;
}
.howto-dot.is-active { background: #0063DD; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-section {
  padding: 44px 24px;
  background: #ffffff;
}
.faq-section .sec-en,
.faq-section .sec-jp { text-align: center; }
.faq-section .sec-en {
  font-size: 13px;
  color: #0063DD;
  letter-spacing: 0.18em;
  margin: 0 0 4px;
  font-weight: 700;
}
.faq-section .sec-jp {
  font-size: 24px;
  font-weight: 800;
  color: #0063DD;
  line-height: 1.4;
  margin: 0 0 24px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.faq-item {
  background: #fff;
  border: 1px solid #E5E0D8;
  border-radius: 12px;
  overflow: hidden;
}
.faq-item .faq-q {
  padding: 14px 14px 10px;
  font-weight: 800;
  font-size: 14px;
  color: #1A2530;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px dashed #E5E0D8;
  margin: 0 14px;
  padding-left: 0;
  padding-right: 0;
}
.faq-item .faq-q::before {
  content: "Q";
  font-weight: 900;
  color: #0063DD;
  margin-right: 8px;
  font-size: 15px;
}
.faq-item .faq-a {
  padding: 12px 14px 16px 14px;
  font-size: 13px;
  color: #1A2530;
  line-height: 1.8;
}

/* ============================================================
   CTA — 大きいボタン + 追従スティッキー
   ============================================================ */
.cta-section {
  text-align: center;
  padding: 30px 20px 36px;
  background: #ffffff;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  background: #0096DF;
  color: #fff;
  font-weight: 900;
  font-size: 17px;
  padding: 18px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0,150,223,0.28);
}
.cta-section .cta-sub {
  font-size: 11.5px;
  color: #8AA0AB;
  margin: 11px 0 0;
  line-height: 1.7;
}

.floating-cta {
  position: fixed;
  bottom: 16px;
  right: max(16px, calc(50vw - 240px + 16px));
  width: 96px;
  height: 96px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #0063DD;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0,99,221,0.35), 0 2px 8px rgba(0,0,0,0.15);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-weight: 900;
  letter-spacing: 0.04em;
  animation: cta-pulse 2.4s ease-in-out infinite;
  opacity: 0;
  pointer-events: none;
}
.floating-cta.is-shown {
  opacity: 1;
  pointer-events: auto;
}
.floating-cta:hover { transform: scale(1.06); }
.fc-top {
  font-size: 10px;
  color: #fff867;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  font-weight: 900;
}
.fc-main {
  font-size: 13px;
  line-height: 1.35;
}
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(0,99,221,0.35), 0 2px 8px rgba(0,0,0,0.15); }
  50% { box-shadow: 0 6px 28px rgba(0,99,221,0.55), 0 2px 12px rgba(0,0,0,0.2); }
}

/* ============================================================
   OKINAWA STYLE OVERRIDE — 沖縄早割の色・タイポで統一
   springsale由来のPhase帯やタブ色を上書き
   ============================================================ */

/* Phaseヘッダー：カラー帯なし・白背景 */
.ph-head-v2 {
  background: #ffffff !important;
  padding: 32px 20px 16px !important;
  margin-bottom: 0 !important;
  text-align: left;
  overflow: visible;
}
[data-p="1"] .ph-head-v2,
[data-p="2"] .ph-head-v2,
[data-p="3"] .ph-head-v2 {
  background: #ffffff !important;
  margin-bottom: 0 !important;
}
.ph-head-v2::before { display: none !important; }
.ph-chip {
  background: #0096DF !important;
  border: none !important;
  color: #ffffff !important;
  padding: 3px 12px !important;
}
[data-p="1"] .ph-chip,
[data-p="2"] .ph-chip,
[data-p="3"] .ph-chip { background: #0096DF !important; }
.ph-period-v2 {
  color: #0096DF !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.ph-name-v2 {
  color: #1A2530 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}
.ph-tagline {
  color: #5A6E7A !important;
  margin-top: 8px !important;
}
.ph-live {
  background: #FFF574 !important;
  color: #1A2530 !important;
}

/* pnavタブ：フェーズ別カラー(紫/緑/橙) → 青系で統一 */
.pnav {
  background: #ffffff !important;
}
.pnav-inner {
  background: #ffffff;
  border: 1px solid #E6EAED;
}
.pnav-tab {
  color: #5A6E7A;
}
.pnav-tab[data-p="1"].is-active,
.pnav-tab[data-p="2"].is-active,
.pnav-tab[data-p="3"].is-active {
  color: #0096DF !important;
  border-bottom-color: #0096DF !important;
}
.pnav-tab.is-live {
  color: #0096DF;
}

/* body外周：水色→okinawaの淡い青系 */
body {
  background: #F2F7FB !important;
}

/* Phase内部背景：弾別色で下のTabpanel_new定義に譲る（この古いwhite統一は無効化） */

/* ============================================================
   ABOUT — okinawa_hayawariのWhy Now式（青背景 + 白カードリスト）
   ============================================================ */
.about-section {
  background: #fff867 !important;
  color: #0063DD !important;
  padding: 44px 24px 48px !important;
  overflow: hidden;
  text-align: center;
}
.about-section .sec-en { color: #0063DD !important; }
.about-section .sec-jp { color: #0063DD !important; margin-bottom: 24px !important; }

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  text-align: left;
}
.about-num {
  font-size: 28px;
  font-weight: 700;
  color: #0063DD;
  line-height: 1;
  padding-top: 2px;
  font-feature-settings: 'tnum' 1;
}
.about-title {
  font-size: 16px;
  font-weight: 700;
  color: #1A2530;
  line-height: 1.5;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}
.about-desc {
  font-size: 13px;
  color: #5A6E7A;
  line-height: 1.85;
  margin: 0;
  font-weight: 400;
}

/* ============================================================
   PHASE内のPlans見出し（区切り用）
   ============================================================ */
.phase-plans-header {
  text-align: center;
  margin: 40px 20px 20px;
  padding-top: 24px;
  border-top: 1px solid #E6EAED;
}
.phase-plans-header .sec-en {
  font-size: 13px;
  color: #0096DF;
  letter-spacing: 0.18em;
  margin: 0 0 4px;
  font-weight: 700;
}
.phase-plans-title {
  font-size: 20px;
  font-weight: 800;
  color: #1A2530;
  line-height: 1.4;
  margin: 0;
}

/* ============================================================
   PLANS HEADER — HOW TOとPhase Navの間の区切り
   ============================================================ */
.plans-header-section {
  padding: 40px 24px 24px;
  background: #ffffff;
  color: #0063DD;
  text-align: center;
  border-top: 1px solid #E6EAED;
  margin-top: 0;
}
/* page-wrap のクリーム背景がHOW TOとPlansの隙間で見えるのを回避 */
.page-wrap { background: #ffffff !important; }
.plans-header-section .sec-en {
  font-size: 13px;
  color: #0063DD;
  letter-spacing: 0.18em;
  margin: 0 0 4px;
  font-weight: 700;
}
.plans-header-section .sec-jp {
  font-size: 24px;
  font-weight: 800;
  color: #0063DD;
  line-height: 1.4;
  margin: 0 0 12px;
}
.plans-header-section .plans-lead {
  margin: 0 20px 12px !important;
  color: #1A2530;
}
.plans-header-section .plans-lead-link {
  color: #0063DD;
}
.plans-header-section .coupon-summary {
  margin: 6px 20px 14px !important;
}
.plans-header-section .plans-notes {
  margin: 0 20px 0 !important;
}
.plans-header-section .plans-notes li {
  text-align: left;
  color: #5A6E7A;
}
/* 白背景に合わせて、カード周辺のノッチ色を背景と揃える */
.plans-header-section .coupon-summary .coupon-card-head::before,
.plans-header-section .coupon-summary .coupon-card-head::after {
  background: #ffffff !important;
  border-color: #0063DD !important;
}
.plans-header-section .coupon-summary .coupon-card {
  border-color: #0063DD !important;
}
.plans-header-section .coupon-summary .coupon-card-head {
  background: #fff867 !important;
  color: #0063DD !important;
}
.plans-header-section .coupon-summary .coupon-card-target,
.plans-header-section .coupon-summary .coupon-card-rate {
  color: #0063DD !important;
}
.plans-header-section .coupon-summary .coupon-card-rate::before {
  border-top-color: #0063DD !important;
}

/* ============================================================
   pnavタブ：付箋型（活性タブと下のPhase背景を同色で「タブ」感）
   ============================================================ */
.pnav {
  background: #ffffff !important;
  padding: 8px 4px 0 !important;
  border-bottom: none !important;
}
.pnav-inner {
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  display: flex;
  gap: 2px;
}
.pnav-tab {
  background: #E6EAED !important;
  color: #5A6E7A !important;
  border: 1px solid #C6D0D9 !important;
  border-bottom: none !important;
  border-radius: 12px 12px 0 0 !important;
  padding: 10px 2px !important;
  flex: 1;
  min-width: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.pnav-tab.is-active {
  border-color: transparent !important;
}
/* 弾別カラー：付箋のように全面色付き（Phase背景と同色でつながる） */
.pnav-tab[data-p="1"].is-active {
  background: #1ABEF9 !important;
  color: #ffffff !important;
}
.pnav-tab[data-p="2"].is-active {
  background: #0063DD !important;
  color: #ffffff !important;
}
.pnav-tab[data-p="3"].is-active {
  background: #05BFB6 !important;
  color: #ffffff !important;
}

/* Phaseコンテンツ：それぞれ対応するタブと同色に */
.phase[data-p="1"] { background: #1ABEF9 !important; }
.phase[data-p="2"] { background: #0063DD !important; }
.phase[data-p="3"] { background: #05BFB6 !important; }

/* Phase内部：paddingのみ指定（背景は data-p 別カラーで上書き済み） */
.phase {
  padding: 20px 0 32px !important;
}
.phase .plans-tier {
  background: transparent;
  padding: 0;
  margin: 0 20px 28px !important;
}

/* 海の日クーポン：imatoku式の日別クーポンカード（3枚並び） */
.phase #p2-uminohi {
  background: transparent;
  padding: 0;
  margin: 0 20px 28px !important;
  text-align: center;
}
.uminohi-title {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.uminohi-title::before { content: '＼'; }
.uminohi-title::after { content: '／'; }
.uminohi-note {
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
  margin: 0 0 16px;
  text-align: center;
}
/* 海の日クーポン 3日分 横並び（早割の還元カード式） */
.uminohi-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.uminohi-card {
  background: #ffffff;
  border: 1.5px solid #0063DD;
  border-radius: 14px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: inherit;
  padding: 0 0 12px;
  cursor: pointer;
  font-family: inherit;
}
.uminohi-card:disabled {
  cursor: default;
}
.uminohi-card-head {
  position: relative;
  background: #fff867;
  padding: 6px 4px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}
.uminohi-card-head::before,
.uminohi-card-head::after {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: #0063DD;
  border-radius: 50%;
  z-index: 2;
  box-sizing: border-box;
}
.uminohi-card-head::before {
  left: -6px;
}
.uminohi-card-head::after {
  right: -6px;
}
.uminohi-card-date {
  font-size: 12px;
  font-weight: 800;
  color: #0063DD;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.uminohi-card-rate {
  position: relative;
  margin: 0;
  padding: 12px 4px 6px;
  color: #C4361B;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1px;
}
.uminohi-card-rate::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 0;
  border-top: 1.5px dashed #0063DD;
}
.uminohi-card .uc-num {
  font-size: 26px;
  letter-spacing: -0.02em;
}
.uminohi-card .uc-unit {
  font-size: 13px;
  margin-left: 1px;
}
.uminohi-card-cta {
  font-size: 11px;
  font-weight: 900;
  color: #ffffff;
  background: #C4361B;
  border-radius: 999px;
  padding: 5px 8px;
  margin: 4px 10px 0;
  letter-spacing: 0.03em;
}
/* coupon.js が innerHTML に差し込む <button> を CTA デザインに揃える */
.uminohi-card-cta[data-coupon-id] {
  background: transparent;
  padding: 0;
  color: inherit;
  overflow: hidden;
}
.uminohi-card-cta[data-coupon-id] button {
  display: block;
  width: 100%;
  padding: 5px 8px !important;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  background: #C4361B !important;
  border: none !important;
  border-radius: 999px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.uminohi-card-cta[data-coupon-id] button[disabled] {
  background: #999999 !important;
  cursor: default;
}
/* 配布前（当日12:00未達）: グレースケール */
.uminohi-card.is-scheduled {
  border-color: #B8C4CB;
}
.uminohi-card.is-scheduled .uminohi-card-head {
  background: #F5F5F5;
}
.uminohi-card.is-scheduled .uminohi-card-date {
  color: #8AA0AB;
}
.uminohi-card.is-scheduled .uminohi-card-rate {
  color: #B8B8B8;
}
.uminohi-card.is-scheduled .uminohi-card-rate::before {
  border-top-color: #B8B8B8;
}
.uminohi-card.is-scheduled .uminohi-card-cta {
  background: #E6EAED;
  color: #8AA0AB;
}
/* 配布終了(在庫枯渇 or 該当日を過ぎた): グレースケール */
.uminohi-card.is-sold-out {
  border-color: #B8C4CB;
  opacity: 0.85;
}
.uminohi-card.is-sold-out .uminohi-card-head {
  background: #E6EAED;
}
.uminohi-card.is-sold-out .uminohi-card-date {
  color: #8AA0AB;
}
.uminohi-card.is-sold-out .uminohi-card-rate {
  color: #B8B8B8;
}
.uminohi-card.is-sold-out .uminohi-card-rate::before {
  border-top-color: #B8B8B8;
}
.uminohi-card.is-sold-out .uminohi-card-cta {
  background: #E6EAED;
  color: #8AA0AB;
}
.uminohi-card.is-sold-out .uminohi-card-cta[data-coupon-id] button,
.uminohi-card.is-sold-out .uminohi-card-cta[data-coupon-id] button[disabled] {
  background: #E6EAED !important;
  color: #8AA0AB !important;
}
/* 獲得済み: 白背景+赤枠のボタン */
.uminohi-card.is-obtained .uminohi-card-cta[data-coupon-id] button {
  background: #ffffff !important;
  color: #C4361B !important;
  border: 1.5px solid #C4361B !important;
}
.phase .plans-tier-head {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  position: relative;
}
.phase .plans-tier-head::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, 0) rotate(45deg);
  border-right: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  background: inherit;
}
.phase[data-p="1"] .plans-tier-head::after { background: #1ABEF9; }
.phase[data-p="2"] .plans-tier-head::after { background: #0063DD; }
.phase[data-p="3"] .plans-tier-head::after { background: #05BFB6; }
.phase .plans-tier-title {
  color: #ffffff;
}
.phase .plans-empty,
.phase .cards-loading {
  color: rgba(255,255,255,0.85);
}

/* 個別プランカード（CSS Subgrid で隣同士の行高揃え / kidsfesta踏襲） */
.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 14px;
}
.plan-card {
  background: #fff;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  row-gap: 0;
  min-width: 0;
}
.plan-card-link {
  display: contents;
  color: inherit;
  text-decoration: none;
}
.plan-card-body {
  display: grid !important;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 0;
  padding: 12px !important;
  flex: unset !important;
}
.plan-card-body > * {
  align-self: start;
}
.plan-card-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
}
.plan-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 古い flex 定義は削除 — subgrid版が上で有効 */
.plan-card-area {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #1A2530;
  margin: 0;
  letter-spacing: 0.04em;
}
.plan-card-area .ic-pin {
  flex-shrink: 0;
  color: #6b7280;
}
.plan-card-name {
  font-size: 13px;
  font-weight: 700;
  color: #1A2530;
  line-height: 1.4;
  margin: 4px 0 0;
}
.plan-card-plan {
  font-size: 11px;
  color: #5A6E7A;
  line-height: 1.5;
  margin: 4px 0 8px;
}
.plan-card-price {
  font-size: 11px;
  color: #1A2530;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
  margin: 4px 0 0;
}
.plan-card-price .new {
  font-weight: 900;
  font-size: 16px;
  color: #E94E1B;
}

/* pnavタブ文字サイズ・太さの調整（日付が見えづらい問題への対応） */
.pnav-tab .tp {
  font-size: 10px !important;
  font-weight: 700 !important;
  opacity: 0.9 !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap;
}
.pnav-tab .tl {
  font-size: 12px !important;
  font-weight: 800 !important;
  margin-top: 3px !important;
  letter-spacing: -0.03em !important;
  white-space: nowrap;
}
@media (min-width: 380px) {
  .pnav-tab .tp { font-size: 11px !important; }
  .pnav-tab .tl { font-size: 13px !important; }
}
@media (min-width: 420px) {
  .pnav-tab .tp { font-size: 12px !important; }
  .pnav-tab .tl { font-size: 14px !important; }
}

/* 長いラベルの2行目を小さくして改行を防ぐ */
.genre-card-label .glc-small {
  display: inline-block;
  font-size: 11px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

/* 20%tier下の注釈 */
.phase .tier-note {
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
  margin: 0 0 16px;
  padding-left: 1em;
  text-indent: -1em;
}
