@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; }

html,
body {
  margin: 0;
  overflow-x: hidden; }

html {
  font-size: 80%; }

img {
  vertical-align: baseline; }

/*画面読み込み全体のフェイドイン*/
body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a {
  color: white;
  text-decoration: none;
  outline: none; }

a:link,
a:hover,
a:active,
a:visited {
  outline: none;
  text-decoration: none; }

a:hover {
  animation: navigation_font_color .2s forwards; }

.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 */
/*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; }

/*テキスト配置*/
.txt_left {
  text-align: left; }

.txt_center {
  text-align: center; }

.txt_right {
  text-align: right; }

/*レイアウト用*/
/*hr系*/
hr {
  border: none; }

.hr_gradient01 {
  margin: 0;
  display: block;
  height: 1px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+50,000000+100 */
  background: black;
  /* Old browsers */
  /*
  background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
  */ }

.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 {
  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; }

.space100p {
  height: 100% !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; }

.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%; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.z0 {
  z-index: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z10 {
  z-index: 10; }

.m0p0 {
  margin: 0;
  padding: 0; }

.mauto {
  margin: 0 auto; }

.mt0 {
  margin-top: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 10px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt150 {
  margin-top: 150px !important; }

.mt200 {
  margin-top: 200px !important; }

.mt300 {
  margin-top: 300px !important; }

.mt-2 {
  margin-top: -2px !important; }

.mt-5 {
  margin-top: -5px !important; }

.mt-10 {
  margin-top: -10px !important; }

.mt-50 {
  margin-top: -50px !important; }

.mt-70 {
  margin-top: -70px !important; }

.mt-80 {
  margin-top: -80px !important; }

.mt-100 {
  margin-top: -100px !important; }

.mt-150 {
  margin-top: -200px !important; }

.mt-200 {
  margin-top: -200px !important; }

.mt-300 {
  margin-top: -300px !important; }

.mt-400 {
  margin-top: -400px !important; }

.mt-500 {
  margin-top: -500px !important; }

.mt-10p {
  margin-top: -10% !important; }

.mt-15p {
  margin-top: -20% !important; }

.mt-20p {
  margin-top: -20% !important; }

.mt-30p {
  margin-top: -30% !important; }

.mt-40p {
  margin-top: -40% !important; }

.mt-50p {
  margin-top: -50% !important; }

.mt-60p {
  margin-top: -60% !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.mb300 {
  margin-bottom: 300px !important; }

.p0 {
  padding: 0 !important; }

.p5 {
  padding: 5px !important; }

.p10 {
  padding: 10px !important; }

.p15 {
  padding: 15px !important; }

.p20 {
  padding: 20px !important; }

.pb100 {
  padding-bottom: 100px !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; }

ul {
  list-style: none; }

* {
  box-sizing: border-box; }

.bg_black {
  background: #000; }

#footer {
  border-top: solid 0.5px #fff;
  color: #ffffff;
  background: #000000;
  padding-bottom: 50px; }

/*全ページ共通要素*/
.page_title {
  padding-top: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 36px; }

.page_txt {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  width: 95%; }

.fadein {
  opacity: 0;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  text-align: center; }

.fadein.scrollin {
  opacity: 1; }

@keyframes fadein0up {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein20up {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadein0up {
  animation-name: fadein0up;
  animation-fill-mode: forwards; }

.delay300 {
  animation-duration: 2s;
  animation-delay: .3s; }

.delay500 {
  animation-duration: 2s;
  animation-delay: .5s; }

.delay600 {
  animation-duration: 2s;
  animation-delay: .6s; }

.delay900 {
  animation-duration: 2s;
  animation-delay: .9s; }

.delay1000 {
  animation-duration: 2s;
  animation-delay: 1s; }

.delay1200 {
  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; }

.delay3000 {
  animation-duration: 2s;
  animation-delay: 3s; }

.delay3500 {
  animation-duration: 2s;
  animation-delay: 3.5s; }

.delay4000 {
  animation-duration: 2s;
  animation-delay: 4s; }

#page-top a {
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: -110px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-decoration: none;
  background: url(../img/arrow_top_sp.png) 50% 50% no-repeat;
  background-size: 100% auto; }

#page-bottm {
  visibility: hidden;
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 77%;
  z-index: 10;
  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; } }
/*/全ページ共通要素/*/
/*SP*/
body {
  margin: 0 0;
  padding: 0 0;
  background: #000 url(../img/bg-sp_dark.jpg) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  overflow-x: hidden;
  font-family: sans-serif; }

/*開閉ボタン*/
header {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100; }

.header_bg {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 60px;
  width: 100%; }

header .inner {
  position: relative; }

#nav_toggle {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100; }

#nav_toggle div {
  position: relative; }

#nav_toggle span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

#nav_toggle span:nth-child(1) {
  top: 0; }

#nav_toggle span:nth-child(2) {
  top: 8px; }

#nav_toggle span:nth-child(3) {
  top: 16px; }

/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg); }

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%; }

.open #nav_toggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/*メニュー部分*/
nav {
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 2px 2px;
  left: 0; }
  nav .new:before {
    content: "";
    background: url(../img/icon_new.png) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 26px;
    position: absolute;
    top: -14px;
    left: 97px;
    width: 50px; }

header nav ul {
  padding: 0;
  display: block;
  width: 100%;
  height: 350px;
  position: absolute;
  top: -15%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

header nav ul li {
  margin: 30px auto 0;
  text-align: center;
  height: 50px; }

header nav ul li:first-child {
  margin-top: 0; }

header nav ul li:last-child {
  border: none; }

header nav ul li a {
  display: block;
  outline: none;
  color: transparent;
  height: 50px; }

header nav ul li a:hover {
  transition: 0.3s liner;
  opacity: 0.7;
  outline: none; }

nav ul li:nth-child(1) a {
  background: url("../img/sp/menu_sp_news.png") no-repeat 50% 50%;
  background-size: 100% auto;
  width: 100%; }
nav ul li:nth-child(2) a {
  background: url(../img/sp/menu_sp_story.png) no-repeat 50% 50%;
  background-size: 100% auto;
  width: 100%; }
nav ul li:nth-child(3) {
  		/*
        a:before {
          position: absolute;
          top: -14px;
          left: 97px;
          display: inline-block;
          width: 50px;
          height: 26px;
          content: '';
          background: url(../img/icon_new.png) no-repeat;
          background-size: contain;
        }*/ }
  nav ul li:nth-child(3) a {
    background: url(../img/sp/menu_sp_chara.png) no-repeat 50% 50%;
    background-size: 100% auto;
    width: 100%; }
nav ul li:nth-child(4) {
  		/*
        a:before {
          position: absolute;
          top: -14px;
          left: 97px;
          display: inline-block;
          width: 50px;
          height: 26px;
          content: '';
          background: url(../img/icon_new.png) no-repeat;
          background-size: contain;
        }*/ }
  nav ul li:nth-child(4) a {
    background: url(../img/sp/menu_sp_system.png) no-repeat 50% 50%;
    background-size: 100% auto;
    width: 100%; }
nav ul li:nth-child(5) a {
  background: url(../img/sp/menu_sp_gallery.png) no-repeat 50% 50%;
  background-size: 100% auto;
  width: 100%; }

#box_lang {
  position: absolute;
  top: 16px;
  right: 60px;
  z-index: 1000;
  margin: 0;
  padding: 2px 5px;
  width: 80px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000,-1px 1px 2px #000, 1px -1px 2px #000; }

#list_lang {
  display: none;
  position: absolute;
  top: 48px;
  right: 60px;
  z-index: 1000;
  margin: 0; }
  #list_lang p {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 5px;
    margin: 0 0 -1px;
    width: 80px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    color: #fff;
    text-shadow: 1px 1px 2px #000, -1px -1px 2px #000,-1px 1px 2px #000, 1px -1px 2px #000; }
    #list_lang p:hover {
      background: rgba(255, 255, 255, 0.1);
      transition-property: all;
      transition: 0.3s linear; }

.btn_follow_top {
  position: absolute;
  left: 20px;
  top: 16px;
  z-index: 100; }
  .btn_follow_top ul li {
    display: inline-block; }
  .btn_follow_top .btn_tw_follow {
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
    width: 30px;
    height: 30px;
    background: url(../img/btn_tw_share01.png) no-repeat center center/100% 100%; }
    .btn_follow_top .btn_tw_follow span {
      visibility: hidden; }
  .btn_follow_top .btn_fb_follow {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/btn_fb_share01.png) no-repeat center center/100% 100%; }
    .btn_follow_top .btn_fb_follow span {
      visibility: hidden; }

.logo_top {
  position: fixed;
  z-index: 101;
  top: 13px;
  left: 14px; }

.catch_copy_sp {
  position: relative;
  top: 20px;
  left: 20px;
  z-index: 100;
  width: 243px !important; }

.g-logo_sp {
  margin-top: -125%;
  display: block;
  width: 100%; }

.logo_area {
  margin-top: -50%; }
  .logo_area .top_logo {
    margin: -20% auto 0;
    clear: both; }
  .logo_area .rpg {
    margin: -10px auto 0; }

.area_bnr {
  padding: 10px 0 20px;
  margin-bottom: -25px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+15 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 2%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 2%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 2%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  /* IE6-9 */ }

.tagline {
  margin: 5%  4% 0 0;
  float: right;
  opacity: 0; }

.box_store_buttons .btn_app {
  margin-right: 2%; }

.batch_prereg {
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 5px; }

.sp-block {
  display: block;
  overflow: hidden;
  position: fixed;
  width: 100%; }

.sp-block img {
  width: 100%;
  height: auto; }

.area_story,
.area_character,
.area_system {
  position: relative;
  margin: 0;
  height: auto; }
  .area_story img,
  .area_character img,
  .area_system img {
    vertical-align: bottom; }

.area_story .btn_next {
  position: absolute;
  right: 3%;
  bottom: 20px; }

.area_character .btn_next {
  position: absolute;
  right: 3%;
  bottom: 20px; }

.area_system .btn_next {
  position: absolute;
  right: 3%;
  bottom: 20px; }

.footer_character {
  margin-top: -45%;
  font-size: 12px;
  position: relative;
  padding: 270px 0 0;
  text-align: center;
  color: #fff; }

#footer,
#footer_top {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 12px;
  z-index: 1; }

#footer_top::after {
  position: absolute;
  bottom: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 80%;
  /*ライン
  background-color: rgba(0,0,0,0.3);
  background-image: linear-gradient(#000000 50%, transparent 50%, transparent);
  background-size: 4px 4px;
  */
  /*ドット
  background-color: transparent;
  background-image: radial-gradient(#555 10%, transparent 20%), radial-gradient(#555 10%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  */
  /*グレー*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+10,0.3+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 10%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 10%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 10%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
  /* IE6-9 */
  z-index: -1; }

#footer #movie:before,
#footer_top #movie:before {
  content: " ";
  display: block;
  width: 80px;
  height: 50px;
  background: url(../img/icon_new.png);
  background-size: 100% auto;
  position: absolute;
  top: 10px;
  left: 25px; }

#footer video,
#footer #movie img,
#footer_top video,
#footer_top #movie img {
  margin: 20px auto 0;
  width: 90%; }

#footer #news_twitter,
#footer_top #news_twitter {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 12px 1% 0;
  width: 95%;
  margin: 30px auto 60px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1; }

#footer #cast,
#footer #spec,
#footer #sns,
#footer #page-top,
#footer_top #cast,
#footer_top #spec,
#footer_top #sns,
#footer_top #page-top {
  position: relative;
  width: 100%;
  text-align: center;
  background: #000000; }
  #footer #cast h3,
  #footer #spec h3,
  #footer #sns h3,
  #footer #page-top h3,
  #footer_top #cast h3,
  #footer_top #spec h3,
  #footer_top #sns h3,
  #footer_top #page-top h3 {
    margin: 0 0 20px;
    height: 25px;
    text-indent: -9999px; }

#footer #spec,
#footer_top #spec {
  padding: 20px 0;
  margin-top: 0;
  font-size: 0.8em; }
  #footer #spec h3,
  #footer_top #spec h3 {
    background: url("../img/share.png") no-repeat center center;
    background-size: auto 100%; }
#footer #sns h3,
#footer_top #sns h3 {
  background: url("../img/share.png") no-repeat center center;
  background-size: auto 100%; }

#sns {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center; }

#sns ul {
  width: 100%;
  margin: 0;
  padding: 0; }

#sns ul li {
  display: inline-block;
  list-style: none;
  line-height: 40px; }

#sns a span {
  visibility: hidden; }

#sns a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 15px; }

#sns .sns1 {
  background: url("../img/btn_tw_share01.png") no-repeat 50% 50%;
  background-size: 100% auto; }

#sns .sns2 {
  background: url("../img/btn_fb_share01.png") no-repeat 50% 50%;
  background-size: 100% auto; }

#sns .sns3 {
  background: url("../img/btn_line_share.png") no-repeat 50% 50%;
  background-size: 100% auto; }

#spec {
  text-align: center; }
  #spec img {
    margin-right: 10px; }

#company_pc {
  display: none; }

#footer #company_sp {
  margin: 0;
  padding-top: 10px; }

#footer #company_sp .company_logo {
  margin: 0 15px;
  width: 30%;
  height: auto; }

#footer #company_sp .company_logo_vgame {
  margin: 0 15px;
  width: 36%;
  height: auto;
  margin-bottom: 2%; }

.copylight {
  font-weight: 100;
  font-size: 10px;
  padding-bottom: 15px;
  font-family: sans-serif; }

.slick-slider {
  padding: 0;
  margin: 0;
  color: white; }

/*story*/
.bg_world_sp,
.bg_system_sp {
  position: fixed;
  top: 0; }

.footer_world #sns h3,
.footer_system #sns h3,
.footer_character #sns h3 {
  margin: 0 0 20px;
  height: 25px;
  text-indent: -9999px;
  background: url(../img/share.png) no-repeat center center;
  background-size: auto 100%; }

.footer_world,
.footer_story,
.footer_system {
  font-size: 12px;
  position: relative;
  padding: 130px 0 0;
  text-align: center;
  color: #fff;
  background: url(../img/footer_bg_sp_01_01.png) no-repeat;
  background-position: right 35% bottom 105px;
  background-size: 100% auto; }

.footer_bottom,
.footer_world_bottom,
.footer_system_bottom {
  background: #000000; }
  .footer_bottom .footer_nav,
  .footer_world_bottom .footer_nav,
  .footer_system_bottom .footer_nav {
    margin: 0 auto;
    width: 90%; }
    .footer_bottom .footer_nav li,
    .footer_world_bottom .footer_nav li,
    .footer_system_bottom .footer_nav li {
      margin-top: 2%;
      margin-bottom: 2%;
      float: left;
      width: 50%;
      text-align: center; }
  .footer_bottom #company_sp,
  .footer_world_bottom #company_sp,
  .footer_system_bottom #company_sp {
    padding: 10px 0; }

#content01, #content02, #content03 {
  padding: 10% 10% 5%; }

#cboxClose {
  background: url(../img/btn_close.png) no-repeat;
  background-size: 100% auto;
  right: 5px; }

#cboxPrevious,
#cboxPrevious:hover {
  background: url(../img/arrow_left.png) no-repeat;
  background-size: 100% auto;
  width: 38px;
  height: 60px;
  outline: none; }

#cboxNext,
#cboxNext:hover {
  background: url(../img/arrow_right.png) no-repeat;
  background-size: 100% auto;
  width: 38px;
  height: 60px;
  outline: none; }

#cboxOverlay {
  background: #000; }

/*/story/*/
/*story_detail*/
.btn_detail_back {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 10; }

/*/story_detail/*/
/*system*/
.system_block {
  margin: 60px auto 0;
  position: relative;
  text-align: left;
  color: #fff;
  z-index: 0;
  	/*tab 20200603削除
    #tab1 ~ .tab_area .tab1_label{
      background:rgba(0,0,0,0.5) url(../img/sp/system_tab_sp_01.png) 50% 50% no-repeat;
      background-size: auto 20px;
      transition: 0.3s linear;
    }
    #tab1:hover ~ .tab_area .tab1_label{
      background:url(../img/sp/system_tab_sp_01_on.png) 50% 50% no-repeat;
      background-size: auto 20px;
      transition: 0.3s linear;
    }
    #tab1:checked ~ .tab_area .tab1_label{
      background:url(../img/sp/system_tab_sp_01_on.png) 50% 50% no-repeat;
      background-size: auto 20px;
    }
    #tab1:checked ~ .panel_area #panel1{display:block;}
  
    #tab2 ~ .tab_area .tab2_label{
      background:rgba(0,0,0,0.5) url(../img/sp/system_tab_sp_02.png) 50% 50% no-repeat;
      background-size: auto 20px;
      transition: 0.3s linear;
    }
    #tab2:hover ~ .tab_area .tab2_label{
      background:url(../img/sp/system_tab_sp_02_on.png) 50% 50% no-repeat;
      background-size: auto 20px;
      transition: 0.3s linear;
    }
    #tab2:checked ~ .tab_area .tab2_label{
      background:url(../img/sp/system_tab_sp_02_on.png) 50% 50% no-repeat;
      background-size: auto 20px;
    }
    #tab2:checked ~ .panel_area #panel2{display:block;}
  
    #tab3 ~ .tab_area .tab3_label{
      background:rgba(0,0,0,0.5) url(../img/sp/system_tab_sp_03.png) 50% 50% no-repeat;
      background-size: auto 20px;
      transition: 0.3s linear;
    }
    #tab3:hover ~ .tab_area .tab3_label{
      background:url(../img/sp/system_tab_sp_03_on.png) 50% 50% no-repeat;
      background-size: auto 20px;
      transition: 0.3s linear;
    }
    #tab3:checked ~ .tab_area .tab3_label{
      background:url(../img/sp/system_tab_sp_03_on.png) 50% 50% no-repeat;
      background-size: auto 20px;
    }
    #tab3:checked ~ .panel_area #panel3{display:block;}
  */
  	/*
  .tab_system01:before {
      position: absolute;
      top: -2px;
      left: -1px;
      display: inline-block;
      width: 50px;
      height: 26px;
      content: '';
      background: url(../img/icon_new.png) no-repeat;
      background-size: contain;
  }*/ }
  .system_block .area_system_battle {
    margin-top: -110px;
    padding: 110px 0 40px;
    background: url(../img/sp/bg_system_sp_battle.jpg) no-repeat;
    background-size: 100% auto; }
  .system_block .bg_weapon {
    background: url(../img/sp/bg_system_sp_weapon.png) no-repeat;
    background-size: 100% auto; }
  .system_block .tab_wrap {
    width: 100%;
    z-index: 1;
    max-width: 375px;
    background: #000 url(../img/sp/bg_system_sp.jpg) 50% 50% no-repeat;
    background-size: cover; }
  .system_block input[type="radio"] {
    display: none; }
  .system_block .tab_area {
    z-index: 3; }
  .system_block .system_tab div {
    display: inline; }
  .system_block .system_tab .new:before {
    content: "";
    background: url(../img/icon_new.png) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 21px;
    position: absolute;
    top: inherit;
    left: 3px;
    width: 40px; }
  .system_block .tab_area label {
    margin: 0;
    width: 33.3%;
    height: 48px;
    display: inline-block;
    cursor: pointer; }
  .system_block .tab_panel {
    position: relative;
    width: 100%;
    padding: 0;
    display: none;
    box-sizing: border-box; }
  .system_block .tab_panel p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center; }
  .system_block .tab_system, .system_block .tab_system01, .system_block .tab_system02 {
    position: relative;
    z-index: 10;
    width: 33%;
    height: 48px;
    display: inline-block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5) url(../img/sp/system_tab_sp_01.png) 50% 50% no-repeat;
    background-size: auto 20px;
    text-indent: -9999px; }
  .system_block .tab_system:hover {
    background: url(../img/sp/system_tab_sp_01_on.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .system_block .tab_system.active {
    background: url(../img/sp/system_tab_sp_01_on.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .system_block .tab_system01 {
    background: rgba(0, 0, 0, 0.5) url(../img/sp/system_tab_sp_02.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .system_block .tab_system01:hover {
    background: url(../img/sp/system_tab_sp_02_on.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .system_block .tab_system01.active {
    background: url(../img/sp/system_tab_sp_02_on.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .system_block .tab_system02 {
    background: rgba(0, 0, 0, 0.5) url(../img/sp/system_tab_sp_03.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .system_block .tab_system02:hover {
    background: url(../img/sp/system_tab_sp_03_on.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .system_block .tab_system02.active {
    background: url(../img/sp/system_tab_sp_03_on.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .system_block #panel2 #slider2 li {
    width: 100% !important; }
  .system_block #panel3 .bx-viewport {
    height: 680px !important; }
  .system_block #panel3 #slider3 li {
    width: 100% !important;
    height: auto;
    position: relative !important; }
  .system_block .job_movie {
    position: absolute;
    bottom: 17%;
    left: 7%; }
  .system_block .sub_title {
    position: relative;
    z-index: 3;
    text-align: left; }
  .system_block .bx-wrapper {
    margin-bottom: 0;
    background: transparent;
    border: none;
    box-shadow: none; }
    .system_block .bx-wrapper .system_job_movie04,
    .system_block .bx-wrapper .system_job_movie05 {
      width: 180px;
      position: absolute;
      bottom: 195px;
      right: 10px; }
    .system_block .bx-wrapper .system_job_movie06,
    .system_block .bx-wrapper .system_job_movie07 {
      width: 180px;
      position: absolute;
      bottom: 195px;
      left: 10px;
      box-shadow: 1px 1px 3px #000; }
  .system_block .bx-viewport {
    height: 745px !important; }
  .system_block .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -50%;
    margin-top: -415px;
    outline: 0;
    width: 32px;
    height: 50px;
    text-indent: -9999px;
    z-index: 9999; }
  .system_block .bx-wrapper .bx-prev,
  .system_block .bx-wrapper .bx-prev:hover {
    left: 10px;
    background: url(../img/arrow_left.png) no-repeat;
    background-size: 100% auto; }
  .system_block .bx-wrapper .bx-next:link,
  .system_block .bx-wrapper .bx-next:visited,
  .system_block .bx-wrapper .bx-next:hover,
  .system_block .bx-wrapper .bx-next:active {
    right: 10px;
    background: url(../img/arrow_right.png) no-repeat;
    background-size: 100% auto; }
  .system_block .bx-pager {
    margin-top: -75px;
    text-align: center;
    	  /*
    	a.tab13:before {
        position: absolute;
        top: -54px;
        left: -3px;
        display: inline-block;
        width: 30px;
        height: 20px;
        content: '';
        background: url(../img/icon_new.png) no-repeat;
        background-size: contain;
    }*/ }
    .system_block .bx-pager div {
      display: inline; }
    .system_block .bx-pager .new:before {
      content: "";
      background: url(../img/icon_new.png) no-repeat;
      background-size: contain;
      display: inline-block;
      height: 22px;
      position: absolute;
      top: inherit;
      left: 0px;
      width: 40px; }
    .system_block .bx-pager a {
      display: inline-block;
      width: 60px;
      height: 70px; }
    .system_block .bx-pager a.tab01 {
      background: url(../img/system_job_tab01.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab01:hover {
      background: url(../img/system_job_tab01_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab01.active {
      background: url(../img/system_job_tab01_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab02 {
      background: url(../img/system_job_tab02.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab02:hover {
      background: url(../img/system_job_tab02_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab02.active {
      background: url(../img/system_job_tab02_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab03 {
      background: url(../img/system_job_tab03.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab03:hover {
      background: url(../img/system_job_tab03_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab03.active {
      background: url(../img/system_job_tab03_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab04 {
      background: url(../img/system_job_tab04.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab04:hover {
      background: url(../img/system_job_tab04_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab04.active {
      background: url(../img/system_job_tab04_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab05 {
      background: url(../img/system_job_tab05.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab05:hover {
      background: url(../img/system_job_tab05_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab05.active {
      background: url(../img/system_job_tab05_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab06 {
      background: url(../img/system_job_tab06.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab06:hover {
      background: url(../img/system_job_tab06_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab06.active {
      background: url(../img/system_job_tab06_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab07 {
      background: url(../img/system_job_tab07.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab07:hover {
      background: url(../img/system_job_tab07_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab07.active {
      background: url(../img/system_job_tab07_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab08 {
      background: url(../img/system_job_tab08.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab08:hover {
      background: url(../img/system_job_tab08_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab08.active {
      background: url(../img/system_job_tab08_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab09 {
      background: url(../img/system_job_tab09.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab09:hover {
      background: url(../img/system_job_tab09_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab09.active {
      background: url(../img/system_job_tab09_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab10 {
      background: url(../img/system_job_tab10.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab10:hover {
      background: url(../img/system_job_tab10_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab10.active {
      background: url(../img/system_job_tab10_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab11 {
      background: url(../img/system_job_tab11.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab11:hover {
      background: url(../img/system_job_tab11_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab11.active {
      background: url(../img/system_job_tab11_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab12 {
      background: url(../img/system_job_tab12.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab12:hover {
      background: url(../img/system_job_tab12_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab12.active {
      background: url(../img/system_job_tab12_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab13 {
      background: url(../img/system_job_tab13.png) no-repeat;
      background-size: 100% auto; }
    .system_block .bx-pager a.tab13:hover {
      background: url(../img/system_job_tab13_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    .system_block .bx-pager a.tab13.active {
      background: url(../img/system_job_tab13_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
  .system_block .game_movie,
  .system_block .slider {
    position: relative;
    z-index: 2; }
  .system_block .sub_txt {
    position: relative;
    z-index: 1; }
  .system_block .movies_system {
    position: relative;
    margin: 0 auto;
    width: 265px;
    height: 145px; }

.equ_block .bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
  z-index: 10; }
  .equ_block .bx-wrapper #slider3 li {
    padding: 10px 25px; }
    .equ_block .bx-wrapper #slider3 li a {
      float: left;
      width: 50%;
      padding: 5px; }
  .equ_block .bx-wrapper .bx-pager-item {
    font-size: 20px; }
  .equ_block .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 20px;
    text-indent: 0;
    background: transparent; }
  .equ_block .bx-wrapper .bx-controls-direction a {
    margin-top: 12px;
    display: block;
    width: 15px;
    height: 22px; }
  .equ_block .bx-wrapper .bx-prev {
    background: url(../img/arrow_left.png) no-repeat;
    background-size: 100% auto; }
  .equ_block .bx-wrapper .bx-next {
    background: url(../img/arrow_right.png) no-repeat;
    background-size: 100% auto; }
  .equ_block .bx-wrapper .bx-default-pager a:hover, .equ_block .bx-wrapper .bx-pager.bx-default-pager a.active, .equ_block .bx-wrapper .bx-pager.bx-default-pager a:focus {
    color: #fff;
    text-shadow: 0 0 5px #000000;
    background: transparent; }

.slide-right {
  -webkit-animation: slide-right 1s infinite both;
  animation: slide-right 1s infinite both; }

/*system_detail equ*/
.system_detail_slider .btn_back {
  display: block;
  width: 78px;
  margin: -5px auto 0; }
.system_detail_slider .slick-prev, .system_detail_slider .slick-next {
  top: calc(50% - 40px);
  width: 20px;
  height: 28px;
  z-index: 10; }
.system_detail_slider .slick-next {
  right: 20px;
  background: url(../img/arrow_right.png) no-repeat;
  background-size: 100% auto; }
.system_detail_slider .slick-prev {
  left: 20px;
  background: url(../img/arrow_left.png) no-repeat;
  background-size: 100% auto; }

/*/system_detail equ/*/
/**
 * ----------------------------------------
 * 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 {
  -webkit-animation: slide-left 1s infinite both;
  animation: slide-left 1s infinite both; }

/**
 * ----------------------------------------
 * 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); } }
/*/game/*/
/*character
.slick-prev, .slick-next {
  top: unset;
  bottom: -190px;
}
.slick-prev {
  left: 20px;
  z-index: 1;
}
.slick-next {
  right: 20px;
  z-index: 1;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.slick-dots {
  visibility: hidden;
}
.chara_name_area{
  position: absolute;
  left: 10px;
  transform:rotate(-10deg);
  width: 500px;
  .chara_name{
    font-size: 24px;
    font-weight: bold;
    background-color: rgba(84,200,255,0.5);
    color: white;
  }
  .chara_name_cv{
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(84,200,255,0.5);
    color: white;
  }
}
.chara_txt_area {
  position: absolute;
  bottom: 80px;
  left: 20px;
  width: 450px;
  transform:rotate(-10deg);
  .chara_title{
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: white;
  }
  .chara_txt {
    margin-left: -130px;
    font-size: 10px;
    padding: 10px 140px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
  }
}
.slider li #movie{
  position: absolute;
  top: 30%;
  left:10px;
  width: 50%;
}
.slider-nav li {
  color: white;
  text-align: center;
}
.btn_back{
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #000;
  border: solid 1px #000;
  margin-top: 6px;
}

/*character*/
.chara_top_space {
  height: 60px;
  background: #000;
  width: 100%; }

.nav_character {
  margin: 0;
  position: relative;
  z-index: 9; }
  .nav_character li {
    display: inline-block;
    width: 33.3%;
    float: left;
    	  /*
        .tab_chara03:before {
          position: absolute;
          top: 1px;
          left: 0;
          display: inline-block;
          width: 38px;
          height: 19px;
          content: '';
          background: url(../img/icon_new.png) no-repeat;
          background-size: contain;
        }*/ }
    .nav_character li a,
    .nav_character li div {
      display: inline-block;
      width: 100%;
      height: 40px;
      cursor: pointer;
      text-indent: -99999px; }
    .nav_character li .tab_chara {
      background: rgba(0, 0, 0, 0.5) url(../img/sp/chara_tab1_sp.png) no-repeat 50% 50%;
      background-size: auto 70%; }
    .nav_character li .tab_chara:hover {
      transition: .3s linear;
      background: url(../img/sp/chara_tab1_mo_sp.png) no-repeat 50% 50%;
      background-size: auto 70%; }
    .nav_character li .tab_chara.active {
      background: url(../img/sp/chara_tab1_mo_sp.png) no-repeat 50% 50%;
      background-size: auto 80%; }
    .nav_character li .tab_chara02 {
      background: rgba(0, 0, 0, 0.5) url(../img/sp/chara_tab2_sp.png) no-repeat 50% 50%;
      background-size: auto 80%; }
    .nav_character li .tab_chara02:hover {
      transition: .3s linear;
      background: url(../img/sp/chara_tab2_mo_sp.png) no-repeat 50% 50%;
      background-size: auto 80%; }
    .nav_character li .tab_chara02.active {
      background: url(../img/sp/chara_tab2_mo_sp.png) no-repeat 50% 50%;
      background-size: auto 80%; }
    .nav_character li .tab_chara03 {
      background: rgba(0, 0, 0, 0.5) url(../img/sp/chara_tab3_sp.png) no-repeat 50% 50%;
      background-size: auto 80%; }

.character_main {
  position: relative;
  z-index: 10; }

.area_characters {
  position: relative;
  max-width: 400px;
  height: 1570px;
  margin: 0 auto; }
  .area_characters .chara01, .area_characters .chara02, .area_characters .chara03, .area_characters .chara04, .area_characters .chara05, .area_characters .chara06, .area_characters .chara07, .area_characters .chara08, .area_characters .chara09, .area_characters .chara10, .area_characters .chara11, .area_characters .chara12, .area_characters .chara13, .area_characters .chara14, .area_characters .chara15, .area_characters .chara16, .area_characters .chara17, .area_characters .chara18, .area_characters .chara19 {
    position: absolute; }
    .area_characters .chara01 img, .area_characters .chara02 img, .area_characters .chara03 img, .area_characters .chara04 img, .area_characters .chara05 img, .area_characters .chara06 img, .area_characters .chara07 img, .area_characters .chara08 img, .area_characters .chara09 img, .area_characters .chara10 img, .area_characters .chara11 img, .area_characters .chara12 img, .area_characters .chara13 img, .area_characters .chara14 img, .area_characters .chara15 img, .area_characters .chara16 img, .area_characters .chara17 img, .area_characters .chara18 img, .area_characters .chara19 img {
      opacity: 0; }
  .area_characters .chara01 {
    z-index: 10;
    bottom: 0%;
    left: 27%; }
  .area_characters .chara02 {
    z-index: 5;
    top: 0%;
    left: 2%;
    width: 310px; }
  .area_characters .chara03 {
    z-index: 9;
    top: 550px;
    right: -10%; }
  .area_characters .chara04 {
    z-index: 8;
    top: 360px;
    right: -8%; }
  .area_characters .chara05 {
    z-index: 7;
    top: 220px;
    right: 35%; }
  .area_characters .chara06 {
    z-index: 7;
    top: 60px;
    right: -30%; }
  .area_characters .chara07 {
    z-index: 8;
    top: 610px;
    left: 2%; }
  .area_characters .chara08 {
    z-index: 1;
    top: 500px;
    left: 5%; }
  .area_characters .chara09 {
    z-index: 5;
    top: 800px;
    left: -9%; }
  .area_characters .chara10 {
    z-index: 3;
    top: 426px;
    right: 22%; }
  .area_characters .chara11 {
    z-index: 2;
    top: 0px;
    right: -43%; }
  .area_characters .chara12 {
    z-index: 2;
    top: 250px;
    right: -5%; }
  .area_characters .chara13 {
    z-index: 1;
    top: 60px;
    left: -40%; }
  .area_characters .chara14 {
    z-index: 8;
    top: 960px;
    left: 14%; }
  .area_characters .chara15 {
    position: absolute;
    z-index: 2;
    top: 230px;
    left: -20%; }
  .area_characters .chara16 {
    position: absolute;
    z-index: 3;
    top: 50px;
    right: -26%; }
  .area_characters .chara17 {
    position: absolute;
    z-index: 4;
    top: 420px;
    right: -23%; }
  .area_characters .chara18 {
    position: absolute;
    z-index: 2;
    top: 630px;
    left: -17%; }
  .area_characters .chara19 {
    position: absolute;
    z-index: 4;
    top: 900px;
    right: -16%;
    	  /*
    	  &:before{
    		position: absolute;
        	top: 10px;
        	left: 80px;
        	display: inline-block;
        	width: 50px;
        	height: 26px;
        	content: '';
        	background: url(../img/icon_new.png) no-repeat;
       		background-size: contain;  
    	  }*/ }
  .area_characters .chara00 {
    position: absolute;
    z-index: 1;
    top: 1130px;
    left: 0; }

.chara_detail_slider .slick-prev, .chara_detail_slider .slick-next {
  top: calc(100% - 40px );
  width: 20px;
  height: 28px;
  z-index: 10; }
.chara_detail_slider .slick-next {
  right: 10px;
  background: url(../img/arrow_right.png) no-repeat;
  background-size: 100% auto; }
.chara_detail_slider .slick-prev {
  left: 10px;
  background: url(../img/arrow_left.png) no-repeat;
  background-size: 100% auto; }
.chara_detail_slider .voice_btn,
.chara_detail_slider .voice_btn_r,
.chara_detail_slider .voice_btn_r_bottom {
  position: absolute;
  top: 15.5%; }
  .chara_detail_slider .voice_btn ul li,
  .chara_detail_slider .voice_btn_r ul li,
  .chara_detail_slider .voice_btn_r_bottom ul li {
    display: inline-block; }
.chara_detail_slider .voice_btn {
  left: 13%;
  width: 25px; }
.chara_detail_slider .voice_btn_r {
  left: calc( 100% - 105px); }

/*/character/*/
/*gallery*/
.slick-track {
  margin: 0; }

.box {
  box-sizing: border-box;
  position: relative; }
  .box img {
    display: inline-block;
    margin: 0 auto; }
  .box a span.gallery_title {
    margin-left: 0.5em; }

.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; }

.gallery_block {
  padding-top: 80px;
  padding-bottom: 20px;
  height: auto;
  background: #000 url(../img/sp/bg_gallery_sp.jpg) 50% 50% no-repeat;
  background-size: cover;
  /*
  #panel1{
    a{
      display: block;
      width: 90%;
      margin: 20px auto;
      img{
        width: 100%;
      }
    }
    .bx-viewport {
      height: 1000px !important;
    }
  }*/ }
  .gallery_block .gallery_title {
    width: 100%; }
  .gallery_block .gallery_nav .new:before {
    content: "";
    background: url(../img/icon_new.png) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 24px;
    position: absolute;
    top: 6px;
    left: 28px;
    width: 45px; }
  .gallery_block .gallery_nav img {
    width: 100%; }
  .gallery_block .gallery_nav_bottom {
    margin-top: 10px;
    position: relative;
    height: 50px; }
    .gallery_block .gallery_nav_bottom .btn_prev,
    .gallery_block .gallery_nav_bottom .btn_center,
    .gallery_block .gallery_nav_bottom .btn_next {
      position: absolute;
      top: 10px;
      display: block;
      width: 30px;
      height: 30px;
      cursor: pointer;
      text-indent: -99999px; }
    .gallery_block .gallery_nav_bottom .btn_prev {
      left: 0;
      background: url(../img/arrow_left.png) 50% 50% no-repeat;
      background-size: 100% auto; }
    .gallery_block .gallery_nav_bottom .btn_center {
      left: calc(50% - 35px);
      width: 70px;
      background: url(../img/btn_back.png) 50% 50% no-repeat;
      background-size: 100% auto; }
    .gallery_block .gallery_nav_bottom .btn_next {
      right: 0;
      background: url(../img/arrow_right.png) 50% 50% no-repeat;
      background-size: 100% auto; }
  .gallery_block .block_movie {
    padding-top: 20px; }
  .gallery_block .gallery_world_thumb {
    margin: 0 auto;
    width: 94%; }
    .gallery_block .gallery_world_thumb li {
      display: inline-block;
      width: 49%; }
      .gallery_block .gallery_world_thumb li img {
        width: 100%; }
  .gallery_block .gallery_monster_thumb {
    margin: 0 auto;
    padding: 10px 25px;
    width: 100%; }
    .gallery_block .gallery_monster_thumb .new:before {
      content: "";
      background: url(../img/icon_new.png) no-repeat;
      background-size: contain;
      display: inline-block;
      height: 26px;
      position: absolute;
      top: 12px;
      left: 14px;
      width: 50px; }
    .gallery_block .gallery_monster_thumb li {
      display: inline-block;
      width: 49%;
      padding: 5px;
      /*a{
        display: block;
      }*/ }
      .gallery_block .gallery_monster_thumb li img {
        width: 100%; }
  .gallery_block .gallery_sp_cast_copy {
    margin-top: 20px; }
  .gallery_block .allow02_left {
    position: absolute;
    top: 50%;
    left: -30px; }
  .gallery_block .allow02_right {
    position: absolute;
    top: 50%;
    right: -55px; }
  .gallery_block .tab_wrap {
    padding-bottom: 30px;
    width: 100%;
    z-index: 1;
    max-width: 375px; }
  .gallery_block input[type="radio"] {
    display: none; }
  .gallery_block .tab_area {
    z-index: 3; }
  .gallery_block .tab_area label {
    margin: 0;
    width: 49.5%;
    height: 48px;
    display: inline-block;
    cursor: pointer; }
  .gallery_block .tab_panel {
    position: relative;
    width: 100%;
    padding: 0;
    display: none;
    box-sizing: border-box; }
  .gallery_block .tab_panel p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center; }
  .gallery_block #tab1 ~ .tab_area .tab1_label {
    background: #333 url(../img/sp/tab_sp_pv.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .gallery_block #tab1:hover ~ .tab_area .tab1_label {
    background: url(../img/sp/tab_sp_pv_on.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .gallery_block #tab1:checked ~ .tab_area .tab1_label {
    background: url(../img/sp/tab_sp_pv_on.png) 50% 50% no-repeat;
    background-size: auto 20px; }
  .gallery_block #tab1:checked ~ .panel_area #panel1 {
    display: block; }
  .gallery_block #tab2 ~ .tab_area .tab2_label {
    background: #333 url(../img/sp/tab_sp_chara.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .gallery_block #tab2:hover ~ .tab_area .tab2_label {
    background: url(../img/sp/tab_sp_chara_on.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .gallery_block #tab2:checked ~ .tab_area .tab2_label {
    background: url(../img/sp/tab_sp_chara_on.png) 50% 50% no-repeat;
    background-size: auto 20px; }
  .gallery_block #tab2:checked ~ .panel_area #panel2 {
    display: block; }
  .gallery_block #tab3 ~ .tab_area .tab3_label {
    background: #333 url(../img/sp/system_tab_sp_03.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .gallery_block #tab3:hover ~ .tab_area .tab3_label {
    background: url(../img/sp/system_tab_sp_03_on.png) 50% 50% no-repeat;
    background-size: auto 20px;
    transition: 0.3s linear; }
  .gallery_block #tab3:checked ~ .tab_area .tab3_label {
    background: url(../img/sp/system_tab_sp_03_on.png) 50% 50% no-repeat;
    background-size: auto 20px; }
  .gallery_block #tab3:checked ~ .panel_area #panel3 {
    display: block; }
  .gallery_block .block_movie a {
    display: block;
    width: 90%;
    margin: 0 auto 20px; }
    .gallery_block .block_movie a img {
      width: 100%; }
  .gallery_block #panel1 .bx-controls {
    position: absolute;
    top: 50%;
    width: 100%; }
    .gallery_block #panel1 .bx-controls .bx-controls-direction a {
      position: absolute;
      z-index: 9999;
      top: -50%;
      width: 25px;
      height: 36px;
      margin-top: 0;
      text-indent: -9999px;
      outline: 0; }
  .gallery_block #panel2 #slider2 li {
    width: 100% !important; }
  .gallery_block #panel2 .bx-viewport {
    height: 470px !important; }
  .gallery_block .bx-wrapper {
    margin-bottom: 0;
    background: transparent;
    border: none;
    box-shadow: none; }
  .gallery_block .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -50%;
    margin-top: -250px;
    outline: 0;
    width: 25px;
    height: 36px;
    text-indent: -9999px;
    z-index: 9999; }
  .gallery_block .bx-wrapper .bx-prev,
  .gallery_block .bx-wrapper .bx-prev:hover {
    left: 0;
    background: url(../img/arrow_left.png) no-repeat;
    background-size: 100% auto; }
  .gallery_block .bx-wrapper .bx-next:link,
  .gallery_block .bx-wrapper .bx-next:visited,
  .gallery_block .bx-wrapper .bx-next:hover,
  .gallery_block .bx-wrapper .bx-next:active {
    right: 0;
    background: url(../img/arrow_right.png) no-repeat;
    background-size: 100% auto; }
  .gallery_block .bx-pager,
  .gallery_block .bx-pager_movie {
    margin: 10px auto 20px;
    text-align: center; }
    .gallery_block .bx-pager a,
    .gallery_block .bx-pager_movie a {
      font-size: 14px;
      display: inline-block;
      width: 80px;
      margin-top: 10px;
      font-weight: bold;
      font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
    .gallery_block .bx-pager a:after,
    .gallery_block .bx-pager_movie a:after {
      margin-left: 10px;
      display: inline-block;
      content: "/";
      color: #fff; }
    .gallery_block .bx-pager a:last-child:after,
    .gallery_block .bx-pager a:nth-child(4):after,
    .gallery_block .bx-pager_movie a:last-child:after,
    .gallery_block .bx-pager_movie a:nth-child(4):after {
      content: " "; }
    .gallery_block .bx-pager a.tab01,
    .gallery_block .bx-pager_movie a.tab01 {
      background: none; }
    .gallery_block .bx-pager a.tab01:hover,
    .gallery_block .bx-pager_movie a.tab01:hover {
      background: none;
      transition: .3s; }
    .gallery_block .bx-pager a.tab01.active,
    .gallery_block .bx-pager_movie a.tab01.active {
      background: none;
      transition: .3s;
      color: #ffd163; }
    .gallery_block .bx-pager a.tab02,
    .gallery_block .bx-pager_movie a.tab02 {
      background: none; }
    .gallery_block .bx-pager a.tab02:hover,
    .gallery_block .bx-pager_movie a.tab02:hover {
      background: none;
      transition: .3s; }
    .gallery_block .bx-pager a.tab02.active,
    .gallery_block .bx-pager_movie a.tab02.active {
      background: none;
      transition: .3s;
      color: #ffd163; }
    .gallery_block .bx-pager a.tab03,
    .gallery_block .bx-pager_movie a.tab03 {
      background: none; }
    .gallery_block .bx-pager a.tab03:hover,
    .gallery_block .bx-pager_movie a.tab03:hover {
      background: none;
      transition: .3s; }
    .gallery_block .bx-pager a.tab03.active,
    .gallery_block .bx-pager_movie a.tab03.active {
      background: none;
      transition: .3s;
      color: #ffd163; }
    .gallery_block .bx-pager a.tab04,
    .gallery_block .bx-pager_movie a.tab04 {
      background: none; }
    .gallery_block .bx-pager a.tab04:hover,
    .gallery_block .bx-pager_movie a.tab04:hover {
      background: none;
      transition: .3s; }
    .gallery_block .bx-pager a.tab04.active,
    .gallery_block .bx-pager_movie a.tab04.active {
      background: none;
      transition: .3s;
      color: #ffd163; }
    .gallery_block .bx-pager a.tab05,
    .gallery_block .bx-pager_movie a.tab05 {
      background: none; }
    .gallery_block .bx-pager a.tab05:hover,
    .gallery_block .bx-pager_movie a.tab05:hover {
      background: none;
      transition: .3s; }
    .gallery_block .bx-pager a.tab05.active,
    .gallery_block .bx-pager_movie a.tab05.active {
      background: none;
      transition: .3s;
      color: #ffd163; }
    .gallery_block .bx-pager a.tab06,
    .gallery_block .bx-pager_movie a.tab06 {
      background: none; }
    .gallery_block .bx-pager a.tab06:hover,
    .gallery_block .bx-pager_movie a.tab06:hover {
      background: none;
      transition: .3s; }
    .gallery_block .bx-pager a.tab06.active,
    .gallery_block .bx-pager_movie a.tab06.active {
      background: none;
      transition: .3s;
      color: #ffd163; }
    .gallery_block .bx-pager a.tab07,
    .gallery_block .bx-pager_movie a.tab07 {
      background: none; }
    .gallery_block .bx-pager a.tab07:hover,
    .gallery_block .bx-pager_movie a.tab07:hover {
      background: none;
      transition: .3s; }
    .gallery_block .bx-pager a.tab07.active,
    .gallery_block .bx-pager_movie a.tab07.active {
      background: none;
      transition: .3s;
      color: #ffd163; }
    .gallery_block .bx-pager a.tab08,
    .gallery_block .bx-pager_movie a.tab08 {
      background: none; }
    .gallery_block .bx-pager a.tab08:hover,
    .gallery_block .bx-pager_movie a.tab08:hover {
      background: none;
      transition: .3s; }
    .gallery_block .bx-pager a.tab08.active,
    .gallery_block .bx-pager_movie a.tab08.active {
      background: none;
      transition: .3s;
      color: #ffd163; }

.slick-dots li button {
  font-size: 14px;
  color: #fff;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  outline: none;
  background: transparent;
  border: 1px solid #fff; }

.slick-dots li.slick-active button {
  color: red;
  border: 1px solid red; }

.slick-dots li.slick-active button:before {
  color: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  color: transparent; }

/*tab操作*/
.tab_wrap {
  margin: 0 auto;
  width: 100%; }

input[type="radio"] {
  display: none; }

.tab_area {
  font-size: 0;
  margin: 0;
  text-align: center; }

.tab_area label {
  width: 30%;
  display: inline-block;
  padding: 10px;
  color: #fff;
  background: #b8b7b7;
  font-size: 10px;
  cursor: pointer;
  margin: 0 1.5%; }

.tab_panel {
  width: 100%;
  display: none;
  box-sizing: border-box; }

.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; }

#tab3:checked ~ .tab_area .tab3_label {
  background: #00c4fd; }

#tab3:checked ~ .panel_area #panel3 {
  display: block; }

.bg_gallery_sp {
  position: fixed;
  top: 80px; }

#popup01, #popup02, .mfp-bg01 {
  display: none;
  position: absolute;
  z-index: 1000; }

.mfp-bg01 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9; }

#popup01, #popup02 {
  z-index: 1001;
  top: 40%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 1200px; }
  #popup01 img, #popup02 img {
    width: 100%; }

.gallery_sound_btns {
  margin: 20px auto 0; }
  .gallery_sound_btns li {
    display: inline-block;
    margin: 0 2.2%;
    width: 45%; }
    .gallery_sound_btns li img {
      width: 100%; }

.btn {
  margin: 0 auto;
  width: 180px;
  height: 60px;
  background: url(../img/sp/gallery_sp_btn_play.png) no-repeat;
  background-size: 100% auto; }

.btn.play {
  background: url(../img/sp/gallery_sp_btn_stop.png) no-repeat;
  background-size: 100% auto; }

.mfp-figure:after {
  background: transparent !important; }

.mfp-close {
  background: url(../img/btn_close.png) 50% 50% no-repeat !important;
  background-size: 90% auto !important;
  top: -44px; }

/*/gallery/*/
/*policy*/
.policy_main {
  margin: 80px auto 30px;
  width: 90%; }
  .policy_main .title_policy {
    margin-bottom: 20px; }

/*/policy/*/
.btn_cbt {
  margin: 10px auto;
  width: 93%; }

.form_title01 {
  margin: -4% auto 10px; }

.area_block_form {
  margin-top: 20px;
  margin-bottom: 40px;
  background: url(../img/sp/bg_prereg_sp.png);
  background-size: 100% auto; }
  .area_block_form .block_form .area_btn_sns {
    padding: 0 4%; }
  .area_block_form .block_form ul li {
    display: inline-block;
    width: 43%; }
  .area_block_form .block_form ul li:last-child {
    display: inline-block;
    width: 10%; }
  .area_block_form .block_form form {
    position: relative;
    text-align: left; }
    .area_block_form .block_form form .erea_email {
      display: block;
      margin: 0 auto;
      width: 90%;
      height: 35px;
      padding-left: 10px;
      border: none;
      background: url(../img/sp/bg_email_sp.png) left 50% no-repeat;
      background-size: 100% auto;
      font-size: 14px; }
    .area_block_form .block_form form .btn_submit {
      display: block;
      width: 150px;
      height: 63px;
      margin: 5px auto 0;
      color: transparent;
      border: 0;
      background: url(../img/sp/btn_submit_sp.png) left top no-repeat;
      background-size: 100% auto; }
    .area_block_form .block_form form .area_radio {
      display: none;
      text-align: center;
      margin: 10px auto 0;
      padding-top: 3px;
      padding-left: 10px;
      color: #6b6b6b;
      width: 355px;
      height: 33px;
      font-size: 18px;
      border: none;
      background: url(../img/sp/bg_email_sp.png) left top no-repeat;
      background-size: 100% auto; }
      .area_block_form .block_form form .area_radio input[type='radio'] {
        margin-top: 9px; }
  .area_block_form .btn_i {
    height: 30px;
    cursor: pointer; }
    .area_block_form .btn_i img {
      position: absolute;
      right: 0;
      top: -4px;
      width: 30px;
      height: 30px;
      border-radius: 50%; }
    .area_block_form .btn_i span {
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
  .area_block_form .btn_gift {
    display: inline-block; }
    .area_block_form .btn_gift img {
      vertical-align: bottom; }
  .area_block_form #block_gift {
    position: relative; }
    .area_block_form #block_gift .block_link {
      position: absolute;
      bottom: 5%;
      width: 100%;
      height: 22%;
      background: transparent; }

.layer_gray_i {
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  color: white;
  text-align: center; }

.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;
  z-index: 1000; }
  .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_fin.on,
.layer_gray_err.on,
.layer_gray_i.on {
  display: block;
  z-index: 1000; }

#block_fin, #block_err, #block_i {
  box-shadow: 0 0 3px #00a1d7;
  padding: 1%;
  width: 90%;
  max-width: 375px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 14px;
  background: rgba(0, 0, 0, 0.8); }
  #block_fin .blocks_inner, #block_err .blocks_inner, #block_i .blocks_inner {
    height: 100%;
    border: 1px solid #6954B8;
    background: rgba(0, 0, 0, 0.5);
    padding: 2%;
    overflow-y: scroll; }
  #block_fin a, #block_err a, #block_i a {
    color: #00ccff; }

#block_i {
  overflow-y: scroll;
  height: 60%; }
  #block_i .li_info20 {
    padding: 0 10px 0 20px; }
  #block_i .li_info10 {
    padding: 0 10px; }

#block_fin .blocks_inner {
  padding: 80px 3%;
  height: 350px; }

#block_err .blocks_inner {
  padding: 80px 3%;
  height: 200px; }

.layer_gray_i:before,
.layer_gray_fin:before,
.layer_gray_err:before {
  position: absolute;
  right: 5%;
  top: 20px;
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/btn_close.png) left top no-repeat;
  background-size: 100% auto; }

.area_radio input[type=radio] {
  display: none;
  /* 標準スタイル */ }

.os_label {
  position: relative;
  /* ボックスの位置を指定する */
  padding: 0 0 0 36px;
  /* ボックス内側の余白を指定する */ }

.os_label:after, .os_label:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 50%;
  /* 上部から配置の基準位置を決める */ }

.os_label:after {
  left: 8px;
  /* 左から配置の基準位置を決める */
  margin-top: -10px;
  /* チェック枠の位置 */
  width: 16px;
  /* ボックスの横幅を指定する */
  height: 16px;
  /* ボックスの高さを指定する */
  border: 2px solid #ccc;
  /* ボックスの境界線を実線で指定する */
  border-radius: 50%;
  /* ボックスの角丸を指定する */ }

.os_label:before {
  left: 13px;
  /* 左から配置の基準位置を決める */
  margin-top: -5px;
  /* チェックマークの位置 */
  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;
  /* ボックスの境界線を実線で指定する */ }
