@charset "UTF-8";

/* spacing between slides */
#gallery + div.widget_gallery01 .wrapper_item .slick-slide {
  margin: 0 10px;
}
#gallery + div.widget_gallery01 .wrapper_item .slick-list {
  margin: 0 -10px;
}

#gallery + div.widget_gallery01 .slick-arrow {
    transform: translateY(-50%);
}

#gallery + .widget_gallery01 .wrapper_item .slick-dots {
    display: none !important;
}

 #gallery+div.widget_gallery01 .content_wrapper .heading.block_header_1, .heading.block_header_6 {
    margin-bottom: 77px;
}
#column+.block_news_1 {
    overflow: visible;
    z-index: 0;
}
.widget_gallery01 .contents_btn01 {
    max-width: 1400px;
}

/* MV調整(2026/06/26) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_mp4 video {
    aspect-ratio: 4 / 3;
}
#mv .mv_textimg {
    left: 0;
    width: 100%;
    height: 100%;
}
#mv .mv_textimg > div {
    width: 25%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg a {
    width: 34%;
    right: 3%;
}
@media only screen and (max-width: 768px) {
    #mv .mv_mp4 video {
        aspect-ratio: 6 / 5;
    }
    #mv .mv_textimg > div {
        width: 35%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}