@charset "UTF-8";

#seo_w + section {
  background-image: linear-gradient(to bottom, #00ffff 0%, #cdf9ff 60%, #f0feff 100%) !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
}

/* MV調整(2026/08/10) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv {
    height: auto;
}
#mv .mv_textimg {
    left: 0;
    width: 100%;
    height: 100%;
}
#mv .mv_textimg .mv_textimg_pc {
    width: 55%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg .mv_textimg_sp {
    bottom: 20px;
    width: clamp(60px, calc(25% - 20px), 220px);
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg .mv_textimg_pc {
        top: initial;
    }
}
@media screen and (max-width: 500px) {
    .mv_textimg_pc {
        top: initial;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}