@charset "UTF-8";
#container {
	text-align: center;
	margin: 0 auto;
	margin: 20px auto 0;
	max-width: 960px;
	position: relative;
}

.button a {
	color: #fff;
	width: 230px;
	height: 41px;
	display: block;
	font-size: 14px;
	line-height: 41px;
	background: #333;
	text-align: center;
	margin: 43px auto 50px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#container img {
	width: 100%;
	vertical-align: top;
}

#container p {
	position: relative;
	font-size: 0;
}
#container p a.tab-btn01 {
	position: absolute;
	bottom: 11px;
	left: 32.4%;
	width: 16%;
	display: block;
}
.tab-btn02 {
	position: absolute;
	left: 25.5%;
	width: 24.5%;
	top: 0px;
}


/* 2022　8月のリンク設定*/
.tab-btn08 {
	position: absolute;
	left: 67.5%;
	width: 31%;
	top: 65.5%;
}

/* 2022　9月のリンク設定*/
.tab-btn09 {
	position: absolute;
	left: 32.4%;
	width: 38%;
	top: 10%;
}

/* 2023　6月のリンク設定*/
.tab-btn10{
	position: absolute;
	right: 0.8%;
	bottom: 3%;
	max-width: 49%;
	display: block;
}
.tab-btn10-sp{
	display: none;
}


#container p a[class*="tab-btn"] :hover {
	opacity: 0.6;
}

@media (max-width:768px) {
	#container p a.tab-btn01 {
	    position: absolute;
	    bottom: 4%;
	    left: 53%;
	    width: 42%;
	    display: block;
	}

	/* 2023　6月のリンク設定*/
	.tab-btn10{
		display: none;
	}
	.tab-btn10-sp{
		position: absolute;
		left: 4%;
		bottom: 4%;
		width: calc(297 / 768 * 100vw);
		display: block;
	}

	/* 2024/04 "今こそ値下げ" */
	/* ネガティブマージンを設定 */
	#pricedown .sp {
		margin-top : -50px;
		padding-top: 50px;
	}


}