@charset "UTF-8";

/* 簡易リセットCSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family:Inter,Inter Fallback;
}

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

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

input:focus {
  outline: none;
}

html {
  font-size: 2.1333vw;
}

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: 2.1333vw;
  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 .4267vw 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;
}

.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;
  background: #fff;
  margin-top: 0vw;
}

footer .company_info {
  padding: 2.1333vw;
  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: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.3333vw 0;
}

footer .company_info ul li {
  color: #0099cb;
  margin: 0 2.1333vw 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 2.1333vw 0 0;
}

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

header {
  width: 100%;
  height: 6.6667vw;
}

.no_scroll {
  overflow: hidden;
}

#header {
  width: 100%;
  height: 12vw;
  background: linear-gradient(90deg, #302a2a, #544a49, #302a2a);
  background: #000;
  position: fixed;
  z-index: 100;
  /* display: none; */
}

#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: 12.1vw;
    height: calc(100% - .1067vw);
    background: rgb(21 0 26 / 96%);
  }

header #header #menu_wrap .menu li {
  text-align: center;
  font-size: 5vw;
  line-height: 10vw;
  border-bottom: .1333vw solid #ffffffa6;
}

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

header #header #menu_wrap .menu .menu_title {
    color: #fff;
    background-color: #220042b8;
    font-weight: 600;
    line-height: 18vw;
  }

header #header #menu_wrap .menu .menu_top a {
  height: 10vw;
}

header #header #menu_wrap .menu .menu_rewards a {
  height: 10vw;
}

header #header #menu_wrap .menu .menu_chara a {
  height: 10vw;
}

header #header #menu_wrap .menu .menu_feature a {
  height: 10vw;
}

header #header #menu_wrap .menu .menu_world a {
  height: 10vw;
}

header #header #menu_wrap .menu .menu_spec a {
  height: 10vw;
}


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

header #header #menu_wrap .sublink li {
  width: .8533vw;
  margin: .1707vw;
}

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: 1.3333vw;
  top: 3.3333vw;
  width: 8.3333vw;
  height: 5.3333vw;
  background-color: #000000;
  border-radius: 1.3333vw;
  border: none;
}

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

header #header .menu_open span {
  display: block;
  width: 100%;
  margin: auto;
  height: 1vw;
  background-color: #fff;
  border-radius: .4vw;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 1vw)/2);
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-border-radius: .6vw;
  -moz-border-radius: .6vw;
  -ms-border-radius: .6vw;
  -o-border-radius: .6vw;
}

header #header .menu_open .menu_lineTop {
  -webkit-transform: translateY(-2vw);
  transform: translateY(-2vw);
}

header #header .menu_open .menu_lineBottom {
  -webkit-transform: translateY(2vw);
  transform: translateY(2vw);
}

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: 9vw;
  height: 9vw;
  border: .2vw solid #fff;
}

.top_icon p {
  margin: 0;
  font-size: 3vw;
  color: #ffffff;
  line-height: 1.5;
  margin-left: 1.0667vw;
}

.swiper-pagination {
  display: none;
}

header .sp_header {
  width: 100%;
  display: block;
  padding-top: .64vw;
}

#top {
  width: 100%;
  height: 136vw;
  clear: both;
  position: relative;
  margin-top: 4vw;
}

#top .pc_video{
  display:none;
}

#top .sp_video{
  /* display:none; */
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
#top .top_logo{
  width: 40vw;
  /* height: 30.6vw; */
  position:absolute;
  right: 2vw;
  top: 6vw;
  z-index: 1;
}

.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: 14vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

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

.head_lule_box {
  width: 83%;
  line-height: 1.2;
  color: #ffffff;
  text-align: left !important;
  text-decoration: none !important;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  flex-direction: row;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8vw;
  z-index: 10;
  text-shadow: -1px -1px 0 #000000,  
         1px -1px 0 #000000,
        -1px  1px 0 #000000,
         1px  1px 0 #000000;
  justify-content: space-evenly;
  font-size: 2.5vw;
}

.head_lule_box span {
  /* padding: .2604vw; */
  display: flex;
  align-items: center;
  font-size: 3vw;
}

.head_lule_box input {
  vertical-align: middle;
  margin-right: 1vw;
  width: 3vw;
  height: 3vw;
  border: 1px solid #000;
  outline: none;
}

#rewards {
  width: 100%;
  height: 100%;
  padding: 8vw 0;
  background: url(../img/sp/rewards/rewards_bg.jpg) no-repeat center;
  background-size: cover;
  scroll-margin-top: -4.2667vw;
}

#rewards h1{
  width: 60%;
  display: block;
  margin: 0vw auto 4.8vw;
  z-index: 10;
  position: sticky;
}
#chara h1 {
  width: 60%;
  display: block;
  left:50%;
  transform:translateX(-50%);
  z-index: 10;
  position: absolute;
  margin-top: 6vw;
}

#feature h1 {
  width: 60%;
  display: block;
  left:50%;
  transform:translateX(-50%);
  z-index: 10;
  position: absolute;
  /* margin-top: 1vw; */
}


#spec h1 {
  width: 50%;
  display: block;
  margin: 0vw auto 4.8vw;
  z-index: 10;
  position: sticky;
}

#rewards h1 img,
#feature h1 img,
#chara h1 img {
  width: 100%;
}

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

#rewards .rewards_wrapper ul{width:100%;display:flex;flex-wrap: wrap;flex-direction: row;justify-content: center;}
#rewards .rewards_wrapper ul li{
  width: 32%;
  margin: 0.5vw 0;
}

#rewards ul li img {
  width:100%;
}
#rewards .rewards_wrapper p{
  color:#fff;
  margin:2vw 0
}

#chara {
  width: 100%;
  height: 100%;
  /* padding: 4.2667vw 0; */
  background: url(../img/sp/chara/chara_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
#chara   .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  height: 130vw;
  /* 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; */
}

#chara .hero_info {
  position: absolute;
  z-index: 6;
  right: 2vw;
  top: 29vw;
  width: 60%;
  height: auto;
}

#chara .hero_img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  width: 100%;
}

#chara .chara_pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 2.1333vw auto 0;
  z-index: 10;
  position: absolute;
  /* left: 50%; */
  /* transform: translate(-50%, 2.1333vw); */
  align-items: center;
  justify-content: center;
  bottom: 2.6667vw;
}

#chara .chara_pagination .swiper-pagination-bullet-active {filter: grayscale(0%);}

#chara .chara_pagination span {
  width: 15vw;
  height: 15vw;
  /* margin: .5333vw 1.0667vw!important; */
  opacity: 1;
  font-size: 0;
  background-size: 100% !important;
  filter: grayscale(100%);
  border-radius: 0;
}

#chara .chara_pagination span:nth-child(1) {
  background: url(../img/pc/chara/c1.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(2) {
  background: url(../img/pc/chara/c2.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(3) {
  background: url(../img/pc/chara/c3.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(4) {
  background: url(../img/pc/chara/c4.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(5) {
  background: url(../img/pc/chara/c5.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(6) {
  background: url(../img/pc/chara/c6.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(7) {
  background: url(../img/pc/chara/c7.png) no-repeat center;
}
#chara .chara_pagination span:nth-child(8) {
  background: url(../img/pc/chara/c8.png) no-repeat center;
}

#feature {
  width: 100%;
  height: 100%;
  padding: 12vw 0 12vw;
  background: url(../img/sp/feature/feature_bg.jpg) no-repeat;
  background-size: cover;
}

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

#feature  .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;
  margin-top: 15vw;
}


#feature .feature-slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000b0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#feature .feature-slider .swiper-slide img {
  width: 100%;
}

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

#feature .feature-slider .swiper-slide-active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00000000;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#feature .feature_pagination {
  width: 100%;
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 3.2vw;
}

#feature .feature_pagination .swiper-pagination-bullet {
  width: 3vw;
  height: 3vw;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #ffffff;
}
#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: linear-gradient(to top, #66008f 0%, #ff73ee 100%);
  width: 6vw;
  height: 3vw;
  border-radius: 2vw;
}

#feature .feature_pagination span {
  margin: 0 1.6vw;
}

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

#spec {
  width: 100%;
  height: 100%;
  background: url(../img/spec_bg.jpg);
  background-size: 12.8vw 12.5333vw;
  padding: 6.6667vw 0 0;
  color: #e3e3e3;
}

#spec .spec_inner {
  width: 100%;
  margin: 0vw 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: 40vw;
  margin: 0 0 4vw 0;
  border-radius: 2.6667vw;
  border: .5333vw solid #fff;
}

#spec .spec_inner .spec_table {
  width: 90%;
  font-size: 3vw;
  border-collapse: separate;
  border-spacing: .4vw;
  /* text-shadow: 0 0 .6667vw rgba(0, 0, 0, 0.4); */
  height: 4.2667vw;
  color: #3f1240;
}

#spec .spec_inner .spec_table th {
  border: 0;
  padding: 0.5em;
  text-align: center;
  margin-right: .4vw;
  vertical-align: middle;
  background-color: rgb(255 255 255);
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding: 0.5em 1em;
  background-color: rgb(255 255 255);
  border: 0;
  font-weight: 600;
}

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

#spec .notice {
  line-height: 2;
  font-size: 3vw;
  display: block;
  margin: 5.3333vw auto 10vw;
  width: 90%;
  padding: 1em;
  /* background-color: rgb(0 0 0 / 45%); */
  border: .1333vw solid #fff;
}

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

#spec .caution {
  width: 90%;
  margin: 0 auto;
  padding: .2133vw;
  border: .0427vw solid #8b785e;
  border-radius: .32vw;
  background-color: rgba(0, 0, 0, 0.7);
}

#spec .caution p {
  font-size: .3413vw;
  margin-bottom: .2133vw;
  color: #ffdb8b;
  text-align: center;
}

#spec .caution ul li {
  line-height: .4267vw;
  font-size: .2987vw;
  font-weight: 100;
  color: #f6e3b9;
}

.down {
  display: none;
}

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

.go_top img {
  width: 100%;
}

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: 2.6667vw;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

body#finish .company_info img {
  margin: 0 auto;
  width: 35.5333vw;
}

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

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

body#finish .company_info ul li {
  margin: 0 .6667vw;
  padding-left: .6667vw;
  border-left: .1333vw solid #fff;
}

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

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

body#finish .company_info p {
  width: 100%;
  text-align: center;
  margin: 1.3333vw 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: 16vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 56.2667vw);
  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: -13.3333vw;
  background: url(../img/go_website.png) no-repeat center center;
  background-size: 100%;
}

#foot_link {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 20vw;
  display: flex;
  background: linear-gradient(to top, #f3e5cf 0%, #fdfaf5 100%);
  background: #000000c2;
  padding: 1.7067vw 1.0667vw;
  align-items: center;
  flex-direction: column;
}

#foot_link .foot_title{
  /* width: 80%; */
  display: none;
}

#foot_link .foot_btn{
  width: 100%;
  height: 16vw;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 1.0667vw;
}

#foot_link .foot_btn a {
  width: auto;
  height: 15vw;
  display: flex;
}

#foot_link .foot_btn a img {
  width: 100%;
  height: 15vw;
}