.language-opt{
  position: absolute;
  z-index: 300;
  right: 13px;
  top: 120px;
}

.bg-index {
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.8) 100%), rgba(0, 0, 0, 0.1);
  opacity: 0.7;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

/* HEADER --------------------------------*/
.header-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.header-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.header__main-visual {
  background: url(../img/mainvisual.png) calc(50% + 39%) 36% no-repeat;
  background-size: auto 145%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 0;
  opacity: 0;
  -webkit-animation: anim-fadeIn-mainvisual 0.4s linear 0.7s forwards;
          animation: anim-fadeIn-mainvisual 0.4s linear 0.7s forwards;
}

.header__main-visual img {
  vertical-align: bottom;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header__catch {
  width: 35.15%;
  position: absolute;
  left: calc(53% - 43%);
  z-index: 10;
  top: calc(100vh - 32vw);
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: anim-fadeIn-headrparts 0.5s ease-in-out forwards;
          animation: anim-fadeIn-headrparts 0.5s ease-in-out forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.header__catch img {
  display: block;
  width: 100%;
}

.header__logo {
  width: 35.15%;
  position: absolute;
  left: calc(53% - 43%);
  z-index: 10;
  top: calc(100vh - 47vw);
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: anim-fadeIn-headrparts 0.5s ease-in-out forwards;
          animation: anim-fadeIn-headrparts 0.5s ease-in-out forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.header__logo img {
  display: block;
  width: 100%;
}

.header .top-pv {
  width: 32.3%;
  position: absolute;
  left: calc(53% - 42%);
  border: 4px solid white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 5px #2597B8, 10px 10px 0 0 black;
          box-shadow: 0 0 20px 5px #2597B8, 10px 10px 0 0 black;
  top: calc(100vh - 23vw);
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: anim-fadeIn-headrparts 0.5s ease-in-out forwards;
          animation: anim-fadeIn-headrparts 0.5s ease-in-out forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.header__release {
  width: 33.25%;
  position: absolute;
  top: calc(100vh - 9vw);
  left: calc(53% - 36%);
  z-index: 20;
  pointer-events: none;
  top: calc(100vh - 6.5vw);
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: anim-fadeIn-headrparts 0.5s ease-in-out forwards;
          animation: anim-fadeIn-headrparts 0.5s ease-in-out forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.header__release img {
  display: block;
  width: 100%;
}

/* NEWS --------------------------------*/
.news {
  background: url(../img/deco_news_frame.png) left 2% top 3% repeat-y, url(../img/deco_news_frame.png) right 2% top 3% repeat-y, url(../img/deco_news_left.png) left 0% bottom 0% no-repeat, url(../img/deco_news_right.png) right 0% bottom 0% no-repeat, black;
  background-size: 3.54167%, 3.54167%, 15%, 15%;
  -webkit-box-shadow: 0px 0px 25.6px 6.4px rgba(186, 0, 140, 0.7), inset 0px 0px 40px 0px rgba(113, 113, 113, 0.7);
          box-shadow: 0px 0px 25.6px 6.4px rgba(186, 0, 140, 0.7), inset 0px 0px 40px 0px rgba(113, 113, 113, 0.7);
  width: 100%;
  position: relative;
  z-index: 100;
}

.news-wrapper {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.news-caption {
  width: 47.26562%;
  margin-bottom: 2%;
}

.news-caption img {
  vertical-align: bottom;
  width: 100%;
}

.topics-container {
  width: calc(100% - 10%);
  height: 0;
  padding-bottom: 30%;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.topics-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.topics-slide {
  width: 100%;
  z-index: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.topics-button-next {
  background: url(../img/btn_topics_next.png) 0 0 no-repeat;
  background-size: cover;
  width: 5%;
  height: 0;
  padding-bottom: 30.33898%;
  top: calc(76% - 39%)
}

.topics-button-prev {
  background: url(../img/btn_topics_prev.png) 0 0 no-repeat;
  background-size: cover;
  width: 5%;
  height: 0;
  padding-bottom: 30.33898%;
  top: calc(76% - 39%)
}

.topic-wrapper {
  background: black;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.topic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid white;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
}

.topic:hover {
  border-color: #BA008C;
}

.topic:hover .topic-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.topic-date {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 92, 130, 0.8)), to(rgba(22, 10, 39, 0.8)));
  background: linear-gradient(to top, rgba(11, 92, 130, 0.8) 0%, rgba(22, 10, 39, 0.8) 100%);
  padding: 0 2% 0 3%;
  color: white;
  text-align: right;
  font-size: 0.7em;
  border-radius: 0 0 0 15px;
  -webkit-box-shadow: 0 0 10px 0 black;
          box-shadow: 0 0 10px 0 black;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

.topic-image {
  display: block;
  width: 100%;
  height: 55%;
  position: relative;
  overflow: hidden;
}

.topic-image img {
  display: block;
  min-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  position: relative;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.topic-text {
  background: url(../img/system/bg_system_pattern.png) 0 0 repeat, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 89, 88, 0.8)), to(rgba(32, 19, 51, 0.8)));
  background: url(../img/system/bg_system_pattern.png) 0 0 repeat, linear-gradient(to top, rgba(0, 89, 88, 0.8) 0%, rgba(32, 19, 51, 0.8) 100%);
  display: block;
  width: 100%;
  height: 45%;
  color: white;
  text-shadow: black 1px 1px 3px, black -1px 1px 3px, black 1px -1px 3px, black -1px -1px 3px;
  padding: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.topic-text__caption {
  width: 100%;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2%;
  border-bottom: 5px dotted white;
  position: relative;
}

.topic-text__text {
  width: 100%;
  font-size: 0.8em;
  padding-top: 2%;
}

.topic-text__date {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 0.7em;
}

/* POINT --------------------------------*/
.point-text {
  display: block;
  max-width: 1280px;
  margin: 100px auto;
  position: relative;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s 0.1s ease;
}

.point-text.visible {
  opacity: 1;
}

.point-text img {
  vertical-align: bottom;
  width: 70%;
}

/* 3d */
.point-3d {
  width: 100%;
  position: relative;
}

.point-3d-wrapper {
  max-width: 1280px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.point-3d {
  visibility: hidden;
  opacity: 0;
}

.point-3d.visible {
  -webkit-animation: anim-fadepop 0.5s ease 0.1s forwards;
          animation: anim-fadepop 0.5s ease 0.1s forwards;
  visibility: visible;
}

.point-3d__caption {
  position: relative;
  left: -3%;
  z-index: 200;
  width: 45%;
}

.point-3d__caption img {
  vertical-align: bottom;
  width: 100%;
}

.point-3d__slide {
  background: white;
  width: 90%;
  margin: -12% auto 0;
  position: relative;
}

.point-3d__text {
  width: 77.8125%;
  margin: -8% 0 0 20%;
  z-index: 200;
  position: relative;
}

.point-3d__text img {
  vertical-align: bottom;
  width: 100%;
}

.point-3d__halo1 {
  display: block;
  width: 71.79688%;
  position: absolute;
  top: -14%;
  left: calc(50% + 8%);
}

.point-3d__halo2 {
  display: block;
  width: 71.79688%;
  position: absolute;
  bottom: 0%;
  left: calc(50% - 85%);
  -webkit-transform: scale(-1, -1) rotate(8deg);
          transform: scale(-1, -1) rotate(8deg);
}

/* zombi */
.point-zombi {
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.point-zombi-wrapper {
  max-width: 1280px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.point-zombi {
  visibility: hidden;
  opacity: 0;
}

.point-zombi.visible {
  -webkit-animation: anim-fadepop 0.5s ease 0.1s forwards;
          animation: anim-fadepop 0.5s ease 0.1s forwards;
  visibility: visible;
  margin-bottom: 159px;
}

.point-zombi__caption {
  position: relative;
  left: -3%;
  z-index: 200;
  width: 65%;
  z-index: 20;
  padding-top: 170px;
}

.point-zombi__caption img {
  vertical-align: bottom;
  width: 100%;
}

.point-zombi__image {
  width: 100%;
  position: relative;
  margin-top: -22%;
  z-index: 10;
}

.point-zombi__image img {
  vertical-align: bottom;
  width: 100%;
}

.point-zombi__text {
  width: 77.8125%;
  margin: -29% 0 0 20%;
  z-index: 200;
  position: relative;
}

.point-zombi__text img {
  vertical-align: bottom;
  width: 100%;
}

.point-zombi__halo1 {
  display: block;
  width: 71.79688%;
  position: absolute;
  top: -9%;
  left: calc(50% + 15%);
}

.point-zombi__halo2 {
  display: block;
  width: 71.79688%;
  position: absolute;
  bottom: 0%;
  left: calc(50% - 85%);
  -webkit-transform: scale(-1, -1) rotate(8deg);
          transform: scale(-1, -1) rotate(8deg);
}

/* other */
.point-other {
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.point-other-wrapper {
  max-width: 1280px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.point-other {
  visibility: hidden;
  opacity: 0;
}

.point-other.visible {
  -webkit-animation: anim-fadepop 0.5s ease 0.1s forwards;
          animation: anim-fadepop 0.5s ease 0.1s forwards;
  visibility: visible;
}

.point-other__caption {
  width: 100%;
  position: relative;
  left: 2%;
  z-index: 10;
}

.point-other__caption img {
  vertical-align: bottom;
  width: 100%;
}

.point-other__image {
  width: 100%;
  position: relative;
  z-index: 10;
}

.point-other__image img {
  vertical-align: bottom;
  width: 100%;
}

.point-other__text {
  width: 100%;
  z-index: 200;
  margin-top: -3%;
  position: relative;
}

.point-other__text img {
  vertical-align: bottom;
  width: 100%;
}

.point-other__halo1 {
  display: block;
  width: 71.79688%;
  position: absolute;
  top: 7%;
  left: calc(50% + 11%);
}

.point-other__halo2 {
  display: block;
  width: 71.79688%;
  position: absolute;
  bottom: 11%;
  left: calc(50% - 85%);
  -webkit-transform: scale(-1, -1) rotate(8deg);
          transform: scale(-1, -1) rotate(8deg);
}

.btn-dis-more {
  width: 51.64062%;
  max-width: 661px;
  margin: 0 auto 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 200;
}

.btn-dis-more.visible {
  -webkit-animation: anim-rotate 0.3s ease 0.1s forwards;
          animation: anim-rotate 0.3s ease 0.1s forwards;
}

.btn-dis-more:hover {
  -webkit-animation: anim-hover-dismore 0.3s ease forwards;
          animation: anim-hover-dismore 0.3s ease forwards;
}

.btn-dis-more__image {
  display: block;
  width: 100%;
}

.btn-dis-more__image img {
  vertical-align: bottom;
  width: 100%;
  margin-left: 2%;
}

.btn-dis-more__effect {
  display: block;
  width: 129.80333%;
  position: absolute;
  left: -12%;
  top: 7%;
  pointer-events: none;
}

.btn-dis-more__effect img {
  vertical-align: bottom;
  width: 100%;
}

.btn-dis-more:hover .btn-dis-more__effect {
  -webkit-animation: anim-hover-dismore 0.3s ease forwards;
          animation: anim-hover-dismore 0.3s ease forwards;
}

/* CHARACER --------------------------------*/
.character {
  width: 100%;
  position: relative;
  padding: 70px 0 9%;
}

.character-wrapper {
  max-width: 1280px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.character__caption {
  position: relative;
  left: -3%;
  width: 70%;
}

.character__caption img {
  vertical-align: bottom;
  width: 100%;
}

.character__image-main {
  width: 60%;
  position: relative;
  margin: 3% auto 0;
}

.character__image-main img {
  vertical-align: bottom;
  width: 100%;
}

.character__image-sub {
  width: 100%;
  height: 0;
  padding-bottom: 52.44792%;
  position: relative;
  margin: 3% auto 0;
}

.character__image-sub img {
  vertical-align: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* SCREENSHOT --------------------------------*/
.screenshot {
  width: 100%;
  position: relative;
  margin: -7% auto 0;
}

.screenshot-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(22%, rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(76%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 22%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 76%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: relative;
  padding: 5% 0;
  margin: 0 auto;
}

.top-caption-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.ss__caption {
  position: relative;
  left: -3%;
  width: 70%;
  margin: 0 auto;
  left: 0;
}

.ss__caption img {
  vertical-align: bottom;
  width: 100%;
}

.top-ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  position: relative;
  margin: 2% auto 0;
}

.top-ss-big {
  width: 40%;
  position: relative;
}

.top-ss-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 55%;
  position: relative;
}

.top-ss-list__item {
  width: 49%;
  position: relative;
}

.top-ss-list__item:nth-of-type(2n) {
  margin-left: 2%;
}

.top-ss-list__item:nth-of-type(n + 3) {
  margin-top: 2%;
}

/* SPEC --------------------------------*/
.spec {
  width: 100%;
  position: relative;
  padding: 0 0 7%;
  margin-top: 130px;
}

.spec-wrapper {
  max-width: 1280px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.spec__caption {
  position: relative;
  left: -3%;
  width: 55%;
}

.spec__caption img {
  vertical-align: bottom;
  width: 100%;
}

.spec__table {
  background: rgba(0, 0, 0, 0.5);
  width: 60%;
  margin: 0 auto;
}

.spec-table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-shadow: black 1px 1px 7px, black -1px 1px 7px,black 1px -1px 7px, black -1px -1px 7px;
  font-size: 0.8em;
  font-weight: bold;
}

.spec-table tr {
  width: 100%;
  border-bottom: 2px solid white;
}

.spec-table tr:first-of-type {
  border-top: 2px solid white;
}

.spec-table th {
  width: 30%;
  padding: 1% 0;
}

.spec-table td {
  width: 70%;
  padding: 1% 0;
}

.spec-annotation {
  font-size: 0.8em;
}

.spec-reserve-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  position: relative;
  margin: 60px auto 0;
}

.spec-reserve-buttons__item {
  width: 48.5%;
  height: 0;
  padding-bottom: 15%;
  position: relative;
}

.spec-reserve-buttons__item:nth-of-type(2n) {
  margin-left: 3%;
}

.spec-reserve-button-normal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  border: 2px solid white;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4%;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
  background: #2597B8;
}

.spec-reserve-button-normal img {
  vertical-align: bottom;
  max-height: 100%;
}

.spec-reserve-button-normal:hover {
  -webkit-box-shadow: 0px 0px 10px 0px white inset;
          box-shadow: 0px 0px 10px 0px white inset;
}

.spec-reserve-button-limited {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  border: 2px solid white;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4%;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
  background: #BA008C;
}

.spec-reserve-button-limited img {
  vertical-align: bottom;
  max-height: 100%;
}

.spec-reserve-button-limited:hover {
  -webkit-box-shadow: 0px 0px 10px 0px white inset;
          box-shadow: 0px 0px 10px 0px white inset;
}


