@charset "UTF-8";

#mv_outer {
    display: none;
}

#mv_outer {
    display: none;
}

#mvyoutube + .widget_youtube .wrapper_item {
    width: 100%;
    max-width: 100%;
}

#mvyoutube + .widget_youtube .content_wrapper {
    padding: 165px 0 0;
}

@media screen and (max-width: 768px) {
#mvyoutube + .widget_youtube .content_wrapper {
    padding: 48px 0 0;
}
}


/*TOP 動画2カラム*/
.top_movie{
  margin-top: 160px;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.top_movie  .youtube_block{
  padding-top: 0;
}
.youtube_block iframe{
  height: auto;
  aspect-ratio: 20/11;
}
.top_movie .youtube_block,
.top_movie .mil-embed-y2Vi5S{
  width: calc(100% - 1.5rem);
  height: auto;
  aspect-ratio: 20/11;
}
.top_movie .mil-embed-y2Vi5S{
  width: calc(100% - 1.5rem) !important;
  height: auto !important;
  aspect-ratio: 20/11 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
  .top_movie{
    flex-direction: column;
    margin-top: 60px;
  }
  .top_movie .youtube_block{
      width: 100%;
  }
  .top_movie .mil-embed-y2Vi5S{
      width: 100% !important;
  }
}