@charset "UTF-8";
/* ============================================================
   あいとわ｜結婚相談所・婚活/恋活コーチング  style.css  v3
   構成: 1.トークン → 2.リセット/ベース → 3.レイアウト
        → 4.コンポーネント → 5.モーション → 6.停止ポリシー
   デザイン方向: 白×淡いピンク×シャンパンゴールド。
   デモサイトの空気(明るく・やわらかく・信頼できる)を上質に引き上げる
   シグネチャー: 縁(えん)= 二重のローズゴールドの環 + 金の細い罫
   ============================================================ */

/* ---------- 1. トークン ---------- */
:root {
  --color-bg: #ffffff;
  --color-bg-2: #fdf7f7;          /* ほんのり桜色の地 */
  --color-bg-3: #f8eef0;          /* 帯・CTAの薄いピンク */
  --color-surface: #ffffff;
  --color-text: #2c2a30;
  --color-muted: #7d7680;
  --color-rose: #d48e9b;          /* ローズ: 見出しの点・ラベル */
  --color-rose-deep: #c46f80;     /* ローズ濃: 強調・ホバー */
  --color-rose-soft: #f3dde1;     /* ローズ淡: 背景・罫 */
  --color-gold: #c9ab6c;          /* シャンパンゴールド: 細罫・英字 */
  --color-line: #ece4e6;
  --color-ink: #2c2a30;
  --color-line-brand: #06c755;    /* LINE公式カラー */

  --font-en: "Cormorant Garamond", "Times New Roman", serif;
  --font-display: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;

  --space: 8px;
  --section-pad: clamp(72px, 10vw, 128px);
  --container: 1120px;
  --container-narrow: 760px;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 14px 40px rgba(120, 80, 90, 0.10);
  --shadow-sm: 0 6px 18px rgba(120, 80, 90, 0.08);

  --z-header: 100;
  --z-nav: 400;               /* SP固定CTA(300)より手前 */
  --z-fixed-cta: 300;
  --z-modal: 1000;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 0.9s;
}

/* ---------- 2. リセット/ベース ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.95;
  font-size: 15.5px;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: anywhere;
}

img, video, svg { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; transition: color 0.3s, opacity 0.3s, transform 0.3s; }
a:hover { color: var(--color-rose-deep); }

:focus-visible { outline: 2px solid var(--color-rose-deep); outline-offset: 3px; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-text);
}

::selection { background: var(--color-rose-soft); color: var(--color-text); }

strong { font-weight: 600; }

/* ---------- 3. レイアウト ---------- */
.container { width: min(var(--container), 100% - 44px); margin-inline: auto; }
.container--narrow { width: min(var(--container-narrow), 100% - 44px); margin-inline: auto; }

.section { padding-block: var(--section-pad); position: relative; }
.section--tight { padding-block: calc(var(--section-pad) * 0.6); }
.section--soft { background: var(--color-bg-2); }
.section--pink { background: linear-gradient(180deg, var(--color-bg-3), var(--color-bg-2)); }

/* 見出し: 英字(金・イタリック) + 和文 + 金の細い罫 */
.section-head { margin-bottom: calc(var(--space) * 7); }
.section-head--center { text-align: center; }
.section-head__en {
  display: block;
  font-family: var(--font-en); font-style: italic; font-weight: 500;
  font-size: clamp(15px, 1.4vw, 18px); letter-spacing: 0.14em;
  color: var(--color-gold);
  margin-bottom: calc(var(--space) * 1.5);
}
.section-head__title { font-size: clamp(26px, 3.8vw, 40px); }
.section-head__rule {
  width: 40px; height: 1px; background: var(--color-gold);
  margin-top: calc(var(--space) * 3); transform-origin: left center;
}
.section-head--center .section-head__rule { margin-inline: auto; transform-origin: center; }
.section-head__note { margin-top: calc(var(--space) * 3); color: var(--color-muted); max-width: 40em; }
.section-head--center .section-head__note { margin-inline: auto; }

.lead { font-size: clamp(15.5px, 1.5vw, 17px); }
.note { font-size: 12.5px; color: var(--color-muted); line-height: 1.9; }
.note a, .prose a, .faq__a a { color: var(--color-rose-deep); border-bottom: 1px solid var(--color-rose-soft); }

/* ---------- 4. コンポーネント ---------- */

/* 縁のマーク: 二重の環 */
.rings { display: block; }
.rings circle {
  fill: none; stroke: var(--color-rose); stroke-width: 1.4;
  stroke-dasharray: 400; stroke-dashoffset: 400;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.rings circle:nth-child(2) { stroke: var(--color-gold); transition-delay: 0.3s; }
.is-inview .rings circle, .rings.is-inview circle { stroke-dashoffset: 0; }
.rings--static circle { stroke-dasharray: none; stroke-dashoffset: 0; }

/* ヘッダー */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: var(--z-header);
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 16px clamp(18px, 3vw, 40px);
  background: rgba(255, 255, 255, 0.96);
  /* backdrop-filter は使わない: 子要素の position:fixed（SPメニュー）の基準がヘッダーになり、
     メニューが高さ76pxの帯に閉じ込められて崩れる */
  transition: box-shadow 0.4s, padding 0.4s;
}
.site-header.is-scrolled { box-shadow: 0 1px 0 var(--color-line), 0 8px 24px rgba(120, 80, 90, 0.06); padding-block: 12px; }
.site-header__logo { display: flex; align-items: center; gap: 10px; }
.site-header__logo .rings { width: 34px; height: 34px; }
.site-header__mark { width: auto; height: 34px; }
.site-header__wordmark {
  font-family: var(--font-display); font-weight: 600; font-size: 21px; letter-spacing: 0.16em; line-height: 1;
}
.site-header__wordmark small {
  display: block; margin-top: 5px;
  font-family: var(--font-en); font-style: italic; font-weight: 500;
  font-size: 11px; letter-spacing: 0.2em; color: var(--color-gold);
}
.site-header__right { display: flex; align-items: center; gap: 14px; }

.global-nav ul { display: flex; gap: clamp(14px, 2vw, 28px); list-style: none; padding: 0; }
.global-nav a { font-size: 13px; letter-spacing: 0.08em; white-space: nowrap; padding-bottom: 4px; position: relative; }
.global-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--color-rose); transform: scaleX(0); transform-origin: right; transition: transform 0.35s var(--ease-out);
}
.global-nav a:hover::after, .global-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.global-nav a[aria-current="page"] { color: var(--color-rose-deep); }

.nav-toggle {
  display: none; width: 44px; height: 44px;
  background: none; border: none; cursor: pointer; position: relative; z-index: calc(var(--z-nav) + 1);
}
.nav-toggle span { display: block; width: 24px; height: 1.5px; margin: 6px auto; background: var(--color-text); transition: transform 0.3s, opacity 0.3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 1023px) {
  .nav-toggle { display: block; }
  .global-nav {
    position: fixed; inset: 0; z-index: var(--z-nav);
    background: #ffffff;
    display: grid; place-content: center;
    opacity: 0; visibility: hidden; transition: opacity 0.4s, visibility 0.4s;
  }
  .global-nav.is-open { opacity: 1; visibility: visible; }
  .global-nav ul { flex-direction: column; text-align: center; gap: calc(var(--space) * 3.5); }
  .global-nav a { font-family: var(--font-display); font-size: 19px; letter-spacing: 0.16em; }
  .site-header__right .button { display: none; }
}

/* ボタン */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 34px;
  background: var(--color-rose-deep); color: #fff;
  border: 1px solid var(--color-rose-deep); border-radius: 999px;
  font-family: var(--font-body); font-weight: 600;
  font-size: 14px; letter-spacing: 0.1em;
  cursor: pointer; box-shadow: 0 8px 20px rgba(196, 111, 128, 0.22);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s, background 0.3s, color 0.3s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(196, 111, 128, 0.3); color: #fff; }
.button:disabled { opacity: 0.5; cursor: wait; transform: none; }
.button--line { background: var(--color-line-brand); border-color: var(--color-line-brand); box-shadow: 0 8px 20px rgba(6, 199, 85, 0.22); }
.button--line:hover { box-shadow: 0 12px 26px rgba(6, 199, 85, 0.3); }
.button--line::before {
  content: ""; width: 20px; height: 20px; border-radius: 50%; background: #fff; flex: none;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 3C6.5 3 2 6.6 2 11c0 2.6 1.6 4.9 4 6.4-.1.9-.5 2.6-.6 3 0 .3.2.4.4.3.3-.1 3.3-2.2 4.5-3.1.6.1 1.1.1 1.7.1 5.5 0 10-3.6 10-8S17.5 3 12 3z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 3C6.5 3 2 6.6 2 11c0 2.6 1.6 4.9 4 6.4-.1.9-.5 2.6-.6 3 0 .3.2.4.4.3.3-.1 3.3-2.2 4.5-3.1.6.1 1.1.1 1.7.1 5.5 0 10-3.6 10-8S17.5 3 12 3z'/></svg>") center/contain no-repeat;
}
.button--outline { background: #fff; color: var(--color-text); border-color: var(--color-line); box-shadow: none; }
.button--outline:hover { color: var(--color-rose-deep); border-color: var(--color-rose); box-shadow: var(--shadow-sm); }
.button--sm { min-height: 42px; padding: 0 20px; font-size: 12.5px; }
.button--wide { width: 100%; }

/* ヒーロー: 白〜桜色の地に、コピーとカウンセラー写真 */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(120px, 15vw, 168px) 0 clamp(56px, 7vw, 88px);
  background: linear-gradient(160deg, #ffffff 0%, #fdf5f6 55%, #f8eaee 100%);
}
.hero__deco {
  position: absolute; z-index: 0; pointer-events: none; opacity: 0.55;
  width: clamp(320px, 42vw, 620px); right: -6%; top: -8%;
}
@media (max-width: 899px) { .hero__deco { right: -34%; top: 2%; opacity: 0.3; } }
.hero__grid { position: relative; z-index: 1; display: grid; gap: clamp(32px, 5vw, 64px); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .hero__grid { grid-template-columns: 1.1fr 0.9fr; } .hero__photo { order: 2; } }

.hero__kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-en); font-style: italic; font-weight: 500;
  font-size: 15px; letter-spacing: 0.16em; color: var(--color-gold);
  margin-bottom: calc(var(--space) * 3);
}
.hero__kicker::before { content: ""; width: 28px; height: 1px; background: var(--color-gold); }
.hero__title {
  font-size: clamp(36px, 6.6vw, 68px);
  line-height: 1.3; letter-spacing: 0.04em;
}
.hero__title em { font-style: normal; color: var(--color-rose-deep); }
.hero__sub {
  margin-top: calc(var(--space) * 3);
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(16px, 2vw, 21px); color: var(--color-text); letter-spacing: 0.06em;
}
.hero__rule { display: flex; align-items: center; gap: 12px; margin: calc(var(--space) * 3) 0; color: var(--color-rose); }
.hero__rule::before, .hero__rule::after { content: ""; height: 1px; width: 56px; background: var(--color-gold); }
.hero__rule .rings { width: 22px; height: 22px; }
.hero__lead { max-width: 32em; color: var(--color-muted); }
.hero__points {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
  margin-top: calc(var(--space) * 4); padding: 0; list-style: none;
}
@media (min-width: 560px) { .hero__points { grid-template-columns: repeat(4, 1fr); } }
.hero__points li {
  display: grid; gap: 6px; justify-items: center; text-align: center;
  padding: 14px 8px; background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--color-rose-soft); border-radius: var(--radius-sm);
  font-size: 12px; line-height: 1.5; letter-spacing: 0.02em;
}
.hero__points .rings { width: 22px; height: 22px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: calc(var(--space) * 4); }
.hero__note { margin-top: calc(var(--space) * 2); font-size: 12.5px; color: var(--color-muted); }

.hero__photo { position: relative; max-width: 520px; margin-inline: auto; width: 100%; }
.hero__photo::before {
  content: ""; position: absolute; inset: 14px -14px -14px 14px;
  border: 1px solid var(--color-gold); border-radius: var(--radius); opacity: 0.6; pointer-events: none;
}
.hero__photo img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero__caption {
  position: absolute; left: -10px; bottom: 22px;
  background: #fff; border-radius: var(--radius-sm);
  padding: 12px 18px; font-size: 12.5px; line-height: 1.7;
  box-shadow: var(--shadow-sm); border-left: 3px solid var(--color-rose);
  max-width: 78%;
}
.hero__caption b { font-family: var(--font-display); font-size: 14px; }

/* 選べる入り口(カード3枚) */
.choose { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 860px) { .choose { grid-template-columns: repeat(3, 1fr); } }
.card {
  display: flex; flex-direction: column;
  background: var(--color-surface); border: 1px solid var(--color-line); border-radius: var(--radius);
  padding: clamp(26px, 3vw, 36px) clamp(22px, 2.6vw, 30px);
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card__no { font-family: var(--font-en); font-style: italic; font-size: 15px; letter-spacing: 0.14em; color: var(--color-gold); }
.card__title { font-size: clamp(20px, 2.3vw, 24px); margin-top: 8px; }
.card__text { margin-top: 14px; color: var(--color-muted); font-size: 14px; }
.card__list { margin: 18px 0 26px; padding: 0; list-style: none; display: grid; gap: 8px; font-size: 13.5px; }
.card__list li { position: relative; padding-left: 20px; }
.card__list li::before { content: ""; position: absolute; left: 0; top: 0.82em; width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid var(--color-rose); }
.card__foot { margin-top: auto; }

/* 約束(信頼要素) */
.promise { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .promise { grid-template-columns: repeat(3, 1fr); } }
.promise__item { text-align: center; padding: 30px 22px; background: #fff; border-radius: var(--radius); border: 1px solid var(--color-rose-soft); }
.promise__num { font-family: var(--font-en); font-weight: 500; font-size: 40px; line-height: 1; color: var(--color-gold); }
.promise__item h3 { font-size: 18px; margin-top: 12px; }
.promise__item p { margin-top: 10px; font-size: 13.5px; color: var(--color-muted); }

/* 数字 */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 860px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { text-align: center; padding: 26px 16px; background: #fff; border-radius: var(--radius); border: 1px solid var(--color-line); }
.stat__num { font-family: var(--font-en); font-weight: 500; font-size: clamp(38px, 4.6vw, 56px); line-height: 1; color: var(--color-rose-deep); }
.stat__num small { font-family: var(--font-display); font-size: 0.36em; margin-left: 4px; color: var(--color-text); }
.stat__label { margin-top: 10px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; }
.stat__note { margin-top: 2px; font-size: 11.5px; color: var(--color-muted); }

/* 言い換え: 恋愛では弱点、結婚では資質 */
.shift { list-style: none; padding: 0; display: grid; gap: 12px; }
.shift li {
  display: grid; grid-template-columns: 1fr; gap: 4px 20px; align-items: center;
  background: #fff; border-radius: var(--radius-sm); border: 1px solid var(--color-line);
  padding: 18px 22px;
}
@media (min-width: 720px) { .shift li { grid-template-columns: 0.8fr 32px 1.6fr; padding: 20px 26px; } }
.shift__before { font-family: var(--font-display); font-size: clamp(15.5px, 1.7vw, 18px); color: var(--color-muted); position: relative; display: inline-block; }
.shift__before::after {
  content: ""; position: absolute; left: 0; right: 0; top: 54%; height: 1.5px; background: var(--color-rose);
  transform: scaleX(0); transform-origin: left; transition: transform 0.6s var(--ease-out) 0.2s;
}
.is-inview .shift__before::after { transform: scaleX(1); }
.shift__arrow { display: none; text-align: center; color: var(--color-gold); font-family: var(--font-en); font-size: 20px; }
@media (min-width: 720px) { .shift__arrow { display: block; } }
.shift__after {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(17px, 2vw, 21px); color: var(--color-text);
  opacity: 0; transform: translateX(-8px); transition: opacity 0.7s var(--ease-out) 0.5s, transform 0.7s var(--ease-out) 0.5s;
  text-wrap: balance; line-break: strict;
}
.is-inview .shift__after { opacity: 1; transform: none; }
.shift__after small { display: block; margin-top: 4px; font-family: var(--font-body); font-weight: 400; font-size: 12.5px; color: var(--color-muted); }

/* 料金プラン */
.plans { display: grid; gap: 22px; grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 900px) { .plans { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.plan {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--color-line); border-radius: var(--radius);
  padding: clamp(30px, 3.2vw, 40px) clamp(22px, 2.6vw, 30px) clamp(26px, 2.6vw, 30px);
  box-shadow: var(--shadow-sm);
}
.plan--recommend { border-color: var(--color-rose); box-shadow: 0 18px 44px rgba(196, 111, 128, 0.16); }
.plan__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--color-rose-deep); color: #fff; border-radius: 999px;
  font-size: 11px; letter-spacing: 0.14em; font-weight: 600; padding: 6px 18px; white-space: nowrap;
}
.plan__en { font-family: var(--font-en); font-style: italic; font-size: 15px; color: var(--color-gold); letter-spacing: 0.12em; text-align: center; }
.plan__name { font-size: clamp(21px, 2.3vw, 25px); text-align: center; margin-top: 4px; }
.plan__for { text-align: center; font-size: 12.5px; color: var(--color-muted); margin-top: 8px; min-height: 3em; }
.plan__rows { list-style: none; padding: 0; margin: 20px 0 0; border-top: 1px solid var(--color-line); }
.plan__rows li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--color-line); }
.plan__rows .k { font-size: 12.5px; color: var(--color-muted); }
.plan__rows .v { font-family: var(--font-en); font-weight: 500; font-size: clamp(22px, 2.2vw, 27px); color: var(--color-text); line-height: 1; }
.plan__rows .v small { font-family: var(--font-body); font-size: 11.5px; color: var(--color-muted); margin-left: 3px; }
.plan__rows .v.is-accent { color: var(--color-rose-deep); }
.plan__feat { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; font-size: 13px; }
.plan__feat li { position: relative; padding-left: 20px; }
.plan__feat li::before { content: ""; position: absolute; left: 0; top: 0.8em; width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid var(--color-rose); }
.plan__foot { margin-top: auto; padding-top: 26px; }

/* 比較表 */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 13.5px; min-width: 760px; background: #fff; border: 1px solid var(--color-line); border-radius: var(--radius-sm); overflow: hidden; }
.compare th, .compare td { padding: 15px 14px; border-bottom: 1px solid var(--color-line); text-align: center; vertical-align: middle; }
.compare thead th { font-family: var(--font-display); font-weight: 600; font-size: 16px; background: var(--color-bg-2); letter-spacing: 0.08em; }
.compare thead th:first-child, .compare tbody th { text-align: left; font-family: var(--font-body); font-weight: 500; font-size: 13px; color: var(--color-muted); width: 26%; }
.compare tbody th { color: var(--color-text); }
.compare .col-rec { background: #fdf3f5; }
.compare thead .col-rec { color: var(--color-rose-deep); }
.compare .ok { color: var(--color-rose-deep); font-family: var(--font-en); font-size: 18px; }
.compare .no { color: var(--color-muted); opacity: 0.6; }
.compare .price { font-family: var(--font-en); font-weight: 500; font-size: 20px; }
.compare .price small { font-family: var(--font-body); font-size: 11px; color: var(--color-muted); margin-left: 2px; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: none; }

/* 価格表(下層・簡易) */
.price-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14px; background: #fff; border: 1px solid var(--color-line); border-radius: var(--radius-sm); overflow: hidden; }
.price-table th, .price-table td { padding: 15px 16px; border-bottom: 1px solid var(--color-line); text-align: left; vertical-align: top; }
.price-table thead th { font-size: 11.5px; letter-spacing: 0.16em; color: var(--color-gold); font-weight: 500; background: var(--color-bg-2); }
.price-table tbody th { font-weight: 500; color: var(--color-muted); width: 34%; font-size: 13px; }
.price-table tbody tr:last-child th, .price-table tbody tr:last-child td { border-bottom: none; }
.price-table td:last-child { text-align: right; font-family: var(--font-en); font-weight: 500; font-size: 19px; white-space: nowrap; }
.price-table td:last-child small { font-family: var(--font-body); font-size: 11px; color: var(--color-muted); }
.price-table td.is-text { text-align: left; font-family: var(--font-body); font-weight: 400; font-size: 14px; white-space: normal; }

/* 流れ */
.flow { list-style: none; padding: 0; display: grid; gap: 22px; }
@media (min-width: 900px) { .flow { grid-template-columns: repeat(5, 1fr); gap: 14px; } }
.flow li { position: relative; background: #fff; border: 1px solid var(--color-line); border-radius: var(--radius); padding: 24px 20px 26px; }
.flow__no { font-family: var(--font-en); font-weight: 500; font-size: 34px; line-height: 1; color: var(--color-gold); }
.flow h3 { font-size: 16.5px; margin-top: 12px; }
.flow p { margin-top: 8px; font-size: 13px; color: var(--color-muted); line-height: 1.85; }

/* カウンセラー */
.counselor { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
@media (min-width: 900px) { .counselor { grid-template-columns: 0.85fr 1.15fr; } }
.counselor__photo { position: relative; max-width: 460px; width: 100%; margin-inline: auto; }
.counselor__photo::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--color-gold); border-radius: var(--radius); opacity: 0.6; pointer-events: none; }
.counselor__photo img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.counselor__role { font-family: var(--font-en); font-style: italic; font-size: 16px; letter-spacing: 0.14em; color: var(--color-gold); }
.counselor__name { font-size: clamp(26px, 3vw, 36px); margin-top: 6px; }
.counselor__name small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 12px; letter-spacing: 0.2em; color: var(--color-muted); margin-top: 8px; }
.counselor__body { margin-top: 24px; }
.counselor__body p + p { margin-top: 1.3em; }
.counselor__sign { margin-top: 26px; font-family: var(--font-en); font-style: italic; font-weight: 500; font-size: 22px; color: var(--color-rose-deep); letter-spacing: 0.06em; }

/* 理由(番号付き) */
.reasons { display: grid; gap: 14px; counter-reset: reason; padding: 0; list-style: none; }
.reason { display: grid; grid-template-columns: 56px 1fr; gap: 0 22px; align-items: start; background: #fff; border: 1px solid var(--color-line); border-radius: var(--radius); padding: clamp(22px, 2.8vw, 30px); }
.reason__num { counter-increment: reason; font-family: var(--font-en); font-weight: 500; font-size: 36px; line-height: 1; color: var(--color-gold); }
.reason__num::before { content: "0" counter(reason); }
.reason__body h3 { font-size: clamp(18px, 2.1vw, 22px); }
.reason__body p { margin-top: 10px; color: var(--color-muted); font-size: 14px; }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--color-line); border-radius: var(--radius-sm); }
.faq summary {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px 48px 18px 20px; cursor: pointer; position: relative; list-style: none;
  font-weight: 600; font-size: 15px; line-height: 1.75;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "Q"; font-family: var(--font-en); font-style: italic; font-size: 22px; color: var(--color-rose-deep); flex: none; line-height: 1.2; }
.faq summary::after {
  content: ""; position: absolute; right: 22px; top: 26px; width: 10px; height: 10px;
  border-right: 1.5px solid var(--color-rose); border-bottom: 1.5px solid var(--color-rose); transform: rotate(45deg); transition: transform 0.3s;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq__a { display: flex; gap: 16px; padding: 0 20px 20px; color: var(--color-muted); font-size: 14px; }
.faq__a::before { content: "A"; font-family: var(--font-en); font-style: italic; font-size: 22px; color: var(--color-gold); flex: none; line-height: 1.2; }

/* CTAバンド(ピンクの帯) */
.cta { position: relative; text-align: center; padding-block: clamp(72px, 10vw, 120px); background: linear-gradient(180deg, var(--color-bg-3), #f5e2e6); overflow: hidden; }
.cta__deco { position: absolute; left: -80px; bottom: -120px; width: 360px; opacity: 0.35; pointer-events: none; }
.cta__en { font-family: var(--font-en); font-style: italic; font-weight: 500; font-size: clamp(16px, 1.6vw, 20px); color: var(--color-gold); letter-spacing: 0.12em; }
.cta__title { font-size: clamp(26px, 4vw, 44px); margin-top: 12px; }
.cta__text { margin: 20px auto 32px; max-width: 34em; color: var(--color-muted); }
.cta__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; position: relative; }
.cta__note { margin-top: 20px; font-size: 12.5px; color: var(--color-muted); }

/* 下層ページヘッダー */
.page-header {
  position: relative; overflow: hidden;
  padding: clamp(130px, 17vw, 190px) 0 clamp(44px, 5vw, 64px);
  background: linear-gradient(160deg, #ffffff 0%, #fdf5f6 60%, #f8eaee 100%);
  border-bottom: 1px solid var(--color-line);
}
.page-header .hero__deco { top: -30%; }
.page-header__en { font-family: var(--font-en); font-style: italic; font-weight: 500; font-size: clamp(16px, 1.6vw, 20px); color: var(--color-gold); letter-spacing: 0.12em; position: relative; }
.page-header__title { font-size: clamp(30px, 5vw, 54px); margin-top: 8px; position: relative; }
.page-header__lead { margin-top: 16px; color: var(--color-muted); max-width: 42em; position: relative; }

.breadcrumb { padding-block: 14px; font-size: 11.5px; letter-spacing: 0.08em; color: var(--color-muted); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.7em; list-style: none; padding: 0; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 0.7em; color: var(--color-rose); }

/* 汎用本文 */
.prose h2 { font-size: clamp(19px, 2.2vw, 23px); margin-top: 2.4em; padding-left: 14px; border-left: 3px solid var(--color-rose); }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose ul, .prose ol { margin-top: 1em; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose li + li { margin-top: 0.4em; }

/* 仮置き項目(公開前に必ず外す。目立たせすぎない) */
.tbd { background: #fff4ea; border-bottom: 1px dashed #e0a468; padding: 0 4px; color: #8a5a2a; }

/* フォーム */
.form { display: grid; gap: calc(var(--space) * 3.5); }
.form__field { display: grid; gap: 8px; }
.form__field label { font-size: 13.5px; font-weight: 600; letter-spacing: 0.06em; }
.form__field .required { color: #fff; background: var(--color-rose-deep); font-size: 10.5px; margin-left: 0.7em; padding: 2px 8px; border-radius: 999px; font-weight: 500; letter-spacing: 0.08em; }
.form input, .form textarea, .form select {
  font: inherit; color: var(--color-text); padding: 15px 18px;
  background: #fff; border: 1px solid var(--color-line); border-radius: var(--radius-sm);
}
.form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--color-rose) 50%), linear-gradient(135deg, var(--color-rose) 50%, transparent 50%); background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
.form input:focus, .form textarea:focus, .form select:focus { border-color: var(--color-rose); outline: none; box-shadow: 0 0 0 3px var(--color-rose-soft); }
.form [aria-invalid="true"] { border-color: #d0483f; }
.form__error { color: #d0483f; font-size: 12.5px; min-height: 1.2em; }
.form__hp { position: absolute; left: -9999px; }  /* ハニーポット: 削除禁止 */
.form__consent { font-size: 12.5px; color: var(--color-muted); }
.form__consent a { color: var(--color-rose-deep); border-bottom: 1px solid var(--color-rose-soft); }

/* SP固定CTA */
.fixed-cta {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-fixed-cta);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(10px);
  border-top: 1px solid var(--color-line);
}
@media (max-width: 767px) {
  .fixed-cta { display: block; }
  body { padding-bottom: 80px; }
  /* メニュー展開中は下部の固定CTAを隠す(ヘッダーの重なり順の内側にメニューがあるため、z-indexでは勝てない) */
  body:has(.global-nav.is-open) .fixed-cta { display: none; }
}

/* フッター */
.site-footer { background: var(--color-bg-2); border-top: 1px solid var(--color-line); padding: calc(var(--space) * 8) 0 calc(var(--space) * 4); font-size: 12.5px; color: var(--color-muted); }
.site-footer__top { display: grid; gap: 30px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .site-footer__top { grid-template-columns: 1fr auto; align-items: start; } }
.site-footer__brand { display: flex; align-items: center; gap: 12px; color: var(--color-text); }
.site-footer__brand .rings { width: 38px; height: 38px; }
.site-footer__mark { width: auto; height: 40px; }
.site-footer__wordmark { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: 0.16em; line-height: 1; }
.site-footer__wordmark small { display: block; margin-top: 6px; font-family: var(--font-en); font-style: italic; font-weight: 500; font-size: 11px; letter-spacing: 0.2em; color: var(--color-gold); }
.site-footer__tagline { margin-top: 16px; font-family: var(--font-display); color: var(--color-text); letter-spacing: 0.1em; font-size: 14px; }
.site-footer__info { margin-top: 12px; font-size: 12px; line-height: 1.9; color: var(--color-muted); }
.site-footer__info a { color: var(--color-rose-deep); border-bottom: 1px solid var(--color-rose-soft); margin-right: 4px; }
.site-footer__nav { display: grid; grid-template-columns: repeat(2, auto); gap: 10px 32px; list-style: none; padding: 0; }
.site-footer__bottom { margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--color-line); display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: 11.5px; }

/* ---------- 5. モーション基盤 ---------- */
.js-reveal { opacity: 0; transform: translateY(24px); transition: opacity var(--duration) var(--ease-out), transform var(--duration) var(--ease-out); }
.js-reveal.is-inview { opacity: 1; transform: none; }
.js-reveal[data-delay="1"] { transition-delay: 0.1s; }
.js-reveal[data-delay="2"] { transition-delay: 0.2s; }
.js-reveal[data-delay="3"] { transition-delay: 0.3s; }
.js-reveal[data-delay="4"] { transition-delay: 0.4s; }
.js-reveal[data-delay="5"] { transition-delay: 0.5s; }
.js-reveal.section-head__rule { transform: scaleX(0); opacity: 1; }
.js-reveal.section-head__rule.is-inview { transform: scaleX(1); }
.js-reveal--img { transform: scale(1.03); }
.js-reveal--img.is-inview { transform: none; }

/* ---------- 6. モーション停止(削除禁止) ---------- */
.motion-stop { display: none; position: fixed; right: 16px; bottom: 16px; z-index: var(--z-modal); padding: 10px 16px; font-size: 12px; background: #fff; border: 1px solid var(--color-line); border-radius: 999px; cursor: pointer; }
@media (prefers-reduced-motion: reduce) { .motion-stop { display: block; } }
html.is-motion-off .js-reveal,
html.is-motion-off *[class] { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
html.is-motion-off .js-reveal { opacity: 1; transform: none; }
html.is-motion-off .rings circle { stroke-dashoffset: 0; }
html.is-motion-off .shift__before::after { transform: scaleX(1); }
html.is-motion-off .shift__after { opacity: 1; transform: none; }
