@charset "utf-8";
/* 
サイト固有の記述
*/
#main_visual {
  @media screen and (max-width: 1024px) {
    height: calc(60vh)!important;


    .swiper-container {
      .swiper-wrapper {
        .swiper-slide {
          height: calc(60vh)!important;

        }

        .slider_block {
          height: calc(60vh)!important;
        }
      }
    }
  }

  .main-catch__video{
    @media screen and (max-width: 1024px) {
    height: 60vh!important;
    }
  }
}