@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Serif+JP:wght@400;700&display=swap");

/* 簡易リセットCSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Kaisei Opti', serif !important;
  font-weight: 700;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: none;
}

.particle-network-animation {
  display: none;
}

input:focus {
  outline: none;
}

html {
  font-size: 16px;
}

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

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


body {
  position: relative;
  width: 100%;
  color: var(--color_text);
  font-size: .15rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: var(--color_bg);
  -webkit-text-size-adjust: 100%;
  z-index: -10;
  background-size: cover;
  background-attachment: fixed;
}

.section_title {
  display: block;
  width: 90% !important;
  margin: 0 auto .2rem auto;
}

.vertical-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.hide4 {
  display: none;
}

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

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}

footer {
  bottom: 0;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0 0rem 0;
  background: #fff;
  margin-top: 0rem;
}

footer .company_info {
  padding: 1rem;
  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;
  flex-direction: column;
}

footer .company_info img {
  width: 40%;
}

footer .company_info div {
  margin: 0;
}

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

footer .company_info ul li {
  color: #0099cb;
  margin: 0 1rem 0 0;
}

footer .company_info ul li a {
  text-decoration: none;
}

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

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

header {
  width: 100%;
  height: 3.125rem;
}

.no_scroll {
  overflow: hidden;
}

#header {
  width: 100%;
  height: 3.75rem;
  background: linear-gradient(90deg, #302a2a, #544a49, #302a2a);
  background: #000;
  position: fixed;
  top: 0;
  z-index: 100;
}

#header .menu_pc {
  display: none;
}

header #header #menu_wrap {
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  /* サブリンク */
}

header #header #menu_wrap .menu {
    width: 100%;
    position: fixed;
    top: 3.75rem;
    height: calc(100% - .05rem);
    background: rgb(26 0 0 / 96%);
  }

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

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

header #header #menu_wrap .menu .menu_title {
    color: #fff;
    background-color: #420000b8;
    font-weight: 600;
  }

header #header #menu_wrap .menu .menu_top a {
  height: 4rem;
}

header #header #menu_wrap .menu .menu_rewards a {
  height: 4rem;
}

header #header #menu_wrap .menu .menu_chara a {
  height: 4rem;
}

header #header #menu_wrap .menu .menu_feature a {
  height: 4rem;
}

header #header #menu_wrap .menu .menu_world a {
  height: 4rem;
}

header #header #menu_wrap .menu .menu_spec a {
  height: 4rem;
}


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_lineMiddle {}*/
  /* 特に指定は無いので書かなくてもOK */
}

header #header .menu_open .menu_button {
  position: absolute;
  right: .625rem;
  top: .625rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #000000;
  border-radius: .625rem;
  border: none;
}

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

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

header #header .menu_open .menu_lineTop {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

header #header .menu_open .menu_lineBottom {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

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);
}

.top_icon {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(4%, -50%);
  align-items: center;
}

.top_icon img {
  width: 2.5rem;
  height: 2.5rem;
}

.top_icon p {
  margin: 0;
  font-size: .875rem;
  color: #ffffff;
  line-height: 1.5;
  margin-left: .5rem;
}

.swiper-pagination {
  display: none;
}

header .sp_header {
  width: 100%;
  display: block;
  padding-top: .3rem;
}

#top {
  width: 100%;
  height: 41rem;
  clear: both;
  position: relative;
}

.sp_header {
  width: 100%
}

.pc_start_btn,.pc_start_btn_off {
  display: none;
}

.sp_start_btn,
.sp_start_btn_off {
  position: absolute;
  width: 80%;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.sp_start_btn img,
.sp_start_btn_off img {
  width: 100%;
}

#rewards {
  width: 100%;
  height: 100%;
  padding: 4.5rem 0;
  background: url(../img/sp/rewards/rewards_bg.jpg) no-repeat;
  background-size: cover;
}

#rewards h1 {
  width: 70%;
  display: block;
  margin: 0rem auto 2.25rem;
  z-index: 10;
  position: sticky;
}

#charactar h1,
#feature h1,
#world h1,
#spec h1 {
  width: 50%;
  display: block;
  margin: 0rem auto 2.25rem;
  z-index: 10;
  position: sticky;
}

#rewards h1 img,
#charactar h1 img,
#feature h1 img,
#world h1 img,
#spec h1 img {
  width: 100%;
}

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

#rewards .rewards_banner {
  display: none;
}

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

#feature {
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 1.875rem 0 6.25rem;
  position: relative;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 0 0 0 !important;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.swiper-button-prev2,
.swiper-button-next2 {
  display: none;
}

#feature .feature-slider .swiper-slide {
  width: 100%;
  margin: 0 auto;
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.9);
  display: flex;
  justify-content: center;
}

#feature .feature-slider .swiper-slide img {
  width: 85%;
  display: block;
  margin: 0 auto;
  border: .375rem solid #fff;
}

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

#feature .feature_pagination {
  width: 50%;
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.75rem;
  justify-content: space-evenly;
}

#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: #166dff;
  width: 1.875rem;
  height: .9375rem;
  border-radius: .625rem;
}

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

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

#feature .js-feature__prevbtn,
#feature .js-feature__nextbtn {
  display: none;
}

#world {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 4.5rem 0;
  background: url(../img/sp/world/world_bg.jpg) no-repeat center center;
  background-size: cover;
}

#world .world_text {
  width: 85%;
  display: block;
  margin: .2rem auto;
  margin-left: 1rem;
}

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

#spec {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #302a2a, #544a49, #302a2a);
  padding: 3.125rem 0 0;
  color: #e3e3e3;
}

#spec .spec_inner {
  width: 100%;
  margin: 0rem 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: column;
  align-items: center;
}

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

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

#spec .spec_inner .spec_table th {
  border: 0;
  padding: 0.5em;
  text-align: center;
  margin-right: 3px;
  vertical-align: middle;
  background-color: rgb(0 0 0 / 45%);
}

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

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

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

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

#spec .caution {
  width: 90%;
  margin: 0 auto;
  padding: .1rem;
  border: .02rem solid #8b785e;
  border-radius: .15rem;
  background-color: rgba(0, 0, 0, 0.7);
}

#spec .caution p {
  font-size: .16rem;
  margin-bottom: .1rem;
  color: #ffdb8b;
  text-align: center;
}

#spec .caution ul li {
  line-height: .2rem;
  font-size: .14rem;
  font-weight: 100;
  color: #f6e3b9;
}

#foot_link,
#foot_link_ed {
  display: none;
}

.down {
  display: none;
}

#foot_link ul {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: nowrap;
  height: .6rem;
  align-content: center;
  align-items: center;
}

#foot_link ul span {
  display: none;
}

.go_top {
  position: fixed;
  bottom: 10%;
  right: 1%;
  width: 15%;
  z-index: 100;
}

.go_top img {
  width: 100%;
}

#foot_link ul li a {
  width: 92%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

body#finish {
  background-image: none;
  background-color: #fff;
}

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

body#finish .finish {
  padding: 0;
  background-color: #fff;
}

body#finish .company_info {
  background: #ffffff url(../img/foot_bg.jpg) repeat-x top left;
  padding: 1.25rem;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

body#finish .company_info img {
  margin: 0 auto;
  width: 11.5rem;
}

body#finish .company_info div {
  margin: 0px 0px 0px 0px;
}

body#finish .company_info ul {
  margin-bottom: 0px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}

body#finish .company_info ul li {
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}

body#finish .company_info ul li a {
  color: #fff;
}

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

body#finish .company_info p {
  width: 100%;
  text-align: center;
  margin: .625rem 0 0 0;
  color: #000000;
}

#finish_body {
  padding: 0 0 0 0;
  position: relative;
}

#finish_body img {
  display: block;
  width: 100%;
}

body#finish .finish .return {
  position: absolute;
  width: 60%;
  height: 5.625rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 10rem);
  background: url(../img/return.png) no-repeat center center;
  background-size: 100%;
  display: block;
}

#finish_body div {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body#finish .finish .go_website {
  width: 45%;
  left: 50%;
  margin-top: -100px;
  background: url(../img/go_website.png) no-repeat center center;
  background-size: 100%;
}

@media only screen and (min-width:500px) and (max-width:799px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width:385px) and (max-width:415px) {

  html {
    font-size: 13px;
  }
}

@media screen and (min-width:310px) and (max-width:349px) {
  html {
    font-size: 10.5px;
  }
}

@media screen and (min-width:350px) and (max-width:359px) {
  html {
    font-size: 11.5px;
  }
}

@media screen and (min-width:360px) and (max-width:384px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width:416px) and (max-width:435px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width:436px) and (max-width:450px) {
  html {
    font-size: 14px;
  }
}

@media screen and (width:360px) and (height:640px) {
  html {
    font-size: 12px;
  }
}

@media screen and (width:393px) and (height:786px) {
  html {
    font-size: 13px;
  }
}

@media screen and (width:375px) and (height:812px) {
  html {
    font-size: 12px;
  }
}

@media screen and (width:414px) and (height:736px) {
  html {
    font-size: 13.5px;
  }
}