* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	user-select: none; 
}
html, body {
	width: 100vw;
	height: 100%;
	overflow: auto;
	background: #0D0D12;
}
a {
	text-decoration: none;
}
img {
    pointer-events: none;
}
img {
    -webkit-user-drag: none;
    user-select: none;
}

.form {
	width: 100vw;
	overflow: hidden;
	background: #0D0D12;
	animation: opc_an .8s ease-in;
}
@keyframes opc_an {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.nav_bar {
	position: fixed;
	width: 75%;
	height: 3.854vw;
	background: #D9D9D909;
	backdrop-filter: blur(0.8vw);
	border-radius: 1.25vw;
	top: 2.083vw;
	padding: 0vw 1.042vw;
	z-index: 1;
}
.logo_nav, .logo_nav img {
	width: 2.396vw;
	height: 2.396vw;
}
.logo_nav img {
	position: absolute;
}
.logo_nav img:nth-child(1) {
	filter: blur(0.7vw);
}
.link_nav {
	margin-left: auto;
	gap: 0.625vw;
}
.link_nav a {
	background: none;
	text-decoration: none;
	font-size: 0.833vw;
	font-family: "Light";
	color: #fff;
	transition: all .1s ease;
	cursor: pointer;
}
.link_nav a:hover {
	color: #6C5BD9;
}
.link_nav a:active {
	opacity: .75;
}
.first_part, .second_part, .third_part, .four_part {
	width: 100vw;
	height: 100%;
}
.bg {
	width: 100vw;
	height: 100vh;
}
.bg img:nth-child(1) {
	position: absolute;
	width: 100vw;
	height: 100vh;
	mix-blend-mode: color-dodge;
	opacity: .5;
}
.bg img:nth-child(2) {
	position: absolute;
	width: 100vw;
	height: 100vh;
}
.bg_shape {
	position: absolute;
	width: 100vw;
	height: 100vh;
}
.ft_pg_cont {
	position: absolute;
	width: 75vw;
	margin-top: 4vw;
}
.info_wr img {
	position: absolute;
	width: 8.594vw;
	height: 8.49vw;
	z-index: 0;
	filter: blur(2.167vw);
	margin-top: -12.083vw;
	margin-left: -2.083vw;
}
.info_wr h1 {
	font-size: 6.667vw;
	font-family: "Black";
	color: #6C5BD9;
}
.info_wr p {
	width: 22.083vw;
	font-size: 0.833vw;
	font-family: "Light";
	color: #fff;
	opacity: .75;
	margin-top: -0.35vw;
}
.btn {
	border-radius: 1.2vw;
	padding: 0.8vw 0.4vw;
	background-image: linear-gradient(90deg,#FF00C9,#FF0040,#0099FB,#FF0040,#0099FB,#FF0040,#FF00C9);
	background-size:500%;
	animation: animate 6s ease-out infinite;
	margin-top: 1.25vw;
	transition: all .15s ease;
	cursor: pointer;
}
.btn:hover {
	transform: translateX(0.416vw);
}
.btn:active {
	scale: .95;
}
a {
	padding: 0.416vw 1.25vw;
	font-size: 0.938vw;
	background-color:black;
	font-family: "PP_Light";
	color:white;
	border-radius: 1.2vw;
}
a:hover {
	text-shadow:0 0 2.606vw rgb(255, 255, 255);
}
.btn:hover {
	opacity: .5;
}
@keyframes animate {
	0%{
	  background-position : 0%;
	  box-shadow: 0 0 3.606vw #FF00C975;
	}
	50%{
	  background-position: 60%;
	  box-shadow: 0 0 3.606vw #0099FB75;
	}
	75%{
		background-position: 60%;
		box-shadow: 0 0 3.606vw #FF004075;
	  }
	100%{
	  background-position: 100%;
	  box-shadow: 0 0 3.606vw #FF00C975;
	}
}
.character {
	width: 40.208vw;
	height: 40.208vw;
	margin-left: auto;
}
.character img {
	position: absolute;
}
.character img:nth-child(1) {
	width: 40.208vw;
	height: 40.208vw;
	opacity: .35;
}
.character img:nth-child(2) {
	width: 39.063vw;
	height: 38.75vw;
}
.character img:nth-child(3) {
	width: 34.167vw;
	height: 34.167vw;
	filter: blur(4.25vw);
}
.character img:nth-child(4) {
	width: 34.167vw;
	height: 34.167vw;
}
.sc_pg_cont {
	position: absolute;
}
.header h2 {
	font-size: 3.333vw;
	font-family: "Black";
	color: #fff;
	text-shadow: 0 0.208vw 5.208vw rgba(255, 255, 255, 0.76);
}
.header p {
	text-align: center;
	width: 36.979vw;
	font-size: 0.833vw;
	font-family: "Light";
	color: #fff;
	opacity: .25;
}
.partners_wr {
	gap: 3.125vw;
	margin-top: 4.167vw;
}
.partner_box {
	width: 20.833vw;
	height: 28.75vw;
	background: #ffffff05;
	border-radius: 1.25vw;
	padding: 1.042vw 0vw;
	gap: 1.042vw;
}
.top_line {
	width: 4.167vw;
	height: 0.417vw;
	border-radius: 0.625vw;
}
.partner_box h3 {
	font-size: 1.875vw;
	font-family: "Black";
	color: #fff;
}
.partner_box p {
	font-size: 0.729vw;
	font-family: "Light";
	color: #fff;
	opacity: .25;
	margin-top: -1.2vw;
}
.logo_partner, .logo_partner img {
	width: 14.5vw;
	height: 14.5vw;
}
.logo_partner img {
	position: absolute;
}
.logo_partner img:nth-child(1) {
	filter: blur(4.167vw);
	opacity: .75;
}
.partner_box span {
	text-align: center;
	width: 19.583vw;
	font-size: 0.729vw;
	font-family: "Light";
	color: #fff;
	opacity: .25;
	margin-top: -1.042vw;
}
.partner_box a {
	width: 8.5vw;
	height: 3.125vw;
	background: none;
	border: 0.052vw solid #7560ff;
	box-shadow: 0 0 3.606vw #6c5bd92a;
	border-radius: 2.625vw;
	font-size: 0.833vw;
	font-family: "Black";
	color: #7560ff;
	text-shadow: 0 0.208vw 5.208vw #7560ff;
	transition: all .15s ease;
	cursor: pointer;
}
.partner_box a:hover {
	background: #6C5BD9;
	box-shadow: 0 0 3.606vw #6C5BD9;
	color: #ffffff;
	transform: translateY(0.208vw);
}
.partner_box a:active {
	opacity: .75;
	scale: .95;
}

  
.header_game {
	margin-top: -7vw;
}
.header_game h2 {
	font-size: 3.333vw;
	font-family: "Black";
	color: #fff;
	text-shadow: 0 0.208vw 5.208vw rgba(255, 255, 255, 0.76);
}
.header_game p {
	text-align: center;
	width: 36.979vw;
	font-size: 0.833vw;
	font-family: "Light";
	color: #fff;
	opacity: .25;
}
.game_wr {
	gap: 3.125vw;
	margin-top: 4.167vw;
}
.game_box {
	width: 20.833vw;
	height: 28.75vw;
	background: #ffffff05;
	border-radius: 1.25vw;
	padding: 1.563vw 1.563vw;
	gap: 1.042vw;
}
.top_line_game {
	width: 0.208vw;
	height: 2.5vw;
	border-radius: 0.625vw;
}
.name_game {
	margin-right: auto;
}
.name_game_txt {
	margin-left: 0.417vw;
}
.name_game_txt p:nth-child(1) {
	font-size: 1.875vw;
	font-family: "Black";
	color: #fff;
	margin-top: -0.408vw;
}
.name_game_txt p:nth-child(2) {
	font-size: 0.729vw;
	font-family: "Light";
	color: #fff;
	opacity: .25;
	margin-top: -0.208vw;
}
.logo_partner, .logo_partner img {
	width: 18.5vw;
	height: 18.5vw;
}
.logo_partner img {
	position: absolute;
}
.logo_partner img:nth-child(1) {
	filter: blur(4.167vw);
	opacity: .75;
}
.game_box span {
	text-align: center;
	width: 19.583vw;
	font-size: 0.729vw;
	font-family: "Light";
	color: #fff;
	opacity: .25;
	margin-top: -1.042vw;
}
.game_box a {
	width: 8.5vw;
	height: 3.125vw;
	background: none;
	border: 0.052vw solid #7560ff;
	box-shadow: 0 0 3.606vw #6c5bd92a;
	border-radius: 2.625vw;
	font-size: 0.833vw;
	font-family: "Black";
	color: #7560ff;
	text-shadow: 0 0.208vw 5.208vw #7560ff;
	transition: all .15s ease;
	cursor: pointer;
}
.game_box a:hover {
	background: #6C5BD9;
	box-shadow: 0 0 3.606vw #6C5BD9;
	color: #ffffff;
	transform: translateY(0.208vw);
}
.game_box a:active {
	opacity: .75;
	scale: .95;
}

.header_vid {
	margin-top: -4vw;
}
.header_vid h2 {
	font-size: 3.333vw;
	font-family: "Black";
	color: #fff;
	text-shadow: 0 0.208vw 5.208vw rgba(255, 255, 255, 0.76);
}
.header_vid p {
	text-align: center;
	width: 36.979vw;
	font-size: 0.833vw;
	font-family: "Light";
	color: #fff;
	opacity: .25;
}
.video_overflow {
	position: relative;
	display: flex;
	align-items: start;
	justify-content: left;
	overflow-y: auto;
	flex-direction: column;
	width: 75.531vw;
	height: 36.458vw;
	margin-top: 2.083vw;
}
.video_overflow, .video_flex_wrap {
	display: flex;
	flex-wrap: wrap;
}
.video_flex_wrap {
	gap: 1.563vw;
}
.vid_box_ic, .vid_box_ic img {
	width: 23.802vw;
	height: 13.385vw;
	border-radius: 0.625vw 0.625vw 0vw 0vw;
}
.vid_box a {
	width: 23.802vw;
	height: 3.646vw;
	background: #ffffff09;
	border-radius: 0vw 0vw 0.625vw 0.625vw;
	font-size: 0.833vw;
	font-family: "Light";
	color: #fff;
	margin-top: 0.417vw;
	transition: all .15s ease;
	cursor: pointer;
}
.vid_box a:hover {
	background: #6C5BD9;
	color: #ffffff;
	transform: translateY(0.208vw);
}
.vid_box a:active {
	opacity: .75;
	scale: .95;
}










.hidden {
	display: none;
}
::-webkit-scrollbar {
	width: 0.15vw;
	height: 0vw;
}
::-webkit-scrollbar-thumb {
	background: #8000FF;
	border-radius: 5.208vw;
}
::-webkit-scrollbar-track {
	background: #ffffff1a;
	border-radius: 5.208vw;
}
.flx {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flxbt {
	display: flex;
	align-items: end;
	justify-content: center;
}
.flxtp {
	display: flex;
	align-items: start;
	justify-content: center;
}
.flxlt {
	display: flex;
	align-items: center;
	justify-content: left;
}
.flxrt {
	display: flex;
	align-items: center;
	justify-content: right;
}
.flxcl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.flxclrv {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-direction: column-reverse;
}
.flxcllt {
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
}
.flxcltp {
	display: flex;
	align-items: center;
	justify-content: left;
	flex-direction: column;
}
.flxclrt {
	display: flex;
	align-items: end;
	justify-content: center;
	flex-direction: column;
}



@media screen and (max-width: 1600px) {
	.nav_bar {
		position: fixed;
		width: 75%;
		height: 6vw;
		background: #D9D9D909;
		backdrop-filter: blur(0.8vw);
		border-radius: 1.25vw;
		top: 2.083vw;
		padding: 0vw 1.042vw;
		z-index: 1;
	}
	.logo_nav, .logo_nav img {
		width: 4vw;
		height: 4vw;
	}
	.logo_nav img {
		position: absolute;
	}
	.logo_nav img:nth-child(1) {
		filter: blur(0.7vw);
	}
	.link_nav {
		margin-left: auto;
		gap: 0.625vw;
	}
	.link_nav a {
		background: none;
		text-decoration: none;
		font-size: 1.2vw;
		font-family: "Light";
		color: #fff;
		transition: all .1s ease;
		cursor: pointer;
	}
	.link_nav a:hover {
		color: #6C5BD9;
	}
	.link_nav a:active {
		opacity: .75;
	}
	/*------------ft_part------------*/
	.ft_pg_cont {
		scale: 1.05;
	}
	.info_wr {
		scale: 1.3;
		margin-left: 6vw;
	}
	.info_wr h1 {
		font-size: 6.667vw;
		font-family: "Black";
		color: #6C5BD9;
	}
	.info_wr p {
		width: 22.083vw;
		font-size: 0.833vw;
		font-family: "Light";
		color: #fff;
		opacity: .75;
		margin-top: -0.35vw;
	}
	.btn {
		border-radius: 1.2vw;
		padding: 0.8vw 0.4vw;
		background-image: linear-gradient(90deg,#FF00C9,#FF0040,#0099FB,#FF0040,#0099FB,#FF0040,#FF00C9);
		background-size:500%;
		animation: animate 6s ease-out infinite;
		margin-top: 1.25vw;
		transition: all .15s ease;
		cursor: pointer;
	}
	/*------------sc_part------------*/
	.sc_pg_cont {
		scale: 1.1;
	}
	.header {
		scale: 1.3;
	}
	/*------------th_part------------*/
	.sc_pg_cont {

	}
	.header_game {
		scale: 1.3;
	}
	/*------------fr_part------------*/
	.header_vid {
		scale: 1.3;
	}
}
@media screen and (max-width: 1200px) {
	.nav_bar {
		position: fixed;
		width: 75%;
		height: 8vw;
		background: #D9D9D909;
		backdrop-filter: blur(0.8vw);
		border-radius: 1.25vw;
		top: 2.083vw;
		padding: 0vw 1.042vw;
		z-index: 1;
	}
	.logo_nav, .logo_nav img {
		width: 6vw;
		height: 6vw;
	}
	.logo_nav img {
		position: absolute;
	}
	.logo_nav img:nth-child(1) {
		filter: blur(0.7vw);
	}
	.link_nav {
		margin-left: auto;
		gap: 0.625vw;
	}
	.link_nav a {
		background: none;
		text-decoration: none;
		font-size: 1.6vw;
		font-family: "Light";
		color: #fff;
		transition: all .1s ease;
		cursor: pointer;
	}
	.link_nav a:hover {
		color: #6C5BD9;
	}
	.link_nav a:active {
		opacity: .75;
	}
	/*------------ft_part------------*/
	.ft_pg_cont {
		flex-direction: column-reverse;
	}
	.info_wr {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		scale: 2;
		margin-top: 8.625vw;
		margin-left: 1.2vw;
	}
	.character {
		scale: 1.2;
		margin-top: -4vw;
		margin-left: 2vw;
	}
	/*------------sc_part------------*/
	.sc_pg_cont {
		scale: 1.1;
	}
	.header {
		scale: 1.6;
	}
	/*------------th_part------------*/
	.sc_pg_cont {
		scale: 1.1;
	}
	.header_game {
		scale: 1.6;
	}
	.game_wr {
		scale: 1.2;
		margin-top: 8vw;
	}
	/*------------fr_part------------*/
	.header_vid {
		scale: 1.8;
	}
	.video_overflow {
		scale: 1.1;
		margin-top: 8vw;
	}
}
@media screen and (max-width: 1000px) {
	.first_part {
		margin-top: 10.417vw;
	}
	.nav_bar {
		position: fixed;
		width: 90%;
		height: 14vw;
		background: #D9D9D909;
		backdrop-filter: blur(0.8vw);
		border-radius: 12.25vw;
		top: 4.083vw;
		padding: 0vw 4.042vw;
		z-index: 1;
	}
	.logo_nav, .logo_nav img {
		width: 8vw;
		height: 8vw;
	}
	.logo_nav img {
		position: absolute;
	}
	.logo_nav img:nth-child(1) {
		filter: blur(0.7vw);
	}
	.link_nav {
		margin-left: auto;
		gap: 0.625vw;
	}
	.link_nav a {
		background: none;
		text-decoration: none;
		font-size: 3.2vw;
		font-family: "Light";
		color: #fff;
		transition: all .1s ease;
		cursor: pointer;
	}
	.link_nav a:hover {
		color: #6C5BD9;
	}
	.link_nav a:active {
		opacity: .75;
	}
	/*------------ft_part------------*/
	.ft_pg_cont {
		flex-direction: column-reverse;
	}
	.info_wr {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		scale: 3;
		margin-top: 38vw;
		margin-left: 1.2vw;
	}
	.character {
		scale: 1.8;
		margin-top: -12vw;
		margin-left: 2vw;
	}
	/*------------sc_part------------*/
	.sc_pg_cont {
		scale: 1.1;
		margin-top: 14vw;
	}
	.header {
		scale: 1.6;
		margin-top: -8vw;
	}
	.partners_wr {
		scale: 1.2;
		margin-top: 8vw;
	}
	.header h2 {
		font-size: 4vw;
		font-family: "Black";
		color: #fff;
		text-shadow: 0 0.208vw 5.208vw rgba(255, 255, 255, 0.267);
	}
	.header p {
		text-align: center;
		width: 48.979vw;
		font-size: 1.4vw;
		font-family: "Light";
		color: #fff;
		opacity: .5;
	}
	.partners_wr {
		scale: 1.2;
		margin-top: 12vw;
	}
	.partner_box h3 {
		font-size: 1.875vw;
		font-family: "Black";
		color: #fff;
	}
	.partner_box p {
		font-size: 0.729vw;
		font-family: "Light";
		color: #fff;
		opacity: .75;
		margin-top: -1.2vw;
	}
	.partner_box span {
		text-align: center;
		width: 19.583vw;
		font-size: 0.729vw;
		font-family: "Light";
		color: #fff;
		opacity: 1;
		margin-top: -1.042vw;
	}
	/*------------th_part------------*/
	.sc_pg_cont {
		scale: 1.1;
	}
	.header_game h2 {
		text-shadow: 0 0.208vw 5.208vw rgba(255, 255, 255, 0.267);
	}
	.header_game h2 {
		font-size: 4vw;
		font-family: "Black";
		color: #fff;
		text-shadow: 0 0.208vw 5.208vw rgba(255, 255, 255, 0.267);
	}
	.header_game p {
		text-align: center;
		width: 48.979vw;
		font-size: 1.4vw;
		font-family: "Light";
		color: #fff;
		opacity: .5;
	}
	.game_wr {
		scale: 1.2;
		margin-top: 12vw;
	}
	/*------------fr_part------------*/
	.header_vid {
		scale: 1.8;
	}
	.header_vid h2 {
		font-size: 4vw;
		font-family: "Black";
		color: #fff;
		text-shadow: 0 0.208vw 5.208vw rgba(255, 255, 255, 0.267);
	}
	.header_vid p {
		text-align: center;
		width: 48.979vw;
		font-size: 1.4vw;
		font-family: "Light";
		color: #fff;
		opacity: .5;
	}
	.video_overflow {
		height: 74vw;
		scale: 1.1;
		margin-top: 14vw;
	}
	.video_flex_wrap {

	}
}