.top {
  width: 100%;
  min-height: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.top.load .top_in:before {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.top.load .top_in .txt_catch {
  opacity: 1;
  filter: alpha(opacity=100);
}

.top.load .top_in .txt_roadshow {
  opacity: 1;
  filter: alpha(opacity=100);
}

.top.load .top_in .btn_review {
  opacity: 1;
  filter: alpha(opacity=100);
}

.top.load .top_in .top_info_area {
  opacity: 1;
  filter: alpha(opacity=100);
}

.top .top_in {
  position: relative;
  width: 100%;
  height: 1000px;
  margin: 0 auto;
}

.top .top_in:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1015px;
  background: url(../img/top/kv.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform .5s ease-out, opacity 1.5s ease-out;
          transition: transform .5s ease-out, opacity 1.5s ease-out;
  z-index: 1;
}

.top .top_in img {
  vertical-align: bottom;
}

.top .top_in .txt_catch {
  position: absolute;
  right: 40px;
  top: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease-out 1s;
          transition: all .5s ease-out 1s;
  z-index: 5;
}

.top .top_in .txt_roadshow {
  position: absolute;
  left: 40px;
  top: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease-out 1.5s;
          transition: all .5s ease-out 1.5s;
  z-index: 5;
}

.top .top_in .btn_review {
  position: absolute;
  right: 2%;
  bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease-out 2s;
          transition: all .5s ease-out 2s;
  z-index: 5;
}

.top .top_in .top_info_area {
  position: absolute;
  left: 40px;
  bottom: 30px;
  width: 250px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease-out 2s;
          transition: all .5s ease-out 2s;
  z-index: 5;
}

.top .top_in .top_info_area .top_ticket {
  width: 250px;
  height: 272px;
}

.top .top_in .top_info_area .movie_btn {
  margin-top: 10px;
  cursor: pointer;
}

.top .top_in .top_info_area .top_banner {
  margin-top: 10px;
}
