body {
	background-color: #FFF1DA;
}

section {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
img {
	width: 100%;
}

/* dl--btn-buy
-------------------------------------------------- */
/*---- dl--btn-buy ----*/
.dl--btn-buy {
	position: relative;
	z-index: 5;
}

.dl--btn-buy dt {
	transition: .4s all;
	z-index: 2;
}

.dl--btn-buy dt:hover {
	cursor: pointer;
}

.dl--btn-buy.active dt:hover img {}

.dl--btn-buy dd {
	display: none;
	position: absolute;
	top: 66%;
	left: 50%;
	transform: translateX(-50%);
	/* padding: 50px 24px; */
	/* padding: 4vw 7vw; */
	padding: 6% 10%;
	background: url(../img/btn_bg.png) center center /cover;
	border-radius: 30px;
	z-index: 5;
	width: 88%;
}
.dl--btn-buy dd ul{
	display: flex;
	flex-direction: column;
	gap: 2vw;
}