@charset "utf-8";
/*==================================================
	買う
==================================================*/
#buy .bg {
	margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 120px;
}
#buy .bg:before {
	background: url("../img/bg-wave03.jpg") no-repeat bottom left /100% auto, rgba(13, 183, 214, 0.1) url("../img/bg-wave02.jpg") no-repeat top left /100% auto;
}
#buy .list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 250px);
	gap: 40px 0;
	position: relative;
}
#buy .list:before, #buy .list:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -200px;
	top: -50px;
	width: 382px;
	height: 474px;
	background: url("../img/bg-maru05.png") no-repeat center /100% auto;
}
#buy .list:after {
	left: auto;
	right: -150px;
	top: auto;
	bottom: -100px;
	width: 276px;
	height: 289px;
	background: url("../img/bg-maru04.png") no-repeat center /100% auto;
}
#buy .box {
	position: relative;
	z-index: 1;
}
#buy .box .img {
	margin-bottom: 20px;
}
#buy .box .img img {
	border-radius: 30px 0;
}
#buy .box .txt {
	letter-spacing : 2.8px;
	font-size: 96%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#buy .bg {
		margin-top: 50px;
	}
	#buy .list {
		grid-template-columns: repeat(3, 32%);
		gap: 30px 0;
	}
	#buy .list:before {
		left: -100px;
		top: -25px;
		width: 191px;
		height: 237px;
	}
	#buy .list:after {
		right: -75px;
		bottom: -50px;
		width: 138px;
		height: 145px;
	}
	#buy .box .img {
		margin-bottom: 10px;
	}
	#buy .box .txt {
		font-size: 90%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#buy .list {
		grid-template-columns: repeat(2, 48%);
		gap: 20px 0;
	}
	#buy .box .img {
		margin-bottom: 5px;
	}
	#buy .box .txt {
		font-size: 85%;
	}
}