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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Inter, Inter Fallback;
  font-weight: 400;
}

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



.delay-100 {
  animation-delay: 0.1s;
}

.delay-200 {
  animation-delay: 0.2s;
}

.delay-300 {
  animation-delay: 0.3s;
}

.delay-400 {
  animation-delay: 0.4s;
}

.delay-500 {
  animation-delay: 0.5s;
}

.delay-600 {
  animation-delay: 0.6s;
}

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/rewards_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

header {
  width: 100%;
  position: relative;
  top: 40px;
  z-index: 1000;
  /* height: 2.8125vw; */
  background: transparent;
}

.sp_header {
  display: block;
  width: 100vw;
  height: 49.9479vw;
}

header nav {
  width: 100%;
  position: relative;
  transition: 0.3s;
  height: 3.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  background: transparent;
  display: flex;
  align-items: center;
}

header nav .menu_pc {
  width: 100%;
  max-width: 40vw;
  display: flex;
  align-items: center;
  z-index: 100;
  position: absolute;
  justify-content: space-evenly;
  right: 0;
}

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

header nav .menu_pc li:nth-child(1) a {
  width: 3.4375vw;
  height: 2.8125vw;
  background: url(../img/pc/nav/nav_top.png) no-repeat 0 -2.8125vw;
  background-size: 100%;
  display: block;
}

header nav .menu_pc li:nth-child(2) a {
  width: 5.6771vw;
  height: 2.8125vw;
  background: url(../img/pc/nav/nav_rewards.png) no-repeat 0 -2.8125vw;
  background-size: 100%;
  display: block;
}

header nav .menu_pc li:nth-child(3) a {
  width: 6.3021vw;
  height: 2.8125vw;
  background: url(../img/pc/nav/nav_chara.png) no-repeat 0 -2.8125vw;
  background-size: 100%;
  display: block;
}

header nav .menu_pc li:nth-child(4) a {
  width: 5.47vw;
  height: 2.81vw;
  background: url(../img/pc/nav/nav_feature.png) no-repeat 0 -2.8125vw;
  background-size: 100%;
  display: block;
}

header nav .menu_pc li:nth-child(5) a {
  width: 4.3229vw;
  height: 2.8125vw;
  background: url(../img/pc/nav/nav_action.png) no-repeat 0 -2.8125vw;
  background-size: 100%;
  display: block;
}

header nav .menu_pc li:nth-child(1) a:hover {
  width: 3.4375vw;
  height: 2.8125vw;
  background: url(../img/pc/nav/nav_top.png) no-repeat 0 .2604vw;
  background-size: 100%;
  display: block;
}

header nav .menu_pc li:nth-child(2) a:hover {
  width: 5.6771vw;
  height: 2.8125vw;
  background: url(../img/pc/nav/nav_rewards.png) no-repeat 0 .2604vw;
  background-size: 100%;
  display: block;
}

header nav .menu_pc li:nth-child(3) a:hover {
  width: 6.3021vw;
  height: 2.8125vw;
  background: url(../img/pc/nav/nav_chara.png) no-repeat 0 .2604vw;
  background-size: 100%;
  display: block;
}

header nav .menu_pc li:nth-child(4) a:hover {
  width: 5.47vw;
  height: 2.81vw;
  background: url(../img/pc/nav/nav_feature.png) no-repeat 0 .2604vw;
  background-size: 100%;
  display: block;
}

header nav .menu_pc li:nth-child(5) a:hover {
  width: 4.3229vw;
  height: 2.8125vw;
  background: url(../img/pc/nav/nav_action.png) no-repeat 0 .2604vw;
  background-size: 100%;
  display: block;
}

.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,
.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: 300; */
}

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

.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;
  margin-top: -1.8vw;
}

#top .sp_video{
display:none;
}

#top .pc_video {
  position: absolute;
  left: 0vw;
  top: 0vw;
  /* max-width: 100%;
        min-height: 100%; */
  height: auto;
  width: 100vw;
  z-index: 0;
}

#top .top_logo {
  width: 20.83vw;
  height: 7.97vw;
  position: absolute;
  left: 5vw;
  top: 7vw;
  z-index: 1;
}

.sp_start_btn,
.sp_start_btn_off {
  display: none;
}

.pc_start_btn,
.pc_start_btn_off {
  width: 15vw;
  height: 15vw;
  display: block;
  position: absolute;
  left: 50%;
  top: 64%;
  transition: transform 0.5s ease;
  z-index: 6;
}

.pc_start_btn img:hover {
  transform: scale(1.05);
  content: url(../img/pc/start_on.png);
  transition: transform 0.5s ease;
  cursor: pointer;
}

.pc_start_btn img:not(:hover) {
  transform: scale(1);
  content: url(../img/pc/start.png);
  transition: transform 0.5s ease;
  cursor: pointer;
}

.pc_start_btn img,
.pc_start_btn_off img {
  width: 100%;
}

.head_lule_box {
  width: 12%;
  /* padding: .2083vw .625vw; */
  line-height: 1.2;
  color: #ffffff;
  text-align: left !important;
  text-decoration: none !important;
  /* font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important; */
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  flex-direction: column;
  left: 52%;
  top: 89%;
  z-index: 10;
  text-shadow: -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000;
}

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

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

.sp_top_bg {
  display: none;
}

.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: 5.2083vw 0;
  scroll-margin-top: 0;
  /* background: url(../img/pc/rewards/rewards_bg.jpg) no-repeat center center; */
  background-size: cover;
}

#rewards:after {
  content: "";
  width: 100%;
  max-width: 49.4792vw;
  /*height: 100%;
  */
  height: 79.1146vw;
  background: url(../img/get1.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  /*left: -4.1667vw;
  */
  left: 50%;
  margin-left: -53.3333vw;
  transform: translateX(0vw);
  top: -32.5vw;
  animation: gentle-float 3s ease-in-out infinite;
}

@keyframes gentle-float {

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

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

#rewards:before {
  content: "";
  width: 100%;
  max-width: 42.4479vw;
  /*height: 100%;
  */
  height: 69.8958vw;
  background: url(../img/get2.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  /*right: 4.1667vw;
  */
  right: 50%;
  margin-right: -44.1667vw;
  transform: translateX(0vw);
  top: -15vw;
  animation: gentle-float1 3s ease-in-out infinite;
}

@keyframes gentle-float1 {

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

  50% {
    transform: translateY(0vw);
  }
}

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

#rewards h1 img {
  width: 100%;
}

#rewards .rewards_wrapper {
  width: 100%;
  max-width: 59vw;
  height: auto;
  margin: 2.5vw auto 0;
  transform: translate(-5vw, 0%);
  z-index: 1;
  position: sticky;
}

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

#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%;
  z-index: 0;
  position: relative;
  /* padding: 5.2083vw 0; */
  scroll-margin-top: 0;
  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: 10%;
}

#chara h1 img {
  width: 100%;
}

#chara .chara_img {
  /* max-width: 50vw; */
  /* height: 100%; */
  margin: 0vw auto 0;
  width: 100%;
}

#chara .hero_info {
  position: absolute;
  z-index: 5;
  right: 13%;
  top: 50%;
  width: 49.375vw;
  height: 27.6563vw;
  /* left: 50%; */
  transform: translateY(-50%);
  /* width: 48%; */
}

#chara .hero_img {
  position: sticky;
  left: 0;
  /* top: 0; */
  z-index: 10;
  /* width: 100%; */
  /* min-width: 27.5vw; */
  /* height: auto; */
  /* aspect-ratio: 1073/800; */
  width: 53.8542vw;
  height: 49.4792vw;
}

.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;
  right: 13%;
  left: auto;
  bottom: 3.0833vw;
}

#chara .chara_pagination .swiper-pagination-bullet-active {
  filter: grayscale(0%);
  width: 5.2083vw;
  height: 5.2083vw;
  overflow: hidden;
}

#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(1.1);
  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;
}

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

#chara .prev,
#chara .next {
  position: absolute;
  width: .7vw !important;
  height: .6417vw !important;
  top: 50%;
}

#chara .prev {
  background: url(../img/arrow_l.png) no-repeat !important;
  background-size: 100% !important;
  left: 50% !important;
  transform: translateX(-5.6667vw);
}

#chara .next {
  background: url(../img/arrow_r.png) no-repeat !important;
  background-size: cover !important;
  left: auto;
  right: 50%;
  transform: translateX(5.6667vw);
}

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

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

#feature h1 {
  width: 28.33vw;
  height: auto;
  margin: 0vw auto .94vw;
  z-index: 100;
  position: sticky;
}

#feature h1 img {
  width: 100%;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  min-width: 41.67vw;
  width: 90%;
  max-width: 62.5vw;
  margin: 2.6vw auto 0 auto;
  padding: 0 0 2.6vw 0 !important;
  filter: drop-shadow(.16vw .16vw .16vw rgba(0, 0, 0, 0.3));
}

#feature .feature-slider .swiper-slide {
  width: 50.36vw;
  margin: 0 auto;
  /* opacity: 0.4; */
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.8);
  border: 0.3vw solid #fff;
}

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

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

#feature .feature_pagination .swiper-pagination-bullet {
  width: .78vw;
  height: .78vw;
  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: 1.56vw;
  height: .78vw;
  border-radius: .52vw;
}

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

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

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

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

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

#spec {
  width: 100%;
  background: url(../img/spec_bg.jpg);
  background-size: 5vw 4.8958vw;
  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: .75vw;
  border-collapse: separate;
  border-spacing: .2083vw;
  color: #3f1240;
}

#spec .spec_inner .spec_table th {
  padding: .2604vw;
  width: 7.2917vw;
  text-align: center;
  margin-right: .1563vw;
  vertical-align: middle;
  background-color: rgb(255 255 255);
  font-weight: 600;
}

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

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

#spec .notice {
  line-height: 2;
  font-size: .9vw;
  display: block;
  margin: 2.6042vw auto 0;
  width: 100%;
  /* background: rgb(0 0 0 / 45%); */
  max-width: 46.875vw;
  padding: 1em 2em;
  color: #fff;
  border: .0521vw solid #fff;
}

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

.hide4 {
  display: none;
}

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: 6vw;
  left: 50%;
  transform: translate(-30.8333vw, 0);
  bottom: 13vw;
  background: url(../img/return.png) no-repeat center center;
  background-size: 100%;
}