﻿@charset "UTF-8";
/* Img Path */
/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

*:focus {
  outline: none;
}

/* Custom CSS
  * --------------------------------------- */
body {
  line-height: 1.5;
  background: #000;
  font-family: "Meiryo", sans-serif, "Helvetica Neue", "Helvetica",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic";
  font-weight: 300;
  vertical-align: baseline;
  overflow: hidden;
}

input[type="text"] {
  font-family: "Meiryo", sans-serif, "Helvetica Neue", "Helvetica",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic";
  font-weight: 300;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}

table,
th,
td {
  vertical-align: middle;
}

blockquote before,
blockquote after,
q before,
q after {
  content: "";
}

button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.blind {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
}

#wrapper {
  position: relative;
  visibility: hidden;
}

#coupon {
  background: url(/content/pc/images/coupon/bg.jpg);
  background-size: cover;
}

#coupon .inner .content {
  text-align: center;
  transform: scale(0.8, 0.8);
}

#coupon .inner .content .join {
  background: url(/content/pc/images/coupon/bg-form.png);
  width: 1269px;
  height: 852px;
  margin: auto;
  position: relative;
}

#coupon .inner .content .join .join-form {
  position: absolute;
  top: 350px;
  left: 86px;
}

#coupon .inner .content .join .join-form p {
  width: 453px;
  height: 54px;
  line-height: 45px;
  border: 2px solid #ebebeb;
  background: #ffffff;
}

#coupon .inner .content .join-form p ~ p {
  margin-top: 20px;
}

#coupon .inner .content .join .join-form p input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-top: 10px;
  padding-left: 20px;
  color: #828282;
  border: 0;
  font-size: 26px;
}

#coupon .inner .content .join .join-form .button {
  margin: 20px auto;
  width: 300px;
  cursor: pointer;
}

#coupon .inner .content .gamelink img {
  width: 390px;
  cursor: pointer;
}
#popup {
  position: absolute;
  z-index: 200;
  width: 100%;
}

#popup .popupCnt {
  width: 540px;
  height: 340px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

#popup .cnt {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}

#popup .complete .cnt {
  background: url(/content/pc/images/popup/coupon/bg-coupon-complete.png);
  background-repeat: no-repeat;
}

#popup .fail .cnt {
  background: url(/content/pc/images/popup/coupon/bg-coupon-fail.png);
  background-repeat: no-repeat;
}

#popup .button {
  cursor: pointer;
  position: absolute;
  bottom: 75px;
  left: 150px;
}

#popup .character {
  margin-left: -50px;
  z-index: 1;
  position: absolute;
  right: -235px;
}

#popup .active {
  display: block;
}

#bg {
  display: none;
  min-width: 425px;
  width: 100%;
  position: absolute;
  background: #333333;
  opacity: 50%;
  z-index: 100;
}

#bg.active {
  display: block;
}

#footer {
  height: 207px !important;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../images/common/footer/bg.jpg") no-repeat center center;
  background-size: cover;
}

#footer .fp-tableCell {
  height: inherit !important;
  display: block !important;
}

#footer .logo {
  height: 180px;
  display: inline-block;
  vertical-align: top;
}

#footer .copyrights {
  display: inline-block;
  vertical-align: top;
  margin: 0 60px;
}

#footer .copyrights table {
  margin: auto;
  color: #9da0c2;
}
#footer .privacy {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
