@charset "UTF-8";
/* CSS Document */

/*---------------------------------
* 動画コンテンツ
---------------------------------*/

.wrapper{
  width: 90.4%;
  margin: 0 auto; 
}

.video_sec{
  margin-top: clamp(40px, 10vw, 80px);
}

.video_sec video{
  width: 100%;
}

.video_sec.video_mv video{
  border-radius: 10px;
}

@media screen and (min-width: 769px){
  .wrapper{
    max-width: 928px;
    width: 100%;
    margin: auto;
  }
  
  .sec_in{
    padding: 0 2.156%;;
  }
}

@media screen and (max-width: 768px){
  .mv_wrap{
    background-color: #fff;
  }
  
  .video_sec{
    margin-top: 0;
  }
  
  .sec_in{
    padding: 0 5.46%;
  }
}