@charset "UTF-8";

body.fixedmv #mv_outer {
    position: relative !important;
}
@media screen and (min-width: 341px) and (max-width: 400px) {
    body {
        border: 0px solid var(--i_main_color) !important;
    }
}

body.index.fixedmv main {
    transform: translateY(0vh) !important;
}
body {
    border: 0px solid var(--i_main_color);
}