@charset "UTF-8";
/* 簡易リセットCSS */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: .8333vw;
}

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

html {
  font-size: .8333vw;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  /* display: none; */
}


body {
  position: relative;
  width: 100%;
  color: var(--color_text);
  font-size: .8333vw;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  background: url(../img/pc/rewards_bg.jpg) no-repeat;
  background-size: 100%;
  overflow: hidden;
}

header {
  width: 100%;
  position: fixed;
  top: 40px;
  z-index: 1000;
  background: linear-gradient(0deg, #ffffff00, #ffffff, #ffffff);
}

.sp_header {
  display: block;
  width: 100%;
}

header nav {
  width: 100%;
  position: relative;
  transition: 0.3s;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  border-radius: 0 0 1.5625rem 1.5625rem;
  display: flex;
}


#header #menu_wrap {
  display: flex;
  justify-content: center;
  height: 4.375rem;
  z-index: 10;
}

#header .menu {
  width: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

#header .menu>li {
  display: flex;
  align-items: center;
  padding: 0vw 2vw;
  height: 100%;
  margin: 0 0;
  transition: all 0.3s;
  font-size: 1.5625rem;
  position: relative;
  align-content: center;
}

#header .menu>li a:hover:before{
  content:"";
  position: absolute;
  background:url(../img/star.png) no-repeat center center;
  background-size:100%;
  width: .89vw;
  height: .89vw;
  left: -1.3vw;
  top: 50%;
  transform: translateY(-39%);
}

#header .menu>li a:hover:after{
  content:"";
  position: absolute;
  background:url(../img/star.png) no-repeat center center;
  background-size:100%;
  width: .89vw;
  height: .89vw;
  right: -1.3vw;
  top: 50%;
  transform: translateY(-39%);
}

#header .menu>li a {
  color: #000000;
  text-decoration: none;
  font-size: 1.25vw;
  line-height: 1;
  position: relative;
  transition: transform 0.5s ease;
}

#header .menu>li a:hover {
  color: #f86aa8;
}

#header .menu>li.menu_title {
  display: none;
}

#header .menu .menu_top {
  /* display: none; */
}

#header .menu>li .menu>li a:hover {
  color: #ea121f;
}

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

header nav .global_pagination {
  width: 7.5vw;
  height: .5vw;
  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.5vw !important;
}

header nav .global_pagination span {
  width: 1.15vw;
  height: .5vw;
  margin: 0 .0833vw !important;
  opacity: 1;
  font-size: 0;
  outline: none;
  line-height: 0;
}

.top_icon,
.menu_open {
  display: none;
}

footer {
  background: #ffffff;
  height: 8.3333vw;
  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.5625vw;
  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: 9.6875vw;
  height: 3.5938vw;
}

footer .company_info div {
  margin: 0vw 0vw 0vw 2.0833vw;
}

footer .company_info ul {
  margin-bottom: 0vw;
  font-size: .8333vw;
  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 .2604vw;
  padding-left: .2604vw;
  border-left: .0521vw solid #cccccc;
}

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

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

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

footer p {
  width: 100%;
  text-align: center;
  margin: .4167vw 0 0;
  color: #000;
  font-size: .7292vw;
  font-weight: 400;
}

.go_top {
  position: fixed;
  right: 1.0417vw;
  bottom: 1.5625vw;
  z-index: 999;
  display: none;
  transition: transform 0.5s ease-in-out;
  width: 5.8333vw;
  height: 5.8333vw;
}

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

#top {
  width: 100%;
  position: relative;
  scroll-margin-top: 1.6667vw;
}

#top .top_logo {
  width: 25.16vw;
  height: 14.17vw;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
  cursor: auto;
}
#top .top_logo img{
  width:100%;
}

.start_btn,
.start_btn_off {
  width: 26.04vw;
  height: 7.66vw;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,10vw);
  transition: transform 0.3s ease-out;
  z-index: 6;
}

.start_btn{
  background:url(
  ../img/start.png) no-repeat center center;
  background-size:100%;
}

.start_btn_off{
  background:url(
  ../img/start_off.png) no-repeat center center;
  background-size:100%;
}

.start_btn:hover {
  background: url(../img/start_on.png) no-repeat center center;
	background-size:100%;
	transform: translate(-50%,10.1vw);
  cursor: pointer;
}

#top .main_title{
  position:absolute;
  width: 6.15vw;
  height: 34.27vw;
  right: 3vw;
  top: 7vw;
  z-index:1;
}
#top .main_title img{
  width:100%;
}

#top .top_hero{
  width:56.15vw;
  height:59.22vw;
  position:absolute;
  right:1vw;
  top: 4vw;
animation: gentle-float 3s ease-in-out infinite;
}

@keyframes gentle-float {

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

  50% {
    transform: translateY(-0.8333vw);
  }
}

#top .top_hero img{
  width:100%;
}
.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.2);
}

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}

#rewards {
  width: 100%;
  z-index: 0;
  position: relative;
  padding: 5vw 0 4vw;
  scroll-margin-top: 1vw;
  /* background: url(../img/pc/rewards/rewards_bg.jpg) no-repeat center center; */
  /* background-size: cover; */
}

#rewards h1 {
  width: 26vw;
  height: auto;
  margin: 0vw auto .9375vw;
  z-index: 100;
  position: sticky;
}

#rewards h1 img {
  width: 100%;
}

#rewards .rewards_wrapper {
  width: 46.88vw;
  height: 48.23vw;
  margin: 1vw auto 0;
  /* transform: translate(-5vw, 0%); */
  z-index: 1;
  position: sticky;
}

#rewards .rewards_wrapper p {
  font-size: 0.75vw;
  color: #000000;
}

#rewards .rewards_wrapper ul {
  width: 100%;
  display: flex;
}

#rewards .rewards_wrapper ul li {
  width: 9.48vw;
  height: 33.18vw;
  margin: 0 .35vw;
}

#rewards .rewards_wrapper ul li:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease;
  cursor: pointer;
}

#rewards .rewards_wrapper ul li:not(:hover) {
  transform: scale(1);
  transition: transform 0.5s ease;
  cursor: pointer;
}

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

/* chara */
#chara {
  width: 100%;
  height: 46.98vw;
  z-index: 0;
  position: relative;
  /* padding: 5.2083vw 0; */
  scroll-margin-top: 1vw;
  background: url(../img/pc/chara/chara_bg.jpg) no-repeat center center;
  background-size: cover;
}

#chara h1 {
  width: 28.3333vw;
  height: auto;
  z-index: 100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5vw;
}

#chara h1 img {
  width: 100%;
}

.chara_area .chara_cont {
  position: absolute;
  width: 32vw;
  height: auto;
  display: block;
  top: 14vw;
  left: 16vw;
  background: #ffffff57;
  padding: 1vw;
  color: #56209b;
}

.chara_area .chara_cont .name {
  font-size: 3.6vw;
  line-height: 1;
  margin-bottom: 1.04vw;
  font-family: 'A-OTF フォーク Pro';
  font-weight: bold;
}

.profile_area {
  /* background: rgba(255, 255, 255, 0.5); */
  border-top: .3vw solid #56209b;
  /* padding: 1vw .68vw; */
  margin-top: 1vw;
}

.profile_area ul{
  display:flex;
  align-items: center;
  align-content: center;
  margin: 1vw 0;
  justify-content: flex-start;
}

.profile_area li {
  /* margin-bottom: 1.04vw; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  align-items: center;
}

.profile_area li:nth-of-type(2) {
  margin-bottom: 0;
}

.profile_area li p {
  font-size: 1.35vw;
  color: #ffffff;
  border-radius: .1vw;
  background: #56209b;
  width: 7vw;
  height: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: .52vw;
  align-items: center;
}

.profile_area li span {
  font-size: 1.35vw;
  color: #1e1e1e;
  word-wrap: break-word;
  word-break: break-word;
}

.chara_area .chara_cont .lines {
  font-size: 1.09vw;
  line-height: 1.5;
}

.chara_area .chara_cont .lines span{
}

.chara_area .chara_cont .lines .down_arrow{
  display:none;
}

.chara_area .pic_chara {
  width: 100%;
  height: 47.4vw;
  display: block;
  /* position: absolute; */
  right: 0;
  z-index: -1;
}

.chara_area .pic_chara img {
  width: 100%;
}

.swiper-wrapper,
.swiper-container {
  width: 100%;
  /* height: 100vh; */
  position: relative;
}

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

.swiper-slide-active,
.swiper-slide-duplicate-active {
  /* transform: scale(1); */
}

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

#chara .chara_pagination .swiper-pagination-bullet-active {
  filter: grayscale(0%);
  width: 5.2083vw;
  height: 5.2083vw;
  overflow: hidden;
  border: .16vw solid #b84af9;
  box-shadow: 0vw .21vw 0 0 #b84af9;
}

#chara .chara_pagination .swiper-pagination-bullet-active:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  background: linear-gradient(120deg, #ffffff00, #ffffff00, hsl(0deg 0% 100% / 30%), #ffffff00, #ffffff00);
  transition: all .5s;
  -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%
  }
}

#chara .chara_pagination span {
  width: 5.2083vw;
  height: 5.2083vw;
  margin: 0vw .2083vw 0 !important;
  opacity: 1;
  font-size: 0;
  background-size: 100% !important;
  filter: grayscale(100%);
  border-radius: 0;
  transition: transform .1s linear, opacity .1s linear;
}

#chara .chara_pagination span:hover {
  transform: scale(0.95);
  transition: transform 0.5s ease;
}

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


.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}

/*=============================== feature =============================  */
#feature {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 4vw 0;
  background: url(../img/pc/feature/feature_bg.jpg) no-repeat center;
  background-size: cover;
  scroll-margin-top: 2vw;
}

#feature h1 {
  width: 23vw;
  height: 4.01vw;
  margin: 0 auto;
}

#feature h1 img {
  width: 100%;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 2vw auto 0;
}

#feature .feature-slider .swiper-slide {
  width: 33.33vw;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.85);
  border: 0.4vw solid #ffffff;
  line-height: 0;
}

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

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

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

#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;
  align-items: center;
  position: absolute;
  bottom: 3vw;
}

#feature .feature_pagination .swiper-pagination-bullet {
  width: 0.85vw;
  height: 0.85vw;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #000000;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #db2ad4;
  width: 2vw;
  height: 0.85vw;
  border-radius: .52vw;
  box-shadow: none;
}

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

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

#world {
  width: 100%;
  background: url(../img/pc/world/world_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 4vw 0;
  scroll-margin-top: 1.67vw;
  overflow: hidden;
}

#world h1 {
  width: 19vw;
  height: auto;
  margin: 0vw auto 2vw;
  z-index: 100;
  position: sticky;
}

#world h1 img {
  width: 100%;
}

#world .world_text {
  width: 45.41vw;
  display: block;
  margin: 0 auto;
  /* transform: translate(10vw, 0.5vw); */
  z-index: 1;
  position: sticky;
}

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

#spec {
  width: 100%;
  background: url(../img/pc/spec_bg.jpg)no-repeat;
  background-size: cover;
  padding: 3.4375vw 0 0;
  scroll-margin-top: 1.6667vw;
  z-index: 6;
  position: sticky;
}

.spec_info {
  padding: 0vw 0 4vw;
}

#spec h1 {
  width: 5.7167vw;
  height: .8333vw;
  margin: 1vw auto .1667vw;
  z-index: 100;
  position: sticky;
}

#spec h1 img {
  width: 100%;
}

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

.assist h2 {
  font-size: 1.0417vw;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: .8333vw;
}

#spec .spec_inner {
  width: 100%;
  max-width: 46.875vw;
  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: 10.9375vw;
  border-radius: 1.0417vw;
  border: .2083vw solid #fff;
}

#spec .spec_inner .spec_table {
  font-size: 0.8vw;
  border-collapse: separate;
  border-spacing: .2083vw;
  color: #000000;
}

#spec .spec_inner .spec_table th {
  padding: .2604vw;
  width: 7.2917vw;
  text-align: center;
  margin-right: .1563vw;
  vertical-align: middle;
  background-color: #0000001a;
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding: 0 1em;
  background-color: #0000001a;
}

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

#spec .notice {
  line-height: 1.75;
  font-size: .9vw;
  display: block;
  margin: 2.6042vw auto 0;
  width: 100%;
  background: #0000001a;
  max-width: 46.875vw;
  padding: 1vw;
  color: #000000;
  border: .0521vw solid #fff;
}

#spec .notice span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3vw;
  color: #843aeb;
}

.hide4 {
  display: none;
}

#go_top{
		width: 4vw;
		height: 2vw;
		fill: #ffffff;
		position:fixed;
		right: 1vw;
		bottom: 0;
		background: #000000;
		border-radius: 0.5vw 0.5vw 0 0;
		padding: 0.3rem;
		/* border: .125rem solid #fff; */
		box-sizing: border-box;
		cursor:pointer;
		transition: transform 0.5s ease-in-out;
		z-index: 100;
		display:flex;
		justify-content: center;
		align-items: center;
	}
#go_top svg{
	width:2vw;
	height:2vw;
	fill:#fff;
}
#go_top:hover{
		background: linear-gradient(0deg, #9835df, #441e7a);
	}


body#finish {
  min-width: 7.5vw;
  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: 7.5vw;
  height: 47.5vw;
  width: 100%;
  background: url(../img/pc/finish.jpg) no-repeat center top;
  background-size: cover;
}

body#finish .finish .return {
  position: absolute;
  width: 24vw;
  height: 7vw;
  left: 18vw;
  transition: transform 0.5s ease;
  bottom: 13vw;
  background: url(../img/return.png) no-repeat center center;
  background-size: 100%;
}

body#finish .finish .return:hover{
  transform:scale(1.02);
}