@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css";@import"https://fonts.googleapis.com/css2?family=Anton&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap";:root{--bg: #0d0d0d;--surface: #161616;--surface-2: #1f1f1f;--ink: #f5f5f5;--secondary: #b6b6b6;--muted: #8a8a8a;--yellow: #ffe600;--violet: #7c5cff;--pink: #ff4d6d;--cyan: #00e0c7;--border-subtle: rgba(255, 255, 255, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--ink);font-family:Pretendard Variable,Pretendard,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;word-break:keep-all;-webkit-font-smoothing:antialiased}html[lang=ja] body{font-family:Noto Sans JP,Pretendard Variable,ui-sans-serif,system-ui,sans-serif;word-break:normal;line-break:strict}html[lang=ja] .display{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-weight:700;word-break:normal}html[lang=ja] #top h1>span:last-child{white-space:nowrap;font-size:clamp(2rem,9vw,3.75rem)}body:after{content:"";position:fixed;inset:0;z-index:60;pointer-events:none;opacity:.045;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px}::-moz-selection{background:var(--yellow);color:#0d0d0d}::selection{background:var(--yellow);color:#0d0d0d}.container-rh{margin-left:auto;margin-right:auto;width:100%;max-width:72rem;padding-left:1.25rem;padding-right:1.25rem}@media(min-width:640px){.container-rh{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.container-rh{padding-left:2.5rem;padding-right:2.5rem}}.section-rh{padding-top:5rem;padding-bottom:5rem}@media(min-width:640px){.section-rh{padding-top:6rem;padding-bottom:6rem}}@media(min-width:1024px){.section-rh{padding-top:7rem;padding-bottom:7rem}}.display{font-family:Anton,Noto Sans JP,Pretendard Variable,sans-serif;font-weight:400;letter-spacing:.005em;line-height:1;text-transform:uppercase}.eyebrow{font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.34em;color:var(--muted)}.card-rh{border-radius:1rem;border:1px solid rgba(255,255,255,.1);background-color:var(--surface)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;background-color:var(--violet);padding:.75rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:800;letter-spacing:-.025em;color:#000;box-shadow:4px 4px 0 0 var(--ink);transition:transform .12s ease,box-shadow .12s ease}.btn-primary:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 0 var(--ink)}.btn-primary:active{transform:translate(4px,4px);box-shadow:0 0 0 0 var(--ink)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;border:1px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;color:#fff;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.btn-ghost:hover{border-color:var(--violet);color:var(--violet)}.chip{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;border:1px solid rgba(255,255,255,.15);background-color:#ffffff0a;padding:.375rem .875rem;font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--secondary)}.card-pop{border-radius:1rem;border:1px solid rgba(255,255,255,.1);background-color:var(--surface);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card-pop:hover{border-color:var(--violet);transform:translate(-3px,-3px);box-shadow:6px 6px 0 0 var(--yellow)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}.marquee{display:flex;width:-moz-max-content;width:max-content;animation:marquee 32s linear infinite}.floaty{animation:floaty 6s ease-in-out infinite}.split-piece{display:inline-block;animation:rise .7s cubic-bezier(.22,1,.36,1) both}.load-in{animation:rise .7s cubic-bezier(.22,1,.36,1) both}@keyframes marquee{to{transform:translate(-50%)}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes rise{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{transition:none;opacity:1;transform:none}.marquee,.floaty{animation:none}.split-piece,.load-in{animation:none;opacity:1;transform:none}}.notice-dialog{padding:0;border:0;background:transparent;width:100%;max-width:min(42rem,calc(100vw - 2rem));color:var(--ink)}.notice-dialog::backdrop{background:#000000b8;backdrop-filter:blur(3px)}.notice-dialog[open]{animation:notice-in .28s cubic-bezier(.22,1,.36,1)}.notice-dialog[open]::backdrop{animation:notice-fade .28s ease}.notice-shell{display:flex;flex-direction:column;max-height:85dvh;overflow:hidden;border-radius:1rem;border:1px solid rgba(255,255,255,.12);background:var(--surface);box-shadow:6px 6px 0 0 var(--yellow)}.notice-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem 1.5rem 1.125rem;border-bottom:1px solid rgba(255,255,255,.1)}.notice-x{display:grid;place-items:center;flex-shrink:0;height:2.25rem;width:2.25rem;border-radius:9999px;border:1px solid rgba(255,255,255,.15);color:#fffc;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.notice-x:hover{border-color:var(--violet);background:var(--violet);color:var(--bg)}.notice-x:focus-visible,.notice-body:focus-visible,.notice-dismiss input:focus-visible{outline:2px solid var(--violet);outline-offset:2px}.notice-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:1.5rem}.notice-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);background:var(--surface)}.notice-dismiss{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.8125rem;color:var(--muted);-webkit-user-select:none;-moz-user-select:none;user-select:none}.notice-dismiss:hover{color:var(--secondary)}.notice-dismiss input{height:1rem;width:1rem;cursor:pointer;accent-color:var(--violet)}.notice-prose{font-size:.9375rem;line-height:1.75;color:var(--secondary)}.notice-prose>:first-child{margin-top:0}.notice-prose h2{margin:2rem 0 .875rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1);font-size:1rem;font-weight:700;color:var(--ink)}.notice-prose h3{margin:1.5rem 0 .625rem;font-size:.9375rem;font-weight:600;color:var(--ink)}.notice-prose p{margin:0 0 .875rem}.notice-prose ul,.notice-prose ol{margin:.75rem 0 1rem 1.5rem;padding-left:0}.notice-prose ul{list-style:disc}.notice-prose ol{list-style:decimal}.notice-prose ul ul{margin-top:.25rem;margin-bottom:.25rem;list-style:circle}.notice-prose li{margin-bottom:.375rem}.notice-prose strong{font-weight:600;color:var(--ink)}.notice-prose a{color:var(--violet);text-decoration:underline}.notice-prose hr{margin:1.75rem 0;border:0;border-top:1px solid rgba(255,255,255,.1)}.notice-prose table{width:100%;table-layout:fixed;margin:1rem 0 1.5rem;border-collapse:collapse;font-size:.875rem}.notice-prose th,.notice-prose td{border:1px solid rgba(255,255,255,.12);padding:.5rem .75rem;text-align:left;vertical-align:top;overflow-wrap:anywhere}.notice-prose th{background:var(--surface-2);font-weight:600;color:var(--ink)}.notice-prose th:first-child,.notice-prose td:first-child{width:7rem;white-space:nowrap}.notice-prose td:first-child{color:var(--muted)}@keyframes notice-in{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}@keyframes notice-fade{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.notice-dialog[open],.notice-dialog[open]::backdrop{animation:none}}
