.position{
    position: relative;
}
.content-wrap.page-lp img{
    max-width: 100%;
}

.pc-only{
    display: block;
}
.sp-only{
    display: none;
}

@media (max-width: 768px) {
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
}
.main-img{
    background: url("https://brand.city.nagareyama.chiba.jp/wp-content/themes/nagareyama_style/img/movie/mv-bg.jpg") no-repeat center 55%;
    height: 510px;
    background-size: cover;
    position: relative;
    border-radius: 0px 0 0 100px;
    width: calc(100% - 50px);
    margin-left: 50px;
    position: relative;
    margin-bottom: 160px;
}
.main-img .mv-logo{
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 312px;
}
@media (max-width: 768px) {
    .main-img{
        height: 99vw;
        border-radius: 0px 0 0 16.9vw;
        margin-bottom: 29vw;
        width: calc(100% - 2.65vw);
        background: url("https://brand.city.nagareyama.chiba.jp/wp-content/themes/nagareyama_style/img/movie/mv-bg.jpg") no-repeat 71% 23%;
        background-size: 180vw;
        margin-left: 2.65vw;
    }
    .main-img .mv-logo{
        width: 63.7vw;
    }
}

.sub-logo{
    text-align: center;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.sub-logo img{
    width: 100%;
}
.main-copy{
    text-align: center;
    font-size: 20px;
    line-height: 2.2;
    margin-bottom: 80px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .sub-logo{
        margin-bottom:13.2vw;
        width: 54.2vw;
    }
    .main-copy{
        font-size: 4.8vw;
        line-height: 2.2;
        margin-bottom: 14.4vw;
    }
}


.movie-list{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    margin-bottom: 130px;
}
.movie-list__item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.movie-list__item:nth-child(3n){
    margin-right: 0;
}
.movie-list__item .img-box{
    margin-bottom: 20px;
}
.movie-list__item .movie-caption{
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
.movie-list__item .img-box.movie{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.movie-list__item .img-box.movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {

    .movie-list{
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        margin-bottom: 31.4vw;
    }
    .movie-list__item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 8vw;
    }
    .movie-list__item:nth-child(3n){
        margin-right: 0;
    }
    .movie-list__item:nth-child(2n){
        margin-right: 0;
    }
    .movie-list__item:last-child{
        margin-bottom: 0;
    }
    .movie-list__item .img-box{
        margin-bottom: 4vw;
    }
    .movie-list__item .movie-caption{
        text-align: center;
        font-size: 3.8vw;
        line-height: 1.5;
        font-weight: bold;
    }
    .movie-list__item .img-box.movie{
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
    }
    .movie-list__item .img-box.movie iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.jusyo-box{
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.jusyo-box .jusyo-ttl{
    text-align: center;
    font-size: 28px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    font-weight: bold;
    padding: 12px 0;
    color: #fff;
    position: relative;
    background: #329e63;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}
.jusyo-box .jusyo-left{
    position: absolute;
    left: -20px;
    width: 20px;
    top: 0;
}
.jusyo-box .jusyo-left img{
    object-fit: cover;
}
.jusyo-box .jusyo-right{
    position: absolute;
    right: -20px;
    width: 20px;
    top: 0;
}
.jusyo-box .jusyo-right img{
    object-fit: cover;
}
.jusyo-text{
    font-size: 20px;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 600;
}
.jusyo-flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 716px;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}
.jusyo-flex-img{
    width: 30%;
}
.jusyo-flex-img img{
    width: 100%;
}
.jusyo-flex-text{
    width: 65%;
}
.jusyo-flex-text-title{
    font-size: 16px;
    line-height: 2.06;
}
.cam-gaiyo{
    padding: 40px 30px;
    border-top: 1px solid #add4e5;
    border-bottom: 1px solid #add4e5;
    box-sizing: border-box;
}
.cam-gaiyo-ttl{
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.cam-gaiyo-text{
    font-size: 16px;
    line-height: 2.06;
}

@media (max-width: 768px) {

    .jusyo-box .jusyo-ttl{
        text-align: center;
        font-size: 5.3vw;
        width: calc(100% - 8vw);
        margin-left: auto;
        margin-right: auto;
        line-height: 1.37;
        font-weight: bold;
        padding: 5.0vw 0;
        margin-bottom:9.6vw;
    }
    .jusyo-box .jusyo-left{
        position: absolute;
        left: -4.9vw;
        width: 4.9vw;
        top: 0;
    }
    .jusyo-box .jusyo-left img{
        object-fit: cover;
    }
    .jusyo-box .jusyo-right{
        position: absolute;
        right: -4.9vw;
        width: 4.9vw;
        top: 0;
    }
    .jusyo-box .jusyo-right img{
        object-fit: cover;
    }
    .jusyo-text{
        font-size:4.8vw;
        line-height: 2.2;
        text-align: center;
        margin-bottom: 13vw;
    }
    .jusyo-flex{
        display: block;
        width: 100%;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14vw;
    }
    .jusyo-flex-img{
        width: 50vw;
        margin-bottom: 9.6vw;
        margin-left: auto;
        margin-right: auto;
    }
    .jusyo-flex-img img{
        width: 100%;
    }
    .jusyo-flex-text{
        width: 100%;
    }
    .jusyo-flex-text-title{
        font-size: 3.8vw;
        line-height: 2.06;
    }
    .cam-gaiyo{
        padding: 9.6vw 5.3vw;
        border-top: 1px solid #add4e5;
        border-bottom: 1px solid #add4e5;
        box-sizing: border-box;
    }
    .cam-gaiyo-ttl{
        font-size: 4.8vw;
        line-height: 1.2;
        font-weight: bold;
        text-align: center;
        margin-bottom: 4vw;
    }
    .cam-gaiyo-text{
        font-size: 3.8vw;
        line-height: 2.06;
    }
    
}