@import"https://fonts.googleapis.com/css2?family=Montserrat&display=swap";h1{font-size:4rem;line-height:1.3}p{font-size:1.3rem;max-width:70ch}a{font-size:inherit;color:#ccdb7d;text-decoration:none;text-transform:uppercase;transition:all .5s ease-in-out}a:hover{color:#fff}small{text-transform:uppercase}.grid{display:grid;grid-template-columns:repeat(2, 200px);max-width:1000px;gap:1rem;margin:1rem}.grid .grid-img img{width:100%;height:100%;border-radius:50px;object-fit:cover}.grid .grid-txt{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.page-nav{display:flex;width:500px;justify-content:space-around;padding:1rem}*{padding:0;margin:0;box-sizing:border-box}body{font-family:"Montserrat",sans-serif;background-color:#333;color:#fff;line-height:1.6;height:100vh}iframe{aspect-ratio:16/9;height:100%;width:100%}#turn{display:none}.main-head{position:fixed;top:0;left:0;z-index:2;width:100%;height:60px;padding:1rem;background-color:#a8b24f;color:#333;opacity:.95}.main-head .toggler{position:absolute;top:0;left:0;z-index:3;cursor:pointer;width:50px;height:50px;opacity:0}.main-head .toggler:checked+.hamburger>div{transform:rotate(135deg)}.main-head .toggler:checked+.hamburger>div::before,.main-head .toggler:checked+.hamburger>div::after{top:0;transform:rotate(90deg)}.main-head .toggler:checked:hover+.hamburger>div{transform:rotate(225deg)}.main-head .toggler:checked~nav{visibility:visible;opacity:1}.main-head .hamburger{position:absolute;top:0;left:0;z-index:2;width:60px;height:60px;padding:1rem;background:#a8b24f;display:flex;align-items:center;justify-content:center}.main-head .hamburger>div{position:relative;width:100%;height:2px;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .4s ease-in-out}.main-head .hamburger>div::before,.main-head .hamburger>div::after{content:"";position:absolute;z-index:2;top:-10px;width:100%;height:2px;background:inherit}.main-head .hamburger>div::after{top:10px}.main-head nav{position:fixed;top:0;left:0;width:100%;height:100%;visibility:hidden;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#a8b24f;color:#333;opacity:0;transition:all .4s ease-in-out}.main-head nav ul{list-style:none}.main-head nav ul li a{font-size:1.5rem;color:#fff;border-bottom:4px solid rgba(0,0,0,0);transition:all .5s ease-in-out}.main-head nav ul li a:hover{border-bottom:4px solid #ccdb7d}section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin-top:80px;padding:1rem}section h1{color:#a8b24f}section h1 .fa-solid{color:#ccdb7d}section .tagline{font-size:1.5rem;text-transform:uppercase}section:last-child{padding-bottom:80px}#gallery .gal-tabs{display:flex;flex-wrap:wrap;max-width:650px;justify-content:center;margin-top:1rem}#gallery .gal-tabs .grid-wrap{order:1;display:none}#gallery .gal-tabs input[type=radio]{display:none}#gallery .gal-tabs input[type=radio]:checked+label{background-color:#a8b24f;color:#333}#gallery .gal-tabs input[type=radio]:checked+label+.grid-wrap{display:block}#gallery .gal-tabs label{background-color:#ccdb7d;color:#333;font-family:inherit;font-size:inherit;padding:.5rem 1rem;margin:.25rem;border-radius:50px;border:none;outline:none;cursor:pointer;transition:all .5s ease-in-out}#gallery .gal-tabs label:hover{background-color:#fff;color:#333}#gallery .gal-tabs .gal-item{position:relative;width:200px;height:200px}#gallery .gal-tabs .gal-item img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50px;object-fit:cover;cursor:pointer;transition:all .5s ease-in-out}#gallery .gal-tabs .gal-item img:hover{transform:rotate(3deg)}#gallery-page .grid,#about .grid{grid-template-columns:1fr}#gallery-page .gal-head h1,#about .gal-head h1{font-size:3rem}#live2d .grid{grid-template-columns:unset;grid-template-areas:"header" "com-vid" "com-txt" "sim-vid" "sim-txt";justify-content:center;align-items:center;gap:unset}#live2d .grid ul{list-style:none}#live2d .grid .live2d-head{grid-area:header}#live2d .grid .live2d-com-vid{grid-area:com-vid}#live2d .grid .live2d-com-txt{grid-area:com-txt}#live2d .grid .live2d-sim-vid{grid-area:sim-vid}#live2d .grid .live2d-sim-txt{grid-area:sim-txt}#live2d .grid .live2d-com-vid,#live2d .grid .live2d-sim-vid{margin-top:1rem}#live2d .grid .live2d-com-txt,#live2d .grid .live2d-sim-txt{background-color:#a8b24f;color:#333;border-radius:0 0 50px 50px}.form{display:flex;flex-direction:column;position:relative;margin:1rem 0;width:20rem;height:auto}.form .input-wrapper{position:relative;margin:1rem 0;height:100%;width:100%;padding:1rem}.form .input-wrapper:first-child{margin-top:0}.form .input-wrapper:last-child{margin:0}.form__input{position:absolute;top:0;left:0;width:100%;height:3rem;font-family:inherit;font-size:inherit;color:inherit;padding:1.25rem;background:none;border:2px solid #ccdb7d;border-radius:50px;transition:all .5s ease-in-out}.form__input:hover{border-color:#fff}.form__input:focus{border-color:#a8b24f;outline:none}.form__label{position:absolute;left:1rem;top:.6rem;padding:0 .5rem;color:inherit;transition:top 200ms ease-in,left 200ms ease-in,font-size 200ms ease-in;background-color:#333;border-radius:50px}.form__button{font-family:inherit;font-size:inherit;position:absolute;right:1rem;top:.8rem;padding:0 .5rem;background-color:rgba(0,0,0,0);font-size:inherit;color:#ccdb7d;border:none;cursor:pointer;transition:all .5s ease-in-out}.form__button p{display:inline-block}.form__button:hover{color:#fff}.form__button:focus{outline:none;color:#a8b24f}.form__input:focus~.form__label,.form__input:not(:placeholder-shown).form__input:not(:focus)~.form__label{top:-0.5rem;left:.8rem;font-size:.8rem}@media screen and (min-width: 750px){body{overflow:hidden}.container{width:100%;height:100%;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y mandatory}.main-head{display:flex;width:100%;padding:1rem;opacity:1}.main-head .toggler,.main-head .hamburger{display:none}.main-head nav{position:unset;top:unset;left:unset;height:unset;visibility:visible;overflow:unset;opacity:1;transition:none}.main-head nav ul{display:flex;width:100%;justify-content:flex-end}.main-head nav ul li{margin:0 1rem}.main-head nav ul li:first-child{margin-right:auto}.main-head nav ul li a{font-size:1rem}section{height:100vh;scroll-snap-align:center;margin-top:0}section:last-child{padding-bottom:0}#gallery .grid{grid-template-columns:repeat(3, 200px)}#gallery-page .grid,#about .grid{grid-template-columns:1fr 1fr;padding:1rem}#live2d .grid{grid-template-areas:"header header" "com-vid com-txt" "sim-txt sim-vid";gap:1rem}#live2d .grid .live2d-com-vid,#live2d .grid .live2d-sim-vid{margin-top:0}#live2d .grid .live2d-com-txt,#live2d .grid .live2d-sim-txt{display:flex;flex-direction:column;height:100%;align-items:center;justify-content:center}#live2d .grid .live2d-com-txt{border-radius:0 50px 50px 0}#live2d .grid .live2d-sim-txt{border-radius:50px 0 0 50px}}@media only screen and (pointer: coarse)and (orientation: landscape){#turn{display:flex;height:100%;width:100%;justify-content:center;align-items:center}#turn .warning{padding:1rem;background:#fff;color:#333;border-radius:50px}#turn .warning p{display:inline}#turn .warning .fa-solid{font-size:1.3rem;color:red}.container{display:none}}@media screen and (prefers-reduced-motion: reduce){*{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important}}