@charset "UTF-8";

/* MV調整(2026/06/10) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_mp4 video {
    aspect-ratio: 4 / 3;
}
#mv .mv_textimg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#mv .mv_textimg > div {
    width: 25%;
    left: 1%;
    bottom: 1%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg a {
    aspect-ratio: 1;
    width: 38%;
    max-width: initial;
}
@media only screen and (max-width: 900px) {
    #mv {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 35%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}

#seo_w+.dec1_2:not(.block_images_21)>.content_wrapper {
    margin-top: 0;
    padding: 0 60px;
}
@media screen and (max-width: 900px) {
    #seo_w+.dec1_2:not(.block_images_21)>.content_wrapper {
        padding: 0 15px;
    }
}