@charset "utf-8";

/* ------------------------------------------------------------ 読み込み前 */
#wrapper {
	min-height: 380px;
}

#content {
	background: url(../images/bg.jpg)  no-repeat center center/cover;
	position: relative;
	box-sizing: border-box;
}

#content .inner {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
	text-align: center;
}

#content .inner h1 {
	display: inline-block; *display: inline; *zoom: 1;
	text-align: left;
}

#content .inner h1 span {
	display: block;
	font-size: clamp(40px,15vw,160px);
	color: #000;
	font-family: 'DINEngschriftStd';
	letter-spacing: 6px;
} 

#content small {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	width: 90%;
	margin: 0 auto;
	font-size: 3vw;
	font-family: 'Noto-Sans-JP-Light';
	text-align: center;
	color: #fff;
}

#content .inner form p.error {
	padding: 10px 0 15px;
}


/* ------------------------------------------------------------ 読み込み完了後 */
#content.login {
}

#content.login .inner h1 {
	margin: 0 0 60px;
	transition: 0.7s;
}

#content.login form {
	display: none;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#content.login form p {
	font-size: 14px;
	color: #fff;
	padding: 0 0 12px;
}

#content.login form input[type="text"] {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	appearance: none;
	outline: none;
	border-radius: 0;
	border: none;
}

#content.login form input[type="submit"] {
	display: block;
	max-width: 240px;
	width: 70%;
	margin: 0 auto;
	background: #ea4a62;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 6px 10px 12px;
	box-sizing: border-box;
	border-radius: 1000px;
	appearance: none;
	outline: none;
	border: none;
}








