/* INIT --------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');

html {
  line-height: 1.5;
  font-size: 6.25%;
  position: relative;
}

body {
  background: black;
  position: relative;
  font-size: 20rem;
  font-family: 'Roboto', Helvetica, sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #BA008C;
  color: white;
}

::selection {
  background: #BA008C;
  color: white;
}

a {
  outline: none;
  text-decoration: underline;
  cursor: pointer;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

li {
  list-style: none;
}

.inner960 {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.inner1200 {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

.pop, .pop-movie {
  background: white;
}

.pop:hover img, .pop-movie:hover img {
  opacity: 0.7;
}

.ss-wrapper {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.ss-wrapper img {
  vertical-align: bottom;
  width: 100%;
}

.ss-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.ss-list__item {
  width: 49.25%;
  position: relative;
}

.ss-list__item:nth-of-type(2n) {
  margin-left: 1.5%;
}

.ss-list__item:nth-of-type(n + 3) {
  margin-top: 1.5%;
}

.slide-ss {
  width: 100%;
}

.slide-ss img {
  vertical-align: bottom;
  width: 100%;
}

.slide-ss__button-next {
  background: url(../img/bigarrow_next.svg) 0 0 no-repeat;
  background-size: cover;
  width: 8%;
  height: 0;
  padding-bottom: 15.07692%;
  position: absolute;
  right: 0;
  top: calc(50% - 7.5%);
}

.slide-ss__button-prev {
  background: url(../img/bigarrow_prev.svg) 0 0 no-repeat;
  background-size: cover;
  width: 8%;
  height: 0;
  padding-bottom: 15.07692%;
  position: absolute;
  left: 0;
  top: calc(50% - 7.5%);
}

.movie-wrapper {
  background: white;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.frame {
  border: 4px solid white;
  border-radius: 3px;
  box-shadow: 0 0 20px 5px #2597B8, 10px 10px 0 0 black;
}

/* FRAME --------------------------------*/
.wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  background-size: cover;
}

.landing {
  width: 100%;
  position: relative;
}

.blackout {
  background-color: black;
  display: block;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2000;
  opacity: 1;
  position: fixed;
}

.loaded .blackout {
  -webkit-animation: anim-out-blackout 0.2s linear forwards;
          animation: anim-out-blackout 0.2s linear forwards;
}

.bg-movie {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  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%;
  transform: translate(-50%, -50%);
}

/* GLNAV --------------------------------*/
.sp-menu-button {
  display: none;
}

.glNav {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  padding-bottom: 20px;
  z-index: 10000;
  position: fixed;
  top: 0;
  margin: 0 auto;
}

.glNav-corner {
  display: none;
}

.glNav-wrapper {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.glNav-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}

.glNav-menu__item {
  display: block;
}

.glNav-menu__item + .glNav-menu__item {
  margin-left: 2%;
}

.glNav-button-top {
  background: url(../img/glnav_top.png) no-repeat;
  display: block;
  background-size: 100% auto;
  width: 84.8px;
  height: 59.2px;
}

.glNav-button-top:hover {
  background-position: 0 100%;
}

.glNav-button-top.selected {
  background-position: 0 100%;
  pointer-events: none;
}

.glNav-button-character {
  background: url(../img/glnav_character.png) no-repeat;
  display: block;
  background-size: 100% auto;
  width: 239.2px;
  height: 59.2px;
}

.glNav-button-character:hover {
  background-position: 0 100%;
}

.glNav-button-character.selected {
  background-position: 0 100%;
  pointer-events: none;
}

.glNav-button-system {
  background: url(../img/glnav_system.png) no-repeat;
  display: block;
  background-size: 100% auto;
  width: 154.4px;
  height: 58.4px;
}

.glNav-button-system:hover {
  background-position: 0 100%;
}

.glNav-button-system.selected {
  background-position: 0 100%;
  pointer-events: none;
}

.glNav-button-story {
  background: url(../img/glnav_story_invalid.png) no-repeat;
  display: block;
  background-size: 100% auto;
  width: 129.6px;
  height: 58.4px;
  background-position: 0 0;
}

.glNav-button-story:hover {
  background-position: 0 100%;
}

.glNav-button-story.selected {
  background-position: 0 100%;
  pointer-events: none;
}


.glNav-button-gallery {
  background: url(../img/glnav_gallery.png) no-repeat;
  display: block;
  background-size: 100% auto;
  width: 167.8px;
  height: 58.4px;
}

.glNav-button-gallery:hover {
  background-position: 0 100%;
}

.glNav-button-gallery.selected {
  background-position: 0 100%;
  pointer-events: none;
}

.glNav-button-product {
  background: url(../img/glnav_product.png) no-repeat;
  display: block;
  background-size: 100% auto;
  width: 191px;
  height: 58.2px;
}

.glNav-button-product:hover {
  background-position: 0 100%;
}

.glNav-button-product.selected {
  background-position: 0 100%;
  pointer-events: none;
}


.glNav-button-contest {
  background: url(../img/glnav_contest.png) no-repeat;
  display: block;
  background-size: 100% auto;
  width: 191px;
  height: 58.2px;
}

.glNav-button-contest:hover {
  background-position: 0 100%;
}

.glNav-button-contest.selected {
  background-position: 0 100%;
  pointer-events: none;
}

/* FLOAT --------------------------------*/
.reserve-button-float {
  position: fixed;
  width: 14%;
  right: -2%;
  bottom: 205px;
  z-index: 1000;
  transition: right 0.15s ease;
}

.reserve-button-float img {
  vertical-align: bottom;
  width: 100%;
}

.reserve-button-float:hover {
  right: -1.2%;
}

.sctop-button {
  display: block;
  width: 9%;
  max-width: 106px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.2s ease;
  cursor: pointer;
}

.sctop-button img {
  width: 100%;
  vertical-align: bottom;
}

.sctop-button:hover {
  transform: scale(1.1);
}

.sctop-button.show {
  opacity: 1;
  visibility: visible;
}

/* FOOTER --------------------------------*/
.footer-wrapper {
  background: black;
  width: 100%;
  color: white;
  padding: 2% 0;
  position: relative;
}

.footer-wrapper:before {
  content: "";
  display: block;
  background: url(../img/frame_footer.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 14.11458%;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
}

.sns-button {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 1%;
}

.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: flex;
  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: flex;
  justify-content: space-between;
  margin-top: 3%;
  font-size: 0.5em;
}


@media only screen and (max-width: 1375px){
 .nav-lg{
   display: none;
 }

 .glNav-menu{
   padding-top: 0;
 }
}

@media only screen and (min-width: 1376px){
  .nav-md{
    display: none;
  }
 }

 
 .contest-img{
  opacity: 0.7;
}

 .contest-img:hover{
     opacity: 1;
 }


 /* FOOTER --------------------------------*/

footer{
  font-size: 15px;
}
.sctop-button {
  display: block;
  width: 9%;
  max-width: 106px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.2s ease;
  cursor: pointer;
}

.sctop-button img {
  width: 100%;
  vertical-align: bottom;
}

.sctop-button:hover {
  transform: scale(1.1);
}

.sctop-button.show {
  opacity: 1;
  visibility: visible;
}

.footer-wrapper {
  background: black;
  width: 100%;
  color: white;
  padding: 2% 0;
  text-align: center;
}


.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: flex;
  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: flex;
  justify-content: space-between;
  margin-top: 3%;
  font-size: 0.5em;
}

.social .btn {
  width: 25%;
  max-width: 75px;
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-style: solid;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-radius: 5px;
  font-size: 50px;
  padding: 8px;
}

.social .btn:hover{
  color:#fff;
  border-color: #fff;
  background-color:#000
}

.ps_logo{
  margin: 12px;
  vertical-align: middle;
}

.topics-button-next{
  display: none;
}

.topics-button-prev{
  display: none;
}

.btn-more {
  display: block;
  width: 45%;
  margin: 3% auto 5%;
  position: relative;
  transition: transform 0.15s ease;
}

.btn-more:hover {
  transform: scale(1.15) rotate(2deg);
}

.btn-more img {
  vertical-align: bottom;
  width: 100%;
}

.preorder-div{
  background: rgba(2,0, 36, .8);
    -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;
    width: 100%;
    text-align: center;
}

.preorder-div img{
  width: 17%;
  min-width: 250px;
  margin: 25px;
  transition: transform 0.15s ease;
}

.preorder-div img:hover{
    transform: scale(1.15) rotate(2deg);
}