@charset "UTF-8";

/* 强制嵌入字体，不依赖系统 */
@font-face {
  font-family: 'MyCustomKai';
  src: url('../fonts/A-OTF-KaishoMCBK1Pro-DeBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
  /* 强制等待字体加载完成再显示文字 */
}

/* 全局只使用这个嵌入字体，不写任何兜底 */
body {
  font-family: 'MyCustomKai';
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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: url(../img/sp/common_bg.png) no-repeat center;
  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: 4vw 2vw;
  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; */
  color: #5d90ff;
  font-size: 2.75vw;
  font-family: 'Noto Sans JP', sans-serif;
}

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

header {
  width: 100%;
  height: 6.6667vw;
  /* display: none; */
}

.no_scroll {
  overflow: hidden;
}

#header {
  width: 100%;
  height: 12vw;
  /* background: linear-gradient(0deg, #a9a9a9, #ffffff); */
  background: #000000;
  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(16 0 0 / 96%);
  z-index: 11;
}

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: #420000b8;
  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: 2.3333vw;
  top: 2.3333vw;
  width: 8.3333vw;
  height: 8.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: #ffffff;
  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(-2.5vw);
  transform: translateY(-2.5vw);
}

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

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: 148.5vw;
  clear: both;
  position: relative;
  margin-top: 0;
  scroll-margin-top: 12vw;
}

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

#top .main_title,
.top_hero {
  display: none;
}

.header_bg {
  width: 100%
}

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

.start_btn {
  background: url(../img/start.png) no-repeat center center;
  background-size: 100%;
  animation: gentle-float 3s ease-in-out infinite;
}

@keyframes gentle-float {

  0%,
  100% {
    transform: translate(-50%, 31vw);
  }

  50% {
    transform: translate(-50%, 30vw);
  }
}

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

#rewards {
  width: 100%;
  height: 100%;
  height: auto;
  padding: 0vw 0 3vw;
  scroll-margin-top: 18vw;
  position: relative;
}

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

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

#rewards h1 img {
  width: 100%;
}

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


#rewards img {
  width: 100%;
}

#rewards .rewards_wrapper p {
  color: #ffffff;
  margin: 4vw 0;
  text-shadow: -2px 0 2px #000000, 2px 0 2px #000000, 0px -2px 2px #000000, 0px 2px 2px #000000;
  display: none;
}

#chara {
  width: 100%;
  /* height: 100%; */
  height: 147vw;
  /* padding: 4.2667vw 0; */
  background: url(../img/sp/chara/chara_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  scroll-margin-top: 10vw;
}

#chara h1 {
  width: 70%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  position: absolute;
  margin-top: 9vw;
}

#chara h1 img {
  width: 100%;
}

#chara .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  height: 148vw;
}

.chara_area {
  position: relative;
  width: 100%;
  color: #1e1e1e;
  z-index: 9;
  margin: 0 auto;
}

.chara_area .chara_cont {
  position: absolute;
  width: 95%;
  display: block;
  bottom: 23vw;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffffc2;
  padding: 2vw;
  color: #56209b;
}

.chara_area .chara_cont .name {
  font-size: 5vw;
  font-weight: 900;
  /* line-height: 1; */
  margin-bottom: 2vw;
  font-family: 'A-OTF フォーク Pro';
}

.profile_area {
  border-top: .2vw solid #56209b;
  padding: 2vw 0 1vw;
}

.profile_area ul {
  display: flex;
  justify-content: flex-start;
}

.profile_area li {
  margin-bottom: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  align-items: center;
}

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

.profile_area li p {
  font-size: 3.47vw;
  color: #ffffff;
  background: #56209b;
  width: 15vw;
  height: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: .52vw;
}

.profile_area li span {
  font-size: 3.47vw;
  color: #1e1e1e;
  line-height: 1.5;
  /* width: 25vw; */
  word-wrap: break-word;
  word-break: break-word;
}

.chara_area .chara_cont .lines {
  font-size: 3.2vw;
  line-height: 1.5;
  /* text-shadow: .1vw 0 #ebeff4, 0 .1vw #ebeff4, -0.1vw 0 #ebeff4, 0 -0.1vw #ebeff4; */
  transition: transform 0.3s ease;
}

.p_hidden {
  height: 10vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: transform 0.3s ease;
}

.chara_area .chara_cont .lines .down_arrow {
  width: 6vw;
  height: 6vw;
  display: block;
  margin: .53vw auto 0;
}

.chara_area .chara_cont .lines .down_arrow_on {
  animation: bounce 2s infinite;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.chara_area .chara_cont .lines .down_arrow_off {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

@keyframes bounce {

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

  40% {
    transform: translateY(-5px);
  }

  60% {
    transform: translateY(-3px);
  }
}


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

.chara_area .pic_chara img {
  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: 4vw;
}

#chara .chara_pagination .swiper-pagination-bullet-active {
  filter: grayscale(0%);
  border: .53vw solid #000000;
}

#chara .chara_pagination span {
  width: 14vw;
  height: 14vw;
  /* 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;
}

/*=============================== feature =============================  */
#feature {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 9vw 0 16vw;
  scroll-margin-top: 10vw;
  z-index: 10;
}

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

#feature h1 img {
  width: 100%;
}

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

#feature .feature-slider .swiper-slide {
  width: 33.33vw;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.9);
  border: 0.8vw 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(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;
  align-items: center;
  position: absolute;
  bottom: 9vw;
}

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

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #de0a26;
  width: 4vw;
  height: 4vw;
  border-radius: 0;
  box-shadow: none;
}

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

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

.prevbtn,
.nextbtn {
  display: none;
}

/*=============================== world =============================  */
#world {
  width: 100%;
  height: auto;
  height: 147vw;
  background: url(../img/sp/world/world_bg.jpg) no-repeat;
  background-size: 100%;
  padding: 7vw 0 0vw;
  scroll-margin-top: 10vw;
}

#world h1 {
  width: 70%;
  display: block;
  margin: 0 auto;
  z-index: 10;
}

#world h1 img {
  width: 100%;
}

#world .world_text {
  width: 77vw;
  /* height: 654px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1vw 0;
  margin: 0 auto;
  margin-left: 21vw;
}

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

#spec {
  width: 100%;
  height: 100%;
  padding: 10vw 0 0;
  color: #e3e3e3;
  scroll-margin-top: 12vw;
}

#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: 0;
  /* border: .5333vw solid #fff; */
}

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

#spec .spec_inner .spec_table th {
  border: 0;
  padding: 0.5em;
  text-align: center;
  margin-right: .4vw;
  vertical-align: middle;
  background-color: #000000e6;
  width: 25%;
}

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

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

#spec .notice {
  line-height: 2;
  font-size: 3vw;
  display: block;
  margin: 5.3333vw auto 10vw;
  width: 95%;
  padding: 1em;
  background-color: #000000e6;
  /* border: .1333vw solid #fff; */
  color: #ffffff;
}

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

#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 {
  width: 8vw;
  height: 8vw;
  fill: #ffffff;
  position: fixed;
  right: 0;
  bottom: 2vw;
  background: #980a0b;
  border-radius: 1.5vw 0 0 1.5vw;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

#go_top svg {
  width: 7vw;
  height: 7vw;
  fill: #fff;
}

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: 50%;
  height: 15vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50vw);
  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%;
}