@charset "utf-8";

a,
a:visited {
    text-decoration: none;
    outline: none;
    color: #04f;
}
a:hover {
    text-decoration: underline;
    outline: none;
}
a[href*='tel:'] {
    cursor: default;
}

button {
    outline: none;
}

p {
    margin: 0 0 14px;
    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-height: 100%;
    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;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
dt,
dd {
    margin: 0;
}
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; }*/

#posi {
    position: fixed;
    top: 2px;
    left: 2px;
    z-index: 1000;
    font-size: 14rem;
}
.sns_btn {
    position: absolute;
    top: 8px;
    left: 96%;
    z-index: 25;
}
.sns_btn > div {
    margin: 0 0 2px;
}
#contents {
    position: relative;
    z-index: 10;
    min-height: 600px;
    margin: 0 0 386px;
}
#pagetop {
    position: fixed;
    right: auto;
    left: 50%;
    margin-left: 490px;
    bottom: -1000px;
    width: 116px;
    height: 61px;
    background: url(.././img/btn_to_top.png) no-repeat 0 0;
    color: transparent;
    text-indent: -4444em;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 500ms linear, bottom 10ms linear 510ms;
    -o-transition: opacity 500ms linear, bottom 10ms linear 510ms;
    transition: opacity 500ms linear, bottom 10ms linear 510ms;
    z-index: 1000;
}
#pagetop.show {
    opacity: 1;
    bottom: 40px;
    -webkit-transition: opacity 500ms linear, bottom 10ms linear;
    -o-transition: opacity 500ms linear, bottom 10ms linear;
    transition: opacity 500ms linear, bottom 10ms linear;
}
#pagetop.show.bottom {
    position: absolute;
}
#pagetop img {
    display: block;
    width: 116px;
    height: 61px;
    background: url(.././img/btn_to_top.png) no-repeat 0 bottom;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
#pagetop:hover img {
    opacity: 1;
}
/* フッター */
.footer_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 358px;
    padding: 18px 0 0;
    border-top: 1px solid #1564db;
    background: #000;
    z-index: 15;
}
.footer_bg footer {
    max-width: 1920px;
    margin: 0 auto;
    font-size: 11rem;
    line-height: 1.3;
    text-align: center;
}
.footer_bg .spec {
    margin: 0 0 7px;
}
.footer_bg .spec img {
}
.footer_bg .copy {
    padding: 2px 1px 0 0;
}
.footer_bg .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer_bg .btns li {
    background: #fff;
    margin: 0 6px;
    line-height: 0;
    vertical-align: top;
}
.footer_bg li a:hover {
    opacity: 0.85;
}

footer .sns {
    float: left;
    height: 30px;
}
.footer_bg footer .sns li {
    float: left;
    height: 30px;
    margin: 0;
    padding: 2px 0 0;
}
footer .sns li:not(:last-child) {
    padding-right: 18px;
    background: url(.././img/footer_navi_slash.png) 97% 0 no-repeat;
}
footer .sns a,
footer .sns a img {
    height: 30px;
    background-repeat: no-repeat;
}
footer .sns a {
    display: block;
    background-position: 0 0;
}
footer .sns a img {
    background-position: 0 100%;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
footer .sns a:hover img {
    opacity: 1;
}

footer .sns .blog a,
footer .sns .blog a img {
    width: 155px;
    height: 29px;
    background-image: url(.././img/footer_navi_blog.png);
}
footer .sns .twitter a,
footer .sns .twitter a img {
    width: 189px;
    height: 26px;
    background-image: url(.././img/footer_navi_twitter.png);
}
footer .sns .facebook a,
footer .sns .facebook a img {
    width: 216px;
    height: 28px;
    background-image: url(.././img/footer_navi_facebook.png);
}

.company-logos img {
    vertical-align: middle;
    margin: 7px 7px;
    max-width: 90%;
}

.company-logos {
    margin-bottom: 50px;
}

.pslogo {
    height: 42px;
    margin-left: 21px;
    margin-right: 21px;
}

.ps4logo {
    height: 25px;
    margin-right: 13px;
}

.steamlogo {
    height: 50px;
}

/* =============================================================================
フロートさせたコンテンツの高さを親要素が認識しないバグを修正　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;
  /**/
}
