@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=New+Tegomin&family=Noto+Sans+JP:wght@300;500;700&family=Shippori+Mincho:wght@500;600&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: auto;
  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%;
  scroll-behavior: smooth; }

body {
  background: #000;
  background-size: cover;
  outline: none;
  min-width: 100%;
  font-family: 'Shippori Mincho', serif;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    body {
      background: #000; } }

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: 800px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp {
      display: block; } }

.ssp {
  display: none; }
  @media screen and (max-width: 640px) {
    .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; }

.bg {
  background: url("../img/bg_00.jpg") center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }

/*=====================================================================================================================*/
/*ヘッダー(一番上の奴)設定*/
header {
  width: 100vw;
  position: relative;
  top: 0;
  z-index: 990;
  display: none; }
  @media screen and (max-width: 1024px) {
    header {
      display: block; } }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
#nav-toggle {
  display: none;
  position: fixed;
  right: 12px;
  top: 5px;
  width: calc(80 / 1024 * 100vw);
  height: calc(100vw / 1024 * 80 );
  cursor: pointer;
  z-index: 100; }
  @media screen and (max-width: 800px) {
    #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: #be995f;
  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: fixed;
  /* 開いてないときは画面外に配置 */
  top: -1200px;
  left: 0;
  right: auto;
  background: rgba(0, 0, 0, 0.75);
  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: 800px) {
    .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: "Noto Sans JP", sans-serif; }
  @media screen and (max-width: 640px) {
    .menu ul li {
      font-size: 18px; } }

.menu ul li:last-child {
  border-bottom: none; }

.menu ul li a {
  width: 100%;
  display: block;
  color: #4ffbf5;
  padding: 2vh 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); }

.pchd {
  width: 100vw;
  max-width: 100%;
  padding: 5px 10px;
  background: rgba(0, 50, 60, 0.75);
  position: fixed;
  font-family: "Noto Sans JP", sans-serif;
  font-style: oblique 20deg;
  z-index: 999;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  height: calc(100vw / 1920 * 70); }
  .pchd ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1%;
    height: 60px; }
    .pchd ul li {
      margin: 0 1.5em 0 0;
      transition: .3s;
      font-size: calc(24 /1920 * 100vw); }
      .pchd ul li a {
        color: #4ffbf5; }
    .pchd ul li:hover {
      opacity: .5; }
  @media screen and (max-width: 1024px) {
    .pchd {
      width: 100%;
      position: absolute;
      overflow: hidden;
      padding: 0;
      top: 0;
      background: rgba(0, 0, 0, 0);
      height: calc(100vw / 1024 * 65);
      z-index: 800; }
      .pchd ul {
        display: none; } }
  @media screen and (max-width: 640px) {
    .pchd {
      min-height: 60px; } }

.hd_img {
  position: relative;
  z-index: 10;
  top: calc(100vw / 1920 * 14);
  height: calc(100vw / 1920 *40); }
  @media screen and (max-width: 1024px) {
    .hd_img {
      top: calc(100vw / 1024 * 17);
      height: calc(100vw / 1024 * 40);
      left: calc(30 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .hd_img {
      top: 5%;
      min-height: 25px; } }

.hd_dlbtn {
  margin: auto;
  height: calc(100vw / 1920 * 35);
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .hd_dlbtn {
      display: none; } }

.hd_dlbtn2 {
  position: absolute;
  margin: auto;
  left: auto;
  right: calc(320 / 1920 * 100vw);
  top: calc(100vw / 1920 * 25);
  height: calc(100vw / 1920 * 50); }
  @media screen and (max-width: 800px) {
    .hd_dlbtn2 {
      display: none; } }

/*SP折り畳みメニュー終了==================================================================================================*/
/*=====================================================================================================================*/
/*PCメヌー--------------------------------------------------------------------------------------------------------------*/
.menu_dl img {
  height: calc(100vw / 1920 * 80);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 5%;
  transition: .2s; }
.menu_dl img:hover {
  opacity: .8;
  transform: scale(0.98); }

@media screen and (max-width: 800px) {
  #story, #system, #classes, #monsters {
    padding: calc(100vw / 1024 * 20) 0; } }

h2 {
  text-align: left;
  margin: calc(100vw / 1920 * 180) 0 calc(100vw / 1920 * 80);
  padding: 0;
  width: 100%; }
  h2 img {
    display: block;
    margin-left: 0;
    width: calc(629 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    h2 img {
      width: calc(629 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    h2 img {
      width: 80%; } }

/*=====================================================================================================================*/
/*TOPメイン画像関連（パーツ増やしたり減らしたり）================================================================================*/
.main_top {
  width: 100vw;
  height: auto;
  background-size: cover;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 800px) {
    .main_top {
      width: 100vw;
      margin: 0 auto;
      position: relative;
      overflow: hidden; } }

.main_con_pc {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: calc(100vw / 1920 * 1030);
  background: url("../img/main_bg.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden;
  border-bottom: 3px solid #009d9b; }
  @media screen and (max-width: 800px) {
    .main_con_pc {
      display: none; } }

.main_con_sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .main_con_sp {
      display: block; } }

.main_spimg {
  width: 100%; }

.sp_dlbtn {
  display: block;
  width: 80%;
  margin: 0 auto calc(100vw / 1024 * 80); }

.t_img1 {
  width: calc(917 / 1920 * 100vw);
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 80);
  left: calc(130 / 1920 * 100vw);
  z-index: 1;
  animation: hover-warp 3s ease-in-out infinite alternate; }
  @media screen and (max-width: 800px) {
    .t_img1 {
      display: none; } }

@keyframes hover-warp {
  0% {
    transform: translateY(0);
    /* スタート位置 */ }
  100% {
    transform: translateY(-15px);
    /* 3秒かけて15px上にフワッと浮く */ } }
.t_logo {
  width: calc(720 / 1920 *100vw);
  position: absolute;
  margin: auto;
  top: calc(100vw /1920 * 120);
  right: calc(160 / 1920 *100vw);
  z-index: 1; }
  @media screen and (max-width: 640px) {
    .t_logo {
      width: 80%;
      height: auto;
      top: auto;
      bottom: 45%;
      right: 3%; } }

.pc_pv {
  width: calc(550 / 1920 * 100vw);
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 310);
  right: calc(210 / 1920 * 100vw);
  z-index: 2;
  transition: .3s; }
  .pc_pv:hover {
    transform: scale(1.05); }
  @media screen and (max-width: 800px) {
    .pc_pv {
      display: block;
      position: static;
      width: 80%;
      margin: calc(100vw / 1024 * 50 ) auto; } }
  @media screen and (max-width: 640px) {
    .pc_pv {
      height: auto;
      min-height: auto;
      margin: calc(100vw / 1024 * 150 ) auto; } }

.top_dl {
  position: absolute;
  margin: 0 auto;
  bottom: calc(100vw / 1920 * 180);
  right: calc(210 / 1920 * 100vw);
  z-index: 2;
  transition: .3s; }
  .top_dl img {
    width: calc(580 / 1920 * 100vw); }
  .top_dl:hover {
    opacity: .7; }

.t_sale {
  position: fixed;
  z-index: 100;
  margin: auto;
  bottom: 0;
  width: 0;
  display: none; }
  .t_sale img {
    width: 0; }
  @media screen and (max-width: 800px) {
    .t_sale {
      width: 90%;
      margin: auto;
      bottom: calc(100vw / 1024 * 10);
      left: 0;
      right: 0; }
      .t_sale img {
        width: calc(580 / 1024 * 100vw);
        display: block;
        margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    .t_sale {
      width: 90%;
      margin: auto;
      bottom: calc(100vw / 1024 * 20);
      left: 0;
      right: 0; }
      .t_sale img {
        display: block;
        width: 100%;
        margin: 0 auto; } }

/*=====================================================================================================================*/
/*story===========================================================================================================*/
.story_con {
  width: 100%;
  color: #FFF;
  background: url("../img/bg_01.jpg") no-repeat center bottom;
  background-size: cover;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .story_con {
      height: auto; } }
  @media screen and (max-width: 800px) {
    .story_con {
      margin-bottom: calc(100vw / 1024 * 150); } }

.waku {
  position: relative; }
  .waku::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    /*指定したい幅*/
    display: block;
    background: url("../img/frame_up.png") no-repeat top;
    background-size: cover;
    height: calc(100vw / 1920 * 77); }
  .waku::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    /*指定したい幅*/
    display: block;
    background: url("../img/frame_dwn.png") no-repeat bottom;
    background-size: cover;
    height: calc(100vw / 1920 * 77); }
  @media screen and (max-width: 800px) {
    .waku {
      width: 100%; }
      .waku::after {
        background-size: contain;
        height: calc(100vw / 1024 * 77); }
      .waku::before {
        background-size: contain;
        height: calc(100vw / 1024 * 77); } }

.swiper {
  width: 90%;
  position: relative;
  z-index: 99; }

.swiper-wrapper {
  width: 100%;
  height: calc(100vw / 1920 * 870);
  position: relative;
  margin: 0 auto;
  z-index: 80; }
  @media screen and (max-width: 800px) {
    .swiper-wrapper {
      height: auto; } }

.swiper-slide {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  @media screen and (max-width: 800px) {
    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center; } }

.story_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(30 / 1920 * 100vw);
  height: calc(100vw / 1920 * 870);
  white-space: normal !important;
  word-break: break-all; }
  @media screen and (max-width: 800px) {
    .story_txt {
      width: 80%;
      font-size: calc(20 / 1024 * 100vw);
      margin: calc(100vw / 1024 * 80) auto calc(100vw / 1024 * 60);
      height: auto; } }
  @media screen and (max-width: 640px) {
    .story_txt {
      width: 90%;
      font-size: calc(43 / 1024 * 100vw);
      margin: calc(100vw / 1024 * 80) auto calc(100vw / 1024 * 60);
      height: auto;
      text-shadow: 0px 0px 15px black, 0px 0px 15px black, 0px 0px 15px black, 0px 0px 15px black, 0px 0px 15px black; } }

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  z-index: 999 !important;
  /* 超強力なお守り */
  pointer-events: auto !important;
  /* ➔【超重要】私は絶対にクリックを感知します！という設定 */
  font-size: 0; }

/* 1. デフォルトの青い矢印を消す */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
  /* ➔【最強の呪文】中身を完全に無（空っぽ）にする */
  display: none !important;
  /* 念のため非表示にする */
  background-image: none !important;
  /* 背景画像も完全にクリア */
  font-size: 0; }

/* 2. オリジナル画像を表示する */
.swiper-button-next,
.swiper-button-prev {
  background-image: !important;
  background-size: contain;
  background-repeat: no-repeat;
  /* サイズはキミの画像に合わせて調整してね！ */
  width: calc(61 / 1920 * 100vw);
  height: calc(100vw / 1920 * 100);
  transition: .3s; }
  .swiper-button-next img,
  .swiper-button-prev img {
    width: calc(61 / 1920 * 100vw);
    height: calc(100vw / 1920 * 100);
    transition: .3s; }
    .swiper-button-next img:hover,
    .swiper-button-prev img:hover {
      opacity: .7; }
  @media screen and (max-width: 800px) {
    .swiper-button-next,
    .swiper-button-prev {
      width: calc(61 / 1024 * 100vw);
      height: calc(100vw / 1024 * 100); }
      .swiper-button-next img,
      .swiper-button-prev img {
        width: calc(61 / 1024 * 100vw);
        height: calc(100vw / 1024 * 100); } }

/* ページネーションの基本スタイル */
.swiper-pagination-bullet {
  background-color: transparent;
  /* 背景色を透明に */
  background-image: url("../img/dot_off.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  /* これがないと画像が欠ける */
  height: 24px;
  opacity: 1;
  /* 画像の透過を無くす */
  width: 24px; }
  @media screen and (max-width: 800px) {
    .swiper-pagination-bullet {
      height: calc(24 / 1024 * 100vw);
      width: calc(24 / 1024 * 100vw); } }

/* 選択されているページネーション */
.swiper-pagination-bullet-active {
  background-image: url("../img/dot_on.png");
  height: 24px;
  width: 24px; }
  @media screen and (max-width: 800px) {
    .swiper-pagination-bullet-active {
      height: calc(24 / 1024 * 100vw);
      width: calc(24 / 1024 * 100vw); } }

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%; }

/*=====================================================================================================================*/
/*キャラクター===========================================================================================================*/
/*=====================================================================================================================*/
/*ワード===========================================================================================================*/
.word_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 72%;
  margin: 0 auto 5vw; }
  .word_list img {
    width: calc(300 / 1920 * 100vw);
    margin: 0 auto 5vw; }
  @media screen and (max-width: 800px) {
    .word_list {
      justify-content: space-between;
      width: 85%;
      margin: 1px 2vw 4vw auto; }
      .word_list img {
        width: calc(100% / 2 - 10px);
        margin: 0 auto 5vw; } }

/*=====================================================================================================================*/
/*battle/system===========================================================================================================*/
.system_con {
  background-size: cover;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 800px) {
    .system_con {
      margin-bottom: calc(100vw / 1024 * 150); } }

.sys_con1 {
  margin: calc(100vw / 1920 * 80) auto calc(100vw / 1920 * 200);
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .sys_con1 {
      width: 80%; } }
  @media screen and (max-width: 800px) {
    .sys_con1 {
      display: block;
      margin: calc(100vw / 1024 * 150) auto calc(100vw / 1024 * 150); } }

.sub_t {
  display: block;
  margin: 0 auto;
  width: calc(830 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .sub_t {
      width: 100%; } }

.sys_txt {
  color: #FFF;
  width: 100%;
  overflow: hidden;
  padding: 1.2vw 30px;
  font-size: calc(26 / 1920 * 100vw);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin: calc(100vw / 1920 * 60) auto; }
  @media screen and (max-width: 800px) {
    .sys_txt {
      width: 90%;
      font-size: 15px; } }

.sys_textimg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  width: calc(1130 / 1920 * 100vw);
  margin: 0 auto calc(100vw / 1920 * 60); }
  @media screen and (max-width: 800px) {
    .sys_textimg {
      display: block;
      width: 90%; } }

.sys_cap1 {
  display: block;
  margin: 0 auto calc(100vw / 1920 * 60);
  width: calc(1130 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .sys_cap1 {
      width: 90%; } }

.m_panel img {
  width: calc(544 / 1920 * 100vw); }
@media screen and (max-width: 800px) {
  .m_panel img {
    width: 100%;
    display: block;
    margin: 0 auto calc(100vw / 1024 * 60); } }

.l_panel img {
  width: calc(1130 / 1920 * 100vw); }
@media screen and (max-width: 800px) {
  .l_panel img {
    width: 100%; } }

.sys_cap2_con_pc {
  position: relative;
  width: calc(1360 / 1920 * 100vw);
  height: calc(100vw / 1920 * 790);
  margin: 0 auto calc(100vw / 1920 * 90); }
  @media screen and (max-width: 800px) {
    .sys_cap2_con_pc {
      display: none; } }

.sys_img1 {
  position: absolute;
  margin: auto;
  width: calc(630 / 1920 * 100vw); }

.sys_img2 {
  position: absolute;
  margin: auto;
  width: calc(630 / 1920 * 100vw);
  right: 0; }

.sys_img3 {
  position: absolute;
  margin: auto;
  width: calc(920 / 1920 * 100vw);
  left: 0;
  right: 0;
  bottom: 0; }

.sys_img4 {
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  width: calc(317 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .sys_img4 {
      position: static;
      width: calc(220 / 1024 * 100vw); } }

.sys_img5 {
  position: absolute;
  margin: auto;
  bottom: 0;
  width: calc(244 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .sys_img5 {
      position: static;
      width: calc(200 / 1024 * 100vw); } }

.sys_cap2_con_sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .sys_cap2_con_sp {
      display: block; } }

.sys_cap2 {
  width: 80%;
  display: block;
  margin: 0 auto; }

.syssp_img {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto; }

/*=====================================================================================================================*/
/*キャラクター===========================================================================================================*/
.main_c {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 5% auto 2%;
  justify-content: center; }
  .main_c img {
    width: calc(300 / 1920 * 100vw);
    margin: 0 2.6vw 5vw;
    transition: .3s; }
    .main_c img:hover {
      transform: scale(1.05); }
  @media screen and (max-width: 800px) {
    .main_c img {
      width: calc(300 / 1024 * 100vw);
      margin: 0 2.6vw 5vw;
      transition: .3s; }
      .main_c img:hover {
        transform: scale(1.05); } }

/* ➔ 1. 矢印ボタンの「土台」のサイズを強制的に復活させる！ */
.mfp-arrow {
  width: calc(95 / 1920 * 100vw) !important;
  /* ➔ キミのオリジナル画像の横幅 */
  height: calc(100vw / 1920 * 156) !important;
  /* ➔ キミのオリジナル画像の高さ */
  background-color: transparent !important;
  opacity: 1 !important; }
  @media screen and (max-width: 800px) {
    .mfp-arrow {
      width: calc(95 / 1024 * 100vw) !important;
      /* ➔ キミのオリジナル画像の横幅 */
      height: calc(100vw / 1024 * 156) !important; } }

/* ➔ 2. 公式が `::after` や `::before` で勝手に作っている矢印を完全に消滅させる！ */
.mfp-arrow::before,
.mfp-arrow::after {
  border: none !important;
  /* 三角形を作っているボーダーを破壊 */
  display: none !important;
  /* 完全に非表示 */
  content: "" !important; }

/*  */
.mfp-arrow-right {
  background-image: url("../img/arrow_r.png") !important;
  /*  */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  right: 0;
  top: 55%;
  z-index: 999999 !important; }

/*  */
.mfp-arrow-left {
  background-image: url("../img/arrow_l.png") !important;
  /**/
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 0;
  top: 55%;
  z-index: 999999 !important; }

@media screen and (max-width: 800px) {
  .popup_chara_pc {
    display: none; } }

.popup_chara_sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .popup_chara_sp {
      display: block;
      width: 80%;
      margin-left: auto;
      margin-right: 0; }
      .popup_chara_sp img {
        width: calc(100 / 2 ); } }

/*=====================================================================================================================*/
/*スクロール宇宙船===========================================================================================================*/
.timeline-section {
  position: relative;
  width: 100%; }

.space_ship {
  position: fixed;
  margin: auto;
  top: 25%;
  left: calc(10 / 1920 * 100vw);
  z-index: 3;
  pointer-events: none; }

.ship {
  width: calc(146 / 1920 * 100vw);
  filter: drop-shadow(0 0 15px rgba(0, 255, 204, 0.7));
  animation: hover-warp 3s ease-in-out infinite alternate; }
  @media screen and (max-width: 800px) {
    .ship {
      width: 80px; } }
  @media screen and (max-width: 640px) {
    .ship {
      width: 45px; } }

/*=====================================================================================================================*/
/*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: #00162c;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  border-top: 1px solid #3febff;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    footer {
      padding-bottom: calc(100vw / 1024 * 350); } }

.terminal {
  max-width: 800px; }

.cp_logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 440px;
  max-width: 90%;
  margin: 1rem auto; }
  @media screen and (max-width: 640px) {
    .cp_logo {
      width: 70%; } }

.download_btn_pc, .download_btn_sp, .game_info p {
  background: #3febff;
  color: #000; }

.kmclogo img {
  display: block;
  margin: 5px auto; }
@media screen and (max-width: 1024px) {
  .kmclogo img {
    display: block;
    width: calc(120 / 1024 * 100vw);
    height: auto; } }
@media screen and (max-width: 640px) {
  .kmclogo img {
    display: block;
    width: calc(250 / 1024 * 100vw);
    height: auto; } }

.c_logo img {
  display: block;
  height: calc(100vw / 1920 * 55); }
@media screen and (max-width: 1024px) {
  .c_logo img {
    display: block;
    width: calc(150 / 1024 * 100vw);
    height: auto; } }
@media screen and (max-width: 640px) {
  .c_logo img {
    display: block;
    width: calc(350 / 1024 * 100vw); } }

.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: #3febff; }

.tlist-last span {
  font-size: 10px; }

.tlist_sp .pflist_l, .tlist_sps .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l {
  background: #007090;
  color: white; }

/*各種項目名背景色変更*/
.r-txt1, .r-txt {
  color: #FFF; }

.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; } }

.clogo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .clogo-list img {
    height: calc(100vw / 1920 * 80); }
  @media screen and (max-width: 800px) {
    .clogo-list img {
      height: calc(100vw / 1024 * 120); } }
  @media screen and (max-width: 640px) {
    .clogo-list {
      width: 90%;
      margin: 0 auto;
      flex-wrap: wrap; }
      .clogo-list img {
        height: calc(100vw / 1024 * 150); } }

/*上に戻るボタンここまで=======================================================================================================*/
/*=====================================================================================================================*/
/*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: calc(500 / 1920 * 100vw);
  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;
  border: 4px #0de3bd solid;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: black;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.5); }

.single {
  width: 150px;
  height: 90px; }
  .single img {
    height: 70px;
    margin-top: 12px; }
  @media screen and (max-width: 640px) {
    .single {
      width: 110px;
      height: 70px; }
      .single img {
        height: 50px;
        margin-top: 10px; } }

.one {
  width: 150px;
  height: 150px; }
  .one img {
    height: 70px;
    margin-top: 38px; }
  @media screen and (max-width: 640px) {
    .one {
      width: 110px;
      height: 70px; }
      .one img {
        height: 50px;
        margin-top: 10px; } }

.double {
  width: 150px;
  height: 150px; }
  .double img {
    height: 70px;
    margin-top: 5px; }
  @media screen and (max-width: 640px) {
    .double {
      width: 120px;
      height: 150px;
      font-size: 8px; } }

.dl_link2 a {
  display: block;
  width: 80%;
  margin: 0 auto 2px;
  padding: 2px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #ffd16f;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  border: 2px solid #ffd16f; }
.dl_link2 a:hover {
  border: 2px solid #ffd16f;
  background: #000;
  color: #ffd16f; }
@media screen and (max-width: 640px) {
  .dl_link2 a {
    font-size: 10px;
    padding: 1px 0; } }

.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; }

/*ガイドライン設定===========================================================================================================*/
.guideline {
  display: block;
  border: 3px solid #bca168;
  background: #000;
  width: calc(510 / 1920 * 100vw);
  text-align: center;
  font-weight: bold;
  margin: 10vw auto 5vw;
  padding-bottom: 1rem;
  transition: .3s; }
  .guideline a {
    display: block; }
  .guideline div {
    font-size: 3rem; }
  .guideline p {
    margin: 0 auto 1rem; }
  .guideline span {
    position: relative;
    font-size: 1.2rem; }
  .guideline span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #bca168;
    border-right: 0;
    position: absolute;
    left: -1rem;
    top: 0;
    bottom: 0;
    margin: auto; }
  .guideline span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #bca168;
    border-left: 0;
    position: absolute;
    right: -1rem;
    top: 0;
    bottom: 0;
    margin: auto; }
  @media screen and (max-width: 1024px) {
    .guideline {
      width: 400px; }
      .guideline div {
        font-size: 2rem; }
      .guideline p {
        margin: 0 auto 1rem; }
      .guideline span {
        position: relative;
        font-size: 1.2rem; } }
  @media screen and (max-width: 640px) {
    .guideline {
      width: 300px;
      margin: 18vw auto 15vw; } }
  @media screen and (max-width: 360px) {
    .guideline {
      width: 80%;
      margin: 18vw auto 15vw; }
      .guideline p {
        font-size: 4.5vw; } }

.guideline a {
  transition: .3s; }
  .guideline a div {
    color: #bca168; }
  .guideline a p {
    color: #bca168; }
  .guideline a span {
    color: #f93737; }

.guideline:hover {
  opacity: .5; }
