@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;
}

div,
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: arial;
  margin: 0;
  padding: 0;
}

.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;
}

/*# sourceMappingURL=styles.css.map */
body {
  background: #f5f5f5;
}

header#global-header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9990;
}
header#global-header .consoleicons {
  width: 80px;
  height: 80px;
}
header#global-header .consoleicons img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  nav#mainnav {
    display: inline;
    width: 70%;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
  }
}
nav#mainnav ul {
  text-align: right;
  text-transform: uppercase;
  margin-right: 5%;
}
nav#mainnav ul li {
  display: inline-block;
  line-height: 50px;
  margin-left: 10px;
}
nav#mainnav #mobinav {
  width: 50px;
  height: 50px;
  background: lightblue;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 600px) {
  nav#mainnav #mobinav {
    display: none;
  }
}

#kv-container {
  width: 100%;
  height: 143vw;
  background-image: url(../img/home/kvbg-mob.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  #kv-container {
    height: 56.3vw;
    background-image: url(../img/home/kvbg-dt.jpg);
  }
}
#kv-container .kv-dt {
  display: none;
}
@media screen and (min-width: 768px) {
  #kv-container .kv-dt {
    display: inline;
    position: absolute;
    width: 42%;
    right: 12%;
    top: 1.5vw;
  }
}
#kv-container .kv-mob {
  width: 76%;
  margin: 0;
  position: absolute;
  top: 4vw;
  left: 50%;
  margin-left: -38%;
}
@media screen and (min-width: 768px) {
  #kv-container .kv-mob {
    display: none;
  }
}
#kv-container .mainlogo {
  width: 70%;
  margin: 0;
  position: absolute;
  top: 72vw;
  left: 50%;
  margin-left: -35%;
}
@media screen and (min-width: 768px) {
  #kv-container .mainlogo {
    width: 40%;
    top: 10vw;
    left: 8%;
    margin-left: 0;
  }
}
#kv-container .releasedate {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #a2943b;
  text-shadow: -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 2px 2px #fff;
  text-transform: uppercase;
  font-weight: bold;
  top: 105vw;
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  #kv-container .releasedate {
    top: 29vw;
    left: 8%;
    width: 40%;
    text-align: center;
    font-size: 1.8em;
  }
}
#kv-container .twitterbanner {
  width: 50%;
  margin: 0;
  position: absolute;
  top: 114.5vw;
  left: 50%;
  margin-left: -25%;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  #kv-container .twitterbanner {
    width: 24%;
    top: 37vw;
    left: 16%;
    margin-left: 0;
  }
}

#homecontents {
  width: 100%;
  height: 500px;
  background: blue;
  position: relative;
  margin-top: 500px;
}

footer {
  width: 100%;
  padding-bottom: 10%;
  background: #fff;
  position: relative;
  top: 143vw;
}
@media screen and (min-width: 680px) {
  footer {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 768px) {
  footer {
    top: 56.3vw;
  }
}
@media screen and (min-width: 980px) {
  footer {
    padding-bottom: 5%;
  }
}
footer #copyright {
  width: 90%;
  margin: 10% auto 0 auto;
  color: #999;
  text-align: center;
  font-size: 0.8em;
}
footer #copyright p:first-child {
  margin-top: 0;
}
footer #copyright p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 680px) {
  footer #copyright {
    margin-top: 1%;
  }
}
@media screen and (min-width: 680px) {
  footer #copyright p {
    margin: 0;
  }
}

div#footer-icons-co {
  width: 90%;
  margin: 0 auto;
}

div#footer-icons-co ul {
  width: 100%;
  margin: 0;
  padding: 3% 0 0 0;
  text-align: center;
}
@media screen and (min-width: 780px) {
  div#footer-icons-co ul {
    padding: 3% 0 0 0;
  }
}

div#footer-icons-co ul li {
  margin: 0;
  display: inline-block;
}
div#footer-icons-co ul li img {
  width: 100%;
  vertical-align: middle;
}

div#footer-icons-co ul li.xseedgames {
  width: 30%;
  margin: 0;
}

div#footer-icons-co ul li.marvelous {
  width: 30%;
  margin: 0 0 0 10%;
}

div#footer-icons-co ul li.nintendoswitch {
  width: 20%;
  margin: 0 0 0 10%;
}

div#footer-icons-co ul li.esrb {
  width: 50%;
  margin: 0 25%;
}

@media screen and (min-width: 480px) {
  div#footer-icons-co ul li.xseedgames {
    width: 25%;
    margin: 0;
  }
  div#footer-icons-co ul li.marvelous {
    width: 25%;
    margin: 0 0 0 10%;
  }
  div#footer-icons-co ul li.nintendoswitch {
    width: 15%;
    margin: 0 0 0 10%;
  }
  div#footer-icons-co ul li.esrb {
    width: 50%;
    margin: 0 25%;
  }
}
@media screen and (min-width: 680px) {
  div#footer-icons-co ul li.xseedgames {
    width: 20%;
    margin: 0;
  }
  div#footer-icons-co ul li.marvelous {
    width: 19%;
    margin: 0 0 0 7%;
  }
  div#footer-icons-co ul li.nintendoswitch {
    width: 12%;
    margin: 0 0 0 7%;
  }
  div#footer-icons-co ul li.esrb {
    width: 28%;
    margin: 0 0 0 7%;
  }
}
@media screen and (min-width: 700px) {
  div#footer-icons-co {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=styles.css.map */