:root{--pixel-font:var(--font-pixel-dos), var(--font-pixel-7), monospace}main{width:100%;height:100vh;position:relative;overflow:hidden}.hello{width:100%;font-family:var(--pixel-font);background-color:#000;position:relative;top:-6vh}.hello span{white-space:nowrap;color:#050505;margin:0 50px;font-size:100px}.hello li{--parallax-x:0px;--parallax-y:0px;transform:translate(var(--parallax-x)) (var(--parallax-y));transition:transform .2s linear;position:relative}@keyframes titleFadeIn{0%{opacity:0;text-shadow:0 0 5px #fffc,0 0 10px #ffffff80,0 0 50px #ffffff9a}to{opacity:1;text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 50px #fff}}@keyframes titleFadeIn2{0%{opacity:1;text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 50px #fff}to{opacity:1;text-shadow:0 0 5px #fffc,0 0 10px #ffffff80,0 0 50px #ffffff9a}}.hello ul li:nth-child(5) span:nth-child(2){color:#fff;text-shadow:0 0 5px #fffc,0 0 10px #ffffff80,0 0 50px #ffffff9a;--counter-x:0px;--counter-y:0px;transform:translate(var(--counter-x), var(--counter-y));animation:1.2s cubic-bezier(1,.01,1,.23) titleFadeIn,1.5s ease-out 1.2s titleFadeIn2;display:inline-block;filter:blur()!important}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px) translate(var(--parallax-x), var(--parallax-y))}to{opacity:1;transform:translateX(0px) translate(var(--parallax-x), var(--parallax-y))}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px) translate(var(--parallax-x), var(--parallax-y))}to{opacity:1;transform:translateX(0px) translate(var(--parallax-x), var(--parallax-y))}}.hello ul li:nth-child(odd):not(:nth-child(5)){opacity:0;animation:3s ease-out forwards slideInLeft}.hello ul li:nth-child(2n){opacity:0;animation:3s ease-out forwards slideInRight}.hello ul li:nth-child(5){white-space:nowrap;opacity:1;animation:none}.hello>ul>li:nth-child(5)>span:not(:nth-child(2)){filter:blur(1px);opacity:0;animation:3s ease-out forwards slideInLeft;display:inline-block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}a.more_btn{text-align:right;color:#ffffff80;z-index:999;backdrop-filter:blur(2px);border:1px solid #000;padding:12px 15px 13px 20px;font-size:32px;line-height:32px;animation:.5s cubic-bezier(.25,.46,.45,.94) .8s both fadeInUp;position:fixed;bottom:32px;left:32px;box-shadow:0 0 0 1px #ffffff80,0 0 5px #ffffff60,0 0 10px #ffffff40,0 0 50px #ffffff37}a.more_btn:hover{background:#fff;border:1px solid #000;border-radius:28px;box-shadow:0 0 0 1px #fff,0 0 5px #fffc,0 0 10px #ffffff80,0 0 50px #ffffff9a;color:#000!important;opacity:1!important}.more_container{color:#333;z-index:100;clip-path:circle(0% at 104.758px 821.5px);background-color:#ccc;width:100%;height:100%;padding:32px;display:flex;position:fixed;top:0;left:0}.more_page{position:absolute}.more_page h1{font-size:100px;font-family:var(--pixel-font)}.more_menu li a{letter-spacing:-10px;color:#aaa;transform-origin:5px;font-size:60px;font-weight:700;display:inline-block;transform:scaleX(3)}.more_menu li a:hover{color:#ff284f}@keyframes cursorAnimation{0%{opacity:1}50%{opacity:0}to{opacity:1}}#more_info{border:1px solid #000;width:calc(100vw - 224px);min-height:60px;padding:0 0 0 20px;font-size:20px;display:block;position:fixed;bottom:32px;right:32px}#more_info_content{display:inline-block}#more_info_content:after{content:"";background-color:#000;border-radius:.5px;width:2px;height:20px;animation:1s cubic-bezier(0,1,0,1) 1.5s infinite cursorAnimation;display:inline-block;position:relative;bottom:-4px}@media (width<=768px),(height<=800px){.hello{justify-content:center;align-items:center;height:100vh;display:flex;top:0}.hello ul li:not(:nth-child(5)){display:none}.hello ul li:nth-child(5){text-align:center;display:block;right:auto!important}.hello ul li:nth-child(5) span:nth-child(2){margin:0;font-size:clamp(36px,15vw,15vh)}.hello ul li:nth-child(5) span:not(:nth-child(2)){display:none}a.more_btn{padding:8px 12px;font-size:24px;line-height:24px;bottom:16px;left:16px}.more_container{padding:16px}.more_page h1{font-size:48px}.more_menu li a{letter-spacing:-4px;font-size:32px;transform:scaleX(2)}#more_info{width:calc(100vw - 100px);font-size:16px;bottom:16px;right:16px}}
