@charset "UTF-8";

#instagram_icon + div .inner_item_img img {
    width: 40px !important;
    height: 40px !important;
}

#instagram_icon + div .wrapper_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* space between icons */
}

#instagram_icon + div .inner_item {
    width: auto !important;
    margin-left: 0 !important;
    flex: 0 0 auto;
}

#instagram_icon + div .inner_item_img img {
    width: 40px !important;
    height: 40px !important;
}

/* MV調整(2026/06/05) */
#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: 40%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 45%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}