.loader{position:fixed;left:0;top:0;height:100%;width:100%;z-index:500;background-color:var(--black);color:var(--white);display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:256px}.loader-information{position:fixed;left:0;bottom:0;width:100%;z-index:1000;color:var(--white);display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:20vh;padding-bottom:32px}.center{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto}.loading{position:fixed;bottom:32px}.y-20{transform:translateY(20px)}.opacity-0{opacity:0}.sound-bar{width:12px;height:12px;display:flex;align-items:end;justify-content:space-between}.bar{width:1px;height:2px;border-radius:50%;animation-name:sound;animation-duration:3s;animation-timing-function:linear;animation-iteration-count:infinite}.bar.paused{animation:none}.bg-gold{background:var(--gold-secondary)}.animation-delay-500{animation-delay:.5s}.animation-delay-900{animation-delay:.9s}@keyframes sound{0%{height:2px}50%{height:12px}to{height:2px}}.scroll-line-container{position:fixed;bottom:32px;left:50%}.animated-scroll-line{width:1px;height:60px;background-color:var(--gold-secondary);transform-origin:top;transform:scaleY(0);will-change:transform;z-index:1}.color-choice{width:32px;height:32px}.bg-black{background-color:var(--black)}.active{border:1.5px solid var(--gold-secondary)}.bg-blue{background-color:#00f}.bg-white{background-color:var(--white);border:1px solid var(--black)}.bg-red{background-color:red}.bg-purple{background-color:purple}.cta{position:relative;padding:8px 32px 8px 57px;color:var(--black);display:flex;align-items:center;justify-content:center}.cta.hover:before,.cta.hover:after{height:100%}.hover .horizontal-border{width:100%}.cta:before,.cta:after,.horizontal-border{content:"";position:absolute;background-color:var(--red-cta);will-change:width,height;transition:.9s ease-in-out}.cta:before,.cta:after{width:1px;height:24px}.cta:before{transform-origin:bottom}.cta:after{transform-origin:top}.horizontal-border{width:24px;height:1px}.horizontal-border.left{transform-origin:left}.horizontal-border.right{transform-origin:right}.cta:before,.horizontal-border.left{bottom:0;left:0}.cta:after,.horizontal-border.right{top:0;right:0}.hidden{opacity:0}.full-page{position:relative;top:0;left:0;width:100%;height:100vh;z-index:100;overflow:hidden}.full-page-child{position:fixed;width:100%;height:100%;object-fit:cover}.skip{position:absolute;top:32px;right:32px}@font-face{font-family:Melodrama;src:url(/fonts/Melodrama_Complete/Fonts/Melodrama-Variable.ttf) format("truetype");font-weight:300 700;font-display:swap;font-style:normal}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}:root{--white: #ffffff;--black: #000000;--gold-secondary: #d4ad49;--difference-gold-secondary: #2b52b6;--red-cta: #bb1616;--logo-anto-header: "#000";--logo-header: #000000}*{margin:0;padding:0;list-style-type:none}html,body,#root{width:100%;height:100%}body{background-color:var(--white);color:var(--black);font-family:Noto Sans JP,sans-serif}canvas{position:fixed;top:0;left:0;z-index:-1}.container{width:100%;display:grid;grid-template-columns:repeat(12,1fr)}.bg-black{background-color:var(--black);color:var(--white)}.white-text{color:var(--white)}.w-fit-c{width:fit-content}.w-max-c{width:max-content}.h-100vh{height:100vh}.h-200vh{height:200vh}.h-300vh{height:300vh}.flex,.container.flex{display:flex}.grid{display:grid}@media screen and (min-width: 780px){.ls-flex{display:flex}}@media screen and (min-width: 960px){.l-ls-flex{display:flex}}.underline{text-decoration:underline;text-underline-offset:2px}.no-underline{text-decoration:none}h1,h2{font-family:Melodrama;font-weight:300}.meta{font-weight:300}.header-text,.footer-link{font-weight:350}.body{font-weight:400}.button{font-weight:500}h1{font-size:calc(62px + (100 - 62) * ((100vw - 320px) / (1440 - 320)))}h2{font-size:calc(44px + (56 - 44) * ((100vw - 320px) / (1440 - 320)))}h3{font-size:24px;font-weight:300}.body,.button,.footer-link{font-size:calc(14px + (18 - 14) * ((100vw - 320px) / (1440 - 320)));line-height:calc(22.4px + (28.8 - 22.4) * ((100vw - 320px) / (1440 - 320)));font-family:Noto Sans JP,sans-serif}.meta,.header-text{font-size:calc(12px + (14 - 12) * ((100vw - 320px) / (1440 - 320)));line-height:22.4px}.kanji{font-family:Noto Sans JP,sans-serif}.gold-text{color:var(--gold-secondary)}.rounded{border-radius:50%}.border-bottom{border-bottom:1px solid var(--white)}button{border:none;background-color:transparent;cursor:pointer}.mix-blend-diff{mix-blend-mode:difference}.pointer{cursor:pointer}.cursor{position:fixed;top:0;left:0;width:50px;height:50px;z-index:1000;border-radius:50%;border:1px solid var(--white);will-change:transform;pointer-events:none;transition:opacity .5s;opacity:.7}.cursor.gold-border{border:1px solid var(--gold-secondary)}.cursor.fade-out{opacity:0}.cursor-text{font-size:12px;white-space:nowrap;color:var(--white);position:absolute;bottom:-22px;left:50%;transform:translate(-50%);opacity:0;will-change:opacity}.cursor-text.fade-in{animation:skipTextFadeIn .8s ease-in-out .2s 1 forwards}@keyframes skipTextFadeIn{0%{opacity:0}to{opacity:1}}.key-cursor{position:fixed;top:0;left:0;z-index:1000;will-change:transform;pointer-events:none}@media screen and (min-width: 780px){*{cursor:none}}.hold-click-fill{display:block;background-color:var(--gold-secondary);width:100%;height:100%;border-radius:50%;clip-path:circle(0% at 50%);will-change:clip-path;opacity:.7}.cg-8{column-gap:8px}.cg-16{column-gap:16px}.cg-24{column-gap:24px}.cg-32{column-gap:32px}.rg-8{row-gap:8px}.rg-24{row-gap:24px}.rg-64{row-gap:64px}.rg-sm-16-ls-32{row-gap:16px}.rg-sm-96-ls-256{row-gap:96px}@media screen and (min-width: 780px){.rg-sm-16-ls-32{row-gap:32px}.rg-sm-96-ls-256{row-gap:256px}}.aic{align-items:center}.aie{align-items:end}.jc-fe{justify-content:flex-end}.jcc{justify-content:center}.ase{align-self:end}.relative{position:relative}.sticky{top:0;position:sticky;height:fit-content}.fixed{position:fixed}.z-index-10{z-index:10}.z-index-100{z-index:100}.gc-f{grid-column:1/13}.gc-2{grid-column:2}.gc-9-12{grid-column:9/12}.gc-11{grid-column:11}.gc-sm-2-9-ls-9-13,.gc-sm-2-9-ls-2-5,.gc-sm-2-9-ls-7-11,.gc-2-9{grid-column:2/9}.gc-sm-2-12-ls-4-7,.gc-sm-2-12-ls-8-12{grid-column:2/12}@media screen and (min-width: 780px){.gc-sm-2-9-ls-9-13{grid-column:9/13}.gc-sm-2-9-ls-2-5{grid-column:2/5}.gc-sm-2-9-ls-7-11{grid-column:7/11}.gc-sm-2-12-ls-4-7{grid-column:4/7}.gc-sm-2-12-ls-8-12{grid-column:8/12}}.pt-32{padding-top:32px}.pt-192-320{padding-top:192px}.pt-96-256{padding-top:96px}@media screen and (min-width: 780px){.pt-192-320{padding-top:320px}.pt-96-256{padding-top:256px}}.pb-8{padding-bottom:8px}.pb-16{padding-bottom:16px}.pb-24{padding-bottom:24px}.pb-32{padding-bottom:32px}.pb-64{padding-bottom:64px}.mt-256{margin-top:256px}.mb-8{margin-bottom:8px}.mb-sm-32-ls-64{margin-bottom:32px}@media screen and (min-width: 780px){.mb-sm-32-ls-64{margin-bottom:64px}}.mb-256{margin-bottom:256px}.max-w-90{max-width:90%}.hover-underline-from-center{position:relative}.hover-underline-from-center:after{content:"";position:absolute;bottom:-2px;left:0;height:1px;width:100%;will-change:transform;transform:scaleX(0);transform-origin:center center;transition:.7s ease-in-out}.hover-underline-from-center.white:after{background-color:var(--white)}.hover-underline-from-center.gold:after{background-color:var(--gold-secondary)}.hover-underline-from-center.red:after{background-color:var(--red-cta)}.hover-underline-from-center.gold-diff:after{background-color:var(--difference-gold-secondary)}.hover-underline-from-center:hover:after{transform:scaleX(1)}.hover-text-gold{transition:.9s ease-in-out}.hover-text-gold:hover{color:var(--gold-secondary)}.fade-in-text-reveal{opacity:0;transform:translateY(80px)}
