@charset "UTF-8";
body, html {
  width: 100%;
  height: 100%;
}

body {
  color: black;
  font-size: 14px;
  line-height: 2.14286;
  background: url(../images/common/bg.jpg) no-repeat center top #f4f1e8;
  background-size: 100% auto;
  background-attachment: fixed;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.font {
  font-family: 'Noto Serif JP', serif;
  font-family: 'PT Serif', serif;
}

.font-e {
  font-family: 'PT Serif', serif;
  letter-spacing: 0.2em;
}

.font-j {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.page__title {
  text-align: center;
}

.page__footer {
  background: #fff;
  font-size: 10px;
  text-align: center;
  padding: 1em 0;
  color: rgba(0, 0, 0, 0.5);
}

.nav__main__btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 51;
}

.nav__main__btn img {
  height: 70px;
}

.nav__main__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/common/nav_main_bg.jpg) no-repeat center center #f3f6fc;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.nav__main__container.-active {
  opacity: 1;
  visibility: visible;
}

.nav__main__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 80%;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.nav__main__item {
  padding: 10px 0;
}

.nav__main__item a {
  color: #21508b;
  font-size: 24px;
  line-height: 1.1;
}

.nav__main__item a span {
  font-size: 0.5em;
  display: block;
}

.top__container {
  background: url(../images/top/top_v_bg_grad.jpg) repeat-x center center;
}

.top__wrapper {
  background: url(../images/top/top_v_bg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}

.top__badge {
  -webkit-transition: all 1.5s ease 4s;
  transition: all 1.5s ease 4s;
}

.top__badge a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.top__badge a:hover {
  opacity: 0.7;
}

.top__badge.-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.top__v {
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
  width: 89.58333%;
}

.top__v__container {
  height: 100%;
  padding-top: 50%;
  overflow: hidden;
  position: relative;
}

.top__v__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 10s ease-out 0s;
  transition: all 10s ease-out 0s;
}

.top__v__image img {
  width: 100%;
}

.top__v__image.-hide {
  -webkit-transform: translateX(3%);
  -ms-transform: translateX(3%);
  transform: translateX(3%);
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.top__text {
  text-align: center;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 4% 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.top__cast {
  padding-bottom: 4%;
  max-width: 233px;
  width: 30.65789%;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 2s ease 2s;
  transition: all 2s ease 2s;
}

.top__cast.-hide {
  opacity: 0;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.top__logo {
  background: url(../images/top/title2-1.png) no-repeat center center;
  background-size: contain;
  max-width: 586px;
  width: 77.10526%;
  margin: 0 auto;
  margin-bottom: 5%;
  display: block;
  -webkit-transform: translateX(3%);
  -ms-transform: translateX(3%);
  transform: translateX(3%);
  opacity: 1;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
}

.top__logo img {
  opacity: 1;
  -webkit-transition: all 2s ease 1s;
  transition: all 2s ease 1s;
}

.top__logo.-hide {
  opacity: 0;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.top__logo.-hide img {
  opacity: 0;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.top__copy {
  padding-bottom: 3%;
  width: 68.68421%;
  max-width: 522px;
  margin: 0 auto;
  -webkit-transition: all 1s ease 3.5s;
  transition: all 1s ease 3.5s;
}

.top__copy.-hide {
  opacity: 0;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.top__credit {
  padding-bottom: 3%;
  width: 64.60526%;
  max-width: 491px;
  margin: 0 auto;
  -webkit-transition: all 1s ease 3.7s;
  transition: all 1s ease 3.7s;
}

.top__credit.-hide {
  opacity: 0;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.top__roadshow {
  width: 41.97368%;
  max-width: 250px;
  margin: 0 auto;
  -webkit-transition: all 1s ease 3.9s;
  transition: all 1s ease 3.9s;
}

.top__roadshow.-hide {
  opacity: 0;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.top__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 20px;
  padding: 20px 30px 0;
}

.top__footer__images {
  width: 60%;
  padding: 0 4%;
  text-align: center;
}

.top__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top__share {
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top__share > * {
  padding-right: 6px;
}

.top__copyright {
  display: block;
  text-align: center;
}

.top__banner {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top__banner li {
  padding-top: 10px;
}

.top__banner .-small img {
  height: 35px;
}

.topcomment__wrapper {
  height: 70px;
  background: url(../images/comment2/top_bg.jpg) no-repeat center center #17193b;
  background-size: auto 100%;
  display: block;
  padding: 0 20px;
  overflow: hidden;
}

.topcomment__wrapper .-sp {
  display: none;
}

.topcomment__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.topcomment__item__container {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -1.5em;
}

.topcomment__item.-active {
  opacity: 1;
  visibility: visible;
}

.topcomment__title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topcomment__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topcomment__name {
  color: #9c89ff;
  padding-right: 0.8em;
  line-height: 70px;
  font-size: 1.2em;
  font-weight: normal;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topcomment__name .-small {
  font-size: 0.8em;
}

.topcomment__name .topcomment__role {
  font-size: 0.8em;
}

.topcomment__text {
  color: #ffffff;
  line-height: 70px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.2em;
  font-weight: normal;
}

.topcomment__more {
  color: #000;
  line-height: 70px;
}

@media screen and (max-width: 1280px) {
  .topcomment__wrapper {
    padding-right: 100px;
  }
}

.introduction {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../images/about/intro_bg.jpg) no-repeat center center;
  background-size: cover;
  font-size: 16px;
  position: relative;
}

.introduction__title {
  text-align: center;
}

.introduction__contents {
  padding: 120px 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 45vw;
  padding-bottom: 15vw;
}

.introduction__copy {
  padding-top: 100px;
  padding-left: 25px;
}

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

.introduction__content {
  width: 50%;
}

.introduction__content h1 {
  padding-top: 1em;
  padding-bottom: 1.2em;
}

.introduction__content p {
  padding-bottom: 1.5em;
  letter-spacing: 0.08em;
}

.introduction__content h2 {
  padding-bottom: 1em;
}

.introduction__content__wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.btn__top {
  position: absolute;
  bottom: 0;
  right: 26px;
}

.story {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../images/about/story-bg.jpg) no-repeat center center;
  background-size: cover;
  font-size: 16px;
  position: relative;
}

.story__title {
  text-align: center;
}

.story__contents {
  padding: 120px 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 45vw;
}

.story__copy {
  padding-top: 100px;
  padding-left: 25px;
}

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

.story__content {
  width: 50%;
  padding-top: 5vw;
}

.story__content h1 {
  padding-top: 1em;
  padding-bottom: 1.2em;
}

.story__content p {
  padding-bottom: 1.5em;
  letter-spacing: 0.08em;
}

.story__content h2 {
  padding-bottom: 1em;
}

.story__content__wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.story__text {
  text-align: center;
  padding-top: 3em;
}

.story__image {
  width: 100%;
  max-width: 80%;
}

.story__image__item {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 18vw;
  -webkit-transform: translate;
  -ms-transform: translate;
  transform: translate;
}

.story__image__item img {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.story__image__item.-image1 {
  -webkit-transform: translate(-30%, -110%);
  -ms-transform: translate(-30%, -110%);
  transform: translate(-30%, -110%);
}

.story__image__item.-image1 img {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.story__image__item.-image2 {
  -webkit-transform: translate(135%, -60%);
  -ms-transform: translate(135%, -60%);
  transform: translate(135%, -60%);
}

.story__image__item.-image2 img {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.story__image__item.-image3 {
  -webkit-transform: translate(-220%, -70%);
  -ms-transform: translate(-220%, -70%);
  transform: translate(-220%, -70%);
}

.story__image__item.-image3 img {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.story__image__item.-image4 {
  -webkit-transform: translate(30%, -4%);
  -ms-transform: translate(30%, -4%);
  transform: translate(30%, -4%);
}

.story__image__item.-image4 img {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.story__image__item.-image5 {
  -webkit-transform: translate(-108%, -30%);
  -ms-transform: translate(-108%, -30%);
  transform: translate(-108%, -30%);
}

.story__image__item.-image5 img {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.story__images {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}

.story__images.hide .story__image__item img {
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.btn__top {
  position: absolute;
  bottom: 0;
  right: 26px;
}

.shootingstar {
  position: absolute;
  top: 16%;
  left: 30%;
  width: 216px;
}

.shootingstar__container {
  position: relative;
}

.shootingstar .-item {
  opacity: 0;
}

.shootingstar .-item1 {
  position: absolute;
  top: 0;
  left: 0;
}

.shootingstar .-item2 {
  position: absolute;
  top: 0;
  left: 0;
}

.shootingstar.active .-item1 {
  -webkit-animation: ss1 10s ease 0s infinite;
  animation: ss1 10s ease 0s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.shootingstar.active .-item2 {
  -webkit-animation: ss2 10s ease 0s infinite;
  animation: ss2 10s ease 0s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes ss1 {
  0% {
    -webkit-transform: translate(100%, -75%);
    transform: translate(100%, -75%);
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  6% {
    opacity: 1;
  }
  10% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 0;
  }
}

@keyframes ss1 {
  0% {
    -webkit-transform: translate(100%, -75%);
    transform: translate(100%, -75%);
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  6% {
    opacity: 1;
  }
  10% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 0;
  }
}

@-webkit-keyframes ss2 {
  0% {
    -webkit-transform: translate(100%, -75%);
    transform: translate(100%, -75%);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  10% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 0;
  }
}

@keyframes ss2 {
  0% {
    -webkit-transform: translate(100%, -75%);
    transform: translate(100%, -75%);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  10% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 0;
  }
}

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

.cast__container h2 {
  text-align: center;
  padding-bottom: 20px;
}

.cast__container h2.-first {
  margin-top: -50px;
}

.cast__wrapper {
  width: 1100px;
  margin: 0 auto;
  margin-top: -20px;
}

.cast__nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4500px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.cast__nav__items__container {
  position: relative;
  padding-bottom: 50px;
}

.cast__nav__item {
  width: 375px;
  padding-right: 25px;
  box-sizing: border-box;
  color: #21508b;
}

.cast__nav__role {
  font-size: 38px;
  padding-top: 0.2em;
  line-height: 1.8;
  border-bottom: 1px solid #21508b;
  letter-spacing: 0.08em;
}

.cast__nav__actor__container {
  position: relative;
  margin-top: 0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.6em;
}

.cast__nav__actor__name {
  font-size: 30px;
  letter-spacing: 0.08em;
}

.cast__nav__actor__btn a {
  color: #21508b;
  background: #fff;
  display: block;
  border-radius: 40px;
  padding: 0em 1.2em;
  font-size: 16px;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.cast__nav__actor__btn a:hover {
  background: #21508b;
  color: #fff;
}

.cast__nav__desc {
  font-size: 18px;
  line-height: 1.6;
}

.cast__nav__btn {
  position: absolute;
  top: 180px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.cast__nav__btn.-hide {
  opacity: 0;
  visibility: hidden;
}

.cast__nav__btn.-prev {
  left: -60px;
}

.cast__nav__btn.-next {
  right: -60px;
}

.cast__items {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 90;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  -ms-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-50%, -50%) scale(0.95);
  transition: all 0.2s ease 0s;
}

.cast__items.-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.cast__items__container {
  background: #fff;
  position: relative;
  width: 1100px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
}

.cast__items__close {
  position: absolute;
  right: 0;
  top: 0;
}

.cast__item {
  padding: 70px 40px 40px;
  display: none;
}

.cast__item.-active {
  display: block;
}

.cast__item__name {
  font-size: 30px;
  color: #21508b;
}

.cast__item__text {
  color: #696969;
  font-size: 14px;
}

.staff__container {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}

.staff__wrapper {
  margin-top: -20px;
}

.staff__items__container {
  margin-top: -50px;
}

.staff__item {
  padding-bottom: 10px;
}

.staff__item__container {
  position: relative;
  background: #fff;
  padding: 0 40px 0;
}

.staff__item.-active .staff__toggle {
  background: #21508b;
  color: #fff;
}

.staff__item.-active .staff__toggle .-mark:before {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.staff__item.-active .staff__toggle .-mark:after {
  background: #fff;
}

.staff__toggle {
  color: #21508b;
  border: 1px solid #21508b;
  padding: 0 1.2em 0 1.5em;
  border-radius: 40px;
  letter-spacing: 0.08em;
  font-size: 18px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.staff__toggle:hover {
  background: #21508b;
  color: #fff;
}

.staff__toggle:hover .-mark:before {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #fff;
}

.staff__toggle:hover .-mark:after {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #fff;
}

.staff__toggle .-mark {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: 10px;
}

.staff__toggle .-mark:before {
  content: " ";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  background: #21508b;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.staff__toggle .-mark:after {
  content: " ";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  background: #21508b;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.staff__name {
  color: #21508b;
  font-size: 28px;
}

.staff__name__container {
  padding: 15px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.staff__text {
  color: #696969;
  padding-bottom: 40px;
  display: none;
}

.-sp {
  display: none;
}

.comment {
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  overflow: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.comment__contents {
  background: url(../images/comment/bg.jpg) repeat-x;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 110px 20px 0;
  position: relative;
  min-width: 1000px;
}

.comment__title {
  padding-bottom: 85px;
  text-align: center;
}

.comment__content {
  margin: 0 auto;
  max-width: 1150px;
}

.comment__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 98px;
}

.comment__item h3 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23%;
}

.comment__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.comment__close {
  position: absolute;
  top: 0;
  right: 26px;
}

.comment.-active {
  opacity: 1;
  visibility: visible;
}

.comment.-active .comment__contents {
  opacity: 1;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.credit {
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  overflow: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.credit__contents {
  background: url(../images/comment/bg.jpg) repeat-x;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 110px 20px 0;
  position: relative;
  min-width: 1000px;
  padding-bottom: 100px;
}

.credit__close {
  position: absolute;
  top: 0;
  right: 26px;
}

.credit.-active {
  opacity: 1;
  visibility: visible;
}

.credit.-active .credit__contents {
  opacity: 1;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.comment2 {
  background: url(../images/comment2/bg.jpg) no-repeat center top #17193b;
  background-attachment: fixed;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.comment2__name {
  color: #9c89ff;
  font-size: 35px;
  background: url(../images/comment2/mark.png) no-repeat left center;
  padding-left: 0.6em;
}

.comment2__name .-small {
  font-size: 0.8em;
  letter-spacing: -0.05em;
  padding-right: 0.2em;
}

.comment2__name .-sp {
  display: none;
}

.comment2__role {
  font-size: 0.6em;
  padding-left: 0.2em;
}

.comment2__item {
  padding-bottom: 3em;
}

.comment2__item:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 3em;
  position: relative;
}

.comment2__item:first-child:after {
  content: "（敬称略・五十音順）";
  position: absolute;
  font-size: 12px;
  bottom: -35px;
  color: rgba(255, 255, 255, 0.5);
  right: 0;
}

.comment2__text {
  font-size: 16px;
}

.comment2__title {
  padding-top: 4em;
  margin-bottom: 2.5em;
  text-align: center;
  position: relative;
}

.comment2__title .note {
  font-size: 10px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.anim-item .anim-scale,
.anim-item.anim-scale,
.op-item .anim-scale,
.op-item.anim-scale {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, -webkit-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;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

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

.anim-item.hide .anim-scale,
.anim-item.hide.anim-scale,
.op-item.hide .anim-scale,
.op-item.hide.anim-scale {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  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-fade,
.anim-item.hide.anim-fade,
.op-item.hide .anim-fade,
.op-item.hide.anim-fade {
  opacity: 0;
  -webkit-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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