<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 {
    background-color: rgb(255, 204, 0);
}
/* 繝倥ャ繝繝ｼ */
.headerbox {
    position: relative;
    width: 100%;
    height: 700px;
    background-image: url(img/topimg.png);
    background-size: contain;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
}
h1 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    z-index: 100;
    height: auto;
    width: auto;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

#senden {
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 30px;
    position: absolute;
    color:  rgb(253, 255, 220);
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
    z-index: 100;
    opacity: 0;
    white-space: nowrap;
}

/* 繝翫ン */
.navbar{
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 1000;
}
.navbar ul {
    display: flex;
    list-style: none;
}
.navbar ul li {
    width: 150px;
    padding: 5px;
    display: block;
    background-color: rgb(255, 238, 183);
    border-radius: 10px;
    margin: 0px 1px;
    text-align: center;
    font-family: 'Mochiy Pop One', sans-serif;
}
.navbar ul li a {
    text-decoration: none;
    color: rgb(255, 145, 20);
    cursor: pointer;
}
/* 隕句�縺� */
.heading {
    position: absolute;
    font-family: 'Mochiy Pop One', sans-serif;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    font-size: 30px;
    color: #ff9334;
}
/* 莠亥相 */
.yokoku {
    position: relative;
    width: 100%;
    height: 100vh;
}
#yokoku-midasi {
    opacity: 0.0;
}
#movie {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translate(-50%);
    width: 640px;
    height: 360px;
}

#yokoku-haikei {
    width: 640px;
    height: 360px;
    background-color: #ffda343e;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
}

#hana1 {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 390px;
    left: 100px;
    z-index: 100;
    animation-name: swing;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}
#hana2 {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 390px;
    right: 100px;
    z-index: 100;
    animation-name: swing;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

.yokoku a {
    position: absolute;
    color: grey;
    background-color: white;
    border-radius: 5px;
    font-size: 30px;
    top: 320px;
    z-index: 100;
    left: 50%;
    transform: translate(-50%);
    text-decoration: none;
}
#yokoku-contents {
    opacity: 0;
}
/* 縺ゅｉ縺吶§ */
.arasuzi {
    position: relative;
    width: 100%;
    height: 1820px;
}

#arasuzi-midasi {
    opacity: 0.0;
}
.arasuzicontents p {
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 20px;
    color: rgb(83, 59, 28);
    position: absolute;
    opacity: 0.0;
}
.arasuziillust {
    position: absolute;
}
#arasuzip1 {
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    opacity: 0.0;
}

#arasuzip2 {
    top: 180px;
    left: 250px;
    opacity: 0.0;
}
#il1 {
    position: absolute;
    top: 230px; 
    left: 150px;
    opacity: 0.0;
}

#arasuzip3 {
    top: 620px;
    right: 300px;
    opacity: 0.0;
}
#il2 {
    top: 670px;
    right: 150px;
    opacity: 0.0;
}

#arasuzip4{
    top: 980px;
    left: 250px;
    opacity: 0.0;
}
#il3{
    top: 1030px;
    left: 270px;
    opacity: 0.0;
}
#arasuzip5{
    top: 1370px;
    right: 300px;
    opacity: 0.0;
}
#il4 {
    top: 1430px;
    right: 170px;
    opacity: 0.0;
}

#arasuzip6 {
    bottom: 30px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    opacity: 0.0;
    white-space: nowrap;
}

/* 繧ｭ繝｣繝ｩ繧ｯ繧ｿ繝ｼ */
.character {
    width: 100%;
    height: 1150px;
    position: relative;
}
#character-midasi {
    opacity: 0.0;
}
.character h4 {
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 20px;
    color: rgb(83, 59, 28);
    text-align: center;
    margin-bottom: 10px;
    opacity: 0;
}
.maincharacter {
    display: flex;
    width: 1000px;
    justify-content: space-between;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
}

#mamaimg {
    opacity: 0;
}
#papaimg {
    opacity: 0;
}
#koimg {
    opacity: 0;
}
#tikutikuimg {
    opacity: 0;
}

.subcharacter {
    position: absolute;
    top: 500px;
    width: 1000px;
    height: 400px;
    left: 50%;
    transform: translate(-50%);
}

#subimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    opacity: 0;
    padding-top: 30px;
}
h5 {
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 18px;
    color: rgb(83, 59, 28);
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

/* 繧ｭ繝｣繧ｹ繝医せ繧ｿ繝�ヵ */
.cast {
    position: relative;
    width: 100%;
    height: 100vh;
}
#cast-midasi {
    opacity: 0;
}

#staff-midasi {
    margin-top: 250px;
    opacity: 0;
}

.cast &gt; p {
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 20px;
    color: rgb(83, 59, 28);
    position: absolute;
    text-align: center;
    line-height: 50px;
    left: 50%;
    transform: translate(-50%);
}

#castp {
    top: 100px;
    opacity: 0;
}
#staffp {
    top: 350px;
    opacity: 0;
}



/* 蜴滉ｽ� */
.gensaku {
    position: relative;
    width: 100%;
    height: 600px;
}

#gensaku-midasi {
    opacity: 0;
}
.gensakucontents &gt; img {
    display: block;
    width: 209px;
    height: 300px;
    margin-top: 50px;
    margin-right: 30px;
    margin-left: 30px;
}
.gensakucontents {
    width: 500px;
    height: 400px;
    display: flex;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translate(-50%);
    background-color: beige;
    border-radius: 30px;
}
#gensaku-animation {
    opacity: 0;
}
.gensakubun {
    flex-direction: column;
    margin-left: 20px;
}
.gensakubun &gt; h4 {
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 20px;
    color: rgb(83, 59, 28);
    margin-top: 60px;
}
.gensakubun &gt; p {
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 15px;
    color: rgb(83, 59, 28);
    margin-top: 20px;
}

.btn {
    border-radius: 5px;
    background-color: rgb(255, 145, 20);
    padding: 10px;
    text-decoration: none;
    color: white;
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 15px;
    position: absolute;
    top: 200px;
}
.btn:hover{
        transform: scale(1.1);
}

footer {
    background-color: rgb(255, 145, 20);
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 20px;
}

footer &gt; p {
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 20px;
    color: white;
}
/* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
.activate {
    animation-name: bounceInLeft;
    animation-duration: 2s;
}
.activate-il {
    animation-name: bounceInLeft;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.activate2 {
    animation-name: bounceInRight;
    animation-duration: 2s;
}

.activate2-il {
    animation-name: bounceInRight;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.fadein-animation {
    animation-name: fadeIn;
    animation-duration: 2s;
}

.fadein-animation2 {
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

/* 貅門ｙ荳ｭ繝壹�繧ｸ */

.zyunbi {
    position: relative;
    width: 100%;
    height: 100%;
}
.zyunbi &gt; h1 {
    position: absolute;
    font-family: 'Mochiy Pop One', sans-serif;
    color: rgb(83, 59, 28);
    top: 50px;
    text-align: center;
}

.zyunbi &gt; p {
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 20px;
    color: rgb(83, 59, 28);
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 300px;
}

.zyunbi &gt; img {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
}
</pre></body></html>