@charset "UTF-8";

/* QRコード表示調整(2025/10/29) */
#qrcode + .composite_box01 .wrapper_item {
    max-width: 600px;
    margin: 0 auto;
}
#qrcode + .composite_box01 .inner_item_img img {
    width: 50% !important;
    height: auto !important;
}
/* 関連リンクボタン調整(2025/10/29) */
#links + .contents_btn01 .content_wrapper>a {
    width: 250px !important;
}

/* MV調整(2025/11/10) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media only screen and (min-width: 769px) {
    #mv .mv_textimg a {
        height: 25%;
        bottom: 10%;
    }
}