@charset "UTF-8";

/*MV調整*/
#mv {
    width: 100%;
}
@media screen and (min-width: 901px) {
    #mv .mv_img {
        margin-top: 0;
    }
}

/* SP用MV画像入れ込み(2026/08/20) */
#mv.slide04 {
    max-width: initial;
}
@media only screen and (max-width: 900px) {
    #mv.slide04 {
        aspect-ratio: 713 / 1280;
        height: auto !important;
    }
    #mv .mv_img li:nth-of-type(1) img {
        content: url(/common/upload_data/fg-realestatecom/image/20260820175514.jpg);
    }
}