:root{
  --blue:#1a6dd4;--blue-d:#0f4f9e;--blue-l:#eaf2fc;--blue-l2:#f4f8fd;
  --ink:#1e2734;--soft:#4a5563;--muted:#7f8a99;--line:#e6ecf3;
  --bg:#fff;--bg-alt:#f5f9fd;--note:#41c9b4;
  --head:'Zen Kaku Gothic New',sans-serif;--sans:'Noto Sans JP',sans-serif;
  --radius:16px;--shadow:0 2px 4px rgba(30,39,52,.04),0 10px 30px rgba(30,39,52,.06);
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.9}
a{color:inherit;text-decoration:none}
.wrap{max-width:1140px;margin:0 auto;padding:0 24px}
.head{font-family:var(--head)}
.btn{white-space:nowrap;font-family:var(--sans);font-weight:700;font-size:14px;border-radius:999px;padding:11px 22px;border:1px solid transparent;cursor:pointer;transition:.15s}
.btn-note{background:var(--note);color:#fff;display:inline-flex;align-items:center;gap:8px;justify-content:center}
.btn-note:hover{filter:brightness(1.04)}
.btn-ghost{background:#fff;color:var(--blue);border:1px solid #cfe0f4}
.nlogo{line-height:1.6;display:inline-block;vertical-align:middle;font-family:var(--head);font-weight:700;background:#fff;color:var(--note);border-radius:5px;padding:0 6px;font-size:12px}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{max-width:1140px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:26px;height:70px}
.brand{display:flex;align-items:center;gap:9px}
.nav .links{display:flex;gap:22px;margin-left:6px;font-size:14.5px;font-weight:700;color:var(--soft)}
.nav .links a.on{color:var(--blue)}
.nav .right{margin-left:auto}
.crumb{font-size:13px;color:var(--muted);padding:22px 0 0}
.crumb a:hover{color:var(--blue)}
/* Header card */
.hcard{background:linear-gradient(135deg,var(--blue-d),var(--blue) 60%,#3f8fe0);color:#fff;border-radius:20px;padding:34px 38px;margin-top:16px;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.hcard:before{content:"";position:absolute;right:-50px;top:-60px;width:230px;height:230px;border-radius:50%;background:rgba(255,255,255,.1)}
.hcard .ex{font-size:12px;letter-spacing:.08em;color:rgba(255,255,255,.85);font-weight:700}
.hcard h1{font-family:var(--head);font-size:34px;font-weight:900;margin:8px 0 4px}
.hcard .en{font-size:13px;color:rgba(255,255,255,.7)}
/* 背景イラスト版ヘッダー（report-bg） */
.hcard.bg{background:linear-gradient(90deg,rgba(11,24,48,.82) 0%,rgba(11,24,48,.55) 42%,rgba(11,24,48,.18) 70%,rgba(11,24,48,0) 100%), url(report-bg.webp) center/cover;min-height:230px}
.hcard.bg:before{display:none}
.hcard .repolabel{display:inline-block;margin-top:8px;font-family:var(--head);font-weight:900;font-size:13.5px;letter-spacing:.1em;color:#fff;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:3px 14px}
@media(max-width:900px){.hcard.bg{background:linear-gradient(180deg,rgba(11,24,48,.72),rgba(11,24,48,.72)),url(report-bg.webp) center/cover}}
.hcard .grid{display:grid;grid-template-columns:repeat(3,auto);gap:44px;margin-top:26px;position:relative}
.kv .l{font-size:14px;color:rgba(255,255,255,.85);font-weight:700}
.kv .v{font-family:var(--head);font-size:28px;font-weight:900;margin-top:4px}
.kv .v small{font-size:15px;font-weight:500;color:rgba(255,255,255,.8)}
.kv .v.lockv{font-size:17px;font-weight:700;color:rgba(255,255,255,.95)}
.kv .v.lockv .nl{background:#fff;color:var(--note);border-radius:5px;padding:0 6px;font-size:12px;font-family:var(--head);margin-right:4px}
.asof{margin:12px 0 0;font-size:12.5px;color:var(--muted);background:var(--bg-alt);border:1px solid var(--line);border-radius:10px;padding:9px 14px}
.asof b{color:var(--soft)}
/* Body */
.body{display:grid;grid-template-columns:220px minmax(0,1fr);gap:44px;padding:38px 0 20px}
.toc{position:sticky;top:92px;align-self:start;font-size:14px}
.toc .tt{font-size:12px;letter-spacing:.06em;color:var(--muted);font-weight:700;margin-bottom:12px}
.toc a{display:block;padding:7px 0 7px 14px;border-left:2px solid var(--line);color:var(--soft)}
.toc a.on{border-color:var(--blue);color:var(--blue-d);font-weight:700}
.toc a.lk{color:var(--note)}
article h2{font-family:var(--head);font-size:23px;font-weight:900;margin:36px 0 14px;padding-bottom:10px;border-bottom:2px solid var(--blue-l)}
article h2:first-child{margin-top:0}
article h3{font-family:var(--head);font-size:17px;font-weight:700;margin:22px 0 8px;color:var(--blue-d)}
article p{margin:12px 0;color:var(--soft)}
article ul,article ol{margin:12px 0 12px 4px;padding-left:22px;color:var(--soft)}
article li{margin:6px 0}
article ol{list-style:decimal}
article ol li::marker{color:var(--blue);font-weight:700}
article strong{color:var(--ink)}
.tbl{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.tbl th{background:var(--blue-l);text-align:left;padding:11px 14px;font-weight:700;font-size:13px;color:var(--blue-d)}
.tbl td{padding:11px 14px;border-top:1px solid var(--line);color:var(--soft)}
.tblwrap{overflow-x:auto;min-width:0;-webkit-overflow-scrolling:touch}
.callout{background:var(--blue-l2);border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:10px;padding:16px 20px;margin:18px 0;color:var(--soft)}
.callout .cl{font-size:12px;font-weight:700;color:var(--blue);letter-spacing:.04em}
/* 株おじの吹き出し */
.summary-talk{display:flex;gap:20px;align-items:flex-start;margin:18px 0 8px}
.summary-talk .avatar{flex:0 0 auto;text-align:center;width:104px}
.summary-talk .avatar .pic{width:96px;height:96px;border-radius:50%;box-shadow:var(--shadow);display:block;margin:0 auto;background:var(--blue-l);object-fit:cover}
.summary-talk .avatar .who{font-family:var(--head);font-weight:700;font-size:12.5px;color:var(--blue-d);margin-top:8px}
.summary-talk .avatar .role{font-size:10.5px;color:var(--muted)}
.summary-talk .bubble{position:relative;background:var(--blue-l2);border:1px solid #dbe8f7;border-radius:16px;padding:16px 22px;flex:1;min-width:0}
.summary-talk .bubble:before{content:"";position:absolute;left:-8px;top:34px;width:15px;height:15px;background:var(--blue-l2);border-left:1px solid #dbe8f7;border-bottom:1px solid #dbe8f7;transform:rotate(45deg)}
.summary-talk .bubble .say{font-family:var(--head);font-weight:700;color:var(--blue-d);font-size:15.5px;margin:0 0 6px}
.summary-talk .bubble p{margin:10px 0}.summary-talk .bubble p:last-child{margin-bottom:0}
/* GATE */
.gate{position:relative;margin:30px 0}
.gate .peek{filter:blur(6px);user-select:none;pointer-events:none;opacity:.7}
.gate .peek h2{border:0}
.gateover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:10px}
.gatebox{background:#fff;border:1px solid rgba(65,201,180,.45);border-radius:18px;box-shadow:0 20px 50px rgba(30,39,52,.16);padding:34px 40px;text-align:center;max-width:560px}
.gatebox .ic{width:56px;height:56px;border-radius:15px;background:#e7f7f3;display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 14px}
.gatebox h3{font-family:var(--head);font-size:21px;font-weight:900;margin-bottom:8px;line-height:1.5}
.gatebox p{font-size:14px;color:var(--muted);margin-bottom:22px}
.gatebox .row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.gatebox .price{font-size:12.5px;color:var(--muted);margin-top:14px}
.morebar{text-align:center;margin:24px 0 6px}
.disc{background:var(--bg-alt);border-top:1px solid var(--line);padding:26px 0}
.disc .box{font-size:11.5px;color:var(--muted);line-height:1.9}
.disc strong{color:var(--soft)}
footer{background:#152030;color:rgba(255,255,255,.5);padding:30px 0;font-size:12px;text-align:center}
@media(max-width:900px){
  .wrap{padding:0 16px}
  .body{grid-template-columns:minmax(0,1fr);gap:0;padding:26px 0 20px}
  .toc{display:none}
  .hcard{padding:24px 20px;border-radius:16px}
  .hcard h1{font-size:26px}
  .hcard .grid{grid-template-columns:1fr 1fr;gap:18px 16px;margin-top:20px}
  .hcard .kv .v{font-size:20px}
  .nav .links{display:none}
  article h2{font-size:21px}
  .summary-talk{flex-direction:column;align-items:center;text-align:center;gap:12px}
  .summary-talk .bubble:before{left:50%;top:-8px;margin-left:-7px;border:0;border-top:1px solid #dbe8f7;border-left:1px solid #dbe8f7}
  .gate .peek{display:none}
  .gateover{position:static;padding:0}
  .gatebox{max-width:none;padding:24px 20px}
  .gatebox h3{font-size:18px}
  .gatebox .row{flex-direction:column}
  .gatebox .row .btn{white-space:nowrap;width:100%}
}
/* 一覧ページ */
.lhead{background:linear-gradient(180deg,var(--blue-l),#fff);padding:40px 0 26px;border-bottom:1px solid var(--line)}
.lhead .en{font-family:var(--head);font-weight:900;font-size:12px;letter-spacing:.16em;color:var(--blue)}
.lhead h1{font-family:var(--head);font-weight:900;font-size:30px;margin-top:6px}
.lhead p{color:var(--muted);font-size:14px;margin-top:8px}
.lbar{position:sticky;top:70px;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);padding:14px 0}
.lsearch{display:flex;align-items:center;gap:8px;background:var(--bg-alt);border:1px solid var(--line);border-radius:999px;padding:10px 16px;font-size:14px;color:var(--muted)}
.lsearch input{border:0;background:transparent;outline:none;flex:1;min-width:0;font-size:16px;font-family:inherit;color:var(--ink)}
.lcount{font-size:13px;color:var(--muted);margin-top:8px}
.lgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:24px 0 50px}
.lcard{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:var(--shadow);transition:.15s}
.lcard:hover{transform:translateY(-3px);border-color:#cfe0f4}
.lcard .t{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.lcard .tk{font-weight:700;font-size:12.5px;color:var(--muted)}
.lcard .bg{font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;background:var(--blue-l);color:var(--blue-d)}
.lcard h3{font-family:var(--head);font-weight:700;font-size:17px;line-height:1.4}
.lcard .m{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:10px;border-top:1px solid var(--line);font-size:12px}
.lcard .lk{color:var(--note);font-weight:700}.lcard .dt{color:var(--muted)}
@media(max-width:900px){.lgrid{grid-template-columns:1fr}.lbar{position:static}.lhead{padding:30px 0 20px}.lsearch{padding:11px 14px}}
/* テーマページ */
.t2head{background:linear-gradient(135deg,var(--blue-d),var(--blue) 60%,#3f8fe0);color:#fff;border-radius:20px;padding:30px 34px;margin-top:16px;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.t2head:before{content:"";position:absolute;right:-40px;top:-50px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.1)}
.t2head h1{font-family:var(--head);font-weight:900;font-size:28px;margin:6px 0 10px;position:relative}
.t2head p{color:rgba(255,255,255,.9);font-size:14px;max-width:60em;position:relative}
.t2head .tags{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;position:relative}
.t2head .tag{font-size:12px;font-weight:700;background:rgba(255,255,255,.16);border-radius:999px;padding:4px 12px}
.tbody{padding:28px 0 4px}
.tbody h2{font-family:var(--head);font-weight:900;font-size:21px;margin:24px 0 12px;padding-bottom:8px;border-bottom:2px solid var(--blue-l)}
.tbody h3{font-family:var(--head);font-weight:700;font-size:16px;color:var(--blue-d);margin:18px 0 8px}
.tbody p{color:var(--soft);margin:12px 0}.tbody ul,.tbody ol{margin:12px 0 12px 4px;padding-left:22px;color:var(--soft)}.tbody ol{list-style:decimal}.tbody li{margin:6px 0}.tbody strong{color:var(--ink)}
.tcat{margin:22px 0}
.tcat .cn{font-family:var(--head);font-weight:900;font-size:17px;display:flex;align-items:center;gap:10px}
.tcat .cn .no{width:26px;height:26px;border-radius:8px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px}
.tcat .cd{font-size:13px;color:var(--muted);margin:6px 0 12px}
.tchips{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.tchip{border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:#fff;display:flex;align-items:center;gap:12px;transition:.15s}
.tchip:hover{border-color:#cfe0f4;box-shadow:var(--shadow)}
.tchip .cc{font-family:var(--head);font-weight:900;font-size:13px;color:var(--blue-d);background:var(--blue-l);border-radius:8px;padding:6px 8px;min-width:52px;text-align:center}
.tchip .cn2{font-family:var(--head);font-weight:700;font-size:14px}
.tchip .arw{margin-left:auto;color:var(--muted)}
@media(max-width:900px){.tchips{grid-template-columns:1fr}}
