/* INIT --------------------------------*/
html {
  line-height: 1.5;
  font-size: 6.25%;
  position: relative;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  height: 100%;
}

body {
  background: black;
  position: relative;
  font-size: 23rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 1000;
  font-style: normal;
  color: #38250a;
  text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #3399cc;
  color: #fff;
}

::selection {
  background: #3399cc;
  color: #fff;
}

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

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

li {
  list-style: none;
}

.br-sp {
  display: none;
}

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

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

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

.wrapper {
  position: relative;
  width: 100vw;
}

.frame {
  -webkit-box-shadow: 0 0 0px 4px #fff,0 0 10px #000;
          box-shadow: 0 0 0px 4px #fff,0 0 10px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pop {
  display: block;
  position: relative;
  height: auto;
}

.pop.cboxElement {
  height: auto;
}

.pop img {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.pop:hover img {
  opacity: 0.9;
}

.pop-movie {
  display: block;
  position: relative;
  background-color: #fff;
}

.pop-movie img {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.pop-movie:hover img {
  opacity: 0.7;
}

.image {
  display: inline-block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.ss-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.ss-list__item {
  width: 49%;
  position: relative;
}

.ss-list:not(:first-child) {
  margin-top: 60px;
}

.movie {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

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

.movie:after {
  content: "";
  display: block;
  width: 20%;
  height: 40%;
  background: url(../img/btn_play.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc( 50% - 10.5%);
  top: calc(50% - 19.5%);
  pointer-events: none;
}

[data-ruby] {
  position: relative;
}

[data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.6em;
  left: 2.5em;
  right: 0;
  margin: auto;
  font-size: 0.4em;
  letter-spacing: 0.5em;
}

.coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 600px;
  background: url(../img/bg_texture.png) 50% 50% no-repeat;
  background-size: 110% auto;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 0;
  left: 0;
  color: white;
  font-size: 1.5em;
}

.glNav {
  display: block;
  width: 100%;
  background: #101010;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
}

.glNav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 25em;
  padding: 0.3em 0;
  margin: 0 auto;
  font-family: 'Nunito', sans-serif;
}

.glNav-menu__item a {
  font-size: 0.8em;
  text-decoration: none;
  outline: none;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.glNav-menu__item:hover a {
  color: #f7ed97;
}

.swiper-pagination-bullet {
  border-radius: 0%;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.sctop-button {
  display: block;
  width: 10%;
  max-width: 263px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 1s ease, -webkit-transform 0.2s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, visibility 1s ease, -webkit-transform 0.2s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.2s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.2s ease, filter 0.3s ease, -webkit-transform 0.2s ease, -webkit-filter 0.3s ease;
  cursor: pointer;
}

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

.sctop-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

.footer {
  display: block;
  position: relative;
  z-index: 10;
  margin-top: -40px;
  padding: 40px 0;
}

.footer-content {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1% 0;
}

.sns-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 1%;
  padding-top: 20px;
}

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

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

.sns-button__item + .sns-button__item {
  margin-left: 1%;
}

.official-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1% auto 0;
  width: 100%;
  position: relative;
}

.official-sns__item {
  width: 15.83333%;
}

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

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

.copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3%;
  font-size: 0.5em;
}

.copy {
  font-weight: 400;
  color: white;
  text-shadow: initial;
}

.none {
  display: none;
}

.banner-disgaea {
  display: block;
  margin: auto;
  margin-right: 1%;
}

.banner-nip {
  display: block;
  margin: auto;
  margin-left: 1%;
  margin-right: 1%;
}
