.mv {
    margin-bottom: 60px;
}

.mv_image_box {
    width: 100%;
    position: relative;
    object-fit: cover;
    height: auto;
}

.mv_image {
    width: 100%;
    height: auto;
}


.mv_title {
    position: absolute;
    font-size: clamp(24px, 3vw, 48px);
    color: #9A9A8B;
    font-family: "Lora", serif;
    top: 450px;
    right: 15%;
}

.mv_sp_image {
    width: 100%;
    height: auto;
}


@media screen and (max-width: 1280px) {
    .mv_title {
        position: absolute;
        font-size: clamp(24px, 3vw, 48px);
        color: #9A9A8B;
        font-family: "Lora", serif;
        top: 280px;
        right: 15%;
    }
}

@media screen and (max-width: 570px) {
    .mv_title {
        position: absolute;
        font-size: clamp(24px, 3vw, 48px);
        color: #9A9A8B;
        font-family: "Lora", serif;
        top: 130px;
        right: 15%;
    }
}