/***** all css *****/

body{
	font-family: "Inconsolata";

	font-size:25px;
	color:#FFFFFF;
	line-height:1.2em;

	background-color:#000;
}

/* common */

.sp br {
	display:none;
}

a,a:link,a:visited,a:active {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	color:#FF2266;
}


h1 {
	font-family: "Nunito Sans";
	font-size: 66px;
	font-weight:900;
	letter-spacing: -0.05em;
	transform: scaleY(1.3);
/*
	text-shadow:
		1px 1px 0px #FFF, -1px -1px 0px #FFF,
		-1px 1px 0px #FFF,  1px -1px 0px #FFF,
		1px 0px 0px #FFF, -1px -0px 0px #FFF,
		0px 1px 0px #FFF,  0px -1px 0px #FFF;
*/
	line-height:0.9em;
}

h2 {
	font-family: "Nunito Sans";
	font-size: 40px;
	font-weight:900;
	letter-spacing: -0.05em;
}

h3 {
	font-family: "Imprima";
	font-size: 40px;
}


/* video */

#video {
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: -1;
}

/* headarea */

#headarea {
	height:100vh;position:relative;overflow:hidden;
}

#headarea_c {
	height:80%;
}

#headarea_logo {
	max-width:200px;
}

#headarea_h1 {
	margin-top:41px;
}



/* establishment */

#establishment {
	background-color:#ff8c00;
}

/* estate */

#estate {
	background-color:#333333;
}


/* games */

#games {
	background-color:#FF2266;
}


.btn_trance {
	width:380px;
	height:65px;

	margin-top:105px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;

	font-family: "Nunito Sans";
	font-size: 32px;
	font-weight:900;
	letter-spacing: -0.05em;
	transform: scaleY(1.3);

	text-align:center;
	line-height:65px;

	background:linear-gradient(90deg, rgb(34, 200, 229) 0%, rgba(34, 200, 229, 0.5) 100%);
	box-shadow:rgba(34, 200, 229, 0.35) 0px 0px 50px 0px;

}

/* gcont */

#gcont {
	background:linear-gradient(to bottom,#000,#22C8E5,#22C8E5,#000);
}

/* service */

#service {
	background-color:#000;
}

/* about */

#about {
	background:linear-gradient(to bottom,#000 60%,#FF2266);
}

/* MailSent */

#mailsend {
	width:100%;

	left:0;
	top:0;

	text-align:center;

	background-color:#009CD1;

	position:fixed;

	display:none;
}

#mailerror {
	width:100%;

	left:0;
	top:0;

	text-align:center;

	background-color:#ff69b4;

	position:fixed;

	display:none;
}

#toplink {
	width:200px;
	height:200px;

	bottom:0;
	right:0;

	position:fixed;
	z-index:100;
}

#toplink img {
	width:100%;
	height:100%;
}

/* service */

#service_headarea {
	background:linear-gradient(to bottom,#666,#000,#666);
}

.service_pickup {
	background:linear-gradient(to bottom,#FF2266,#000,#FF2266);
}
