.onlySp {
    display: none;
}

#page_all header {
    min-height: auto;
}

/* loader */

#loader {
    background: #fdf3dd;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/*背景*/
.loader,
.loader:before,
.loader:after {
    background: #aaa;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    height: 4em;
    width: 1em;
    top: 50%;
}

.loader {
    color: #ccc;
    text-indent: -9999em;
    margin: auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* loader */

body {
    font-size: min(3.5vw, 18px);
    font-family: "Kiwi Maru", "Mochiy Pop One", sans-serif;
    color: #333;
    background: #fff;
    line-height: 1.5;
}

img {
    vertical-align: bottom;
}

.panlist {
    text-align: left;
    font-size: 12px;
    padding-left: 1em;
    color: #fff;
    background: #000;
}

#footer #f_PC,
footer #f_SP {
    margin: 0 auto !important;
}

#sns_button {
    padding-top: 80px;
    text-align: center;
}

/* PC */
main {
    text-align: left;
}

.top_main {
    background: linear-gradient(to bottom, #f7c3db, #dae7ba);
}

.top_main img {
    display: block;
    width: min(100%, 1200px);
    margin: 0 auto;
}

.oatime {
    background: url(../images/bg_oatime.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: min(4vw, 32px) 0;
}

.oatime h3 {
    font-weight: bold;
}

.oatime p {
    font-family: "Mochiy Pop One", sans-serif;
    font-size: min(4.5vw, 36px);
    -webkit-text-stroke: 5px #ea5d75;
    text-stroke: 5px #ea5d75;
    paint-order: stroke;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.75em;
}

.oatime p small {
    font-size: 0.65em;
}

.oatime ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.oatime ul li {
    width: min(85%, 360px);
    margin-right: 20px;
}

.oatime ul li:last-of-type {
    margin-right: 0;
}

.oatime ul li a {
    display: block;
    width: 100%;
}

.oatime ul li img {
    width: 100%;
}

article section {
    width: min(90%, 1200px);
    margin: 0 auto;
    padding: min(8vw, 80px);
    box-sizing: border-box;
    margin-bottom: min(10vw, 80px);
}

article.petit .wrap {
    background: linear-gradient(to bottom, #b4dfe7, #d5fff7);
}

article.wonder .wrap {
    background: linear-gradient(to bottom, #ecdbff, #f7f0ff);
}

article.wonder .wave {
    width: 100%;
    height: 10vw;
    background-image: url(../images/wave.webp);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

article.wonder {
    margin-top: -10vw;
}

article.petit .inner {
    background: url(../images/bg_star.webp);
    background-size: 100% auto;
    background-attachment: fixed;
    padding: min(10vw, 80px) 0 calc(min(10vw, 80px) + 10vw);
}

article.wonder .inner {
    background: url(../images/bg_cir.webp);
    background-size: 100% auto;
    background-attachment: fixed;
    margin-top: -2px;
    padding: 80px 0;
}

main article section {
    background: url(../images/bg_section.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 40px;
    box-sizing: border-box;
}

article section h2 {
    font-family: "Mochiy Pop One", sans-serif;
    font-size: min(7vw, 48px);
    line-height: 1;
    text-align: center;
    color: #ea5d75;
    margin-bottom: 40px;
}

article section h2 small {
    display: block;
    font-size: 0.35em;
    margin-bottom: 0.5em;
}

section.youtube iframe {
    width: 90%;
    aspect-ratio: 16/9;
    display: block;
    margin: 0 auto;
}

section.info img {
    display: block;
    width: min(100%, 800px);
    margin: 0 auto 1em;
}

section.cast ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.cast li {
    width: 26%;
    text-align: center;
    margin: 0 1em 3em;
}

section.cast li img {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
}

section.comment ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: min(4vw, 40px);
    background: #fff;
    box-shadow: 0 0 8px #ccc;
    border-radius: 10px;
    margin-bottom: 40px;
    align-items: flex-start;
}

section.comment ul li img {
    width: 30%;
}

section.comment ul li .textarea {
    width: calc(70% - 20px);
}

section.comment ul li h4 {
    font-size: min(4vw, 20px);
    font-weight: bold;
    margin-bottom: 1em;
}

section.comment li small {
    font-size: 0.8em;
}

section.about .about_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section.about .about_wrap img {
    width: 40%;
}

section.about .about_wrap .about_text {
    width: calc(60% - 20px);
}

.about_text h4 {
    font-weight: bold;
}

section.goods ul {
    display: flex;
    justify-content: space-between;
}

section.goods ul li {
    width: calc(50% - 20px);
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 4px #ccc;
    margin-bottom: 20px;
}

section.goods ul .goods_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.goods_wrap img {
    width: 50%;
    margin-bottom: 1em;
}

.goods_wrap p {
    width: 50%;
    text-align: center;
}

.goods_wrap p small {
    margin-top: 1em;
    display: block;
    font-size: 0.75em;
}

.goods_wrap .goods_text {
    width: 100%;
}

.goods_wrap .btn {
    display: block;
    width: 10em;
    padding: 0.5em 0;
    background: #ea5d75;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 200px;
    margin: 1em auto 0;
}

section.movie img {
    display: block;
    width: min(90%, 480px);
    margin: 0 auto 40px;
}

section.movie dl {
    text-align: center;
}

section.movie dt {
    font-size: min(4vw, 20px);
    font-weight: bold;
}

section.movie dd {
    margin-bottom: 2em;
}

section.movie dl dd:last-of-type {
    font-size: 0.95em;
}

section.movie .copy {
    font-size: 14px;
    display: block;
    text-align: center;
}

.twitter img {
    display: block;
    margin: 0 auto;
}

.twitter small {
    display: block;
    text-align: center;
    font-size: 0.8em;
}

/*SP*/



@media screen and (max-width:1000px) {
    #header {
        min-height: auto;
    }

    #page_all {
        overflow-x: hidden;
    }

    #pan_box {
        overflow-x: scroll;
    }

    .oatime ul li {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .oatime ul li:last-of-type {
        margin-bottom: 0;
    }

    .oatime p {
        -webkit-text-stroke: 4px #ea5d75;
        text-stroke: 4px #ea5d75;
    }

    main article section {
        padding: min(8vw, 80px) min(6vw, 40px);
        border-radius: 20px;
    }

    section.comment ul li {
        display: block;
    }

    section.comment ul li img {
        display: block;
        width: min(100%, 320px);
        margin: 0 auto;
    }

    section.comment ul li .textarea {
        width: 100%;
    }

    section.comment ul li h4 {
        line-height: 2;
        text-align: center;
    }

    section.goods ul {
        display: block;
    }

    section.goods ul li {
        width: 100%;
        padding: min(4vw, 40px);
    }

    .goods_wrap img {
        width: 100%;
    }

    .goods_wrap p {
        width: 100%;
        margin-bottom: 2em;
    }

    section.movie dl {
        text-align: left;
    }

    section.about .about_wrap {
        display: block;
    }

    section.about .about_wrap img {
        width: 100%;
        margin-bottom: 1em;
    }

    section.about .about_wrap .about_text {
        width: 100%;
    }
    
    section.cast ul{
        justify-content: space-between;
    }

    section.cast li {
        width: 45%;
        margin:0 0 3em;
    }
}

@media screen and (max-width:800px) {
    .onlySp {
        display: block;
    }

    section.comment li small {
        font-size: 0.95em;
    }
}
