.top_main {
  min-height: 1240px;
}
.top_main .copy {
  position: absolute;
  left: 44px;
  top: 178px;
}

.pc .globalNav .globalNav_onAir {
  position: relative;
}
.pc .globalNav .globalNav_onAir a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/img/common/bnrArea_movie.png") no-repeat center rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pc .globalNav .globalNav_onAir a:hover {
  background: none;
}
