:root{--yellow:#F8B62D;--yellow-soft:#FDF3DC;--blue:#1451E8;--blue-dark:#0D3AAD;--blue-soft:#EDF2FE;--ink:#16181D;--paper:#FFFFFF;--bg-gray:#F5F7FA;--line:#E2E6ED;--gray:#767E8C;--ease-spring:cubic-bezier(.34,1.56,.64,1);--ease-out:cubic-bezier(.22,1,.36,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Noto Sans JP,sans-serif;color:var(--ink);background:var(--paper);overflow-x:hidden;line-height:1.9;font-feature-settings:"palt"}img{max-width:100%;display:block}a{color:inherit}#intro{position:fixed;inset:0;background:var(--paper);z-index:99;display:flex;align-items:center;justify-content:center;transition:opacity .6s,visibility .6s}#intro.done{opacity:0;visibility:hidden}#intro svg{width:100px;overflow:visible}#intro .sym-fill{transform-origin:50% 60%;animation:pop 1.1s var(--ease-spring) .55s both}#intro .sym-stroke{stroke-dasharray:600;stroke-dashoffset:600;animation:draw 1.1s ease-out .15s forwards}@keyframes draw{to{stroke-dashoffset:0}}@keyframes pop{0%{opacity:0;transform:scale(0) rotate(-25deg)}to{opacity:1;transform:scale(1) rotate(0)}}header.site{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:18px 36px;transition:background .3s,box-shadow .3s}header.site.scrolled{background:#faf8f2f0;box-shadow:0 1px #00000012;backdrop-filter:blur(8px)}.logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:17px;text-decoration:none;letter-spacing:.04em}.logo svg{width:24px;transition:transform .5s var(--ease-spring)}.logo img{width:210px;height:auto;transition:transform .4s var(--ease-spring)}.logo:hover svg{transform:rotate(-12deg) scale(1.15)}.logo:hover img{transform:scale(1.04)}nav.g{display:flex;gap:30px;align-items:center;font-size:13px;font-weight:700;letter-spacing:.06em}nav.g a{text-decoration:none;position:relative}nav.g a:not(.magnet):after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:var(--yellow);transform:scaleX(0);transform-origin:right;transition:transform .3s}nav.g a:not(.magnet):hover:after{transform:scaleX(1);transform-origin:left}#menu-btn{display:none}@media(max-width:820px){nav.g{display:none;position:fixed;inset:0;background:var(--paper);flex-direction:column;justify-content:center;font-size:19px;gap:32px}nav.g.open{display:flex}#menu-btn{display:block;z-index:60;background:none;border:none;font-size:24px;cursor:pointer}}.magnet{display:inline-block;background:var(--ink);color:#fff;font-weight:700;font-size:15px;letter-spacing:.08em;padding:18px 52px;border-radius:999px;text-decoration:none;position:relative;overflow:hidden;transition:transform .2s ease-out;will-change:transform}.magnet span{position:relative;z-index:2;transition:color .25s}.magnet:before{content:"";position:absolute;inset:0;background:var(--yellow);border-radius:999px;transform:translateY(101%);transition:transform .35s var(--ease-out)}.magnet:hover:before{transform:translateY(0)}.magnet:hover span{color:var(--ink)}.magnet.sm{padding:12px 30px;font-size:13px}.magnet.blue{background:var(--blue)}.magnet.blue:before{background:var(--ink)}.magnet.blue:hover span{color:#fff}.marker{background:linear-gradient(transparent 62%,var(--yellow) 62%,var(--yellow) 94%,transparent 94%);background-size:0% 100%;background-repeat:no-repeat;transition:background-size .7s var(--ease-out) .3s}.on .marker,.marker.on{background-size:100% 100%}.section{max-width:1120px;margin:0 auto;padding:130px 28px 0}.sec-head{display:flex;align-items:baseline;gap:22px;border-top:1px solid var(--ink);padding-top:22px;margin-bottom:64px}.sec-head .en{font-size:12px;font-weight:900;letter-spacing:.3em;white-space:nowrap}.sec-head .en:before{content:"";display:inline-block;width:9px;height:9px;background:var(--yellow);border-radius:50%;margin-right:10px}.sec-head h2{font-size:clamp(25px,3.4vw,40px);font-weight:900;line-height:1.6;letter-spacing:.02em}.sec-head .lead-r{margin-left:auto;max-width:320px;font-size:13px;color:var(--gray);line-height:2}@media(max-width:820px){.sec-head{flex-direction:column;gap:10px}.sec-head .lead-r{margin-left:0;max-width:none}}.reveal{opacity:0;transform:translateY(42px);transition:opacity .9s ease,transform .9s var(--ease-out)}.reveal.on{opacity:1;transform:none}.marquee{background:var(--ink);color:var(--paper);overflow:hidden;padding:16px 0;margin-top:120px}.marquee .track{display:flex;gap:56px;white-space:nowrap;font-weight:900;font-size:22px;letter-spacing:.06em;animation:scroll 22s linear infinite;will-change:transform}.marquee .y{color:var(--yellow)}@keyframes scroll{to{transform:translate(-50%)}}#cursor{position:fixed;width:12px;height:12px;border-radius:50%;background:var(--yellow);pointer-events:none;z-index:98;transform:translate(-50%,-50%);transition:width .25s,height .25s;mix-blend-mode:multiply;opacity:.9}#cursor.grow{width:48px;height:48px}@media(hover:none){#cursor{display:none}}footer.site{background:var(--ink);color:#faf8f2cc;padding:80px 28px 44px;font-size:14px;margin-top:0}footer.site .inner{max-width:1120px;margin:0 auto;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}footer.site a{color:inherit;text-decoration:none}footer.site a:hover{color:var(--yellow)}footer.site .links{display:flex;gap:24px;flex-wrap:wrap;font-size:13px}footer.site .copy{margin-top:44px;text-align:center;font-size:12px;color:#faf8f259}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}.lp-nav[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:900}.lp-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{text-decoration:none;position:relative}.lp-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga] small[data-astro-cid-5hce7sga]{font-size:10px;color:var(--gray);display:block;line-height:1;font-weight:700;letter-spacing:.06em}.lp-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:not(.magnet):after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:3px;background:var(--yellow);border-radius:2px;transform:scaleX(0);transform-origin:right;transition:transform .3s}.lp-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:not(.magnet):hover:after{transform:scaleX(1);transform-origin:left}header[data-astro-cid-5hce7sga].site.lp{padding:14px 32px}#menuBtn[data-astro-cid-5hce7sga]{margin-left:18px;width:44px;height:44px;border-radius:12px;border:1.5px solid var(--ink);background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;transition:background .2s}#menuBtn[data-astro-cid-5hce7sga]:hover{background:var(--yellow)}#menuBtn[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]{display:block;width:18px;height:2px;background:var(--ink);border-radius:2px;transition:transform .3s}body.menu-open #menuBtn[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]:first-child{transform:translateY(4px) rotate(45deg)}body.menu-open #menuBtn[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]:last-child{transform:translateY(-4px) rotate(-45deg)}#siteMenu[data-astro-cid-5hce7sga]{position:fixed;inset:0;background:#fffdf7f8;backdrop-filter:blur(10px);z-index:49;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .35s,visibility .35s}body.menu-open #siteMenu[data-astro-cid-5hce7sga]{opacity:1;visibility:visible}#siteMenu[data-astro-cid-5hce7sga] nav[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;gap:22px;text-align:center}#siteMenu[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{font-size:clamp(20px,3vw,28px);font-weight:900;text-decoration:none;color:var(--ink);opacity:0;transform:translateY(16px);transition:opacity .4s,transform .4s}body.menu-open #siteMenu[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{opacity:1;transform:none}#siteMenu[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:#b8860b}#siteMenu[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga].menu-sub{font-size:14px;color:var(--gray);font-weight:700}@media(max-width:960px){.lp-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:not(.magnet){display:none}.logo[data-astro-cid-5hce7sga] img[data-astro-cid-5hce7sga]{width:170px}}
