@charset "utf-8";

.contentsWrap {
	max-width: 98rem;
	margin: 0 auto;
}
.inner {
	max-width: 90.5rem;
	margin: 0 auto;
}
.contentsInner {
	max-width: 81.6rem;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.contentsWrap {
		max-width: 100%;
		width: 100%;
	}
	.inner {
		width: 100%;
		max-width: 100%;
		padding: 0 5.2rem;
	}
	.contentsInner {
		width: 100%;
		max-width: 100%;
		padding: 0 5.2rem;
	}
}


/* mvWrap */
.mvWrap {
	width: 100%;
	position: relative;
}
.mvWrap h1 {
	position: absolute;
	top: 2.5rem;
	left: 3.5rem;
}
.mvWrap h1 span {
	font-size: 4rem;
	color: #fff;
	background: #522f1c;
	width: 16.2rem;
	height: 16.2rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.mvWrap h1 {
		top: 2.2rem;
		left: 2rem;
	}
	.mvWrap h1 span {
		font-size: 4.7rem;
		width: 21rem;
		height: 21rem;
	}
}

/* intro */
.intro {
	padding: 4.5rem 0 0;
}
.intro h2 {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color: #522d1d;
	font-feature-settings: "palt";
}
.intro .lead {
	font-size: 2rem;
	line-height: 4.3rem;
	font-weight: bold;
	color: #522d1d;
	margin-top: 2.2rem;
}
.intro .iconWrap {
	display: flex;
	justify-content: center;
	gap: 0 1.4rem;
	margin-top: 2.5rem;
}
.intro .iconWrap li {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #522e1d;
	width: 9.7rem;
	height: 9.7rem;
	background: url(/base/pc/store/special/farm/2025/img/bread/icon.png) no-repeat top center;
	background-size: contain;
}
@media (max-width: 768px) {
	.intro {
		padding: 5.5rem 0 0;
	}
	.intro h2 {
		font-size: 4.7rem;
		line-height: 6.9rem;
	}
	.intro .lead {
		font-size: 3rem;
		line-height: 5.1rem;
		margin-top: 3rem;
	}
	.intro .iconWrap {
		gap: 0 1.5rem;
		margin-top: 3.5rem;
	}
	.intro .iconWrap li {
		font-size: 1.9rem;
		line-height: 2.3rem;
		width: 11rem;
		height: 11rem;
	}
}

/* item */
.itemWrap {
	display: flex;
	flex-wrap: wrap;
	font-feature-settings: "palt";
}
.itemWrap .itemList {
	padding: 7rem 0;
	width: 50%;
}
.itemWrap .itemList:nth-child(3),
.itemWrap .itemList:nth-child(4) {
	background: #f7f0e8;
}
.itemWrap .itemList:nth-child(2n-1) .itemListInner {
	width: 38rem;
	margin: 0 3rem 0 auto;
}
.itemWrap .itemList:nth-child(2n) .itemListInner {
	width: 38rem;
	margin: 0 auto 0 3rem;
}
.itemWrap .itemList h3 {
	font-size: 3rem;
	font-weight: bold;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	padding: 1.3rem 0.5rem;
}
.itemWrap .itemList .lead {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3rem;
	margin-top: 1.5rem;
}
.itemWrap .itemList:nth-child(4) .lead {
	min-height: 15rem;
}
.itemWrap .itemList .pic {
	margin-top: 3rem;
}
.itemWrap .itemList dl {
	margin-top: 1.5rem;
}
.itemWrap .itemList dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3rem;
}
.itemWrap .itemList dl dd {
	font-size: 1.8rem;
	line-height: 3rem;
	margin-top: 0.2rem;
}
.itemWrap .itemList .note {
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin-top: 2rem;
}
.item .contentsInner {
	margin-top: -2rem;
}
.item .caution {
	font-size: 1.6rem;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.itemWrap {
		display: block;
		margin-top: 7rem;
	}
	.itemWrap .itemList {
		padding: 7rem 0;
		width: 100%;
	}
	.itemWrap .itemList:nth-child(2n-1) {
		background: #f7f0e8 !important;
	}
	.itemWrap .itemList:nth-child(2n) {
		background: none !important;
	}
	.itemWrap .itemList:nth-child(2n-1) .itemListInner,
	.itemWrap .itemList:nth-child(2n) .itemListInner {
		width: 86%;
		margin: 0 auto;
	}
	.itemWrap .itemList h3 {
		font-size: 5rem;
		padding: 2.2rem 1.5rem;
	}
	.itemWrap .itemList .lead {
		font-size: 3rem;
		line-height: 4.8rem;
		margin-top: 3.5rem;
	}
	.itemWrap .itemList:nth-child(4) .lead {
		min-height: 0;
	}
	.itemWrap .itemList .pic {
		margin-top: 5rem;
	}
	.itemWrap .itemList dl {
		margin-top: 2rem;
	}
	.itemWrap .itemList dl dt {
		font-size: 3rem;
		line-height: 4.8rem;
	}
	.itemWrap .itemList dl dd {
		font-size: 3rem;
		line-height: 4.8rem;
	}
	.itemWrap .itemList .note {
		font-size: 2.6rem;
		line-height: 4.1rem;
		margin-top: 3rem;
	}
	.item .contentsInner {
		margin-top: 5rem;
	}
	.item .caution {
		font-size: 2.6rem;
	}
}


/* bnr */
.bnr {
	max-width: 98rem;
	padding: 10.5rem 4rem 0;
	margin: 0 auto;
}
.bnr h2 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 2rem;
}
.bnr ul li + li {
	margin-top: 4rem;
}
.bnr ul li a img {
	width: 100%;
}
@media (max-width: 768px) {
	.bnr {
		max-width: 100%;
		padding: 15rem 0 0;
	}
	.bnr h2 {
		font-size: 3.6rem;
		line-height: 4.6rem;
		margin-bottom: 2.5rem;
	}
	.bnr ul li + li {
		margin-top: 4.5rem;
	}
}


