@charset "UTF-8";
.movie_in {
    margin-top: 40px;
}
.movie_wrap {
    padding: 60px 0 100px 0;
}
.movie-item {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px dashed #0c4cac;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit--flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    box-sizing: border-box;
}
.movie-item:last-child {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 0;
}
.movieImg_wrap {
    width: 430px;
}
.movie-item.is-new .movieImg_wrap ,
.movie-item.is-new2 .movieImg_wrap {
    position: relative;
}
.movie-item.is-new .movieImg_wrap:before {
    content: "NEW";
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 9;
    width: 80px;
    padding: 10px 0;
    color: #ffffff;
    background: #ff0000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    line-height: 1;
}
.movie-item.is-new2 .movieImg_wrap:before {
    content: "11月下旬配信";
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 9;
    width: 110px;
    padding: 10px 0;
    color: #ffffff;
    background: #ff6000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    line-height: 1;
}
.movieDet_wrap {
    width: calc(100% - 460px);
}
.movieDet_wrap dl dt {
    font-size: 20px;
    color: #0c4cac;
    margin: 0 0 15px 0;
    line-height: 1.4;
}
.movieDet_wrap dl dt span {
    font-size: 30px;
}
.movieDet_wrap dl dt {
    font-size: 16px;
}
.pop-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.secPop_wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translateY(-50%,-50%);
    width: 742px;
}
.secPop-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 55px;
}
.secPop-close a {
    width: 100%;
    height: 48px;
    display: block;
    background: url(../img/contents/common/icn_close.png) no-repeat center center;
}
.secPop_wrap video {
    width: 100%;
    height: auto;
}
.secPop_box dt {
    background: #0c4cac;
    color: #fff;
    text-align: left;
    padding: 17px 60px 17px 27px;
    line-height: 1;
    font-size: 16px;
}
@media only screen and (max-width: 896px) {
    .movie_in {
        margin-top: 20px;
    }
    .movie_wrap {
        padding: 0 0 50px 0;
    }
    .movie-item {
        margin: 0 20px 30px 20px;
        padding: 0 0 30px 0;
        border-bottom: 1px dashed #0c4cac;
        display: -webkit-block;
        display: -webkit-block;
        display: -ms-block;
        display: block;
        width: auto;
        text-decoration: none;
        font-weight: bold;
    }
    .movie-item:last-child {
        margin: 0 20px 0 20px;
    }
    .movie_caption {
        margin: 0 20px;
        font-size: 13px;
    }
    .movieImg_wrap {
        width: auto;
        margin: 0 0 20px 0;
    }
    .movie-item.is-new .movieImg_wrap:before {
        top: -10px;
        right: -10px;
        width: 70px;
        padding: 10px 0;
        font-size: 12px;
        border-radius: 3px;
    }
    .movie-item.is-new2 .movieImg_wrap:before {
        top: -10px;
        right: -10px;
        z-index: 9;
        width: 90px;
        padding: 10px 0;
        font-size: 12px;
        border-radius: 3px;
    }
    .movieImg_wrap iframe {
        width: 100%;
        height: 190px;
    }
    .movieDet_wrap {
        width: auto;
    }
    .movieDet_wrap dl dt {
        font-size: 12px;
        margin: 0 0 10px 0;
        line-height: 1.4;
    }
    .movieDet_wrap dl dt span {
        font-size: 18px;
    }
    .movieDet_wrap dl dt {
        font-size: 12px;
    }
    .secPop_wrap {
        top: 50%;
        left: 50%;
        z-index: 1002;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translateY(-50%,-50%);
        width: calc(100% - 40px);
    }
    .secPop-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        width: 40px;
    }
    .secPop-close a {
        width: 100%;
        height: 48px;
        display: block;
        background: url(../img/contents/common/icn_close.png) no-repeat center center;
    }
    .secPop_wrap iframe {
        width: 100%;
        height: 189px;
    }
    .secPop_box dt {
        padding: 15px 40px 15px 10px;
        line-height: 1.6;
        font-size: 13px;
    }
}
@media only screen and (max-width: 374px) {
}
.movie_txt {
    margin-top: 40px;
}
.movie_txt .logo img {
    width: 300px;
}
.movie_txt .logo:hover {
    opacity: 0.7;
}
.movie_txt .txt {
    margin-bottom: 20px;
}
.movie_txt a {
    color: #56c0e2;
}
.movie_txt .link-txt {
    display: block;
}
@media only screen and (max-width: 896px) {
    .movie_txt {
        margin: 40px 20px 0 20px;
        font-size: 13px;
    }
    .movie_txt .link-txt {
        margin-bottom: 40px;
    }
}