@charset "UTF-8";
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,
input, select, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 100%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000000;
  line-height: 1.6;
  background: url(../img/common/bg_body.png) center center/cover no-repeat;
  font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  min-width: 1100px;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: .8;
}

.contain {
  width: 1100px;
  margin: 0 auto;
}

.sp {
  display: none;
}

html {
  background: #000000;
}

.fancybox-slide--iframe .fancybox-content {
  width: 700px !important;
  height: 410px !important;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
  background: transparent;
}

#index {
  position: relative;
}

#index #mainVisual {
  height: 850px;
  background: url(../img/index/key.jpg) center top no-repeat;
}

#mainVisual {
  text-align: center;
}

.index_main {
  min-width: 1100px;
}

.head_sns {
  position: absolute;
  top: 15px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head_sns li + li {
  margin-left: 6px;
}

.video-wrapper {
  position: absolute;
  bottom: 144px;
  right: 30px;
}

.search-wrapper {
  position: absolute;
  bottom: 171px;
  left: 30px;
}

.search-item {
  margin-bottom: 20px;
  display: block;
}

.social-item {
  background: url(../img/index/btn-container.png) center center/auto no-repeat;
  width: 245px;
  height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-item a {
  padding-bottom: 13px;
}

.social-item a + a {
  padding-left: 9px;
}

.gNav {
  background: url(../img/common/nav-bg.png) center no-repeat;
  width: 1099px;
  height: 80px;
  position: absolute;
  bottom: 62px;
  left: 0;
  right: 0;
  z-index: 10;
}

.gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 181px 0 183px;
}

.gNav li {
  margin-top: 11px;
  text-align: center;
}

.gNav li a:hover {
  opacity: 1;
}

.gNav li .hover {
  position: absolute;
  top: -96px;
  left: -18px;
  padding-top: 5px;
  z-index: 999;
  background: url(../img/common/nav_spec_bg.png) no-repeat;
  width: 155px;
  height: 102px;
  display: none;
}

.gNav li .hover-inner {
  width: 155px;
  text-align: center;
}

.gNav li .hover-inner a {
  padding: 10px 0 9px;
  display: block;
}

.gNav li .hover-inner a:hover {
  opacity: .8;
}

.gNav li.navi-spec {
  position: relative;
}

.gNav li.navi-spec:hover .hover {
  display: block;
}

#story {
  background: url(../img/story/bg.jpg) center center/cover no-repeat;
  position: relative;
}

#story #mainVisual {
  min-width: 1100px;
  overflow: hidden;
  padding-top: -2px;
  margin-bottom: -50px;
}

#story #mainVisual img {
  margin-left: -18px;
  margin-right: -18px;
  max-width: inherit;
}

#spec {
  background: url(../img/spec/bg.jpg) center center/cover no-repeat;
  position: relative;
}

#spec #mainVisual {
  min-width: 1100px;
  overflow: hidden;
  padding-top: 80px;
}

#spec #mainVisual img {
  margin-left: -119px;
  margin-right: -119px;
  max-width: inherit;
}

#spec2 {
  background: url(../img/spec2/bg.jpg) center center/cover no-repeat;
  position: relative;
}

#spec2 #mainVisual {
  min-width: 1100px;
  overflow: hidden;
  padding-top: 80px;
}

#spec2 #mainVisual img {
  margin-left: -119px;
  margin-right: -119px;
  max-width: inherit;
}

#gameflow {
  background: url(../img/gameflow/bg.jpg) center center/cover no-repeat;
  position: relative;
}

#gameflow #mainVisual {
  min-width: 1100px;
  overflow: hidden;
}

#gameflow #mainVisual img {
  margin-left: -80px;
  margin-right: -80px;
  max-width: inherit;
}

#rush {
  background: url(../img/rush/bg.jpg) center center/cover no-repeat;
  position: relative;
}

#rush #mainVisual {
  min-width: 1100px;
  overflow: hidden;
  padding-top: 80px;
}

#rush #mainVisual img {
  margin-left: -202px;
  margin-right: -213px;
  max-width: inherit;
}

#notification {
  background: url(../img/notification/bg.jpg) center center/cover no-repeat;
  position: relative;
}

#notification #mainVisual {
  min-width: 1100px;
  overflow: hidden;
  padding-top: 80px;
  margin-bottom: 50px;
}

#notification #mainVisual img {
  margin-left: -175px;
  margin-right: -190px;
  max-width: inherit;
}

#reach {
  background: url(../img/reach/bg.jpg) center center/cover no-repeat;
  position: relative;
}

#reach #mainVisual {
  min-width: 1100px;
  overflow: hidden;
  padding-top: 80px;
  margin-bottom: 50px;
}

#reach #mainVisual img {
  margin-left: -175px;
  margin-right: -190px;
  max-width: inherit;
}

.subcon .gNav {
  bottom: inherit;
  top: 20px;
}

.subcon .gNav li .hover {
  top: 50px;
}

footer {
  background: #000000;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.main-footer {
  width: 100%;
}

.logo-takao {
  position: absolute;
  right: 7px;
  top: 7px;
}

/* デフォルト：1380px以上用（PC用）の記述 */
@media screen and (max-width: 1379px) {
  /* 1379px以下用（PC用）の記述 */
}

/* 1080px以上用（PC用）の記述 */
@media screen and (max-width: 1079px) {
  /* 1079px以下用（タブレット用）の記述 */
}

/* 980px以上用（PC用）の記述 */
@media screen and (max-width: 979px) {
  /* 979px以下用（タブレット用）の記述 */
}

@media screen and (max-width: 768px) {
  /* 768px以下用（タブレット／スマートフォン用）の記述 */
}

@media screen and (max-width: 639px) {
  /* 639px以下用（タブレット／スマートフォン用）の記述 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */
}
