
@charset "UTF-8";

/*----------sp mv video----------*/
#mv_outer_sp {
  display: none;
}
#mv_outer {
  display: block !important;
  position: relative;
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 500px) {
  .mv_else {
    display: none !important;
  }
  #mv_outer {
    display: none !important;
  }
  .mv_top {
    display: block !important;
    width: 100%;
    height: 95vh;
    top: 0;
    position: relative;
    margin-bottom: 3rem;
  }
  .mv_top video {
    display: block !important;
    width: 100%;
  }
  #mv_outer_sp {
    display: block;
    width: 100%;
    height: 95vh;
    top: 0;
    position: relative;
    margin-bottom: 3rem;
  }
  #mv_outer_sp video {
    width: 100%;
    display: block !important;
  }
}
