@charset "UTF-8";
/* ============================================================
   おうち埋蔵金診断 — 夕方の片付け部屋
   温かみのある生成りに、西日のオレンジと、お茶の緑。
   小さく光るのは、引き出しの中に残っていた金の粒。
   ※ musubi-lp（夜明け前の桜・暗）/ kou-lp（墨紺×金・暗）/ tenshi-lp（天上の明）/
     renji-lp（深夜のバー・暗）/ taishoku-lp（消灯後のオフィス・暗青）/ nurse-lp（夜勤明けの空）
     とは別の視覚体系。姉妹7作目。混ぜないこと。
   緑（--cha）は掲載サイト「手放す暮らしの教科書」のアクセント色に合わせてある（記事から来ても違和感が出ない）。
   ゴシック主体・スタイルは外部リクエストゼロ（Webフォント・画像・CDNを一切使わない）
   ============================================================ */

:root {
  /* 夕方の部屋 — 生成り */
  --room-0: #FBF7EF;
  --room-1: #F6EFE2;
  --room-2: #EFE6D5;

  --ink:      #35302A;
  --ink-soft: #5C5346;
  --ink-dim:  #6E6558;   /* 生成り上で 4.5:1 以上を確保 */

  /* 西日のオレンジ */
  --yuhi:      #DE8A3E;
  --yuhi-deep: #A85A18;
  --yuhi-lit:  #F3B571;
  --yuhi-glow: rgba(222, 138, 62, .26);

  /* お茶の緑（掲載サイトのアクセントと同系） */
  --cha:      #7A9E87;
  --cha-deep: #4E7059;

  /* 引き出しの中の、金の粒 */
  --kin:     #D9A93B;
  --kin-lit: #F0CE72;

  /* 段ボール・クラフト紙 */
  --kraft:      #D8BE96;
  --kraft-deep: #BFA275;
  --kraft-lit:  #E9D6B4;
  --kraft-ink:  #46381F;

  --hair:   rgba(122, 158, 135, .26);
  --hair-2: rgba(122, 158, 135, .46);
  --edge:   rgba(160, 132, 92, .34);
  --card:   rgba(255, 255, 255, .70);
  --card-2: rgba(255, 255, 255, .90);
  --shade:  rgba(96, 74, 44, .13);

  --sans:  "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic",
           "Noto Sans JP", system-ui, -apple-system, sans-serif;

  --pad: clamp(20px, 5.5vw, 30px);
  --ease: cubic-bezier(.2, .7, .3, 1);
}

* { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  background: var(--room-0);
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--room-0);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: .03em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ── 地 ── 夕方の部屋・西日・舞う埃・床 ───────────── */
/* iOS/アプリ内ブラウザはアドレスバー出没で fixed の高さ基準が揺れる → 動的ビューポートに固定 */
.room-bg {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  height: 100vh; height: 100dvh;
}

.room-bg::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(130% 90% at 88% -6%, rgba(243, 181, 113, .30) 0%, rgba(243, 181, 113, 0) 56%),
    linear-gradient(180deg, var(--room-0) 0%, var(--room-1) 52%, var(--room-2) 100%);
}

/* 西日 — 右上の窓から差し込む一筋。時間をかけて濃さが変わる */
.room-bg__light {
  position: absolute; inset: 0;
  background:
    linear-gradient(196deg,
      rgba(255, 214, 150, 0) 34%,
      rgba(255, 205, 132, .30) 44%,
      rgba(255, 214, 150, 0) 56%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.35) 62%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.35) 62%, rgba(0,0,0,0) 100%);
  animation: sunset 11s ease-in-out infinite alternate;
}
@keyframes sunset {
  from { opacity: .72; }
  to   { opacity: 1; }
}

/* 光の中を舞う埃。星（musubi）でも窓割り（taishoku）でもない */
.room-bg__dust {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 236, 200, .85) 1.1px, transparent 1.6px),
    radial-gradient(circle, rgba(255, 228, 186, .55) 1.4px, transparent 1.9px);
  background-size: 190px 170px, 260px 240px;
  background-position: 20px 0, 130px 60px;
  mask-image: radial-gradient(120% 70% at 84% 4%, rgba(0,0,0,.9), rgba(0,0,0,0) 62%);
  -webkit-mask-image: radial-gradient(120% 70% at 84% 4%, rgba(0,0,0,.9), rgba(0,0,0,0) 62%);
  animation: drift 26s linear infinite;
}
@keyframes drift {
  from { background-position: 20px 0, 130px 60px; }
  to   { background-position: 20px -170px, 130px -180px; }
}

/* 床 — 画面の底。畳とも板ともつかない、夕方の色 */
.room-bg__floor {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 78px;
  background:
    linear-gradient(180deg, rgba(191, 162, 117, .16), rgba(191, 162, 117, 0) 52%),
    linear-gradient(180deg, #EDE2CD 0%, #E6D9C0 100%);
  border-top: 1px solid rgba(122, 158, 135, .34);
}

/* ── 骨格 ────────────────────────────────────────── */
.masthead {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  max-width: 640px; margin: 0 auto;
  padding: max(14px, env(safe-area-inset-top)) var(--pad) 4px;
}

.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
/* 小さな段ボール箱（favicon と同じ意匠） */
.brand__box {
  position: relative;
  width: 20px; height: 15px;
  border-radius: 2px 2px 3px 3px;
  background: linear-gradient(180deg, var(--kraft-lit), var(--kraft) 60%, var(--kraft-deep));
  box-shadow: 0 2px 5px -2px var(--shade);
}
.brand__box::before {
  content: "";
  position: absolute; left: -3px; right: -3px; top: -3px; height: 5px;
  border-radius: 2px;
  background: linear-gradient(180deg, #EFE0C4, var(--kraft-lit));
}
.brand__box::after {
  content: "";
  position: absolute; left: 50%; top: 7px; transform: translateX(-50%);
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--kin);
  box-shadow: 0 0 6px rgba(217, 169, 59, .8);
}
.brand__name {
  font-size: 14px; letter-spacing: .18em;
  color: var(--ink-soft);
}

.pr-badge {
  font-size: 12px; letter-spacing: .04em; color: var(--ink);
  border: 1px solid var(--edge); border-radius: 999px;
  background: var(--card);
  padding: 4px 12px; white-space: nowrap;
}

/* 掲載サイトのトップへ戻る（診断はサイトの中の1コンテンツ） */
.uphome {
  max-width: 640px; margin: 0 auto;
  padding: 0 var(--pad);
}
.uphome a {
  display: inline-block; padding: 4px 0;
  font-size: 12px; letter-spacing: .06em;
  color: var(--cha-deep); text-decoration: none;
  border-bottom: 1px solid transparent;
}
.uphome a:hover { border-bottom-color: var(--hair-2); }

main { max-width: 640px; margin: 0 auto; padding: 0 var(--pad) 96px; }

.view { display: none; }
.view--active { display: block; animation: rise .7s var(--ease) both; }

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}

/* ── 入口 — 開いた段ボール ── */
.intro { padding: clamp(26px, 8vh, 56px) 0 0; text-align: center; }

/* シェアリンク（?r=型ID）から来た人への一言 */
.intro__greet {
  margin: 0 0 24px;
  font-size: 13px; letter-spacing: .1em;
  color: var(--yuhi-deep);
}
.intro__greet[hidden] { display: none; }

/* 掲示 — 生成りの紙。誘導灯（taishoku）や二重枠（renji）とは別の骨格 */
.sign {
  position: relative;
  margin: 0 auto 38px;
  padding: clamp(28px, 7vw, 40px) clamp(18px, 6vw, 38px) clamp(26px, 7vw, 38px);
  max-width: 440px;
  border: 1px solid var(--edge);
  border-radius: 12px;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(255, 226, 178, .55), rgba(255, 226, 178, 0) 70%),
    var(--card-2);
  box-shadow: 0 22px 44px -30px var(--shade);
}

/* 開いた段ボールから、淡い光。装飾は SVG と CSS のみ（外部画像を読まない） */
.sign__box {
  position: relative;
  display: block;
  width: 108px; height: 74px;
  margin: 0 auto 20px;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 44'><path d='M10 17 L2.5 9 L25 5 L32 11 Z' fill='%23E4CBA4'/><path d='M54 17 L61.5 9 L39 5 L32 11 Z' fill='%23E4CBA4'/><path d='M10 17 L32 11 L54 17 L32 23 Z' fill='%23F2E2C4'/><path d='M10 17 L32 23 L32 41 L10 36 Z' fill='%23C9A26E'/><path d='M54 17 L32 23 L32 41 L54 36 Z' fill='%23B98F5C'/><circle cx='26' cy='17' r='1.5' fill='%23E8A33C'/><circle cx='36' cy='19' r='1.1' fill='%23F0CE72'/><circle cx='31' cy='15' r='.9' fill='%23F0CE72'/></svg>") center bottom / 108px auto no-repeat;
  filter: drop-shadow(0 10px 16px rgba(150, 110, 50, .20));
}
.sign__box::after {
  content: "";
  position: absolute; left: 50%; top: -12px;
  width: 92px; height: 62px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(255, 226, 158, .85), rgba(255, 226, 158, 0) 72%);
  animation: boxglow 7s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes boxglow {
  from { opacity: .55; transform: translateX(-50%) scale(.92); }
  to   { opacity: 1;   transform: translateX(-50%) scale(1.06); }
}

.intro__title { position: relative; margin: 0; }
.intro__title-sub {
  display: block; margin-bottom: 14px;
  font-size: 11px; font-weight: 400;
  letter-spacing: .48em; text-indent: .48em;
  color: var(--yuhi-deep);
}
/* ★実描画で確認して決めたサイズ。「手放せるものが眠ってる」(11字) が
   幅320〜440pxのどこでも1行に収まる上限＝6.1vw / .05em（6.6vw だと420pxで「る」が1字だけ折り返す）。
   文言を長くするときは、必ず実機幅で折り返しを見てから決めること。 */
.intro__title-main {
  display: block;
  font-weight: 700;
  font-size: clamp(19px, 6.1vw, 29px); line-height: 1.8; letter-spacing: .05em;
  color: var(--ink);
}

.intro__lead {
  margin: 0 auto 36px; max-width: 24em;
  font-size: 14.5px; line-height: 2.25;
  color: var(--ink-soft);
}
.intro__lead-break { display: block; height: 1.1em; }
.intro__lead-sp { display: none; }

.intro__facts {
  list-style: none; margin: 32px auto 0; padding: 0;
  max-width: 28em; text-align: center;
}
.intro__facts li {
  font-size: 12px; line-height: 1.9; color: var(--ink-dim);
}

/* ── 釦（ボタン）── 西日のオレンジ ── */
.btn {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px;
  min-height: 58px; padding: 15px 40px;
  border: 0; border-radius: 999px;
  font-family: var(--sans); font-size: 16px; letter-spacing: .12em;
  text-decoration: none; cursor: pointer;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: scale(.982); }

.btn--primary {
  color: #40270F;
  background: linear-gradient(100deg, var(--yuhi) 0%, var(--yuhi-lit) 62%, #FFD49A 100%);
  box-shadow: 0 14px 30px -14px rgba(190, 118, 44, .7), 0 0 0 1px rgba(255, 255, 255, .5) inset;
}
.btn--primary:hover { box-shadow: 0 20px 40px -14px rgba(190, 118, 44, .8), 0 0 0 1px rgba(255,255,255,.7) inset; }
.btn__label { font-weight: 700; }
.btn__sub { font-size: 10.5px; letter-spacing: .22em; opacity: .72; }

.btn--ghost {
  color: var(--ink-soft); background: var(--card);
  border: 1px solid var(--edge);
  font-size: 14px; letter-spacing: .1em; min-height: 50px; padding: 13px 26px;
}
.btn--ghost:hover { background: var(--card-2); border-color: var(--hair-2); color: var(--ink); }

.btn--retake { display: flex; width: 100%; margin-top: 30px; }

/* ── 問い ────────────────────────────────────────── */
.quiz { padding: 24px 0 0; }

.quiz__bar { display: flex; align-items: center; gap: 14px; margin-bottom: 42px; }

.quiz__back {
  flex: 0 0 auto; display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--card); border: 1px solid var(--edge);
  color: var(--ink-soft); cursor: pointer;
  transition: opacity .25s, background .25s, color .25s;
}
.quiz__back:hover { background: var(--card-2); color: var(--yuhi-deep); }
.quiz__back[disabled] { opacity: .3; cursor: default; }

/* 7つの引き出し。答えた分だけ、ひとつずつ開いていく */
.rail { flex: 1; display: flex; align-items: center; gap: clamp(5px, 1.8vw, 10px); }
.rail b {
  position: relative;
  flex: 1 1 0; max-width: 36px;
  height: 20px;
  border-radius: 3px;
  background: linear-gradient(180deg, #F4EADA, #E9DDC7);
  border: 1px solid var(--edge);
  transition: transform .5s var(--ease), background .5s var(--ease),
              border-color .5s var(--ease), box-shadow .5s var(--ease);
}
.rail b::after {
  content: "";
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 12px; height: 3px; border-radius: 2px;
  background: rgba(122, 105, 80, .38);
  transition: background .5s var(--ease);
}
.rail b.is-open {
  background: linear-gradient(180deg, var(--yuhi-lit), var(--yuhi));
  border-color: transparent;
  transform: translateY(3px);
  box-shadow: 0 5px 10px -4px var(--yuhi-glow);
}
.rail b.is-open::after { background: rgba(255, 255, 255, .88); }

.quiz__count {
  flex: 0 0 auto; min-width: 58px; text-align: right;
  font-size: 15px; letter-spacing: .06em; font-weight: 700;
  color: var(--yuhi-deep);
  font-variant-numeric: tabular-nums;
}
.quiz__count i { font-style: normal; font-size: 11px; font-weight: 400; color: var(--ink-dim); margin-left: 3px; }

.qcard { animation: qin .55s var(--ease) both; }
.qcard.is-out { animation: qout .22s var(--ease) both; }

@keyframes qin  { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes qout { to { opacity: 0; transform: translateY(-10px); } }

.qcard__title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: clamp(20px, 5.6vw, 26px); line-height: 1.8; letter-spacing: .05em;
  white-space: pre-line;
}
.qcard__note { margin: 0 0 28px; font-size: 12.5px; color: var(--ink-dim); line-height: 1.85; }

.opts { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }

/* 選択肢＝引き出しの前板。左端に取っ手の線 */
.opt {
  position: relative; width: 100%;
  display: block; text-align: left;
  padding: 16px 44px 16px 24px;
  border-radius: 10px;
  background: var(--card-2);
  border: 1px solid var(--edge);
  border-left: 3px solid var(--kraft);
  color: var(--ink);
  font-family: var(--sans); font-size: 15.5px; line-height: 1.6;
  cursor: pointer;
  box-shadow: 0 6px 14px -12px var(--shade);
  transition: transform .26s var(--ease), background .26s, border-color .26s, box-shadow .26s;
  -webkit-tap-highlight-color: transparent;
  animation: optin .55s var(--ease) both;
  animation-delay: calc(var(--i) * 60ms);
}
@keyframes optin { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (hover: hover) {
  .opt:hover {
    background: #FFFDF8;
    border-left-color: var(--yuhi);
    transform: translateX(3px);
    box-shadow: 0 14px 26px -18px var(--shade);
  }
  .opt:hover .opt__mark { opacity: 1; color: var(--yuhi-deep); transform: translateY(-50%) translateX(3px); }
}
.opt:focus-visible { background: #FFFDF8; border-left-color: var(--yuhi); }
.opt.is-picked {
  background: linear-gradient(90deg, rgba(243, 181, 113, .20), rgba(243, 181, 113, .06));
  border-left-color: var(--yuhi-deep);
}

.opt__label { display: block; font-weight: 700; }
.opt__sub {
  display: block; margin-top: 4px;
  font-size: 12px; color: var(--ink-dim); letter-spacing: .04em; font-weight: 400;
}
.opt__mark {
  position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  color: var(--ink-dim); opacity: .45; font-size: 18px;
  transition: opacity .26s, transform .26s, color .26s;
}

/* ── 結果 ────────────────────────────────────────── */
.result { padding: 26px 0 0; }

.rhead { text-align: center; margin-bottom: 28px; }
.rhead__eyebrow {
  margin: 0 0 14px;
  font-size: 11px; letter-spacing: .28em; text-indent: .28em; color: var(--yuhi-deep);
}
.rhead__name {
  margin: 0; font-weight: 700;
  font-size: clamp(26px, 7.6vw, 37px); line-height: 1.5; letter-spacing: .08em;
  color: var(--ink);
}
.rhead__name::after {
  content: ""; display: block; width: 52px; height: 3px; margin: 18px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--yuhi), transparent);
}
.rhead__kana {
  margin: 14px 0 0; font-size: 13.5px;
  color: var(--ink-soft); letter-spacing: .08em; line-height: 1.9;
}

/* 箱に貼られた送り状＝クラフト紙の一枚（姉妹LPの付箋・罫・巻物とは別） */
.memo {
  position: relative;
  margin: 0 0 32px; padding: 30px 24px 28px;
  background: linear-gradient(172deg, var(--kraft-lit) 0%, var(--kraft) 55%, var(--kraft-deep) 100%);
  border-radius: 4px;
  transform: rotate(-.4deg);
  box-shadow: 0 16px 30px -20px rgba(96, 74, 44, .7);
  font-size: 15px; line-height: 2.2; letter-spacing: .04em; font-weight: 500;
  color: var(--kraft-ink);
  white-space: pre-line;
}
/* 上辺のマスキングテープ */
.memo::before {
  content: "";
  position: absolute; top: -9px; left: 50%;
  width: 98px; height: 20px;
  transform: translateX(-50%) rotate(1.2deg);
  background: repeating-linear-gradient(90deg,
    rgba(255, 251, 240, .94) 0 7px, rgba(244, 235, 216, .94) 7px 14px);
  box-shadow: 0 1px 3px rgba(96, 74, 44, .18);
}
/* 下辺の段ボールの波 */
.memo::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 8px;
  border-radius: 0 0 4px 4px;
  background: repeating-linear-gradient(90deg,
    rgba(112, 84, 46, .20) 0 3px, transparent 3px 9px);
}

.panel {
  position: relative;
  margin: 0 0 16px; padding: 24px 22px;
  border-radius: 14px;
  background: var(--card-2);
  border: 1px solid var(--edge);
  box-shadow: 0 10px 24px -22px var(--shade);
}
.panel__title {
  margin: 0 0 12px;
  font-weight: 700; font-size: 16.5px;
  letter-spacing: .09em; line-height: 1.7; color: var(--ink);
}
.panel__note { margin: 0 0 20px; font-size: 12px; line-height: 1.9; color: var(--ink-dim); }

.prose {
  font-size: 14.5px; line-height: 2.2;
  color: var(--ink-soft); white-space: pre-line; letter-spacing: .04em;
}

/* 四つの引き出し。開いた分だけ中の粒が見える
   （横バー=musubi/kou・目盛りセル=taishoku・縦グラス=renji・光輪=tenshi とは別の図） */
.drawers {
  list-style: none; margin: 6px 0 0; padding: 0;
  display: grid; gap: 20px;
}
.daxis__head {
  display: flex; align-items: baseline; gap: 10px;
  margin-bottom: 8px; flex-wrap: wrap;
}
.daxis__label {
  font-size: 13px; font-weight: 700; letter-spacing: .06em;
  color: var(--ink);
}
.daxis__hint { font-size: 10.5px; line-height: 1.6; color: var(--ink-dim); }

.drawer {
  position: relative;
  height: 30px; border-radius: 6px;
  overflow: hidden;
  background: #EFE3CE;
  border: 1px solid var(--edge);
  box-shadow: inset 0 2px 6px rgba(96, 74, 44, .18);
}
/* 引き出しの中に残っていた、金の粒 */
.drawer::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, var(--kin) 1.7px, transparent 2.1px);
  background-size: 17px 15px;
  background-position: 7px 4px;
  opacity: .9;
}
/* 前板。開いた分だけ右へどく */
.drawer__front {
  position: absolute; top: 0; bottom: 0; right: 0;
  left: calc(var(--v) * 1%);
  border-radius: 5px 0 0 5px;
  background: linear-gradient(180deg, var(--kraft-lit), var(--kraft) 58%, var(--kraft-deep));
  box-shadow: -7px 0 13px -6px rgba(96, 74, 44, .55), inset 0 1px 0 rgba(255, 255, 255, .55);
  animation: slideopen .75s var(--ease) both;
  animation-delay: .25s;
}
.drawer__front::after {
  content: "";
  position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 4px; border-radius: 3px;
  background: rgba(96, 74, 44, .45);
}
@keyframes slideopen {
  from { left: 0; }
  to   { left: calc(var(--v) * 1%); }
}

/* 注意枠（訪問購入）— 広告より先に出す */
.panel--caution {
  background: linear-gradient(170deg, rgba(255, 236, 205, .9), var(--card-2));
  border-color: rgba(222, 138, 62, .40);
}
.panel--caution .fineprint { text-align: left; margin-top: 16px; }

/* 探す場所5カ所（探索群だけ） */
.saga { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 14px; }
.saga li {
  position: relative; padding: 12px 14px 12px 44px;
  border-radius: 8px;
  background: rgba(246, 239, 226, .8);
  border: 1px solid var(--edge);
  animation: optin .5s var(--ease) both;
  animation-delay: calc(var(--i) * 70ms);
}
.saga li::before {
  content: "";
  position: absolute; left: 15px; top: 17px;
  width: 15px; height: 11px;
  border-radius: 1px 1px 2px 2px;
  background: linear-gradient(180deg, var(--kraft-lit), var(--kraft-deep));
  box-shadow: 0 0 0 1px rgba(160, 132, 92, .4);
}
.saga__place { display: block; font-size: 14px; font-weight: 700; color: var(--ink); }
.saga__hint  { display: block; margin-top: 3px; font-size: 12px; line-height: 1.8; color: var(--ink-dim); }

.jump__lead { margin: 0 0 10px; font-size: 12px; color: var(--ink-dim); }
.jump { display: flex; flex-wrap: wrap; gap: 8px; }
.jump__chip {
  display: inline-block;
  padding: 7px 14px; border-radius: 999px;
  font-size: 12.5px; letter-spacing: .04em; text-decoration: none;
  color: var(--cha-deep);
  background: rgba(122, 158, 135, .12);
  border: 1px solid var(--hair-2);
  transition: background .25s, color .25s;
}
.jump__chip:hover { background: rgba(122, 158, 135, .24); color: #3B5744; }

/* 品目ごとのメモ（探索群だけ・アンカー先） */
.hinmoku { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.hin { scroll-margin-top: 20px; }
.hin__label {
  margin: 0 0 6px;
  font-size: 13.5px; font-weight: 700; letter-spacing: .06em;
  color: var(--yuhi-deep);
}
.hin__note { margin: 0; font-size: 13.5px; line-height: 2; color: var(--ink-soft); }

/* 今週の箱 — 箱に入れる（クラフト） / 棚に戻す（褪せた紙）の2カラム */
.panel--box { background: var(--card-2); }
.cols { display: grid; gap: 24px; }
.cols__label {
  margin: 0 0 14px;
  font-size: 13px; font-weight: 700; letter-spacing: .1em;
}
.cols__label span { font-weight: 400; font-size: 11px; color: var(--ink-dim); letter-spacing: .05em; }
.cols__label--do   { color: var(--yuhi-deep); }
.cols__label--dont { color: #7B7365; }

.slips { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.slips li {
  position: relative;
  padding: 14px 16px 14px 18px;
  border-radius: 4px;
  font-size: 13.5px; line-height: 1.9;
}
.slips--do li {
  background: linear-gradient(172deg, var(--kraft-lit), var(--kraft) 70%);
  color: var(--kraft-ink);
  border-left: 4px solid var(--yuhi);
  box-shadow: 0 8px 18px -14px rgba(96, 74, 44, .8);
}
/* 棚に戻す＝もう色があせている */
.slips--dont li {
  background: #EDE9E0;
  color: #4E4A42;
  border-left: 4px solid #BCB5A6;
}
.slips--dont li::after {
  content: "×";
  position: absolute; right: 10px; top: 6px;
  font-size: 13px; color: #9A9184;
}

/* 知っておくといい決まりごと */
.kimari { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.kimari li {
  position: relative; padding-left: 24px;
  font-size: 13.5px; line-height: 1.9; color: var(--ink-soft);
}
.kimari li::before {
  content: ""; position: absolute; left: 3px; top: 9px;
  width: 9px; height: 9px;
  border: 1.6px solid var(--cha);
  border-radius: 2px;
}

/* 紹介先（広告） */
.panel--offer {
  background: linear-gradient(170deg, rgba(122, 158, 135, .13), rgba(255, 255, 255, .92));
  border-color: var(--hair-2);
}

.ex { display: block; text-decoration: none; color: inherit; }
.ex__head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.ex__avatar {
  flex: 0 0 auto; width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 12px;
  font-size: 19px; font-weight: 700; color: #40270F;
  background: linear-gradient(140deg, var(--yuhi-lit), #FFD9A6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .6) inset;
}
.ex__name { font-size: 16px; font-weight: 700; letter-spacing: .04em; line-height: 1.6; }
.ex__field { display: block; font-size: 11.5px; color: var(--ink-dim); margin-top: 4px; letter-spacing: .04em; }
.ex__blurb {
  margin: 0 0 20px;
  font-size: 14px; line-height: 2.1; color: var(--ink-soft);
}
.ex__cta {
  display: flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 15px 20px; border-radius: 999px;
  font-size: 15.5px; letter-spacing: .06em; font-weight: 700;
  color: #40270F;
  background: linear-gradient(100deg, var(--yuhi), var(--yuhi-lit) 60%, #FFD49A);
  box-shadow: 0 14px 28px -14px rgba(190, 118, 44, .75);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.ex:hover .ex__cta { transform: translateY(-2px); }
.ex:active .ex__cta { transform: scale(.985); }

/* 開示 */
.pr-tag {
  margin: 13px 0 0;
  font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: .08em;
  text-align: center; color: var(--yuhi-deep);
}
.fineprint { margin: 10px 0 0; font-size: 12.5px; line-height: 1.9; color: var(--ink-dim); text-align: center; }
.fineprint a { color: var(--cha-deep); }

/* 表示計測用の1×1画像。レイアウトに影響させない（枠線・余白を出さない） */
.imp { display: block; width: 1px; height: 1px; border: 0; margin: 0; }

/* ── 脚 ──────────────────────────────────────────── */
.footer {
  max-width: 640px; margin: 0 auto;
  padding: 36px var(--pad) max(40px, calc(env(safe-area-inset-bottom) + 24px));
  border-top: 1px solid rgba(122, 158, 135, .28);
  text-align: center;
}
.footer__nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-bottom: 18px; }
.footer__nav a {
  font-size: 11.5px; color: var(--ink-soft); text-decoration: none;
  border-bottom: 1px solid transparent; padding-bottom: 2px;
}
.footer__nav a:hover { border-bottom-color: var(--hair-2); color: var(--cha-deep); }
.footer__copy { margin: 0; font-size: 11px; letter-spacing: .28em; color: var(--ink-dim); }

/* ── about ページ ────────────────────────────────── */
.page { max-width: 640px; margin: 0 auto; padding: 34px var(--pad) 60px; }
.page h1 {
  font-weight: 700; font-size: 23px;
  letter-spacing: .08em; margin: 0 0 28px;
}
.page h2 {
  font-weight: 700; font-size: 15.5px;
  letter-spacing: .08em; margin: 34px 0 12px; color: var(--yuhi-deep);
  border-left: 4px solid var(--cha); padding-left: 10px;
}
.page p, .page li { font-size: 13.5px; line-height: 2.1; color: var(--ink-soft); }
.page ul { padding-left: 1.2em; }
.page a { color: var(--cha-deep); }
.page strong { color: var(--ink); }
.page .back { display: inline-block; margin-top: 40px; font-size: 12.5px; color: var(--ink-soft); text-decoration: none; }
.page .back:hover { color: var(--yuhi-deep); }

/* ── 補助 ────────────────────────────────────────── */
:focus-visible { outline: 2px solid var(--cha-deep); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .memo { transform: none !important; }
}

@media (min-width: 620px) {
  .panel { padding: 28px 26px; }
  .memo { padding: 34px 30px 32px; }
  .cols { grid-template-columns: 1fr 1fr; gap: 22px; }
  .drawer { height: 34px; }
}

@media (max-width: 380px) {
  .intro__lead-sp { display: inline; }
}
