@charset "UTF-8";
body {
  background-color: #fff;
  color: #000;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

#wrapper {
  width: 100%;
  height: 100%;
}

.banner {
  padding-bottom: 10px;
}
.banner img {
  height: 50px;
}

.nav {
  position: fixed;
  top: 0;
  right: 30px;
  z-index: 1;
  transition: all 0.4s ease 6s;
  z-index: 2;
}
.nav img {
  max-height: 8vh;
}
.nav__main {
  display: flex;
}
.nav__item {
  padding-left: 10px;
}

body.def .nav {
  transform: translate(0, -100%);
  transition: all 0s ease 0s;
}

.-font {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

body {
  background: url(../images/ver1/common/bg2.jpg);
}

.top {
  background: #268be2;
  background: linear-gradient(160deg, #268be2 0%, #27d8e1 50%, #268be2 100%);
  height: 100vh;
  min-height: 50vw;
}
@media only screen and (max-width: 750px) {
  .top {
    max-height: none;
    height: auto;
    background: #268be2;
    background: linear-gradient(120deg, #268be2 0%, #27d8e1 50%, #268be2 100%);
  }
}
.top__inner {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.top__copy1 {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 7%;
  padding-bottom: 5%;
}
@media only screen and (max-width: 750px) {
  .top__copy1 {
    width: 56.5333333333vw;
    padding-top: 8vw;
    padding-bottom: 14.9333333333vw;
  }
}
.top__copy2 {
  max-width: 77%;
  margin: 0 auto;
  padding-top: 5%;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}
@media only screen and (max-width: 750px) {
  .top__copy2 {
    width: 72.2666666667vw;
    padding-bottom: 71.2vw;
    padding-bottom: 60.2vw;
    max-width: none;
    padding-top: 6vw;
  }
}
.top__v {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.top__v__main {
  width: 100%;
  height: 100%;
}
.top__v__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% 50%;
}
.top__v__inner {
  position: relative;
  height: 100%;
}
.top__v .-non {
  height: 100%;
  max-width: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0s;
}
.top__v .-non img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media only screen and (max-width: 750px) {
  .top__v {
    height: auto;
    transform: translate(0);
    top: 0;
    left: 0;
  }
  .top__v__inner {
    height: auto;
  }
  .top__v .-non {
    height: auto;
  }
  .top__v .-non img {
    height: auto;
    max-width: 100%;
  }
  .top__v .-nami {
    height: 1.6vw;
    position: absolute;
    width: 100%;
    bottom: -1px;
    lefT: 0;
    background: url(../images/ver2/top/nami-ver2.png) repeat-x;
    background-size: auto 100%;
    z-index: 2;
  }
}
.top__title {
  width: 85%;
  max-width: 603px;
  margin: 0 auto;
  padding-top: 3%;
}
@media only screen and (max-width: 750px) {
  .top__title {
    padding-top: 0;
    padding-bottom: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    width: 80.9333333333vw;
  }
}
.top__righttop {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 750px) {
  .top__righttop {
    position: relative;
    top: auto;
    right: auto;
    width: 73.6vw;
    margin: 0 auto;
    width: 100%;
    padding: 8vw 13.2vw 0;
    background: #005b79;
  }
}
.top__badge {
  order: 3;
  padding-top: 100px;
}
.top__badge li + li {
  padding-top: 10px;
}
@media only screen and (max-width: 750px) {
  .top__badge {
    order: 0;
    padding-bottom: 7vw;
    padding-top: 0px;
    position: relative;
  }
  .top__badge li + li {
    padding-top: 3vw;
  }
  .top__badge:after {
    content: "";
    display: block;
    width: 15vw;
    height: 2vw;
    background: #174760;
    border-radius: 3vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.top__nav {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 10px;
}
@media only screen and (max-width: 750px) {
  .top__nav {
    position: relative;
    top: auto;
    right: auto;
    padding: 5vw 0 0;
  }
}
.top__nav__sns {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 2%;
  margin-right: 2%;
  box-sizing: content-box;
}
.top__nav__sns dt {
  padding: 0 10px 0 0;
}
.top__nav__sns dd {
  padding: 0 10px 0 0;
}
.top__nav__sns dd a {
  display: block;
}
.top__nav__sns::after {
  content: "";
  display: block;
  width: 3px;
  height: 50%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 25%;
  border-radius: 4px;
}
@media only screen and (max-width: 750px) {
  .top__nav__sns {
    padding: 0;
    margin: 0;
    justify-content: space-between;
  }
  .top__nav__sns:after {
    display: none;
  }
  .top__nav__sns dd {
    padding: 0;
    width: 46%;
  }
  .top__nav__sns dd a {
    display: block;
    border-radius: 20vw;
    overflow: hidden;
  }
}
.top__nav__mark {
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .top__nav__mark {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    margin: 3vw 2vw;
    width: 15vw;
    height: 15vw;
    box-sizing: border-box;
  }
}
.top__nav__mark span {
  position: absolute;
  display: block;
  width: 30%;
  height: 3px;
  background: #10c3ee;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  transition: all 0.2s ease 0s;
}
.top__nav__mark:before {
  content: "";
  position: absolute;
  display: block;
  width: 30%;
  height: 3px;
  background: #10c3ee;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  transition: all 0.2s ease 0s;
}
.top__nav__mark:after {
  content: "";
  position: absolute;
  display: block;
  width: 30%;
  height: 3px;
  background: #10c3ee;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  transition: all 0.2s ease 0s;
}
.top__nav__mark.-active span {
  width: 0;
}
.top__nav__mark.-active:before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.top__nav__mark.-active:after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.top__nav__main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: url(../images/ver3/common/nav-bg.png);
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
}
.top__nav__main__inner {
  display: flex;
  justify-content: center;
  text-align: center;
}
.top__nav__main__inner li {
  padding: 20px 30px;
}
@media only screen and (max-width: 750px) {
  .top__nav__main__inner {
    display: block;
  }
  .top__nav__main__inner li {
    padding: 4vw;
  }
  .top__nav__main__inner li img {
    height: 10vw;
  }
}
.top__nav__main.-active {
  opacity: 1;
  visibility: visible;
}
.top__btns {
  display: flex;
  justify-content: center;
  width: 46%;
  width: 56%;
  margin: 0 auto;
}
.top__btns li {
  padding: 0 10px 4%;
}
.top__btns__theater {
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .top__btns__theater {
    position: relative;
    top: auto;
    right: auto;
    width: 73.6vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  .top__btn__theater {
    background: #005b79;
    position: relative;
    z-index: 1;
    padding-top: 5vw;
  }
  .top__btn__theater a {
    display: block;
  }
  .top__btn__theater a + a {
    margin-top: 3vw;
  }
}
.top__banner {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.top__banner ul {
  display: flex;
  padding-bottom: 10px;
}
.top__banner ul li img {
  height: 50px;
}
.top__banner dl {
  display: flex;
  align-items: center;
}
.top__banner dd img {
  height: 35px;
}
.top__banner dd + dd {
  padding-left: 10px;
}
@media only screen and (max-width: 750px) {
  .top__banner {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
  }
  .top__banner ul {
    display: flex;
    background: #005b79;
    justify-content: center;
    padding: 4vw 0 8vw;
  }
  .top__banner ul li {
    width: 49%;
  }
  .top__banner ul li a {
    display: block;
  }
  .top__banner ul li img {
    height: auto;
  }
  .top__banner dl {
    background: #fff;
    padding: 0.5vw 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-width: 1px 0;
    display: flex;
    justify-content: center;
  }
  .top__banner dl a {
    display: block;
  }
  .top__banner dl img {
    height: auto;
  }
  .top__banner dd + dd {
    padding-left: 0;
  }
}
.top__roadshow {
  padding-bottom: 10%;
  display: block;
}
@media only screen and (max-width: 750px) {
  .top__roadshow {
    width: 36vw;
    width: 72vw;
    margin: 0 auto;
    padding-top: 4vw;
    padding-bottom: 0vw;
    width: 100vw;
    padding-top: 0;
  }
}
.top__text {
  display: flex;
  width: 50%;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: 2%;
}
.top__text__inner {
  padding: 0 2% 0 18%;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
@media only screen and (max-width: 750px) {
  .top__text__inner {
    height: 166vw;
    padding: 0;
  }
}
.top__text__right {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 750px) {
  .top__text__right {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    padding: 0;
  }
}
.top__text__credit {
  padding-top: 5%;
}
@media only screen and (max-width: 750px) {
  .top__text__credit {
    width: 95.0666666667vw;
    margin: 0 auto;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
@media only screen and (max-width: 750px) {
  .top__text {
    margin: 0;
    width: 100%;
    padding-bottom: 1.0666666667vw;
  }
}
.top.-hide .top__v .-non {
  transform: translate(-42%, 100%);
  transition: all 0s ease 0s;
}
@media only screen and (max-width: 750px) {
  .top.-hide .top__v .-non {
    transform: translate(0, 100%);
  }
}
.top.-hide .top__copy1 {
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 0s ease 0s;
}
.top.-hide .top__copy2 {
  opacity: 0;
  transform: scale(0);
  transition: all 0s ease 0s;
}
.top.-hide .top__text__inner {
  opacity: 0;
  transform: scale(0);
  transition: all 0s ease 0s;
}

.share {
  display: flex;
  position: relative;
  z-index: 1;
}
.share dt img {
  height: 13px;
}
.share dd img {
  height: 30px;
}
@media only screen and (max-width: 750px) {
  .share {
    justify-content: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
    background: #005b79;
  }
  .share dt img {
    height: 4.5vw;
  }
  .share dd {
    padding-left: 5vw;
  }
  .share dd img {
    height: 12vw;
  }
}

.copyright img {
  height: 7px;
}

.page {
  background: #fff;
}
.page__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 70px;
}
.page__container__inner {
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .page__container {
    padding: 0 6vw;
  }
}
.page h2 {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 750px) {
  .page h2 {
    padding-top: 10vw;
    padding-bottom: 4vw;
  }
}

.about {
  color: #fff;
}
.about__image {
  position: relative;
}
.about__image figure {
  padding: 0;
  margin: 0;
}
.about__image figure img {
  width: 100%;
}
.about__image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 19px;
  background: url(../images/ver3/common/nami2.png) repeat-x left bottom;
  background-size: auto 100%;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .about__image:after {
    height: 3vw;
  }
}
.about__text {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about__text1 {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 3%;
  width: 86.40625%;
}
@media only screen and (max-width: 750px) {
  .about__text1 {
    padding-top: 5vw;
  }
}
.about__text2 {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 6%;
  width: 53.828125%;
}
@media only screen and (max-width: 750px) {
  .about__text2 {
    width: 85vw;
    padding-bottom: 12vw;
  }
}

.intro {
  background: #10c3ee;
  background: linear-gradient(0deg, #10c3ee 0%, #0779af 89%);
}
.intro p {
  line-height: 1.8;
  font-size: 1.25em;
  padding: 1em 0 2.5em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.intro__images {
  display: flex;
  justify-content: center;
}
.intro__images figure {
  margin: 0;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 10px;
}
@media only screen and (max-width: 750px) {
  .intro .page__container {
    padding: 0;
  }
  .intro .page__container h3 {
    padding: 2vw 6vw 4vw;
  }
  .intro .page__container p {
    padding: 0 6vw 6vw;
    font-size: 3.6vw;
  }
  .intro__images {
    display: block;
    padding: 0 6vw;
  }
  .intro__images figure {
    display: block;
    border-radius: 5vw;
    margin: 0;
  }
  .intro__images figure + figure {
    margin-top: 6vw;
  }
}

.story {
  background: #10c3ee;
  padding-bottom: 4em;
}
.story p {
  line-height: 1.8;
  font-size: 1.25em;
  padding: 1em 0 2.5em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.story__images {
  height: 230px;
  background: url(../images/ver3/story/images-story.jpg) repeat-x;
  background-size: auto 100%;
  animation: storyimagesPc 50s linear 0s infinite;
}
@media only screen and (max-width: 750px) {
  .story {
    padding-bottom: 10vw;
  }
  .story .page__container {
    padding: 0;
  }
  .story .page__container h3 {
    padding: 2vw 6vw 3vw;
    margin: 0 5vw;
  }
  .story .page__container p {
    padding: 0 6vw 6vw;
    font-size: 3.6vw;
  }
  .story__images {
    height: 30.6666666667vw;
    animation: storyimagesSp 50s linear 0s infinite;
  }
}

.cast {
  background: url(../images/ver3/cast/cast-bg.jpg) no-repeat center top #007c96;
  background-size: 100% auto;
  color: #fff000;
  text-align: center;
  padding-bottom: 5em;
  padding-top: 3em;
  position: relative;
}
.cast:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 19px;
  background: url(../images/ver3/common/nami3.png) repeat-x left bottom;
  background-size: auto 100%;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .cast:before {
    height: 3vw;
    z-index: 0;
  }
}
.cast:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 19px;
  background: url(../images/ver3/common/nami4.png) repeat-x left bottom;
  background-size: auto 100%;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .cast:after {
    height: 3vw;
  }
}
.cast__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 3em;
  position: relative;
}
.cast__item {
  width: 20%;
  display: flex;
  justify-content: center;
  padding: 0 18px 1.5em;
  position: relative;
}
.cast__item:first-child::before {
  position: absolute;
  bottom: 76%;
  left: -2%;
  content: "";
  display: block;
  width: 90%;
  height: 200%;
  background: url(../images/ver3/cast/cast-illust@2x.png) no-repeat center bottom;
  background-size: contain;
  z-index: 0;
}
.cast__item dl {
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 180px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.cast__item dl dt {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.4em;
}
.cast__item dl dt img {
  width: 100%;
}
.cast__item dl dd {
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-top: 0.4em;
  font-weight: 700;
}
.cast__item__name {
  font-size: 1.5em;
}
.cast__item__role {
  font-size: 0.9em;
}
.cast__item:nth-child(6) {
  width: 40%;
  justify-content: flex-end;
}
.cast__item:nth-child(8) {
  width: 40%;
  justify-content: flex-start;
}
@media only screen and (max-width: 750px) {
  .cast {
    padding-bottom: 10vw;
    background-size: 200% auto;
  }
  .cast .page__container {
    padding: 0;
  }
  .cast .page__container h2 {
    position: relative;
    z-index: 1;
  }
  .cast .page__container p {
    font-size: 3.2vw;
    position: relative;
    z-index: 1;
  }
  .cast__items {
    padding: 15vw 4vw 0;
  }
  .cast__item {
    width: 50%;
    padding: 0 4vw 4vw;
  }
  .cast__item:nth-child(1) {
    margin: 0 25%;
    padding-bottom: 0;
  }
  .cast__item:nth-child(6) {
    width: 50%;
    justify-content: center;
  }
  .cast__item:nth-child(8) {
    width: 50%;
    justify-content: center;
  }
  .cast__item dl {
    width: auto;
  }
  .cast__item dl dd {
    padding-top: 1vw;
  }
  .cast__item__name {
    font-size: 5vw;
    padding-bottom: 0.2em;
  }
  .cast__item__role {
    font-size: 3.2vw;
  }
}

.castdetail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 81, 149, 0.68);
  z-index: 10;
  padding: 2em;
  box-sizing: border-box;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
}
.castdetail.-active {
  opacity: 1;
  visibility: visible;
}
.castdetail__container {
  max-width: 1100px;
  padding: 3em;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
.castdetail__item {
  display: none;
}
.castdetail__item.-active {
  display: block;
}
.castdetail h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  color: #00afec;
  padding-bottom: 0.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.castdetail h3 span {
  font-size: 0.6em;
  display: inline-block;
  padding-left: 1em;
}
.castdetail .btn-close-cast {
  position: absolute;
  right: 25px;
  top: 15px;
}
@media only screen and (max-width: 750px) {
  .castdetail {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding-bottom: 20vw;
  }
  .castdetail__container {
    padding: 6vw;
    border-radius: 5vw;
  }
  .castdetail h3 {
    font-size: 6vw;
  }
  .castdetail .staff__profile dt {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .castdetail .staff__profile dt .staff__profile__text {
    padding-right: 0.5em;
  }
  .castdetail .staff__profile dt .staff__profile__text img {
    height: 4.5vw;
  }
  .castdetail .staff__profile dd {
    font-size: 3.4vw;
    padding-bottom: 5vw;
  }
  .castdetail .btn-close-cast {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .castdetail .btn-close-cast img {
    width: 9vw;
  }
}

.staff {
  background: #10c3ee;
  background: linear-gradient(0deg, #10c3ee 0%, #0b97c8 89%);
  padding-bottom: 4em;
}
@media only screen and (max-width: 750px) {
  .staff {
    padding-bottom: 10vw;
  }
  .staff .page__container {
    padding: 0;
  }
  .staff .page__container h3 {
    padding: 2vw 6vw 3vw;
    margin: 0 5vw;
    font-size: 4.8vw;
  }
  .staff .page__container p {
    padding: 0 6vw 6vw;
    font-size: 3.6vw;
    padding: 3vw 0;
  }
  .staff__images {
    height: 46vw;
  }
}
.staff__title {
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #00afec;
  text-align: center;
  background: #fff000;
  font-size: 1.8em;
  padding: 1em 0 0.6em;
}
@media only screen and (max-width: 750px) {
  .staff__title {
    padding: 2vw 0 0;
  }
}
.staff__container {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 3em;
  position: relative;
}
.staff__container__inner {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.staff__container.-first-child::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 28%;
  padding-bottom: 26%;
  margin-top: -19.6%;
  margin-right: -3.4%;
  background: url(../images/ver3/staff/illust-staff@2x.png) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .staff__container {
    margin: 0 6vw 6vw;
  }
  .staff__container__inner {
    border-radius: 5vw;
  }
  .staff__container.-first-child::before {
    width: 55%;
    padding-bottom: 52%;
    margin-top: -39.6%;
    margin-right: -6.4%;
  }
}
.staff__text {
  padding: 50px;
  position: relative;
}
.staff__text:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  background: url(../images/ver3/common/nami.png) repeat-x left top;
  background-size: auto 100%;
}
@media only screen and (max-width: 750px) {
  .staff__text {
    padding: 0 6vw;
  }
  .staff__text:before {
    background-size: auto 2vw;
  }
}
.staff__desc {
  line-height: 1.6;
  padding: 1.5em 2em 1em 0;
}
.staff__desc h4 {
  padding-bottom: 1.5em;
}
.staff__desc p {
  padding-top: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media only screen and (max-width: 750px) {
  .staff__desc {
    padding: 0;
  }
  .staff__desc h4 {
    padding: 4vw 0 4vw;
  }
  .staff__desc p {
    padding: 4vw 0;
  }
}
.staff__profile {
  color: #747474;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.staff__profile dt {
  display: flex;
  padding-bottom: 1em;
}
.staff__profile dt span {
  display: block;
}
.staff__profile__text {
  padding-right: 1em;
  line-height: 1.8;
  position: relative;
}
.staff__profile__line {
  flex-grow: 1;
  background: url(../images/ver3/common/line.png) repeat-x left center;
  background-size: auto 50%;
}
.staff__profile + .staff__item__name {
  padding-top: 3em;
}
@media only screen and (max-width: 750px) {
  .staff__profile dt {
    flex-direction: column-reverse;
  }
  .staff__profile dt img {
    height: 6vw;
    display: block;
    margin: 0 auto;
  }
  .staff__profile dd {
    display: none;
  }
  .staff__profile__text {
    padding-right: 0;
    margin-top: 2vw;
  }
  .staff__profile__line {
    height: 3.6vw;
  }
  .staff__profile__main {
    font-size: 3.6vw;
  }
}
.staff__flex {
  display: flex;
  color: #00afec;
  padding-bottom: 1em;
}
.staff__flex figure {
  padding: 0;
  margin: 0;
}
.staff__flex__image {
  flex-shrink: 0;
  padding-top: 1.5em;
  text-align: right;
}
.staff__flex a {
  display: inline-block;
  color: #00afec;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  padding: 0.4em 1em;
  border: 5px solid #00afec;
  line-height: 1;
  border-radius: 1.5em;
  margin-top: 1em;
}
@media only screen and (max-width: 750px) {
  .staff__flex {
    flex-direction: column-reverse;
  }
  .staff__flex__image {
    text-align: center;
  }
  .staff__flex a {
    text-align: center;
    font-size: 3.6vw;
    border-width: 2px;
  }
  .staff__flex__link {
    text-align: center;
    padding-top: 0;
    padding-bottom: 4vw;
  }
  .staff__flex__link a {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .staff__original .staff__flex__image {
    padding-top: 10vw;
  }
  .staff__original .staff__flex__image img {
    width: 35vw;
  }
  .staff__original .staff__desc h4 {
    padding: 8vw 0 3vw;
  }
  .staff__original .staff__desc h4 img {
    width: 63.8666666667vw;
  }
}
@media only screen and (max-width: 750px) {
  .staff__music .staff__desc h4 img {
    height: 4.5vw;
  }
  .staff__music .staff__flex {
    padding-bottom: 0;
  }
  .staff__music .staff__flex__image figure {
    border-radius: 5vw;
    width: 65vw;
    overflow: hidden;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  .staff__theme .staff__desc h4 img {
    height: 4vw;
  }
  .staff__theme .staff__flex {
    padding-bottom: 0;
  }
  .staff__theme .staff__flex__image figure {
    border-radius: 5vw;
    width: 65vw;
    overflow: hidden;
    margin: 0 auto;
  }
}
.staff__all .staff__text:before {
  display: none;
}
@media only screen and (max-width: 750px) {
  .staff__all .staff__text {
    padding-top: 4vw;
  }
}
.staff__all .staff__flex {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2em;
}
.staff__all .staff__flex .staff__item {
  width: 48%;
}
.staff__all .staff__flex .staff__profile dt {
  display: none;
}
@media only screen and (max-width: 750px) {
  .staff__all .staff__flex {
    padding-top: 0;
    flex-direction: column;
  }
}
.staff__all .staff__item {
  padding-top: 2em;
}
.staff__all .staff__item__name {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #00afec;
  padding-bottom: 0.8em;
  position: relative;
}
.staff__all .staff__item__text {
  color: #747474;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 750px) {
  .staff__all .staff__item {
    width: 100% !important;
    border-bottom: 1px solid #10c3ee;
    padding-top: 0;
  }
  .staff__all .staff__item:last-child {
    border-bottom: none;
  }
  .staff__all .staff__item .staff__profile dt {
    display: none;
  }
  .staff__all .staff__item__name {
    padding-top: 5vw;
    font-size: 5vw;
  }
}

.-mark-plus {
  display: block;
  width: 4vw;
  height: 4vw;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: none !important;
}
.-mark-plus span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.-mark-plus span:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #00afec;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.2s ease 0s;
}
.-mark-plus span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #00afec;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.2s ease 0s;
}
@media only screen and (max-width: 750px) {
  .-mark-plus {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  .-active .-mark-plus span:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .-active .-mark-plus span:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .-active .staff__profile__main {
    display: block;
    padding-bottom: 10vw;
  }
}

.comment {
  padding-top: 5%;
}
.comment__item {
  display: flex;
  color: #00afec;
  align-items: center;
  padding-bottom: 7%;
}
@media only screen and (max-width: 750px) {
  .comment__item {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .comment h2 img {
    height: 8.9333333333vw;
  }
}
.comment figure {
  padding: 0;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 300px;
  flex-shrink: 0;
  margin-right: 3.5em;
}
@media only screen and (max-width: 750px) {
  .comment figure {
    width: 60vw;
    margin: 0 auto;
  }
}
.comment dt {
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 750px) {
  .comment dt {
    padding-top: 8vw;
  }
}
.comment dt img {
  height: 37px;
}
@media only screen and (max-width: 750px) {
  .comment dt img {
    height: 7.4666666667vw;
    display: block;
    margin: 0 auto;
  }
}
.comment dd {
  font-weight: bold;
  line-height: 1.8;
  padding-top: 0.8em;
}

.btn-pagetop {
  text-align: center;
}
.btn-pagetop a {
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .btn-pagetop a {
    width: 14.1333333333vw;
  }
}

footer {
  padding: 2em 0;
  text-align: center;
}

@keyframes nami {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: 252px top;
  }
}
@keyframes namisp {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: 30vw top;
  }
}
@keyframes awa1 {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(50%, 0);
  }
}
@keyframes awa2 {
  0% {
    transform: translate(0, 200%);
  }
  100% {
    transform: translate(0, -400%);
  }
}
@keyframes awa3 {
  0% {
    transform: scale(0.01);
  }
  3% {
    transform: scale(1);
  }
  4% {
    transform: scale(1.1);
  }
  97% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.01);
  }
}
.-sp {
  display: none !important;
}

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

  .-sp {
    display: block !important;
  }
}
@keyframes storyimagesPc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4834px 0;
  }
}
@keyframes storyimagesSp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -644.5333333333vw 0;
  }
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper {
    display: block !important;
  }
}
#trailer-wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  transform: translateZ(0);
  background: #000;
  will-change: opacity visibility;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
#trailer-wrapper.-show {
  top: 0;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper {
    position: relative;
    top: auto;
    left: auto;
    background: #000;
    z-index: 1;
    height: auto;
    background-size: 100% auto;
    width: auto;
    padding: 0;
  }
}

#trailer {
  width: calc(100% - 100px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  #trailer {
    width: 100%;
    padding-bottom: 56.25%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    padding: 0vw;
    padding-bottom: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
  }
}

#trailer-wrapper.-hide {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper.-hide {
    visibility: visible;
    opacity: 1;
  }
}

#trailer-wrapper .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper .btn-close {
    display: none;
  }
}

#trailer-player {
  width: 100%;
  height: 100%;
  background: #000;
}

#trailer-container {
  height: 100%;
}

#trailer-player-container {
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #trailer-player-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: auto;
  }
  #trailer-player-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

#trailer-nav {
  text-align: center;
  padding: 10px 0;
  line-height: 1 !important;
}

#trailer-wrapper.op #trailer-nav {
  display: block;
}

#trailer .btn-skip {
  opacity: 1;
  color: #000;
  transition: all 0.25s ease;
}

#trailer .btn-skip:hover {
  opacity: 0.8;
}

#trailer-wrapper ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  height: 3em;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper ul {
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2%;
    box-sizing: border-box;
  }
}

#trailer-wrapper ul li {
  display: inline-block;
  width: 16%;
  box-sizing: border-box;
  padding: 0px 5px 0 0;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper ul li {
    width: 32.3%;
    width: 49%;
    padding: 0;
    height: 2.4em;
    padding-bottom: 1.5%;
  }
}

#trailer-wrapper ul li:last-child {
  padding-right: 0;
}

#trailer-wrapper ul li.small {
  width: 40%;
}

#trailer-wrapper ul li.small a {
  letter-spacing: 0;
}

#trailer-wrapper ul li.new a:after {
  content: "NEW";
  display: block;
  padding: 2px 5px;
  letter-spacing: 0;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  background: #fff;
  color: #ff3492;
  top: 10px;
  left: 5px;
}

#trailer-wrapper ul li.cur a:after,
#trailer-wrapper ul li a:hover:after {
  color: #000;
  background: #0c215c;
}

#trailer-wrapper ul li a {
  position: relative;
  padding: 10px 3px;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
  text-align: center;
  background: transparent;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper ul li a {
    font-size: 3.2vw;
    padding: 0.4em 0.4em;
    letter-spacing: 0.08em;
    height: 100%;
    box-sizing: border-box;
  }
}

#trailer-wrapper ul li.cur a,
#trailer-wrapper ul li a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}

#trailer-wrapper ul li.cur a {
  cursor: default;
}

#btn-skip {
  text-align: center;
  /*color:#666;*/
  display: block;
  margin: 0 auto;
  /*
    background:#000;
    border:1px solid #666;*/
  width: 150px;
  padding: 7px;
  display: none;
  box-sizing: border-box;
  /*opacity: 0.6;*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#btn-skip:hover {
  opacity: 1;
}

#trailer-wrapper.op #btn-skip {
  display: block;
}

body.op #trailer-wrapper #trailer-nav {
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media only screen and (max-width: 750px) {
  body.op #trailer-wrapper #trailer-nav {
    opacity: 1;
    visibility: visible;
    display: block !important;
  }
}
body.op #trailer-wrapper #trailer {
  margin-top: 0px;
}

#trailer-wrapper ul .op {
  display: none;
}

#trailer-wrapper.op {
  background: #000;
  display: block;
}
#trailer-wrapper.op ul li {
  display: none;
}
#trailer-wrapper.op ul li.op {
  display: inline-block;
}

.btn-close {
  width: 50px;
  height: 50px;
}
.btn-close__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.btn-close:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.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.2s cubic-bezier(0.19, 1, 0.22, 1) 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-fade,
.anim-item.anim-fade,
.op-item .anim-fade,
.op-item.anim-fade {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.5s ease 0s, transform 1s 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 {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.3s ease 0s;
}

.anim-item .anim-rotate,
.anim-item.anim-rotate,
.op-item .anim-rotate,
.op-item.anim-rotate {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.2s ease 0s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 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(1.2, 1.2, 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-fade,
.anim-item.hide.anim-fade,
.op-item.hide .anim-fade,
.op-item.hide.anim-fade {
  opacity: 0;
  transform: translate3d(0px, 30px, 0px);
}

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

.anim-item.hide .anim-rotate,
.anim-item.hide.anim-rotate,
.op-item.hide .anim-rotate,
.op-item.hide.anim-rotate {
  opacity: 0;
  transform: rotateY(90deg);
}

.anim-delay-1 {
  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-3 {
  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-5 {
  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-7 {
  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-9 {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.anim-delay-22 {
  transition-delay: 2.2s !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 0s !important;
}