@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face { font-family: "WF Nu Hanafudaya"; font-weight: 400; src: url(../font/NuHanafudaya-Regular-v1.0.1.otf);}

body {
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-weight: 200;
}
header,
footer {
	position: relative;
	padding: 0 15px;
}
header > div {
	position: relative;
	max-width: 1200px;
	z-index: 9999;
	margin: 0 auto;
}
footer {
	text-align: center;
	margin-top: 100px;
}
header logo,
footer logo {
	display: block;
	font-family: 'WF Nu Hanafudaya';
	font-size: 15px;
	line-height: 60px;
	color: #E60012;
}
header logo a,
footer logo a {
	color: #E60012;
}
header img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
main,
nav { 
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 20px;
}

main h1 {
	font-size: 50px;
	line-height: 70px;
	margin: 70px 0 10px;
}


main,
nav {
	margin-top: -50px;
	font-size: 20px;
	line-height: 30px;
}
main#index {
	text-align: center;
}
#index h1 {
	font-family: 'WF Nu Hanafudaya';
	color: #E60012;
	font-size: 50px;
	line-height: 70px;
	margin: 100px 0 10px;
}
#index h1.vocaloid {
	color: #00959F;
}
p {
	padding: 5px 0;
}


@media screen and (max-width: 720px) {
	footer {
		margin-top: 50px;
	}
	main,
	nav {
		margin-top: -20px;
		font-size: 14px;
		line-height: 20px;
	}
	#index  h1 {
		font-size: 20px;
		line-height: 30px;
		margin: 40px 0 5px;
	}
	main h1 {
		font-size: 20px;
		line-height: 30px;
		margin: 0px 0 5px;
	}
}


.button {
	font-family: 'WF Nu Hanafudaya';
	font-size: 15px;
	line-height: 60px;
	background: #fff;
}
a.disable {
	color: #ddd;
}

img {
	max-width: 100%;
}


.background {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 0;
}

hr {
	border: 0;
	border-bottom: 1px solid #B2DFE2;
	margin: 20px 0;
}

#usa {
	height: 1080px;
	font-size: 40px;
	line-height: 50px;
}
#usa_pc {
	display: block;
}
#usa_sp {
	display: none;
}
@media screen and (max-width: 720px) {
	#usa {
		height: auto;
		font-size: 15px;
		line-height: 25px;
	}
	#usa_pc {
		display: none;
	}
	#usa_sp {
		display: block;
		padding: 15px 0 30px;
	}
}
#usa span.size50 {
	font-size: 50%;
line-height: 10px;
}
#usa span.emp {
	color: #990000;
}