@charset "UTF-8";

.mp4_wrap video {
  width: 100%;
}

/*------------MVテキストフェードアウト調整------------*/
.complete~#mv_outer .mv_text{
	transition: opacity 1s 10s ease-in-out;
	opacity: 0;
}
#mv .mv_text.t_align_center>div {
    margin-top: auto;
    padding-bottom: 50px;
}
@media(max-width: 768px) {
#mv .mv_scroll {
    display: none;
}
#mv .mv_text.t_align_center>div {
    padding-bottom: 10px;
}
}