/* loader */

#loader {
    background: #2cbedb;
    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: #ffdd00;
    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: "M PLUS 1", 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: #000047;
    font-weight: 700;
}

#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 */

.top_main img {
    width: 100%;
}

.onair_time {
    background: url(../images/bg_onair.webp);
    background-size: cover;
    background-position: center center;
    font-size: min(4.5vw, 40px);
    padding: min(4%, 16px) 0 min(4%, 24px);
    position: relative;
    z-index: 4;
}

.onair_time p {
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: min(1%, 8px);
    text-shadow: -3px -3px 0 #0086c0,
        0px -3px 0 #0086c0,
        3px -3px 0 #0086c0,
        3px 0px 0 #0086c0,
        3px 3px 0 #0086c0,
        0px 3px 0 #0086c0,
        -3px 3px 0 #0086c0,
        -3px 0px 0 #0086c0;
}

.onair_time span {
    font-size: min(6.5vw, 52px);
}

.onair_time ul {
    width: min(95%, 1100px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.onair_time ul li {
    width: calc(33% - 10px);
}

.onair_time ul li a img {
    width: 100%;
}

article {
    position: relative;
}

article section {
    position: relative;
    border-radius: 0 0 40px 40px;
    box-shadow: 0px 0px 8px #888;
}

article section:last-of-type {
    border-radius: 0;
}

article section.about {
    background: url(../images/bg01.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    z-index: 3;
    padding: min(10vw, 60px) 0;
}

article section.onair {
    background: url(../images/bg02.webp);
    background-size: 200px;
    background-attachment: fixed;
    z-index: 2;
    margin-top: -60px;
    padding: min(27vw, 120px) 0 min(10vw, 60px)
}

article section.cast {
    background: url(../images/bg03.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    z-index: 1;
    margin-top: -60px;
    padding: min(27vw, 120px) 0 min(10vw, 60px)
}

article section .inner {
    width: min(90%, 1100px);
    margin: 0 auto;
    background: url(../images/bg_grid.webp);
    background-repeat: repeat;
    background-size: min(8vw, 40px) min(8vw, 40px);
    background-color: rgba(255, 255, 255, 0.75);
    background-blend-mode: lighten;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #bbb;
    padding: min(6vw, 60px) min(6vw, 80px);
    box-sizing: border-box;
}

article section h1 {
    background: #000;
    color: #fff;
    font-weight: 900;
    border-radius: 20px 0 20px 0;
    width: 7em;
    line-height: 1;
    padding: 10px 0 16px;
    font-size: min(7vw, 48px);
    margin: 0 auto 40px;
    position: relative;
    filter: drop-shadow(0px 0px 4px #999);
}

article section h1::before,
article section h1::after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 60px;
    background: url(../images/icon_fire.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

article section h1::before {
    left: -16px;
}

article section h1::after {
    right: -16px;
}

section.about h1 {
    background: #ff2362;
    text-shadow: -3px -3px 0 #bf1a49,
        0px -3px 0 #bf1a49,
        3px -3px 0 #bf1a49,
        3px 0px 0 #bf1a49,
        3px 3px 0 #bf1a49,
        0px 3px 0 #bf1a49,
        -3px 3px 0 #bf1a49,
        -3px 0px 0 #bf1a49;
}

section.onair h1 {
    background: #ffde01;
    text-shadow: -3px -3px 0 #998500,
        0px -3px 0 #998500,
        3px -3px 0 #998500,
        3px 0px 0 #998500,
        3px 3px 0 #998500,
        0px 3px 0 #998500,
        -3px 3px 0 #998500,
        -3px 0px 0 #998500;
}

section.cast h1 {
    background: #0093b8;
    text-shadow: -3px -3px 0 #006e8a,
        0px -3px 0 #006e8a,
        3px -3px 0 #006e8a,
        3px 0px 0 #006e8a,
        3px 3px 0 #006e8a,
        0px 3px 0 #006e8a,
        -3px 3px 0 #006e8a,
        -3px 0px 0 #006e8a;
}

section.about .logo {
    display: block;
    width: min(65%, 280px);
    margin: 0 auto min(4.5vw, 40px);
}

section.about p {
    font-size: min(3.5vw, 20px);
    font-weight: 800;
    color: #0093b5;
    margin-bottom: 2em;
}

section.about p strong {
    display: inline-block;
    font-size: min(3.8vw, 28px);
    color: #e0004c;
    background: linear-gradient(to bottom, transparent, transparent, #fffb08);
    padding: 0 0.2em;
}

section.about span {
    display: block;
    text-align: left;
    margin-bottom: 4em;
    font-size: min(3.5vw, 16px);
}

section.about span:last-of-type {
    margin-bottom: 1em;
}

section.about h2 {
    font-size: min(4vw, 24px);
    font-weight: bold;
    margin-bottom: 1em;
}

section.onair #inbox {
    font-size: min(4vw, 20px);
}

section.onair #inbox .oadate {
    font-weight: 700;
    margin-bottom: 0.5em;
}

section.onair #inbox .oadate span {
    font-size: min(4.5vw, 24px);
    background: linear-gradient(to bottom, transparent 50%, transparent 50%, #fff6bf);
}

section.onair #inbox .media_wrap {
    display: flex;
    justify-content: center;
}

section.onair #inbox iframe {
    width: calc(50% - 6px);
    aspect-ratio: 16/9;
    margin-right: 12px;
}

section.onair #inbox .slick {
    width: 85%;
    aspect-ratio: 16/9;
}

section.onair #inbox .slick-list.draggable {
    width: 100%;
}

section.onair #inbox .slick-slide img {
    width: 100%;
    /*    height: 45vw;*/
    aspect-ratio: 16/9;
    object-fit: cover;
}

section.onair #inbox .text_wrap {
    padding: 1em 0;
}

section.onair .text {
    text-align: left;
    padding: 0.5em 0 1em;
    margin: 0 auto;
    width: 85%;
}

select#oalist {
    width: 85%;
    padding: 1em 0;
    text-align: center;
    font-weight: 800;
    font-size: min(4vw, 20px);
    background: #ff2362;
    color: #fff;
    border: 0;
}

section.cast ul li {
    font-weight: 800;
}

section.cast ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.cast ul li {
    width: calc(25% - 20px);
    margin-bottom: min(10vw, 60px);
}

section.cast ul li img {
    width: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 4px solid #ccc;
    margin-bottom: 8px;
}

section.cast ul li p {
    width: 100%;
    border-radius: 0 10px 0 10px;
    background: #ccc;
    color: #fff;
    font-size: min(4vw, 20px);
    line-height: 1;
    padding: 16px 0;
}

section.cast ul li small {
    display: block;
    font-size: min(2.5vw, 14px);
    padding-top: 4px;
}

section.cast h4 {
    font-size: min(4vw, 20px);
    font-weight: 800;
}

section.cast .otodama img {
    border: 4px solid #534671;
}

section.cast .otodama p {
    background: #534671;
    text-shadow: -2px -2px 0 #382f4b,
        0px -2px 0 #382f4b,
        2px -2px 0 #382f4b,
        2px 0px 0 #382f4b,
        2px 2px 0 #382f4b,
        0px 2px 0 #382f4b,
        -2px 2px 0 #382f4b,
        -2px 0px 0 #382f4b;
}

section.cast .ishikari img {
    border: 4px solid #ab4147;
}

section.cast .ishikari p {
    background: #ab4147;
    text-shadow: -2px -2px 0 #843337,
        0px -2px 0 #843337,
        2px -2px 0 #843337,
        2px 0px 0 #843337,
        2px 2px 0 #843337,
        0px 2px 0 #843337,
        -2px 2px 0 #843337,
        -2px 0px 0 #843337;
}

section.cast .yamaguro img {
    border: 4px solid #383c46;
}

section.cast .yamaguro p {
    background: #383c46;
    text-shadow: -2px -2px 0 #1b1d22,
        0px -2px 0 #1b1d22,
        2px -2px 0 #1b1d22,
        2px 0px 0 #1b1d22,
        2px 2px 0 #1b1d22,
        0px 2px 0 #1b1d22,
        -2px 2px 0 #1b1d22,
        -2px 0px 0 #1b1d22;
}

section.cast .kurikoma img {
    border: 4px solid #876862;
}

section.cast .kurikoma p {
    background: #876862;
    text-shadow: -2px -2px 0 #5d4843,
        0px -2px 0 #5d4843,
        2px -2px 0 #5d4843,
        2px 0px 0 #5d4843,
        2px 2px 0 #5d4843,
        0px 2px 0 #5d4843,
        -2px 2px 0 #5d4843,
        -2px 0px 0 #5d4843;
}

section.cast .chiyoura img {
    border: 4px solid #cb9fb6;
}

section.cast .chiyoura p {
    background: #cb9fb6;
    text-shadow: -2px -2px 0 #795e6c,
        0px -2px 0 #795e6c,
        2px -2px 0 #795e6c,
        2px 0px 0 #795e6c,
        2px 2px 0 #795e6c,
        0px 2px 0 #795e6c,
        -2px 2px 0 #795e6c,
        -2px 0px 0 #795e6c;
}

section.cast .gabu img {
    border: 4px solid #cb899a;
}

section.cast .gabu p {
    background: #cb899a;
    text-shadow: -2px -2px 0 #976673,
        0px -2px 0 #976673,
        2px -2px 0 #976673,
        2px 0px 0 #976673,
        2px 2px 0 #976673,
        0px 2px 0 #976673,
        -2px 2px 0 #976673,
        -2px 0px 0 #976673;
}

section.cast .etra img {
    border: 4px solid #6d6caf;
}

section.cast .etra p {
    background: #6d6caf;
    text-shadow: -2px -2px 0 #4f4e7e,
        0px -2px 0 #4f4e7e,
        2px -2px 0 #4f4e7e,
        2px 0px 0 #4f4e7e,
        2px 2px 0 #4f4e7e,
        0px 2px 0 #4f4e7e,
        -2px 2px 0 #4f4e7e,
        -2px 0px 0 #4f4e7e;
}

section.cast .harusame img {
    border: 4px solid #77aee4;
}

section.cast .harusame p {
    background: #77aee4;
    text-shadow: -2px -2px 0 #4c6e90,
        0px -2px 0 #4c6e90,
        2px -2px 0 #4c6e90,
        2px 0px 0 #4c6e90,
        2px 2px 0 #4c6e90,
        0px 2px 0 #4c6e90,
        -2px 2px 0 #4c6e90,
        -2px 0px 0 #4c6e90;
}

section.cast .puwapuwa img {
    border: 4px solid #61a7a5;
}

section.cast .puwapuwa p {
    background: #61a7a5;
    text-shadow: -2px -2px 0 #3f6d6c,
        0px -2px 0 #3f6d6c,
        2px -2px 0 #3f6d6c,
        2px 0px 0 #3f6d6c,
        2px 2px 0 #3f6d6c,
        0px 2px 0 #3f6d6c,
        -2px 2px 0 #3f6d6c,
        -2px 0px 0 #3f6d6c;
}

section.cast .moemi img {
    border: 4px solid #dc8c96;
}

section.cast .moemi p {
    background: #dc8c96;
    text-shadow: -2px -2px 0 #893842,
        0px -2px 0 #893842,
        2px -2px 0 #893842,
        2px 0px 0 #893842,
        2px 2px 0 #893842,
        0px 2px 0 #893842,
        -2px 2px 0 #893842,
        -2px 0px 0 #893842;
}

section.cast .tsukiyuki img {
    border: 4px solid #7d071b;
}

section.cast .tsukiyuki p {
    background: #7d071b;
    text-shadow: -2px -2px 0 #470410,
        0px -2px 0 #470410,
        2px -2px 0 #470410,
        2px 0px 0 #470410,
        2px 2px 0 #470410,
        0px 2px 0 #470410,
        -2px 2px 0 #470410,
        -2px 0px 0 #470410;
}

section.cast .urutora img {
    border: 4px solid #d97a02;
}

section.cast .urutora p {
    background: #d97a02;
    text-shadow: -2px -2px 0 #884c00,
        0px -2px 0 #884c00,
        2px -2px 0 #884c00,
        2px 0px 0 #884c00,
        2px 2px 0 #884c00,
        0px 2px 0 #884c00,
        -2px 2px 0 #884c00,
        -2px 0px 0 #884c00;
}

section.cast .yasoshina img {
    border: 4px solid #ae87c6;
}

section.cast .yasoshina p {
    background: #ae87c6;
    text-shadow: -2px -2px 0 #6d547d,
        0px -2px 0 #6d547d,
        2px -2px 0 #6d547d,
        2px 0px 0 #6d547d,
        2px 2px 0 #6d547d,
        0px 2px 0 #6d547d,
        -2px 2px 0 #6d547d,
        -2px 0px 0 #6d547d;
}

/*SP*/

@media screen and (max-width:800px) {
    #header {
        min-height: 80px;
    }

    #page_all {
        overflow-x: hidden;
    }

    #pan_box {
        overflow-x: scroll;
    }

    .onair_time p {
        text-shadow: -2px -2px 0 #0086c0,
            0px -2px 0 #0086c0,
            2px -2px 0 #0086c0,
            2px 0px 0 #0086c0,
            2px 2px 0 #0086c0,
            0px 2px 0 #0086c0,
            -2px 2px 0 #0086c0,
            -2px 0px 0 #0086c0;
        margin-bottom: min(2%, 16px);
    }

    article section {
        border-radius: 0 0 20px 20px;
    }

    article section h1::before,
    article section h1::after {
        width: min(10vw, 50px);
        height: min(12vw, 60px);
    }

    section.about h1 {
        background: #ff2362;
        text-shadow: -2px -2px 0 #bf1a49,
            0px -2px 0 #bf1a49,
            2px -2px 0 #bf1a49,
            2px 0px 0 #bf1a49,
            2px 2px 0 #bf1a49,
            0px 2px 0 #bf1a49,
            -2px 2px 0 #bf1a49,
            -2px 0px 0 #bf1a49;
    }

    section.onair h1 {
        background: #ffde01;
        text-shadow: -2px -2px 0 #998500,
            0px -2px 0 #998500,
            2px -2px 0 #998500,
            2px 0px 0 #998500,
            2px 2px 0 #998500,
            0px 2px 0 #998500,
            -2px 2px 0 #998500,
            -2px 0px 0 #998500;
    }

    section.cast h1 {
        background: #0093b8;
        text-shadow: -2px -2px 0 #006e8a,
            0px -2px 0 #006e8a,
            2px -2px 0 #006e8a,
            2px 0px 0 #006e8a,
            2px 2px 0 #006e8a,
            0px 2px 0 #006e8a,
            -2px 2px 0 #006e8a,
            -2px 0px 0 #006e8a;
    }

    section.about p {
        line-height: 2;
    }

    .onair_time ul {
        display: block;
    }

    .onair_time ul li {
        width: 80%;
        margin: 0 auto 4px;
    }

    .onair_time ul li:last-of-type {
        margin: 0 auto 0;
    }

    section.onair #inbox .media_wrap {
        display: block;
    }

    section.onair #inbox .media_wrap iframe {
        width: 100%;
    }

    section.onair #inbox .media_wrap .slick {
        width: 100%;
    }

    section.onair .text {
        width: 100%;
    }

    section.cast ul li {
        width: calc(50% - 4px);
    }

    .slick-prev,
    .slick-next {
        top: 45%;
    }

}
