@charset "UTF-8";
.font {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.font.-medium {
  font-weight: 500;
}
.font.-bold {
  font-weight: 700;
}
.font.-black {
  font-weight: 900;
}

.fonte {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

img {
  max-width: 100%;
}

body,
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  background: #000;
}

.content {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #e00000;
}
.content__inner {
  padding: 0 0 100px;
}
.content footer {
  text-align: center;
}

.page__inner {
  max-width: 1100px;
  margin: 0 auto;
}

#wrapper {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  min-height: 900px;
  margin: 0 auto;
  background: #e00000;
}

h2 {
  padding: 30px 0;
  text-align: center;
}

footer {
  font-size: 10px;
  padding: 2em 0;
  text-align: center;
}

.copyright {
  font-size: 10px;
}

.top {
  background: #dddddd;
  height: 100%;
}
.top__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.top__kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/topver2/bg1.jpg) no-repeat left center;
  background-size: cover;
  z-index: 0;
}
.top__kv__img {
  margin-left: auto;
  width: 50vw;
  width: 94.1176470588vh;
  min-width: 84.2105263158vh;
  height: 100%;
  background: url(../images/topver2/v1.png) no-repeat right top;
  background-size: 100% auto;
  z-index: 1;
}
.top__kv__img img {
  height: 100%;
  pointer-events: none;
}
.top__kv__copy {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-66.6%, -50%);
  z-index: 1;
}
.top__kv__copy img {
  width: 73vh;
  max-width: none;
  pointer-events: none;
}
.top__kv__copy__mask {
  width: 100%;
  height: 100%;
  width: 0;
  overflow: hidden;
}
.top__kv__copy__mask.-active {
  width: 100%;
  animation: copyanim 2s steps(1) 1.5s forwards;
  animation-fill-mode: both;
}
.top__kv__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top__copy {
  position: absolute;
  top: 3vw;
  left: 3vw;
  width: 9.53125vw;
  max-width: 183px;
  transition: all 2s ease 3.5s;
}
.top__text {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 2s ease 1.5s;
  box-sizing: border-box;
  flex-grow: 1;
}
.top__text__inner {
  margin: 0 auto;
  height: 100%;
  max-width: 87vh;
  max-width: 80vh;
  padding: 0 10% 4% 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top__text__inner img {
  pointer-events: none;
}
.top__text__spacer {
  height: 100%;
  flex-shrink: 0;
}
.top__text__spacer img {
  height: 100%;
  pointer-events: none;
}
.top__main {
  position: relative;
  height: 100%;
  z-index: 1;
  display: none;
}
.top__main__inner {
  display: flex;
  height: 100%;
}
.top__main.-hide .top__text {
  opacity: 0;
  transition: all 0s ease 0s;
}
.top__main.-hide .top__copy {
  opacity: 0;
  transition: all 0s ease 0s;
}
.top__title {
  padding-bottom: 5%;
  width: 99.373433584%;
  max-width: 793px;
  margin: 0 auto;
}
.top__title img {
  width: 100%;
}
.top__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 29.3233082707%;
  width: 100%;
}
.top__roadshow {
  width: 29.3233082707%;
  width: 41.6040100251%;
  padding-top: 3.7974683544%;
  margin: 0 auto;
  max-width: 234px;
  max-width: 332px;
}
.top__roadshow img {
  width: 100%;
}
.top__credit {
  width: 100%;
  margin: 0 auto;
  max-width: 798px;
}
.top__credit img {
  width: 100%;
}
.top__nav {
  position: relative;
  z-index: 1;
}
.top__nav__inner {
  background: #000;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.top__nav__main {
  display: flex;
  height: 100%;
  align-items: center;
  height: 100%;
  transform: scaleX(0.8);
  transform-origin: 0;
}
.top__nav__main a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
}
.top__nav li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}
.top__nav__sub {
  display: flex;
}
.top__nav__sub dt + dd,
.top__nav__sub dd + dd {
  padding-left: 14px;
}
.top__nav__sub a {
  display: block;
}
.top__nav__sns {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 18px 0 10px;
}
.top__nav__sns dt {
  transform: scaleX(0.8);
}
.top__nav__share {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px 0 10px;
}
.top__nav__share dt {
  transform: scaleX(0.8);
}
.top__leftbottom {
  position: absolute;
  bottom: 10px;
  left: 1.5%;
  left: 20px;
  z-index: 2;
}
.top__rightbottom {
  position: absolute;
  bottom: 10px;
  right: 1.5%;
  right: 20px;
  z-index: 2;
  max-width: 500px;
  width: 34vw;
}
.top__banner {
  max-width: 34vw;
  display: flex;
}
.top__banner li + li {
  padding-left: 10px;
}
.top__mvtk {
  display: flex;
  align-items: flex-end;
}
.top__mvtk li {
  padding-right: 10px;
}
.top__mvtk li img {
  max-height: 46px;
}
.top__maindark {
  background: #000;
  height: 100%;
  position: relative;
}
.top__maindark__inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__maindark__spacer {
  height: 100%;
  z-index: 1;
  flex-shrink: 0;
}
.top__maindark__spacer img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
.top__maindark .top__kvdark {
  width: 100%;
  height: 100%;
  background: url(../images/topver2/v2-bg.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top__maindark .top__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 37%;
  transition: all 2s ease 1.5s;
  padding-right: 4%;
  padding-left: 2%;
}
.top__maindark .top__text__inner {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 87vh;
}
.top__maindark .top__title {
  position: relative;
  padding-bottom: 0;
  margin: 0 auto;
  width: 37%;
  transition: all 2s ease 1.5s;
  padding-left: 4%;
}
.top__maindark .top__title__inner {
  width: 100%;
  max-width: 87vh;
  margin: 0 auto;
}
.top__maindark .top__title img {
  display: block;
  margin: 0 auto;
  margin-right: -5%;
}
.top__maindark .top__credit {
  position: relative;
  text-align: center;
  padding-bottom: 0;
}
.top__maindark .top__footer {
  position: relative;
  align-items: center;
}
.top__maindark .top__roadshow {
  width: 29.3233082707%;
  width: 44.2355889724%;
  padding-top: 3.7974683544%;
  margin: 0 auto;
}
.top__maindark .top__images {
  width: 87.5549048316%;
  padding-bottom: 3%;
  padding-top: 5%;
}
.top__maindark .top__images img {
  width: 100%;
}
.top__maindark.-hide .top__text {
  opacity: 0;
  transition: all 0s ease 0s;
}
.top__maindark.-hide .top__title {
  opacity: 0;
  transition: all 0s ease 0s;
}
.top__maindark.-hide .top__copy {
  opacity: 0;
  transition: all 0s ease 0s;
}

.top .top__maindark {
  display: none;
}
.top .top__main {
  display: block;
}
.top.-dark .top__maindark {
  display: block;
}
.top.-dark .top__main {
  display: none;
}

.credit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 1s ease 0s;
  z-index: 100;
  align-items: center;
  justify-content: center;
}
.credit.-active {
  opacity: 1;
  visibility: visible;
}
.credit__inner {
  padding: 0 30px;
}
.modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 12;
}
.modal__wrapper.-active {
  opacity: 1;
  visibility: visible;
}
.modal__wrapper__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
}
.modal__close {
  background: transparent;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
}
.modal__comment {
  background: rgba(255, 255, 255, 0.9);
}
.modal__comment__content {
  color: #000;
  max-width: 760px;
  line-height: 1.8;
  background: #fff;
  padding: 2em;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: YakuHanJP, reimin-h, "游明朝体", YuMincho, "游明朝", Yu Mincho, Hiragino Mincho ProN W3, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, serif;
  font-weight: bold;
}
.modal__comment__content h3 {
  padding: 0;
  padding-bottom: 0.6em;
  text-align: left;
  font-size: 1.5em;
}
.modal__comment .btn-close:before,
.modal__comment .btn-close:after {
  background: #000;
}

.-imax {
  display: block;
  max-width: 50%;
  margin-top: 2%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease 0s;
}
.modal.-hide {
  opacity: 0;
  visibility: hidden;
}
.modal__inner {
  padding: 0 20px;
}
.modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

footer {
  padding: 0;
}

@keyframes copyanim {
  0% {
    width: 0%;
  }
  4% {
    width: 3%;
  }
  8% {
    width: 7%;
  }
  12% {
    width: 11%;
  }
  16% {
    width: 15%;
  }
  20% {
    width: 18.5%;
  }
  24% {
    width: 22.5%;
  }
  28% {
    width: 26.5%;
  }
  32% {
    width: 30.5%;
  }
  36% {
    width: 33.5%;
  }
  40% {
    width: 37.5%;
  }
  44% {
    width: 41.5%;
  }
  48% {
    width: 45.5%;
  }
  52% {
    width: 49.5%;
  }
  56% {
    width: 53.5%;
  }
  60% {
    width: 59.5%;
  }
  64% {
    width: 59.5%;
  }
  68% {
    width: 59.5%;
  }
  72% {
    width: 59.5%;
  }
  76% {
    width: 80.5%;
  }
  80% {
    width: 84.5%;
  }
  84% {
    width: 87.5%;
  }
  88% {
    width: 91.5%;
  }
  92% {
    width: 95.5%;
  }
  96% {
    width: 100%;
  }
}
.nav__bg {
  position: fixed;
  width: 125px;
  width: 100%;
  height: 125px;
  left: calc(100% - 125px);
  top: 0;
  z-index: 100;
  background: #001f2f;
  mix-blend-mode: multiply;
  transition: all 0.3s cubic-bezier(0.88, 0.02, 0, 1.02) 0.3s;
}
.nav__bg.-active {
  left: 0;
  transition: all 0.3s cubic-bezier(0.88, 0.02, 0, 1.02) 0s;
}
.nav__mark {
  display: block;
  background: transparent;
  position: fixed;
  width: 125px;
  height: 125px;
  right: 0;
  top: 0;
  z-index: 101;
  border-width: 0 0 1px 1px;
  margin: 0;
  padding: 0;
  outline: none;
  appearance: none;
  border: 0;
  cursor: pointer;
}
.nav__mark.-active .nav__mark__bar__item.-i1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav__mark.-active .nav__mark__bar__item.-i2 {
  width: 0;
}
.nav__mark.-active .nav__mark__bar__item.-i3 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav__mark img {
  border: 0;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease 0s;
}
.nav__mark__inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav__mark__container {
  position: relative;
  z-index: 1;
}
.nav__mark__bar {
  width: 43px;
  height: 30px;
  position: relative;
  margin-bottom: 12px;
}
.nav__mark__bar__item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3px;
  width: 100%;
  background: #808f97;
  transition: 0.2s ease 0s;
}
.nav__mark__bar__item.-i1 {
  top: 0;
}
.nav__mark__bar__item.-i2 {
  top: 50%;
}
.nav__mark__bar__item.-i3 {
  top: 100%;
}
.nav__main {
  position: fixed;
  width: 100%;
  height: 125px;
  z-index: 101;
  padding-right: 125px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: 0.3s ease 0s;
}
.nav__main.-page {
  padding-right: 0;
}
.nav__main.-page.nav__main__container {
  border: 0;
}
.nav__main.-active {
  /* opacity: 1;
  visibility: visible;
  transition: 0.3s ease 0.5s; */
}
.nav__main.-active .nav__main__title {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease 0.5s;
}
.nav__main.-active .nav__main__main {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease 0.5s;
}
.nav__main.-active .nav__main__container {
  border-color: #4d6166;
  transition: 0.3s ease 0.5s;
}
.nav__main a {
  color: #fff;
  display: block;
  transition: 0.2s ease 0s;
}
.nav__main a:hover {
  color: #6eb1c6;
}
.nav__main__container {
  display: flex;
  align-items: center;
  width: 100%;
  border-right: 1px solid #4d6166;
  padding-right: 30px;
  border-color: transparent;
  transition: 0.3s ease 0s;
}
.nav__main__title {
  padding: 0 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease 0s;
}
.nav__main__title img {
  height: 59px;
}
.nav__main__main {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease 0s;
}
.nav__main__main a {
  text-align: center;
  font-style: italic;
  padding: 1em;
  display: block;
}
.nav__main__main a span {
  display: block;
}
.nav__main__main a .font-j {
  font-size: 20px;
  padding-bottom: 0.15em;
  letter-spacing: 0.1em;
}
.nav__main__main a .font-e {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.nav__main__main a .-kana {
  letter-spacing: -0.1em;
}
.nav__main__sns {
  display: flex;
}
.nav__main__sns li {
  padding-left: 15px;
}
.introduction {
  background: url(../images/intro/bg.jpg) no-repeat center top;
  background-position: center 45vw;
  padding-top: 80px;
}
.introduction__inner {
  text-align: center;
  margin-top: -40px;
}
.introduction__inner p {
  text-align: left;
  line-height: 2;
  padding-bottom: 20px;
}
.introduction .visual {
  width: 100%;
}
.introduction h2 {
  padding-bottom: 30px;
}
.introduction figure {
  display: block;
  margin-bottom: -30px;
}
.introduction figure img {
  display: block;
  margin: 0 auto;
}
.introduction p {
  display: block;
}
.introduction p img {
  display: block;
  margin: 0 auto;
}

.story {
  background: url(../images/story/bg.jpg) no-repeat center top;
  text-align: center;
}
.story__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
.story__inner h2 {
  padding-bottom: 2em;
}
.story__inner p {
  text-align: left;
  line-height: 2;
}
.story__inner p.font {
  width: 600px;
  margin: 0 auto;
}
.story h3 {
  padding-top: 100px;
}
.story__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
}
.story__bg-left {
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translate(-150%, 10%);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.story__bg-left.hide {
  left: 0;
  transition: all 0s ease 0s;
}
.story__bg-right {
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translate(39%, -5%);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.story__bg-right.hide {
  left: 100%;
  transition: all 0s ease 0s;
}