@charset "utf-8";

h1.xxx {
	opacity: 0;
	z-index: -1;
}

#content-header .top-visual {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: red;
	position: relative;
}
#content-header .top-visual a {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 10px;
}

@media screen and (max-width: 886px) {
	#content-header .top-visual a {
		display: block;
		position: absolute;
		width: 57.3%;
		max-width: 496px;
	}
}

img {
	vertical-align: bottom;
}

.scalpset-bg01 {
	background: url(../img/bg_01.jpg) top center no-repeat;
}
.scalpset-bg02 {
	background: url(../img/bg_02.jpg) top center no-repeat;
}

.scalpset-bg03 {
	background: url(../img/bg_03.jpg) top center no-repeat;
}
#scalpset_2202 {
	padding-top: 70px;
	margin-top: -70px;
}

div.purchase_button {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

div.scalpset {
	position: absolute;
	width: 860px;
	top: 0;
	left: 90px;

	display: flex;
	
}
div.scalpset form {
	width: 250px;
}
div.scalpset table {
	width: 200px;
}
div.scalpset table td {
	vertical-align: top;
}
form:nth-of-type(1) {
	flex: 1;
}
form:nth-of-type(3) table {
	margin: 0 0 0 auto;
}

@media screen and (max-width: 999px) {
	div.scalpset {
		width: 86vw;
		left: 9vw;
	}
	div.scalpset form {
		width: 25vw;
	}
	div.scalpset form table {
		width: 20vw;
	}
}


.mt86 {
	margin-top: 86px;
}
.mt48 {
	margin-top: 48px;
}
@media screen and (max-width: 999px) {
	.mt86 {
		margin-top: 8.6vw;
	}
	.mt48 {
		margin-top: 4.8vw;
	}
}

.mb80 {
	margin-bottom: 80px;
}
input:hover.alpha,
a.alpha:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
