/*
Theme Name: fancolumn
Description: コラム型メディア（仮称FanScope）テーマ。mock/*.html 準拠・fc- プレフィックス。
Version: 0.1.1
Author: fancolumn
Text Domain: fancolumn
*/

/* 非関連化規約（docs/non-association.md §1）:
   クラスは fc- のみ。AVfans特徴クラス（plb-*, ccta, castcard, crgrid, ahero 等）と
   FANDEX新設クラス（trank, mx-, pace, review）は使用禁止。CSSは100KB上限。 */

:root{
  --accent:#ff3700; --accent-weak:rgba(255,55,0,.08); --accent-tx:#c42400;
  --bg:#fff; --surface:#f7f7f8; --line:#ccc; --line-soft:#e7e7e9; --line-weak:#ededf0;
  --bg-sub:#f1f1f1; --fg-sub:#6b6b70; --muted:#8a8a90;
  --fg:#000; --fg-dim:rgba(0,0,0,.56); --fg-mute:rgba(0,0,0,.55);
  --r-card:10px; --r-pill:9999px; --r-chip:8px; --tap:44px;
}
*{box-sizing:border-box;margin:0;padding:0}
[hidden]{display:none!important}
html{-webkit-text-size-adjust:100%}
body{background:var(--bg);color:var(--fg);
  font-family:"Hiragino Kaku Gothic ProN","Noto Sans",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-size:14px;line-height:1.6;padding-bottom:70px}
:where(a){color:inherit;text-decoration:none}
img{max-width:100%;display:block;height:auto}
:focus-visible{outline:2px solid var(--accent-tx);outline-offset:2px;border-radius:4px}

/* ── ヘッダー ── */
.fc-hd{position:sticky;top:0;z-index:20;background:var(--bg);border-bottom:1px solid var(--line-soft)}
.fc-hd-in{display:grid;grid-template-columns:var(--tap) 1fr var(--tap);align-items:center;
  max-width:1200px;margin:0 auto;min-height:52px}
.fc-hd-back{display:flex;align-items:center;justify-content:center;min-height:var(--tap);font-size:20px}
.fc-hd-title{text-align:center;font-weight:700;font-size:15px;overflow:hidden;
  text-overflow:ellipsis;white-space:nowrap;padding:0 4px}
.fc-hd-age{font-size:10px;color:var(--muted);text-align:center}

.fc-wrap{max-width:720px;margin:0 auto;padding:0 14px}
.fc-bc{font-size:11px;color:var(--muted);padding:10px 0 2px;display:flex;gap:6px;
  flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;scrollbar-width:none}
.fc-bc::-webkit-scrollbar{display:none}
.fc-bc a{text-decoration:underline;text-underline-offset:2px;flex:0 0 auto}
h1{font-size:20px;line-height:1.45;margin:8px 0 6px;font-weight:700;overflow-wrap:anywhere}
.fc-lead{font-size:13.5px;color:var(--fg-dim);margin-bottom:14px}
.fc-h2{font-size:16px;font-weight:700;margin:18px 0 8px}

/* ── メタ行・バッジ ── */
.fc-meta{display:flex;gap:10px;align-items:center;font-size:11px;color:var(--muted);margin:4px 0 14px;flex-wrap:wrap}
.fc-prb{border:1px solid var(--line-soft);border-radius:4px;padding:0 6px;color:var(--fg-sub)}
.fc-prline{font-size:11px;color:var(--muted);margin:0 0 12px}
.fc-verdict{font-weight:700;color:var(--accent-tx)}

/* ── カテゴリチップ ── */
.fc-chips{display:flex;gap:6px;overflow-x:auto;padding:2px 0 8px;scrollbar-width:none}
.fc-chips::-webkit-scrollbar{display:none}
.fc-chip{flex:0 0 auto;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-pill);
  padding:0 14px;font-size:13px;color:var(--fg);min-height:36px;display:flex;align-items:center;gap:6px}
.fc-chip.on{background:var(--accent);border-color:var(--accent);color:#fff}
.fc-chip .n{color:var(--fg-mute);font-size:11px;font-variant-numeric:tabular-nums}
.fc-chip.on .n{color:rgba(255,255,255,.8)}

/* ── アイキャッチ・ピック ── */
.fc-eyecatch{margin:10px 0 4px}
/* アイキャッチは全幅だと大きすぎる（2026-08-24 オーナー指摘）→ 75%幅・中央寄せ */
.fc-eyecatch img,.fc-eyecatch .fc-ph{width:75%;margin:0 auto;border:1px solid var(--line-soft);border-radius:var(--r-card)}
/* 本文中の図解（r13: 長文セクションの離脱対策） */
.fc-fig{margin:14px 0 18px}
.fc-fig img{display:block;width:100%;height:auto;border:1px solid var(--line-soft);border-radius:var(--r-card)}
/* 作品レビュー: サムネをアフィリンク化＋再生マーク（2026-08-24 オーナー指示） */
.fc-eyelink{position:relative;display:block;width:75%;margin:0 auto}
.fc-eyelink img{width:100%;margin:0}
.fc-play{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}
.fc-play svg{width:64px;height:64px;fill:#fff;background:rgba(0,0,0,.45);border-radius:50%;
  padding:14px;box-sizing:border-box;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))}
.fc-eyelink:hover .fc-play svg{background:rgba(255,55,0,.75)}
.fc-ph{aspect-ratio:1200/630;background:var(--bg-sub);display:grid;place-items:center;color:var(--muted);font-size:11px}
.fc-pick{display:block;border:1px solid var(--line-soft);border-radius:var(--r-card);overflow:hidden;margin-bottom:6px}
.fc-pick .fc-th{aspect-ratio:1200/630;background:var(--bg-sub);display:grid;place-items:center;color:var(--muted);font-size:11px;overflow:hidden}
.fc-pick .fc-th img{width:100%;height:100%;object-fit:cover}
.fc-pick .fc-bd{padding:12px 14px 14px}
.fc-pick .fc-t{font-size:15px;font-weight:700;line-height:1.5}
.fc-pick .fc-s{font-size:12px;color:var(--fg-dim);margin-top:4px}

/* ── 記事リストカード ── */
.fc-rel{display:flex;gap:12px;border:1px solid var(--line-soft);border-radius:var(--r-card);
  padding:12px;margin:8px 0;align-items:center}
.fc-rel .fc-th{width:96px;height:54px;border-radius:6px;flex:none;overflow:hidden;background:var(--bg-sub);
  display:grid;place-items:center;color:var(--muted);font-size:10px}
.fc-rel .fc-th img{width:100%;height:100%;object-fit:cover}
.fc-rel .fc-t{font-size:13px;font-weight:700;line-height:1.5}
.fc-rel .fc-s{font-size:11px;color:var(--muted);margin-top:2px}
.fc-all{display:flex;justify-content:flex-end;margin:2px 0 6px}
.fc-all a{display:inline-flex;align-items:center;min-height:var(--tap);color:var(--accent-tx);font-size:13px;font-weight:600}

/* ── 予算グリッド ── */
.fc-budget{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.fc-budget a{border:1px solid var(--line-soft);border-radius:var(--r-card);padding:12px 14px;background:var(--bg)}
.fc-budget .fc-yen{font-size:17px;font-weight:700;color:var(--accent-tx);font-variant-numeric:tabular-nums}
.fc-budget .fc-yen small{font-size:11px;color:var(--muted);font-weight:400}
.fc-budget .fc-l{font-size:12px;margin-top:2px}
.fc-budget .fc-s{font-size:11px;color:var(--muted)}
@media(min-width:600px){.fc-budget{grid-template-columns:repeat(4,1fr)}}

/* ── 結論ボックス ── */
.fc-concl{background:var(--accent-weak);border-left:3px solid var(--accent);
  border-radius:0 var(--r-chip) var(--r-chip) 0;padding:12px 14px;font-size:13.5px;margin:0 0 16px}
.fc-concl b{display:block;margin-bottom:4px;font-size:13px;color:var(--accent-tx)}
.fc-concl ul{margin:4px 0 0 1.3em}
.fc-concl li{margin:3px 0;color:#333}

/* ── 目次 ── */
.fc-toc{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--r-card);
  padding:12px 14px;margin-bottom:20px}
.fc-toc summary{font-weight:700;font-size:13px;cursor:pointer;list-style:none}
.fc-toc ol{margin:8px 0 0 1.4em;font-size:13px;color:var(--fg-dim)}
.fc-toc li{margin:4px 0}
.fc-toc a{text-decoration:underline;text-underline-offset:2px}

/* ── 本文 ── */
.fc-body h2{font-size:17px;margin:28px 0 10px;padding:8px 12px;background:var(--surface);
  border-left:3px solid var(--accent);border-radius:0 var(--r-chip) var(--r-chip) 0;font-weight:700}
.fc-body h3{font-size:15px;margin:20px 0 8px;padding-bottom:4px;border-bottom:2px solid var(--line-weak);font-weight:700}
.fc-body p{margin:0 0 12px;color:#333;font-size:13.5px;line-height:1.85}
.fc-body p a,.fc-body li a{color:var(--accent-tx);text-decoration:underline;text-underline-offset:2px}
.fc-body ul,.fc-body ol{margin:0 0 12px 1.4em;color:#333;font-size:13.5px;line-height:1.85}
.fc-body li{margin:4px 0}
.fc-body figure{margin:12px 0 16px}
.fc-body figure img{border:1px solid var(--line-soft);border-radius:var(--r-chip)}
.fc-body figcaption{font-size:11px;color:var(--muted);margin-top:4px}

/* ── 表（3列まで。SPは折り返しで収める） ── */
.fc-tblwrap{margin:12px 0 16px}
.fc-tbl{width:100%;border-collapse:collapse;font-size:12.5px}
.fc-tbl th,.fc-tbl td{border:1px solid var(--line-soft);padding:8px 10px;text-align:left;vertical-align:top}
.fc-tbl th{background:var(--surface);font-size:12px}
.fc-tbl td:first-child{font-weight:700}
.fc-tbl td.fc-n{font-variant-numeric:tabular-nums;color:var(--accent-tx);font-weight:700}
.fc-tbl td a{color:var(--accent-tx);text-decoration:underline;text-underline-offset:2px}
@media (max-width:460px){
  .fc-tbl{font-size:12px}
  .fc-tbl th,.fc-tbl td{padding:7px 6px;word-break:break-word;overflow-wrap:anywhere}
}

/* ── ランキング早見表（アバター入り） ── */
.fc-rtbl{width:100%;border-collapse:collapse;font-size:12.5px;margin:12px 0 16px}
.fc-rtbl th{background:var(--surface);border:1px solid var(--line-soft);padding:8px;font-size:11.5px;text-align:left}
.fc-rtbl td{border:1px solid var(--line-soft);padding:6px 8px;vertical-align:middle}
.fc-rtbl .fc-no{width:26px;text-align:center;font-weight:700;color:var(--accent-tx)}
.fc-rtbl .fc-who{display:flex;align-items:center;gap:8px}
.fc-rtbl .fc-who img,.fc-rtbl .fc-who .fc-av{width:36px;height:36px;border-radius:50%;object-fit:cover;
  border:1px solid var(--line-soft);flex:none;background:var(--bg-sub)}
.fc-rtbl .fc-who>span{flex:1 1 auto;min-width:0;display:block}
.fc-rtbl .fc-who .fc-n{font-weight:700;font-size:12.5px;color:var(--accent-tx);text-decoration:underline;
  text-underline-offset:2px;display:block;word-break:break-all}
.fc-rtbl .fc-who .fc-g{font-size:10px;color:var(--muted);display:block;margin-top:1px}
.fc-rtbl .fc-pm{white-space:nowrap;color:var(--accent-tx);font-weight:700;font-variant-numeric:tabular-nums}
@media (max-width:460px){
  .fc-rtbl{font-size:12px}
  .fc-rtbl th{padding:7px 5px;font-size:11px}
  .fc-rtbl td{padding:6px 5px}
  .fc-rtbl .fc-pm{white-space:normal}
}

/* ── クリエイターカード ── */
.fc-ccard{border:1px solid var(--line-soft);border-radius:14px;overflow:hidden;margin:12px 0 18px;background:#fff;scroll-margin-top:64px}
.fc-ccard-hd{display:flex;align-items:center;gap:14px;padding:16px 16px 12px;
  background:linear-gradient(135deg,var(--accent-weak),transparent 70%)}
.fc-ccard-hd img,.fc-ccard-hd .fc-av{width:76px;height:76px;border-radius:50%;object-fit:cover;flex:none;
  border:2px solid #fff;box-shadow:0 1px 6px rgba(0,0,0,.15);background:var(--bg-sub)}
.fc-ccard-hd .fc-nm b{font-size:16px;display:block;line-height:1.3}
.fc-ccard-hd .fc-rank{font-size:11px;color:var(--accent-tx);font-weight:700}
.fc-ccard-hd .fc-genres{margin-top:6px;display:flex;gap:4px;flex-wrap:wrap}
.fc-ccard-hd .fc-genres span{font-size:10.5px;background:#fff;border:1px solid var(--line-soft);
  border-radius:999px;padding:2px 8px;color:var(--fg-sub)}
.fc-ccard .fc-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-weak);border-bottom:1px solid var(--line-weak)}
.fc-ccard .fc-stats.fc-4{grid-template-columns:repeat(4,1fr)}
.fc-ccard .fc-stats div{padding:10px 4px;text-align:center;border-right:1px solid var(--line-weak)}
.fc-ccard .fc-stats div:last-child{border-right:0}
.fc-ccard .fc-stats b{display:block;font-size:15px;color:#1a1a1f;font-variant-numeric:tabular-nums}
.fc-ccard .fc-stats span{font-size:10px;color:var(--muted)}
.fc-ccard .fc-plans{padding:8px 16px 4px}
.fc-ccard .fc-plans-t{font-size:11px;font-weight:700;color:var(--fg-sub);padding:2px 0 4px}
.fc-ccard .fc-pl{padding:7px 0;border-bottom:1px dashed var(--line-weak);font-size:12.5px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.fc-ccard .fc-pl:last-child{border-bottom:0}
.fc-ccard .fc-pl .fc-rec{background:var(--accent);color:#fff;font-size:10px;border-radius:4px;padding:1px 6px;flex:none}
/* プラン名は省略せず折り返す（「…」で名前が消える崩れの防止。2026-08-24） */
.fc-ccard .fc-pl .fc-nm{flex:1 1 100%;color:#1a1a1f;min-width:0;line-height:1.5}
.fc-ccard .fc-pl .fc-rec+.fc-nm{flex:1 1 auto}
.fc-ccard .fc-pl .fc-pr{white-space:nowrap;margin-left:auto}
.fc-ccard .fc-pl .fc-pr b{color:var(--accent-tx);font-size:14px}
/* 詳細カード内: 上位作品サムネ3枚ストリップ */
/* ⚠ 1fr は min-content に負けて長い無改行タイトルで列が膨らむ → minmax(0,1fr) 必須 */
.fc-ccard .fc-wshots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:12px 16px 0}
/* 正方形セルで切り抜かず全体表示（上下見切れの防止。2026-08-24 オーナー指摘） */
.fc-ccard .fc-wshots img{width:100%;aspect-ratio:1/1;object-fit:contain;background:var(--bg-sub);
  border-radius:6px;border:1px solid var(--line-soft)}
/* サムネ下に作品タイトルを小さく（2行クランプ） */
.fc-ccard .fc-wshots .fc-st{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;font-size:10px;line-height:1.45;color:var(--fg-sub);margin-top:4px;
  overflow-wrap:anywhere}
.fc-ccard .fc-about,.fc-wcard .fc-about{padding:10px 16px 2px;font-size:12.5px;color:#333;line-height:1.75}
.fc-ccard .fc-about b,.fc-wcard .fc-about b{display:block;font-size:11px;color:var(--fg-sub);margin-bottom:3px}
/* 長文プロフィールは3行クランプ→「続きを見る」で展開（checkbox方式） */
.fc-about .fc-txt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.fc-about input:checked ~ .fc-txt{-webkit-line-clamp:unset}
.fc-about label{color:var(--accent-tx);font-weight:600;font-size:12px;display:flex;
  justify-content:flex-end;align-items:center;min-height:32px;cursor:pointer}
.fc-about input:checked ~ label .fc-more{display:none}
.fc-about label .fc-less{display:none}
.fc-about input:checked ~ label .fc-less{display:inline}
.fc-ccard .fc-why{padding:10px 16px 4px;font-size:13px;color:#333;line-height:1.8}
.fc-ccard .fc-why b{color:var(--accent-tx);font-size:12px;display:block;margin-bottom:2px}
.fc-ccard .fc-asof{font-size:10px;color:var(--muted);text-align:right;padding:4px 16px 0}
.fc-ccard-btn{display:block;text-align:center;margin:10px 16px 16px;background:var(--accent);
  color:#fff;font-weight:700;font-size:13.5px;border-radius:var(--r-pill);padding:12px}

/* ── 作品カード ── */
.fc-wcard{border:1px solid var(--line-soft);border-radius:14px;overflow:hidden;margin:12px 0 18px;background:#fff}
/* サムネは切り抜かない：枠が画像のアスペクト比に追従する（myfansサムネは16:9と正方形が混在。
   16:9固定+coverだと正方形画像の下が見切れる。2026-08-24 オーナー指摘）。
   全幅だとカードが大きすぎる（同日オーナー指摘）→ 56%幅・中央寄せに縮小 */
.fc-wcard .fc-th{width:56%;margin:12px auto 0;background:var(--bg-sub);overflow:hidden;
  display:grid;place-items:center;color:var(--muted);font-size:11px;
  border:1px solid var(--line-soft);border-radius:var(--r-chip)}
.fc-wcard .fc-th img{width:100%;height:auto}
.fc-wcard-hd{padding:14px 16px 10px;background:linear-gradient(135deg,var(--accent-weak),transparent 70%)}
.fc-wcard-hd b{font-size:15px;line-height:1.4;display:block}
.fc-wcard-hd .fc-s{font-size:11px;color:var(--fg-sub);margin-top:2px}
.fc-wcard .fc-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-weak);border-bottom:1px solid var(--line-weak)}
.fc-wcard .fc-stats div{padding:10px 4px;text-align:center;border-right:1px solid var(--line-weak)}
.fc-wcard .fc-stats div:last-child{border-right:0}
.fc-wcard .fc-stats b{display:block;font-size:15px;color:#1a1a1f;font-variant-numeric:tabular-nums}
.fc-wcard .fc-stats span{font-size:10px;color:var(--muted)}
.fc-wcard .fc-asof{font-size:10px;color:var(--muted);text-align:right;padding:6px 16px 0}
.fc-wcard-btn{display:block;text-align:center;margin:8px 16px 14px;background:var(--accent);
  color:#fff;font-weight:700;font-size:13.5px;border-radius:var(--r-pill);padding:12px}
.fc-ctasub{text-align:center;font-size:11px;color:var(--muted);margin:-8px 16px 14px}

/* ── 良かった点/気になった点・チェックリスト・FAQ ── */
.fc-judge{display:grid;grid-template-columns:1fr;gap:10px;margin:12px 0 4px}
@media(min-width:600px){.fc-judge{grid-template-columns:1fr 1fr}}
.fc-judge>div{background:var(--surface);border-radius:var(--r-card);padding:12px 14px}
.fc-judge .fc-t{font-size:12.5px;font-weight:700;margin-bottom:6px}
.fc-judge>div.fc-good .fc-t{color:var(--accent-tx)}
.fc-judge>div.fc-bad .fc-t{color:var(--fg-sub)}
.fc-judge ul{margin:0 0 0 1.3em;font-size:13px;color:#333}
.fc-judge li{margin:4px 0}
.fc-check{background:var(--surface);border-radius:var(--r-card);padding:14px;margin:12px 0 16px}
.fc-check ul{margin:0;list-style:none}
.fc-check li{padding-left:26px;position:relative;margin:8px 0;font-size:13.5px;color:#333}
.fc-check li::before{content:"";position:absolute;left:0;top:3px;width:16px;height:16px;
  border:2px solid var(--accent);border-radius:4px}
.fc-faq{border:1px solid var(--line-soft);border-radius:var(--r-card);margin:8px 0;overflow:hidden}
.fc-faq summary{padding:12px 14px;font-weight:700;font-size:13.5px;cursor:pointer;list-style:none;display:flex;gap:8px}
.fc-faq summary::before{content:"Q";color:var(--accent-tx);font-weight:700}
.fc-faq .fc-a{padding:0 14px 12px 34px;font-size:13.5px;color:#333;line-height:1.8}

/* ── コメント吹き出し（作品コメント欄の編集部要約） ── */
.fc-voices{margin:12px 0 18px}
.fc-voices .fc-vh{font-size:11px;color:var(--fg-sub);margin-bottom:8px}
.fc-voice{position:relative;background:var(--surface);border-radius:12px;padding:10px 14px;margin:0 0 10px 10px}
.fc-voice::before{content:"";position:absolute;left:-8px;top:14px;border:8px solid transparent;
  border-right-color:var(--surface);border-left:0}
.fc-voice .fc-vt{display:inline-block;font-size:10px;font-weight:700;color:var(--accent-tx);
  background:var(--accent-weak);border-radius:999px;padding:1px 8px;margin-bottom:4px}
.fc-voice p{margin:0;font-size:13px;color:#333;line-height:1.8}

/* ── 子記事ミニカードレール（ピラー用。横スクロール縦型＝relcard/gridとは別パターン） ── */
.fc-childrail{margin:10px 0 20px}
.fc-childrail-t{font-size:11px;font-weight:700;color:var(--fg-sub);margin-bottom:8px}
.fc-childrail-in{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none;
  scroll-snap-type:x proximity}
.fc-childrail-in::-webkit-scrollbar{display:none}
/* 幅150px＝SP(347px幅)で2枚+3枚目の左端が約27px覗く寸法（スクロール示唆。2026-08-24 オーナー指示） */
.fc-childcard{flex:0 0 150px;scroll-snap-align:start;border:1px solid var(--line-soft);
  border-radius:var(--r-card);overflow:hidden;background:var(--bg);display:flex;flex-direction:column}
.fc-childcard .fc-cth{display:block;aspect-ratio:16/10;background:var(--bg-sub);overflow:hidden}
.fc-childcard .fc-cth img{width:100%;height:100%;object-fit:cover}
.fc-childcard .fc-cl{font-size:9.5px;font-weight:700;color:var(--accent-tx);padding:7px 10px 0}
/* タイトルは3行ぶん常に確保（行数差でカード高が揺れるのを防ぐ。2026-08-24 オーナー指摘） */
/* ⚠ -webkit-box のクランプは padding 領域に次行が食み出して見える → 余白は margin で取る */
.fc-childcard .fc-ct{font-size:12px;font-weight:700;line-height:1.45;margin:2px 10px 10px;padding:0;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
  min-height:calc(12px * 1.45 * 3)}
.fc-childcard:hover{border-color:var(--accent)}

/* ── CTA ── */
.fc-cta{display:block;text-align:center;background:var(--accent);color:#fff;font-weight:700;
  font-size:15px;border-radius:var(--r-pill);padding:14px;margin:20px 0 6px}
.fc-cta-sub{text-align:center;font-size:11px;color:var(--muted);margin-bottom:20px}

/* ── ポリシー・フッター ── */
.fc-policy{background:var(--surface);border-radius:var(--r-card);padding:14px;margin:8px 0 16px}
.fc-policy .fc-t{font-size:13px;font-weight:700;margin-bottom:6px}
.fc-policy ul{margin:0;list-style:none}
.fc-policy li{padding-left:26px;position:relative;margin:8px 0;font-size:13px;color:#333}
.fc-policy li::before{content:"";position:absolute;left:0;top:3px;width:16px;height:16px;
  border:2px solid var(--accent);border-radius:4px}
.fc-policy a{color:var(--accent-tx);text-decoration:underline;text-underline-offset:2px}
.fc-upd{font-size:11px;color:var(--muted);margin:24px 0 8px;text-align:right}
.fc-foot{margin-top:32px;padding:18px 0 8px;border-top:1px solid var(--line-soft);
  font-size:12px;color:var(--fg-mute);line-height:1.9}
.fc-foot a{margin-right:14px}

/* ── 下部タブ ── */
.fc-tab{position:fixed;left:0;right:0;bottom:0;z-index:30;display:flex;
  background:var(--bg);border-top:1px solid var(--line-soft)}
.fc-tab a{flex:1;text-align:center;padding:7px 0 9px;font-size:10px;color:var(--fg-dim);
  min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}
.fc-tab a.on{color:var(--accent-tx)}
.fc-tab svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round}
@media(min-width:900px){.fc-tab{display:none} body{padding-bottom:0}}

/* 「もっと見る」＝次ページへの通常リンク（JSではなくクロール可能なa要素） */
.fc-more{margin:14px 0 6px}
.fc-more a{display:block;text-align:center;border:1px solid var(--accent);color:var(--accent-tx);
  font-weight:700;font-size:14px;border-radius:var(--r-pill);padding:12px}
.fc-more a:hover{background:var(--accent-weak)}

/* ── ページネーション ── */
.fc-pgn{display:flex;gap:8px;justify-content:center;margin:20px 0}
.fc-pgn a,.fc-pgn span{min-width:var(--tap);min-height:var(--tap);display:inline-flex;align-items:center;
  justify-content:center;border:1px solid var(--line-soft);border-radius:var(--r-chip);font-size:13px}
.fc-pgn .current{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:700}
