@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Khand:500|Noto+Sans+JP:500&display=swap");
/*----------------*/
/*----------------*/
body {
  min-width: 1024px;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, #003249), to(black));
  background: linear-gradient(to right, black 0%, #003249 50%, black 100%);
  font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.fl, .fr, .fi, .fu, .fd {
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#wrapper {
  position: relative;
  width: 100%;
  line-height: 1.2;
}
#wrapper.campaign-01 {
  padding-top: 40px;
}

.center_ta {
  text-align: center;
}

.center_m {
  margin-left: auto;
  margin-right: auto;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.flax_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txt_l img, .txt_l div {
  width: 100%;
  max-width: 980px;
}

@media (max-width: 767px) {
  .txt_l img, .txt_l div {
    width: 95.6522%;
  }
}
/*----------------
  リスト
----------------*/
#wrapper .content_box li {
  margin-bottom: 1.5%;
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------
  アンカー
----------------*/
.anchor {
  padding-top: 60px;
  margin-top: -60px;
  display: block;
}

#section-world .anchor {
  padding-top: 0;
  margin-top: 0;
  position: absolute;
  top: 3%;
}

@media (max-width: 768px) {
  .anchor {
    display: inline;
  }

  #section-world .anchor {
    top: 5%;
  }
}
/*----------------
フォントカラー
----------------*/
.fc_wh {
  /*白色*/
  color: #fff;
}

.fc_bg {
  color: #0ecaca;
}

.fc_cg {
  color: #00ffff;
}

/*----------------
フォントサイズ
スマホ時調整
----------------*/
@media (max-width: 767px) {
  .fs_sp_97per {
    font-size: 97%;
  }

  .fs_sp_80per {
    font-size: 80%;
  }
}
/*----------------
見出し
----------------*/
.page_title {
  line-height: 1.5;
  font-size: 130%;
  border-bottom: 1px solid #0ecaca;
  text-indent: -1em;
  padding-bottom: 1em;
  padding-left: 1em;
}

.page_title_sab {
  font-size: 110%;
}

/*----------------
ボタン
----------------*/
.btn_gn {
  display: block;
  width: 790px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  z-index: 0;
}
.btn_gn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: -webkit-gradient(linear, left top, left bottom, from(#3ea6a6), to(#2b7474));
  background: linear-gradient(#3ea6a6, #2b7474);
  border-radius: 10px;
}
.btn_gn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b7474), to(#3ea6a6));
  background: linear-gradient(#2b7474, #3ea6a6);
  border-radius: 10px;
}
.btn_gn:active:before {
  opacity: 0;
}

@media (max-width: 767px) {
  .btn_gn {
    width: 95.41067%;
  }
}
/**戻るボタン**/
.link_back {
  text-align: right;
}
.link_back img {
  width: 10px;
  vertical-align: middle;
  margin-right: 3px;
}
.link_back a {
  color: #00ffff;
  font-weight: bold;
}

/**SP表示非表示**/
.sp_none {
  display: block;
}

.pc_none {
  display: none;
}

/*----------------
　　sectonのタイトル
----------------*/
.section_title {
  position: relative;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 225%;
  font-family: 'Khand';
  font-weight: 500;
  letter-spacing: 5px;
}

@media (max-width: 767px) {
  .section_title img {
    top: 10px;
    width: 100%;
  }

  #section-character .section_title {
    top: 2%;
  }
}
/**サブページ　sectonのタイトル**/
.subpage .section_title {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .subpage .section_title {
    position: absolute;
    width: 30.6763%;
  }
}
/*----------------
　　sectonの上下サイズ
----------------*/
.section_contact p {
  margin: 30px 0;
  color: #fff;
  font-size: 112.5%;
}

#section-event .inner, #section_contact .inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
}

#section-event .inner::after, #section_contact .inner::after {
  display: block;
  content: '';
  clear: both;
}

/*---------------
  フッターボタン_ページトップ遷移
----------------*/
#main-contents {
  position: relative;
  border-top: 1px solid #00cacb;
}

#foot_btn_top a {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0 24px 24px 0;
  overflow: hidden;
  z-index: 10;
  background: url(../images/btn/btn_pagetop.png) no-repeat center;
  background-size: 100%;
  width: 98px;
  padding-top: 98px;
  margin: 0 2.4489% 2.4489% 0;
}
#foot_btn_top a > img {
  display: block;
  width: 100%;
  height: auto;
}
#foot_btn_top a.page-scroll.unfloating {
  position: absolute;
}

#foot_btn_pre_cp a {
  display: block;
  position: fixed;
  width: 200px;
  padding-top: 50px;
  /* calc(100*ImageHeight/ImageWidth)% */
  left: 0;
  bottom: 0;
  margin: 0 0 38px 24px;
  overflow: hidden;
  z-index: 10;
  background: url(../images/btn/btn_pre_cp.png) no-repeat center;
  background-size: 100%;
}
#foot_btn_pre_cp a > img {
  display: block;
  width: 100%;
  height: auto;
}
#foot_btn_pre_cp a.page-scroll.unfloating {
  position: absolute;
}

@media (max-width: 767px) {
  #foot_btn_top a {
    width: 13.3333%;
    padding-top: 13.3333%;
    margin: 0 2.6667% 2.6667% 0;
  }
}
/*---------------
  フッターボタン_cpページ遷移
----------------*/
@media (max-width: 767px) {
  #main-contents #foot_btn_pre_cp a {
    width: 33.8164%;
    padding-top: calc(100%*15/140);
    margin: 0 2.6667% 6%;
    margin: 0 0 1.5% 1.5%;
  }
}
/* ++++++++++++++++++++++++++++++++++
    header
++++++++++++++++++++++++++++++++++ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 59px;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, #003249), to(black));
  background: linear-gradient(to right, black 0%, #003249 50%, black 100%);
  border-bottom: 1px solid #00cacb;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .inner {
  max-width: 980px;
  width: 100%;
  margin: auto;
}
header .header-logo {
  position: absolute;
  margin-top: 5px;
  width: 25.9184%;
  max-width: 254px;
}
header .header-logo img {
  width: 100%;
  height: calc(100%*320/420);
  /* calc(100*ImageHeight/ImageWidth)% */
}

@media (max-width: 767px) {
  header .header-logo {
    width: 114px;
  }
}
/**サブページヘッダーロゴ**/
@media (min-width: 767px) {
  .subpage header .header-logo {
    position: absolute;
    margin-top: 5px;
    width: 90px;
    margin-left: 5%;
  }
}
/*----------------*/
#nav-header-main {
  max-width: 980px;
  height: 100%;
  margin: auto;
}
#nav-header-main ul {
  position: relative;
  display: table;
  width: 80%;
  height: 58px;
  z-index: 100;
  margin-left: 20%;
}
#nav-header-main ul li {
  display: table-cell;
  vertical-align: middle;
  width: 12.5%;
  height: 100%;
  overflow: hidden;
}
#nav-header-main ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#nav-header-main ul li a:hover {
  opacity: 1;
}
#nav-header-main ul li a:hover span {
  color: #82ffff;
  text-shadow: 0 0 5px rgba(130, 255, 255, 0.5);
}
#nav-header-main ul li a .nav_box {
  display: table;
}
#nav-header-main ul li a span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-family: 'Khand';
  font-size: 112.5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1280px) {
  header .inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #nav-header-main ul li.item-01, #nav-header-main ul li.item-06 {
    display: table-cell;
  }
}
/**ナビの文字*/
.nav_box {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  margin: auto;
}

.nav_top {
  background: url(../images/nav/nav_top_pc.png) top center no-repeat;
  background-size: 164px auto;
}

.nav_movie {
  background: url(../images/nav/nav_movie_pc.png) top center no-repeat;
  background-size: 164px auto;
}

.nav_character {
  background: url(../images/nav/nav_character_pc.png) top center no-repeat;
  background-size: 164px auto;
}

.nav_concept {
  background: url(../images/nav/nav_concept_pc.png) top center no-repeat;
  background-size: 164px auto;
}

.nav_world {
  background: url(../images/nav/nav_world_pc.png) top center no-repeat;
  background-size: 164px auto;
}

.nav_pre_campaign {
  background: url(../images/nav/nav_pre_campaign_pc.png) top center no-repeat;
  background-size: 164px auto;
}

@media (max-width: 767px) {
  .nav_box {
    width: 80%;
    height: 27px;
    margin: 0;
  }

  .nav_top {
    background: url(../images/nav/nav_top.png) top center no-repeat;
    background-size: 100% auto;
  }

  .nav_movie {
    background: url(../images/nav/nav_movie.png) top center no-repeat;
    background-size: 100% auto;
  }

  .nav_character {
    background: url(../images/nav/nav_character.png) top center no-repeat;
    background-size: 100% auto;
  }

  .nav_concept {
    background: url(../images/nav/nav_concept.png) top center no-repeat;
    background-size: 100% auto;
  }

  .nav_world {
    background: url(../images/nav/nav_world.png) top center no-repeat;
    background-size: 100% auto;
  }

  .nav_pre_campaign {
    background: url(../images/nav/nav_pre_campaign.png) top center no-repeat;
    background-size: 100% auto;
  }
}
/*PC時のホバー
*/
@media screen and (min-width: 768px) {
  .nav_top:hover, .nav_movie:hover, .nav_character:hover, .nav_concept:hover, .nav_world:hover, .nav_pre_campaign:hover {
    background-position: center -50px;
  }
}
/*----------------*/
#btn-hd-nav-open {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  width: 32px;
  margin: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 16px 12px 16px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
#btn-hd-nav-open .sp-nav-icon {
  display: block;
  position: relative;
  height: 18px;
  -webkit-filter: drop-shadow(0 0 4px black);
  filter: drop-shadow(0 0 4px black);
}
#btn-hd-nav-open .sp-nav-icon i {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00ffff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#btn-hd-nav-open .sp-nav-icon i:nth-child(1) {
  top: 0;
}
#btn-hd-nav-open .sp-nav-icon i:nth-child(2) {
  top: 8px;
}
#btn-hd-nav-open .sp-nav-icon i:nth-child(3) {
  bottom: 0;
}
#btn-hd-nav-open span {
  display: block;
  margin-top: 8px;
  line-height: 0.8;
  font-family: "Teko", "arial narrow";
  text-align: center;
  letter-spacing: 2px;
  font-size: 100%;
  color: #ffaf08;
  -webkit-filter: drop-shadow(0 0 4px black);
  filter: drop-shadow(0 0 4px black);
}

.opened #btn-hd-nav-open {
  background-color: transparent;
}
.opened #btn-hd-nav-open::after {
  display: block;
}
.opened #btn-hd-nav-open img {
  opacity: 0;
}
.opened #btn-hd-nav-open .sp-nav-icon i {
  padding: 0 5px;
}
.opened #btn-hd-nav-open .sp-nav-icon i:nth-child(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}
.opened #btn-hd-nav-open .sp-nav-icon i:nth-child(2) {
  opacity: 0;
}
.opened #btn-hd-nav-open .sp-nav-icon i:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.opened #btn-hd-nav-open span {
  opacity: 0;
}

/* ++++++++++++++++++++++++++++++++++
事前登録リンク部分
++++++++++++++++++++++++++++++++++ */
/**twitter プレボタン*/
.btn_twitter_rsv {
  position: relative;
}
.btn_twitter_rsv a {
  display: block;
  background: url(../images/btn/btn_twitter_rsv.png) top center no-repeat;
  background-size: 100%;
  width: 296px;
  height: 74px;
  text-decoration: none;
}
.btn_twitter_rsv span {
  display: none;
}

@media (max-width: 767px) {
  .btn_twitter_rsv a {
    background: url(../images/btn/btn_twitter_rsv_sp.png) top center no-repeat;
    width: 100%;
    padding-top: calc(100%*126/790);
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    height: calc(100%*126/790);
    /* calc(100*ImageHeight/ImageWidth)% */
  }
}
/**アップル プレボタン*/
.btn_appstore_rsv {
  position: relative;
}
.btn_appstore_rsv a {
  display: block;
  background: url(../images/btn/btn_appstore_rsv.png) top center no-repeat;
  background-size: 100%;
  width: 200px;
  height: 74px;
  text-decoration: none;
}
.btn_appstore_rsv span {
  display: none;
}

@media (max-width: 767px) {
  .btn_appstore_rsv a {
    background: url(../images/btn/btn_appstore_rsv.png) top center no-repeat;
    width: 100%;
    padding-top: calc(100%*126/341);
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    height: calc(100%*126/341);
    /* calc(100*ImageHeight/ImageWidth)% */
  }
}
/**一体型RPG img*/
.btn_rpg_rsv {
  position: relative;
}
.btn_rpg_rsv a {
  display: block;
  background: url(../images/btn/btn_appstore_rsv.png) top center no-repeat;
  background-size: 100%;
  width: 200px;
  height: 74px;
}

/*準備中*/
.glayout {
  position: absolute;
  background: url(../images/btn/btn_appstore_rsv_glay.png) top center no-repeat;
  background-size: 100%;
  width: 200px;
  height: 74px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .glayout {
    width: 100%;
    padding-top: calc(100%*126/341);
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    height: calc(100%*126/341);
    /* calc(100*ImageHeight/ImageWidth)% */
  }
}
/**グーグル プレボタン*/
.btn_googleplay_rsv {
  position: relative;
}
.btn_googleplay_rsv a {
  display: block;
  background: url(../images/btn/btn_googleplay_rsv.png) top center no-repeat;
  background-size: 100%;
  width: 244px;
  height: 74px;
  text-decoration: none;
}
.btn_googleplay_rsv span {
  display: none;
}

@media (max-width: 767px) {
  .btn_googleplay_rsv a {
    background: url(../images/btn/btn_googleplay_rsv.png) top center no-repeat;
    width: 100%;
    padding-top: calc(100%*126/415);
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    height: calc(100%*126/415);
    /* calc(100*ImageHeight/ImageWidth)% */
  }
}
/***/
.pre_rsv_box .flax_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 725px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.banner_area::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  width: 46%;
  height: 40px;
  background: url(../images/txt/txt_haishin.png) no-repeat center;
  background-size: auto 100%;
}

@media (max-width: 767px) {
  .pre_rsv_box .flax_inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 95.4106%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*子要素を折り返し*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pre_rsv_box .flax_inner .box01 {
    width: 44%;
  }
  .pre_rsv_box .flax_inner .box02 {
    width: 53%;
  }
  .pre_rsv_box .flax_inner .box03, .pre_rsv_box .flax_inner .box01 img, .pre_rsv_box .flax_inner .box02 img, .pre_rsv_box .flax_inner .box03 img {
    width: 100%;
  }

  .banner_area::before {
    width: 95%;
    height: 30px;
    top: -30px;
  }
}
/* ++++++++++++++++++++++++++++++++++
    main-visual
++++++++++++++++++++++++++++++++++ */
#main-visual {
  height: 750px;
  background: #fff;
}
#main-visual .inner {
  width: 100%;
  margin: 0 auto;
}
#main-visual .inner .section_bg {
  width: 100%;
  background: url(../images/bg/bg_main_pc.jpg) top center no-repeat;
  padding-top: 750px;
  /* calc(100*ImageHeight/ImageWidth)% */
  background-size: 1920px auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#main-visual .content_box {
  max-width: 980px;
  position: absolute;
  top: 86%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 10;
}
#main-visual .txt_top_01 {
  width: 70.2041%;
  margin-left: 2%;
}
#main-visual .txt_top_01 img {
  width: 100%;
}
#main-visual .logo_img {
  position: absolute;
  display: none;
}
#main-visual .catch_chara_01, #main-visual .catch_chara_02, #main-visual .catch_chara_03 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#main-visual .catch_chara_02 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#main-visual .catch_chara_01 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
#main-visual .catch_txt {
  width: 750px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}
#main-visual .catch_txt span {
  position: relative;
  display: block;
  width: 30%;
  text-align: center;
}
#main-visual .catch_txt span img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#main-visual .catch_txt span img:nth-child(1) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#main-visual .catch_txt span img:nth-child(2) {
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
}
#main-visual .catch_txt span img:nth-child(3) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
#main-visual .catch_txt span img:nth-child(4) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#main-visual .catch_txt span img:nth-child(5) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
#main-visual .catch_txt span img:nth-child(6) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
#main-visual .catch_txt span img:nth-child(7) {
  -webkit-animation-delay: 3.0s;
          animation-delay: 3.0s;
}
#main-visual .catch_txt span:first-child {
  padding-top: 10%;
}
#main-visual .catch_txt span:first-child img {
  top: auto;
  bottom: 9%;
}
#main-visual .catch_txt span:first-child img:nth-child(1) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
#main-visual .catch_txt span:first-child img:nth-child(2) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
#main-visual .catch_txt span:first-child img:nth-child(3) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
#main-visual .catch_txt span:first-child img:nth-child(4) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
#main-visual .catch_txt span:first-child img:nth-child(5) {
  -webkit-animation-delay: 4.0s;
          animation-delay: 4.0s;
}
#main-visual .catch_txt span:first-child img:nth-child(6) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
#main-visual .catch_txt span:first-child img:nth-child(7) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

@media (max-width: 767px) {
  #main-visual .inner {
    width: 100%;
  }
  #main-visual .inner .section_bg {
    background: url(../images/bg/bg_main_sp.jpg) top center no-repeat;
    padding-top: calc(100%*1036/820);
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: auto 100%;
    width: 100%;
  }
  #main-visual .pre_rsv_box {
    top: 62%;
  }
  #main-visual .content_box {
    position: relative;
    max-width: 100%;
    top: 65%;
  }
}
/**txt_事前登録キャンペーン開催中！！*/
@media (max-width: 767px) {
  #main-visual .txt_top_01 {
    width: 95.6522%;
    margin: 0 auto;
  }
}
/**TOP_logo*/
@media (max-width: 767px) {
  #main-visual .logo_img {
    width: 57%;
    top: -200%;
    left: 0;
    display: block;
  }
  #main-visual .logo_img img {
    width: 100%;
  }
}
/**キャンペーン詳細はこちらボタン*/
.btn_cp_detail {
  position: relative;
  margin-top: -10%;
}
.btn_cp_detail img {
  width: 90%;
  height: auto;
}

@media (max-width: 767px) {
  .btn_cp_detail {
    position: absolute;
    width: 40%;
    top: -100%;
    right: 2%;
    margin-top: -18%;
  }
  .btn_cp_detail img {
    width: 100%;
    height: auto;
  }
}
/* ++++++++++++++++++++++++++++++++++
    section_news
++++++++++++++++++++++++++++++++++ */
#section-news {
  padding: 30px 0;
  border-bottom: 1px solid #00cacb;
}
#section-news .inner {
  position: relative;
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
#section-news .section_title {
  margin: 10px;
}
#section-news .section_news {
  position: relative;
  width: 65.8%;
  height: 424px;
  background-image: none;
  overflow: hidden;
}
#section-news .section_news .title_box {
  height: 56px;
  background-image: url(../images/bg/bg_news_left.png), url(../images/bg/bg_news_right.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-color: #2d6483;
  border-top: 2px solid #1c455c;
  border-right: 2px solid #1c455c;
  border-left: 2px solid #1c455c;
  border-radius: 10px 10px 0 0;
}
#section-news .section_news .title_box .btn_news_more {
  position: absolute;
  right: 10px;
  top: 7px;
}
#section-news .section_news .news_area {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #1c455c;
  border-right: 2px solid #1c455c;
  border-left: 2px solid #1c455c;
}
#section-news .section_twitter {
  /*width: 33%;*/
  margin: 0 auto;
  width: 65.8%;
  height: 424px;
}
#section-news .section_twitter .title_box {
  height: 56px;
  background-image: url(../images/bg/bg_news_left.png), url(../images/bg/bg_news_right.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-color: #2d6483;
  border-top: 2px solid #1c455c;
  border-right: 2px solid #1c455c;
  border-left: 2px solid #1c455c;
  border-radius: 10px 10px 0 0;
}
#section-news .section_twitter .twitter_area {
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #1c455c;
  border-right: 2px solid #1c455c;
  border-left: 2px solid #1c455c;
}
#section-news .section_twitter .twitter_area iframe {
  width: 740px !important;
}

.news_area {
  width: 100%;
  height: 360px;
}
.news_area iframe {
  width: 100%;
  height: 100%;
}

#news_body {
  background: none !important;
  width: 100%;
  min-width: inherit;
  padding: 20px;
}
#news_body #news_items {
  width: 100%;
  color: #2d6483;
}
#news_body #news_items li {
  display: block;
  border-bottom: 1px solid #2d6483;
  padding: 10px 0;
}
#news_body #news_items li:first-child {
  padding-top: 0;
}
#news_body #news_items .date {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
#news_body #news_items a {
  color: #2d6483;
}
#news_body #news_items a:hover {
  color: #00a386;
}

/* ++++++++++++++++++++++++++++++++++
    section_movie
++++++++++++++++++++++++++++++++++ */
#section-movie {
  border-bottom: 1px solid #00cacb;
  overflow: hidden;
}
#section-movie .inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#section-movie .section_title {
  padding-top: 60px;
  z-index: 2;
}
#section-movie #section-movie-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 110%;
  width: auto;
  height: 122%;
  z-index: -3;
  background: url(../images/movie/bg_movie_img.png) top center no-repeat;
  background-size: cover;
}
#section-movie #section-movie-bg video {
  width: 110%;
}
#section-movie .inner .section_bg {
  padding-top: calc(95%*720/1800);
  /* calc(100*ImageHeight/ImageWidth)% */
  background-size: 100% auto;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#section-movie #section-movie-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  z-index: -1;
  background: url(../images/bg/bg_movie_dot.png) repeat;
}
#section-movie .section_title {
  top: 22%;
}

/*ムービー再生ボタン*/
.btn_movie {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  z-index: 3;
  width: 600px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn_movie a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.btn_movie a:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ++++++++++++++++++++++++++++++++++
    section-character
++++++++++++++++++++++++++++++++++ */
#section-character {
  padding: 60px 0;
  background: url(../images/bg/bg_character.jpg) no-repeat center;
  background-size: cover;
}
#section-character .section_title {
  color: #092d63;
}
#section-character .flax_inner {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 980px;
  margin: 40px auto 0;
}
#section-character .flax_inner img {
  width: 100%;
}

/* ++++++++++++++++++++++++++++++++++
    section_concept
++++++++++++++++++++++++++++++++++ */
#section-concept {
  padding: 60px 0;
  background: url(../images/bg/bg_feature.jpg) center no-repeat;
  background-size: cover;
  border-bottom: 1px solid #00cacb;
}
#section-concept .feature_inner {
  position: relative;
  margin: -40px auto;
  text-align: center;
  z-index: 0;
  overflow: hidden;
}
#section-concept .feature_inner .bg_feature {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section-concept .feature_inner .feature_box {
  position: relative;
  width: 1200px;
  height: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section-concept .feature_inner .feature_box span {
  position: relative;
  display: block;
  width: 70%;
  height: 100%;
}
#section-concept .feature_inner .feature_box span i {
  visibility: hidden;
}
#section-concept .feature_inner .feature_box .btn_feature {
  position: absolute;
  top: 27%;
  right: 16%;
}
#section-concept .feature_inner .feature_box .btn_feature:hover {
  opacity: 1;
}
#section-concept .feature_inner .feature_box .btn_feature:hover img {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
#section-concept .feature_inner .feature_box .btn_feature img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section-concept .feature_inner .feature_01 {
  background: url(../images/bg/bg_feature_img_01.png) no-repeat center;
}
#section-concept .feature_inner .feature_01 span {
  background: url(../images/txt/txt_feature_01.png) no-repeat;
  background-position: 80% -40%;
  background-size: auto;
}
#section-concept .feature_inner .feature_02 {
  margin-top: -120px;
  background: url(../images/bg/bg_feature_img_02.png) no-repeat center;
}
#section-concept .feature_inner .feature_02 span {
  margin-left: 17%;
  background: url(../images/txt/txt_feature_02.png) no-repeat;
  background-position: center;
  background-size: auto;
}
#section-concept .feature_inner .feature_02 .btn_feature {
  top: 25%;
  right: 9%;
}
#section-concept .feature_inner .feature_03 {
  margin-top: -145px;
  background: url(../images/bg/bg_feature_img_03.png) no-repeat center;
}
#section-concept .feature_inner .feature_03 span {
  margin-left: 4%;
  background: url(../images/txt/txt_feature_03.png) no-repeat;
  background-position: center;
  background-size: auto;
}
#section-concept .feature_inner .feature_03 .btn_feature {
  top: 36%;
  right: 14%;
}

@media (max-width: 767px) {
  #section-concept .inner {
    width: 100%;
  }
  #section-concept .inner .section_bg {
    padding-top: calc(140%*2108/992);
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: 140% auto;
  }
}
/* ++++++++++++++++++++++++++++++++++
    section-world
++++++++++++++++++++++++++++++++++ */
#section-world {
  position: relative;
  background: url(../images/bg/bg_world.jpg) top center no-repeat;
  background-size: auto 100%;
  border-bottom: 1px solid #00cacb;
  padding: 60px 0 40px;
}
#section-world .section_title {
  color: #092d63;
}
#section-world .world_inner {
  width: 800px;
  height: auto;
  background-image: url(../images/bg/bg_world_base_top.png), url(../images/bg/bg_world_base_bottom.png);
  background-repeat: no-repeat;
  background-position: top center , bottom center;
  margin: 40px auto 0;
  text-align: center;
}
#section-world .world_inner p {
  padding: 30px 0;
}

/* ++++++++++++++++++++++++++++++++++
    section-pre_campaign
++++++++++++++++++++++++++++++++++ */
#section-pre_campaign {
  background: #000;
}
#section-pre_campaign .inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
#section-pre_campaign .inner .section_bg {
  background: url(../images/bg/bg_pre_campaign.png?190906) top center no-repeat;
  padding-top: calc(100%*1700/980);
  /* calc(100*ImageHeight/ImageWidth)% */
  /*1610*/
  background-size: 100% auto;
  width: 100%;
  margin: 0 auto;
}
#section-pre_campaign .section_content {
  position: absolute;
  width: 100%;
  top: 94%;
}
#section-pre_campaign .pre_rsv_box {
  position: absolute;
  top: 84%;
  width: 100%;
}

@media (max-width: 767px) {
  #section-pre_campaign .inner {
    width: 100%;
  }
  #section-pre_campaign .inner .section_bg {
    padding-top: calc(146%*1700/980);
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: 118% auto;
    width: 100%;
  }
  #section-pre_campaign .section_content {
    top: 90%;
  }
}
@media (max-width: 767px) {
  #section-pre_campaign .pre_rsv_box {
    top: 72%;
  }
}
/* ++++++++++++++++++++++++++++++++++
    section-event
++++++++++++++++++++++++++++++++++ */
#section-event {
  background: #000;
}

#section-event-banner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  text-align: center;
}
#section-event-banner li {
  display: block;
  margin-bottom: 20px;
}
#section-event-banner li a {
  background: #fff;
  display: block;
  margin: auto;
}
#section-event-banner li a img {
  width: 100%;
  height: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block;
}
#section-event-banner li a:active img {
  opacity: .7;
}

@media (max-width: 767px) {
  #section-event-banner {
    max-width: inherit;
  }

  #section-event-banner li a {
    width: 95.41067%;
  }
}
/* ++++++++++++++++++++++++++++++++++
    section_contact
++++++++++++++++++++++++++++++++++ */
#section_others {
  padding: 60px 0;
  border-top: 1px solid #00cacb;
}
#section_others .flax_inner {
  max-width: 470px;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/**公式twitter フォローボタン*/
.btn_twitter {
  width: 680px;
  height: 140px;
  margin-bottom: 30px;
}
.btn_twitter a {
  display: block;
  background: url(../images/btn/btn_twitter.png) top center no-repeat;
  background-size: 100%;
  text-decoration: none;
  padding-top: calc(100%*140/690);
  /* calc(100*ImageHeight/ImageWidth)% */
}
.btn_twitter span {
  display: none;
}

.information_inner {
  position: relative;
  width: 760px;
  height: 230px;
  margin: auto;
  background: url(../images/contact/contact_01.png) no-repeat center;
}
.information_inner .icon_tw {
  position: absolute;
  padding-top: 80px;
  padding-right: 80px;
  top: 6%;
  right: 28%;
  background: url(../images/contact/icon_tw.png) no-repeat center;
  background-size: 100%;
}
.information_inner .icon_tw span {
  display: none;
}
.information_inner .icon_wiki {
  position: absolute;
  padding-top: 80px;
  padding-right: 80px;
  top: 59%;
  left: 27%;
  background: url(../images/contact/icon_wiki.png) no-repeat center;
  background-size: 100%;
}
.information_inner .icon_wiki span {
  display: none;
}

@media (max-width: 767px) {
  .btn_twitter {
    width: 83.3333%;
    height: calc(100%*140/690);
    /* calc(100*ImageHeight/ImageWidth)% */
    margin-bottom: 10px;
  }
  .btn_twitter a {
    background: url(../images/btn/btn_twitter.png) top center no-repeat;
    width: 100%;
    padding-top: calc(100%*140/690);
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
  }
}
/* ++++++++++++++++++++++++++++++++++
    section-spec
++++++++++++++++++++++++++++++++++ */
section#section-spec {
  margin: -1px 0 0 0;
  background-color: #5c98b9;
}

#section-spec #section-spec-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0 40px 0;
}
#section-spec #section-spec-01::after {
  display: block;
  content: '';
  clear: both;
}
#section-spec #section-spec-01 .spec-list {
  width: 77%;
  margin: -10px auto 0;
}
#section-spec #section-spec-01 .spec-list li {
  display: block;
  color: #251900;
  font-size: 100%;
  line-height: 1.5em;
  padding: 10px 0;
  border-top: solid 1px #bb7f00;
}

section#section-spec #section-spec-01 .spec-list li {
  border-top: solid 1px #000;
  color: #000;
}
section#section-spec #section-spec-01 .spec-list li:first-child {
  border-top: none;
}
section#section-spec #section-spec-01 .spec-list li.note {
  font-size: 80%;
}

/* ++++++++++++++++++++++++++++++++++
    footer
++++++++++++++++++++++++++++++++++ */
footer {
  position: relative;
  background-color: #292a2e;
  color: #fff;
}
footer > .inner {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 10% 0;
}
footer > .inner::after {
  display: block;
  content: '';
  clear: both;
}
footer .link-list {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: center;
}
footer .link-list li {
  display: inline-block;
  line-height: 1.333em;
  margin: 0;
  padding: 0 8px;
  border-right: solid 1px #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
footer .link-list li a {
  color: #fff;
}
footer .link-list li:first-child a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-right: 5px;
}
footer .link-list li:last-child {
  border-right: none;
}
footer p.copyright {
  width: 100%;
  font-size: 13px;
  line-height: 1.333em;
  text-align: center;
  margin: 1.1em 0 0 0;
  white-space: nowrap;
}

.logo_lg_wh img {
  width: 170px;
  height: 18px;
}

.logo_fg_wh img {
  width: 96px;
  height: 76px;
}

@media (max-width: 980px) {
  footer > .inner {
    width: auto;
    margin: 0 2.6667%;
    padding-bottom: 12%;
  }
  footer .link-list, footer p.copyright {
    font-size: 1.375vw;
  }
}
@media (max-width: 767px) {
  footer > .inner {
    margin: 0 auto;
    padding: 4% 0 15% 0;
  }
  footer .link-list {
    font-size: 2.6667vw;
  }
  footer p.copyright {
    width: auto;
    float: none;
    margin: 0;
    margin: 1em 0 0 0;
    text-align: center;
    font-size: 2.325vw;
  }

  .logo_lg_wh img {
    width: 85px;
    height: 9px;
  }

  .logo_fg_wh img {
    width: 48px;
    height: 38px;
  }
}
/* ++++++++++++++++++++++++++++++++++
   subpage 通常サブページ
++++++++++++++++++++++++++++++++++ */
#popup_contents {
  width: 100%;
  min-width: inherit;
}

.subpage_content {
  max-width: 980px;
  width: 100%;
  margin: 50px auto 50px;
}
.subpage_content .content_box {
  width: 69.3877%;
  margin: 1.05125% auto;
}

#section-subpage ul li {
  line-height: 1.3;
}

@media (max-width: 980px) {
  .subpage_content {
    width: auto;
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  #section-subpage {
    padding-top: 0px;
  }

  .subpage_content .content_box {
    width: 89.372%;
  }
}
/* ++++++++++++++++++++++++++++++++++
   SUB 下層ページ
++++++++++++++++++++++++++++++++++ */
#sub-title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-top: 60px;
  background-color: #5c98b9;
  border-bottom: 1px solid #00cacb;
  text-align: center;
  color: #fff;
  font-size: 225%;
  font-family: 'Khand';
  font-weight: 500;
  letter-spacing: 5px;
}

#sub-nav {
  width: 100%;
  padding: 30px 0;
  background: url(../images/bg/line_nav.png) no-repeat center bottom;
}
#sub-nav ul {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: auto;
}
#sub-nav ul li {
  width: 33.4%;
  text-align: center;
  opacity: 0.7;
  /* feature */
}
#sub-nav ul li:hover, #sub-nav ul li.nav_active {
  opacity: 1;
}
#sub-nav ul li a {
  display: block;
  width: 100%;
  padding-top: calc(100%*108/266);
  background-size: 100% !important;
}
#sub-nav ul li a:hover {
  opacity: 1;
}
#sub-nav ul li a span {
  display: none;
}
#sub-nav ul li .nav_feature_01 {
  background: url(../images/feature/btn_featureNav_01.png) no-repeat center top;
}
#sub-nav ul li .nav_feature_02 {
  background: url(../images/feature/btn_featureNav_02.png) no-repeat center top;
}
#sub-nav ul li .nav_feature_03 {
  background: url(../images/feature/btn_featureNav_03.png) no-repeat center top;
}

/* ++++++++++++++++++++++++++++++++++
   FEATURE フューチャーページ
++++++++++++++++++++++++++++++++++ */
#feature-contents {
  /*バトル*/
  /*物語*/
  /*やりこみ*/
}
#feature-contents .feature_wrap {
  padding: 60px 0;
  background: url(../images/bg/bg_feature.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#feature-contents .feature_box {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}
#feature-contents .feature_box h3 {
  position: absolute;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
#feature-contents .feature_box h3 span {
  display: none;
}
#feature-contents .feature_box_01 {
  min-height: 720px;
  padding-top: 160px;
  background-image: url(../images/feature/bg_feature_box_01.png);
}
#feature-contents .feature_box_01 h3 {
  padding-top: calc(160%*200/1000);
  top: -40px;
}
#feature-contents .feature_box_02 {
  min-height: 850px;
  padding-top: 200px;
  background-image: url(../images/feature/bg_feature_box_02.png);
}
#feature-contents .feature_box_02 h3 {
  padding-top: calc(160%*250/1000);
  top: -80px;
}
#feature-contents .feature_box_03 {
  min-height: 840px;
  padding-top: 220px;
  margin-top: 40px;
  background-image: url(../images/feature/bg_feature_box_03.png);
}
#feature-contents .feature_box_03 h3 {
  padding-top: calc(160%*250/1000);
  top: -60px;
}
#feature-contents .feature_01 .feature_box_01 h3 {
  background-image: url(../images/feature/ttl_feature_box_01-1.png);
}
#feature-contents .feature_01 .feature_box_02 h3 {
  background-image: url(../images/feature/ttl_feature_box_01-2.png);
}
#feature-contents .feature_01 .feature_box_03 h3 {
  background-image: url(../images/feature/ttl_feature_box_01-3.png);
}
#feature-contents .feature_02 .feature_box_01 {
  padding-top: 180px;
}
#feature-contents .feature_02 .feature_box_01 h3 {
  background-image: url(../images/feature/ttl_feature_box_02-1.png);
}
#feature-contents .feature_02 .feature_box_02 {
  padding-top: 240px;
}
#feature-contents .feature_02 .feature_box_02 h3 {
  background-image: url(../images/feature/ttl_feature_box_02-2.png);
}
#feature-contents .feature_02 .feature_box_03 h3 {
  background-image: url(../images/feature/ttl_feature_box_02-3.png);
}
#feature-contents .feature_03 .feature_box_01 {
  padding-top: 140px;
}
#feature-contents .feature_03 .feature_box_01 h3 {
  background-image: url(../images/feature/ttl_feature_box_03-1.png);
}
#feature-contents .feature_03 .feature_box_02 h3 {
  background-image: url(../images/feature/ttl_feature_box_03-2.png);
}
#feature-contents .feature_03 .feature_box_03 h3 {
  background-image: url(../images/feature/ttl_feature_box_03-3.png);
}

/* ++++++++++++++++++++++++++++++++++
    CHARA キャラ詳細
++++++++++++++++++++++++++++++++++ */
#section-chara-detail {
  background-position: top center;
  background-size: cover;
}
#section-chara-detail #sub-nav {
  position: absolute;
  z-index: 50;
  background-image: none;
}
#section-chara-detail #sub-nav li {
  margin: 0 5px;
}
#section-chara-detail #sub-nav li a {
  padding-top: calc(100%*90/90);
  background-size: 100%;
}
#section-chara-detail #sub-nav li .nav_chara_01 {
  background-image: url(../images/chara/btn_charaNav_01.png);
}
#section-chara-detail #sub-nav li .nav_chara_02 {
  background-image: url(../images/chara/btn_charaNav_02.png);
}
#section-chara-detail #sub-nav li .nav_chara_03 {
  background-image: url(../images/chara/btn_charaNav_03.png);
}
#section-chara-detail #sub-nav li .nav_chara_04 {
  background-image: url(../images/chara/btn_charaNav_04.png);
}
#section-chara-detail #sub-nav li .nav_chara_05 {
  background-image: url(../images/chara/btn_charaNav_05.png);
}
#section-chara-detail #sub-nav li .nav_chara_06 {
  background-image: url(../images/chara/btn_charaNav_06.png);
}
#section-chara-detail #sub-nav li .nav_chara_07 {
  background-image: url(../images/chara/btn_charaNav_07.png);
}
#section-chara-detail #sub-nav li .nav_chara_08 {
  background-image: url(../images/chara/btn_charaNav_08.png);
}
#section-chara-detail.chara_01 {
  background-image: url(../images/chara/chara_01_bg.png);
}
#section-chara-detail.chara_02 {
  background-image: url(../images/chara/chara_02_bg.png);
}
#section-chara-detail.chara_03 {
  background-image: url(../images/chara/chara_03_bg.png);
}
#section-chara-detail.chara_04 {
  background-image: url(../images/chara/chara_04_bg.png);
}
#section-chara-detail.chara_05 {
  background-image: url(../images/chara/chara_05_bg.png);
}
#section-chara-detail.chara_06 {
  background-image: url(../images/chara/chara_06_bg.png);
}
#section-chara-detail.chara_07 {
  background-image: url(../images/chara/chara_07_bg.png);
}
#section-chara-detail.chara_08 {
  background-image: url(../images/chara/chara_08_bg.png);
}
#section-chara-detail .inner .chara_ditaile_box {
  width: 100%;
  margin: 0 auto;
  padding-top: 10%;
}
#section-chara-detail .inner .chara_img {
  background-repeat: no-repeat;
  background-position: calc(52% + -300px) 70%;
  background-size: auto 90%;
}
#section-chara-detail .inner .chara_img_gif {
  position: relative;
  width: 100%;
  height: 100%;
}
#section-chara-detail .inner .chara_img_gif div {
  position: absolute;
  top: -10%;
  left: -20%;
}
#section-chara-detail .inner .chara_inner {
  position: relative;
  width: 980px;
  height: 760px;
  margin: 0 auto;
}
#section-chara-detail .inner .chara_inner .chara_inner_box {
  position: absolute;
  top: 5%;
  right: 10%;
}
#section-chara-detail .inner .chara_inner .chara_inner_box .chara_voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
}
#section-chara-detail .inner .chara_inner .chara_inner_box .chara_voice ul li {
  cursor: pointer;
}
#section-chara-detail .imgLoad {
  display: none;
  visibility: hidden;
}
#section-chara-detail .chara_img_01_before {
  background-image: url(../images/chara/chara_01_img.png);
}
#section-chara-detail .chara_img_01_after {
  background-image: url(../images/chara/chara_01_img.gif);
}
#section-chara-detail .chara_img_02_before {
  background-image: url(../images/chara/chara_02_img.png);
}
#section-chara-detail .chara_img_02_after {
  background-image: url(../images/chara/chara_02_img.gif);
}
#section-chara-detail .chara_img_03_before {
  background-image: url(../images/chara/chara_03_img.png);
}
#section-chara-detail .chara_img_03_after {
  background-image: url(../images/chara/chara_03_img.gif);
}
#section-chara-detail .chara_img_04_before {
  background-image: url(../images/chara/chara_04_img.png);
}
#section-chara-detail .chara_img_04_after {
  background-image: url(../images/chara/chara_04_img.gif);
}
#section-chara-detail .chara_img_05_before {
  background-image: url(../images/chara/chara_05_img.png);
}
#section-chara-detail .chara_img_05_after {
  background-image: url(../images/chara/chara_05_img.gif);
}
#section-chara-detail .chara_img_06_before {
  background-image: url(../images/chara/chara_06_img.png);
}
#section-chara-detail .chara_img_06_after {
  background-image: url(../images/chara/chara_06_img.gif);
}
#section-chara-detail .chara_img_07_before {
  background-image: url(../images/chara/chara_07_img.png);
}
#section-chara-detail .chara_img_07_after {
  background-image: url(../images/chara/chara_07_img.gif);
}
#section-chara-detail .chara_img_08_before {
  background-image: url(../images/chara/chara_08_img.png);
}
#section-chara-detail .chara_img_08_after {
  background-image: url(../images/chara/chara_08_img.gif);
}
#section-chara-detail .chara_serif {
  position: absolute;
  bottom: 10%;
  left: 15%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#section-chara-detail .btn_arrow_left {
  position: absolute;
  top: 25%;
  left: -5%;
}
#section-chara-detail .btn_arrow_left img {
  width: 100%;
  -webkit-filter: drop-shadow(0 5px 8px #000);
          filter: drop-shadow(0 5px 8px #000);
}
#section-chara-detail .btn_arrow_right {
  position: absolute;
  top: 25%;
  right: -5%;
}
#section-chara-detail .btn_arrow_right img {
  width: 100%;
  -webkit-filter: drop-shadow(0 5px 8px #000);
          filter: drop-shadow(0 5px 8px #000);
}

.play-gif {
  display: none !important;
}

/*クローズボタン*/
/*左矢印ボタン*/
/* ++++++++++++++++++++++++++++++++++
   popup ポップアップ
++++++++++++++++++++++++++++++++++ */
.mfp-inline-holder {
  position: fixed !important;
  overflow: scroll !important;
  padding: 80px 20px !important;
}

.mfp-close-btn-in .mfp-close {
  top: -50px;
  color: #fff !important;
  font-size: 60px !important;
}

.popup-attention {
  width: 70%;
  margin: auto;
  padding: 20px;
  background-color: #000;
  border: 1px solid #0ecaca;
}
