#container {
  position: relative;
}

#container .inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top #container #bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
}

.top #container #bg img {
  width: 100%;
}

.top #container #bg.vertical {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top #container #bg.vertical img {
  width: auto;
  max-width: initial;
  height: 100%;
}

.top #container #film {
  width: 360px;
  min-height: 100vh;
  position: relative;
  margin: auto;
  z-index: 2;
  background: url(../images/film.png) center top/100% auto repeat-y;
  opacity: 0;
}

.top #container #film ul {
  width: 68.88%;
  margin: auto;
}

.top #container #film ul li {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: solid 10px #231815;
  height: 338px;
  opacity: 0;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.top #container #film ul li.animated {
  opacity: 1;
}

.top #container #film ul li div {
  width: 85.5%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top #container #film ul li div img {
  width: 100%;
}

.top #container #film ul li#film-title {
  height: auto;
}

.top #container #film ul li#film-title div {
  padding-top: 44px;
  padding-bottom: 15px;
}

.top #container #film ul li#film-copy {
  height: 280px;
}

.top #container #film ul li#film-copy div {
  width: 63.7%;
}

.top #container #film ul li.episode {
  height: 496px;
}

.top #container #film ul li.episode div {
  width: 86%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top #container #film ul li.episode div h3 {
  padding: 25px 0;
}

.top #container #film ul li.episode div a {
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top #container #film ul li.episode div a:hover {
  opacity: 0.7;
}

.top #container #film ul li.episode#episode1 {
  background: rgba(168, 79, 61, 0.7);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top #container #film ul li.episode#episode1:hover {
  background: #a84f3d;
}

.top #container #film ul li.episode.next {
  height: 220px;
  border-bottom: none;
  padding-bottom: 50px;
}

.top #container #film ul li.episode.next div {
  width: 79%;
}

@media screen and (max-width: 640px) {
  .top #container #film {
    width: 100%;
  }
  .top #container #film ul li {
    height: 93.6vw;
  }
  .top #container #film ul li#film-copy {
    height: 78.86vw;
  }
  .top #container #film ul li.episode {
    height: 137.76vw;
  }
  .top #container #film ul li.episode div h3 {
    padding: 5vw 0;
  }
  .top #container #film ul li.episode div a {
    background: url(../../images/arrow.png) center bottom/auto 5vw no-repeat;
    padding-bottom: 7vw;
  }
  .top #container #film ul li.next {
    height: 41.66vw;
  }
}

.top footer {
  background: #231815;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 3;
  font-size: 10.5pt;
  padding: 0.5em 0;
}

@media screen and (max-width: 640px) {
  .top footer {
    line-height: 1.5em;
    font-size: 3vw;
  }
}

/*# sourceMappingURL=base.css.map */