@charset "utf-8";

a,
img,
a img {
    outline: none;
    border: 0;
    border-style: none
}

img {
    vertical-align: top;
}

*:focus {
    outline: none;
    outline-style: none;
    box-shadow: none;
    border-color: transparent
}

p {
    margin: 0 0 13px;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

a:focus,
a:active,
a:hover {
    outline: 0;
}

textarea:focus,
input:focus,
button:focus,
button:active {
    outline: 0
}

button{
    cursor: pointer;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
    appearance: none;
}

body {
    line-height: 1.5;
    background-color: #222;
    color: #fff;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;
}

.clear::after {
    display: block;
    clear: both;
    content: "";
}

#header {
    min-width: 960px;
}

#header .bar {
    display: block;
    width: auto;
    height: 39px;
    margin: 0 auto;
    background-color: #000;
    border-bottom: 1px solid #555;
}

#header .bar .container {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
}

#header .bar span {
    height: 39px;
    line-height: 39px;
    float: right;
    font-size: 14px;
    padding-right: 20px
}

#header .bar span a {
    color: #ccc;
    margin: 0 0 0 20px;
    text-decoration: none;
    font-size: 14px;
}

#header .bar span a:hover {
    color: #ddd;
}

#header .stage {
    background: url(../images/header_short.jpg) no-repeat center top;
    height: 300px;
    overflow: auto;
}

#header .stage a {
    display: block;
    width: 530px;
    height: 210px;
    margin: 28px auto 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

#header .stage.tall {
    background: url(../images/header_tall.jpg) no-repeat center top;
    height: 400px;
}

#header .stage.tall a {
    width: 660px;
    height: 280px;
    margin: 68px auto 0;
}

#header .stage.neat {
    background: url(../images/header_neat.jpg) no-repeat center top;
    height: 200px;
}

#header .stage span {
    display: none;
}

#content {
    width: 100%;
    min-width: 960px;
    margin: auto;
    padding-bottom: 80px;
    background: url(../images/footer.jpg) no-repeat center bottom;
}

#content .container {
    width: 960px;
    margin: 70px auto 0;
    text-align: center;
}

.section_line {
    margin: 35px auto 15px;
}

.lead {
    margin-bottom: 26px;
}

.annotation {
    color: #e3c695;
}

.notice {
    color: #ff1961;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}
.kerning {
    padding-left: 15px;
}

.link {
    color: #54b5ff;
    text-decoration: none;
}

.message {
    visibility: hidden;
}

.message.error {
    display: none;
}

.error {
    color: #ff1961;
}

.valid {
    color: #52a0db;
}

.complete {
    font-weight:bold;
    color: #fee4a7;
    font-size: 20px;
}

.codes {
    width: 800px;
    margin: 0 auto 40px;
}

.codes table {
    width: 100%;
    
}

.codes th,
.codes td {
    width: 50%;
    height: 28px;
    line-height: 1.2;
    padding: 5px 5px 2px;
    border: 1px solid #444;
    color: #fff;
    font-weight: normal;
    text-align: center;
    word-break: break-all;
}

.codes thead th {
    background-color: #605133;
}

.codes tbody td {
    background-color: #333;
}


.step {
    margin: 0 auto 25px;
}

.step2, .step3 {
    display: none;
}

.completion {
    margin: 60px auto 78px;
}

.box_completion {
    min-height: 424px;
}

.box_step {
    min-height: 536px;
    padding: 0 48px;
    text-align: left;
}

.box_code {
    margin-bottom: 25px;
}

.box_code ul {
    margin: auto;
}

.box_code li {
    display: inline-block;
    vertical-align: middle;
}

.box_code .code {
    padding-left: 42px;
    background: url(../images/icon_check_disable.png) no-repeat left center;
}

.box_code .code_valid {
    background-image: url(../images/icon_check.png);
}

.box_code input {
    width: 439px;
    height: 40px;
    padding: 3px 15px;
    border: 1px solid #444;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.box_code .btn_short button {
    margin: 0 0 0 12px;
}

.platform {
    margin: 45px 0 85px;
}

.platform ul {
    margin: 30px auto 35px;
    text-align: center;
    letter-spacing: -0.4em;
}

.platform li {
    display: inline-block;
    margin: 0 6px;
    vertical-align: top;
    letter-spacing: normal;
}

.platform.disabled {
    opacity: 0.3;
}

.platform .submit.disabled {
    opacity: 0.3;
}

.box_step .codes {
    margin-bottom: 25px;
}

.box_error_mesage {
    width: 800px;
    margin: 0 auto 30px;
    padding: 23px 30px;
    border: 1px solid #444;
    background-color: #333;
    text-align: left;
}

.box_error_mesage strong {
    display: block;
    color: #ff1961;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
}

.box_error_mesage p:last-of-type {
    margin-bottom: 0;
}

.btn a,
.btn button,
.btn_short a,
.btn_short button {
    display: block;
    position: relative;
    line-height: 1.2;
    margin: 0 auto 35px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.btn a,
.btn button {
    width: 510px;
    height: 80px;
    background: url(../images/btn.png) no-repeat 0 0;
}

.btn_register a,
.btn_register button {
    background-position: 0 -80px;
}

.btn_short a,
.btn_short button {
    width: 330px;
    height: 70px;
    background: url(../images/btn_short.png) no-repeat 0 0;
}

.btn_return a,
.btn_return button {
    background-position: 0 -70px;
}

.btn a:hover,
.btn button:hover,
.btn_short a:hover,
.btn_short button:hover {
    text-decoration: none;
}

.btn a:hover,
.btn button:hover {
    background-position: -510px 0;
}

.btn_register a:hover,
.btn_register button:hover {
    background-position: -510px -80px;
}

.btn_short a:hover,
.btn_short button:hover {
    background-position: -330px 0;
}

.btn_return a:hover,
.btn_return button:hover {
    background-position: -330px -70px;
}

.btn a span,
.btn_short a span {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}

.btn a span {
    width: 500px;
    height: 70px;
}

.btn_short a span {
    width: 320px;
    height: 60px;
}

.btn_platform a {
    display: block;
    width: 356px;
    height: 60px;
    overflow: hidden;
    margin: auto;
    background: url(../images/btn_platform.png) no-repeat;
    text-decoration: none;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    word-wrap: normal;
}

.btn_platform .ps4 {
    background-position: 0 0;
}

.btn_platform .pc {
    background-position: 0 -60px;
}

.btn_platform .ps4:hover {
    background-position: -356px 0;
}

.btn_platform .pc:hover {
    background-position: -356px -60px;
}

.btn_platform .ps4.selected {
    background-position: -356px 0;
}

.btn_platform .pc.selected {
    background-position: -356px -60px;
}

.confirm {
    display: none;
}

.disabled .btn a:hover,
.disabled .btn_short a:hover,
.disabled .btn_platform a:hover,
.btn.btn_register.disabled a:hover,
.btn.btn_register.disabled button:hover {
    cursor: default;
}

.disabled .btn a:hover,
.disabled .btn button:hover,
.disabled .btn_short a:hover,
.disabled .btn_short button:hover,
.disabled .btn_platform .ps4:hover {
    background-position: 0 0;
}
.disabled .btn_platform .pc:hover {
    background-position: 0 -60px;
}

.disabled .btn_platform .mac:hover {
    background-position: 0 -120px;
}
.disabled .btn.btn_register a:hover,
.disabled .btn.btn_register button:hover,
.btn.btn_register.disabled a:hover,
.btn.btn_register.disabled button:hover {
    background-position: 0 -80px;
}

.btn_group {
    margin: 15px auto;
    text-align: center;
    letter-spacing: -0.4em;
}

.btn_group li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    letter-spacing: normal;
}

.btn_close a {
    display: inline-block;
    padding: 13px 46px 12px;
    border-radius: 10px;
    border: 1px solid #010101;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.btn_close span {
    padding-left: 33px;
    background: url(../images/icon_close.png) no-repeat left center;
}

.box_announcement {
    width: 860px;
    min-height: 100px;
    margin: 0 auto 40px;
}

.box_announcement .box_body {
    display: table-cell;
    width: 800px;
    height: 40px;
    padding: 30px;
    border: 2px solid #ff1961;
    background-color: #362026;
    color: #ff1961;
    font-size: 18px;
    vertical-align: middle;
}

.box_announcement p:last-of-type {
    margin-bottom: 0;
}

.box_banner {
    margin: 0 auto 40px;
}

.box_banner a {
    display: inline-block;
}


#footer {
    width: 100%;
    min-width: 960px;
    margin: auto;
    background-color: #1b1b1b;
}

.footer_body {
    width: 960px;
    margin: auto;
}

.footer_link_list ul {
    margin: 0 auto 16px;
    padding-top: 16px;
    text-align: center;
    letter-spacing: -0.4em;
}

.footer_link_list li {
    display: inline-block;
    letter-spacing: normal;
}

.footer_link_list li a {
    color: #999;
    font-size: 10px;
    text-decoration: none;
}

.footer_link_list li a:hover {
    color: #ccc;
    text-decoration: underline;
}

.footer_link_list li:not(:last-child)::after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 8px;
    border-radius: 3px;
    background-color: #808080;
    content: "";
}

.footer_legalarea {
    padding: 8px 0;
}

.footer_legalarea_box {
    float: left;
    width: 479px;
    padding-top: 8px;
}

.footer_legalarea_box:first-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_banner_list {
    margin: 0 0 16px;
}

.footer_banner_list li {
    display: table-cell;
    padding-right: 16px;
    vertical-align: middle;
}

.footer_legalarea_image {
    margin-bottom: 0;
    padding: 0 16px 16px 0;
    opacity: 0.4;
}

.footer_legalarea .copyright {
    padding-left: 16px;
    color: #999;
    font-size: 10px;
}

.footer_legalarea .copyright a {
    color: #ccc;
    text-decoration: none;
}

.footer_legalarea .copyright a:hover {
    text-decoration: underline;
}

.loader {
    margin-top: 20px;
}

#preload {
    width: 0;
    height: 0;
    overflow: hidden;
}

#counter {
    position: fixed;
    display: none;
    right: 50px;
    bottom: 50px;
    width: 219px;
    height: 134px;
    text-align: center;
    z-index: 200;
}

#counter .container {
    background: url("../images/counter.png");
    height: 134px;
    width: auto;
    display: block;
    overflow: auto;
}

#counter p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0 15px 0;
}

#counter span {
    color: #73d4fb;
    font-size: 50px;
    font-weight: bold;
}

@media all and (max-width: 1550px) {
#counter {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50px;
}

#counter .container {
    height: 100px;
    background: #474646;
    border-top: 2px solid #737373;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#counter p {
    display: inline-block;
    line-height: 50px;
    margin: 0;
    font-size: 24px;
}

#counter p:after {
    display: inline-block;
    content: ":"
}

#counter span {
    font-size: 24px;
    display: inline-block;
    line-height: 50px;
}
}

@media all and (max-width: 480px) {
#counter p {
    font-size: 16px;
}
}

#overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

#outoftime {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 150;
    width: 1px;
    height: 1px;
}

.box_outoftime {
    display: block;
    position: relative;
    width: 740px;
    min-height: 150px;
    margin: -250px 0 0 -400px;
    padding: 50px 30px 180px;
    border: 1px solid #444;
    background: #333;
    text-align: center;
}

.box_outoftime .notice {
    display: block;
    margin-bottom: 50px;
    color: #ff1961;
    font-size: 22px;
}

.box_outoftime .btn {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: auto;
}

.noclick {
    cursor: default;
}

.indicator{
    text-align: center;
}

.box_earlyaccess_benefits {
    width: 860px;
    margin: 0 auto 50px;
    border: 1px solid #444;
    background-color: #333;
}

.box_earlyaccess_benefits .box_body {
    padding: 20px 30px 17px;
    font-size: 14px;
    text-align: left;
}

.box_earlyaccess_benefits h1 {
    margin: 0 auto;
    padding: 12px 0 11px;
    background-color: #ddc891;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.box_earlyaccess_benefits h2 {
    margin: 34px 0 5px;
    color: #d0344e;
    font-weight: bold;
    font-size: 16px;
}

.box_earlyaccess_benefits h2:first-of-type {
    margin-top: 0;
}

.box_earlyaccess_benefits h3 {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 16px;
}

.box_earlyaccess_benefits a {
    color: #54b5ff;
    text-decoration: none;
}

.box_earlyaccess_benefits ul {
    margin: 0;
}

.box_earlyaccess_benefits p,
.box_earlyaccess_benefits li {
    margin-bottom: 6px;
}

.eventend p {
    width: 860px;
    margin: 0 auto 50px;
    padding:30px;
    border: 1px solid #444;
    background-color: #333;
    font-weight: bold;
}


