/* ================================================================
   恋愛・夫婦関係の悩みサポートプログラム LP 専用CSS（/program/renai-fufu）
   公認心理師・石塚智子のプログラム。

   ■ 読み込み方
     program.css → program-renai.css の順に読み込む。
     program.css は1バイトも変更しない（復職LPを壊さないため）。
     共有シェル（リセット／コンテナ／ボタン／フォーム／空き枠カレンダー／
     追従CTA／スクロール表示）だけを program.css から再利用し、
     このプラン固有の意匠は rn- プレフィックスの独自クラスで完結させる。

   ■ デザイン思想
     復職LPが「包み込む・休ませる」なのに対し、こちらは
     「相手へ向いていた意識が、自分自身へ戻っていく」。
     Editorial／静けさ／知性／内省／自立。装飾ではなく、
     文字・余白・細い罫・写真そのものをデザイン要素として使う。
     ボルドーは恋愛の赤ではなく「自分自身の意志」の象徴なので、
     CTAと"内側への問い"の着地点にだけ使い、面で塗らない。
   ---------------------------------------------------------------- */

/* ================================================================
   1. テーマトークン
   body.program-lp--renai に載せることで、program.css の :root を
   上書きする（共有シェルの色も自動的に今回のパレットになる）
   ---------------------------------------------------------------- */
.program-lp--renai {
    --rn-ivory: #faf7f2;
    --rn-ivory-deep: #f3ece4;
    --rn-rose-pale: #f7efeb;
    --rn-rose: #e9dbd5;
    --rn-paper: #fffdfa;
    --rn-charcoal: #33302d;
    --rn-charcoal-soft: #6b625c;
    --rn-charcoal-faint: #736a63;
    --rn-bordeaux: #6b2233;
    --rn-bordeaux-deep: #551a28;
    --rn-bordeaux-soft: #8a4a58;
    --rn-line: #e2d9d0;
    --rn-line-faint: #ede6de;
    --rn-serif-ja: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    --rn-serif-en: Georgia, "Times New Roman", "Hiragino Mincho ProN", serif;

    /* --- program.css の共有シェルへ流し込むトークン --- */
    --lp-bg: var(--rn-ivory);
    --lp-bg-deep: var(--rn-ivory-deep);
    --lp-bg-warm: var(--rn-rose-pale);
    --lp-paper: var(--rn-paper);
    --lp-ink: var(--rn-charcoal);
    --lp-ink-soft: var(--rn-charcoal-soft);
    --lp-line: var(--rn-line);
    --lp-pink: var(--rn-bordeaux);
    --lp-pink-hover: var(--rn-bordeaux-deep);
    --lp-pink-soft: var(--rn-rose-pale);
    --lp-pink-ink: var(--rn-bordeaux);
    --lp-sage: var(--rn-rose);
    --lp-sage-deep: var(--rn-bordeaux);
    --lp-sage-soft: var(--rn-rose-pale);
}

/* ================================================================
   2. 基本タイポグラフィ（本文の行長と行間で"静けさ"をつくる）
   ---------------------------------------------------------------- */
body.program-lp--renai {
    background: var(--rn-ivory);
    color: var(--rn-charcoal);
    font-size: 15.5px;
    line-height: 1.95;
    letter-spacing: .04em;
}

.rn-wrap { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
.rn-measure { max-width: 34em; }
.rn-center { margin-left: auto; margin-right: auto; }

.rn-section { padding: 60px 0; }
.rn-section--tight { padding: 48px 0; }
.rn-section--paper { background: var(--rn-paper); }
.rn-section--ivory-deep { background: var(--rn-ivory-deep); }
.rn-section--rose { background: var(--rn-rose-pale); }

/* 欧文の飾りラベル（Contemplation / The Perspective Pivot …） */
.rn-label {
    font-family: var(--rn-serif-en);
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .2em;
    color: var(--rn-bordeaux-soft);
    margin-bottom: 14px;
}
.rn-label--center { text-align: center; }

/* 和文の小ラベル */
.rn-kicker {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .16em;
    line-height: 1.9;
    color: var(--rn-charcoal-soft);
}

.program-lp--renai .rn-h2 {
    font-family: var(--rn-serif-ja);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: .06em;
    color: var(--rn-charcoal);
}
.rn-h2--center { text-align: center; }
.program-lp--renai .rn-h2--lg { font-size: 21px; line-height: 1.66; }
.program-lp--renai .rn-h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: .04em;
}
.rn-lead { color: var(--rn-charcoal-soft); font-size: 14.5px; line-height: 1.95; }
.rn-body > p + p:not([class]) { margin-top: 1.1em; }
.rn-note { font-size: 13px; line-height: 1.9; color: var(--rn-charcoal-faint); }
.rn-note--center { text-align: center; }

.rn-head { margin-bottom: 32px; }
.rn-head--center { text-align: center; }
.rn-head .rn-lead { margin-top: 14px; }

/* セクションの核になる一文。色面ではなく、太めの左罫と明朝で強く見せる */
.rn-statement {
    font-family: var(--rn-serif-ja);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.85;
    letter-spacing: .05em;
    color: var(--rn-bordeaux);
    border-left: 3px solid var(--rn-bordeaux);
    padding: 4px 0 4px 18px;
}

/* 強調は色面ではなく、ボルドーの細い縦罫で行う */
.rn-pullquote {
    border-left: 2px solid var(--rn-bordeaux);
    padding: 2px 0 2px 18px;
    font-family: var(--rn-serif-ja);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.95;
    letter-spacing: .06em;
    color: var(--rn-bordeaux);
}

/* ================================================================
   3. 共有シェル（program.css）の意匠だけ今回向けに上書き
   丸いピル型ボタン・強い影・大きな角丸は今回の禁止事項なので潰す
   ---------------------------------------------------------------- */
.program-lp--renai .lp-btn {
    background: var(--rn-bordeaux);
    color: #fdf8f5;
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: .08em;
    padding: 19px 28px;
    min-height: 56px;
    border-radius: 3px;
    box-shadow: none;
    transition: background .3s ease, color .3s ease;
}
/* SPでは主要CTAを版面いっぱいに置いてタップ目標を広く取る */
.rn-fv__cta .lp-btn,
.rn-cta-mid__btn .lp-btn,
.rn-final .lp-btn { display: block; text-align: center; }
.program-lp--renai .lp-btn:hover { background: var(--rn-bordeaux-deep); transform: none; }
.program-lp--renai .lp-cta-note { color: var(--rn-charcoal-soft); letter-spacing: .04em; }

.program-lp--renai .lp-header { background: rgba(250, 247, 242, .93); border-bottom: 1px solid var(--rn-line); }
.program-lp--renai .lp-header__cta {
    color: var(--rn-bordeaux);
    background: transparent;
    border: 1px solid var(--rn-bordeaux);
    border-radius: 3px;
    letter-spacing: .1em;
    padding: 10px 18px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}
.program-lp--renai .lp-header__cta:hover { background: var(--rn-bordeaux); color: #fdf8f5; }

.program-lp--renai .lp-fixbar {
    background: rgba(250, 247, 242, .95);
    border-top: 1px solid var(--rn-line);
    visibility: hidden;
    transition: transform .35s ease, visibility 0s linear .35s;
}
.program-lp--renai .lp-fixbar.is-shown {
    visibility: visible;
    transition: transform .35s ease, visibility 0s;
}
.program-lp--renai .lp-btn--fix { padding: 12px 20px; min-height: 0; font-size: 15px; }
.program-lp--renai .lp-btn--fix { border-radius: 3px; }

/* 予約フォーム・空き枠カレンダー: 機能はそのまま、意匠だけ今回に合わせる。
   箱で囲まず、上下の罫で挟んだ帯にしてページ全体の語彙にそろえる */
.program-lp--renai .lp-reserve {
    background: transparent;
    border: none;
    border-top: 1px solid var(--rn-line);
    border-bottom: 1px solid var(--rn-line);
    border-radius: 0;
    padding: 34px 0;
}
.program-lp--renai .lp-reserve__steps li { padding-left: 34px; }
.program-lp--renai .lp-reserve__steps li + li { border-top: 1px solid var(--rn-line-faint); }
.program-lp--renai .lp-reserve__steps span {
    position: absolute;
    left: 0;
    top: 12px;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    font-family: var(--rn-serif-en);
    font-size: 15px;
    color: var(--rn-bordeaux-soft);
}
.program-lp--renai .lp-req {
    border-radius: 2px;
    padding: 2px 7px;
    font-size: 10px;
    letter-spacing: .1em;
}
.program-lp--renai .lp-cal__day { border-top-style: solid; border-top-color: var(--rn-line-faint); }
.program-lp--renai .lp-cal__day:last-child { border-bottom-style: solid; border-bottom-color: var(--rn-line-faint); }
.program-lp--renai .lp-reserve h2 { font-family: var(--rn-serif-ja); letter-spacing: .1em; }
.program-lp--renai .lp-reserve__steps span { background: var(--rn-rose-pale); color: var(--rn-bordeaux); }
.program-lp--renai .lp-reserve__alt a { color: var(--rn-bordeaux); }
.program-lp--renai .lp-form input[type="text"],
.program-lp--renai .lp-form input[type="email"],
.program-lp--renai .lp-form textarea {
    border-radius: 3px;
    background: var(--rn-paper);
    font-size: 16px;
    padding: 14px 14px;
}
.program-lp--renai .lp-form input:focus,
.program-lp--renai .lp-form textarea:focus { border-color: var(--rn-bordeaux); }
.program-lp--renai .lp-req { background: var(--rn-rose-pale); color: var(--rn-bordeaux); }
.program-lp--renai .lp-cal__slot {
    border-radius: 3px;
    background: var(--rn-paper);
    border-color: var(--rn-charcoal-faint);
    font-size: 14px;
    padding: 12px 16px;
    min-height: 44px;
}
.program-lp--renai .lp-form input::placeholder,
.program-lp--renai .lp-form textarea::placeholder { color: #6f665f; }
.program-lp--renai .lp-form__error { color: #a94436; }
.program-lp--renai .lp-cal__slot:hover { border-color: var(--rn-bordeaux); }
.program-lp--renai .lp-cal__slot.is-picked { background: var(--rn-bordeaux); border-color: var(--rn-bordeaux); color: #fdf8f5; }
.program-lp--renai .lp-form__done h3 { color: var(--rn-bordeaux); font-family: var(--rn-serif-ja); }
.program-lp--renai .lp-form__done a { color: var(--rn-bordeaux); }

/* 写真: 大きな角丸をやめ、紙面に置いた図版として扱う */
.rn-figure { position: relative; }
.rn-figure img { display: block; width: 100%; height: auto; object-fit: cover; border-radius: 2px; background: var(--rn-ivory-deep); }
.rn-figure figcaption { margin-top: 10px; font-size: 11px; letter-spacing: .08em; color: var(--rn-charcoal-faint); }

/* ---- 実写4点（同一女性の心理変化シリーズ）----
   1 renai-fv             昼の室内・相手のことを考え続けている
   2 renai-secret-feelings 夜の室内・言えない気持ちを言葉にしはじめる
   3 renai-self-world      昼の街・自分の世界へ視野が広がりはじめる
   4 renai-communicate     昼のカフェ・自分の言葉で伝えられる
   素材は全て 1536x1024（3:2）。object-position は縦横どちらが効くかが
   トリミング比で変わるため、写真ごとに個別指定する。彩度・影は加えない。 */
.rn-photo { width: 100%; height: auto; display: block; object-fit: cover; border-radius: 2px; background: var(--rn-ivory-deep); }

/* SPは3:2に近い比率にして顔まわりを切らない */
.rn-photo--fv { aspect-ratio: 4 / 3; object-position: 50% center; }
.rn-photo--secret { aspect-ratio: 4 / 3; object-position: 46% center; }

/* 章の変わり目に置く横長の写真。囲みも影も付けない */
.rn-band { margin-top: 38px; }
.rn-band img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 2px;
    background: var(--rn-ivory-deep);
    aspect-ratio: 4 / 3;
}
.rn-band--self-world img { object-position: 42% center; }
.rn-band--communicate img { object-position: 44% center; }

/* ================================================================
   4. ヘッダー（ロゴ＋タグライン／PCのみナビ）
   ---------------------------------------------------------------- */
.rn-brand { display: flex; flex-direction: column; gap: 3px; }
.rn-brand__tagline { display: none; font-size: 9px; letter-spacing: .1em; line-height: 1.4; color: var(--rn-charcoal-faint); }
.program-lp--renai .lp-header__cta { white-space: nowrap; }
.rn-nav { display: none; }

/* ================================================================
   5. PC（768px〜）
   ---------------------------------------------------------------- */
@media (min-width: 768px) {
    body.program-lp--renai { font-size: 16.5px; line-height: 2.0; }

    .rn-wrap { padding: 0 40px; }
    .rn-section { padding: 104px 0; }
    .rn-section--tight { padding: 74px 0; }

    .rn-label { font-size: 15px; letter-spacing: .22em; margin-bottom: 16px; }
    .rn-kicker { font-size: 12.5px; }
    .program-lp--renai .rn-h2 { font-size: 36px; line-height: 1.62; }
    .program-lp--renai .rn-h3 { font-size: 19px; }
    .rn-lead { font-size: 16px; }
    .rn-measure { max-width: 38em; }
    .rn-head { margin-bottom: 46px; }
    .rn-head .rn-lead { margin-top: 18px; }
    .rn-pullquote { font-size: 20px; padding-left: 22px; }
    .rn-note { font-size: 13.5px; }

    .program-lp--renai .lp-btn { font-size: 16px; padding: 20px 44px; }
    .rn-fv__cta .lp-btn,
    .rn-cta-mid__btn .lp-btn,
    .rn-final .lp-btn { display: inline-block; }

    .rn-brand__tagline { display: block; font-size: 10px; }
    .rn-nav { display: flex; align-items: center; gap: 30px; margin: 0 32px 0 auto; }
    .rn-nav a { font-size: 13px; letter-spacing: .08em; color: var(--rn-charcoal-soft); transition: color .25s ease; }
    .rn-nav a:hover { color: var(--rn-bordeaux); }

    .program-lp--renai .lp-reserve { padding: 52px 0; }
}

@media (min-width: 1080px) {
    .rn-section { padding: 120px 0; }
    .rn-section--tight { padding: 82px 0; }
}

/* ================================================================
   6. 共感セクション（心の声）
   カード化せず、細い罫と短いダッシュだけで並べる
   ---------------------------------------------------------------- */
.rn-voices { max-width: 640px; }
.rn-voices li {
    position: relative;
    padding: 16px 0 16px 30px;
    border-top: 1px solid var(--rn-line-faint);
    font-size: 15.5px;
    line-height: 1.9;
}
.rn-voices li:last-child { border-bottom: 1px solid var(--rn-line-faint); }
.rn-voices li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 31px;
    width: 15px;
    height: 1px;
    background: var(--rn-bordeaux);
    opacity: .55;
}
.rn-voices__close { margin-top: 28px; text-align: center; }

/* ================================================================
   7. なぜカウンセリングなのか（対比のエディトリアルリスト）
   ---------------------------------------------------------------- */
.rn-contrast { max-width: 820px; }
.rn-contrast > li { border-top: 1px solid var(--rn-line); padding: 26px 0; }
.rn-contrast > li:last-child { border-bottom: 1px solid var(--rn-line); }
.rn-contrast__term {
    font-family: var(--rn-serif-ja);
    font-size: 16.5px;
    font-weight: 600;
    letter-spacing: .08em;
    color: var(--rn-charcoal);
    margin-bottom: 10px;
}
.rn-contrast__is { font-size: 15px; line-height: 1.95; color: var(--rn-charcoal-soft); }
.rn-contrast__but {
    margin-top: 12px;
    padding-left: 15px;
    border-left: 1px solid var(--rn-bordeaux);
    font-size: 14px;
    color: var(--rn-charcoal);
}
.rn-contrast__close { margin-top: 30px; }
.rn-contrast__sub { margin-top: 16px; }

/* ================================================================
   8. 写真＋本文の非対称2カラム（誰にも言えない恋愛／石塚智子）
   ---------------------------------------------------------------- */
.rn-duo { display: grid; gap: 32px; align-items: center; }
.rn-duo--media-lg { gap: 30px; }
.rn-duo__media { order: -1; }
.rn-duo--text-first .rn-duo__media { order: 0; }

/* ================================================================
   9. 誰にも言えない恋愛
   ---------------------------------------------------------------- */
.rn-confide__statement { margin-top: 26px; }
.rn-confide__quote {
    margin-top: 20px;
    padding: 0;
    border-top: none;
    font-family: var(--rn-serif-ja);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.95;
    letter-spacing: .06em;
    color: var(--rn-bordeaux);
}
.rn-confide__seal { margin-top: 18px; font-size: 12px; color: var(--rn-charcoal-faint); }

/* ================================================================
   10. 目指す3つの変化
   均一グリッドに見せないため、PCでは段差をつけて流す
   ---------------------------------------------------------------- */
.rn-changes { display: grid; gap: 30px; }
.rn-changes li { border-top: 1px solid var(--rn-line); padding-top: 18px; }
.rn-changes__no {
    display: block;
    font-family: var(--rn-serif-en);
    font-size: 30px;
    line-height: 1;
    letter-spacing: .06em;
    color: var(--rn-bordeaux-soft);
    margin-bottom: 14px;
}
.rn-changes h3 { margin-bottom: 10px; }
.rn-changes p { font-size: 14.5px; line-height: 1.95; color: var(--rn-charcoal-soft); }

/* ================================================================
   11. 石塚智子（信頼形成の中心セクション）
   ---------------------------------------------------------------- */
.rn-director__photo { aspect-ratio: 4 / 5; object-position: 50% center; }
.rn-lede { margin-top: 22px; }
.rn-director__name {
    font-family: var(--rn-serif-ja);
    font-size: 27px;
    font-weight: 600;
    letter-spacing: .12em;
    margin-bottom: 6px;
}
.rn-director__name span { font-size: 12px; letter-spacing: .16em; color: var(--rn-charcoal-faint); margin-left: 12px; }
.rn-director__role { font-size: 12.5px; letter-spacing: .1em; color: var(--rn-bordeaux); margin-bottom: 22px; }
.rn-creds { margin-bottom: 24px; }
.rn-creds li {
    position: relative;
    padding: 11px 0 11px 20px;
    border-top: 1px solid var(--rn-line-faint);
    font-size: 14.5px;
    line-height: 1.9;
}
.rn-creds li:last-child { border-bottom: 1px solid var(--rn-line-faint); }
.rn-creds li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 9px;
    height: 1px;
    background: var(--rn-bordeaux);
}
.rn-director__pledge {
    margin-top: 26px;
    padding: 24px 0 0;
    border-top: 1px solid var(--rn-line);
}
.rn-director__pledge p {
    font-family: var(--rn-serif-ja);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.85;
    letter-spacing: .05em;
    color: var(--rn-charcoal);
}
.rn-director__pledge strong { font-weight: 700; color: var(--rn-bordeaux); }
.rn-director__message {
    margin-top: 18px;
    font-size: 14.5px;
    line-height: 1.95;
    color: var(--rn-charcoal-soft);
}
.rn-link {
    display: inline-block;
    margin-top: 22px;
    font-size: 13px;
    letter-spacing: .06em;
    color: var(--rn-bordeaux);
    border-bottom: 1px solid currentColor;
    padding-bottom: 3px;
}
.rn-link::after { content: " →"; }

/* ================================================================
   12. セッションの間の取り組み（SELF WORK / SELF CARE）
   ---------------------------------------------------------------- */
.rn-practice { display: grid; gap: 30px; max-width: 900px; margin: 0 auto; }
.rn-practice__no {
    font-family: var(--rn-serif-en);
    font-style: italic;
    font-size: 12px;
    letter-spacing: .2em;
    color: var(--rn-bordeaux-soft);
}
.rn-practice h3 { margin: 6px 0 4px; padding-bottom: 16px; border-bottom: 1px solid var(--rn-line); }
.rn-practice li { padding: 16px 0; border-bottom: 1px solid var(--rn-line-faint); }
.rn-practice li strong { display: block; font-size: 15px; font-weight: 600; letter-spacing: .04em; }
.rn-practice li span { display: block; margin-top: 4px; font-size: 14px; line-height: 1.9; color: var(--rn-charcoal-soft); }
.rn-practice__note { margin-top: 26px; }

/* ================================================================
   13. ご利用にあたって
   ---------------------------------------------------------------- */
.rn-caution { max-width: 760px; }
.rn-caution h2 { font-size: 14px; letter-spacing: .14em; font-weight: 600; margin-bottom: 16px; color: var(--rn-charcoal-soft); }
.rn-caution li { position: relative; padding: 7px 0 7px 16px; font-size: 13.5px; line-height: 1.95; color: var(--rn-charcoal-soft); }
.rn-caution li::before { content: "・"; position: absolute; left: 0; }

/* ================================================================
   14. FAQ
   ---------------------------------------------------------------- */
.rn-faq { max-width: 820px; }
.rn-faq details { border-top: 1px solid var(--rn-line); }
.rn-faq details:last-child { border-bottom: 1px solid var(--rn-line); }
.rn-faq summary {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 20px 34px 20px 0;
    position: relative;
    cursor: pointer;
    list-style: none;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: .03em;
}
.rn-faq summary::-webkit-details-marker { display: none; }
.rn-faq summary > span {
    flex: none;
    font-family: var(--rn-serif-en);
    font-style: italic;
    font-size: 15px;
    color: var(--rn-bordeaux);
    line-height: 1.7;
}
.rn-faq summary::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 30px;
    width: 11px;
    height: 1px;
    background: var(--rn-bordeaux);
}
.rn-faq summary::before {
    content: "";
    position: absolute;
    right: 9px;
    top: 25px;
    width: 1px;
    height: 11px;
    background: var(--rn-bordeaux);
    transition: opacity .25s ease;
}
.rn-faq details[open] summary::before { opacity: 0; }
.rn-faq details > p { padding: 0 8px 22px 27px; font-size: 14.5px; line-height: 1.95; color: var(--rn-charcoal-soft); }

/* ================================================================
   15. 最終CTA（BOXで囲まず、全幅の淡いローズの面で受ける）
   ---------------------------------------------------------------- */
.rn-final { text-align: center; }
.rn-final__lines {
    font-family: var(--rn-serif-ja);
    font-size: 19px;
    font-weight: 600;
    line-height: 2.1;
    letter-spacing: .07em;
}
.rn-final__lines .rn-final__from { color: var(--rn-charcoal-soft); }
.rn-final__lines .rn-final__to { color: var(--rn-bordeaux); }
.rn-final__body { margin: 24px auto 30px; max-width: 34em; font-size: 15px; color: var(--rn-charcoal-soft); }

/* ================================================================
   16. フッター（濃いボルドー）
   ---------------------------------------------------------------- */
.rn-footer { background: var(--rn-bordeaux); color: #f6e9e5; padding: 52px 0 150px; }
.rn-footer__grid { display: grid; gap: 32px; }
.rn-footer__name { font-size: 15px; font-weight: 600; letter-spacing: .12em; margin-bottom: 12px; }
.rn-footer__name a { color: inherit; }
.rn-footer__desc { font-size: 12px; line-height: 1.95; color: #d3b4ad; }
.rn-footer__label {
    font-family: var(--rn-serif-en);
    font-style: italic;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: .2em;
    color: #c9a8a1;
    margin-bottom: 10px;
}
.rn-footer__col a { display: block; padding: 6px 0; font-size: 12.5px; color: #e8d2cd; transition: color .25s ease; }
.rn-footer__col a:hover { color: #fff; }
.rn-footer__copy {
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(246, 233, 229, .18);
    font-size: 10.5px;
    letter-spacing: .06em;
    color: #c9a8a1;
}

.rn-skip { position: absolute; left: -9999px; top: 0; z-index: 100; }
.rn-skip:focus {
    left: 16px;
    top: 12px;
    padding: 10px 18px;
    background: var(--rn-bordeaux);
    color: #fdf8f5;
    font-size: 13px;
    border-radius: 3px;
}

/* キーボード操作でどこにいるかを見せる（共有シェルには指定がない） */
.program-lp--renai a:focus-visible,
.program-lp--renai button:focus-visible,
.program-lp--renai summary:focus-visible,
.program-lp--renai input:focus-visible,
.program-lp--renai textarea:focus-visible {
    outline: 2px solid var(--rn-bordeaux);
    outline-offset: 3px;
    border-radius: 2px;
}

/* ================================================================
   17. アンカー位置（追従ヘッダーに隠れないように）
   ---------------------------------------------------------------- */
.program-lp--renai [id] { scroll-margin-top: 80px; }

/* ================================================================
   18. PC（768px〜） 6〜16節ぶん
   ---------------------------------------------------------------- */
@media (min-width: 768px) {
    .rn-voices li { padding: 20px 0 20px 40px; font-size: 18px; }
    .rn-voices li::before { top: 38px; width: 22px; }
    .rn-voices__close { margin-top: 36px; }

    .rn-contrast > li { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 0 40px; padding: 34px 0; }
    .rn-contrast__term { margin-bottom: 0; font-size: 18px; }
    .rn-contrast__is { font-size: 16px; }
    .rn-contrast__but { font-size: 16px; margin-top: 14px; padding-left: 20px; }
    .rn-contrast__close { margin-top: 40px; }

    .rn-duo { grid-template-columns: minmax(0, .88fr) minmax(0, 1fr); gap: 72px; }
    .rn-duo__media { order: 0; }
    .rn-duo--text-first .rn-duo__media { order: 2; }

    .rn-confide__statement { margin-top: 34px; }
    .rn-confide__quote { margin-top: 22px; font-size: 19px; }
    .rn-statement { font-size: 21px; padding-left: 22px; }
    .program-lp--renai .rn-h2--lg { font-size: 40px; line-height: 1.58; }
    .program-lp--renai .rn-duo .rn-h2--lg { font-size: 32px; line-height: 1.62; }
    .rn-duo--media-lg { grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); gap: 64px; }
    .rn-duo--text-first.rn-duo--media-lg { grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); }
    .rn-director__pledge p { font-size: 25px; }
    .rn-director__message { font-size: 16px; margin-top: 22px; }
    .rn-contrast__sub { margin-top: 20px; }

    .rn-changes { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 52px; align-items: start; }
    .rn-changes li:nth-child(2) { margin-top: 52px; }
    .rn-changes li:nth-child(3) { margin-top: 104px; }
    .rn-changes__no { font-size: 44px; margin-bottom: 18px; }
    .rn-changes p { font-size: 15.5px; }

    .rn-director__name { font-size: 33px; }
    .rn-director__role { font-size: 13px; }
    .rn-creds li { font-size: 16px; padding: 14px 0 14px 26px; }
    .rn-creds li::before { top: 25px; width: 13px; }
    .rn-director__message { font-size: 17px; margin-top: 30px; padding-top: 28px; }

    .rn-practice { grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 56px; align-items: start; }
    .rn-practice > div:nth-child(2) { margin-top: 40px; }
    .rn-practice li strong { font-size: 16.5px; }
    .rn-practice li span { font-size: 15px; }
    .rn-practice__note { margin-top: 36px; }

    .rn-caution li { font-size: 14.5px; }

    .rn-faq summary { font-size: 17px; padding: 24px 40px 24px 0; }
    .rn-faq summary::after { top: 36px; }
    .rn-faq summary::before { top: 31px; }
    .rn-faq details > p { font-size: 15.5px; padding: 0 40px 26px 30px; }

    .rn-final__lines { font-size: 27px; line-height: 2.05; }
    .rn-final__body { margin: 30px auto 36px; font-size: 16.5px; }

    .rn-footer { padding: 64px 0 56px; }
    /* Program列は全プランの相互リンク。最長タイトル（約293px）が1行に収まるよう2列目を広げる */
    .rn-footer__grid { grid-template-columns: minmax(0, 1fr) 320px 220px; gap: 64px; }
    .rn-footer__name { font-size: 16px; }
    .rn-footer__copy { margin-top: 48px; }
}

/* 中間CTA・予約パネル・写真プレースホルダ（Blade側のインラインstyleを置き換える） */
.rn-cta-mid { margin-top: 52px; text-align: center; }
.rn-cta-mid .rn-pullquote { display: inline-block; text-align: left; }
.rn-cta-mid__btn { margin-top: 26px; }
.rn-reserve-panel { max-width: 760px; }

/* ================================================================
   19. ファーストビュー
   grid-template-areas で PC/SP の読み順を別々に定義する。
   SPは「見出し → リード → 写真 → 問いの転換 → CTA」の順。
   写真を見出しの前に置かないのは、最初に届けたいのが言葉だから。
   ---------------------------------------------------------------- */
.rn-fv { padding: 40px 0 64px; }
.rn-fv__grid {
    display: grid;
    gap: 0;
    grid-template-areas:
        "kicker"
        "title"
        "lead"
        "media"
        "pivot"
        "cta";
}
.rn-fv__kicker { grid-area: kicker; margin-bottom: 18px; }
.rn-fv__title { grid-area: title; }
.rn-fv__lead { grid-area: lead; margin-top: 20px; }
.rn-fv__media { grid-area: media; margin-top: 30px; }
.rn-fv__pivot { grid-area: pivot; margin-top: 30px; }
.rn-fv__cta { grid-area: cta; margin-top: 32px; }

.program-lp--renai .rn-fv__title { font-weight: 400; line-height: 1.5; }
.rn-fv__title-sub {
    display: block;
    font-family: var(--lp-font);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    line-height: 1.9;
    color: var(--rn-charcoal-soft);
    margin-bottom: 16px;
}
.rn-fv__title-main {
    display: block;
    font-family: var(--rn-serif-ja);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .04em;
    color: var(--rn-charcoal);
    word-break: keep-all;
}


/* ================================================================
   20. Perspective Pivot（このLPの中心）
   相手へ向いた問いは罫に向かって右寄せ、自分への問いは罫から左寄せ。
   間の1本の罫で視線が折り返す。下へ行くほど濃く大きくなり
   「私はどうしたい？」で着地する。
   ---------------------------------------------------------------- */
.rn-pivot { display: grid; gap: 0; margin-top: 36px; }
.rn-pivot__label {
    font-family: var(--rn-serif-en);
    font-style: italic;
    font-size: 12.5px;
    letter-spacing: .2em;
    color: var(--rn-bordeaux-soft);
}
.rn-pivot__label small {
    display: block;
    font-family: var(--lp-font);
    font-style: normal;
    font-size: 11.5px;
    letter-spacing: .12em;
    color: var(--rn-charcoal-faint);
    margin-top: 3px;
}
.rn-pivot__qs { margin-top: 14px; }
.rn-pivot__qs li {
    font-family: var(--rn-serif-ja);
    line-height: 1.85;
    letter-spacing: .04em;
    padding: 13px 0;
    border-bottom: 1px solid var(--rn-line-faint);
}
.rn-pivot__side--outward .rn-pivot__qs li { font-size: 15.5px; color: var(--rn-charcoal-faint); }
.rn-pivot__side--inward .rn-pivot__qs li:nth-child(1) { font-size: 15.5px; color: var(--rn-charcoal-soft); }
.rn-pivot__side--inward .rn-pivot__qs li:nth-child(2) { font-size: 18px; color: var(--rn-charcoal); }
.rn-pivot__side--inward .rn-pivot__qs li:nth-child(3) {
    font-size: 23px;
    font-weight: 700;
    color: var(--rn-bordeaux);
    border-bottom: 2px solid var(--rn-bordeaux);
    padding-bottom: 15px;
}
/* 折り返しの蝶番。SPは縦の罫＋下向き、PCは縦の罫＋右向き */
.rn-pivot__hinge { position: relative; height: 62px; }
.rn-pivot__tip { display: none; }
.rn-pivot__hinge::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: linear-gradient(to bottom, var(--rn-line), var(--rn-bordeaux));
}
.rn-pivot__hinge::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 7px;
    height: 7px;
    border-right: 1px solid var(--rn-bordeaux);
    border-bottom: 1px solid var(--rn-bordeaux);
    transform: translate(-50%, 2px) rotate(45deg);
}
.rn-pivot__close { margin-top: 40px; text-align: center; }

/* ================================================================
   21. 5回の道のり
   1本の細い縦罫を、行ごとの区間に分けて描く。
   スクロールで .is-in が付いた行から順に罫がボルドーへ伸びるので、
   読み進める行為そのものが「相手から自分へ」の移動になる。
   JSが動かない場合は noscript の style で最初から全部描いた状態にする。
   ---------------------------------------------------------------- */
.rn-track {
    --track-label: 52px;
    --track-spine: 62px;
    --track-body: 78px;
    max-width: 760px;
}
.rn-track__row { position: relative; padding: 0 0 30px var(--track-body); }
.rn-track > .rn-track__row:last-child { padding-bottom: 0; }
/* 区間としての縦罫 */
.rn-track__row::before {
    content: "";
    position: absolute;
    left: var(--track-spine);
    top: 9px;
    bottom: -1px;
    width: 1px;
    background: var(--rn-bordeaux);
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 1s cubic-bezier(.22, .61, .36, 1);
}
.rn-track > .rn-track__row:last-child::before { bottom: auto; height: 0; }
.rn-track__row.is-in::before { transform: scaleY(1); }
/* 節点 */
.rn-track__row::after {
    content: "";
    position: absolute;
    left: calc(var(--track-spine) - 4px);
    top: 5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--rn-ivory);
    border: 1px solid var(--rn-line);
    transition: background-color .6s ease .2s, border-color .6s ease .2s;
}
.rn-track__row.is-in::after { background: var(--rn-bordeaux); border-color: var(--rn-bordeaux); }
.rn-track__label {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--track-label);
    text-align: right;
    font-family: var(--rn-serif-ja);
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.9;
    color: var(--rn-bordeaux);
}
.rn-track__row h3 { font-size: 16.5px; font-weight: 600; line-height: 1.7; margin-bottom: 6px; }
.rn-track__row p { font-size: 14.5px; line-height: 1.9; color: var(--rn-charcoal-soft); }
/* START / GOAL */
.rn-track__row--cap { padding-bottom: 34px; }
.rn-track__badge-wrap { margin-bottom: 12px; }
.rn-track__badge {
    display: inline-block;
    font-family: var(--rn-serif-en);
    font-size: 11px;
    letter-spacing: .26em;
    line-height: 1;
    padding: 7px 14px 6px;
    border: 1px solid var(--rn-line);
    color: var(--rn-charcoal-faint);
}
.rn-track__row--goal .rn-track__badge { border-color: var(--rn-bordeaux); background: var(--rn-bordeaux); color: #fdf8f5; }
.rn-track__q {
    font-family: var(--rn-serif-ja);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.7;
    color: var(--rn-charcoal-soft);
}
.rn-track__row--goal .rn-track__q { font-size: 24px; color: var(--rn-bordeaux); }
.rn-track__row--cap p.rn-track__q + p { margin-top: 8px; }
.rn-track__row--intake .rn-track__label { font-size: 11.5px; letter-spacing: .02em; color: var(--rn-charcoal-faint); white-space: nowrap; }
.rn-track__note { margin-top: 30px; }

/* ================================================================
   22. 料金
   カードを2枚並べず、上下の罫で挟んだ1本の帯を縦罫で割る。
   面積・文字サイズ・唯一のボタンで「初回が主役」を作る。
   ---------------------------------------------------------------- */
.rn-price {
    border-top: 1px solid var(--rn-line);
    border-bottom: 1px solid var(--rn-line);
    max-width: 880px;
}
.rn-price__cell { padding: 34px 0; }
.rn-price__cell + .rn-price__cell { border-top: 1px solid var(--rn-line-faint); }
.rn-price__tag {
    font-family: var(--rn-serif-en);
    font-style: italic;
    font-size: 11.5px;
    letter-spacing: .2em;
    color: var(--rn-bordeaux-soft);
    margin-bottom: 10px;
}
.rn-price__name { font-size: 17px; font-weight: 600; letter-spacing: .04em; line-height: 1.7; }
.rn-price__name span { display: block; font-size: 13px; font-weight: 500; color: var(--rn-charcoal-faint); letter-spacing: .06em; }
.rn-price__fig {
    margin: 14px 0 12px;
    font-family: var(--rn-serif-ja);
    letter-spacing: .02em;
    line-height: 1.2;
    color: var(--rn-charcoal);
}
.rn-price__fig .rn-price__yen { font-size: 40px; font-weight: 600; }
.rn-price__fig .rn-price__unit { font-size: 16px; }
.rn-price__fig .rn-price__tax { font-size: 12px; color: var(--rn-charcoal-faint); letter-spacing: .06em; margin-left: 4px; }
.rn-price__cell--full .rn-price__fig .rn-price__yen { font-size: 30px; }
.rn-price__meta { font-size: 13.5px; color: var(--rn-charcoal-faint); line-height: 1.9; margin-bottom: 12px; }
.rn-price__desc { font-size: 14.5px; line-height: 1.95; color: var(--rn-charcoal-soft); }
.rn-price__cell .lp-btn { margin-top: 22px; display: block; text-align: center; font-size: 15.5px; padding: 19px 24px; }
.rn-price__cell .lp-cta-note { margin-top: 10px; }
.rn-price__assure {
    margin-top: 24px;
    padding: 18px 20px;
    border-left: 3px solid var(--rn-bordeaux);
    background: var(--rn-paper);
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.9;
    color: var(--rn-bordeaux);
    max-width: 880px;
}
.rn-price__note { margin-top: 18px; max-width: 880px; }

/* ================================================================
   23. PC（768px〜） 19〜22節ぶん
   ---------------------------------------------------------------- */
@media (min-width: 768px) {
    .rn-fv { padding: 64px 0 104px; }
    .rn-fv__grid {
        grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
        column-gap: 68px;
        align-content: center;
        grid-template-areas:
            "kicker media"
            "title  media"
            "lead   media"
            "pivot  media"
            "cta    media";
    }
    .rn-fv__media { grid-area: media; align-self: center; margin-top: 0; }
    .rn-fv__kicker { margin-bottom: 22px; }
    .rn-fv__title-sub { font-size: 13px; margin-bottom: 20px; }
    .rn-fv__title-main { font-size: 54px; line-height: 1.4; }
    .rn-fv__lead { margin-top: 26px; max-width: 26em; }
    .rn-fv__pivot { margin-top: 34px; }
    .rn-fv__cta { margin-top: 40px; }
    /* PCの1:1は高さ基準で横が切れるため object-position のXだけが効く */
    .rn-photo--fv { aspect-ratio: 1 / 1; object-position: 50% center; }
    .rn-photo--secret { aspect-ratio: 1 / 1; object-position: 46% center; }
    /* 16:9は幅基準で縦が切れるため Y だけが効く。顔の上を切らない値にする */
    .rn-band { margin-top: 56px; }
    .rn-band img { aspect-ratio: 16 / 9; }
    .rn-band--self-world img { object-position: center 30%; }
    .rn-band--communicate img { object-position: center 28%; }

    .rn-pivot {
        grid-template-columns: minmax(0, 1fr) 108px minmax(0, 1fr);
        align-items: center;
        margin-top: 52px;
    }
    .rn-pivot__side--outward { text-align: right; }
    .rn-pivot__side--outward .rn-pivot__qs li { font-size: 17px; }
    .rn-pivot__side--inward .rn-pivot__qs li:nth-child(1) { font-size: 17px; }
    .rn-pivot__side--inward .rn-pivot__qs li:nth-child(2) { font-size: 21px; }
    .rn-pivot__side--inward .rn-pivot__qs li:nth-child(3) { font-size: 30px; }
    .rn-pivot__qs li { padding: 16px 0; }
    .rn-pivot__hinge { height: auto; align-self: stretch; }
    .rn-pivot__hinge::before {
        top: 10%;
        bottom: 10%;
        background: linear-gradient(to bottom, transparent, var(--rn-line) 18%, var(--rn-bordeaux) 90%);
    }
    /* 縦罫を横切る細い線＋矢先。線が「越える」ことで転換を見せる */
    .rn-pivot__hinge::after {
        top: 50%;
        left: 18%;
        bottom: auto;
        width: 64%;
        height: 1px;
        border: none;
        background: linear-gradient(to right, transparent, var(--rn-bordeaux) 45%, var(--rn-bordeaux));
        transform: translateY(-50%);
    }
    .rn-pivot__tip {
        display: block;
        position: absolute;
        top: 50%;
        right: 18%;
        width: 9px;
        height: 9px;
        border-right: 1px solid var(--rn-bordeaux);
        border-bottom: 1px solid var(--rn-bordeaux);
        transform: translate(0, -50%) rotate(-45deg);
    }
    .rn-pivot__close { margin-top: 56px; }

    .rn-track {
        --track-label: 108px;
        --track-spine: 132px;
        --track-body: 162px;
        max-width: 820px;
    }
    .rn-track__row { padding-bottom: 42px; }
    .rn-track__label { font-size: 17px; }
    .rn-track__row--intake .rn-track__label { font-size: 13px; }
    .rn-track__row h3 { font-size: 20px; margin-bottom: 8px; }
    .rn-track__row p { font-size: 16px; }
    .rn-track__q { font-size: 25px; }
    .rn-track__row--goal .rn-track__q { font-size: 38px; }
    .rn-track__row--cap { padding-bottom: 48px; }
    .rn-track__note { margin-top: 40px; }

    .rn-price { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); }
    .rn-price__cell { padding: 52px 0; }
    .rn-price__cell--first { padding-right: 60px; border-right: 1px solid var(--rn-line); }
    .rn-price__cell--full { padding-left: 60px; }
    .rn-price__cell + .rn-price__cell { border-top: none; }
    .rn-price__name { font-size: 17.5px; }
    .rn-price__fig .rn-price__yen { font-size: 52px; }
    .rn-price__cell--full .rn-price__fig .rn-price__yen { font-size: 36px; }
    .rn-price__assure { margin-top: 32px; font-size: 16.5px; padding: 22px 28px; }
    .rn-price__desc { font-size: 15.5px; }
    .rn-price__cell .lp-btn { font-size: 16.5px; padding: 22px 26px; }
    .rn-price__note { margin-top: 22px; }
}

/* セルフケアの前置き（内容を断定せず「一緒に選ぶ」ことを示す） */
.rn-practice__intro { margin-bottom: 6px; padding-top: 14px; font-size: 14px; line-height: 1.95; color: var(--rn-charcoal-soft); }
@media (min-width: 768px) {
    .rn-practice__intro { font-size: 15px; }
}

/* ================================================================
   24. 動きを減らす設定への対応
   transition は疑似要素に継承されないため program.css の打ち消しが届かない。
   罫線と節点のアニメーションをここで止める
   ---------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .rn-track__row::before { transform: scaleY(1); transition: none; }
    .rn-track__row::after {
        transition: none;
        background: var(--rn-bordeaux);
        border-color: var(--rn-bordeaux);
    }
    .program-lp--renai .lp-btn,
    .program-lp--renai .lp-fixbar,
    .program-lp--renai .lp-fixbar.is-shown,
    .program-lp--renai .lp-header__cta { transition: none; }
}

/* 空き枠の選択結果を読み上げへ伝える領域（視覚的にも短く出す） */
.lp-cal__live { min-height: 1.4em; margin-bottom: 6px; font-size: 12px; color: var(--rn-bordeaux); }

/* 数字と単位が行またぎで割れないようにする（program.css の overflow-wrap:anywhere 対策） */
.rn-nb { white-space: nowrap; }
