#mobile_movie_wrap {
  display: none;
}

.mm_on #mobile_movie_wrap {
  display: block;
}

.mm_on body.home #top {
  height: auto;
}
.mm_on body.home #top #header_youtube {
  display: none;
}
.mm_on body.home #top #header_logo_index {
  display: none !important;
}
.mm_on body.home #top #header_slider {
  display: none;
}
.mm_on #mobile_movie_wrap {
  background: #eee;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  z-index: -1;
  display: block;
  overflow: hidden;
}
.mm_on #mobile_movie_wrap.h_fix {
  margin-top: 55px;
}
@media screen and (min-width: 770px) {
  .mm_on #mobile_movie_wrap.h_fix {
    margin-top: 0;
  }
}
.mm_on #mobile_movie_wrap .logo_img {
  max-width: 60%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mm_on #mobile_movie_wrap .logo_img img {
  max-width: 100%;
}
.mm_on #mobile_movie_wrap #mobile_movie {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100px;
  height: calc(100% + 200px);
}
.mm_on #mobile_movie_wrap #mobile_movie .item {
  max-width: 100%;
}
.mm_on #mobile_movie_wrap #header_logo_index {
  left: 0;
  right: 0;
}
