@charset "UTF-8";
/*
*******************************************************************************************************
# サイト共通スタイル - compiled from common.scss
  ・base - サイトのベース
  ・layout - bodyやサイト全体に関わる飾り
  ・header - ヘッダー
  ・footer - フッター
  ・placeholder - 汎用extend
*******************************************************************************************************
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* # base
----------------------------------- */
body {
  background-color: #000000;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
}
body > img {
  display: block;
}

body.en {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
  vertical-align: bottom;
}

address {
  font-style: normal;
}

a:link, a:visited {
  color: #00a0e6;
  text-decoration: none;
}

a:hover, a:active {
  color: #ffa200;
  text-decoration: none;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
}

input, button {
  cursor: pointer;
}

.subpage.wrap {
  display: none;
}
.subpage header {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(../img/common/bg_nav.png);
  z-index: 250;
}
.subpage header nav {
  width: 1000px;
  margin: 0 auto;
}
.subpage header nav .logo {
  float: left;
  width: 299px;
  height: 80px;
}
.subpage header nav ul {
  float: left;
}
.subpage header nav ul li {
  float: left;
  width: 140px;
  height: 80px;
}
.subpage header nav ul li#nav-feature {
  background: url(../img/common/btn_nav_feature_1.png);
}
.subpage header nav ul li#nav-machine {
  background: url(../img/common/btn_nav_machine_1.png);
}
.subpage header nav ul li#nav-gameflow {
  background: url(../img/common/btn_nav_gameflow_1.png);
}
.subpage header nav ul li#nav-spec {
  background: url(../img/common/btn_nav_spec_1.png);
}
.subpage header nav ul li#nav-world {
  background: url(../img/common/btn_nav_world_1.png);
}
.subpage header nav ul li a img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.subpage .title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  text-align: center;
}
.subpage .contents-background {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  margin-top: 400px;
}
.subpage footer {
  width: 100%;
  height: 99px;
  border-top: #301c1c solid 1px;
  background-color: #170000;
}
.subpage footer .footer-inner {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: -1px;
  background: url(../img/common/bg_footer.png) no-repeat center top;
}
.subpage footer .footer-inner p {
  position: absolute;
  left: 50%;
  top: 17px;
}
.subpage footer .footer-inner .logo-nanashow {
  margin-left: 299px;
}
.subpage footer .footer-inner .logo-fields {
  margin-left: 404px;
}
.subpage footer .footer-inner .copy {
  top: 61px;
  margin-left: 69px;
}

.slash {
  width: 100%;
  display: none;
}
.slash img {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  opacity: 0;
}

#modal, .modal-box {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: #000;
  z-index: 300;
}

#canvas-transition {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  text-align: center;
}

.cutarea {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 500;
  text-align: center;
}
.cutarea img {
  position: absolute;
  left: 0;
  top: 0;
}
.cutarea img.bg-img {
  display: none;
  left: 50%;
  margin-left: -700px;
}

.cfx {
  *zoom: 1;
}
.cfx:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
