/* reset */

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    border: 0;
    box-sizing: border-box;
    vertical-align: baseline;
    list-style-type: none;
}

/* reset end */

/* loader */

#loader {
    background: linear-gradient(0deg, rgba(198, 230, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(198, 230, 255, 1) 100%);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: opacity 0.5s;
}

/*背景*/
.loader,
.loader:before,
.loader:after {
    background: #03b7d6;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    height: 4em;
    width: 1em;
    top: 50%;
}

.loader {
    color: #03b7d6;
    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;
    }
}

/* End loader */

/* Common */

body {
    font-size: min(3.5vw, 16px);
    font-family: sans-serif;
    color: #333;
    background: #fff;
    line-height: 1.5;
}

#page_all {
    font-size: min(3.5vw, 16px);
    font-family: "LINE Seed JP", sans-serif;
    color: #333;
    background: #fff;
    line-height: 1.5;
}

img {
    vertical-align: bottom;
}

#pan_box {
    background: #000;
    color: #fff;
    overflow-x: scroll;
    scrollbar-width: none;
}

#pan_box::-webkit-scrollbar {
    display: none;
}

.in {
    display: flex;
    font-size: 12px;
    line-height: 28px;
    width: min(100%, 1280px);
    margin: 0 auto;
    padding-left: 1em;
    white-space: nowrap;
}

.in a {
    text-decoration: none;
    color: #fff;
}

.in li::after {
    content: ">";
    display: inline-block;
    padding: 0 1em;
}

.in li:last-of-type::after {
    content: "";
}

#footer #f_PC,
footer #f_SP {
    margin: 0 auto !important;
}

#sns_button {
    padding: 60px 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#sns_button a {
    display: block;
    width: 40px;
    height: 40px;
}

#sns_button img {
    width: 40px;
    height: 40px;
}

.stream_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.stream_list li {
    width: min(90%, 400px);
}

.stream_list li a {
    width: 100%;
    display: block;
}

.top_main {
    padding: 3em 0;
    background: linear-gradient(0deg, rgba(198, 230, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(198, 230, 255, 1) 100%);
}

.top_main img {
    display: block;
    width: min(80%, 680px);
    margin: 0 auto;
}

.oatime {
    /*    background: #1a2684;*/
    background: #03b7d6;
    color: #fff;
    font-weight: 900;
    font-size: 2.5em;
    text-align: center;
    padding: 0.5em 0;
}

.oatime p {
    margin-bottom: 0.25em;
    -webkit-text-stroke: 0.15em #008299;
    paint-order: stroke;
}

.oatime small {
    font-size: 0.65em;
}

.oatime ul {
    display: flex;
    justify-content: center;
    gap: 1em;
    text-align: center;
    padding: 0 0.5em;
}

.oatime li {
    width: min(100%, 400px);
}

.oatime li img {
    display: block;
    width: 100%;
}

main {
    text-align: left;
    background: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3em;
}

article section {
    width: min(90%, 1080px);
    margin: 0 auto 2em;
    background: url(../img/sec_bg.jpg);
    background-size: cover;
    padding: 2em;
    box-shadow: 0 0 4px #714e2a;
}

section h2 {
    background-image: url(../img/ttl.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 2.75;
    font-size: 2.5em;
    text-align: center;
    color: #fff;
    font-weight: 900;
    -webkit-text-stroke: 0.15em #714e2a;
    paint-order: stroke;
    margin-bottom: 0.5em;
}

section.about img {
    display: block;
    width: min(100%, 620px);
    margin: 0 auto 1em;
    border: 4px solid #ccc;
    box-sizing: border-box;
}

section.about p {
    text-align: center;
    font-weight: bold;
}

section.cast ul {
    display: flex;
    justify-content: center;
    gap: 2%;
}

section.cast li {
    width: min(49%, 320px);
    font-weight: bold;
    text-align: center;
}

section.cast li img {
    display: block;
    width: 100%;
    border: 4px solid #ccc;
    margin-bottom: 0.5em;
}

section.movie iframe {
    display: block;
    width: min(100%, 800px);
    margin: 0 auto;
    aspect-ratio: 16/9;
}

a.bnr {
    display: block;
    margin:0 auto;
    width: min(90%, 600px);
}

a.bnr img {
    display: block;
    width: 100%;
}

/* SP */

@media screen and (max-width:800px) {
    #header {
        min-height: auto;
    }

    #page_all {
        overflow-x: hidden;
    }

    section.about p {
        font-size: 0.82em;
    }

    .oatime {
        font-size: 1.75em;
    }

    .oatime ul {
        gap: 1%;
    }

    section h2 {
        font-size: 2em;
    }
}
