/* ============================================================
   しるなび デザインシステム v1.1
   スイスミニマル改（白黒グレー＋朱1色）
   プリセット: body.preset-hard / body.preset-std / body.preset-light
   - 黒罫は「骨格」(ヘッダー/フッター/結論/CTA)のみ。区切りは細グレー
   - 朱(--accent)の用途: 1位・CTA/リンク・強調・ロゴの四角
   2026-08-03 制定（バーチャル生活者壁打ち反映済み）
   ============================================================ */
:root {
  --paper: #faf9f5;
  --white: #ffffff;
  --ink: #1a1917;
  --ink-2: #52504a;
  --ink-3: #6b6862;
  --accent: #d8451f;
  --accent-soft: #fbe9e2;
  --amber: #e8a13c;
  --line: #1a1917;
  --line-soft: #dedbd2;
  --maxw: 880px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Noto Sans JP', 'Inter', -apple-system, sans-serif; background: var(--paper); color: var(--ink); line-height: 2.0; font-size: 15px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.en { font-family: 'Inter', sans-serif; letter-spacing: .06em; }

.affiliate-notice { background: #f1efe9; border-bottom: 1px solid var(--line-soft); font-size: 11px; color: #96938b; padding: 5px 20px; text-align: center; font-weight: 400; }

/* ヘッダー */
.site-header { border-bottom: 3px solid var(--line); background: var(--paper); }
.site-header .header-inner { max-width: var(--maxw); margin: 0 auto; padding: 18px 24px; display: flex; align-items: center; gap: 14px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark { width: 30px; height: 30px; position: relative; flex-shrink: 0; }
.logo-mark::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--ink); }
.logo-mark::after { content: ""; position: absolute; right: -2px; bottom: -2px; width: 12px; height: 12px; background: var(--accent); }
.logo-text { font-size: 21px; font-weight: 900; letter-spacing: .04em; white-space: nowrap; }
.logo-tag { font-size: 10.5px; color: var(--ink-3); border-left: 1px solid var(--line-soft); padding-left: 12px; line-height: 1.5; }
.gnav { margin-left: auto; display: flex; gap: 2px; overflow-x: auto; }
.gnav a { font-size: 13px; font-weight: 500; padding: 6px 12px; white-space: nowrap; }
.gnav a.on { font-weight: 700; box-shadow: inset 0 -3px var(--accent); }
.gnav a:hover { background: #f1efe9; }

/* パンくず */
.breadcrumb { border-bottom: 1px solid var(--line-soft); }
.breadcrumb-inner { max-width: var(--maxw); margin: 0 auto; padding: 9px 24px; display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ink-3); }
.breadcrumb-inner a { box-shadow: inset 0 -1px var(--accent); }
.read-time { margin-left: auto; font-size: 12px; color: #9ca3af; font-weight: 500; white-space: nowrap; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px 88px; }

/* ヒーロー */
.hero { padding: 52px 0 24px; }
.hero.with-visual { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: center; padding-bottom: 8px; }
.hero-kicker { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; color: var(--ink-3); margin-bottom: 14px; }
.hero-kicker::before { content: ""; width: 26px; height: 3px; background: var(--accent); }
.hero h1 { font-size: clamp(25px, 4.4vw, 36px); font-weight: 900; line-height: 1.55; }
.hero h1 .swash { color: var(--accent); }
.hero-lead { margin-top: 14px; font-size: 15px; color: var(--ink-2); max-width: 40em; }
.hero-meta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 0; border: 1px solid var(--line-soft); background: var(--white); width: fit-content; }
.hero-meta span { font-size: 12px; color: var(--ink-3); padding: 7px 16px; border-right: 1px solid var(--line-soft); }
.hero-meta span:last-child { border-right: none; }
.hero-meta b { color: var(--ink); font-weight: 700; }
.hero-visual { justify-self: center; width: 100%; max-width: 300px; }
.hero-visual svg { width: 100%; height: auto; display: block; }

/* 公式動画の埋め込み（公式YouTubeのみ・出典表記必須） */
.video-sec { margin-top: 30px; }
.video-title { font-size: 13px; font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.video-title::before { content: "▶"; color: var(--accent); font-size: 11px; }
.video-wrap { position: relative; aspect-ratio: 16 / 9; background: #1a1917; border: 1px solid var(--line-soft); overflow: hidden; border-radius: 10px; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-note { font-size: 11.5px; color: var(--ink-3); margin-top: 8px; }

/* ジャンル/属性チップ */
.genre-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 0; }
.genre-chips .gc { font-size: 12.5px; font-weight: 700; padding: 6px 16px; border-radius: 999px; background: var(--white); border: 1px solid var(--line-soft); }
.gc.c1 { background: #fbe9e2; color: #a03315; }
.gc.c2 { background: #fdf3dc; color: #8a5a10; }
.gc.c3 { background: #e9f2e4; color: #3d6b33; }
.gc.c4 { background: #e7eef6; color: #2f5578; }
.gc.c5 { background: #f3e9f4; color: #6d3d74; }
.genre-note { font-size: 11.5px; color: var(--ink-3); margin-top: 8px; }

/* 目次 */
.toc { margin: 36px 0 0; border: 1px solid var(--line-soft); background: var(--white); padding: 20px 26px; }
.toc-title { font-size: 12px; font-weight: 700; color: var(--ink-3); margin-bottom: 10px; }
.toc ol { list-style: none; columns: 2; column-gap: 32px; }
.toc li { font-size: 13.5px; padding: 4px 0; break-inside: avoid; }
.toc li a { box-shadow: inset 0 -1px var(--line-soft); }
.toc li a:hover { box-shadow: inset 0 -1px var(--accent); }
.toc .no { font-family: 'Inter'; font-weight: 700; color: var(--ink-3); margin-right: 8px; font-size: 12px; }

/* セクション（既定=細グレー罫。強調したい節のみ .strong で黒罫） */
.sec { margin-top: 64px; border-top: 1px solid var(--line-soft); padding-top: 20px; }
.sec.strong { border-top: 3px solid var(--line); }
.sec-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 22px; }
.sec-no { font-family: 'Inter'; font-size: 13px; font-weight: 700; color: var(--accent); }
.sec-head h2 { font-size: clamp(19px, 3vw, 23px); font-weight: 700; }
.sec-head h2 .strong-w { font-weight: 900; }
h3.sub { font-size: 16.5px; font-weight: 700; margin: 30px 0 12px; padding-left: 12px; border-left: 3px solid var(--accent); }
.body-text { font-size: 15px; margin-bottom: 18px; max-width: 42em; }
.body-text b, .body-text strong { box-shadow: inset 0 -6px rgba(216,69,31,.14); font-weight: 700; }

/* 結論ボックス */
.answer { border: 3px solid var(--line); background: var(--white); padding: 24px 28px; margin-top: 34px; }
.answer-label { display: inline-block; font-size: 12px; font-weight: 700; background: var(--accent); color: #fff; padding: 3px 14px; margin-bottom: 12px; }
.answer p { font-size: 15px; }
.answer ul { list-style: none; margin-top: 12px; }
.answer li { font-size: 14px; padding: 5px 0 5px 24px; position: relative; }
.answer li::before { content: ""; position: absolute; left: 4px; top: 14px; width: 8px; height: 8px; background: var(--accent); }

/* ポイント */
.points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line-soft); background: var(--white); }
.point { padding: 22px 24px; border-right: 1px solid var(--line-soft); }
.point:last-child { border-right: none; }
.point .p-no { font-family: 'Inter'; font-size: 24px; font-weight: 900; color: var(--accent); line-height: 1; margin-bottom: 10px; }
.point b { display: block; font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.point span { font-size: 13px; color: var(--ink-2); line-height: 1.8; }

/* 表 */
.table-wrap { overflow-x: auto; border: 1px solid var(--line-soft); background: var(--white); }
table.spec { width: 100%; border-collapse: collapse; font-size: 13.5px; }
table.spec th { text-align: left; font-weight: 700; color: var(--ink-2); background: #f1efe9; padding: 10px 16px; border-bottom: 1px solid var(--line-soft); white-space: nowrap; }
table.spec td { padding: 10px 16px; border-bottom: 1px solid var(--line-soft); }
table.spec tr:last-child td { border-bottom: none; }
table.spec tr.hl { font-weight: 700; }
table.spec tr.hl td:first-child { box-shadow: inset 4px 0 var(--accent); }
.table-note { font-size: 12px; color: var(--ink-3); margin-top: 10px; }

/* 料金の体感図解 */
.price-viz { border: 1px solid var(--line-soft); background: var(--white); padding: 26px 28px 20px; margin-top: 24px; }
.pv-title { font-size: 13px; font-weight: 700; margin-bottom: 18px; }
.pv-bars { display: flex; align-items: flex-end; gap: 34px; height: 150px; padding: 0 8px; overflow-x: auto; }
.pv-bar { flex: 0 0 84px; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; text-align: center; }
.pv-bar .col { border-radius: 6px 6px 0 0; }
.pv-bar.hero-bar .col { background: linear-gradient(180deg, var(--accent), #b53415); }
.pv-bar.other .col { background: #e3e0d7; }
.pv-bar .amt { font-family: 'Inter'; font-weight: 900; font-size: 16px; margin-bottom: 6px; }
.pv-bar.hero-bar .amt { color: var(--accent); font-size: 20px; }
.pv-bar.other .amt { color: var(--ink-3); }
.pv-bar .lbl { font-size: 11.5px; color: var(--ink-2); margin-top: 8px; line-height: 1.5; }
.pv-note { font-size: 11.5px; color: var(--ink-3); margin-top: 14px; border-top: 1px dashed var(--line-soft); padding-top: 10px; }

/* メリット/デメリット */
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line-soft); background: var(--white); }
.pros, .cons { padding: 22px 26px; }
.pros { border-right: 1px solid var(--line-soft); }
.pc-title { font-size: 14px; font-weight: 700; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.pc-title .sq { width: 12px; height: 12px; border-radius: 50%; }
.pros .sq { background: var(--accent); }
.cons .sq { background: var(--paper); border: 2px solid var(--ink-3); }
.pc-list { list-style: none; }
.pc-list li { font-size: 13.5px; color: var(--ink-2); padding: 6px 0; border-bottom: 1px dashed var(--line-soft); line-height: 1.9; }
.pc-list li:last-child { border-bottom: none; }
.pc-list li b { color: var(--ink); }

/* スコアバー */
.scores { border: 1px solid var(--line-soft); background: var(--white); padding: 24px 28px; }
.score-row { display: flex; align-items: center; gap: 14px; padding: 8px 0; }
.score-row .lbl { width: 118px; font-size: 13px; font-weight: 700; flex-shrink: 0; }
.score-row .bar { flex: 1; height: 10px; background: #f0ede5; border-radius: 999px; overflow: hidden; position: relative; }
.score-row .fill { position: absolute; inset: 0 auto 0 0; border-radius: 999px; background: linear-gradient(90deg, var(--amber), var(--accent)); }
.score-row .val { font-family: 'Inter'; width: 34px; text-align: right; font-weight: 700; font-size: 14px; color: var(--accent); }
.score-src { font-size: 12px; color: var(--ink-3); margin-top: 12px; border-top: 1px solid var(--line-soft); padding-top: 12px; }

/* ここだけメモ（マスコット付き） */
.edit-memo { display: flex; gap: 14px; align-items: flex-start; margin: 24px 0; }
.memo-face { width: 40px; height: 40px; position: relative; flex-shrink: 0; margin-top: 2px; }
.memo-face .head { position: absolute; inset: 0; border-radius: 50%; background: var(--ink); }
.memo-face .cheek { position: absolute; right: -2px; bottom: -2px; width: 14px; height: 14px; background: var(--accent); }
.memo-face .eye { position: absolute; top: 15px; width: 5px; height: 7px; border-radius: 999px; background: #fff; }
.memo-face .eye.l { left: 11px; } .memo-face .eye.r { left: 23px; }
.memo-bubble { background: var(--white); border: 1px solid var(--line-soft); border-radius: 2px 16px 16px 16px; padding: 13px 18px; }
.memo-bubble .who { font-size: 11px; font-weight: 700; color: var(--accent); display: block; margin-bottom: 2px; }
.memo-bubble p { font-size: 13.5px; color: var(--ink-2); line-height: 1.9; }

/* CTA */
.cta-block { border: 3px solid var(--line); background: var(--white); padding: 30px 28px; text-align: center; margin-top: 36px; }
.cta-name { font-size: 19px; font-weight: 900; margin-bottom: 2px; }
.cta-price { font-size: 13px; color: var(--ink-2); margin-bottom: 18px; }
.cta-price b { font-family: 'Inter'; font-size: 26px; color: var(--accent); }
.cta-micro { font-size: 12.5px; color: var(--ink-2); font-weight: 500; margin-bottom: 10px; }
.cta-click { display: inline-block; background: var(--accent); color: #fff; font-size: 16px; font-weight: 700; letter-spacing: .04em; padding: 15px 46px; position: relative; overflow: hidden; box-shadow: 4px 4px 0 var(--ink); transition: transform .15s, box-shadow .15s; }
.cta-click:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.cta-click::after { content: ""; position: absolute; top: 0; left: -80%; width: 40%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.45), transparent); animation: shine 3.4s infinite; }
@keyframes shine { 0% { left: -80%; } 45%, 100% { left: 130%; } }
.cta-note { margin-top: 10px; font-size: 11.5px; color: var(--ink-3); }

/* FAQ */
.faq { border: 1px solid var(--line-soft); background: var(--white); }
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq details:last-child { border-bottom: none; }
.faq summary { list-style: none; cursor: pointer; display: flex; gap: 14px; align-items: baseline; padding: 16px 22px; font-size: 14.5px; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "Q"; font-family: 'Inter'; font-weight: 900; color: var(--accent); }
.faq p { font-size: 13.5px; color: var(--ink-2); padding: 0 22px 16px 46px; }

/* 検証情報 */
.verify-box { border: 1px solid var(--line-soft); background: var(--white); padding: 18px 24px; margin-top: 20px; font-size: 12.5px; color: var(--ink-2); }
.verify-box .v-title { font-size: 12px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.verify-box ul { list-style: none; }
.verify-box li { padding: 3px 0; }
.verify-box li::before { content: "―"; margin-right: 8px; color: var(--ink-3); }

/* 編集部 */
.about { margin-top: 64px; border-top: 1px solid var(--line-soft); padding-top: 24px; display: flex; gap: 20px; align-items: flex-start; }
.about .mark { width: 46px; height: 46px; position: relative; flex-shrink: 0; margin-top: 4px; }
.about .mark::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--ink); }
.about .mark::after { content: ""; position: absolute; right: -3px; bottom: -3px; width: 16px; height: 16px; background: var(--accent); }
.about b { font-size: 15px; display: block; margin-bottom: 4px; }
.about p { font-size: 13px; color: var(--ink-2); max-width: 46em; }
.about a { box-shadow: inset 0 -1px var(--accent); font-weight: 500; }

/* フッター */
.site-footer { border-top: 3px solid var(--line); margin-top: 72px; background: var(--paper); }
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 30px 24px; display: flex; flex-wrap: wrap; gap: 24px; align-items: baseline; font-size: 12px; color: var(--ink-3); }
.footer-inner .f-logo { font-size: 15px; font-weight: 900; color: var(--ink); }
.footer-inner nav { display: flex; gap: 18px; flex-wrap: wrap; margin-left: auto; }

/* ============================================================
   プリセット
   ============================================================ */
/* 堅め: YMYL向け。行間やや詰め・検証装置標準・メモ非表示 */
body.preset-hard { line-height: 1.9; }
body.preset-hard .sec { margin-top: 56px; }
body.preset-hard .edit-memo { display: none; }
body.preset-hard .sec { border-top-width: 1px; }
body.preset-hard .sec.strong { border-top-width: 3px; }

/* ライト: エンタメ向け。余白拡大・ポイント縦積み・CTAピル化・検証装置は末尾のみ */
body.preset-light { line-height: 2.1; }
body.preset-light .sec { margin-top: 76px; }
body.preset-light .points { grid-template-columns: 1fr; }
body.preset-light .point { border-right: none; border-bottom: 1px solid var(--line-soft); padding: 24px 28px; display: flex; gap: 18px; align-items: flex-start; }
body.preset-light .point:last-child { border-bottom: none; }
body.preset-light .point .p-no { font-size: 26px; line-height: 1.4; margin-bottom: 0; }
body.preset-light .cta-click { border-radius: 999px; box-shadow: 0 6px 18px rgba(216,69,31,.35); }
body.preset-light .cta-click:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(216,69,31,.45); }

@media (max-width: 720px) {
  .hero.with-visual { grid-template-columns: 1fr; gap: 18px; }
  .hero-visual { max-width: 230px; }
  .toc ol { columns: 1; }
  .points { grid-template-columns: 1fr; }
  .point { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .point:last-child { border-bottom: none; }
  .proscons { grid-template-columns: 1fr; }
  .pros { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .pv-bars { gap: 14px; }
  .pv-bar { flex: 1 1 0; min-width: 58px; }
  .pv-bar .lbl { font-size: 10.5px; }
  .logo-tag { display: none; }
}
