@charset "utf-8";

/* MOVIE */
#episode0 .stage .inner {
    position: relative;
    padding-bottom: 7.14285714285714%;
}

#episode0 h1 {
    width: 42.1428571428571%;
    padding-top: 8.38481906443072%;
    margin: 0 auto 2.14285714285714%;
}

#episode0 h1 img {
    width: 100%;
}

#episode0 h2 {
    margin: auto;
    padding-top: 0%;
}

.episode_text {
    width: 73.5%;
    font-size: 1.6rem;
    margin: 5% auto;
    line-height: 1.7;
}

#episode0 .preview {
    width: 72.2857142857143%;
    margin: 2% auto 10%;
}

#episode0 .preview img {
    width: 100%;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.3);
}

#episode0 .preview a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#episode0 .preview a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/special/index/movie_mask.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: 0.3s;
}

#episode0 .preview a:hover:after {
    transform: scale(0.9);
}

#episode0 h2 img {
    width: 100%;
}

@media screen and (max-width: 1399px) {}


/* SP */
@media screen and (max-width: 767px) {
    #episode0 .stage .inner {
        padding-bottom: 9%;
    }

    #episode0 h1 {
        width: 92.1875%;
        padding-top: 2%;
        margin: 0 auto 3%;
    }

    .episode_text {
        width: 95%;
        font-size: 1.4rem;
    }

    #episode0 .preview {
        width: 95%;
    }

    #episode0 h2 {
        font-size: 1.3rem;
    }
}