.section-home-movie {
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 2.25rem;
}
.section-home-movie .heading h2 {
    text-align: center;
    margin-bottom: 2rem;
}
.section-home-movie .heading h2:before, .section-home-movie .heading h2:after {
    content: '';
    display: inline-block;
    width: 2.25rem;
    height: 2rem;
    margin: 0 1rem;
    background: url(../_common/img/h1.png) no-repeat;
    background-size: 2.25rem 2rem;
    vertical-align: top;
}
.section-home-movie .btn {
    background-color: #375192;
    color: #fff;
    padding: .4rem 1.4rem .3rem 1rem;
    border-radius: 1rem;
}

.section-home-movie ul {
    padding: 0 20px 0px 20px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-home-movie li {
    width: calc(90% / 3);
    margin: 4px;
}

.section-home-movie .bnr-movie img{
    opacity: 1;
    width: 288px;
    height: 162px;
}
@media (max-width: 767px){
    .section-home-movie li {
        width: 100%;
    }
    .section-home-movie .bnr-movie img{
        opacity: 1;
        width: 100%;
        height: auto;
    }
}
.section-home-movie .movie-time {
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
}
.section-home-movie .movie-title {
    font-size:0.9rem;
}
.section-home-movie .no-data {
    text-align: center;
}


/* 動画一覧 */
.nav-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 2rem 0 3rem;
    padding: 1rem;
    background-color: #f1f1f1;
}
/* .nav-section::before {
    content: '動画カテゴリー';
    display: block;
    width: 100%;
} */
.nav-section .scroll {
    margin-right: 1rem;
}
.nav-section .btn {
    margin-left: auto;
    border: 1px solid #999;
    border-radius: 1rem;
    background-color: #fff;
}

.wrapper-movie .ul-movie{
    padding: 0 15px 0px 15px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrapper-movie .ul-movie::after{
    width: calc(90% / 3);
    display: block;
    content: "";
}
.wrapper-movie li{
    width: calc(90% / 3);
    margin: 4px;
}
.wrapper-movie .bnr-movie img {
    opacity: 1;
    width: 288px;
    height: 162px;
}
@media (max-width: 767px){
    .wrapper-movie li{
        width: 100%;
    }
    .wrapper-movie .bnr-movie img {
        opacity: 1;
        width: 100%;
        height: auto;
    }
}
.wrapper-movie .movie-time {
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
}
.wrapper-movie .movie-title {
    font-size: 0.9rem;
}

.wrapper-movie .link-btn {
    text-align: right;
    margin-bottom: 20px;   
}

.wrapper-movie .btn {
    background-color: #375192;
    color: #fff;
    padding: .4rem 1.4rem .3rem 1rem;
    border-radius: 1rem;
}


/* 動画詳細 */
.wrapper-movie-detail .movie-title {
    margin-top: 12px;   
}
.wrapper-movie-detail .movie-player-wrap {
    margin-top: 36px;
    text-align: center;
}

.wrapper-movie-detail .movie-top-btn {
    margin-top: 24px;
    text-align: center;
}
.wrapper-movie-detail .btn {
    position: relative;
    width: 14rem;
    height: 3.3rem;
    margin: 0.2rem;
    padding: 1rem 1rem 0;
    border: 2px solid #2e3471;
    border-radius: 4px;
    line-height: 1.1;
    letter-spacing: normal;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    color: #2e3471;
}
.wrapper-movie-detail .btn:before {
    position: absolute;
    top: 50%;
    left: 0.4rem;
    margin-top: -0.48rem;
    content: '\f078';
    font-family: 'icomoon';
}

.wrapper-movie-detail iframe {
    width: 800px;
    height: 450px;
}
@media (max-width: 767px){
    .wrapper-movie-detail iframe {
        width: 100%;
        height: 225px;
    }
}