@charset "UTF-8";

#buy + .composite_box01 .inner_item {
  display: flex;
  flex-direction: column;
}

#buy + .composite_box01 .inner_item .contents_btn01 {
  margin-top: auto; /* テキスト量に関わらずボタンを下に押し下げる */
}
.contents_btn01 a span{
    word-break: keep-all !important;
}

 a[id^="buy"] + div .heading.block_header_4 .h{
    word-break: keep-all !important;
}

/* MV調整(2026/06/29) */
#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;
}
#mv .mv_textimg a {
    max-width: initial;
}
@media only screen and (max-width: 768px) {
    #mv .mv_mp4 video {
        aspect-ratio: 5 / 4;
    }
    #mv .mv_textimg > div {
        width: 45%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}