/* 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, 16px);
    font-family: "LINE Seed JP", 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: 40px 0;
    text-align: center;
}

/* PC */

.onlyPc {
    display: block;
}

.onlySp {
    display: none;
}

.top_main {
    background: linear-gradient(45deg, #e2f7ff, #acd8f7, #e2f7ff);
}

.top_main img {
    display: block;
    width: min(100%, 1280px);
    margin: 0 auto;
}

.oatime {
    font-size: min(4.5vw, 40px);
    font-weight: 900;
    background: #13bbeb;
    background-size: cover;
    color: #fff;
    padding: 0.15em 0 0.5em;
    -webkit-text-stroke: 0.1em #0080a3;
    paint-order: stroke;
    letter-spacing: 0.05em;
}

.oatime p {
    background: linear-gradient(transparent 70%, transparent 70%, #ffa0c1 70%);
    width: 19em;
    margin: 0 auto;
}

.oatime small {
    font-size: 0.6em;
}

.oatime ul {
    display: flex;
    justify-content: center;
    padding-top: 0.2em;
}

.oatime li {
    width: min(90%, 400px);
}

.oatime ul a {
    display: block;
    width: 100%;
}

.oatime li img {
    display: block;
    width: 100%;
}

main {
    position: relative;
    text-align: left;
    background: url(../images/bg_main.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 4em;
}

main article {
    position: relative;
}

article section {
    width: min(90vw, 1200px);
    margin: 0 auto 4em;
    padding: 3.5em 4em 4em;
    background: url(../images/bg_section.webp);
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    box-shadow: 0 0 4px #6ac2ff;
    box-sizing: border-box;
}

article section h2 {
    text-align: center;
    font-size: min(5vw, 40px);
    font-weight: bold;
    line-height: 1;
}

article section h2 small {
    display: block;
    font-size: 0.4em;
    line-height: 2;
}

.ttl_wrap::before,
.ttl_wrap::after {
    content: "";
    display: block;
    width: 1.5em;
    height: 2px;
    background: #81daff;
    margin: 0 1.5em;
}

.ttl_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5em;
    color: #0093d0;
    -webkit-text-stroke: 0.1em #b4e9ff;
    paint-order: stroke;
}

article section iframe {
    display: block;
    width: min(100%, 880px);
    aspect-ratio: 16/9;
    margin: 0 auto;
}

section.about p {
    font-size: min(3.5vw, 18px);
    text-align: center;
    line-height: 2;
    font-weight: bold;
}

section.cast h3 {
    width: min(100%, 880px);
    background: linear-gradient(-25deg, pink 30%, skyblue 0);
    color: #fff;
    font-weight: bold;
    margin: 0 auto min(2vw, 40px);
    text-align: center;
    font-size: min(4.5vw, 28px);
    line-height: 2;
    -webkit-text-stroke: 0.15em rgba(0, 0, 0, 0.35);
    paint-order: stroke;
}

section.cast img {
    display: block;
    width: 100%;
    margin: 0 auto 1em;
}

section.cast ul {
    margin-bottom: 4em;
}

section.cast ul li {
    width: min(100%, 880px);
    margin: 0 auto 2em;
    padding: 2em;
    box-shadow: 0 0 4px #ccc;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    font-size: min(3.5vw, 18px);
    font-weight: bold;
}

ul.bnr {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

ul.bnr li {
    width: min(90%, 300px);
}

ul.bnr li a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 10px;
    line-height: 2;
}

ul.bnr li a img {
    width: 100%;
}

ul.bnr li span {
    display: block;
}

small.copy {
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 2;
}

section.info img {
    display: block;
    width: min(100%, 880px);
    margin: 0 auto 1em;
}

section.info p{
    font-size:min(3.5vw, 18px);
    line-height: 2;
}

/*SP*/

@media screen and (max-width:800px) {
    .onlyPc {
        display: none;
    }

    .onlySp {
        display: block;
        ;
    }

    #header {
        min-height: auto;
    }

    #page_all {
        overflow-x: hidden;
    }

    #pan_box {
        overflow-x: scroll;
    }

    .oatime {
        padding: 0.5em 0;
    }

    .oatime p {
        margin-bottom: 0.25em;
    }

    main {
        padding-top: 2em;
    }

    article section {
        padding: 3em 1em;
        margin: 0 auto 2em;
    }

    ul.bnr {
        flex-direction: column;
    }

    ul.bnr li {
        margin: 0 auto;
    }

    .ttl_wrap::before,
    .ttl_wrap::after {
        content: "";
        display: block;
        width: 1em;
        height: 2px;
        background: #81daff;
        margin: 0 1.5em;
    }
}
