.top {
  width: 100%;
  min-height: 800px;
  margin: 0 auto;
  background: url(../img/top/frame_repeat.png) center center, url(../img/top/bg_ptn.gif) top left;
  overflow: hidden;
}

.top.load .top_in:before {
  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: 800px;
  background: url(../img/top/kv.jpg) no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-position: center center;
  margin: 0 auto;
}

.top .top_in:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 800px;
  background: url(../img/top/frame_left.png) no-repeat left center, url(../img/top/bg_ptn.gif) top left;
  -webkit-background-size: auto 100%, auto;
          background-size: auto 100%, auto;
}

.top .top_in:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 800px;
  background: url(../img/top/frame_right.png) no-repeat right center, url(../img/top/bg_ptn.gif) top left;
  -webkit-background-size: auto 100%, auto;
          background-size: auto 100%, auto;
}

.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 .5s;
          transition: all .5s ease-out .5s;
  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 .5s;
          transition: all .5s ease-out .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 .5s;
          transition: all .5s ease-out .5s;
  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 .5s;
          transition: all .5s ease-out .5s;
  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;
}
