@charset 'utf-8';
/* --------------------------------------------------------------------------------
　サブグループリスト
-------------------------------------------------------------------------------- */
.fs-c-subgroupList__link::after {
	/*
	font-size: 1.5rem;
	*/
}
/* --------------------------------------------------------------------------------
★スマートフォン
商品リスト
-------------------------------------------------------------------------------- */
.fs-c-productListItem__productName {
	font-size: 1.8rem;
}
/********** 現在登録されている商品はありません。非表示に **********/
.fs-c-productList__message.fs-c-noResultMessage {
	/*
	display: none;
	*/
}
/* --------------------------------------------------------------------------------
  利用シーンで選ぶ
-------------------------------------------------------------------------------- */
#scene {
	margin: 2vw 0 25vw 0;
}
/*大切な方への贈り物*/
#scene .intro {
	padding: 0 3vw;
}
#scene .intro h2 {
	padding: 0 5vw;
	font-weight: bold;
	color: #604c3f;
	font-size: 8vw;
	text-align: center;
	margin-bottom: 10vw;
}
#scene .intro h2 span.heading {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	font-size: 4vw;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 4vw;
}
#scene .intro h2 span {
	display: block;
	font-size: 4.8vw;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 2vw;
	margin-bottom: 0;
}
#scene .intro p {
	font-size: 4.4vw;
	line-height: 1.6;
	margin-bottom: 4vw;
}
/*贈り物に最適*/
#scene .gift {
	padding: 0 3vw;
	margin-top: 16vw;
}
#scene .gift h3 {
	color: #604c3f;
	font-size: 7.2vw;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
#scene .gift h3::after {
	position: absolute;
	top: 22vw;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	display: inline-block;
	width: 72vw;
	height: 15vw;
	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: 20vw;
}
#scene .gift .haisou {
	margin-top: 15vw;
}
#scene .gift h4 {
	font-weight: normal;
	color: #604c3f;
	font-size: 5.6vw;
	padding-bottom: 3vw;
	border-bottom: 1px solid #eee9e6;
}
#scene .gift .inner {
	margin: 8vw 0 0 0;
	display: flex;
	flex-direction: column-reverse;
}
#scene .gift .inner .txt {
	width: 100%;
	margin-top: 6vw;
}
#scene .gift .inner .txt p {
	font-size: 4vw;
	line-height: 1.8;
}
#scene .gift .inner .img {
	width: 100%;
}