@charset "UTF-8";
html, body, header, section, article, nav, header, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, :after, :before {
  box-sizing: inherit; }

a {
  text-decoration: none;
  outline: none; }

a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
  text-decoration: none; }

ul li {
  list-style: none; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  height: 100%;
  width: 100%;
  min-width: 900px; }

body {
  background-color: #0a090d;
  margin: 0;
  min-height: 100%;
  width: 100%;
  min-width: 900px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?hbakug");
  src: url("../fonts/icomoon.eot?hbakug#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hbakug") format("truetype"), url("../fonts/icomoon.woff?hbakug") format("woff"), url("../fonts/icomoon.svg?hbakug#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*font text関連*/
.font_ss {
  font-size: 10px !important; }

.font_s {
  font-size: 12px !important; }

.font_m {
  font-size: 14px !important; }

.font_l {
  font-size: 18px !important; }

.font_ll {
  font-size: 24px !important; }

.font_xl {
  font-size: 28px !important; }

.font36 {
  font-size: 36px !important; }

.bold {
  font-weight: bold; }

.color_white {
  color: #fff; }

.color_blue {
  color: #00ccff; }

/*テキスト配置*/
.txt_left {
  text-align: left; }

.txt_center {
  text-align: center; }

.txt_right {
  text-align: right; }

.txt_indent-1em {
  text-indent: -1em; }

.txt_indent-2em {
  text-indent: -2em; }

.txt_indent-10px {
  text-indent: -10px; }

.txt_indent-20px {
  text-indent: -20px; }

/*レイアウト用*/
/*hr系*/
hr {
  border: none; }

.space_s,
.space_m,
.space_l,
.space_xl {
  margin: 0;
  padding: 0;
  display: block;
  border: none; }

.space_s {
  height: 5px; }

.space_m {
  height: 10px; }

.space_l {
  height: 15px; }

.space_xl {
  height: 20px; }

/*===========OOCSS レイアウト===========*/
.space_auto,
.space5,
.space8,
.space10,
.space15,
.space20,
.space25,
.space30,
.space35,
.space40,
.space45,
.space50,
.space55,
.space60,
.space65,
.space70,
.space75,
.space80,
.space85,
.space90,
.space95,
.space100,
.space110,
.space120,
.space130,
.space140,
.space150,
.space160,
.space170,
.space180,
.space200,
.space300,
.space400 {
  margin: 0;
  padding: 0; }

.space_auto {
  height: auto !important; }

.space5 {
  height: 5px !important; }

.space8 {
  height: 8px !important; }

.space10 {
  height: 10px !important; }

.space15 {
  height: 15px !important; }

.space20 {
  height: 20px !important; }

.space25 {
  height: 25px !important; }

.space30 {
  height: 30px !important; }

.space35 {
  height: 35px !important; }

.space40 {
  height: 40px !important; }

.space44 {
  height: 44px !important; }

.space45 {
  height: 45px !important; }

.space50 {
  height: 50px !important; }

.space55 {
  height: 55px !important; }

.space60 {
  height: 60px !important; }

.space65 {
  height: 65px !important; }

.space70 {
  height: 70px !important; }

.space75 {
  height: 75px !important; }

.space80 {
  height: 80px !important; }

.space85 {
  height: 85px !important; }

.space90 {
  height: 90px !important; }

.space95 {
  height: 95px !important; }

.space100 {
  height: 100px !important; }

.space110 {
  height: 110px !important; }

.space120 {
  height: 120px !important; }

.space130 {
  height: 130px !important; }

.space140 {
  height: 140px !important; }

.space150 {
  height: 150px !important; }

.space160 {
  height: 160px !important; }

.space170 {
  height: 170px !important; }

.space180 {
  height: 180px !important; }

.space200 {
  height: 200px !important; }

.space300 {
  height: 300px !important; }

.space400 {
  height: 400px !important; }

.space100p {
  height: 100% !important; }

.space100vh {
  height: 100vh !important; }

/*width*/
.width10 {
  width: 10px; }

.width20 {
  width: 20px; }

.width30 {
  width: 30px; }

.width40 {
  width: 40px; }

.width50 {
  width: 50px; }

.width60 {
  width: 60px; }

.width70 {
  width: 70px; }

.width80 {
  width: 80px; }

.width90 {
  width: 90px; }

.width100 {
  width: 100px; }

.width110 {
  width: 110px; }

.width120 {
  width: 120px; }

.width130 {
  width: 130px; }

.width140 {
  width: 140px; }

.width150 {
  width: 150px; }

.width160 {
  width: 160px; }

.width170 {
  width: 170px; }

.width180 {
  width: 180px; }

.width190 {
  width: 190px; }

.width200 {
  width: 200px; }

.width210 {
  width: 210px; }

.width220 {
  width: 220px; }

.width230 {
  width: 230px; }

.width240 {
  width: 240px; }

.width250 {
  width: 250px; }

.width260 {
  width: 260px; }

.width270 {
  width: 270px; }

.width280 {
  width: 280px; }

.width290 {
  width: 290px; }

.width300 {
  width: 300px; }

.width310 {
  width: 310px; }

.width320 {
  width: 320px; }

.width1050 {
  width: 1050px; }

.width100p {
  width: 100%; }

/*height*/
.height10 {
  height: 10px; }

.height20 {
  height: 20px; }

.height30 {
  height: 30px; }

.height40 {
  height: 40px; }

.height50 {
  height: 50px; }

.height60 {
  height: 60px; }

.height70 {
  height: 70px; }

.height80 {
  height: 80px; }

.height90 {
  height: 90px; }

.height100 {
  height: 100px; }

.height100p {
  height: 100%; }

.h_auto {
  height: auto !important; }

.h_100vh {
  height: 100vh !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.m0p0 {
  margin: 0;
  padding: 0; }

.mauto {
  margin: 0 auto; }

.mt0 {
  margin-top: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.p0 {
  padding: 0 !important; }

.p5 {
  padding: 5px !important; }

.p10 {
  padding: 10px !important; }

.p15 {
  padding: 15px !important; }

.p20 {
  padding: 20px !important; }

.pt80 {
  padding-top: 80px !important; }

.clear {
  clear: both; }

.vtop {
  vertical-align: top; }

.vmiddle {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.table_div {
  display: table; }

.table_div > div {
  display: table-cell; }

.block {
  display: block; }

.iblock {
  display: inline-block; }

.fleft {
  float: left; }

.fright {
  float: right; }

.icon-twitter:before {
  content: "\ea96";
  /*カスタマイズ*/
  color: transparent;
  margin-right: 10px; }

/* スクロールバー */
#twitter-widget-0::-webkit-scrollbar {
  width: 12px; }

#twitter-widget-0::-webkit-scrollbar-track {
  background: #000;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; }

#twitter-widget-0::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 10px;
  box-shadow: none; }

.timeline-Body::-webkit-scrollbar {
  width: 12px; }

.timeline-Body::-webkit-scrollbar-track {
  background: #000;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; }

.timeline-Body::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 10px;
  box-shadow: none; }

nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  min-width: 1200px;
  padding: 24px 0; }
  nav .game_logo {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 40%;
    max-width: 750px; }
    nav .game_logo a {
      width: 250px; }
    nav .game_logo .game_logo_inner {
      width: 40%; }
    nav .game_logo .banner01 {
      position: absolute;
      z-index: 10;
      top: -8px;
      right: 60px;
      width: 42%; }
    nav .game_logo a {
      display: block; }
  nav ul {
    margin: 0 70px 0 0;
    text-align: right; }
    nav ul .new:before {
      content: "";
      background: url(../img/icon_new.png) no-repeat;
      background-size: contain;
      display: inline-block;
      height: 39px;
      position: absolute;
      top: -18px;
      left: -28px;
      width: 60px; }
    nav ul li {
      margin-right: 10px;
      display: inline-block;
      cursor: pointer; }
      nav ul li a {
        display: block;
        width: 125px;
        height: 42px;
        color: transparent; }
      nav ul li a:hover {
        transition: .2s; }
      nav ul li table {
        width: 100px; }

/* インクルード用 */
.gnav nav ul {
  display: flex;
  justify-content: flex-end;
  margin-right: 70px; }
  .gnav nav ul li {
    width: 125px; }
    .gnav nav ul li a {
      display: block; }
      .gnav nav ul li a img {
        width: 100%; }
  .gnav nav ul .news a {
    background: url(none) !important; }
  .gnav nav ul .news a:hover {
    background: url(none) !important; }
  .gnav nav ul .story a {
    background: url(none) !important; }
  .gnav nav ul .story a:hover {
    background: url(none) !important; }
  .gnav nav ul .chara a {
    background: url(none) !important; }
  .gnav nav ul .chara a:hover {
    background: url(none) !important; }
  .gnav nav ul .battle a {
    background: url(none) !important; }
  .gnav nav ul .battle a:hover {
    background: url(none) !important; }
  .gnav nav ul .gllery a {
    background: url(none) !important; }
  .gnav nav ul .gllery a:hover {
    background: url(none) !important; }

.Layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.Page {
  background-color: #111b35;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative; }

.wrapper_inner {
  position: relative;
  min-width: 900px;
  min-height: 100vh;
  z-index: 2;
  overflow: hidden; }

.movie__background {
  height: 100vh;
  opacity: 1;
  position: fixed;
  width: 100%;
  z-index: 1; }

.movie__background--dots {
  background-image: url(../img/movie_dots_01.png);
  display: block;
  height: 100vh;
  position: absolute;
  width: 100vw;
  z-index: 10; }

.movie__background video,
.movie__background img {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%); }

.top_container,
.top_container_story,
.top_container_chara,
.top_container_game {
  display: block;
  height: 100vh;
  position: relative;
  text-align: center;
  width: 100%; }

.game_logo {
  top: 10px;
  left: 5px;
  position: absolute;
  width: 18%;
  max-width: 300px;
  z-index: 2; }
  .game_logo img.logo {
    width: 240px; }

.rpg {
  margin-top: 0;
  margin-left: 15px; }

.bg_top_chara {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1; }
  .bg_top_chara .left {
    display: block;
    position: absolute;
    bottom: -1%;
    left: 0;
    width: 32%; }
  .bg_top_chara .right {
    display: block;
    position: absolute;
    bottom: -1%;
    right: 0;
    width: 32%; }

.tag_line {
  position: absolute;
  z-index: 1;
  top: 43%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); }
  .tag_line .catch_copy_sp {
    width: 100%;
    max-width: 480px;
    margin-bottom: 30px; }
  .tag_line .dl_text {
    display: block;
    width: 65%;
    margin: 0 auto; }
  .tag_line .btn_store {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 5px auto 0;
    padding: 0 1%; }
    .tag_line .btn_store .left_btn {
      margin-right: 4%; }
    .tag_line .btn_store a {
      display: block;
      width: 46%; }
      .tag_line .btn_store a img {
        display: block;
        width: 100%; }

#sound_button {
  position: absolute;
  z-index: 10;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  padding: 5px 10px;
  cursor: pointer;
  color: white; }

.sound_off {
  background: url(/img/btn_sound-off.png) no-repeat 50% 50%;
  background-size: 100% auto; }

.sound_on {
  background: url(/img/btn_sound-on.png) no-repeat 50% 50%;
  background-size: 100% auto; }

.movies {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 110px;
  left: 22px;
  width: 15%;
  max-width: 300px; }

.movies video,
.movies img {
  width: 100%; }

.tw_area {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 2;
  height: 395px; }

.btn_tw {
  width: 50px;
  height: 248px !important;
  background: url(../img/btn_tw_pc.png) no-repeat 50% 50%;
  background-size: 100% auto;
  cursor: pointer;
  float: left;
  color: transparent; }

.btn_tw:after {
  content: "";
  position: absolute;
  top: 190px;
  left: 12px;
  width: 30px;
  height: 30px;
  background: url(../img/arrow01.png) no-repeat 50% 50%;
  background-size: 100% auto; }

.ac:after {
  content: "";
  position: absolute;
  top: 190px;
  left: 12px;
  width: 30px;
  height: 30px;
  background: url(../img/arrow01.png) no-repeat 50% 50%;
  background-size: 100% auto;
  transform: rotate(180deg); }

#news_twitter {
  position: relative;
  display: none;
  float: right;
  background: rgba(9, 1, 3, 0.86);
  padding: 10px; }
  #news_twitter img {
    position: absolute;
    bottom: -10px; }

#news_twitter > div {
  vertical-align: top;
  display: inline-block;
  width: 350px;
  height: 395px; }

/*
#news_twitter:after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 280px;
  height: 40px;
  background: url(../img/tw_bottom.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
*/
.footer {
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  min-width: 1300px;
  z-index: 2; }
  .footer .spec {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center; }
    .footer .spec div img {
      display: block;
      width: 100%; }
    .footer .spec .icon {
      width: 50px;
      margin-right: 10px;
      border-radius: 20%;
      overflow: hidden; }
      .footer .spec .icon img {
        display: block;
        width: 100%; }
    .footer .spec .spec_title {
      width: 205px;
      margin-right: 25px; }
    .footer .spec .spec_price {
      width: 230px; }

.share {
  color: #fff;
  background-color: #2196a8;
  width: 400px;
  height: 40px; }

#sns {
  position: absolute;
  top: 8px;
  right: 2px;
  z-index: 2; }
  #sns table {
    width: 72px; }
    #sns table td {
      padding: 0 5px; }

#sns ul {
  width: 100%;
  margin: 0;
  padding: 0; }

#sns ul li {
  display: inline-block;
  list-style: none; }

#sns a span {
  visibility: hidden; }

#sns a {
  display: inline-block;
  width: 65px;
  height: 65px;
  margin: 0;
  border-radius: 100%; }

#sns .sns1 {
  background: url("../img/youtube.png") no-repeat center center/100% 100%; }

#sns .sns2 {
  background: url("../img/twitter.png") no-repeat center center/100% 100%; }

#sns .sns3 {
  background: url("../img/line.png") no-repeat center center/100% 100%; }

#companylogo {
  color: #fff;
  min-width: 200px;
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 2; }

#companylogo a {
  display: inline-block;
  margin: 0 15px;
  color: transparent; }
  #companylogo a .company_logo_enish {
    vertical-align: super; }

#companylogo a:link,
#companylogo a:visited,
#companylogo a:hover,
#companylogo a:active {
  color: transparent; }

.copylight {
  font-size: 12px;
  padding: 10px 45px;
  color: #fff;
  min-width: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  text-align: center; }

.btn_follow {
  position: absolute;
  top: 35px;
  left: calc(50% - 200px);
  padding: 10px 50px; }
  .btn_follow table td {
    padding: 0 10px; }

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2; }

#page-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  font-size: 77%;
  z-index: 100; }

#page-top a {
  background: url(../img/arrow_pagetop.png) 50% 50% no-repeat;
  background-size: 100% auto;
  text-decoration: none;
  color: #fff;
  width: 100px;
  height: 110px;
  text-align: center;
  display: block;
  border-radius: 5px; }

#page-top a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.5s; }

#page-bottm {
  position: fixed;
  bottom: 150px;
  right: calc(50% - 25px);
  width: 50px;
  height: 50px;
  font-size: 77%;
  z-index: 100;
  background: url(../img/arrow_bottom.png) 50% 50% no-repeat;
  background-size: 100% auto; }

/* 点滅 */
.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein0up {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadein0up {
  animation-name: fadein0up;
  animation-fill-mode: forwards; }

.delay100 {
  animation-duration: 1s;
  animation-delay: 0.1s; }

.delay1000 {
  animation-duration: 2s;
  animation-delay: 1s; }

.delay1500 {
  animation-duration: 2s;
  animation-delay: 1.5s; }

.delay2000 {
  animation-duration: 2s;
  animation-delay: 2s; }

.delay2500 {
  animation-duration: 2s;
  animation-delay: 2.5s; }

.chara_slider li {
  display: none; }

.bx-viewport .bxslider li {
  display: block !important; }

/*全ページ共通要素*/
.page_title {
  padding-top: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: bold; }

.page_txt {
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold; }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  text-align: center; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein02 {
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.batch_new_left::before {
  position: absolute;
  top: -20px;
  left: -17px;
  display: block;
  width: 100px;
  height: 55px;
  content: '';
  background: url(../img/icon_new.png) center bottom no-repeat;
  background-size: auto 100%; }

.slider_pc_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 600px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  box-shadow: 0 0 5px 2px #000; }

.slider_pc_bg_center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2000px;
  height: 600px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  box-shadow: 0 0 5px 2px #000; }

.slider_pc_bg_top {
  position: absolute;
  top: calc(50% - 300px);
  z-index: 2;
  width: 100%;
  height: 34px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.slider_pc_bg_bottom {
  position: absolute;
  top: calc(50% + 302px);
  z-index: 2;
  width: 100%;
  height: 34px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

/*/全ページ共通要素/*/
/*topページ*/
.batch {
  position: absolute;
  z-index: 99;
  top: 8px;
  left: 260px;
  width: 220px; }
  .batch img {
    display: block;
    width: 100%; }

.banner_area {
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 115px;
  margin: 0 auto;
  width: 70%;
  max-width: 2000px;
  min-width: 1000px; }
  .banner_area .btn_gift {
    width: 13.5%;
    margin-left: 2%;
    padding-bottom: 4px; }
    .banner_area .btn_gift img {
      display: block;
      width: 100%; }
  .banner_area .bnr1 {
    width: 42%;
    margin-left: 1%;
    border: solid 4px #ff6491;
    border-radius: 14px;
    overflow: hidden; }
    .banner_area .bnr1 img {
      display: block;
      width: 100%;
      vertical-align: bottom; }
  .banner_area .trial {
    width: 21%;
    margin-left: 1%; }
    .banner_area .trial img {
      display: block;
      width: 100%; }
  .banner_area .letter {
    width: 21%;
    margin-left: 1%; }
    .banner_area .letter img {
      display: block;
      width: 100%; }
  .banner_area .batch_new_left::before {
    position: absolute;
    top: -20px;
    left: -17px;
    display: block;
    width: 30%;
    height: 30%;
    content: '';
    background: url(/img/icon_new.png) center bottom no-repeat;
    background-size: auto 100%; }
  .banner_area .block_form {
    background: url(/img/pc/bg_form2.png) 50% 50% no-repeat;
    background-size: 100% auto;
    height: auto;
    position: relative;
    margin-top: -0.5%;
    padding: 0;
    width: 67%;
    display: flex; }
    .banner_area .block_form .form_title01 {
      position: absolute;
      top: -32%;
      left: 0;
      right: 0;
      width: 100%; }
      .banner_area .block_form .form_title01 img {
        display: block;
        width: 85%;
        margin: 0 auto; }
    .banner_area .block_form .left {
      width: 49%;
      padding: 3% 1% 3% 4%; }
    .banner_area .block_form .right {
      width: 51%;
      padding: 3% 4% 3% 1%; }
    .banner_area .block_form .btn_store {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 5px auto 0;
      padding: 0 1%; }
      .banner_area .block_form .btn_store .left_btn {
        margin-right: 4%; }
      .banner_area .block_form .btn_store a {
        display: block;
        width: 46%; }
        .banner_area .block_form .btn_store a img {
          display: block;
          width: 100%; }
    .banner_area .block_form .sns-register {
      display: block;
      width: 46%;
      margin: 0 auto; }
    .banner_area .block_form .btn_sns {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 0 auto; }
      .banner_area .block_form .btn_sns .left_btn {
        margin-right: 2%; }
      .banner_area .block_form .btn_sns a {
        display: block;
        width: 45.5%; }
        .banner_area .block_form .btn_sns a img {
          display: block;
          width: 100%; }
    .banner_area .block_form .btn_i {
      position: absolute;
      width: 10%;
      top: 20%;
      right: 2%; }
    .banner_area .block_form form {
      text-align: center; }
      .banner_area .block_form form .btn_submit {
        position: absolute;
        top: -9%;
        right: -10%;
        width: 21%;
        height: 120%;
        color: transparent;
        border: 0;
        background: url(../img/pc/btn_submit.png) left top no-repeat;
        background-size: 100% auto; }
      .banner_area .block_form form .area_email {
        font-size: 10px;
        position: absolute;
        top: 52%;
        width: 60%;
        height: 25%;
        padding-left: 10px;
        border: none;
        background: url(../img/pc/bg_email.png) left top no-repeat;
        background-size: 100% auto; }
      .banner_area .block_form form .input_email {
        font-size: 12px;
        position: absolute;
        top: calc(50% - 8px);
        left: 10px;
        width: 80%;
        border: none; }
      .banner_area .block_form form .area_radio {
        display: none;
        position: absolute;
        top: 3px;
        left: 370px;
        font-size: 14px;
        width: 160px;
        height: 20px;
        margin-left: -160px;
        text-align: left;
        color: #6b6b6b;
        border: none; }
  .banner_area .btn_i {
    width: 22%;
    border-radius: 50%; }
    .banner_area .btn_i img {
      width: 100%; }

.layer_gray_gift,
.layer_gray_fin,
.layer_gray_err,
.layer_gray_i {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  color: white;
  text-align: center; }
  .layer_gray_gift img,
  .layer_gray_fin img,
  .layer_gray_err img,
  .layer_gray_i img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: -1; }
  .layer_gray_gift .slider_pc_bg,
  .layer_gray_fin .slider_pc_bg,
  .layer_gray_err .slider_pc_bg,
  .layer_gray_i .slider_pc_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 600px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    box-shadow: 0 0 5px 2px #000; }
  .layer_gray_gift .slider_pc_bg_center,
  .layer_gray_fin .slider_pc_bg_center,
  .layer_gray_err .slider_pc_bg_center,
  .layer_gray_i .slider_pc_bg_center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2000px;
    height: 600px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    box-shadow: 0 0 5px 2px #000; }
  .layer_gray_gift .slider_pc_bg_top,
  .layer_gray_fin .slider_pc_bg_top,
  .layer_gray_err .slider_pc_bg_top,
  .layer_gray_i .slider_pc_bg_top {
    position: absolute;
    z-index: 2;
    top: calc(50% - 300px);
    width: 100%;
    height: 24px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  .layer_gray_gift .slider_pc_bg_bottom,
  .layer_gray_fin .slider_pc_bg_bottom,
  .layer_gray_err .slider_pc_bg_bottom,
  .layer_gray_i .slider_pc_bg_bottom {
    position: absolute;
    z-index: 2;
    top: calc(50% + 300px);
    width: 100%;
    height: 24px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }

.layer_gray_gift.on,
.layer_gray_fin.on,
.layer_gray_err.on,
.layer_gray_i.on {
  display: block;
  z-index: 1000; }

.layer_gray_gift .slider_pc_bg {
  opacity: 0.5; }

#block_gift, #block_fin, #block_err, #block_i {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: url(../img/bg_prereg_pop.png) no-repeat;
  background-size: 100% auto; }
  #block_gift a, #block_fin a, #block_err a, #block_i a {
    color: #00ccff; }

#block_gift .block_link {
  position: absolute;
  top: -62px;
  left: calc(50% + 298px);
  z-index: 10000;
  display: block;
  width: 299px;
  height: 276px;
  background: transparent; }
#block_gift .btn_close {
  position: absolute;
  top: -350px;
  right: 100px;
  display: block;
  width: 40px;
  height: 40px;
  content: ' ';
  background: url(../img/btn_close.png) left top no-repeat;
  background-size: 100% auto;
  cursor: pointer; }

/*
#block_gift:after{
  position: absolute;
  top: -355px;
  right: 100px;
  display: block;
  width: 40px;
  height: 40px;
  content: ' ';
  background: url(../img/btn_close.png) left top no-repeat;
  background-size: 100% auto
}*/
#block_fin, #block_err {
  padding: 120px 40px;
  width: 800px;
  height: 420px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 18px; }

#block_i {
  padding: 40px 30px;
  width: 800px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 14px;
  font-weight: normal; }
  #block_i .li_info20 {
    padding: 0 20px; }
  #block_i .li_info10 {
    padding: 0 10px; }
  #block_i .block_i_inner {
    overflow-y: scroll;
    height: 340px;
    padding: 20px; }

#block_i:before {
  position: absolute;
  top: -60px;
  right: -60px;
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/btn_close.png) left top no-repeat;
  background-size: 100% auto; }

#block_fin:before,
#block_err:before {
  position: absolute;
  top: -110px;
  right: -90px;
  display: block;
  width: 40px;
  height: 40px;
  content: ' ';
  background: url(../img/btn_close.png) left top no-repeat;
  background-size: 100% auto; }

.block_i_inner::-webkit-scrollbar {
  width: 8px; }

.block_i_inner::-webkit-scrollbar-track {
  background: #555;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 0 2px #777; }

.block_i_inner::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 4px;
  box-shadow: none; }

form#prereg_form.in_progress, form#prereg_form.in_progress * {
  cursor: progress; }

.block_form input[type=radio] {
  display: none;
  /* 標準スタイル */ }

.os_label {
  position: relative;
  /* ボックスの位置を指定する */
  padding: 0 0 0 20px;
  /* ボックス内側の余白を指定する */ }

.os_label:after, .os_label:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 50%;
  /* 上部から配置の基準位置を決める */ }

.os_label:after {
  left: 0;
  /* 左から配置の基準位置を決める */
  margin-top: -10px;
  /* チェック枠の位置 */
  width: 16px;
  /* ボックスの横幅を指定する */
  height: 16px;
  /* ボックスの高さを指定する */
  border: 2px solid #ccc;
  /* ボックスの境界線を実線で指定する */
  border-radius: 50%;
  /* ボックスの角丸を指定する */ }

.os_label:before {
  left: 3px;
  /* 左から配置の基準位置を決める */
  margin-top: -7px;
  /* チェックマークの位置 */
  width: 10px;
  /* ボックスの横幅を指定する */
  height: 10px;
  /* ボックスの高さを指定する */
  background: #0171bd;
  /* ボックスの背景色を指定する */
  border-radius: 50%;
  /* ボックスの角丸を指定する */
  opacity: 0;
  /* 要素を透過指定する */ }

input[type=radio]:checked + .os_label:before {
  opacity: 1;
  /* 要素を表示する */ }

.os_label:hover:after {
  border-color: #ccc;
  /* ボックスの境界線を実線で指定する */ }

/*/topページ/*/
/*character*/
.chara_img {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%); }

#slider_wrappr {
  position: relative;
  width: 100%;
  height: calc(100vh - 150px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

/* new-characters */
#character .slider_pc_bg_top {
  top: calc(50% - 295px); }
#character .chara_wrap {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
  margin: 0 auto; }
  #character .chara_wrap button {
    padding: 0;
    border: none;
    background: transparent; }
    #character .chara_wrap button:focus {
      outline: 0; }
    #character .chara_wrap button img {
      display: block;
      width: 100%; }
  #character .chara_wrap .chara_slide_left {
    position: absolute;
    top: 50%;
    left: 13%;
    display: inline-block;
    width: 40px;
    z-index: 999; }
  #character .chara_wrap .chara_slide_right {
    position: absolute;
    top: 50%;
    right: 13%;
    display: inline-block;
    width: 44px;
    z-index: 999; }
  #character .chara_wrap .area_wrap {
    display: inline-block;
    float: right; }
  #character .chara_wrap .ul {
    display: block; }

@media screen and (min-width: 1700px) and (max-width: 1980px) {
  #character .chara_wrap .chara_slide_left {
    left: 10%; }
  #character .chara_wrap .chara_slide_right {
    right: 10%; } }
@media screen and (max-width: 1700px) {
  #character .chara_wrap .chara_slide_left {
    left: 3%; }
  #character .chara_wrap .chara_slide_right {
    right: 3%; } }
.chara_slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1295px;
  height: 600px;
  overflow: hidden;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  box-sizing: border-box; }
  .chara_slide .ul:after {
    content: "";
    display: block;
    clear: both; }
  .chara_slide .area_characters {
    position: relative;
    left: 0;
    display: flex;
    justify-content: flex-start;
    transform: translateX(0px);
    box-sizing: border-box; }
    .chara_slide .area_characters a {
      display: block;
      width: 162px;
      padding: 4px; }
      .chara_slide .area_characters a img {
        display: block;
        width: 100%; }

/* Glitch styles */
.chara_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0; }

.glitch__img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: no-repeat center center;
  background-color: var(--blend-color-1);
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1); }

.glitch__img:nth-child(n+2) {
  opacity: 0; }

.chara_detail .glitch__img:nth-child(n+2) {
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.chara_detail .glitch__img:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-1; }

.chara_detail .glitch__img:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-2; }

.chara_detail .glitch__img:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: glitch-anim-3; }

.chara_detail .glitch__img:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: glitch-anim-flash; }

/* Animations */
@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0); }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }
@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0); }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1); }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }
@keyframes glitch-anim-text {
  0% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  9.9% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1); }
  10%, 100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
/* Flash */
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0); }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0); } }
/* test汎用 */
.btn_close_chara_detail {
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: 100; }

.chara_detail {
  position: relative;
  height: 615px; }
  .chara_detail .chara_arrow_left {
    position: absolute;
    top: 45%;
    left: 100px;
    width: 36px;
    z-index: 99; }
    .chara_detail .chara_arrow_left img {
      display: block;
      width: 100%; }
  .chara_detail .chara_arrow_right {
    display: block;
    position: absolute;
    top: 45%;
    right: 100px;
    width: 40px;
    z-index: 99; }
    .chara_detail .chara_arrow_right img {
      display: block;
      width: 100%; }
  .chara_detail .chara_contens {
    position: relative;
    overflow: hidden;
    height: 615px; }
  .chara_detail .chara_bg_img {
    display: block;
    width: 100%; }
  .chara_detail .bg_icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    opacity: 0.5; }
  .chara_detail .chara_text {
    position: relative;
    top: 160px;
    left: 250px;
    width: 550px;
    opacity: 0; }
    .chara_detail .chara_text img {
      width: 100%; }
  .chara_detail .chara_city {
    position: relative;
    display: block;
    z-index: 3;
    transition: 0.5s all ease-in-out;
    opacity: 0; }
  .chara_detail .chara_battle {
    position: relative;
    /*display: none;*/
    z-index: 3;
    transition: 0.5s all ease-in-out;
    opacity: 0; }
  .chara_detail .chara_text2 {
    display: block;
    width: 90px;
    height: auto;
    position: absolute;
    top: 45px;
    right: 290px;
    z-index: 4; }
    .chara_detail .chara_text2 img {
      display: block;
      width: 100%; }

.chara_bg_img {
  position: absolute; }

.chara_btn {
  display: block;
  width: 10%;
  position: absolute;
  top: 425px;
  right: 170px;
  z-index: 4; }
  .chara_btn .btn_city {
    display: block;
    width: 100%; }
  .chara_btn .btn_battle {
    display: none;
    width: 100%; }

.bg-active {
  opacity: 0.4 !important; }

.chara_pc01 .chara_city {
  width: 13%;
  top: 22px;
  right: -980px; }
.chara_pc01 .chara_city.chara-active {
  right: -730px;
  opacity: 1; }
.chara_pc01 .chara_battle {
  width: 24%;
  top: -517px;
  right: 190px; }
.chara_pc01 .chara_battle.chara-active {
  right: -10px;
  opacity: 1; }
.chara_pc01 .chara_text {
  z-index: 5; }
.chara_pc01 .bg1 .glitch__img {
  background-image: url(/img/pc/chara01_bg1.png) !important; }
.chara_pc01 .bg2 .glitch__img {
  background-image: url(/img/pc/chara01_bg2.png) !important; }
.chara_pc01 .bg_icon {
  background-image: url(/img/pc/chara_bg01.png) !important; }

.chara_pc02 .chara_change {
  top: -405px; }
.chara_pc02 .chara_city {
  width: 15.5%;
  top: 30px;
  right: -960px; }
.chara_pc02 .chara_city.chara-active {
  right: -760px;
  opacity: 1; }
.chara_pc02 .chara_battle {
  width: 26.3%;
  top: -690px;
  right: 130px; }
.chara_pc02 .chara_battle.chara-active {
  right: -70px;
  opacity: 1; }
.chara_pc02 .chara_text2 {
  width: 85px;
  top: 45px;
  right: 290px; }
.chara_pc02 .line {
  top: 328px;
  height: 170px; }
.chara_pc02 .bg1 .glitch__img {
  background-image: url(/img/pc/chara02_bg1.png) !important; }
.chara_pc02 .bg2 .glitch__img {
  background-image: url(/img/pc/chara02_bg2.png) !important; }
.chara_pc02 .bg_icon {
  background-image: url(/img/pc/chara_bg02.png) !important; }

.chara_pc03 .chara_city {
  width: 11.8%;
  top: 73px;
  right: -940px; }
.chara_pc03 .chara_city.chara-active {
  right: -745px;
  opacity: 1; }
.chara_pc03 .chara_battle {
  width: 19%;
  bottom: 446px;
  right: 100px;
  /* r-570px */ }
.chara_pc03 .chara_battle.chara-active {
  right: -100px;
  /* r-720px */
  opacity: 1; }
.chara_pc03 .chara_text2 {
  right: 300px; }
.chara_pc03 .line {
  height: 205px; }
.chara_pc03 .bg1 .glitch__img {
  background-image: url(/img/pc/chara03_bg1.png) !important; }
.chara_pc03 .bg2 .glitch__img {
  background-image: url(/img/pc/chara03_bg2.png) !important; }
.chara_pc03 .bg_icon {
  background-image: url(/img/pc/chara_bg04.png) !important; }

.chara_pc04 {
  position: relative;
  overflow: hidden;
  height: 615px; }
  .chara_pc04 .chara_change {
    top: -405px; }
  .chara_pc04 .chara_city {
    width: 17%;
    top: -20px;
    right: -870px; }
  .chara_pc04 .chara_city.chara-active {
    right: -670px;
    opacity: 1; }
  .chara_pc04 .chara_battle {
    width: 21%;
    top: -595px;
    right: 90px; }
  .chara_pc04 .chara_battle.chara-active {
    right: -110px;
    /*r-730*/
    opacity: 1; }
  .chara_pc04 .chara_text2 {
    width: 80px;
    top: 35px;
    right: 290px; }
  .chara_pc04 .line {
    top: 306px;
    height: 196px; }
  .chara_pc04 .bg1 .glitch__img {
    background-image: url(../img/pc/chara04_bg1.png) !important; }
  .chara_pc04 .bg2 .glitch__img {
    background-image: url(../img/pc/chara04_bg2.png) !important; }
  .chara_pc04 .bg_icon {
    background-image: url(../img/pc/chara_bg03.png) !important; }

.chara_pc05 {
  position: relative;
  overflow: hidden;
  height: 615px; }
  .chara_pc05 .chara_change {
    top: -405px; }
  .chara_pc05 .chara_city {
    width: 11.5%;
    top: -10px;
    right: -960px; }
  .chara_pc05 .chara_city.chara-active {
    right: -760px;
    opacity: 1; }
  .chara_pc05 .chara_battle {
    width: 13%;
    bottom: 549px;
    right: 130px; }
  .chara_pc05 .chara_battle.chara-active {
    right: -70px;
    /*r-750*/
    opacity: 1; }
  .chara_pc05 .chara_text2 {
    width: 40px;
    right: 340px; }
  .chara_pc05 .line {
    top: 329px;
    height: 200px; }
  .chara_pc05 .bg1 .glitch__img {
    background-image: url(../img/pc/chara05_bg1.png) !important; }
  .chara_pc05 .bg2 .glitch__img {
    background-image: url(../img/pc/chara05_bg2.png) !important; }
  .chara_pc05 .bg_icon {
    background-image: url(../img/pc/chara_bg04.png) !important; }

.chara_pc06 .chara_change {
  top: -415px; }
.chara_pc06 .chara_city {
  width: 14%;
  top: 22px;
  right: -890px; }
.chara_pc06 .chara_city.chara-active {
  right: -690px;
  opacity: 1; }
.chara_pc06 .chara_battle {
  width: 25%;
  top: -517px;
  right: 90px; }
.chara_pc06 .chara_battle.chara-active {
  right: -110px;
  /*r-700*/
  opacity: 1; }
.chara_pc06 .chara_text2 {
  right: 275px; }
.chara_pc06 .chara_text {
  z-index: 5; }
.chara_pc06 .line {
  top: 323px;
  height: 195px; }
.chara_pc06 .bg1 .glitch__img {
  background-image: url(/img/pc/chara06_bg1.png) !important; }
.chara_pc06 .bg2 .glitch__img {
  background-image: url(/img/pc/chara06_bg2.png) !important; }
.chara_pc06 .bg_icon {
  background-image: url(/img/pc/chara_bg03.png) !important; }

.chara_pc07 .chara_change {
  top: -405px; }
.chara_pc07 .chara_city {
  width: 15%;
  top: -21px;
  right: -930px; }
.chara_pc07 .chara_city.chara-active {
  right: -730px;
  opacity: 1; }
.chara_pc07 .chara_battle {
  width: 17.8%;
  top: -570px;
  right: 130px; }
.chara_pc07 .chara_battle.chara-active {
  right: -70px;
  /*r-720*/
  opacity: 1; }
.chara_pc07 .chara_text2 {
  width: 87px;
  right: 315px; }
.chara_pc07 .chara_text {
  z-index: 5; }
.chara_pc07 .line {
  height: 200px;
  top: 304px; }
.chara_pc07 .bg1 .glitch__img {
  background-image: url(../img/pc/chara07_bg1.png) !important; }
.chara_pc07 .bg2 .glitch__img {
  background-image: url(/img/pc/chara07_bg2.png) !important; }
.chara_pc07 .bg_icon {
  background-image: url(/img/pc/chara_bg04.png) !important; }

.chara_pc08 .chara_city {
  width: 17.5%;
  top: -8px;
  right: -920px; }
.chara_pc08 .chara_city.chara-active {
  right: -720px;
  opacity: 1; }
.chara_pc08 .chara_battle {
  width: 22%;
  top: -530px;
  right: 100px; }
.chara_pc08 .chara_battle.chara-active {
  right: -100px;
  /*r-700*/
  opacity: 1; }
.chara_pc08 .chara_text2 {
  right: 270px; }
.chara_pc08 .chara_text {
  z-index: 5; }
.chara_pc08 .line {
  height: 215px;
  top: 286px; }
.chara_pc08 .bg1 .glitch__img {
  background-image: url(/img/pc/chara08_bg1.png) !important; }
.chara_pc08 .bg2 .glitch__img {
  background-image: url(/img/pc/chara08_bg2.png) !important; }
.chara_pc08 .bg_icon {
  background-image: url(/img/pc/chara_bg01.png) !important; }

.chara_pc09 .chara_city {
  width: 12.4%;
  top: -29px;
  right: -1000px; }
.chara_pc09 .chara_city.chara-active {
  right: -750px;
  opacity: 1; }
.chara_pc09 .chara_battle {
  width: 14.8%;
  top: -583px;
  right: 180px; }
.chara_pc09 .chara_battle.chara-active {
  right: -70px;
  opacity: 1; }
.chara_pc09 .chara_text2 {
  width: 87px;
  right: 275px; }
.chara_pc09 .chara_text {
  z-index: 5; }
.chara_pc09 .line {
  height: 200px;
  top: 288px; }
.chara_pc09 .bg1 .glitch__img {
  background-image: url(/img/pc/chara09_bg1.png) !important; }
.chara_pc09 .bg2 .glitch__img {
  background-image: url(/img/pc/chara09_bg2.png) !important; }
.chara_pc09 .bg_icon {
  background-image: url(/img/pc/chara_bg02.png) !important; }

.chara_pc10 .chara_battle {
  width: 18.3%;
  top: -60px;
  right: -180px; }
.chara_pc10 .chara_battle.chara-active {
  right: -80px;
  opacity: 1; }
.chara_pc10 .chara_text2 {
  width: 80px;
  right: 275px;
  top: 38px; }
.chara_pc10 .chara_text {
  z-index: 5; }
.chara_pc10 .line {
  height: 190px;
  top: 290px; }
.chara_pc10 .bg2 .glitch__img {
  background-image: url(/img/pc/chara10_bg2.png) !important; }
.chara_pc10 .bg_icon {
  background-image: url(/img/pc/chara_bg01.png) !important; }

.chara_pc01 {
  --color-text: #aaa;
  --color-bg: #000;
  --color-link: #1c1cc9;
  --color-link-hover: #aaa;
  --color-info: #1c1cc9;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --color-title: #fff;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #fb909a;
  --blend-color-5: #1c1cc9; }

.chara_pc02 {
  --color-text: #aaa;
  --color-bg: #000;
  --color-link: #1c1cc9;
  --color-link-hover: #aaa;
  --color-info: #1c1cc9;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --color-title: #fff;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #fb909a;
  --blend-color-5: #1c1cc9; }

.chara_pc03 {
  --color-text: #aaa;
  --color-bg: #000;
  --color-link: #1c1cc9;
  --color-link-hover: #aaa;
  --color-info: #1c1cc9;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --color-title: #fff;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #8ff277;
  --blend-color-5: #1c1cc9; }

.chara_pc04 {
  --color-text: #aaa;
  --color-bg: #000;
  --color-link: #1c1cc9;
  --color-link-hover: #aaa;
  --color-info: #1c1cc9;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --color-title: #fff;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #0000cd;
  --blend-color-5: #1c1cc9; }

.chara_pc05 {
  --color-text: #aaa;
  --color-bg: #000;
  --color-link: #1c1cc9;
  --color-link-hover: #aaa;
  --color-info: #1c1cc9;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --color-title: #fff;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #ff4849;
  --blend-color-5: #1c1cc9; }

.chara_pc06 {
  --color-text: #aaa;
  --color-bg: #000;
  --color-link: #1c1cc9;
  --color-link-hover: #aaa;
  --color-info: #1c1cc9;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --color-title: #fff;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #6805e7;
  --blend-color-5: #1c1cc9; }

.chara_pc07 {
  --color-text: #aaa;
  --color-bg: #000;
  --color-link: #1c1cc9;
  --color-link-hover: #aaa;
  --color-info: #1c1cc9;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --color-title: #fff;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #8ff277;
  --blend-color-5: #1c1cc9; }

.chara_pc08 {
  --color-text: #aaa;
  --color-bg: #000;
  --color-link: #1c1cc9;
  --color-link-hover: #aaa;
  --color-info: #1c1cc9;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --color-title: #fff;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #ff4849;
  --blend-color-5: #1c1cc9; }

.chara_pc09 {
  --color-text: #aaa;
  --color-bg: #000;
  --color-link: #1c1cc9;
  --color-link-hover: #aaa;
  --color-info: #1c1cc9;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --color-title: #fff;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #ff4849;
  --blend-color-5: #1c1cc9; }

.chara_pc10 {
  --color-text: #aaa;
  --color-bg: #000;
  --color-link: #6805e7;
  --color-link-hover: #aaa;
  --color-info: #6805e7;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --color-title: #fff;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #d50df5;
  --blend-color-5: #6805e7; }

/*chara_anime*/
.star-1 {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  transform-origin: 100% 0;
  animation: star-ani 0.4s 1 ease-out;
  animation-direction: normal;
  opacity: 0.1;
  box-shadow: 0 0 5px #cb0ea9, 0 0 5px #cb0ea9, 0 0 5px #cb0ea9; }

.star-1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #cb0ea9;
  border-width: 3px 400px 3px 400px;
  border-color: transparent transparent transparent #f7a5ff;
  transform: rotate(-55.2deg) translate3d(1px, -1px, 0);
  transform-origin: 0% 100%;
  animation: shooting-ani 0.4s 1 ease-out;
  animation-direction: normal;
  opacity: 0.8; }

.star-2 {
  z-index: 5;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  bottom: 10px;
  left: 620px;
  position: absolute;
  transform-origin: 100% 0;
  animation: sh2-ani 0.5s 1 ease-out;
  animation-direction: normal;
  opacity: 0;
  box-shadow: 0 0 5px #cb0ea9, 0 0 5px #f7a5ff, 0 0 5px #cb0ea9;
  animation-delay: 0.25s; }

.star-2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fff;
  border-width: 2px 400px 2px 400px;
  border-color: transparent transparent transparent #f7a5ff;
  transform: rotate(60deg) translate3d(1px, -1px, 0);
  transform-origin: 0% 100%;
  animation: sh2-shot-ani 0.5s 1 ease-out;
  /*テストするときはinfiniteで無限リピートするといい*/
  animation-direction: normal;
  animation-delay: 0.25s; }

@-webkit-keyframes star-ani {
  0% {
    opacity: 0;
    transform: scale(0) rotate(0) translate3d(0, 0, 0); }
  50% {
    opacity: 1;
    transform: scale(1) rotate(0) translate3d(-487px, 700px, 0); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(1) rotate(0) translate3d(-975px, 1400px, 0); } }
@-webkit-keyframes shooting-ani {
  50% {
    transform: scale(1) rotate(-55.2deg) translate(0px, 0px); }
  100% {
    transform: scale(0.5) rotate(-55.2deg) translate(0px, -1px); } }
@-webkit-keyframes sh2-ani {
  0% {
    opacity: 0;
    transform: scale(0) rotate(0) translate3d(0, 0, 0); }
  50% {
    opacity: 1;
    transform: scale(1) rotate(0) translate3d(-340px, -590px, 0); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(1) rotate(0) translate3d(-680px, -1180px, 0); } }
@-webkit-keyframes sh2-shot-ani {
  50% {
    transform: scale(1) rotate(60deg) translate(0px, 0px); }
  100% {
    transform: scale(0.5) rotate(60deg) translate(0px, -1px); } }
.line {
  overflow: hidden;
  position: relative;
  width: 100%;
  position: absolute;
  height: 180px;
  top: 285px;
  /*130width,250top 0.21op*/
  left: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(157, 146, 154, 0.3), rgba(0, 0, 0, 0));
  z-index: 1;
  -webkit-transform: skewY(-9deg) skewX(9deg) translateX(100%);
  transform: skewY(-9deg) skewX(9deg) translateX(100%);
  transition: 0.45s all ease-in-out; }

/* active時 */
.line-anime {
  -webkit-transform: skewY(-9deg) skewX(9deg) translateX(-5%);
  transform: skewY(-9deg) skewX(9deg) translateX(-5%); }

.chara-anime {
  right: -1050px;
  opacity: 0; }

.text-anime {
  opacity: 0;
  animation: text-anime 1s 1 forwards; }

@-webkit-keyframes text-anime {
  0% {
    opacity: 0;
    top: 160px; }
  100% {
    opacity: 1;
    top: 120px; } }
.chara_change {
  display: block;
  position: relative;
  top: -380px;
  right: 40px; }

.mfp-wrap {
  z-index: 99999; }

.mfp-bg {
  z-index: 10000; }

/*character*/
.chara_page_title {
  position: absolute;
  top: -33px;
  left: 8%; }

/*
.top_container_chara {
  max-width: 1900px;
  margin: 0 auto;
}

.top_container_chara #slider_wrappr {
  position: absolute ;
  top: 50%;
  left: 50%;
  height: 600px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
  max-width: 1500px;
}

.gray_on{
  filter: brightness(50%);
  transition-property: all;
  transition: 0.3s linear;
}
.z10{
  z-index: 10;
}

#content01,
#content02,
#content03,
#content04,
#content05,
#content06
{
  padding: 40px 80px;
  width: 1000px;
  position: relative;
  .btn_chara_voice_chara01 {
    position: absolute;
    top: 40%;
    left: 15.5%;
    ul li {
      display: inline-block;
    }
  }
  .btn_chara_voice{
    position: absolute;
    top: 35%;
    left: 15.5%;
    ul li{
      display: inline-block;
    }
  }
  .movies{
    position: absolute;
    top: 27%;
    left: 22%;
    img {
      width: 200px;
    }
  }
  .btn_close{
    position: absolute;
    top: 0;
    right: 0;
  }

  .chara_name_area{
    position: absolute;
    left: 150px;
    transform:rotate(-10deg);
    width: 500px;
    .chara_name{
      font-size: 24px;
      font-weight: bold;
      background-color: rgba(84,200,255,0.5);
    }
    .chara_name_cv{
      font-size: 14px;
      font-weight: bold;
      background-color: rgba(84,200,255,0.5);
    }
  }
  .chara_txt_area {
    position: absolute;
    bottom: 80px;
    left: 20px;
    width: 450px;
    transform:rotate(-10deg);
    .chara_title{
      margin-left: 60px;
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: bold;
      color: #321B91;
    }
    .chara_txt {
      padding: 10px 60px;
      font-size: 14px;
      color: #fff;
      background-color: rgba(0,0,0,0.5);
    }
  }
}
*/
#cboxClose {
  display: none; }

#cboxOverlay {
  background: #000; }

#cboxOverlay {
  background: #000 url(../img/pc/story_pc_slider_bg.jpg) 50% 49.5% no-repeat;
  background-size: 100% 542.5px; }

#cboxLoadedContent {
  margin-bottom: 0; }

#cboxNext,
#cboxNext:hover {
  background: url(../img/arrow_right.png) no-repeat;
  background-size: 100% auto;
  width: 50px;
  height: 75px; }

#cboxPrevious,
#cboxPrevious:hover {
  background: url(../img/arrow_left.png) no-repeat;
  background-size: 100% auto;
  width: 50px;
  height: 75px; }

.mfp-wrap {
  z-index: 99999; }

.mfp-bg {
  z-index: 10000; }

.voice_btn {
  position: absolute;
  top: 168px; }

.chara_detail_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1540px;
  height: 612px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  .chara_detail_wrapper .bx-wrapper {
    margin-bottom: 0;
    background: transparent;
    border: none;
    box-shadow: none; }
  .chara_detail_wrapper .bx-wrapper .bx-pager.bx-default-pager {
    bottom: -50px; }
  .chara_detail_wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 20px #000;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #fff;
    border-radius: 50%; }
  .chara_detail_wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    color: transparent;
    background: #8ca7dc;
    border: 1px solid #000;
    width: 11px;
    height: 11px; }
  .chara_detail_wrapper .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -50%;
    margin-top: -318px;
    outline: 0;
    width: 38px;
    height: 52px;
    text-indent: -9999px;
    z-index: 9999; }
  .chara_detail_wrapper .bx-wrapper .bx-prev,
  .chara_detail_wrapper .bx-wrapper .bx-prev:hover {
    left: 6%;
    background: url(../img/allow02_left.png) no-repeat;
    background-size: 100% auto; }
  .chara_detail_wrapper .bx-wrapper .bx-next:link,
  .chara_detail_wrapper .bx-wrapper .bx-next:visited,
  .chara_detail_wrapper .bx-wrapper .bx-next:hover,
  .chara_detail_wrapper .bx-wrapper .bx-next:active {
    right: 6%;
    background: url(../img/allow02_right.png) no-repeat;
    background-size: 100% auto; }
  .chara_detail_wrapper .bx-wrapper .bx-viewport {
    height: 600px; }
  .chara_detail_wrapper .bx-wrapper .bx-loading {
    background: transparent;
    z-index: 1; }
  .chara_detail_wrapper .chara_pc01 .slick-dots, .chara_detail_wrapper .chara_pc02 .slick-dots, .chara_detail_wrapper .chara_pc03 .slick-dots, .chara_detail_wrapper .chara_pc04 .slick-dots, .chara_detail_wrapper .chara_pc05 .slick-dots {
    bottom: -15%; }

.slick-dots li button:before {
  content: " " !important;
  width: 10px;
  height: 10px;
  color: transparent;
  outline: none;
  background: #0e0f25;
  border-radius: 50%;
  opacity: 1; }
.slick-dots .slick-active button:before {
  opacity: 1 !important;
  background: #fff !important; }

/*/character/*/
/* news */
.news_body {
  height: 100vh; }

#news {
  height: 90vh; }
  #news .news-container {
    background: url(../img/pc/slider_pc_bg_top.png) top center no-repeat;
    background-size: 100% auto coverå;
    width: 100%;
    margin-top: 10vh;
    height: 90vh;
    position: relative; }
  #news .news-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 90vh;
    margin-top: 15px; }
    #news .news-wrap:before {
      content: "";
      background: url(../img/pc/slider_pc_bg_main.jpg) top center no-repeat;
      background-size: cover;
      opacity: 0.7;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
  #news .news-box {
    width: 1000px;
    margin: 0 auto; }
    #news .news-box .h-news {
      display: block;
      width: auto;
      max-width: 350px;
      height: 8%;
      padding: 6vh 0 5vh;
      text-align: left !important; }
    #news .news-box .news-list::-webkit-scrollbar {
      width: 8px; }
    #news .news-box .news-list::-webkit-scrollbar-track {
      background: #000;
      border: none;
      border-radius: 4px;
      box-shadow: inset 0 0 2px #777; }
    #news .news-box .news-list::-webkit-scrollbar-thumb {
      background: #aaa;
      border-radius: 4px;
      box-shadow: none; }
    #news .news-box .news-detail::-webkit-scrollbar {
      width: 8px; }
    #news .news-box .news-detail::-webkit-scrollbar-track {
      background: #000;
      border: none;
      border-radius: 4px;
      box-shadow: inset 0 0 2px #777; }
    #news .news-box .news-detail::-webkit-scrollbar-thumb {
      background: #aaa;
      border-radius: 4px;
      box-shadow: none; }
    #news .news-box .news-list {
      width: 900px;
      max-height: 60vh;
      overflow-y: scroll;
      margin: 0 auto;
      text-align: left; }
      #news .news-box .news-list .info {
        content: url(/img/news_icon_info.png);
        display: block;
        width: 73px; }
      #news .news-box .news-list .maint {
        content: url(/img/news_icon_maint.png);
        display: block;
        width: 83px; }
      #news .news-box .news-list .update {
        content: url(/img/news_icon_update.png);
        display: block;
        width: 83px; }
      #news .news-box .news-list .campaign {
        content: url(/img/news_icon_campaign.png);
        display: block;
        width: 83px; }
      #news .news-box .news-list .event {
        content: url(/img/news_icon_event.png);
        display: block;
        width: 73px; }
      #news .news-box .news-list li {
        border-bottom: solid 1px #bcbcbc;
        /* 矢印 */ }
        #news .news-box .news-list li:after {
          content: "";
          position: absolute;
          top: calc(100% - 50% );
          right: 17px;
          display: inline-block;
          width: 13px;
          height: 13px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        #news .news-box .news-list li a {
          display: block;
          padding: 15px 30px 15px 10px; }
          #news .news-box .news-list li a .news-data {
            display: flex;
            justify-content: flex-start; }
            #news .news-box .news-list li a .news-data time {
              margin-right: 10px;
              padding-top: 2px;
              font-size: 16px;
              color: #ededed;
              vertical-align: middle;
              text-shadow: 2px 2px 5px #000, 2px 2px 5px #000; }
          #news .news-box .news-list li a .news-titile {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            text-shadow: 2px 2px 5px #000, 2px 2px 5px #000; }
  #news footer {
    position: relative !important;
    /* bottom: auto;
    left: auto; */
    width: 100%;
    height: 80px;
    padding: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 2; }
    #news footer .spec {
      position: absolute; }
    #news footer #companylogo {
      position: absolute; }
  #news .close_btn {
    position: absolute;
    top: 19px;
    right: 20px; }
  #news .news-detail {
    width: 900px;
    height: 55vh;
    margin: 0 auto;
    overflow-y: scroll; }
    #news .news-detail .detail-title {
      padding: 15px 30px 15px 5px;
      border-bottom: solid 1px #bcbcbc;
      text-shadow: 1px 1px 3px #000, 1px 1px 3px #000; }
      #news .news-detail .detail-title .news-data {
        display: flex;
        justify-content: flex-start; }
        #news .news-detail .detail-title .news-data time {
          margin-right: 10px;
          padding-top: 2px;
          font-size: 16px;
          color: #ededed;
          vertical-align: middle; }
      #news .news-detail .detail-title .news-titile {
        font-size: 20px;
        font-weight: bold;
        color: #fff; }
    #news .news-detail .detail-content {
      width: 100%; }
      #news .news-detail .detail-content img {
        display: block;
        width: 700px;
        margin: 30px auto; }
      #news .news-detail .detail-content .movie img {
        width: 400px; }
      #news .news-detail .detail-content p {
        color: #fff;
        font-size: 18px;
        margin: 10px 0; }
      #news .news-detail .detail-content .w700 {
        width: 700px;
        margin: 10px auto; }
      #news .news-detail .detail-content h3 {
        margin: 20px 0 10px;
        padding: 0 1px 1px 1px;
        color: #fff;
        font-weight: bold;
        border-bottom: solid 1px #bcbcbc; }
      #news .news-detail .detail-content ul {
        padding-left: 4px; }
        #news .news-detail .detail-content ul li {
          margin-left: 1.5em;
          padding-left: -5px !important;
          color: #fff;
          list-style-type: square; }
      #news .news-detail .detail-content a {
        color: #fff;
        text-shadow: 0 0 8px #cb0ea9;
        text-decoration: underline; }
      #news .news-detail .detail-content .y {
        color: #e5ff07; }
      #news .news-detail .detail-content .r {
        color: #ff1493; }

/* news-icon */
.info {
  content: url(../img/news_icon_info.png);
  display: block;
  width: 73px; }

.maint {
  content: url(../img/news_icon_maint.png);
  display: block;
  width: 83px; }

.update {
  content: url(../img/news_icon_update.png);
  display: block;
  width: 83px; }

.campaign {
  content: url(../img/news_icon_campaign.png);
  display: block;
  width: 83px; }

.event {
  content: url(../img/news_icon_event.png);
  display: block;
  width: 73px; }

/*game*/
.tab_world {
  outline: none;
  height: 100px;
  background: url(../img/pc/tab_game_pc_world.png) center bottom no-repeat;
  background-size: 100% auto; }

.tab_world.thumbnail-current {
  background: url(../img/pc/tab_game_pc_world_on.png) center bottom no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

.tab_action {
  outline: none;
  height: 100px;
  background: url(../img/pc/tab_game_pc_action.png) center bottom no-repeat;
  background-size: 100% auto; }

.tab_action.thumbnail-current {
  background: url(../img/pc/tab_game_pc_action_on.png) center bottom no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

.tab_party {
  outline: none;
  height: 100px;
  background: url(../img/pc/tab_game_pc_party.png) center bottom no-repeat;
  background-size: 100% auto; }

.tab_party.thumbnail-current {
  background: url(../img/pc/tab_game_pc_party_on.png) center bottom no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

.tab_multi {
  outline: none;
  height: 100px;
  background: url(../img/pc/tab_game_pc_multy.png) center bottom no-repeat;
  background-size: 100% auto; }

.tab_multi.thumbnail-current {
  background: url(../img/pc/tab_game_pc_multy_on.png) center bottom no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

.top_container_game .allow02_left {
  position: absolute;
  top: 44%;
  left: 110px;
  z-index: 10; }
.top_container_game .allow02_right {
  position: absolute;
  z-index: 10;
  top: 44%;
  right: 110px; }
.top_container_game .slider {
  margin-top: -50px; }

.movies_game_world_area,
.movies_game_action01_area,
.movies_game_action02_area,
.movies_game_action03_area {
  position: absolute;
  right: 360px;
  top: 275px;
  width: 307px;
  height: 178px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  box-shadow: 5px 5px 2px 5px black; }

.movies_game_world,
.movies_game_action01,
.movies_game_action02,
.movies_game_action03 {
  display: block;
  width: 305px;
  height: 176px;
  border: solid 5px rgba(255, 255, 255, 0.2); }

.movies_game_world {
  display: block;
  height: auto;
  border: none;
  height: 211.5px;
  width: 376px;
  background: #000000; }

.movies_game_world_area {
  top: 200px;
  right: 292px;
  width: 388px;
  height: 223px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.2); }

.movies_game_action01_area {
  top: 253px;
  right: 210px; }

.movies_game_action02_area {
  top: 253px;
  right: 533px; }

.movies_game_action03_area {
  top: 253px;
  right: 856px; }

/*movieタグ*/
.movies_game_action01:before,
.movies_game_action02:before,
.movies_game_action03:before {
  content: " ";
  display: block;
  width: 100px;
  height: 50px;
  background: url(../img/pc/sprites_battle_movies_tags.png) no-repeat;
  background-position: -228px -2px;
  background-size: 735px auto;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 100; }

.movies_game_action02:before {
  /*コンボ*/
  background: url(../img/pc/sprites_battle_movies_tags.png) no-repeat;
  background-position: -1px -2px;
  background-size: 735px auto; }

.movies_game_action03:before {
  /*カウンター*/
  width: 120px;
  background: url(../img/pc/sprites_battle_movies_tags.png) no-repeat;
  background-position: -103px -2px;
  background-size: 735px auto; }

.movies_game_party01_area,
.movies_game_party02_area,
.movies_game_party03_area {
  position: absolute;
  border: solid 1px white;
  box-shadow: 5px 5px 2px 5px black; }

.movies_game_party01,
.movies_game_party02,
.movies_game_party03 {
  width: 204px;
  height: 240px;
  display: block;
  border: solid 5px rgba(255, 255, 255, 0.2);
  overflow: hidden; }
  .movies_game_party01 video,
  .movies_game_party02 video,
  .movies_game_party03 video {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.movies_game_party01_area {
  top: 160px;
  right: 800px; }

.movies_game_party02_area {
  top: 140px;
  right: 572px; }

.movies_game_party03_area {
  top: 120px;
  right: 345px; }

/*movieタグ*/
.movies_game_party01_area:before,
.movies_game_party02_area:before,
.movies_game_party03_area:before {
  content: " ";
  display: block;
  width: 150px;
  height: 35px;
  background: url(../img/pc/sprites_battle_movies_tags.png) no-repeat;
  background-size: 870px auto;
  background-position: -550px -2px;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 100; }

.movies_game_party02_area:before {
  background: url(../img/pc/sprites_battle_movies_tags.png) no-repeat;
  background-size: 870px auto;
  background-position: -395px -2px; }

.movies_game_party03_area:before {
  width: 165px;
  background: url(../img/pc/sprites_battle_movies_tags.png) no-repeat;
  background-size: 870px auto;
  background-position: -702px -2px; }

/*スプライト前
.movies_game_party01_area:before,
.movies_game_party02_area:before,
.movies_game_party03_area:before
{
  content: " ";
  display: block;
  width: 150px;
  height: 35px;
  background: url(../img/pc/movie_party_trick.png) 50% 50% no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 100;
}
.movies_game_party02_area:before{
  background: url(../img/pc/movie_party_sword.png) 50% 50% no-repeat;
  background-size: 100% auto;
}
.movies_game_party03_area:before{
  width: 165px;
  background: url(../img/pc/movie_party_weapon.png) 50% 50% no-repeat;
  background-size: 100% auto;
}*/
/* story */
.bg_story_sp {
  position: fixed;
  top: 0;
  height: 100vh; }

#story .block01, #story .block02, #story .block03, #story .block04, #story .block05, #story .block06 {
  position: relative; }
#story .text, #story .text01, #story .text02 {
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.6)); }
#story img {
  display: block; }
#story .block_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1400px;
  height: 100%;
  margin: 0 auto; }
#story .block01 {
  margin: 25% auto 0; }
  #story .block01 img {
    width: 665px;
    margin: 0 auto; }
#story .block02 {
  margin: 30% auto 0; }
  #story .block02 .bg {
    width: 100%;
    margin: 0 auto; }
  #story .block02 .text {
    position: absolute;
    top: 27%;
    right: 3%;
    width: 650px; }
  #story .block02 .img {
    position: absolute;
    top: 53%;
    right: 2%;
    width: 700px; }
#story .block03 {
  width: 1200px;
  margin: 5% auto 0; }
  #story .block03:before {
    content: '';
    display: block;
    padding-top: 100%; }
  #story .block03 .text01, #story .block03 .text02 {
    position: absolute; }
  #story .block03 .text01 {
    top: -1%;
    left: 33%;
    right: 0;
    width: 515px; }
  #story .block03 .text02 {
    top: 42%;
    left: 5%;
    right: 0;
    width: 720px; }
  #story .block03 .img01, #story .block03 .img02 {
    position: absolute; }
  #story .block03 .img01 {
    top: 0;
    left: 2%;
    width: 525px; }
  #story .block03 .img02 {
    top: 20%;
    right: 2%;
    width: 690px; }
#story .block04 {
  margin: 0 auto 0; }
  #story .block04 .bg {
    width: 100%;
    margin: 0 auto; }
  #story .block04 .text {
    position: absolute;
    top: 63%;
    left: 4%;
    width: 880px;
    margin: 0 auto; }
  #story .block04 .img {
    position: absolute;
    top: 5%;
    left: 4%;
    width: 615px; }
#story .block05 {
  margin: 15% auto 0; }
  #story .block05 .bg {
    width: 100%;
    margin: 0 auto; }
  #story .block05 .text {
    position: absolute;
    top: 8%;
    right: 3%;
    width: 770px; }
  #story .block05 .img {
    position: absolute;
    top: 52%;
    left: 0;
    width: 900px; }
#story .block06 {
  margin: 25% auto 28%; }
  #story .block06 img {
    display: block;
    width: 900px;
    margin: 0 auto; }

/* active */
.bg-in-l {
  transform: translate(-110%, -30%); }

.bg-in-l.active {
  animation: bg-in-l 0.5s 1 forwards; }

@keyframes bg-in-l {
  0% {
    transform: translate(-110%, -30%); }
  100% {
    transform: translate(0, 0); } }
.bg-in-r {
  transform: translate(110%, -30%); }

.bg-in-r.active {
  animation: bg-in-r 0.5s 1 forwards; }

@keyframes bg-in-r {
  0% {
    transform: translate(110%, -30%); }
  100% {
    transform: translate(0, 0); } }
.image-in-r {
  transform: rotateY(-90deg);
  transform-origin: right center; }

.image-in-r.active {
  transition-timing-function: ease-in;
  animation: image-in-r 1s 1 forwards; }

@keyframes image-in-r {
  0% {
    transform: rotateY(-90deg);
    transform-origin: right center; }
  100% {
    transform: none; } }
.image-in-l {
  transform: rotateY(-90deg);
  transform-origin: left center; }

.image-in-l.active {
  transition-timing-function: ease-in;
  animation: image-in-l 1s 1 forwards; }

@keyframes image-in-l {
  0% {
    transform: rotateY(-90deg);
    transform-origin: left center; }
  100% {
    transform: none; } }
.text-in-b {
  transform: translate(0, 10%);
  opacity: 0; }

.text-in-b.active {
  transition-timing-function: ease-in;
  animation: text-in-b 1s 1 forwards; }

@keyframes text-in-b {
  0% {
    transform: translate(0, 10%);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
/* system */
.game_back_black {
  height: 600px;
  width: 100%;
  position: absolute;
  top: calc(50% - 300px);
  left: 0;
  min-width: 1400px; }

.game_slider_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

/*/game/*/
/* ▽system renew */
#system {
  display: block;
  width: 100%;
  height: 600px;
  position: absolute;
  top: calc(50% - 300px);
  left: 0;
  text-align: center;
  background: url("/img/pc/bg_system_slider.png") 100% center;
  overflow: visible;
  z-index: 0; }
  #system .a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative; }
    #system .a:before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 19px;
      display: block;
      background: url(/img/pc/system_slider_top.png) no-repeat 50% 100%;
      z-index: 1; }
    #system .a:after {
      content: '';
      position: absolute;
      bottom: -11px;
      width: 100%;
      height: 19px;
      display: block;
      background: url(/img/pc/system_slider_bottom.png) no-repeat 50% 100%;
      z-index: 3; }
    #system .a .mauto {
      width: 1400px; }
    #system .a .allow02_left {
      position: absolute;
      top: 44%;
      left: 70px;
      z-index: 10; }
    #system .a .allow02_right {
      position: absolute;
      z-index: 10;
      top: 44%;
      right: 70px; }
  #system .game_back_black {
    height: 600px;
    width: 100%;
    position: absolute;
    min-width: 1400px; }
  #system .movies_area {
    position: absolute;
    border: solid 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px #2af2ff, 0 0 10px #2af2ff; }
  #system .movie {
    width: 400px;
    height: 225px;
    overflow: hidden;
    border: solid 5px rgba(255, 255, 255, 0.2); }
  #system .world img {
    width: auto;
    height: 600px;
    margin: auto; }
  #system .world .movies_area {
    position: absolute;
    top: 190px;
    right: 484px;
    border: solid 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 5px #2af2ff; }
  #system .action1 img {
    width: auto;
    height: 600px;
    margin: auto; }
  #system .action1 .movies_area.m01 {
    top: 310px;
    left: 370px; }
    #system .action1 .movies_area.m01:before {
      content: " ";
      display: block;
      width: 150px;
      height: 60px;
      background: url(/img/pc/system_tag_ctr.png) no-repeat;
      background-size: contain;
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: 100; }
  #system .action1 .movies_area.m02 {
    top: 270px;
    left: 660px; }
    #system .action1 .movies_area.m02:before {
      content: " ";
      display: block;
      width: 130px;
      height: 60px;
      background: url(/img/pc/system_tag_skill.png) no-repeat;
      background-size: contain;
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: 100; }
  #system .action1 .movies_area.m03 {
    top: 220px;
    left: 950px; }
    #system .action1 .movies_area.m03:before {
      content: " ";
      display: block;
      width: 130px;
      height: 60px;
      background: url(/img/pc/system_tag_combo.png) no-repeat;
      background-size: contain;
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: 100; }
  #system .action1 .movies_area .movie {
    width: 270px !important;
    height: 152px !important; }
  #system .soon img {
    width: auto;
    height: 600px;
    margin: auto; }
  #system .action2 img {
    width: auto;
    height: 600px;
    margin: auto; }
  #system .action2 .movies_area {
    top: 190px;
    right: 475px; }
  #system .party img {
    width: auto;
    height: 600px;
    margin: auto; }
  #system .party .movies_area.m01 {
    top: 160px;
    left: 450px; }
    #system .party .movies_area.m01:before {
      content: " ";
      display: block;
      width: 140px;
      height: 60px;
      background: url(/img/pc/system_tag_blade.png) no-repeat;
      background-size: contain;
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: 100; }
  #system .party .movies_area.m02 {
    top: 160px;
    left: 715px; }
    #system .party .movies_area.m02:before {
      content: " ";
      display: block;
      width: 140px;
      height: 60px;
      background: url(/img/pc/system_tag_tech.png) no-repeat;
      background-size: contain;
      position: absolute;
      top: -20px;
      right: -20px;
      z-index: 100; }
  #system .party .movies_area.m03 {
    top: 315px;
    left: 450px; }
    #system .party .movies_area.m03:before {
      content: " ";
      display: block;
      width: 140px;
      height: 60px;
      background: url(/img/pc/system_tag_mystic.png) no-repeat;
      background-size: contain;
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: 100; }
  #system .party .movies_area.m04 {
    top: 315px;
    left: 715px; }
    #system .party .movies_area.m04:before {
      content: " ";
      display: block;
      width: 140px;
      height: 60px;
      background: url(/img/pc/system_tag_fighter.png) no-repeat;
      background-size: contain;
      position: absolute;
      top: -20px;
      right: -20px;
      z-index: 100; }
  #system .party .movies_area .movie {
    width: 240px !important;
    height: 140px !important; }
  #system .party video {
    height: 100%; }
  #system .kikaku img {
    width: auto;
    height: 600px;
    margin: auto; }
  #system .kikaku .movies_area {
    position: absolute;
    top: 210px;
    right: 585px;
    border: solid 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 5px #2af2ff; }
  #system .skin img {
    width: auto;
    height: 600px;
    margin: auto; }
  #system .skin .movies_area {
    top: 210px;
    right: 241px; }

@media screen and (min-width: 1980px) {
  #system .a:before {
    top: -9px;
    background: url(/img/pc/system_slider_top.png) no-repeat;
    background-size: 100%; }
  #system .a:after {
    bottom: -2px;
    background: url(/img/pc/system_slider_bottom.png) no-repeat;
    background-size: 100%; } }
/* △system renew */
/*story*/
.top_container_story {
  max-width: 1900px;
  margin: 0 auto; }

.story_block_area {
  width: 700px;
  margin: 0 auto; }
  .story_block_area .story_block {
    width: 350px;
    padding: 10px;
    text-align: left; }

.story_block:nth-child(odd) {
  float: left; }

.story_block:nth-child(even) {
  float: right; }

/*/story/*/
/*gallery*/
.gallery_nav .btn_list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 15px;
  z-index: 99; }
  .gallery_nav .btn_list a {
    display: block;
    width: 150px;
    margin: 0 10px; }
    .gallery_nav .btn_list a img {
      display: block;
      width: 100%; }
  .gallery_nav .btn_list .btn_art img {
    width: 100%; }

/* slick */
.movie_list {
  margin: -20px auto 0;
  width: 1200px;
  align-items: center; }
  .movie_list .box {
    position: relative;
    width: 100%;
    /*width: 1400px !important;*/
    box-sizing: border-box;
    margin: 60px auto 20px !important; }
    .movie_list .box ul {
      /*width: 1390px!important;*/
      min-width: 0;
      display: flex !important;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
      .movie_list .box ul li img {
        width: 250px !important;
        min-width: 0;
        display: block;
        margin: 0 5px 30px; }
    .movie_list .box .bottom_row li img {
      margin-bottom: 0px; }
    .movie_list .box .new:before {
      content: "";
      background: url(../img/icon_new.png) no-repeat;
      background-size: contain;
      display: inline-block;
      height: 39px;
      position: absolute;
      top: -18px;
      left: -28px;
      width: 60px; }

.art_list {
  margin: 0 auto;
  width: 1200px;
  height: 415px;
  align-items: center; }
  .art_list .box {
    position: relative;
    width: 100%;
    /*width: 1400px !important;*/
    box-sizing: border-box;
    margin: 60px auto 20px !important; }
    .art_list .box ul {
      /*width: 1390px!important;*/
      min-width: 0;
      display: flex !important;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
      .art_list .box ul li img {
        width: 250px !important;
        min-width: 0;
        display: block;
        margin: 0 5px 30px; }
    .art_list .box .bottom_row li img {
      margin-bottom: 0px; }
    .art_list .box .new:before {
      content: "";
      background: url(../img/icon_new.png) no-repeat;
      background-size: contain;
      display: inline-block;
      height: 39px;
      position: absolute;
      top: -18px;
      left: -28px;
      width: 60px; }

.movie_note {
  position: absolute;
  left: 186px;
  width: 1050px;
  margin: -20px auto 0;
  color: #fff;
  text-align: left; }
  .movie_note p {
    font-size: 0.9rem;
    text-shadow: 0 0 5px #0e0f25, 0 0 5px #0e0f25; }

#gallery .arrow02_left {
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 99; }

#gallery .arrow02_right {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 99; }

.gallery_box {
  /*
  position: relative;
  padding: 50px 0;
  height: 570px;
  min-width: 100vw;
  background: url(../img/bg_slider_gallery.png) 50% 50%;
  */ }

#gallery {
  display: block;
  width: 100%;
  height: 600px;
  position: relative;
  top: calc(50% - 300px);
  left: 0;
  text-align: center;
  background: url(/img/pc/bg_system_slider.png) 100% center;
  overflow: visible;
  z-index: 0;
  /*
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  */ }
  #gallery .gallery_box {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex; }
    #gallery .gallery_box:before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 19px;
      display: block;
      background: url(/img/pc/system_slider_top.png) no-repeat 50% 100%;
      z-index: 1; }
    #gallery .gallery_box:after {
      content: '';
      position: absolute;
      bottom: -11px;
      width: 100%;
      height: 19px;
      display: block;
      background: url(/img/pc/system_slider_bottom.png) no-repeat 50% 100%;
      z-index: 3; }
    #gallery .gallery_box .mauto {
      width: 1400px;
      margin: auto; }

#gallery .slider {
  margin-top: 34px; }

.slick-prev, .slick-next {
  width: 43px;
  height: 64px; }

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  left: -50px;
  z-index: 1;
  background: url(../img/allow02_left.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border: none; }

.slick-next,
.slick-next:hover,
.slick-next:focus {
  right: -50px;
  background: url(../img/allow02_right.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border: none; }

#ranking {
  position: relative; }

.tab_wrap {
  margin: 0 auto;
  width: 1000px; }

input[type="radio"] {
  display: none; }

.tab_area {
  font-size: 0;
  margin: 0 15px; }

.tab_area label {
  width: 135px;
  display: inline-block;
  padding: 10px;
  color: #fff;
  background: #b8b7b7;
  font-size: 16px;
  cursor: pointer;
  margin: 0 5px 0; }

.tab_panel {
  width: 100%;
  display: none;
  box-sizing: border-box;
  height: 500px; }

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center; }

#tab1:checked ~ .tab_area .tab1_label {
  background: #00c4fd; }

#tab1:checked ~ .panel_area #panel1 {
  display: block; }

#tab2:checked ~ .tab_area .tab2_label {
  background: #00c4fd; }

#tab2:checked ~ .panel_area #panel2 {
  display: block; }

.slick-track {
  margin: 0; }

/*.slick-initialized .slick-slide {
  width: 1000px!important;
}*/
.video_image {
  margin-bottom: 20px; }

.mfp-title {
  position: absolute;
  padding: 5px;
  color: #FFF; }

.panel_area {
  width: 100%; }

.multiple-items {
  width: 100%;
  margin: 50px auto; }

.number {
  position: absolute;
  left: 8px;
  top: 40px;
  background: #00c4fd;
  width: 40px;
  color: #fff; }

.slick-prev::before, .slick-next::before {
  content: ' ';
  font-family: FontAwesome;
  padding: 10px;
  border: none; }

.slick-next::before {
  content: ' '; }

button.slick-next {
  display: block; }

.slick-initialized .slick-slide {
  margin: 0 5px;
  outline: none;
  cursor: pointer; }

.slider-nav {
  position: relative;
  width: 900px;
  z-index: 10;
  top: 8%; }

.slider-nav li {
  text-align: center; }

.slider-nav li img {
  margin: 0 auto; }

.slide-right:hover {
  opacity: .7;
  transition: .3s; }

/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.slide-left:hover {
  opacity: 0.7;
  transition: 0.3s; }

/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/*/gallery/*/
