/* 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(-45deg, #000, #555);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: opacity 1s;
}

/*背景*/
.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 */

/* End loader */

/* Common */

.onlySp {
    display: none;
}

img {
    vertical-align: bottom;
}

ruby rt {
    font-size: min(1.5vw, 12px);
}

#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 {
    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;
}

.yellow {
    color: #caa80f;
    font-size: 1.1em;
    font-weight: bold;
}

.pink1 {
    color: #ef2781;
    font-size: 1.1em;
    font-weight: bold;
}

.pink2 {
    color: #ffb5ce;
    font-size: 1.1em;
    font-weight: bold;
}

.cyan {
    color: #01e1f2;
    font-size: 1.1em;
    font-weight: bold;
}

.purple {
    color: #e820fe;
    font-size: 1.1em;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.big {
    font-size: 1.3em;
}

/* PC */

#page_all {
    font-family: "Zen Old Mincho", serif;
    font-size: min(3.5vw, 18px);
    color: #fff;
    line-height: 1.5;
    position: relative;
}

.dramania {
    display: block;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 10em;
    pointer-events: none;
}

.top_main {
    padding: 2em 0 4em;
    background-image: url(../img_t/bg4.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;

}

.top_main .kv {
    width: min(60%, 400px);
    display: block;
    margin: 0 auto;
}

.top_main .logo {
    width: min(40%, 280px);
    display: block;
    margin: 0 auto 1em;
}

.top_main .oainfo {
    width: min(90%, 1080px);
    /*    padding:4em;*/
    margin: 0 auto 2em;
}

.catch1,
.catch2 {
    display: block;
    text-align: center;
    font-size: 1.5em;
    word-break: auto-phrase;
    padding: 2em 0;
}


.sns {
    display: flex;
    justify-content: center;
    gap: 1em;
    align-items: center;
    flex-wrap: wrap;
}

.sns ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.sns li {
    width: 72px;
    height: 72px;
    border-radius: 60px;
}

.sns li a {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 1px solid #fff;
    outline-offset: -2px;
    position: relative;
    transition: 0.25s;
}

.sns li a:hover {
    box-shadow: 0 0 4px #999;
    transform: translateY(-4px);
}

.sns li img {
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 2;
}

.sns .sns_x a {
    background: #000;
}

.sns .sns_instagram a {
    background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.sns .sns_tiktok a {
    background: linear-gradient(180deg, #ff1a6e, #ff1a6e, #ff1a6e, #41dad5, #41dad5, #41dad5);
}

.sns .sns_tiktok a::after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 68px;
    background: #fff;
    z-index: 1;
}

.sns .post {
    display: block;
    /* line-height: 72px; */
    border-radius: 100em;
    border: 1px solid #f7e4e6;
    width: 18em;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #333;
    font-weight: bold;
    box-shadow: 0 0 4px #f7e4e6;
    outline: 1px solid #f7e4e6;
    outline-offset: -4px;
    padding: 1.5em 0;
}

.sns .post span {
    display: inline-block;
    margin-right: 0.5em;
    color: #c74382;
    background-image: linear-gradient(to bottom, transparent 75%, #fff1f3 75%);
}

.date {
    display: block;
    font-size: min(6vw, 48px);
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}

.date small {
    font-size: 0.65em;
}

.oainfo dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2em 0;
    text-align: center;
    width: min(100%, 30.5em);
    margin: 0 auto;
    gap: 0.5em;
    line-height: 1.75;
}

.oainfo dl dt {
    width: 10em;
    background: rgba(255, 255, 255, 0.9);
}

.oainfo dl dd {
    width: 20em;
    background: rgba(255, 255, 255, 0.9);
}

.oainfo ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.oainfo li {
    width: min(calc(50% - 10px), 300px);
}

.oainfo li img {
    display: block;
    width: 100%;
}

main article {
    background: url(../img_t/bg3.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 4em 0;
}

article section {
    width: min(90%, 1080px);
    margin: 0 auto 4em;
    padding: 4em;
    background: rgba(0, 0, 0, 0.4);
    /*    color: #333;*/
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(45deg, transparent, transparent);
    border-image-slice: 1;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(-4em);
}

article section.active {
    animation: border 1.5s forwards;
}

@keyframes border {
    0% {
        border-image-source: linear-gradient(45deg, transparent, transparent, transparent, transparent, transparent);
        opacity: 0;
        transform: translateY(4em);
    }

    100% {
        border-image-source: linear-gradient(45deg, #a8620a, #ffaf1f, #ffe481, #df920e, #feae21);
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeup {
    0% {
        transform: translateY(4em);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

article iframe {
    display: block;
    width: min(90%, 1080px);
    aspect-ratio: 16/9;
    margin: 0 auto 4em;
    transform: translateY(4em);
    opacity: 0;
}

article iframe.active {
    animation: fadeup 1.5s forwards;
}



article section h2 {
    font-size: min(6vw, 48px);
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5em;
    line-height: 1;
    font-family: "LINE Seed JP", sans-serif;
    position: relative;
}

article section h2 span::first-letter {
    background: linear-gradient(to bottom, #f32579, #bf3ed1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

article section h2 span {
    display: inline-block;
    padding: 0 1em 0.35em;
    border-bottom: 1px solid #333;
    position: relative;
    z-index: 2;
}

article section h2::after {
    content: "";
    display: block;
    background: url(../img_t/icon_thunder.webp);
    width: 2.5em;
    height: 2.5em;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

article section h2 small {
    display: block;
    font-size: min(2vw, 14px);
    line-height: 2;
}

.onair dl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
    width: 34em;
    margin: 0 auto;
}

.onair dt {
    width: 10em;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5em;
    font-weight: bold;
}

.onair dd {
    width: 23em;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5em;
}

.onair dt:first-of-type,
.onair dd:first-of-type {
    font-weight: bold;
    margin-bottom: 1em;
}

.comment figure {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3em;
    align-items: flex-start;
}

.comment figure img {
    display: block;
    width: 30%;
    filter: drop-shadow(6px 6px 0 #333);
}

.comment figcaption {
    width: calc(70% - 2em);
}

.comment figcaption > p {
    font-size: 0.9em;
}

.comment figure strong {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #333;
}

.comment figure strong p {
    font-size: 1.5em;
}

.comment figure span {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.comment figure span::before {
    content: "／";
    display: block;
    margin: 0 0.5em;
}

.original_area {
    margin-bottom: 4em;
}

.original_area strong {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.original_area figure img {
    display: block;
    width: min(90%, 400px);
    margin: 0 auto 0.5em;
}

.original_area figcaption {
    font-size: 10px;
    text-align: center;
    margin-bottom: 1em;
}

.original_area a {
    display: flex;
    justify-content: center;
    gap: 0.5em;
    align-items: center;
    text-decoration: none;
    width: 14em;
    padding: 1em 0;
    text-align: center;
    background: linear-gradient(135deg, #f32579, #bf3ed1);
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    transition: 0.2s;
}

.original_area a::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../img_t/icon_window.webp);
    background-size: contain;
    background-position: center center;
}

.original_area a:hover {
    opacity: 0.75;
}

.illust_area span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    text-align: center;
    font-weight: bold;
}

.illust_area span::before {
    content: "＼";
    display: block;
    font-weight: normal;
}

.illust_area span::after {
    content: "／";
    display: block;
    font-weight: normal;
}

.illust_area .illust {
    display: block;
    width: min(90%, 520px);
    margin: 0.5em auto 2em;
    cursor: pointer;
}

.illust_area dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2em;
}

.illust_area dt {
    width: 20%;
}

.illust_area dt img {
    width: 100%;
}

.illust_area dd {
    width: calc(80% - 2em);
}

.illust_area dd strong {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #333;
}

.illust_area dd p {
    font-size: 0.9em;
}

.share {
    width: 160px;
    text-align: center;
    background: #000;
    padding: 0.25em 0 0.75em;
    border-radius: 12px;
    font-size: min(3.5vw, 16px);
    line-height: 2;
    margin: 4em auto 0;
    color: #999;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 900;
}

.copy {
    display: block;
    text-align: center;
    font-size: 12px;
}


/* SP */

@media screen and (max-width:800px) {
    .onlySp {
        display: block;
    }

    #header {
        min-height: auto;
    }

    #page_all {
        overflow-x: hidden;
    }

    .dramania {
        display: block;
        position: static;
        width: 8em;
        padding: 1em 0 2em 2em;
    }

    .top_main {
        padding: 1em 0 4em;
        background-size: 100% auto;
        background-attachment: inherit;
        background-repeat: repeat;
    }

    article section {
        padding: 2em;
    }

    .share {
        width: 240px;
    }

    .copy {
        font-size: 10px;
        line-height: 1.5;
    }

    .catch1,
    .catch2 {
        font-size: 1.15em;
    }

    article section {
        padding: 3em 1.5em 2em;
    }

    .onair dl {
        width: 100%;
        justify-content: flex-start;
    }

    .onair dt {
        width: 12em;
        text-align: left;
        padding-left: 1em;
    }

    .onair dt::before {
        content: "▼";
        display: inline-block;
        margin-right: 0.5em;
    }

    .onair dd {
        margin-bottom: 1em;
    }

    .onair dt:first-of-type {
        margin-bottom: 0;
    }

    .comment figure {
        flex-direction: column;
        margin-bottom: 6em;
    }

    .comment figure img {
        width: 80%;
        margin: 0 auto 2em;
    }

    .comment figcaption {
        width: 100%;
    }

    .comment figure strong {
        justify-content: center;
    }

    .comment figure strong p {
        font-size: 1.25em;
    }

    .illust_area dl {
        flex-direction: column;
    }

    .illust_area dt {
        width: 50%;
        margin: 0 auto;
    }

    .illust_area dd {
        width: 100%;
    }
}
