<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;
}
body {
    font-family:Georgia, 'Times New Roman', Times, serif
}
.headerbox {
    position: relative;
    width: 1280px;
    height: 100vh;
    background-image: url(cover.png);
}
.headerbox .housou img {
    position: absolute;
    z-index: 3;
    top: 40vh;
    left: 520px;
    width: 250px;
    height: auto;
    animation-name: jackInTheBox;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: both;
}
.headerbox .gazou1 img {
    position: absolute;
    z-index: 1;
    top: 45vh;
    left: 240px;
    width: 800px;
    height: auto;
    animation-name: fadeInDown;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.topbox {
    position: relative;
    display: flex;
}
.topbox .gazou2 img {
    position: absolute;
    top: 10px;
    width: 410px;
    height: auto;
    animation-name: fadeInRight;
    animation-duration: 2s;
    animation-fill-mode: both;
}
.topbox .gazou3 img {
    position: absolute;
    top: 10px;
    left: 255px;
    width: 387px;
    height: auto;
    animation-name: fadeInRight;
    animation-duration: 2s;
    animation-delay: 0.2s;
    animation-fill-mode: both;
}
.topbox .gazou4 img {
    position: absolute;
    top: 10px;
    left: 580px;
    width: 365px;
    height: auto;
    animation-name: fadeInRight;
    animation-duration: 2s;
    animation-delay: 0.4s;
    animation-fill-mode: both;
}
.topbox .gazou5 img {
    position: absolute;
    top: 10px;
    left: 880px;
    width: 363px;
    height: auto;
    animation-name: fadeInRight;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-fill-mode: both;
}
/*---------------------------------------------------------top縺薙％縺ｾ縺ｧ*/
.navbar {
    z-index: 1000;
    position: fixed;
    right: 5px;
    top: 0px;
    transition-duration: 1.5s;
}
.navbar ul {
    display: flex;
}
.navbar ul li {
    list-style: none;
    width: 110px;
    padding-top: 3px;
    padding-bottom: 5px;
    background: linear-gradient(135deg, #ffc8c8,#c1ebff);
    opacity: 0.8;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}
.navbar ul li a {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: rgb(140, 117, 165);
}
a span {
    display: inline-block;
  }
.navbar a:hover span {
    transition: 1s;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
#tab {
    width: 30px;
    color: rgb(140, 117, 165);
    cursor: pointer;
}
#tab a:hover span {
    transition: 1s;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
/*---------------------------------------------------------nav縺薙％縺ｾ縺ｧ*/
.sectionbox {
    position: relative;
    width: 1280px;
    height: 100vh;
}
.news .sectionbox {
    background-image: url(cover3.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.news h2 {
    text-align: center;
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 80px;
    color: rgb(80, 42, 42);
}
.news .naka2 {
    display: flex;
    justify-content: center;
}
.news .naka3 {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    margin: 10px;
    align-items: center;
}
.news p {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(80, 42, 42);
}
.news p span {
    font-size: 15px;
}
.newsbox img {
    width: 300px;
    height: 300px;
    box-shadow: 5px 5px 0px 0 rgba(255, 234, 167, 0.5);
    transition-duration: 0.5s;
    cursor: pointer;
}
.newsbox img:hover {
    box-shadow: 8px 8px 0px 0 rgba(230, 167, 255, 0.5);
    opacity: 0.7;
    transform:scale(1.05);
}
#newsbox {
    opacity: 0;
}
/*---------------------------------------------------------popup*/
.popover {
    position: fixed;
    z-index: 100;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 231, 97, 0.4);
    text-align: center;
    transition-duration: 1.5s;
    left: -100vw; /*逕ｻ髱｢螟�*/
}
.popnews {
    background-color: rgb(255, 251, 248);
    width: 1000px;
    height: 600px;
    left: 140px;
    top: 60px;
    transition-duration: 1.5s;
}
#popnews1 img {
    padding-top: 25px;
    width: 770px;
    height: auto;
}
#popnews2 img {
    padding-top: 25px;
    padding-left: 25px;
    width: auto;
    height: 550px;
}
#popnews2 p {
    padding-top: 250px;
    padding-left: 30px;
}
#popnews3 img {
    padding-top: 25px;
    padding-left: 25px;
    width: auto;
    height: 550px;
}
#popnews3 p {
    padding-top: 100px;
    padding-left: 45px;
}
.batsu {
    position: absolute;
    top: 74px;
    right: 153px;
    color: honeydew;
    background-color: rgba(172, 212, 79, 0.6);
    padding-top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    cursor: pointer;
    animation-duration: 1s;
}
.batsu:hover {
    animation-name: rubberBand;
}
#popover {
    opacity: 0;
}
#popnews1 {
    opacity: 0;
    z-index: -1111;
    position: absolute;
}
#popnews2 {
    display: flex;
    opacity: 0;
    z-index: -1111;
    position: absolute;
}
#popnews3 {
    display: flex;
    opacity: 0;
    z-index: -1111;
    position: absolute;
}
.activate1 {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    opacity: 1;
    animation-fill-mode: forwards;
}
/*---------------------------------------------------------news縺薙％縺ｾ縺ｧ*/
.story .sectionbox {
    background-image: url(cover6.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.story h2 {
    text-align: center;
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 80px;
    color: rgb(80, 42, 42);
}
.story p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    color: rgb(80, 42, 42);
}
.story img {
    position: absolute;
    height: 800px;
    width: auto;
    top: 45px;
    transform: rotate(90deg);
}
.story .naka2 img {
    left: 770px;
    padding-top: 350px;
}
.story .naka3 {
    padding-top: 20px;
    align-items: center;
}
#storybox {
    opacity: 0;
}
.activate2 {
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    opacity: 1;
    animation-fill-mode: forwards;
}
/*---------------------------------------------------------story縺薙％縺ｾ縺ｧ*/
.staffcast .sectionbox {
    background-image: url(cover1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.staffcast h2 {
    text-align: center;
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
    color: rgb(80, 42, 42);
}
.staffcast p {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(80, 42, 42);
    line-height: 50px;
    text-align: center;
}
.staffcastbox {
    opacity: 0;
}
.activate3 {
    animation-name: flipInY;
    animation-duration: 1s;
    opacity: 1;
    animation-fill-mode: forwards;
}
/*---------------------------------------------------------staffcast縺薙％縺ｾ縺ｧ*/
.character .sectionbox {
    position: relative;
    background-image: url(cover5.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.character h2 {
    text-align: center;
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 20px;
    color: rgb(80, 42, 42);
}
#cha1 img,#cha11 img {
    height: 560px;
    width: auto;
    transition-duration: 0.5s;
    cursor: pointer;
}
#cha2 img,#cha22 img {
    height: 540px;
    width: auto;
    transition-duration: 0.5s;
    cursor: pointer;
}
#cha3 img,#cha33 img {
    height: 580px;
    width: auto;
    padding-left: 50px;
    padding-right: 40px;
    transition-duration: 0.5s;
    cursor: pointer;
}
#cha4 img,#cha44 img {
    height: 540px;
    width: auto;
    transition-duration: 0.5s;
    cursor: pointer;
}
.imgbox img:hover {
    opacity: 0.4;
}
.imgbox {
    z-index: 11;
}
.imgbox2 {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 120px;
}
.imgbox {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 120px;
}
/*---------------------------遶九■邨ｵ*/
.photoframe {
    position: fixed;
    top: 0px;
    z-index: 500;
    height: 100vh;
    width: 100vw;
    left: -100vw; /*逕ｻ髱｢螟悶↓繧ｵ繝ｨ繝翫Λ*/
    text-align: center;
    background-color: white;
}
.est img {
    height: 740px;
    width: auto;
}
.close {
    z-index: 1000;
    position: absolute;
    right: 40px;
    bottom: 40px;
    color: white;
    cursor: pointer;
    background-color: rgba(230, 167, 255, 0.8);
    padding-top: 5px;
    padding-bottom: 5px;
    width: 39px;
    border-radius: 10px;
    font-size: 25px;
    animation-duration: 1s;
}
.close:hover {
    animation-name: jello;
}
#est1 {
    opacity: 0;
    z-index: -999;
    position: absolute;
    transition-duration: 0.5s;
}
#est2 {
    opacity: 0;
    z-index: -999;
    position: absolute;
    transition-duration: 0.5s;
}
#est3 {
    opacity: 0;
    z-index: -999;
    position: absolute;
    transition-duration: 0.5s;
}
#est4 {
    opacity: 0;
    z-index: -999;
    position: absolute;
    transition-duration: 0.5s;
}
#characterbox {
    opacity: 0;
    transition-duration: 1s;
}
.activate4 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    opacity: 1;
    animation-fill-mode: forwards;
}
/*---------------------------------------------------------character縺薙％縺ｾ縺ｧ*/
.footer {
    height: 60px;
    background: linear-gradient(135deg, #d2ffe8,#ffe2c1);
}
.footer div {
    text-align: center;
}
.footer img {
    width: 250px;
    height: auto;
    padding-top: 5px;
}
.footer p {
    color: white;
}
.footer .naka1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*---------------------------------------------------------footer縺薙％縺ｾ縺ｧ*/</pre></body></html>