@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;800&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);
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden; }

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%;
  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: 100vw;
  position: relative;
  top: 0;
  z-index: 99;
  background: #131313; }
  header img {
    text-align: left; }
  header img:hover {
    opacity: 0.7; }
  header p {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0.3%; }
  @media screen and (max-width: 1024px) {
    header {
      padding: 0; } }

.hd_img {
  width: 80px;
  margin-left: 2vw; }

/*=====================================================================================================================*/
/*折り畳み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; } }

.causub_con {
  display: none; }

/*=====================================================================================================================*/
#nav-toggle {
  display: none;
  position: fixed;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 999; }
  @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: white;
  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 {
  display: none;
  position: fixed;
  /* 開いてないときは画面外に配置 */
  top: -1200px;
  left: 0;
  right: auto;
  background: rgba(0, 0, 0, 0.9);
  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 {
      display: block; }
      .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);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal; }
  .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: 5px 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(1200px);
  -webkit-transform: translateY(1200px);
  transform: translateY(1200px); }

.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  z-index: 900;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden; }
  .header p {
    margin: 10px auto; }
  .header img {
    transition: 0.5s; }
  .header img:hover {
    opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .header {
      display: none;
      padding: 10px;
      text-align: left; }
      .header p {
        text-align: left;
        max-width: 100%; }
      .header img {
        display: block;
        width: 80px; } }

/*SP折り畳みメニュー終了==================================================================================================*/
/*=====================================================================================================================*/
/*=====================================================================================================================*/
/*各項目固定背景用================================================================================*/
/*固定背景*/
/*横幅固定用*/
.mcon {
  width: 1020px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .mcon {
      max-width: 90%;
      margin: 0 auto; } }

.sp_dlbtn {
  display: none;
  position: relative;
  z-index: 999; }
  .sp_dlbtn img {
    display: block;
    position: fixed;
    transition: .3s;
    margin: auto;
    bottom: calc(100vw / 1920 * 30);
    right: calc(30 / 1920 * 100vw);
    width: calc(0 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .sp_dlbtn {
      display: block; }
      .sp_dlbtn img {
        opacity: 1;
        width: 90%;
        max-width: 100%;
        position: fixed;
        margin: auto;
        left: 0;
        right: 0vw;
        bottom: 2vw;
        z-index: 800; } }

/*=====================================================================================================================*/
/*TOPメイン画像関連（パーツ増やしたり減らしたり）================================================================================*/
.main_back {
  background: url("../img/topback.jpg") top center no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .main_back {
      display: none; } }

.main_img {
  height: calc(100vw / 1920 * 1040);
  margin: 0 auto;
  position: relative;
  width: 100%; }

.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%; }

.t_pv {
  position: absolute;
  z-index: 25;
  margin: 0 auto;
  bottom: calc(100vw / 1920 * 180 );
  left: 0;
  right: 0;
  width: calc(480 / 1920 * 100vw);
  opacity: 0;
  z-index: 10;
  animation-name: catch;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }

.g-title {
  position: absolute;
  top: calc(100vw / 1920 * 80 );
  z-index: 20;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  width: calc(1000 / 1920 * 100vw);
  z-index: 10;
  animation-name: titlelogo;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }

.t_sale {
  position: absolute;
  text-align: center;
  z-index: 30;
  margin: 0 auto;
  bottom: calc(100vw / 1920 * 50);
  left: 0;
  right: 0;
  opacity: 0;
  justify-content: space-around;
  animation-name: sale;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }
  .t_sale img {
    width: calc(420 / 1920 * 100vw);
    transition: .2s; }
  .t_sale img:hover {
    opacity: 0.5; }

/*アニメーション設定===================*/
@keyframes sale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes catch {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes titlelogo {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes hero {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.spmain {
  display: none; }
  .spmain img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .spmain {
      display: block;
      overflow: hidden;
      position: relative; } }

.sp_topimg {
  -webkit-mask-image: linear-gradient(180deg, white 90%, transparent);
  mask-image: linear-gradient(180deg, white 90%, transparent); }

.hd_imgsp {
  width: calc(120 / 1024 * 100vw);
  position: absolute;
  margin: auto;
  top: 1vw;
  left: 1vw;
  z-index: 3; }
  @media screen and (max-width: 500px) {
    .hd_imgsp {
      width: calc(90 / 500 * 100vw); } }

.sp_sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }
  .sp_sale img {
    width: 100%; }

.caution1 {
  width: calc(550 / 1920 * 100vw);
  background: rgba(0, 0, 0, 0.82);
  color: #FFF;
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 320);
  left: 0;
  right: 0;
  padding: 15px 20px;
  font-size: calc(14 / 1920 * 100vw);
  overflow: hidden; }
  .caution1 p {
    text-align: center; }
  .caution1 a {
    color: #ffdd20;
    word-break: break-all; }
  .caution1 h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px; }
  @media screen and (max-width: 1024px) {
    .caution1 {
      margin: 10px auto;
      position: static;
      width: 90%;
      font-size: 16px; } }

/*PCメヌー--------------------------------------------------------------------------------------------------------------*/
.pc_menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #FFF;
  font-size: calc(100vw /1920 * 22);
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
  margin-right: 3vw; }
  .pc_menu a {
    color: #FFF;
    margin-right: 1.5vw;
    transition: .2s; }
  .pc_menu a:hover {
    color: #FFB93C; }
  @media screen and (max-width: 1024px) {
    .pc_menu {
      display: none; } }

.pcmenu.hd_fixed {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .pcmenu.hd_fixed {
      display: none; } }

/*PV部分================================================================================*/
.pv {
  text-align: center;
  margin: 80px auto; }
  .pv img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .pv {
      width: 96%;
      margin: 20px auto 60px; } }

/*=====================================================================================================================*/
/*ストーリー部分================================================================================*/
.story_back {
  overflow: hidden;
  background: url("../img/back_00.jpg") no-repeat top center;
  background-size: cover;
  position: relative; }

/*各種おび*/
.t_obi {
  width: 100%;
  max-width: 100%;
  margin: calc(100vw / 1920 * 90 ) auto calc(100vw / 1920 * 60);
  text-align: center; }
  .t_obi img {
    width: calc(700 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .t_obi {
      margin: calc(100vw / 1024 * 100 ) auto calc(100vw / 1024 * 60);
      width: 100%;
      max-width: 730px; }
      .t_obi img {
        width: 100%; } }
  @media screen and (max-width: 800px) {
    .t_obi {
      margin: calc(100vw / 1024 * 150 ) auto calc(100vw / 1024 * 60);
      width: 100%;
      max-width: 730px; }
      .t_obi img {
        width: 100%; } }
  @media screen and (max-width: 640px) {
    .t_obi {
      margin: calc(100vw / 1024 * 120 ) auto 5vw; } }

.txt_con {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: #000 1px 0 10px,#000 1px 0 10px,#000 1px 0 10px,#000 1px 0 10px,#000 1px 0 10px,#000 1px 0 10px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .txt_con {
      font-size: calc(30 / 1024 * 100vw); } }

.txt_con.st_con {
  font-size: calc(30 / 1920 * 100vw);
  line-height: 180%;
  position: relative;
  z-index: 3;
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .txt_con.st_con {
      width: 80%;
      margin: 0 auto;
      font-size: calc(25 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .txt_con.st_con {
      font-size: calc(25 / 768 * 100vw); } }
  @media screen and (max-width: 640px) {
    .txt_con.st_con {
      width: 100%;
      font-size: calc(28 / 768 * 100vw); } }

.storyc {
  overflow: hidden;
  margin: 40px auto; }
  @media screen and (max-width: 1024px) {
    .storyc {
      height: auto; } }
  @media screen and (max-width: 800px) {
    .storyc {
      width: 80%;
      height: auto; } }
  @media screen and (max-width: 640px) {
    .storyc {
      width: 90%;
      height: auto; } }

.st_img img {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: calc(100vw / 1920 * 300);
  left: 0;
  right: 0;
  display: block; }
  @media screen and (max-width: 1024px) {
    .st_img img {
      position: static;
      margin: 3vw auto;
      width: 70%; } }
  @media screen and (max-width: 800px) {
    .st_img img {
      position: static;
      margin: 3vw auto; } }
  @media screen and (max-width: 640px) {
    .st_img img {
      position: static;
      margin: 3vw auto;
      width: 90%; } }

.st_cap {
  width: calc(1500/1920 * 100vw);
  margin: 4vw auto;
  display: block; }
  @media screen and (max-width: 800px) {
    .st_cap {
      width: 90%;
      margin: 0 auto calc(100vw / 1024 * 180); } }

/*=====================================================================================================================*/
/*戦闘===========================================================================================================*/
.bt_back {
  background: url("../img/back_01.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden; }

.sub_t img {
  width: calc(1000 / 1920 * 100vw);
  display: block;
  margin: calc(100vw / 1920  * 80) auto; }
  @media screen and (max-width: 800px) {
    .sub_t img {
      width: 90%;
      font-size: calc(30 / 1024 * 100vw);
      margin: calc(100vw / 1024  * 80) auto; } }

.txt_con.bt_txt {
  font-size: calc(30 / 1920 * 100vw);
  margin-bottom: calc(100vw / 1920 * 80); }
  @media screen and (max-width: 1024px) {
    .txt_con.bt_txt {
      font-size: calc(30 / 1024 * 100vw);
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 800px) {
    .txt_con.bt_txt {
      width: 90%;
      margin: 0 auto 13vw;
      font-size: calc(18 / 500 * 100vw); } }

.bt_con {
  position: relative;
  height: calc(100vw / 1920 * 580);
  width: 100%;
  margin: 0 auto 5vw; }
  @media screen and (max-width: 800px) {
    .bt_con {
      height: auto; } }

.bt_img1 {
  width: calc(740 / 1920 * 100vw);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media screen and (max-width: 800px) {
    .bt_img1 {
      position: relative;
      width: 80%;
      margin: 15vw auto 0;
      display: block; } }

.bt_img2 {
  width: calc(420 / 1920 * 100vw);
  position: absolute;
  top: 0;
  left: calc(140 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .bt_img2 {
      position: relative;
      width: calc(400 / 1024 * 100vw); } }

.bt_img3 {
  width: calc(500 / 1920 * 100vw);
  position: absolute;
  right: calc(60 / 1920 * 100vw);
  bottom: 0; }
  @media screen and (max-width: 800px) {
    .bt_img3 {
      position: relative;
      width: calc(400 / 1024 * 100vw); } }

@media screen and (max-width: 800px) {
  .bt_sp {
    display: flex;
    justify-content: space-around;
    margin: calc(100vw / 1024 * 60) auto; } }
@media screen and (max-width: 640px) {
  .bt_sp {
    display: flex;
    justify-content: space-around;
    margin: calc(100vw / 1024 * 120) auto; } }

/*=====================================================================================================================*/
/*システム部分================================================================================*/
.system {
  background: url("../img/back_02.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden; }

.sys_con1 {
  width: calc(1350 / 1920 * 100vw);
  height: calc(100vw / 1920  * 580);
  margin: 5vw auto;
  position: relative; }
  .sys_con1 img:first-child {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    width: calc(740 / 1920 * 100vw); }
  .sys_con1 img:last-child {
    display: block;
    position: absolute;
    margin: auto;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: calc(720 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .sys_con1 {
      width: 90%;
      height: calc(100vw / 1024  * 780); }
      .sys_con1 img:first-child {
        width: calc(740 / 1024 * 100vw); }
      .sys_con1 img:last-child {
        width: calc(740 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .sys_con1 {
      width: 70%;
      height: auto;
      margin: 5vw auto;
      position: static; }
      .sys_con1 img:first-child {
        position: static;
        width: 100%;
        margin: 15vw auto 3vw; }
      .sys_con1 img:last-child {
        position: static;
        width: 100%;
        margin: 0 auto 20vw; } }
  @media screen and (max-width: 640px) {
    .sys_con1 {
      width: 90%;
      height: auto;
      margin: 5vw auto;
      position: static; }
      .sys_con1 img:first-child {
        position: static;
        width: 90%;
        margin: 15vw auto 5vw; }
      .sys_con1 img:last-child {
        position: static;
        width: 90%;
        margin: 0 auto 20vw; } }

.sys_con2 {
  width: calc(1500 / 1920 * 100vw);
  height: calc(100vw / 1920  * 870);
  margin: 5vw auto;
  position: relative; }
  .sys_con2 img:first-child {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: calc(990 / 1920 * 100vw); }
  .sys_con2 img:last-child {
    display: block;
    position: absolute;
    margin: auto;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: calc(720 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .sys_con2 {
      width: 90%;
      height: calc(100vw / 1024  * 900);
      margin: 5vw auto 10vw; }
      .sys_con2 img:first-child {
        width: calc(740 / 1024 * 100vw); }
      .sys_con2 img:last-child {
        width: calc(740 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .sys_con2 {
      width: 70%;
      height: auto;
      margin: 5vw auto;
      position: static; }
      .sys_con2 img:first-child {
        position: static;
        width: 100%;
        margin: 0 auto 5vw; }
      .sys_con2 img:last-child {
        position: static;
        width: 100%;
        margin: 0 auto 20vw; } }
  @media screen and (max-width: 640px) {
    .sys_con2 {
      width: 90%;
      height: auto;
      margin: 5vw auto;
      position: static; }
      .sys_con2 img:first-child {
        position: static;
        width: 90%;
        margin: 15vw auto 5vw; }
      .sys_con2 img:last-child {
        position: static;
        width: 90%;
        margin: 0 auto 20vw; } }

/*=====================================================================================================================*/
/*用語集===========================================================================================================*/
.word {
  overflow: hidden;
  background: url("../img/back_03.jpg") no-repeat center top;
  background-size: cover; }

.wd_con1 {
  margin: 0 auto;
  width: calc(800 / 1920  *100vw ); }
  .wd_con1 img {
    display: block; }
  .wd_con1 img:first-child {
    margin: 0 auto 1vw;
    width: calc(760 / 1920 * 100vw); }
  .wd_con1 img:last-child {
    margin: 0 auto 6vw;
    width: calc(800 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .wd_con1 {
      width: 85%; }
      .wd_con1 img:first-child {
        margin: 0 auto 1vw;
        width: calc(760 / 1024 * 100vw); }
      .wd_con1 img:last-child {
        margin: 0 auto 6vw;
        width: calc(800 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .wd_con1 {
      width: 90%; }
      .wd_con1 img:first-child {
        margin: 0 auto 2vw;
        width: 80%; }
      .wd_con1 img:last-child {
        margin: 0 auto 8vw;
        width: 80%; } }
  @media screen and (max-width: 640px) {
    .wd_con1 {
      width: 90%; }
      .wd_con1 img:first-child {
        margin: 0 auto 2vw;
        width: 90%; }
      .wd_con1 img:last-child {
        margin: 0 auto 8vw;
        width: 90%; } }

.wd_con2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 6vw;
  width: calc(1700 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .wd_con2 {
      display: block;
      width: 100%; } }

.wd_mcon {
  width: calc(800 / 1920  *100vw );
  margin: 0 auto 6vw; }
  .wd_mcon img {
    display: block; }
  .wd_mcon img:first-child {
    margin: 0 auto 1vw;
    width: calc(760 / 1920 * 100vw); }
  .wd_mcon img:last-child {
    margin: 0 auto 6vw;
    width: calc(800 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .wd_mcon {
      width: 85%; }
      .wd_mcon img:first-child {
        margin: 0 auto 1vw;
        width: calc(760 / 1024 * 100vw); }
      .wd_mcon img:last-child {
        margin: 0 auto 6vw;
        width: calc(800 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .wd_mcon {
      width: 90%; }
      .wd_mcon img:first-child {
        margin: 0 auto 2vw;
        width: 80%; }
      .wd_mcon img:last-child {
        margin: 0 auto 8vw;
        width: 80%; } }
  @media screen and (max-width: 640px) {
    .wd_mcon {
      width: 90%; }
      .wd_mcon img:first-child {
        margin: 0 auto 2vw;
        width: 90%; }
      .wd_mcon img:last-child {
        margin: 0 auto 8vw;
        width: 90%; } }

/*=====================================================================================================================*/
/*キャラクター部分================================================================================*/
.character {
  background: url("../img/back_04.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden; }

.c_con1 {
  width: calc(660 / 1920 * 100vw);
  margin: 0 auto; }

.c_con2 {
  width: calc(660 / 1920 * 100vw);
  margin: 0 auto; }

.c_t1 {
  display: block;
  margin: 0 auto;
  width: calc(458 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .c_t1 {
      width: calc(458 / 1024 * 100vw);
      margin: 10vw auto 1vw; } }
  @media screen and (max-width: 500px) {
    .c_t1 {
      width: 80%;
      max-width: 458px; } }

.chara_con1 p {
  width: 100%; }

.chara_con2 {
  width: 90%;
  margin: 5vw auto 10vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden; }
  @media screen and (max-width: 500px) {
    .chara_con2 {
      display: block; } }

.c_icon {
  width: calc(450 / 1920 * 100vw);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .c_icon img {
    display: block;
    width: calc(180 / 1920 * 100vw);
    margin: 1vw calc(10 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .c_icon {
      width: 70%;
      margin: 0 auto; }
      .c_icon img {
        width: calc(120 / 1024 * 100vw); } }
  @media screen and (max-width: 1024px) {
    .c_icon {
      width: 90%;
      margin: 0 auto; }
      .c_icon img {
        width: calc(100 / 500 * 100vw); } }

.c_icon2 {
  width: calc(640 / 1920 * 100vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  .c_icon2 img {
    display: block;
    width: calc(180 / 1920 * 100vw);
    margin: 1vw calc(10 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .c_icon2 {
      width: 70%;
      margin: 0 auto; }
      .c_icon2 img {
        width: calc(120 / 1024 * 100vw); } }
  @media screen and (max-width: 1024px) {
    .c_icon2 {
      width: 90%;
      margin: 0 auto; }
      .c_icon2 img {
        width: calc(100 / 500 * 100vw); } }

.gallery-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  left: 50%;
  cursor: pointer;
  z-index: 2000;
  transition: .3s; }
  .gallery-arrow:hover {
    opacity: .5; }
  @media screen and (max-width: 1024px) {
    .gallery-arrow {
      top: 50%; }
      .gallery-arrow:hover {
        opacity: 1; } }

.gallery-arrow-left {
  background: url("../img/arrow_l.png?00") no-repeat center;
  background-size: cover;
  width: 70px;
  height: 52px;
  left: calc(200 / 3840 * 100vw);
  right: auto; }
  @media screen and (max-width: 1930px) {
    .gallery-arrow-left {
      left: calc(200 / 1920 * 100vw); } }
  @media screen and (max-width: 1024px) {
    .gallery-arrow-left {
      left: 1.5%;
      width: calc(70/1024 * 100vw);
      height: calc(100vw / 1024  * 52); } }
  @media screen and (max-width: 640px) {
    .gallery-arrow-left {
      min-width: 30px;
      min-height: 22px; } }

.gallery-arrow-right {
  background: url("../img/arrow_r.png?00") no-repeat center;
  background-size: cover;
  width: 70px;
  height: 52px;
  right: calc(200 / 3840 * 100vw);
  left: auto; }
  @media screen and (max-width: 1930px) {
    .gallery-arrow-right {
      right: calc(200 / 1920 * 100vw); } }
  @media screen and (max-width: 1024px) {
    .gallery-arrow-right {
      right: 1.5%;
      width: calc(70/1024 * 100vw);
      height: calc(100vw / 1024  * 52); } }
  @media screen and (max-width: 640px) {
    .gallery-arrow-right {
      min-width: 30px;
      min-height: 22px; } }

.mfp-counter {
  display: none; }

/*=====================================================================================================================*/
/*spec系統設定===========================================================================================================*/
.spec {
  width: 100%;
  text-align: center;
  margin: 20px auto 20px;
  overflow: hidden; }
  .spec img {
    max-width: 100%;
    margin: 0px auto 30px; }
  @media screen and (max-width: 640px) {
    .spec {
      margin: 0px auto; }
      .spec img {
        max-width: 95%;
        margin: 0px auto 0px; } }

.pc_spec {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .pc_spec {
      display: none; } }

.sp_spec {
  display: none; }
  @media screen and (max-width: 640px) {
    .sp_spec {
      display: block;
      margin: 0 auto; } }

/*=====================================================================================================================*/
/*SNS系統設定===========================================================================================================*/
.sns_btn {
  display: -webkit-flex;
  display: flex;
  max-width: 300px;
  margin: 20px auto;
  text-align: center; }
  .sns_btn li {
    flex-grow: 2;
    -webkit-flex-grow: 1;
    /* Safari */ }
    .sns_btn li img {
      width: 40px; }

/*footerカスタム=======================================================================================================*/
footer {
  background: #221608;
  color: #FFF; }
  @media screen and (max-width: 1024px) {
    footer {
      padding-bottom: calc(100vw/ 1024 * 300); } }

.terminal {
  max-width: 800px; }

@media screen and (max-width: 640px) {
  .tlist_sp {
    width: 100%; } }

.cp_logo {
  display: flex;
  margin: 1rem auto;
  justify-content: space-around;
  align-items: center;
  width: 550px; }
  @media screen and (max-width: 1024px) {
    .cp_logo {
      margin: 0 auto;
      justify-content: space-around;
      width: 80%; } }

.kmclogo img {
  display: block;
  margin: 5px auto;
  max-width: 100%; }
@media screen and (max-width: 640px) {
  .kmclogo {
    width: calc(260 / 1024 * 100vw); } }

.e_logo img {
  width: calc(150 / 1920 * 100vw);
  max-width: 100%; }
@media screen and (max-width: 1024px) {
  .e_logo img {
    width: calc(130 / 1024 * 100vw); } }
@media screen and (max-width: 640px) {
  .e_logo img {
    width: calc(260 / 1024 * 100vw); } }

.pf-img img {
  opacity: 1; }

.pflist_long {
  margin-top: 5px; }

hr {
  background: #66584c; }

.tlist-last span {
  font-size: 10px; }

.tlist_sp .pflist_l, .tlist_sps .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l {
  background: #66584c;
  color: white; }

/*各種項目名背景色変更*/
.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: 640px) {
    .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: 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; } }

/*上に戻るボタンここから=======================================================================================================*/
.upbtn {
  display: block;
  position: fixed;
  bottom: 140px;
  right: 20px;
  font-size: 77%;
  z-index: 80; }
  .upbtn a {
    background: rgba(60, 44, 37, 0.8);
    color: #2B170E;
    font-weight: bold;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity: .5;
    border: outset 2px #ffb414;
    transition: .2s; }
  .upbtn a:hover {
    opacity: 1;
    border: outset 2px #ffb414; }
  .upbtn img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .upbtn {
      display: none; }
      .upbtn a {
        width: 0px;
        height: 0px;
        border: none; }
      .upbtn a:hover {
        border: none; } }

/*上に戻るボタンここまで=======================================================================================================*/
/*=====================================================================================================================*/
/*ポータル用ボタン*/
.portalbtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 80; }
  .portalbtn a {
    opacity: .5;
    transition: .2s; }
  .portalbtn a:hover {
    opacity: 1; }
  .portalbtn img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .portalbtn {
      display: none;
      opacity: 0;
      width: 0px;
      height: 0px; } }

/*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 #9f7927 solid;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #9ac478 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #9ac478));
  background: -webkit-linear-gradient(top, white 0%, #9ac478 100%);
  background: -o-linear-gradient(top, white 0%, #bec8bb 100%);
  background: -ms-linear-gradient(top, white 0%, #bec8bb 100%);
  background: linear-gradient(to bottom, #2d2121 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', 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; }
  @media screen and (max-width: 640px) {
    .soon p {
      line-height: .8;
      bottom: 0; } }
