@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 */
}
#sh_2008 {
	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_layout {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.purchase_buttons {
	width: 66%;
	max-width: 660px;
	position: absolute;
	top: 10px;
	left: 30px;
	display: flex;
	align-items: top;
	justify-content: space-between;
}
.item {
	width: 30.3%;
	max-width: 200px;
}
.select_right {
	text-align: right;
}
.bottom-spacing {
	margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
	purchase_buttons {
		top: 1vw;
		left: 3vw;
	}
	.item {
		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;
	}
	.bottom-spacing {
		margin-bottom: 1vw;
	}
}
.mb80 {
	margin-bottom: 80px;
}
input:hover.alpha, a.alpha:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}