/* ------------------------------
- movie
------------------------------ */
@media only screen and (min-width: 751px) {
    .movie a:hover {
        opacity: .8;
    }
}

@media only screen and (min-width: 751px) {
    .movie span.title1 {
        background: #888;
        color: #fff;
        line-height: 1.8;
        font-size: .8rem;
        padding: .1rem .5rem;
        margin-right: .2rem;
        letter-spacing: .1rem;
        font-weight: normal;
    }
    .movie span.title2 {
        background: #9ba8d0;
        color: #fff;
        line-height: 1.8;
        font-size: .8rem;
        padding: .1rem .5rem;
        margin-right: .2rem;
        font-weight: normal;
    }
}

@media only screen and (max-width: 750px) {
    .movie span.title1 {
        background: #888;
        color: #fff;
        line-height: 1.9;
        font-size: .7rem;
        padding: .2rem .2rem;
        margin-right: .2rem;
        letter-spacing: .1rem;
        font-weight: normal;
    }
    .movie span.title2 {
        background: #9ba8d0;
        color: #fff;
        line-height: 1.9;
        font-size: .7rem;
        padding: .2rem .2rem;
        margin-right: .2rem;
        font-weight: normal;
    }
}

/* ------------------------------
- movie-header
------------------------------ */
.movie-header__recommendtextbox {
    border: 2px solid #bbb;
    padding: 1rem 1rem 1rem;
    bottom: 0;
    left: 0;
}
.movie-header__recommendtextbox-heading {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    margin-bottom: .5rem;
    position: relative;
}
.movie-header__recommendtextbox-heading::before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #ca0000;
    transform: translateY(-50%);
    top: 50%;
    left: .5rem;
    border-radius: 50%;
}
.movie-header__recommendtextbox-title {
    line-height: 1.7;
    color: #000;
}
.movie-header__recommendtextbox-text {
    line-height: 1.7;
    color: #666;
}
.movie-header__recommendtextbox-link {
    text-align: right;
}
.movie-header__recommendtextbox-link a {
    font-size: 0.8rem;
    background: #333;
    color: #fff;
    padding: .5rem 1rem;
    text-align: center;
    font-weight: bold;
}
.movie-header__recommendtextbox-link a::after {
    content: "\f105";
    font-family: FontAwesome;
    text-decoration: none;
    margin-left: 0.5rem;
    color: #BE2A2A;
}
.movie-header__recommendimgbox a {
    position: relative;
}
.movie-header__recommendimgbox a::before {
    content: "";
    display: block;
    background: #000;
    padding-top: 3rem;
}
.movie-header__recommendimgbox a::after {
    content: "";
    display: block;
    background: #000;
    padding-bottom: 3rem;
}
.movie-header__recommendimgbox img:last-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 60px;
    height: 60px;
    text-align: center;
    opacity: .88;
}

@media only screen and (min-width: 751px) {
    .movie-header__box {
        margin-bottom: 3rem;
    }
    .movie-header__title {
        border-bottom: 2px solid #ca0000;
        margin: 2rem 0;
        padding: .5rem 0;
        font-size: 22px;
    }
    .movie-header__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .movie-header__item:first-of-type {
        display: flex;
        flex-flow: column;
        justify-content:space-between;
        width: calc( 40% - 2rem );
        margin-right: 2rem;
    }
    .movie-header__item:last-of-type {
        width: 60%;
    }
    .movie-header__recommendtextbox-heading {
        padding: .5rem 0 .5rem 1.2rem;
    }
    .movie-header__recommendtextbox-title {
        margin-bottom: .4rem;
        font-size: 14px;
        font-weight: normal;
    }
    .movie-header__recommendtextbox-text {
        font-size: 12px;
    }
    .movie-header__recommendtextbox-link {
        margin-top: .7rem;
    }
}

@media only screen and (max-width: 750px) {
    .movie-header__box {
        margin-bottom: 2rem;
    }
    .movie-header__title {
        border-bottom: 2px solid #ca0000;
        padding: .5rem 0;
        font-size: 20px;
        font-weight: bold;
        margin: 1rem 0;
    }
    .movie-header__textbox-text {
        margin: 1.3rem 0;
    }
    .movie-header__recommendtextbox {
        width: 100%;
        margin-top: 2rem;
    }
    .movie-header__recommendtextbox-heading {
        padding: .6rem 0 .5rem 1.3rem;
        font-size: 14px;
    }
    .movie-header__recommendtextbox-title {
        margin-top: .5rem;
        font-size: 13px;
    }
    .movie-header__recommendtextbox-text {
        font-size: 12px;
        margin-top: .4rem;
    }
    .movie-header__recommendtextbox-link {
        margin-top: 1rem;
    }
    .movie-header__recommendimgbox {
        width: 100%;
    }
}

/* ------------------------------
- movie-content
------------------------------ */
.movie-content__box {
    margin-bottom: 3rem;
}
.movie-content__heading {
    padding: 1.3rem 0;
    position: relative;
}
.movie-content__heading::after {
    content: "";
    border-bottom: 2px solid #be2a2a;
    position: absolute;
    left: 0;
    bottom: 0;
}
.movie-content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.movie-content__imgbox a {
    position: relative;
}
.movie-content__imgbox img:last-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: .88;
}
.movie-content__infobox-title {
    color: #000;
}
.movie-content__infobox-text {
    color: #666;
}


@media only screen and (min-width: 751px) {
    .movie-content {
        margin-bottom: 9rem;
    }
    .movie-content__box {
        margin-bottom: 3rem;
    }
    .movie-content__heading {
        font-size: 15px;
    }
    .movie-content__heading::after {
        width: 3%;
    }
    .movie-content__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 2rem;
    }
    .movie-content__item {
        width: 22.375%;
    }
    .movie-content__item:not(:nth-child(4n)) {
        margin-right: 3.5%;
      }
    .movie-content__item:nth-child(n+5) {
        margin-top: 3%;
    }
    .movie-content__imgbox {
        margin-bottom: .5rem;
    }
    .movie-content__infobox-title {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: .4rem;
    }
    .movie-content__infobox-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 750px) {
    .movie-content {
        margin-bottom: 5rem;
    }
    .movie-content__box {
        margin-bottom: 3rem;
    }
    .movie-content__heading {
        font-size: 16px;
    }
    .movie-content__heading::after {
        width: 5%;
    }
    .movie-content__list {
        display: block;
        padding-top: 2rem;
    }
    .movie-content__item {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 2rem;
    }
    .movie-content__item.col1_sp {
        margin-bottom: 4rem;
    }
    .movie-content__item:not(:nth-child(4n)) {
        margin-right: 0;
    }
    .movie-content__item:nth-child(n+5) {
        margin-top: 0;
    }
    .movie-content__imgbox {
        width: calc(40% - 1rem);
        margin-right: 1rem;
    }
    .movie-content__item.col1_sp .movie-content__imgbox {
        width: 100%;
        margin: 0;
        margin-bottom: .5rem;
    }
    .movie-content__imgbox img:last-of-type {
        width: 40px;
        height: 40px;
    }
    .movie-content__item.col1_sp .movie-content__imgbox img:last-of-type {
        width: 60px;
        height: 60px;
    }
    .movie-content__infobox {
        width: 60%;
    }
    .movie-content__item.col1_sp .movie-content__infobox {
        width: 100%;
    }
    .movie-content__infobox-title {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: .4rem;
    }
    .movie-content__infobox-text {
        font-size: 12px;
    }
}


/* ------------------------------
- movie-banner
------------------------------ */
.movie-banner__img {
    max-width: 100%;
    width: auto;
}
.movie-banner__text {
    margin-top: .5rem;
}

@media only screen and (min-width: 751px) {
    .movie-banner__list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .movie-banner__item {
        margin-bottom: 3rem;
    }
    .movie-banner__list.col1_pc {
        justify-content: center;
    }
    .movie-banner__list.col2_pc .movie-banner__item {
        width: 48%;
    }
    .movie-banner__list.col2_pc .movie-banner__item:not(:nth-child(2n)) {
        margin-right: 4%;
    } 
    .movie-banner__list.col2_pc .movie-banner__item:nth-child(n+3) {
        margin-top: 4%;
    }
    .movie-banner__list.col3_pc .movie-banner__item {
        width: 32%;
    }
    .movie-banner__list.col3_pc .movie-banner__item:not(:nth-child(3n)) {
        margin-right: 2%;
    } 
    .movie-banner__list.col3_pc .movie-banner__item:nth-child(n+4) {
        margin-top: 3%;
    }
}

@media only screen and (max-width: 750px) {
    .movie-banner__list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    .movie-banner__item {
        margin-bottom: 3rem;
    }
}
