@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*変数(ブレイクポイント)設定(必要に応じて数値を変更)*/
/*=====================================================================================================================*/
/*ボディー全体設定*/
body {
  background: #000;
  outline: none; }

a.modal {
  outline: none;
  border: none; }

a {
  text-decoration: none;
  outline: none;
  border: none; }

input[type="text"]:focus {
  outline: 0;
  border-color: orange; }

@media screen and (max-width: 1024px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp {
      display: block; } }

/*フォント設定*/
.red {
  color: #FF0000; }

.redB {
  color: #FF0000;
  font-weight: bold; }

.blue {
  color: #0000FF; }

.blueB {
  color: #0000FF;
  font-weight: bold; }

.yellow {
  color: #FFB730; }

.yellowB {
  color: #FFB730;
  font-weight: bold; }

/*=====================================================================================================================*/
/*ヘッダー(一番上の奴)設定*/
header {
  width: 100%;
  height: 50px;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 99; }
  header img {
    text-align: left; }
  header img:hover {
    opacity: 0.7; }
  header p {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0.3%; }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
nav {
  display: none; }

#navToggle {
  display: none; }
  @media screen and (max-width: 960px) {
    #navToggle {
      /*引数を省略*/
      display: block;
      position: absolute;
      right: 3%;
      top: 13px;
      width: 30px;
      height: 20px;
      cursor: pointer; }
      #navToggle div {
        position: relative; }
      #navToggle span {
        display: block;
        position: absolute;
        /*#navToggle div に対して*/
        width: 100%;
        transition: all 0.2s;
        transform: rotate(0deg);
        border-bottom: solid 3px #999; } }

.one {
  top: 0; }

.two {
  top: 8px; }

.three {
  top: 16px; }

/*navi開いたとき*/
.openNav nav {
  display: block; }
.openNav #navToggle .one {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.openNav #navToggle .two {
  border-bottom: solid 3px rgba(255, 255, 255, 0); }
.openNav #navToggle .three {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

/*=====================================================================================================================*/
/*SP折り畳みメニュー中身*/
.menu {
  font-family: 'Noto Sans Japanese', sans-serif;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 80;
  width: 100%; }
  .menu ul {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    text-align: center;
    overflow: hidden; }
  @media screen and (max-width: 420px) {
    .menu ul {
      display: block;
      text-align: center; }
    .menu li {
      width: 100%;
      display: block; } }

/*SP折り畳みメニュー終了==================================================================================================*/
/*=====================================================================================================================*/
/*=====================================================================================================================*/
/*TOPメイン画像関連（パーツ増やしたり減らしたり）*/
.main-img {
  /*メイン背景*/
  background: url("../img/main_img.jpg") no-repeat center top;
  background-size: cover; }

.main-title {
  /*メイン画像用入れ子*/
  max-width: 1300px;
  height: 850px;
  overflow: hidden;
  margin: 0 auto;
  position: relative; }

.g-title {
  /*ゲームロゴ位置設定*/
  position: absolute;
  right: 20px;
  bottom: 0px;
  z-index: 50;
  width: 700px; }

.catch {
  /*ゲームロゴ位置設定*/
  position: absolute;
  right: 0px;
  top: 80px;
  z-index: 50; }

@media screen and (max-width: 1024px) {
  .ssp {
    display: none; } }
@media screen and (max-width: 960px) {
  .ssp {
    display: block; } }

@media screen and (max-width: 960px) {
  .lsp {
    display: none; } }

/*=====================================================================================================================*/
.dllink-b {
  /*ファミ通殿堂用バナー設定*/
  position: absolute;
  left: 70%;
  top: 550px;
  z-index: 60; }

.kousin {
  position: absolute;
  left: 25%;
  top: 500px;
  z-index: 60;
  width: 350px;
  opacity: 0;
  animation-name: fukidasi;
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 2.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }

.smp_bn {
  display: none;
  background: #702f16;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .smp_bn {
      display: block;
      margin: 0 auto; } }

.caution {
  /*お知らせ等*/
  position: absolute;
  left: 4%;
  bottom: 390px;
  z-index: 60;
  width: 300px; }

.caution1 {
  /*お知らせ等*/
  width: 80%;
  margin: 0 auto;
  text-align: center;
  z-index: 60;
  font-size: 12px; }
  .caution1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: red; }

.dendo {
  /*ファミ通殿堂用バナー設定*/
  position: absolute;
  left: 20%;
  top: 500px;
  z-index: 10; }

.pv_bn {
  /*PV*/
  position: absolute;
  left: 2%;
  bottom: 120px;
  z-index: 90;
  width: 350px;
  transition: 0.5s; }
  .pv_bn:hover {
    opacity: 0.8; }

.pv_t {
  /*PV*/
  position: absolute;
  left: 2%;
  bottom: 300px;
  z-index: 80;
  width: 350px; }

.dlbn {
  position: absolute;
  left: 1.8%;
  bottom: 30px;
  z-index: 80;
  width: 500px;
  transition: 0.5s; }
  .dlbn ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    transition: 0.5s; }
  .dlbn li:hover {
    opacity: 0.4;
    transition: 0.5s; }

.spdl {
  width: 95%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around; }

.dllink-b:hover, .caution:hover {
  opacity: 0.9; }

/*バナーホバー効果*/
.dlp_link {
  display: none;
  width: 100%;
  background: #c17f46;
  background: -moz-linear-gradient(top, #6f7f13 0%, #220e00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #220e00));
  background: -webkit-linear-gradient(top, #6f7f13 0%, #220e00 100%);
  background: -o-linear-gradient(top, #6f7f13 0%, #220e00 100%);
  background: -ms-linear-gradient(top, #6f7f13 0%, #220e00 100%);
  background: linear-gradient(to bottom, #6f3e13 0%, #220e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3e13', endColorstr='#552809', GradientType=0 );
  text-align: center;
  padding: 20px 0;
  font-size: 25px;
  font-weight: bold;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .dlp_link {
      display: block; }
      a .dlp_link {
        color: #FFF; }
      a:hover .dlp_link {
        color: #FF9600; } }

/*=====================================================================================================================*/
/*メイン画像SP切り替え*/
.main-img {
  display: block; }
  @media screen and (max-width: 1024px) {
    .main-img {
      display: none; } }

.sp-main {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp-main {
      display: block; } }

/*=====================================================================================================================*/
/*PCメニュー(表示する項目によってmenuの数を増減させること)*/
.grobalNav {
  position: absolute;
  margin: 0px auto;
  padding: 0;
  height: 118px;
  text-align: center;
  background: #000 url(../img/menu_back.jpg) center no-repeat;
  box-shadow: 2px 2px 4px -2px #000 inset;
  transition: 0.5s;
  width: 100%; }
  .grobalNav ul {
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    width: 1260px;
    margin: 0 auto; }
  .grobalNav li {
    transition: 0.3s; }
  .grobalNav li:hover {
    opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .grobalNav ul {
      width: 1024px; } }
  @media screen and (max-width: 960px) {
    .grobalNav {
      display: none; } }

.mw {
  width: 95%;
  margin: 120px auto 0; }
  @media screen and (max-width: 960px) {
    .mw {
      padding-top: 20px;
      margin: 0px auto; } }

.grobalNav.fixed {
  position: fixed;
  top: 50px;
  z-index: 99;
  width: 100%; }

#thema2 {
  margin-top: -118px;
  /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 118px;
  /* 打ち消し用のパディング */ }

/*=====================================================================================================================*/
/*youtube(PV)部分設定*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 25px; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/*=====================================================================================================================*/
/*コーポレートロゴ系統設定*/
/*=====================================================================================================================*/
/*TOP設定ここまで========================================================================================================*/
/*=====================================================================================================================*/
/*=====================================================================================================================*/
/*内容全般*/
.bg {
  background: url("../img/main_back.jpg") center no-repeat fixed; }
  @media screen and (max-width: 1024px) {
    .bg {
      background: url("../img/sp_back.jpg") repeat; } }

.container {
  max-width: 1200px;
  margin: 0 auto; }

section {
  text-align: center;
  max-width: 1300px;
  margin: 0px auto;
  padding-top: 200px; }
  @media screen and (max-width: 770px) {
    section {
      padding-top: 80px; } }

.t {
  /*見出し*/
  text-align: center; }

/*プロローグ*/
.prologue {
  width: 1240px;
  height: 1000px;
  overflow: hidden; }

.p_con {
  /*コンテナ部分*/
  background: url(../img/book_prologue2.png) no-repeat;
  animation-name: parapara;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: steps(6);
  animation-fill-mode: forwards;
  width: 1240px;
  height: 1000px; }

@keyframes parapara {
  to {
    background-position: -7440px 0; } }
@media screen and (max-width: 1024px) {
  .book {
    width: 93%;
    margin: 0 auto; } }

/*システム*/
#system {
  position: static; }

.sys {
  overflow: hidden; }

@media screen and (max-width: 1024px) {
  .spimg {
    display: block;
    margin: 0 auto; } }

.sys_con {
  position: relative;
  overflow: hidden;
  height: 1400px; }
  @media screen and (max-width: 1024px) {
    .sys_con {
      height: 1200px; } }
  @media screen and (max-width: 640px) {
    .sys_con {
      height: 700px; } }
  @media screen and (max-width: 420px) {
    .sys_con {
      height: 500px; } }
  @media screen and (max-width: 320px) {
    .sys_con {
      height: 460px; } }

.event-img {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto; }

.judge-cap {
  position: absolute;
  right: 0;
  left: 0;
  top: 260px;
  z-index: 2;
  margin: 0 auto; }
  @media screen and (max-width: 770px) {
    .judge-cap {
      top: 200px;
      width: 420px; } }
  @media screen and (max-width: 640px) {
    .judge-cap {
      top: 80px;
      width: 380px; } }
  @media screen and (max-width: 500px) {
    .judge-cap {
      top: 80px;
      width: 320px; } }
  @media screen and (max-width: 420px) {
    .judge-cap {
      top: 80px;
      width: 280px; } }
  @media screen and (max-width: 320px) {
    .judge-cap {
      top: 65px;
      width: 150px; } }

.udarrow {
  position: absolute;
  right: 0;
  left: 0;
  top: 500px;
  z-index: 3;
  margin: 0 auto; }
  @media screen and (max-width: 770px) {
    .udarrow {
      top: 300px; } }
  @media screen and (max-width: 640px) {
    .udarrow {
      top: 160px; } }
  @media screen and (max-width: 500px) {
    .udarrow {
      top: 120px; } }
  @media screen and (max-width: 420px) {
    .udarrow {
      top: 130px;
      width: 320px; } }
  @media screen and (max-width: 320px) {
    .udarrow {
      top: 120px;
      width: 300px; } }

.tenbin {
  position: absolute;
  right: 0;
  left: 0;
  top: 600px;
  z-index: 4;
  position: absolute;
  margin: 0 auto; }
  @media screen and (max-width: 770px) {
    .tenbin {
      top: 450px; } }
  @media screen and (max-width: 640px) {
    .tenbin {
      top: 250px;
      width: 400px; } }
  @media screen and (max-width: 500px) {
    .tenbin {
      top: 200px; } }
  @media screen and (max-width: 420px) {
    .tenbin {
      top: 195px;
      width: 300px; } }
  @media screen and (max-width: 320px) {
    .tenbin {
      top: 150px;
      width: 300px; } }

.choice {
  position: absolute;
  right: 0;
  left: 0;
  top: 870px;
  z-index: 3;
  position: absolute;
  margin: 0 auto; }
  @media screen and (max-width: 770px) {
    .choice {
      top: 750px; } }
  @media screen and (max-width: 640px) {
    .choice {
      top: 460px; } }
  @media screen and (max-width: 420px) {
    .choice {
      top: 320px; } }
  @media screen and (max-width: 320px) {
    .choice {
      top: 300px; } }

.judge-mozi {
  position: absolute;
  right: 0;
  left: 0;
  top: 1300px;
  z-index: 3;
  margin: 0 auto; }
  @media screen and (max-width: 770px) {
    .judge-mozi {
      top: 1000px; } }
  @media screen and (max-width: 640px) {
    .judge-mozi {
      top: 600px; } }
  @media screen and (max-width: 420px) {
    .judge-mozi {
      top: 450px; } }
  @media screen and (max-width: 320px) {
    .judge-mozi {
      top: 400px; } }

.sys_con2 {
  overflow: hidden;
  margin-top: 150px; }
  @media screen and (max-width: 960px) {
    .sys_con2 {
      text-align: center;
      width: 100%;
      margin-top: 50px; } }

.sys_img {
  display: block;
  margin: 0 auto; }

.sys_con3 {
  position: relative;
  overflow: hidden;
  height: 500px; }

.cdot0, .cdot1, .cdot2, .cdot3, .cdot4, .cdot5, .cdot6, .cdot7, .sub-t {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto; }

.cdot0 {
  z-index: 1; }

.cdot1 {
  z-index: 2; }

.cdot2 {
  z-index: 3; }

.cdot3 {
  z-index: 4; }

.cdot4 {
  z-index: 5; }

.cdot5 {
  z-index: 6; }

.cdot6 {
  z-index: 7; }

.cdot7 {
  z-index: 8; }

/*キャラクター*/
#character {
  overflow: hidden;
  padding-bottom: 25px; }

#slider {
  max-width: 1200px;
  margin: 140px auto 0;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    #slider {
      margin: 0 auto;
      width: 100%; } }

.slider {
  max-width: 1200px;
  margin: 140px auto 0; }
  @media screen and (max-width: 1024px) {
    .slider {
      margin: 0 auto;
      width: 100%; } }

.cha_con {
  background: url("../img/c_back.png") no-repeat center;
  max-width: 1280px;
  height: 940px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .cha_con {
      background: none;
      height: auto;
      margin: 0 20px; } }

.characters {
  padding-bottom: 150px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .characters {
      padding-bottom: 30px; } }

@media screen and (max-width: 640px) {
  .slick-slide {
    margin: 5px; } }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.slide-dots {
  text-align: center; }
  .slide-dots li {
    display: inline-block;
    margin: 0 30px; }
    .slide-dots li button {
      position: relative;
      text-indent: -9999px; }
      .slide-dots li button:before {
        content: url("../img/dot-1.png");
        font-size: 20px;
        text-indent: 0px;
        position: absolute;
        bottom: -90px;
        left: 0; }
    .slide-dots li.slick-active button:before {
      content: url("../img/dot-0.png"); }

/*内容全般ここまで========================================================================================================*/
/*=====================================================================================================================*/
/*DLモーダルウィンドウ========================================================================================================*/
.modal_wrap input {
  display: none; }

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0); }

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%; }

.modal_content {
  align-self: center;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 640px) {
    .modal_content {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content {
      padding: 10px 0;
      width: 80%; } }

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 1; }

@media screen and (max-width: 768px) {
  .close_button {
    top: 1%;
    right: 4%;
    color: #FFFFFF; } }
@media screen and (max-width: 420px) {
  .close_button {
    top: -10px;
    right: -10px;
    color: #FFFFFF; } }
.close_button img {
  width: 24px;
  height: 24px; }

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; }

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: scale(1); }

.open_button {
  text-align: center;
  max-width: 96%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif; }

.dl_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dl_list li {
  color: #000;
  width: 150px;
  height: 110px;
  border: 4px #cbc38a double;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: black;
  background: -moz-linear-gradient(top, black 0%, #2c0000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, #2c0000));
  background: -webkit-linear-gradient(top, black 0%, #2c0000 100%);
  background: -o-linear-gradient(top, black 0%, #2c0000 100%);
  background: -ms-linear-gradient(top, black 0%, #2c0000 100%);
  background: linear-gradient(to bottom, black 0%, #2c0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#e8d19b', GradientType=0 );
  box-shadow: 6px 6px rgba(0, 0, 0, 0.4); }
  .dl_list li img {
    height: 70px;
    margin-top: 20px; }
@media screen and (max-width: 640px) {
  .dl_list li {
    width: 110px;
    height: 80px;
    line-height: 110%; }
    .dl_list li img {
      height: 43px;
      margin: 18px auto 0px; } }

.dl_link a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #FFF;
  color: #092570;
  font-weight: bold;
  overflow: hidden; }
.dl_link a:hover {
  border: 2px solid #FFF;
  background: none;
  color: #FFF; }

/*SPEC内容ここ=======================================================================================================*/
/*=====================================================================================================================*/
/*SNS系統設定*/
.sns_btn {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 300px;
  margin: 20px auto;
  text-align: center; }
  .sns_btn li img {
    width: 45px; }

/*footerカスタム*/
footer {
  background: #000;
  color: #FFF; }

hr {
  background: #323232; }

.tlist-last span {
  font-size: 10px; }

.name, .tlist, .tlist-last {
  color: #c3c3c3; }
