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

body {
	background-image: url(img/PC_bg.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top,center;
	background-attachment: fixed;
	background-color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 768px) {
	body {
		background-color: #000000;
		background-image: url("img/PC_bg.png"); 
		background-size: cover;
		background-attachment: fixed;
		background-position: top, right;
	
	}
}

#container {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
}

header {
	margin-top: 10px;
	margin-right: 5px;
}
header h1 #sitecopy {
	font-size: 0.75em;
	color: #ffffff;
	font-weight: normal;
	font-family: 'Caveat', cursive;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;

	/*-webkit-text-stroke: 1px black;*/
	text-shadow:
	1px 1px 0 #000,
	-1px 1px 0 #000,
	-1px -1px 0 #000,
	1px -1px 0 #000;
}

#logo{
	display : flex;
	justify-content: center;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	opacity: 0.8;
}
#logo:hover{
	opacity: 1.0;
}

#link {
	position: absolute;
	bottom: 0;
	margin: 10px;
	display: block;
	display: block;
}
footer {
	font-size: 0.75em;
	color: #FFF;
	position: absolute;
	bottom: 0;
	margin: 10px;
	display: block;
}

