@charset "UTF-8";

#top_3col + div.composite_box01 .wrapper_item > .inner_item:nth-of-type(2) {
    display: none;
}

/* MV調整(2026/08/25) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_mp4 video {
    aspect-ratio: 3 / 2;
}
#mv .mv_textimg {
    padding: 0 5%;
}
#mv .mv_textimg > div {
    width: 35%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
    max-height: initial !important;
}
#mv .mv_textimg a {
    width: 60%;
    height: 17%;
}
@media screen and (max-width: 900px){
    .mv_nav{
        display: none;
    } 
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 45%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}