@charset "UTF-8";
/* 簡易リセットCSS */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

h1 {
  margin: 0;
  padding: 0;
  font-size: .24rem;
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

html {
  font-size: 1rem;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', Meiryo, 'Yu Gothic', sans-serif;
}

html::-webkit-scrollbar {
  display: none;
  /* 针对Webkit浏览器 */
}

/* section {
  transition: 0.6s;
} */

body {
  position: relative;
  width: 100%;
  color: var(--color_text);
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-y: hidden;
  background: url(../img/pc/bg2.jpg) no-repeat center center;
  background-attachment: fixed;
  overflow: hidden;
}

header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: 3.75rem;
}

.sp_header {
  display: none;
}

header nav {
  width: 100%;
  position: absolute;
  transition: 0.3s;
  background: #182b42;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: .125rem solid #fff;
  box-shadow: 0 .125rem .25rem .1875rem #0000009c;
  margin-top: 41px;
}

header nav .menu_pc {
  width: 100%;
  max-width: 50rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}

header nav .menu_pc li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
}

header nav .menu_pc li a:hover {
  color: #fbc63c;
}

@media screen and (max-width: 68.75rem) {
  header nav .game_logo {
    /* display: none; */
  }
}

.swiper-pagination {
  transition: 0s;
  transition-delay: 0s;
}

header nav .global_pagination {
  width: 9rem;
  height: .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header nav .global_pagination .gp-bullet-active {
  background-position-y: -0.6rem !important;
}

header nav .global_pagination span {
  width: 1.38rem;
  height: .6rem;
  margin: 0 .1rem !important;
  opacity: 1;
  font-size: 0;
  outline: none;
  line-height: 0;
}

.top_icon,
.menu,
.menu_open {
  display: none;
}

footer {
  background: #ffffff;
  height: 10rem;
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-weight: 100;
}

footer .company_info {
  padding: 1.875rem;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .company_info img {
  width: 11.625rem;
  height: 4.3125rem;
}

footer .company_info div {
  margin: 0rem 0rem 0rem 2.5rem;
}

footer .company_info ul {
  margin-bottom: 0rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .company_info ul li {
  margin: 0 .3125rem;
  padding-left: .3125rem;
  border-left: .0625rem solid #cccccc;
}

footer .company_info ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
}

footer .company_info ul li a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

footer .company_info ul li:first-child {
  border: none;
  padding-left: 0rem;
  margin: 0 .625rem 0 0;
}

footer p {
  width: 100%;
  text-align: center;
  margin: .5rem 0 0;
  color: #000;
  font-size: .875rem;
}

.go_top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.875rem;
  z-index: 999;
  display: none;
  transition: transform 0.5s ease-in-out;
  width: 7rem;
  height: 7rem;
}

.go_top img {
  width: 100%;
}

/* Google Fonts読み込み */
/* スライダー全体 */
.vertical-slider {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #2d2c41;
}

/* スライド */
.vertical-slider__slide {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #fff;
  z-index: -3;
}

.vertical-slider__slide>section {
  position: relative;
  z-index: 10;
}

/* SP時の文字サイズ調整 */
@media (max-width: 37.4375rem) {
  .vertical-slider__slide {
    font-size: 16vw;
  }
}


#top {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(../img/pc/top_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -4.25rem;
  position: relative;
}

#top .game_logo {
  position: absolute;
  width: 4rem;
  height: auto;
  right: 1rem;
  top: 1rem;
  display: none;
}

@media screen and (max-width: 87.5rem) {
  #top .game_logo {
    display: block;
  }
}

.sp_top_bg{
  display:none;
}

.start_btn,
.start_btn_ed {
  width: 35.8125rem;
  height: 11.625rem;
  z-index: 100;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 14.5rem);
}

.start_btn img:hover {
  content: url(../img/start_on.png);
  scale: 1.01;
  transition: 0.2s;
}

.start_btn img,
.start_btn_ed img {
  width: 100%;
}

.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.2);
}

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}

#tw {
  width: 100%;
  z-index: 0;
  position: relative;
  padding: 6.25rem 0 0 0;
  scroll-margin-top: 3rem;
}

#tw h1 {
  width: 50rem;
  margin: 0 auto 3.125rem;
  z-index: 100;
  position: sticky;
}

#tw h1 img {
  width: 100%;
}

.tw-left-baby {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1;
  margin-left: -33.2rem;
  animation: left-down 1.3s linear infinite;
  -webkit-animation: left-down 2.3s linear infinite;
  max-width: 13rem;
}

@keyframes left-down {
  25% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
  }
}

.tw-right-baby {
  position: absolute;
  top: 51%;
  right: 50%;
  z-index: 1;
  margin-right: -34.2rem;
  animation: bounce-down 1.6s linear infinite;
  max-width: 14rem;
}

@keyframes bounce-down {
  25% {
    transform: translateY(-10px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(10px);
  }
}

.tw-left-baby img,
.tw-right-baby img {
  width: 100%;
}

#tw .tw_bg {
  width: 50rem;
  height: 35.375rem;
  background: url(../img/tw_bg.jpg) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 0%;
}

.tw_bg iframe {
  width: 46rem !important;
  height: 31rem !important;
  display: inline-block;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}

.twitter-timeline {
  width: 46rem;
  height: 31rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}


#rewards {
  width: 100%;
  z-index: 0;
  position: relative;
  padding: 6.25rem 0 0 0;
  scroll-margin-top: 3rem;
}

#rewards h1 {
  width: 50rem;
  margin: 0 auto 3.125rem;
  z-index: 100;
  position: sticky;
}

#rewards h1 img {
  width: 100%;
}

#rewards .rewards_wrapper {
  width: 62.5rem;
  margin: 0 auto;
}

#rewards .rewards_wrapper ul li {
  width: 100%;
  max-width: 62.5rem;
  min-width: 55rem;
  height: 15.8125rem;
  margin-top: 3.125rem;
  position: relative;
}

#rewards .rewards_wrapper ul li i {
  width: 12.5rem;
  height: 12.5rem;
  background: url(../img/rewards/achieved.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: -1.5625rem;
  top: -2.1875rem;
  z-index: 1;
}

#rewards .rewards_wrapper ul li:nth-of-type(1) i {
  width: 11.25rem;
  height: 11.25rem;
}

#rewards .rewards_wrapper ul li:nth-of-type(1) {
  width: 62.5rem;
  height: 11.875rem;
}

#rewards .rewards_wrapper ul li img {
  width: 100%;
}

#rewards .rewards_wrapper .rewards_banner {
  width: 100%;
}

#feature {
  width: 100%;
  z-index: 0;
  position: relative;
  scroll-margin-top: 6.25rem;
}

#feature h1 {
  width: 43.75rem;
  height: 6.8125rem;
  margin: 9.375rem auto 3.125rem;
  z-index: 100;
  position: sticky;
}

#feature h1 img {
  width: 100%;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  /* width: max(80rem, 100%); */
  min-width: 600px;
        width: 90%;
        max-width: 1280px;
  margin: 3.125rem auto 0 auto;
  padding: 0 0 3.125rem 0 !important;
  filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.3));
}

#feature .feature-slider .swiper-slide {
  width: 60.4375rem;
  margin: 0 auto;
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.9);
}

#feature .feature-slider .swiper-slide img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  aspect-ratio: 1104 / 621;
  border: 1px #f7e34e solid;
}

#feature .feature-slider .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

#feature .feature-slider .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

#feature .feature_pagination {
  width: 100%;
  /* margin: .8rem auto 0 auto; */
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  /* position: absolute; */
  /* left: 14.5rem; */
  /* bottom: 0; */
  justify-content: center;
}

#feature .feature_pagination .swiper-pagination-bullet {
  width: .9375rem;
  height: .9375rem;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #22324e;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffaf39;
  width: 1.875rem;
  height: .9375rem;
  border-radius: .625rem;
}

#feature .feature_pagination span {
  /* font-size: 0; */
  margin: 0 .5rem;
}

#feature .feature_pagination span:focus {
  outline: -webkit-focus-ring-color auto 0rem;
}

#feature .prev svg {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, 0);
  display: flex;
  /* filter: grayscale(100%); */
  z-index: 100;
  fill: #182b42;
  cursor: pointer;
  display: none;
}

#feature .next svg {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translate(-50%, 0);
  display: flex;
  /* filter: grayscale(100%); */
  z-index: 100;
  fill: #182b42;
  cursor: pointer;
  display: none;
}

#feature .next svg:hover,
#feature .prev svg:hover {
  fill: #2d4f78;
}


#world {
  width: 100%;
  /* height: 100vh; */
  background: url(../img/pc/world_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 6.25rem 0;
  margin: 6.25rem 0 0 0;
  scroll-margin-top: 3rem;
}

#world h1 {
  width: 43.75rem;
  height: 6.8125rem;
  margin: 0rem auto 3.125rem;
  z-index: 100;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
}

#world h1 img {
  width: 100%;
}

#world .world_text {
  width: 32.6875rem;
  display: block;
  /* margin: 3.125rem auto; */
  /* position: absolute; */
  margin-top: 2%;
  margin-left: 26%;
  /* transform: translate(-26rem,-35%); */
}

#world .world_text img{
  width:100%;
}

#charactar2 {
  display: none;
}

#charactar {
  width: 100%;
  height: 100vh;
  position: relative;
}

#charactar h1 {
  width: 6.86rem;
  height: 1rem;
  margin: 1.2rem auto .2rem;
  z-index: 100;
  position: sticky;
}

#charactar h1 img {
  width: 100%;
}

#charactar .js-character__slider__wrapper {
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh)* 100);
  top: 0;
}

#charactar .js-character__slider {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

#charactar .swiper-slide.js-character__slider__item {
  position: relative;
  line-height: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

#charactar .hero_info {
  position: absolute;
  z-index: 6;
  left: 80%;
  top: 3rem;
  width: .87rem;
  height: 3.62rem;
}

#charactar .hero_img {
  position: absolute;
  left: 0;
  /* top: 0; */
  z-index: 6;
  width: 100%;
  min-width: 19rem;
  height: auto;
  aspect-ratio: 1920/1080;
}

#charactar .hero_1 {
  background: url(../img/pc/chara/bg_1.jpg) no-repeat top center;
  background-size: cover;
}

#charactar .hero_2 {
  background: url(../img/pc/chara/bg_2.jpg) no-repeat top center;
  background-size: cover;
}

#charactar .hero_3 {
  background: url(../img/pc/chara/bg_3.jpg) no-repeat top center;
  background-size: cover;
}

#charactar .hero_4 {
  background: url(../img/pc/chara/bg_4.jpg) no-repeat top center;
  background-size: cover;
}

#charactar .hero_5 {
  background: url(../img/pc/chara/bg_5.jpg) no-repeat top center;
  background-size: cover;
}

#charactar .hero_6 {
  background: url(../img/pc/chara/bg_6.jpg) no-repeat top center;
  background-size: cover;
}

#charactar .hero_7 {
  background: url(../img/pc/chara/bg_7.jpg) no-repeat top center;
  background-size: cover;
}

#charactar .hero_8 {
  background: url(../img/pc/chara/bg_8.jpg) no-repeat top center;
  background-size: cover;
}

#charactar .chara_pagination {
  position: absolute;
  width: 6.7rem !important;
  height: 5.1rem;
  left: 50% !important;
  transform: translate(-6.5rem, -2rem);
  top: 50% !important;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

#charactar .chara_pagination .swiper-pagination-bullet {
  width: 1.47rem;
  height: 2.53rem;
  margin: 0 .1rem .1rem !important;
  filter: grayscale(100%);
  opacity: 1;
  border-radius: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: url('../img/point.png'), auto;
}

#charactar .chara_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.47rem;
  height: 2.53rem;
  position: relative;
  filter: none;
  overflow: hidden;
}

#charactar .chara_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  display: block;
  width: 1.47rem;
  height: 2.5rem;
  position: absolute;
  top: .0625rem;
  left: -100%;
  content: "";
  background: linear-gradient(90deg, transparent, hsl(0deg 0% 100% / 60%), transparent);
  transition: all .65s;
  -webkit-animation: cg 2s linear infinite;
  animation: cg 2s linear infinite;
}

@-webkit-keyframes cg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

@keyframes cg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(1) {
  background: url(../img/pc/chara/icon_1.png) center center no-repeat;
  background-size: cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(2) {
  background: url(../img/pc/chara/icon_2.png) center center no-repeat;
  background-size: cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(3) {
  background: url(../img/pc/chara/icon_3.png) center center no-repeat;
  background-size: cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(../img/pc/chara/icon_4.png) center center no-repeat;
  background-size: cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(5) {
  background: url(../img/pc/chara/icon_5.png) center center no-repeat;
  background-size: cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(6) {
  background: url(../img/pc/chara/icon_6.png) center center no-repeat;
  background-size: cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(7) {
  background: url(../img/pc/chara/icon_7.png) center center no-repeat;
  background-size: cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(8) {
  background: url(../img/pc/chara/icon_8.png) center center no-repeat;
  background-size: cover;
}

#charactar .js-character__slider__itemimg {
  display: block;
}

#spec {
  width: 100%;
  background: url(../img/pc/spec_bg.png);
  background-size: 100%;
  padding: 3.125rem 0 0;
  scroll-margin-top: 6rem;
}

.spec_info {
  padding: 0rem 0 6.25rem;
}

#spec h1 {
  width: 6.86rem;
  height: 1rem;
  margin: 1.2rem auto .2rem;
  z-index: 100;
  position: sticky;
}

#spec h1 img {
  width: 100%;
}

.assist{
  width: 100%;
  max-width: 56.25rem;
  margin:2rem auto;
  color:#fff;
  background: rgb(0 0 0 / 45%);
  padding: 2rem;
}

.assist h2{
  font-size:1.25rem;
  font-weight:600;
  width:100%;
  text-align:center;
  margin-bottom: 1rem;
}

#spec .spec_inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

#spec .spec_inner img {
  display: block;
  width: 13.125rem;
  border-radius: 1.25rem;
  border: .25rem solid #fff;
}

#spec .spec_inner .spec_table {
  /* width: 72%; */
  font-size: .9375rem;
  border-collapse: separate;
  border-spacing: .25rem;
  /* height: 2rem; */
  color: #fff;
}

#spec .spec_inner .spec_table th {
  padding: .3125rem;
  width: 8.75rem;
  text-align: center;
  margin-right: .1875rem;
  vertical-align: middle;
  background-color: rgb(0 0 0 / 45%);
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding: 0 1em;
  background-color: rgb(0 0 0 / 45%);
}

#spec .spec_inner .spec_table td span {
  font-size: 70%;
}

#spec .notice {
  line-height: 2;
  font-size: 1rem;
  display: block;
  margin: 3.125rem auto 0;
  width: 100%;
  background: rgb(0 0 0 / 45%);
  max-width: 56.25rem;
  padding: 2em;
  color: #fff;
}

#spec .notice span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.hide4 {
  display: none;
}

#foot_link,
#foot_link_ed {
  position: fixed;
  bottom: 1.5rem;
  right: 0;
  z-index: 2;
  transition: 0.3s;
  /* transform: translateY(-65%); */
  display: none;
  width: 2rem;
  height: 2rem;
}

#foot_link img {
  width: 100%;
  opacity: 0.7;
}

#foot_link_ed img {
  width: 100%;
  opacity: 0.7;
}

#foot_link img:hover {
  content: url(../img/start2_on.png);
  scale: 1.01;
  transition: 0.2s;
  opacity: 1;
}

/* @media only screen and (min-width:2000px) {
  html {
    font-size: 8.4375rem;
  }

  #rewards .rewards_wrapper .rewards_banner {
    width: 135%;
  }
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
  html {
    font-size: 5.125rem;
  }
}

@media only screen and (min-width:1440px) and (max-width:1599px)  {
  html {
    font-size: 5.125rem;
  }
}


@media only screen and (min-width:1334px) and (max-width:1439px) {
  html {
    font-size: 5.3125rem;
  }
}

@media only screen and (min-width:1280px) and (max-width:1333px)  {
  html {
    font-size: 5rem;
  }
}

@media only screen and (min-width:1000px) and (max-width:1279px)  {
  html {
    font-size: 12px;
  }
}

@media only screen and (min-width:700px) and (max-width:999px) {
  html {
    font-size: 11px;
  }

  #charactar .hero_img {
    left: -4rem;
  }

  header nav .global_pagination {
    display: none;
  }

  .menu,
  .menu_open {
    display: block;
  }

  #foot_link {
    display: none !important;
  }

  header #header #menu_wrap {
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  header #header #menu_wrap .menu {
    width: 20%;
    position: fixed;
    right: 0;
    top: .6rem;
    height: calc(100% - .05rem);
    background: #213747;
    background: linear-gradient(to bottom, #213747, #213747, #213747c7, #21374700);
  }


  header #header #menu_wrap .menu li {
    text-align: center;
    font-size: .15rem;
    line-height: .5rem;
    border-bottom: .0625rem solid #ffffffa6;
  }

  header #header #menu_wrap .menu li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    margin: .1rem 0
  }

  header #header #menu_wrap .menu .menu_title {
    color: #fff;
    background-color: #1c242a;
  }

  header #header #menu_wrap .menu .menu_top a {
    height: .5rem;
    background: url(../img/sp/nav/nav_top.png) no-repeat center center;
    background-position: center center;
  }

  header #header #menu_wrap .menu .menu_rewards a {
    height: .5rem;
    background: url(../img/sp/nav/nav_rewards.png) no-repeat center center;
    background-position: center center;
  }

  header #header #menu_wrap .menu .menu_chara a {
    height: .5rem;
    background: url(../img/sp/nav/nav_chara.png) no-repeat center center;
    background-position: center center;
  }

  header #header #menu_wrap .menu .menu_feature a {
    height: .5rem;
    background: url(../img/sp/nav/nav_feature.png) no-repeat center center;
    background-position: center center;
  }

  header #header #menu_wrap .menu .menu_world a {
    height: .5rem;
    background: url(../img/sp/nav/nav_world.png) no-repeat center center;
    background-position: center center;
  }

  header #header #menu_wrap .menu .menu_spec a {
    height: .5rem;
    background: url(../img/sp/nav/nav_spec.png) no-repeat center center;
    background-position: center center;
  }


  header #header #menu_wrap .sublink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header #header #menu_wrap .sublink li {
    width: .4rem;
    margin: .08rem;
  }

  header #header #menu_wrap .sublink li a img {
    display: block;
    width: 100%;
  }

  header #header #menu_wrap .sublink li a img:hover {
    opacity: 0.6;
  }

  header #header .open {
    visibility: visible !important;
  }


  header #header .menu_open .menu_button {
    position: absolute;
    right: .2rem;
    top: .05rem;
    width: .5rem;
    height: .5rem;
    background-color: #182b42;
    border-radius: .3125rem;
    border: none;
  }

  header #header .menu_open .menu_button:focus {
    outline: none;
  }

  header #header .menu_open span {
    display: block;
    width: 80%;
    margin: auto;
    height: .04rem;
    background-color: #fff;
    border-radius: .1875rem;
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100% - .25rem)/2);
    -webkit-transition: .2s;
    transition: .2s;
  }

  header #header .menu_open .menu_lineTop {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
  }

  header #header .menu_open .menu_lineBottom {
    -webkit-transform: translateY(.625rem);
    transform: translateY(.625rem);
  }

  header #header .menu--isOpen .menu_lineTop {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  header #header .menu--isOpen .menu_lineMiddle {
    opacity: 0;
  }

  header #header .menu--isOpen .menu_lineBottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media only screen and (min-height:650px) and (max-height:700px){
  html {
    font-size: 10px;
  }

  #charactar .hero_img {
    left: 0%;
  }

  #feature .feature_pagination {
    left: 15rem;
  }
}

@media only screen and (min-height:400px) and (max-height:649px) {
  html {
    font-size: 4.375rem;
  }

  #charactar .hero_img {
    left: -1rem;
  }

  #feature .feature_pagination {
    left: 14rem;
  }
} */

body#finish {
  min-width: 9rem;
  background-image: none;
  background-color: #fff;
}

body#finish #wrapper {
  background-image: none !important;
}

body#finish footer {
  position: static;
}

.finish {
  background-image: none !important;
}

#finish_body {
  min-width: 9rem;
  height: 53.125rem;
  width: 100%;
  background: url(../img/finish.jpg) no-repeat center top;
  background-size: 100%;
}

body#finish .finish .go_website {
  position: absolute;
  width: 3.18rem;
  height: .96rem;
  left: 75%;
  transform: translate(0%, 0);
  top: 5.7rem;
  background: url(../img/go_website.png) no-repeat center center;
  background-size: 100%;
  animation: myBreath 1s linear infinite;
}

body#finish .finish .return {
  position: absolute;
  width: 31.25rem;
  height: 10.625rem;
  left: 60%;
  transform: translate(0%, 0);
  bottom: 12.5rem;
  background: url(../img/return_btn.png) no-repeat center center;
  background-size: 100%;
  animation: myBreath 1s linear infinite;
}

body#finish .finish .return:hover,
body#finish .finish .go_website:hover {
  scale: 1.05;
  transition: 0.5s;
}