@charset "utf-8";
/* --------------------------------------------------------------------------------
　サブグループリスト
-------------------------------------------------------------------------------- */
.fs-c-subgroupList__link::after {
	/*
	font-size: 1.5rem;
	*/
}
.fs-body-category .fs-c-subgroupList__item {
	flex-basis: unset;
	flex-grow: unset;
	width: calc(25% - 4px);
}
/* --------------------------------------------------------------------------------
★PC
商品リスト
-------------------------------------------------------------------------------- */
.fs-c-productListItem__productName {
	font-size: 2rem;
}
/********** 現在登録されている商品はありません。非表示に **********/
.fs-c-productList__message.fs-c-noResultMessage {
	/*
	display: none;
	*/
}
/* --------------------------------------------------------------------------------
 利用シーンで選ぶ
-------------------------------------------------------------------------------- */
#scene {
	width: 1100px;
	margin: 30px auto 150px auto;
}
/*大切な方への贈り物*/
#scene .intro {}
#scene .intro h2 {
	font-weight: bold;
	color: #604c3f;
	font-size: 40px;
	text-align: center;
	margin-bottom: 65px;
}
#scene .intro h2 span.heading {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
#scene .intro h2 span {
	display: block;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
#scene .intro p {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 20px;
}
/*贈り物に最適*/
#scene .gift {
	margin-top: 140px;
}
#scene .gift h3 {
	color: #604c3f;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	position: relative;
}
#scene .gift h3::after {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	display: inline-block;
	width: 720px;
	height: 15px;
	background-image: url(https://pizzamicio.itembox.design/item/images/c/ttl_line.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#scene .gift .housou {
	margin-top: 100px;
}
#scene .gift h4 {
	font-weight: normal;
	color: #604c3f;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee9e6;
}
#scene .gift .inner {
	margin: 50px 0 80px 0;
	display: flex;
	justify-content: space-between;
}
#scene .gift .inner .txt {
	width: 660px;
}
#scene .gift .inner .txt p {
	font-size: 16px;
	line-height: 2;
}
#scene .gift .inner .img {
	width: 400px;
	padding-top: 10px;
}