.mv{
    background-image: url(../img/main_img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1440 / 780;
    position: relative;
}

/* フェードアップアニメーション発動時のスタイル */

.mv__heading{
    max-width: 783.5px;
    width: 100%;
    aspect-ratio: 783.5 / 326;
    position: absolute;
    top: 0;
    padding-top: 8%;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 1440px) {
    .mv__heading{
       width: 91.5%;
    }
}

@media (max-width: 768px) {
    .mv{
        background-image: url(../img/sp/main_img_sp.jpg);
        aspect-ratio: 375 / 812;
        margin-bottom: 0;
    }
    
    /* フェードアップアニメーション発動時のスタイル */
    
    .mv__heading{
        /* max-width: 343px; */
        /* width: 100%; */
        aspect-ratio: 343 / 143;
        position: absolute;
        top: 214px;
        padding-top: 0;
    }
}