<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* background */
.background {
    background: #F8F6EF;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 1850px;
}

.Positioning {
    margin-top: -1830px;
}

.background2 {
    background: #F8F6EF;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 1750px;
}

.Positioning2 {
    margin-top: -1730px;
}

/* background2 */
.background3 {
    background: #FFFFF3;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 1900px;
}

.Positioning3 {
    margin-top: -1880px;
}

.background4 {
    background: #FFFFF3;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 2250px;
}

.Positioning4 {
    margin-top: -2250px;
}

/* photolayout */
.musume_widelayout {
    display: flex;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    gap: 5px;
}

/*layout */
.flex {
    display: flex;
    gap: 80px;
}

/*layout */
.pinpicture {
    width: 302px;
}

/* photomove_new */
.fadeslide {
    position: relative;
    overflow: hidden;
    width: 302px;
    height: 440px;
    z-index: 3;
}

.fadeslide div {
    position: absolute;
    top: 10px;

}

.fadeslide div:nth-of-type(1) {
    animation: fadeslide 6s 0s infinite both;
    z-index: 2;
}

.fadeslide div:nth-of-type(2) {
    animation: fadeslide 6s 3s infinite both;
    z-index: 1;
}



@keyframes fadeslide {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* photomove_new */
.fadeslide0716 {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 400px;
    z-index: 3;
}

.fadeslide0716 div {
    position: absolute;
    top: 10px;

}

.fadeslide0716 div:nth-of-type(1) {
    animation: fadeslide 6s 0s infinite both;
    z-index: 2;
}

.fadeslide0716 div:nth-of-type(2) {
    animation: fadeslide 6s 3s infinite both;
    z-index: 1;
}



@keyframes fadeslide0716 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/* photomove_new */
.fadeslide0716_2 {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 400px;
    z-index: 3;
}

.fadeslide0716_2 div {
    position: absolute;
    top: 10px;

}

.fadeslide0716_2 div:nth-of-type(1) {
    animation: fadeslide 7s 0s infinite both;
    z-index: 2;
}

.fadeslide0716_2 div:nth-of-type(2) {
    animation: fadeslide 7s 3.5s infinite both;
    z-index: 1;
}



@keyframes fadeslide0716_2 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/* font*/
.titlefont {
    font-family: 'Times New Roman';
    color: #002060;
    line-height: 1.5;
    text-align: center;

}

.subtitlefont {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic" sans-serif;
    color: #002060;
    line-height: 1.5;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}


.voicefont {
    font-family: 'Times New Roman';
    ;
    line-height: 1.5;
    text-align: left;
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
}

.basefont {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic" sans-serif;
    line-height: 1.5;
}


.coments_left {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 50%;
}

.coments_right {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 40%;
}

.coments_right_2 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 40%;
}

.image_left {
    margin-top: 100px;
    margin-left: auto;
    margin-left: auto;
    height: auto;
    max-width: 50%;
}

.inner {
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
}

.innerL {
    margin: 0 auto 0 0;
    max-width: 302px;
}


.innerR {
    margin: 0 0 0 auto;
    max-width: 302px;
}

.inner240 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 240px;
}

.inner480 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 480px;
}

.inner880 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 1200px;
}

/* lineArrow*/
.lineArrow {
    width: 60%;
    height: 35px;
    border-bottom: 2px solid #000;
    border-right: 3px solid #000;
    transform: skew(50deg);
    margin-left: 60px;
}

/* line*/
.border {
    width: 70%;
    border: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.linkfont {
    margin-top: 50px;
    font-family: 'Times New Roman';
    line-height: 1.5;
    text-align: center;
    font-size: 24px;
}

.linkfont2 {
    font-family: 'Times New Roman';
    line-height: 1.5;
    text-align: center;
    font-size: 24px;
}

/* link*/
.p-person__link1 {
    white-space: nowrap;
    line-height: 1.5;
    font-size: 12px;
    margin-top: 20px
}

@media(min-width: 768px) {
    .p-person__link1 {
        font-size: .89rem;
        margin-top: auto
    }
}

@media(hover: hover),
(-ms-high-contrast: none) {
    .p-person__link1:hover {
        text-decoration: underline
    }
}</pre></body></html>