/* 動画サイト */









/* ページタイトル */
#lower .strength-hello{
    position: relative;
    z-index: -1;
}
#movie .strength-hello::after{
    content: "";
    background: url(../img/title/movie-top.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    width: 50%;
    height: 100%;
    position: absolute;
    top:100px;
    right: 0;
}
#movie .ttl_area{
    width: 45%;
}
@media(max-width:1194px){
    #movie .strength-hello::after{
        background: url(../img/title/movie-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 75%;
    }
    #movie .ttl_area{
        width: 45%;
    }
}
@media (max-width:768px) {
    #movie .strength-hello::after{
        height: 78%;
        top: 70px;
    }
    #movie .ttl_area{
        width: 45%;
        margin-top: 0;
    }
}
@media (max-width:480px) {
    #movie .strength-hello::after{
        height: 40vw;
        display: none;
    }
    #movie .strength-hello .mv_area01 {
        height: 37vw;
        width: 100%;
    }
    #movie .ttl_area{
        width: 100%;
        text-align: center;
    }
}






#movie .movie_wrap ul li{
    border: 1px solid #d9d9d9;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
#movie .movie_wrap ul li div{
    order: 1;
}
#movie .movie_wrap ul li p.movie_title{
    order: 2;
    font-size: 16px !important;
    margin-top: 1em;
    text-align: center;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#movie .movie_wrap ul li a.btn{
    order: 3;
    background-color: #ce6c56;
    border: none;
    font-weight: bold;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#movie .movie_wrap ul li a.btn::after {
    background: url(../img/arrow_right_wh.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: inline-block;
    top: 0.2em;
    right: 0;
    width: 1em;
    height: 1em;
    transform: translateY(0) rotate(0deg);
    border-right: none;
    border-top: none;
    content: "";
    margin-left: 0.5em;
}
@media(max-width:1194px){

}
@media (max-width:768px) {

}
@media (max-width:480px) {
    #movie .movie_wrap ul li p.movie_title{
        text-align: left;
    }
}