@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}

::-webkit-input-placeholder {
    font-size: 100%;
    font: inherit;
    color: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;}

input, textarea, select,
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    font-size: 100%;
    font: inherit;
    color: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;}

html, body, footer, header, main,
div, iframe, table, form, img,
menu, nav, article, section, dl, ol, ul {
    vertical-align: top;}

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
button {color: inherit; background-color: transparent;}

@font-face {
  font-display: swap;
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 700;
  src: url('/japan-horror-fc/assets/zen-old-mincho-v13-japanese_latin-700.woff2') format('woff2'),
       url('/japan-horror-fc/assets/zen-old-mincho-v13-japanese_latin-700.ttf') format('truetype');
}

:root {
    --font-color: #EEEEEE;
    --white-border: #555555;
    --black-bg: rgba(25,25,25,0.8);
    --green-bg: rgba(1,42,44,0.8);
    --green: #015357;
    --dark-green: #012A2C;
    --green-border: #015357;
    --red: #330000;
    --red-bg: rgba(51,0,0,0.8);
    --red-border: #600808;
    --blue-bg: rgba(0,0,44,0.8);
    --yellow: #695613;
    --light-yellow: #B19C54;
    --hover-bg: rgba(255,255,255,0.2);
}

html {
    font-size: 62.5%;
    overflow-anchor: none;}

body {
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    position: relative;
    overflow: hidden visible;
    background: #000 url('/japan-horror-fc/assets/img/bg-black.jpg') center top/600px 400px repeat;
    color: var(--font-color);
    font-size: 1.4rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-anchor: none;}

    body:after {
        content: '';
        display: block;
        width: 100%;
        height: 400px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        background: transparent url('/japan-horror-fc/assets/img/bg-theater.jpg') center bottom/600px 300px repeat-x;
        opacity: 0.35;
        pointer-events: none;
    }

        @supports (background-image: url("image.webp")) {

            body:after {
                background-image: url('/japan-horror-fc/assets/img/bg-theater.webp');
            }

        }

    #loader {
        position: fixed;
        inset: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background:var(--green);
        z-index: 100;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
    }

        #loader .txt {
            padding-top: 55px;
            position: relative;
            color: #57898c;
            font-size: 11px;
            text-align: center;
        }

        #loader .txt:before {
            content: '';
            display: inline-block;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 0;
            left: calc(50% - 25px);
            z-index: -1;
            background: url('/japan-horror-fc/assets/img/reel.jpg') center/contain no-repeat;
            -webkit-animation: rotate 2s infinite linear;
                    animation: rotate 2s infinite linear;
        }

        @-webkit-keyframes rotate {
            to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
        }

        @keyframes rotate {
            to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
        }

img {
    width: auto;
    max-width: 100%;
    height: auto;}

a {
    display: inline;
    text-decoration: none;
    color:inherit;}

span {
    display: inline-block;}

button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    cursor: pointer;
}

.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    border: 0;
}

.display-sp {display: block;}
.display-pc { display: none;}

.note {
    font-size: 0.85em;
    line-height: 1.5;
}

.palt-left {
    margin-left: -0.3em;
}

.palt-right {
    margin-right: -0.3em;
}

.breakall {
    word-break: break-all;
}

@media screen and (min-width: 500px) {

    body {
        font-size: 1.5rem;
    }
    
}

@media screen and (min-width: 750px) {

    body {
        font-size: 1.6rem;
    }

    body:after {
        background-size: 800px 400px;
    }

    .display-pc {display: block;}
    .display-sp {display: none;}

}

@media screen and (min-width: 1000px) {

    body {
        font-size: 1.7rem;
    }
    
}

@media screen and (min-width: 1250px) {

    body {
        font-size: 1.8rem;
    }
    
}

/* header */

header {
    display: block;
    width: 100%;
    min-width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: var(--green) url('/japan-horror-fc/assets/img/header-bg.jpg') right top/1200px auto repeat;
    -webkit-transform: translateY(-65px);
        -ms-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    will-change: transform;
}

.is_loaded header {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

    header a {
        display: block;
    }

    header .title {
        display: inline-block;
        padding: 21px 20px 22px;
        font-size: 22px;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
    }

        @media(hover: hover) {

            header .title:hover {
                opacity: 0.7;
            }

        }

    header .hamburger {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 8px;
        right: 9px;
        color: transparent;
        font-size: 0;
    }

    header .hamburger span {
        display: inline-block;
        width: 36px;
        height: 2px;
        position: relative;
        background-color: var(--font-color);
        -webkit-transition: background-color .1s;
        -o-transition: background-color .1s;
        transition: background-color .1s;
    }

    header .hamburger span:before,
    header .hamburger span:after {
        content: '';
        display: block;
        width: 36px;
        height: 2px;
        position: absolute;
        background-color: var(--font-color);
        -webkit-transition: top .4s, -webkit-transform .4s;
        transition: top .4s, -webkit-transform .4s;
        -o-transition: top .4s, transform .4s;
        transition: top .4s, transform .4s;
        transition: top .4s, transform .4s, -webkit-transform .4s;
    }

        header .hamburger span:before {
            top: -11px;
            left: 0;
        }

        header .hamburger span:after {
            top: 11px;
            left: 0;
        }

        .nav-open header .hamburger span {
            background-color: transparent;
        }

        .nav-open header .hamburger span:before {
            top: 0;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
        }

        .nav-open header .hamburger span:after {
            top: 0;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
        }

    header .gnav-list {
        height: 0;
        position: relative;
        overflow: hidden;
        font-size: 18px;
        text-align: center;
        -webkit-transition: height .5s;
        -o-transition: height .5s;
        transition: height .5s;
    }

        .nav-open header .gnav-list {
            height: 240px;
        }

    header .gnav-list li {
        border-top: 1px solid #80A9AB;
    }

    header .gnav-list li a {
        padding: 20px 20px 21px;
        -webkit-transition: background-color .2s, opacity .4s;
        -o-transition: background-color .2s, opacity .4s;
        transition: background-color .2s, opacity .4s;
    }

    @media(hover: hover) {

        header .gnav-list li a:hover {
            background-color: var(--hover-bg);
        }

    }

    header .gnav-list .gnav-x a {
        padding: 14px 20px 15px;
    }

    header .gnav-x img {
        margin-left: 14px;
        width: 30px;
        height: 30px;
        vertical-align: -0.45em;
    }

    @media screen and (min-width: 750px) {

        header {
            background-size: 100%;
        }

        .gnav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 5px 0 0;
        }

        header .hamburger {
            display: none;
        }

        header .gnav-list,
        .nav-open header .gnav-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: auto;
            font-size: 16px;
        }

        header .gnav-list li {
            border-top: none;
        }

        header .gnav-list li a {
            padding: 10px 12px;
        }

        @media(hover: hover) {

            header .gnav-list li a:hover {
                background-color: initial;
                opacity: 0.7;
            }

        }

        header .gnav-list .gnav-x a {
            padding: 10px 10px;
            font-size: 0;
        }

        header .gnav-list .gnav-x img {
            margin-left: 0;
        }

    }

    @media screen and (min-width: 1000px) {

        .gnav {
            margin: 0 15px 0 10px;
        }

        header .title {
            padding: 19px 20px 20px;
            font-size: 26px;
        }

        header .gnav-list,
        .nav-open header .gnav-list {
            font-size: 17px;
        }

        header .gnav-list li a {
            padding: 10px 20px;
        }

        header .gnav-list .gnav-x a {
            padding: 10px 10px;
            font-size: inherit;
        }

        header .gnav-list .gnav-x img {
            margin-left: 10px;
        }

    }

/* footer */

footer {
    padding: 0 20px 40px;
    text-align: center;
    position: relative;
}

    footer .inner {
        margin: 0 auto;
        max-width: 900px;
        position: relative;
    }

    footer a {
        display: block;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
    }

    footer .pagetop {
        padding-top: 3px;
        width: 40px;
        height: 40px;
        background-color: var(--font-color);
        color: transparent;
        font-size: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
    }

        @media(hover: hover) {

            footer a:hover,
            footer .pagetop:hover {
                opacity: 0.7;
            }

        }

        footer .pagetop:before {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            border-top: 2px solid #000;
            border-right: 2px solid #000;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
        }

    footer .logo {
        margin: 0 auto;
        width: 177px;
    }

    footer .copyright {
        margin: 30px auto 0;
        font-size: 1rem;
    }

    @media screen and (min-width: 500px) {

        footer {
            padding: 0 30px 50px;
        }

        footer .pagetop {
            width: 50px;
            height: 50px;
        }

    }

    @media screen and (min-width: 750px) {

        footer {
            padding: 0 40px 60px;
        }

    }

    @media screen and (min-width: 1000px) {

        footer {
            padding: 0 50px 70px;
        }

    }

    @media screen and (min-width: 1250px) {

        footer {
            padding: 0 60px 80px;
        }

    }

/* main common items */

main {
    position: relative;
    overflow: hidden visible;
}

    .page main {
        padding: 125px 20px 80px;
    }

    .page main .inner {
        margin: 0 auto;
        max-width: 900px;
    }

@media screen and (min-width: 500px) {

    .page main {
        padding: 135px 30px 100px;
    }

}

@media screen and (min-width: 750px) {

    .page main {
        padding: 145px 40px 120px;
    }

}

@media screen and (min-width: 1000px) {

    .page main {
        padding: 155px 50px 140px;
    }

}

@media screen and (min-width: 1250px) {

    .page main {
        padding: 165px 60px 160px;
    }

}


.headline {
    margin: 0 auto 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    text-align: center;
}

    .headline img {
        height: 30px;
        position: relative;
        z-index: 1;
    }

    .headline.headline-about img {
        margin: 0 auto;
        height: 62px;
    }

    .flame-right {
        padding-bottom: 10px;
    }

    .flame-left:after,
    .flame-right:after {
        content: '';
        display: inline-block;
        width: 100px;
        height: 100px;
        position: absolute;
        z-index: 2;
        background: center/contain no-repeat;
        mix-blend-mode: screen;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 2s;
        -o-transition: opacity 2s;
        transition: opacity 2s;
    }

    .flame-left:after {
        top: -50px;
        left: -90px;
        background-image: url('/japan-horror-fc/assets/img/flame-left.png');
    }

    .flame-right:after {
        bottom: -25px;
        right: -100px;
        background-image: url('/japan-horror-fc/assets/img/flame-right.png');
    }

    .headline-about.flame-right:after {
        right: -85px;
    }

        @supports (background-image: url("image.webp")) {

            .flame-left:after {
                background-image: url('/japan-horror-fc/assets/img/flame-left.webp');
            }

            .flame-right:after {
                background-image: url('/japan-horror-fc/assets/img/flame-right.webp');
            }

        }

    .flame-left.is_animated:after,
    .flame-right.is_animated:after {
        opacity: 0.8;
    }

    @media screen and (min-width: 500px) {

        .headline {
            margin-bottom: 35px;
        }

        .headline img {
            height: 40px;
        }

        .headline.headline-about img {
            height: 88px;
        }

        .headline-about.flame-right:after {
            right: -70px;
        }

    }

    @media screen and (min-width: 750px) {

        .headline {
            margin-bottom: 40px;
        }

        .headline.headline-about img {
            height: 40px;
        }

        .headline-about.flame-right:after {
            right: -100px;
        }

    }

    @media screen and (min-width: 1000px) {

        .headline {
            margin-bottom: 45px;
        }

        .headline img,
        .headline.headline-about img {
            height: 48px;
        }

        .flame-right {
            padding-bottom: 20px;
        }

        .flame-left:after,
        .flame-right:after {
            width: 140px;
            height: 140px;
        }

        .flame-left:after {
            top: -70px;
            left: -130px;
        }

        .flame-right:after,
        .headline-about.flame-right:after {
            bottom: -35px;
            right: -130px;
        }

    }

    @media screen and (min-width: 1250px) {

        .headline {
            margin-bottom: 55px;
        }

    }

.about-comment-head {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--white-border);
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
}

    #about-comment .img {
        margin: 0 auto;
        max-width: 380px;
    }

    #about-comment .visible {
        overflow: visible;
    }

    #about-comment .txt {
        margin-top: 15px;
        padding-bottom: 20px;
        max-height: 1000em;
        line-height: 2.2;
        text-align: justify;
        position: relative;
        overflow: clip;
        -webkit-transition: max-height 0.2s;
        -o-transition: max-height 0.2s;
        transition: max-height 0.2s;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
    }

        #about-comment.hide .txt {
            max-height: 20em;
        }

    #about-comment .txt p {
        margin-bottom: 1em;
    }

    #about-comment .txt .name {
        margin-bottom: 0;
        text-align: right;
    }

    #about-comment .readmore {
        display: block;
        width: 100%;
        height: 50px;
        position: relative;
        z-index: 2;
        border: 1px solid var(--white-border);
        background-color: #000;
        color: transparent;
        font-size: 0;
    }
    
    #about-comment .readmore:before {
        content: '';
        display: inline-block;
        margin: 5px 5px 0 0;
        width: 10px;
        height: 10px;
        border-top: 2px solid var(--green-border);
        border-right: 2px solid var(--green-border);
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
    }

    #about-comment .readmore:after {
        content: '';
        display: inline-block;
        width: calc(100% + 2px);
        height: 60px;
        position: absolute;
        top: -61px;
        left: -1px;
        background-image: -o-linear-gradient(transparent, #070707);
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#070707));
        background-image: linear-gradient(transparent, #070707);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s;
    }

        #about-comment.hide .readmore:before {
            margin: -5px -5px 0 0;
            -webkit-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                    transform: rotate(135deg);
        }

        #about-comment.hide .readmore:after {
            opacity: 1;
            -webkit-transition-delay: .1s;
                 -o-transition-delay: .1s;
                    transition-delay: .1s;
        }

    @media screen and (min-width: 750px) {

        .about-comment-head {
            font-size: 2.2rem;
        }

        #about-comment .img {
            margin: .5em 0 15px 25px;
            width: 240px;
            float: right;
        }

        #about-comment .txt {
            margin-top: 0;
            line-height: 2.5;
        }

    #about-comment .readmore {
        height: 60px;
    }
    
        #about-comment .readmore:before {
            margin: 7px 7px 0 0;
            width: 14px;
            height: 14px;
            border-top-width: 3px;
            border-right-width: 3px;
        }

        #about-comment.hide .readmore:before {
            margin: -7px -7px 0 0;
        }

    }

    @media screen and (min-width: 1250px) {

        .comment-head {
            font-size: 2.4rem;
        }

    }

.logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto -10px;
    max-width: 600px;
    text-align: center;
}

    .logo-list li {
        margin: 10px 20px;
    }

    .logo-list img {
        height: 34px;
    }

    .logo-list a {
        display: inline-block;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
    }

        @media(hover: hover) {

            .logo-list a:hover {
                opacity: 0.7;
            }

        }

    .logo-list .kadokawa {
        margin: 0 auto 15px;
        width: 100%;
    }

    .logo-list .kadokawa img {
        height: 30px;
    }

    @media screen and (min-width: 750px) {

        .logo-list {
            margin-bottom: -20px;
            max-width: 800px;
        }

        .logo-list li {
            margin: 20px 25px;
        }

        .logo-list img {
            height: 55px;
        }

        .logo-list .kadokawa {
            margin-bottom: 25px;
        }

        .logo-list .kadokawa img {
            height: 40px;
        }
        
    }

.news-list {
    border-top: 1px solid var(--white-border);
}

    .news-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        border-bottom: 1px solid var(--white-border);
        padding: 15px 20px;
        line-height: 1.5;
    }

    .news-list .date {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        width: 7em;
    }

    .news-list a {
        text-decoration: underline;
        -webkit-transition: -webkit-text-decoration .2s;
        transition: -webkit-text-decoration .2s;
        -o-transition: text-decoration .2s;
        transition: text-decoration .2s;
        transition: text-decoration .2s, -webkit-text-decoration .2s;
    }

        @media(hover: hover) {

            .news-list a:hover {
                -webkit-text-decoration-color: transparent;
                        text-decoration-color: transparent;
            }

        }

    @media screen and (min-width: 500px) {

        .news-list li {
            padding: 20px 25px;
        }
        
    }

    @media screen and (min-width: 1000px) {

        .news-list li {
            padding: 25px 30px;
        }
        
    }

.download svg {
    margin: 0 .1em;
    width: .8em;
    height: .8em;
    vertical-align: baseline;
}

    .download svg path {
        fill: none;
        stroke: var(--font-color);
        stroke-width: 2px;
    }

.video-thumbnail {
    display: block;
    position: relative;
    border: 1px solid var(--white-border);
    background-color: var(--font-color);
}

    .video-thumbnail:after {
        content: '';
        position: absolute;
        top: 38%;
        left: 41%;
        width: 18%;
        height: 24%;
        background: url('/japan-horror-fc/assets/img/youtube_icon.png') center/contain no-repeat;
    }

    .video-thumbnail img {
        display: block;
        transition: opacity .4s;
    }

    @media(hover: hover) {

        .video-thumbnail:hover img {
            opacity: .8;
        }

    }

/* frontpage */

.is_loaded.frontpage header {
  -webkit-transition: -webkit-transform .6s 1.5s;
  transition: -webkit-transform .6s 1.5s;
  -o-transition: transform .6s 1.5s;
  transition: transform .6s 1.5s;
  transition: transform .6s 1.5s, -webkit-transform .6s 1.5s;
}

.blurIn {
  filter: blur(20px);
  -webkit-filter: blur(20px);
  opacity: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 2.5s ease, -webkit-filter 2.5s ease, -webkit-transform 2.5s ease;
  transition: opacity 2.5s ease, -webkit-filter 2.5s ease, -webkit-transform 2.5s ease;
  -o-transition: filter 2.5s ease, opacity 2.5s ease, transform 2.5s ease;
  transition: filter 2.5s ease, opacity 2.5s ease, transform 2.5s ease;
  transition: filter 2.5s ease, opacity 2.5s ease, transform 2.5s ease, -webkit-filter 2.5s ease, -webkit-transform 2.5s ease;
}

.is_loaded .blurIn {
  filter: blur(0);
  -webkit-filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.has_banner {
    padding-bottom: 27.5%;
}

.entry-banner {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
            filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}

@media screen and (min-width: 500px) {

    .has_banner {
        padding-bottom: 145px;
    }

    .entry-banner {
        width: 300px;
        bottom: 20px;
    }

    .entry-banner .display-pc {
        display: block;
    }

    .entry-banner .display-sp {
        display: none;
    }

}

@media screen and (min-width: 750px) {

    .has_banner {
        padding-bottom: 155px;
    }

    .entry-banner {
        bottom: 30px;
    }

}

@media screen and (min-width: 1000px) {

    .has_banner {
        padding-bottom: 0;
    }

}

.frontpage main {
    padding: 0 0 40px;
}

    @media screen and (min-width: 750px) {

        .frontpage main {
            padding-bottom: 50px;
        }
        
    }

.front-kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 85px 3vw 30px;
    height: 100vh;
    min-height: calc(140vw + 180px);
    max-height: calc(200vw + 180px);
    position: relative;
    z-index: 4;
    background: #25201D url('/japan-horror-fc/assets/img/kv-sp.jpg') top 65px center/cover no-repeat;
    text-align: center;
}

    @supports (background-image: url("image.webp")) {

        .front-kv {
            background-image: url('/japan-horror-fc/assets/img/kv-sp.webp');
        }

    }

    .front-kv .logo {
        display: block;
        margin: 0 auto 2vw;
        width: 35vw;
    }

    .front-kv .title {
        font-size: 8.8vw;
        line-height: 1.3;
    }

    .front-kv .debut {
        color: var(--light-yellow);
        font-size: 6.5vw;
        line-height: 1.2;
    }

    .front-kv .talent {
        margin-top: 2vw;
        font-size: 4vw;
        line-height: 1.8;
    }

    .front-kv .start {
        display: inline-block;
        margin-top: 3vw;
        padding: .8vw 2vw 1.6vw;
        border-top: 1px solid;
        border-bottom: 1px solid;
        font-size: 4vw;
        letter-spacing: .05em;
    }

        .front-kv .start .num {
            margin: 0 .1em;
            font-size: 1.4em;
            vertical-align: -0.05em;
        }

    .has_banner .front-kv {
        height: calc(100vh - 27.5vw);
        min-height: calc(140vw + 150px);
    }

    @media screen and (max-width: 370px) {

        .front-kv {
            min-height: 576px;
            max-height: 800px;
        }

        .front-kv .logo {
            margin-bottom: 8px;
            width: 130px;
        }

        .front-kv .title {
            font-size: 3.2rem;
        }

        .front-kv .debut {
            font-size: 2.4rem;
        }

        .front-kv .talent {
            margin-top: 8px;
            font-size: 1.5rem;
        }

        .front-kv .start {
            margin-top: 11px;
            padding: 3px 8px 6px;
            font-size: 1.5rem;
        }

    }

    @media screen and (min-width: 500px) {

        .front-kv {
            padding: 100px 3vw 40px;
            min-height: calc(140vw + 205px);
            max-height: calc(200vw + 205px);
        }

        .front-kv .logo {
            margin-bottom: 10px;
            width: 177px;
        }

        .front-kv .debut {
            font-size: 3.3rem;
        }

        .front-kv .talent {
            margin-top: 10px;
            font-size: 2rem;
        }

        .front-kv .start {
            margin-top: 15px;
            padding: 4px 11px 8px;
            font-size: 2rem;
        }

        .has_banner .front-kv {
            height: calc(100vh - 145px);
            min-height: calc(140vw + 180px);
        }

    }

    @media screen and (min-width: 750px) {

        .front-kv,
        .has_banner .front-kv {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 95px 0 30px;
            height: 100vh;
            min-height: -webkit-min-content;
            min-height: -moz-min-content;
            min-height: min-content;
            max-height: 75vw; /* 63vw */
            background-image: url('/japan-horror-fc/assets/img/kv-pc.jpg');
            background-position: top 10% center;
        }

            @supports (background-image: url("image.webp")) {

                .front-kv {
                    background-image: url('/japan-horror-fc/assets/img/kv-pc.webp');
                }

            }

        .front-kv .logo {
            margin: 0;
            width: 130px;
            position: absolute;
            top: 85px;
            left: 20px;
        }

        .front-kv .upper, 
        .front-kv .lower {
            margin-left: auto;
            padding-right: 25px;
            width: 60%;
        }

        .front-kv .lower {
            margin-top: 30px;
            padding-bottom: 20px;
        }

        .has_banner .front-kv .lower {
            padding-bottom: 100px;
        }

        .front-kv .title {
            font-size: 4.6rem;
        }

        .front-kv .debut {
            font-size: 2.5rem;
        }

        .front-kv .talent {
            margin-top: 25px;
            font-size: 1.5rem;
        }

        .front-kv .start {
            margin-top: 20px;
            padding: 5px 10px 9px;
            font-size: 1.5rem;
        }

    }

    @media screen and (min-width: 1000px) {

        .front-kv {
            max-height: 75vw; /* 55vw */
        }

        .front-kv .logo {
            width: 150px;
        }

        .front-kv .upper, 
        .front-kv .lower {
            padding-right: 30px;
            width: 52%;
        }

        .front-kv .lower {
            margin-top: 35px;
            padding-bottom: 30px;
        }

        .has_banner .front-kv .lower {
            padding-bottom: 110px;
        }

        .front-kv .title {
            font-size: 5vw;
        }

        .front-kv .debut {
            font-size: 3.1rem;
        }

        .front-kv .talent {
            margin-top: 30px;
            font-size: 1.7rem;
        }

        .front-kv .start {
            margin-top: 25px;
            font-size: 1.7rem;
        }

    }

    @media screen and (min-width: 1250px) {

        .front-kv .logo {
            width: 177px;
            top: 95px;
            left: 30px;
        }

        .front-kv .lower {
            margin-top: 50px;
            padding-bottom: 30px;
        }

        .front-kv .debut {
            font-size: 3.5rem;
        }

        .front-kv .talent {
            margin-top: 30px;
            font-size: 1.8rem;
        }

        .front-kv .start {
            margin-top: 25px;
            font-size: 1.9rem;
        }

    }

.front-section {
    padding: 50px 20px;
    position: relative;
    z-index: 2;
}

.front-section .inner {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

    @media screen and (min-width: 500px) {

        .front-section {
            padding: 60px 30px;
        }
            
    }

    @media screen and (min-width: 750px) {

        .front-section {
            padding: 70px 40px;
        }
            
    }

    @media screen and (min-width: 1000px) {

        .front-section {
            padding: 75px 50px;
        }
            
    }

    @media screen and (min-width: 1250px) {

        .front-section {
            padding: 80px 60px;
        }
            
    }

/* front-reel */

.frontpage .reel {
    display: block;
    width: 320px;
    height: 320px;
    position: absolute;
    z-index: 1;
    background: transparent url('/japan-horror-fc/assets/img/reel.png') center/contain no-repeat;
    opacity: 0.6;
    pointer-events: none;
}

    @supports (background-image: url("image.webp")) {

        .frontpage .reel {
            background-image: url('/japan-horror-fc/assets/img/reel.webp');
        }

    }

    .frontpage .front-kv + .reel {
        right: -140px;
        -webkit-transform: translateY(-40px) rotate(0deg);
            -ms-transform: translateY(-40px) rotate(0deg);
                transform: translateY(-40px) rotate(0deg);
        -webkit-animation: rotate-kv 6s infinite linear;
                animation: rotate-kv 6s infinite linear;
    }

    .frontpage .front-about + .reel {
        left: -140px;
        -webkit-transform: translateY(-80px) rotate(0deg);
            -ms-transform: translateY(-80px) rotate(0deg);
                transform: translateY(-80px) rotate(0deg);
        -webkit-animation: rotate-about 6s infinite linear;
                animation: rotate-about 6s infinite linear;
    }

    @-webkit-keyframes rotate-kv {
        to {-webkit-transform: translateY(-40px) rotate(360deg);transform: translateY(-40px) rotate(360deg);}
    }

    @keyframes rotate-kv {
        to {-webkit-transform: translateY(-40px) rotate(360deg);transform: translateY(-40px) rotate(360deg);}
    }

    @-webkit-keyframes rotate-about {
        to {-webkit-transform: translateY(-80px) rotate(360deg);transform: translateY(-80px) rotate(360deg);}
    }

    @keyframes rotate-about {
        to {-webkit-transform: translateY(-80px) rotate(360deg);transform: translateY(-80px) rotate(360deg);}
    }

    @media screen and (min-width: 750px) {

        .frontpage .reel {
            width: 480px;
            height: 480px;
        }

        .frontpage .front-kv + .reel {
            right: -210px;
            -webkit-animation-duration: 7.5s;
                    animation-duration: 7.5s;
            -webkit-transform: translateY(-60px) rotate(0deg);
                -ms-transform: translateY(-60px) rotate(0deg);
                    transform: translateY(-60px) rotate(0deg);
        }

        .frontpage .front-about + .reel {
            left: -210px;
            -webkit-animation-duration: 7.5s;
                    animation-duration: 7.5s;
            -webkit-transform: translateY(-90px) rotate(0deg);
                -ms-transform: translateY(-90px) rotate(0deg);
                    transform: translateY(-90px) rotate(0deg);
        }

        @-webkit-keyframes rotate-kv {
            to {-webkit-transform: translateY(-60px) rotate(360deg);transform: translateY(-60px) rotate(360deg);}
        }

        @keyframes rotate-kv {
            to {-webkit-transform: translateY(-60px) rotate(360deg);transform: translateY(-60px) rotate(360deg);}
        }

        @-webkit-keyframes rotate-about {
            to {-webkit-transform: translateY(-90px) rotate(360deg);transform: translateY(-90px) rotate(360deg);}
        }

        @keyframes rotate-about {
            to {-webkit-transform: translateY(-90px) rotate(360deg);transform: translateY(-90px) rotate(360deg);}
        }
            
    }

    @media screen and (min-width: 1250px) {

        .frontpage .reel {
            width: 750px;
            height: 750px;
        }

        .frontpage .front-kv + .reel {
            right: -250px;
            -webkit-animation-duration: 9s;
                    animation-duration: 9s;
            -webkit-transform: translateY(-90px) rotate(0deg);
                -ms-transform: translateY(-90px) rotate(0deg);
                    transform: translateY(-90px) rotate(0deg);
        }

        .frontpage .front-about + .reel {
            left: -250px;
            -webkit-animation-duration: 9s;
                    animation-duration: 9s;
            -webkit-transform: translateY(-120px) rotate(0deg);
                -ms-transform: translateY(-120px) rotate(0deg);
                    transform: translateY(-120px) rotate(0deg);
        }

        @-webkit-keyframes rotate-kv {
            to {-webkit-transform: translateY(-90px) rotate(360deg);transform: translateY(-90px) rotate(360deg);}
        }

        @keyframes rotate-kv {
            to {-webkit-transform: translateY(-90px) rotate(360deg);transform: translateY(-90px) rotate(360deg);}
        }

        @-webkit-keyframes rotate-about {
            to {-webkit-transform: translateY(-120px) rotate(360deg);transform: translateY(-120px) rotate(360deg);}
        }

        @keyframes rotate-about {
            to {-webkit-transform: translateY(-120px) rotate(360deg);transform: translateY(-120px) rotate(360deg);}
        }
            
    }

/* front-news */

.front-news {
    background-color: var(--black-bg);
}

    .front-news .inner {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .front-news-more {
        margin-top: 15px;
        text-align: right;
    }

        .front-news-more a {
            text-decoration: underline;
            -webkit-transition: -webkit-text-decoration .2s;
            transition: -webkit-text-decoration .2s;
            -o-transition: text-decoration .2s;
            transition: text-decoration .2s;
            transition: text-decoration .2s, -webkit-text-decoration .2s;
        }

        @media(hover: hover) {

            .front-news-more a:hover {
                -webkit-text-decoration-color: transparent;
                        text-decoration-color: transparent;
            }

        }

    .video-list {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .video-list-item {
        margin: 10px 5px 0;
        width: 194px;
    }

    @media screen and (min-width: 500px) {

        .front-news-more {
            margin-top: 20px;
        }

        .video-list {
            margin-top: 40px;
        }

        .video-list-item {
            margin: 12px 6px 0;
            width: 242px;
        }

    }

    @media screen and (min-width: 1000px) {

        .video-list-item {
            margin: 16px 8px 0;
            width: 304px;
        }

    }

/* front-about */

.front-about {
    background-color: var(--green-bg);
}

    .front-about .about-comment-head {
        border-color: var(--green-border);
    }

    .front-about #about-comment .readmore:after {
        background-image: -o-linear-gradient(transparent, #012A2C);
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#012A2C));
        background-image: linear-gradient(transparent, #012A2C);
    }

/* front-past */

.front-past {
    background-color: var(--red-bg);
}

    .front-past #select-wrap {
        margin: 0 auto 30px;
        max-width: 400px;
        border: 1px solid;
        background-color: #000;
        position: relative;
        font-size: 2rem;
        text-align: center;
    }

    #select-title {
        margin: 4px;
        padding: 15px 30px;
        position: relative;
        background-color: var(--green);
        cursor: pointer;
    }
    
        #select-title:after {
            content: '';
            display: inline-block;
            position: absolute;
            right: 15px;
            top: calc(50% - 5px);
            border-style: solid;
            border-width: 10px 6px 0 6px;
            border-color: var(--font-color) transparent transparent transparent;
            -webkit-transition: -webkit-transform .1s;
            transition: -webkit-transform .1s;
            -o-transition: transform .1s;
            transition: transform .1s;
            transition: transform .1s, -webkit-transform .1s;
        }
    
        .open #select-title:after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
        }

    #select-button-list {
        padding: 0 4px;
        width: 100%;
        height: 0;
        position: absolute;
        overflow: hidden;
        border-top: none;
        -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
                transform: translateY(-4px);
        -webkit-transition: height .2s;
        -o-transition: height .2s;
        transition: height .2s;
    }

        .open #select-button-list {
            height: 164px;
        }

        #select-button-list li {
            background-color: #000;
        }

        #select-button-list li + li {
            border-top: 1px solid var(--white-border);
        }

        .select-button {
            display: block;
            padding: 17px;
            width: 100%;
            font-size: 20px;
            -webkit-transition: background-color .2s;
            -o-transition: background-color .2s;
            transition: background-color .2s;
        }

        @media(hover: hover) {

            .select-button:hover {
                background-color: var(--hover-bg);
            }

        }

    .front-past-section {
        display: none;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

        .front-past-section.is_active {
            display: block;
        }

        .front-past-section-headline {
            margin-bottom: 25px;
            font-size: 2rem;
            line-height: 1.4;
        }

        .front-past-section dl {
            padding: 9px 10px 12px;
        }

        .front-past-section dd {
            margin-top: 5px;
        }

        .front-past-section dd a {
            text-decoration: underline;
            transition: text-decoration .4s;
        }

        @media(hover: hover) {

            .front-past-section dd a:hover {
                text-decoration-color: transparent;
            }

        }

        .front-past-section .grandprize {
            font-size: 2rem;
            line-height: 1.3;
        }

            .front-past-section .grandprize img {
                display: block;
                margin: 0 auto;
                max-width: 320px;
            }

            .front-past-section .grandprize dl {
                padding-bottom: 22px;
            }

            .front-past-section .grandprize dd.director {
                font-size: 1.8rem;
            }

            .front-past-section .grandprize dd.link {
                font-size: 1.4rem;
            }

        .front-past-section .other {
            border-top: 1px solid var(--red-border);
            font-size: 1.5rem;
            line-height: 1.3;
        }

            .front-past-section .other dl {
                border-bottom: 1px solid var(--red-border);
            }

            .front-past-section .other dd:last-child {
                font-size: 1.3rem;
            }

    @media screen and (min-width: 500px) {

        .front-past-section-headline {
            font-size: 2.4rem;
        }

        .front-past-section dd {
            margin-top: 6px;
        }

        .front-past-section .grandprize {
            font-size: 2.2rem;
        }

        .front-past-section .other {
            font-size: 1.6rem;
        }

        .front-past-section .other dd:last-child {
            font-size: 1.4rem;
        }

    }

    @media screen and (min-width: 750px) {

        .front-past #select-wrap {
            max-width: none;
        }

        #select-title {
            display: none;
        }

        #select-button-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0;
            height: auto;
            position: static;
            overflow: visible;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }

            .open #select-button-list {
                height: 164px;
            }

            #select-button-list li {
                padding: 4px;
                width: 33.333%;
                background-color: transparent;
            }

            #select-button-list li + li {
                border-top: none;
                border-left: 1px solid;
            }

            .select-button.current {
                background-color: var(--green);
            }

        .front-past-section-headline {
            margin-bottom: 30px;
        }

        .front-past-section .grandprize {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 35px;
            text-align: left;
        }

            .front-past-section .grandprize img {
                margin: 0;
                max-width: 272px;
            }

            .front-past-section .grandprize dl {
                padding: 0 0 0 20px;
            }

            .front-past-section .grandprize dd {
                margin-top: 10px;
            }

        .front-past-section .other dl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: left;
        }

            .front-past-section .other dt {
                width: 38%;
            }

            .front-past-section .other dd {
                margin: 0;
                width: 42%;
            }

            .front-past-section .other dd:last-child {
                width: 20%;
            }

    }

    @media screen and (min-width: 1000px) {


        .front-past #select-wrap {
            margin-bottom: 40px;
        }

        .front-past-section-headline {
            margin-bottom: 40px;
            font-size: 3rem;
        }

        .front-past-section .grandprize {
            margin-bottom: 40px;
        }

        .front-past-section .grandprize img {
            max-width: 320px;
        }

        .front-past-section .grandprize dl {
            padding-left: 30px;
        }

        .front-past-section .other dt {
            width: 32%;
        }

        .front-past-section .other dd {
            width: 38%;
        }

        .front-past-section .other dd:last-child {
            width: 30%;
        }

    }

/* front-links */

.front-links {
    padding: 30px 20px;
    background-color: var(--blue-bg);
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
}

    .front-links .list {
        margin: 0 auto;
        max-width: 300px;
    }

    .front-links li {
        background: url('/japan-horror-fc/assets/img/bg-grange.jpg') center/cover no-repeat;
        border: 1px solid var(--font-color);
    }
    
    .front-links li + li {
        margin-top: 20px;
    }

    .front-links a {
        display: block;
        padding: 20px 20px 25px;
        -webkit-transition: background-color .2s;
        -o-transition: background-color .2s;
        transition: background-color .2s;
    }

        @media(hover: hover) {

            .front-links a:hover {
                background-color: var(--hover-bg);
            }

        }

    .front-links br {
        display: none;
    }

    @media screen and (min-width: 500px) {

        .front-links {
            padding: 40px 30px;
        }

        .front-links .list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            max-width: none;
        }

        .front-links li {
            width: 120px;
            height: 120px;
        }
    
        .front-links li + li {
            margin: 0 0 0 24px;
        }

        .front-links a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 0 0 .2em;
            height: 100%;
        }

        .front-links br {
            display: inline;
        }

    }

    @media screen and (min-width: 1000px) {
    
        .front-links {
            padding: 50px 30px;
            font-size: 38px;
        }

        .front-links li {
            width: 150px;
            height: 150px;
        }
    
        .front-links li + li {
            margin-left: 30px;
        }

    }

/* front-organizing */

.front-organizing {
    padding: 40px 20px 60px;
}

    @media screen and (min-width: 500px) {

        .front-organizing {
            padding: 50px 30px 70px;
        }

    }

    @media screen and (min-width: 1000px) {

        .front-organizing {
            padding: 60px 30px 80px;
        }

    }

/* front-share */

.front-share {
    padding: 0 20px;
    text-align: center;
}

    .front-share .inner {
        margin:  0 auto;
        padding: 15px 20px 18px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-top: 1px solid var(--font-color);
        border-bottom: 1px solid var(--font-color);
    }

    .front-share .share-head {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

    .front-share .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

        .front-share .list li {
            margin: 0 10px;
            width: 3.2rem;
        }

        .front-share .list a {
            display: block;
            -webkit-transition: opacity .4s;
            -o-transition: opacity .4s;
            transition: opacity .4s;
        }

        .front-share #copyURL {
            position: relative;
            -webkit-transition: opacity .4s;
            -o-transition: opacity .4s;
            transition: opacity .4s;
        }

            @media(hover: hover) {

                .front-share #copyURL:hover,
                .front-share .list a:hover {
                    opacity: 0.7;
                }

            }

            .front-share #copyURL:after {
                content: 'URLをコピーしました';
                display: inline-block;
                padding: 8px 12px;
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
                background-color: var(--green);
                border-radius: 4px;
                position: absolute;
                top: 3.5rem;
                left: 0;
                z-index: 2;
                opacity: 0;
                -webkit-transition: opacity .2s;
                -o-transition: opacity .2s;
                transition: opacity .2s;
                pointer-events: none;
            }

            .front-share #copyURL.complete:after {
                opacity: 1;

            }

    @media screen and (min-width: 500px) {

        .front-share {
            padding: 0 30px;
        }

        .front-share .inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 20px;
            width: 100%;
            max-width: 900px;
        }

        .front-share .share-head {
            margin: 0 15px 0 0;
        }

    }

    @media screen and (min-width: 1000px) {

        .front-share .share-head {
            font-size: 1.8rem;
        }

        .front-share .list li {
            margin: 0 19px;
            width: 3.8rem;
        }

    }

/* about */

#about {
    padding-left: 0;
    padding-right: 0;
}

.about-section {
    padding: 50px 20px;
}

    .about-section.about-comment {
        padding-top: 0;
    }

    .about-schedule {
        background-color: var(--green-bg);
    }

        .schedule-list  {
            margin: 0 auto;
            max-width: -webkit-max-content;
            max-width: -moz-max-content;
            max-width: max-content;
            border-top: 1px solid var(--green-border);
        }

        .schedule-list dl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 10px 15px;
            border-bottom: 1px solid var(--green-border);
            line-height: 1.4;
        }

        .schedule-list dt {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 8.5em;
        }

    .about-kv {
        margin: 0 auto;
        max-width: 1020px;
        background-color: var(--red-bg);
    }

        .about-kv .img {
            margin: 0 auto 15px;
            width: 80%;
            max-width: 382px;
        }

        .about-kv .title {
            margin-bottom: 10px;
            font-size: 1.6em;
            line-height: 1.2;
            text-align: center;
        }

        .about-kv .credit {
            margin-bottom: 15px;
            font-size: .75em;
            line-height: 1.5;
            text-align: center;
        }

        .about-kv .name {
            margin-bottom: 10px;
            padding-top: 10px;
            border-top: 1px solid var(--red-border);
            font-size: 1.4em;
            line-height: 1.2;
            text-align: center;
        }

        .about-kv .description {
            font-size: 0.85em;
            line-height: 1.8;
            text-align: justify;
        }

    @media screen and (min-width: 500px) {

        .about-section {
            padding: 60px 30px;
        }

        .about-kv-wrapper {
            padding: 0 25px;
        }

        .about-kv {
            -webkit-filter: drop-shadow(0 0 30px rgba(0,0,0,0.5));
                    filter: drop-shadow(0 0 30px rgba(0,0,0,0.5));
        }

    }

    @media screen and (min-width: 750px) {

        .about-section {
            padding: 70px 40px;
        }

        .schedule-list dl {
            padding: 15px 20px;
        }

        .about-kv.about-section {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 30px;
        }

            .about-kv .img {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                margin: 0 25px 0 0;
                width: 250px;
            }

    }

    @media screen and (min-width: 1000px) {

        .about-section {
            padding: 75px 50px;
        }

        .about-kv.about-section {
            padding: 40px;
        }

        .about-kv .img {
            margin-right: 30px;
            width: 375px;
        }

    }

    @media screen and (min-width: 1250px) {

        .about-section {
            padding: 80px 60px;
        }

        .about-kv.about-section {
            padding: 60px;
            max-width: 1135px;
        }

        .about-kv .img {
            margin-right: 35px;
            width: 380px;
        }

    }

/* guidelines */

#guidelines .period {
    margin-bottom: 30px;
    color: var(--light-yellow);
    font-size: 1.3em;
    line-height: 1.2;
    text-align: center;
}

        #guidelines .period .colon {
            display: none;
        }

        #guidelines .period .num {
            margin: 0 .06em;
            font-size: 1.4em;
            letter-spacing: .03em;
        }

    .guidelines-section + .guidelines-section {
        margin-top: 15px;
    }

    .guidelines-section .summary {
        padding: 14px 45px 16px;
        position: relative;
        background-color: var(--red);
        font-size: 2.2rem;
        text-align: center;
        cursor: pointer;
        -webkit-transition: background-color .4s;
        -o-transition: background-color .4s;
        transition: background-color .4s;
    }

        @media(hover: hover) {

            .guidelines-section .summary:hover {
                background-color: var(--red-border);
            }

        }

        .guidelines-section .summary:after {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            position: absolute;
            top: calc(50% - 9px);
            right: 20px;
            border-right: 2px solid;
            border-bottom: 2px solid;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            -webkit-transition: top .2s, -webkit-transform .2s;
            transition: top .2s, -webkit-transform .2s;
            -o-transition: top .2s, transform .2s;
            transition: top .2s, transform .2s;
            transition: top .2s, transform .2s, -webkit-transform .2s;
        }

        .guidelines-section.open .summary:after {
            top: calc(50% - 4px);
            -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                    transform: rotate(-135deg);
        }

    .guidelines-section .detail {
        padding: 20px 15px 0;
        max-height: 0;
        overflow: hidden;
        line-height: 2;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: max-height .4s linear, padding linear .4s;
        -o-transition: max-height .4s linear, padding linear .4s;
        transition: max-height .4s linear, padding linear .4s;
    }

        .guidelines-section.open .detail {
            padding-bottom: 20px;
            max-height: 9999px;
        }

        .guidelines-section .detail li {
            margin-top: 15px;
            padding-left: 18px;
            position: relative;
            text-align: justify;
        }

        .guidelines-section .detail li:before {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            position: absolute;
            top: calc(.9em - 5px);
            left: 0;
            background-color: var(--yellow);
        }

        .guidelines-section .detail li li:before {
            width: 6px;
            height: 6px;
            background-color: transparent;
            border: 2px solid var(--yellow);
        }

        .guidelines-section .detail p.note {
            margin-top: 5px;
        }

        .guidelines-section .detail .prize {
            margin-top: 30px;
            font-size: 1.3em;
        }

        .guidelines-section .detail .prize:before {
            content: '● ';
            color: var(--yellow);
            font-size: .9em;
        }

        .guidelines-section .detail .reward {
            display: inline-block;
            margin-top: 5px;
            padding-bottom: 2px;
            border-bottom: 1px solid var(--yellow);
            line-height: 1.4;
        }

        .guidelines-section .detail li:first-child,
        .guidelines-section .detail .prize:first-child {
            margin-top: 0;
        }

        .guidelines-section .detail li li,
        .guidelines-section .detail li li:first-child {
            margin-top: 10px;
        }

        .guidelines-section .detail a {
            text-decoration: underline;
                -webkit-transition: -webkit-text-decoration .2s;
                transition: -webkit-text-decoration .2s;
                -o-transition: text-decoration .2s;
                transition: text-decoration .2s;
                transition: text-decoration .2s, -webkit-text-decoration .2s;
        }

            @media(hover: hover) {

                .guidelines-section .detail a:hover {
                    -webkit-text-decoration-color: transparent;
                            text-decoration-color: transparent;
                }

            }

    #guidelines .link-qa {
        display: block;
        margin-top: 15px;
        padding: 14px 45px 16px;
        position: relative;
        background-color: #000;
        border: 1px solid;
        font-size: 2.2rem;
        text-align: center;
        cursor: pointer;
        -webkit-transition: background-color .4s;
        -o-transition: background-color .4s;
        transition: background-color .4s;
    }

        #guidelines .link-qa:after {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            position: absolute;
            top: calc(50% - 7px);
            right: 20px;
            border-top: 2px solid;
            border-right: 2px solid;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
        }

        @media(hover: hover) {

            #guidelines .link-qa:hover {
                background-color: var(--hover-bg);
            }

        }

    #guidelines .link-entry {
        display: block;
        margin-top: 30px;
        padding: 23px 60px 25px 20px;
        position: relative;
        background-color: var(--green);
        border: 1px solid;
        font-size: 2.2rem;
        text-align: center;
        cursor: pointer;
        -webkit-transition: background-color .4s;
        -o-transition: background-color .4s;
        transition: background-color .4s;
    }

        #guidelines .link-entry:before {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            position: absolute;
            top: calc(50% - 7px);
            right: 17px;
            z-index: 2;
            border-top: 2px solid;
            border-right: 2px solid;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
        }

        #guidelines .link-entry:after {
            content: '';
            display: inline-block;
            width: 40px;
            height: calc(100% - 2px);
            position: absolute;
            top: 1px;
            right: 1px;
            z-index: 1;
            background-color: #000;
        }

        @media(hover: hover) {

            #guidelines .link-entry:hover {
                background-color: var(--green-border);
            }

        }

    #guidelines .notification {
        margin-top: 35px;
        font-size: 1.5em;
        line-height: 1.4;
        text-align: center;
    }

        #guidelines .notification .num {
            margin: 0 .06em;
            font-size: 1.5em;
            letter-spacing: .03em;
        }

    @media screen and (min-width: 500px) {

        #guidelines .period {
            margin-bottom: 40px;
        }

        .guidelines-section .summary {
            padding: 18px 45px 20px;
            font-size: 2.4rem;
        }

        .guidelines-section .detail {
            padding: 20px 20px 0;
        }

        .guidelines-section.open .detail {
            padding-bottom: 35px;
        }

        #guidelines .link-qa {
            margin-top: 20px;
            padding: 18px 45px 20px;
            font-size: 2.4rem;
        }

        #guidelines .link-entry {
            margin-top: 40px;
            padding: 23px 60px 25px 20px;
            font-size: 2.4rem;
        }

        #guidelines .notification {
            margin-top: 35px;
        }

    }

    @media screen and (min-width: 1000px) {

        #guidelines .period {
            margin-bottom: 50px;
        }

        .guidelines-section .summary {
            font-size: 3rem;
        }

            .guidelines-section .summary:after {
                right: 30px;
            }

        .guidelines-section .detail {
            padding: 35px 30px 0;
        }

        .guidelines-section.open .detail {
            padding-bottom: 50px;
        }

        #guidelines .link-qa {
            font-size: 3rem;
        }

            #guidelines .link-qa:after {
                right: 30px;
            }

        #guidelines .link-entry {
            margin-top: 60px;
            padding: 33px 60px 35px 20px;
            font-size: 3rem;
        }

            #guidelines .link-entry:before {
                right: 22px;
            }

            #guidelines .link-entry:after {
                width: 50px;
            }

        #guidelines .notification {
            margin-top: 35px;
        }

    }

/* qa */

.qa-list dl {
    padding: 20px 0;
    border-top: 1px solid var(--white-border);
}

    .qa-list dl:first-child {
        padding-top: 0;
        border-top: none;
    }

    .qa-list dl:last-child {
        padding-bottom: 0;
    }

    .qa-list dt,
    .qa-list dd {
        padding-left: calc(1.8rem + 20px);
        position: relative;
        line-height: 2;
    }

    .qa-list dt {
        margin-bottom: .6em;
        font-size: 1.8rem;
    }

    .qa-list dd {
        text-align: justify;
    }

    .qa-list dt:before,
    .qa-list dd:before {
        display: inline-block;
        padding-top: 2px;
        width: calc(8px + 1em);
        height: calc(8px + 1em);
        position: absolute;
        left: 0;
        font-size: 1.8rem;
        line-height: 1;
        text-align: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .qa-list dt:before {
        content: 'Q';
        top: calc(2px + 0.2em);
        background-color: var(--green);
    }

    .qa-list dd:before {
        content: 'A';
        top: 2px;
        background-color: var(--yellow);
    }

    .qa-list .note {
        margin-top: 5px;
    }

    .qa-list dd a {
        text-decoration: underline;
        -webkit-transition: -webkit-text-decoration .2s;
        transition: -webkit-text-decoration .2s;
        -o-transition: text-decoration .2s;
        transition: text-decoration .2s;
        transition: text-decoration .2s, -webkit-text-decoration .2s;
    }

        @media(hover: hover) {

            .qa-list dd a:hover {
                -webkit-text-decoration-color: transparent;
                        text-decoration-color: transparent;
            }

    }

    @media screen and (min-width: 750px) {

        .qa-list dl {
            padding: 25px 0;
        }

        .qa-list dt,
        .qa-list dd {
            padding-left: calc(2rem + 20px);
        }

        .qa-list dt {
            font-size: 2rem;
        }

        .qa-list dt:before,
        .qa-list dd:before {
            font-size: 2rem;
        }

    }

/* selection */

.member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 460px;
}

    .member-list li {
        margin: 40px 0 0 26px;
        width: calc(50% - 13px);
    }

    .member-list li:nth-child(odd) {
        margin-left: 0;
    }

    .member-list li:nth-child(-n+2) {
        margin-top: 0;
    }

    .member-list .img {
        -webkit-filter: drop-shadow(0 0 4px rgba(250,250,250,0.3));
                filter: drop-shadow(0 0 4px rgba(250,250,250,0.3));
    }

    .member-list .txt {
        margin-top: 10px;
    }

    .member-list .role {
        margin-bottom: 8px;
        font-size: 1.25em;
        line-height: 1.2;
    }

    .member-list .occupation {
        margin-bottom: 3px;
        font-size: .95em;
        line-height: 1.4;
    }

    .member-list .name {
        margin-bottom: 12px;
        font-size: 1.7em;
        line-height: 1.2;
    }

    .member-list .member-list-button {
        padding: 6px 21px 8px 9px;
        position: relative;
        border: 1px solid;
        font-size: 0.95em;
        text-align: left;
        -webkit-transition: background-color .2s;
        -o-transition: background-color .2s;
        transition: background-color .2s
    }

    .member-list .member-list-button:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        position: absolute;
        top: calc(50% - 5px);
        right: 9px;
        z-index: 2;
        border-top: 2px solid var(--green-border);
        border-right: 2px solid var(--green-border);
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    @media(hover: hover) {

        .member-list .member-list-button:hover {
            background-color: var(--hover-bg);
        }

    }

    .chairman-headline {
        margin-top: 70px;
    }

    .member-list.chairman {
        justify-content: center;
    }

.member-modal {
    width: 100%;
    min-width: 300px;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: rgba(15,15,15,0.9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

    .member-modal.is_active {
        opacity: 1;
        pointer-events: all;
    }

    .modal_open {
        overflow: hidden;
    }

    .member-modal .modal-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px;
        position: absolute;
        inset: 0;
    }

    .member-modal .back {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    .member-modal .scrollable {
        padding: 15px 15px 25px;
        width: 100%;
        max-width: 900px;
        height: 100%;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        position: relative;
        overflow-y: auto;
        z-index: 2;
        background-color: var(--dark-green);
    }

        .member-modal .scrollable::-webkit-scrollbar {
            width: 10px;
        }

        .member-modal .scrollable::-webkit-scrollbar-thumb {
            background: var(--green); 
            background-clip: padding-box;
        }

        .member-modal .scrollable::-webkit-scrollbar-track {
            background: #000;
        }

    .modal-close {
        display: block;
        margin: 0 0 15px auto;
        padding-right: 30px;
        position: relative;
        font-size: 12px;
        line-height: 30px;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
    }

        .modal-close:before,
        .modal-close:after {
            content: '';
            display: inline-block;
            width: 30px;
            height: 4px;
            position: absolute;
            top: 13px;
            right: 0;
            background: var(--green-border);
        }
        
            .modal-close:before {
                -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
            }

            .modal-close:after {
                -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                        transform: rotate(-45deg);
            }

        @media(hover: hover) {

            .modal-close:hover {
                opacity: 0.7;
            }

        }

    .member-modal .img {
        margin: 0 auto;
        width: 85%;
        max-width: 270px;
    }

    .member-modal .txt {
        margin: 25px auto 0;
        padding: 0 10px;
    }

        .member-modal .role {
            margin-bottom: 8px;
            font-size: 1.4em;
            line-height: 1.2;
        }

        .member-modal .occupation {
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .member-modal .name {
            margin-bottom: 15px;
            font-size: 2.2em;
            line-height: 1.2;
        }

        .member-modal .comment {
            line-height: 1.8;
            text-align: justify;
        }

        .member-modal .comment p + p {
            margin-top: 10px;
        }

    @media screen and (min-width: 500px) {

        .member-list li {
            margin: 50px 0 0 40px;
            width: calc(50% - 20px);
        }

        .chairman-headline {
            margin-top: 80px;
        }

    }

    @media screen and (min-width: 750px) {

        .member-list {
            max-width: none;
        }

            .member-list li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

            .member-list .img {
                max-width: 210px;
            }

            .member-list .txt {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                margin: 0 0 10px 25px;
                width: 50%;
            }

        .member-modal .modal-inner {
            padding: 25px;
        }

        .member-modal .scrollable {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            padding: 35px;
            height: 430px;
            max-height: 100%;
        }

            .modal-close {
                margin: 0;
                position: absolute;
                top: 20px;
                right: 20px;
            }

            .member-modal .img,
            .member-modal .txt {
                position: -webkit-sticky;
                position: sticky;
                top: 0;
            }

            .member-modal .img {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                margin: 0;
                width: 270px;
            }

            .member-modal .txt {
                margin: 0 0 0 30px;
                padding: 0;
            }

    }

    @media screen and (min-width: 1000px) {

        .member-list li {
            margin: 60px 0 0 50px;
            width: calc(50% - 25px);
        }

        .member-list .role {
            margin-bottom: 10px;
        }

        .member-list .occupation {
            margin-bottom: 5px;
        }

        .member-list .name {
            margin-bottom: 15px;
        }

        .chairman-headline {
            margin-top: 100px;
        }

        .member-modal .modal-inner {
            padding: 40px;
        }

        .member-modal .scrollable {
            padding: 50px;
            height: 460px;
        }

        .modal-close {
            padding-right: 40px;
            top: 30px;
            right: 30px;
            font-size: 14px;
            line-height: 40px;
        }

            .modal-close:before,
            .modal-close:after {
                width: 40px;
                height: 6px;
                top: 17px;
            }

        .member-modal .img {
            width: 315px;
        }

        .member-modal .txt {
            margin-left: 40px;
        }

    }

    @media screen and (min-width: 1250px) {

        .member-modal .scrollable {
            padding: 60px;
            height: 480px;
            max-width: 1000px;
        }

        .member-modal .img {
            width: 315px;
        }

        .member-modal .txt {
            margin-left: 40px;
        }

    }

#news .inner {
    max-width: 600px;
}

#news .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    text-align: center;
}

    #news .pagination button {
        margin: 0 10px;
        padding: 5px;
    }

    #news .pagination .arrow:disabled {
        visibility: hidden;
    }

    #news .pagination .current {
        color: var(--white-border);
        cursor: auto;
    }

    @media screen and (min-width: 750px) {

        #news .pagination {
            margin-top: 50px;
        }

    }

#article .inner {
    max-width: 600px;
}

#article .article-head {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--white-border);
}

#article .date {
    font-size: .9em;
}

#article .title {
    margin-top: 10px;
    font-size: 2.4rem;
    line-height: 1.4;
}

#article .article-body {
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 1px solid var(--white-border);
    line-height: 2.5;
    text-align: justify;
}

    #article .article-body h2 {
        margin-top: 1em;
        font-size: 1.3em;
    }

    #article .article-body p {
        text-align: justify;
    }

    #article .article-body p + p {
        margin-top: 1em;
    }

    #article .article-body p a {
        text-decoration: underline;
        transition: text-decoration-color .2s;
    }

        @media(hover: hover) {

            #article .article-body p a:hover {
                text-decoration-color: transparent;
            }

        }

    #article .article-body .film-list dl {
        padding: 8px 7px 10px;
        line-height: 1.5;
    }

    #article .article-body .film-list dl + dl {
        border-top: 1px solid var(--white-border);
    }

    #article .article-body .film-list dt {
        color: var(--light-yellow);
    }

    #article .article-body .film-list dd {
        margin-top: 4px;
    }

#article .link-back {
    text-align: center;
}

    #article .link-back a {
        text-decoration: underline;
        -webkit-transition: -webkit-text-decoration .2s;
        transition: -webkit-text-decoration .2s;
        -o-transition: text-decoration .2s;
        transition: text-decoration .2s;
        transition: text-decoration .2s, -webkit-text-decoration .2s;
    }

        @media(hover: hover) {

            #article .link-back a:hover {
                -webkit-text-decoration-color: transparent;
                        text-decoration-color: transparent;
            }

        }

    @media screen and (min-width: 500px) {

        #article .article-head {
            padding-bottom: 20px;
        }

        #article .title {
            margin-top: 15px;
            font-size: 2.6rem;
        }

        #article .article-body {
            margin-bottom: 50px;
            padding: 25px 0;
        }

        #article .article-body .film-list dl {
            padding-left: 15px;
            padding-right: 15px;
        }

    }

    @media screen and (min-width: 1000px) {

        #article .article-head {
            padding-bottom: 25px;
        }

        #article .title {
            font-size: 3rem;
        }

        #article .article-body {
            margin-bottom: 60px;
            padding: 30px 0;
        }

    }