@charset "UTF-8";
html {
  line-height: 1.5;
  font-size: 6.25%;
  position: relative;
}

body {
  background: black;
  position: relative;
  font-size: 21rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /* IE表示用のCSS　*/
}

body:-ms-input-placeholder {
  font-family: Meiryo, sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #ba2d7a;
  color: #e9f076;
}

::selection {
  background: #ba2d7a;
  color: #e9f076;
}

a {
  outline: none;
  text-decoration: underline;
  cursor: pointer;
}

a:link {
  color: #f60a96;
}

a:visited {
  color: #f60a96;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

li {
  list-style: none;
}

.text {
  text-shadow: 1px 1px 1px gray;
}

.text b {
  color: #f60a96;
  font-weight: normal;
}

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.wrapper:before, .wrapper:after {
  content: "";
  display: block;
  background: url(../img/img_glnav_deco.png) no-repeat;
  background-size: cover;
  width: 14.01042vw;
  height: 14.0625vw;
  max-width: 269px;
  max-height: 270px;
  position: fixed;
  z-index: 6000;
}

.wrapper:before {
  top: 0;
  left: 0;
}

.wrapper:after {
  top: 0;
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.bg-movie {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}

.bg-movie__movie {
  box-sizing: border-box;
  height: 56.25vw;
  width: 177.777777778vw;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.inner960 {
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.inner1200 {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.line-images {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
          justify-content: end;
  box-sizing: border-box;
  position: relative;
}

.line-images__item {
  width: 47%;
  max-width: 450px;
  position: relative;
}

.line-images__item:nth-of-type(2n) {
  margin-left: 5%;
}

.line-images__item:nth-of-type(n+3) {
  margin-top: 5%;
}

.line-images__comment {
  display: block;
  background: url(../img/bg_text.png) 0 0 repeat;
  width: 95%;
  height: auto;
  border-radius: 1000px;
  padding: 4%;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 2px 2px 0 6px black;
  z-index: 10;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: white;
  position: relative;
}

.image-frame {
  box-shadow: 0 0 0 2px white, 0px 0px 0 5px #ba2d7a, 4px 4px 0 12px black;
}

.screenshot {
  display: block;
  border-radius: 1px;
  position: relative;
}

.screenshot:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.screenshot:hover:after {
  opacity: 1;
}

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

.glNav {
  background: url(../img/glnav.png) 50% 0 no-repeat;
  width: 100%;
  height: 84px;
  z-index: 5000;
  box-sizing: border-box;
  position: fixed;
  top: 0;
}

.glNav-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 57.29167vw;
  max-width: 1100px;
  min-width: 840px;
  margin: 0 auto;
}

.glNav-menu__item {
  position: relative;
}

a[class^="glNav-button"] {
  display: block;
  background-size: cover;
}

a[class^="glNav-button"]:hover,
a[class^="glNav-button"][data-glNav="selected"] {
  background-position: 0 100%;
}

.glNav-button-top {
  width: 92px;
  height: 55px;
  background: url(../img/nav_top.png) 0 0 no-repeat;
}

.glNav-button-about {
  width: 139px;
  height: 50px;
  background: url(../img/nav_about.png) 0 0 no-repeat;
}

.glNav-button-character {
  width: 186px;
  height: 52px;
  background: url(../img/nav_character.png) 0 0 no-repeat;
}

.glNav-button-system {
  width: 128px;
  height: 52px;
  background: url(../img/nav_system.png) 0 0 no-repeat;
}

.glNav-button-gallery {
  width: 159px;
  height: 53px;
  background: url(../img/nav_gallery.png) 0 0 no-repeat;
}

.glNav-button-product {
  width: 154px;
  height: 55px;
  background: url(../img/nav_product.png) 0 0 no-repeat;
}

.sp-menu-button {
  display: none;
}

.sctop-button {
  display: block;
  width: 180px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 1s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, visibility 1s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.2s ease;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  cursor: pointer;
}

.sctop-button img {
  width: 100%;
  vertical-align: bottom;
}

.sctop-button:hover {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.sctop-button.show {
  opacity: 1;
  visibility: visible;
}

.footer {
  background: black;
  width: 100%;
  position: relative;
  margin: 0 auto 0;
  padding: 50px 0 0;
  box-sizing: border-box;
}

.footer:before {
  content: "";
  display: block;
  background: url(../img/line_deco_box.png) 0 50% repeat-x;
  background-size: cover;
  width: 100%;
  height: 2.89017vw;
  max-height: url("../img/line_deco_box.png");
  position: absolute;
  top: -2.89017vw;
  z-index: 50;
}

.sns-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.sns-button__item + .sns-button__item {
  margin-left: 0.52083vw;
}

.twitter-button,
.facebook-button,
.line-button {
  display: block;
  width: 2.60417vw;
  min-width: 50px;
}

.twitter-button img,
.facebook-button img,
.line-button img {
  vertical-align: bottom;
  width: 100%;
}

.official-sns {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: 100%;
}

.official-sns__item {
  max-width: 150px;
}

.official-sns-button {
  width: 100%;
  display: block;
}

.official-sns-button img {
  width: 100%;
  vertical-align: bottom;
}

.official-sns-button:nth-of-type(n+2) {
  margin-left: 1%;
}

.copy-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.copy {
  color: white;
  text-shadow: none;
  font-size: 0.6em;
  font-family: Arial, Helvetica, sans-serif;
}

/* NEW icon ---------------*/
.new:after {
  content: "";
  display: block;
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-animation: new-animation 1.0s ease-in-out infinite;
          animation: new-animation 1.0s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  height: 0;
  z-index: 20;
}

.banners__item.new:after {
  width: 30%;
  padding-bottom: calc(30% * 0.46534653);
  top: -28%;
  left: -2%;
}

.swiper-slide.new:after {
  width: 30%;
  padding-bottom: calc(30% * 0.46534653);
  top: -2%;
  left: -2%;
}

.normal-window.new:after {
  width: 12%;
  padding-bottom: calc(12% * 0.46534653);
  top: -16%;
  left: -4%;
}

.system-menu__item.new:after {
  width: 30%;
  padding-bottom: calc(30% * 0.46534653);
  top: -10%;
  left: -2%;
}

.description.new:after {
  width: 11%;
  padding-bottom: calc(11% * 0.46534653);
  top: -5%;
  left: 0%;
}

.description:nth-of-type(2n).new:after {
  width: 11%;
  padding-bottom: calc(11% * 0.46534653);
  top: -5%;
  right: 2%;
  left: auto;
}

.line-images__item.new:after {
  width: 12%;
  padding-bottom: calc(12% * 0.46534653);
  top: 0%;
  left: 2%;
}

.glNav-menu__item.new:after {
  width: 60px;
  padding-bottom: calc(60px * 0.46534653);
  top: -8%;
  left: -4%;
}

.character-wrap:nth-of-type(2n) .character-description.new:after {
  width: 10%;
  padding-bottom: calc(10% * 0.46534653);
  top: -18%;
  left: -2%;
}

.character-description.new:after {
  width: 10%;
  padding-bottom: calc(10% * 0.46534653);
  top: -11%;
  right: -2%;
}

.voice-list__item.new:after {
  width: 80%;
  padding-bottom: calc(80% * 0.46534653);
  top: -23%;
  right: -18%;
}

.movie-section.new:after {
  width: 15%;
  padding-bottom: calc(15% * 0.46534653);
  top: -6%;
  left: -10%;
}

.gallery-images__item.new:after {
  width: 12%;
  padding-bottom: calc(12% * 0.46534653);
  top: -13%;
  left: -3%;
}
