@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&family=Zen+Maru+Gothic:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho&display=swap");
/*変数(ブレイクポイント)設定(必要に応じて数値を変更)*/
/* 全体設定 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  -webkit-text-size-adjust: 100%; }

img, a img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*画像リンク関連*/
a:active, a:focus {
  outline: none; }

a img {
  border: none; }

img {
  padding: 0px;
  margin: 0px;
  border: none; }

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400; }

.back {
  width: 100vw;
  max-width: 100%;
  height: 102vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  background: #000 url("../img/back.jpg") center top no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .back {
      /*引数を省略*/
      height: 100%; } }

/*Header*/
header {
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn2 {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: 1.5s;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.pc_menu {
  width: 100vw;
  max-width: 100%;
  height: calc(100vw / 1920 * 130);
  transition: .5s;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: url("../img/tmenu_back.jpg") repeat-x center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .pc_menu {
      display: none; } }

.t_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .5% auto;
  width: 100%;
  position: relative; }
  .t_menu li {
    margin: .5vw 2vw; }
  .t_menu a {
    display: block;
    color: #bf985e;
    font-style: normal;
    position: relative;
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-family: "Sawarabi Mincho", serif;
    font-weight: 400; }
  .t_menu img {
    height: calc(60 / 1920 * 100vw);
    display: block;
    margin: 0 auto;
    transition: .15s; }
  @media screen and (max-width: 1280px) {
    .t_menu a {
      font-size: clamp(0.6rem, 1.5vw, 1.5rem); } }
  @media screen and (max-width: 1024px) {
    .t_menu a {
      font-size: clamp(0.5rem, 3vw, 0.85rem); } }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
#nav-toggle {
  display: none;
  position: fixed;
  right: 2vw;
  left: auto;
  top: 2vw;
  height: calc(100vw / 1024 * 90);
  width: calc(90 / 1024 * 100vw);
  z-index: 1001;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  @media screen and (max-width: 800px) {
    #nav-toggle {
      display: block; } }
  @media screen and (max-width: 640px) {
    #nav-toggle {
      height: calc(100vw / 1024 * 90);
      width: calc(90 / 1024 * 100vw);
      border-radius: 5px; } }

#nav-toggle div {
  position: relative;
  height: calc(100vw / 1024 * 90);
  width: calc(90 / 1024 * 100vw);
  display: flex;
  text-align: center;
  filter: box-shadow(0 0 0.75rem #4b2700); }
  @media screen and (max-width: 640px) {
    #nav-toggle div {
      height: calc(100vw / 1024 * 90);
      width: calc(90 / 1024 * 100vw); } }

#nav-toggle span {
  display: block;
  position: absolute;
  margin: auto;
  width: calc(50 / 1024 * 100vw);
  height: calc(100vw / 1024 * 5);
  background: #62582c;
  border-radius: 5px;
  left: 0%;
  right: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
  @media screen and (max-width: 640px) {
    #nav-toggle span {
      width: calc(60 / 1024 * 100vw);
      height: calc(100vw / 1024 * 8); } }

#nav-toggle span:nth-child(1) {
  top: calc(100vw / 1024 * 10); }
  @media screen and (max-width: 640px) {
    #nav-toggle span:nth-child(1) {
      top: calc(100vw / 1024 * 10); } }

#nav-toggle span:nth-child(2) {
  top: calc(100vw / 1024 * 26); }
  @media screen and (max-width: 420px) {
    #nav-toggle span:nth-child(2) {
      top: calc(100vw / 1024 * 26); } }

#nav-toggle span:nth-child(3) {
  top: calc(100vw / 1024 * 40); }
  @media screen and (max-width: 640px) {
    #nav-toggle span:nth-child(3) {
      top: calc(100vw / 1024 * 40); } }

.menu {
  display: none;
  position: fixed;
  /* 開いてないときは画面外に配置 */
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
  background: rgba(15, 15, 25, 0.95);
  width: 100%;
  text-align: center;
  padding: 0px 0;
  transform: translateY(-100rem);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 1000; }
  @media screen and (max-width: 800px) {
    .menu {
      display: block; }
      .menu img {
        display: block;
        max-width: 60%;
        margin: 0 auto; } }

nav {
  overflow-y: scroll;
  height: 100vh; }

.menu ul {
  position: static;
  right: 0;
  top: 0;
  overflow-y: scroll; }

.menu ul li {
  float: none;
  position: static;
  font-size: 20px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  color: #bf985e; }

.menu ul li:last-child {
  border-bottom: none; }

.menu ul li a {
  width: 100%;
  display: block;
  color: #bf985e;
  padding: 15px 0;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: .1rem; }
  .menu ul li a span {
    font-size: 30px; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span {
  background: #91875d; }

.open #nav-toggle span:nth-child(1) {
  top: calc(100vw / 1024 * 20);
  -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 * 20);
  bottom: auto;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }

/* #global-nav スライドアニメーション */
.open .menu {
  /* #global-nav top + #mobile-head height */
  right: 0px;
  transform: translateY(0rem); }

.main {
  position: relative;
  height: calc(100vw / 1920 * 1000);
  background: url("../img/main_back.jpg?00") no-repeat bottom center;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .main {
      height: calc(100vw / 1024 * 650);
      background-size: contain; } }
  @media screen and (max-width: 800px) {
    .main {
      height: auto;
      background: none; } }

.top_kmc {
  position: absolute;
  width: calc(80 / 1920 * 100vw);
  max-width: 300px;
  margin: auto;
  top: calc(100vw/ 1920 *10);
  left: calc(30 / 1920 * 100vw);
  z-index: 990; }
  @media screen and (max-width: 800px) {
    .top_kmc {
      top: calc(100vw/ 1024 * -40);
      left: calc(50 / 1024 * 100vw);
      width: calc(80 / 1024 * 100vw); } }
  @media screen and (max-width: 420px) {
    .top_kmc {
      top: calc(100vw/ 1024 * -50);
      width: calc(120 / 1024 * 100vw); } }

.t_logo {
  display: block;
  margin: 0 auto calc(100vw / 1920 * 50);
  width: calc(720 / 1920 * 100vw);
  position: absolute;
  bottom: calc(100vw / 1920 *150);
  right: calc(70 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .t_logo {
      /*引数を省略*/
      width: 80%;
      margin: 0 auto calc(100vw / 1024 * 30); } }
  @media screen and (max-width: 800px) {
    .t_logo {
      /*引数を省略*/
      width: 50%; } }

.pv_btn {
  display: block;
  width: calc(500 / 1920 * 100vw);
  margin: auto;
  position: absolute;
  bottom: calc(100vw / 1920 * 100);
  left: calc(200 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .pv_btn {
      /*引数を省略*/ } }
  @media screen and (max-width: 800px) {
    .pv_btn {
      /*引数を省略*/
      width: 80%;
      margin: 0 auto 5.5vw; } }

.catch {
  display: block;
  width: calc(550 / 1920 * 100vw);
  margin: auto;
  position: absolute;
  top: calc(100vw / 1920 * 100);
  left: calc(80 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .catch {
      /*引数を省略*/ } }
  @media screen and (max-width: 800px) {
    .catch {
      /*引数を省略*/
      width: 80%;
      margin: 0 auto 5.5vw; } }

.top_dl {
  display: block;
  margin: auto;
  width: calc(550 / 1920 * 100vw);
  position: absolute;
  bottom: calc(100vw / 1920 * 100);
  right: calc(150 / 1920 * 100vw);
  transition: .3s; }
  .top_dl:hover {
    bottom: calc(100vw / 1920 * 105); }
  @media screen and (max-width: 1024px) {
    .top_dl {
      /*引数を省略*/ } }
  @media screen and (max-width: 800px) {
    .top_dl {
      /*引数を省略*/
      width: 80%; } }

.pf_logolist {
  text-align: center;
  z-index: 30;
  margin: 3vw auto 1vw;
  width: calc(1200 / 1920 * 100vw); }
  .pf_logolist div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: calc(100vw / 1920 * 80); }
  .pf_logolist img {
    height: calc(100vw / 1920 * 38);
    transition: .2s; }
  .pf_logolist a img {
    transition: .2s; }
  .pf_logolist a img:hover {
    opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .pf_logolist {
      width: 90%; }
      .pf_logolist div {
        flex-wrap: wrap;
        height: auto; }
      .pf_logolist img {
        height: calc(100vw / 1280 * 38); } }
  @media screen and (max-width: 800px) {
    .pf_logolist {
      margin: 5vw auto; }
      .pf_logolist img {
        height: calc(100vw / 1024 * 60); } }

.main_con {
  display: block; }
  @media screen and (max-width: 800px) {
    .main_con {
      display: none; } }

.main_con_sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .main_con_sp {
      display: block; }
      .main_con_sp img {
        width: 100%;
        mask-image: linear-gradient(-90deg, black 80%, black 0%, transparent);
        -webkit-mask-image: -webkit-linear-gradient(-90deg, black 80%, black 0%, transparent); } }

.hd_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -5;
  padding: 10px 0 10px 0;
  overflow: hidden;
  opacity: 0;
  transition: .3s; }
  .hd_menu ul {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly; }
  .hd_menu img {
    height: calc(100vw / 1920 * 30); }
  @media screen and (max-width: 800px) {
    .hd_menu {
      display: none;
      height: 0px; } }

.hd_on {
  transition: .3s;
  opacity: 1;
  z-index: 100; }
  @media screen and (max-width: 800px) {
    .hd_on {
      display: none; } }

.hd_menu2 {
  width: 100%;
  background: black;
  z-index: 0;
  padding: 10px 0 10px 0;
  transition: .3s; }
  .hd_menu2 ul {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly; }
  .hd_menu2 img {
    height: calc(100vw / 1920 * 30); }
  @media screen and (max-width: 800px) {
    .hd_menu2 {
      display: none; } }

.sp_pv {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp_pv {
      display: block; } }

.pv_btn_sp {
  width: 80%; }
  @media screen and (max-width: 800px) {
    .pv_btn_sp {
      display: block;
      margin: 30px auto; } }

.story {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  background: url("../img/back_2.jpg") top center no-repeat #272638;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .story {
      padding-top: 0; } }

.story .obi {
  display: block;
  margin: 0; }
  .story .obi img {
    width: calc(1407 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .story .obi img {
      width: 100%; } }

.sty_con1 {
  background: url("../img/st_bk00.jpg") no-repeat center;
  justify-content: flex-start; }

.sty_con2 {
  background: url("../img/st_bk01.jpg") no-repeat center;
  justify-content: flex-end; }

.sty_con3 {
  background: url("../img/st_bk02.jpg") no-repeat center;
  justify-content: center; }

.sty_con1, .sty_con2, .sty_con3 {
  background-size: cover;
  height: calc(100vw / 1920 * 760);
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .sty_con1, .sty_con2, .sty_con3 {
      display: block;
      height: auto;
      background-image: none;
      padding-bottom: calc(100vw / 1024 * 60); } }
  @media screen and (max-width: 640px) {
    .sty_con1, .sty_con2, .sty_con3 {
      display: block;
      height: auto;
      background-image: none;
      height: auto;
      background-color: rgba(0, 0, 0, 0.6); } }

.sty_con_img_sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .sty_con_img_sp {
      display: block;
      width: 100%;
      mask-image: linear-gradient(90deg, black 0%, black 80%, transparent);
      -webkit-mask-image: -webkit-linear-gradient(90deg, black 0%, black 80%, transparent); } }

.stt_01 {
  margin: 0 auto 4vw;
  text-align: left;
  width: 100%; }
  .stt_01 img {
    width: calc(640 / 1920 * 100vw);
    display: block; }
  @media screen and (max-width: 800px) {
    .stt_01 {
      margin: 3vw auto 2vw; }
      .stt_01 img {
        width: 80%;
        margin: 0 auto; } }

.st_spimg {
  display: none; }
  @media screen and (max-width: 800px) {
    .st_spimg {
      display: block;
      width: 100%; } }

.st_txt1, .st_txt2, .st_txt3 {
  width: calc(720 / 1920 * 100vw);
  margin: auto;
  color: #FFF;
  display: block;
  font-size: calc(30 / 1920 * 100vw);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  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,#000 1px 0 10px,#000 1px 0 10px; }
  @media screen and (max-width: 800px) {
    .st_txt1, .st_txt2, .st_txt3 {
      width: 90%;
      margin: 0 auto calc(100vw / 1024 * 60);
      font-size: calc(30 / 1024 * 100vw);
      text-align: center;
      overflow: hidden; } }
  @media screen and (max-width: 800px) {
    .st_txt1, .st_txt2, .st_txt3 {
      font-size: calc(38 / 1024 * 100vw); } }

.st_txt1 {
  margin-top: calc(100vw / 1920 * 200);
  margin-left: calc(230 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .st_txt1 {
      margin: 0 auto; } }

.slide-arrow {
  border: none;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
  z-index: 10; }

.stprev-arrow_pc {
  background: url("../img/arrow_l.webp") no-repeat;
  background-size: cover;
  top: calc(100vw / 1920 * 360);
  width: calc(70 / 1920 * 100vw);
  height: calc(100vw / 1920 * 70);
  left: calc(20 / 1920 * 100vw);
  transition: .3s;
  opacity: .8; }
  .stprev-arrow_pc:hover {
    opacity: 1;
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .stprev-arrow_pc {
      width: calc(50 / 1024 * 100vw);
      height: calc(100vw / 1024 * 50);
      left: calc(10 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .stprev-arrow_pc {
      top: calc(100vw / 1024 * 460);
      width: calc(80 / 1024 * 100vw);
      height: calc(100vw / 1024 * 80);
      left: calc(20 / 1024 * 100vw); } }

.stnext-arrow_pc {
  background: url("../img/arrow_r.webp") no-repeat;
  background-size: cover;
  top: calc(100vw / 1920 * 360);
  width: calc(70 / 1920 * 100vw);
  height: calc(100vw / 1920 * 70);
  right: calc(20 / 1920 * 100vw);
  transition: .3s;
  opacity: .8; }
  .stnext-arrow_pc:hover {
    opacity: 1;
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .stnext-arrow_pc {
      width: calc(50 / 1024 * 100vw);
      height: calc(100vw / 1024 * 50);
      right: calc(10 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .stnext-arrow_pc {
      top: calc(100vw / 1024 * 460);
      width: calc(80 / 1024 * 100vw);
      height: calc(100vw / 1024 * 80);
      right: calc(20 / 1024 * 100vw); } }

.slick-disabled {
  opacity: 0; }
  .slick-disabled:hover {
    opacity: 0; }

.airship .obi {
  display: block;
  margin: 0;
  text-align: right;
  width: 100%; }
  .airship .obi img {
    width: calc(1407 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .airship .obi img {
      width: 100%; } }

.as_con {
  display: flex;
  justify-content: space-around;
  margin: 3vw auto;
  width: 90%; }
  @media screen and (max-width: 800px) {
    .as_con {
      width: 80%;
      display: block; } }

.as_mcon1 h3 {
  margin: 1vw auto; }
  .as_mcon1 h3 img {
    width: calc(700 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .as_mcon1 h3 img {
      width: calc(700 / 1024 * 100vw);
      display: block;
      margin: calc(100vw / 1024 * 100) auto 0; } }

.as_caplist_a {
  width: calc(700 / 1920 * 100vw);
  overflow: hidden; }
  .as_caplist_a img {
    width: 100%; }
  @media screen and (max-width: 800px) {
    .as_caplist_a {
      width: 100%;
      margin: calc(100vw / 1024 * 30) auto calc(100vw / 1024 * 120); } }

.battle {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  background: url("../img/back_2.jpg") top center no-repeat #272638;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .battle {
      padding-bottom: calc(120 / 1024 * 100vw); } }

.battle .obi {
  display: block;
  margin: 0;
  text-align: left;
  width: 100%; }
  .battle .obi img {
    width: calc(1407 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .battle .obi img {
      width: 100%; } }

.bt_slider {
  margin: 10vw auto;
  width: calc(1400 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .bt_slider {
      width: 80%;
      margin: 10vw auto 3vw; } }

.bt_mcon {
  width: 80%;
  margin: 0 auto; }
  .bt_mcon h3 {
    text-align: center;
    margin-bottom: calc(100vw / 1920 * 30); }
    .bt_mcon h3 img {
      width: 100%; }
  .bt_mcon p {
    color: #FFF;
    font-size: calc(28 / 1920 * 100vw);
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400; }
  @media screen and (max-width: 800px) {
    .bt_mcon {
      width: 100%;
      margin: 0vw auto 3vw; }
      .bt_mcon p {
        font-size: calc(24 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .bt_mcon p {
      width: 90%;
      margin: 0 auto;
      font-size: calc(43 / 1024 * 100vw); } }

.bt_cap {
  display: block;
  margin: 0 auto calc(100vw / 1920 * 30);
  width: 100%; }

.slide-dots {
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .slide-dots {
      width: 80%; } }

.slide-dots li {
  display: inline-block;
  margin: 0 calc(30 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .slide-dots li {
      margin: 0 calc(30 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .slide-dots li {
      margin: 0 calc(60 / 1024 * 100vw); } }

.slide-dots li button {
  position: relative;
  text-indent: -9999px; }

.slide-dots li button::before {
  background-image: url("../img/dot_off.png?001");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  cursor: pointer;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 30px;
  height: 30px; }
  @media screen and (max-width: 1024px) {
    .slide-dots li button::before {
      background-size: cover;
      width: 15px;
      height: 15px;
      top: calc(100vw / 1024 * 15); } }
  @media screen and (max-width: 640px) {
    .slide-dots li button::before {
      background-size: cover;
      width: 10px;
      height: 10px; } }

.slide-dots li.slick-active button::before {
  background-image: url("../img/dot_on.png?001");
  background-position: center;
  width: 30px;
  height: 30px;
  top: 24px; }
  @media screen and (max-width: 1024px) {
    .slide-dots li.slick-active button::before {
      background-size: cover;
      width: 15px;
      height: 15px;
      top: calc(100vw / 1024 * 15); } }
  @media screen and (max-width: 640px) {
    .slide-dots li.slick-active button::before {
      background-size: cover;
      width: 10px;
      height: 10px;
      top: calc(100vw / 1024 * 15); } }

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 0px; }

.prev-arrow_pc {
  background: url("../img/arrow_l.webp") no-repeat;
  background-size: cover;
  width: calc(100 / 1920 * 100vw);
  height: calc(100vw / 1920 * 100);
  left: calc(-50 / 1920 * 100vw);
  position: absolute;
  margin: auto;
  top: 45%;
  transition: .3s;
  opacity: .5;
  z-index: 20; }
  .prev-arrow_pc:hover {
    opacity: 1;
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .prev-arrow_pc {
      width: calc(60 / 1024 * 100vw);
      height: calc(100vw / 1024 * 60);
      left: calc(-50 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .prev-arrow_pc {
      width: calc(60 / 1024 * 100vw);
      height: calc(100vw / 1024 * 60);
      left: calc(-80 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .prev-arrow_pc {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 100);
      left: calc(-80 / 1024 * 100vw); } }

.next-arrow_pc {
  background: url("../img/arrow_r.webp") no-repeat;
  background-size: cover;
  width: calc(100 / 1920 * 100vw);
  height: calc(100vw / 1920 * 100);
  right: calc(-50 / 1920 * 100vw);
  position: absolute;
  margin: auto;
  top: 45%;
  transition: .3s;
  opacity: .5;
  z-index: 20; }
  .next-arrow_pc:hover {
    opacity: 1;
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .next-arrow_pc {
      width: calc(60 / 1024 * 100vw);
      height: calc(100vw / 1024 * 60);
      right: calc(-50 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .next-arrow_pc {
      width: calc(60 / 1024 * 100vw);
      height: calc(100vw / 1024 * 60);
      right: calc(-80 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .next-arrow_pc {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 100);
      right: calc(-80 / 1024 * 100vw); } }

.craft .obi {
  display: block;
  margin: 0;
  text-align: right;
  width: 100%; }
  .craft .obi img {
    width: calc(1407 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .craft .obi img {
      width: 100%; } }

.craft_con {
  width: calc(1200 / 1920 * 100vw);
  margin: 3vw auto; }
  @media screen and (max-width: 1024px) {
    .craft_con {
      width: 75%; } }
  @media screen and (max-width: 800px) {
    .craft_con {
      margin: calc(100vw / 1024 * 120) auto;
      width: 90%; } }

.craft_slide img {
  width: 100%; }

.craft_thumb {
  margin: 5% auto 0; }
  .craft_thumb div img {
    width: calc(350 / 1920 * 100vw);
    margin: 0 auto;
    cursor: pointer;
    transition: .3s;
    background: #FFF; }
    .craft_thumb div img:hover {
      opacity: 0.8; }
  @media screen and (max-width: 1024px) {
    .craft_thumb div img {
      width: calc(200 / 1024 * 100vw);
      margin: 0 auto; } }
  @media screen and (max-width: 800px) {
    .craft_thumb {
      display: none; } }

.prev-arrow_sp1 {
  background: url("../img/arrow_l.webp") no-repeat;
  background-size: cover;
  width: calc(100 / 1920 * 100vw);
  height: calc(100vw / 1920 * 100);
  left: calc(-50 / 1920 * 100vw);
  position: absolute;
  margin: auto;
  top: 45%;
  transition: .3s;
  opacity: .5;
  z-index: 20; }
  .prev-arrow_sp1:hover {
    opacity: 1;
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .prev-arrow_sp1 {
      width: calc(60 / 1024 * 100vw);
      height: calc(100vw / 1024 * 60);
      left: calc(-50 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .prev-arrow_sp1 {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 100);
      left: calc(20 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .prev-arrow_sp1 {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 100);
      left: calc(-30 / 1024 * 100vw); } }

.next-arrow_sp1 {
  background: url("../img/arrow_r.webp") no-repeat;
  background-size: cover;
  width: calc(100 / 1920 * 100vw);
  height: calc(100vw / 1920 * 100);
  right: calc(-50 / 1920 * 100vw);
  position: absolute;
  margin: auto;
  top: 45%;
  transition: .3s;
  opacity: .5;
  z-index: 20; }
  .next-arrow_sp1:hover {
    opacity: 1;
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .next-arrow_sp1 {
      width: calc(60 / 1024 * 100vw);
      height: calc(100vw / 1024 * 60);
      right: calc(-50 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .next-arrow_sp1 {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 100);
      right: calc(20 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .next-arrow_sp1 {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 100);
      right: calc(-30 / 1024 * 100vw); } }

.character {
  overflow: hidden;
  background: url("../img/back_2.jpg") top center no-repeat #272638;
  background-size: cover;
  padding-bottom: 5vw; }

.character .obi {
  display: block;
  margin: 0;
  text-align: left;
  width: 100%; }
  .character .obi img {
    width: calc(1407 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .character .obi img {
      width: 100%; } }

.country_btnlist {
  display: flex;
  width: 900px;
  margin: 5% auto 3%;
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    .country_btnlist {
      margin: 15% auto 3%;
      width: calc(900 / 1024 * 100vw); }
      .country_btnlist img {
        width: calc(250 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .country_btnlist {
      width: 95%; }
      .country_btnlist img {
        width: 100%; } }

.country_off {
  filter: saturate(0%) brightness(150%);
  opacity: .6;
  transition: .5s; }
  .country_off:hover {
    filter: saturate(100%) brightness(100%);
    opacity: 1; }

.chara_container {
  position: relative;
  margin: 0 auto;
  width: 80vw;
  max-width: 100%; }
  @media screen and (max-width: 800px) {
    .chara_container {
      display: none; } }

.chara_spcontainer {
  display: none; }
  @media screen and (max-width: 800px) {
    .chara_spcontainer {
      display: block; } }

.chara_mbg, .chara_mbg2, .chara_mbg3 {
  position: absolute;
  margin: auto;
  width: 100%;
  top: calc(100vw / 1920 * 100);
  left: 0;
  right: 0;
  z-index: 0;
  opacity: .5; }

.chara_mbg {
  border-top: 5px solid #8100c2;
  border-bottom: 5px solid #8100c2; }

.chara_mbg2 {
  border-top: 5px solid #0049ff;
  border-bottom: 5px solid #0049ff; }

.chara_mbg3 {
  border-top: 5px solid #64ff48;
  border-bottom: 5px solid #64ff48; }

.chara_slider {
  display: block;
  position: relative;
  width: 80%;
  height: calc(100vw / 1920 * 900);
  z-index: 3;
  min-width: 100%;
  margin: 0 auto; }
  .chara_slider div {
    position: relative; }
  @media screen and (max-width: 1024px) {
    .chara_slider {
      height: calc(100vw / 1024 * 900); } }

.chara_con {
  position: relative;
  margin: 3vw auto 0;
  width: calc(1400 / 1920 * 100vw);
  height: calc(100vw / 1920 * 780); }
  @media screen and (max-width: 1024px) {
    .chara_con {
      width: 85%;
      height: calc(100vw / 1024 * 880); } }

.chara_listthumb {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  bottom: 0%;
  left: 0;
  right: 0;
  z-index: 5; }

.c_leftcon {
  height: calc(100vw / 1920 * 760);
  position: absolute;
  margin: auto;
  top: 0;
  z-index: 3; }
  @media screen and (max-width: 1024px) {
    .c_leftcon {
      height: calc(100vw / 1024 * 600);
      display: block;
      margin: 10% auto 0;
      z-index: 3; } }
  @media screen and (max-width: 800px) {
    .c_leftcon {
      position: static;
      height: auto;
      width: 80%;
      margin: 0 auto; } }

.c_rightcon {
  position: absolute;
  width: calc(520 / 1920 * 100vw);
  margin: auto;
  top: calc(100vw / 1920 * 50);
  right: -15%;
  z-index: 6; }
  .c_rightcon p {
    margin-top: 1.5rem;
    color: #FFF;
    font-size: calc(21 / 1920 * 100vw); }
  @media screen and (max-width: 1280px) {
    .c_rightcon p {
      font-size: calc(20 / 1280 * 100vw); } }
  @media screen and (max-width: 1024px) {
    .c_rightcon {
      width: calc(360 / 1024 * 100vw);
      top: calc(100vw / 1024 * 50);
      right: calc(-150 / 1024 * 100vw); }
      .c_rightcon p {
        font-size: calc(16 / 1024 * 100vw);
        line-height: 180%; } }

.c_name {
  height: calc(100vw / 1920 * 150); }
  @media screen and (max-width: 1024px) {
    .c_name {
      height: calc(100vw / 1024 * 80); } }
  @media screen and (max-width: 800px) {
    .c_name {
      height: auto;
      width: calc(450 / 1024 * 100vw);
      margin: 0 auto calc(100vw / 1024 * 60); } }
  @media screen and (max-width: 640px) {
    .c_name {
      height: auto;
      width: 90%;
      margin: 0 auto; } }

.c_imgr01 {
  left: calc(100 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .c_imgr01 {
      left: calc(-50 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .c_imgr01 {
      left: 0;
      right: 0; } }

.c_dot {
  width: calc(450 / 1920 * 100vw);
  position: absolute;
  margin: auto;
  bottom: calc(100vw/ 1920 * 100);
  right: calc(250 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .c_dot {
      width: calc(250 / 1024 * 100vw);
      bottom: calc(100vw/ 1024 * 100);
      right: calc(250 / 1024 * 100vw); } }

.chara_listthumb, .chara_listthumb_sp {
  transition: .3s; }

.icon {
  transition: .3s;
  filter: saturate(10%) brightness(60%) grayscale(100%);
  opacity: .7; }
  .icon img {
    display: block;
    width: calc(100 / 1920 * 100vw);
    margin: 0 calc(5 / 1920 * 100vw); }
  .icon:hover {
    opacity: 1; }
  @media screen and (max-width: 1024px) {
    .icon {
      opacity: 1; }
      .icon img {
        width: calc(80 / 1024 * 100vw);
        margin: 0 calc(5 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .icon {
      opacity: 1; }
      .icon img {
        width: calc(180 / 1024 * 100vw);
        margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    .icon {
      opacity: 1; }
      .icon img {
        width: calc(150 / 1024 * 100vw);
        max-width: 100px; } }

.chara_listthumb .slick-current, .chara_listthumb_sp .slick-current {
  filter: saturate(100%) brightness(100%) grayscale(0%);
  opacity: 1; }

.prev-arrow_sp {
  background: url("../img/arrow_l.webp") no-repeat;
  background-size: cover;
  width: calc(100 / 1920 * 100vw);
  height: calc(100vw / 1920 * 100);
  left: calc(-50 / 1920 * 100vw);
  position: absolute;
  margin: auto;
  top: 45%;
  transition: .3s;
  opacity: .5;
  z-index: 20; }
  .prev-arrow_sp:hover {
    opacity: 1;
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .prev-arrow_sp {
      width: calc(60 / 1024 * 100vw);
      height: calc(100vw / 1024 * 60);
      left: calc(-50 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .prev-arrow_sp {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 100);
      left: calc(20 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .prev-arrow_sp {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 100);
      left: calc(20 / 1024 * 100vw); } }

.next-arrow_sp {
  background: url("../img/arrow_r.webp") no-repeat;
  background-size: cover;
  width: calc(100 / 1920 * 100vw);
  height: calc(100vw / 1920 * 100);
  right: calc(-50 / 1920 * 100vw);
  position: absolute;
  margin: auto;
  top: 45%;
  transition: .3s;
  opacity: .5;
  z-index: 20; }
  .next-arrow_sp:hover {
    opacity: 1;
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .next-arrow_sp {
      width: calc(60 / 1024 * 100vw);
      height: calc(100vw / 1024 * 60);
      right: calc(-50 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .next-arrow_sp {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 100);
      right: calc(20 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .next-arrow_sp {
      width: calc(100 / 1024 * 100vw);
      height: calc(100vw / 1024 * 100);
      right: calc(20 / 1024 * 100vw); } }

.chara_splist {
  margin-top: calc(100vw / 1024 * 80); }

.chara_sp_slider {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100%;
  margin: 0 auto 0; }

.c_spcon {
  position: relative; }

.sp_text {
  width: 80%;
  margin: 0% auto 5%; }
  .sp_text p {
    color: #FFF;
    font-size: calc(24 / 1024 * 100vw);
    line-height: 200%;
    text-align: center; }
  @media screen and (max-width: 640px) {
    .sp_text p {
      font-size: calc(45 / 1024 * 100vw); } }

.minigame .obi {
  display: block;
  margin: 0;
  text-align: right;
  width: 100%; }
  .minigame .obi img {
    width: calc(1407 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .minigame .obi img {
      width: 100%; } }

.mg_01 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: calc(100vw / 1920 * 100); }
  @media screen and (max-width: 800px) {
    .mg_01 {
      margin-top: calc(100vw / 1024 * 100); } }

.mg_bk {
  position: relative;
  width: 100%; }

.mg_txtbk {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.64) 26%);
  z-index: 5;
  width: calc(950 / 1920 * 100vw);
  height: calc(100vw / 1920 * 570);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .mg_txtbk {
      position: static;
      width: 100%;
      height: auto;
      background-image: url("../img/back_2.jpg");
      background-size: cover;
      background-position: top center;
      padding: 1vw 0; } }

.mg_txt {
  color: #FFF;
  z-index: 6;
  font-size: calc(24 / 1920 * 100vw);
  margin-left: calc(50 / 1920 * 100vw); }
  .mg_txt h3 {
    border-bottom: 5px solid #91875d;
    font-weight: bold;
    font-size: calc(45 / 1920 * 100vw);
    text-align: center;
    margin-bottom: calc(100vw / 1920 * 30); }
  @media screen and (max-width: 800px) {
    .mg_txt {
      width: 80%;
      margin: 0 auto calc(100vw / 1024 * 30);
      font-size: calc(24 / 1024 * 100vw);
      text-align: center; }
      .mg_txt h3 {
        font-size: calc(45 / 1024 * 100vw);
        margin-bottom: calc(100vw / 1024 * 30);
        border-bottom: 2px solid #91875d; } }
  @media screen and (max-width: 640px) {
    .mg_txt {
      font-size: calc(33 / 1024 * 100vw); }
      .mg_txt h3 {
        font-size: 26px;
        margin-bottom: calc(100vw / 1024 * 30);
        border-bottom: 2px solid #91875d; } }

.mgame_thumb {
  width: calc(1100 / 1920 * 100vw);
  margin: 0 auto;
  position: relative;
  top: calc(100vw / 1920 * -130);
  z-index: 10; }
  .mgame_thumb img {
    width: calc(320 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .mgame_thumb {
      width: 70%;
      justify-content: center;
      position: static;
      margin: calc(100vw / 1024 * 20) auto calc(100vw / 1024 * 80); }
      .mgame_thumb img {
        width: calc(200 / 1024 * 100vw);
        display: block;
        margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    .mgame_thumb {
      width: 90%; }
      .mgame_thumb img {
        width: calc(280 / 1024 * 100vw);
        display: block;
        margin: 0 auto; } }

.dlbtn {
  display: block;
  margin: auto;
  position: fixed;
  bottom: calc(100vw / 1920 * 30);
  right: calc(30 / 1920 *100vw);
  z-index: 110; }
  .dlbtn img {
    width: calc(200 / 1920 * 100vw);
    max-width: 350px;
    min-width: 150px;
    transition: .3s;
    opacity: .6; }
  .dlbtn img:hover {
    opacity: 1; }
  @media screen and (max-width: 1024px) {
    .dlbtn img {
      display: block;
      width: calc(200 / 1024 * 100vw);
      max-width: 350px;
      min-width: 150px;
      transition: .3s;
      opacity: .6; } }
  @media screen and (max-width: 800px) {
    .dlbtn {
      left: 0;
      right: 0; }
      .dlbtn img {
        width: 80%;
        max-width: 450px;
        display: block;
        margin: 0 auto;
        opacity: .8; } }

/*ポータル用========================================================================================================*/
.other_link .pc {
  display: block;
  display: block;
  margin: 0 auto;
  width: calc(800 / 1920 * 100vw);
  transition: .3s; }
  .other_link .pc:hover {
    opacity: 0.7; }
  @media screen and (max-width: 800px) {
    .other_link .pc {
      display: none; } }

.other_link .sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .other_link .sp {
      display: block;
      display: block;
      margin: 0 auto;
      width: 80%; } }

/*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.8);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  overflow: hidden; }

.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%; } }

.modal_content_zombie {
  align-self: center;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0; }
  @media screen and (max-width: 640px) {
    .modal_content_zombie {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content_zombie {
      padding: 10px 0;
      width: 80%; } }

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 1;
  z-index: 90; }

@media screen and (max-width: 768px) {
  .close_button {
    top: 1%;
    right: 4%;
    color: #FFFFFF; } }
@media screen and (max-width: 420px) {
  .close_button {
    top: -20%;
    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); }

.modal_wrap input:checked ~ .modal_overlay .modal_content_zombie {
  transform: scale(1);
  opacity: 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: #91875d;
  border: 4px #91875d solid;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: #4f0707;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.8); }

.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: 13px; }
  @media screen and (max-width: 640px) {
    .double {
      width: 120px;
      height: 150px;
      font-size: 8px; } }

.dl_link2 a {
  display: block;
  width: 80%;
  margin: 0 auto 3px;
  padding: 2px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #FFF;
  color: #f4c27b;
  font-weight: bold;
  overflow: hidden;
  border: 2px solid #f4c27b; }
.dl_link2 a:hover {
  border: 2px solid #FFF;
  background: #ffa822;
  color: #000; }
@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; }

.link_list {
  display: flex;
  width: 240px;
  margin: 2rem auto;
  justify-content: space-between;
  align-items: center; }
  .link_list div {
    text-align: center;
    width: 50%; }

.kmc {
  height: calc(100vw / 1920 * 40); }
  @media screen and (max-width: 1024px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1280 * 30); } }
  @media screen and (max-width: 800px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1024 * 40); } }
  @media screen and (max-width: 640px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1024 * 80); } }
  @media screen and (max-width: 420px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1024 * 100); } }

.cpicon {
  height: calc(100vw / 1920 * 40); }
  @media screen and (max-width: 1024px) {
    .cpicon {
      /*引数を省略*/
      height: calc(100vw / 1280 * 30); } }
  @media screen and (max-width: 800px) {
    .cpicon {
      /*引数を省略*/
      height: calc(100vw / 1024 * 40); } }
  @media screen and (max-width: 640px) {
    .cpicon {
      /*引数を省略*/
      height: calc(100vw / 1024 * 80); } }
  @media screen and (max-width: 420px) {
    .cpicon {
      /*引数を省略*/
      height: calc(100vw / 1024 * 100); } }

.sns_btn {
  width: 240px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .sns_btn li img {
    height: calc(100vw / 1920 *30); }
  @media screen and (max-width: 1280px) {
    .sns_btn li img {
      height: calc(100vw / 1920 *40); } }
  @media screen and (max-width: 800px) {
    .sns_btn li img {
      height: calc(100vw / 1024 *40); } }
  @media screen and (max-width: 640px) {
    .sns_btn li img {
      height: calc(100vw / 1024 *50); } }
  @media screen and (max-width: 420px) {
    .sns_btn li img {
      height: calc(100vw / 1024 *120); } }

footer {
  background: #151a33;
  width: 100%;
  position: static;
  margin: auto;
  overflow: hidden;
  color: #FFF;
  padding-bottom: calc(100vw / 1920 * 200); }
  @media screen and (max-width: 1024px) {
    footer {
      /*引数を省略*/
      position: static;
      width: 100vw;
      max-width: 100%;
      text-align-last: center; } }
  @media screen and (max-width: 800px) {
    footer {
      /*引数を省略*/
      position: static;
      padding-bottom: calc(100vw / 1024 * 250); } }

.terminal {
  margin: calc(100vw / 1920 * 30) auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .terminal {
      margin: calc(100vw / 1024 * 10) auto; } }

.kadomaru {
  text-align: center; }
  .kadomaru img {
    border-radius: 10px;
    width: 90px; }
  @media screen and (max-width: 640px) {
    .kadomaru {
      display: none; } }

.tml_smp {
  margin-left: 15px; }
  @media screen and (max-width: 640px) {
    .tml_smp {
      margin: 15px auto;
      width: 90%; } }

.tml_sscon {
  display: flex;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .tml_sscon {
      display: block; } }

.tlist_long, .tlist_spl, .tlist_spr, .tlist-last_sp {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.tlist_long, .tml_sscon, .tlist-last_sp {
  margin: 0 auto 5px; }
  @media screen and (max-width: 640px) {
    .tlist_long, .tml_sscon, .tlist-last_sp {
      font-size: 12px; } }

.tlist_spl .pflist_l, .tlist_spr .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l, .tlist_long .pflist_l {
  background: #bf985e;
  color: black;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  margin-right: 15px;
  height: 25px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 640px) {
    .tlist_spl .pflist_l, .tlist_spr .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l, .tlist_long .pflist_l {
      width: 100%; } }

.tlist_spl {
  margin-right: 150px; }
  @media screen and (max-width: 640px) {
    .tlist_spl {
      margin-right: auto;
      margin-bottom: 5px; } }

.tlist_spl .pflist_l, .tlist_spr .pflist_l, .tlist_spss .pflist_l, .tlist_long .pflist_l {
  width: 80px; }
  @media screen and (max-width: 640px) {
    .tlist_spl .pflist_l, .tlist_spr .pflist_l, .tlist_spss .pflist_l, .tlist_long .pflist_l {
      width: 120px; } }

.tlist-last_sp .pflist_l {
  width: 120px; }

.trademark {
  width: 90%;
  margin: 5px auto;
  text-align: center;
  font-size: 12px; }
  .trademark a {
    color: #3D83FF; }
  .trademark a:hover {
    color: #0035A2; }

.trademark a {
  color: #dfca71; }

.clogo-d {
  display: flex;
  justify-content: center; }
  .clogo-d img {
    height: 80px; }

.copy, .copy2 {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  color: #FFF;
  font-size: 10px;
  margin: 0 auto; }

hr {
  border: none;
  height: 1px;
  background: rgba(223, 202, 113, 0.5); }

@media screen and (max-width: 800px) {
  .tlist_long {
    text-align: left;
    justify-content: flex-start; } }
