:root{--bg:#fbfaf7;--surface:#fff;--ink:#243653;--muted:#68758b;--line:rgba(67,87,119,.18);--blue:#8fb5ec;--mint:#b7dbc8;--rose:#efb4c1;--shadow:0 18px 48px rgba(76,91,125,.09);font-family:Inter,"Noto Sans JP",system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:radial-gradient(circle at 8% 0,rgba(143,181,236,.24),transparent 30rem),radial-gradient(circle at 95% 12%,rgba(239,180,193,.16),transparent 28rem),var(--bg);font-size:16px;line-height:1.7}a{color:inherit}button,input,select{font:inherit;min-height:44px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,[tabindex="-1"]:focus-visible{outline:3px solid #1d63aa;outline-offset:3px}.skip{position:fixed;top:8px;left:8px;z-index:1000;padding:11px 15px;border-radius:10px;background:var(--ink);color:#fff;transform:translateY(-150%)}.skip:focus{transform:translateY(0)}header{position:sticky;top:0;z-index:40;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:12px max(16px,calc((100% - 1180px)/2));border-bottom:1px solid var(--line);background:rgba(251,250,247,.94);backdrop-filter:blur(18px)}.brand{font-weight:900;text-decoration:none}.brand span{color:#648fc9}nav{display:flex;flex-wrap:wrap;gap:4px}nav a{display:inline-flex;min-height:44px;align-items:center;padding:8px 11px;border-radius:999px;color:var(--muted);text-decoration:none;font-weight:800}main{width:min(1180px,calc(100% - 28px));margin:auto;padding:52px 0}.hero{display:grid;grid-template-columns:1.35fr .65fr;gap:24px;align-items:end}.eyebrow{margin:0 0 8px;color:#5577a3;font-size:12px;font-weight:900;letter-spacing:.12em}h1{margin:0;max-width:15ch;font-size:clamp(45px,7vw,80px);line-height:.98;letter-spacing:-.06em}.hero>div>p:last-child{max-width:740px;color:var(--muted);font-size:17px}.hero aside,.filters,.recommendation-note,.card,.state{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.92);box-shadow:var(--shadow)}.hero aside{display:grid;gap:8px;padding:20px}.hero aside strong{font-size:20px}.hero aside span{color:var(--muted)}.hero aside a{display:inline-flex;min-height:44px;align-items:center;font-weight:800}.filters{position:sticky;top:76px;z-index:30;margin-top:28px;padding:17px;background:rgba(251,250,247,.95);backdrop-filter:blur(18px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:12px}.section-heading h2{margin:0;font-size:30px}.section-heading>p{margin:0;color:var(--muted)}.section-heading button,.filters>button,#more,.recommendation-note button{padding:8px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);cursor:pointer;font-weight:800}.filter-grid{display:grid;grid-template-columns:.7fr 1.6fr 1fr 1fr;gap:10px}.filter-grid label{display:grid;gap:5px;color:var(--muted);font-size:12px;font-weight:800}.filter-grid input,.filter-grid select{width:100%;min-width:0;padding:9px 11px;border:1px solid var(--line);border-radius:10px;background:#fff}.preference{display:flex;min-height:54px;align-items:center;gap:10px;margin-top:12px;padding:10px;border-radius:12px;background:#f3f6f9;cursor:pointer}.preference input{width:20px;height:20px;accent-color:#5577a3}.preference span{display:grid}.preference small{color:var(--muted)}.active{display:flex;flex-wrap:wrap;gap:6px;min-height:34px;margin-top:10px}.chip{display:inline-flex;min-height:30px;align-items:center;padding:4px 9px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:12px;font-weight:800}.recommendation-note{display:flex;align-items:center;gap:14px;margin:18px 0;padding:16px}.recommendation-note h2{margin:0;font-size:20px}.recommendation-note p{flex:1;margin:0;color:var(--muted)}.recommendation-note button[aria-pressed="true"]{background:var(--ink);color:#fff}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.card{overflow:hidden}.card-link{display:block;height:100%;text-decoration:none}.image-wrap{position:relative;aspect-ratio:16/9;background:linear-gradient(135deg,#eaf1fb,#eaf7f0);overflow:hidden}.image-wrap img{width:100%;height:100%;display:block;object-fit:cover}.image-fallback{position:absolute;inset:0;display:grid;place-items:center;color:#58729a;font-weight:900;z-index:-1}.card-body{padding:15px}.card-year{margin:0;color:#5577a3;font-size:12px;font-weight:900}.card h3{margin:6px 0;font-size:19px;line-height:1.4}.tags{display:flex;flex-wrap:wrap;gap:5px}.tag{display:inline-flex;min-height:26px;align-items:center;padding:3px 7px;border-radius:999px;background:#f1f4f8;color:#52627a;font-size:11px;font-weight:800}.meta,.reason{margin:8px 0 0;color:var(--muted);font-size:13px}.reason{padding:8px;border-radius:9px;background:#eaf7f0;color:#36576a}.state{padding:38px;text-align:center;color:var(--muted)}.error{color:#8b3d4b;border-color:#d4a0aa}#more{display:block;min-width:min(300px,100%);margin:18px auto 0}footer{width:min(1180px,calc(100% - 28px));margin:auto;padding:22px 0;border-top:1px solid var(--line);color:var(--muted)}[hidden]{display:none!important}@media(max-width:940px){.hero{grid-template-columns:1fr}.filter-grid{grid-template-columns:1fr 1fr}.grid{grid-template-columns:1fr 1fr}.filters{position:static}.recommendation-note{align-items:flex-start;flex-wrap:wrap}}@media(max-width:620px){header{position:static;align-items:flex-start;flex-direction:column}nav{width:100%;overflow-x:auto;flex-wrap:nowrap}nav a{flex:0 0 auto}main{width:min(100% - 18px,1180px);padding-top:34px}h1{font-size:45px}.filter-grid,.grid{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}.recommendation-note{display:grid}.recommendation-note button{width:100%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
