/* 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: url(../img/bg_top_main.webp);
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*背景*/
.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: #fff;
    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 */

#header,
#pan_box,
#footer {
    position: relative;
    z-index: 1;
}

.bgbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../img/bg_main.webp);
}

.wrap {
    font-size: min(3.5vw, 16px);
    font-family: "Kosugi Maru", sans-serif;
    color: #333;
    background: linear-gradient(to bottom, #fbdbf0, #ceddfc);
    line-height: 1.5;
    padding-bottom: 2em;
    position: relative;
}

.content_wrap {
    background: url(../img/bg_main.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

img {
    vertical-align: bottom;
}

.panlist {
    text-align: left;
    font-size: 12px;
    padding: 0.2em 0 0.2em 1em;
    color: #fff;
    background: #000;
}

.panlist a {
    display: inline-block;
    color: #fff;
}

#footer #f_PC,
footer #f_SP {
    margin: 0 auto !important;
}

.share_wrap {
    background: #fff;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.25em 0 0.75em;
    border-radius: 1000px;
    position: relative;
    filter: drop-shadow(0 0 4px #92dcff);
    color: #007db8;
    font-weight: bold;
    letter-spacing: 0.05em;
}

/*
.share_wrap::after {
    position: absolute;
    content: "▼";
    display: block;
    color: #fff;
    font-size: min(5vw, 32px);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.95em;
}
*/

#sns_button {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 0.25em;
}

#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;
}

/* PC */

.top_main {
    background: url(../img/bg_top_main.webp);
    background-size: cover;
    background-position: center center;
    width: min(100%, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    aspect-ratio: 16 / 9;
    outline: 4px solid rgba(255, 255, 255, 0.75);
    outline-offset: -20px;
    padding: 8px;
}

.top_main img {
    display: block;
    width: calc(100% - 20px);
    aspect-ratio: 16/9;
    object-fit: contain;
    object-position: center;
}

.top_main .dummy {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-weight: 900;
    font-size: min(4.75vw, 52px);
    font-weight: bold;
    color: #e858cb;
    -webkit-text-stroke: 0.15em #fff;
    paint-order: stroke;
    filter: drop-shadow(0 0 2px #e858cb);
    letter-spacing: 0.05em;
    line-height: 1;
    width: 12em;
    height: 1em;
}

.splide li {
    /*    width:min(100%,1200px);*/
}

.splide__pagination__page.is-active {
    background: #efefef;
}

.splide li img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
    object-position: center;
}

.oatime {
    font-family: "M PLUS Rounded 1c", sans-serif;
    background: url(../img/bg_oatime.webp);
    background-size: 120% auto;
    background-position: center;
    width: min(100%, 1200px);
    margin: 0 auto;
    padding: 1.75em 1.5em;
}

.oatime p {
    font-size: min(3.5vw, 40px);
    font-weight: bold;
    color: #e858cb;
    -webkit-text-stroke: 0.15em #fff;
    paint-order: stroke;
    filter: drop-shadow(0 0 2px #e858cb);
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 0.25em;
}

.oatime .c_text::before {
    content: "映画";
    display: inline-block;
    width: 3em;
    text-align: center;
    background: #db008b;
    color: #fff;
    border-radius: 8px;
    -webkit-text-stroke: 0;
    font-size: min(3.5vw, 28px);
    line-height: 1.25;
    margin-right: 0.5em;
}

.oatime .s_text::before {
    content: "特番";
    display: inline-block;
    width: 3em;
    text-align: center;
    background: #007db8;
    color: #fff;
    border-radius: 8px;
    -webkit-text-stroke: 0;
    font-size: min(3.5vw, 28px);
    line-height: 1.25;
    margin-right: 0.5em;
}

.oatime .notice {
    font-size: min(3vw, 16px);
    font-weight: bold;
    color: #e858cb;
    -webkit-text-stroke: 0.15em #fff;
    paint-order: stroke;
    filter: drop-shadow(0 0 2px #e858cb);
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 0.25em;
}

.oatime p small {
    font-size: 0.75em;
}

ul.jumplist {
    width: min(100%, 1200px);
    /*    padding: 0.5em;*/
    margin: 0 auto;
    background: url(../img/bg_section.webp);
    background-size: cover;
    display: flex;
    justify-content: center;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 99;
}

ul.jumplist li {
    margin: 0.5em 0;
}

ul.jumplist li a {
    display: block;
    text-decoration: none;
    width: 10em;
    line-height: 2;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: min(3.75vw, 20px);
    font-weight: bold;
    -webkit-text-stroke: 0.15em #fff;
    paint-order: stroke;
}

.cinemajump a {
    color: #db008b;
    outline: 1px solid #e858cb;
    outline-offset: -4px;
    box-shadow: 0 0 2px #e858cb;
}

.specialjump a {
    color: #007db8;
    outline: 1px solid #009de6;
    outline-offset: -4px;
    box-shadow: 0 0 2px #009de6;
}

.inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: min(100%, 1200px);
    margin: 1em auto 2em;
}

.inner main {
    width: calc(min(100%, 1200px) - 240px);
}

.inner aside {
    /*    width: min(100%, 220px);*/
    width: 220px;
}

aside .cinema_archive,
aside .special_archive {
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.75);
}

aside .cinema_archive {
    margin-bottom: 1em;
}

aside img {
    display: block;
    width: 100%;
    background: #efefef;
    aspect-ratio: 16/9;
    object-fit: contain;
    object-position: center;
}

aside strong {
    display: block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    width: 100%;
    background: url(../img/bg_star.webp);
    background-size: cover;
    background-position: center center;
    font-weight: bold;
    color: #a658e8;
    -webkit-text-stroke: 0.25em #fff;
    paint-order: stroke;
    filter: 0.15em 0 #a658e8;
    font-size: min(4vw, 24px);
    padding: 1em 0.5em;
    border-radius: 8px;
    margin: 0 auto 0.5em;
}

.cinema_archive strong {
    background-color: #e858cb;
    color: #db008b;
}

.special_archive strong {
    background-color: #009de6;
    color: #007db8;
}

aside strong small {
    display: block;
    font-size: 0.65em;
}

aside li {
    margin-bottom: 0.5em;
}

aside li span.ttl {
    font-size: 14px;
    word-break: auto-phrase;
}

aside a {
    display: block;
    text-decoration: none;
    color: #333;
    border: 1px solid #e9c4fc;
    border-radius: 4px;
    background: #fff;
    padding: 4px;
    box-sizing: border-box;
}

aside span.cinema::before {
    content: "映画";
    display: inline-block;
    width: 3em;
    text-align: center;
    background: #db008b;
    color: #fff;
    border-radius: 4px;
    margin: 0 0.5em 0.25em 0;
}

aside span.special::before {
    content: "特番";
    display: inline-block;
    width: 3em;
    text-align: center;
    background: #007db8;
    color: #fff;
    border-radius: 4px;
    margin: 0 0.5em 0.25em 0;
}

aside small.date {
    font-size: 14px;
    display: block;
}

article section {
    background: url(../img/bg_section.webp);
    background-size: cover;
    background-position: center left;
    border-radius: 12px;
    margin-bottom: 2em;
    padding: 3em 4em 4em;
    outline: 2px solid #fdc2e2;
    outline-offset: -0.5em;
}

article section.special {
    outline: 2px solid #c2cefd;
}

article section h2 {
    font-size: min(7.5vw, 52px);
    font-weight: bold;
    color: #e858cb;
    -webkit-text-stroke: 0.15em #fff;
    paint-order: stroke;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1;
    width: 5em;
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fee8ff 70%, #fee8ff 100%);
    padding-bottom: 0.1em;
    margin: 0 auto 1em;
    transform: rotate(0.03deg);
}

article section h2 small {
    display: block;
    font-size: min(2.5vw, 18px);
}

article section h2 span {
    filter: drop-shadow(0 0 2px #e858cb);
}

article section.special h2 {
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #e8fbff 70%, #e8fbff 100%);
}

article section.special h2 span {
    color: #009de6;
    filter: drop-shadow(0 0 2px #009de6);
}

article section.nodata {
    text-align: center;
}

main {
    text-align: left;
}

.inbox figure {
    margin-bottom: 1em;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

#inbox_cinema figure img {
    display: block;
    /* max-height: 600px; */
    /* max-width: 100%; */
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
}

#inbox_special figure img {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
}

.inbox h3 {
    padding: 0.5em 1em;
    background: #ccc;
    font-weight: bold;
    font-size: min(4vw, 20px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.25em;
    border-bottom: 1px solid;
    border-radius: 0.5em 0 0 0;
    margin-top: 1.5em;
}

.inbox h3:first-of-type {
    margin-top: 0;
}

.inbox h3::before {
    content: "★";
    display: inline-block;
    margin-right: 1em;
    font-size: 0.5em;
    -webkit-text-stroke: 0.25em #fff;
}

#inbox_cinema h3 {
    background: linear-gradient(to right, #fee8ff, transparent);
    font-weight: bold;
    color: #e858cb;
    -webkit-text-stroke: 0.25em #fff;
    paint-order: stroke;
}

#inbox_special h3 {
    background: linear-gradient(to right, #e8fbff, transparent);
    font-weight: bold;
    color: #009de6;
    -webkit-text-stroke: 0.25em #fff;
    paint-order: stroke;
}

#inbox_special iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
}

.inbox .streamtver,
.inbox .streamrch,
.inbox .streamytch{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    color: #333;
    font-weight: bold;
    margin-right: 10px;
}

.spcast_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1em;
    background: #fff;
    border: 2px solid #e8fbff;
    border-radius: 8px;
    margin-bottom: 0.5em;
}

.spcast_list img {
    display: block;
    width: 30%;
    aspect-ratio: 1/1;
    object-fit: contain;
    background: #ccc;
}

.spcast_list strong {
    display: block;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 1em;
}

.spcast_list .spcast_right {
    width: calc(70% - 20px);
}

.spcast_list .spcast_comment {
    display: block;
    width: 9em;
    color: #009de6;
    border: 1px solid #009de6;
    border-radius: 8px;
    margin-bottom: 0.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.spcast_list .spcast_comment::before {
    content: "▼";
    display: inline-block;
    margin-right: 0.25em;
    font-size: 0.75em;
}

.spcast_right p {
    font-size: 0.9em;
}

/* PRESENT */

.present {
    width: 100%;
    background: url(../img/bg_section.webp);
    background-size: cover;
    border-radius: 12px;
    outline: 2px solid #fdc2e2;
    outline-offset: -0.5em;
    padding: 2em;
    margin-bottom: 2em;
}

.present_box {
    display: flex;
    justify-content: space-between;
}

.present img {
    display: block;
    width: 25%;
    border: 1px solid #fdc2e2;
    border-radius: 4px;
    cursor: pointer;
}

.present .present_text {
    width: calc(75% - 20px);
    position: relative;
}

.present strong {
    display: block;
    width: 12em;
    font-size: min(5.5vw, 24px);
    font-weight: bold;
    text-align: center;
    margin: 0 auto 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #db008b;
    -webkit-text-stroke: 0.15em #fff;
    paint-order: stroke;
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fee8ff 70%, #fee8ff 100%);
}

.present strong::before,
.present strong::after {
    content: "★";
    display: block;
    font-size: 0.75em;
    padding: 0 0.5em;
}

.present .present_text p {
    margin-bottom: 1em;
}

.present .present_text span {
    display: block;
    margin-bottom: 1em;
}

.present .present_text a {
    display: block;
    width: 100%;
    background: #db008b;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 3;
    font-size: min(5.5vw, 18px);
    transition: 0.25s;
}

.present .present_text a:hover {
    opacity: 0.75;
}

/* ARCHIVE PAGE */

#archive h1 {
    text-align: center;
    padding: 4em 0 6em;
    background: url(../img/archive_main.webp);
    background-size: cover;
    background-position: center center;
    margin-bottom: 1em;
}

#archive h1 > span {
    font-size: min(7.5vw, 52px);
    font-weight: bold;
    color: #a658e8;
    -webkit-text-stroke: 0.15em #fff;
    paint-order: stroke;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1;
    width: 5em;
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #e5c7ff 70%, #e5c7ff 100%);
    padding-bottom: 0.1em;
    margin: 0 auto 1em;
    transform: rotate(0.03deg);
}

#archive h1 span span {
    filter: drop-shadow(0 0 4px #a658e8);
}

#archive h1 small {
    display: block;
    font-size: min(2.5vw, 18px);
}

/*
#archive article section {
    margin-bottom: 0;
}
*/

#archive .back {
    display: block;
    width: 10em;
    background: #fff;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    line-height: 3;
    margin: 0 auto 4em;
    outline: 2px solid #fdc2e2;
    outline-offset: -0.25em;
    /*    background: linear-gradient(to right, #fee8ff, #fff, #fee8ff);*/
    background: #fff;
    font-weight: bold;
    color: #e858cb;
    -webkit-text-stroke: 0.25em #fff;
    paint-order: stroke;
}


/* SP */

@media screen and (max-width:800px) {
    #header {
        min-height: auto;
    }

    #page_all {
        overflow-x: hidden;
    }

    .top_main {
        padding: 6px;
    }

    .oatime {
        padding: 1.25em 0.25em 0.5em;
    }

    .oatime p {
        color: #db008b;
    }

    .inner {
        flex-direction: column;
    }

    .inner main {
        width: 90%;
        margin: 0 auto;
    }

    .inner aside {
        width: 90%;
        margin: 0 auto;
    }

    article section {
        padding: 3em 2em 4em;
    }

    aside ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    aside ul li {
        width: 49.5%;
        margin-bottom: 0.5%;
    }

    .spcast_list {
        flex-direction: column;
    }

    .spcast_list img {
        width: min(100%, 400px);
        margin: 0 auto 0.5em;
    }

    .spcast_list .spcast_right {
        width: 100%;
    }

    .present .present_box {
        flex-direction: column;
    }

    .present img,
    .present .present_text {
        width: 100%;
    }
    
    .present img{
        margin-bottom: 0.5em;
    }
}
