@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap);html{font-size:16px}body{margin:0;font-family:Montserrat,sans-serif;overflow:hidden;background:url(/dist/image/fofo_background.jpg) no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}header{z-index:1;position:sticky;top:0}nav{display:flex;justify-content:space-between;align-items:center;height:4rem;padding:0 3rem 0 3rem;border-bottom:1px solid #000;transition:padding .3s ease-in-out;background:url(/dist/image/fofo_background.jpg) no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}nav>a>img{display:block;width:5em;transition:width .3s ease-in-out}li>a{color:#000;text-decoration:none;font-weight:300}li>a:hover{font-weight:500}li>a::after{content:attr(title);display:block;height:0;visibility:hidden;font-weight:600}ul.pc{display:flex;gap:3rem;list-style-type:none}ul.mobile{display:none;gap:1rem;list-style-type:none}.container{padding:0 3rem 0 3rem;transition:padding .3s ease-in-out}@media only screen and (max-width:600px){nav{padding:0 1.3rem 0 1.3rem}nav>a>img{display:block;width:4em}.container{padding:0 1.3rem 0 1.3rem}ul.pc{display:none}ul.mobile{display:flex;align-items:center}li>a>img{display:block;height:1.5rem}}.marquee{background:#000;width:100vw;box-sizing:border-box;padding:.45rem;color:#fff;font-size:.8rem;font-weight:200;display:flex;align-items:center;overflow:hidden}.marquee>.lists{display:flex;animation:marquee 30s linear infinite running}.marquee>.lists>.item{width:200px;margin:0 .5em;display:inline-flex;align-items:center;justify-content:center;font-weight:500}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}main{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:0;width:100vw;height:100vh}main>p{text-align:center;margin:0}main>p:first-child{font-weight:600}main>p:last-child{font-weight:600;white-space:nowrap;transition:all 1s ease-in-out}main canvas{width:30rem!important;height:30rem!important}@media only screen and (max-width:34rem){main canvas{width:100%!important;height:auto!important}}@media only screen and (max-width:1080px){main>p:first-child{margin-top:2.5rem;margin-bottom:-1.5rem}main>p:last-child{display:none}}footer{display:flex;flex-direction:column;gap:.5rem;margin:1.8rem;position:absolute;bottom:0;font-size:.8rem;font-weight:400;line-height:.45rem}footer b{font-weight:500}footer>div.pc>p>span{padding-right:.2rem}footer>div.pc>p:last-child{margin-bottom:0}footer span.kr-fix{font-size:.765rem}footer>div.mobile{display:none}@media only screen and (max-width:1080px){footer{white-space:nowrap;margin:.5rem}footer>div.pc{display:none}footer>div.mobile{display:block}footer{font-size:.625rem;transform:scale(.85);transform-origin:bottom left}footer span.kr-fix{font-size:.6rem}}@supports (-webkit-touch-callout:none){footer{font-size:.55rem}}.prevent-select{-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}