@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: 50px;/* 30 */
	left: 5px;/* -15 */
}
#bs_1808 {
	padding-top: 70px;
	margin-top: -70px;
}
@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;
}
div.purchase_button {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.item {
	position: absolute;
	width: 21%;
	max-width: 210px;
	top: 0;
	left:280px;
	display: flex;
	align-items: top;
	justify-content: space-between;
}


@media screen and (max-width: 999px) {
	.item {
		left: 28vw;
		width: 21vw;
	}
}


.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);
}
