@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif&family=RocknRoll+One&family=Zen+Maru+Gothic:wght@500&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); }

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: #f7e7c7 url("../img/back.png");
  background-size: 200px 200px;
  /* image size */
  -webkit-animation: bg 5s linear infinite;
  animation: bg 5s infinite linear;
  outline: none;
  min-width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    body {
      background-size: 100px 100px;
      /* image size */
      -webkit-animation: bgsp 5s linear infinite;
      animation: bgsp 5s infinite linear;
      overscroll-behavior: none; } }

@keyframes bg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200px 200px; } }
@keyframes bgsp {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -100px 100px; } }
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: 100%;
  position: relative;
  top: 0;
  z-index: 99;
  background: #131313;
  padding: 10px; }
  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 {
      background: rgba(19, 19, 19, 0);
      position: fixed;
      top: 0;
      height: auto;
      width: 100%; } }

.hd_img {
  width: 80px; }
  @media screen and (max-width: 1024px) {
    .hd_img {
      display: none; } }

/*=====================================================================================================================*/
/*折り畳み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メニュー*/
header {
  display: none; }
  @media screen and (max-width: 1024px) {
    header {
      display: block; } }

#nav-toggle {
  display: none;
  position: fixed;
  right: 2vw;
  top: 1vh;
  height: calc(100vw / 1024 * 90);
  width: calc(90 / 1024 * 100vw);
  cursor: pointer;
  z-index: 999;
  background: url("../img/top4_back.png") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    #nav-toggle {
      display: block; } }
  @media screen and (max-width: 640px) {
    #nav-toggle {
      height: calc(100vw / 1024 * 130);
      width: calc(130 / 1024 * 100vw); } }

#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 * 130);
      width: calc(130 / 1024 * 100vw); } }

#nav-toggle span {
  display: block;
  position: absolute;
  margin: auto;
  width: calc(50 / 1024 * 100vw);
  height: calc(100vw / 1024 * 5);
  background: #b48c32;
  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(50 / 1024 * 100vw);
      height: calc(100vw / 1024 * 8); } }

#nav-toggle span:nth-child(1) {
  top: 30%; }

#nav-toggle span:nth-child(2) {
  top: 47.5%; }
  @media screen and (max-width: 420px) {
    #nav-toggle span:nth-child(2) {
      top: 46.5%; } }

#nav-toggle span:nth-child(3) {
  top: auto;
  bottom: 30%; }

.menu {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -900px;
  left: 0;
  right: auto;
  background: rgba(242, 225, 191, 0.95);
  width: 100%;
  text-align: center;
  padding: 0px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  @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 #241303;
  color: #241303; }

.menu ul li:last-child {
  border-bottom: none; }

.menu ul li a {
  width: 100%;
  display: block;
  color: #241303;
  padding: 5px 0;
  font-family: 'Zen Maru Gothic', sans-serif; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 48%;
  -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: 48%;
  bottom: auto;
  -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: #260040;
  padding: 20px auto;
  overflow: hidden; }
  .header p {
    max-width: 1280px;
    margin: 10px auto; }
  .header img {
    transition: 0.5s; }
  .header img:hover {
    opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .header {
      padding: 20px auto;
      text-align: left; }
      .header p {
        text-align: left;
        max-width: 100%; }
      .header img {
        display: block;
        width: 80px; } }

/*SP折り畳みメニュー終了==================================================================================================*/
/*=====================================================================================================================*/
/*=====================================================================================================================*/
/*各項目固定背景用================================================================================*/
/*固定背景*/
/*=====================================================================================================================*/
/*TOPメイン画像関連（パーツ増やしたり減らしたり）================================================================================*/
.main_back {
  background-size: cover;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .main_back {
      display: none; } }

.main_img {
  aspect-ratio: 16 / 8;
  background: url("../img/header_back.jpg") no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden; }

/*各キャラ位置*/
.t_nayc {
  position: absolute;
  margin: auto;
  z-index: 3;
  left: 4%;
  right: 0;
  height: calc(100vw / 1920 * 1577); }

.t_wt {
  position: absolute;
  margin: auto;
  left: 20%;
  top: 2%;
  z-index: 2;
  height: calc(100vw / 1920 * 1338); }

.t_cyan {
  position: absolute;
  margin: auto;
  right: 3%;
  bottom: -3%;
  height: calc(100vw / 1920 * 961); }

.t_han {
  position: absolute;
  margin: auto;
  left: 6%;
  bottom: -0%;
  height: calc(100vw / 1920 * 852); }

.t_spk {
  position: absolute;
  margin: auto;
  z-index: 4;
  height: calc(100vw / 1920 * 1131);
  top: 0;
  left: 0;
  right: 0;
  opacity: .8; }

.t_rele {
  position: absolute;
  margin: auto;
  z-index: 6;
  height: calc(100vw / 1920 * 240);
  bottom: 10%;
  left: 5%; }

.t_cons {
  position: absolute;
  margin: auto;
  z-index: 5;
  height: calc(100vw / 1920 * 84);
  bottom: 13%;
  left: 8%; }

.topklogo {
  position: absolute;
  top: 2%;
  left: 1%;
  display: flex;
  flex-wrap: nowrap;
  z-index: 20;
  height: calc(100vw / 1920 * 60); }
  @media screen and (max-width: 1024px) {
    .topklogo {
      top: 1%;
      height: calc(100vw / 1024 * 60); } }

.g-title {
  position: absolute;
  bottom: 7%;
  z-index: 20;
  margin: auto;
  right: 10%;
  left: auto;
  opacity: 0;
  height: calc(100vw / 1920 * 300);
  animation-name: titlelogo;
  /*キーフレーム指定*/
  animation-duration: .5s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: .2s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }

@keyframes titlelogo {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.t_txt1 {
  position: absolute;
  margin: auto;
  z-index: 10;
  right: 1.5%;
  top: 23%;
  height: calc(100vw / 1920 * 500); }

.t_txt2 {
  position: absolute;
  margin: auto;
  z-index: 10;
  height: calc(100vw / 1920 * 237); }

.t_dendo {
  position: absolute;
  top: 3%;
  z-index: 20;
  margin: auto;
  right: 1%;
  left: auto;
  height: calc(100vw / 1920 * 180); }

.spmain {
  display: none; }
  .spmain img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .spmain {
      display: block;
      overflow: hidden;
      position: relative;
      margin-bottom: 3vh; } }

.sp_sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .sp_sale img {
    height: 60px;
    margin: 10px; }

/*PV部分================================================================================*/
.main_pvarea {
  width: calc(1920 / 1920 * 100vw);
  height: calc(100vw / 1920 * 770);
  background: url("../img/top_back_01.png");
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .main_pvarea {
      width: 100%;
      height: calc(100vw / 1024 * 1320); } }

.top_intoro_img {
  position: absolute;
  bottom: 20%;
  left: 10%;
  z-index: 10;
  height: calc(100vw / 1980 * 329); }
  @media screen and (max-width: 1280px) {
    .top_intoro_img {
      bottom: 23%;
      left: 5%; } }

.top_pv {
  width: calc(589 / 1980 * 100vw);
  height: calc(100vw / 1980 * 589);
  clip-path: url(#clippv);
  position: absolute;
  overflow: hidden;
  right: 5%;
  z-index: 26; }
  .top_pv video {
    position: absolute;
    margin: auto;
    left: -33%;
    height: 100%; }
  @media screen and (max-width: 1024px) {
    .top_pv {
      width: calc(589 / 1024 * 100vw);
      height: calc(100vw / 1024 * 589);
      margin: auto;
      right: 0%;
      left: 0;
      top: 10%; } }

.pv_yazirusi {
  position: absolute;
  z-index: 10;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: .3s;
  width: calc(241 / 1920 * 100vw);
  height: calc(100vw / 1920 * 231); }
  .pv_yazirusi:hover {
    transform: scale(1.1); }
  @media screen and (max-width: 1024px) {
    .pv_yazirusi {
      width: calc(241 / 1024 * 100vw);
      height: calc(100vw / 1024 * 231); } }

.pv_mask {
  -webkit-mask-image: url("../img/pv_mask.png");
  -webkit-mask-size: cover;
  mask-image: url("../img/pv_mask.png");
  mask-size: cover; }

.top_pvframe {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  width: calc(589 / 1980 * 100vw);
  height: calc(100vw / 1980 * 589); }
  @media screen and (max-width: 1024px) {
    .top_pvframe {
      width: calc(589 / 1024 * 100vw);
      height: calc(100vw / 1024 * 589); } }

.top_mahouzin {
  position: absolute;
  margin: auto;
  bottom: 16%;
  right: 2%;
  height: calc(100vw / 1980 * 721);
  z-index: 3;
  animation: zin 35s linear infinite; }
  @media screen and (max-width: 1024px) {
    .top_mahouzin {
      height: calc(100vw / 1024 * 721);
      bottom: auto;
      left: 0;
      right: 0;
      top: 5%;
      z-index: 0; } }

@keyframes zin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(180deg); } }
.loop_cap {
  position: absolute;
  bottom: 3%;
  width: 100%;
  height: 196px;
  /* 画像の高さ */
  background-image: url("../img/top_ss.png?000");
  background-repeat: repeat-x;
  background-size: auto  196px;
  /* 画像の高さ */
  animation: loop 90s linear infinite;
  z-index: 10; }
  @media screen and (max-width: 1280px) {
    .loop_cap {
      bottom: -1%;
      height: calc(100vw / 1024 * 196); } }
  @media screen and (max-width: 1024px) {
    .loop_cap {
      bottom: 3%;
      height: calc(100vw / 1024 * 196);
      background-size: auto calc(100vw / 1024 * 196);
      animation: loop 240s linear infinite; } }

@keyframes loop {
  from {
    background-position: 0 0; }
  to {
    background-position: -3800px 0;
    /* 画像のマイナス幅 */ } }
/*=====================================================================================================================*/
/*PCメヌー--------------------------------------------------------------------------------------------------------------*/
.pcmenu {
  background: url("../img/menu_back.png") center bottom no-repeat rgba(0, 0, 0, 0);
  background-size: contain;
  height: 134px;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0rem;
  z-index: 999; }
  .pcmenu ul {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin: 0 auto;
    width: 98%; }
    .pcmenu ul img {
      transition: .3s;
      transform: translateY(15%); }
    .pcmenu ul img:hover {
      transform: translateY(0%); }
    .pcmenu ul li:last-child {
      margin-left: auto; }
  @media screen and (max-width: 1024px) {
    .pcmenu {
      display: none; } }

.mn_btn {
  height: calc(100% / 1920 * 90); }

.mn_dlbtn {
  height: calc(100% / 1920 * 134); }

/*スマホ版PV設定========================================================================================*/
.sp_nayc_lside {
  position: absolute;
  margin: auto;
  top: 3%;
  left: -20%;
  height: calc(100vw / 1024 * 900);
  z-index: 1; }

.sp_whitia_rside {
  position: absolute;
  margin: auto;
  top: 3%;
  right: -5%;
  height: calc(100vw / 1024 * 950);
  z-index: 1; }

.top_intoro_sp {
  position: absolute;
  margin: auto;
  height: calc(100vw / 1024 * 185);
  bottom: 25%;
  z-index: 3; }

/*スマホ版DLボタン下部部分================================================================================*/
.sdlbtn_sp img {
  height: calc(100vw / 1024 * 180);
  position: fixed;
  margin: auto;
  bottom: 0%;
  right: 0;
  z-index: 900;
  transition: .2s;
  transform: translateY(15%); }
  .sdlbtn_sp img:hover {
    transform: translateY(0%); }

/*topメイン下部部分================================================================================*/
.ov_con {
  position: relative;
  width: 100%;
  overflow: hidden; }

.con_nayc {
  height: calc(100vw / 1920 * 2162);
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  left: -20%;
  z-index: 5;
  transition: .3s; }
  .con_nayc img {
    width: calc(1600 / 1920 * 100vw);
    margin: 3vh auto 0; }
  @media screen and (max-width: 1024px) {
    .con_nayc {
      display: none; } }

.con_nayc_sticky {
  position: absolute;
  top: 0%;
  left: -20%;
  z-index: 5;
  height: calc(100vw / 1920 * 2162); }

.con_nayc_sticky.fixed {
  position: fixed; }

.con_nayc_sticky.endfixed {
  position: absolute;
  top: calc(100vw / 1920 * 2162*1.08); }

/*トップカルーセル部分*/
@media screen and (max-width: 1024px) {
  .car_mcon {
    margin: 15vh auto; } }

.top_carousel {
  width: 100%;
  height: calc(100vw / 1920 * 1000);
  position: relative;
  top: 10vh; }
  @media screen and (max-width: 1024px) {
    .top_carousel {
      top: 3vh;
      height: auto;
      margin: 10vh auto 0; } }

.top_carchatch {
  position: absolute;
  margin: auto;
  top: 1%;
  right: 1%;
  z-index: 20;
  height: calc(100vw / 1920 * 320); }
  @media screen and (max-width: 1024px) {
    .top_carchatch {
      top: -10vh;
      right: 0;
      left: 0;
      height: calc(100vw / 1024 * 320); } }

.car_main {
  position: absolute;
  margin: auto;
  top: 20%;
  right: 3%;
  width: calc(977 / 1920 * 100vw);
  height: calc(100vw / 1920 * 600);
  z-index: 19; }
  .car_main img {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .car_main {
      width: calc(977 / 1024 * 100vw);
      height: calc(100vw / 1024 * 600);
      position: relative;
      right: 0;
      left: 0;
      margin: 0 auto 0; } }

.slick-dots {
  position: absolute;
  margin: auto;
  right: 5%;
  bottom: 5%; }
  @media screen and (max-width: 1024px) {
    .slick-dots {
      text-align: center;
      right: 0;
      left: 0;
      bottom: -5%; } }

.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden; }

.slick-dots li {
  display: inline-block;
  margin: 0 30px; }
  @media screen and (max-width: 1024px) {
    .slick-dots li {
      margin: 0 15px; } }

.slick-dots li button {
  position: relative;
  text-indent: -9999px; }

.slick-dots li button::before {
  background-image: url("../img/top_off.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 40px;
  width: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  opacity: 1; }
  @media screen and (max-width: 1024px) {
    .slick-dots li button::before {
      top: 0;
      height: 30px;
      height: 30px; } }
  @media screen and (max-width: 640px) {
    .slick-dots li button::before {
      height: 25px;
      height: 25px; } }

.slick-dots li.slick-active button::before {
  background-image: url("../img/top_on.png"); }

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px; }

/*トップキャラクター部分*/
.top_character_con {
  position: relative;
  width: 100%;
  height: calc(100vw / 1920 * 1000);
  margin: 5vh auto 20vh; }
  @media screen and (max-width: 1024px) {
    .top_character_con {
      margin: 0vh auto 20vh;
      height: calc(100vw / 1024 * 640); } }
  @media screen and (max-width: 640px) {
    .top_character_con {
      margin: 0vh auto 20vh;
      height: calc(100vw / 1024 * 640); } }

.top_charachatch {
  position: absolute;
  top: auto;
  bottom: 20%;
  left: auto;
  right: .5rem;
  z-index: 5;
  height: calc(100vw / 1920 * 172); }
  @media screen and (max-width: 1024px) {
    .top_charachatch {
      margin: auto;
      top: 10%;
      bottom: auto;
      left: 0;
      right: 0;
      height: calc(100vw / 1024 * 130); } }

.top_charabtn {
  position: absolute;
  bottom: 5%;
  top: auto;
  left: auto;
  right: 2%;
  z-index: 5;
  height: calc(100vw / 1920 * 100);
  transition: .3s; }
  .top_charabtn:hover {
    transform: translateY(-1.5rem); }
  @media screen and (max-width: 1024px) {
    .top_charabtn {
      display: none; } }

.top_charabtn_sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .top_charabtn_sp {
      display: block;
      position: absolute;
      margin: auto;
      bottom: -5vh;
      top: auto;
      left: 0;
      right: 0;
      z-index: 5;
      height: calc(100vw / 1024 * 100);
      transition: .3s; }
      .top_charabtn_sp:hover {
        transform: translateY(-1.5rem); } }

.top_charactermask {
  width: 100%;
  height: auto;
  background: #FFF;
  clip-path: url(#clipchara);
  padding: 15px 0; }
  @media screen and (max-width: 1024px) {
    .top_charactermask {
      position: absolute;
      top: 10vh; } }
  @media screen and (max-width: 640px) {
    .top_charactermask {
      padding: 5px 0; } }

.top_character {
  width: 100%;
  height: calc(100vw / 1920 * 880);
  background: url("../img/top2_back.png");
  position: relative;
  background-size: cover;
  clip-path: url(#clipchara); }
  @media screen and (max-width: 1024px) {
    .top_character {
      height: calc(100vw / 1024 * 700); } }

.loop_chara {
  width: 100vw;
  height: calc(100% / 864 * 1000);
  /* 画像の高さ */
  background-image: url("../img/top2_chara.png");
  background-repeat: repeat-x;
  background-size: auto calc(100% / 864 * 1000);
  /* 画像の高さ */
  animation: loop_c 35s linear infinite; }

@keyframes loop_c {
  from {
    background-position: 0 0; }
  to {
    background-position: 205% 0;
    /* 画像のマイナス幅 */ } }
/*トップ錬金術部分*/
.top_alchemy {
  width: 100%;
  height: calc(100vw / 1920 * 830);
  position: relative;
  margin: 3rem auto; }
  @media screen and (max-width: 1024px) {
    .top_alchemy {
      height: calc(100vw / 1024 * 1024);
      margin: 3rem auto 10vh; } }

.top_alchemy .s_t {
  position: absolute;
  top: 5%;
  left: auto;
  right: 35%;
  z-index: 10;
  z-index: 23;
  height: calc(100vw / 1920 * 400); }
  @media screen and (max-width: 1024px) {
    .top_alchemy .s_t {
      left: 0;
      margin: auto;
      height: calc(100vw / 1024 * 400); } }

.top_alchemybtn {
  position: absolute;
  margin: auto;
  z-index: 24;
  bottom: 3%;
  right: 1%;
  transition: .3s;
  height: calc(100vw / 1920 * 100); }
  .top_alchemybtn:hover {
    transform: translateY(-1.5rem); }
  @media screen and (max-width: 1024px) {
    .top_alchemybtn {
      left: 3%;
      right: auto;
      bottom: 8%;
      height: calc(100vw / 1024 * 100); } }

.saisyu_mov_top, .hanbai_mov_top, .renkin_mov_top {
  position: absolute;
  border-radius: 3rem;
  overflow: hidden;
  border: 4px #4b2700 solid;
  background: #FFF;
  transition: .3s;
  margin: auto; }
  .saisyu_mov_top video, .hanbai_mov_top video, .renkin_mov_top video {
    height: 100%; }
  @media screen and (max-width: 1024px) {
    .saisyu_mov_top, .hanbai_mov_top, .renkin_mov_top {
      border-radius: 1.5rem;
      border: 3px #a37908 solid; } }

.saisyu_mov_top {
  bottom: 8%;
  right: 25%;
  z-index: 20;
  width: calc(640 / 1920 * 100vw);
  height: calc(100vw / 1920 * 360); }
  @media screen and (max-width: 1024px) {
    .saisyu_mov_top {
      bottom: 25%;
      right: auto;
      left: 3%;
      margin: auto;
      width: calc(520 / 1024 * 100vw);
      height: calc(100vw / 1204 * 350); } }

.hanbai_mov_top {
  bottom: 20%;
  right: 5%;
  z-index: 22;
  width: calc(420 / 1920 * 100vw);
  height: calc(100vw / 1920 * 300); }
  @media screen and (max-width: 1024px) {
    .hanbai_mov_top {
      bottom: auto;
      top: 15%;
      margin: auto;
      width: calc(498 / 1024 * 100vw);
      height: calc(100vw / 1204 * 375); } }

.renkin_mov_top {
  bottom: 45%;
  right: 15%;
  z-index: 21;
  width: calc(520 / 1920 * 100vw);
  height: calc(100vw / 1920 * 350); }
  @media screen and (max-width: 1024px) {
    .renkin_mov_top {
      bottom: 15%;
      right: 5%;
      margin: auto;
      width: calc(498 / 1024 * 100vw);
      height: calc(100vw / 1204 * 375); } }

/*=====================================================================================================================*/
/*スペック部分================================================================================*/
.spec {
  width: calc(1920 / 1920 * 100vw);
  height: calc(100vw / 1920 * 1572);
  position: relative;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 20; }
  @media screen and (max-width: 1024px) {
    .spec {
      width: 100%;
      height: auto; } }

.alchemy_mov {
  width: 100%;
  height: calc(100vw / 1920 * 580);
  clip-path: url(#ft_mov);
  background: #000;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }
  .alchemy_mov video {
    background-size: cover;
    display: block;
    min-height: 100%;
    height: calc(100vw / 1920 * 855);
    margin: auto;
    right: 0;
    left: 0%;
    top: -35%;
    position: absolute;
    z-index: -1; }
  @media screen and (max-width: 1280px) {
    .alchemy_mov video {
      left: -0%;
      right: 0; } }
  @media screen and (max-width: 1024px) {
    .alchemy_mov {
      display: none; } }

.spec_wt {
  position: absolute;
  margin: auto;
  bottom: -0%;
  left: auto;
  right: 0;
  z-index: 3;
  background: url("../img/top_footer_chara.png") no-repeat bottom;
  background-size: contain;
  width: calc(925 / 1920 * 100vw);
  height: calc(100vw / 1920 * 1343);
  padding: 0;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .spec_wt {
      display: none; } }

.spec_con {
  width: calc(1000 / 1920 * 100vw);
  height: calc(100vw / 1920 * 1000);
  border-radius: 40px;
  background: url("../img/top4_back.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 3;
  top: 20%;
  left: 8%; }
  @media screen and (max-width: 1024px) {
    .spec_con {
      width: 100vw;
      height: calc(100vw / 1024 * 1600);
      background: url("../img/spec_back_sp.png") no-repeat center;
      margin: auto;
      top: 0;
      left: 0%;
      background-size: cover;
      overflow: hidden;
      display: flex;
      align-items: center; } }
  @media screen and (max-width: 640px) {
    .spec_con {
      margin: 0 auto 10vh; } }

.spec_mcon {
  margin: auto;
  width: calc(500 / 1920 * 100vw);
  height: calc(100vw / 1920 * 500);
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  text-align: center; }
  .spec_mcon img {
    display: block;
    margin: 0 auto; }
  @media screen and (max-width: 1280px) {
    .spec_mcon {
      top: 10%; } }
  @media screen and (max-width: 1024px) {
    .spec_mcon {
      width: 80%;
      height: auto;
      position: static;
      margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    .spec_mcon {
      margin: 8% auto 0; } }

.spec_mcon h3 {
  font-size: calc(2rem + ((1vw - 3px) * 1.1667));
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .spec_mcon h3 {
      font-size: calc(3rem + ((1vw - 3px) * 1.1667)); } }
  @media screen and (max-width: 640px) {
    .spec_mcon h3 {
      font-size: calc(1.6rem + ((1vw - 3px) * 1.1667)); } }

.spec_mcon h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(.8rem + ((1vw - 3px) * 1.1667));
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .spec_mcon h4 {
      font-size: calc(2rem + ((1vw - 3px) * 1.1667)); } }
  @media screen and (max-width: 640px) {
    .spec_mcon h4 {
      font-size: calc(1rem + ((1vw - 3px) * 1.1667)); } }

.spec_mcon p {
  padding: 0;
  margin: 1rem auto;
  font-size: calc(.4rem + ((1vw - 3px) * 1.1667));
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
  @media screen and (max-width: 1024px) {
    .spec_mcon p {
      font-size: calc(1.8rem + ((1vw - 3px) * 1.1667)); } }
  @media screen and (max-width: 640px) {
    .spec_mcon p {
      font-size: calc(.8rem + ((1vw - 3px) * 1.1667)); } }

.ft_logo {
  height: calc(100vw / 1920 * 220);
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .ft_logo {
      height: calc(100vw / 1024 * 220); } }

.cero {
  display: block;
  margin: 0 auto;
  height: calc(100vw / 1920 * 120); }
  @media screen and (max-width: 1024px) {
    .cero {
      height: calc(100vw / 1024 * 120); } }

/*=====================================================================================================================*/
/*2層システム部分================================================================================*/
.obi {
  background: url("../img/title_back.png") no-repeat center;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: calc(143 / 1920 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center; }
  .obi img {
    height: calc(100vw / 1920 * 104); }
  @media screen and (max-width: 1024px) {
    .obi {
      height: calc(143 / 1024 * 100vw); }
      .obi img {
        height: calc(100vw / 1024 * 104); } }

.sys_back {
  /*固定背景用*/
  position: fixed;
  top: 8vh;
  width: 100vw;
  height: calc(1080 / 1920 * 100vw);
  background: url("../img/system_back.png") no-repeat;
  background-size: cover;
  z-index: -1; }

.saisyu {
  /*採集項目*/
  position: relative;
  margin: 10vh auto;
  width: calc(1543 / 1920 * 100vw);
  height: calc(100vw / 1920 * 700); }
  @media screen and (max-width: 1024px) {
    .saisyu {
      width: 100%;
      height: auto;
      overflow: hidden;
      margin: 5vh auto 0; } }

.saisyu_mov, .hanbai_mov {
  position: absolute;
  border-radius: 3rem;
  overflow: hidden;
  width: calc(1000 / 1920 * 100vw);
  height: calc(100vw / 1920 * 560);
  border: 8px #a37908 solid;
  background: #FFF;
  transition: .3s;
  box-shadow: 3px 3px white, -3px 3px white, -3px -3px white, 3px -3px white; }
  .saisyu_mov video, .hanbai_mov video {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .saisyu_mov, .hanbai_mov {
      overflow: hidden;
      border-radius: 1.5rem;
      border: 4px #a37908 solid;
      position: relative;
      margin: 0 auto;
      width: calc(1470 / 1920 * 100vw);
      height: calc(100vw / 1920 * 820); }
      .saisyu_mov video, .hanbai_mov video {
        width: 103%; } }

.saisyu_text {
  position: absolute;
  overflow: hidden;
  width: calc(584 / 1920 * 100vw);
  height: calc(511 / 1920 * 100vw);
  bottom: 0;
  right: 0;
  left: auto; }

.saisyu_text .t_title {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 10%;
  width: calc(191 / 1920 * 100vw);
  max-width: 100%; }

.saisyu_text .s_text {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20%;
  width: calc(443 / 1920 * 100vw);
  max-width: 100%; }

.saisyu_text .t_base {
  width: calc(584 / 1920 * 100vw); }

.sys_text_sp {
  width: calc(924 / 1920 * 200vw);
  height: calc(200vw / 1920 * 269);
  background: url("../img/system_back_sp.png") no-repeat center top;
  background-size: contain;
  margin: 2% auto;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.t_txt_sp {
  width: calc(795 / 1920 * 200vw);
  height: calc(200vw / 1920 * 178); }

.renkin {
  /*錬金項目*/
  position: relative;
  margin: 10vh auto;
  width: calc(1543 / 1920 * 100vw);
  height: calc(100vw / 1920 *920 ); }
  @media screen and (max-width: 1024px) {
    .renkin {
      margin: 5vh auto 0;
      width: 100%;
      height: auto;
      overflow: hidden; } }

.renkin_mov {
  position: absolute;
  margin: auto;
  border-radius: 3rem;
  overflow: hidden;
  width: calc(1000 / 1920 * 100vw);
  height: calc(100vw / 1920 * 563);
  border: 8px #a37908 solid;
  left: 0;
  right: 0;
  bottom: 15%;
  background: #FFF;
  transition: .3s;
  box-shadow: 3px 3px white, -3px 3px white, -3px -3px white, 3px -3px white; }
  .renkin_mov video {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .renkin_mov {
      overflow: hidden;
      border-radius: 1.5rem;
      border: 4px #a37908 solid;
      position: relative;
      margin: 0 auto;
      width: calc(1470 / 1920 * 100vw);
      height: calc(100vw / 1920 * 820); }
      .renkin_mov video {
        width: 103%; } }

.renkin_text {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: calc(900 / 1920 * 100vw);
  height: calc(100vw / 1920 * 220 );
  z-index: 2; }

.renkin_text .t_title {
  position: absolute;
  margin: auto;
  left: 4%;
  right: auto;
  top: 0;
  bottom: 0;
  width: calc(160 / 1920 * 100vw);
  max-width: 100%; }

.renkin_text .s_text {
  position: absolute;
  margin: auto;
  left: auto;
  right: 7%;
  top: 0;
  bottom: 0;
  width: calc(620 / 1920 * 100vw);
  max-width: 100%; }

.renkin_text .t_base {
  width: calc(900 / 1920 * 100vw); }

.hanbai {
  /*販売項目*/
  position: relative;
  margin: 10vh auto;
  width: calc(1543 / 1920 * 100vw);
  height: calc(700 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .hanbai {
      margin: 10vh auto 0;
      width: 100%;
      height: auto; } }

.hanbai_text {
  position: absolute;
  overflow: hidden;
  width: calc(584 / 1920 * 100vw);
  height: calc(511 / 1920 * 100vw);
  bottom: 0;
  right: 0;
  left: auto; }

.hanbai_text .t_title {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 10%;
  width: calc(191 / 1920 * 100vw);
  max-width: 100%; }

.hanbai_text .s_text {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20%;
  width: calc(443 / 1920 * 100vw);
  max-width: 100%; }

.hanbai_text .t_base {
  width: calc(584 / 1920 * 100vw); }

.syusyu {
  /*コレクション項目*/
  position: relative;
  margin: 10vh auto 0vh;
  width: calc(1543 / 1920 * 100vw);
  height: calc(100vw / 1920 * 1180); }

.syusyu_text {
  position: absolute;
  margin: auto;
  overflow: hidden;
  width: calc(584 / 1920 * 100vw);
  height: calc(100vw / 1920 * 511);
  top: 0%;
  right: auto;
  left: 2%;
  z-index: 3; }

.syusyu_text .t_title {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 10%;
  width: calc(191 / 1920 * 100vw);
  max-width: 100%; }

.syusyu_text .s_text {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20%;
  width: calc(443 / 1920 * 100vw);
  max-width: 100%; }

.syusyu_text .t_base {
  width: calc(584 / 1920 * 100vw); }

.sys_cap1, .sys_cap2 {
  position: absolute;
  margin: auto; }

.sys_cap1 {
  top: 0;
  right: 0;
  z-index: 2;
  height: calc(100vw / 1920 * 500); }

.sys_cap2 {
  left: 15%;
  bottom: 24%;
  z-index: 1;
  height: calc(100vw / 1920 * 500); }

.sys_magi {
  position: absolute;
  right: -10%;
  left: auto;
  bottom: 20%;
  top: auto;
  height: calc(100vw / 1920 * 568);
  z-index: 3; }

@media screen and (max-width: 1024px) {
  .syusyu_sp {
    position: relative;
    width: calc(1024 / 1024 * 100vw);
    height: calc(100vw / 1024 * 746);
    margin: 10vh auto 0; } }

.sys_cap1_sp {
  position: absolute;
  bottom: 0;
  right: 3%;
  z-index: 2;
  height: calc(100vw / 1024 * 390); }

.sys_cap2_sp {
  position: absolute;
  left: 5%;
  top: 0;
  z-index: 1;
  height: calc(100vw / 1024 * 390); }

.zoom1, .zoom2 {
  position: absolute;
  margin: auto;
  height: calc(100vw / 1024 * 150);
  z-index: 3; }

.zoom1 {
  top: 40%;
  right: 1%; }

.zoom2 {
  top: -10%;
  right: 25%; }

.sys_magi_sp {
  position: absolute;
  left: 3%;
  right: auto;
  bottom: 0;
  top: auto;
  height: calc(100vw / 1920 * 568);
  z-index: 3; }

.sys_text_sp.last {
  margin-bottom: 10vh; }

/*=====================================================================================================================*/
/*2層キャラクター部分================================================================================*/
.chara_con {
  background: url("../img/back_character.jpg") no-repeat center;
  background-size: cover;
  height: calc(938 / 1920 * 100vw);
  position: relative; }
  @media screen and (max-width: 1024px) {
    .chara_con {
      background: none;
      height: auto; } }

.c_00, .c_01, .c_02, .c_03, .c_04, .c_05, .c_06, .c_07, .c_08, .c_09, .c_10 {
  position: absolute;
  margin: auto; }
  .c_00 img, .c_01 img, .c_02 img, .c_03 img, .c_04 img, .c_05 img, .c_06 img, .c_07 img, .c_08 img, .c_09 img, .c_10 img {
    width: 100%; }
  .c_00 p, .c_01 p, .c_02 p, .c_03 p, .c_04 p, .c_05 p, .c_06 p, .c_07 p, .c_08 p, .c_09 p, .c_10 p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: calc(0.125rem + ((1vw - 3px) * 1.1667));
    border-radius: 3px;
    background: #784209;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    width: 100%;
    transition: .3s;
    padding: 0px 0 2px;
    font-family: 'RocknRoll One', sans-serif;
    font-weight: 400;
    font-style: normal; }
  .c_00:hover p, .c_01:hover p, .c_02:hover p, .c_03:hover p, .c_04:hover p, .c_05:hover p, .c_06:hover p, .c_07:hover p, .c_08:hover p, .c_09:hover p, .c_10:hover p {
    opacity: 1; }

.c_00 {
  /*ネイク*/
  left: 0;
  right: 0;
  top: 50%;
  width: calc(111 / 1920 * 100vw);
  height: calc(100vw / 1920 * 164); }
  .c_00:hover p {
    top: -15%; }

.c_01 {
  /*マジ*/
  left: 12%;
  right: 0;
  top: 58%;
  width: calc(57 / 1920 * 100vw);
  height: calc(100vw / 1920 * 89); }
  .c_01 p {
    left: -10%; }
  .c_01:hover p {
    top: -40%; }

.c_02 {
  /*ホワイティア*/
  left: auto;
  right: 28%;
  top: 53%;
  width: calc(192 / 1920 * 100vw);
  height: calc(100vw / 1920 * 192); }
  .c_02 p {
    top: 10%; }
  .c_02:hover p {
    top: 0rem; }

.c_03 {
  /*ハンサム*/
  left: auto;
  right: 16%;
  top: 70%;
  width: calc(192 / 1920 * 100vw);
  height: calc(100vw / 1920 * 192); }
  .c_03 p {
    top: 0;
    width: calc(120/ 1920 * 100vw);
    margin: 0 auto; }
  .c_03:hover p {
    top: -15%; }

.c_04 {
  /*アカネ*/
  left: auto;
  right: 4%;
  top: 60%;
  width: calc(192 / 1920 * 100vw);
  height: calc(100vw / 1920 * 192); }
  .c_04 p {
    top: 0;
    width: calc(120/ 1920 * 100vw);
    margin: 0 auto; }
  .c_04:hover p {
    top: -5%; }

.c_05 {
  /*シアン*/
  left: auto;
  right: 35%;
  top: 30%;
  width: calc(192 / 1920 * 100vw);
  height: calc(100vw / 1920 * 192); }
  .c_05 p {
    top: 0;
    width: calc(120/ 1920 * 100vw);
    margin: 0 auto; }
  .c_05:hover p {
    top: -8%; }

.c_06 {
  /*ニュービー*/
  left: 31%;
  right: auto;
  top: 53%;
  width: calc(192 / 1920 * 100vw);
  height: calc(100vw / 1920 * 192); }
  .c_06 p {
    top: 0;
    width: calc(120/ 1920 * 100vw);
    margin: 0 auto; }
  .c_06:hover p {
    top: -8%; }

.c_07 {
  /*ラーナ*/
  left: 23%;
  right: auto;
  top: 38%;
  width: calc(192 / 1920 * 100vw);
  height: calc(100vw / 1920 * 192); }
  .c_07 p {
    top: 0;
    width: calc(120/ 1920 * 100vw);
    margin: 0 auto; }
  .c_07:hover p {
    top: -8%; }

.c_08 {
  /*トレジャー*/
  left: 40%;
  right: auto;
  top: 15%;
  width: calc(192 / 1920 * 100vw);
  height: calc(100vw / 1920 * 192); }
  .c_08 p {
    top: 0;
    width: calc(120/ 1920 * 100vw);
    margin: 0 auto; }
  .c_08:hover p {
    top: -5%; }

.c_09 {
  /*キトン*/
  left: 20%;
  right: auto;
  top: 70%;
  width: calc(192 / 1920 * 100vw);
  height: calc(100vw / 1920 * 192); }
  .c_09 p {
    top: 0;
    width: calc(120/ 1920 * 100vw);
    margin: 0 auto; }
  .c_09:hover p {
    top: -5%; }

.c_10 {
  /*ビューティ*/
  left: 8%;
  right: auto;
  top: 60%;
  width: calc(192 / 1920 * 100vw);
  height: calc(100vw / 1920 * 192); }
  .c_10 p {
    top: 0;
    width: calc(120/ 1920 * 100vw);
    margin: 0 auto; }
  .c_10:hover p {
    top: -8%; }

/*キャラ紹介モーダル*/
.o_lay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  min-height: 100vh;
  z-index: 999;
  transition: .3s; }

.o_lay .cancel {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  cursor: default; }

.o_lay:target {
  visibility: visible;
  opacity: 1; }

.modal_con {
  margin: 5% auto 0px;
  width: calc(1000 / 1920 * 100vw);
  height: calc(100vw / 1920 * 800 );
  position: relative;
  overflow: hidden; }

.close_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0%;
  right: 1%;
  left: auto;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #777; }

.close_btn:hover {
  opacity: 1; }

.s_cbtn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px; }

.s_cbtn::before, .s_cbtn::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #333; }

.s_cbtn::before {
  transform: translate(-50%, -50%) rotate(45deg); }

.s_cbtn::after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.close_icon {
  /*メッセージウィンドウ文字送りアイコン*/
  position: absolute;
  margin: auto;
  bottom: -5px;
  left: 0;
  right: 0;
  width: calc(63 / 1920 * 100vw);
  height: calc(100vw / 1920 * 36);
  background: url("../img/w_btn1.png") no-repeat;
  background-size: cover;
  animation: zioukri 0.6s steps(2) infinite; }

@keyframes zioukri {
  to {
    background-position: calc(-126 / 1920 * 100vw) 0; } }
@-webkit-keyframes zioukri {
  to {
    background-position: calc(-126 / 1920 * 100vw) 0; } }
@-moz-keyframes zioukri {
  to {
    background-position: calc(-126 / 1920 * 100vw) 0; } }
/*モーダル内ネームウィンドウ*/
.c_name {
  position: absolute;
  margin: auto;
  bottom: 25%;
  left: 15px;
  background: url("../img/chara_textwindow1.png?00") no-repeat center top;
  background-size: contain;
  width: calc(400 / 1920 * 100vw);
  height: calc(100vw / 1920 * 81);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #271705; }
  .c_name p {
    font-size: calc(.8rem + ((1vw - 3px) * 1.1667));
    font-weight: bold;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    width: calc(400 / 1920 * 100vw);
    padding-top: 2%; }

/*モーダル内メッセージウィンドウ*/
.me_win {
  color: #271705;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/chara_textwindow2.png") no-repeat center top;
  background-size: contain;
  width: calc(960 / 1920 * 100vw);
  height: calc(100vw / 1920 * 230);
  display: flex;
  align-items: center;
  justify-content: center; }
  .me_win p {
    font-size: calc(0.45rem + ((1vw - 3px) * 1.1667));
    text-align: left;
    font-family: 'Zen Maru Gothic', sans-serif;
    width: calc(810 / 1920 * 100vw);
    line-height: 130%; }

/*各モーダルキャラ位置調整*/
.modal_con .c_img00 {
  /*ネイク*/
  margin: auto;
  position: absolute;
  height: calc(100vw / 1920 * 1048);
  top: 5%;
  left: 0;
  right: 0;
  text-align: center; }

.modal_con .c_img01 {
  /*マジ*/
  margin: auto;
  position: absolute;
  height: calc(100vw / 1920 * 452);
  top: 15%;
  left: 0;
  right: 0;
  text-align: center; }

.modal_con .c_img02 {
  /*ホワイティア*/
  margin: auto;
  position: absolute;
  height: calc(100vw / 1920 * 1076);
  top: 5%;
  left: 0;
  right: 0;
  text-align: center; }

.modal_con .c_img03 {
  /*シアン*/
  margin: auto;
  position: absolute;
  height: calc(100vw / 1920 * 1192);
  top: 5%;
  left: 0;
  right: 0;
  text-align: center; }

.modal_con .c_img04 {
  /*ハンサム*/
  margin: auto;
  position: absolute;
  height: calc(100vw / 1920 * 1100);
  top: 0%;
  left: 0;
  right: 0;
  text-align: center; }

.modal_con .c_img05 {
  /*アカネ*/
  margin: auto;
  position: absolute;
  height: calc(100vw / 1920 * 1060);
  top: 5%;
  left: 0;
  right: 0;
  text-align: center; }

.modal_con .c_img06 {
  /*ニュービー*/
  margin: auto;
  position: absolute;
  height: calc(100vw / 1920 * 1048);
  top: 5%;
  left: 0;
  right: 0;
  text-align: center; }

.modal_con .c_img07 {
  /*ラーナ*/
  margin: auto;
  position: absolute;
  height: calc(100vw / 1920 * 990);
  top: 5%;
  left: 0;
  right: 0;
  text-align: center; }

.modal_con .c_img08 {
  /*トレジャー*/
  margin: auto;
  position: absolute;
  height: calc(100vw / 1920 * 900);
  top: 5%;
  left: 0;
  right: 0;
  text-align: center; }

.modal_con .c_img09 {
  /*キトン*/
  margin: auto;
  position: absolute;
  height: calc(100vw / 1920 * 1028);
  top: 5%;
  left: 0;
  right: 0;
  text-align: center; }

.modal_con .c_img10 {
  /*ビューティ*/
  margin: auto;
  position: absolute;
  height: calc(100vw / 1920 * 1048);
  top: 0%;
  left: 0;
  right: 0;
  text-align: center; }

/*キャラクター用モーダル（スクロールしない奴）========================================================================================================*/
.o_lay1 {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  min-width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0); }

.chara_content {
  margin: 3% auto 0px;
  width: calc(1000 / 1920 * 100vw);
  height: calc(100vw / 1920 * 850 );
  position: relative;
  overflow: hidden;
  transform: scale(0); }

.chara_wrap input {
  display: none; }

.chara_wrap input:checked ~ .o_lay1 {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; }

.chara_wrap input:checked ~ .o_lay1 .chara_content {
  transform: scale(1); }

/*=====================================================================================================================*/
/*スマホ版キャラ紹介設定===========================================================================================================*/
.chara_slider {
  background: url("../img/back_character.jpg") no-repeat center top;
  background-size: cover;
  width: 100vw; }

.chara_spcon {
  /*キャラ紹介メイン入れ子*/
  position: relative;
  margin: 10vh auto;
  width: 100vw;
  height: calc(100vw / 1024 * 1100);
  overflow: hidden; }

/*スマホ版キャラ画像各種設定*/
.sp_name {
  position: absolute;
  margin: auto;
  top: -70px;
  left: 0;
  background: url("../img/chara_textwindow1.png?00") no-repeat center top;
  background-size: contain;
  width: calc(400 / 1024 * 100vw);
  height: calc(100vw / 1024 * 81);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #271705;
  z-index: 6; }
  .sp_name div {
    font-size: calc(2rem + ((1vw - 3px) * 1.1667));
    font-weight: bold;
    text-align: left;
    font-family: 'Zen Maru Gothic', sans-serif;
    width: 90%;
    padding-top: 2%;
    padding-left: 15%; }
  @media screen and (max-width: 770px) {
    .sp_name {
      top: -50px; }
      .sp_name div {
        font-size: calc(1rem + ((1vw - 3px) * 1.1667)); } }
  @media screen and (max-width: 640px) {
    .sp_name {
      top: -20px; }
      .sp_name div {
        font-size: calc(1rem + ((1vw - 3px) * 1.1667)); } }
  @media screen and (max-width: 360px) {
    .sp_name {
      top: -15px; }
      .sp_name div {
        font-size: calc(.9rem + ((1vw - 3px) * 1.1667)); } }

.sp_window {
  /*各種項目飾り枠*/
  background-image: url(../img/w_tl.png), url(../img/w_tr.png), url(../img/w_ul.png), url(../img/w_ur.png), url(../img/w_ct.png), url(../img/w_cu.png), url(../img/w_cl.png), url(../img/w_cr.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: left top, right top, left bottom, right bottom, top, bottom, left, right;
  background-color: #f7e8be;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  margin: auto;
  padding: 20px 40px;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0; }
  .sp_window p {
    font-size: calc(1rem + ((1vw - 3px) * 1.1667));
    text-align: left;
    font-family: 'Zen Maru Gothic', sans-serif;
    width: calc(810 / 1024 * 100vw);
    line-height: 130%; }
  @media screen and (max-width: 640px) {
    .sp_window p {
      font-size: .8rem; } }

.c_sp00 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: calc(150vw / 1024 * 1048); }

.c_sp01 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 10%;
  height: calc(150vw / 1024 * 452); }

.c_sp02 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: calc(150vw / 1024 * 990); }

.c_sp03 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: calc(150vw / 1024 * 1100); }

.c_sp04 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: calc(150vw / 1024 * 950); }

.c_sp05 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 10%;
  height: calc(150vw / 1024 * 980); }

.c_sp06 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 10%;
  height: calc(150vw / 1024 * 990); }

.c_sp07 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: calc(150vw / 1024 * 948); }

.c_sp08 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: calc(150vw / 1024 * 750); }

.c_sp09 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: calc(150vw / 1024 * 900); }

.c_sp10 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: calc(150vw / 1024 * 1048); }

.thumbnail_slider {
  /*キャラ紹介サムネイル部分*/
  width: 100%;
  height: calc(100vw / 1024 * 219);
  margin: 3vh auto; }

.thum_con {
  width: calc(218 / 1024 * 100vw);
  height: calc(100vw / 1024 * 219);
  position: relative;
  background: url("../img/chara_select2_sp.png") no-repeat;
  background-size: contain;
  margin: 0 auto; }

/*サムネフォーカス用設定*/
.slick-slide .act_frame {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vw / 1024 * 219);
  opacity: 0;
  transition: .3s; }

.slick-center .act_frame {
  opacity: 1; }

/*サムネ用矢印設定*/
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: calc(160 / 1024 * 100vw);
  height: calc(100vw / 1024 * 168);
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10; }

.slick-prev {
  left: 0px;
  background: url("../img/arrow_l.png") no-repeat;
  background-size: cover; }

.slick-next {
  right: 0px;
  background: url("../img/arrow_r.png") no-repeat;
  background-size: cover; }

.slick-prev:before, .slick-next:before {
  content: ""; }

.slick-prev:before {
  content: ''; }

.slick-next:before {
  content: ''; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

/*サムネ用各キャラ設定*/
.dot_c00 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  width: calc(111 / 1024 * 100vw);
  height: calc(100vw / 1024 * 164); }

.dot_c01 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  width: calc(57 / 1024 * 100vw);
  height: calc(100vw / 1024 * 89); }

.dot_c02 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  width: calc(192 / 1024 * 100vw);
  height: calc(100vw / 1024 * 192); }

.dot_c03 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  width: calc(192 / 1024 * 100vw);
  height: calc(100vw / 1024 * 192); }

.dot_c04 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  width: calc(192 / 1024 * 100vw);
  height: calc(100vw / 1024 * 192); }

.dot_c05 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  width: calc(192 / 1024 * 100vw);
  height: calc(100vw / 1024 * 192); }

.dot_c06 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  width: calc(192 / 1024 * 100vw);
  height: calc(100vw / 1024 * 192); }

.dot_c07 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  width: calc(192 / 1024 * 100vw);
  height: calc(100vw / 1024 * 192); }

.dot_c08 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  width: calc(192 / 1024 * 100vw);
  height: calc(100vw / 1024 * 192); }

.dot_c09 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  width: calc(192 / 1024 * 100vw);
  height: calc(100vw / 1024 * 192); }

.dot_c10 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  width: calc(192 / 1024 * 100vw);
  height: calc(100vw / 1024 * 192); }

/*=====================================================================================================================*/
/*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 {
  border-top: 2px solid #ffa718;
  background: #885f36;
  background: -moz-linear-gradient(top, #885f36 20%, white 45%);
  background: -webkit-gradient(left top, left bottom, color-stop(20%, #885f36), color-stop(45%, white));
  background: -webkit-linear-gradient(top, #885f36 20%, white 45%);
  background: -o-linear-gradient(top, #885f36 20%, white 45%);
  background: -ms-linear-gradient(top, #885f36 20%, white 45%);
  background: linear-gradient(to bottom, #885f36 20%, white 45%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e6e', endColorstr='#c93f5f', GradientType=0 );
  color: #FFF; }
  @media screen and (max-width: 1024px) {
    footer {
      background: -moz-linear-gradient(top, #885f36 40%, white 60%);
      background: -webkit-gradient(left top, left bottom, color-stop(40%, #885f36), color-stop(60%, white));
      background: -webkit-linear-gradient(top, #885f36 40%, white 60%);
      background: -o-linear-gradient(top, #885f36 40%, white 60%);
      background: -ms-linear-gradient(top, #885f36 40%, white 60%);
      background: linear-gradient(to bottom, #885f36 40%, white 60%); } }

.terminal {
  max-width: 800px; }

.trademark, .copy {
  color: #000;
  position: relative; }

.trademark a {
  color: #7f4d0b;
  position: relative;
  z-index: 9999; }

.kmclogo img {
  display: block;
  margin: 5px auto; }

.mcau {
  margin: 1vh auto;
  width: 850px;
  max-width: 90%; }

.pf-img img {
  opacity: 1; }

.cp_logo {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 640px) {
    .cp_logo {
      justify-content: space-around;
      margin: 2vh auto; } }

.asobox_logo img {
  height: calc(100vw / 1920 * 80); }
  @media screen and (max-width: 640px) {
    .asobox_logo img {
      height: calc(100vw / 1024 * 120); } }

hr {
  background: #FFF; }

.tlist_sp .pflist_l, .tlist_sps .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l {
  background: #795c14;
  color: white; }

/*各種項目名背景色変更*/
.clogo-d {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .clogo-d {
      width: 380px;
      max-width: 100%;
      flex-wrap: wrap; } }

.logo_cc img, .kmc img {
  max-width: 100%; }

.logo_cc {
  width: 250px;
  margin-left: 20px; }
  @media screen and (max-width: 640px) {
    .logo_cc {
      max-width: 90%;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }

.kmc {
  width: 150px;
  margin-left: 60px;
  margin-right: 40px; }
  @media screen and (max-width: 640px) {
    .kmc {
      margin-top: 30px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }

.copy2 {
  margin-bottom: 5.5rem;
  color: #000;
  font-size: 10px;
  text-align: center;
  position: relative;
  z-index: 9999; }

/*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%; } }

.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 white solid;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: #fe6d6e;
  background: -moz-linear-gradient(top, #fe6d6e 0%, #c83e5e 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fe6d6e), color-stop(100%, #c83e5e));
  background: -webkit-linear-gradient(top, #fe6d6e 0%, #c83e5e 100%);
  background: -o-linear-gradient(top, #fe6d6e 0%, #c83e5e 100%);
  background: -ms-linear-gradient(top, #fe6d6e 0%, #c83e5e 100%);
  background: linear-gradient(to bottom, #fe6d6e 0%, #c83e5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e6e', endColorstr='#c93f5f', GradientType=0 );
  box-shadow: 6px 6px rgba(0, 0, 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; }

svg {
  position: absolute;
  z-index: -10; }
