@charset "UTF-8";
.wrapper {
  background: #000;
}

section.main {
  width: 100%;
  min-width: 1500px;
  left: 50%;
  margin-left: -750px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
  padding-bottom: 450px;
  background: #000;
  z-index: 0;
}

@media (min-width: 1500px) {
  section.main {
    left: 0;
    margin-left: 0;
  }
}

section.main .main__bg {
  position: relative;
}

section.main .main__bg .main__bg-kv {
  display: block;
}

section.main .main__bg .main__bg-kv img {
  width: 100%;
  display: block;
  position: relative;
}

section.main .main__line {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(50px, -50px);
      -ms-transform: translate(50px, -50px);
          transform: translate(50px, -50px);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

section.main .main__line--01 {
  top: 0;
  left: 170px;
}

section.main .main__line--02 {
  bottom: 445px;
  left: 0;
}

section.main .main__line--03 {
  bottom: 445px;
  right: 0;
}

section.main .main__line--04 {
  bottom: 0;
  right: 0;
}

section.main .main__catch {
  position: absolute;
}

section.main .main__catch img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

section.main .main__catch--left {
  top: 0;
  left: 0;
}

section.main .main__catch--left img {
  -webkit-transform: translate(-50px, 50px);
      -ms-transform: translate(-50px, 50px);
          transform: translate(-50px, 50px);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

section.main .main__catch--right {
  top: 0;
  right: 56px;
}

section.main .main__catch--right img {
  -webkit-transform: translate(50px, -50px);
      -ms-transform: translate(50px, -50px);
          transform: translate(50px, -50px);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

@media (max-width: 1500px) {
  section.main .main__catch--right {
    right: 106px;
  }
}

section.main .topics {
  position: fixed;
  bottom: 40px;
  left: 250px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(0, 20%);
      -ms-transform: translate(0, 20%);
          transform: translate(0, 20%);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  letter-spacing: -.4em;
  text-align: center;
}

@media (max-width: 1500px) {
  section.main .topics {
    left: 50%;
    margin-left: -500px;
  }
}

@media (max-width: 1216px) {
  section.main .topics {
    left: 95px;
    margin-left: auto;
  }
}

section.main .topics .topics__movie {
  width: 165px;
  height: 95px;
  background: url(../img/top/movie_base.png) top center no-repeat;
  padding-top: 11px;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

section.main .topics .topics__movie .topics__movie-bg {
  width: 151px;
  height: 77px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

section.main .topics .topics__movie .topics__movie-bg iframe#player_thumb {
  position: absolute;
  top: -20px;
  left: 0;
}

section.main .topics .topics__movie .topics__movie-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  z-index: 1;
}

section.main .topics .topics__movie .topics__movie-bg:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: url(../img/top/movie_play.png) top center no-repeat;
  -webkit-background-size: 32px 32px;
          background-size: 32px 32px;
  margin: -22px auto auto -16px;
  z-index: 2;
}

section.main .topics .topics__movie .topics__movie-title {
  width: 100%;
  position: absolute;
  top: 67px;
  left: 0;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"Helvetica", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

section.main .topics .topics__movie > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

section.main .topics .topics__bnr {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

section.main .topics .topics__bnr ul {
  letter-spacing: -.4em;
  text-align: center;
}

section.main .topics .topics__bnr ul li {
  margin-left: 12px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

section.main .topics .topics__bnr ul li img {
  display: block;
}

section.main .topics .topics__bnr ul li a {
  display: block;
}

section.main .news {
  width: 100%;
  height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}

section.main .news:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/top/news_area_top.png) top center no-repeat;
}

section.main .news h3 {
  width: 1100px;
  margin: 86px auto 0;
  position: relative;
}

section.main .news h3:before {
  content: '';
  position: absolute;
  top: -32px;
  left: 0px;
  width: 12px;
  height: 2px;
  background: url(../img/top/barrett.png) top center no-repeat;
  -webkit-background-size: 12px 2px;
          background-size: 12px 2px;
}

section.main .news ul.news__list {
  width: 1100px;
  margin: 23px auto 0;
  letter-spacing: -.4em;
  text-align: center;
}

section.main .news ul.news__list li.list-item {
  width: 250px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"Helvetica", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  text-align: left;
}

section.main .news ul.news__list li.list-item + li {
  margin-left: 31px;
}

section.main .news ul.news__list li.list-item a {
  display: block;
  color: #fff;
  text-decoration: none;
}

section.main .news ul.news__list li.list-item p.date {
  position: relative;
  color: #377486;
  font-size: 16px;
  line-height: 1em;
}

section.main .news ul.news__list li.list-item p.date:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 251px;
  height: 4px;
  background: url(../img/top/news_line.png) top center no-repeat;
  -webkit-background-size: 251px 4px;
          background-size: 251px 4px;
}

section.main .news ul.news__list li.list-item figure.thumb {
  width: 230px;
  height: 140px;
  margin: 32px auto 0;
}

section.main .news ul.news__list li.list-item p.title {
  width: 230px;
  margin: 10px auto 0;
  font-size: 15px;
  line-height: 1.3em;
}

section.active .main__catch--right img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

section.active .main__catch--left img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

section.active .main__line {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}

section.active .topics {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}

section.active .news {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}

.footer {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}

.footer.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}

.drawer--pickup {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.drawer--pickup.active-top {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}