@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: 0;
  z-index: 1000;
  background: linear-gradient(0deg, #ffffff00, #ffffff, #ffffff);
}

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

#header .sns {
  width: auto;
  height: 3.65vw;
  display: flex;
  align-items: center;
  position: absolute;
  right: 5vw;
  z-index: 10;
}

#header .sns a {
  width: 2.08vw;
  height: 2.08vw;
  border-radius: .42vw;
  margin: 0 .42vw;
  box-sizing: border-box;
}

#header .sns a.x {
  background: #000;
  padding: .25vw;
}

#header .sns a.youtobe {
  background: #ff0000;
}

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: 7vw;
  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: 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: 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;
  margin-top: -2vw;
  z-index: 1;
}

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

.p-header__gamestart {
  width: 28.8021vw;
  margin: 0 auto;
  z-index: 1;
  background: #ffffff69;
  padding: 0.6vw;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,9vw);
}

.qr {
  width: 5vw;
  margin-right: 1vw;
}

.p-header__gamestart__wrapper {
  text-align: right;
  /* background: url(../img/qr.png) no-repeat left top; */
  width: 21.6146vw;
  height: 7.1354vw;
}

.p-gamestart__qr__img {
  width: 100%;
}

.p-gamestart__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: .5208vw 0 0;
  justify-content: center;
}

.p-gamestart__item1 {
  height: 3.125vw;
  width: 10.5vw;
  transition: transform 0.3s;
  overflow: hidden;
  position: relative;
}

.p-gamestart__item1:hover {
  transform: scale(1.02);
}


.p-gamestart__item1:nth-of-type(1) {
  margin: 0vw .5208vw 0vw 0;
}

.p-gamestart__lmg {
  width: 100%;
  height: 3.125vw;
}

.p-gamestart__item1: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); */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 100%);
  transform: skewX(-25deg);
  transition: all .5s;
  -webkit-animation: sg 1s linear infinite;
  animation: sg 1.5s linear infinite;
}

@-webkit-keyframes sg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

@keyframes sg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

.p-gamestart__mailform__pc {
  /* padding: .1042vw 0 0 0; */
}

.p-gamestart__mailform__pc form {
  display: flex;
  border: 2px solid #000;
  border-radius: .35vw;
  overflow: hidden;
}

.p-gamestart__mailform {
  background: #fff;
  color: #000;
  text-align: left;
  height: 3.125vw;
  width: 16.25vw;
  border: none;
  outline: none;
  padding: 0 0 0 .5208vw;
  font-size: 1.0417vw;
  font-weight: 500;
}

.p-gamestart__mailbtn {
  display: inline-block;
  background: linear-gradient(0deg, #af39ff, #56209a);
  color: #ffffff;
  width: 5.2083vw;
  height: 3.125vw;
  font-size: .8333vw;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  white-space: normal;
  transition: transform 0.3s;
}

.p-gamestart__mailbtn:hover {
  background: linear-gradient(0deg, #ff9fcf, #ff2792);
  border-top: 0.1vw solid #ffffff;
}

#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: 20vw 0 4vw;
  margin-top: -15vw;
  scroll-margin-top: -14vw;
  background: url(../img/pc/rewards_bg.jpg) no-repeat center -35vw;
  background-size: 100%;
}

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

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

#finish_body  img{
  width:100%;
}

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

/* float */
.footer_float {
  position: fixed;
  display: flex;
  background: #57209c;
  background-size: contain;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 4.5vw;
  /* border-top: .16vw solid #000; */
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  display: none;
  /* transition: .25s ease-in-out; */
}

.footer_float .footer_regist_area {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 10vw;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 999;
  width: 80%;
}

.footer_list_item {
  margin-bottom: 1rem;
}

.footer_qr {
  width: 10vw;
  /* height: 6vw; */
  position: absolute;
  bottom: 0.3vw;
  left: 2vw;
  /* filter: drop-shadow(.16vw .16vw .16vw rgb(0, 0, 0)); */
  /* -webkit-filter: drop-shadow(.16vw .16vw .16vw rgb(0, 0, 0)); */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_qr img{
  width:100%;
  max-width: 5.5vw;
  border: 0.25vw solid #57209c;
}

.footer_qr span{
  line-height:1;
  color:#fff;
  font-size:0.75vw;
  text-align: center;
}

.regist_right {
  width: 23vw;
  height: 4vw;
  display: block;
  background: url(../img/download.png);
  background-size: 75%;
  background-position: left;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1vw;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.regist_right .arrow_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
}

.regist_right .arrow_area .arrow {
  width: 1vw;
  height: 1vw;
  background-color: #ffffff;
  background: url(../img/regist_arrow.png) no-repeat center center;
  background-size: 100%;
  -webkit-mask-size: cover;
  -webkit-animation: move 1.3s infinite;
  animation: move 1.3s infinite;
  margin: 0 .16vw;
}

.regist_right .arrow:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.regist_right .arrow:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.p-top__float__list {
  display: flex;
  grid-template-columns: repeat(6, auto);
}

.p-top__float__item {
  margin: 0 .5208vw;
  display: flex;
  height: 3vw;
  width: 10vw;
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 0.5vw;
}

.p-top__float__item :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); */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 100%);
  transform: skewX(-25deg);
  transition: all .5s;
  -webkit-animation: sg 1s linear infinite;
  animation: sg 1.5s linear infinite;
}

.p-top__float__item:hover {
  transform: scale(1.05);
}

.p-top__float__item:nth-of-type(4) {
  display: none;
}

.p-top__float__link {
  /* width: 100%; */
  /* display: block; */
  /* height: 4vw; */
}

.p-top__float__img {
  width: 100%;
  /* height: 4.375rem; */
  height: 3vw;
}

.p-top__float__mailformwrapper {
  width: 24vw;
  margin: 0 .5vw;
  border: 0.15vw solid #fff;
  border-radius: .35vw;
}

.p-top__float__mailformwrapper form {
  display: flex;
  border-radius: .2vw;
  overflow: hidden;
}

.p-top__float__mailform {
  width: 17vw;
  background: #fff;
  color: #000;
  text-align: left;
  height: 3vw;
  padding: 0 0rem 0 .7813vw;
  border: none;
  outline: none;
  font-size: .9375vw;
}

.p-top__float__mailform::placeholder {
  font-size: .8333vw;
}

.p-top__float__mailbtn {
  display: inline-block;
  background: linear-gradient(0deg, #af39ff, #56209a);
  color: #fff;
  padding: 0 0.5rem;
  width: 7vw;
  font-size: .9375vw;
  font-weight: 600;
  height: 3vw;
  border: none;
  outline: none;
  cursor: pointer;
}

.p-top__float__mailbtn:hover {
  background: linear-gradient(0deg, #ff9fcf, #ff2792);
  border-top: 0.2vw solid #b226a9;
}

.rolling {
  background: url(../img/footer_bg.png) center;
  background-size: 100%;
  height: 4.5vw;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scroll 60s infinite linear;
  animation: scroll 60s infinite linear;
  z-index: 25;
}

@-webkit-keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100vw 0;
  }
}

@keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100vw 0;
  }
}