@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
/*変数(ブレイクポイント)設定(必要に応じて数値を変更)*/
/*------------------------------------------------------------------------------*/
/* 全体設定 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  -webkit-text-size-adjust: 100%;
  border: none; }

img, a img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none; }

/*画像リンク関連*/
a:active, a:focus {
  outline: none;
  border: none; }

a img {
  border: none;
  outline: none; }

img {
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none; }

/*=====================================================================================================================*/
/*ボディー全体設定*/
html {
  overflow: auto; }

html, body {
  width: 100%; }

body {
  background: #FFF;
  outline: none;
  min-width: 100%;
  overflow: hidden; }

area {
  border: none;
  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;
  position: absolute;
  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%; }

.hd {
  position: absolute;
  top: 1em;
  left: 1em; }
  .hd img {
    max-width: 100%;
    width: 100px; }
  @media screen and (max-width: 1024px) {
    .hd {
      position: static;
      background: #000;
      width: 100%;
      overflow: hidden;
      text-align: left; }
      .hd img {
        margin: .5em;
        width: 80px; } }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
#navToggle {
  display: none; }
  @media screen and (max-width: 1024px) {
    #navToggle {
      /*引数を省略*/
      display: block;
      position: fixed;
      right: 3%;
      top: 13px;
      width: 30px;
      height: 20px;
      cursor: pointer; }
      #navToggle div {
        position: relative; }
      #navToggle img:hover {
        opacity: 0.5; } }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
header {
  position: fixed;
  top: 0;
  height: auto;
  display: none;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    header {
      display: block; } }

#nav-toggle {
  display: none;
  position: fixed;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 999999; }
  @media screen and (max-width: 1024px) {
    #nav-toggle {
      display: block; } }

#nav-toggle div {
  position: relative; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 11px; }

#nav-toggle span:nth-child(3) {
  top: 22px; }

.menu {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -800px;
  left: 0;
  right: auto;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  text-align: center;
  padding: 0px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .menu img {
      display: block;
      max-width: 60%;
      margin: 0 auto; } }

.menu ul {
  position: static;
  right: 0;
  top: 0; }

.menu ul li {
  float: none;
  position: static;
  font-size: 25px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.74); }
  .menu ul li img {
    display: block;
    max-width: 60%;
    margin: 0 auto; }

.menu ul li:last-child {
  border-bottom: none; }

.menu ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 18px 0; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg); }

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%; }

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }

/* #global-nav スライドアニメーション */
.open .menu {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(800px);
  -webkit-transform: translateY(800px);
  transform: translateY(800px); }

.header {
  background: #260040;
  padding: 20px auto;
  overflow: hidden; }
  .header p {
    max-width: 1280px;
    margin: 10px auto; }
  .header img {
    transition: 0.5s; }
  .header img:hover {
    opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .header {
      padding: 20px auto;
      text-align: left; }
      .header p {
        text-align: left;
        max-width: 100%; }
      .header img {
        display: block;
        width: 80px; } }

/*SP折り畳みメニュー終了==================================================================================================*/
/*=====================================================================================================================*/
/*=====================================================================================================================*/
/*各項目固定背景用================================================================================*/
/*固定背景*/
.g_back {
  max-width: 100%;
  width: 100vw;
  max-height: 100%;
  height: 100vh;
  background: url("../img/back.jpg") bottom #011166;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: -6; }

/*横幅固定用*/
.mcon {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .mcon {
      max-width: 98%;
      margin: 0 auto; } }

/*=====================================================================================================================*/
/*TOPメイン画像関連（パーツ増やしたり減らしたり）================================================================================*/
.main_back {
  background: url("../img/back_00.png") top center no-repeat;
  background-size: cover; }

.main_img {
  height: 780px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .main_img {
      max-width: 98%;
      margin: 0 auto; } }

.t_sale {
  position: absolute;
  text-align: center;
  z-index: 30;
  margin: 0 auto;
  bottom: 80px;
  left: 0;
  right: auto; }
  .t_sale img {
    transition: .2s; }
  .t_sale img:hover {
    opacity: 0.5; }

.title {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 5; }
  @media screen and (max-width: 640px) {
    .title {
      max-width: 98%;
      margin: 0 auto; } }

.c_img {
  position: absolute;
  margin: 0 auto;
  bottom: 15em;
  right: 0;
  left: 0; }
  @media screen and (max-width: 640px) {
    .c_img {
      max-width: 98%;
      margin: 0 auto; } }

.pv {
  position: absolute;
  bottom: 230px;
  right: 12em;
  z-index: 5;
  text-align: center;
  margin: 0px auto; }
  @media screen and (max-width: 800px) {
    .pv {
      bottom: 0px;
      right: 0em;
      left: 0em; } }
  @media screen and (max-width: 640px) {
    .pv {
      bottom: 100px; } }

.store_link {
  display: flex;
  justify-content: center;
  position: absolute;
  margin: auto;
  bottom: 10em;
  left: 0;
  right: 0; }
  @media screen and (max-width: 640px) {
    .store_link {
      display: none; } }

.sp_dl_btn {
  display: none; }
  @media screen and (max-width: 640px) {
    .sp_dl_btn {
      display: block;
      position: absolute;
      margin: auto;
      bottom: 10px;
      right: 0em;
      left: 0em;
      width: 90%; } }

.menu_pc {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 2.5em;
  width: 1000px;
  height: 78px;
  background-image: url("../img/menu_wakul.png"), url("../img/menu_wakur.png"), url("../img/menu_wakuc.png");
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left, right, center; }
  .menu_pc ul {
    width: 800px;
    margin: 0 auto;
    display: flex;
    margin-top: 1.7%;
    justify-content: space-around; }
  @media screen and (max-width: 800px) {
    .menu_pc {
      display: none; } }

.pv_sp {
  margin: 0 auto;
  max-width: 80%;
  text-align: center; }

.spmain {
  display: none; }
  .spmain img {
    max-width: 100%; }
  @media screen and (max-width: 800px) {
    .spmain {
      display: block; } }

/*PCメヌー--------------------------------------------------------------------------------------------------------------*/
.p_menu_back {
  background: url("../img/menu_wakuc.png") center top repeat-x;
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

.pcmenu {
  height: 99px;
  display: flex;
  justify-content: space-around; }
  .pcmenu ul {
    display: flex;
    justify-content: space-around;
    max-width: 960px;
    margin: 0 auto; }
    .pcmenu ul img {
      transition: .3s; }
    .pcmenu ul img:hover {
      opacity: 0.5; }
  @media screen and (max-width: 800px) {
    .pcmenu {
      display: none; } }

/*Sp部分================================================================================*/
.sp_timg {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp_timg {
      display: none; } }

/*=====================================================================================================================*/
/*プロローグ部分================================================================================*/
.prologue {
  background: url(../img/back_01.png) center;
  background-size: cover;
  overflow: hidden;
  text-align: center; }
  .prologue img {
    margin: 120px auto;
    max-width: 100%; }
  @media screen and (max-width: 800px) {
    .prologue {
      height: auto; }
      .prologue img {
        margin: 60px auto; } }
  @media screen and (max-width: 640px) {
    .prologue picture img {
      width: 90%; } }

/*=====================================================================================================================*/
/*システム部分================================================================================*/
#sys {
  background: url(../img/back_02.png) center;
  background-size: cover;
  overflow: hidden;
  text-align: center; }

.system {
  max-width: 2151px;
  height: 1078px;
  margin: 0 auto 150px;
  background: url("../img/sys_back.png") no-repeat center top; }
  .system img {
    max-width: 100%; }
  @media screen and (max-width: 800px) {
    .system {
      background: none;
      height: auto;
      width: 100%;
      margin: 0 auto 80px; } }

.single-item {
  margin-top: 250px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center; }
  .single-item div {
    margin: 60px auto 0;
    z-index: 5; }
    .single-item div img {
      margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .single-item {
      width: 100%;
      margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    .single-item {
      width: 90%;
      margin: 0 auto; }
      .single-item div {
        margin: 10px auto 0; } }

.slick-prev {
  left: -60px;
  top: 45%;
  z-index: 50; }
  @media screen and (max-width: 800px) {
    .slick-prev {
      left: 00px;
      top: 50%; } }

.slick-next {
  right: -10px;
  top: 45%;
  z-index: 50; }
  @media screen and (max-width: 800px) {
    .slick-next {
      right: 00px;
      top: 50%; } }

.slick-prev:hover, .slick-next:hover {
  opacity: .5; }

.slick-prev:active, .slick-next:active {
  opacity: 1; }
  @media (hover: none) {
    .slick-prev:active:active, .slick-next:active:active {
      opacity: 1; } }

.slick-prev::before {
  content: url("../img/slide_prev.png"); }
  @media screen and (max-width: 800px) {
    .slick-prev::before {
      content: url("../img/slide_prev_s.png"); } }

.slick-next::before {
  content: url("../img/slide_next.png"); }
  @media screen and (max-width: 800px) {
    .slick-next::before {
      content: url("../img/slide_next_s.png"); } }

.slick-dots li button:before {
  font-size: 20px !important;
  color: #000; }

.slick-dots li {
  width: 40px !important; }

.slick-dots {
  bottom: -100px !important; }
  @media screen and (max-width: 640px) {
    .slick-dots {
      bottom: -50px !important; } }

.slick-dots li button::before {
  background: url("../img/dot_off.png") no-repeat center;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0px;
  width: 25px; }
  @media screen and (max-width: 640px) {
    .slick-dots li button::before {
      height: 20px;
      width: 20px; } }

.slick-dots li.slick-active button::before {
  background-image: url("../img/dot_on.png");
  opacity: 1; }

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px; }

/*=====================================================================================================================*/
/*キャラクター系統設定===========================================================================================================*/
#cha {
  background: url(../img/back_04.png) center;
  background-size: cover;
  overflow: hidden;
  text-align: center; }

.single-item2 {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center; }
  .single-item2 div {
    margin: 55px auto 0; }
    .single-item2 div img {
      margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .single-item2 {
      max-width: 90%; }
      .single-item2 div {
        margin: 10px auto 0; } }

.c-con_pc {
  max-width: 2151px;
  height: 1078px;
  margin: 80px auto;
  background: url("../img/chara_back.png") no-repeat center top; }
  @media screen and (max-width: 800px) {
    .c-con_pc {
      display: none; } }

.c-con_sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .c-con_sp {
      display: block;
      margin: 0px auto 180px;
      position: relative;
      z-index: 5;
      width: 100%; }
      .c-con_sp img {
        max-width: 100%; } }
  @media screen and (max-width: 640px) {
    .c-con_sp {
      margin: 0px auto 80px; } }

.slide-arrow {
  position: absolute;
  margin: auto;
  opacity: 0.5;
  cursor: pointer; }
  .slide-arrow:active {
    opacity: 1; }
  @media (hover: none) {
    .slide-arrow:active {
      opacity: 1; } }

.prev-arrow {
  left: -50px;
  top: 45%;
  z-index: 999; }
  @media screen and (max-width: 800px) {
    .prev-arrow {
      left: 0px; } }

.prev-arrow2 {
  left: -50px;
  top: 50%;
  z-index: 999; }
  @media screen and (max-width: 800px) {
    .prev-arrow2 {
      left: 0px; } }

.next-arrow {
  position: absolute;
  margin: auto;
  right: -50px;
  top: 45%;
  z-index: 999; }
  @media screen and (max-width: 800px) {
    .next-arrow {
      right: 0px; } }

.next-arrow2 {
  position: absolute;
  margin: auto;
  right: -50px;
  top: 50%;
  z-index: 999; }
  @media screen and (max-width: 800px) {
    .next-arrow2 {
      right: 0px; } }

.sp_st {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp_st {
      display: block;
      position: relative;
      top: 200px;
      z-index: 1;
      margin: auto;
      left: 0;
      right: 0;
      max-width: 100%; } }
  @media screen and (max-width: 800px) and (max-width: 640px) {
    .sp_st {
      top: 50px; } }

/*SNS系統設定===========================================================================================================*/
.sns_btn {
  display: -webkit-flex;
  display: flex;
  max-width: 300px;
  margin: 20px auto;
  text-align: center; }
  .sns_btn img {
    width: 50px; }
  .sns_btn li {
    flex-grow: 2;
    -webkit-flex-grow: 1;
    /* Safari */ }

/*footerカスタム=======================================================================================================*/
footer {
  background: #000;
  color: #FFF; }

.terminal {
  max-width: 800px; }

.kmclogo img {
  display: block;
  margin: 5px auto; }

.pf-img img {
  opacity: 1; }

.r-txt1, .r-txt {
  color: #FFF; }
  .r-txt1 p, .r-txt p {
    font-size: 10px; }

.dwn_bd {
  border-color: #FFF; }

.pflist_long {
  margin-top: 5px;
  padding-left: 3px;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .pflist_long {
      padding: 3px 5px 0px 0px;
      line-height: -10%;
      width: 69%;
      text-align: left; } }

.tlist_sp {
  margin-right: 0; }

hr {
  background: #333333; }

.tlist-last span {
  font-size: 10px; }

.tlist_sp .pflist_l, .tlist_sps .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l {
  background: #15414a;
  color: #FFF; }

/*各種項目名背景色変更*/
.c-logo {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .c-logo {
      width: 380px;
      max-width: 100%;
      flex-wrap: wrap; } }

.logo_cc img, .kmc img {
  max-width: 100%; }

.logo_cc {
  width: 250px;
  margin-left: 20px; }
  @media screen and (max-width: 800px) {
    .logo_cc {
      max-width: 90%;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }

.kmc {
  width: 150px;
  margin-left: 60px;
  margin-right: 40px; }
  @media screen and (max-width: 800px) {
    .kmc {
      margin-top: 30px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }

.applink img {
  height: 60px; }

/*DLモーダルウィンドウ========================================================================================================*/
.open_dl {
  display: block; }
  @media screen and (max-width: 1024px) {
    .open_dl {
      margin: 25px auto;
      text-align: center; }
      .open_dl img {
        max-width: 90%; } }
  @media screen and (max-width: 800px) {
    .open_dl {
      margin: 10px auto 25px; } }

.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.7);
  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;
  width: 760px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 800px) {
    .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: #FFF;
  border: 4px white double;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#e8d19b', GradientType=0 );
  box-shadow: 6px 6px rgba(0, 0, 0, 0.4); }

.one {
  width: 150px;
  height: 150px; }
  .one img {
    height: 70px;
    margin-top: 38px; }
  @media screen and (max-width: 800px) {
    .one {
      width: 110px;
      height: 70px; }
      .one img {
        height: 50px;
        margin-top: 10px; } }

.double {
  width: 150px;
  height: 150px; }
  .double img {
    height: 70px;
    margin-top: 13px; }
  @media screen and (max-width: 800px) {
    .double {
      width: 120px;
      height: 130px; } }

.dl_link a {
  display: block;
  width: 80%;
  margin: 0 auto 1px;
  padding: 3px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #FFF;
  color: #092570;
  font-weight: bold;
  overflow: hidden;
  border: 0px; }
.dl_link a:hover {
  border: 2px solid #FFF;
  padding: 1px 0;
  background: none;
  color: #FFF; }

/*YOUTUBE*/
.youtube_sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .youtube_sp {
      display: block; } }
  @media screen and (max-width: 420px) {
    .youtube_sp {
      display: none; } }

.youtube_ssp {
  display: none; }
  @media screen and (max-width: 420px) {
    .youtube_ssp {
      display: block; } }
