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

img {
  max-width: 100%;
}

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

.wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
}
.nav__mark {
  display: none;
}
@media only screen and (max-width: 750px) {
  .nav__mark {
    position: fixed;
    right: 2.3333333333vw;
    top: 2.3333333333vw;
    display: block;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    z-index: 23;
    padding: 1.5vw 0;
    box-sizing: border-box;
  }
  .nav__mark__container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .nav__mark span {
    display: block;
    width: 100%;
    height: 0.9333333333vw;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    transition: all 0.5s cubic-bezier(0.98, 0.01, 0.14, 1) 0s;
  }
  .nav__mark span.-top {
    top: 0;
    left: 50%;
  }
  .nav__mark span.-middle {
    top: 50%;
    left: 50%;
  }
  .nav__mark span.-bottom {
    top: 100%;
    left: 50%;
  }
}
.nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.nav__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 3% 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.nav__logo {
  width: 164px;
  visibility: visible;
  opacity: 1;
  transition: 0.2s ease 0s;
}
@media only screen and (max-width: 750px) {
  .nav__logo {
    position: fixed;
    bottom: 10vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 36vw;
    opacity: 0.6;
  }
}
.nav__main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
@media only screen and (max-width: 750px) {
  .nav__main {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100vw;
    background: rgba(0, 0, 0, 0.9);
    z-index: 200;
    transition: all 0.3s cubic-bezier(0.98, 0.01, 0.14, 1) 0s;
    overflow: auto;
  }
}
.nav__main ul {
  display: flex;
}
.nav__main__item {
  padding-left: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .nav__main__item {
    padding-left: 0;
  }
}
.nav__main__item a {
  display: block;
  line-height: 0;
}
@media only screen and (max-width: 750px) {
  .nav__main .-main {
    display: block;
    padding: 17.3333333333vw 0 6.6666666667vw;
  }
}
@media only screen and (max-width: 750px) {
  .nav__main .-main a {
    padding: 5.4666666667vw 0;
  }
}
.nav__main .-main img {
  max-height: 10px;
  display: block;
}
@media only screen and (max-width: 750px) {
  .nav__main .-main img {
    margin: 0 auto;
    max-height: 3.0666666667vw;
  }
}
.nav__main .-sns {
  padding-left: 10px;
}
.nav__main .-sns a {
  display: block;
}
.nav__main .-sns img {
  max-height: none;
}
.nav__scroll {
  position: fixed;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  transition: 0.2s ease 0s;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .nav__scroll {
    transform: translateY(0);
    width: 8vw;
    top: auto;
    bottom: 10vw;
  }
}
@media only screen and (max-width: 750px) {
  .nav.-active .nav__main {
    left: 0;
  }
  .nav.-active .nav__mark span {
    background: #ff0000;
    height: 0.2666666667vw;
  }
  .nav.-active .nav__mark .-top {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .nav.-active .nav__mark .-middle {
    width: 0;
  }
  .nav.-active .nav__mark .-bottom {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

body.-content .nav__scroll {
  opacity: 0;
  visibility: hidden;
}
body.-content .nav__logo {
  opacity: 0;
  visibility: hidden;
}

.trailer {
  width: 100%;
  height: 100vh;
  z-index: 3;
  position: relative;
  background: url(../images/trailer/poster-pc.jpg) no-repeat center center #000;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .trailer {
    background-image: url(../images/trailer/poster-sp.jpg);
    height: 80vh;
    height: 90vh;
  }
}
.trailer__container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}
.trailer__thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.trailer__thumb__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.trailer__thumb__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width:100%;
  height:100%; */
  /* object-fit: cover;
  font-family: 'object-fit: cover;'; */
  pointer-events: none;
}
.trailer__thumb__video iframe.-landscape {
  height: 67.5vw;
  min-height: 120vh;
  width: 177.7777777778vh;
  min-width: 100vw;
}
.trailer__thumb__video iframe.-portrait {
  height: 213.3333333333vw;
  min-height: 120vh;
  width: 56.25vh;
  min-width: 100vw;
}
.trailer__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 750px) {
  .trailer__mark {
    width: 25.3333333333vw;
  }
}

body.-content .trailer__mark {
  opacity: 0;
  visibility: hidden;
}

.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 100;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  display: flex;
  flex-direction: column;
}
.modal.-active {
  opacity: 1;
  visibility: visible;
}
.modal__trailer {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .modal__trailer {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.modal__trailer__container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .modal__trailer__container {
    padding-bottom: 56.25%;
    height: auto;
  }
}
.modal__trailer__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__trailer__nav {
  text-align: center;
}
.modal__trailer__nav ul {
  display: flex;
  justify-content: center;
  margin: 0 0 1em;
}
@media only screen and (max-width: 750px) {
  .modal__trailer__nav ul {
    padding: 0.5em 2% 0;
    flex-wrap: wrap;
  }
}
.modal__trailer__nav ul li {
  display: flex;
  padding: 0 0.2em;
  box-sizing: border-box;
}
.modal__trailer__nav ul li a {
  display: flex;
  align-items: center;
  border: 2px solid white;
  color: #fff;
  font-size: 11px;
  padding: 0.5em 1em;
  letter-spacing: 0em;
  font-weight: bold;
  opacity: 0.5;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .modal__trailer__nav ul li a {
    padding: 0.5em 1em;
    width: 100%;
    justify-content: center;
    font-size: 3vw;
    padding: 0.5em 0.3em;
    line-height: 1.3;
    height: 2.5em;
    border-width: 1px;
  }
}
.modal__trailer__nav ul li.cur a {
  border-color: #d73332;
  color: #d73332;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .modal__trailer__nav ul li {
    width: 33.3333333333%;
    box-sizing: border-box;
    padding: 0 0.5% 1%;
  }
}
.modal__btn__close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .modal__btn__close {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 2.3333333333vw;
    right: 2.3333333333vw;
  }
  .modal__btn__close span:before {
    height: 0.2666666667vw !important;
  }
  .modal__btn__close span:after {
    height: 0.2666666667vw !important;
  }
}
.modal__btn__close span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.modal__btn__close span:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 100%;
  height: 2px;
  background: #d73332;
}
.modal__btn__close span:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  width: 100%;
  height: 2px;
  background: #d73332;
}

.top {
  width: 100%;
  min-height: 100%;
  height: 1130px;
  position: relative;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 750px) {
  .top {
    height: 164vw;
    height: 229.3333333333vw;
  }
}
.top__container {
  position: relative;
  height: 100%;
  width: 100%;
}
.top__visual {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  min-width: 1920px;
  transform: translateX(-50%);
  backface-visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .top__visual {
    min-width: 218vw;
    padding-bottom: 100vw;
    left: 49%;
  }
}
.top__visual__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.top__visual .-v {
  width: 100%;
}
.top__visual .-person {
  position: absolute;
  left: 28.35%;
  bottom: 7.6%;
  width: 9.9479166667%;
  width: 43.75%;
}
.top__visual .-moya {
  width: 262.5%;
  display: flex;
  position: absolute;
  bottom: 15.2%;
  left: 0;
  animation: moya 120s linear 0s infinite;
  animation-fill-mode: both;
  backface-visibility: hidden;
  opacity: 0.9;
}
.top__visual .-moya-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 12.619047619%;
}
.top__visual .-moya img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  backface-visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .top__visual .-grad {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25vw;
    background: black;
    background: linear-gradient(0deg, black 2%, rgba(0, 0, 0, 0) 96%);
  }
}
.top__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top__text__container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .top__text__container {
    height: 53%;
  }
}
.top__main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .top__main {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 107vw;
  }
}
.top__main__container {
  padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .top__main__container {
    padding-bottom: 3vw;
  }
}
.top__main__container.-active .top__title {
  opacity: 1;
  transform: scale(1);
  transition: transform 2s cubic-bezier(0, 0.95, 0.14, 0.99) 0s, opacity 0.4s ease 0s;
}
.top__main__container.-active .top__title .-title1 {
  transform: scale(1) rotate3d(0, 0, 0, 0deg);
  transition: all 3.8s cubic-bezier(0, 0.75, 0.43, 0.99) 0s;
}
.top__main__container.-active .top__copy2 {
  opacity: 1;
  transition: all 0.5s ease 0.5s;
  max-width: 50vw;
}
@media only screen and (max-width: 750px) {
  .top__main__container.-active .top__copy2 {
    max-width: none;
    margin-bottom: 0;
    margin-top: 1vw;
  }
}
.top__sub {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 2% 10px;
  width: 25%;
}
@media only screen and (max-width: 750px) {
  .top__sub {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
    align-items: center;
    width: auto;
  }
}
.top__sub__grad {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: none;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .top__sub__grad {
    display: none;
  }
}
.top__qr {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
.top__qr a {
  display: block;
}
.top__title {
  height: 30%;
  margin: 0 auto;
  opacity: 0;
  transform: scale(2);
}
.top__title img,
.top__title svg {
  min-height: 207px;
  height: 10.78125vw;
  max-width: 40%;
}
.top__title .-title1 {
  transform: scale(1.5) rotate3d(0, 1, 0, 80deg);
}
@media only screen and (max-width: 750px) {
  .top__title img,
.top__title svg {
    min-height: 25vw;
    max-width: none;
  }
}
.top__credit {
  margin-bottom: 23px;
}
.top__credit img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .top__credit {
    max-width: 80vw;
    margin-bottom: 5.3333333333vw;
  }
}
.top__roadshow {
  width: 171px;
  margin-bottom: 10px;
}
.top__roadshow img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .top__roadshow {
    width: 71.0666666667vw;
    margin-bottom: 4vw;
  }
}
.top__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  min-width: 300px;
  width: 15.625%;
  z-index: 20;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
}
@media only screen and (max-width: 750px) {
  .top__copy {
    min-width: 28.1333333333vw;
  }
}
.top__copy2 {
  max-width: 60%;
  margin: 0 auto;
  opacity: 0;
}
.top__copy2 img {
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .top__copy2 {
    max-width: 91.4666666667vw;
    margin: 2.6666666667vw auto 2.9333333333vw;
  }
  .top__copy2 img {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  body .btns__sns {
    display: flex !important;
    padding: 0 4.6666666667vw 4vw;
  }
  body .btns__sns a {
    display: block;
  }
  body .btns__sns li:first-child {
    border-right: 1px solid #636363;
  }
  body .btns__sns li:last-child {
    border-left: 1px solid #636363;
  }
}

body .share {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
body .share dt {
  padding-right: 2px;
}
body .share dt img {
  width: 16px;
}
body .share dd {
  padding-left: 8px;
}
body .share dd a {
  display: block;
}
body .share dd img {
  width: 30px;
}
@media only screen and (max-width: 750px) {
  body .share {
    display: flex !important;
    justify-content: center;
  }
  body .share dt {
    padding-right: 1.0666666667vw;
  }
  body .share dt img {
    width: 4.2666666667vw;
  }
  body .share dd {
    padding-left: 6.1333333333vw;
  }
  body .share dd img {
    width: 9.8666666667vw;
  }
}

.copyright {
  position: relative;
  z-index: 1;
}
.copyright img {
  height: 10px;
  opacity: 0.8;
}
@media only screen and (max-width: 750px) {
  .copyright img {
    height: 1.8vw;
  }
}

.footer {
  text-align: right;
  padding: 15px 20px 20px;
  position: relative;
  z-index: 2;
  background: #000;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .footer {
    text-align: center;
    padding: 3vw 5vw 4vw;
    display: block;
  }
}
.footer .copyright2 {
  opacity: 0.9;
  padding-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  .footer .copyright2 {
    padding-bottom: 1vw;
  }
}
.footer__links {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .footer__links {
    justify-content: center;
    padding: 3vw 0;
  }
}
.footer__links a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  padding-right: 2em;
}
@media only screen and (max-width: 750px) {
  .footer__links a {
    font-size: 3.2vw;
    padding: 0 3vw;
  }
}
.footer.-comment {
  display: block;
  text-align: center;
}

.-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .-sp {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  .-pc {
    display: none !important;
  }
}

body.-content .top__copy {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1920px) {
  .top {
    width: 100%;
    min-height: 100%;
    height: 58.8541666667vw;
  }
}
@keyframes moya {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.badge {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 2;
}
.badge li {
  padding-top: 10px;
}
.badge a {
  display: block;
}
.badge a + a {
  color: #fff;
  text-decoration: underline;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  .badge {
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
    background: #000;
    padding: 0 5vw 8vw;
  }
  .badge li + li {
    padding-top: 5vw;
  }
  .badge li + li.-sub {
    padding-top: 1vw;
  }
  .badge .-sub2 {
    padding-bottom: 3vw;
  }
}

.modal__mvtk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
.modal__mvtk.-active {
  opacity: 1;
  visibility: visible;
}

.banner__mvtk {
  position: relative;
  z-index: 1;
  /* width:80%;
  max-width:20vw; */
  width: 20vw;
  max-width: 360px;
}
.banner__mvtk ul {
  display: flex;
  z-index: 1;
  padding-bottom: 8px;
  padding-top: 10px;
}
.banner__mvtk li {
  padding-left: 10px;
}
.banner__mvtk.-sp {
  width: 100%;
  max-width: none;
}
.banner__mvtk.-sp ul {
  padding: 0 5vw 3vw;
  box-sizing: border-box;
  justify-content: space-between;
}
.banner__mvtk.-sp li {
  padding-left: 0;
  width: 49%;
}
.banner__voice {
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.banner__voice.-sp {
  margin-left: 0;
  margin: 0 5vw 3vw;
}

.about {
  position: relative;
}
.about__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
}
.about__visual {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  backface-visibility: hidden;
  background: url(../images/intro/bg2.jpg) no-repeat center top;
  background-size: cover;
}
.about__visual img {
  width: 100%;
  height: 100%;
}
.about__images {
  height: 340px;
  background: url(../images/intro/images.jpg) repeat-x left top;
  background-size: auto 100%;
  position: relative;
  z-index: 1;
  animation: images 40s linear 0s infinite;
}
@media only screen and (max-width: 750px) {
  .about__images {
    height: 45.3333333333vw;
    animation: imagessp 60s linear 0s infinite;
  }
}
.about.-active .about__cover {
  transition: all 2s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}

.-cover-item {
  display: inline-block;
  position: relative;
}
.-cover-item img {
  opacity: 0;
  visibility: hidden;
}
.-cover-item .-cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 0;
  box-sizing: border-box;
}
.-cover-item .-cover span {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.-cover-item .-cover span:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translate(-100.5%, 0);
  backface-visibility: hidden;
}

.-cover-container.-active .-cover-item img {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 0s;
}
.-cover-container.-active .-cover-item .-cover span:before {
  animation: coveranim 0.8s cubic-bezier(0, 0.99, 0, 1) 0s;
}

@keyframes coveranim {
  0% {
    transform: translate(-100.5%, 0);
  }
  35% {
    transform: translate(0%, 0);
  }
  65% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(100.5%, 0);
  }
}
@keyframes images {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5225px 0;
  }
}
@keyframes imagessp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1536.7647058824vw 0;
  }
}
.intro {
  position: relative;
  min-height: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 100px 0;
}
@media only screen and (max-width: 750px) {
  .intro {
    padding: 0;
  }
}
.intro__title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .intro__title {
    height: 3.5vw;
    margin-bottom: 2vw;
  }
  .intro__title img {
    height: 100%;
  }
}
.intro__container {
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
}
.intro__container p {
  line-height: 1.8;
  padding: 1.5em 0 0;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 750px) {
  .intro__container {
    padding: 14vw 4.6666666667vw;
  }
  .intro__container p {
    font-size: 3.4vw;
  }
}
.intro__title {
  text-align: center;
  padding-bottom: 50px;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 750px) {
  .intro__title {
    padding-bottom: 10vw;
  }
}
.intro__title.-hide {
  opacity: 0;
  transition: all 0 ease 0 !important;
}
.intro.-active .intro__cover {
  transition: all 2s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}

.story {
  position: relative;
  min-height: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 100px 0;
  background: url(../images/story/bg1.jpg) no-repeat center bottom;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .story {
    padding: 0;
  }
}
.story__title {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .story__title {
    height: 3.5vw;
    margin-bottom: 2vw;
  }
  .story__title img {
    height: 100%;
  }
}
.story__container {
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
}
.story__container p {
  line-height: 1.8;
  padding: 1.5em 0 0;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
.story__container h4 {
  padding-top: 2em;
}
@media only screen and (max-width: 750px) {
  .story__container {
    padding: 14vw 4.6666666667vw;
  }
  .story__container p {
    font-size: 3.4vw;
  }
  .story__container h4 {
    height: 5vw;
  }
  .story__container h4 img {
    height: 100%;
  }
}
.story__title {
  text-align: center;
  padding-bottom: 50px;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 750px) {
  .story__title {
    padding-bottom: 10vw;
  }
}
.story__title.-hide {
  opacity: 0;
  transition: all 0 ease 0 !important;
}
.story.-active .intro__cover {
  transition: all 2s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}

.character {
  position: relative;
  z-index: 1;
  text-align: center;
  background: url(../images/character/bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .character {
    padding: 14vw 0 9.3333333333vw;
  }
}
.character__title {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .character__title {
    height: 3.5vw;
    margin-bottom: 2vw;
  }
  .character__title img {
    height: 100%;
  }
}
.character__scroll {
  display: none;
}
@media only screen and (max-width: 750px) {
  .character__scroll {
    display: block;
    padding: 0 4.6666666667vw;
  }
}
.character__wrapper {
  overflow: auto;
}
.character__main {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .character__main {
    width: 230vw;
    margin-right: 4.6666666667vw;
  }
}
.character__main__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: overlay;
  display: block;
}
.character__main__content {
  position: relative;
  z-index: 1;
  display: block;
}
.character__btn {
  display: block;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 10%;
  height: 10%;
  background: rgba(255, 0, 0, 0.5);
  background: transparent;
  border: none;
  z-index: 2;
  cursor: pointer;
}
.character__btn.-c1 {
  top: 26.6%;
  left: 2.5%;
  width: 20%;
  height: 23.9%;
}
.character__btn.-c2 {
  top: 26.6%;
  left: 28%;
  width: 20%;
  height: 23.9%;
}
.character__btn.-c3 {
  top: 4.78%;
  left: 30%;
  width: 15.8%;
  height: 17.8%;
}
.character__btn.-c4 {
  top: 54.5%;
  left: 17.7%;
  width: 15.8%;
  height: 17.8%;
}
.character__btn.-c5 {
  top: 4.78%;
  left: 55.8%;
  width: 15.8%;
  height: 17.8%;
}

.cast {
  width: 71.2037037037vh;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .cast {
    width: 100vw;
  }
}
.cast__title {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .cast__title {
    height: 3.5vw;
    margin-bottom: 2vw;
  }
  .cast__title img {
    height: 100%;
  }
}
.cast__wrapper {
  position: relative;
  background: url(../images/staff/bg.jpg) no-repeat center center;
  background-size: cover;
}
.cast__container {
  display: flex;
  margin: 0 auto;
}
.cast__container img {
  display: block;
}
.cast__wrapper {
  overflow: hidden;
}
.cast .-btn-back {
  position: absolute;
  top: 60%;
  left: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  .cast .-btn-back {
    top: auto;
    bottom: 0vw;
    width: 24vw;
  }
}
.cast .-btn-next {
  position: absolute;
  top: 60%;
  right: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  .cast .-btn-next {
    top: auto;
    bottom: 0vw;
    width: 24vw;
  }
}
.cast .-btn-bg {
  display: none;
}
@media only screen and (max-width: 750px) {
  .cast .-btn-bg {
    display: block;
    opacity: 1;
    mix-blend-mode: overlay;
  }
}
.cast__item {
  position: relative;
}
.cast__item img {
  width: 100%;
}
.cast__item .-name {
  position: absolute;
  top: 0;
  left: 0;
}
.cast__item button {
  background: transparent;
  border: none;
  position: absolute;
  bottom: 7%;
  left: 0;
  max-width: 50.8474576271%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.cast__item button span {
  display: block;
  position: relative;
  width: 100%;
}
.cast__item button span img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.cast__item button span::before {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1a3377;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.cast__item.-c2 button {
  left: auto;
  right: 0;
}
.cast__item.-c2 button span::before {
  background: #bf4629;
}
.cast__item.-c3 button span::before {
  background: #957b0d;
}
.cast__item.-c4 button {
  left: auto;
  right: 0;
}
.cast__item.-c4 button span::before {
  background: #843d9b;
}
.cast__item.-c5 button span::before {
  background: #68574a;
}
.cast__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 120;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.cast__modal.-active {
  opacity: 1;
  visibility: visible;
}
.cast__modal__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .cast__modal__inner {
    flex-direction: column;
  }
}
.cast__modal__container {
  max-width: 900px;
  background: url(../images/cast/b1-pc.png) no-repeat center top;
  background-size: 100% auto;
  display: none;
  font-size: 14px;
}
.cast__modal__container.-active {
  display: block;
}
.cast__modal__container__inner {
  padding: 3em 2.5em 6em;
  position: relative;
}
.cast__modal__container__inner p {
  padding-top: 1em;
  line-height: 1.8;
}
.cast__modal__container.-c2 {
  background-image: url(../images/cast/b2-pc.png);
}
.cast__modal__container.-c3 {
  background-image: url(../images/cast/b3-pc.png);
}
.cast__modal__container.-c4 {
  background-image: url(../images/cast/b4-pc.png);
}
.cast__modal__container.-c5 {
  background-image: url(../images/cast/b5-pc.png);
}
.cast__modal .-kazari {
  position: absolute;
  bottom: -20px;
  left: -40px;
  width: 100%;
  mix-blend-mode: overlay;
}
.cast__modal .-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .cast__modal__container {
    width: 90vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .cast__modal__container__inner {
    padding: 2.5em 2em 3.5em;
  }
  .cast__modal__container.-c1 {
    background-image: url(../images/cast/b1-sp.png);
  }
  .cast__modal__container.-c2 {
    background-image: url(../images/cast/b2-sp.png);
  }
  .cast__modal__container.-c3 {
    background-image: url(../images/cast/b3-sp.png);
  }
  .cast__modal__container.-c4 {
    background-image: url(../images/cast/b4-sp.png);
  }
  .cast__modal__container.-c5 {
    background-image: url(../images/cast/b5-sp.png);
  }
  .cast__modal .-close {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 15vw;
    margin: 5vw auto;
  }
  .cast__modal .-kazari {
    bottom: -2vw;
    width: 120vw;
    max-width: none;
  }
}

.staff {
  position: relative;
  z-index: 1;
  background: url(../images/staff/bg.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .staff {
    padding: 0;
  }
}
.staff__title {
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .staff__title {
    height: 3.5vw;
    margin-bottom: 2vw;
  }
  .staff__title img {
    height: 100%;
  }
}
.staff__container {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .staff__container {
    padding: 14vw 4.6666666667vw;
  }
}
.staff__item {
  display: flex;
  padding-top: 50px;
}
.staff__item__image {
  flex-shrink: 0;
}
.staff__item__text {
  line-height: 1.8;
  font-size: 14px;
  padding-left: 20px;
}
.staff__item__text p {
  padding-top: 1em;
}
.staff__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.staff__item:nth-child(odd) .staff__item__text {
  padding-right: 20px;
  padding-left: 0;
}
@media only screen and (max-width: 750px) {
  .staff__item {
    display: block;
    padding-top: 9.3333333333vw;
  }
  .staff__item__image {
    float: left;
    width: 50%;
  }
  .staff__item__image img {
    display: block;
  }
  .staff__item__name {
    width: 50%;
    display: inline-block;
    padding-bottom: 4vw;
  }
  .staff__item__text {
    padding: 0;
  }
  .staff__item:nth-child(odd) .staff__item__text {
    padding-right: 0;
    padding-left: 0;
  }
}

.kibou {
  width: 100%;
  max-height: 100vh;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}
.kibou__bg {
  background: url(../images/kibou/bg.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  text-align: center;
  transition: transform 0.5s ease 0s;
}
.kibou__bg img {
  height: 100%;
  max-width: none;
  display: block;
  margin: 0 auto;
}
.kibou__bg__text {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 90%;
  mix-blend-mode: overlay;
  height: auto !important;
}
.kibou__container {
  position: relative;
  padding: 24.7222222222vh 0;
}
.kibou__container-pc {
  display: block;
}
.kibou__container-pc .-sub {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 47.962962963vh;
  transform: translate(-4%, -58%);
}
.kibou__container-sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .kibou__container-sp {
    display: block;
    padding: 20vw 0 35vw;
  }
  .kibou__container-pc {
    display: none;
  }
}
.kibou__wrapper {
  position: relative;
  z-index: 1;
}
.kibou__item {
  position: relative;
  height: 50.8333333333vh;
  flex-shrink: 0;
}
.kibou__item img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .kibou__item {
    height: auto;
  }
  .kibou__item img {
    height: auto;
    width: 90vw;
  }
}
.kibou .swiper-pagination {
  bottom: 10% !important;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .kibou .swiper-pagination {
    bottom: 14% !important;
  }
}
.kibou .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 10px !important;
  box-shadow: 0 0 10px #000;
}
.kibou .swiper-pagination-bullet-active {
  background: #d70b18;
}
@media only screen and (max-width: 750px) {
  .kibou .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 0 2vw !important;
  }
}
.kibou .btn-next {
  position: absolute;
  bottom: 11%;
  right: 50%;
  transform: translate(200%, 50%);
  z-index: 3;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .kibou .btn-next {
    transform: translate(0%, 50%);
    right: 1%;
    width: 22vw;
    bottom: 15%;
  }
}
.kibou .btn-back {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translate(-200%, 50%);
  z-index: 3;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .kibou .btn-back {
    transform: translate(0%, 50%);
    left: 1%;
    width: 22vw;
    bottom: 15%;
  }
}

.comment {
  color: #fff;
  position: relative;
  z-index: 1;
}
.comment__title {
  display: block;
  text-align: center;
  padding: 3em 0 1em;
}
@media only screen and (max-width: 750px) {
  .comment__title {
    width: 50vw;
    margin: 0 auto;
    padding: 15vw 0 5vw;
  }
}
.comment__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.comment__bg {
  background: url(../images/comment/bg.jpg) no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.comment__bg img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
}
.comment__name {
  padding: 5% 5% 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 34px;
  position: relative;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comment__name span {
  display: block;
  font-size: 0.7em;
}
.comment__name.-small {
  font-size: 22px;
}
@media only screen and (max-width: 750px) {
  .comment__name {
    font-size: 8.2vw;
  }
  .comment__name.-small {
    font-size: 5.5vw;
  }
}
.comment__role {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #d51701;
  padding: 0.2em 5% 0.5em;
  font-size: 20px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comment__role span {
  display: block;
  font-size: 0.8em;
}
.comment__role.-small {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .comment__role {
    font-size: 5vw;
  }
  .comment__role.-small {
    font-size: 4vw;
  }
}
.comment__line img {
  width: 100%;
}
.comment__text {
  padding: 5%;
  line-height: 1.8;
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .comment__text {
    font-size: 3.6vw;
  }
}
.comment__container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2% 5%;
}
@media only screen and (max-width: 750px) {
  .comment__container {
    display: block;
  }
}
.comment__item {
  width: 33%;
  display: flex;
  justify-content: center;
  padding-bottom: 2%;
}
@media only screen and (max-width: 750px) {
  .comment__item {
    width: 100%;
    padding-bottom: 5%;
  }
}
.comment__item dl {
  display: flex;
  flex-direction: column;
  width: 95%;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .comment__item dl {
    border-color: rgba(255, 255, 255, 0.7);
  }
}
.comment__note {
  text-align: right;
  font-size: 14px;
  padding: 0 4% 1%;
}
@media only screen and (max-width: 750px) {
  .comment__note {
    font-size: 3.2vw;
    padding-bottom: 3%;
  }
}
.comment__btntop {
  text-align: center;
  padding-bottom: 1.5em;
}
.comment__btntop a {
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .comment__btntop {
    width: 9vw;
    margin: 0 auto;
  }
}
.comment__footerlink {
  width: 200px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
@media only screen and (max-width: 750px) {
  .comment__footerlink {
    width: 40vw;
    padding: 3vw 0;
  }
}
.comment__footerlink img {
  width: 100%;
}

.camp {
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
}
.camp__title {
  display: block;
  text-align: center;
  line-height: 0;
}
.camp__title img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .camp__title {
    margin: 0 auto;
  }
}
.camp__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.camp__bg {
  background: url(../images/campaign/bg.jpg) no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.camp__bg img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
}
.camp__container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 2%;
  background: url(../images/campaign/bg-pc.jpg) repeat-y center top;
  background-size: 100% auto;
}
@media only screen and (max-width: 750px) {
  .camp__container {
    display: block;
    background-image: url(../images/campaign/bg-sp.jpg);
  }
}
.camp__text {
  background: rgba(255, 255, 255, 0.15);
  position: relative;
  margin: 0 3% 1em;
}
.camp__text__inner {
  position: relative;
  z-index: 1;
}
.camp__text__note {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  font-size: 12px;
  padding: 10px 40px 40px;
}
.camp__text__note dl + dl {
  padding-top: 1.5em;
}
.camp__text__note li + li {
  padding-top: 0.5em;
}
.camp__text__note li + li li {
  padding: 0;
}
.camp__text__note a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  .camp__text__note {
    padding: 0 4.9333333333vw 4.9333333333vw;
    font-size: 3vw;
    font-weight: normal;
  }
}
@media only screen and (max-width: 750px) {
  .camp__text {
    margin: 0 5.0666666667vw 2.9333333333vw;
  }
}
.camp__text1 {
  position: relative;
  z-index: 1;
  margin: 0 3% 0;
}
.camp__text2 {
  position: relative;
  z-index: 1;
  padding-top: 2.5em;
}
.camp__text2 p {
  text-align: center;
}
.camp__text2 h2 {
  height: 75px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.camp__text2 h2 img {
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .camp__text2 h2 {
    height: 12.5333333333vw;
  }
}
@media only screen and (max-width: 750px) {
  .camp__text2 {
    padding-top: 0;
  }
}
.camp__text3 {
  position: relative;
  z-index: 1;
  padding: 10px 40px 40px;
  padding-top: 5em;
  box-sizing: border-box;
}
.camp__text3 h2 {
  height: 75px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.camp__text3 h2 img {
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .camp__text3 h2 {
    height: 12.5333333333vw;
  }
}
@media only screen and (max-width: 750px) {
  .camp__text3 {
    padding: 14vw 0 5vw;
  }
}
.camp__text4 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  box-sizing: border-box;
}
.camp__text5 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  box-sizing: border-box;
}
.camp__period {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  width: 100%;
}
.camp__period img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .camp__period {
    margin: -5vw 5.0666666667vw 0;
  }
}
.camp__steps {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
}
@media only screen and (max-width: 750px) {
  .camp__steps {
    display: block;
    padding: 0 1.6vw 5.0666666667vw;
  }
}
.camp__steps__item {
  width: 49%;
  background: rgba(255, 0, 0, 0.5);
  background-blend-mode: overlay;
  color: #000;
  border: 4px solid #000;
  box-sizing: border-box;
  padding: 15px 30px 30px;
}
.camp__steps__item.-step2 .-use {
  border-bottom: none;
  padding-bottom: 0;
}
.camp__steps__item.-step2 .-use a {
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .camp__steps__item {
    padding: 5vw 1.6vw;
  }
  .camp__steps__item + .camp__steps__item {
    margin-top: 4vw;
  }
}
.camp__steps__item dt {
  font-size: 30px;
  display: flex;
  align-items: center;
  background: url(../images/campaign/line2.png) repeat-x left bottom;
  background-size: auto 10px;
  padding-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.camp__steps__item dt span {
  flex-grow: 1;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .camp__steps__item dt {
    font-size: 5.6vw;
  }
  .camp__steps__item dt img {
    width: 6vw;
  }
}
.camp__steps__item dd {
  font-weight: bold;
  line-height: 1.6;
  padding-top: 1em;
}
.camp__steps__item dd.-qr {
  text-align: center;
}
.camp__steps__item dd.-btn {
  text-align: center;
}
.camp__steps__item dd.-btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.5em 2em;
}
.camp__steps__item dd.-use {
  border-bottom: 2px solid #000;
  text-align: center;
  padding-bottom: 0.7em;
}
.camp__steps__item dd.-use a {
  display: inline-block;
  color: #000;
  border: 4px solid #000;
  padding: 0.2em 2.5em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 750px) {
  .camp__steps__item dd {
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 750px) {
  .camp__steps__item {
    width: 100%;
  }
}
.camp__present {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 4px solid #000;
  color: #000;
  background: rgba(0, 216, 255, 0.5);
  padding: 50px 38px 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .camp__present {
    display: block;
    padding: 1.6vw 1.6vw;
    margin: 0 1.6vw;
    box-sizing: border-box;
    width: auto;
  }
}
.camp__present__item {
  width: 48%;
}
.camp__present__item ul {
  padding: 0.5em 0 1em;
}
.camp__present__item ul li {
  padding-top: 0.3em;
  line-height: 1.4;
}
.camp__present__item ul li a {
  font-size: 0.7em;
  text-decoration: underline;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .camp__present__item ul li {
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 750px) {
  .camp__present__item {
    width: 100%;
  }
}
.camp__c2 {
  width: 100%;
  text-align: center;
  padding-bottom: 5%;
  margin: 0 3%;
}
.camp__c2 h2 {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .camp__c2 h2 {
    width: 84.6666666667vw;
    margin: 0 auto;
  }
}
.camp__c2 #c2-container.c2-mix .c2-container-inner > li {
  width: 25%;
}
.camp__c2 #c2-container.c2-mix .c2-container-inner > li > .inner {
  color: #ccc;
  background: #444;
}
.camp__c2 #c2-container .c2-more {
  color: #ff0000;
  border: 3px solid #ff0000;
  display: inline-block;
  font-size: 16px;
  padding: 0em 4em;
  line-height: 2.5;
  font-family: "Noto Sans JP", sans-serif;
}
.camp__c2 #c2-container.c2-mix .c2-user {
  display: none;
}
.camp__c2 #c2-container.c2-mix .c2-user-txt {
  display: none;
}
.camp__c2 #c2-container.c2-mix .c2-container-inner > li.nophoto {
  display: none;
}
.camp__c2 .c2-load-loader {
  stroke: red;
}
@media only screen and (max-width: 750px) {
  .camp__c2 {
    margin-left: 0;
    padding: 0 1vw 8vw;
    box-sizing: border-box;
  }
  .camp__c2 #c2-container.c2-mix .c2-container-inner > li {
    width: 50%;
  }
  .camp__c2 #c2-container .c2-more span {
    color: #ff0000;
  }
}
.camp__line {
  height: 80px;
  width: 100%;
  background: url(../images/campaign/line.png) repeat-x left top;
  background-size: auto 100%;
  position: relative;
  z-index: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 750px) {
  .camp__line {
    height: 12.8vw;
  }
}
.camp__btndl {
  pointer-events: none;
  opacity: 0.2;
}
.camp__btndl.-active {
  pointer-events: all;
  opacity: 1;
}
.camp__btntop {
  text-align: center;
  width: 100%;
}
.camp__btntop a {
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .camp__btntop {
    width: 9vw;
    margin: 0 auto;
  }
}
.camp__footerlink {
  width: 200px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
@media only screen and (max-width: 750px) {
  .camp__footerlink {
    width: 40vw;
    padding: 3vw 0;
  }
}
.camp__footerlink img {
  width: 100%;
}

.anim-item .anim-scale,
.anim-item.anim-scale,
.op-item .anim-scale,
.op-item.anim-scale {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.1s ease 0.1s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.anim-item .anim-show,
.anim-item.anim-show,
.op-item .anim-show,
.op-item.anim-show {
  visibility: visible;
  transition: all 0s ease 0s;
}

.anim-item .anim-mask,
.anim-item.anim-mask,
.op-item .anim-mask,
.op-item.anim-mask {
  width: 100%;
  transition: all 0.3s cubic-bezier(1, 0, 0, 1) 0s;
}

.anim-item .anim-fade0,
.anim-item.anim-fade0,
.op-item .anim-fade0,
.op-item.anim-fade0 {
  backface-visibility: hidden;
  opacity: 1;
  transition: opacity 1.5s ease 0s;
}

.anim-item .anim-fade,
.anim-item.anim-fade,
.op-item .anim-fade,
.op-item.anim-fade {
  backface-visibility: hidden;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.2s ease 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.anim-item .anim-fade2,
.anim-item.anim-fade2,
.op-item .anim-fade2,
.op-item.anim-fade2 {
  backface-visibility: hidden;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 1.5s ease 0s, transform 4s ease-out 0s;
}

.anim-item .anim-blur,
.anim-item.anim-blur,
.op-item .anim-blur,
.op-item.anim-blur {
  backface-visibility: hidden;
  opacity: 1;
  transition: opacity 1s ease 0s, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, filter 3s ease-out 0s;
}

.anim-item.hide .anim-scale,
.anim-item.hide.anim-scale,
.op-item.hide .anim-scale,
.op-item.hide.anim-scale {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 1);
}

.anim-item.hide .anim-show,
.anim-item.hide.anim-show,
.op-item.hide .anim-show,
.op-item.hide.anim-show {
  visibility: hidden;
}

.anim-item.hide .anim-mask,
.anim-item.hide.anim-mask,
.op-item.hide .anim-mask,
.op-item.hide.anim-mask {
  width: 0;
}

.anim-item.hide .anim-fade0,
.anim-item.hide.anim-fade0,
.op-item.hide .anim-fade0,
.op-item.hide.anim-fade0 {
  opacity: 0;
}

.anim-item.hide .anim-fade,
.anim-item.hide.anim-fade,
.op-item.hide .anim-fade,
.op-item.hide.anim-fade {
  opacity: 0;
  transform: translate3d(0px, 100px, 0px);
}

.anim-item.hide .anim-fade2,
.anim-item.hide.anim-fade2,
.op-item.hide .anim-fade2,
.op-item.hide.anim-fade2 {
  opacity: 0;
  transform: translate3d(0px, 30px, 0px);
}

.anim-item.hide .anim-blur,
.anim-item.hide.anim-blur,
.op-item.hide .anim-blur,
.op-item.hide.anim-blur {
  opacity: 0;
  filter: blur(4px);
}

.anim-delay-1 {
  transition-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.anim-delay-1 * {
  transition-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.anim-delay-1 :before {
  transition-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.anim-delay-2 {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.anim-delay-2 * {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.anim-delay-2 :before {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.anim-delay-3 {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.anim-delay-3 * {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.anim-delay-3 :before {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.anim-delay-4 {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.anim-delay-4 * {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.anim-delay-4 :before {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.anim-delay-5 {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.anim-delay-5 * {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.anim-delay-5 :before {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.anim-delay-6 {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.anim-delay-6 * {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.anim-delay-6 :before {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.anim-delay-7 {
  transition-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.anim-delay-7 * {
  transition-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.anim-delay-7 :before {
  transition-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.anim-delay-8 {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.anim-delay-8 * {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.anim-delay-8 :before {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.anim-delay-9 {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.anim-delay-9 * {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.anim-delay-9 :before {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.anim-delay-11 {
  transition-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.anim-delay-11 * {
  transition-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.anim-delay-11 :before {
  transition-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.anim-delay-10 {
  transition-delay: 1s !important;
}

.anim-delay-12 {
  transition-delay: 1.2s !important;
}

.anim-delay-13 {
  transition-delay: 1.3s !important;
}

.anim-delay-14 {
  transition-delay: 1.4s !important;
}

.anim-delay-15 {
  transition-delay: 1.5s !important;
}

.anim-delay-16 {
  transition-delay: 1.6s !important;
}

.anim-delay-17 {
  transition-delay: 1.7s !important;
}

.anim-delay-18 {
  transition-delay: 1.8s !important;
}

.anim-delay-19 {
  transition-delay: 1.9s !important;
}

.anim-delay-20 {
  transition-delay: 2s !important;
}

.anim-delay-21 {
  transition-delay: 2.1s !important;
}

.anim-delay-22 {
  transition-delay: 2.2s !important;
}

.anim-delay-23 {
  transition-delay: 2.3s !important;
}

.anim-delay-24 {
  transition-delay: 2.4s !important;
}

.anim-delay-25 {
  transition-delay: 2.5s !important;
}

.anim-delay-26 {
  transition-delay: 2.6s !important;
}

.anim-delay-27 {
  transition-delay: 2.7s !important;
}

.anim-delay-28 {
  transition-delay: 2.8s !important;
}

.anim-delay-29 {
  transition-delay: 2.9s !important;
}

.anim-delay-30 {
  transition-delay: 3s !important;
}

.anim-delay-31 {
  transition-delay: 3.1s !important;
}

.anim-delay-35 {
  transition-delay: 3.5s !important;
}

.anim-delay-36 {
  transition-delay: 3.6s !important;
}

.anim-delay-37 {
  transition-delay: 3.7s !important;
}

.anim-delay-38 {
  transition-delay: 3.8s !important;
}

.anim-delay-39 {
  transition-delay: 3.9s !important;
}

.anim-item.hide,
.anim-item.hide *,
.op-item.hide,
.op-item.hide * {
  transition: all 0s ease 0s !important;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}