@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 {
  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;
  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;
  /*overflow-x: hidden;*/
}

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;
}

.topHtml {
  height: 100%;
}

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

#index {
  background: url(../img/index/bg.png) center center/cover no-repeat;
  position: relative;
  min-height: 900px;
  height: 100%;
}

.index-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px 0 0;
  padding-top: 30px;
  position: relative;
  z-index: 10;
}

.share-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

.share-wrapper li {
  margin-left: 10px;
}

#mainVisual {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 790px);
  bottom: 0;
}

#mainVisual figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (-ms-high-contrast: none) {
  #mainVisual figure {
    display: block;
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@-moz-document url-prefix() {
  #mainVisual figure {
    display: block;
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#mainVisual img {
  max-width: inherit;
}

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

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

.social-item {
  width: 245px;
  height: 103px;
  background: url(../img/index/btn-container.png) center no-repeat;
  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: 10px;
}

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

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

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

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

.gNav li {
  width: 182px;
  text-align: center;
}

.gNav li a {
  display: block;
  padding: 23px 0;
  position: relative;
}

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

.gNav li.no-link {
  padding: 23px 0;
}

.subNav {
  position: relative;
  background: url(../img/common/nav-bg.png) center no-repeat;
  top: 8px;
}

.subNav ul {
  margin: 0 64px;
}

.subNav li {
  width: 160px;
}

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

.main-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

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

.subCon {
  position: relative;
  background: #000000;
  min-width: 1100px;
}

.subCon #visualOuter {
  min-width: 1100px;
  overflow: hidden;
}

.subCon #visual {
  margin-top: -98px;
}

.subConHtml {
  background: #000000;
}

#story {
  background: url(../img/story/bg.png) center center/cover no-repeat;
  background-color: #000000;
}

#story #visual figure {
  margin-left: -175px;
}

#story #visual img {
  max-width: inherit;
}

#story .logo {
  position: absolute;
  top: 334px;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: -24px;
}

#story .story {
  position: absolute;
  top: 510px;
  left: 0;
  right: 0;
  text-align: center;
}

#story .bnr {
  position: absolute;
  top: 728px;
  left: 0;
  right: 0;
  text-align: center;
}

#spec1 {
  background: url(../img/spec1/bg.png) center center/cover no-repeat;
}

#spec1 #visual {
  margin-top: -48px;
}

#spec1 #visual figure {
  margin-left: -46px;
}

#spec1 #visual img {
  max-width: inherit;
}

#spec1 .specNav {
  position: absolute;
  height: 76px;
  top: 150px;
  left: 0;
  right: 0;
  text-align: center;
  background: url(../img/spec1/bg_tag.png) center center/auto no-repeat;
}

#spec1 .specNav a {
  width: 394px;
  height: 60px;
  margin-left: 550px;
  margin-top: 9px;
  display: block;
}

#spec1 .specNav a img {
  margin-top: 8px;
}

#spec1 .specNav a:hover {
  opacity: .7;
}

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

#spec2 #visual {
  margin-top: -48px;
}

#spec2 #visual figure {
  margin-left: -46px;
}

#spec2 #visual img {
  max-width: inherit;
}

#spec2 .specNav {
  position: absolute;
  height: 76px;
  top: 150px;
  left: 0;
  right: 0;
  text-align: center;
  background: url(../img/spec2/bg_tag.png) center center/auto no-repeat;
}

#spec2 .specNav a {
  width: 394px;
  height: 60px;
  margin-left: 150px;
  margin-top: 9px;
  display: block;
}

#spec2 .specNav a img {
  margin-top: 8px;
  margin-left: 6px;
}

#spec2 .specNav a:hover {
  opacity: .7;
}

#lottery {
  background: url(../img/lottery/bg.png) center center/cover no-repeat;
}

#lottery #visual {
  margin-top: 40px;
  margin-bottom: 40px;
}

#lottery #visual figure {
  margin-left: 0;
}

#lottery #visual img {
  max-width: inherit;
}

#flow {
  background: url(../img/flow/bg.png) center center/cover no-repeat;
}

#flow #visual {
  margin-top: 40px;
}

#flow #visual figure {
  margin-left: -39px;
  margin-right: -40px;
}

#flow #visual img {
  max-width: inherit;
}

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

#notification #visual {
  margin-top: 40px;
}

#notification #visual figure {
  margin-left: -25px;
  margin-bottom: 29px;
}

#notification #visual img {
  max-width: inherit;
}

/* デフォルト：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以下用（スマートフォン用）の記述 */
}
