@charset "UTF-8";

/* MV調整(2026/03/18) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    top: 0;
}
#mv .mv_textimg > div {
    width: 35%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
@media screen and (min-width: 901px) {
    #mv::after, #mv .mv_img {
        width: 100%;
    }
}
@media screen and (max-width: 900px){
    .mv_nav{
        display: none;
    } 
}
@media screen and (max-width: 1400px) and (min-width: 900px) and (max-height: 700px) {
    #mv .mv_textimg a {
        width: 86%;
        left: 8%;
    }
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 40%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}

.mv_textimg > div a {
  background: red;
  opacity: 0.2;
}