@charset "UTF-8";
/* =====================================================================
[MV] MVST-4 CSS
=====================================================================*/
/* ------------ MV ------------ */
.mv{
    position: relative;
    line-height: 0;
    text-align: center;
}
.mv .mainmv {
    display: flex;
    justify-content: center;
}

.mv-container {
    position: relative;
    width: 100%;
    max-width: 1900px;
}
.mv img {
    width: 100%;
    height: auto;
}
.mainmv a.reg_position {
    position: absolute;
    width: 95%;
    right: 3%;
    bottom: 5%;
}
/* .mv + .reg_box {
    padding-top: 30px;
} */
.mainmv a.reg_position img {
    width: 100%;
}

@media(min-width: 750px) {
    /* .mv + .reg_box {
        padding-top: 50px;
    } */
    .mainmv a.reg_position {
        width: 45%;
        bottom: 16%;
        right: 2%;
    }
}