@charset "UTF-8";

#column_parts + .composite_box01 .heading.block_header_4 .h {
    text-shadow: 3px 1px #fff;
}

#column_parts + .composite_box01.block_images_10 .inner_item_txt {
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

/* MV調整(2026/08/03) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    width: 100%;
    height: 100%;
}
#mv .mv_textimg > div {
    width: 50%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}