@charset "utf-8";
/*------------------------------------------------------------
	limted
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 30px;
}
.bgBox {
	padding: 112px 0 137px;
	background: url(../img/limted/bg.png) no-repeat center center / cover;
}
@media all and (max-width: 896px) {
	.bgBox {
		padding: 58px 0 60px;
	}
	#gHeader {
		margin-bottom: 0;
	}
}


/* centerTxt */
.centerTxt {
	margin-bottom: 41px;
	text-align: center;
	letter-spacing: 0.14em;
	line-height: 1.71;
}
@media all and (max-width: 896px) {
	.centerTxt {
		margin-bottom: 41px;
		letter-spacing: 0;
		line-height: 1.5;
	}
}


/* loginBox */
.loginBox {
	margin: 0 auto 97px;
	max-width: 900px;
	display: flex;
}
.loginBox .btn {
	margin-left: 8px;
	width: 255px;
}
.loginBox .leftBox {
	flex: 1;
}
.loginBox input {
	padding-left: 26px;
	width: 100%;
	height: 75px;
	font-size: 2.2rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #000;
	background-color: #fff;
	text-align: left;
	letter-spacing: 0.1em;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none; 
}
.loginBox input[type="button"] {
	padding-left: 0;
	color: #fff;
	background-color: #5B4A3F;
	border-color: #5B4A3F;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
@media all and (min-width: 897px) {
	.loginBox input[type="button"]:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.loginBox {
		margin: 0 auto 97px;
		max-width: inherit;
		display: block;
	}
	.loginBox .btn {
		margin: 20px auto 0;
		width: 160px;
	}
	.loginBox input {
		padding-left: 15px;
		height: 48px;
		font-size: 1.6rem;
	}
	.loginBox input[type="button"] {
		padding: 0;
	}
}


/* lineTxt */
.lineTxt {
	margin-bottom: 102px;
	color: #5B4A3F;
	font-size: 2.9rem;
	line-height: 2.1;
	text-decoration: underline;
	letter-spacing: 0.25em;
}
@media all and (max-width: 896px) {
	.lineTxt {
		margin-bottom: 70px;
		font-size: 1.6rem;
		line-height: 2.1;
		letter-spacing: 0;
	}
}
.comBg {
	margin-top: 0;
}