@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;900&family=Shippori+Mincho+B1:wght@500;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: #FFF url("../img/back_a1-2.jpg") repeat-y center;
  background-size: contain;
  outline: none;
  min-width: 100%;
  overflow: hidden;
  font-family: 'Shippori Mincho B1', serif; }

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; }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
#navToggle {
  display: none; }
  @media screen and (max-width: 1024px) {
    #navToggle {
      /*引数を省略*/
      display: block;
      position: fixed;
      right: 3%;
      top: 13px;
      width: 30px;
      height: 20px;
      cursor: pointer; }
      #navToggle div {
        position: relative; }
      #navToggle img:hover {
        opacity: 0.5; } }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
#nav-toggle {
  display: none;
  position: fixed;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101; }
  @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: #a37b4b;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 11px; }

#nav-toggle span:nth-child(3) {
  top: 22px; }

.menu {
  position: fixed;
  /* 開いてないときは画面外に配置 */
  top: -900px;
  left: 0;
  right: auto;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  text-align: center;
  padding: 0px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .menu img {
      display: block;
      max-width: 60%;
      margin: 0 auto; } }

.menu ul {
  position: static;
  right: 0;
  top: 0; }

.menu ul li {
  float: none;
  position: static;
  font-size: 25px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.74);
  letter-spacing: .2rem; }
  .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; }
  .menu ul li a::first-letter {
    font-size: 30px; }

/* #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(900px);
  -webkit-transform: translateY(900px);
  transform: translateY(900px); }

.header {
  background: #000;
  overflow: hidden;
  max-width: 100vw;
  padding: 10px; }
  .header p {
    margin: 10px auto; }
  .header img {
    transition: 0.5s; }
  .header img:hover {
    opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .header {
      display: block;
      padding: 10px;
      text-align: left; }
      .header p {
        text-align: left;
        max-width: 100%; }
      .header img {
        display: block;
        width: 80px; } }

/*SP折り畳みメニュー終了==================================================================================================*/
/*=====================================================================================================================*/
/*=====================================================================================================================*/
/*各項目固定背景用================================================================================*/
/*固定背景*/
/*=====================================================================================================================*/
/*TOPメイン画像関連（パーツ増やしたり減らしたり）================================================================================*/
.main_back {
  width: 100vw;
  max-width: 100%;
  height: calc(100vw / 1920 * 1000);
  background: url("../img/A2_back.jpg") no-repeat top center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-mask-image: linear-gradient(180deg, white 60%, transparent);
  mask-image: linear-gradient(180deg, white 60%, transparent); }
  @media screen and (max-width: 1024px) {
    .main_back {
      width: 100vw;
      height: calc(100vw / 1024 * 1065);
      background-size: cover;
      -webkit-mask-image: linear-gradient(180deg, white 40%, transparent);
      mask-image: linear-gradient(180deg, white 40%, transparent);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; } }

.main_img {
  height: calc(100vw / 1920 * 1000);
  margin: 0 auto;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .main_img {
      height: calc(100vw / 1024 * 1000); } }

.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_hero1 {
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  top: calc(100vw / 1920 * 155);
  right: 0;
  opacity: 0;
  width: calc(3000 / 3860 * 100vw);
  -webkit-mask-image: linear-gradient(180deg, white 70%, transparent 75%);
  mask-image: linear-gradient(180deg, white 40%, transparent 80%);
  animation-name: hero;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }
  @media screen and (max-width: 1024px) {
    .t_hero1 {
      width: 95%;
      right: calc(50 / 1024 * 100vw);
      top: calc(100vw / 1024 * 120); } }

.t_hero2 {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  top: calc(100vw / 1920 * 85);
  right: calc(380 / 1920 * 100vw);
  opacity: 0;
  width: calc(1400 / 3860 * 100vw);
  -webkit-mask-image: linear-gradient(180deg, white 40%, transparent 80%);
  mask-image: linear-gradient(180deg, white 40%, transparent 80%);
  animation-name: hero;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }
  @media screen and (max-width: 1024px) {
    .t_hero2 {
      width: 60%;
      left: calc(0 / 1024 * 100vw);
      top: calc(100vw / 1024 * 120); } }

.g-title {
  position: absolute;
  top: calc(100vw / 1920 * 250);
  z-index: 3;
  margin: 0 auto;
  left: calc(220 / 1920 * 100vw);
  opacity: 0;
  width: calc(700 / 1920 * 100vw);
  animation-name: titlelogo;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }
  @media screen and (max-width: 1024px) {
    .g-title {
      top: calc(100vw / 1024 * 450);
      width: 60%;
      right: calc(60 / 1024 * 100vw); } }

.catch {
  position: absolute;
  top: calc(100vw / 1920 * 150);
  left: calc(350 / 1920 * 100vw);
  margin: auto;
  z-index: 3;
  opacity: 0;
  width: calc(480 / 1920 * 100vw);
  animation-name: hero;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }
  @media screen and (max-width: 1024px) {
    .catch {
      width: 60%;
      left: 0;
      right: 0;
      top: calc(100vw / 1024 * 50); } }

.toptxt {
  position: absolute;
  bottom: calc(100vw / 1920 * 260);
  left: calc(220 / 1920 * 100vw);
  margin: auto;
  z-index: 3;
  opacity: 0;
  width: calc(730 / 1920 * 100vw);
  animation-name: hero;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }
  @media screen and (max-width: 1024px) {
    .toptxt {
      display: none; } }

.toptxt_sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .toptxt_sp {
      opacity: 0;
      display: block;
      position: absolute;
      bottom: calc(100vw / 1024 * 120);
      width: 80%;
      margin: 0 auto;
      left: 0;
      right: 0;
      animation-name: hero;
      /*キーフレーム指定*/
      animation-duration: 1s;
      /*アニメーション時間設定（秒）*/
      animation-timing-function: ease;
      /*アニメーションのなんかうにょーんってするやつ*/
      animation-delay: 0.5s;
      /*アニメーション開始するまでのタメ時間*/
      animation-fill-mode: forwards;
      /*アニメーション後の処理（最後のコマで固定）*/ } }

.t_sale {
  width: calc(250 / 1920 * 100vw);
  position: fixed;
  margin: auto;
  bottom: calc(100vw / 1920 * 50);
  right: calc(50 / 1920 * 100vw);
  z-index: 999;
  transition: .3s; }
  .t_sale img {
    max-width: 100%; }
  .t_sale:hover {
    transform: scale(1.05); }
  @media screen and (max-width: 1024px) {
    .t_sale {
      width: calc(250 / 1024 * 100vw);
      bottom: calc(100vw / 1024 * 50);
      right: calc(5 / 1024 * 100vw); }
      .t_sale img {
        max-width: 100%; } }
  @media screen and (max-width: 640px) {
    .t_sale {
      width: 30%; } }

/*アニメーション設定===================*/
@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;
  background: #0b0b0c; }
  .spmain img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .spmain {
      display: block;
      overflow: hidden; } }

.sp_sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }
  .sp_sale img {
    height: 60px;
    margin: 10px; }

/*PCメヌー--------------------------------------------------------------------------------------------------------------*/
.pcmenu {
  background: center top repeat-x rgba(0, 0, 0, 0.68);
  height: 70px;
  position: fixed;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999; }
  .pcmenu ul {
    display: flex;
    justify-content: space-around;
    width: 40%;
    align-items: center;
    margin: 0 auto;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .pcmenu ul li {
      letter-spacing: 0.3rem;
      font-size: 1.1vw;
      transition: .3s; }
      .pcmenu ul li a {
        color: #FFF; }
      .pcmenu ul li::first-letter {
        font-size: 1.5vw; }
      .pcmenu ul li:hover {
        opacity: 0.4; }
  @media screen and (max-width: 1024px) {
    .pcmenu {
      display: none; } }

.hdkmc {
  margin-top: 12px;
  margin-left: 10px;
  display: block;
  height: 40px; }

/*PV部分================================================================================*/
.hr {
  width: calc(1000 / 1920 * 100vw);
  display: block;
  margin: 5% auto; }
  @media screen and (max-width: 1024px) {
    .hr {
      width: 80%; } }

/*=====================================================================================================================*/
/*ストーリー部分================================================================================*/
.t_00 {
  margin: 0 auto 5%;
  display: block;
  width: calc(500 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .t_00 {
      width: calc(500 / 1024 * 100vw); } }

.story_con {
  height: calc(100vw / 1920 * 700);
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .story_con {
      height: auto; } }

.a2story_txt {
  position: absolute;
  margin: auto;
  left: calc(400 / 1920 * 100vw);
  top: 0;
  bottom: 0;
  width: calc(1400 / 3840 * 100vw); }
  @media screen and (max-width: 1024px) {
    .a2story_txt {
      display: none; } }

.a2story_txtsp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .a2story_txtsp {
      display: block;
      width: 90%;
      margin: 0 auto; } }

.a2story_img {
  position: absolute;
  margin: auto;
  right: calc(350 / 1920 * 100vw);
  top: 0;
  bottom: 0;
  width: calc(400 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .a2story_img {
      display: none; } }

.a2story_imgsp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .a2story_imgsp {
      display: block;
      margin: 3% auto 0;
      width: 90%; } }

/*=====================================================================================================================*/
/*システム部分================================================================================*/
.sys_con {
  background: url("../img/A1_sysback.jpg") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 0% auto; }
  @media screen and (max-width: 1024px) {
    .sys_con {
      height: auto; } }

.t_01 {
  margin: calc(100vw / 1920 * 50) auto calc(100vw / 1920 * 80);
  display: block;
  width: calc(500 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .t_01 {
      width: calc(500 / 1024 * 100vw);
      margin: calc(100vw / 1024 * 50) auto calc(100vw / 1024 * 80); } }

.sys_cap {
  width: calc(1100 / 1920 * 100vw);
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .sys_cap {
      display: block;
      position: relative;
      width: 80%;
      height: calc(100vw / 1024 * 600);
      align-items: center;
      margin: 0 auto 5%; } }

.cap1 {
  width: calc(520 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .cap1 {
      width: 80%;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0; } }

.cap2 {
  width: calc(520 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .cap2 {
      width: 80%;
      position: absolute;
      margin: auto;
      right: 0;
      bottom: 0;
      z-index: 1; } }

.sys_txt {
  display: block;
  margin: 2.5% auto;
  height: calc(100vw / 1920 * 303); }
  @media screen and (max-width: 1024px) {
    .sys_txt {
      display: none; } }

.sys_txtsp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sys_txtsp {
      margin: 0 auto 10%;
      display: block;
      width: 80%; } }

/*=====================================================================================================================*/
/*キャラクター部分================================================================================*/
.chara_con {
  width: 100%;
  height: calc(100vw / 1920 * 1200);
  position: relative; }
  @media screen and (max-width: 1024px) {
    .chara_con {
      height: calc(100vw / 1024 * 1600); } }

.bg_enagi {
  position: absolute;
  margin: auto;
  top: calc(100vw / 3840 * 180);
  left: 0;
  right: 0;
  width: calc(570 / 1920 * 100vw);
  z-index: -1; }
  @media screen and (max-width: 1024px) {
    .bg_enagi {
      width: 80%; } }

.c_con {
  width: calc(2654 / 3840 * 100vw);
  height: calc(100vw / 3840 * 1480);
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .c_con {
      position: static;
      width: 80%;
      height: auto; } }

.c_name {
  width: calc(550 / 1920 * 100vw);
  position: absolute;
  margin: auto;
  z-index: 1;
  top: calc(100vw / 3840 * 380); }
  @media screen and (max-width: 1024px) {
    .c_name {
      position: static;
      width: 90%;
      margin: 0 auto 5%; } }

.c_txt {
  width: calc(1127 / 3840 * 100vw);
  position: absolute;
  margin: auto;
  z-index: 1;
  top: calc(100vw / 3840 * 780); }
  @media screen and (max-width: 1024px) {
    .c_txt {
      position: static;
      width: 90%; } }

.c_rightcon {
  position: absolute;
  margin: auto;
  right: 0; }
  @media screen and (max-width: 1024px) {
    .c_rightcon {
      position: static; } }

.c_imgr01 {
  height: calc(100vw / 1920 * 700);
  position: absolute;
  margin: auto;
  bottom: 0; }
  @media screen and (max-width: 1024px) {
    .c_imgr01 {
      position: static;
      height: auto;
      width: 80%; } }

.icon {
  width: calc(210 / 3840 * 100vw); }
  .icon img {
    width: calc(210 / 3840 * 100vw);
    margin-bottom: calc(100vw / 1920 * 20); }
  @media screen and (max-width: 1024px) {
    .icon {
      width: calc(60 / 1024 * 100vw); }
      .icon img {
        width: calc(120 / 1024 * 100vw);
        margin-bottom: calc(100vw / 1024 * 20); } }

.chara_listthumb {
  position: absolute;
  margin: 0 auto;
  width: calc(1000 / 1920 * 100vw);
  top: calc(100vw / 1920 * 750);
  left: 0;
  right: 0;
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .chara_listthumb {
      margin: 5% auto 0;
      position: static;
      width: 90%;
      left: 0;
      right: 0; } }

.chara_listthumb .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  flex-flow: row wrap; }

.chara_listthumb .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 calc(150 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .chara_listthumb .slick-slide {
      flex: 0 0 calc(150 / 1024 * 100vw); } }

.slide-arrow {
  border: none;
  background-color: #333;
  height: 0;
  margin: auto;
  position: absolute;
  top: 45%;
  width: 0;
  z-index: 10; }
  @media screen and (max-width: 640px) {
    .slide-arrow {
      top: 40%; } }

.prev-arrow_pc {
  background: url("../img/arrow_l.png") no-repeat;
  background-size: cover;
  width: calc(50 / 1920 * 100vw);
  height: calc(100vw / 1920 * 70);
  left: calc(150 / 1920 * 100vw);
  transition: .3s;
  opacity: .3; }
  .prev-arrow_pc:hover {
    opacity: .5;
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .prev-arrow_pc {
      width: calc(50 / 1024 * 100vw);
      height: calc(100vw / 1024 * 70);
      left: calc(50 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .prev-arrow_pc {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 140);
      left: calc(20 / 1024 * 100vw); } }

.next-arrow_pc {
  background: url("../img/arrow_r.png") no-repeat;
  background-size: cover;
  width: calc(50 / 1920 * 100vw);
  height: calc(100vw / 1920 * 70);
  right: calc(150 / 1920 * 100vw);
  transition: .3s;
  opacity: .3; }
  .next-arrow_pc:hover {
    opacity: .5;
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .next-arrow_pc {
      width: calc(50 / 1024 * 100vw);
      height: calc(100vw / 1024 * 70);
      right: calc(50 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .next-arrow_pc {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 140);
      right: calc(20 / 1024 * 100vw); } }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0; }

/*=====================================================================================================================*/
/*リンク===========================================================================================================*/
.sirese_link {
  width: calc(900 / 1920 * 100vw);
  margin: 0 auto 10%; }
  .sirese_link img {
    width: 100%;
    transition: .3s;
    opacity: 0.7; }
    .sirese_link img:hover {
      opacity: 1;
      transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .sirese_link {
      width: 80%; }
      .sirese_link img {
        opacity: 1; } }

/*=====================================================================================================================*/
/*ポータル===========================================================================================================*/
.potalbn {
  text-align: center;
  margin: 20px auto;
  transition: .5s;
  width: 760px;
  max-width: 90%; }
  .potalbn:hover {
    opacity: .6; }
  .potalbn img {
    max-width: 100%;
    height: auto; }

/*=====================================================================================================================*/
/*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: #1f1914;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif; }

.terminal {
  max-width: 800px; }

.kmclogo img {
  display: block;
  margin: 5px auto; }
@media screen and (max-width: 640px) {
  .kmclogo img {
    width: calc(180 / 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: #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_cp {
  width: 30%;
  margin: 1% auto;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .logo_cp {
      width: 40%; } }
  @media screen and (max-width: 640px) {
    .logo_cp {
      width: 80%; } }

.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; } }

.exelogo img {
  width: calc(130 / 1920 * 100vw); }
@media screen and (max-width: 1024px) {
  .exelogo img {
    width: calc(150 / 1024 * 100vw); } }
@media screen and (max-width: 640px) {
  .exelogo img {
    width: calc(180 / 1024 * 100vw); } }

/*上に戻るボタンここから=======================================================================================================*/
.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; } }

/*=====================================================================================================================*/
/*ポータル===========================================================================================================*/
.potalbn {
  text-align: center;
  margin: 20px auto;
  transition: .5s;
  width: 760px;
  max-width: 90%; }
  .potalbn:hover {
    opacity: .6; }
  .potalbn img {
    max-width: 100%;
    height: auto; }

/*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 #a37b4b 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; } }

.soon_txt {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif; }
