@charset "utf-8";
/* CSS Document */
.xmascoffret-title {
	margin-bottom: 32px;
}
.xmascoffret-title img {
	width: 100%;
}
.xmascoffret {
	text-align: center;
}
.xmascoffret .xmascoffret-read {
	font-size: 15px;
	margin-bottom: 32px;
}
.xmascoffret .xmascoffret-btn3 {
	display: flex;
	flex-wrap: wrap;
	width: 720px;
}
.xmascoffret .xmascoffret-btn3 li {
	margin: 0 20px 20px 0;
}
.xmascoffret .xmascoffret-btn3 li:nth-child(2n) {
	margin-right: 0;
}
.xmascoffret .xmascoffret-btn3 li:last-child,
.xmascoffret .xmascoffret-btn3 li:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0;
}
.xmascoffret .xmascoffret-btn3 a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 350px;
	height: 160px;
	border: #f49ca6 1px solid;
	box-sizing: border-box;
}
.xmascoffret .xmascoffret-btn3 .xmascoffret-category {
	display: inline-block;
	width: 135px;
	color: #f42253;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.xmascoffret .xmascoffret-btn3 .xmascoffret-category > span {
	display: block;
}
.xmascoffret .xmascoffret-btn3 img {
	display: inline-block;
	width: 144px;
	height: 144px;
}

/* 下層ページタイトル */
.xmascoffret-group-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
