body {
  font-size: calc(25rem + ((1vw - 6.4px) * 3.571));
}

.br-sp {
  display: block;
}

.br-pc {
  display: none;
}

.bg-movie__movie {
  height: 100vh;
  width: auto;
}

/* GLNAV --------------------------------*/
/* FLOAT --------------------------------*/
/* FOOTER --------------------------------*/
.sctop-button {
  width: 12%;
  bottom: 20px;
  right: 20px;
}

.sns-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5%;
}

.sns-button__item {
  position: relative;
  width: 10.41667%;
}

.official-sns {
  max-width: auto;
  max-width: initial;
  width: 98%;
  margin-top: 5%;
}

.official-sns__item {
  width: 32.66667%;
}

.official-sns__item img {
  width: 100%;
}

.official-sns__item:not(:last-of-type) {
  margin-right: auto;
}

.official-sns__item:not(:nth-of-type(3n)) {
  margin-right: 1%;
}

.copy-wrapper {
  display: block;
  margin: 3% auto 5%;
  padding: 0 2%;
  text-align: center;
}

.banner-nip {
  display: block;
  margin: 5% auto 0;
  width: 50%;
}

.banner-nip img {
  width: 100%;
  vertical-align: bottom;
}

/* NEW --------------------------------*/
/* common */
.common-window__caption.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 16%;
  height: 0;
  padding-bottom: 6.34146%;
  position: absolute;
  top: -15%;
  left: -1%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}
.header {
  height: 130vw;
  background-size: 120% auto, cover;
  background-position: 45% 12vw;
}

.mark-switch {
  width: 11%;
}

.logo {
  width: 56%;
  bottom: 30px;
  right: 23%;
}

.review {
  width: 50%;
  left: 2%;
}

.section-caption {
  font-size: 2.8em;
  letter-spacing: 0.2em;
}

/* ABOUT --------------------------------*/
.about-ss-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.about-ss-list__item {
  width: 100%;
}

.about-ss-list__item:nth-of-type(2) {
  margin-top: 6vw;
}

/* STORY --------------------------------*/
.character-slide-container {
  width: 95%;
}

.character-slide-wrapper {
  width: 100%;
}

.character-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.character-left {
  width: 100%;
}

.character-right {
  width: 100%;
  text-align: center;
}

.character-image {
  max-width: auto;
  max-width: inherit;
  width: auto;
  height: 110vw;
}

.character-image img {
  width: auto;
  height: 100%;
}

.character-special {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.character-special__attacks {
  width: 5em;
}

.character-name {
  text-align: center;
}

.character-profile-prev {
  width: 10%;
  top: 25%;
}

.character-profile-next {
  width: 10%;
  top: 25%;
}

.character-profile-pagination {
  display: none;
}

.character-serif {
  text-align: initial;
  right: 2vw;
  font-size: 1.2em;
}

/* SYSTEM --------------------------------*/
.mode-catch {
  font-size: 1.05em;
  margin: 1.5em auto;
}

.level-table {
  width: 100%;
  font-size: 0.75em;
}

/* SPEC --------------------------------*/
.product-contents {
  padding: 0;
}

.product-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-package {
  width: 55%;
  margin: 0 auto;
}

.spec {
  width: 90%;
  margin: 0 auto 8%;
}

.spec-title {
  text-align: center;
}

.spec-table th {
  width: 30%;
  text-align: center;
}

.spec-table td {
  width: 70%;
}

.glNav-language {
  position: fixed;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  opacity: 1;
  padding: 10px;
  background: black;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.glNav-language.invisible {
  opacity: 0;
}
