@charset "UTF-8";

#design_ttl01 + section .content_wrapper > .heading.block_header_2 .h,
#design_ttl02 + section .content_wrapper > .heading.block_header_2 .h {
    color: var(--i_main_color);
    padding-left: 0;
}
#design_ttl01 + section .content_wrapper > .heading.block_header_2 .h:before,
#design_ttl02 + section .content_wrapper > .heading.block_header_2 .h:before {
    display: none;
}

/*MV調整*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
   height: auto;
   max-height: initial !important;
}
@media screen and (max-width: 125vh){
   #mv.mv_mp4_cover {
       height: auto !important;
       min-height: 0 !important;
   }
}
#mv_outer::before,
#mv_outer::after {
   content: none;
}