@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;600;700;900&family=Noto+Serif+JP:wght@400;600;700&family=Shippori+Mincho:wght@500;700;800&Zen+Old+Mincho&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);
  max-width: 100%; }

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: #000;
  outline: none;
  min-width: 100%;
  height: auto;
  overflow-x: hidden;
  background: url("../img/back.jpg?002") #000 top center; }

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; } }

.ssp {
  display: none; }
  @media screen and (max-width: 360px) {
    .ssp {
      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 {
  position: fixed;
  top: 0;
  height: auto;
  display: none;
  width: 100vw;
  z-index: 999; }
  @media screen and (max-width: 1024px) {
    header {
      display: block; } }

.hd {
  width: 100vw;
  max-width: 100%;
  padding: 8px 10px;
  position: fixed;
  z-index: 999;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  height: calc(100vw / 1920 * 65);
  font-family: "Zen Old Mincho", serif; }
  .hd ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: calc(150 / 1920 * 100vw);
    right: auto; }
    .hd ul li {
      display: flex;
      align-items: center;
      margin: 0rem 2rem .4rem 0;
      transition: .3s; }
      .hd ul li a {
        color: #ffcf73;
        font-size: 1.5vw; }
    .hd ul li:hover {
      opacity: .5; }
  @media screen and (max-width: 1024px) {
    .hd {
      width: 100%;
      position: absolute;
      padding: 0;
      top: 0;
      background: rgba(0, 0, 0, 0);
      height: calc(100vw / 1024 * 65);
      z-index: 800; }
      .hd ul {
        display: none;
        width: 100%; } }

.hd_img {
  position: relative;
  z-index: 10;
  top: 15%;
  height: calc(100vw / 1920 * 40); }
  @media screen and (max-width: 1024px) {
    .hd_img {
      height: calc(100vw / 1024 * 80);
      margin-top: calc(100vw / 1024 * 30);
      margin-left: calc(40 / 1024 * 100vw); } }

.hd_dlbtn {
  position: absolute;
  position: absolute;
  margin: 0 auto;
  top: calc(100vw / 1920 * 15);
  right: calc(80 / 1920 * 100vw);
  left: auto;
  height: calc(100vw / 1920 * 45);
  transition: .3s; }
  .hd_dlbtn:hover {
    opacity: .4; }
  @media screen and (max-width: 1024px) {
    .hd_dlbtn {
      display: none; } }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
.radius {
  border-radius: 0%;
  background: rgba(255, 255, 255, 0);
  overflow: hidden; }

#nav-toggle {
  display: none;
  position: fixed;
  right: 12px;
  top: 5px;
  width: calc(80 / 1024 * 100vw);
  height: calc(100vw / 1024 * 80 );
  cursor: pointer;
  z-index: 900; }
  @media screen and (max-width: 1024px) {
    #nav-toggle {
      display: block; } }

#nav-toggle div {
  position: relative; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: calc(100vw / 1024 * 10);
  width: 100%;
  border-radius: 0px;
  background: #ab9265;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: calc(100vw / 1024 * 0); }

#nav-toggle span:nth-child(2) {
  top: calc(100vw / 1024 * 20); }

#nav-toggle span:nth-child(3) {
  top: calc(100vw / 1024 * 40); }

.menu {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -1200px;
  left: 0;
  right: auto;
  background: rgba(0, 0, 0, 0.95);
  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;
  font-family: "Zen Old Mincho", serif; }
  @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;
    height: calc(100vw / 1024 * 50);
    margin: .5em auto; }

.menu ul li:last-child {
  border-bottom: none; }

.menu ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 5px 0; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span {
  background: #FFF; }

.open #nav-toggle span:nth-child(1) {
  top: calc(100vw / 1024 * 35);
  -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: calc(100vw / 1024 * 35);
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }

/* #global-nav スライドアニメーション */
.open .menu {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(1200px);
  -webkit-transform: translateY(1200px);
  transform: translateY(1200px); }

/*SP折り畳みメニュー終了==================================================================================================*/
/*=====================================================================================================================*/
/*各種リンク跳び位置*/
#story, #system, #making, #characters, #product {
  position: relative; }
  @media screen and (max-width: 1024px) {
    #story, #system, #making, #characters, #product {
      position: static; } }

/*=====================================================================================================================*/
/*各項目固定背景用================================================================================*/
/*横幅固定用*/
.mcon {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 1024px) {
    .mcon {
      max-width: 98%;
      margin: 0 auto; } }

.sp_btn {
  margin: 0 auto 0; }
  .sp_btn img {
    width: 90%;
    max-width: 90%; }

.mfp-bg {
  background-color: #1a0b05; }

/*=====================================================================================================================*/
/*TOPメイン画像関連（パーツ増やしたり減らしたり）================================================================================*/
.wrapper {
  position: relative;
  width: 100vw;
  height: calc(100vw / 1920 * 1080);
  transition: .3s;
  background: url("../img/back_main.jpg") bottom center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .wrapper {
      display: none; } }

.cplogo {
  position: absolute;
  top: 00px;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  z-index: 20; }
  .cplogo li {
    margin-top: 10px;
    text-align: right; }
  .cplogo img {
    max-width: 80%; }

.main_img {
  width: 100vw;
  margin: 0 auto;
  position: absolute;
  top: 0%;
  left: 0;
  bottom: 0;
  right: 0; }

.g_title {
  position: absolute;
  z-index: 30;
  margin: auto;
  top: calc(100vw /1920 * 350);
  left: calc(30 / 1920 * 100vw);
  width: calc(860 / 1920 * 100vw); }

.g_catch {
  position: absolute;
  z-index: 30;
  margin: auto;
  top: calc(100vw /1920 * 200);
  left: calc(250 / 1920 * 100vw);
  width: calc(488 / 1920 * 100vw); }

.t_pv img {
  position: absolute;
  left: calc(280 / 1920 * 100vw);
  top: calc(100vw/ 1920 * 620);
  display: block;
  margin: auto;
  transform: scale(1);
  transition: .3s;
  height: calc(100vw / 1920 * 250); }
@media screen and (max-width: 1024px) {
  .t_pv img {
    position: static;
    height: calc(100vw / 1024 * 350); } }
@media screen and (max-width: 800px) {
  .t_pv img {
    width: 80%;
    height: auto; } }

.t_sale {
  position: absolute;
  text-align: center;
  z-index: 100;
  margin: 0 auto;
  bottom: calc(100vw/ 1920 * 80);
  left: calc(250 / 1920 * 100vw);
  /*opacity:0;*/
  display: flex;
  overflow: hidden;
  /*justify-content: space-around;
  animation-name: sale;/*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/
  transition: .2s;
  height: calc(100vw / 1920 * 83); }
  .t_sale:hover {
    transform: scale(0.97); }

.t_mp4 {
  position: absolute;
  text-align: center;
  z-index: 100;
  margin: 0 auto;
  bottom: calc(100vw/ 1920 * 80);
  right: calc(150 / 1920 * 100vw);
  /*opacity:0;*/
  display: flex;
  overflow: hidden;
  /*justify-content: space-around;
  animation-name: sale;/*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/
  transition: .2s;
  width: calc(592 / 1920 * 100vw); }
  .t_mp4:hover {
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .t_mp4 {
      position: static;
      display: block;
      margin: calc(100vw / 1024 * 120) auto;
      width: 80%; } }

.back {
  max-width: 100%;
  width: 100vw;
  max-height: 100%;
  height: 100vh;
  background-size: cover;
  position: fixed;
  z-index: -1; }
  @media screen and (max-width: 800px) {
    .back {
      background-size: cover; } }

.dl_linkbtn {
  position: absolute;
  margin: auto;
  bottom: 10%;
  left: 0;
  right: 0;
  width: calc(550 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .dl_linkbtn {
      display: none; } }

/*アニメーション設定===================*/
/*PCメヌー--------------------------------------------------------------------------------------------------------------*/
.p_menu_back {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1920px) {
    .p_menu_back {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .p_menu_back {
      display: none; } }

.pcmenu {
  background: center top no-repeat;
  width: 1086px;
  height: 159px;
  overflow: hidden;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0em;
  z-index: 999; }
  .pcmenu ul {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 47px auto 0; }
    .pcmenu ul li {
      margin: 0 15px; }
    .pcmenu ul img {
      transition: .3s; }
    .pcmenu ul img:hover {
      opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .pcmenu {
      display: none; } }
  @media screen and (max-width: 1920px) {
    .pcmenu {
      bottom: 0; } }
  @media screen and (max-width: 1280px) {
    .pcmenu {
      bottom: 0; } }

.p_menu_back {
  display: flex;
  justify-content: space-around; }

.pcmenu.hd_fixed {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .pcmenu.hd_fixed {
      display: none; } }

/*SP部分=========================================================================================================*/
.sp_back {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp_back {
      display: block; } }

.spmain {
  display: none; }
  .spmain img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .spmain {
      position: relative;
      z-index: 1;
      display: block;
      overflow: hidden;
      text-align: center; }
      .spmain img {
        display: block;
        margin: auto;
        top: 0;
        left: 0;
        right: 0; } }

.dl_linkbtn_sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .dl_linkbtn_sp {
      display: block;
      position: fixed;
      margin: auto;
      left: 0;
      right: 0;
      bottom: 1vh;
      z-index: 50;
      width: 60%; } }
  @media screen and (max-width: 640px) {
    .dl_linkbtn_sp {
      width: 90%; } }

.t_obi {
  margin: 5px auto 20px;
  text-align: center; }
  .t_obi img {
    width: auto;
    display: block;
    height: calc(100vw / 1920 * 136);
    min-height: 60px; }
  @media screen and (max-width: 1024px) {
    .t_obi {
      margin: 5rem auto 0px; }
      .t_obi img {
        height: calc(100vw / 1024 * 80); } }
  @media screen and (max-width: 640px) {
    .t_obi {
      margin: 2rem auto 0px; }
      .t_obi img {
        height: auto;
        width: 80%;
        display: block;
        min-height: auto; } }

/*=====================================================================================================================*/
/*ストーリー部分========================================================================================================*/
.story_con1 {
  width: 100%;
  background-size: cover;
  text-align: center;
  margin: 0px auto 0px;
  color: #fff;
  line-height: 190%;
  overflow: hidden;
  padding: calc(100vw / 1920 * 100) 0;
  font-family: 'Shippori Antique', sans-serif; }
  @media screen and (max-width: 1024px) {
    .story_con1 {
      margin: 0% auto 0;
      line-height: 100%;
      padding: calc(100vw / 1024 * 0) 0 calc(100vw / 1024 * 80); } }
  @media screen and (max-width: 640px) {
    .story_con1 {
      padding: calc(100vw / 1024 * 80) 0; } }

.story {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow: hidden;
  font-family: 'Noto Serif JP', serif;
  font-weight: 800;
  margin: 4% auto 0;
  line-height: 250%;
  font-size: clamp(15px, 1.3vw, 40px);
  color: #FFF; }
  .story img {
    width: calc(900 / 1920 * 100vw); }
  @media screen and (max-width: 640px) {
    .story {
      font-size: clamp(12px, 2.5vw, 24px);
      margin: 4% auto 10%;
      line-height: 200%;
      width: 85%; }
      .story img {
        width: 100%; } }

.sub_t {
  display: block;
  margin: 0 auto 3vw;
  width: calc(750 / 1920 * 100vw); }
  @media screen and (max-width: 640px) {
    .sub_t {
      width: 80%;
      margin: 0 auto 5vw; } }

.story_txt {
  font-size: clamp(15px, 1.3vw, 40px);
  line-height: 180%;
  text-align: left;
  color: #000;
  font-family: "Zen Old Mincho", serif; }
  @media screen and (max-width: 640px) {
    .story_txt {
      font-size: clamp(14px, 2.5vw, 30px);
      margin: 4% auto 10%; } }

.st_scon1 {
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 640px) {
    .st_scon1 {
      display: block;
      width: 80%; } }

.st_scon1 .story_txt {
  width: calc(500 / 1920 * 100vw);
  margin-left: calc(60 / 1920 * 100vw);
  color: #FFF; }
  @media screen and (max-width: 640px) {
    .st_scon1 .story_txt {
      width: 100%;
      margin: calc(100vw / 1024 * 40) auto 0; } }

.st_cap1 {
  position: relative; }
  .st_cap1 img {
    width: calc(670 / 1920 * 100vw);
    margin: auto; }
  @media screen and (max-width: 1024px) {
    .st_cap1 {
      width: calc(500 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .st_cap1 {
      width: 100%;
      height: calc(100vw / 1024 * 550); }
      .st_cap1 img {
        width: 100%; } }

.st_scon2 {
  display: flex;
  margin: calc(50 / 1920 * 100vw) auto;
  align-items: center;
  width: 60%;
  flex-direction: row-reverse; }
  .st_scon2 img {
    width: calc(670 / 1920 * 100vw); }
  @media screen and (max-width: 640px) {
    .st_scon2 {
      width: 80%;
      display: block;
      margin: calc(150 / 1024 * 100vw) auto calc(50 / 1024 * 100vw); }
      .st_scon2 img {
        width: 100%; } }

.st_scon2 .story_txt {
  width: calc(500 / 1920 * 100vw);
  margin-right: calc(60 / 1920 * 100vw);
  color: #FFF; }
  @media screen and (max-width: 1024px) {
    .st_scon2 .story_txt {
      width: calc(500 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .st_scon2 .story_txt {
      width: 100%;
      margin: calc(100vw / 1024 * 40) auto 0; } }

.fadeIn {
  opacity: 0;
  transition: 2s; }

.fadeIn.is-show {
  opacity: 1; }

.st_st {
  display: block;
  margin: calc(100vw / 1920 * 120 ) auto 50px;
  width: calc(670 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .st_st {
      width: calc(670 / 1024 * 100vw);
      margin: 15vw auto 5vw; } }
  @media screen and (max-width: 640px) {
    .st_st {
      width: 80%; } }

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 0px; }

/*=====================================================================================================================*/
/*システム部分================================================================================*/
.system {
  overflow: hidden;
  padding-top: 5%; }
  @media screen and (max-width: 1024px) {
    .system {
      padding-top: 0%; } }
  @media screen and (max-width: 640px) {
    .system {
      padding: calc(100vw / 1024 * 60) 0 calc(100vw / 1024 * 150); } }

.system_slider {
  position: relative;
  margin: 5rem auto calc(100vw / 1024 * 100); }
  @media screen and (max-width: 1024px) {
    .system_slider {
      margin: 0 auto calc(100vw / 1024 * 100); } }

.slider {
  width: 80vw;
  max-width: 100%;
  margin: 0 auto;
  top: 20px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .slider {
      width: 100%; } }

.s_mcon {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(900 / 1920 * 100vw);
  margin: 0 auto; }
  .s_mcon img {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .s_mcon {
      width: 90%; } }
  @media screen and (max-width: 640px) {
    .s_mcon {
      display: block;
      margin: 0 auto; } }

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
  transform: scale(0.8);
  opacity: 0.5; }
  .slick-arrow:hover {
    opacity: 1; }
  .slick-arrow:active {
    transform: scale(1); }
  @media screen and (max-width: 800px) {
    .slick-arrow {
      transform: scale(1); } }
  @media screen and (max-width: 640px) {
    .slick-arrow {
      transform: scale(1.5); } }

.prev-arrow {
  left: 0em;
  z-index: 10;
  height: calc(100vw / 1920 * 80); }
  @media screen and (max-width: 1280px) {
    .prev-arrow {
      left: 0; } }
  @media screen and (max-width: 1024px) {
    .prev-arrow {
      left: 0em;
      height: calc(100vw / 1024 * 120);
      opacity: 0.8; } }
  @media screen and (max-width: 800px) {
    .prev-arrow {
      left: 0em;
      height: calc(100vw / 1024 * 100);
      opacity: 0.8; } }
  @media screen and (max-width: 640px) {
    .prev-arrow {
      left: 0em;
      height: calc(100vw / 1024 * 40);
      opacity: 0.8; } }

.next-arrow {
  right: 0em;
  height: calc(100vw / 1920 * 80); }
  @media screen and (max-width: 1280px) {
    .next-arrow {
      right: 0; } }
  @media screen and (max-width: 1024px) {
    .next-arrow {
      right: 0em;
      height: calc(100vw / 1024 * 120);
      opacity: 0.8; } }
  @media screen and (max-width: 800px) {
    .next-arrow {
      right: 0em;
      height: calc(100vw / 1024 * 100);
      opacity: 0.8; } }
  @media screen and (max-width: 640px) {
    .next-arrow {
      right: 0em;
      height: calc(100vw / 1024 * 40);
      opacity: 0.8; } }

.slide-dots {
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .slide-dots {
      width: 80%; } }

.slide-dots li {
  display: inline-block;
  margin: 0 calc(30 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .slide-dots li {
      margin: 0 calc(30 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .slide-dots li {
      margin: 0 calc(60 / 1024 * 100vw); } }

.slide-dots li button {
  position: relative;
  text-indent: -9999px; }

.slide-dots li button::before {
  background-image: url("../img/dot_off.png?001");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  cursor: pointer;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 30px;
  height: 30px; }
  @media screen and (max-width: 1024px) {
    .slide-dots li button::before {
      background-size: cover;
      width: 15px;
      height: 15px;
      top: calc(100vw / 1024 * 15); } }
  @media screen and (max-width: 640px) {
    .slide-dots li button::before {
      background-size: cover;
      width: 10px;
      height: 10px; } }

.slide-dots li.slick-active button::before {
  background-image: url("../img/dot_on.png?001");
  background-position: center;
  width: 30px;
  height: 30px;
  top: 24px; }
  @media screen and (max-width: 1024px) {
    .slide-dots li.slick-active button::before {
      background-size: cover;
      width: 15px;
      height: 15px;
      top: calc(100vw / 1024 * 15); } }
  @media screen and (max-width: 640px) {
    .slide-dots li.slick-active button::before {
      background-size: cover;
      width: 10px;
      height: 10px;
      top: calc(100vw / 1024 * 15); } }

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 0px; }

picture img {
  display: block;
  margin: 0 auto; }

/*=====================================================================================================================*/
/*キャラクター部分================================================================================*/
.character {
  overflow: hidden;
  padding-top: 5%; }

.chara_con {
  margin: 10em auto 10em;
  width: 80%; }
  .chara_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .chara_con ul li {
      margin: -15px calc(50 / 1920 * 100vw) calc(100vw / 1920 * 100);
      width: calc(200 / 1920 * 100vw);
      text-align: center;
      transition: .2s; }
  @media screen and (max-width: 640px) {
    .chara_con {
      display: none;
      margin: 5% auto 5em; }
      .chara_con ul li {
        width: 40%;
        margin: -15px calc(50 / 1024 * 100vw) calc(100vw / 1024 * 100); } }

.chara img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }
.chara li img {
  transition: .2s; }
  .chara li img:hover {
    opacity: 0.3; }
@media screen and (max-width: 640px) {
  .chara {
    margin: 5% auto 5em; } }

.chara_sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .chara_sp {
      width: 80%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin: 5% auto 5em; }
      .chara_sp li {
        width: calc(100% / 3 - 5px); }
        .chara_sp li img {
          width: 100%;
          display: block;
          margin: 0 auto 5vw; } }

.kg2 {
  margin-bottom: 6em; }
  @media screen and (max-width: 640px) {
    .kg2 {
      margin-bottom: 4em;
      padding-top: .5em; } }

.gallery-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-color: #fff;
  display: block;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  left: 50%;
  cursor: pointer;
  z-index: 2000; }
  @media screen and (max-width: 1024px) {
    .gallery-arrow {
      top: 50%; } }
  @media screen and (max-width: 640px) {
    .gallery-arrow {
      top: 55%; } }

.gallery-arrow-left {
  background: url("../img/arrow_l.png") no-repeat center;
  background-size: cover;
  width: 60px;
  height: 60px;
  left: 5%;
  right: auto; }
  @media screen and (max-width: 1024px) {
    .gallery-arrow-left {
      left: 1.5%;
      width: calc(60/1024 * 100vw);
      height: calc(100vw / 1024  * 60); } }

.gallery-arrow-right {
  background: url("../img/arrow_r.png?00") no-repeat center;
  background-size: cover;
  width: 60px;
  height: 60px;
  right: 5%;
  left: auto; }
  @media screen and (max-width: 1024px) {
    .gallery-arrow-right {
      right: 1.5%;
      width: calc(60/1024 * 100vw);
      height: calc(100vw / 1024  * 60); } }

.mfp-figure:after {
  background: rgba(255, 255, 255, 0); }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  background: #none; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  background: #none; }

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1; }

.mfp-close {
  font-size: 60px;
  color: #000;
  background: #000;
  z-index: 99; }
  .mfp-close:hover {
    z-index: 99; }
  .mfp-close:active {
    z-index: 99; }
  @media screen and (max-width: 1024px) {
    .mfp-close {
      font-size: 10vw; } }
  @media screen and (max-width: 640px) {
    .mfp-close {
      font-size: 13vw; } }

.close-icon {
  color: #F00; }

.mfp-counter {
  color: rgba(0, 0, 0, 0); }

/*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 */ }
  @media screen and (max-width: 1024px) {
    .sns_btn img {
      width: calc(50 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .sns_btn img {
      width: calc(60 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .sns_btn img {
      width: calc(80 / 1024 * 100vw); } }

/*footerカスタム=======================================================================================================*/
footer {
  background: #00011b;
  color: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 5;
  font-family: 'Noto Sans JP', sans-serif; }

.mcau {
  margin: 0 auto;
  width: 850px;
  max-width: 90%; }

.terminal {
  max-width: 800px; }

.pf-img img {
  opacity: 1; }

.pflist_long {
  margin-top: 5px;
  padding-left: 3px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .pflist_long {
      padding: 3px 5px 0px 0px;
      line-height: -10%;
      width: 69%;
      text-align: left; } }

hr {
  background: #FFF; }

.tlist_sp .pflist_l, .tlist_sps .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l {
  background: #9f8353;
  color: #000; }

/*各種項目名背景色変更*/
.clogo-d {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .clogo-d {
      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: 640px) {
    .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: 640px) {
    .kmc {
      margin-top: 30px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }

.mcau {
  margin: 0 auto calc(100vw / 1920 * 5);
  width: 800px;
  max-width: 90%; }
  @media screen and (max-width: 640px) {
    .mcau {
      margin: 0 auto calc(100vw / 1024 * 5); } }

.logo_cp {
  width: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  @media screen and (max-width: 640px) {
    .logo_cp {
      width: 80%; } }

.kmclogo img {
  display: block;
  margin: 5px auto; }
@media screen and (max-width: 1024px) {
  .kmclogo {
    width: calc(300 / 1024 * 100vw); } }

.logo2 {
  width: calc(200 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .logo2 {
      width: calc(450 / 1024 * 100vw); } }

.copy2 {
  text-align: center;
  color: #FFF;
  font-size: 10px;
  margin-bottom: calc(100vw / 1920 * 30); }
  @media screen and (max-width: 1024px) {
    .copy2 {
      margin-bottom: calc(100vw / 1024 * 150); } }
  @media screen and (max-width: 640px) {
    .copy2 {
      margin-bottom: calc(100vw / 1024 * 250); } }

/*DLモーダルウィンドウ========================================================================================================*/
.open_dl {
  display: none; }
  @media screen and (max-width: 1024px) {
    .open_dl {
      display: block;
      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: 640px) {
    .modal_content {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content {
      padding: 10px 0;
      width: 80%; } }

.modal_content_two {
  align-self: center;
  width: 450px;
  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_two {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content_two {
      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); }

.modal_wrap input:checked ~ .modal_overlay .modal_content_two {
  transform: scale(1); }

.open_button {
  text-align: center;
  max-width: 96%;
  margin: 0 auto;
  font-family: 'Noto Sans JP'; }

.dl_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dl_list li {
  color: #FFF;
  width: 150px;
  height: 90px;
  border: 2px #d5cb87 solid;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: #00011b;
  background: -moz-linear-gradient(top, #00011b 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00011b), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #00011b 0%, black 100%);
  background: -o-linear-gradient(top, #00011b 0%, black 100%);
  background: -ms-linear-gradient(top, #00011b 0%, black 100%);
  background: linear-gradient(to bottom, #00011b 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1114', endColorstr='#000', GradientType=0 );
  box-shadow: 6px 6px rgba(66, 54, 0, 0.5); }
  .dl_list li img {
    height: 70px;
    margin-top: 12px; }
@media screen and (max-width: 640px) {
  .dl_list li {
    width: 110px;
    height: 70px; }
    .dl_list li img {
      height: 50px;
      margin: 8px 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; }

.soon {
  position: relative; }
  .soon img {
    height: 40px; }
  .soon p {
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -5px;
    color: #FFF;
    font-size: 10px;
    font-weight: bold; }
