@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap");:root{--bg:#FFFFFF;--bg-sub:#FAFAFA;--bg-card:#F9FAFB;--border:#F3F4F6;--border-strong:#E5E7EB;--text:#111827;--text-sub:#374151;--text-muted:#9CA3AF;--text-dim:#6B7280;--green:#10B981;--green-light:#ECFDF5;--green-dark:#059669;--red:#EF4444;--red-light:#FEF2F2;--gold:#F59E0B;--gold-light:#FEF3C7;--indigo:#4F46E5;--safe-bottom:env(safe-area-inset-bottom,0px)}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Noto Sans JP,Helvetica Neue,Hiragino Sans,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}body{min-height:100dvh;overflow-x:hidden;padding-bottom:calc(68px + var(--safe-bottom))}::-webkit-scrollbar{display:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .4s ease-out both}.fade-up-1{animation:fadeUp .4s ease-out .05s both}.fade-up-2{animation:fadeUp .4s ease-out .1s both}.fade-up-3{animation:fadeUp .4s ease-out .15s both}.fade-up-4{animation:fadeUp .4s ease-out .2s both}