@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap";
:root{--primary-color:#0056b3;--primary-light:#e6f0fa;--secondary-color:#f8f9fa;--text-color:#333;--text-light:#666;--bg-color:#fff;--bg-gradient:linear-gradient(135deg, #fdfdfd 0%, #f4f6fa 100%);--accent-gold:#d9b420;--shadow-sm:0 4px 6px #0000000d;--shadow-md:0 10px 15px #0000000d;--shadow-lg:0 20px 25px #0000000d;--border-radius:12px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--text-color);background:var(--bg-color);scroll-behavior:smooth;font-family:Noto Sans JP,Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .3s}a:hover{color:var(--primary-color)}h1,h2,h3,h4,h5,h6{font-family:Noto Sans JP,Inter,sans-serif;font-weight:700}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}
