@charset "UTF-8";

/*MV調整 260615*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	/*height: auto;*/
	max-height: initial !important;
}
#mv.mv_mp4_cover .mv_mp4 video, #mv.mv_mp4_cover2 .mv_mp4 video{
height: auto;
}

@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}

/* 表示調整(2026/06/16) */

@media only screen and (min-width: 901px) {
    #mv .mv_mp4 video {
        /*width: auto !important;*/
        max-width: 100%;
        max-height: 100vh !important;
        margin-inline: auto;
    }
    #mv_outer {
        border-top: 0 !important;
    }
    header {
        position: fixed;
        opacity: 0;
        pointer-events: none;
    }
    .scrolled header#pattern2 {
        top: 0;
        opacity: 1;
        pointer-events: auto;
    }
    #fixbtn .fixbtnwrap {
        opacity: 0;
        pointer-events: none;
    }
    .scrolled #fixbtn .fixbtnwrap {
        opacity: 1;
        pointer-events: auto;
    }
}