@charset "UTF-8";
/* CSS Document */

html {
	font-family: "こぶりなゴシック W3 JIS2004","Koburina Gothic W3 JIS2004";
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#wrapper {
	display: block;
	width: 98%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.main {
	font-size: 70px;
	color: #191970;
}

#copyright {
	font-size: 13px;
	position: fixed;
	left: 1%;
	bottom: 5px;
}

#bg	{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	background-position: center center; 
	background-size: cover;
	background-repeat: no-repeat;
}

.menu {
	position: fixed;
	font-size: 12px;
	left: 50px;
	bottom: 35px;
	line-height: 0.9em;
	letter-spacing: 0.15em;
	z-index: 1;
}

.menu a {
	text-decoration: none;
	color: #F7F7F7;
}

.menu a:hover {
	color: #D6D6D6;
}

.menu p {
	color: #ffffff;
}

.logo {
	padding-bottom: 14px;
}

.logo a:hover img {
	visiblity: hidden;
}

.logo img{
	width: 150px;
}

@media screen and (max-width:770px) {
	.menu {
		left: 7.5%;
		width: 85%;
		font-size: 12px;
	}
	.logo { padding-bottom: 3px; }
	.logo img {
		width: 120px;
		padding-top: 30px;
	}
}