@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; }

a:hover {
  opacity: 0.8; }

ul {
  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: #000;
  margin: 0;
  min-height: 100%;
  width: 100%;
  min-width: 900px; }

/*画面読み込み全体のフェイドイン
body {
  //animation: fadeIn 1.5s ease 0s 1 normal;
  //-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}*/
@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; }

/*テキスト配置*/
.txt_left {
  text-align: left; }

.txt_center {
  text-align: center; }

.txt_right {
  text-align: right; }

/*レイアウト用*/
/*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 !important; }

.width290 {
  width: 290px !important; }

.width300 {
  width: 300px !important; }

.width310 {
  width: 310px; }

.width320 {
  width: 320px; }

.width350 {
  width: 350px !important; }

.width1000 {
  width: 1000px; }

.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; }

.mt5 {
  margin-top: 5px !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; }

.mt100 {
  margin-top: 100px !important; }

.mt110 {
  margin-top: 110px !important; }

.mt150 {
  margin-top: 110px !important; }

.mt-50 {
  margin-top: -50px !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; }

.pt100 {
  padding-top: 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; }

/*
.access01{
	animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
	}
.access02{
	animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
	}
*/
.spinner2 .container1 div, .spinner2 .container2 div, .spinner2 .container3 div {
  background-color: #f00; }

.icon-twitter:before {
  content: "\ea96";
  /*カスタマイズ*/
  color: #fff;
  margin-right: 10px; }

.game_logo_top {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 11;
  width: 20%; }
  .game_logo_top h1 img {
    width: 100%; }
  .game_logo_top .date01 {
    width: 60%;
    margin-top: -3%; }

.game_logo {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 22;
  width: 15%; }

.game_logo a img {
  width: 100%; }

.game_logo .date {
  margin-top: -15px; }

.game_logo .batch_top01 {
  position: relative;
  left: -30px;
  top: -30px; }

nav {
  padding: 0.3% 0 0.1%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 21;
  width: 100%;
  min-width: 1200px; }
  nav ul {
    margin: 0 10px 0 0;
    text-align: right; }
    nav ul .comingsoon {
      margin-bottom: -5%;
      vertical-align: bottom;
      cursor: default; }
      nav ul .comingsoon:hover {
        opacity: 1; }
    nav ul li {
      margin-right: 3%;
      display: inline-block; }
      nav ul li a {
        display: block;
        height: 30px;
        color: transparent;
        cursor: pointer; }
      nav ul li a:hover {
        transition: .2s; }
      nav ul li table {
        width: 100px; }

nav ul {
  	/*
        a:after{
          position: absolute;
      display: block;
      width: 30px;
      padding: 2px 3px;
      content: 'NEW ';
      top: -3px;
      left: -12px;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      background: #ff376f;
      border-radius: 50%;
      box-shadow: 0 0 5px #87060f;
      text-shadow: 0 0 5px #87060f;
        }
  		*/ }
  nav ul li:nth-child(1) {
    		/*new
          a:after{
            position: absolute;
        display: block;
        width: 27px;
        padding: 8px 3px;
        content: ' ';
        top: -1px;
        left: -19px;
        text-align: center;
    		  background: url(../img/batch_new.png) no-repeat 50% 50%;
            background-size: 100% auto;
          }*/ }
    nav ul li:nth-child(1) a {
      background: url("../img/btn_news.png") no-repeat 50% 50%;
      background-size: 100% auto;
      width: 76px; }
    nav ul li:nth-child(1) a.active {
      background: url(../img/btn_news_on.png) no-repeat 50% 50%;
      background-size: 100% auto; }
    nav ul li:nth-child(1) a:hover {
      background: url(../img/btn_news_on.png) no-repeat 50% 50%;
      background-size: 100% auto;
      transition: .3s; }
  nav ul li:nth-child(2) a {
    background: url(../img/btn_story.png) no-repeat 50% 50%;
    background-size: 100% auto;
    width: 47px; }
  nav ul li:nth-child(2) a.active {
    background: url(../img/btn_story_on.png) no-repeat 50% 50%;
    background-size: 100% auto; }
  nav ul li:nth-child(2) a:hover {
    background: url(../img/btn_story_on.png) no-repeat 50% 50%;
    background-size: 100% auto;
    transition: .3s; }
  nav ul li:nth-child(3) a {
    background: url(../img/btn_battle.png) no-repeat 50% 50%;
    background-size: 100% auto;
    width: 62px; }
  nav ul li:nth-child(3) a.active {
    background: url(../img/btn_battle_on.png) no-repeat 50% 50%;
    background-size: 100% auto; }
  nav ul li:nth-child(3) a:hover {
    background: url(../img/btn_battle_on.png) no-repeat 50% 50%;
    background-size: 100% auto;
    opacity: 0.7; }
  nav ul li:nth-child(4) a {
    background: url(../img/btn_chara.png) no-repeat 50% 50%;
    background-size: 100% auto;
    width: 110px; }
  nav ul li:nth-child(4) a.active {
    background: url(../img/btn_chara_on.png) no-repeat 50% 50%;
    background-size: 100% auto; }
  nav ul li:nth-child(4) a:hover {
    background: url(../img/btn_chara_on.png) no-repeat 50% 50%;
    background-size: 100% auto;
    opacity: 0.7; }
  nav ul li:nth-child(5) a {
    background: url(../img/btn_system.png) no-repeat 50% 50%;
    background-size: 100% auto;
    width: 78px; }
  nav ul li:nth-child(5) a.active {
    background: url(../img/btn_system_on.png) no-repeat 50% 50%;
    background-size: 100% auto; }
  nav ul li:nth-child(5) a:hover {
    background: url(../img/btn_system_on.png) no-repeat 50% 50%;
    background-size: 100% auto;
    transition: .3s; }

#box_lang {
  top: 9px;
  right: 0;
  z-index: 1000;
  margin: 0;
  padding: 2px 5px;
  width: 80px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ddd;
  font-size: 0.7rem;
  text-align: center;
  font-weight: bold;
  color: #555;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff,-1px 1px 2px #fff, 1px -1px 2px #fff; }

#list_lang {
  display: none;
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 1000;
  margin: 0; }

#list_lang li {
  box-sizing: border-box;
  text-align: center;
  font-size: 0.7rem;
  padding: 5px;
  margin: 0 0 -1px;
  width: 80px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ddd;
  color: #555;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff,-1px 1px 2px #fff, 1px -1px 2px #fff; }

#list_lang li:hover {
  background: rgba(255, 255, 255, 0.1);
  transition-property: all;
  transition: 0.3s linear; }

#btn_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 5px #87060f;
  border: 1px solid #ff0000;
  width: 60%;
  min-width: 500px;
  box-sizing: border-box;
  z-index: 5; }
  #btn_fix .btn_fix_inner {
    border: 3px solid #000;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #b5b5b5 3px, #9d9d9d 6px); }
    #btn_fix .btn_fix_inner .form_header {
      display: inline-block;
      width: 40%;
      vertical-align: middle;
      margin-left: 2%; }
    #btn_fix .btn_fix_inner ul {
      display: inline-block;
      width: 55%; }
      #btn_fix .btn_fix_inner ul li {
        display: inline-block;
        width: 45%;
        margin: 0 0.5%;
        vertical-align: middle;
        padding: 3% 0; }
        #btn_fix .btn_fix_inner ul li img {
          width: 100%;
          vertical-align: middle;
          cursor: pointer; }
          #btn_fix .btn_fix_inner ul li img:hover {
            transition: 0.5s;
            transform: scale(1.05, 1.05); }
      #btn_fix .btn_fix_inner ul li.btn_sns a {
        display: inline-block;
        width: 48%; }

.btn_follow_top {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
  background: #ff376f;
  padding: 5px 10px; }
  .btn_follow_top .title_share {
    margin-right: 5px;
    width: 50px;
    vertical-align: middle; }
  .btn_follow_top .btn_tw_follow,
  .btn_follow_top .btn_fb_follow,
  .btn_follow_top .btn_line_follow {
    width: 25px;
    height: 25px; }
  .btn_follow_top .btn_tw_follow {
    display: inline-block;
    background: url(../img/btn_tw_share02.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;
    background: url(../img/btn_fb_share02.png) no-repeat center center/100% 100%; }
    .btn_follow_top .btn_fb_follow span {
      visibility: hidden; }
  .btn_follow_top .btn_line_follow {
    display: inline-block;
    background: url(../img/btn_line_share02.png) no-repeat center center/100% 100%; }
    .btn_follow_top .btn_line_follow span {
      visibility: hidden; }

#wrapper {
  background-size: 100% auto;
  background: black; }

#particles-js {
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  z-index: 4; }

.wrapper_inner {
  position: relative;
  min-width: 900px;
  z-index: 2;
  overflow: hidden; }

.movie_background_top {
  opacity: 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_top,
.top_container_story,
.top_container_game {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  min-width: 1200px; }

.top_container_top {
  position: relative; }

.rpg {
  margin-top: -25px;
  margin-left: 15px; }

.tag_line {
  position: absolute;
  left: 1%;
  top: 4%;
  width: 23%;
  z-index: 25;
  text-align: center;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.62) 28%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.62) 28%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.62) 28%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .tag_line .logo_bg {
    width: 100%;
    position: absolute;
    left: 0; }
  .tag_line .area_logo {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: url("../img/pc/logo_mask02.png");
    mask-image: url("../img/pc/logo_mask02.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%; }
    .tag_line .area_logo .logo {
      position: relative;
      z-index: 1;
      display: block;
      min-width: 360px;
      width: 100%;
      margin: 0 auto;
      opacity: 0; }
    .tag_line .area_logo .reflection {
      z-index: 1;
      height: 100%;
      width: 30px;
      position: absolute;
      top: -180px;
      left: 0;
      background-color: #fff;
      opacity: 0;
      transform: rotate(45deg);
      animation: reflection 10s ease-in-out infinite;
      animation-delay: 8.3s; }

.logo_zoom {
  opacity: 0;
  animation: zoomIn 0.3s ease-in forwards;
  animation-delay: 7.3s; }

.logo_zoom_top {
  opacity: 1; }

@keyframes zoomIn {
  0% {
    width: 90%;
    opacity: 0; }
  80% {
    width: 80%;
    opacity: 1; }
  100% {
    width: 23%;
    opacity: 1; } }
.bnr01 {
  position: absolute;
  left: 260px;
  bottom: 30px;
  z-index: 1;
  width: 230px; }

#sound_button {
  bottom: 370px;
  left: 35px;
  position: absolute;
  padding: 5px 10px;
  height: 60px;
  width: 60px;
  z-index: 10;
  color: white;
  cursor: pointer; }

.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; }

.btn_cp1 {
  position: absolute;
  z-index: 1;
  bottom: -3%;
  right: 21%;
  width: 12%;
  min-width: 144px; }
  .btn_cp1 img {
    width: 100%; }

.btn_cp2 {
  position: absolute;
  z-index: 1;
  bottom: 27%;
  right: 9%;
  width: 13%;
  min-width: 156px; }
  .btn_cp2 img {
    width: 100%; }

.movies,
.bnr {
  position: absolute;
  z-index: 11;
  top: 66%;
  left: 4%;
  width: 17%;
  min-width: 100px;
  max-width: 400px;
  height: auto;
  	/*&:after{
          position: absolute;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 127, 127, 0.4);
      background-image: radial-gradient(#ffffff 13%, transparent 23%), radial-gradient(#ffffff 13%, transparent 23%);
      background-position: 0 0, 5px 5px;
      background-size: 10px 10px;
  	content:" ";
         }*/ }
  .movies img,
  .bnr img {
    width: 100%;
    vertical-align: bottom; }
  .movies:after,
  .bnr:after {
    position: absolute;
    display: block;
    width: 45px;
    padding: 3px 6px;
    content: 'NEW ';
    top: -5px;
    left: -10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 10%;
    box-shadow: 0 0 5px #f63300;
    text-shadow: 0 0 5px #f63300;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd5d01+0,ca1715+100 */
    background: #fd5d01;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fd5d01 0%, #ca1715 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fd5d01 0%, #ca1715 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fd5d01 0%, #ca1715 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5d01', endColorstr='#ca1715',GradientType=0 );
    /* IE6-9 */ }

/*
.movies01{
  bottom: 40px ;
  left: 300px;
}

.movies video,
.movies img,
.movies01 video,
.movies01 img
{
  width: 100%;
	vertical-align: bottom;
}
*/
.btn_gift {
  position: absolute;
  z-index: 11;
  top: 64.5%;
  right: 1.5%;
  width: 19.5%;
  min-width: 100px;
  max-width: 400px;
  height: auto; }
  .btn_gift img {
    width: 100%; }

.btns_area {
  position: absolute;
  z-index: 999;
  top: 65%;
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .btns_area .bnr_store_bottom {
    position: relative;
    display: block;
    margin: 25px auto 0;
    width: 80%; }
    .btns_area .bnr_store_bottom img {
      width: 100%; }
    .btns_area .bnr_store_bottom:after {
      position: absolute;
      display: block;
      width: 45px;
      padding: 3px 6px;
      content: 'NEW ';
      top: -5px;
      left: -10px;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      border-radius: 10%;
      box-shadow: 0 0 5px #f63300;
      text-shadow: 0 0 5px #f63300;
      background: #fd5d01;
      background: -moz-linear-gradient(top, #fd5d01 0%, #ca1715 100%);
      background: -webkit-linear-gradient(top, #fd5d01 0%, #ca1715 100%);
      background: linear-gradient(to bottom, #fd5d01 0%, #ca1715 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5d01', endColorstr='#ca1715',GradientType=0 ); }

.area_store_btns {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .area_store_btns .area_qr {
    display: inline-block;
    margin: 0 1.5%;
    width: 25%;
    cursor: pointer;
    /*
    &:hover{
    	transition : 0.5s;
    	transform:scale(1.05,1.05);
    	border-radius: 10px;
    	box-shadow: 0 0 5px 2px #ff0,0 0 9px 7px #f00,;
    }*/ }
    .area_store_btns .area_qr img {
      width: 100%;
      vertical-align: bottom; }
    .area_store_btns .area_qr .btn_qr {
      margin-left: -20%;
      width: 140%; }
    .area_store_btns .area_qr .btn_store {
      margin-top: -16px;
      animation: fire01 3s ease-in-out infinite;
      border-radius: 10px; }
      .area_store_btns .area_qr .btn_store:hover {
        transition: 0.5s;
        transform: scale(1.05, 1.05); }

@-webkit-keyframes fire01 {
  0% {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #ff0, 0 0 0 0 #f00; }
  40% {
    box-shadow: 0 0 2px 1px #fff, 0 0 3px 2px #ff0, 0 0 4px 5px #f00; }
  80% {
    box-shadow: 0 0 2px 1px #fff, 0 0 3px 2px #ff0, 0 0 4px 5px #f00; }
  100% {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #ff0, 0 0 0 0 #f00; } }
.SandboxRoot.env-bp-430 .timeline-Tweet-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300; }

#news_twitter {
  border: 1px solid #ff0000;
  padding: 8px;
  position: relative;
  width: calc( 100% - 16px ); }

.over_line_bottom_left {
  position: absolute;
  bottom: -15%;
  left: -5%;
  content: "";
  display: block;
  width: 5%;
  height: 15%;
  border-right: 1px solid #f00;
  border-top: 1px solid #f00; }

.over_line_bottom_right {
  position: absolute;
  bottom: -15%;
  right: -4%;
  content: "";
  display: block;
  width: 4%;
  height: 15%;
  border-left: 1px solid #f00;
  border-top: 1px solid #f00; }

#news_twitter > div {
  display: inline-block;
  width: 100%;
  height: 389px;
  vertical-align: top; }

#news_twitter > div {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  background-size: auto auto;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #2f2e2e 3px, #2f2e2e 6px); }

.hr01 {
  border-top: solid 2px #000;
  height: 0;
  margin: 0 0 -2px;
  z-index: 100;
  position: relative; }

.hr02 {
  border-top: solid 2px #000;
  height: 0;
  margin: -1px 0 0;
  z-index: 100;
  position: relative; }

.area_bnrs {
  padding-top: 80px;
  margin: 0 auto;
  width: 51.5%;
  text-align: center;
  min-width: 950px; }
  .area_bnrs a {
    display: inline-block;
    width: 30%; }
    .area_bnrs a img {
      width: 100%; }
  .area_bnrs a:nth-child(2) {
    margin: 0 3%; }

/*
.banner0,
.banner1
{
  padding: 0 20px 0 0;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 0;
  width: 270px;
  height: 80px;
}

.banner0
{
  position: absolute;
  bottom: 110px;
}

.banner_top_r {
    position: absolute;
    z-index: 1;
    top: 60px;
    right: 15px;
    width: 20%;
    max-width: 384px;
	img{
		margin-bottom: 10px;
		box-shadow: 0 0 5px #87060f;
	}
}*/
#companylogo {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2; }

#companylogo a {
  margin: 0 10px;
  color: transparent; }

#companylogo a:link,
#companylogo a:visited,
#companylogo a:hover,
#companylogo a:active {
  color: transparent; }

.btn_follow {
  position: absolute;
  top: 5px;
  left: calc(50% - 94px); }
  .btn_follow table td {
    padding: 0 10px; }

.footer_bottom_area {
  padding: 0 0 9%;
  font-size: 0.5vw;
  background: #000;
  color: #fff;
  min-width: 60px;
  width: 100%;
  min-width: 900px;
  z-index: 1;
  text-align: center; }
  .footer_bottom_area .area_spec {
    margin: 0 auto;
    min-width: 340px;
    width: 15%; }
    .footer_bottom_area .area_spec .icon01 {
      display: inline-block;
      margin-top: 14px;
      margin-right: 10px;
      width: 200px; }
    .footer_bottom_area .area_spec .list_spec {
      display: inline-block;
      text-align: left;
      vertical-align: top; }
      .footer_bottom_area .area_spec .list_spec li {
        height: 20px;
        line-height: 20px; }
      .footer_bottom_area .area_spec .list_spec sup {
        line-height: 0; }
  .footer_bottom_area .company_logo01 {
    display: inline-block;
    margin: 60px 10px 0;
    max-width: 120px;
    min-width: 50px;
    width: 10%; }
  .footer_bottom_area .company_logo {
    display: inline-block;
    margin: 60px 10px 0;
    min-width: 80px;
    max-width: 50px;
    width: 6%;
    padding-bottom: 0.2%; }
  .footer_bottom_area .copylight {
    margin: 40px auto 0;
    text-align: center;
    min-width: 60px;
    width: 100%;
    font-size: 0.6vw;
    min-width: 1200px; }
  .footer_bottom_area .footer_nav {
    min-width: 230px;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #f00;
    border-bottom: 1px solid #f00; }
    .footer_bottom_area .footer_nav li {
      border-right: 1px solid #fff;
      padding: 0 10px;
      display: inline-block; }
      .footer_bottom_area .footer_nav li a {
        color: #fff; }
    .footer_bottom_area .footer_nav li:last-child {
      border-right: none; }

#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: 150px;
  right: 20px;
  font-size: 77%;
  z-index: 1000; }

#page-top a {
  background: rgba(255, 0, 0, 0.6) url(../img/slider_btn_next.png) 50% 50% no-repeat;
  background-size: 100% auto;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  transform: rotate(-90deg);
  background-size: 30%; }

#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/allow_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; } }
/*全ページ共通要素*/
.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.3;
  transition: all 1.0s;
  display: block;
  margin: 0 auto;
  text-align: center; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein02 {
  animation: fadein20up 2s ease 0s 1 normal;
  -webkit-animation: fadein20up 2s ease 0s 1 normal; }

/*
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@keyframes fadein20up {
  0% {
    opacity: 0;
    transform : translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform : translate(0, 0);
  }
}*/
.batch_new_left::before {
  position: absolute;
  top: -10px;
  left: -35px;
  display: block;
  width: 90px;
  height: 43px;
  content: '';
  background: url(../img/icon_new.png) center bottom no-repeat;
  background-size: auto 100%; }

@keyframes fadein0up {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadein0up {
  animation-name: fadein0up;
  animation-fill-mode: forwards; }

.delay100 {
  animation-duration: 1s;
  animation-delay: .1s; }

.delay200 {
  animation-duration: 1s;
  animation-delay: .2s; }

.delay300 {
  animation-duration: 1s;
  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: 1.2s; }

.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; }

.delay10s {
  animation-delay: 10s; }

.delay12s {
  animation-delay: 15s; }

.delay15s {
  animation-delay: 15s; }

.area_btns {
  /*シェアボタン*/
  padding: 80px 0;
  text-align: center; }
  .area_btns .title_share {
    min-width: 50px;
    max-width: 100px;
    width: 5%; }
  .area_btns .list_share_btns li {
    margin: 10px;
    display: inline-block;
    width: 2%;
    max-width: 50px; }
    .area_btns .list_share_btns li .share {
      width: 100%; }

/*/全ページ共通要素/*/
/* top */
.bg_fadein1s, .bg_fadein1-8s, .bg_fadein2s,
.bg_fadein5s, .bg_fadein6s, .bg_fadein7-8s, .bg_fadein8s, .bg_fadein8-12s, .bg_fadein8-25s, .bg_fadein8-5s, .bg_fadein9s, .bg_fadein9-5s, .bg_fadein10s, .bg_fadein10-8s, .bg_fadein11s, .bg_fadein12s, .bg_fadein13s, .bg_fadein15s, .bg_fadein22s {
  opacity: 0;
  animation: fadeIn 0.5s ease-out forwards;
  -webkit-animation: fadeIn 0.5s ease-out forwards; }

.bg_fadein1s {
  animation-delay: 1s; }

.bg_fadein1-8s {
  animation-delay: -7s; }

.bg_fadein2s {
  animation-delay: 2s; }

.bg_fadein6s {
  animation-delay: 6s; }

.bg_fadein7-8s {
  animation-delay: 7.8s; }

.bg_fadein5s {
  animation-delay: 5s; }

.bg_fadein8s {
  animation-delay: 8s; }

.bg_fadein8-12s {
  animation-delay: 8.12s; }

.bg_fadein8-25s {
  animation-delay: 8.25s; }

.bg_fadein8-5s {
  animation-delay: 8.5s; }

.bg_fadein9s {
  animation-delay: 9s; }

.bg_fadein9-5s {
  animation-delay: 9.5s; }

.bg_fadein10s {
  animation-delay: 10s; }

.bg_fadein10-8s {
  animation-delay: 10.8s; }

.bg_fadein11s {
  animation-delay: 11s; }

.bg_fadein12s {
  animation-delay: 12s; }

.bg_fadein13s {
  animation-delay: 13s; }

.bg_fadein15s {
  animation-delay: 15s; }

.bg_fadein22s {
  animation-delay: 22s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#top {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 3000px; }
  #top:after {
    display: block;
    content: "";
    width: 100%;
    height: 200px;
    background: #000;
    position: absolute;
    bottom: 0%;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+70,000000+100&0+0,1+70,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 70%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 70%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 70%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  #top .bg_wrapper, #top .bg_fire, #top .bg_wall, #top .smoke01, #top .bg2, #top .bg2_1, #top .bg3 {
    position: absolute;
    width: 100%;
    bottom: 0; }
  #top .bg3 {
    z-index: 10; }
  #top .bg_fire {
    opacity: 0;
    z-index: 1;
    -webkit-animation: bg_fire 20s infinite linear;
    animation: bg_fire 20s infinite linear;
    animation-delay: 18s; }
@keyframes bg_fire {
  0% {
    opacity: 0;
    transform: translateY(0%) translateX(-5%) scale(1.1); }
  50% {
    opacity: 1;
    transform: translateY(-10%) translateX(-3%) scale(1.1); }
  100% {
    opacity: 0;
    transform: translateY(-20%) translateX(0%) scale(1.2); } }
  #top .smoke01 {
    opacity: 0;
    z-index: 4;
    -webkit-animation: smoke 15s infinite linear;
    animation: smoke 15s infinite linear;
    animation-delay: 9s; }
@keyframes smoke {
  0% {
    opacity: 0;
    transform: translateY(0%) translateX(-5%) scale(1); }
  50% {
    opacity: 0.5;
    transform: translateY(-10%) translateX(-3%) scale(1); }
  100% {
    opacity: 0;
    transform: translateY(-20%) translateX(0%) scale(1.2); } }
  #top .key10 {
    position: absolute;
    top: -4%;
    left: 26%;
    width: 60%;
    z-index: 2; }
  #top .bg_wall {
    z-index: 3;
    top: 0%;
    left: -15%;
    width: 130%; }
  #top .smoke01 {
    z-index: 4; }
  #top .bg2 {
    z-index: 5; }
  #top .bg2_1 {
    opacity: 0;
    z-index: 5;
    -webkit-animation: fire 8s infinite linear;
    animation: fire 8s infinite linear;
    animation-delay: 5s; }
@keyframes fire {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  30% {
    opacity: 0; }
  35% {
    opacity: 1; }
  50% {
    opacity: 0; }
  70% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  #top .copy02 {
    position: absolute;
    right: calc(50% - 39%);
    top: 5%;
    width: 11%;
    z-index: 20; }
  #top .batch_dl {
    position: absolute;
    left: 1%;
    top: 23%;
    width: 22%;
    z-index: 100; }
  #top .copy01 {
    position: absolute;
    left: 3%;
    top: 38%;
    width: 26%;
    z-index: 20; }
  #top .txt_top001 {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    width: 40%;
    z-index: 20; }
  #top .txt_top_center {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 52.5%;
    width: 45%;
    z-index: 20; }
  #top .txt02 {
    position: absolute;
    left: 50%;
    bottom: 5%;
    width: 52%;
    z-index: 20;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  #top .btn_tw_top {
    position: absolute;
    right: 1.5%;
    top: 6%;
    width: 7%;
    z-index: 20; }
    #top .btn_tw_top img {
      width: 100%; }
      #top .btn_tw_top img:hover {
        opacity: 0.8; }
  #top .btn_disc {
    position: absolute;
    right: 1.3%;
    top: 26%;
    width: 7%;
    z-index: 20; }
    #top .btn_disc img {
      width: 100%; }
      #top .btn_disc img:hover {
        opacity: 0.8; }
  #top .btn_movie {
    position: absolute;
    right: 1.4%;
    top: 41%;
    width: 6.5%;
    z-index: 20; }
    #top .btn_movie img {
      width: 100%; }
      #top .btn_movie img:hover {
        opacity: 0.8; }
  #top .area_key_v {
    min-width: 1000px;
    max-width: 2000px;
    position: relative;
    margin: 0 auto;
    width: 70%;
    z-index: 5; }
  #top .key_v {
    width: 100%; }

@keyframes zoom-in-anim {
  0% {
    opacity: 0;
    transform: scale(1.2); }
  80% {
    opacity: 0.8;
    transform: scale(1.15); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.key01,
.key01_top {
  opacity: 0;
  position: absolute;
  top: 27%;
  left: 0%;
  width: 78%;
  height: 55%;
  z-index: 9;
  overflow: hidden;
  background: url(../img/pc/spritesheet.png);
  background-size: 180%;
  animation: eren 0.3s ease-in forwards;
  animation-delay: 7s; }
  .key01 img,
  .key01_top img {
    width: 100%; }
  .key01 .light01,
  .key01_top .light01 {
    filter: blur(2px);
    position: absolute;
    top: 50.9%;
    left: -1.2%;
    width: 30%;
    height: 1%;
    transform: rotate(-29deg) skew(30deg);
    overflow: hidden; }
    .key01 .light01::after,
    .key01_top .light01::after {
      display: block;
      content: "";
      height: 100%;
      width: 110px;
      position: absolute;
      top: -200px;
      left: 0;
      background-color: white;
      opacity: 0;
      /*transform: rotate(45deg);*/
      animation: reflection 10s ease-in-out infinite;
      -webkit-transform: rotate(45deg);
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.3s; }
  .key01 .light02,
  .key01_top .light02 {
    position: absolute;
    top: 61%;
    left: 70.8%;
    width: 31%;
    height: 2%;
    transform: rotate(-303.5deg) skew(-50deg);
    overflow: hidden; }
    .key01 .light02::after,
    .key01_top .light02::after {
      display: block;
      content: "";
      height: 100%;
      width: 30px;
      position: absolute;
      top: 0;
      left: -40px;
      background-color: white;
      opacity: 0;
      animation: reflection 10s ease-in-out infinite;
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.5s; }

@keyframes eren {
  0% {
    opacity: 0;
    left: 100%; }
  100% {
    opacity: 1;
    left: 0%; } }
.key02,
.key02_top {
  opacity: 0;
  position: absolute;
  top: 21.3%;
  left: 44%;
  width: 51%;
  height: 72%;
  z-index: 8;
  overflow: hidden;
  background: url(../img/pc/spritesheet.png);
  background-size: 366%;
  background-position: 137.5% 81%;
  animation: levi 0.3s ease-in forwards;
  animation-delay: 7s; }
  .key02 img,
  .key02_top img {
    width: 100%; }
  .key02 .light09,
  .key02_top .light09 {
    position: absolute;
    top: 11.5%;
    left: 51.5%;
    width: 50%;
    height: 1.4%;
    transform: rotate(-391deg) skew(60deg);
    overflow: hidden; }
    .key02 .light09::after,
    .key02_top .light09::after {
      display: block;
      content: "";
      height: 100%;
      width: 30px;
      position: absolute;
      top: 0;
      left: -40px;
      background-color: white;
      opacity: 0;
      animation: reflection 10s ease-in-out infinite;
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.5s; }

@keyframes levi {
  0% {
    opacity: 0;
    top: 100%;
    left: 0%; }
  100% {
    opacity: 1;
    top: 21.3%;
    left: 44%; } }
.key03,
.key03_top {
  opacity: 0;
  position: absolute;
  top: 19.3%;
  left: 2%;
  width: 40%;
  height: 31%;
  z-index: 7;
  overflow: hidden;
  background: url(../img/pc/spritesheet.png);
  background-size: 359%;
  background-position: 38% 61%;
  animation: mikasa 0.3s ease-in forwards;
  animation-delay: 7s; }
  .key03 img,
  .key03_top img {
    width: 100%; }
  .key03 .light03,
  .key03_top .light03 {
    position: absolute;
    top: 67.6%;
    left: -1.5%;
    width: 23.5%;
    height: 2.1%;
    transform: rotate(-32.5deg) skew(-50deg);
    overflow: hidden; }
    .key03 .light03::after,
    .key03_top .light03::after {
      filter: blur(1px);
      display: block;
      content: "";
      height: 100%;
      width: 50px;
      position: absolute;
      top: -100px;
      left: 0;
      background-color: white;
      opacity: 0;
      transform: rotate(45deg);
      animation: reflection 10s ease-in-out infinite;
      -webkit-transform: rotate(45deg);
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.5s; }
  .key03 .light12,
  .key03_top .light12 {
    position: absolute;
    top: 39.8%;
    left: 63%;
    width: 31.2%;
    height: 3.4%;
    transform: rotate(-156.5deg) skew(24deg);
    overflow: hidden; }
    .key03 .light12::after,
    .key03_top .light12::after {
      filter: blur(1px);
      display: block;
      content: "";
      height: 100%;
      width: 50px;
      position: absolute;
      top: -100px;
      left: 0;
      background-color: white;
      opacity: 0;
      transform: rotate(45deg);
      animation: reflection 10s ease-in-out infinite;
      -webkit-transform: rotate(45deg);
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.5s; }

@keyframes mikasa {
  0% {
    opacity: 0;
    top: 100%;
    left: 20%; }
  100% {
    opacity: 1;
    top: 19.3%;
    left: 2%; } }
.key04,
.key04_top {
  opacity: 0;
  position: absolute;
  top: 17.2%;
  left: 63.5%;
  width: 23%;
  height: 45%;
  z-index: 6;
  overflow: hidden;
  background: url(../img/pc/spritesheet.png);
  background-size: 692%;
  background-position: 65% 0%;
  animation: armin 0.3s ease-in forwards;
  animation-delay: 7s; }
  .key04 img,
  .key04_top img {
    width: 100%; }
  .key04 .light04,
  .key04_top .light04 {
    position: absolute;
    top: 13.8%;
    left: 11.5%;
    width: 65.5%;
    height: 1.2%;
    transform: rotate(15deg) skew(55deg);
    overflow: hidden; }
    .key04 .light04::after,
    .key04_top .light04::after {
      filter: blur(2px);
      display: block;
      content: "";
      height: 100%;
      width: 40px;
      position: absolute;
      top: -180px;
      left: 0;
      background-color: white;
      opacity: 0;
      transform: rotate(45deg);
      animation: reflection 10s ease-in-out infinite;
      -webkit-transform: rotate(45deg);
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.7s; }
  .key04 .light05,
  .key04_top .light05 {
    position: absolute;
    top: 7.7%;
    left: 15.5%;
    width: 60%;
    height: 1%;
    transform: rotate(20.5deg) skew(55deg);
    overflow: hidden; }
    .key04 .light05::after,
    .key04_top .light05::after {
      filter: blur(2px);
      display: block;
      content: "";
      height: 100%;
      width: 40px;
      position: absolute;
      top: -180px;
      left: 0;
      background-color: white;
      opacity: 0;
      transform: rotate(45deg);
      animation: reflection 10s ease-in-out infinite;
      -webkit-transform: rotate(45deg);
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.6s; }

@keyframes armin {
  0% {
    opacity: 0;
    left: 0%; }
  100% {
    opacity: 1;
    left: 63.5%; } }
.key05,
.key05_top {
  opacity: 0;
  position: absolute;
  top: 16.7%;
  left: 29.5%;
  width: 40.3%;
  height: 39%;
  z-index: 5;
  overflow: hidden;
  background: url(../img/pc/spritesheet.png);
  background-size: 394%;
  background-position: 36.5% 100.5%;
  animation: erwin 0.3s ease-in forwards;
  animation-delay: 7s; }
  .key05 img,
  .key05_top img {
    width: 100%; }

@keyframes erwin {
  0% {
    opacity: 0;
    top: 40%;
    left: 0%; }
  100% {
    opacity: 1;
    top: 16.7%;
    left: 29.5%; } }
.key06,
.key06_top {
  opacity: 0;
  position: absolute;
  top: 10.1%;
  left: 24.1%;
  width: 17.3%;
  height: 31%;
  z-index: 4;
  overflow: hidden;
  background: url(../img/pc/spritesheet.png);
  background-size: 613%;
  background-position: 66.5% 50.5%;
  animation: sasha 0.3s ease-in forwards;
  animation-delay: 7s; }
  .key06 img,
  .key06_top img {
    width: 100%; }
  .key06 .light06,
  .key06_top .light06 {
    position: absolute;
    top: 28.5%;
    left: 53.3%;
    width: 49%;
    height: 2%;
    transform: rotate(-296deg) skew(-10deg);
    overflow: hidden; }
    .key06 .light06::after,
    .key06_top .light06::after {
      display: block;
      content: "";
      height: 100%;
      width: 30px;
      position: absolute;
      top: 0;
      left: -40px;
      background-color: white;
      opacity: 0;
      animation: reflection 10s ease-in-out infinite;
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.6s; }

@keyframes sasha {
  0% {
    opacity: 0;
    top: 100%;
    left: 50%; }
  100% {
    opacity: 1;
    top: 10.1%;
    left: 24.1%; } }
.key07,
.key07_top {
  opacity: 0;
  position: absolute;
  top: 14.4%;
  left: 51.5%;
  width: 29%;
  height: 29%;
  z-index: 3;
  overflow: hidden;
  background: url(../img/pc/spritesheet.png);
  background-size: 372%;
  background-position: 96% 0%;
  animation: hange 0.3s ease-in forwards;
  animation-delay: 7s; }
  .key07 img,
  .key07_top img {
    width: 100%; }
  .key07 .light10,
  .key07_top .light10 {
    position: absolute;
    top: 37.5%;
    left: 1.1%;
    width: 30%;
    height: 1.5%;
    transform: rotate(-241deg) skew(-10deg);
    overflow: hidden; }
    .key07 .light10::after,
    .key07_top .light10::after {
      display: block;
      content: "";
      height: 100%;
      width: 30px;
      position: absolute;
      top: 0;
      left: -40px;
      background-color: white;
      opacity: 0;
      animation: reflection 10s ease-in-out infinite;
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.65s; }
  .key07 .light11,
  .key07_top .light11 {
    position: absolute;
    top: 34.6%;
    left: 65.5%;
    width: 39%;
    height: 1.2%;
    transform: rotate(-378deg) skew(-10deg);
    overflow: hidden; }
    .key07 .light11::after,
    .key07_top .light11::after {
      display: block;
      content: "";
      height: 100%;
      width: 30px;
      position: absolute;
      top: 0;
      left: -40px;
      background-color: white;
      opacity: 0;
      animation: reflection 10s ease-in-out infinite;
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.58s; }

@keyframes hange {
  0% {
    opacity: 0;
    top: 0%;
    left: 30%; }
  100% {
    opacity: 1;
    top: 14.4%;
    left: 51.5%; } }
.key08,
.key08_top {
  opacity: 0;
  position: absolute;
  top: 12.5%;
  left: 62.2%;
  width: 17.5%;
  height: 23%;
  z-index: 2;
  overflow: hidden;
  background: url(../img/pc/spritesheet.png);
  background-size: 465%;
  background-position: 92% 48%;
  animation: jean 0.3s ease-in forwards;
  animation-delay: 7s; }
  .key08 img,
  .key08_top img {
    width: 100%; }
  .key08 .light08,
  .key08_top .light08 {
    position: absolute;
    top: 26.4%;
    left: 0.3%;
    width: 49.4%;
    height: 1.4%;
    transform: rotate(-223deg) skew(-2deg);
    overflow: hidden; }
    .key08 .light08::after,
    .key08_top .light08::after {
      filter: blur(1px);
      display: block;
      content: "";
      height: 100%;
      width: 30px;
      position: absolute;
      top: 0;
      left: -40px;
      background-color: white;
      opacity: 0;
      animation: reflection 10s ease-in-out infinite;
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 10.0s; }

@keyframes jean {
  0% {
    opacity: 0;
    top: 20%;
    left: 0%; }
  100% {
    opacity: 1;
    top: 8.5%;
    left: 62.2%; } }
.key09,
.key09_top {
  opacity: 0;
  position: absolute;
  top: 9.5%;
  left: 30%;
  width: 27.8%;
  height: 15%;
  z-index: 2;
  overflow: hidden;
  background: url(../img/pc/spritesheet.png);
  background-size: 361%;
  background-position: 100% 79%;
  animation: connie 0.3s ease-in forwards;
  animation-delay: 7s; }
  .key09 img,
  .key09_top img {
    width: 100%; }
  .key09 .light07,
  .key09_top .light07 {
    position: absolute;
    top: 7.4%;
    left: 35.3%;
    width: 25%;
    height: 2.5%;
    transform: rotate(-356.5deg) skew(-60deg);
    overflow: hidden; }
    .key09 .light07::after,
    .key09_top .light07::after {
      filter: blur(1px);
      display: block;
      content: "";
      height: 100%;
      width: 30px;
      position: absolute;
      top: 0;
      left: -40px;
      background-color: white;
      opacity: 0;
      animation: reflection 10s ease-in-out infinite;
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.8s; }
  .key09 .light13,
  .key09_top .light13 {
    position: absolute;
    top: 38.4%;
    left: 65.3%;
    width: 32%;
    height: 2.5%;
    transform: rotate(-351.5deg) skew(-60deg);
    overflow: hidden; }
    .key09 .light13::after,
    .key09_top .light13::after {
      filter: blur(1px);
      display: block;
      content: "";
      height: 100%;
      width: 30px;
      position: absolute;
      top: 0;
      left: -40px;
      background-color: white;
      opacity: 0;
      animation: reflection 10s ease-in-out infinite;
      -webkit-animation: reflection 10s ease-in-out infinite;
      animation-delay: 9.8s; }

@keyframes connie {
  0% {
    opacity: 0;
    top: 0%;
    left: 80%; }
  100% {
    opacity: 1;
    top: 9.5%;
    left: 30%; } }
.reflection {
  z-index: 1;
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 10s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 10s ease-in-out infinite; }

.light01, .light02, .light03, .light04, .light05, .light06, .light07, .light08, .light09, .light10, .light11, .light12, .light13, .light14, .light15 {
  z-index: 20; }

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  1% {
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  4% {
    transform: scale(200) rotate(45deg);
    opacity: 0; }
  100% {
    transform: scale(0) rotate(45deg);
    opacity: 0; } }
.key01_top, .key02_top, .key03_top, .key04_top, .key05_top, .key06_top, .key07_top, .key08_top, .key09_top {
  animation-delay: 1s; }

.box_video {
  margin: 0 auto; }
  .box_video .box_video_top {
    position: relative;
    width: 105%;
    margin-bottom: -7%;
    margin-left: -2.5%;
    z-index: 11; }
  .box_video .box_video_bottom {
    position: relative;
    width: 106%;
    margin-top: -5%;
    margin-left: -2.5%;
    z-index: 11; }
  .box_video .video_a_layer {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%; }
  .box_video .layer_inner {
    padding: 20px 0; }
    .box_video .layer_inner .btn_video {
      margin-top: -15%;
      width: 25%; }
    .box_video .layer_inner img {
      position: relative;
      display: block;
      margin: 0 auto 20px; }
    .box_video .layer_inner img:hover {
      opacity: 0.8;
      transition: all  0.3s ease; }
  .box_video .box_video_inner {
    position: relative;
    padding: 30% 0;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: -4%; }
  .box_video .video {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 8;
    width: 100%; }

.bg_middle {
  position: relative;
  margin: 0 auto;
  padding-top: 5%;
  min-width: 1500px;
  max-width: 3000px;
  background: url("../img/pc/bg_top_middle.jpg") no-repeat;
  background-size: cover;
  z-index: 10; }
  .bg_middle:after {
    display: block;
    content: "";
    width: 15%;
    height: 100%;
    background: #f00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  .bg_middle:before {
    display: block;
    content: "";
    width: 15%;
    height: 100%;
    background: #f00;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */ }

#block03 {
  z-index: 1; }
  #block03 .area_gift .title_gift {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 30%;
    display: block; }
  #block03 .area_gift .list_gift li {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 35%; }
    #block03 .area_gift .list_gift li img {
      width: 100%; }
    #block03 .area_gift .list_gift li .batch {
      position: absolute;
      right: 1%;
      top: -8%;
      width: 19%; }
    #block03 .area_gift .list_gift li .chara01 {
      position: absolute;
      left: calc(50% - 70%);
      top: -6%;
      width: 25%;
      z-index: 2; }
    #block03 .area_gift .list_gift li .chara02 {
      position: absolute;
      right: calc(50% - 65%);
      top: -36%;
      width: 31%;
      z-index: 2; }
    #block03 .area_gift .list_gift li .chara03 {
      position: absolute;
      left: calc(50% - 63%);
      top: -6%;
      width: 25%;
      z-index: 2; }
    #block03 .area_gift .list_gift li .chara04 {
      position: absolute;
      right: calc(50% - 68%);
      top: -20%;
      width: 31%;
      z-index: 2; }
    #block03 .area_gift .list_gift li .chara05 {
      position: absolute;
      right: calc(50% - 66%);
      top: -6%;
      width: 25%;
      z-index: 2; }
  #block03 .area_news {
    text-align: center; }
    #block03 .area_news .title_tw {
      display: block;
      margin-bottom: 0; }
    #block03 .area_news .news_tw_outer,
    #block03 .area_news .news_list_outer {
      vertical-align: top;
      display: inline-block;
      box-sizing: border-box;
      padding: 3px;
      min-width: 463px;
      width: 25%;
      max-width: 1500px; }
    #block03 .area_news .news_list_outer {
      padding-bottom: 0; }
    #block03 .area_news #news_twitter {
      box-sizing: content-box;
      display: inline-block;
      vertical-align: top; }
    #block03 .area_news .list_news {
      position: relative;
      display: inline-block;
      border: 1px solid #ff0000;
      width: 100%;
      text-align: left;
      padding: 8px; }
      #block03 .area_news .list_news ul {
        height: 390px;
        overflow-y: scroll;
        padding: 8px;
        background-size: auto auto;
        background-color: rgba(255, 255, 255, 0);
        background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #2f2e2e 3px, #2f2e2e 6px);
        /*li:last-child{
        	border-bottom: none;
        }*/ }
        #block03 .area_news .list_news ul li {
          border-bottom: 1px solid #ff0000;
          padding: 10px; }
          #block03 .area_news .list_news ul li a {
            color: #ffffff; }
          #block03 .area_news .list_news ul li a:visited {
            color: #ffffff; }
        #block03 .area_news .list_news ul .icon_news {
          display: inline-block;
          background: #ff0000;
          color: #fff;
          text-align: center;
          font-size: 0.4vw;
          padding: 2px 20px 0; }
        #block03 .area_news .list_news ul .date_news {
          display: inline-block;
          float: right;
          text-align: center;
          font-size: 0.5vw;
          padding: 4px 0 0; }
        #block03 .area_news .list_news ul .title_news {
          clear: both;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 0.8vw; }
  #block03 .area_movie {
    padding-top: 80px;
    text-align: center; }
    #block03 .area_movie .area_title_movie {
      min-width: 900px;
      width: 50%;
      margin: 0 auto; }
      #block03 .area_movie .area_title_movie img {
        width: 12%; }
    #block03 .area_movie .title_movie {
      display: block;
      margin-bottom: 0; }
    #block03 .area_movie .movie_outer {
      vertical-align: top;
      display: inline-block;
      box-sizing: border-box;
      padding: 10px 0 0;
      min-width: 463px;
      width: 100%; }
    #block03 .area_movie #movie_inner {
      padding: 8px 0;
      box-sizing: content-box;
      border-top: 1px solid #ff0000;
      border-bottom: 1px solid #ff0000;
      width: 100%; }
      #block03 .area_movie #movie_inner .movie_main {
        position: relative;
        display: inline-block;
        padding: 40px;
        width: 100%;
        background-size: auto auto;
        background-color: rgba(0, 0, 0, 0.5);
        background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #2f2e2e 3px, #2f2e2e 6px); }
        #block03 .area_movie #movie_inner .movie_main .thumb_mv {
          box-shadow: 0 0 5px 5px #000; }

/* /top/ */
/* news */
#news .news-container {
  background: url(../img/pc/slider_pc_bg_top.png) top center no-repeat;
  background-size: 100% auto cover;
  width: 100%;
  position: relative; }
#news .news-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80vh; }
  #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-wrap_detail {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; }
#news .news-box {
  margin: 50px auto; }
  #news .news-box .h-news {
    width: 80px;
    top: 0px;
    position: absolute;
    left: calc(50% - 500px); }
  #news .news-box .news-list::-webkit-scrollbar {
    width: 8px; }
  #news .news-box .news-list::-webkit-scrollbar-track {
    background: #fff;
    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: #fff;
    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 {
    display: block;
    height: auto;
    min-height: 410px;
    max-height: 510px;
    width: 800px;
    overflow-y: auto;
    margin: 50px auto 100px;
    text-align: left; }
    #news .news-box .news-list .info {
      content: お知らせ;
      display: block;
      width: 73px; }
    #news .news-box .news-list .feature {
      content: イベント;
      display: block;
      width: 73px; }
    #news .news-box .news-list .maintenance {
      content: メンテナンス;
      display: block;
      width: 83px; }
    #news .news-box .news-list .update {
      content: アップデート;
      display: block;
      width: 83px; }
    #news .news-box .news-list .campaign {
      content: キャンペーン;
      display: block;
      width: 103px; }
    #news .news-box .news-list .event {
      content: イベント;
      display: block;
      width: 73px; }
    #news .news-box .news-list li.no_link {
      /* 矢印消す　リンク先がないとき */ }
      #news .news-box .news-list li.no_link:after {
        display: none; }
      #news .news-box .news-list li.no_link a {
        cursor: default; }
    #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 #ccc;
        border-right: 3px solid #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #news .news-box .news-list li a {
        display: block;
        padding: 10px 30px 10px 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 {
            color: #3a3f50;
            margin-left: 10px;
            margin-top: -2px;
            font-size: 16px;
            vertical-align: middle; }
        #news .news-box .news-list li a .news-titile {
          font-size: 20px;
          font-weight: bold;
          color: #0b6ad6; }
#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: -40px;
  right: 20px;
  z-index: 1000; }
#news .news-detail {
  width: 1000px;
  margin: 0 auto;
  padding: 3px;
  margin: 150px auto;
  background: #fff;
  border: 3px solid #FF737D; }
  #news .news-detail .news-detail-inner {
    padding: 47px;
    border: 1px solid #FF737D; }
  #news .news-detail .detail-title {
    padding: 15px 30px 15px 5px;
    border-bottom: solid 1px #bcbcbc; }
    #news .news-detail .detail-title .news-data {
      display: flex;
      justify-content: flex-start; }
      #news .news-detail .detail-title .news-data time {
        margin-left: 10px;
        margin-top: -2px;
        font-size: 16px;
        color: #3a3f50;
        vertical-align: middle; }
    #news .news-detail .detail-title .news-titile {
      font-size: 20px;
      font-weight: bold;
      color: #0064d5; }
  #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: #333;
      font-size: 14px;
      margin: 10px 0;
      padding: 0 5px; }
    #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: #ff376f;
      text-decoration: underline; }
    #news .news-detail .detail-content .y {
      color: #e5ff07; }
    #news .news-detail .detail-content .r {
      color: #ff1493; }

/* news-icon */
.info, .maintenance, .update, .campaign, .event, .feature {
  position: relative;
  font-size: 0.4vw;
  background: #ff0000;
  text-align: center;
  padding: 2px 20px 0;
  float: left;
  min-width: 100px; }
  .info .icon_new, .maintenance .icon_new, .update .icon_new, .campaign .icon_new, .event .icon_new, .feature .icon_new {
    position: absolute;
    right: -32px;
    top: 0px;
    display: block;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
    padding: 2px 2px 0;
    border-radius: 2px; }

.info::after {
  content: "お知らせ";
  display: inline-block; }

.feature::after {
  content: "イベント";
  display: inline-block; }

.maintenance::after {
  content: "メンテナンス";
  display: inline-block; }

.update::after {
  content: "アップデート";
  display: inline-block; }

.campaign::after {
  content: "キャンペーン";
  display: inline-block; }

.event::after {
  content: "イベント";
  display: inline-block; }

.btn_more {
  position: absolute;
  bottom: 12px;
  right: 27px;
  font-size: 14px;
  color: #ff0000 !important;
  display: block;
  width: 70px;
  height: 30px;
  padding-bottom: 10px; }

/*/news/*/
.news_top .movie_background, .news_detail .movie_background {
  height: 100vh;
  opacity: 1;
  position: fixed;
  width: 100%;
  z-index: 1;
  background: url(../img/pc/bg_story.jpg) no-repeat top center !important;
  background-size: cover; }

/*news_top*/
/*/news_top/*/
/*chara*/
#chara .chara_title {
  margin: 100px auto 20px;
  min-width: 700px;
  width: 50%; }
#chara .chara_list {
  margin: 20px auto 0;
  text-align: center;
  min-width: 1000px;
  width: 60%; }
  #chara .chara_list li {
    display: inline-block;
    margin: 0 1%;
    min-width: 300px;
    width: 30.5%; }
    #chara .chara_list li img {
      width: 100%; }
#chara .chara_txt {
  margin: 50px auto;
  min-width: 1000px;
  width: 60%; }

/*/chara/*/
/*chara_detail*/
#chara_detail .area_chara_detail_title {
  position: relative;
  z-index: 10;
  text-align: left;
  min-width: 970px;
  width: 60%;
  margin: 0 auto; }
  #chara_detail .area_chara_detail_title .chara_title {
    margin: 100px auto 0;
    min-width: 250px;
    width: 30%; }
#chara_detail .chara_detail_title {
  margin: 0 auto 160px;
  width: 100%; }
#chara_detail .box_chara {
  position: relative;
  margin: -100px auto 0;
  width: 80%;
  /*一旦非表示*/ }
  #chara_detail .box_chara img {
    width: 100%; }
  #chara_detail .box_chara .voice01, #chara_detail .box_chara .voice02, #chara_detail .box_chara .thumb01 {
    display: none; }
#chara_detail .box_chara:nth-child(odd) {
  padding-right: 5%; }
#chara_detail .box_chara:nth-child(even) {
  padding-right: 5%; }
#chara_detail .box_chara01 {
  margin-top: -200px; }
  #chara_detail .box_chara01 .voice01 {
    position: absolute;
    left: calc(50% - 408px);
    top: 286px;
    width: 100px; }
  #chara_detail .box_chara01 .voice02 {
    position: absolute;
    left: calc(50% - 258px);
    top: 280px;
    width: 100px; }
  #chara_detail .box_chara01 .thumb01 {
    position: absolute;
    left: calc(50% - 372px);
    top: 478px;
    width: 180px; }
#chara_detail .box_chara02 .voice01 {
  position: absolute;
  left: calc(50% + 72px);
  top: 280px;
  width: 100px; }
#chara_detail .box_chara02 .voice02 {
  position: absolute;
  left: calc(50% + 192px);
  top: 280px;
  width: 100px; }
#chara_detail .box_chara02 .thumb01 {
  position: absolute;
  left: calc(50% + 78px);
  top: 478px;
  width: 180px; }
#chara_detail .box_chara03 .voice01 {
  position: absolute;
  left: calc(50% - 378px);
  top: 310px;
  width: 100px; }
#chara_detail .box_chara03 .voice02 {
  position: absolute;
  left: calc(50% - 258px);
  top: 310px;
  width: 100px; }
#chara_detail .box_chara03 .thumb01 {
  position: absolute;
  left: calc(50% - 372px);
  top: 508px;
  width: 180px; }
#chara_detail .box_chara04 .voice01 {
  position: absolute;
  left: calc(50% + 72px);
  top: 280px;
  width: 100px; }
#chara_detail .box_chara04 .voice02 {
  position: absolute;
  left: calc(50% + 192px);
  top: 280px;
  width: 100px; }
#chara_detail .box_chara04 .thumb01 {
  position: absolute;
  left: calc(50% + 78px);
  top: 478px;
  width: 180px; }
#chara_detail .slider_all {
  background: #fff url("../img/pc/bg_chara_slider.jpg") 50% 50% no-repeat;
  background-size: cover;
  max-height: 720px;
  height: 650px; }
  #chara_detail .slider_all .chara_title {
    width: 100px;
    top: 50px;
    position: absolute;
    left: calc(50% - 500px); }
  #chara_detail .slider_all .chara_txt01 {
    margin: 20px auto 0; }

.mfp-wrap {
  z-index: 99999; }

.mfp-bg {
  z-index: 10000; }

.voice_btn {
  position: absolute;
  top: 133px; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*/character_detail/*/
/*story*/
#story .movie_background02 {
  height: 100vh;
  opacity: 1;
  position: fixed;
  width: 100%;
  z-index: 1;
  background: url(../img/pc/bg_story.jpg) no-repeat top center !important;
  background-size: cover; }
#story .area_bg_movie {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 1; }
  #story .area_bg_movie video {
    width: 100%; }
  #story .area_bg_movie .mask {
    filter: brightness(40%);
    -webkit-mask-image: url("../img/mask_movie_story02.png");
    mask-image: url("../img/mask_movie_story02.png");
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat; }
#story .top_container {
  padding-top: 150px;
  position: relative;
  margin: 0 auto; }
  #story .top_container .story_pc01 {
    margin: 0 auto;
    width: 30%; }
  #story .top_container .story_pc02 {
    width: 60%; }
  #story .top_container .story_pc03 {
    width: 55%; }
  #story .top_container .story_pc04 {
    margin-top: 80px;
    width: 40%; }
  #story .top_container .story_pc05 {
    margin-top: -30px;
    width: 40%; }
  #story .top_container .story_pc06 {
    width: 55%; }
  #story .top_container .story_pc07 {
    margin-top: 60px;
    width: 55%; }
  #story .top_container .story_pc08 {
    width: 55%; }
  #story .top_container .story_pc09 {
    width: 55%; }
  #story .top_container .story_pc10 {
    margin-top: 50px;
    width: 55%; }
  #story .top_container .pc_story_bg01 {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 25%;
    z-index: -1; }
  #story .top_container .pc_story_bg02 {
    position: absolute;
    top: 32%;
    left: 8%;
    width: 32%;
    z-index: -1; }
  #story .top_container .pc_story_bg03 {
    position: absolute;
    top: 47%;
    right: 13%;
    width: 30%;
    z-index: -1; }
  #story .top_container .pc_story_bg04 {
    position: absolute;
    top: 57%;
    right: -1%;
    width: 26%;
    z-index: -1; }

/*/story/*/
/*system*/
#system .block01 {
  padding-top: 1px;
  position: relative;
  z-index: 1; }
  #system .block01 .block01_inner {
    position: relative; }
    #system .block01 .block01_inner .spacer01 {
      width: 100%; }
    #system .block01 .block01_inner .title01 {
      position: absolute;
      top: 14%;
      right: 0;
      left: 0;
      margin: auto;
      width: 20%; }
    #system .block01 .block01_inner .movie01 {
      position: absolute;
      top: 40%;
      right: 0;
      left: 0;
      margin: auto;
      width: 30%;
      border: 2px ridge #f4d992;
      padding: 2px;
      background: #000;
      z-index: 1; }
    #system .block01 .block01_inner .txt01 {
      position: absolute;
      top: 27%;
      left: 20%;
      width: 40%;
      z-index: 2; }
    #system .block01 .block01_inner .txt02 {
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      bottom: 0%;
      width: 50%;
      z-index: 1; }
    #system .block01 .block01_inner .c01 {
      position: absolute;
      left: calc(50% - 41%);
      bottom: 6%;
      width: 36%; }
    #system .block01 .block01_inner .c02 {
      position: absolute;
      left: calc(50% + 11%);
      bottom: 6%;
      width: 26%; }
  #system .block01 .area_bg_block01 {
    top: -20%;
    left: -7%;
    width: 120%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    overflow: hidden;
    z-index: -1; }
    #system .block01 .area_bg_block01 .bg_block01 {
      filter: brightness(40%);
      width: 120%;
      display: block;
      -webkit-transform: skewY(5deg);
      transform: skewY(5deg);
      -webkit-transform-origin: left top;
      transform-origin: left top;
      margin-top: -15%;
      margin-left: -5%;
      position: relative;
      z-index: 1; }
#system .block02 {
  padding: 22% 0 15%;
  position: relative;
  background: #000 url("../img/pc/bg_top_middle.jpg") 50% 50% no-repeat;
  background-size: 100% auto; }
  #system .block02 .block02_inner {
    position: relative; }
    #system .block02 .block02_inner .title01 {
      position: absolute;
      top: -20%;
      right: 0;
      left: 0;
      margin: auto;
      width: 20%; }
    #system .block02 .block02_inner .slider li {
      position: relative; }
      #system .block02 .block02_inner .slider li .li_inner {
        width: 85%;
        min-width: 1500px;
        margin: 0 auto;
        padding-left: 18%; }
        #system .block02 .block02_inner .slider li .li_inner .area_left {
          position: relative;
          z-index: 2;
          display: inline-block;
          width: 35%;
          text-align: left;
          float: left; }
          #system .block02 .block02_inner .slider li .li_inner .area_left .name {
            width: 100%;
            margin-left: -10%; }
          #system .block02 .block02_inner .slider li .li_inner .area_left .txt {
            width: 100%; }
          #system .block02 .block02_inner .slider li .li_inner .area_left .s1, #system .block02 .block02_inner .slider li .li_inner .area_left .s2 {
            display: inline-block;
            width: 30%; }
          #system .block02 .block02_inner .slider li .li_inner .area_left .s2 {
            width: 65%; }
        #system .block02 .block02_inner .slider li .li_inner .chara {
          display: inline-block;
          margin-left: -50%;
          z-index: 1;
          width: 50%; }
#system .block03 {
  padding-top: 1px;
  position: relative;
  z-index: 1; }
  #system .block03 .block03_inner {
    position: relative; }
    #system .block03 .block03_inner .spacer01 {
      width: 110%; }
    #system .block03 .block03_inner .title01 {
      position: absolute;
      top: 6%;
      right: 0;
      left: 0;
      margin: auto;
      width: 20%; }
    #system .block03 .block03_inner .movie01 {
      position: absolute;
      top: 30%;
      right: 0;
      left: 0;
      margin: auto;
      width: 36%;
      border: 2px ridge #f4d992;
      padding: 2px;
      background: #000;
      z-index: 1; }
    #system .block03 .block03_inner .txt01 {
      position: absolute;
      top: 18%;
      left: 0;
      right: 0;
      margin: auto;
      width: 48%;
      z-index: 2; }
    #system .block03 .block03_inner .txt02 {
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      bottom: 10%;
      width: 55%;
      z-index: 1; }
    #system .block03 .block03_inner .txt03 {
      position: absolute;
      right: calc(50% - 24.5%);
      bottom: 29%;
      width: 6.5%;
      z-index: 1; }
    #system .block03 .block03_inner .c01 {
      position: absolute;
      left: calc(50% - 27%);
      top: 28%;
      width: 10%;
      z-index: 2; }
    #system .block03 .block03_inner .c02 {
      position: absolute;
      left: calc(50% - 28%);
      bottom: 17%;
      width: 10%; }
    #system .block03 .block03_inner .c03 {
      position: absolute;
      right: calc(50% - 33%);
      bottom: 25%;
      width: 11%; }
  #system .block03 .area_bg_block03 {
    top: 0%;
    width: 109%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    overflow: hidden;
    z-index: -1; }
    #system .block03 .area_bg_block03 .bg_block03 {
      width: 100%;
      display: block;
      -webkit-transform: skewY(-5deg);
      transform: skewY(-5deg);
      -webkit-transform-origin: left top;
      transform-origin: left top;
      position: relative;
      z-index: 1; }
#system .block04 {
  padding-top: 1px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1; }
  #system .block04 .block04_inner {
    position: relative; }
    #system .block04 .block04_inner .spacer01 {
      width: 120%; }
    #system .block04 .block04_inner .title01 {
      position: absolute;
      top: 25%;
      right: 0;
      left: 0;
      margin: auto;
      width: 20%; }
    #system .block04 .block04_inner .photo01 {
      position: absolute;
      top: 47%;
      left: calc(50% - 23%);
      width: 30%;
      z-index: 1; }
      #system .block04 .block04_inner .photo01 img {
        width: 100%; }
      #system .block04 .block04_inner .photo01 .popup-image::after {
        position: absolute;
        right: 0px;
        top: -7px;
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url("../img/btn_plus.png") no-repeat;
        background-size: 100%; }
    #system .block04 .block04_inner .photo02 {
      position: absolute;
      top: 65%;
      left: calc(50% + 3%);
      width: 21%;
      z-index: 2; }
      #system .block04 .block04_inner .photo02 img {
        width: 100%; }
      #system .block04 .block04_inner .photo02 .popup-image::after {
        position: absolute;
        right: 0px;
        top: -7px;
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url("../img/btn_plus.png") no-repeat;
        background-size: 100%; }
    #system .block04 .block04_inner .photo03 {
      position: absolute;
      top: 52%;
      left: calc(50% + 10%);
      width: 15%;
      z-index: 1; }
      #system .block04 .block04_inner .photo03 img {
        width: 100%; }
      #system .block04 .block04_inner .photo03 .popup-image::after {
        position: absolute;
        right: -7px;
        top: -7px;
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url("../img/btn_plus.png") no-repeat;
        background-size: 100%; }
    #system .block04 .block04_inner .movie01 {
      position: absolute;
      top: 47%;
      left: calc(50% - 19%);
      width: 21%;
      border: 2px ridge #f4d992;
      padding: 2px;
      background: #000;
      z-index: 1; }
    #system .block04 .block04_inner .movie02 {
      position: absolute;
      top: 59%;
      left: calc(50% + 1%);
      width: 18%;
      border: 2px ridge #f4d992;
      padding: 2px;
      background: #000;
      z-index: 2; }
    #system .block04 .block04_inner .movie03 {
      position: absolute;
      top: 48%;
      left: calc(50% + 9%);
      width: 13%;
      border: 2px ridge #f4d992;
      padding: 1px;
      background: #000;
      z-index: 1; }
    #system .block04 .block04_inner .txt01 {
      position: absolute;
      top: 33%;
      left: calc(50% - 30%);
      width: 40%;
      z-index: 2; }
    #system .block04 .block04_inner .txt02 {
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      bottom: 3%;
      width: 50%;
      z-index: 2; }
    #system .block04 .block04_inner .txt03 {
      position: absolute;
      right: calc(50% - 20%);
      bottom: 17%;
      width: 5.5%;
      z-index: 1; }
    #system .block04 .block04_inner .c01 {
      position: absolute;
      left: calc(50% - 36%);
      top: 51%;
      width: 14%;
      z-index: 1; }
    #system .block04 .block04_inner .c02 {
      position: absolute;
      right: calc(50% - 37%);
      top: 28%;
      width: 30%; }
  #system .block04 .area_bg_block04 {
    top: 0%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    overflow: hidden;
    z-index: -1; }
    #system .block04 .area_bg_block04 .bg_block04 {
      filter: brightness(40%);
      width: 150%;
      display: block;
      -webkit-transform: skewY(5deg);
      transform: skewY(5deg);
      -webkit-transform-origin: left top;
      transform-origin: left top;
      margin-top: -9%;
      position: relative;
      z-index: 1; }
    #system .block04 .area_bg_block04::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 200vh;
      background-color: rgba(0, 0, 0, 0.2);
      background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
      background-size: 8px 8px;
      background-position: 0 0, 4px 4px;
      z-index: 10; }
#system .bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
  margin-bottom: 0; }
#system .bx-wrapper .bx-prev {
  left: 150px; }
#system .bx-wrapper .bx-next {
  right: 120px; }
#system .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -345px;
  outline: 0;
  width: 50px;
  height: 70px;
  text-indent: -9999px;
  z-index: 9999; }
#system .bx-wrapper .bx-controls-direction a.bx-prev {
  display: block;
  background: url("../img/arrow_pre.png") 50% 50% no-repeat;
  background-size: cover; }
#system .bx-wrapper .bx-controls-direction a.bx-next {
  display: block;
  background: url("../img/arrow_next.png") no-repeat;
  background-size: cover; }
#system .bx-pager {
  margin-top: -10px;
  height: 80px; }
  #system .bx-pager a {
    display: inline-block;
    width: 70px;
    height: 70px; }
  #system .bx-pager .tab01 {
    background: url("../img/tab01.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab01.active {
    background: url("../img/tab01on.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab02 {
    background: url("../img/tab02.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab02.active {
    background: url("../img/tab02on.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab03 {
    background: url("../img/tab03.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab03.active {
    background: url("../img/tab03on.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab04 {
    background: url("../img/tab04.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab04.active {
    background: url("../img/tab04on.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab05 {
    background: url("../img/tab05.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab05.active {
    background: url("../img/tab05on.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab06 {
    background: url("../img/tab06.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab06.active {
    background: url("../img/tab06on.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab07 {
    background: url("../img/tab07.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab07.active {
    background: url("../img/tab07on.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab08 {
    background: url("../img/tab08.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab08.active {
    background: url("../img/tab08on.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab09 {
    background: url("../img/tab09.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }
  #system .bx-pager .tab09.active {
    background: url("../img/tab09on.png") 50% 50% no-repeat;
    background-size: 100% auto;
    transition: .3s; }

/*
.system_page_title {
  position: absolute;
  z-index: 1;
  top: -40px;
  left:calc( 50% - 500px ) ;
}
.system_slick_area{
  #slider3 {
    width: 1110px;
    height: 480px;
    margin: 0 auto;
  }
  .slick-prev, .slick-next {
    top: calc(50% - 40px);
    width: 38px;
    height: 52px;
    z-index: 10;
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus
  {
    left: -70px;
    z-index: 1;
    background: url(../img/arrow_left.png) no-repeat;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    border: none;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus
  {
    right: -70px;
    background: url(../img/arrow_right.png) no-repeat;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    border: none;
  }
  .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border-radius: 50%;
    outline: none;
    background: #fff;
    box-shadow: 0 0 20px #000;
  }

  .slick-dots li.slick-active button {
    width: 11px;
    height: 11px;
    color: transparent;
    border: 1px solid #000;
    background: #8ca7dc;
  }

  .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;
  }
  .slick-dots li button:before,
  .slick-dots li button:before {
    color: transparent;
  }
}*/
/*/system/*/
/*gallery*/
#gallery .slider_all {
  background: #fff url("../img/pc/bg_gallery_slider.jpg") 50% 50% no-repeat;
  background-size: cover; }
  #gallery .slider_all .gallery_title {
    width: 120px;
    top: 50px;
    position: absolute;
    left: calc(50% - 500px); }
  #gallery .slider_all .list_gallery_tab {
    margin: 50px auto 0; }
    #gallery .slider_all .list_gallery_tab li {
      display: inline-block; }
      #gallery .slider_all .list_gallery_tab li img {
        width: 150px; }
    #gallery .slider_all .list_gallery_tab li:nth-child(1) a:after,
    #gallery .slider_all .list_gallery_tab li:nth-child(2) a:after {
      position: absolute;
      display: block;
      width: 30px;
      padding: 2px 3px;
      content: 'NEW ';
      top: -12px;
      left: -5px;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      background: #ff376f;
      border-radius: 50%;
      box-shadow: 0 0 5px #87060f;
      text-shadow: 0 0 5px #87060f; }
  #gallery .slider_all .gallery_pc01 {
    margin-top: 20px; }
  #gallery .slider_all .gallery_area_popup {
    margin-top: 10px; }
    #gallery .slider_all .gallery_area_popup ul {
      margin: 10px auto -20px;
      width: 800px;
      text-align: center; }
      #gallery .slider_all .gallery_area_popup ul li {
        display: inline-block;
        width: 230px;
        margin: 12px 4px; }
        #gallery .slider_all .gallery_area_popup ul li img {
          width: 100%;
          box-shadow: 0 0 8px #daaaaa; }
      #gallery .slider_all .gallery_area_popup ul li.gallery_list_movie {
        display: inline-block;
        width: 242px;
        margin: 10px 4px 0;
        vertical-align: top; }
        #gallery .slider_all .gallery_area_popup ul li.gallery_list_movie img {
          width: 100%;
          box-shadow: 0 0 8px #daaaaa; }
        #gallery .slider_all .gallery_area_popup ul li.gallery_list_movie img:hover {
          opacity: 0.9; }
    #gallery .slider_all .gallery_area_popup ul.nav_gallery_card {
      margin: 10px auto 0;
      width: 800px;
      text-align: center; }
      #gallery .slider_all .gallery_area_popup ul.nav_gallery_card li {
        display: inline-block;
        width: 35px;
        margin: 12px 4px; }
        #gallery .slider_all .gallery_area_popup ul.nav_gallery_card li img {
          width: 100%;
          box-shadow: none; }
    #gallery .slider_all .gallery_area_popup .title_movie {
      font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
      color: #6a3f29;
      font-weight: bold;
      text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff; }
      #gallery .slider_all .gallery_area_popup .title_movie span {
        font-size: 0.72rem; }
  #gallery .slider_all .gallery_cast_img {
    margin-top: -30px; }
  #gallery .slider_all .list_gallery_tab_cast {
    position: absolute;
    bottom: 18px;
    left: calc(50% - 250px);
    width: 500px;
    margin: 0 auto; }
    #gallery .slider_all .list_gallery_tab_cast li {
      display: inline-block;
      height: auto;
      color: #000000;
      font-weight: bold;
      font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
      #gallery .slider_all .list_gallery_tab_cast li a {
        color: #6a3f29;
        text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff; }
        #gallery .slider_all .list_gallery_tab_cast li a span {
          color: #ff376f; }
  #gallery .slider_all .txt_comingsoon {
    font-size: 60px;
    font-weight: bold;
    color: #fe85a8;
    margin: 100px auto; }

#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: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 1200px; }
  #popup01 img, #popup02 img {
    width: 100%; }

.gallery_sound_btns {
  margin: 40px auto 0; }
  .gallery_sound_btns li {
    display: inline-block;
    margin: 0 15px; }
    .gallery_sound_btns li img {
      width: 250px; }

.btn {
  margin: 10px auto;
  width: 200px;
  height: 70px;
  background: url(../img/pc/gallery_pc_btn_play.png) no-repeat;
  background-size: 100% auto; }

.btn.play {
  width: 200px;
  height: 70px;
  background: url(../img/pc/gallery_pc_btn_stop.png) no-repeat;
  background-size: 100% auto; }

.mfp-figure:after {
  background: transparent !important;
  box-shadow: none; }

.mfp-close {
  top: -44px;
  background: url("../img/btn_close.png") 50% 50% no-repeat !important;
  background-size: 90% auto !important;
  cursor: pointer !important; }

.mfp-image-holder .mfp-content {
  max-width: 60% !important; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder {
  cursor: auto; }

img.mfp-img {
  padding: 0; }

.slick-prev, .slick-next {
  width: 60px;
  height: 60px; }

.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; }

#ranking {
  position: relative; }

#panel1 img,
#panel2 #slider,
#panel3,
.fadein05 {
  animation: fadeIn s ease 0.5s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.tab_wrap {
  width: 100%;
  z-index: 1;
  left: 0;
  height: 618px; }

input[type="radio"] {
  display: none; }

.tab_area {
  padding-top: 40px;
  font-size: 0;
  margin: 0 15px;
  z-index: 3; }

.tab_area label {
  width: 161px;
  height: 48px;
  display: inline-block;
  cursor: pointer; }

.tab_panel {
  position: relative;
  width: 100%;
  padding: 0;
  display: none;
  box-sizing: border-box; }

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center; }

#tab1 ~ .tab_area .tab1_label {
  background: url(../img/pc/tab_pc_battle.png) no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

#tab1:hover ~ .tab_area .tab1_label {
  background: url(../img/pc/tab_pc_battle_mo.png) no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

#tab1:checked ~ .tab_area .tab1_label {
  background: url(../img/pc/tab_pc_battle_mo.png) no-repeat;
  background-size: 100% auto; }

#tab1:checked ~ .panel_area #panel1 {
  display: block; }

#tab2 ~ .tab_area .tab2_label {
  background: url(../img/pc/tab_pc_job.png) no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

#tab2:hover ~ .tab_area .tab2_label {
  background: url(../img/pc/tab_pc_job_mo.png) no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

#tab2:checked ~ .tab_area .tab2_label {
  background: url(../img/pc/tab_pc_job_mo.png) no-repeat;
  background-size: 100% auto; }

#tab2:checked ~ .panel_area #panel2 {
  display: block; }

#tab3 ~ .tab_area .tab3_label {
  background: url(../img/pc/tab_pc_equ.png) no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

#tab3:hover ~ .tab_area .tab3_label {
  background: url(../img/pc/tab_pc_equ_mo.png) no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

#tab3:checked ~ .tab_area .tab3_label {
  background: url(../img/pc/tab_pc_equ_mo.png) no-repeat;
  background-size: 100% auto; }

#tab3:checked ~ .panel_area #panel3 {
  display: block; }

#tab4 ~ .tab_area .tab4_label {
  background: url(../img/pc/tab_pc_guild_gray.png) no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

#tab4:hover ~ .tab_area .tab4_label {
  background: url(../img/pc/tab_pc_guild_gray.png) no-repeat;
  background-size: 100% auto;
  transition: 0.3s linear; }

#tab4:checked ~ .tab_area .tab4_label {
  background: url(../img/pc/tab_pc_guild_gray.png) no-repeat;
  background-size: 100% auto; }

#tab4:checked ~ .panel_area #panel4 {
  display: block; }

.panel_area {
  margin-top: -88px; }

.bxslider li {
  display: none; }

.bx-viewport .bxslider li {
  display: block !important; }

#panel1 img.img_system_pc_battle {
  position: absolute;
  left: calc(50% - 775px); }

.slick-track {
  margin: 0; }

.box {
  box-sizing: border-box;
  padding: 10px 5px;
  position: relative; }

.box img {
  width: 30%;
  display: inline-block;
  margin: 0 auto 5px; }

.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; }

#panel2 #slider {
  position: absolute;
  left: calc(50% - 770px); }

#panel2 {
  margin: 0 auto; }
  #panel2 .job_movie {
    position: absolute;
    top: 410px;
    left: 170px;
    width: 200px;
    z-index: 3; }
  #panel2 .slide-right:hover {
    opacity: .7;
    transition: .3s; }
  #panel2 .bx-wrapper {
    width: 1600px !important;
    margin: 0 auto;
    background: transparent;
    border: none;
    box-shadow: none;
    padding-top: 51px; }
  #panel2 .bx-viewport {
    margin: -50px auto 0;
    width: 1600px !important;
    height: 618px !important; }
  #panel2 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -50%;
    margin-top: -336px;
    outline: 0;
    width: 38px;
    height: 52px;
    text-indent: -9999px;
    z-index: 9999; }
  #panel2 .bx-wrapper .bx-prev,
  #panel2 .bx-wrapper .bx-prev:hover {
    left: 10%;
    background: url(../img/arrow_left.png) no-repeat;
    background-size: 100% auto; }
  #panel2 .bx-wrapper .bx-next:link,
  #panel2 .bx-wrapper .bx-next:visited,
  #panel2 .bx-wrapper .bx-next:hover,
  #panel2 .bx-wrapper .bx-next:active {
    right: 10%;
    background: url(../img/arrow_right.png) no-repeat;
    background-size: 100% auto; }
  #panel2 .bx-pager {
    margin-top: -100px; }
    #panel2 .bx-pager a {
      display: inline-block;
      width: 70px;
      height: 70px; }
    #panel2 .bx-pager a.tab01 {
      background: url(../img/system_job_tab01.png) no-repeat;
      background-size: 100% auto; }
    #panel2 .bx-pager a.tab01:hover {
      background: url(../img/system_job_tab01_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    #panel2 .bx-pager a.tab01.active {
      background: url(../img/system_job_tab01_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    #panel2 .bx-pager a.tab02 {
      background: url(../img/system_job_tab02.png) no-repeat;
      background-size: 100% auto; }
    #panel2 .bx-pager a.tab02:hover {
      background: url(../img/system_job_tab02_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    #panel2 .bx-pager a.tab02.active {
      background: url(../img/system_job_tab02_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    #panel2 .bx-pager a.tab03 {
      background: url(../img/system_job_tab03.png) no-repeat;
      background-size: 100% auto; }
    #panel2 .bx-pager a.tab03:hover {
      background: url(../img/system_job_tab03_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }
    #panel2 .bx-pager a.tab03.active {
      background: url(../img/system_job_tab03_mo.png) no-repeat;
      background-size: 100% auto;
      transition: .3s; }

/*system_detail*/
.system_detail_slider_wrapper li {
  display: none; }

.bx-viewport .system_detail_slider li {
  display: block !important; }

.system_detail_slider_wrapper {
  left: calc(50% - 770px);
  width: 1540px;
  height: 618px; }
  .system_detail_slider_wrapper .bx-wrapper {
    margin-bottom: 0;
    background: transparent;
    border: none;
    box-shadow: none; }
  .system_detail_slider_wrapper .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 20px; }
  .system_detail_slider_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%; }
  .system_detail_slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    color: transparent;
    background: #8ca7dc;
    border: 1px solid #000;
    width: 11px;
    height: 11px; }
  .system_detail_slider_wrapper .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -50%;
    margin-top: -334px;
    outline: 0;
    width: 38px;
    height: 52px;
    text-indent: -9999px;
    z-index: 9999; }
  .system_detail_slider_wrapper .bx-wrapper .bx-prev,
  .system_detail_slider_wrapper .bx-wrapper .bx-prev:hover {
    left: 10%;
    background: url(../img/arrow_left.png) no-repeat;
    background-size: 100% auto; }
  .system_detail_slider_wrapper .bx-wrapper .bx-next:link,
  .system_detail_slider_wrapper .bx-wrapper .bx-next:visited,
  .system_detail_slider_wrapper .bx-wrapper .bx-next:hover,
  .system_detail_slider_wrapper .bx-wrapper .bx-next:active {
    right: 10%;
    background: url(../img/arrow_right.png) no-repeat;
    background-size: 100% auto; }

/*system_detail*/
/**
 * ----------------------------------------
 * 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/*/
/*policy*/
#policy .title_policy {
  padding: 0 0 10px; }
#policy .policy_main {
  padding: 30px 0 30px; }

/*/policy/*/
/*slider装飾*/
::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
  box-shadow: none; }

.layer_gray,
.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: #555;
  text-align: center; }
  .layer_gray 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 .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 .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 .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 .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.on,
.layer_gray_fin.on,
.layer_gray_err.on,
.layer_gray_i.on {
  display: block;
  z-index: 1000; }

.layer_gray .slider_pc_bg {
  opacity: 0.5; }

#block_event02, #block_event, #block_gift, #block_app, #block_google, #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%); }
  #block_event02 a, #block_event a, #block_gift a, #block_app a, #block_google a, #block_fin a, #block_err a, #block_i a {
    color: #f00; }

#block_event02, #block_event, #block_gift, #block_app, #block_google {
  height: 80vh; }
  #block_event02 .block_link, #block_event .block_link, #block_gift .block_link, #block_app .block_link, #block_google .block_link {
    position: absolute;
    top: -62px;
    left: calc(50% + 298px);
    z-index: 10000;
    display: block;
    width: 299px;
    height: 276px;
    background: transparent; }
  #block_event02 .btn_close, #block_event02 #btn_event01, #block_event .btn_close, #block_event #btn_event01, #block_gift .btn_close, #block_gift #btn_event01, #block_app .btn_close, #block_app #btn_event01, #block_google .btn_close, #block_google #btn_event01 {
    position: absolute;
    top: 0px;
    right: 50px;
    display: block;
    width: 61px;
    height: 61px;
    content: ' ';
    background: url(../img/btn_close.png) left top no-repeat;
    background-size: 100% auto;
    cursor: pointer; }
  #block_event02 .img_pop01_top, #block_event .img_pop01_top, #block_gift .img_pop01_top, #block_app .img_pop01_top, #block_google .img_pop01_top {
    opacity: 0.0;
    animation: zoomIn 0.15s linear forwards;
    animation-delay: 8.6s; }
  #block_event02 .img_pop01, #block_event .img_pop01, #block_gift .img_pop01, #block_app .img_pop01, #block_google .img_pop01 {
    animation: zoomIn 0.15s linear forwards; }

@keyframes zoomIn {
  0% {
    height: 70%;
    opacity: 0.0; }
  100% {
    height: 80%;
    opacity: 1.0; } }
#block_fin, #block_err {
  border: solid 1px #555;
  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 {
  border: solid 1px #555;
  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_inner{
      overflow-y: scroll;
      height: 340px;
      padding: 20px;
    }*/ }
  #block_i .li_info20 {
    padding: 0 20px; }
  #block_i .li_info10 {
    padding: 0 10px; }
  #block_i a {
    display: block; }
    #block_i a img {
      width: 100%; }

#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;
  /* ボックスの境界線を実線で指定する */ }

/*/事前登録/*/
/*初回アクセス時アニメーション関連*/
.movie_background {
  max-height: 100vh;
  min-height: 950px;
  min-width: 1300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 50vh 70vh;
  z-index: -1;
  background: url(../img/pc/bg_top_pc01.png?v=01) no-repeat 50% 45%;
  background-size: 100%; }

.load {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: black;
  z-index: 999;
  display: table;
  animation: load 3.35s linear forwards; }
  .load span {
    text-align: center;
    display: table-cell;
    vertical-align: middle; }

@keyframes load {
  0% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none;
    z-index: -1; } }
.load_details01 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: black;
  z-index: 999;
  display: table;
  vertical-align: middle;
  animation: load_details01 3s linear forwards; }
  .load_details01 div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 200%;
    height: 100px;
    		/*
    		text-align: center;
    		display: table-cell;
      		vertical-align: middle;
    		width: auto;*/
    animation: load_details01_a1 2.5s ease-in-out forwards;
    /*
    img.hr{
    	width: 1000px;
    	height: 2px;
    	animation:load_details01_a2 2s ease-in-out forwards;
    }*/ }
    .load_details01 div img.c1 {
      position: absolute;
      right: 0;
      height: 100px;
      /*animation:load_details01_a1 3s ease-in-out forwards;*/ }
    .load_details01 div p.hr {
      display: inline-block;
      position: absolute;
      width: 90%;
      right: 0;
      top: 50%;
      height: 2px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0000+0,ff0000+50,ff0000+100&0+0,1+10,1+90,0+100 */
      background: -moz-linear-gradient(-45deg, rgba(255, 0, 0, 0) 0%, red 10%, red 50%, red 90%, rgba(255, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, rgba(255, 0, 0, 0) 0%, red 10%, red 50%, red 90%, rgba(255, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, rgba(255, 0, 0, 0) 0%, red 10%, red 50%, red 90%, rgba(255, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00ff0000',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }

@keyframes load_details01 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.9; }
  100% {
    opacity: 0;
    display: none;
    z-index: -1; } }
/*
@keyframes load_details01_a {
  0% {
	  opacity: 1;
    transform: scale(1) skewY(20deg);
  }
  5% {
	  opacity: 1;
    transform: scale(1) skewY(20deg);
  }
  100%{
	  opacity: 0;
	  transform: scale(2000) skewY(20deg);
  }
}*/
@keyframes load_details01_a1 {
  0% {
    opacity: 1;
    left: -300%; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0.5;
    left: -50%; } }
/*
@keyframes load_details01_a2 {
  0% {
	  opacity: 1;
	  width: 90%;
  }
  100%{
	  opacity: 0;
	  width: 300%;
  }
}*/
/*
.load_details02{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
	display: table;
	vertical-align: middle;
	transform:scale(2) rotate(-20deg);
	animation:load_details01 3s linear forwards;
	div{
		text-align: center;
		display: table-cell;
  		vertical-align: middle;
		width: auto;
		//animation:load_details01_a1 8s ease-in forwards;
		img.c1{
			//transform:scale(0.5);
			height: 50px;
			vertical-align: middle;
			margin-left: -50px;
			animation:load_details01_a1 2.5s ease-in-out forwards;
		}
		div.hr{
			display: inline-block;
			width: 90%;
			height: 1px;
			
background: -moz-linear-gradient(-45deg,  rgba(255,0,0,0) 0%, rgba(255,0,0,1) 10%, rgba(255,0,0,1) 50%, rgba(255,0,0,1) 90%, rgba(255,0,0,0) 100%); 
background: -webkit-linear-gradient(-45deg,  rgba(255,0,0,0) 0%,rgba(255,0,0,1) 10%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 90%,rgba(255,0,0,0) 100%); 
background: linear-gradient(135deg,  rgba(255,0,0,0) 0%,rgba(255,0,0,1) 10%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 90%,rgba(255,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00ff0000',GradientType=1 ); 


			animation:load_details01_a1 2.5s ease-in-out forwards;
		}

	}
}
@keyframes load_details01 {
  0% {
    opacity: 1;
  }
	95%{
	opacity: 1;
  }
  100%{
	opacity: 0;
	display: none;
	z-index:-1;
  }
}

@keyframes load_details01_a_img {
  0% {
	  opacity: 0;
    transform: scale(1);
  }
  5% {
	  opacity: 1;
    transform: scale(1);
  }
  100%{
	  opacity: 0;
	  transform: scale(2000);
  }
}
/*
@keyframes load_details01_a1 {
  0% {
	  opacity: 1;
    transform: translateX(-1000px);
  }
  100%{
	  opacity: 1;
	  transform: translateX(1000px);
  }
}*/
#fakeLoader {
  overflow: hidden; }

.movie_background01 {
  height: 100vh;
  opacity: 1;
  position: fixed;
  width: 100%;
  z-index: 10;
  color: #000;
  display: table;
  text-align: center;
  background: #fff;
  animation: white-out 2.9s linear forwards;
  animation-delay: 4.2s;
  overflow: hidden; }
  .movie_background01 .mask {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    animation: zoom-out 0.72s ease-in forwards;
    animation-delay: 3.15s; }
  .movie_background01 span {
    display: table-cell;
    vertical-align: middle; }
    .movie_background01 span img {
      width: 55%;
      opacity: 0;
      animation: fadein01 1.8s linear forwards;
      animation-delay: 4s; }

@keyframes zoom-out {
  0% {
    width: 100%; }
  100% {
    width: 10000%; } }
/*
@keyframes fadein01 {
  0% {
    transform:scale(1);
  }
  95%{
	transform:scale(1);
	  opacity: 100%;
  }
  100%{
	transform:scale(1.5);
	opacity: 0%;
  }
}*/
@keyframes fadein01 {
  0% {
    opacity: 0; }
  20% {
    opacity: 100%; }
  95% {
    transform: scale(1);
    opacity: 100%; }
  100% {
    opacity: 0;
    transform: scale(1.2); } }
.movie_background01_after {
  height: 100vh;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 10;
  color: #fff;
  display: table;
  text-align: center; }

@keyframes white-out {
  0% {
    opacity: 1; }
  20% {
    opacity: 1; }
  40% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 0.5; }
  95% {
    z-index: 1;
    opacity: 0;
    display: none; }
  99% {
    z-index: 1;
    opacity: 0;
    display: none; }
  100% {
    opacity: 0;
    z-index: -1;
    display: none; } }
@keyframes fade-in-out {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: -1; } }
@keyframes fade-in-out {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: -1; } }
@keyframes fade-in-out-txt {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.txt_first {
  font-family: serif;
  position: absolute;
  top: calc(50% - 125px);
  left: 0;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  line-height: 4rem;
  animation: fade-in-out-txt 5.5s linear 0s forwards;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 3px 0 #cdb4e7; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 100%; } }
@keyframes fade-in02 {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 100%; } }
.area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

.circles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 30px;
  height: 30px;
  background: url(../img/f01.png) no-repeat 50% 50%;
  background-size: cover;
  animation: animate 25s linear infinite;
  bottom: -150px; }

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  background: url(../img/f02.png) no-repeat 50% 50%;
  background-size: cover;
  animation-delay: 0s; }

.circles li:nth-child(2) {
  left: 10%;
  width: 40px;
  height: 40px;
  background: url(../img/f03.png) no-repeat 50% 50%;
  background-size: cover;
  animation-delay: 2s;
  animation-duration: 12s; }

.circles li:nth-child(3) {
  left: 70%;
  width: 50px;
  height: 50px;
  background: url(../img/f04.png) no-repeat 50% 50%;
  background-size: cover;
  animation-delay: 4s; }

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  background: url(../img/f05.png) no-repeat 50% 50%;
  background-size: cover;
  animation-delay: 0s;
  animation-duration: 18s; }

.circles li:nth-child(5) {
  left: 65%;
  width: 40px;
  height: 40px;
  animation-delay: 0s; }

.circles li:nth-child(6) {
  left: 75%;
  width: 100px;
  height: 100px;
  animation-delay: 3s; }

.circles li:nth-child(7) {
  left: 35%;
  width: 90px;
  height: 90px;
  animation-delay: 7s; }

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s; }

.circles li:nth-child(9) {
  left: 20%;
  width: 45px;
  height: 45px;
  animation-delay: 2s;
  animation-duration: 35s; }

.circles li:nth-child(10) {
  left: 85%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
  animation-duration: 11s; }

@keyframes animate {
  0% {
    transform: translateY(-1000px) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(0) rotate(360deg);
    opacity: 0;
    border-radius: 50%; } }
.pararaxArea {
  position: relative;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pararaxArea .pararaxItem {
    position: absolute;
    opacity: 1; }
  .pararaxArea .pararaxItem01 {
    height: 100vh;
    width: 100vw;
    background: url(../img/pc/bg01.png) no-repeat 50% 50%;
    background-size: cover;
    transition: all .6s linear .008s; }
  .pararaxArea .pararaxItem02 {
    height: 100vh;
    width: 100vw;
    background: url(../img/pc/bg02.png) no-repeat 50% 50%;
    background-size: cover;
    transition: all .5s linear .004s; }
  .pararaxArea .pararaxItem03 {
    height: 100vh;
    width: 100vw;
    background: url(../img/pc/bg03.png) no-repeat 50% 50%;
    background-size: cover;
    transition: all .3s linear 0s; }
