@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.bold {
  font-weight: bold;
}

img,
header {
  transition: all ease 0.3s;
}

a {
  transition: all ease 0.3s;
  text-decoration: none;
  color: #fff;
  outline: none;
  cursor: pointer;
}

body {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-image: url(../images/home/bodybg.jpg);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.nomob {
  display: none;
}

.totop {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 10px;
  right: 3%;
  width: 70px;
  z-index: 9950;
  display: none;
  text-decoration: none;
  color: #fff;
  transition: all ease 0.3s;
  cursor: pointer;
}

.totop img {
  width: 70px;
  height: 70px;
  margin: -30px 0 0 0;
}

.totop:hover {
  opacity: 1;
}

.logoanim {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.logoanim p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  display: none;
  z-index: 9999;
}

.logoanim p img {
  width: 240px;
}
@media screen and (min-width: 480px) {
  .logoanim p img {
    width: 340px;
  }
}

#global-header {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
}

.consoleicons {
  width: 50%;
}
.consoleicons img {
  width: 70px;
}

#container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 0 auto;
  padding-top: 50px;
  background: #fff;
  background-image: url(../images/home/bg_color.jpg?v2);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
}
@media screen and (min-width: 1025px) {
  #container {
    margin-top: -50px;
  }
}

#mainlogo {
  width: 50vw;
  max-width: 400px;
  margin: 0 auto;
}
#mainlogo img {
  width: 100%;
}
#mainlogo .releasedate {
  font-family: sofia-pro-soft, sans-serif;
  font-size: 6vw;
  text-align: center;
  color: #666;
}
@media screen and (min-width: 600px) {
  #mainlogo .releasedate {
    font-size: 2em;
  }
}

/* Home Page Swiper */
.swiper-home {
  width: 100%;
  margin-top: 45px;
}
@media screen and (min-width: 600px) {
  .swiper-home {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-home {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (min-width: 1600px) {
  .swiper-home {
    margin: 0 calc(50% - 700px);
    width: 1400px;
  }
}

.swiper-home .swiper-slide {
  width: 100%;
  height: 110vw;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  transition: 0.5s all ease;
}
@media screen and (min-width: 600px) {
  .swiper-home .swiper-slide {
    height: 88vw;
  }
}
@media screen and (min-width: 800px) {
  .swiper-home .swiper-slide {
    height: 70vw;
  }
}
@media screen and (min-width: 900px) {
  .swiper-home .swiper-slide {
    height: 60vw;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-home .swiper-slide {
    height: 40vw;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-home .swiper-slide {
    height: 500px;
  }
}
.swiper-home .swiper-slide img {
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 25px;
}

.swiper-home .swiper-slide-active {
  transform: rotate(4deg);
  padding: 5px !important;
}
@media screen and (min-width: 1200px) {
  .swiper-home .swiper-slide-active {
    padding: 0 !important;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url(../images/common/prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  transition: 0.3s box-shadow ease;
}
@media screen and (min-width: 400px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 900px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 70px;
    height: 70px;
  }
}

.swiper-button-next {
  background-image: url(../images/common/next.png);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  box-shadow: -2px -2px 8px rgba(208, 55, 255, 0.4), -2px 2px 8px rgba(208, 55, 255, 0.4), 2px -2px 8px rgba(208, 55, 255, 0.4), 2px 2px 8px rgba(208, 55, 255, 0.4);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

/* Hashtag Scrolling */
.hashtags-container {
  margin-block: 3rem;
  display: none;
}
@media screen and (min-width: 1025px) {
  .hashtags-container {
    display: block;
  }
}

.hashtags {
  justify-content: space-between;
  position: absolute;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #333;
  transform: skewY(-3deg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 130vw;
  z-index: 999;
}
@media screen and (min-width: 480px) {
  .hashtags {
    top: 130vw;
  }
}
@media screen and (min-width: 600px) {
  .hashtags {
    top: 105vw;
  }
}
@media screen and (min-width: 800px) {
  .hashtags {
    top: 85vw;
  }
}
@media screen and (min-width: 900px) {
  .hashtags {
    top: 70vw;
  }
}
@media screen and (min-width: 1200px) {
  .hashtags {
    top: 50vw;
  }
}
@media screen and (min-width: 1400px) {
  .hashtags {
    top: 630px;
  }
}

.hashtags__content {
  animation-name: marquee;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  padding: 5px 0;
  font-size: 0.8em;
  vertical-align: middle;
}
.hashtags__content li {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  list-style: none;
  padding-right: 30px;
}
.hashtags__content span {
  font-family: sofia-pro-soft, sans-serif;
  font-weight: bold;
}
.hashtags__content .ht-red {
  color: #eb486b;
}
.hashtags__content .ht-blue {
  color: #52a2f8;
}
.hashtags__content .ht-purple {
  color: #dc81f8;
}
.hashtags__content .ht-green {
  color: #70da55;
}
.hashtags__content .ht-yellow {
  color: #f6c754;
}
.hashtags__content .ht-pink {
  color: #ff72de;
}

.hashtags__content > * {
  flex: 0 0 auto;
  color: white;
  margin: 2px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .hashtags__content > * {
    letter-spacing: 0.4em;
    font-size: 1.3em;
  }
}
@media screen and (min-width: 800px) {
  .hashtags__content > * {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1200px) {
  .hashtags__content > * {
    letter-spacing: 0.6em;
  }
}

* {
  box-sizing: border-box;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#intro {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 20%);
  padding: 40px 30px 20px 30px;
  text-align: center;
  font-family: sofia-pro-soft, sans-serif;
  font-size: 1.4em;
  color: #666;
  margin-top: -20px;
}
@media screen and (min-width: 600px) {
  #intro {
    font-size: 1.6em;
  }
}

.gamedetails {
  margin: 0;
  padding: 10% 0 8% 0;
  background-image: url(../images/home/gamedetails-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.gamedetails .gamelogo {
  width: 90%;
  margin: 0 auto 8% auto;
}
@media screen and (min-width: 380px) {
  .gamedetails .gamelogo {
    width: 300px;
  }
}
.gamedetails .gamelogo img {
  width: 100%;
}
.gamedetails dl {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  padding-bottom: 5px;
  margin-top: 5px;
  color: #666;
}
.gamedetails dl dt {
  width: 50%;
  text-transform: uppercase;
  text-align: right;
  padding-right: 6%;
  font-family: sofia-pro-soft, sans-serif;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .gamedetails dl dt {
    width: 40%;
  }
}
@media screen and (min-width: 500px) {
  .gamedetails dl dt {
    width: 43%;
  }
}
@media screen and (min-width: 600px) {
  .gamedetails dl dt {
    width: 42%;
  }
}
.gamedetails dl dd {
  width: 50%;
  text-align: left;
  font-family: montserrat, sans-serif;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .gamedetails dl dd {
    width: 60%;
  }
}
@media screen and (min-width: 500px) {
  .gamedetails dl dd {
    width: 57%;
  }
}
@media screen and (min-width: 600px) {
  .gamedetails dl dd {
    width: 58%;
  }
}
.gamedetails dl dl dt,
.gamedetails dl dl dd {
  font-size: 0.75em;
}
.gamedetails dl dl:last-child {
  border: 0;
}

footer {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 640px) {
  footer {
    width: 640px;
    margin: 0 auto;
  }
}
footer #footer-icons-co {
  width: 100%;
}
footer #footer-icons-co ul {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
footer #footer-icons-co ul li {
  margin: 0 2%;
  display: inline-block;
}
footer #footer-icons-co ul li img {
  width: 100%;
  vertical-align: middle;
}
footer #footer-icons-co ul li.xseedgames {
  width: 19%;
}
footer #footer-icons-co ul li.marvelous {
  width: 15%;
}
footer #footer-icons-co ul li.synsophia {
  width: 29%;
}
footer #footer-icons-co ul li.nintendoswitch {
  width: 21%;
}
footer #footer-icons-co ul li.esrb {
  width: 50%;
  margin: 50px 25% 0 25%;
}
@media screen and (min-width: 600px) {
  footer #footer-icons-co ul li.esrb {
    width: 30%;
    margin: 50px 35% 0 35%;
  }
}
footer #copyright {
  width: 96%;
  margin: 50px 2% 0 2%;
  font-size: 0.8em;
  text-align: center;
}
footer #copyright p:first-child {
  margin-top: 0;
}

#hometrailer {
  width: 80%;
  margin: 50px auto;
}
@media screen and (min-width: 640px) {
  #hometrailer {
    width: 400px;
  }
}

#hometrailer div div.item {
  width: 98%;
  margin: 0 1%;
  height: 40vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 110%;
  box-sizing: border-box;
  display: table;
  border-radius: 20px;
}
@media screen and (min-width: 640px) {
  #hometrailer div div.item {
    height: 236px;
  }
}

#hometrailer .playbtnarrow {
  height: 100%;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  border-radius: 20px;
  background-image: url(../images/common/playbtnarrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px;
}

#hometrailer img.playbtn {
  width: 100px;
  margin: 2vw auto 0 auto;
  transition: 1.5s;
  transform: rotateZ(0deg);
}
@media screen and (min-width: 580px) {
  #hometrailer img.playbtn {
    width: 140px;
    margin-top: 5px;
  }
}

#hometrailer img.playbtn:hover {
  transform: rotateZ(360deg);
}/*# sourceMappingURL=styles.css.map */