@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	background-color: #EAE6E0;
}

.wrapper{
	background-color: #EAE6E0;
	padding-bottom: 5%;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	margin: 10% auto;
	color: #142457;
}

.wrapper ul{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap:10px 10px;
	justify-content: center;
	width: 80%;
	margin: 5% auto;
}

.wrapper ul li{
	background-color: #142457;
	font-size: 15px;
	width: calc(50% - 10px);
}

.wrapper ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 3;
}

.category{
	margin: 10% auto;
	padding-top: 5%;
}

.category h2{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 2% auto;
	color: #142457;
}

.category .lead{
	text-align: center;
	font-size: 13px;
	line-height: 1.7;
	margin: 2% auto 5%;
}

.item{
	margin: 2% auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 10px;
	width: 96%;
	justify-content: center;
}

.box{
	margin: 0 auto;
	width: calc(50% - 5px);
}

.name{
	margin: 5% 0;
}

.name p{
	margin: 2% 0;
	font-size: 13px;
	line-height: 1.6;
}

.name span{
	color: red;
	font-size: 15px;
}

.name p:after{
	content: '円(税込)';
	display: inline-block;
	font-size: 11px;
	margin-left: 2px;
	color: red;
}

.buy{
	display: block;
	width: 80%;
	margin: 10% auto;
	text-align: center;
	background-color: #333333;
	color: #fff;
	text-decoration: none;
	line-height: 3;
	position: relative;
}

.buy:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.last{
	margin-bottom: 5%;
}

@media(min-width:750px){
.bnr{
	width: 50%;
	margin: 5% auto
}
	
.wrapper ul{
	flex-wrap: nowrap;
	width: 100%;
}

.wrapper ul li a{
	line-height: 4;
}

	
.category{
	margin: 5% auto 0;
}

.category h2{
	font-size: 20px;
}

.category .lead{
	font-size: 15px;
	line-height: 2;
}
.box{
	margin: 0;
	width: calc(25% - 10px);
}
.item{
	margin: 0 auto 2%;
	display: flex;
	flex-wrap: nowrap;
	column-gap: 10px;
	width: 100%;
}

}









