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

@font-face {
  font-family: "signpainter";
  src: url("../fonts/SignPainterHouseScript.ttf") format("truetype");
}
/*# sourceMappingURL=styles.css.map */
body {
  background: #fff;
  font-family: proxima-nova, arial;
}

header#global-header {
  width: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45%;
  z-index: 9990;
  font-size: 0;
  text-align: center;
}
@media screen and (min-width: 680px) {
  header#global-header {
    width: 100%;
    left: 0;
    margin-left: 0;
    text-align: left;
  }
}
header#global-header #headerlogos {
  margin-top: 10px;
}
@media screen and (min-width: 680px) {
  header#global-header #headerlogos {
    margin-top: 0;
  }
}
header#global-header #headerlogos ul li {
  height: 35px;
  display: inline-block;
  margin: 0 1%;
  vertical-align: top;
}
header#global-header #headerlogos ul li img {
  height: 100%;
}
@media screen and (min-width: 480px) {
  header#global-header #headerlogos ul li {
    height: 45px;
  }
}
@media screen and (min-width: 600px) {
  header#global-header #headerlogos ul li {
    height: 50px;
  }
}
@media screen and (min-width: 680px) {
  header#global-header #headerlogos ul li.nsw {
    margin-left: 0;
  }
}

nav#mainnav {
  display: none;
}
@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;
  }
}

#orderbtn {
  width: 90%;
  left: 50%;
  margin-left: -45%;
  position: fixed;
  z-index: 9990;
  bottom: 0;
  background-image: url(../img/home/orderbtn_ov.png?v2);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}
@media screen and (min-width: 680px) {
  #orderbtn {
    width: 420px;
    margin-left: -210px;
  }
}
#orderbtn img {
  width: 100%;
  vertical-align: bottom;
  transition: 0.3s all ease;
}
#orderbtn img:hover {
  opacity: 0;
}
#orderbtn a {
  color: #57351E;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#orderbtn a:hover {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#kv {
  width: 100%;
  height: 140vw;
  background-image: url(../img/home/kv-v.jpg);
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 0;
  z-index: 99;
}
#kv .mainlogo {
  width: 46%;
  margin: 18vw 27% 0 27%;
}
#kv .mainlogo img {
  width: 100%;
}
@media screen and (min-width: 680px) {
  #kv .mainlogo {
    width: 30%;
    margin: 0;
    position: absolute;
    top: 15vw;
    left: 7%;
  }
}
@media screen and (min-width: 980px) {
  #kv .mainlogo {
    top: 8vw;
  }
}
@media screen and (min-width: 680px) {
  #kv {
    height: 55vw;
    background-image: url(../img/home/kv-h.jpg);
    background-position: left top;
  }
}
#kv #releasedate {
  width: 100%;
  font-family: "signpainter", "ubuntu", arial;
  font-size: 5vw;
  position: absolute;
  top: 52vw;
  text-align: center;
  color: #57351E;
  text-shadow: -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff;
}
@media screen and (min-width: 680px) {
  #kv #releasedate {
    font-size: 3.5vw;
    top: 36vw;
    left: 8%;
    text-align: left;
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  #kv #releasedate {
    top: 28.5vw;
  }
}
#kv #hometrailer-dt {
  display: none;
}
#kv #hometrailer-dt img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 980px) {
  #kv #hometrailer-dt {
    display: inline;
    width: 18%;
    position: absolute;
    top: 35vw;
    left: 13.1%;
    background-image: url(../img/home/trailer_ov.gif);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #kv #hometrailer-dt img:hover {
    opacity: 0;
  }
}

#homecontents {
  width: 100%;
  z-index: 99;
  padding: 10px 0;
  background-image: url(../img/home/washi.jpg);
  margin-top: 140vw;
}
@media screen and (min-width: 680px) {
  #homecontents {
    margin-top: 55vw;
  }
}
@media screen and (min-width: 980px) {
  #homecontents {
    display: none;
  }
}
#homecontents #hometrailer-m {
  width: 50%;
  max-width: 240px;
  margin: 20px auto;
  background-image: url(../img/home/trailer_ov.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  position: relative;
}
#homecontents #hometrailer-m img {
  width: 100%;
  vertical-align: bottom;
}
#homecontents #hometrailer-m img:hover {
  opacity: 0;
}

#headermainlogo {
  width: 280px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -140px;
}
@media screen and (min-width: 680px) {
  #headermainlogo {
    width: 340px;
    margin-left: -170px;
  }
}
@media screen and (min-width: 800px) {
  #headermainlogo {
    width: 340px;
  }
}
#headermainlogo img {
  width: 100%;
}

h2#subp-title {
  font-family: "signpainter", "ubuntu", arial;
  font-size: 3em;
  text-align: center;
  color: #57351E;
  text-shadow: -2px -2px 3px white, -2px 2px 3px white, 2px -2px 3px white, 2px 2px 3px white;
  margin: 80px 0 0 0;
}
@media screen and (min-width: 680px) {
  h2#subp-title {
    margin-top: 100px;
  }
}

#products-container {
  background-image: url(../img/common/bg_pattern_canvas.jpg);
  background-repeat: repeat;
  background-position: 50% 0;
  padding-top: 100px;
}
#products-container #product-contents {
  width: 90%;
  margin: 60px auto 0 auto;
  padding: 0 2% 2% 2%;
  border-radius: 5px;
}
@media screen and (min-width: 680px) {
  #products-container #product-contents {
    margin-top: 11vw;
  }
}
@media screen and (min-width: 800px) {
  #products-container #product-contents {
    margin-top: 90px;
  }
}
#products-container #product-contents .physicalimg_mob {
  width: 100%;
  margin-top: 40px;
}
#products-container #product-contents .physicalimg_mob img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 836px) {
  #products-container #product-contents .physicalimg_mob {
    display: none;
  }
}
#products-container #product-contents .physicalimg_dt {
  width: 96%;
  margin: 0 auto 20px auto;
  display: none;
}
#products-container #product-contents .physicalimg_dt img {
  width: 100%;
}
@media screen and (min-width: 836px) {
  #products-container #product-contents .physicalimg_dt {
    display: block;
  }
}
#products-container #product-contents h4.editionname {
  text-align: center;
  color: #57351E;
  font-family: "signpainter", "ubuntu", arial;
  font-size: 1.6em;
  letter-spacing: 0.02em;
  margin: 20px 0 5px 0;
  padding: 0;
}
#products-container #product-contents hr.edition-divider {
  margin-top: 20px;
  background: none;
  border: 0;
  border-bottom: dashed 2px #ccc;
}
#products-container #product-contents .physical-container {
  width: 98%;
  margin: 0 auto 10% auto;
}
#products-container #product-contents .physical-container ul.retailerlist {
  text-align: center;
}
#products-container #product-contents .physical-container ul.retailerlist li {
  width: 32%;
  margin: 0 0 0 2%;
  display: inline-block;
}
#products-container #product-contents .physical-container ul.retailerlist li img {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
}
#products-container #product-contents .physical-container ul.retailerlist li:first-child {
  margin: 0 !important;
}
#products-container #product-contents .physical-container ul.retailerlist li:nth-child(4) {
  margin: 0 !important;
}
#products-container #product-contents .digital-container {
  font-size: 1.6em;
  padding: 5% 5%;
}
#products-container #product-contents .digital-container h4.comingsoon {
  text-align: center;
}

footer {
  width: 100%;
  padding-bottom: 25%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 680px) {
  footer {
    padding-bottom: 20%;
  }
}
@media screen and (min-width: 880px) {
  footer {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 980px) {
  footer {
    padding-bottom: 12%;
    margin-top: 55vw;
  }
}
footer #copyright {
  width: 90%;
  margin: 10% auto 0 auto;
  color: #333;
  text-align: center;
  font-size: 0.85em;
}
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: 44px;
  }
}

footer.subp-footer {
  padding-bottom: 10% !important;
}
@media screen and (min-width: 980px) {
  footer.subp-footer {
    margin-top: 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: 32%;
  margin: 0 2% 0 18%;
}

div#footer-icons-co ul li.marvelous {
  width: 28%;
  margin: 0 18% 0 2%;
}

div#footer-icons-co ul li.nintendoswitch {
  width: 12%;
}

div#footer-icons-co ul li.ps5 {
  width: 24%;
  margin-left: 2%;
}

div#footer-icons-co ul li.xbox {
  width: 34%;
  margin-left: 2%;
}

div#footer-icons-co ul li.steam {
  width: 23%;
  margin-left: 2%;
}

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

@media screen and (min-width: 480px) {
  div#footer-icons-co ul li.xseedgames {
    width: 26%;
    margin: 0 2% 0 24%;
  }
  div#footer-icons-co ul li.marvelous {
    width: 22%;
    margin: 0 24% 0 2%;
  }
  div#footer-icons-co ul li.esrb {
    width: 50%;
    margin: 24px 25% 0 25%;
  }
}
@media screen and (min-width: 680px) {
  div#footer-icons-co ul li.xseedgames {
    width: 20%;
    margin: 0 2% 0 28%;
  }
  div#footer-icons-co ul li.marvelous {
    width: 18%;
    margin: 0 28% 0 2%;
  }
  div#footer-icons-co ul li.nintendoswitch {
    width: 10%;
  }
  div#footer-icons-co ul li.ps5 {
    width: 24%;
    margin-left: 4%;
  }
  div#footer-icons-co ul li.xbox {
    width: 32%;
    margin-left: 4%;
  }
  div#footer-icons-co ul li.steam {
    width: 21%;
    margin-left: 4%;
  }
  div#footer-icons-co ul li.esrb {
    width: 40%;
    margin: 24px 30% 0 30%;
  }
}
@media screen and (min-width: 900px) {
  div#footer-icons-co ul li.xseedgames {
    width: 14%;
    margin: 0;
  }
  div#footer-icons-co ul li.marvelous {
    width: 12%;
    margin: 0 0 0 3%;
  }
  div#footer-icons-co ul li.nintendoswitch {
    width: 7%;
    margin: 0 0 0 3%;
  }
  div#footer-icons-co ul li.ps5 {
    width: 14%;
    margin: 0 0 0 3%;
  }
  div#footer-icons-co ul li.xbox {
    width: 22%;
    margin: 0 0 0 3%;
  }
  div#footer-icons-co ul li.steam {
    width: 15%;
    margin: 0 0 0 3%;
  }
  div#footer-icons-co ul li.esrb {
    width: 240px;
    margin: 24px 30% 0 30%;
  }
}
@media screen and (min-width: 700px) {
  div#footer-icons-co {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  div#footer-icons-co {
    width: 90%;
    max-width: 800px;
  }
}/*# sourceMappingURL=styles.css.map */