@charset "UTF-8";

/*ラインバナー調整*/
#line_banner + section.contents_box01 .content_wrapper .wrapper_item .inner_item_img {
   width: 50%!important;
   transition: 0.6s ease-in-out;
   overflow: hidden;
}
#line_banner + section.contents_box01 .content_wrapper .wrapper_item .inner_item_img a::before {
    content: "";
    position: absolute;
    top: -30%;
    left: -35%;
    height: 159%;
    width: 20px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0.5;
    transform: rotate(40deg);
    transition: 0.3s;
    z-index: 10;
    pointer-events: none;
    transition: 0.4s ease-in-out;
}
#line_banner + section.contents_box01 .content_wrapper .wrapper_item .inner_item_img a img {
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 0;
}
#line_banner + section.contents_box01 .content_wrapper .wrapper_item .inner_item_img a:hover img {
    filter: brightness(0.5);
}
#line_banner + section.contents_box01 .content_wrapper .wrapper_item .inner_item_img a:hover::before {
    left: 85%;
}

/* MV調整(2026/02/26) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv:after {
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
#mv .mv_textimg {
    left: 0;
    bottom: 0;
    top: initial;
    width: 100%;
    height: 100%;
}
#mv .mv_textimg > div {
    width: 45%;
    left: 2%;
    bottom: 0;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg .mv_textimg_sp {
    width: 60%;
    min-width: 250px;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media screen and (max-width: 900px){
    .mv_nav{
        display: none;
    } 
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 45%;
    }
}