@charset "utf-8";

/*
font-family: 'Ethnocentric W05 Bold';
font-family: 'Ethnocentric W05 Light';
*/

/*------------------------- common -------------------------*/

html,body {
	height: 100%;
	background: #000;
	font-family: 'Ethnocentric W05 Bold';
	color: #fff;
	line-height: 1.8;
}
html {
	background: #fff;
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
}
a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
strong {
	font-weight: bold;
}
img {
	display: block;
	max-width: 100%; height: auto;
}
.hide_pc {
	display: block;
}
.hide_sp {
	display: none;
}
.hide {
	position: fixed;
	top: -9999px; left: -9999px;
}

/*------------------------- pre -------------------------*/

.wrap_pre {
	position: fixed;
	top: 50%;
	margin-top: -70px;
	width: 100%;
	text-align: center;
}
.wrap_pre h1 {
	margin-bottom: 8px;
	font-size: 3.6rem;
}
.wrap_pre a {
	display: inline-block;
	margin-bottom: 27px;
	font-family: 'Ethnocentric W05 Light';
	font-size: 1.8rem;
}
.wrap_pre .cs {
	margin: 0 auto;
	padding: 5px 0;
	width: 180px;
	border: 1px solid #2efbff;
	font-family: 'Ethnocentric W05 Light';
	font-size: 1rem;
	color: #2efbff;
	letter-spacing: .1em;
	line-height: 1;
}






