@charset "UTF-8";

/* ==========================================================================
   江南ビューティーラウンジ ｜ Meta広告LP
   Production stylesheet — implemented from 江南ビューティーラウンジLP.dc.html
   (Claude Design handoff). Values are ported 1:1 from the design source.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design tokens
   -------------------------------------------------------------------------- */
:root {
  /* Base / surfaces */
  --c-page:        #EFE7E1; /* letterbox behind the 520px column */
  --c-ivory:       #FDFBF9; /* main background */
  --c-blush-50:    #FBF4F1;
  --c-blush-100:   #F7EDE9;
  --c-blush-200:   #FBEBE8;
  --c-sand:        #F4EDE6;

  /* Brand */
  --c-ink:         #2E2A28; /* body text — softened black */
  --c-coral:       #E86A7B; /* CTA accent */
  --c-coral-dark:  #d9556a;
  --c-coral-soft:  #E58A82;
  --c-dusty:       #E9C9C6; /* dusty pink */

  /* Text scale */
  --c-text-body:   #4d4641;
  --c-text-muted:  #5b544f;
  --c-text-sub:    #6b635d;
  --c-text-meta:   #776f68;
  --c-text-faint:  #8a8078;
  --c-text-note:   #a79a90;
  --c-eyebrow:     #C08A6E;
  --c-brand-en:    #B0A296;

  /* Lines */
  --c-line:        #EFE3DE;
  --c-line-soft:   #F1E7E2;
  --c-line-card:   #EFE0DA;
  --c-line-benefit:#F0DFD9;
  --c-line-rail:   #EEDCD6;

  /* Type */
  --f-sans:    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --f-mincho:  "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --f-display: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;

  /* Layout */
  --lp-width: 520px;
}

/* --------------------------------------------------------------------------
   2. Reset / document
   -------------------------------------------------------------------------- */
* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--c-page);
  -webkit-text-size-adjust: 100%;
}

/* Every <img> carries width/height attributes so the box is reserved before
   the file arrives (no CLS). `height: auto` stops those attributes from
   pinning a real height when only the width is styled — rules below that set
   an explicit height still win on specificity. */
img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--c-coral);
  text-decoration: none;
}
a:hover { color: var(--c-coral-dark); }

/* Visible keyboard focus — the design has no focus styling of its own. */
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 2px solid var(--c-coral);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --------------------------------------------------------------------------
   3. Page shell
   NOTE: the design prototype set `overflow: hidden` here. That silently
   disables `position: sticky` on both the header and the floating CTA
   (an overflow-hidden ancestor becomes the sticky scrollport), and the
   spec requires the floating LINE button to be 常時表示. Nothing in the
   layout overflows this box, so the clip is dropped.
   -------------------------------------------------------------------------- */
.lp {
  max-width: var(--lp-width);
  margin: 0 auto;
  background: var(--c-ivory);
  color: var(--c-ink);
  font-family: var(--f-sans);
  font-weight: 400;
  line-height: 1.85;
  position: relative;
}

/* --------------------------------------------------------------------------
   4. Shared atoms
   -------------------------------------------------------------------------- */
.eyebrow {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--c-eyebrow);
  margin: 0 0 8px;
}

.section-title {
  font-family: var(--f-mincho);
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  margin: 0 0 26px;
  line-height: 1.6;
}

.section-lead {
  text-align: center;
  font-size: 13px;
  color: var(--c-text-faint);
  margin: 0 0 26px;
}

.note {
  font-size: 11px;
  color: var(--c-text-note);
  margin: 16px 2px 0;
  line-height: 1.6;
}

.icon { flex: 0 0 auto; }

/* CTA buttons ------------------------------------------------------------- */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}

.btn--fv {
  background: var(--c-coral);
  color: #fff;
  font-size: 17px;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(232, 106, 123, 0.38);
}
.btn--fv:hover { color: #fff; }

.btn--inline {
  background: #fff;
  color: var(--c-coral);
  font-size: 16px;
  padding: 16px;
  border-radius: 14px;
}

.btn--final {
  background: var(--c-coral);
  color: #fff;
  font-size: 17px;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.btn--final:hover { color: #fff; }

.btn--floating {
  background: var(--c-coral);
  color: #fff;
  font-size: 16px;
  gap: 10px;
  padding: 17px;
  border-radius: 16px;
  box-shadow: 0 8px 26px rgba(232, 106, 123, 0.45);
}
.btn--floating:hover { color: #fff; }

/* --------------------------------------------------------------------------
   5. Header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: rgba(253, 251, 249, 0.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--c-line);
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.brand__ja {
  font-family: var(--f-mincho);
  font-size: 15px;
  letter-spacing: 0.18em;
  color: var(--c-ink);
}
.brand__en {
  font-size: 9px;
  letter-spacing: 0.32em;
  color: var(--c-brand-en);
}

.btn--header {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--c-coral);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 15px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 14px rgba(232, 106, 123, 0.35);
  white-space: nowrap;
}
.btn--header:hover { color: #fff; }

/* --------------------------------------------------------------------------
   6. ① FV
   -------------------------------------------------------------------------- */
.fv {
  position: relative;
  padding: 0 0 34px;
  background: linear-gradient(180deg, var(--c-ink) 0%, var(--c-ink) 62%, var(--c-ivory) 62%);
}

.fv__visual { position: relative; }

.fv__img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  object-position: 50% 18%;
  display: block;
}

/* Darkens the top and bottom so the white copy stays legible, and lands on
   the ink colour at the very bottom so the section seam is invisible. */
.fv__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(46, 42, 40, 0.55) 0%,
    rgba(46, 42, 40, 0.05) 26%,
    rgba(46, 42, 40, 0.10) 46%,
    rgba(46, 42, 40, 0.72) 78%,
    var(--c-ink) 100%
  );
}

.fv__badges {
  position: absolute;
  top: 16px;
  left: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.badge-cert {
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid var(--c-dusty);
  color: #b06b57;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 6px 12px;
  border-radius: 999px;
}

/* 縦組みキャッチ
   The design used `writing-mode: vertical-rl; letter-spacing: .22em`. That
   relies on the font supplying vertical metrics (vmtx), and Google Fonts'
   subsetted Japanese webfonts don't: every kanji comes back with a 0 advance,
   so the glyphs pile up on one another while kana and punctuation lay out
   normally. Verified in Chromium — it reproduces with generic `serif` too, so
   it is the font data, not the rule.

   Stacking one full-width glyph per line instead makes the advance come from
   line-height, which no font can take away:
     width 1.85em  — the same box the design's line-height produced (39px @21px),
                     too narrow for two 1em glyphs, so each one wraps to its own line
     line-height 1.22 — 1em glyph + the design's 0.22em tracking
   Net result is the same 21px column, same 256px height, same position. */
.fv__vertical {
  position: absolute;
  margin: 0;
  top: 66px;
  right: 20px;
  width: 1.85em;
  line-height: 1.22;
  /* 禁則処理 would otherwise keep 、 and 。 on the same line as the glyph
     before them, pairing them up sideways. In a one-glyph-per-line column
     that rule has nothing to protect, so opt out of it. */
  line-break: anywhere;
  word-break: break-all;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 21px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(46, 42, 40, 0.85), 0 0 18px rgba(46, 42, 40, 0.7);
}

.fv__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  padding: 0 22px;
}

.fv__flag {
  display: inline-block;
  background: var(--c-coral);
  color: #fff;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 16px;
  box-shadow: 0 6px 18px rgba(232, 106, 123, 0.5);
}

.fv__headline {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 46px;
  line-height: 1.28;
  letter-spacing: 0.005em;
  margin: 0 0 18px;
  color: #fff;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.55);
  text-wrap: balance;
}

/* Marker underline. Painted as a background gradient rather than a border so
   it tracks the text box exactly and survives the line wrap. */
.marker {
  background: linear-gradient(
    transparent 56%,
    var(--c-coral) 56%,
    var(--c-coral) 94%,
    transparent 94%
  );
}

.fv__sub {
  font-size: 14px;
  color: #F4ECE9;
  margin: 0;
  line-height: 1.8;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  text-wrap: pretty;
}
.fv__sub strong {
  color: #FF9AA6;
  font-weight: 700;
}

.fv__cta {
  padding: 26px 24px 0;
  position: relative;
  background: var(--c-ivory);
}
.fv__cta-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fv__cta-note {
  text-align: center;
  font-size: 11.5px;
  color: var(--c-text-note);
  margin: 0;
}

/* The 46px headline was set against the 520px design width. Its longest line
   （クリニック選び＝7字）needs ~323px, which overruns a 360px handset once the
   22px side padding is taken out — and would then collide with the 縦組み
   catch. These two steps only engage below the design width, so the 520px
   rendering is untouched. */
/* At 46px the longest line（渡韓パートナー。＝8字）needs ~377px, so anywhere
   under ~430px it wraps and turns the intended 4-line headline into 5 — which
   both pushes the block up into the 縦組み column and lets line 1 run under it.
   42px keeps all four lines intact down to 360px. */
@media (max-width: 429px) {
  .fv__headline { font-size: 42px; }
}
/* Narrower still: the sub-copy wraps further and lifts the whole block, so
   shorten the 縦組み column to keep the two clear of each other. */
@media (max-width: 389px) {
  .fv__vertical { font-size: 18px; }
}
@media (max-width: 359px) {
  .fv__headline { font-size: 38px; }
}

/* --------------------------------------------------------------------------
   7. ② お悩みチェック
   -------------------------------------------------------------------------- */
.worries {
  padding: 40px 24px;
  background: linear-gradient(180deg, var(--c-blush-100) 0%, var(--c-blush-50) 100%);
}
.worries__title {
  font-family: var(--f-mincho);
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin: 0 0 24px;
  line-height: 1.6;
}
.worries__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.worry {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--c-line-card);
  border-radius: 14px;
  padding: 15px 18px;
  font-size: 14.5px;
  box-shadow: 0 2px 10px rgba(200, 170, 160, 0.10);
  cursor: pointer;
}
/* The UA's default checkbox margin is intentionally left in place — the
   design's 18px card padding + 14px flex gap were spaced against it. */
.da-chk {
  accent-color: var(--c-coral);
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.worries__close {
  text-align: center;
  font-family: var(--f-mincho);
  font-size: 16.5px;
  line-height: 1.75;
  margin: 24px 0 0;
  color: var(--c-ink);
}
.worries__close em {
  color: var(--c-coral);
  font-weight: 600;
  font-style: normal;
}

/* --------------------------------------------------------------------------
   8. ③ ABOUT US
   -------------------------------------------------------------------------- */
.about { padding: 48px 24px 44px; }

.about__title {
  font-family: var(--f-mincho);
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  margin: 0 0 22px;
  line-height: 1.6;
}
.about__figure {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(180, 150, 140, 0.20);
  margin: 0 0 22px;
}
.about__img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.about__text {
  font-size: 15px;
  color: var(--c-text-body);
  text-align: center;
  margin: 0 0 26px;
  text-wrap: pretty;
}
.about__text strong {
  color: var(--c-ink);
  font-weight: 700;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: center;
}
.stat {
  background: var(--c-blush-50);
  border-radius: 14px;
  padding: 18px 6px;
}
.stat__value {
  font-family: var(--f-mincho);
  font-size: 26px;
  color: var(--c-coral);
  font-weight: 600;
}
.stat__label {
  font-size: 11px;
  color: var(--c-text-meta);
  margin-top: 4px;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   9. ④ 選ばれる理由
   -------------------------------------------------------------------------- */
.reasons {
  padding: 46px 24px;
  background: var(--c-sand);
}
.reasons__title { margin-bottom: 28px; }
.reasons__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reason {
  display: flex;
  gap: 16px;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 6px 20px rgba(180, 150, 140, 0.14);
}
.reason__num {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--c-blush-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-mincho);
  font-size: 18px;
  color: var(--c-coral);
  font-weight: 600;
}
.reason__title {
  font-family: var(--f-mincho);
  font-size: 17px;
  font-weight: 600;
  margin: 2px 0 8px;
}
.reason__text {
  font-size: 13.5px;
  color: var(--c-text-muted);
  margin: 0;
  line-height: 1.8;
}

/* --------------------------------------------------------------------------
   10. ⑤ サポートフロー
   -------------------------------------------------------------------------- */
.flow { padding: 48px 24px 44px; }

.flow__title {
  font-family: var(--f-mincho);
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  margin: 0 0 6px;
  line-height: 1.6;
}
.flow__lead {
  text-align: center;
  font-size: 13px;
  color: var(--c-text-faint);
  margin: 0 0 30px;
}
.flow__stages {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.flow__stage-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-dusty);
  color: #7a4c3f;
  font-family: var(--f-mincho);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.flow__figure {
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 14px;
  box-shadow: 0 8px 22px rgba(180, 150, 140, 0.16);
}
.flow__img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

/* Timeline rail */
.timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  border-left: 2px solid var(--c-line-rail);
  margin-left: 8px;
}
.timeline__item {
  position: relative;
  padding: 0 0 16px;
}
.timeline__item:last-child { padding-bottom: 0; }

/* 渡韓前 keeps its trailing 14px on the last item, as authored. */
.timeline--tight .timeline__item,
.timeline--tight .timeline__item:last-child { padding-bottom: 14px; }
.timeline__item::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c-coral);
  border: 3px solid var(--c-blush-200);
}
.timeline__title {
  font-size: 14.5px;
  font-weight: 700;
}
.timeline__text {
  font-size: 13px;
  color: var(--c-text-sub);
  margin: 2px 0 0;
  line-height: 1.8;
}
.timeline--tight .timeline__text { line-height: 1.85; }

/* --------------------------------------------------------------------------
   11. Inline CTA
   -------------------------------------------------------------------------- */
.cta-inline { padding: 0 24px 44px; }

.cta-inline__card {
  background: linear-gradient(135deg, var(--c-coral) 0%, var(--c-coral-soft) 100%);
  border-radius: 22px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 14px 32px rgba(232, 106, 123, 0.32);
}
.cta-inline__copy {
  font-family: var(--f-mincho);
  color: #fff;
  font-size: 18px;
  margin: 0 0 16px;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   12. ⑥ 特典
   -------------------------------------------------------------------------- */
.benefits {
  padding: 46px 24px;
  background: linear-gradient(180deg, var(--c-blush-50) 0%, var(--c-blush-100) 100%);
}
.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--c-line-benefit);
  border-radius: 16px;
  padding: 20px;
}
.benefit__icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--c-blush-200);
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit__title {
  font-family: var(--f-mincho);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}
.benefit__text {
  font-size: 12.5px;
  color: var(--c-text-sub);
  margin: 0;
}

/* --------------------------------------------------------------------------
   13. ⑦ 提携クリニック
   -------------------------------------------------------------------------- */
.clinics { padding: 48px 24px 44px; }

.clinics__title {
  font-family: var(--f-mincho);
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  margin: 0 0 8px;
  line-height: 1.6;
}
.clinics__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.clinics__cell {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(180, 150, 140, 0.16);
  margin: 0;
}
.clinics__img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
.clinics__img--doctor { object-position: 50% 20%; }

/* --------------------------------------------------------------------------
   14. 症例（参考）
   -------------------------------------------------------------------------- */
.cases { padding: 0 24px 44px; }

.cases__card {
  background: var(--c-sand);
  border-radius: 20px;
  padding: 26px 20px;
}
.cases__title {
  font-family: var(--f-mincho);
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  margin: 0 0 6px;
}
.cases__lead {
  text-align: center;
  font-size: 12px;
  color: var(--c-text-faint);
  margin: 0 0 20px;
}
.cases__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cases__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.case {
  margin: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(180, 150, 140, 0.16);
  background: #fff;
}

/* ⚠ DO NOT change these aspect-ratio / object-position pairs.
   case_eye.jpg (722×400) and case_face.jpg (722×470) have Korean captions
   （「수술 전」「수술 후 3개월」「수술 후 1년」）burned into the pixels at the
   top and bottom edges. The crop is what removes them; the Japanese 術前/
   術後 badges below are the replacement. Loosening the crop makes the
   Korean text reappear. */
.case__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.case__frame--eye  { aspect-ratio: 722 / 316; }
.case__frame--face { aspect-ratio: 722 / 423; }

.case__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case__img--eye  { object-position: 50% 43%; }
.case__img--face { object-position: 50% 0%; }

/* case_nose.jpg already carries Japanese 手術前／手術後 labels — shown uncropped. */
.case__img--plain {
  width: 100%;
  display: block;
}

.case__tag {
  position: absolute;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}
.case__tag--before { background: rgba(46, 42, 40, 0.72); top: 8px; left: 8px; }
.case__tag--after  { background: rgba(232, 106, 123, 0.9); bottom: 8px; right: 8px; }

.case__tag--sm {
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 5px;
  top: auto;
  bottom: 6px;
}
.case__tag--sm.case__tag--before { left: 6px; }
.case__tag--sm.case__tag--after  { right: 6px; }

.case__caption {
  font-size: 11px;
  color: var(--c-text-meta);
  background: #fff;
  padding: 8px 12px;
}
.cases__note {
  font-size: 10.5px;
  color: var(--c-text-note);
  margin: 16px 0 0;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   15. ⑧ お客様の声
   -------------------------------------------------------------------------- */
.voice {
  padding: 46px 24px;
  background: var(--c-blush-100);
}
.voice__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.voice__card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(180, 150, 140, 0.12);
  margin: 0;
}
.voice__mark {
  color: var(--c-dusty);
  font-family: var(--f-mincho);
  font-size: 30px;
  line-height: 0.6;
  margin-bottom: 8px;
}
.voice__text {
  font-size: 14px;
  color: var(--c-text-body);
  margin: 0 0 14px;
  line-height: 1.85;
}
.voice__who {
  font-size: 12px;
  color: var(--c-text-faint);
}
.voice__note {
  font-size: 10.5px;
  color: var(--c-text-note);
  margin: 16px 2px 0;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   16. ⑨ 費用の考え方
   -------------------------------------------------------------------------- */
.cost { padding: 48px 24px 44px; }

.cost__title {
  font-family: var(--f-mincho);
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  margin: 0 0 8px;
  line-height: 1.6;
}
.cost__lead {
  text-align: center;
  font-family: var(--f-mincho);
  font-size: 16px;
  color: var(--c-coral);
  margin: 0 0 26px;
}
.cost__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cost__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--c-blush-50);
  border-radius: 14px;
  padding: 18px;
}
.cost__item .icon { margin-top: 1px; }
.cost__text {
  margin: 0;
  font-size: 14px;
  color: var(--c-text-body);
  line-height: 1.75;
}
.cost__text strong { color: var(--c-ink); }

/* --------------------------------------------------------------------------
   17. ⑩ FAQ
   -------------------------------------------------------------------------- */
.faq {
  padding: 46px 24px;
  background: var(--c-sand);
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq__item {
  background: #fff;
  border-radius: 14px;
  padding: 2px 18px;
  box-shadow: 0 3px 12px rgba(180, 150, 140, 0.10);
}
.faq__item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
  font-size: 14.5px;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
}
.faq__item > summary::-webkit-details-marker { display: none; }

.faq-plus {
  flex: 0 0 auto;
  color: var(--c-coral);
  font-size: 20px;
  transition: transform 0.2s;
}
.faq__item[open] .faq-plus { transform: rotate(45deg); }

.faq__answer {
  margin: 0 0 16px;
  font-size: 13.5px;
  color: var(--c-text-muted);
  line-height: 1.85;
}

@media (prefers-reduced-motion: reduce) {
  .faq-plus { transition: none; }
}

/* --------------------------------------------------------------------------
   18. ⑪ 運営会社
   -------------------------------------------------------------------------- */
.company { padding: 44px 24px; }

.company__title {
  font-family: var(--f-mincho);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin: 0 0 24px;
}
.company__table {
  border: 1px solid var(--c-line);
  border-radius: 16px;
  overflow: hidden;
  margin: 0;
}
.company__row {
  display: flex;
  padding: 15px 18px;
  border-bottom: 1px solid var(--c-line-soft);
  font-size: 13px;
}
.company__row:last-child { border-bottom: 0; }
.company__key {
  flex: 0 0 96px;
  color: var(--c-text-faint);
  margin: 0;
}
.company__val {
  color: var(--c-ink);
  margin: 0;
}

/* --------------------------------------------------------------------------
   19. ⑫ 最終CTA
   -------------------------------------------------------------------------- */
.cta-final { padding: 10px 24px 60px; }

.cta-final__card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(180, 120, 120, 0.28);
}
.cta-final__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 50% 22%;
  display: block;
}
.cta-final__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46, 42, 40, 0.15), rgba(46, 42, 40, 0.75));
}
.cta-final__body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 24px;
  text-align: center;
}
.cta-final__copy {
  font-family: var(--f-mincho);
  color: #fff;
  font-size: 22px;
  line-height: 1.55;
  margin: 0 0 8px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.cta-final__note {
  color: #f6e9e6;
  font-size: 12.5px;
  margin: 0 0 18px;
}

/* --------------------------------------------------------------------------
   20. Footer
   -------------------------------------------------------------------------- */
.site-footer {
  padding: 24px;
  text-align: center;
  background: var(--c-ink);
  color: #c9bcb2;
}
.site-footer__ja {
  font-family: var(--f-mincho);
  font-size: 14px;
  letter-spacing: 0.16em;
  color: #fff;
  margin-bottom: 6px;
}
.site-footer__en {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #9c9089;
  margin-bottom: 16px;
}
.site-footer__legal {
  font-size: 10.5px;
  color: #9c9089;
  line-height: 1.8;
  margin: 0;
}

/* --------------------------------------------------------------------------
   21. ⑬ 追従CTA
   -------------------------------------------------------------------------- */
.floating-cta {
  position: sticky;
  bottom: 0;
  z-index: 50;
  padding: 10px 14px calc(14px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(
    180deg,
    rgba(253, 251, 249, 0) 0%,
    rgba(253, 251, 249, 0.9) 40%,
    var(--c-ivory) 100%
  );
}

/* --------------------------------------------------------------------------
   22. Print
   -------------------------------------------------------------------------- */
@media print {
  .site-header,
  .floating-cta { display: none; }
  body { background: #fff; }
}
