map area {
  border: none;
  outline: none;
}
.container {
  min-width: 1370px;
  min-height: 1341px;
  position: absolute;
}

/* content */
.content {
  width: 100%;
  height: 1210px;
  position: relative;
}
/* aside */
.aside {
  width: 396px;
  height: auto;
  z-index: 3;
}

.opacity {
  opacity: .8;
}

.on_news {
  width: 70px;
  height: 30px;
  opacity: .5;
  background-color: #000;
  position: absolute;
  top: 30px;
  left: 130px;
  display: none;
}

.on_twitter {
  width: 90px;
  height: 20px;
  opacity: .5;
  background-color: #000;
  position: absolute;
  top: 30px;
  left: 75px;
  display: none;
}

.side_menu {
  width: 100%;
  height: 896px;
  position: relative;
  margin: -100px 0 0 30px;
}
.map_img {
  position: absolute;
}

.bg_movie {
  width: 222px;
  height: 227px;
  background: url('../img/snav_movie.png');
  position: absolute;
  top: 0;
  left: 44px;
}
.bg_twitter {
  width: 113px;
  height: 117px;
  background: url('../img/snav_twitter_icon.png');
  position: absolute;
  top: 117px;
  left: 21px;
}
.bg_news {
  width: 283px;
  height: 344px;
  background: url('../img/snav_news.png');
  position: absolute;
  top: 200px;
  left: 0;
}
.bg_twitter_line {
  width: 282px;
  height: 357px;
  background: url('../img/snav_twitter_line.png');
  position: absolute;
  top: 539px;
  left: 2px;
}
.news {
  width: 190px;
  height: 170px;
  color: #fff;
  padding: 95px 0 0 47px;
}

.news a {  color: #fff;}
.news a:hover {color: #fff250;}

.news_wrap {
  padding-bottom: 19px;
  margin-bottom: 19px;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #fff;
}

.news_wrap:nth-child(3) {
  border: none;
}

.news_wrap .title {
  margin-bottom: 9px;
  margin-left: 10px;
  font-size: .8rem;
}
.news_wrap .description {
  font-size: 0.9em;
  margin-left: 10px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.twitter_line {
  position: absolute;
  top: 60px;
  left: 40px;
  z-index: 3;
}

/* main */
.main {
  width: 1370px;
  height: 1260px;
  margin: 0 auto;
  background: url('../img/bg_content.png');
  position: relative;
  z-index: 2;
}

.main_txt {
  position: absolute;
  top: 120px;
  left: 480px;
}

/* banner_area */
.banner_area {
  width: auto;
  height: 60px;
  position: absolute;
  bottom: 30px;
  /*left: 50px;*/
  left: 84px;
  z-index: 3;
}

.banner_area ul {
  overflow: hidden;
}

.banner_area li {
  float: left;
  margin-right: 20px;
}

.banner_area li:hover {
  opacity: .8;
}

.banner_area li:last-child {
  margin-right: 0px;
}

.banner_area p {
  display: inline;
}

/* footer 一時削除*/
.footer {
  z-index: 4;
}
.footer_icon {
  display: none;
}
.header {
  min-width: 1370px;
}
.nav {
  width: 1370px;
}

/* ============================== */
.top_area {
  width: 795px;
  margin-left: 360px;
  text-align: center;
}
.event {
  margin-top: -20px;
}

/* ============================== */
#popup_area a, #popup_area img { display: block; }

