@charset "utf-8";

/* mainVisual */
.mainVisual {
	background-color: #fffde1;
	padding: 3rem 0;
	border-radius: 0 0 4rem 4rem;
}
.mainVisual h1 {
	margin: 0 auto;
	width: 104.1rem;
}
@media (max-width: 768px) {
	.mainVisual h1 {
		width: 69rem;
	}
}

/* topLead */
.topLead {
	margin: 4.5rem 0 5rem;
	font-size: 1.9rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 3.8rem;
	text-align: center;
}
@media (max-width: 768px) {
.topLead {
	margin: 5rem 0 8rem;
	font-size: 2.8rem;
	line-height: 5rem;
}
}

.bg {
	width: 100rem;
	margin: 0 auto;
	padding: 5rem 7rem 25rem;
	background-image: url("/base/pc/store/special/hyakkasai/2026ss/img/food/bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}
.bg .lead {
	font-size: 1.9rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 3.8rem;
	text-align: center;
}
@media (max-width: 768px) {
	.bg {
	width: 69.1rem;
	padding: 4rem 3rem 16.5rem;
	background-image: url("/base/pc/store/special/hyakkasai/2026ss/img/food/bg_sp.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}
.bg .lead {
	font-size: 2.6rem;
	line-height: 4.2rem;
}
}

/* itemBox */
.itemBox.wrap, .itemBox .wrap {
	display: flex;
}
.itemBox .item .brand {
	padding-bottom: 1.5rem;
	font-size: 3rem;
	font-weight: 600;
	font-family: "Noto Serif CJK JP", serif;
	color: #f08000;
	line-height: 3.9rem;
	position: relative;
}
.itemBox .item .brand::before {
	content: "";
	width: 5rem;
	height: 0.2rem;
	background-color: #f08000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.itemBox .item .itemLead {
	margin-top: 1rem;
	font-size: 2.5rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 4rem;
	color: #f08000;
}
.itemBox .item .detail {
	margin-top: 1.5rem;
}
.itemBox .item .detail p + p {
	margin-top: 0.5rem;
}
@media (max-width: 768px) {
	.itemBox.wrap, .itemBox .wrap {
		display: block;
	}
	.itemBox .item .brand {
		padding-bottom: 1.5rem;
		font-size: 3.5rem;
		line-height: 3.5rem;
	}
	.itemBox .item .brand::before {
		width: 30rem;
	}
	.itemBox .item .itemLead {
		margin-top: 1.5rem;
		font-size: 3.3rem;
		line-height: 4.3rem;
	}
	.itemBox .item .detail {
		line-height: 1.4;
	}
	.itemBox .item .detail p + p {
		margin-top: 1.5rem;
	}
	.itemBox .item .detail .shop {
		display: block;
		font-size: 2.3rem;
		line-height: 1.3;
	}
}

/* itemBox01 */
.itemBox01 {
	margin: 10rem auto 0;
	width: 87.6rem;
}
.itemBox01 .item {
	margin-top: 2rem;
}
.itemBox01 .item .wrap {
	justify-content: center;
	gap: 0 7rem;
}
.itemBox01 .item .txt {
	width: 45rem;
}
.itemBox01 .item .brand::before {
	width: 5rem;
}
.itemBox01 .item .detail {
	margin-top: 6rem;
	width: 29rem;
}
@media (max-width: 768px) {
	.itemBox01 {
		margin: 3rem auto 0;
		width: 63.5rem;
	}
	.itemBox01 .item {
		margin-top: 3rem;
	}
	.itemBox01 .item .txt {
		width: 100%;
	}
	.itemBox01 .item .detail {
		margin-top: 1.5rem;
		width: 100%;
	}
}

/* itemBox02 */
.itemBox02 {
	margin-top: 8.5rem;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0 1.5rem;
}
.itemBox02 .pic {
	width: 59.5rem;
}
.itemBox02 .item {
	margin-bottom: 4rem;
	width: 24rem;
}
.itemBox02 .item .detail {
	margin-top: 4rem;
}
@media (max-width: 768px) {
	.itemBox02 {
		margin-top: 6.5rem;
	}
	.itemBox02 .pic {
		width: 100%;
	}
	.itemBox02 .item {
		margin: 2.5rem auto 0;
		width: 90%;
	}
	.itemBox02 .item .detail {
		margin-top: 1.5rem;
	}
}

/* itemBox03 */
.itemBox03 {
	margin-top: 6rem;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
}
.itemBox03 .pic {
	width: 59.4rem;
}
.itemBox03 .item {
	margin-bottom: 3rem;
	width: 27rem;
}
@media (max-width: 768px) {
	.itemBox03 {
		margin-top: 4rem;
	}
	.itemBox03 .pic {
		width: 100%;
	}
	.itemBox03 .item {
		margin: 2.5rem auto 0;
		width: 90%;
	}
}

/* itemBox04 */
.itemBox04 {
	margin-top: 7.5rem;
	justify-content: space-between;
	align-items: flex-end;
}
.itemBox04 .pic {
	width: 59.5rem;
}
.itemBox04 .item {
	width: 26rem;
	margin-bottom: 3rem;
}
@media (max-width: 768px) {
	.itemBox04 {
		margin-top: 2.5rem;
	}
	.itemBox04 .pic {
		width: 100%;
	}
	.itemBox04 .item {
		margin: 2.5rem auto 0;
		width: 90%;
	}
}

/* itemBox05 */
.itemBox05 {
	margin: 5rem auto 0;
	width: 87.7rem;
}
.itemBox05 .item {
	margin-top: -21rem;
	margin-left: 3rem;
}
.itemBox05 .item .wrap {
	gap: 0 4rem;
}
.itemBox05 .txt {
	width: 21.1rem;
}
.itemBox05 .item .brand::before {
	width: 21.1rem;
}
.itemBox05 .item .detail {
	margin-top: 3rem;
	width: 27rem;
}
@media (max-width: 768px) {
	.itemBox05 {
		margin: 6rem auto 0;
		width: 100%;
	}
	.itemBox05 .item {
		margin: -26rem auto 0;
		width: 90%;
	}
	.itemBox05 .txt {
		width: 100%;
	}
	.itemBox05 .item .brand::before {
		width: 21.1rem;
	}
	.itemBox05 .item .detail {
		margin-top: 1.5rem;
		width: 100%;
	}
}

/* itemBox06 */
.itemBox06 {
	margin-top: 13rem;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
}
.itemBox06 .pic {
	width: 59.4rem;
	margin-right: -2rem;
}
.itemBox06 .item {
	width: 28rem;
}
.itemBox06 .itemLead {
	padding-bottom: 1.5rem;
	position: relative;
}
.itemBox06 .itemLead::before {
	content: "";
	width: 5rem;
	height: 0.2rem;
	background-color: #f08000;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (max-width: 768px) {
	.itemBox06 {
		margin-top: 3.5rem;
	}
	.itemBox06 .pic {
		width: 100%;
		margin-right: 0;
	}
	.itemBox06 .item {
		margin: 2.5rem auto 0;
		width: 90%;
	}
	.itemBox06 .itemLead::before {
		width: 30rem;
	}
}

/* itemBox07 */
.itemBox07 {
	margin: 6rem auto 0;
	justify-content: center;
	gap: 0 1rem;
}
.itemBox07 .pic {
	width: 59.5rem;
	position: relative;
}
.itemBox07 .pic::after {
	content: "";
	width: 33.6rem;
	height: 50.3rem;
	background: url("/base/pc/store/special/hyakkasai/2026ss/img/food/img07_sub.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -14.5rem;
	right: -21.5rem;
}
.itemBox07 .item {
	margin-top: 12rem;
	width: 25rem;
}
.itemBox07 .itemLead {
	padding-bottom: 1.5rem;
	position: relative;
}
.itemBox07 .itemLead::before {
	content: "";
	width: 5rem;
	height: 0.2rem;
	background-color: #f08000;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (max-width: 768px) {
	.itemBox07 {
		margin: 6rem auto 0;
	}
	.itemBox07 .pic {
		width: 100%;
	}
	.itemBox07 .pic::after {
		width: 24.4rem;
		height: 36.7rem;
		background: url("/base/pc/store/special/hyakkasai/2026ss/img/food/img07_sub_sp.png") no-repeat;
		background-size: contain;
		bottom: -31rem;
		right: -4rem;
	}
	.itemBox07 .item {
		margin: 2.5rem auto 0;
		width: 90%;
	}
	.itemBox07 .itemLead::before {
		width: 30rem;
	}
}
