@charset "UTF-8";

/*MV調整_251105*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg > div{
    max-width: 670px;
    width: 40%;
}
#mv .mv_textimg img {
    max-width: initial;
    min-width: initial;
    width: 100%;
}
@media screen and (min-width: 901px) {
    #mv:after, #mv .mv_img, #mv .mv_mp4 {
        width: 100%;
        margin-left: 0;
        border-radius: 0;
    }
}
@media screen and (min-height: 701px) and (max-width: 768px) {
    #mv .mv_textimg img {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg > div{
       width: 50%;
    }
}

@media screen and (min-width: 901px){
	#top_menu + section{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}