@charset "UTF-8";

#access + div.widget_shop01 {
	background: linear-gradient(
		207deg,
		#FFFFFF 0%,
		#E1D5A2 45%,
		#AA855F 100%
	);
}


#blog + div.block_news_1 .content_wrapper .no_img {
	background: #ffffff;
}

#blog + div.block_news_1,
#txt + div.composite_box01 {
	background-repeat: no-repeat;
	background-color: transparent;
}

/* MV調整(2026/07/13) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv:before {
    content: none;
}
#mv:after {
    width: 100%;
    background: rgba(66, 65, 63, 0.2);
}
#mv .mv_textimg {
    left: 0;
    width: 100%;
}
#mv .mv_textimg > div {
    width: 30%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg a {
    aspect-ratio: 350 / 71;
    left: 22%;
    width: 57%;
    max-width: initial;
}
@media screen and (max-width: 900px){
    .mv_nav{
        display: none;
    } 
}
@media only screen and (max-width: 768px) {
    #mv .mv_mp4 video {
        aspect-ratio: 4 / 3;
    }
    #mv .mv_textimg > div {
        width: 45%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}