<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
.headerbox{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("bg.png");
}
.navbar{
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1000;
}
.navbar ul{
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}
.navbar ul li{
    width: 150px;
    padding: 5px;
    display: block;
    margin-top: 2px ;
    text-align: center;
}
.navbar ul li a{
    text-decoration: none;
    color: rgb(26, 10, 10);
}
.navbar ul li a:hover{
    color: rgb(192, 151, 29);
    text-decoration: underline overline;
    transition-duration: 0.3s;
}
.navback{
    width: 100%;
    height: 35px;
    top: 0px;
    background-color: rgb(147, 26, 17);
    filter: drop-shadow(3px 3px 3px #000);
    position: fixed;
    z-index: 900;
}
.topvisual{
    position: absolute;
    right: 0px;
    animation-name: fadeIn;
    animation-delay: 0.2s;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}
#toptitle{
    position: absolute;
    width: 600px;
    height: auto;
    bottom: 30px;
    left: 50px;
    animation-fill-mode: backwards;
    animation-name: fadeInDown;
    animation-delay: 1.5s;
    animation-duration: 1s;
}
#top h2{
    position: relative;
    color: rgb(192, 151, 29);
    top: 90px;
    left: 50px;
    animation-name: fadeInDown;
    animation-fill-mode: backwards;
    animation-delay: 0.5s;
    animation-duration: 1s;
}
#top h3{
    position: relative;
    color: rgb(192, 151, 29);
    top: 380px;
    left: 60px;
    font-size: 80%;
    animation-name: fadeInDown;
    animation-fill-mode: backwards;
    animation-delay: 1s;
    animation-duration: 1s;
}

.sectionbox{
    position: relative;
    width: 100%;
    height: 100vh;
}

.story{
    position: relative;
    background-image: url("bg.png");
}

.storybox{
    width: 900px;
    height: 350px;
    background-color: rgb(192, 151, 29);
    border-radius: 2% 2% 2% 2% / 5% 5% 5% 5%;
    color: rgb(26, 10, 10);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.wrapper{
    margin-top: 50px;
}
.story h1{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 10px;
    color: rgb(192, 151, 29);
    filter: drop-shadow(3px 3px 2px #000);
}
.storybox p{
    text-align: center;
    margin-left: 70px;
    margin-right: 70px;
    padding: 10px;
    line-height: 25px;
}
.p1{
    margin-top: 50px;
}
.activate{
    animation-name: bounceIn;
    animation-duration: 1s;
}
.story-neko{
    position: relative;
    filter: drop-shadow(2px 2px 3px rgb(54, 13, 6));
}
.story-homu{
    position: relative;
    left: 980px;
    filter: drop-shadow(2px 2px 3px rgb(54, 13, 6));
}






.system{
    background-image: url("bg.png");
}
.systembox{
    position: relative;
    height: 100vh;
    width: 1000px;
    left: calc((100vw - 1300px)/2.0);
    top: calc((100vh - 800px)/2.0);
}
.system h1{
    position: absolute;
    color: rgb(192, 151, 29);
    margin-top: 100px;
    margin-left: calc((100vw - 50%) - 225px);
    text-align: center;
    filter: drop-shadow(3px 3px 2px #000);
}
.systemwaku{
    position: absolute;
    margin-top: 200px;
    margin-left: calc((100vh - 50%) - 70px);
}
.activate1{
    animation-name: fadeIn;
    animation-duration: 1s;
}






.charactermenu{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 800px;
    height: 400px;
    top: 30%;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(3px 3px 2px #000);
}

.characterbox img{
    width: 100%;
    cursor: pointer;
    transition: filter 0.3s ease;
}
.characterbox:hover img{
    filter: brightness(120%) saturate(90%) contrast(80%) ;
}
.character h1{
    position: absolute;
    margin-top: 100px;
    margin-left: calc((100vw - 50%) - 110px);
    text-align: center;
    color: rgb(192, 151, 29);
    filter: drop-shadow(3px 3px 2px #000);
}
.characterframe{
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.562);
    z-index: 500;
}
.character{
    background-image: url("bg.png");
    position: relative;
}
.characterphoto{
    position: absolute;
    top: calc((720px - 50%)/5.0);
    left: 30%;
    width: 1000px;
    height: 550px;
}
#characrer01{
    opacity: 0;
}
#characrer02{
    opacity: 0;
}
#characrer03{
    opacity: 0;
}
#characrer04{
    opacity: 0;
}
#characrer05{
    opacity: 0;
}
#characrer06{
    opacity: 0;
}
#characrer07{
    opacity: 0;
}
.imagebox{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.close{
    position: absolute;
    right: 240px;
    bottom: 50px;
    color: red;
    cursor: pointer;
}






.spec{
    background-image: url("bg.png");
    position: relative;
}
.specbox{
    width: 700px;
    height: 550px;
    position: absolute;
    left: calc((100vw - 700px)/2.0);
    top: 18%;
    background-color: rgb(192, 151, 29);
    border-radius: 3%;
    display: flex;
}
.spec h1{
    text-align: center;
    padding-top: 60px;
    color: rgb(192, 151, 29);
    filter: drop-shadow(3px 3px 2px #000);
}
.gazobox{
    position: relative;
    top: -150px;
    left: -250px;
    scale: 20%;
}
.bunbox{
    position: absolute;
    padding-top:70px ;
    padding-left: 50px;
}
.spec h2{
    font-size: 100%;
    text-decoration: underline;
    margin: 0%;
}
.spec li{
    list-style: none;
    height: 50px;
    margin-bottom: 10px;
}

#cero{
    position: absolute;
    scale: 30%;
    top: 113px;
    left: 25px;
}
#linkb{
    position: absolute;
    top: 305px;
    left: 25px;
    scale: 50%;
    cursor: pointer;
    transition: 0.2s;
}
#linkb:hover{
    scale: 60%;
    animation-duration: 1s;
}
#pointerg{
    position: absolute;
    scale: 30%;
    left: 160px;
    top: 460px;
}

</pre></body></html>