@charset "utf-8";
/*------------------------------------------------------------
	login
------------------------------------------------------------*/
#main {
	padding-bottom: 0;
}
#main .topBox {
	padding: 138px 0;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 745px;
	box-sizing: border-box;
}
#main .topBox .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main .topBox .bg span {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#main .topBox .content {
	position: relative;
	z-index: 2;
}
#main .topBox h2 {
	margin-bottom: 34px;
	font-size: 4.3rem;
	font-weight: 500;
	line-height: 1.21;
	letter-spacing: 0.03em;
	text-align: center;
	font-family: 'Cormorant', serif;
}
#main .topBox .text {
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 2.08;
	letter-spacing: 0.03em;
	font-size: 1.35rem;
	color: #383838;
	text-align: center;
}
#main .topBox form {
	margin: 0 auto;
	width: 486px;
}
#main .topBox form .inList {
	margin-bottom: 20px;
}
#main .topBox form .inList li:not(:last-of-type) {
	margin-bottom: 5px;
}
#main .topBox form input[type="text"],
#main .topBox form input[type="password"],
#main .topBox form input[type="submit"] {
	padding: 5px 33px 7px;
	width: 100%;
	height: 50px;
	border-radius: 0;
	box-shadow: none;
	border: none;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
#main .topBox form input[type="text"],
#main .topBox form input[type="password"] {
	color: #333;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	background-color: #fff;
	font-family: 'Noto Serif JP', serif;
}
#main .topBox form input[type="text"]::placeholder,
#main .topBox form input[type="password"]::placeholder {
	font-family: 'Cormorant', serif;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#main .topBox form input::-webkit-input-placeholder {
	color: #A7A7A7;
}
#main .topBox form input:-moz-placeholder {
	color: #A7A7A7;
}
#main .topBox form input::-moz-placeholder {
	color: #A7A7A7;
}
#main .topBox form input:-ms-input-placeholder {
	color: #A7A7A7;
}
#main .topBox form .submitList {
	margin-bottom: 43px;
}
#main .topBox form .submitList input {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.11em;
	background-color: #333;
	cursor: pointer;
	font-family: 'Cormorant', serif;
}
#main .topBox .btn {
	margin: 0 auto 50px;
	width: 258px;
}
#main .topBox .btn a {
	padding: 14px 10px 15px;
	display: block;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
	background-color: #8B8B8B;
	font-family: 'Cormorant', serif;
}
#main .topBox .note {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
	color: #383838;
}
#main .topBox .note a {
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid rgba(51,51,51,0.7);
}
#gFooter {
	display: none !important;
}
@media all and (min-width: 1001px) {
	#main .topBox form .submitList input:hover {
		background-color: #8B8B8B;
	}
	#main .topBox .btn a:hover {
		background-color: #333;
	}
	#main .topBox .note a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#main .topBox {
		padding: 97px 0 70px;
    min-height: 100vh;
    height: auto;
	}
	#main .topBox .content {
		padding: 0 25px;
	}
	#main .topBox h2 {
		margin-bottom: 34px;
		font-size: 3.35rem;
		line-height: 1.22;
	}
	#main .topBox .text {
		margin-bottom: 32px;
		font-size: 1.25rem;
		line-height: 1.95;
		letter-spacing: 0.02em;
		text-align: center;
	}
	#main .topBox form {
		margin: 0;
		width: auto;
	}
	#main .topBox form input[type="text"],
	#main .topBox form input[type="password"],
	#main .topBox form input[type="submit"] {
		padding: 5px 24px 6px;
	}
	#main .topBox form input[type="text"],
	#main .topBox form input[type="password"] {
		font-size: 1.45rem;
		letter-spacing: 0.05em;
	}
	#main .topBox form input[type="text"]::placeholder,
	#main .topBox form input[type="password"]::placeholder {
		font-size: 1.4rem;
	}
	#main .topBox form .submitList {
		margin-bottom: 40px;
	}
	#main .topBox form .submitList input {
		padding-bottom: 7px;
		font-size: 1.8rem;
		letter-spacing: 0.08em;
	}
	#main .topBox .btn {
		margin-bottom: 44px;
		width: 241px;
	}
	#main .topBox .btn a {
		padding: 15px 10px;
		font-size: 1.55rem;
	}
	#main .topBox .note {
		font-size: 1.25rem;
    line-height: 1.93;
		text-align: left;
	}
	#main .topBox .note a {
		line-height: 1.4;
		vertical-align: 0px;
	}
}
@media all and (max-width: 374px) {
	#main .topBox h2 {
		margin-bottom: 23px;
		font-size: 3.1rem;
	}
	#main .topBox .text {
		font-size: 1.1rem;
		line-height: 1.88;
		letter-spacing: 0em;
	}
	#main .topBox form input[type="text"],
	#main .topBox form input[type="password"],
	#main .topBox form input[type="submit"] {
		height: 48px;
	}
	#main .topBox .btn a {
		padding: 12px 10px 13px;
	}
	#main .topBox .note {
		font-size: 1.1rem;
    line-height: 1.93;
    letter-spacing: 0em;
	}
}

#main .error {
	color: #dc3232;
	font-size: 12.5px;
	margin-top: 2px;
	letter-spacing: 0.02em;
	font-weight: 500;
}
