@charset "UTF-8";

/*--------------MV動画用調整---------------*/
#mv::after {
    background: rgba(0,0,0,0.2);
    height: 100%;
}
@media screen and (max-width: calc(125vh)) {
body.fixedmv #mv_outer {
    height: calc(100vw / (5/4));
}
body.index.fixedmv main {
    transform: translateY(calc(100vw / (5/4)));
}
body.scrolled.fixedmv #mv_outer {
    height: 100vh;
}
body.scrolled #mv.mv_mp4_cover {
    height: 100vh!important;
}
body.index.fixedmv footer {
    margin-top: calc(100vw / (5/4));
}
}