@charset "utf-8";

@font-face {
  font-family: 'trajan';
  src: url(../font/TrajanPro-Bold.otf);
}

button { outline: none; }

p {
  margin: 0 0 18px;
  background: url(../img/transparent.png);
}
td { background: url(../img/transparent.png); }

html {
  position: relative;
  min-height: 100%;
  font-size: 6.25%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  min-width: 1240px;
  min-height: 100%;
  padding-bottom: 360px;
  background: #000;
  font: 10rem/1 "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  color: #fff;
  overflow: hidden;
}
.mac body, .safari body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }

div,section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
button:active,button:focus {
  border: none;
  outline: none;
}
figure {
  margin: 0;
}
em { font-style: normal; }

.gloNav_bg {
  position: relative;
  width: 100%;
  min-width: 960px;
  height: 62px;
  background: url(../img/header_bg.png) 50% 0 no-repeat;
  z-index: 1000;
}

.gloNav_bg header {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

#bgmVol {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 180px;
  height: 33px;
}
#bgmVol button {
  position: absolute;
  display: block;
  overflow: hidden;
}
#bgmVol .btnIcon {
  top: 0;
  left: 0;
  width: 126px;
  height: 31px;
  padding: 1px 0 1px 39px;
  background: url(../img/bgm_btn.png) 0 0 no-repeat;
}
#bgmVol.off .btnIcon {
  background-position: 0 100%;
}
#bgmVol .volume {
  top: 0;
  left: 133px;
  width: 58px;
  height: 31px;
}
#bgmVol .volume img {
  position: absolute;
  display: block;
  overflow: hidden;
}
#bgmVol .volume img:nth-child(1) {
  top: 13px;
  left: 0;
  width: 14px;
  height: 12px;
  background: url(../img/bgm_volume01.png) 0 0 no-repeat;
}
#bgmVol .volume img:nth-child(2) {
  top: 5px;
  left: 21px;
  width: 22px;
  height: 20px;
  background: url(../img/bgm_volume02.png) 0 0 no-repeat;
}
#bgmVol.small img:nth-child(1),
#bgmVol.large img:nth-child(1),
#bgmVol.large img:nth-child(2) {
  background-position: 0 100%;
}

.sns_btn {
  position: absolute;
  top: 9px;
  right: 0;
  line-height: 0.7;
}
.sns_btn div {
  display: inline-block;
  margin: 0 5px 0 0;
}

#pagetop {
  position: fixed;
  right: auto;
  left: 50%;
  margin-left: 490px;
  bottom: -1000px;
  width: 162px;
  height: 109px;
  background: url(../img/btn_to_top.png) no-repeat 0 0;
  color: transparent;
  text-indent: -4444em;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  z-index: 1000;
}
#pagetop.show {
  opacity: 1;
  bottom: 40px;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
}
#pagetop.show.bottom {
  position: absolute;
}
#pagetop img {
  display: block;
  width: 162px;
  height: 109px;
  background: url(../img/btn_to_top.png) no-repeat 0 -109px;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#pagetop:hover img {
  opacity: 1;
}
/* フッター */
.footer_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 360px;
  padding: 50px 0 0;
  background: url(../img/footer_bg.png) 50% 0 repeat-x;
  z-index: 500;
  -webkit-animation: fadeIn 0.5s linear both;
  animation: fadeIn 0.5s linear both;
  text-align: center;
  font-size: 14px;
}
.footer_bg footer {
  margin: 0px auto;
  line-height: 1.3;
  background-color: #000;
}

footer img {
    vertical-align: middle;
}

footer .social {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 20px 0;
}

footer .social a{
  color: #fff;
  margin-right: 10px;
}

footer .social a:last-child{
  margin-right: 0;
}

footer .social a:hover {
  color: #ff0000;
}

footer .legal img {
  margin: 10px;
}

footer .esrblogo {
  max-width: 220px;
  width: 90%;
}

footer .copyright {
  margin: 20px 0;
  font-size: 0.75em;
}

.pslogo {
  height: 42px; 
  margin-left: 21px; 
  margin-right: 21px;
}

.ps4logo {
  height: 25px; 
  margin-right: 13px;
}

.psvitalogo{
  height: 25px;
}

.steamlogo {
  height: 50px;
}

.btn-default {
    color: #333;
    background-color: #fff;
}

.btn-default:hover {
    background-color: #e6e6e6;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
}

.preorder h1 {
  font-family: 'trajan', sans-serif;
  color: #ff0000;
  text-shadow: #000 1px 1px;
  font-size: 1.5em;
  margin-bottom: 5px;
  font-weight: bold;
}

.preorder-box .btn {
  border: 1px solid #ff0000;
  border-radius: 10px;
  width: 246px;
  height: 72px;
  margin: 2px;
}

.link-btn {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ff0000;
  padding: 10px 0px;
  font-size: 1em;
  border: 2px solid #ff0000;
  width: 300px;
  max-width: 100%;
  font-family: 'trajan', sans-serif;
  text-decoration: none;
}

.link-btn:hover {
  color: #C21616;
  border: 2px solid #C21616;
}

.spec {
  background-color: #000;
}

#posi {
  display: none;
  /*position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 14rem;
  color: #fff;
  background: rgba(0,0,0,0.7);
  z-index: 1000;*/
}

/* =============================================================================
フロートさせたコンテンツの高さを親要素が認識しないバグを修正　Clearfix
========================================================================== */

/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after { clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }

* html .cf { height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}