body,
html {
  height: 100%;
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.-second {
  background: #fd102a;
}

body.-second:before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../../images/secondmain/chara/bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 768px) {
  body.-second {
    background-position: 50% 80% !important;
    background-size: auto 140%;
  }
}

footer {
  font-size: 10px;
  padding: 10px 0;
  text-align: center;
  color: #d41011;
  color: #fff;
  background: #000;
}

.-pc {
  display: block;
}

.-sp {
  display: none;
}

/*---------------------------------------------------------------------------------------
top
---------------------------------------------------------------------------------------*/
.second__top__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  text-align: center;
  background: url(../../images/secondmain/top/bg-pc.jpg) repeat-x center left;
  background-size: auto 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.second__top__container.-hide .second__top__title__item {
  visibility: hidden;
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  opacity: 0;
}

.second__top__container.-hide .second__top__title__item.-i0 {
  -webkit-transform: translate(150%, 0) scale(1);
  -ms-transform: translate(150%, 0) scale(1);
  transform: translate(150%, 0) scale(1);
}

.second__top__container.-hide .second__top__roadshow {
  visibility: hidden;
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  -webkit-transform: translate(100%, -40%);
  -ms-transform: translate(100%, -40%);
  transform: translate(100%, -40%);
  opacity: 0;
}

.second__top__container.-hide .second__top__dvd {
  visibility: hidden;
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  opacity: 0;
}

.second__top__container.-hide .second__top__info {
  visibility: hidden;
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  opacity: 0;
}

.second__top__container.-hide .second__top__credit {
  visibility: hidden;
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  -webkit-transform: translate(0%, 10%);
  -ms-transform: translate(0%, 10%);
  transform: translate(0%, 10%);
  opacity: 0;
}

.second__top__container.-hide .second__top__bannerfirst {
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  -webkit-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.second__top__container.-hide .second__top__copy1 {
  visibility: hidden;
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  opacity: 0;
}

.second__top__container.-hide .second__top__copy2 {
  visibility: hidden;
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  opacity: 0;
}

.second__top__container.-hide .second__top__comment {
  visibility: hidden;
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.second__top__kv {
  position: relative;
  width: 100%;
  height: 100%;
}

.second__top__kv .-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/secondmain/top/kv-pc.jpg) no-repeat left center;
  background-size: auto 100%;
}

.second__top__kv .-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 32%;
  max-width: calc(100vw - (100vh * (1100 / 1177)));
  max-height: 70%;
}

.second__top__copy1 {
  position: absolute;
  top: 1.5vh;
  right: .4vw;
  max-width: 6.8vh;
  -webkit-transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.2s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.2s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, transform 0.2s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, transform 0.2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-transform 0.2s cubic-bezier(0, 1, 0, 1) 0s;
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.second__top__copy2 {
  position: absolute;
  top: 1vh;
  left: .2vw;
  max-width: 6.8vh;
  -webkit-transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.2s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.2s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, transform 0.2s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, transform 0.2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-transform 0.2s cubic-bezier(0, 1, 0, 1) 0s;
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.second__top__bannerfirst {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s ease 1.6s;
  transition: all .2s ease 1.6s;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.second__top__bannerfirst a {
  display: block;
}

.second__top__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.second__top__badge li {
  padding: 20px 10px 20px 0;
}

.second__top__badge li a {
  display: block;
  overflow: hidden;
  border: 5px solid #fe1823;
  border-radius: 18px;
}

.second__top__badge li a img {
  max-width: 15vw;
}

.second__top__title {
  position: relative;
  margin-top: 5%;
  margin-top: 10%;
}

.second__top__title__item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, transform 0.3s cubic-bezier(0, 1, 0, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.second__top__title__item.-i0 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.second__top__title__item.-i1 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.second__top__title__item.-i2 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.second__top__title__all img {
  visibility: hidden;
}

.second__top__roadshow {
  position: absolute;
  /* right: -10%;
      bottom: -40%; */
  /* left: -10%;
      bottom: -40%;
      width: 100% * (171 / 717); */
  top: -30%;
  left: -6%;
  width: 18.84937%;
  -webkit-transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, transform 0.3s cubic-bezier(0, 1, 0, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.second__top__roadshow.-cs {
  right: -12%;
  bottom: -57%;
}

.second__top__dvd {
  position: absolute;
  right: -13%;
  bottom: -63%;
  width: 29.894%;
  -webkit-transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.1s ease 0s, visibility 0.1s ease 0s, transform 0.3s cubic-bezier(0, 1, 0, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.second__top__info {
  position: absolute;
  top: 3vh;
  right: 11vh;
  max-width: 15vw;
  -webkit-transition: all .5s ease 2s;
  transition: all .5s ease 2s;
}

.second__top__info a {
  display: block;
}

.second__top__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.second__top__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  width: 70%;
  max-width: calc(100vw - (100vh * (1100 / 1377)));
  height: 100%;
  margin-left: auto;
  padding: 0 10% 0 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.second__top__credit {
  width: 90.79498%;
  max-width: 651px;
  max-width: 550px;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, transform 0.3s cubic-bezier(0, 1, 0, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 1, 0, 1) 0s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.second__top__credit img {
  margin-top: 7%;
}

.second__top__left {
  width: 20%;
  padding: 10px 20px 10px;
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.second__top__center {
  width: 60%;
  padding: 0 3% 45px;
  -webkit-transition: all .3s ease 1.5s;
  transition: all .3s ease 1.5s;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.second__top__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 20%;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0, 1) 1.8s;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1) 1.8s;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.second__top__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.second__top__footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.second__top__logo {
  -webkit-transition: all 1s cubic-bezier(0, 1, 0, 1) 0.8s;
  transition: all 1s cubic-bezier(0, 1, 0, 1) 0.8s;
}

.second__top__btnsecond {
  display: block;
  max-width: 61.62669%;
  margin: -15px auto 0;
  padding-left: 50px;
  -webkit-transition: all 1s cubic-bezier(0, 1, 0, 1) 1s;
  transition: all 1s cubic-bezier(0, 1, 0, 1) 1s;
}

.second__top__roadshow {
  max-width: 703px;
  margin: 0 auto;
  padding: 0 2%;
  text-align: center;
}

.second__top__nav {
  margin-left: -10px;
  padding-bottom: 10px;
}

.second__top__navmain .-pc {
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0, 1) 1.2s;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1) 1.2s;
}

.second__top__navmain .-media .-pc {
  margin-top: -8px;
  padding-left: 15px;
}

.second__top__navsns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-bottom: -12px;
}

.second__top__navsns .-tw .-pc {
  margin-top: -17px;
  margin-right: 10px;
}

.second__top__navsns .-pc {
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0, 1) 1.3s;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1) 1.3s;
}

.second__top__btnfirst img {
  width: 200px;
}

.second__top__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 25px;
  background: url(../../images/second/common/share-mark.png) no-repeat left center;
}

.second__top__share li {
  padding-right: 5px;
}

.second__top__share img {
  width: 30px;
}

.second__top__copyright {
  font-size: 10px;
  display: block;
}

.second__top__copyright img {
  display: block;
  max-width: 130px;
}

.second__top__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.second__top__banner a {
  display: block;
  padding-right: 10px;
}

.second__top__banner a img {
  display: block;
  height: 50px;
}

.second__top__comment {
  position: absolute;
  top: 10px;
  right: 11vh;
  height: 20%;
  max-height: 219px;
  -webkit-transition: all .2s ease 1.7s;
  transition: all .2s ease 1.7s;
}

.second__top__comment__container {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 7.6% 2% 1.5% 26%;
}

.second__top__comment__container img {
  position: absolute;
}

.second__top__comment__main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.second__top__comment__main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.second__top__comment__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.second__top__comment a {
  position: relative;
  display: block;
  height: 100%;
}

.second__top__comment a .-base {
  max-height: 100%;
}

.second__top__comment a .-text {
  position: absolute;
  z-index: 2;
  bottom: -3%;
  left: -2%;
  width: 31%;
}

.second__top__comment a .-spacer {
  visibility: hidden;
}

.mfp-main {
  position: relative;
}

.footer__link {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__link a {
  font-size: 10px;
  line-height: 30px;
  padding: 0 10px 0 10px;
  letter-spacing: .05em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*---------------------------------------------------------------------------------------
common
---------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .second__top__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 250vw;
  }
  .second__top__title {
    position: relative;
    padding: 20vw 3vw 0;
  }
  .second__top__main {
    position: relative;
    display: block;
  }
  .second__top__main__container {
    position: relative;
    display: block;
  }
  .second__top__center {
    box-sizing: border-box;
    width: 100%;
    padding: 0 12vw 0;
  }
  .second__top__right {
    width: 40vw;
    margin-left: auto;
  }
  .second__top__left {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .second__top__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .second__top__roadshow {
    padding: 0;
    padding-bottom: 4vw;
  }
  .second__top__btnsecond {
    max-width: 78%;
    margin-top: 1vw;
    padding-left: 6vw;
  }
  .second__top__share {
    margin: 0 auto;
    padding: 0;
    padding: 3vw 0 5vw;
    background: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .second__top__share li {
    padding: 0 2vw;
  }
  .second__top__share img {
    width: 12vw;
  }
  .second__top__banner {
    padding-bottom: 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .second__top__banner .-item {
    width: 49vw;
    padding: 0;
  }
  .second__top__banner .-item a {
    padding: 0;
  }
  .second__top__banner img {
    height: auto !important;
  }
  .second__top__nav {
    position: relative;
    margin-left: 0;
    padding-bottom: 0;
  }
  .second__top__nav a {
    display: block;
  }
  .second__top__navmain:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 13.6vw;
    height: 7.33333vw;
    content: '';
    -webkit-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    transform: translateY(-98%);
    background: url(../../images/second/top/nav-image.png) no-repeat left bottom;
    background-size: contain;
  }
  .second__top__navmain li {
    border-bottom: 1px solid #cb1014;
  }
  .second__top__navmain a {
    padding: 6vw 0 4vw;
    background: #fd0;
  }
  .second__top__navmain a img {
    display: block;
    height: 11.2vw;
    margin: 0 auto;
  }
  .second__top__navsns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .second__top__navsns a {
    position: relative;
    display: block;
  }
  .second__top__navsns .-tw a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 15.2vw;
    height: 6.4vw;
    content: '';
    -webkit-transform: translateY(98%);
    -ms-transform: translateY(98%);
    transform: translateY(98%);
    background: url(../../images/second/top/nav-image-tw-sp.png) no-repeat left bottom;
    background-size: contain;
  }
  .second__top__navsns .-ig a:after {
    position: absolute;
    top: 0;
    right: 3vw;
    display: block;
    width: 9.06667vw;
    height: 3.6vw;
    content: '';
    -webkit-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    transform: translateY(-98%);
    background: url(../../images/second/top/nav-image-ig-sp.png) no-repeat left bottom;
    background-size: contain;
  }
  .second__top__copyright {
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    width: 40vw;
    -webkit-transform: translate(-50%, -180%);
    -ms-transform: translate(-50%, -180%);
    transform: translate(-50%, -180%);
  }
  .second__top__copyright img {
    max-width: 100%;
  }
  .second__page__container {
    font-size: 3.6vw;
    padding: 5vw 0vw 10vw;
    background: url(../../images/second/announcement/bg_sp.png?ver=2) no-repeat center top #cb1014;
    background-size: 90% auto;
  }
  .second__page__inner {
    padding: 0;
  }
  .-sp {
    display: block !important;
  }
  .-pc {
    display: none !important;
  }
  .trailer .btn__close {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10%;
    left: 50%;
    width: 15vw;
    height: 15vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/*---------------------------------------------------------------------------------------
announcement
---------------------------------------------------------------------------------------*/
.second__announcement__v {
  padding-top: 50px;
}

.second__announcement__lead {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}

.second__announcement__lead .small {
  font-size: .7em;
}

.second__announcement__title {
  padding-top: 70px;
  padding-bottom: 10px;
}

.second__announcement__name {
  padding-top: 50px;
  padding-right: 40%;
  padding-bottom: 30px;
}

.second__announcement__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.second__announcement__text figure {
  width: 265px;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .second__announcement__v {
    padding-top: 7vw;
  }
  .second__announcement__desc {
    margin-top: 3vw;
    padding: 0 10vw;
  }
  .second__announcement__lead {
    font-size: 4.2vw;
    margin-top: 4vw;
    padding: 0 5vw;
  }
  .second__announcement__container {
    padding: 0 5vw;
  }
  .second__announcement__container figure {
    display: block;
    width: 75vw;
    margin: 0 auto;
    padding-top: 10vw;
  }
  .second__announcement__title {
    padding-top: 17vw;
    padding-right: 48vw;
    padding-bottom: 0vw;
  }
  .second__announcement__name {
    padding-top: 8vw;
    padding-right: 0;
    padding-bottom: 2vw;
  }
  .second__announcement__text {
    display: block;
  }
  .second__announcement__text figure {
    /* flex-shrink: 0; */
  }
  .second__announcement__text figure img {
    width: 100%;
    padding-bottom: 5vw;
  }
}

.nav__header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: black;
  background: -webkit-linear-gradient(25deg, black 16%, #f1172a 56%, #ffbdc3 77%, #f1172a 98%);
  background: linear-gradient(65deg, black 16%, #f1172a 56%, #ffbdc3 77%, #f1172a 98%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__header__logo {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 0 20px;
}

.nav__header__global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nav__header__global__item {
  padding: 0 20px;
}

.nav__header__global__item a {
  padding-top: 5px;
  display: block;
}

.nav__header__global__item.-about {
  border-right: 2px solid #90020e;
  margin-right: 10px;
  padding: 0 30px;
}

.nav__header__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nav__header__sns a {
  display: block;
}

.nav__header__line {
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  height: 4px;
  mix-blend-mode: overlay;
  background: #000;
  z-index: 3;
}

.second__page__container {
  max-width: 1100px;
  position: relative;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
}

.second__page__container img {
  max-width: 100%;
}

.second__page__container .-sp {
  display: none;
}

.second__page__inner {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  position: relative;
}

.second__page__logo img {
  display: block;
  margin: 0 auto;
}

.-second-skew {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
}

.second__pages {
  overflow: hidden;
  position: relative;
}

.second__btntop {
  position: absolute;
  right: 4%;
  bottom: 4.5vw;
}

.second__intro {
  background-size: cover;
  background-color: #fd0a1c;
}

.second__intro__inner {
  width: 100%;
  margin-top: -80px;
  background: url(../../images/secondmain/intro/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0 0;
}

.second__intro__container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1440px;
  padding: 0 2%;
}

.second__intro__container__outer {
  position: relative;
}

.second__intro__line {
  width: 100%;
  height: 635px;
  background: no-repeat center center;
  background-size: 100% 100%;
  margin-top: -20px;
}

.second__intro__line.lazyloaded {
  background-image: url(../../images/secondmain/intro/line.jpg);
}

.second__intro__text {
  text-align: center;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease 1.5s;
  transition: all 0.3s ease 1.5s;
  will-change: opacity transform;
}

.second__intro__text p {
  margin-top: -20px;
}

.second__intro__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(10deg);
  -ms-transform: translateX(-50%) skew(10deg);
  transform: translateX(-50%) skew(10deg);
  -webkit-transition: all 1s cubic-bezier(0, 1, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0, 1, 0, 1) 0.5s;
  z-index: 0;
  margin-left: -234px;
}

.second__intro__image img {
  max-width: none;
}

.second__intro__copy {
  position: relative;
  z-index: 2;
}

.second__intro__copy__inner {
  position: relative;
}

.second__intro__copy__item {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -70px;
  -webkit-transition: all 1s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: all 1s cubic-bezier(0, 1, 0, 1) 0.1s;
}

.second__intro__copy__item.-item1 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.second__intro__copy__item.-item2 {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.second__intro__copy__item.-item3 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.second__intro__copy .-spacer {
  position: relative !important;
}

.second__intro.-hide .second__intro__copy__item {
  -webkit-transform: translateX(calc(-50% + 100vw));
  -ms-transform: translateX(calc(-50% + 100vw));
  transform: translateX(calc(-50% + 100vw));
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__intro.-hide .second__intro__image {
  -webkit-transform: translateX(calc(0% + 120vw)) skew(10deg);
  -ms-transform: translateX(calc(0% + 120vw)) skew(10deg);
  transform: translateX(calc(0% + 120vw)) skew(10deg);
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__intro.-hide .second__intro__text {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__story__inner {
  background: #000;
  width: 110vw;
  width: 100%;
}

.second__story__container {
  text-align: center;
  margin: 0 auto;
  padding: 120px 0 150px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
  will-change: opacity transform;
}

.second__story__container__outer {
  position: relative;
}

.second__story__lead {
  padding-bottom: 30px;
}

.second__story__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.second__story__bg .-item1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.second__story__images {
  height: 200px;
  width: 110%;
  margin-left: -5%;
}

.second__story__images.-images1 {
  background: repeat-x left top;
  background-size: auto 100%;
  -webkit-animation: images1 26s linear 0s infinite;
  animation: images1 26s linear 0s infinite;
}

.second__story__images.-images1.lazyloaded {
  background-image: url(../../images/secondmain/story/images1-2.jpg?ver=4);
}

.second__story__images.-images2 {
  background: repeat-x left top;
  background-size: auto 100%;
  -webkit-animation: images2 34s linear 0s infinite;
  animation: images2 34s linear 0s infinite;
}

.second__story__images.-images2.lazyloaded {
  background-image: url(../../images/secondmain/story/images2-2.jpg?ver=5);
}

.second__story.-hide .second__story__bg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__story.-hide .second__story__container {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px) skewY(10deg);
  -ms-transform: translateY(30px) skewY(10deg);
  transform: translateY(30px) skewY(10deg);
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__chara {
  text-align: center;
}

.second__chara__bg {
  margin-top: -9vw;
  padding-top: 9vw;
}

.second__chara__container {
  max-width: 1210px;
  padding: 0 5%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.second__chara__container img {
  margin: 0 auto;
}

.second__chara h1 {
  -webkit-transition: all 1s cubic-bezier(0, 1, 0, 1) 0s;
  transition: all 1s cubic-bezier(0, 1, 0, 1) 0s;
}

.second__chara__item {
  display: block;
  width: 10%;
  height: 10%;
  background: white;
  opacity: 0;
  position: absolute;
  mix-blend-mode: overlay;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.second__chara__item:hover {
  opacity: 0.4;
}

.second__chara__item.-item0 {
  width: 10.6%;
  height: 24.2%;
  top: 8.3%;
  left: 29.6%;
}

.second__chara__item.-item1 {
  width: 8.5%;
  height: 19%;
  top: 8.5%;
  left: 47%;
}

.second__chara__item.-item2 {
  width: 10.5%;
  height: 24%;
  top: 53.5%;
  left: 29.7%;
}

.second__chara__item.-item3 {
  width: 8.5%;
  height: 19.4%;
  top: 53.6%;
  left: 14.5%;
}

.second__chara__item.-item4 {
  width: 8.3%;
  height: 19.3%;
  top: 53.4%;
  left: 47%;
}

.second__chara__item.-item5 {
  width: 7%;
  height: 16.4%;
  top: 9.7%;
  left: 63%;
}

.second__chara__item.-item6 {
  width: 7.2%;
  height: 16.6%;
  top: 9.5%;
  left: 72.6%;
}

.second__chara__item.-item7 {
  width: 7.3%;
  height: 16.3%;
  top: 40.2%;
  left: 63.7%;
}

.second__chara__item.-item8 {
  width: 8.6%;
  height: 19.2%;
  top: 8.4%;
  left: 14.5%;
}

.second__chara__item.-item9 {
  width: 7.2%;
  height: 16.5%;
  top: 40%;
  left: 74.4%;
}

.second__chara__item.-item10 {
  width: 7.2%;
  height: 11.5%;
  top: 73.8%;
  left: 63.7%;
}

.second__chara__item.-item11 {
  width: 7.2%;
  height: 11.5%;
  top: 81.4%;
  left: 42.5%;
}

.second__chara__item.-item12 {
  width: 7.2%;
  height: 11.5%;
  top: 9.6%;
  left: 82.1%;
}

.second__chara__item.-item13 {
  width: 7.2%;
  height: 11.5%;
  top: 73.8%;
  left: 74.9%;
}

.second__chara.-hide h1 {
  -webkit-transform: translateX(100vw) skew(10deg);
  -ms-transform: translateX(100vw) skew(10deg);
  transform: translateX(100vw) skew(10deg);
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__chara.-hide .second__chara__container {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px) skewY(10deg);
  -ms-transform: translateY(30px) skewY(10deg);
  transform: translateY(30px) skewY(10deg);
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__cast {
  padding-top: 110px;
}

.second__cast h1 {
  text-align: center;
  padding: 30px 0;
  -webkit-transition: all 1s cubic-bezier(0, 1, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0, 1, 0, 1) 0.5s;
}

.second__cast h1 img {
  display: block;
  margin: 0 auto;
}

.second__cast__container {
  background: no-repeat center center;
  background-size: cover;
  height: 630px;
  width: 100%;
  /* transition: all 1s cubic-bezier(0, 1, 0, 1) 0.5s; */
}

.second__cast__container.lazyloaded {
  background-image: url(../../images/secondmain/intro/bg.jpg);
}

.second__cast__items {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900%;
  height: 630px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.88, 0.02, 0, 1.02) 0s;
  transition: all 0.5s cubic-bezier(0.88, 0.02, 0, 1.02) 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.second__cast__item {
  width: calc(100% / 9);
  height: 100%;
  text-align: center;
  display: block;
  position: relative;
}

.second__cast__item__inner {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
  left: 0;
}

.second__cast__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.second__cast .btn-back {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -650px;
  margin-top: -120px;
  -webkit-transform: translateX(-50%) skew(10deg);
  -ms-transform: translateX(-50%) skew(10deg);
  transform: translateX(-50%) skew(10deg);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.second__cast .btn-back:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.second__cast .btn-back.-disavalable {
  pointer-events: none;
  opacity: 0;
}

.second__cast .btn-next {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 650px;
  margin-top: -120px;
  -webkit-transform: translateX(-50%) skew(10deg);
  -ms-transform: translateX(-50%) skew(10deg);
  transform: translateX(-50%) skew(10deg);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.second__cast .btn-next:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.second__cast .btn-next.-disavalable {
  pointer-events: none;
  opacity: 0;
}

.second__cast__p0 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.second__cast__p {
  background: no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* &.-p0 {
        background-image: url(../../images/secondmain/cast/p0.png);
      } */
}

.second__cast__p.-p1.lazyloaded {
  background-image: url(../../images/secondmain/cast/p1.png);
}

.second__cast__p.-p2.lazyloaded {
  background-image: url(../../images/secondmain/cast/p2.png);
}

.second__cast__p.-p3.lazyloaded {
  background-image: url(../../images/secondmain/cast/p3.png);
}

.second__cast__p.-p4.lazyloaded {
  background-image: url(../../images/secondmain/cast/p4.png);
}

.second__cast__p.-p5.lazyloaded {
  background-image: url(../../images/secondmain/cast/p5.png);
}

.second__cast__p.-p6.lazyloaded {
  background-image: url(../../images/secondmain/cast/p6.png);
}

.second__cast__p.-p7.lazyloaded {
  background-image: url(../../images/secondmain/cast/p7.png);
}

.second__cast__p.-p8.lazyloaded {
  background-image: url(../../images/secondmain/cast/p8.png);
}

.second__cast__t {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.second__cast__t.-t0 {
  top: 18px;
}

.second__cast__t.-t1 {
  top: 6px;
}

.second__cast__t.-t2 {
  top: 51px;
}

.second__cast__t.-t3 {
  top: 33px;
}

.second__cast__t.-t4 {
  top: 39px;
}

.second__cast__t.-t5 {
  top: 28px;
}

.second__cast__t.-t6 {
  top: 26px;
}

.second__cast.-hide h1 {
  -webkit-transform: translateX(100vw) skew(10deg);
  -ms-transform: translateX(100vw) skew(10deg);
  transform: translateX(100vw) skew(10deg);
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__cast.-hide .second__cast__items {
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__cast.-hide .btn-back {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__staff {
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  padding-bottom: 100px;
  background: no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.second__staff.lazyloaded {
  background-image: url(../../images/secondmain/staff/bg.jpg);
}

.second__staff p {
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 30px;
}

.second__staff img {
  display: block;
}

.second__staff h1 {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-transition: all 1s cubic-bezier(0, 1, 0, 1) 0.3s;
  transition: all 1s cubic-bezier(0, 1, 0, 1) 0.3s;
  padding-left: 400px;
  margin-bottom: -50px;
}

.second__staff h1 img {
  display: block;
  margin: 0 auto;
}

.second__staff h2 {
  margin: -15px 0 0 -35px;
}

.second__staff__container {
  -webkit-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
  margin: 0 auto 20px;
  -webkit-transition: all 0.3s ease 0.8s;
  transition: all 0.3s ease 0.8s;
}

.second__staff__container__inner {
  background: url(../../images/secondmain/staff/box-body.png) repeat-y center top;
  background-size: 100% auto;
  padding: 20px 50px 40px;
}

.second__staff__container__inner img {
  display: block;
}

.second__staff h3 {
  padding-bottom: 30px;
}

.second__staff figure {
  padding-bottom: 30px;
}

.second__staff__profile {
  color: #cc0708;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.7;
}

.second__staff__profile.-director {
  margin-top: -150px;
}

.second__staff__profile figure {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 0;
  margin-left: 25px;
}

.second__staff__profile dt {
  padding-bottom: 15px;
}

.second__staff__image {
  border: 1px solid #000;
  display: block;
  box-shadow: 3px 3px 0 #000;
}

.second__staff__image img {
  display: block;
}

.second__staff__image__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 0 !important;
}

.second__staff__image__sub div {
  border: 1px solid #000;
}

.second__staff__image__sub img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.second__staff.-hide h1 {
  -webkit-transform: translateX(100vw) skew(10deg);
  -ms-transform: translateX(100vw) skew(10deg);
  transform: translateX(100vw) skew(10deg);
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__staff.-hide .second__staff__container {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px) skewY(10deg);
  -ms-transform: translateY(30px) skewY(10deg);
  transform: translateY(30px) skewY(10deg);
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.second__page__title {
  padding-bottom: 1em;
}

.second__cover {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 250%;
  height: 250%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  overflow: hidden;
}

.second__cover:before {
  position: absolute;
  background: #fd0a1c;
  content: "";
  width: 100%;
  height: 50%;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.second__cover:after {
  position: absolute;
  background: #fd0a1c;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.second__cover.-active {
  visibility: hidden;
  -webkit-transition: all 0s ease 1.5s;
  transition: all 0s ease 1.5s;
}

.second__cover.-active:before {
  -webkit-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.9, 0.39, 0.11, 0.69) 0.4s;
  transition: -webkit-transform 1.2s cubic-bezier(0.9, 0.39, 0.11, 0.69) 0.4s;
  transition: transform 1.2s cubic-bezier(0.9, 0.39, 0.11, 0.69) 0.4s;
  transition: transform 1.2s cubic-bezier(0.9, 0.39, 0.11, 0.69) 0.4s, -webkit-transform 1.2s cubic-bezier(0.9, 0.39, 0.11, 0.69) 0.4s;
}

.second__cover.-active:after {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.9, 0.39, 0.11, 0.69) 0s;
  transition: -webkit-transform 1.8s cubic-bezier(0.9, 0.39, 0.11, 0.69) 0s;
  transition: transform 1.8s cubic-bezier(0.9, 0.39, 0.11, 0.69) 0s;
  transition: transform 1.8s cubic-bezier(0.9, 0.39, 0.11, 0.69) 0s, -webkit-transform 1.8s cubic-bezier(0.9, 0.39, 0.11, 0.69) 0s;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, transform 0.2s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.modal.-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.modal__credit__inner {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}

.modal.-active .modal__credit__inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease-out 0.3s;
  transition: all 0.1s ease-out 0.3s;
}

.trailer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
  box-sizing: border-box;
}

.trailer__inner {
  width: 100%;
  height: calc(100vh - 160px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #000;
}

.trailer__player {
  width: 100%;
  height: 100%;
  position: relative;
}

.trailer__nav {
  height: 100px;
  visibility: hidden;
}

#trailer-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#trailer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#trailer-nav li {
  padding-right: 2px;
  padding-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 10%;
  box-sizing: border-box;
}

#trailer-nav li a {
  background: #fff;
  display: block;
  font-size: 11px;
  padding: 0.8em 0.2em;
  border: 2px solid #fff;
  color: #000;
  text-align: center;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#trailer-nav li.cur a {
  background: #000;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.btn__close {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 50px;
  height: 50px;
}

.btn__close__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.btn__close:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn__close:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@-webkit-keyframes images1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3200px 0;
  }
}

@keyframes images1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3200px 0;
  }
}

@-webkit-keyframes images2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3840px 0;
  }
}

@keyframes images2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3840px 0;
  }
}
