@charset "utf-8";

/* mv */
@media (min-width: 769px) {
    .underlayer_mv_img {
        background: url('../../images/info/index/mv.webp') no-repeat 50% 50% / cover;
    }
}
@media (max-width: 768px) {
    .underlayer_mv_img {
        background: url('../../images/info/index/mv_sp.webp') no-repeat 50% 50% / cover;
    }
    .anchor {
        border-top: none;
        margin-top: 0;
    }

}
