@charset "UTF-8";

#mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(110 110 110 / 45%);
    z-index: 10;
}
#mv,
#mv .mv_text,
#mv .mv_text > div,
#mv .mv_text h2 {
	animation: none !important;
	animation-name: none !important;
	animation-play-state: paused !important;
}
#mv.start,
#mv.start .mv_text,
#mv.start .mv_text > div,
#mv.start .mv_text h2 {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
}

