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

@font-face {
  font-family: 'TogeMaruGothic';
  src: url('../fonts/TogeMaruGothic-600-Medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'TogeMaruGothic', 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/common_bg.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  margin-top: 40px !important;
}

header {
  width: 100%;
  height: 4vw;
  position: fixed;
  /* top: 40px; */
  z-index: 1000;
  background: url(../img/pc/nav_bg.png) no-repeat center center;
  background-size: 100%;
}

.header_bg {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
}

header nav {
  width: 100%;
  position: relative;
  transition: 0.3s;
  height: 4vw;
  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: 4vw;
  z-index: 10;
}

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

#header .menu>li {
  display: flex;
  align-items: center;
  padding: 0vw 1.5vw;
  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: .7vw;
  height: .7vw;
  left: -1.3vw;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

#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: 7.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.1vw;
  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: 500;
  font-family: 'Noto Sans JP', sans-serif;
}

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: 500;
  font-family: 'Noto Sans JP', sans-serif;
}

.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:before {
  content: '';
  width: 12.63vw;
  height: 10vw;
  background: url(../img/pc/box.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 4vw;
  top: 24vw;
  /* transform: translate(-10vw, -48%); */
  z-index: 10;
  animation: __01-Home_activityShake__piREg 2s ease-in-out infinite;
}

@keyframes __01-Home_activityShake__piREg {
    0% {
        transform: translateZ(0)
    }

    5% {
        transform: translate3d(-.25rem,-.0625rem,0)
    }

    10% {
        transform: translate3d(.25rem,.0625rem,0)
    }

    15% {
        transform: translate3d(-.125rem,-.0625rem,0)
    }

    20% {
        transform: translate3d(.125rem,.0625rem,0)
    }

    25% {
        transform: translateZ(0)
    }

    to {
        transform: translateZ(0)
    }
}

#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: 24.04vw;
  height: 7vw;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 8vw);
  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%, 8.2vw);
  cursor: pointer;
}

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

#rewards:before {
  content: '';
  width: 58.04vw;
  height: 51.79vw;
  background: url(../img/pc/rewards/hero.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-10vw, -45%);
  z-index: -26;
}

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

#rewards h1:after {
  content: '';
  width: 35.78vw;
  height: 2.24vw;
  background: url(../img/rewards_text.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 5vw);
  z-index: -26;
}

#rewards h1 img {
  width: 100%;
}

#rewards .rewards_wrapper {
  width: 73vw;
  height: auto;
  margin: 9vw auto 0vw;
  z-index: 1;
  position: sticky;
  transform: translateX(6vw);
}

#rewards .rewards_wrapper p {
  font-size: 0.8vw;
  color: #000000;
  text-align: right;
  margin-top: 1vw;
  font-weight: 600;
}

#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: 50vw;
  z-index: 0;
  position: relative;
  /* padding: 5.2083vw 0; */
  scroll-margin-top: 2vw;
  background: url(../img/pc/chara/chara_bg.png) no-repeat center center;
  background-size: 100%;
}

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

#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 .down_arrow {
  display: none;
}

.chara_area .pic_chara {
  width: 100%;
  height: 50.21vw;
  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;
}

#chara .chara_pagination {
  width: 45vw;
  z-index: 10;
  position: absolute;
  left: 11vw;
  right: auto;
  bottom: 6vw;
}

#chara .chara_pagination .swiper-pagination-bullet-active {
  filter: grayscale(0%);
  width: 6.5vw;
  height: 6.5vw;
  overflow: hidden;
  border: .25vw solid #1b447d;
}

#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: 6.5vw;
  height: 6.5vw;
  margin: 0vw .5vw 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;
}

#chara .chara_pagination span:nth-child(6) {
  background: url(../img/pc/chara/c6.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 5vw;
  /* background: url(../img/pc/feature/feature_bg.jpg) no-repeat center; */
  /* background-size: cover; */
  scroll-margin-top: 4vw;
}

#feature h1 {
  width: 26vw;
  height: 5.4vw;
  margin: 0 auto;
}

#feature h1 img {
  width: 100%;
}

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

#feature .feature-slider .swiper-slide {
  width: 33.33vw;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.75);
  border: 0.4vw solid #000000;
  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: 4vw;
}

#feature .feature_pagination .swiper-pagination-bullet {
  width: 1vw;
  height: 1vw;
  display: inline-block;
  opacity: 1;
  background: #ffffff;
  border: 0.2vw solid #000;
  border-radius: 0;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #02fcff;
  width: 1vw;
  height: 1vw;
  box-shadow: none;
  border: 0.2vw solid #000;
  border-radius: 0;
}

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

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

.prevbtn {
  width: 2.34vw;
  height: .52vw;
  position: absolute;
  top: 50%;
  left: 15vw;
  transition: transform 0.3s ease-out;
  cursor: pointer;
}

.nextbtn {
  width: 2.34vw;
  height: .52vw;
  position: absolute;
  top: 50%;
  right: 15vw;
  transition: transform 0.3s ease-out;
  cursor: pointer;
}

.nextbtn:hover {
  transform: translate(0.5vw)
}

.prevbtn:hover {
  transform: translate(-0.5vw)
}

.nextbtn img,
.prevbtn img {
  width: 100%;
}

#world {
  width: 100%;
  height: 56.45vw;
  background: url(../img/pc/world/world_bg.png) no-repeat;
  background-size: 100%;
  position: relative;
  padding: 9vw 0 4vw;
  scroll-margin-top: -1vw;
  /* overflow: hidden; */
}

#world h1 {
  width: 26vw;
  height: 6.04vw;
  margin: 0vw auto 1vw;
  z-index: 100;
  position: sticky;
}

#world h1 img {
  width: 100%;
}

#world .world_text {
  width: 45.41vw;
  display: block;
  margin: 0 auto;
  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: 5vw 0;
  scroll-margin-top: 4vw;
  z-index: 6;
  position: sticky;
}

.spec_info {
  padding: 0;
}

.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.5vw;
  /* border-radius: 1.0417vw; */
  /* border: .2083vw solid #fff; */
}

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

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

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

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

#spec .notice {
  line-height: 1.75;
  font-size: .75vw;
  display: block;
  margin: 2.6042vw auto 0;
  width: 100%;
  background: #1b437ce6;
  max-width: 46.875vw;
  padding: 1.5vw;
  color: #ffffff;
  /* border: .0521vw solid #fff; */
}

#spec .notice span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3vw;
  color: #ffffff;
  margin-bottom: 0.5vw;
}

.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: #1b447d;
}


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: 12vw;
  background: url(../img/return.png) no-repeat center center;
  background-size: 100%;
}

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