/* loader */

#loader {
    background: #c5eff8;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/*背景*/
.loader,
.loader:before,
.loader:after {
    background: #fff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    height: 4em;
    width: 1em;
    top: 50%;
}

.loader {
    color: #eaecff;
    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: 16px;
    font-family: "Zen Maru Gothic", 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;
}

#pagetop a {
    text-decoration: none;
    text-align: center;
    display: block;
    width: 60px;
    line-height: 60px;
    color: #fff;
    background: #333;
    border-radius: 100%;
    position: fixed;
    transition: 0.2s;
}

#pagetop a:hover {
    opacity: 0.75;
    box-shadow: 0px 0px 12px 4px #fff;
}

#footer #f_PC,
footer #f_SP {
    margin: 0 auto !important;
}

#sns_button {
    padding-top: 80px;
    text-align: center;
}

/* PC */
main article {
    text-align: left;
    font-size: min(3.5vw, 18px);
}

main article .inner {
    background: url(../images/bg_twinkle.png);
    background-size: contain;
    background-position: center center;
    background-attachment: fixed;
}

main section h1 {
    font-family: "Kaisei Decol", serif;
    font-size: min(6vw, 50px);
    line-height: 1;
    color: #9a66aa;
    font-weight: 900;
    margin-bottom: min(4vw, 40px);
    text-align: center;
}

main section h2 {
    font-family: "Kaisei Decol", serif;
    font-size: min(5vw, 36px);
    line-height: 1;
    color: #9a66aa;
    font-weight: 900;
    margin-bottom: min(4vw, 40px);
    text-align: center;
    padding-top: min(6vw, 60px);
}

main section h1 small {
    font-size: min(3vw, 18px);
    display: block;
    padding-top: 0.5em;
}

.top_main {
    background: linear-gradient(to bottom, #f7feff, #e9fafd);
}

.top_main img {
    width: min(100%, 1100px);
    display: block;
    margin: 0 auto;
}

.oa_time {
    background: url(../images/oatime.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0 20px;
}

.oa_time p {
    font-size: min(6.5vw, 46px);
    font-weight: 900;
    color: #fff;
    font-family: "Kaisei Decol", serif;
    margin-bottom: 0.25em;
    text-shadow: -3px -3px 0 #9a66aa, 0px -3px 0 #9a66aa, 3px -3px 0 #9a66aa, 3px 0px 0 #9a66aa, 3px 3px 0 #9a66aa, 0px 3px 0 #9a66aa, -3px 3px 0 #9a66aa, -3px 0px 0 #9a66aa;
}

.oa_time ul {
    display: flex;
    justify-content: space-between;
    width: min(90%, 1100px);
    margin: 0 auto;
}

.oa_time ul li {
    width: 48%;
}

.oa_time ul li img {
    width: 100%;
}

article.first {
    background: linear-gradient(to bottom, #f2fdff, #abe8f4);
    padding: min(6vw, 60px) 0;
}

article.second {
    background: linear-gradient(to bottom, #f2fdff, #cda9ff);
    padding: 0 0 min(6vw, 60px) 0;
}

article.first section {
    box-shadow: 0px 0px 4px #73d9ed;
}

article.second section {
    box-shadow: 0px 0px 4px #cda9ff;
}

.wave {
    margin-bottom: 60px;
}

.wave img {
    width: 100%;
    pointer-events: none;
}

article section {
    background: url(../images/bg_section.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 20px;
    width: min(90%, 1100px);
    margin: 0 auto min(6vw, 60px);
    padding: min(6vw, 60px) min(8vw, 80px) min(10vw, 100px);
    box-sizing: border-box;
}

section.broad iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

section.about img {
    width: 100%;
    margin-bottom: 1em;
}

section.cast {
    text-align: center;
}

section.cast dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.cast dl dt {
    width: 30%;
    margin-bottom: 1em;
}

section.cast dl dt img {
    width: 100%;
}

section.cast dl dd {
    width: 65%;
    text-align: left;
    font-size: min(3.5vw, 16px);
}

section.cast dl dd h3 {
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 2;
    font-size: min(3.4vw, 20px);
}

section.cast dl dd strong {
    display: block;
    font-weight: bold;
}

section.cast ul {
    display: flex;
    justify-content: center;
    padding:1em 0;
}

section.cast ul li {
    width: 30%;
    margin-right: 2em;
}

section.cast ul li:last-of-type{
    margin-right: 0;
}

section.cast ul li img {
    width: 100%;
}

section.cast ul li p {
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 2;
    font-size: min(3.4vw, 20px);
}

section.movie {
    text-align: center;
}

section.movie ul {
    width: 100%;
    display: flex;
    justify-content: space-between
}

section.movie h1::before {
    content: "豪華二本立て！";
    display: block;
    width: min(40vw, 200px);
    line-height: 4.5em;
    padding-bottom: 16px;
    background: url(../images/fukidashi.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: min(3.5vw, 18px);
    text-align: center;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 2px #ddd);
    transform: translate(translateY(min(1vw, 12px)));
}

section.movie ul li {
    width: 48%;
}

section.movie ul li img {
    width: 100%;
}

section.movie strong {
    display: block;
    font-weight: 700;
}

section.movie small {
    font-size: min(3vw, 14px);
}

small.copy {
    display: block;
    text-align: center;
    text-shadow: -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 0px 1px 0 #fff, -1px 1px 0 #fff, -1px 0px 0 #fff;
    font-weight: 700;
}

/*SP*/

@media screen and (max-width:800px) {
    #header {
        min-height: 70px;
    }

    #page_all {
        overflow-x: hidden;
    }

    #pan_box {
        overflow-x: scroll;
    }

    .oa_time p {
        text-shadow: -1px -1px 0 #9a66aa, 0px -1px 0 #9a66aa, 1px -1px 0 #9a66aa, 1px 0px 0 #9a66aa, 1px 1px 0 #9a66aa, 0px 1px 0 #9a66aa, -1px 1px 0 #9a66aa, -1px 0px 0 #9a66aa;
    }

    section.cast dl {
        flex-direction: column;
    }

    section.cast dl dt img {
        width: min(65%, 400px);
    }

    section.cast dl dt,
    section.cast dl dd {
        width: 100%;
    }

    section.cast dl dd {
        margin-bottom: 3em;
    }
    
    section.cast ul{
        flex-direction: column;
    }
    
    section.cast ul li{
        width: min(65%, 400px);
        margin:0 auto 2em!important;
    }
}
