@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 */
}
#wm_2107 {
	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;
	}
}

.main-read {
	background: url(../img/bg.jpg) top center no-repeat;
}

@media screen and (max-width: 999px) {
	.main-read {
		width: 100%;
		height: 118%;
		background-image: url(../img/bg.jpg);
		background-size: cover;
	}
}

img {
	vertical-align: bottom;
}
div.purchase_layout {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.purchase_buttons {
	width: 22%;
	max-width: 220px;
	position: absolute;
	top: 0px;
	left: 27.2vw;
	
}

form.item {
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 1000px) {
	.purchase_buttons {
		top: 0;
		left: 272px;
	}
}


.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);
}
