@charset "UTF-8";

/*----6/5追加修正-----*/
@media screen and (max-width: 1360px) and (min-width: 769px) {
    #mv .mv_textimg img {
        max-height: 220px !important;
        width: auto;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg img {
        width: clamp(190px, 40vw, 650px);
    }
}

a[id^="con"] + div:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background: var(--i_sub_color);
    pointer-events: none;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 1;
}

/* MV調整(2026/06/17) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    top: 0;
    width: 100%;
}
#mv .mv_textimg > div {
    width: 30%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_mp4 video {
    aspect-ratio: 5 / 4;
}
@media screen and (max-width: 1360px) and (min-width: 769px) {
    #mv .mv_textimg img {
        max-height: initial !important;
    }
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 40%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}