@charset "UTF-8";
.top {
  width: 100%;
  min-height: 500px;
  padding-bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1.7s ease-out;
          transition: opacity 1.7s ease-out;
}

.top.load {
  opacity: 1;
  filter: alpha(opacity=100);
}

.top img {
  max-width: 100%;
  vertical-align: bottom;
}

.top .kv {
  position: relative;
}

.top .kv:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 2%;
  background: url(../img/common/line_deco.png?170113) no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
}

.top .kv .btn_review {
  position: absolute;
  bottom: 3%;
  right: 2.5%;
  width: 27%;
}

.top .top_info_area .top_ticket {
  width: 89.5%;
  margin: 5.5% auto 0;
}

.top .top_info_area .top_ticket li {
  margin-bottom: 3%;
}

.top .top_info_area .top_banner {
  position: relative;
  width: 250px;
  height: 72px;
  margin: 0 auto 5.1%;
}

.top .top_info_area .top_banner .top_banner_in {
  position: absolute;
  left: -270px;
  top: 0;
  width: 790px;
}

.top .top_info_area .movie_btn {
  margin-top: 6.2%;
}

.top .top_info_area .top_news_box {
  position: relative;
  padding: 13.3% 7% 12%;
  background-color: rgba(89, 85, 68, 0.07);
}

.top .top_info_area .top_news_box .top_news_title {
  text-align: center;
}

.top .top_info_area .top_news_box .top_news_title img {
  width: 80px;
}

.top .top_info_area .top_news_box .top_news_more {
  position: absolute;
  right: 7%;
  top: 11%;
  width: 15%;
}

.top .top_info_area .top_news_box .top_news_list {
  margin-top: 7.5%;
  border-top: 1px solid rgba(89, 85, 68, 0.2);
}

.top .top_info_area .top_news_box .top_news_list li {
  padding: 5.5% 0;
  border-bottom: 1px solid rgba(89, 85, 68, 0.2);
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  line-height: 1.4;
}

.top .top_info_area .top_news_box .top_news_list li a {
  display: block;
}

.top .top_info_area .top_news_box .top_news_list li a .news_title {
  font-weight: bold;
  color: #595544;
  font-size: 14px;
}

.top .top_info_area .top_news_box .top_news_list li a .news_day {
  margin-top: 1%;
  color: #b39242;
  font-size: 12px;
}

.top .top_info_area .top_news_box .top_news_tw {
  width: 65%;
  margin: 9.5% auto 0;
}
