@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;
  /* margin-bottom: .5em; */
}

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

html {
  font-size: 100px;
  overflow-x: hidden;
  cursor: url('../img/point.png'), auto;
}
html::-webkit-scrollbar {
  display: none; /* 针对Webkit浏览器 */
}
a,button{
  cursor: url('../img/point.png'), auto;
}

section {
  transition: 0.6s;
}

body {
  position: relative;
  /* min-width: 1200px; */
  width: 100%;
  color: var(--color_text);
  font-size: 15px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: var(--color_bg);
  -webkit-text-size-adjust: 100%;
  overflow-y: hidden;
}

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

.sp_header {
  display: none;
}

header nav {
  width: 100%;
  position: absolute;
  transition: 0.3s;
  background: #182b42;
  height: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin-top: 41px; */
  align-items: center;
}

header nav .game_logo {
  width: auto;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translate(0%, -50%)
}

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

#header .sns{
  width:auto;
  height: 0.4rem;
  display:flex;
  align-items: center;
  position: absolute;
  right: 0.5rem;
}
#header .sns a{
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.05rem;
  margin: 0 0.1rem;
  box-sizing:border-box;
}
#header .sns a.x{
  background:#000;
  padding:0.03rem;
}
#header .sns a.youtobe{
  background:#ff0000;
}

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

header nav .global_pagination {
  width: 9rem;
  height: 0.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: 0.6rem;
  margin: 0 0.1rem !important;
  opacity: 1;
  font-size: 0;
  outline: none;
  line-height: 0;
}

header nav .global_pagination span:nth-child(1) {
  background: url(../img/pc/nav/nav_top.png) no-repeat 0 top;
  background-size: 100%;
}

header nav .global_pagination span:nth-child(2) {
  background: url(../img/pc/nav/nav_rewards.png) no-repeat 0 top;
  background-size: 100%;
}

header nav .global_pagination span:nth-child(3) {
  background: url(../img/pc/nav/nav_chara.png) no-repeat 0 top;
  background-size: 100%;
}

header nav .global_pagination span:nth-child(4) {
  background: url(../img/pc/nav/nav_feature.png) no-repeat 0 top;
  background-size: 100%;
}

header nav .global_pagination span:nth-child(5) {
  background: url(../img/pc/nav/nav_world.png) no-repeat 0 top;
  background-size: 100%;
}

header nav .global_pagination span:nth-child(6) {
  background: url(../img/pc/nav/nav_action.png) no-repeat 0 top;
  background-size: 100%;
}

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

    .sp_header {
        display: none;
    }

footer {
  background: #ffffff;
  height: 1.3rem;
  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: 10px;
  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: 1.86rem;
  height: 0.69rem;
}

footer .company_info div {
  margin: 0px 0px 0px 40px;
}

footer .company_info ul {
  margin-bottom: 0px;
  font-size: 16px;
  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 5px;
  padding-left: 5px;
  border-left: 1px solid #cccccc;
}

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

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

footer p {
  width: 100%;
  height: 0.29rem;
  text-align: center;
  margin: 0.05rem 0 0;
  color: #000;
  font-size: 0.16rem;
}

/* 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: 599px) {
  .vertical-slider__slide {
    font-size: 16vw;
  }
}

/* ナビゲーション */
/* .swiper-pagination-bullet {
  width: 200px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0.12rem;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
} */

#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 top;
  position: relative;
}

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

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

#top .top_btn{
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  bottom: 8vh;
  justify-content: start;
  /* overflow: hidden; */
  background: #ffffff59;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 0.05rem;
}
@media screen and (max-width: 768px) {
  #top .top_btn {
    display: none;
    width: 90%;
    margin: 0 auto;
  }
}

#top .top_btn .email form {
  display: flex;
  /* justify-content: end; */
  border: 2px solid #1c242a;
  border-radius: 0.1rem;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
 #top .top_btn .email form {
    float: right;
    margin-top: 0px;
  }
}
#top .top_btn .p-gamestart__mailform {
  background: #fff;
  color: #000;
  text-align: left;
  height: 0.72rem;
  width: 4rem;
  padding: 0 0.1rem;
  /* border-radius: 15px 0 0 15px; */
  outline: none;
  font-size: 0.18rem;
  border: none;
}
@media screen and (max-width: 768px) {
  #top .top_btn .p-gamestart__mailform {
    width: calc(100% - 6rem);
    height: 3rem;
    border-radius: 10px 0 0 10px;
  }
}

#top .top_btn .p-gamestart__mailbtn {
  display: inline-block;
  background: linear-gradient(to top, #1268b6 0%, #54d3ff 100%);
  /* background: #2f588a; */
  color: #ffffff;
  padding: 0 0.3rem;
  height: 0.72rem;
  /* border-radius: 0 15px 15px 0; */
  font-weight:600;
  white-space: nowrap;
  font-size: 0.22rem;
  border: none;
}
#top .top_btn .p-gamestart__mailbtn:hover {
  display: inline-block;
  background: linear-gradient(to top, #c0004a 0%, #ff7cb8 100%);
}
@media screen and (max-width: 768px) {
  #top .top_btn .p-gamestart__mailbtn {
    height: 3rem;
    border-radius: 0 10px 10px 0;
  }
}

#top .top_btn .stores{
  width:100%;
  height: .72rem;
  display:flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 0.1rem;
}

#top .top_btn .stores a{
  width: auto;
  /* max-width: 1rem; */
  height: 0.78rem;
  display: flex;
  /* margin: 0 0.07rem; */
}

#top .top_btn .stores a img{
  width:100%;
}

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

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}

.ani_show_down {
  animation: key_show_down 1s linear both;
  -wekbit-animation: key_show_down 1s linear both;
  -ms-animation: key_show_down 1s linear both;
}

@keyframes key_show_down {
  0% {
    opacity: 0;
    transform: translate3d(0, -1rem, 0)
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-wekbit-keyframes key_show_down {
  0% {
    opacity: 0;
    -wekbit-transform: translate3d(0, -1rem, 0)
  }

  100% {
    opacity: 1;
    -wekbit-transform: translate3d(0, 0, 0)
  }
}

@-ms-keyframes key_show_down {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -1rem, 0)
  }

  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0)
  }
}

.ani_show_up {
  animation: key_show_up 1s linear both;
  -wekbit-animation: key_show_up 1s linear both;
  -ms-animation: key_show_up 1s linear both;
}

@keyframes key_show_up {
  0% {
    opacity: 0;
    transform: translate3d(0, 1rem, 0)
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-wekbit-keyframes key_show_up {
  0% {
    opacity: 0;
    -wekbit-transform: translate3d(0, 1rem, 0)
  }

  100% {
    opacity: 1;
    -wekbit-transform: translate3d(0, 0, 0)
  }
}

@-ms-keyframes key_show_up {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 1rem, 0)
  }

  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0)
  }
}

#rewards {
  width: 100%;
  height: 100vh;
  background: url(../img/pc/rewards/rewards_bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: 0;
  position: relative;
  overflow: hidden;
}

#rewards h1 {
  width: 5.5rem;
  height: 0.8rem;
  margin: 1.2rem auto 0.2rem;
  z-index: 100;
  position: sticky;
}

#rewards h1 img {
  width: 100%;
}

#rewards .rewards_wrapper {
  display: flex;
  width: 10rem;
  height: 5.5rem;
  align-items: center;
  margin: 0 auto;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

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

#rewards .rewards_wrapper :after {
  display: block;
  width: 4rem;
  height: 1.3rem;
  position: absolute;
  top: 0.45rem;
  left: -100%;
  content: "";
  background: linear-gradient(120deg, transparent, transparent, hsl(0deg 0% 100% / 40%), transparent, transparent);
  transition: all .65s;
  -webkit-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
}

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

  to {
    left: 100%
  }
}

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

  to {
    left: 100%
  }
}

#feature {
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: relative;
  background: url(../img/pc/feature/feature_bg.jpg) center center no-repeat;
  background-size:cover;
}

#feature h1 {
  width: 5.5rem;
  height: 0.8rem;
  margin: 1.2rem auto 0.2rem;
  z-index: 100;
  position: sticky;
}

#feature h1 img {
  width: 100%;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  width: 8.5rem;
  /* background: #fff; */
  margin: 0.5rem auto 0 auto;
  padding: 0 0 0 0 !important;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

#feature .feature-slider .swiper-slide {
  width: 9.5rem;
  /* height: 5rem; */
  /* background: #fff; */
  margin: 0 auto;
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.9);
  display: flex;
}

#feature .feature-slider .swiper-slide img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 10px solid #fff;
}

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

#feature .feature_pagination {
  width: 2rem;
  height: 0.4rem;
  margin: 0.2rem auto 0 auto;
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 45%;
  /* top: 78%; */
}

#feature .feature_pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  border-radius: 100%;
  background: url(../img/dot_off.png) no-repeat center center;
  background-size:100%;
  opacity: 1;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
 background: url(../img/dot_on.png) no-repeat center center;
  background-size:100%;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0;
}

#feature .feature_pagination span {
  margin: 0 0.03rem !important;
  font-size: 0;
}

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

#feature .js-feature__prevbtn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5rem;
  filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
  display: flex;
  filter: grayscale(100%);
}
#feature .js-feature__prevbtn:hover{
  filter: none;
}


#feature .js-feature__nextbtn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -5rem;
  filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
  display: flex;
  filter: grayscale(100%);
}
#feature .js-feature__nextbtn:hover{
  filter: none;
}

#feature .js-feature__nextbtn img,#feature .js-feature__prevbtn img{
  width:100%;
}


#world {
  width: 100%;
  height: 100vh;
  background: url(../img/pc/world/world_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#world h1 {
  width: 5.5rem;
  height: 0.8rem;
  margin: 1.2rem auto 0.2rem;
  z-index: 100;
  position: sticky;
}

#world h1 img {
  width: 100%;
}

#world .world_text {
  width: 7.7rem;
  display: block;
  margin: 0.3rem auto 0;
}

#charactar2{
  display: none;
}

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

#charactar h1 {
  width: 5.5rem;
  height: 0.8rem;
  margin: 1.2rem auto 0.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: 2.81rem;
  width: 0.81rem;
  height: 3.39rem;
}

#charactar .hero_img {
  position: absolute;
  right: 1rem;
  /* top: 0; */
  z-index: 6;
  width: 80%;
  max-width: 11.25rem;
  height: auto;
  /* aspect-ratio: 1257/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: 4.5rem;
  left: 50% !important;
  transform: translate(-6.5rem,-1.5rem);
  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.25rem;
  height: 2.16rem;
  margin: 0 0.1rem 0.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.25rem;
  height: 2.16rem;
  position: relative;
  filter: none;
  overflow:hidden;
}

#charactar .chara_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  display: block;
  width: 1.47rem;
  height: 2.50rem;
  position: absolute;
  top: 1px;
  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 {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100vh;
  background: #1c242a;
}

#spec h1 {
  width: 5.5rem;
  height: 0.8rem;
  margin: 1.2rem auto 0.2rem;
  z-index: 100;
  position: sticky;
}

#spec h1 img {
  width: 100%;
}

#spec .spec_inner {
  width: 9rem;
  margin: 0.5rem auto 0;
  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: 2rem;
}

#spec .spec_inner .spec_table {
  width: 72%;
  font-size: 0.14rem;
  border-collapse: separate;
  border-spacing: 0 10px 0 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  height: 2rem;
}

#spec .spec_inner .spec_table th {
  border: 1px solid #1c242a;
  padding: 3px;
  width: 140px;
  text-align: center;
  margin-right: 3px;
  vertical-align: middle;
  background-color: rgb(255 255 255 / 45%);
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding-left: 1em;
  background-color: rgb(255 255 255 / 45%);
  border: 1px solid #1c242a;
}

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

#spec .notice{
  line-height:2;
  font-size:0.14rem;
  display:block;
  margin: 0.5rem auto 0;
  width: 9rem;
  background: rgb(33 55 71 / 80%);
  padding: 0.3rem;
}

.hide4 {
  display: none;
}

#foot_link,#foot_link_ed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: 0.3s;
  /* transform: translateY(-65%); */
  display: flex;
  display: none;
  width: 100%;
  height: 0.8rem;
  flex-direction: row;
  background: #182b42;
  align-items: center;
  justify-content: center;
}
#foot_link .email form {
  display: flex;
  /* justify-content: end; */
  border: 2px solid #1c242a;
  border-radius: 0.1rem;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
 #foot_link .email form {
    float: right;
    margin-top: 0px;
  }
}
#foot_link .p-gamestart__mailform {
  background: #fff;
  color: #000;
  text-align: left;
  height: 0.6rem;
  width: 4rem;
  padding: 0 0.1rem;
  /* border-radius: 10px 0 0 10px; */
  outline: none;
  font-size: 0.16rem;
  border: none;
}
@media screen and (max-width: 768px) {
  #foot_link .p-gamestart__mailform {
    width: calc(100% - 6rem);
    height: 3rem;
    border-radius: 10px 0 0 10px;
  }
}

#foot_link .p-gamestart__mailbtn {
  display: inline-block;
  background: linear-gradient(to top, #1268b6 0%, #54d3ff 100%);
  /* background: #2f588a; */
  color: #ffffff;
  padding: 0 0.3rem;
  height: 0.6rem;
  /* border-radius: 0 10px 10px 0; */
  font-weight:600;
  white-space: nowrap;
  font-size: 0.22rem;
  cursor: pointer;
  border: none;
}
#foot_link .p-gamestart__mailbtn:hover {
  display: inline-block;
  background: linear-gradient(to top, #c0004a 0%, #ff7cb8 100%);
}
@media screen and (max-width: 768px) {
  #foot_link .p-gamestart__mailbtn {
    height: 3rem;
    border-radius: 0 10px 10px 0;
  }
}

#foot_link .stores{
  /* width:100%; */
  height: .6rem;
  display:flex;
  flex-direction: row;
  /* margin-top: 0.1rem; */
}

#foot_link .stores a{
  width: auto;
  /* max-width: 1rem; */
  height: 0.6rem;
  display: flex;
  margin: 0 0.1rem;
}

#foot_link .stores a img{
  width:100%;
}

@media only screen and (min-width:2000px) {
  html{
    font-size: 135px;
  }
      #rewards .rewards_wrapper .rewards_banner {
        width: 135%;
    }
}

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

} 

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


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

@media only screen and (min-width:1280px) and (max-width:1333px) {
  html{
    font-size: 75px;
  }
      #charactar .hero_img {
        right: 0rem;
      }
} 

@media only screen and (min-width:1100px) and (max-width:1279px) {
  html{
    font-size: 75px;
  }
  #charactar .hero_img {
  right: 0rem;
  }
  
} 
@media only screen and (min-width:700px) and (max-width:1099px) {
  html{
    font-size: 75px;
  }
  #charactar .hero_img {
  right: 0rem;
  }
} 
@media only screen and (min-height:650px) and (max-height:700px) {
  html{
    font-size: 75px;
  }
  #charactar .hero_img{
    /* left: 0%; */
  }
  #feature .feature_pagination {
  /* left: 15rem; */
}
}
@media only screen and (min-height:400px) and (max-height:649px) {
  html{
    font-size: 60px;
  }
  #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: 8.5rem;
  width: 100%;
  background: url(../img/finish.jpg) no-repeat center top;
  background-size: cover;
}
/* body#finish .finish .go_website{
  position: absolute;
  width: 3.18rem;
  height: 0.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: 2.45rem;
  height: 2.45rem;
  left: 75%;
  transform: translate(0%, 1rem);
  bottom: 3rem;
  background: url(../img/return_btn_on.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;
}