.headinfo-c {
	color: #fff;
	padding-top: 128px;
}
.headinfo-c .wrap {
	position: relative;
}
.headinfo-c .wrap a.full {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.headinfo-c .wrap a.in-button {
	position: absolute;
	right: 48px;
	bottom: 16px;
	text-decoration: none;
	display: inline-block;
	background: #99c100;
	padding: 16px 32px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.headinfo-c .text {
	line-height: 1.2;
}
.headinfo-c .text-1 {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	padding-bottom: 16px;
}
.headinfo-c .text-2 {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 64px;
}
.headinfo-c .text-3 {
}

@media screen and (max-width: 1024px) {
	.headinfo-c .wrap a.in-button {
		padding: 8px 16px;
		font-size: 18px;
	}
}