/* =========================================================
   タイランドプリビレッジ 家族プロモーション LP
   Design tokens + layout
   ========================================================= */

:root {
  /* type */
  --f-serif: "Shippori Mincho", "Noto Serif JP", serif;
  --f-sans: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, sans-serif;
  --f-latin: "Cormorant Garamond", Georgia, serif;

  /* spacing rhythm */
  --pad-x: clamp(20px, 6vw, 120px);
  --sec-y: clamp(72px, 11vw, 168px);
  --maxw: 1200px;

  /* ---- TONE: NAVY NOIR (default) ---- */
  --bg: #0b1525;
  --bg-2: #0e1b30;
  --panel: #122138;
  --panel-2: #16263f;
  --line: rgba(198, 160, 82, 0.26);
  --line-soft: rgba(255, 255, 255, 0.08);
  --ink: #eef2f8;
  --ink-soft: #c3cedd;
  --muted: #8b9bb2;
  --gold: #c6a052;
  --gold-bright: #ddc080;
  --gold-deep: #a9863f;
  --on-gold: #11203a;
  --shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.7);
  --hero-tint: linear-gradient(180deg, rgba(11,21,37,0.42) 0%, rgba(11,21,37,0.66) 50%, rgba(11,21,37,0.95) 100%);
}

:root[data-tone="emerald"] {
  --bg: #0a1f17;
  --bg-2: #0c241b;
  --panel: #103026;
  --panel-2: #143b2e;
  --line: rgba(198, 160, 82, 0.28);
  --line-soft: rgba(255, 255, 255, 0.08);
  --ink: #eef4ef;
  --ink-soft: #c4d3c9;
  --muted: #8aa597;
  --gold: #c8a458;
  --gold-bright: #e0c587;
  --gold-deep: #a98a43;
  --on-gold: #0d2419;
  --hero-tint: linear-gradient(180deg, rgba(10,31,23,0.40) 0%, rgba(10,31,23,0.66) 50%, rgba(10,31,23,0.95) 100%);
}

:root[data-tone="ivory"] {
  --bg: #f6f1e7;
  --bg-2: #efe7d6;
  --panel: #ffffff;
  --panel-2: #fbf7ee;
  --line: rgba(176, 132, 51, 0.34);
  --line-soft: rgba(20, 35, 60, 0.10);
  --ink: #1b2330;
  --ink-soft: #3d4858;
  --muted: #6c7686;
  --gold: #a9802f;
  --gold-bright: #c39a45;
  --gold-deep: #8a6826;
  --on-gold: #fdfaf3;
  --shadow: 0 30px 70px -34px rgba(40, 30, 10, 0.32);
  --hero-tint: linear-gradient(180deg, rgba(28,33,46,0.16) 0%, rgba(28,33,46,0.34) 50%, rgba(246,241,231,0.97) 100%);
}

/* ---------- base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-sans);
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1, "lnum" 1, "tnum" 0;
  font-variant-numeric: lining-nums;
  overflow-x: hidden;
  transition: background 0.5s ease, color 0.5s ease;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Japanese line-breaking: wrap at natural phrase boundaries ---------- */
p, li, dd, dt, figcaption, blockquote,
h1, h2, h3, h4,
.sec-title, .sec-lead, .hero-sub, .preform p,
.faq-q, .faq-a-inner, .aud p, .quote p,
.perk p.lead2, .perk ul.pl li, .eg-disc, .eg-b span, .eg-b b,
.example-note, .org-list dd, .about-points li, .promo-lead, .tp-fact span {
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: break-word;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad-x); }
.wrap-narrow { max-width: 880px; margin: 0 auto; padding-inline: var(--pad-x); }

/* ---------- shared type ---------- */
h1, h2, h3 { font-family: var(--f-serif); font-weight: 600; line-height: 1.32; letter-spacing: 0.02em; margin: 0; }
.eyebrow {
  font-family: var(--f-latin);
  font-size: 0.92rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 0.85em;
  font-weight: 600;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--gold); display: inline-block; }
.eyebrow.center::after { content: ""; width: 30px; height: 1px; background: var(--gold); display: inline-block; }

.sec-title { font-size: clamp(1.7rem, 3.4vw, 2.65rem); margin-top: 18px; }
.title-kicker { display: block; font-family: var(--f-sans); font-size: clamp(.82rem, 1.4vw, .98rem); font-weight: 600; letter-spacing: .14em; color: var(--gold); margin-bottom: 14px; }
.nw { white-space: nowrap; }
.sec-lead { color: var(--ink-soft); margin-top: 18px; max-width: 60ch; text-wrap: pretty; }
.sec-subhead { font-family: var(--f-serif); font-size: clamp(1.08rem, 1.7vw, 1.32rem); color: var(--gold); margin-top: 14px; line-height: 1.6; font-weight: 600; letter-spacing: .01em; }
.sec-subhead .u { background: linear-gradient(transparent 62%, color-mix(in oklch, var(--gold) 30%, transparent) 0); padding: 0 .08em; }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }

.gold { color: var(--gold); }
.amount { font-family: var(--f-latin); font-weight: 600; letter-spacing: 0.01em; }

/* ---------- buttons ---------- */
.btn {
  --b: var(--gold);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6em;
  padding: 16px 30px;
  font-family: var(--f-sans);
  font-size: 1rem; font-weight: 600; letter-spacing: 0.04em;
  border-radius: 2px; cursor: pointer; border: 1px solid var(--b);
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
  line-height: 1;
}
.btn-gold { background: var(--gold); color: var(--on-gold); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-bright); border-color: var(--gold-bright); transform: translateY(-2px); box-shadow: 0 14px 34px -14px var(--gold); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn-line { background: #06c755; color: #fff; border-color: #06c755; }
.btn-line:hover { filter: brightness(1.06); transform: translateY(-2px); }

/* ---------- header ---------- */
.site-head {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--pad-x);
  transition: background .4s ease, padding .4s ease, border-color .4s ease;
  border-bottom: 1px solid transparent;
}
.site-head::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 200%; z-index: -1;
  background: linear-gradient(180deg, rgba(7,13,24,.78) 0%, rgba(7,13,24,.34) 55%, transparent 100%);
  opacity: 1; transition: opacity .4s ease; pointer-events: none;
}
.site-head.scrolled::before { opacity: 0; }
.site-head.scrolled {
  background: color-mix(in oklab, var(--bg) 86%, transparent);
  backdrop-filter: blur(14px);
  padding-block: 12px;
  border-bottom: 1px solid var(--line-soft);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { width: 34px; height: 34px; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold); font-family: var(--f-latin); font-size: 1.1rem; }
.brand-logo { height: 38px; width: auto; display: block; }
.foot-logo { height: 44px; }
.brand-badge { height: 46px; width: 46px; display: block; filter: drop-shadow(0 4px 12px rgba(0,0,0,.45)); }
.foot-badge { height: 56px; width: 56px; }
.brand .bn { font-family: var(--f-serif); font-size: 0.92rem; letter-spacing: 0.04em; line-height: 1.25; white-space: nowrap; }
.brand .bn small { display: block; font-family: var(--f-latin); font-size: 0.6rem; letter-spacing: 0.1em; color: var(--gold); white-space: nowrap; }
.head-cta { display: flex; align-items: center; gap: 14px; }
.head-nav { display: flex; gap: 26px; font-size: 0.9rem; color: var(--ink-soft); }
.head-nav a { transition: color .2s; white-space: nowrap; }
.head-nav a:hover { color: var(--gold); }
.head-cta .btn { padding: 11px 22px; white-space: nowrap; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg image-slot, .hero-bg .ph { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: var(--hero-tint); z-index: 1; }
.hero-inner { position: relative; z-index: 2; padding-bottom: clamp(70px, 11vh, 140px); padding-top: 140px; width: 100%; }
.hero h1 { font-size: clamp(2.3rem, 6vw, 4.5rem); line-height: 1.24; margin-top: 26px; text-shadow: 0 2px 30px rgba(5,10,20,.5); }
.hero h1 .accent { color: var(--gold); }
.hero-sub { font-size: clamp(1rem, 1.6vw, 1.22rem); color: var(--ink-soft); margin-top: 26px; max-width: 44ch; text-wrap: pretty; text-shadow: 0 1px 16px rgba(5,10,20,.45); }
.hero-tagline { font-family: var(--f-serif); font-size: clamp(1.35rem, 3.1vw, 2.05rem); color: var(--gold); font-weight: 600; letter-spacing: .03em; line-height: 1.5; margin-top: 20px; text-shadow: 0 2px 22px rgba(5,10,20,.55); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.hero-deadline {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 30px;
  padding: 11px 18px; border: 1px solid var(--line); border-radius: 2px;
  background: color-mix(in oklab, var(--panel) 70%, transparent);
  font-size: 0.92rem; color: var(--ink-soft);
}
.hero-deadline b { color: var(--gold); font-family: var(--f-latin); font-size: 1.05rem; letter-spacing: .02em; }
.hero-deadline .cd-sep { width: 1px; height: 14px; background: var(--line); display: inline-block; }
#countdown { color: var(--gold); font-weight: 600; }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 3; color: var(--muted); font-family: var(--f-latin); font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.scroll-cue::after { content: ""; width: 1px; height: 40px; background: linear-gradient(var(--gold), transparent); animation: cue 2.4s ease-in-out infinite; }
@keyframes cue { 0%,100% { opacity: .3; transform: scaleY(.5); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

/* ---------- generic section ---------- */
section { position: relative; }
.band { padding-block: var(--sec-y); }
.band.alt { background: var(--bg-2); }
.sec-head { margin-bottom: clamp(40px, 6vw, 72px); }

/* ---------- promo highlight ---------- */
.promo { background: var(--bg-2); }
.promo-card {
  position: relative; border: 1px solid var(--line); background:
    linear-gradient(135deg, color-mix(in oklab, var(--panel) 92%, var(--gold) 8%), var(--panel));
  padding: clamp(36px, 5vw, 64px); border-radius: 3px; box-shadow: var(--shadow);
  display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(32px, 4vw, 56px); align-items: center;
}
.promo-card::before { content: ""; position: absolute; inset: 12px; border: 1px solid var(--line-soft); pointer-events: none; border-radius: 2px; }
.promo-price { text-align: center; padding: 30px; border-left: 1px solid var(--line); }
.promo-price .label { font-size: .85rem; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); font-family: var(--f-latin); }
.promo-price .big { font-family: var(--f-latin); font-weight: 600; font-size: clamp(3rem, 7vw, 5.2rem); color: var(--gold); line-height: 1; margin: 12px 0 4px; }
.promo-price .big .cur { font-size: .42em; vertical-align: super; letter-spacing: .04em; margin-right: .12em; }
.promo-price .unit { color: var(--ink-soft); font-size: .95rem; }
.promo-price .strike { color: var(--muted); text-decoration: line-through; font-family: var(--f-latin); margin-top: 14px; }
.promo-note { color: var(--ink-soft); }
.promo-note li { margin: 10px 0; padding-left: 26px; position: relative; }
.promo-note li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: .85em; top: .15em; }
ul.clean { list-style: none; margin: 22px 0 0; padding: 0; }

/* ---------- benefits grid ---------- */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.benefit {
  background: var(--bg); padding: clamp(28px, 3vw, 42px); transition: background .35s ease, transform .35s ease;
}
.benefit:hover { background: var(--panel); }
.benefit .num { font-family: var(--f-latin); font-size: .8rem; letter-spacing: .2em; color: var(--gold); }
.benefit h3 { font-size: 1.22rem; margin: 16px 0 10px; }
.benefit p { color: var(--muted); font-size: .97rem; margin: 0; }
.benefit .ic { width: 40px; height: 40px; color: var(--gold); margin-bottom: 4px; }

/* ---------- tiers ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.tier {
  border: 1px solid var(--line-soft); background: var(--panel); border-radius: 3px;
  padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.tier:hover { transform: translateY(-6px); border-color: var(--line); box-shadow: var(--shadow); }
.tier.featured { border-color: var(--gold); background: linear-gradient(180deg, color-mix(in oklab, var(--panel) 88%, var(--gold) 12%), var(--panel)); }
.tier .ribbon { align-self: flex-start; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--on-gold); background: var(--gold); padding: 5px 12px; border-radius: 2px; font-family: var(--f-latin); font-weight: 600; margin-bottom: 18px; }
.tier .tname { font-family: var(--f-latin); font-size: 1.7rem; color: var(--gold); letter-spacing: .04em; }
.tier .tyears { font-family: var(--f-serif); font-size: 1.05rem; color: var(--ink); margin-top: 2px; }
.tier .tprice { margin: 22px 0; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.tier .tprice .v { font-family: var(--f-latin); font-size: 1.85rem; color: var(--ink); font-weight: 600; }
.tier .tprice .l { font-size: .82rem; color: var(--muted); display: block; }
.tier .feat { list-style: none; padding: 0; margin: 0 0 26px; font-size: .95rem; color: var(--ink-soft); }
.tier .feat li { padding: 9px 0 9px 26px; position: relative; border-bottom: 1px solid var(--line-soft); }
.tier .feat li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.tier .tcta { margin-top: auto; }
.tier .tcta .btn { width: 100%; }
.tier-family-row { margin-top: 14px; padding: 14px 16px; border: 1px dashed var(--line); border-radius: 2px; background: color-mix(in oklab, var(--gold) 8%, transparent); font-size: .9rem; }
.tier-family-row b { color: var(--gold); font-family: var(--f-latin); font-size: 1.05rem; }

/* ---------- value / experience ---------- */
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.value-grid.flip { direction: rtl; }
.value-grid.flip > * { direction: ltr; }
.value-media { position: relative; aspect-ratio: 4/5; border: 1px solid var(--line); overflow: hidden; }
.value-media image-slot, .value-media .ph { width: 100%; height: 100%; }
.value-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.value-media .tag { position: absolute; bottom: 16px; left: 16px; z-index: 4; background: color-mix(in oklab, var(--bg) 80%, transparent); border: 1px solid var(--line); padding: 8px 14px; font-size: .8rem; letter-spacing: .08em; color: var(--gold); }
.value-list { list-style: none; padding: 0; margin: 26px 0 0; }
.value-list li { padding: 18px 0; border-top: 1px solid var(--line-soft); display: flex; gap: 16px; }
.value-list li:last-child { border-bottom: 1px solid var(--line-soft); }
.value-list .k { font-family: var(--f-latin); color: var(--gold); font-size: 1.1rem; min-width: 34px; }
.value-list .t b { display: block; font-family: var(--f-serif); font-size: 1.1rem; margin-bottom: 4px; font-weight: 600; }
.value-list .t span { color: var(--muted); font-size: .95rem; }

/* ---------- testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { border: 1px solid var(--line-soft); background: var(--panel); padding: clamp(26px, 3vw, 38px); border-radius: 3px; position: relative; }
.quote .mk { font-family: var(--f-latin); font-size: 3.4rem; color: var(--gold); line-height: .6; opacity: .55; }
.quote p { color: var(--ink-soft); margin: 14px 0 22px; text-wrap: pretty; }
.quote .who { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line-soft); padding-top: 18px; }
.quote .who .av { width: 44px; height: 44px; border-radius: 50%; background: var(--panel-2); border: 1px solid var(--line); color: var(--gold); display: grid; place-items: center; font-family: var(--f-latin); }
.quote .who b { font-size: .96rem; font-weight: 600; }
.quote .who span { font-size: .82rem; color: var(--muted); display: block; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; text-align: center; border-top: 1px solid var(--line); padding-top: 48px; }
.stat .v { font-family: var(--f-latin); font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--gold); font-weight: 600; line-height: 1; }
.stat .l { color: var(--muted); font-size: .9rem; margin-top: 10px; letter-spacing: .04em; }

/* ---------- FAQ ---------- */
.faq-list { border-top: 1px solid var(--line-soft); }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-q { width: 100%; background: none; border: 0; color: var(--ink); font-family: var(--f-serif); font-size: clamp(1.05rem, 2vw, 1.25rem); text-align: left; padding: 26px 50px 26px 0; cursor: pointer; position: relative; letter-spacing: .02em; }
.faq-q::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-family: var(--f-latin); font-size: 1.6rem; color: var(--gold); transition: transform .3s ease; }
.faq-item.open .faq-q::after { content: "–"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-a-inner { padding: 0 50px 28px 0; color: var(--ink-soft); }
.faq-q .qmark { font-family: var(--f-latin); color: var(--gold); margin-right: 14px; font-size: 1.05em; }

/* ---------- about + form ---------- */
.contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(36px, 5vw, 72px); }
.about-card { position: relative; }
.gssa-badge { width: 96px; height: 96px; float: right; margin: 0 0 12px 18px; filter: drop-shadow(0 8px 22px rgba(0,0,0,.4)); }
.org-meta { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line-soft); }
.org-meta .award { display: flex; gap: 12px; align-items: center; color: var(--ink-soft); font-size: .92rem; margin-bottom: 18px; }
.org-meta .award svg { width: 26px; height: 26px; color: var(--gold); flex: none; }
.org-meta .award b { color: var(--gold); }
.org-meta .award .award-txt { display: flex; flex-direction: column; line-height: 1.45; }
.org-meta .award .award-txt b { font-size: .98rem; }
.org-meta .award .award-txt small { color: var(--muted); font-size: .78rem; margin-top: 2px; }
.org-list { margin: 0; display: grid; gap: 10px; }
.org-list > div { display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: start; }
.org-list dt { color: var(--gold); font-size: .78rem; letter-spacing: .08em; padding-top: 2px; }
.org-list dd { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.6; text-wrap: pretty; }
.about-points { list-style: none; padding: 0; margin: 28px 0 0; }
.about-points li { padding: 16px 0; border-top: 1px solid var(--line-soft); display: flex; gap: 14px; align-items: flex-start; }
.about-points li::before { content: "✦"; color: var(--gold); margin-top: 3px; }
.about-points li:last-child { border-bottom: 1px solid var(--line-soft); }
.contact-channels { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.channel { flex: 1 1 160px; border: 1px solid var(--line-soft); padding: 18px; border-radius: 3px; text-align: center; transition: border-color .3s, transform .3s; }
.channel:hover { border-color: var(--gold); transform: translateY(-3px); }
.channel .ic { color: var(--gold); width: 26px; height: 26px; margin: 0 auto 10px; }
.channel b { display: block; font-size: .95rem; }
.channel span { font-size: .8rem; color: var(--muted); }

.form { background: var(--panel); border: 1px solid var(--line-soft); padding: clamp(28px, 4vw, 46px); border-radius: 3px; box-shadow: var(--shadow); }
.form h3 { font-size: 1.4rem; margin-bottom: 6px; }
.form .sub { color: var(--muted); font-size: .92rem; margin-bottom: 24px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .85rem; color: var(--ink-soft); margin-bottom: 8px; letter-spacing: .04em; }
.field label .req { color: var(--gold); margin-left: 4px; }
.field input:not([type="checkbox"]), .field select, .field textarea {
  width: 100%; padding: 13px 15px; background: var(--bg); color: var(--ink);
  border: 1px solid var(--line-soft); border-radius: 2px; font-family: var(--f-sans); font-size: .98rem;
  transition: border-color .25s; -webkit-appearance: none; appearance: none;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 96px; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c6a052' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form .err { display: none; color: #e7896b; font-size: .8rem; margin-top: 6px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #e7896b; }
.field.invalid .err { display: block; }
.form-consent { font-size: .82rem; color: var(--muted); display: flex; gap: 10px; align-items: flex-start; margin: 6px 0 22px; }
.form-consent input { width: auto; margin-top: 4px; }
.form-success { display: none; text-align: center; padding: 40px 10px; }
.form-success.show { display: block; }
.form-success .ok { width: 58px; height: 58px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold); display: grid; place-items: center; margin: 0 auto 20px; font-size: 1.6rem; }

/* ---------- footer ---------- */
.site-foot { padding: 56px var(--pad-x) 40px; border-top: 1px solid var(--line-soft); background: var(--bg-2); }
.foot-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 28px; align-items: flex-start; }
.foot-disc { color: var(--muted); font-size: .82rem; max-width: 62ch; margin-top: 26px; line-height: 1.8; }
.foot-bottom { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: .8rem; }

/* ---------- sticky mobile cta ---------- */
.mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: none; gap: 10px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: color-mix(in oklab, var(--bg) 92%, transparent); backdrop-filter: blur(12px); border-top: 1px solid var(--line); }
.mobile-cta .btn { flex: 1; padding: 14px; }

/* ---------- image placeholder ---------- */
.ph {
  background-color: var(--panel-2);
  background-image: repeating-linear-gradient(135deg, transparent 0 14px, color-mix(in oklab, var(--gold) 9%, transparent) 14px 15px);
  display: grid; place-items: center; color: var(--muted);
}
.ph .lbl { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; padding: 6px 10px; border: 1px dashed var(--line); background: color-mix(in oklab, var(--bg) 60%, transparent); text-align: center; }

/* ---------- reveal anim ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s cubic-bezier(.16,.7,.3,1), transform .9s cubic-bezier(.16,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
.no-anim .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
.no-anim .scroll-cue::after { animation: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .scroll-cue::after { animation: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .promo-card { grid-template-columns: 1fr; }
  .promo-price { border-left: 0; border-top: 1px solid var(--line); padding-top: 30px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .tiers { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .value-grid, .value-grid.flip { grid-template-columns: 1fr; direction: ltr; }
  .value-media { aspect-ratio: 16/10; }
  .quotes { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .head-nav { display: none; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; gap: 32px; }
  .two-col { grid-template-columns: 1fr; }
  .head-cta .btn-ghost { display: none; }
  .mobile-cta { display: flex; }
  .site-foot { padding-bottom: 96px; }
  .hero-actions .btn { flex: 1; }

  /* mobile header: keep badge + short name, fit within viewport */
  .site-head { padding: 12px 18px; gap: 10px; }
  .brand { gap: 9px; min-width: 0; }
  .brand-badge { height: 38px; width: 38px; }
  .brand .bn { font-size: 0.82rem; letter-spacing: 0.02em; white-space: normal; line-height: 1.2; }
  .brand .bn small { font-size: 0.54rem; letter-spacing: 0.06em; white-space: normal; }
  .head-cta .btn-gold { padding: 10px 16px; font-size: 0.86rem; }
  /* hero headline: shrink so each intended line fits one row */
  .hero h1 { font-size: clamp(1.85rem, 8vw, 2.4rem); }
  /* mobile headings: scale with viewport so nowrap chunks fit one line */
  .sec-title { font-size: clamp(1.25rem, 5.6vw, 1.7rem); }
  .sec-subhead { font-size: clamp(.98rem, 4.3vw, 1.32rem); }
  .preform h2 { font-size: clamp(1.3rem, 6vw, 2.6rem); }
  #contact > .wrap > h2, .preform h2 { font-size: clamp(1.3rem, 6vw, 2.6rem); }
}
@media (max-width: 400px) {
  /* very narrow: drop the long center name, keep emblem + agent line */
  .brand .bn { display: none; }
}
@media (max-width: 600px) {
  /* relax desktop nowrap so long phrases wrap instead of overflowing */
  .about-card .eyebrow { white-space: normal !important; }
  .sec-lead .hl { white-space: normal !important; }
}

/* =========================================================
   v2 — visa-first family promotion
   ========================================================= */

/* ---- hero key facts (最長20年 / 75万 / 8.14) ---- */
.hero-facts { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.fact {
  border: 1px solid var(--line); border-radius: 3px; padding: 14px 20px;
  background: color-mix(in oklab, var(--panel) 64%, transparent); backdrop-filter: blur(4px);
}
.fact .v { font-family: var(--f-latin); font-weight: 600; font-size: 1.6rem; color: var(--gold); line-height: 1; }
.fact .v .u { font-size: .55em; letter-spacing: .02em; }
.fact .l { font-size: .78rem; color: var(--ink-soft); margin-top: 6px; letter-spacing: .04em; }

/* ---- hero single limited badge ---- */
.hero-limited { display: inline-flex; align-items: center; gap: 14px; margin-top: 32px; padding: 12px 14px 12px 14px; border: 1px solid color-mix(in oklab, var(--gold) 50%, transparent); border-radius: 999px; background: color-mix(in oklab, var(--gold) 10%, transparent); backdrop-filter: blur(4px); max-width: 100%; }
.hero-limited .lim-label { font-family: var(--f-sans); font-size: .78rem; font-weight: 700; letter-spacing: .12em; color: var(--on-gold); background: var(--gold); padding: 6px 13px; border-radius: 999px; white-space: nowrap; flex: none; }
.hero-limited .lim-date { font-family: var(--f-serif); font-size: clamp(1.02rem, 2vw, 1.3rem); color: var(--ink); padding-right: 8px; white-space: nowrap; }
.hero-limited .lim-date b { font-family: var(--f-latin); color: var(--gold); font-weight: 600; font-size: 1.12em; letter-spacing: .01em; margin-right: 2px; }

/* ---- highlight inline token ---- */
.hl { color: var(--gold); font-weight: 700; }
.hl-box { display: inline-block; border-bottom: 2px solid var(--gold); padding-bottom: 1px; color: var(--gold); font-weight: 600; }

/* ---- "とは" intro key cards ---- */
.about-tp { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.tp-facts { display: grid; gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: 3px; overflow: hidden; }
.tp-fact { background: var(--panel); padding: 24px 26px; display: flex; gap: 18px; align-items: flex-start; }
.tp-fact .ic { width: 30px; height: 30px; color: var(--gold); flex: none; margin-top: 2px; }
.tp-fact b { font-family: var(--f-serif); font-size: 1.08rem; display: block; margin-bottom: 4px; }
.tp-fact span { color: var(--muted); font-size: .92rem; }
.visa-figure { margin: 28px 0 0; }
.visa-figure img { width: 100%; border-radius: 4px; border: 1px solid var(--line); display: block; box-shadow: 0 24px 50px -28px rgba(0,0,0,.6); }
.visa-figure figcaption { margin-top: 12px; color: var(--muted); font-size: .82rem; letter-spacing: .02em; }

/* ---- price comparison table ---- */
.ptable-wrap { border: 1px solid var(--line); border-radius: 4px; overflow: hidden; box-shadow: var(--shadow); }
table.ptable { width: 100%; border-collapse: collapse; font-size: 1rem; background: var(--panel); }
table.ptable thead th {
  font-family: var(--f-sans); font-weight: 600; font-size: .82rem; letter-spacing: .08em;
  color: var(--ink-soft); text-align: center; padding: 18px 14px; background: var(--panel-2);
  border-bottom: 1px solid var(--line);
}
table.ptable thead th.promo-col { color: var(--on-gold); background: var(--gold); }
table.ptable thead th:first-child { text-align: left; }
table.ptable tbody td { padding: 20px 14px; text-align: center; border-bottom: 1px solid var(--line-soft); vertical-align: middle; }
table.ptable tbody tr:last-child td { border-bottom: 0; }
table.ptable tbody td:first-child { text-align: left; }
.ptable .plan { font-family: var(--f-latin); font-size: 1.35rem; color: var(--gold); font-weight: 600; }
.ptable .plan-cell { display: flex; align-items: center; gap: 16px; }
.ptable .plan-card { width: 96px; flex: none; border-radius: 7px; box-shadow: 0 8px 20px -8px rgba(0,0,0,.6); border: 1px solid var(--line-soft); }
.ptable .plan-txt { display: flex; flex-direction: column; }
.pcard .ph .pcard-img { width: 84px; border-radius: 6px; box-shadow: 0 6px 16px -6px rgba(0,0,0,.6); border: 1px solid var(--line-soft); }
.pcard .ph .plan-txt { display: flex; flex-direction: column; }
.ptable .yrs, .plan-txt .yrs {
  display: inline-flex; align-items: baseline; gap: 5px; width: fit-content; margin-top: 7px;
  padding: 3px 11px; border: 1px solid color-mix(in oklab, var(--gold) 45%, transparent);
  background: color-mix(in oklab, var(--gold) 10%, transparent); border-radius: 999px;
  font-family: var(--f-sans); font-size: .72rem; color: var(--ink-soft); letter-spacing: .02em; white-space: nowrap;
}
.plan-txt .yrs b { font-family: var(--f-latin); font-weight: 600; font-size: 1.06rem; color: var(--gold); line-height: 1; }
.ptable .normal { color: var(--muted); text-decoration: line-through; font-family: var(--f-latin); font-size: 1.05rem; }
.ptable .promo-col-cell { background: color-mix(in oklab, var(--gold) 10%, transparent); }
.ptable .promo-val { font-family: var(--f-latin); font-weight: 600; font-size: 1.45rem; color: var(--gold); }
.ptable .save { font-family: var(--f-latin); font-weight: 600; font-size: 1.2rem; color: var(--ink); }
.ptable .save .arw { color: var(--gold); }
.ptable-note { color: var(--muted); font-size: .82rem; margin-top: 16px; }

/* ---- primary (main) member fee — reference panel ---- */
.primary-fee { margin-top: 30px; border: 1px solid var(--line); border-radius: 6px; background: color-mix(in oklab, var(--panel) 70%, transparent); padding: clamp(22px, 3vw, 30px); }
.primary-fee .pf-label { display: block; font-family: var(--f-serif); font-size: 1.08rem; color: var(--ink); font-weight: 600; }
.primary-fee .pf-sub { display: block; color: var(--muted); font-size: .83rem; margin: 7px 0 18px; line-height: 1.7; }
.pf-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: 4px; overflow: hidden; }
.pf-item { background: var(--bg); padding: 16px 18px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.pf-item .pf-plan { font-family: var(--f-latin); font-size: 1.2rem; color: var(--gold); font-weight: 600; }
.pf-item .pf-yrs { font-size: .72rem; color: var(--ink-soft); border: 1px solid color-mix(in oklab, var(--gold) 40%, transparent); border-radius: 999px; padding: 2px 9px; }
.pf-item .pf-price { margin-left: auto; font-family: var(--f-latin); font-weight: 600; font-size: 1.15rem; color: var(--ink); white-space: nowrap; }
@media (max-width: 600px) { .pf-grid { grid-template-columns: 1fr; } }

/* ---- "家族会員とは" explainer ---- */
.famex { margin: 0 auto clamp(34px, 5vw, 50px); max-width: 1000px; border: 1px solid var(--line); border-radius: 8px; background: color-mix(in oklab, var(--panel) 72%, transparent); padding: clamp(26px, 4vw, 40px); }
.famex-title { font-family: var(--f-serif); font-size: clamp(1.3rem, 2.6vw, 1.7rem); color: var(--ink); font-weight: 600; }
.famex-lead { color: var(--ink-soft); margin-top: 14px; line-height: 1.95; }
.famex-lead b { color: var(--ink); font-weight: 600; }
.famex-lead .hl2 { color: var(--gold); }
.famex-rel { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 3vw, 28px); flex-wrap: wrap; margin: 26px 0; padding: 26px 22px; border: 1px dashed var(--line); border-radius: 6px; background: var(--bg); }
.famex-main { text-align: center; }
.famex-main .r { display: block; font-family: var(--f-serif); font-size: 1.18rem; color: var(--gold); font-weight: 600; }
.famex-main .s { display: block; font-family: var(--f-latin); font-size: .8rem; color: var(--muted); letter-spacing: .04em; margin-top: 5px; }
.famex-arrow { font-size: .82rem; color: var(--ink-soft); white-space: nowrap; display: inline-flex; align-items: center; gap: 7px; }
.famex-arrow::before { content: "→"; color: var(--gold); font-size: 1.2rem; }
.famex-kin { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.kchip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--panel); font-size: .94rem; color: var(--ink); }
.kchip svg { width: 18px; height: 18px; color: var(--gold); flex: none; }
.famex-routes { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.route { border: 1px solid var(--line-soft); border-radius: 6px; padding: 22px; background: var(--bg); }
.route .rn { display: inline-block; font-family: var(--f-latin); font-size: .74rem; letter-spacing: .1em; color: var(--on-gold); background: var(--gold); padding: 3px 11px; border-radius: 999px; margin-bottom: 12px; }
.route b { display: block; font-size: 1.04rem; margin-bottom: 7px; }
.route p { color: var(--muted); font-size: .9rem; line-height: 1.75; margin: 0; }
.famex-note { color: var(--muted); font-size: .82rem; margin-top: 18px; line-height: 1.75; }
@media (max-width: 680px) { .famex-routes { grid-template-columns: 1fr; } .famex-rel { flex-direction: column; text-align: center; } .famex-arrow { transform: none; margin: 6px 0; } .famex-arrow::before { content: "↓"; } }
.flat-badge { display: inline-block; font-size: .72rem; letter-spacing: .1em; color: var(--gold); border: 1px solid var(--line); border-radius: 999px; padding: 3px 12px; margin-top: 8px; }

/* mobile price cards */
.pcards { display: none; }
.pcard { border: 1px solid var(--line-soft); border-radius: 4px; background: var(--panel); padding: 24px; margin-bottom: 16px; }
.pcard.featured { border-color: var(--gold); }
.pcard .ph { display: flex; align-items: baseline; gap: 10px; margin-bottom: 16px; }
.pcard .ph .plan { font-family: var(--f-latin); font-size: 1.5rem; color: var(--gold); }
.pcard .row { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--line-soft); font-size: .95rem; }
.pcard .row .lab { color: var(--muted); }
.pcard .row.save-row { color: var(--gold); font-weight: 600; }

/* ---- family example callout ---- */
.example-card {
  border: 1px solid var(--line); border-radius: 4px; padding: clamp(32px, 5vw, 60px);
  background: linear-gradient(135deg, color-mix(in oklab, var(--panel) 88%, var(--gold) 12%), var(--panel));
  position: relative; box-shadow: var(--shadow);
}
.example-card::before { content: ""; position: absolute; inset: 12px; border: 1px solid var(--line-soft); border-radius: 3px; pointer-events: none; }
.example-head { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 28px; }
.example-head .chip { font-family: var(--f-latin); font-size: .95rem; letter-spacing: .04em; color: var(--on-gold); background: var(--gold); padding: 6px 16px; border-radius: 999px; }
.example-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 20px; align-items: center; text-align: center; }
.ef-item .lab { font-size: .82rem; color: var(--ink-soft); letter-spacing: .04em; margin-bottom: 10px; }
.ef-item .amt { font-family: var(--f-latin); font-weight: 600; font-size: clamp(1.6rem, 4vw, 2.6rem); line-height: 1; }
.ef-item .amt.normal { color: var(--muted); text-decoration: line-through; }
.ef-item .amt.promo { color: var(--ink); }
.ef-item .amt.save { color: var(--gold); }
.ef-item .sub { font-size: .8rem; color: var(--muted); margin-top: 8px; }
.ef-op { font-family: var(--f-latin); font-size: 1.8rem; color: var(--gold); }
.example-note { color: var(--ink-soft); font-size: .95rem; margin-top: 26px; text-wrap: pretty; }
.example-big { text-align: center; margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.example-big .v { font-family: var(--f-latin); font-weight: 600; font-size: clamp(2.6rem, 7vw, 4.4rem); color: var(--gold); line-height: 1; }
.example-big .l { color: var(--ink-soft); margin-top: 8px; }

/* ---- audience grid ---- */
.audience { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: 3px; overflow: hidden; }
.aud { background: var(--bg); padding: 22px 26px; display: flex; gap: 14px; align-items: flex-start; transition: background .3s; }
.aud:hover { background: var(--panel); }
.aud .ck { color: var(--gold); flex: none; font-size: 1.05rem; margin-top: 1px; }
.aud p { margin: 0; font-size: .98rem; color: var(--ink-soft); }

/* ---- kin (family eligible) ---- */
.kin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.kin-item { border: 1px solid var(--line-soft); border-radius: 4px; background: var(--panel); padding: 32px 24px; text-align: center; transition: transform .3s, border-color .3s; }
.kin-item:hover { transform: translateY(-5px); border-color: var(--line); }
.kin-item .ic { width: 44px; height: 44px; color: var(--gold); margin: 0 auto 16px; }
.kin-item b { font-family: var(--f-serif); font-size: 1.2rem; display: block; }
.kin-item span { font-size: .86rem; color: var(--muted); display: block; margin-top: 6px; }
.kin-doc { margin-top: 26px; border: 1px dashed var(--line); border-radius: 3px; padding: 18px 22px; color: var(--ink-soft); font-size: .92rem; display: flex; gap: 14px; align-items: flex-start; }
.kin-doc .ic { color: var(--gold); flex: none; width: 22px; height: 22px; margin-top: 2px; }

/* ---- voucher ---- */
.voucher-card { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(30px, 5vw, 60px); align-items: center; border: 1px solid var(--line); border-radius: 4px; padding: clamp(32px, 5vw, 56px); background: var(--panel); box-shadow: var(--shadow); }
.voucher-visual { position: relative; }
.voucher-figure { margin: 0; }
.voucher-img { width: 100%; height: auto; display: block; border-radius: 10px; transform: rotate(-2deg); box-shadow: 0 34px 70px -30px rgba(0,0,0,.7); transition: transform .5s cubic-bezier(.16,.7,.3,1); }
.voucher-figure:hover .voucher-img { transform: rotate(0deg) scale(1.02); }
.voucher-figure figcaption { margin-top: 16px; color: var(--muted); font-size: .8rem; letter-spacing: .02em; text-align: center; }

/* ---- inline CTA band ---- */
.cta-band { text-align: center; padding: clamp(40px, 6vw, 72px) 0; }
.cta-band.tight { padding: 0; margin-top: clamp(36px, 5vw, 56px); }
.cta-band h3 { font-size: clamp(1.3rem, 2.6vw, 1.9rem); margin-bottom: 22px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---- final pre-form pitch ---- */
.preform { text-align: center; max-width: 720px; margin: 0 auto clamp(40px, 6vw, 64px); }
.preform h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
.preform p { color: var(--ink-soft); margin-top: 18px; text-wrap: pretty; }

/* ---- MedPark Evergreen VIP card ---- */
.eg-band { position: relative; overflow: hidden; }
.eg-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.eg-cardwrap { position: relative; }
.eg-cardwrap .eg-card {
  border-radius: 14px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: 0 40px 90px -36px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.04) inset;
  transform: rotate(-3deg); transition: transform .5s cubic-bezier(.16,.7,.3,1);
  aspect-ratio: 745 / 470; background: #2a1410;
}
.eg-cardwrap:hover .eg-card { transform: rotate(0deg) scale(1.02); }
.eg-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.eg-cardwrap .eg-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--on-gold); font-size: .76rem; letter-spacing: .08em;
  font-weight: 700; padding: 8px 18px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 10px 24px -10px var(--gold); z-index: 2;
}
.eg-cardname { text-align: center; margin-top: 26px; }
.eg-cardname .en { font-family: var(--f-latin); font-size: 1.9rem; color: var(--gold); letter-spacing: .02em; line-height: 1; }
.eg-cardname .jp { font-size: .92rem; color: var(--ink-soft); margin-top: 6px; letter-spacing: .04em; }

.eg-benefits { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: 4px; overflow: hidden; }
.eg-b { background: var(--bg); padding: 20px 22px; display: flex; gap: 14px; align-items: flex-start; transition: background .3s; }
.eg-b > div { min-width: 0; }
.eg-b:hover { background: var(--panel); }
.eg-b .ic { width: 26px; height: 26px; color: var(--gold); flex: none; margin-top: 1px; }
.eg-b b { display: block; font-size: .94rem; font-weight: 600; line-height: 1.5; overflow-wrap: break-word; }
.eg-b span { display: block; color: var(--muted); font-size: .8rem; margin-top: 3px; line-height: 1.6; overflow-wrap: break-word; }
.eg-note { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; color: var(--ink-soft); font-size: .9rem; }
.eg-note .pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; }
.eg-note .pill svg { width: 16px; height: 16px; color: var(--gold); }
.eg-disc { color: var(--muted); font-size: .8rem; margin-top: 18px; text-wrap: pretty; }

/* ---- compact center perks (送迎 + LINE) ---- */
.perks2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.perk {
  border: 1px solid var(--line-soft); border-radius: 4px; background: var(--panel);
  padding: clamp(26px, 3vw, 38px); display: flex; flex-direction: column;
  transition: transform .35s ease, border-color .35s ease;
}
.perk:hover { transform: translateY(-5px); border-color: var(--line); }
.perk .ph { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.perk .ph .ic { width: 44px; height: 44px; border: 1px solid var(--gold); border-radius: 10px; color: var(--gold); display: grid; place-items: center; flex: none; }
.perk .ph .ic svg { width: 24px; height: 24px; }
.perk .ph .tt b { display: block; font-family: var(--f-serif); font-size: 1.18rem; line-height: 1.4; }
.perk .ph .tt .badge { font-size: .72rem; letter-spacing: .04em; color: var(--gold); }
.perk p.lead2 { color: var(--ink-soft); font-size: .96rem; margin: 0 0 16px; text-wrap: pretty; }
.perk ul.pl { list-style: none; padding: 0; margin: 0 0 18px; }
.perk ul.pl li { padding: 10px 0 10px 24px; position: relative; border-top: 1px solid var(--line-soft); font-size: .92rem; color: var(--ink-soft); }
.perk ul.pl li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.perk .meta { margin-top: auto; display: grid; gap: 6px; font-size: .85rem; color: var(--muted); border-top: 1px solid var(--line-soft); padding-top: 16px; }
.perk .meta b { color: var(--ink-soft); font-weight: 600; }
.perk .lineid { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; margin-top: 4px; border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; color: var(--gold); font-size: .86rem; }
.perk .lineid svg { width: 15px; height: 15px; }

/* ---- v2 responsive ---- */
@media (max-width: 980px) {
  .about-tp { grid-template-columns: 1fr; }
  .voucher-card { grid-template-columns: minmax(0,1fr); }
  .voucher-visual { min-width: 0; }
  .kin { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .example-flow { grid-template-columns: 1fr; gap: 12px; }
  .ef-op { transform: rotate(90deg); }
  .eg-grid { grid-template-columns: 1fr; gap: 48px; }
  .eg-cardwrap { max-width: 420px; margin-inline: auto; }
  .perks2 { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
}
@media (max-width: 760px) {
  table.ptable { display: none; }
  .pcards { display: block; }
  .audience { grid-template-columns: 1fr; }
  .eg-benefits { grid-template-columns: 1fr; }
}
