@charset "UTF-8";

/*
	ページタイトル
-----------------------------------------------------------------------------------------------*/
#titPageOut{
	background-image: url(../images/bg_base_curve01.png), url(../images/bg_product2025_soft_pc.png), url(../images/bg_product_pc.png);
	background-position: center bottom -1px, center bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100%, contain, cover;
}
@media screen and (max-width:667px){
	#titPageOut{
		background-image: url(../images/bg_base_curve01.png), url(../images/bg_product2025_soft_sp.png), url(../images/bg_product_pc.png);
		background-position: center bottom -1px, right bottom, center center;
	}
}


/*
	商品概要
-----------------------------------------------------------------------------------------------*/
/* POINT */
#pointArea{
	margin: 0 0 60px;
}
#pointArea .cation{
	/*color: #93609E;*/
	color:#42210b;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
#listPoint{
	display:-ms-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-justify-content: center;
	justify-content: center;
	margin: 0 0 20px;
}
#listPoint li{
	display:-ms-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 346px;
	height: 353px;
	padding: 40px 30px 30px;
	font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 2.1rem;
	font-weight: 700;
	color: #42210b;
	line-height: 170%;
	text-align: center;
}
#point1{
	background:url(../images/bg_point01.png) center top no-repeat;
	background-size: contain;
}
#point2{
	background:url(../images/bg_point02.png) center top no-repeat;
	background-size: contain;
}
#listPoint li#point2 span::after{
	content:'※';
	font-size: 1.3rem;
	vertical-align: super;
}

/*#listPoint li#point2 .note{
	font-size: 1.5rem;
	color:#f7b500;
	display:block
}*/
#listPoint li#point3{
	padding: 55px 30px 30px;
	background:url(../images/bg_point03.png) center top no-repeat;
	background-size: contain;
}
#listPoint li#point3 span::after{
	content:'※';
	font-size: 1.5rem;
	color:#93609E;
}
@media screen and (max-width:667px){
	#pointArea{
		margin: 0 0 30px;
	}
	#pointArea .cation{
		text-align: left;
	}
	#listPoint{
		margin: 0 0 -20px;
	}
	#listPoint li{
		display: block;
		width: 100%;
		height: auto;
		padding: 15px;
		margin: 0 0 30px;
		font-size: 1.6rem;
		line-height: 150%;
		text-align: left;
		position: relative;
	}
	#point1{
		background:none;
		border: 1px solid #e24e83;
		background-color: #fff0f4;
	}
	/*#point2{
		background:none;
		border: 1px solid #f4a900;
		background-color: #fff4d9;
	}*/
	#listPoint li#point2{
		padding: 15px;
		background:none;
		border: 1px solid #f4a900;
		background-color: #fff4d9;
	}
	#listPoint li#point2 span::after{
		font-size: 1.3rem;
	}
	#listPoint li#point3{
		padding: 15px;
		background:none;
		border: 1px solid #934891;
		background-color: #f6eef5;
	}
	#listPoint li#point3 span::after{
		font-size: 1.3rem;
	}
	.titPoint{
		font-family: 'Alex Brush', cursive;
		font-size: 2.8rem;
		line-height: 100%;
		position: absolute;
		top: -20px;
		left: 15px;
	}
	#listPoint li:nth-of-type(1) .titPoint{
		color: #e24e83;
	}
	#listPoint li:nth-of-type(2) .titPoint{
		color: #f4a900;
	}
	#listPoint li:nth-of-type(3) .titPoint{
		color: #934891;
	}
}


/*
	本物を求める方へ、こだわりのおいしさを。
-----------------------------------------------------------------------------------------------*/
#targetArea{
	display:-ms-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding: 30px;
}
#targetAreaL{
	width: calc(100% - 280px);
	padding: 0 40px 0 0;
	font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-weight: 700;
	letter-spacing: 0.1rem;
}
#targetAreaL .tit{
	margin: 0 0 20px;
	padding: 0 0 0 50px;
	font-size: 2.6rem;
	color: #42210b;
	position: relative;
}
#targetAreaL .tit::before{
	content:' ';
	display:block;
	width:65px;
	height:70px;
	background:url(../images/ico_leaf.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: -40px;
	left: 0;
}
#targetAreaL .txt{
	font-size: 1.5rem;
	line-height: 200%;
}
#targetAreaR{
	width: 280px;
	margin: -75px 0 0;
}
#targetAreaR img{
	width: 100%;
}
@media screen and (max-width:667px){
	#targetArea{
		display: block;
		padding: 15px;
		border-radius: 5px;
	}
	#targetAreaL{
		width: 100%;
		padding: 0 0 0 0;
	}
	#targetAreaL .tit{
		margin: 0 0 11px;
		padding: 0 0 0 58px;
		font-size: 1.9rem;
	}
	#targetAreaL .tit::before{
		top: -25px;
	}
	#targetAreaL .txt{
		margin: 0 0 10px;
		font-size: 1.4rem;
		line-height: 180%;
	}
	#targetAreaR{
		width: 250px;
		margin: 15px auto;
	}
}