@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/common_bg.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	/* overflow: hidden; */
}

header {
	width: 100%;
	height: 4.17vw;
	position: sticky;
	top: 0;
	z-index: 1000;
	background: url(../img/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-size: 100%;
	width: .7vw;
	height: .7vw;
	left: -1.3vw;
	top: 50%;
	transform: translateY(-50%);
}

#header .menu>li a:hover:after {
	content: "";
	position: absolute;
	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;
}

.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: 0.9vw;
	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;
	margin-top: -4vw;
}

@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)
	}
}

.start_sp {
	display: none;
}

.start_pc {
	width: 29.7917vw;
	background-image: url(../img/btnBox.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 5%;
	top: 30vw;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	padding: 2.8vw 3.5vw 6vw 3.5vw;
	gap: 1vw;
	z-index: 666;
}

.btn_row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 0.8vw;
	width: 50%;
}

.btn_col {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn_col button {
	background: none;
	border: 0;
	outline: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	justify-content: center;
}

.btn_col button img {
	width: 100%;
	display: block;
}

.btn_link {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.btn_link img {
	width: 100%;
	display: block;
}

.qr_col {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.qr_img {
	width: 10vw;
	height: 8vw;
	object-fit: contain;
}

#pre_registration_form {
	display: flex;
	flex-direction: column;
}

#pre_registration_form span {
	font-size: 0.65vw;
}

#pre_registration_form span input {
	vertical-align: middle;
	margin-right: .2vw;
	width: .7292vw;
	height: .7292vw;
	margin-top: -0.2vw;
}

.head_lule_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-weight: 600;
	font-size: .65vw !important;
}

.head_lule_box_left,
.head_lule_box_right {
	width: 50%;
	padding: .2083vw .625vw 0vw 0.85vw;
	line-height: 1.2 !important;
	color: #000000 !important;
	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;
}

.head_lule_box_left {
	margin-top: -1.15vw;
}

.head_lule_box_left span,
.head_lule_box_right span {
	line-height: 0;
	display: block;
	height: 1vw;
}

.head_lule_box .specification {
	margin: 0 auto;
}

.head_lule_box .title_policy {
	margin-right: .4167vw;
}

.head_lule_box .title_policy a {
	color: #ff0000;
}

@media screen and (max-width: 768px) {
	.head_lule_box_left {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		/* position: absolute;
    background: rgba(0, 0, 0, 0.75);
    width: 80%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 5%; */
		padding: .4167vw .5208vw;
		/* transform: translate(0vw, 0); */
		line-height: 2 !important;
		color: #000000 !important;
		font-weight: 600;
		text-align: center !important;
		text-decoration: none !important;
		font-size: 2.4vw !important;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
	}
}

.head_lule_box_left span {
	/* padding: .2604vw; */
	display: flex;
	align-items: center;
}

.head_lule_box_left input,
.head_lule_box_right input {
	vertical-align: middle;
	margin-right: .2vw;
	width: .7292vw;
	height: .7292vw;
	margin-top: -0.2vw;
}

#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: 0;
	scroll-margin-top: 0vw;
}

#rewards:before {
	content: '';
	width: 58.04vw;
	height: 51.79vw;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 20%;
	transform: translate(-10vw, -44%);
	z-index: -26;
}

#rewards h1 {
	width: 28.65vw;
	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: 80vw;
	z-index: 0;
	position: relative;
	scroll-margin-top: -1vw;
	/* 	background: url(../img/chara_bg.png) no-repeat center center; */
	background-size: 100%;
	top: -5vw;
}

#chara 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: 90vw;
	display: block;
	/* 	position: relative; */
	right: 0;
	z-index: -1;
}

.chara_area .pic_chara img {
	width: 100%;
	position: relative;
	top: 15vw;
}

.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: 4vw;
	right: auto;
	bottom: 35vw;
}

#chara .chara_pagination .swiper-pagination-bullet-active {
	filter: grayscale(0%);
	width: 6.5vw;
	height: 6.5vw;
	/* 	overflow: hidden; */
}

#chara .chara_pagination .swiper-pagination-bullet-active:after {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background: url(../img/Cxuanzhong.png) no-repeat;
	background-size: contain;
	left: 0%;
	top: 0%;
}

@-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/c1.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(2) {
	background: url(../img/c2.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(3) {
	background: url(../img/c3.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(4) {
	background: url(../img/c4.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(5) {
	background: url(../img/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: 0 0 5vw;
	/* background: url(../img/feature_bg.jpg) no-repeat center; */
	/* background-size: cover; */
	scroll-margin-top: 1vw;
	margin-top: -8vw;
}

#feature h1 {
	width: 27.6vw;
	height: 6.04vw;
	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);
	line-height: 0;
}

#feature .feature-slider .swiper-slide:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	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 #6b3e39;
	border-radius: 50%;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #f6e598;
	width: 1vw;
	height: 1vw;
	box-shadow: none;
	border: 0.2vw solid #6b3e39;
	border-radius: 50%;
}

#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%;
}

#spec {
	width: 100%;
	height: 50vw;
	z-index: 0;
	position: relative;
	scroll-margin-top: -1vw;
	background: url(../img/bottomBg.png) no-repeat center center;
	background-size: 100%;
}

.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;
}

.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: #1b59ad;
}


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/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);
}

#foot_link {
	justify-content: center;
	position: fixed;
	display: flex;
	align-items: center;
	background: linear-gradient(to top, #f3e5cf 0%, #fdfaf5 100%);
	background: #1b437c;
	z-index: 100;
	bottom: 0;
	width: 100%;
	height: 4vw;
}

.regist_right {
	width: 25vw;
	height: 3vw;
	display: block;
	background-size: 75%;
	background-position: left;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 3vw;
	-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);
	}
}

#foot_link .foot_title {
	width: 100%;
	max-width: 19.8438vw;
	height: 3.3333vw;
	/* color: #fff; */
	display: block;
	margin: 0 .8333vw;
}

#foot_link .foot_btn {
	width: auto;
	height: 3.25vw;
	display: flex;
	margin: 0 .0833vw;
	z-index: 50;
}

#foot_link .foot_btn a {
	margin: 0 .4167vw;
}

#foot_link .foot_btn a img {
	width: 100%;
	height: 100%;
}

#foot_link .foot_btn button {
	width: 100%;
	height: 3.25vw;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}

#foot_link .foot_btn button img {
	width: 100%;
	height: 100%;
}

.rolling {
	background: url(../img/footer_bg.png) center;
	background-size: 100%;
	height: 4vw;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	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;
	}
}

.noScllor {
	height: 100vh;
	overflow: hidden;
}

.noScllor #top,
.noScllor #bonus {
	filter: blur(20px);
}

.modal {
	position: fixed;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	width: 20.8333vw;
	height: 10.4167vw;
	margin: -6.25vw 0 0 -11.4583vw;
	padding: 1.0417vw;
	text-align: center;
}

.modal p {
	margin-bottom: 1em;
	max-width: 90vw;
}

.modal .modal_inner {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.7);
	height: 100vh;
	width: 100%;
	opacity: 1;
	top: 0;
	left: 0;
	z-index: 1000;
}

.notice_logo {
	margin: 0 0 .8333vw 0;
}

.modal .modal_inner span {
	position: relative;
	display: inline-block;
	background-color: #1f1f1f;
	padding: .5208vw .5208vw 0vw .5208vw;
	border-radius: .5208vw;
	color: #fff;
	border: .0521vw solid #f3f3f3;
}

.modal .check .check-button {
	outline: none;
	border: none;
	color: #000;
	font-weight: bold;
	background: url(../img/check_btn.png) no-repeat;
	background-size: contain;
	width: 12.5vw;
	height: 3.125vw;
	margin: 1.25vw;
	cursor: pointer;
}

#terms {
	background-color: #000;
	color: #fff;
	padding: 5%;
	margin: 10vh auto;
	width: 100%;
	height: 80vh;
	overflow: auto;
}

#terms p {
	margin-bottom: 1em;
}

#terms h1 {
	border-bottom: .0521vw solid #fff;
	margin-bottom: 1em;
	font-size: 1.25vw;
}

#term_body h2 {
	margin: 5% 0%;
	padding: .5208vw;
	line-height: 1.6;
	border: .0521vw solid #fff;
	font-size: 1.25vw;
}

@media screen and (max-width: 768px) {
	.lity-container {
		max-width: 90vw !important;
	}
}