@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap');
:root{--ink:#080808;--red:#c40018;--paper:#fff;--muted:#f3f3f3;--line:#d3d3d3;--text-muted:#555;color-scheme:light}
html{scroll-padding-top:24px}body{font-family:'Noto Sans JP','Yu Gothic',Meiryo,sans-serif;background:var(--paper);color:var(--ink);font-size:16px;line-height:1.85;overflow-wrap:anywhere}h1,h2,h3,h4{font-weight:900;line-height:1.4;letter-spacing:-.035em}a{text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}button,a,input{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--red);outline-offset:5px}::selection{background:var(--red);color:#fff}strong{font-weight:800}small{font-size:.8em}.cp-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.cp-note,.cp-empty-note{color:var(--text-muted);font-size:14px}.cp-empty-note{padding:24px 0}.cp-text-link{display:inline-flex;min-height:44px;align-items:center;gap:16px;font-weight:700;text-decoration:underline;text-underline-offset:5px}
@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
