
.video-content {
    padding: 0;
    background-color: transparent;
    margin: 6.4rem 0 9.2rem;
}
.video-content .container {
    max-width: 120rem;
}

.video-content__title {
    text-align: center;
    font-size: 4rem;
    color: #1E1E1E;
    margin: 0 0 1.6rem;
}
.small-tit {
    text-align: center;
    font-size: 2rem;
    line-height: 3.2rem;
    color: #1E1E1E;
    margin: 0 0 3.2rem;
}

.container_mv {
    max-width: 120rem;
}
.mv_wrapper_pc .mv_main_text {
    padding: 6.4rem 0;
}
.mv_wrapper_pc .mv_main_text .mv_copy {
    font-size: 3.2rem;
    line-height: 4rem;
}
.mv_wrapper_pc .mv_main_text .mv_text {
    font-size: 2rem;
    margin-top: 3.2rem;
}

.video-content__wrap {
    cursor: pointer;
}

.video-content__wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-content__wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.4rem;
    height: 6.4rem;
    transform: translate(-50%, -50%);
    border: none;
    background: url(../img/append/video-play.png) center center no-repeat;
    background-size: contain;
    z-index: 2;
}


@media screen and (max-width: 800px) {
    .video-content__wrap::before {
        width: 4.8rem;
        height: 4.8rem;
    }

    .mv_wrapper_pc .mv_main_text {
        padding: 3.2rem 0;
    }
    .container_mv {
        padding: 0 1.6rem;
        width: 100%;
        margin: 0 auto;
    }
    .mv_wrapper_pc .mv_main_text .mv_copy {
        font-size: 2rem;
        line-height: 3.2rem;
    }
    .mv_wrapper_pc .mv_main_text .mv_text {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 1.6rem;
    }

    .video-content {
        padding: 0;
        background-color: transparent;
        margin: 3.2rem 0 4.8rem;
    }
    .video-content .container {
        padding: 0 1.6rem;
    }
    .video-content__title {
        text-align: center;
        font-size: 2rem;
        color: #1E1E1E;
        margin: 0 0 .8rem;
    }


    .small-tit {
        text-align: center;
        font-size: 1.4rem;
        line-height: 3.2rem;
        color: #1E1E1E;
        margin: 0 0 3.2rem;
    }
}
