<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: #E7E6E6;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 50px;
    padding-bottom: 50px;
}

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

/*layout */

.toplayout {
    margin-top: 100px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 20px;
    padding-right: 20px;

}

.widelayout {
    margin-top: 200px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

}

.flex {
    display: flex;
    gap: 5px;
}

.flex2 {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    gap: 30px;
    padding-left: 80px;
    padding-right: 80px;
}

.flex3 {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}




/* photomove_new */
.fadeslide {
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 800px;
    z-index: auto;
}

.fadeslide div {
    position: absolute;


}

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

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

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

.fadeslide div:nth-of-type(4) {
    animation: fadeslide 12s 9s infinite both;
    z-index: auto;
}



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

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    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;
    }
}

/* accsesory*/
.line {
    margin-left: calc(50% - 50vw);
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #000000;
    margin-right: 400px;
}


.line2 {
    border: 0;
    border-top: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}


.border {
    border: 1px solid #EDEDED;
    background-color: #EDEDED;
    width: 700px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}


/* チェック */
.list ul {
    font-size: 20px;
    line-height: 1.8;
    list-style-type: none;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.list li+li {
    margin-top: 5px;
}

.list li {
    position: relative;
    padding-left: 40px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.list li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 30px;
    top: -5px;
    left: 15px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.list li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    border-radius: 2px;
}

/* font*/

.titlefont {
    font-family: "ibarra-real-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
}

.titlefont span {
    font-size: 50px;
}

.enfont {
    font-family: "calibri", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.notesfont {
    font-family: "rollerscript-rough", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: 25px;
    margin-left: calc(50% - 50vw);
    padding-left: 5%;
}

.japafont {
    font-family: "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.hiragifont {
    font-family: "Hiragino Mincho ProN W3",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-weight: 400;
    font-style: normal;
    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;
}

.inner80 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 80px;
}

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

.inner280 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 280px;
}

.inner320 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 320px;
}

.inner360 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 360px;
}

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

.inner500 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 500px;
}

.inner550 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 550px;
}

.inner580 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 580px;
}

.inner600 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 600px;
}

.inner700 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 700px;
}

.inner750 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 750px;
}

.inner830 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 830px;
}

.inner850 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 850px;
}

.inner900 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 900px;
}

.inner1200 {
    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*/

.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>