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

#hero_movie {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
}

#hero_movie #hero_back {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}

#hero_movie #mv {
  width: 90%;
  max-width: 980px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

#hero_movie .batu {
  width: 50px;
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.popup_banner{
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_banner a {
  max-width: 600px;
}