@charset "utf-8";
/* CSS Document */
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset
**********************************************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

.clear {
	clear:both;
	line-height:0;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a {
	color: #fff;
	xtext-decoration:none;
	cursor:pointer;
}

a:hover {
	color: #555;
	xtext-decoration:none;
}

::selection {
	background:#888; /* Safari */
}

::-moz-selection {
	background:#888; /* Firefox */
}

/* body
**********************************************************************/
body {
	font-size: 12px;
	line-height: 180%;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:400;
	overflow:scroll;
	letter-spacing:0.01em;
	background-color: #111;
	-webkit-text-size-adjust: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
    height: 100vh;
}
#Coming-Soon {
	text-align:center;
	width:600px;
}

#Coming-Soon h4 {
	font-size:68px;
	color:#fff;
	text-align:center;
	font-weight:500;
	letter-spacing:0.05em;
	margin:0px 0 30px;
}

p {
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:400;
	letter-spacing:0.1em;
	margin:0;
}

p.info {
	font-size:13px;
	color:#fff;
	margin:50px 0 0;
}

p.info span {
	display: block;
	font-size:20px;
	color:#fff;
	margin:0px 0 10px;
}


