@charset "UTF-8";

.mw1600 .content_wrapper {
    max-width: 1200px !important;
}
.mw1400 .content_wrapper {
    max-width: 1200px !important;
}
#txt_gr+section.contents_box01 .wrapper_item {
    width:60%;
}
@media screen and (max-width: 900px) {
#txt_gr+section.contents_box01 .wrapper_item {
    width:100%;
}
}

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



main .widget_gallery01 a img{
    object-fit: contain !important;
    background: white !important;

}