/* ============================================================
   kures 共通CSS（snekke-kit 0号をベースに本案件のデザインへ置換）
   ------------------------------------------------------------
   ★規律：ブランド色の直値を書かない。色は parts/theme.php が生成する var() を参照する
     （白 #fff は「白い面」として使う。ブランド色ではない）
   ★アニメは opacity / transform に限定（CLSゼロ）。prefers-reduced-motion で全停止
   ★書体：見出し＝明朝（--font-serif）／本文＝ゴシック（--font-jp）／欧文＝セリフ（--font-en）
   ============================================================ */

/* ── リセット・ベース ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-jp);
  color: var(--ink);
  background: var(--bg);
  line-height: 2;
  font-size: 15.5px;
  font-weight: 400;
  letter-spacing: .02em;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
b, strong { font-weight: 700; }
.en { font-family: var(--font-en); letter-spacing: .06em; }
.serif { font-family: var(--font-serif); font-weight: 500; }
.ic { width: 1em; height: 1em; display: block; }
.pc-br { display: none; }
@media (min-width: 768px) { .pc-br { display: inline; } }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px); }

/* ── スクロール出現（[data-rev]）──────────────────────────── */
html.js [data-rev] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.22,.65,.3,1);
  transition-delay: var(--d, 0s);
}
html.js [data-rev].on,
html.js.rev-safe [data-rev] { opacity: 1; transform: none; }

/* ── ボタン・テキストリンク ────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 28px;
  background: var(--accent); color: #fff;
  font-size: 14px; font-weight: 500; letter-spacing: .12em;
  padding: 15px 30px; border: 1px solid var(--accent);
  border-radius: var(--r-btn); cursor: pointer;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.btn svg { width: 26px; height: 8px; flex-shrink: 0; transition: transform .3s ease; }
.btn:hover { background: transparent; border-color: var(--accent); color: var(--accent); }
.btn:hover svg { transform: translateX(6px); }
/* ★通常＝塗り／ホバー＝抜き（ボス指示 2026-09-03 で反転）
   塗りは accent（白文字とのコントラスト 5.05＝AAクリア）を使う。
   brand の金は白文字だと 3.72 で AA に届かないため塗りには使わない */
.btn--ghost { background: var(--accent); color: #fff; border-color: var(--accent); padding: 14px 26px; gap: 44px; }
.btn--ghost:hover { background: transparent; border-color: var(--accent); color: var(--ink); }
.btn--white { background: #fff; color: var(--ink); border-color: #fff; min-width: 260px; gap: 52px; padding: 14px 26px; }
.btn--white:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

.tlink { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 13.5px; letter-spacing: .1em; }
.tlink svg { width: 26px; height: 8px; color: var(--brand); transition: transform .3s ease; }
.tlink:hover svg { transform: translateX(5px); }

/* ── セクション共通 ───────────────────────────────────────── */
:root { --pad-sec: clamp(64px, 8vw, 120px); }
.sec { padding-block: var(--pad-sec); background: var(--bg); }
.sec--tint { background: var(--tint-1); }

.lbl {
  color: var(--brand); font-family: var(--font-en);
  font-weight: 600; font-size: 13px; letter-spacing: .26em; text-transform: uppercase;
  margin-bottom: 14px; line-height: 1.6;
}
.sec__h {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(25px, 3vw, 34px); letter-spacing: .1em; line-height: 1.6;
}
.sec__hsub { font-family: var(--font-jp); font-size: .48em; letter-spacing: .06em; margin-left: .3em; color: var(--muted); font-weight: 400; }
.sec__head { margin-bottom: clamp(30px, 4vw, 52px); }
.sec__head--c { text-align: center; }
.sec__sub { margin-top: 10px; font-size: 15px; letter-spacing: .12em; color: var(--ink); }
.sec__p { margin-top: clamp(16px, 2vw, 24px); font-size: 14.5px; line-height: 2.1; color: var(--muted); }
.sec__act { margin-top: clamp(24px, 3vw, 36px); text-align: right; }
.sec__note { font-size: 13px; color: var(--muted); }
.sec__note--c { text-align: center; margin-top: clamp(18px, 2.4vw, 28px); }
/* 注記の改行はSPだけ活かす（PCは1行に収まるので解除） */
@media (min-width: 768px) { .sec__note--c br { display: none; } }

/* ============================================================
   ヘッダー（生成り地・ロゴ画像・「／」区切りナビ・茶のCTA）
   ============================================================ */
.hd {
  position: sticky; top: 0; z-index: 100;
  background: var(--bg); border-bottom: 1px solid var(--line-soft);
  transition: transform .3s ease, box-shadow .3s ease;
}
.hd.stuck { box-shadow: 0 2px 22px var(--sh-1); }
.hd--hide { transform: translateY(-100%); }
.hd__in {
  max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px);
  display: flex; align-items: center; justify-content: space-between;
  height: 90px;
}
.hd__logo { display: block; }
.hd__logo .logo__img { width: auto; height: 72px; }
.hd__r { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); }
.hd__nav { display: flex; align-items: center; }
.hd__nav a { display: inline-flex; align-items: center; font-size: 13.5px; letter-spacing: .1em; }
.hd__nav a span { position: relative; padding-block: 6px; }
.hd__nav a span::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--brand);
  transform: scaleX(0); transform-origin: center; transition: transform .3s ease;
}
.hd__nav a:hover span::after, .hd__nav a[aria-current="page"] span::after { transform: scaleX(1); }
.hd__nav a:not(:last-child)::after { content: '／'; color: var(--brand-l); font-size: 11px; margin-inline: 14px; }
.hd__tel {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--ink); font-size: clamp(17px, 1.5vw, 20px); letter-spacing: .06em;
  transition: color .3s ease;
}
.hd__tel .ic { width: 20px; height: 20px; color: var(--accent); stroke-width: 1.5; }
.hd__tel:hover { color: var(--accent); }
.hd__cta {
  background: var(--accent); color: #fff;
  font-size: 13px; letter-spacing: .12em;
  padding: 12px 24px; border-radius: var(--r-btn);
  transition: background .3s ease;
}
.hd__cta:hover { background: transparent; color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }

/* バーガー（〜1024pxで表示） */
.burger { display: none; }
@media (max-width: 1024px) {
  .hd__nav, .hd__cta, .hd__tel { display: none; }
  .hd__in { height: 74px; }
  .hd__logo .logo__img { height: 52px; }
  .burger {
    display: flex; flex-direction: column; justify-content: center; gap: 6px;
    width: 44px; height: 44px; padding: 10px;
    background: none; border: 0; cursor: pointer;
  }
  .burger i { display: block; height: 1px; background: var(--ink); transition: transform .3s ease, opacity .3s ease; }
  body.nav-open .burger i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .burger i:nth-child(2) { opacity: 0; }
  body.nav-open .burger i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ドロワー */
.drawer {
  position: fixed; inset: 0; z-index: 90;
  background: var(--bg);
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s;
  overflow-y: auto; padding-top: 100px;
}
.drawer.on { opacity: 1; visibility: visible; transform: none; }
.drawer__in { padding: 0 32px 48px; }
.drawer__nav { display: flex; flex-direction: column; }
.drawer__nav a {
  padding: 18px 4px; font-family: var(--font-serif); font-size: 17px; letter-spacing: .14em;
  border-bottom: 1px solid var(--line);
}
.drawer__cta { margin-top: 32px; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.drawer__tel { font-size: 26px; letter-spacing: .1em; color: var(--ink); }
@media (prefers-reduced-motion: reduce) { .drawer { transition: none; } }

/* ============================================================
   TOP：FV（大型ヒーロー）
   右＝大きな写真（左端は地色へ溶かす）／左＝キャッチ／下＝2事業カード（写真に重ねて浮かせる）
   ============================================================ */
.fv--hero { position: relative; background: var(--tint-1); overflow: hidden; }
.fv__bg { position: absolute; top: 0; right: 0; bottom: 0; width: 58%; }
.fv__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 32%);
          mask-image: linear-gradient(to right, transparent 0, #000 32%);
}
html.js .fv__bg img { transform: scale(1.06); animation: fv-zoom 8s cubic-bezier(.2,.6,.3,1) forwards; }
@keyframes fv-zoom { to { transform: scale(1); } }
.fv__in {
  position: relative; z-index: 1;
  display: grid; grid-template-rows: 1fr auto;
  min-height: clamp(600px, 84vh, 860px);
  padding-top: clamp(48px, 6vw, 88px); padding-bottom: clamp(32px, 4vw, 56px);
}
.fv__copy { align-self: center; max-width: 540px; }
.fv__lbl {
  display: flex; align-items: center; gap: 14px;
  font-size: clamp(11.5px, 1vw, 13px); letter-spacing: .28em; font-weight: 600; color: var(--brand);
  margin-bottom: clamp(20px, 2.6vw, 32px);
}
.fv__lbl::before { content: ''; width: 36px; height: 1px; background: currentColor; flex-shrink: 0; }
.fv__catch {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(36px, 4.4vw, 62px); letter-spacing: .06em; line-height: 1.45;
}
.fv__line { display: block; overflow: hidden; }          /* ヒーローでは常に意味の区切りで2行 */
.fv__line > span { display: inline-block; }
.fv__sub { margin-top: clamp(22px, 2.8vw, 34px); font-size: clamp(15px, 1.35vw, 18px); letter-spacing: .08em; }
.fv__body { margin-top: clamp(16px, 2vw, 24px); font-size: 14.5px; line-height: 2.1; color: var(--muted); }

/* 2事業カード（ヒーロー下端・右のカードは写真に重なる） */
.fv__cards { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 28px); margin-top: clamp(40px, 5vw, 72px); }
.fvcard {
  position: relative; display: grid; grid-template-columns: 40% 1fr;
  background: #fff; border: 1px solid var(--line-strong); border-radius: var(--r-card); overflow: hidden;
  box-shadow: 0 18px 46px var(--sh-2);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.fvcard:hover { transform: translateY(-4px); box-shadow: 0 24px 56px var(--sh-3); border-color: var(--brand); }
.fvcard__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.fvcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.fvcard:hover .fvcard__media img { transform: scale(1.04); }
.fvcard__body {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(16px, 2vw, 26px) clamp(18px, 2vw, 26px); padding-right: 52px;
}
.fvcard__title { font-family: var(--font-serif); font-weight: 500; font-size: clamp(14.5px, 1.1vw, 15.5px); letter-spacing: .04em; line-height: 1.65; }
.fvcard__note { margin-top: 10px; font-size: 13px; letter-spacing: .04em; color: var(--muted); }
.fvcard__arrow { position: absolute; right: 22px; bottom: 16px; color: var(--brand); }
.fvcard__arrow svg { width: 32px; height: 9px; transition: transform .3s ease; }
.fvcard:hover .fvcard__arrow svg { transform: translateX(5px); }

/* FV登場（キャッチは行スライド、サブ・本文はフェード、カードは順に浮上） */
html.js .fv__lbl  { opacity: 0; animation: fv-fade .8s ease forwards .05s; }
html.js .fv__line > span { transform: translateY(110%); animation: fv-line 1s cubic-bezier(.22,.65,.3,1) forwards; animation-delay: calc(.15s + var(--i, 0) * .14s); }
html.js .fv__sub  { opacity: 0; animation: fv-fade .9s ease forwards .6s; }
html.js .fv__body { opacity: 0; animation: fv-fade .9s ease forwards .8s; }
html.js .fvcard   { opacity: 0; transform: translateY(18px); animation: fv-rise .9s cubic-bezier(.22,.65,.3,1) forwards; animation-delay: calc(.7s + var(--i, 0) * .16s); }
@keyframes fv-line { to { transform: translateY(0); } }
@keyframes fv-fade { to { opacity: 1; } }
@keyframes fv-rise { to { opacity: 1; transform: none; } }

/* ============================================================
   葉のモチーフ（顧客資料の金の枝葉を引用。装飾＝aria-hidden）
   ============================================================ */
.leaf { display: block; color: var(--brand); pointer-events: none; height: auto; }
.fv__leaf { position: absolute; left: clamp(-48px, -3vw, -24px); bottom: 32%; width: clamp(200px, 22vw, 320px); opacity: .16; z-index: 0; }
.hk, .msg, .hero--split, .cta { position: relative; }
.sec__leaf { position: absolute; width: clamp(70px, 8vw, 110px); opacity: .55; }
.sec__leaf--tr { top: clamp(20px, 3vw, 40px); right: clamp(20px, 3vw, 48px); transform: rotate(180deg); }
.sec__leaf--bl { bottom: clamp(20px, 3vw, 40px); left: clamp(20px, 3vw, 48px); }
.hero__leaf { position: absolute; left: clamp(16px, 2vw, 32px); bottom: clamp(16px, 2vw, 32px); width: clamp(60px, 7vw, 96px); opacity: .5; z-index: 1; }
.cta__leaf { position: absolute; left: clamp(4px, 2vw, 40px); top: 50%; transform: translateY(-50%); width: clamp(90px, 9vw, 130px); color: #fff; opacity: .16; }
/* 見出しの左右に小さな葉 */
.sec__h--leaf { display: inline-flex; align-items: center; justify-content: center; gap: clamp(10px, 1.4vw, 18px); max-width: 100%; }
.sec__h--leaf > span { min-width: 0; }
.sec__h--leaf .leaf { width: clamp(22px, 2.4vw, 32px); opacity: .85; flex-shrink: 0; }
.sec__h--leaf .leaf--l { transform: scaleX(-1); }

/* ============================================================
   TOP：私たちについて（3つの価値）
   ============================================================ */
.values__list { display: grid; grid-template-columns: repeat(3, 1fr); }
.value { text-align: center; padding: clamp(8px, 1.5vw, 16px) clamp(16px, 3vw, 40px); }
.value + .value { border-left: 1px solid var(--line); }
.value__ic { display: inline-block; width: 62px; height: 62px; color: var(--brand); }
.value__ic .ic { width: 100%; height: 100%; }
.value__name { margin-top: 18px; font-size: clamp(20px, 2vw, 24px); letter-spacing: .24em; text-indent: .24em; }
.value__text { margin-top: 12px; font-size: 13.5px; line-height: 2; color: var(--muted); }

/* ============================================================
   TOP：家事代行（ベージュ帯）
   ============================================================ */
.hk__top { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hk__copy .sec__h { font-size: clamp(24px, 2.3vw, 30px); }
.hk__icons { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.hk__icons li { text-align: center; }
.hk__ic { display: inline-block; width: 50px; height: 50px; color: var(--brand); }
.hk__ic .ic { width: 100%; height: 100%; }
.hk__icname { display: block; margin-top: 10px; font-size: 11.5px; letter-spacing: .04em; line-height: 1.6; }

.pricebar {
  margin-top: clamp(32px, 4vw, 52px);
  display: grid; grid-template-columns: 1.25fr 1fr 1.25fr;
  background: #fff; border: 1px solid var(--brand); border-radius: var(--r-card);
}
.pricebar__cell { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 22px 20px; text-align: center; flex-wrap: wrap; }
.pricebar__cell + .pricebar__cell { border-left: 1px solid var(--line); }
.pricebar__lbl { font-size: 14px; letter-spacing: .08em; }
.pricebar__amt { display: inline-flex; align-items: baseline; gap: 4px; color: var(--accent); }
.pricebar__amt b { font-size: clamp(26px, 2.6vw, 34px); font-weight: 500; line-height: 1; letter-spacing: .02em; }
.pricebar__amt small { font-size: 12.5px; color: var(--ink); }

/* ============================================================
   TOP：英会話（白）
   ============================================================ */
.en__in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.6vw, 20px); }
.plan {
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  background: #fff; border: 1px solid var(--line); padding: clamp(22px, 2.6vw, 34px) 12px; text-align: center;
}
.plan__en { font-size: 14px; letter-spacing: .2em; }
.plan__min { display: inline-flex; align-items: baseline; gap: 2px; }
.plan__min b { font-size: clamp(24px, 2.4vw, 30px); font-weight: 500; line-height: 1; }
.plan__min small { font-size: 12px; }
.plan__price { font-size: clamp(24px, 2.6vw, 32px); font-weight: 500; line-height: 1; letter-spacing: .02em; }
.en__note { margin-top: 14px; font-size: 12.5px; color: var(--muted); text-align: center; }

/* ============================================================
   ご利用の流れ・レッスンの流れ（4ステップ・線でつなぐ）
   ============================================================ */
.steps__list { display: grid; grid-template-columns: repeat(4, 1fr); }
.step { position: relative; text-align: center; padding-inline: 8px; }
.step__no { display: block; font-size: clamp(30px, 3.4vw, 42px); font-weight: 400; color: var(--brand); line-height: 1; letter-spacing: .06em; }
.steps__list--ink .step__no { color: var(--ink); }
.step__name { display: block; margin-top: 14px; font-size: 14px; letter-spacing: .06em; }
.step:not(:last-child)::after {
  content: ''; position: absolute; top: calc(clamp(30px, 3.4vw, 42px) / 2);
  left: calc(50% + 44px); width: calc(100% - 88px); height: 1px; background: var(--brand-l);
}

/* ============================================================
   お知らせ
   ============================================================ */
.news__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: clamp(20px, 2.6vw, 30px); }
.news__list li { border-bottom: 1px solid var(--line); }
.news__list li:first-child { border-top: 1px solid var(--line); }
.news__list a { display: flex; align-items: baseline; gap: clamp(20px, 4vw, 56px); padding: 20px 12px; transition: background .25s ease; }
.news__list a:hover { background: var(--tint-1); }
.news__list time { font-size: 15px; color: var(--brand-d); flex-shrink: 0; letter-spacing: .08em; }
.news__list span { font-size: 14.5px; }

/* ============================================================
   下層共通：タイトル帯（ベージュ）
   ============================================================ */
.ph { background: var(--tint-1); padding-block: clamp(48px, 7vw, 96px); }
/* タイトル帯に写真を敷く。文字は黒のままなので、文字が載る左側を強めに伏せる */
.ph--bg {
  position: relative; overflow: hidden;
  background-image: var(--ph-bg); background-size: cover; background-position: center 62%;
  background-attachment: fixed;
  padding-block: clamp(64px, 9vw, 128px);
}
.ph--bg::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to right, color-mix(in srgb, var(--tint-1) 88%, transparent) 0%, color-mix(in srgb, var(--tint-1) 72%, transparent) 38%, color-mix(in srgb, var(--tint-1) 24%, transparent) 62%, transparent 78%),
    linear-gradient(to bottom, color-mix(in srgb, var(--tint-1) 40%, transparent) 0%, transparent 30%, transparent 76%, color-mix(in srgb, var(--tint-1) 55%, transparent) 100%);
}
.ph--bg > .wrap { position: relative; z-index: 1; }
/* ★お問い合わせの帯：写真の暗部（コンクリート）が多いので伏せを強め、
   背景位置も中央の明るい中庭が出るように寄せる */
body.is-contact .ph--bg { background-position: center 45%; }
body.is-contact .ph--bg::before {
  background:
    linear-gradient(to right, color-mix(in srgb, var(--tint-1) 95%, transparent) 0%, color-mix(in srgb, var(--tint-1) 86%, transparent) 40%, color-mix(in srgb, var(--tint-1) 42%, transparent) 66%, color-mix(in srgb, var(--tint-1) 18%, transparent) 82%),
    linear-gradient(to bottom, color-mix(in srgb, var(--tint-1) 52%, transparent) 0%, color-mix(in srgb, var(--tint-1) 22%, transparent) 30%, color-mix(in srgb, var(--tint-1) 22%, transparent) 72%, color-mix(in srgb, var(--tint-1) 62%, transparent) 100%);
}
@media (max-width: 1024px) { .ph--bg { background-attachment: scroll; } }
.ph__in { position: relative; }
.ph__h { font-family: var(--font-serif); font-weight: 500; font-size: clamp(28px, 3.6vw, 38px); letter-spacing: .24em; line-height: 1.4; }
.ph__h::after { content: ''; display: block; width: 34px; height: 1px; background: var(--brand); margin-top: 22px; }
.ph__bc { position: absolute; right: 0; bottom: 2px; font-size: 12px; color: var(--muted); letter-spacing: .06em; }
.ph__bc a:hover { color: var(--brand); }
@media (max-width: 767px) { .ph__bc { position: static; margin-top: 14px; } }

/* ============================================================
   家事代行ページ
   ============================================================ */
/* 入口（左=ベージュ地の見出し／右=写真） */
.hero--split { display: grid; grid-template-columns: 1fr 1fr; min-height: clamp(380px, 44vw, 540px); background: var(--tint-1); }
.hero__copy { display: flex; align-items: center; padding: clamp(40px, 5vw, 72px) clamp(24px, 4vw, 48px) clamp(40px, 5vw, 72px) clamp(20px, 4vw, 40px); }
.hero__copyin { width: 100%; max-width: calc(var(--wrap) / 2 - 40px); margin-left: auto; }
.hero__h { font-size: clamp(26px, 3.2vw, 36px); letter-spacing: .08em; line-height: 1.5; }
.hero__lead { margin-top: clamp(16px, 2vw, 24px); font-size: 14.5px; line-height: 2.1; color: var(--muted); }
.hero__rule { display: block; width: 44px; height: 1px; background: var(--brand); margin-top: clamp(24px, 3vw, 40px); }
.hero__media { position: relative; overflow: hidden; }
.hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
html.js .hero__media img { transform: scale(1.05); animation: fv-zoom 6s cubic-bezier(.2,.6,.3,1) forwards; }
@keyframes fv-zoom { to { transform: scale(1); } }

/* 基本サービス5枚 */
.svc5__list { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(12px, 1.6vw, 20px); align-items: stretch; }
.svc5__card {
  display: flex; flex-direction: column; align-items: center; height: 100%;
  background: #fff; border: 1px solid var(--line); padding: clamp(24px, 2.6vw, 34px) 14px; text-align: center;
}
.svc5__ic { display: inline-block; width: 48px; height: 48px; color: var(--brand); }
.svc5__ic .ic { width: 100%; height: 100%; }
.svc5__name { margin-top: 16px; font-size: 15px; letter-spacing: .08em; }
.svc5__desc { margin-top: 8px; font-size: 12px; line-height: 1.9; color: var(--muted); }

/* ── レッスン内容（英会話・3プランの中身）──────────────────── */
/* レッスン内容・月額プランのリード（同じ扱いに揃える）。
   ★カンプの濃色の塗り帯は、薄いベージュと細い金線で構成されたこのサイトの中で
     浮いてしまうため採用しない（ボス判断 2026-09-04） */
.lcon__lead, .eplans__lead { margin-top: clamp(12px, 1.6vw, 18px); font-size: clamp(15px, 1.6vw, 19px);
  letter-spacing: .04em; line-height: 1.95; color: var(--ink); }
/* 「3つのプラン」＝説明文と切り離し、上の短い罫線で独立させる */
.lcon__pick { position: relative; margin-top: clamp(12px, 1.6vw, 18px); padding-bottom: clamp(16px, 2vw, 22px);
  font-size: clamp(17px, 1.9vw, 23px); letter-spacing: .07em; line-height: 1.7; color: var(--ink); }
/* 罫線は一文の「下」＝説明文との境目に置く（上に置くと見出しの直下に線が来て窮屈） */
.lcon__pick::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 48px; height: 1px; background: var(--brand); opacity: .6; }

/* カンプで「3」が大きい。数字だけ持ち上げて視線を止める */
.lcon__big { font-size: 1.55em; font-weight: 500; line-height: 1; color: var(--accent);
  margin: 0 .1em; vertical-align: -.06em; }
.lcon__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 22px); align-items: stretch; }
.lcon__card { display: flex; flex-direction: column; background: #fff; padding: 0 0 clamp(20px, 2.2vw, 26px); overflow: hidden; }
.lcon__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
  padding: clamp(14px, 1.6vw, 20px) clamp(14px, 1.6vw, 20px); background: var(--tint-1); }
/* 参照デザインに合わせ、上位プランほど地色を濃くする */
.lcon__head--2 { background: var(--tint-2); }
.lcon__head--3 { background: var(--tint-3); }
.lcon__name { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.lcon__name b { font-size: clamp(17px, 1.7vw, 20px); letter-spacing: .1em; font-weight: 500; }
.lcon__name small { font-size: 11.5px; letter-spacing: .06em; color: var(--muted); }
.lcon__min { flex: none; color: var(--brand); }
.lcon__min b { font-size: clamp(21px, 2.1vw, 26px); letter-spacing: .02em; }
.lcon__min small { margin-left: 3px; font-size: 11px; letter-spacing: .08em; }
.lcon__catch { margin: 0; padding: clamp(11px, 1.2vw, 14px) clamp(14px, 1.6vw, 20px);
  border-bottom: 1px solid var(--line); font-size: 13px; letter-spacing: .04em; line-height: 1.7; text-align: center; }
.lcon__items { padding: clamp(14px, 1.6vw, 20px) clamp(14px, 1.6vw, 20px) 0; display: grid; gap: 10px; }
.lcon__items li { display: grid; grid-template-columns: 17px 1fr; align-items: start; gap: 9px;
  font-size: 12.5px; line-height: 1.75; color: var(--muted); }
.lcon__items .ic { width: 17px; height: 17px; margin-top: 2px; color: var(--brand); }
/* LESSON CONTENT の5項目＝カードの下に区切って置く（同じ「レッスン内容」なので統合） */
.lcon .feats__list { margin-top: clamp(30px, 3.4vw, 44px); padding-top: clamp(22px, 2.6vw, 32px);
  border-top: 1px solid var(--line); }

/* ── 月額プラン（英会話・単発とは別系統）───────────────────── */
.eplans__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 22px); align-items: stretch; }
.eplan { position: relative; display: flex; flex-direction: column; background: #fff;
  padding: clamp(22px, 2.4vw, 30px) clamp(14px, 1.6vw, 20px) clamp(20px, 2.2vw, 26px); text-align: center; }
.eplan--pick { border-color: var(--brand) !important; }
.eplan__badge { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  padding: 5px 16px; border-radius: 999px; background: var(--accent); color: #fff;
  font-size: 11.5px; letter-spacing: .08em; white-space: nowrap; }
.eplan__name { display: flex; flex-direction: column; gap: 4px; }
.eplan__name b { font-size: clamp(18px, 1.8vw, 22px); font-weight: 500; letter-spacing: .1em; }
.eplan__name small { font-size: 11.5px; letter-spacing: .06em; color: var(--muted); }
.eplan__catch { margin-top: clamp(12px, 1.4vw, 16px); padding: 9px 6px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  font-size: 12.5px; line-height: 1.7; color: var(--muted); }
.eplan__freq { margin-top: clamp(14px, 1.6vw, 18px); display: inline-block; align-self: center;
  padding: 5px 16px; border-radius: 999px; background: var(--band-grad); color: var(--on-band);
  font-size: 12.5px; letter-spacing: .06em; }
.eplan__price { margin-top: 12px; display: flex; align-items: baseline; justify-content: center;
  flex-wrap: wrap; gap: 2px; color: var(--accent); }
.eplan__price b { font-size: clamp(28px, 3vw, 38px); font-weight: 500; line-height: 1.1; letter-spacing: .02em; }
.eplan__mo { font-size: 14px; color: var(--ink); }
.eplan__tax { font-size: 11.5px; color: var(--muted); margin-left: 2px; }
.eplan__per { margin-top: 6px; font-size: 12px; color: var(--muted); letter-spacing: .04em; }
.eplan__list { margin-top: clamp(16px, 1.8vw, 22px); padding-top: clamp(14px, 1.6vw, 18px);
  border-top: 1px solid var(--line); display: grid; gap: 9px; text-align: left; }
.eplan__list li { display: grid; grid-template-columns: 16px 1fr; align-items: start; gap: 9px;
  font-size: 12.5px; line-height: 1.7; color: var(--muted); }
.eplan__list .ic { width: 16px; height: 16px; margin-top: 2px; color: var(--brand); }

/* 下部の3点＋注記 */
.eplans__points { margin-top: clamp(26px, 3vw, 36px); padding-top: clamp(18px, 2.2vw, 26px);
  border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; }
.epoint { flex: 1 1 0; min-width: 0; display: flex; align-items: center; justify-content: center;
  gap: 10px; padding: clamp(8px, 1vw, 12px) clamp(8px, 1.2vw, 16px);
  font-size: 12.5px; letter-spacing: .03em; line-height: 1.7; }
.epoint + .epoint { border-left: 1px solid var(--line); }
.epoint .ic { flex: none; width: 24px; height: 24px; color: var(--brand); }
.eplans__note { margin-top: clamp(14px, 1.6vw, 20px); text-align: center; font-size: 12px; color: var(--muted); }

/* ── 対応できる場所（家事代行）─────────────────────────────
   1枚を大きく・残り4枚を2×2にする非対称グリッド。見出しは左寄せ。 */
.places__lead { margin-top: clamp(12px, 1.6vw, 20px); font-size: clamp(15px, 1.6vw, 19px);
  letter-spacing: .04em; line-height: 1.95; color: var(--ink); }

.places__grid { display: grid; gap: clamp(14px, 1.6vw, 20px);
  grid-template-columns: 1.85fr 1fr 1fr; grid-template-rows: auto auto; }
.place { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  padding: clamp(12px, 1.2vw, 16px); text-align: left; }
.place--lg { grid-column: 1; grid-row: 1 / span 2; }

.place__ph { display: block; width: 100%; height: auto; aspect-ratio: 2 / 1;
  object-fit: cover; background: var(--tint-1); }
.place--lg .place__ph { flex: 1 1 0; min-height: 320px; aspect-ratio: auto; }
.place__ic { display: block; width: 46px; height: 46px; margin: 10px 0 4px; color: var(--band); }
.place__ic .ic { width: 100%; height: 100%; }

.place__body { padding: clamp(14px, 1.4vw, 18px) clamp(4px, .6vw, 8px) clamp(6px, .8vw, 10px); }
.place__num { display: flex; align-items: center; gap: 10px; color: var(--brand);
  font-size: 13px; letter-spacing: .12em; line-height: 1; }
.place__num i { display: block; width: 26px; height: 1px; background: currentColor; opacity: .7; }
.place--lg .place__num { font-size: 15px; }
.place--lg .place__num i { width: 34px; }
.place__name { margin-top: 10px; font-size: 17px; letter-spacing: .08em; line-height: 1.5; }
.place--lg .place__name { margin-top: 12px; font-size: clamp(22px, 2vw, 27px); }
.place__desc { margin-top: 10px; font-size: 12.5px; line-height: 1.95; color: var(--muted); }
.place--lg .place__desc { margin-top: 12px; font-size: 13.5px; }

/* 3つの約束＝上に罫線・縦の区切り線（囲みなし） */
.places__promises { margin-top: clamp(28px, 3.2vw, 40px); padding-top: clamp(20px, 2.4vw, 28px);
  border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; }
.promise { flex: 1 1 0; min-width: 0; display: flex; align-items: center; justify-content: center;
  gap: 14px; padding: clamp(8px, 1vw, 14px) clamp(10px, 1.4vw, 18px);
  font-size: 13px; letter-spacing: .04em; line-height: 1.85; }
.promise + .promise { border-left: 1px solid var(--line); }
.promise .ic { flex: none; width: 36px; height: 36px; color: var(--brand); }

/* 締めの一文＝両脇に細い罫線 */
.places__note { margin-top: clamp(26px, 3vw, 40px); display: flex; align-items: center;
  justify-content: center; gap: clamp(14px, 2.2vw, 30px);
  font-size: clamp(17px, 2.1vw, 26px); letter-spacing: .05em; line-height: 1.75; color: var(--ink); }
.places__note::before, .places__note::after { content: ""; flex: 0 0 auto;
  width: clamp(30px, 6vw, 96px); height: 1px; background: var(--brand); opacity: .5; }
.places__note > span { min-width: 0; }
/* 強調語＝アクセント色。--brand はベージュ地に対し 3.35:1 で AA 未達のため使わない */
.snk-em { font-style: normal; font-weight: inherit; color: var(--accent); }
/* スマホ専用の改行（PC限定の .br-pc と対）*/
.br-sp { display: none; }

/* 料金のご案内（4区画・縦罫） */
.price__grid { display: grid; grid-template-columns: 1.3fr 1fr 1.3fr 1fr; align-items: center; }
.price__cell { padding: 18px clamp(12px, 2vw, 28px); text-align: center; }
.price__cell + .price__cell { border-left: 1px solid var(--line-strong); }
.price__lbl { font-size: 15px; letter-spacing: .12em; }
.price__amt { margin-top: 10px; display: flex; align-items: baseline; justify-content: center; gap: 6px; color: var(--accent); flex-wrap: wrap; }
.price__unit { font-size: 15px; color: var(--ink); margin-right: 4px; }
.price__amt b { font-size: clamp(28px, 3vw, 38px); font-weight: 500; line-height: 1; letter-spacing: .02em; }
.price__amt small { font-size: 13px; color: var(--ink); }
.price__note { margin-top: 8px; font-size: 12px; color: var(--muted); }
.price__big { font-family: var(--font-serif); font-size: clamp(16px, 1.6vw, 19px); letter-spacing: .1em; line-height: 1.8; }

/* 月額契約プラン */
.monthly__list { display: grid; grid-template-columns: repeat(2, minmax(0, 470px)); justify-content: center; gap: clamp(16px, 2.4vw, 28px); }
.mplan { background: #fff; border: 1px solid var(--brand); padding: clamp(26px, 3vw, 38px) 24px; text-align: center; }
.mplan__name { font-size: clamp(18px, 1.8vw, 21px); letter-spacing: .14em; }
.mplan__desc { margin-top: 10px; font-size: 13.5px; color: var(--muted); }
.mplan__amt { margin-top: 18px; display: flex; align-items: baseline; justify-content: center; gap: 10px; color: var(--accent); flex-wrap: wrap; }
.mplan__tag { font-size: 12.5px; color: #fff; background: var(--accent); padding: 1px 8px; align-self: center; letter-spacing: .12em; }
.mplan__amt b { font-size: clamp(30px, 3.2vw, 40px); font-weight: 500; line-height: 1; letter-spacing: .02em; }
.mplan__amt small { font-size: 13px; color: var(--ink); }
.mplan__note { margin-top: 8px; font-size: 12px; color: var(--muted); }

/* オプション（表） */
.opts__list { background: #fff; border: 1px solid var(--line); }
.opt { display: grid; grid-template-columns: 56px 1.3fr 1fr 1.7fr; align-items: center; gap: 16px; padding: 16px 24px; border-bottom: 1px solid var(--line); }
.opt:last-child { border-bottom: 0; }
.opt__ic { width: 30px; height: 30px; color: var(--brand); }
.opt__ic .ic { width: 100%; height: 100%; }
.opt__name { font-size: 14.5px; letter-spacing: .04em; }
.opt__price { font-size: 14px; color: var(--accent-d); letter-spacing: .04em; }
.opt__desc { font-size: 13px; color: var(--muted); line-height: 1.8; }

/* ご利用にあたって（3ブロック＋キャンセル枠。申込書のブロック構成を踏襲） */
.notes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 22px); align-items: stretch; }
.nblock { display: flex; flex-direction: column; height: 100%; background: #fff; padding: clamp(22px, 2.4vw, 30px) clamp(20px, 2.2vw, 28px); }
.nblock__head { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--line); }
.nblock__ic { width: 30px; height: 30px; color: var(--brand); flex-shrink: 0; }
.nblock__ic .ic { width: 100%; height: 100%; }
.nblock__name { font-size: clamp(15px, 1.5vw, 17px); letter-spacing: .1em; line-height: 1.5; }
.nblock__sub { font-family: var(--font-jp); font-size: .74em; letter-spacing: .04em; color: var(--muted); font-weight: 400; }
.nblock__list li { position: relative; padding-left: 18px; font-size: 13.5px; line-height: 1.95; }
.nblock__list li + li { margin-top: 9px; }
.nblock__list li::before { content: ''; position: absolute; left: 0; top: .82em; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
/* キャンセルは重要度が高いので全幅＋アクセントで立てる */
.nblock--cancel { grid-column: 1 / -1; border-color: var(--accent) !important; }
.nblock--cancel .nblock__ic { color: var(--accent); }
.nblock--cancel .nblock__list { columns: 2; column-gap: clamp(24px, 4vw, 56px); }
.nblock--cancel .nblock__list li { break-inside: avoid; }
.nblock--cancel .nblock__list li::before { background: var(--accent); }
.nblock__today {
  display: flex; align-items: center; gap: clamp(12px, 1.6vw, 20px); flex-wrap: wrap;
  margin-top: clamp(16px, 2vw, 22px); padding: clamp(14px, 1.6vw, 18px) clamp(16px, 1.8vw, 22px);
  background: var(--tint-1); font-size: 14px; line-height: 1.9;
}
.nblock__tlabel {
  background: var(--accent); color: #fff; font-size: 12.5px; letter-spacing: .1em;
  padding: 5px 12px; white-space: nowrap; flex-shrink: 0;
}
.nblock__notes { margin-top: 12px; }
.nblock__notes p { font-size: 12px; color: var(--muted); line-height: 1.9; }

/* お支払い方法・その他（申込書「5.」準拠の3項目） */
.pay__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 26px); max-width: 1080px; margin-inline: auto; }
.pay__item { text-align: center; padding-inline: clamp(6px, 1.2vw, 16px); }
/* 区切り線は「各行の先頭以外」に引く（+ セレクタだと折り返した行の先頭にも付いてしまう） */
.pay__item:not(:nth-child(4n + 1)) { border-left: 1px solid var(--line-strong); }
.pay__ic { display: inline-block; width: 44px; height: 44px; color: var(--brand); }
.pay__ic .ic { width: 100%; height: 100%; }
.pay__name { margin-top: 14px; font-size: clamp(16px, 1.7vw, 19px); letter-spacing: .14em; }
.pay__text { margin-top: 10px; font-size: 13.5px; line-height: 1.95; color: var(--muted); }

/* ご紹介特典（独立セクション・枠で囲って主役にする） */
.ref__box { max-width: 720px; margin-inline: auto; padding: clamp(32px, 4vw, 52px) clamp(20px, 3vw, 40px); text-align: center; background: #fff; }
.ref__box .lbl { margin-bottom: 10px; }
.ref__lead { margin-top: clamp(18px, 2.4vw, 26px); display: flex; align-items: baseline; justify-content: center; gap: 8px; flex-wrap: wrap; font-size: clamp(15px, 1.5vw, 17px); }
.ref__amt { font-size: clamp(34px, 4.2vw, 52px); color: var(--accent); font-weight: 500; line-height: 1; letter-spacing: .02em; }
.ref__unit { font-size: clamp(15px, 1.6vw, 18px); color: var(--accent); }
.ref__note { margin-top: 14px; font-size: 12.5px; color: var(--muted); line-height: 1.95; }

/* ============================================================
   英会話ページ
   ============================================================ */
.ehero { padding-block: clamp(56px, 8vw, 112px); text-align: center; border-bottom: 1px solid var(--line); }
/* 入口ヒーローに写真を敷く。黒文字を保つため、中央を強めに伏せた放射状のベールを重ねる */
.ehero--bg { position: relative; border-bottom: 0; padding-block: clamp(88px, 11vw, 168px); --veil-op: 0; }
.ehero--bg.sec--fixed::after, .ehero--bg::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    /* 文字が載る中央の帯を widely に伏せる（右側の暗い髪の上でも黒文字が読めるように） */
    /* ★写真を主役にする。文字が載る中央だけを局所的に伏せ、周囲は写真をそのまま見せる */
    radial-gradient(ellipse 52% 34% at 50% 52%, color-mix(in srgb, var(--bg) 82%, transparent) 0%, color-mix(in srgb, var(--bg) 58%, transparent) 62%, transparent 100%),
    linear-gradient(to bottom, color-mix(in srgb, var(--bg) 34%, transparent) 0%, transparent 22%, transparent 80%, var(--bg) 100%);
}
.ehero--bg > .wrap { position: relative; z-index: 1; }
.ehero__top { font-size: clamp(12px, 1.2vw, 15px); letter-spacing: .34em; color: var(--brand); font-weight: 500; }
.ehero__h { margin: 0; font-weight: 400; font-size: inherit; }
.ehero__title, .ehero__ja { display: block; }
.ehero__title { margin-top: clamp(14px, 2vw, 24px); font-size: clamp(38px, 7vw, 88px); font-weight: 400; letter-spacing: .1em; line-height: 1.12; text-transform: uppercase; }
.ehero__ja { margin-top: clamp(18px, 2.6vw, 30px); font-size: clamp(17px, 2vw, 23px); letter-spacing: .22em; }
html.js .ehero__top { opacity: 0; animation: fv-fade .8s ease forwards .05s; }
html.js .ehero__ja  { opacity: 0; animation: fv-fade .9s ease forwards .6s; }

.feats__list { display: grid; grid-template-columns: repeat(5, 1fr); }
.feat { text-align: center; padding: 10px 8px; }
.feat + .feat { border-left: 1px solid var(--line); }
.feat__ic { display: inline-block; width: 56px; height: 56px; color: var(--ink); }
.feat__ic .ic { width: 100%; height: 100%; }
.feat__en { display: block; margin-top: 16px; font-size: 15.5px; letter-spacing: .06em; font-weight: 500; }
.feat__ja { display: block; margin-top: 2px; font-size: 12.5px; letter-spacing: .1em; color: var(--muted); }

.etable__head { display: grid; grid-template-columns: 1.2fr 1fr 1fr; font-size: 13px; letter-spacing: .26em; color: var(--muted); padding: 0 8px 14px; border-bottom: 1px solid var(--line-strong); }
.etable__head span:not(:first-child) { text-align: center; }
.erow { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; padding: clamp(22px, 3vw, 34px) 8px; border-bottom: 1px solid var(--line); }
.erow__name b { display: block; font-size: clamp(24px, 2.8vw, 36px); font-weight: 400; letter-spacing: .16em; line-height: 1.1; }
.erow__name small { display: block; margin-top: 6px; font-size: 12px; letter-spacing: .12em; color: var(--muted); }
.erow__time { text-align: center; }
.erow__time b { font-size: clamp(26px, 3vw, 38px); font-weight: 400; line-height: 1; }
.erow__time small { font-size: 14px; margin-left: 4px; }
/* 家事代行の .price__amt と同じ作り＝数字の右にベースライン揃えで置く。
   税表記を .erow__price の中に入れると ::after の金の下線が伸びるので外に出す。
   幅が足りないときは flex-wrap で下に折る（家事代行と同じ保険） */
.erow__pricebox { justify-self: center; display: inline-flex; flex-wrap: wrap;
  align-items: baseline; justify-content: center; gap: 6px; }
.erow__tax { font-size: 12px; letter-spacing: .04em; color: var(--ink); }
.erow__price { position: relative; padding-bottom: 10px; font-size: clamp(30px, 3.8vw, 48px); font-weight: 400; line-height: 1; }
.erow__price small { font-size: .5em; margin-right: 4px; }
.erow__price::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--brand-l); }
.etable__notes { margin-top: clamp(20px, 2.6vw, 30px); font-size: 12.5px; color: var(--muted); line-height: 1.9; }

.loc__in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.loc__media { aspect-ratio: 3 / 2; overflow: hidden; }
.loc__media img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   会社案内
   ============================================================ */
/* ★下の「ごあいさつ」「会社概要」と左端を揃える。
   .wrap（左右パディング）の内側で行長だけを絞る＝中央寄せしない */
.about { position: relative; overflow: hidden; }
/* 右余白に大きくロゴを敷く（装飾）。★本文の右端より確実に右へ置く
   （本文は .about__in の max-width で 62% に抑え、ロゴは残りの余白に収める） */
/* ★下の「ごあいさつ」は wrap 内の 1.3fr : 1fr グリッド。その右カラムと同じ位置・幅に合わせる
   （画面右端基準にすると広い画面ではみ出して見えるため、wrap の中で位置を決める） */
.about__mark {
  position: absolute; top: 50%; transform: translateY(-50%);
  left: 50%; margin-left: calc(var(--wrap) / 2 * -1);   /* wrap の左端へ */
  width: var(--wrap); max-width: 100%;
  padding-inline: clamp(20px, 4vw, 40px);
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  pointer-events: none; z-index: 0;
}
.about__mark img { grid-column: 2; width: 100%; height: auto; }
.about > .wrap { position: relative; z-index: 1; }
/* ★ごあいさつの左カラム（1.3fr / 2.3 ≒ 56.5%）と同じ範囲に収める＝右のロゴ列と重ならない */
.about__in { max-width: min(860px, 54%); }
.about__catch { font-size: clamp(28px, 3.6vw, 40px); letter-spacing: .08em; line-height: 1.5; }
.about__body { margin-top: clamp(22px, 2.6vw, 32px); padding-left: clamp(18px, 2vw, 26px); border-left: 1px solid var(--brand); }
.about__body p { font-size: 14.5px; line-height: 2.1; }
.about__body p + p { margin-top: 14px; }

.msg__in { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.msg__text { margin-top: clamp(22px, 2.6vw, 32px); }
.msg__text p { font-size: 14.5px; line-height: 2.2; }
.msg__text p + p { margin-top: 18px; }
.msg__sign { margin-top: clamp(24px, 3vw, 36px); text-align: right; font-size: 15px; letter-spacing: .14em; }
.msg__media { aspect-ratio: 4 / 5; overflow: hidden; }
.msg__media img { width: 100%; height: 100%; object-fit: cover; }

.profile__tbl { margin-top: clamp(22px, 2.6vw, 32px); border-top: 2px solid var(--brand); max-width: 900px; }
.profile__row { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 18px 12px; border-bottom: 1px solid var(--line); }
.profile__row dt { font-family: var(--font-serif); font-size: 14.5px; letter-spacing: .2em; }
.profile__row dd { font-size: 14.5px; }
/* 所在地のセグメント：PCは横並び（従来の全角アキ相当）、SPでは block にして折る */
.profile__seg + .profile__seg { margin-left: .75em; }

/* ============================================================
   お知らせ記事
   ============================================================ */
.article__in { max-width: 760px; }
.article__date { font-family: var(--font-en); font-size: 15px; color: var(--brand-d); letter-spacing: .08em; }
.article__h { font-family: var(--font-serif); font-weight: 500; font-size: clamp(22px, 2.8vw, 28px); line-height: 1.7; letter-spacing: .06em; margin: 10px 0 34px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.article__body p { font-size: 15px; }
.article__body p + p { margin-top: 18px; }
.article__back { margin-top: 44px; }

/* ============================================================
   お問い合わせ
   ============================================================ */
.cf__in { max-width: 820px; margin-inline: auto; }
.cf__side { text-align: center; margin-bottom: clamp(26px, 3vw, 38px); }
.cf__h { font-family: var(--font-serif); font-weight: 500; font-size: clamp(21px, 2.6vw, 28px); letter-spacing: .1em; line-height: 1.7; }
.cf__note { font-size: 14px; color: var(--muted); }
/* お問い合わせ見出しの下の電話番号（大きく・タップで発信） */
.cf__tel { margin-top: clamp(18px, 2.4vw, 26px); }
.cf__telno {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: clamp(28px, 4vw, 40px); letter-spacing: .06em; line-height: 1.2;
  color: var(--ink); transition: color .3s ease;
}
.cf__telno .ic { width: .62em; height: .62em; color: var(--accent); flex-shrink: 0; }
.cf__telno:hover { color: var(--accent); }
.cf__telnote { margin-top: 8px; font-size: 13px; color: var(--muted); }
.cf__req, .cf__opt { display: inline-block; margin-left: 10px; padding: 1px 8px; font-size: 11px; font-weight: 500; border-radius: 2px; vertical-align: 2px; letter-spacing: .06em; }
.cf__req { background: var(--accent); color: #fff; }
.cf__opt { background: var(--tint-2); color: var(--muted); }

.cf__form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-card); padding: 40px 36px; }
.f-hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.f-row { margin-bottom: 22px; }
.f-row label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; letter-spacing: .04em; }
.f-row input, .f-row select, .f-row textarea {
  width: 100%; font: inherit; font-size: 15px; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--r-btn); padding: 12px 14px;
  transition: border-color .2s ease, background .2s ease;
}
.f-row input:focus, .f-row select:focus, .f-row textarea:focus { outline: none; border-color: var(--brand); background: #fff; }
/* ご希望のサービス：ラジオをチップ型に（ネイティブのプルダウンを使わない＝端末差で位置がずれない） */
.f-row__label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; letter-spacing: .04em; }
.f-choice { display: flex; flex-wrap: wrap; gap: 8px; }
.f-chip { position: relative; }
.f-chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.f-chip span {
  display: block; cursor: pointer;
  font-size: 13.5px; letter-spacing: .02em; line-height: 1.5;
  padding: 11px 16px; border: 1px solid var(--line); border-radius: var(--r-btn);
  background: var(--bg); transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.f-chip span:hover { border-color: var(--brand); }
.f-chip input:checked + span { background: var(--accent); border-color: var(--accent); color: #fff; }
.f-chip input:focus-visible + span { outline: 2px solid var(--brand); outline-offset: 2px; }
.f-row .is-err, .f-agree .is-err { border-color: #c33a52; background: #fdeaee; }
.f-err { display: none; font-size: 12.5px; color: #c33a52; margin-top: 6px; }
.f-err.on { display: block; }
.f-alert { display: none; font-size: 14px; font-weight: 500; color: #c33a52; background: #fdeaee; border-radius: var(--r-btn); padding: 12px 16px; margin-bottom: 20px; }
.f-alert.on { display: block; }
.f-agree { display: flex; align-items: center; gap: 10px; font-size: 14px; margin-top: 28px; }
.f-agree a { color: var(--brand-d); text-decoration: underline; }
.f-agree input { width: 18px; height: 18px; accent-color: var(--accent); }
.act { margin-top: 28px; }
.cf__form .act { text-align: center; }
.is-sending { opacity: .6; pointer-events: none; }
.f-sample { margin: 0 0 clamp(16px, 2vw, 22px); padding: 12px 16px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--tint-1); font-size: 13.5px; line-height: 1.85; }

/* お問い合わせの流れ（3ステップ） */
.flow__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: clamp(26px, 3vw, 38px); }
.flow__item { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-card); padding: 26px 26px 28px; }
.flow__no { display: block; color: var(--brand); font-size: 30px; font-weight: 400; line-height: 1; }
.flow__name { font-family: var(--font-serif); font-size: 16px; letter-spacing: .1em; margin: 12px 0 10px; }
.flow__desc { font-size: 13.5px; color: var(--muted); line-height: 1.9; }
.flow__mail { margin-top: clamp(20px, 2.4vw, 30px); font-size: 13px; color: var(--muted); }
.flow__mail a { color: var(--brand-d); text-decoration: underline; }

/* ============================================================
   サンクス・404
   ============================================================ */
.thx { padding-block: calc(var(--pad-sec) * 1.25); }
.thx__in { text-align: center; max-width: 640px; }
.thx__ic { display: inline-block; width: 64px; height: 64px; color: var(--brand); margin-bottom: 18px; }
.thx__h { font-family: var(--font-serif); font-weight: 500; font-size: clamp(24px, 3vw, 30px); letter-spacing: .12em; margin: 6px 0 22px; }
.thx__lead p { font-size: 15px; color: var(--muted); }
.thx__lead p + p { margin-top: 14px; }
.thx__lead a { color: var(--brand-d); text-decoration: underline; }
.thx .act { text-align: center; margin-top: 36px; }
.nf__code { font-family: var(--font-en); font-size: clamp(64px, 10vw, 110px); font-weight: 400; color: var(--tint-4); line-height: 1; }

/* ============================================================
   プライバシーポリシー
   ============================================================ */
.pp__in h2 { font-family: var(--font-serif); font-weight: 500; font-size: 18px; letter-spacing: .08em; margin: 36px 0 12px; padding-left: 14px; border-left: 2px solid var(--brand); }
.pp__in p { font-size: 15px; color: var(--muted); }
.pp__in ul { padding-left: 1.4em; }
.pp__in ul li { list-style: disc; font-size: 15px; color: var(--muted); }
.pp__in a { color: var(--brand-d); text-decoration: underline; }

/* ============================================================
   CTA帯（金の地）・フッター（生成り地）
   ============================================================ */
.cta { background: var(--band); color: #fff; padding-block: clamp(40px, 5vw, 64px); }
.cta__in { display: grid; grid-template-columns: 1fr auto; gap: clamp(24px, 4vw, 64px); align-items: center; }
.cta__h { font-family: var(--font-serif); font-weight: 500; font-size: clamp(22px, 3vw, 34px); letter-spacing: .16em; line-height: 1.6; }
.cta__r { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.cta__tel { font-size: clamp(24px, 2.6vw, 32px); letter-spacing: .1em; line-height: 1.2; color: #fff; }

.ft { background: var(--tint-1); }
.ft__in { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; padding-block: clamp(40px, 5vw, 64px) clamp(28px, 3.6vw, 44px); }
.ft__logo { display: block; }
.ft__logo .logo__img { width: auto; height: 78px; }
.ft__addr { margin-top: 18px; font-size: 12.5px; letter-spacing: .04em; color: var(--muted); }
.ft__tel { font-size: 12.5px; color: var(--muted); margin-top: 2px; letter-spacing: .04em; }
.ft__tel .en { font-size: 14px; letter-spacing: .08em; }
.ft__nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px clamp(20px, 3vw, 40px); padding-top: 8px; max-width: 560px; }
.ft__nav a { font-size: 13px; letter-spacing: .08em; transition: color .2s ease; }
.ft__nav a:hover { color: var(--brand-d); }
.ft__sample { border-top: 1px solid var(--line); padding-block: 14px; }
.ft__sample p { font-size: 12.5px; line-height: 1.9; color: var(--muted); max-width: 76ch; }
.ft__btm { border-top: 1px solid var(--line); padding-block: 18px; text-align: center; }
.ft__copy { font-size: 12.5px; letter-spacing: .16em; color: var(--muted); }

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 1024px) {
  /* お支払い方法：4枚は狭いので2×2に。縦線は各行の先頭以外、行の区切りは上線で */
  .pay__list { grid-template-columns: repeat(2, 1fr); }
  .pay__item:not(:nth-child(4n + 1)) { border-left: 0; }
  .pay__item:not(:nth-child(2n + 1)) { border-left: 1px solid var(--line-strong); }
  .pay__item:nth-child(n + 3) { margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line-strong); }

  /* ★ヒーロー：写真は「上の帯」ではなく全体の背景にする（PCと同じ作法・ボス指示 2026-09-03）。
     文字はその上に載るので、地色のベールで可読性を作る */
  .fv__bg { position: absolute; inset: 0; width: 100%; height: 100%; }
  /* ★写真は上部の帯だけ。文字は写真に一切かからない位置から始める（可読性を構造で担保） */
  .fv__bg { inset: 0 0 auto 0; height: clamp(200px, 46vw, 260px); }
  .fv__bg img {
    object-position: center 42%;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 74%, transparent 100%);
            mask-image: linear-gradient(to bottom, #000 0%, #000 74%, transparent 100%);
  }
  /* ★上部は写真をほぼ素で見せ、文字が始まる位置から下だけを伏せる */
  .fv--hero::after { content: none; }   /* 写真側で溶かすのでベールは不要 */
  /* ★写真の帯（最大260px）＋余白より下から文字を始める＝重なりゼロを構造で保証 */
  .fv__in { min-height: 0; grid-template-rows: auto auto; padding-top: calc(clamp(200px, 46vw, 260px) + 24px); }
  .fv__copy { max-width: none; }
  .fv__catch { font-size: clamp(30px, 5vw, 44px); }
  .fv__leaf { display: none; }
  .fv__cards { grid-template-columns: repeat(2, 1fr); }
  .fvcard { grid-template-columns: 1fr; }
  .fvcard__media { aspect-ratio: 16 / 10; }
  .fvcard__body { padding-right: 56px; }
  .hk__top, .en__in, .loc__in, .msg__in { grid-template-columns: 1fr; gap: 32px; }
  /* ★入口は「上に文字／下に写真」ではなく、写真を背景にして文字を上に載せる（ボス指示 2026-09-03）*/
  .hero--split { grid-template-columns: 1fr; position: relative; }
  .hero__copy { position: relative; z-index: 1; padding-block: clamp(230px, 54vw, 300px) clamp(28px, 6vw, 44px); }
  .hero__copyin { max-width: none; margin-left: 0; }
  .hero__media { position: absolute; inset: 0 0 auto 0; height: clamp(210px, 48vw, 280px); min-height: 0; }
  .hero__media img {
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 74%, transparent 100%);
            mask-image: linear-gradient(to bottom, #000 0%, #000 74%, transparent 100%);
  }
  .svc5__list { grid-template-columns: repeat(3, 1fr); }
  .lcon__list { gap: 12px; }
  .eplans__list { gap: 12px; }
  .eplan { padding-left: 12px; padding-right: 12px; }
  /* 大カードは横いっぱい → 残り4枚を2×2 */
  .places__grid { grid-template-columns: 1fr 1fr; }
  .place--lg { grid-column: 1 / -1; grid-row: auto; }
  .place--lg .place__ph { flex: none; min-height: 0; aspect-ratio: 16 / 9; }
  .opt { grid-template-columns: 44px 1.2fr 1fr; }
  .opt__desc { grid-column: 2 / -1; }
  .msg__media { max-width: 480px; }
  /* タブレット以下はロゴを出さず、本文の行長を戻す */
  .about__mark { display: none; }
  .about__in { max-width: 860px; }
}
@media (max-width: 767px) {
  body { font-size: 15px; }
  /* ★padding-top は1024px以下の規則（写真の帯の下から文字を始める）を尊重する。
     ここで上書きすると重なる（2026-09-03 実バグ） */
  .fv__in { padding-bottom: 36px; }
  .fv__sub { font-size: 14px; letter-spacing: .03em; }          /* 「に。」の孤立を潰す */
  .fv__body { font-size: 14px; }
  .fv__body br { display: none; }                               /* SPは本文を自然流し（<br>固定だと「め、」が落ちる） */
  .fv__cards { margin-top: 28px; }
  .sec__leaf { width: 54px; opacity: .4; }
  /* 入口の葉は罫線と重なるので右下へ逃がす */
  .hero__leaf { width: 46px; opacity: .35; left: auto; right: 20px; bottom: 18px; }
  .cta__leaf { display: none; }
  .sec__h--leaf .leaf { width: 20px; }
  /* ★カードは「正方形の写真＋テキスト」の横2カラム（縦に伸びすぎるのを防ぐ）*/
  .fv__cards { grid-template-columns: 1fr; gap: 12px; }
  .fvcard { grid-template-columns: 38% 1fr; align-items: stretch; }
  .fvcard.frame--orn { padding: 10px; }
  .fvcard__media { aspect-ratio: 1 / 1; height: 100%; }
  .fvcard__body { padding: 10px 12px 10px 14px; padding-right: 40px; justify-content: center; }
  .fvcard__title { font-size: 14.5px; line-height: 1.55; }
  .fvcard__note { margin-top: 6px; font-size: 12px; }
  .fvcard__arrow { right: 12px; bottom: 10px; }
  .fvcard__arrow svg { width: 22px; }
  .fv__catch { font-size: clamp(30px, 8.4vw, 34px); }
  .sec__h { font-size: clamp(22px, 5.8vw, 26px); letter-spacing: .06em; }
  .hero__h { font-size: 23px; letter-spacing: .06em; }
  .ehero__ja { font-size: 16px; letter-spacing: .1em; }
  .about__catch { font-size: clamp(24px, 6.6vw, 28px); letter-spacing: .04em; }
  .fvcard__arrow { right: 14px; bottom: 12px; }
  .fvcard__arrow svg { width: 24px; }
  .values__list { grid-template-columns: 1fr; }
  .value { padding: 26px 8px; }
  .value + .value { border-left: 0; border-top: 1px solid var(--line); }
  .hk__icons { grid-template-columns: repeat(3, 1fr); gap: 18px 8px; }
  .pricebar { grid-template-columns: 1fr; }
  .pricebar__cell + .pricebar__cell { border-left: 0; border-top: 1px solid var(--line); }
  .sec__act { text-align: center; }
  .btn--ghost { gap: 24px; }
  .plans { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .plan { padding: 18px 6px; gap: 10px; }
  .plan__en { font-size: 11.5px; letter-spacing: .12em; }
  .plan__min b { font-size: 20px; }
  .plan__price { font-size: 19px; }
  .steps__list { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .step:nth-child(2)::after { display: none; }
  .step:not(:last-child)::after { left: calc(50% + 36px); width: calc(100% - 72px); }
  .news__head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .news__list a { flex-direction: column; gap: 4px; padding: 16px 8px; }
  /* ★padding-top は1024px以下の規則（写真の帯の下から文字を始める）を尊重する。
     左右だけ詰める（上下を書くと重なる＝2026-09-03 実バグ・TOPと同型） */
  .hero__copy { padding-inline: 20px; }
  .svc5__list { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .lcon__list { grid-template-columns: 1fr; }
  .eplans__list { grid-template-columns: 1fr; gap: 26px; }
  .epoint { flex-basis: 100%; justify-content: flex-start; padding: 11px 6px; }
  .epoint + .epoint { border-left: 0; border-top: 1px solid var(--line); }
  .epoint > span { min-width: 12.6em; }
  .places__grid { grid-template-columns: 1fr; }
  .place--lg { grid-column: 1; }
  .place__ph { aspect-ratio: 3 / 2; }
  .place--lg .place__ph { flex: none; min-height: 0; aspect-ratio: 3 / 2; }
  .place--lg .place__name { font-size: 21px; }
  /* 3行の左端をそろえたまま、かたまりごと中央に置く。
     テキスト幅を最長行（お客様のニーズに＝9文字）に固定すると各行の内容幅が
     そろい、中央寄せしてもアイコンのx位置が一致する。区切り線は全幅のまま */
  .promise { flex-basis: 100%; justify-content: center; padding: 12px 6px; font-size: 12.5px; gap: 12px; }
  .promise > span { min-width: 9.6em; }   /* 最長行の実測 117px（=9.36em）に余裕を持たせた値 */
  .promise + .promise { border-left: 0; border-top: 1px solid var(--line); }
  .promise .ic { width: 30px; height: 30px; }
  /* スマホは罫線を出さず、本文に幅を全部回す（3行化と字余りを防ぐ） */
  .places__note { font-size: 17px; gap: 0; letter-spacing: .02em; }
  .places__note::before, .places__note::after { display: none; }
  .svc5__card { padding: 22px 10px; }
  .price__grid { grid-template-columns: 1fr; }
  .price__cell + .price__cell { border-left: 0; border-top: 1px solid var(--line-strong); }
  .monthly__list { grid-template-columns: 1fr; }
  .opt { grid-template-columns: 36px 1fr; gap: 8px 12px; padding: 14px 16px; }
  .opt__ic { width: 26px; height: 26px; }
  .opt__price { grid-column: 2; }
  .opt__desc { grid-column: 2; }
  .notes__grid { grid-template-columns: 1fr; }
  .nblock--cancel .nblock__list { columns: 1; }
  .nblock__today { flex-direction: column; align-items: flex-start; gap: 10px; }
  .pay__list { grid-template-columns: 1fr; gap: 0; }
  .pay__item { padding-block: 26px; }
  .pay__item:not(:nth-child(4n + 1)) { border-left: 0; }
  .pay__item + .pay__item { border-top: 1px solid var(--line-strong); }
  .feats__list { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
  .feat + .feat { border-left: 0; }
  .feat:nth-child(even) { border-left: 1px solid var(--line); }
  .feat:last-child { grid-column: 1 / -1; }
  /* 価格＋（税込）が1行に収まるよう、価格列を広く・TIME列を狭く */
  .etable__head { grid-template-columns: 1fr .8fr 1.2fr; letter-spacing: .16em; font-size: 11.5px; }
  .erow { grid-template-columns: 1fr .8fr 1.2fr; padding: 18px 4px; }
  .erow__name b { font-size: 16px; letter-spacing: .1em; }
  .erow__name small { font-size: 10.5px; }
  .erow__time b { font-size: 22px; }
  .erow__time small { font-size: 11px; }
  .erow__price { font-size: 24px; }
  .erow__tax { font-size: 10.5px; }
  .erow__pricebox { gap: 3px; }
  .ehero__title { font-size: clamp(30px, 9.4vw, 40px); }
  .profile__row { grid-template-columns: 1fr; gap: 2px; padding: 14px 6px; }
  /* 所在地は郵便番号のあとで折る */
  .profile__seg { display: block; }
  .profile__seg + .profile__seg { margin-left: 0; }
  /* PC限定の強制改行はSPでは解除し、まとまった文章として流す（ボス指示 2026-09-03） */
  .br-pc { display: none; }
  .br-sp { display: inline; }
  .cta__in { grid-template-columns: 1fr; text-align: center; gap: 24px; }
  .cta__h { font-size: clamp(19px, 5.4vw, 22px); letter-spacing: .1em; }
  .btn--white { min-width: 0; width: 100%; max-width: 320px; }
  .ft__in { flex-direction: column; gap: 26px; }
  .ft__nav { justify-content: flex-start; gap: 12px 20px; }
  .ft__logo .logo__img { height: 62px; }
  .flow__list { grid-template-columns: 1fr; gap: 14px; }
  .cf__form { padding: 28px 20px; }
  .sec__h, .fv__catch, .hero__h, .about__catch, .cta__h, .cf__h, .thx__h { text-wrap: pretty; }
  /* ★SPの改行整え（ボス指摘 2026-09-03）＝自動折返しの割れを潰す */
  /* 家事代行の説明「…お手伝いしま／す。」→ 意味の区切りで折る */
  .hk__copy .sec__p br { display: none; }
  .hk__copy .sec__p, .sec__p, .hero__lead, .about__body p { text-wrap: pretty; }
  /* ご紹介特典「1,000／円OFF」が割れる → 金額と単位を1かたまりにする */
  .ref__lead { display: block; }
  .ref__amt, .ref__unit { white-space: nowrap; }
  .ref__lead > .ref__amt { margin-left: .2em; }
  /* ABOUT US「…はじ／め、」→ 行の配列を活かして<br>を残す（brは消さない） */
  .about__body p { text-wrap: pretty; }

}

/* ============================================================
   reduced-motion：全アニメ停止
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js [data-rev] { opacity: 1; transform: none; transition: none; }
  html.js .fv__line > span, html.js .fv__sub, html.js .fv__body, html.js .fvcard,
  html.js .hero__media img, html.js .fv__bg img, html.js .fv__lbl, html.js .ehero__top, html.js .ehero__ja { animation: none; transform: none; opacity: 1; }
  .fvcard:hover, .btn:hover svg, .tlink:hover svg,
  .fvcard:hover .fvcard__media img, .fvcard:hover .fvcard__arrow svg { transform: none; }
  .hd, .hd--hide { transition: none; transform: none; }
}

/* ============================================================
   申込書の「ブロック枠」を引用（ボスご要望 2026-09-03）
   ------------------------------------------------------------
   実測＝内側の細い金茶線 #E5D4C3 と、3px外に走るさらに薄い線の二重線。角丸。
   内側の線＝border、外側の線＝outline（offsetで隙間を空ける）。
   色はトークン参照：内=--line-strong／外=--line-soft
   ============================================================ */
.frame {
  border: 1px solid var(--line-strong) !important;
  border-radius: 10px !important;
  outline: 1px solid var(--line-soft); outline-offset: 3px;
}
.frame--tight { outline-offset: 2px; border-radius: 8px !important; }

/* ── 申込書の「外枠コーナー」＝渦巻き（月額プランとFVカードだけ・ボス判断 2026-09-03）──
   色は --orn（実測 #A5876F）を background-color で与え、形は mask で描く＝直値ゼロ。
   この箱は申込書の外枠と同じく角を立て、線色も装飾線に揃える */
.frame--orn { position: relative; border-radius: 0 !important; outline: none; border-color: var(--orn) !important; overflow: visible; }
.frame--orn::after {
  content: ''; position: absolute; inset: -2px; pointer-events: none; z-index: 2;
  --orn-size: 40px;
  background-color: var(--orn);
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.85%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M48%203.5H20.5c-2.6%200-4.2%201.4-4.2%203.3%200%201.6%201.2%202.7%202.6%202.7%201.1%200%201.9-.8%201.9-1.8%200-.8-.6-1.3-1.2-1.3%22%2F%3E%3Cpath%20d%3D%22M3.5%2048V20.5c0-2.6%201.4-4.2%203.3-4.2%201.6%200%202.7%201.2%202.7%202.6%200%201.1-.8%201.9-1.8%201.9-.8%200-1.3-.6-1.3-1.2%22%2F%3E%3Cpath%20d%3D%22M3.5%2012.5c0-5%204-9%209-9%203.6%200%206.2%202.5%206.2%205.6%200%202.5-1.9%204.3-4.2%204.3-1.8%200-3-1.2-3-2.8%200-1.2.9-2%201.9-2%20.7%200%201.2.5%201.2%201.1%22%2F%3E%3Cpath%20d%3D%22M8%2012.2a4.4%204.4%200%201%201%204.4%204.4%22%2F%3E%3Cpath%20d%3D%22M26%208.6a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Cpath%20d%3D%22M8.6%2026a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2213.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2219.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left top / var(--orn-size) var(--orn-size) no-repeat,
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22rotate%2890%2024%2024%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.85%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M48%203.5H20.5c-2.6%200-4.2%201.4-4.2%203.3%200%201.6%201.2%202.7%202.6%202.7%201.1%200%201.9-.8%201.9-1.8%200-.8-.6-1.3-1.2-1.3%22%2F%3E%3Cpath%20d%3D%22M3.5%2048V20.5c0-2.6%201.4-4.2%203.3-4.2%201.6%200%202.7%201.2%202.7%202.6%200%201.1-.8%201.9-1.8%201.9-.8%200-1.3-.6-1.3-1.2%22%2F%3E%3Cpath%20d%3D%22M3.5%2012.5c0-5%204-9%209-9%203.6%200%206.2%202.5%206.2%205.6%200%202.5-1.9%204.3-4.2%204.3-1.8%200-3-1.2-3-2.8%200-1.2.9-2%201.9-2%20.7%200%201.2.5%201.2%201.1%22%2F%3E%3Cpath%20d%3D%22M8%2012.2a4.4%204.4%200%201%201%204.4%204.4%22%2F%3E%3Cpath%20d%3D%22M26%208.6a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Cpath%20d%3D%22M8.6%2026a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2213.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2219.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right top / var(--orn-size) var(--orn-size) no-repeat,
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22rotate%28180%2024%2024%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.85%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M48%203.5H20.5c-2.6%200-4.2%201.4-4.2%203.3%200%201.6%201.2%202.7%202.6%202.7%201.1%200%201.9-.8%201.9-1.8%200-.8-.6-1.3-1.2-1.3%22%2F%3E%3Cpath%20d%3D%22M3.5%2048V20.5c0-2.6%201.4-4.2%203.3-4.2%201.6%200%202.7%201.2%202.7%202.6%200%201.1-.8%201.9-1.8%201.9-.8%200-1.3-.6-1.3-1.2%22%2F%3E%3Cpath%20d%3D%22M3.5%2012.5c0-5%204-9%209-9%203.6%200%206.2%202.5%206.2%205.6%200%202.5-1.9%204.3-4.2%204.3-1.8%200-3-1.2-3-2.8%200-1.2.9-2%201.9-2%20.7%200%201.2.5%201.2%201.1%22%2F%3E%3Cpath%20d%3D%22M8%2012.2a4.4%204.4%200%201%201%204.4%204.4%22%2F%3E%3Cpath%20d%3D%22M26%208.6a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Cpath%20d%3D%22M8.6%2026a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2213.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2219.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right bottom / var(--orn-size) var(--orn-size) no-repeat,
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22rotate%28270%2024%2024%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.85%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M48%203.5H20.5c-2.6%200-4.2%201.4-4.2%203.3%200%201.6%201.2%202.7%202.6%202.7%201.1%200%201.9-.8%201.9-1.8%200-.8-.6-1.3-1.2-1.3%22%2F%3E%3Cpath%20d%3D%22M3.5%2048V20.5c0-2.6%201.4-4.2%203.3-4.2%201.6%200%202.7%201.2%202.7%202.6%200%201.1-.8%201.9-1.8%201.9-.8%200-1.3-.6-1.3-1.2%22%2F%3E%3Cpath%20d%3D%22M3.5%2012.5c0-5%204-9%209-9%203.6%200%206.2%202.5%206.2%205.6%200%202.5-1.9%204.3-4.2%204.3-1.8%200-3-1.2-3-2.8%200-1.2.9-2%201.9-2%20.7%200%201.2.5%201.2%201.1%22%2F%3E%3Cpath%20d%3D%22M8%2012.2a4.4%204.4%200%201%201%204.4%204.4%22%2F%3E%3Cpath%20d%3D%22M26%208.6a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Cpath%20d%3D%22M8.6%2026a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2213.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2219.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left bottom / var(--orn-size) var(--orn-size) no-repeat;
  mask:
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.85%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M48%203.5H20.5c-2.6%200-4.2%201.4-4.2%203.3%200%201.6%201.2%202.7%202.6%202.7%201.1%200%201.9-.8%201.9-1.8%200-.8-.6-1.3-1.2-1.3%22%2F%3E%3Cpath%20d%3D%22M3.5%2048V20.5c0-2.6%201.4-4.2%203.3-4.2%201.6%200%202.7%201.2%202.7%202.6%200%201.1-.8%201.9-1.8%201.9-.8%200-1.3-.6-1.3-1.2%22%2F%3E%3Cpath%20d%3D%22M3.5%2012.5c0-5%204-9%209-9%203.6%200%206.2%202.5%206.2%205.6%200%202.5-1.9%204.3-4.2%204.3-1.8%200-3-1.2-3-2.8%200-1.2.9-2%201.9-2%20.7%200%201.2.5%201.2%201.1%22%2F%3E%3Cpath%20d%3D%22M8%2012.2a4.4%204.4%200%201%201%204.4%204.4%22%2F%3E%3Cpath%20d%3D%22M26%208.6a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Cpath%20d%3D%22M8.6%2026a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2213.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2219.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left top / var(--orn-size) var(--orn-size) no-repeat,
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22rotate%2890%2024%2024%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.85%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M48%203.5H20.5c-2.6%200-4.2%201.4-4.2%203.3%200%201.6%201.2%202.7%202.6%202.7%201.1%200%201.9-.8%201.9-1.8%200-.8-.6-1.3-1.2-1.3%22%2F%3E%3Cpath%20d%3D%22M3.5%2048V20.5c0-2.6%201.4-4.2%203.3-4.2%201.6%200%202.7%201.2%202.7%202.6%200%201.1-.8%201.9-1.8%201.9-.8%200-1.3-.6-1.3-1.2%22%2F%3E%3Cpath%20d%3D%22M3.5%2012.5c0-5%204-9%209-9%203.6%200%206.2%202.5%206.2%205.6%200%202.5-1.9%204.3-4.2%204.3-1.8%200-3-1.2-3-2.8%200-1.2.9-2%201.9-2%20.7%200%201.2.5%201.2%201.1%22%2F%3E%3Cpath%20d%3D%22M8%2012.2a4.4%204.4%200%201%201%204.4%204.4%22%2F%3E%3Cpath%20d%3D%22M26%208.6a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Cpath%20d%3D%22M8.6%2026a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2213.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2219.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right top / var(--orn-size) var(--orn-size) no-repeat,
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22rotate%28180%2024%2024%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.85%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M48%203.5H20.5c-2.6%200-4.2%201.4-4.2%203.3%200%201.6%201.2%202.7%202.6%202.7%201.1%200%201.9-.8%201.9-1.8%200-.8-.6-1.3-1.2-1.3%22%2F%3E%3Cpath%20d%3D%22M3.5%2048V20.5c0-2.6%201.4-4.2%203.3-4.2%201.6%200%202.7%201.2%202.7%202.6%200%201.1-.8%201.9-1.8%201.9-.8%200-1.3-.6-1.3-1.2%22%2F%3E%3Cpath%20d%3D%22M3.5%2012.5c0-5%204-9%209-9%203.6%200%206.2%202.5%206.2%205.6%200%202.5-1.9%204.3-4.2%204.3-1.8%200-3-1.2-3-2.8%200-1.2.9-2%201.9-2%20.7%200%201.2.5%201.2%201.1%22%2F%3E%3Cpath%20d%3D%22M8%2012.2a4.4%204.4%200%201%201%204.4%204.4%22%2F%3E%3Cpath%20d%3D%22M26%208.6a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Cpath%20d%3D%22M8.6%2026a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2213.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2219.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right bottom / var(--orn-size) var(--orn-size) no-repeat,
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22rotate%28270%2024%2024%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.85%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M48%203.5H20.5c-2.6%200-4.2%201.4-4.2%203.3%200%201.6%201.2%202.7%202.6%202.7%201.1%200%201.9-.8%201.9-1.8%200-.8-.6-1.3-1.2-1.3%22%2F%3E%3Cpath%20d%3D%22M3.5%2048V20.5c0-2.6%201.4-4.2%203.3-4.2%201.6%200%202.7%201.2%202.7%202.6%200%201.1-.8%201.9-1.8%201.9-.8%200-1.3-.6-1.3-1.2%22%2F%3E%3Cpath%20d%3D%22M3.5%2012.5c0-5%204-9%209-9%203.6%200%206.2%202.5%206.2%205.6%200%202.5-1.9%204.3-4.2%204.3-1.8%200-3-1.2-3-2.8%200-1.2.9-2%201.9-2%20.7%200%201.2.5%201.2%201.1%22%2F%3E%3Cpath%20d%3D%22M8%2012.2a4.4%204.4%200%201%201%204.4%204.4%22%2F%3E%3Cpath%20d%3D%22M26%208.6a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Cpath%20d%3D%22M8.6%2026a2.2%202.2%200%201%201%202.2%202.2%201.4%201.4%200%201%200%201.4-1.4%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2213.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2219.5%22%20r%3D%22.55%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left bottom / var(--orn-size) var(--orn-size) no-repeat;
}
@media (max-width: 767px) { .frame--orn::after { --orn-size: 32px; } }
/* FVカード：写真を枠から内側に沈める（マット）＝4隅の渦巻きが地の上に乗る */
.fvcard.frame--orn { padding: 14px; background: #fff; }
.fvcard.frame--orn .fvcard__media { border-radius: 2px; }
.fvcard.frame--orn .fvcard__body { padding-left: clamp(14px, 1.6vw, 22px); }
.fvcard.frame--orn .fvcard__arrow { right: 26px; bottom: 20px; }

/* ============================================================
   固定背景セクション（ボスご要望 2026-09-03）
   ------------------------------------------------------------
   写真をスクロールに対して固定し、地色のベールで伏せて本文の可読性を保つ。
   ★iOS Safari は background-attachment:fixed を無視する（崩れはしない）。
     描画負荷も高いので 1024px 以下では scroll に落とす。
   ★ベールの色はトークン参照。--veil-op で濃さを調整する
   ============================================================ */
.sec--fixed {
  position: relative;
  background-image: var(--fixed-bg);
  background-size: cover; background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.sec--fixed::before {
  content: ''; position: absolute; inset: 0;
  background: var(--bg); opacity: var(--veil-op, .42);
}
.sec--fixed-tint::before { background: var(--tint-1); }
/* 人物写真の上は文字と競うのでベールを濃くする（家事代行=モノの写真は薄いまま） */
.engsec.sec--fixed { --veil-op: .34; }
/* 料金のご案内：文字が全幅（4区画）に載るため、横グラデではなく全面を薄く伏せる */
.price.sec--fixed { --veil-op: .42; }
.price.sec--fixed::after { background: color-mix(in srgb, var(--tint-1) 22%, transparent); }
/* 写真の上では区画の縦罫が埋もれるので、料金表そのものを白い面に載せて立てる */
.price.sec--fixed .price__grid {
  background: color-mix(in srgb, #fff 92%, transparent);
  border: 1px solid var(--line-strong); border-radius: 10px;
  padding-block: clamp(18px, 2.2vw, 28px);
  box-shadow: 0 14px 40px var(--sh-2);
}
/* ★文字が載る側だけを伏せる帯。右側は写真をそのまま見せる
   （全体ベールを濃くすると写真が死ぬので、可読性はこの帯だけで作る） */
.sec--fixed::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to right,
    color-mix(in srgb, var(--bg) 88%, transparent) 0%,
    color-mix(in srgb, var(--bg) 74%, transparent) 34%,
    color-mix(in srgb, var(--bg) 26%, transparent) 56%,
    transparent 70%);
}
.sec--fixed-tint::after {
  background: linear-gradient(to right,
    color-mix(in srgb, var(--tint-1) 84%, transparent) 0%,
    color-mix(in srgb, var(--tint-1) 66%, transparent) 36%,
    color-mix(in srgb, var(--tint-1) 20%, transparent) 58%,
    transparent 72%);
}
@media (max-width: 1024px) {
  /* SPは1カラムで文字が全幅に載るため、横グラデではなく全面を薄く伏せる */
  .sec--fixed::after { background: color-mix(in srgb, var(--bg) 62%, transparent); }
  .sec--fixed-tint::after { background: color-mix(in srgb, var(--tint-1) 58%, transparent); }
}
/* ★葉は .sec__leaf 側で position:absolute を持つ。ここで relative に上書きすると
   right 指定が「静的位置からの相対移動」に化けて画面外へ飛ぶ（2026-09-03 実バグ）。
   ベール(::before/::after)より前に出すのは z-index だけでよい */
.sec--fixed > .wrap { position: relative; z-index: 1; }
.sec--fixed > .leaf { z-index: 1; }
@media (max-width: 1024px) { .sec--fixed { background-attachment: scroll; } }

/* ============================================================
   濃色セクション（月額契約プラン）— ボス指示 2026-09-03
   ------------------------------------------------------------
   ★白文字とのコントラストを実測して色を決めた：
     地の暗い側 #2E1C0C＝16.31／明るい側 #8C4F03＝6.49（AA 4.5 を両端でクリア）
   ★中の要素は「濃地の上」用に色を差し替える。トークン参照のみ（直値は白のみ）
   ============================================================ */
.sec--deep { background: var(--deep-grad); color: #fff; }
.sec--deep .sec__h { color: #fff; }
.sec--deep .sec__hsub { color: rgba(255,255,255,.72); }
.sec--deep .sec__note { color: rgba(255,255,255,.72); }
.sec--deep .leaf { color: rgba(255,255,255,.55); }
/* 月額プランのカード：濃地の上では「白抜きの枠」で軽く見せる */
.sec--deep .mplan {
  background: transparent; border-color: rgba(255,255,255,.5) !important; color: #fff;
}
.sec--deep .mplan__desc { color: rgba(255,255,255,.78); }
.sec--deep .mplan__note { color: rgba(255,255,255,.62); }
/* 金額と「月額」バッジは白地に濃色＝濃地の上で最も強く出る組み合わせ */
.sec--deep .mplan__amt { color: #fff; }
.sec--deep .mplan__amt small { color: rgba(255,255,255,.82); }
.sec--deep .mplan__tag { background: #fff; color: var(--deep); }
/* 渦巻きコーナーも白へ（mask なので background-color を差し替えるだけ） */
.sec--deep .frame--orn::after { background-color: rgba(255,255,255,.62); }

/* ============================================================
   スマホ固定CTA（画面下に貼りつく・SP専用）— ボス指示 2026-09-03
   ============================================================ */
.spcta { display: none; }
@media (max-width: 767px) {
  .spcta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
    display: grid; grid-auto-flow: column; grid-auto-columns: 1fr;
    background: color-mix(in srgb, var(--bg) 94%, transparent);
    border-top: 1px solid var(--line);
    box-shadow: 0 -6px 20px var(--sh-1);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .spcta__btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 15px 8px; font-size: 14px; letter-spacing: .08em;
  }
  .spcta__btn .ic { width: 17px; height: 17px; flex-shrink: 0; }
  .spcta__btn--tel { color: var(--ink); }
  .spcta__btn--tel .ic { color: var(--accent); }
  .spcta__btn--form { background: var(--accent); color: #fff; }
  .spcta__btn--tel + .spcta__btn--form { border-left: 1px solid var(--line); }
  /* 固定CTAの分だけフッター下に余白を足す（最後の要素が隠れない） */
  body { padding-bottom: 56px; }
  /* ドロワーを開いている間は隠す（メニューと重ならない） */
  body.nav-open .spcta { display: none; }
}
