@charset "utf-8";

/* MOVIE */
#movie .stage .inner {
    position: relative;
    padding-bottom: 7.14285714285714%;
}

#movie .bg {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/special/movie/bg.jpg);
}

#movie h1 {
    width: 42.1428571428571%;
    padding-top: 8.38481906443072%;
    margin: 0 auto 2.14285714285714%;
}

#movie h1 img {
    width: 100%;
}

#movie .movieList {
    width: 71.42857142857143%;
    margin: 0 auto;
}

#movie .movieList li {
    width: 48%;
    float: left;
}

#movie .preview {
    margin-bottom: 2%;
}

#movie .preview img {
    width: 100%;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.3);
}

#movie .preview a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#movie .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/movie/preview_mask.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    transition: 0.3s;
}

#movie .preview a:hover:after {
    transform: scale(0.9);
}

#movie h2 {
    width: 92.6530612244898%;
    margin: auto;
}

#movie h2 img {
    width: 100%;
}

@media screen and (max-width: 1399px) {}

@media screen and (min-width: 768px) {
    #movie .movieList li:nth-of-type(n+3) {
        margin-top: 7.5%;
    }

    #movie .movieList li:nth-of-type(even) {
        float: right;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    #movie .stage .inner {
        padding-bottom: 9%;
    }

    #movie .bg {
        background-image: url(/wp-content/themes/ikemen/title/live/original/images/special/movie/sp/bg.jpg);
    }

    #movie h1 {
        width: 92.1875%;
        padding-top: 2%;
        margin: 0 auto 3%;
    }

    #movie .movieList {
        width: 95%;
    }

    #movie .movieList li {
        width: 100%;
        float: none;
    }

    #movie .movieList li:not(:first-of-type) {
        margin-top: 9%;
    }

    #movie .preview {
        margin-bottom: 1%;
    }

    #movie h2 {
        font-size: 1.3rem;
    }
}