body {
  font-size: 32rem;
}

.br-sp {
  display: inline-block;
}

.br-pc {
  display: none;
}

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3% auto;
  padding: 0 2%;
  text-align: center;
}

.copy {
  width: 100%;
}

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

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

.banner-disgaea {
  display: inline-block;
  margin: 5% 5% 0 auto;
  width: 25%;
}

.banner-disgaea img {
  width: 100%;
}

/* 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;
}
