/* 2025/08/18 追記 */
.mv__date {
    width: 82.4vw;
}

@media only screen and (min-width: 767px) {
    .mv__date {
        width: 450px;
    }
}