@charset "UTF-8";

/* MV調整(2026/02/24) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv:after {
    width: 100%;
    background: rgba(0, 0, 0, .1);
}
#mv:before {
    content: none;
}
#mv .mv_textimg {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#mv .mv_textimg > div {
    width: 20%;
    right: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
    min-height: initial;
    height: auto;
}
#mv .mv_textimg a {
    width: 88%;
}
header h1 {
    color: var(--i_bg_color);
}
@media screen and (max-width: 900px){
    .mv_nav{
        display: none;
    } 
}
@media only screen and (max-width: 768px) {
    #mv .mv_img li, #mv:after {
        background: none;
    }
}
@media only screen and (max-width: 400px) {
    #mv .mv_textimg > div {
        width: 17%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}