@charset "UTF-8";

#wrapper.wrapper__top::after,
#wrapper.wrapper__top::before{
	display: none;
}

/*
	メインイメージ
-----------------------------------------------------------------------------------------------*/
#topKv{
	height: 450px;
	position: relative;
}
#topKv::after{
	content: "";
	width: 100%;
	height: 10px;
	background:linear-gradient(to right, #f8834c 33%, #b7c52b 33%, #b7c52b 67%, #f8696b 67%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#topKv__tit{
	width: 580px;
	height: 200px;
	margin: -90px auto 0;
	position: relative;
	z-index: 10;
}
@media screen and (max-width:668px){
	#topKv{
		height: 250px;
	}
	#topKv::after{
		height: 5px;
	}
	#topKv__tit{
		width: 300px;
		height: 104px;
		margin: -50px auto 0;
	}
}


/*
	about
-----------------------------------------------------------------------------------------------*/
#ctsAbout{
	padding: 150px 50px 50px;
	text-align: center;
}
#ctsAbout::after{
	content: "";
	display: block;
	width: 1019px;
	height: 120px;
	margin: 35px auto 0;
	background: url("../images/bg_about_pc.png") center center no-repeat;
	background-size: cover;
}
.ctsAbout__txt{
	font-size: 2.2rem;
	font-weight: 700;
}
@media screen and (max-width:668px){
	#ctsAbout{
		padding: 80px 20px 10px;
	}
	#ctsAbout::after{
		width: 100%;
		height: 60px;
		margin: 15px auto 0;
		background: url("../images/bg_about_sp.png") center center no-repeat;
		background-size: contain;
	}
	.ctsAbout__txt{
		font-size: 1.8rem;
		text-align: left;
	}
}


/*
	使用商品から探す
-----------------------------------------------------------------------------------------------*/
.ctsTopSearch{
	padding: 55px 50px;
	background-color: #fcf9f0;
}
@media screen and (max-width:668px){
	.ctsTopSearch{
		padding: 25px 15px;
	}
}

.ctsTopSearch__listItm{
	width: calc((100% - 30px)/2); /* 2カラム用 */
	/* width: calc((100% - 60px)/3); 3カラム用 */
	padding: 25px 0 0;
	position: relative;
}
/*.ctsTopSearch__listItm:last-of-type::before{
	content: "";
	width: 80px;
    height: 80px;
    background: url("../images/ico_renewal.svg") center center no-repeat;
    background-size: cover;
	position: absolute;
	top: -10px;
	left: -15px;
	z-index: 1;
}*/
.ctsTopSearch__listItm_btn{
	display: block;
	padding: 130px 10px 20px;
	font-size: 2.0rem;
	font-weight: 700;
	color: #fff !important;
	text-align: center;
	border-radius: 15px;
	position: relative;
}
.ctsTopSearch__listItm_btn::before{
	content: "";
    width: 25px;
    height: 25px;
    background: url("../images/ico_arrow.svg") center center no-repeat;
    background-size: cover;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.ctsTopSearch__listItm_btn::after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:668px){
	#ctsTopSearch__list{
		display: block;
	}
	.ctsTopSearch__listItm{
		width: 100%;
		padding: 15px 0 0;
	}
	/*.ctsTopSearch__listItm:last-of-type::before{
		width: 40px;
		height: 40px;
		top: 5px;
		left: -25px;
	}*/
	.ctsTopSearch__listItm:first-of-type{
		padding: 0;
	}
	.ctsTopSearch__listItm_btn{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		min-height: 96px;
		padding: 25px 40px 25px 100px;
		font-size: 1.8rem;
		text-align: left;
		border-radius: 10px;
	}
	.ctsTopSearch__listItm_btn::before{
		width: 18px;
		height: 18px;
		right: 12px;
	}
	.ctsTopSearch__listItm_btn::after{
		transform: none;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
	}
}

/* ホームパックコーン */
a.ctsTopSearch__listItm_btn_cone{
	background-color: #f8834c;
}
.ctsTopSearch__listItm_btn_cone::after{
    width: 138px;
    height: 150px;
    background: url("../images/ico_cone.png") center center no-repeat;
    background-size: contain;
}
@media screen and (max-width:668px){
	.ctsTopSearch__listItm_btn_cone::after{
		width: 73px;
		height: 65px;
	}
}

/* 果肉を楽しむフルーツソース */
a.ctsTopSearch__listItm_btn_sauce{
	background-color: #f8696b;
}
.ctsTopSearch__listItm_btn_sauce::after{
    width: 168px;
    height: 150px;
    background: url("../images/ico_sauce.png") center center no-repeat;
    background-size: cover;
}
@media screen and (max-width:668px){
	.ctsTopSearch__listItm_btn_sauce::after{
		width: 73px;
		height: 65px;
	}
}

/* フルーツバター */
a.ctsTopSearch__listItm_btn_butter{
	background-color: #b7c52b;
}
.ctsTopSearch__listItm_btn_butter::after{
    width: 167px;
    height: 150px;
    background: url("../images/ico_butter.png") center center no-repeat;
    background-size: cover;
}
@media screen and (max-width:668px){
	.ctsTopSearch__listItm_btn_butter::after{
		width: 73px;
		height: 65px;
	}
}


/*
	pickup
-----------------------------------------------------------------------------------------------*/
#ctsPickup{
	margin: 150px 0 0;
	background: -webkit-repeating-linear-gradient(-45deg,#fdf6b6 0,#fdf6b6 12px,#fff 12px,#fff 16px);
    background: repeating-linear-gradient(-45deg,#fdf6b6 0,#fdf6b6 12px,#fff 12px,#fff 16px);
	position: relative;
}
#ctsPickup::before{
	content: "";
	width: 110px;
	height: 126px;
	background: url("../images/ico_pickup.png") center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
#ctsPickup::after{
	content: "";
	width: 100%;
	height: 20px;
	background: url("../images/bg_wave_pc.svg") center center repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#ctsPickup .ctsArea{
    padding: 90px 30px 60px;
	position: relative;
}
#ctsPickup .ctsArea::before{
	content: "";
	width: 400px;
	height: 445px;
	background: url("../images/deco_cutlery.png") center center repeat;
	background-size: cover;
	position: absolute;
	right: -10px;
	bottom: 0;
	opacity: 0.7;
}
@media screen and (max-width:668px){
	#ctsPickup{
		margin: 100px 0 0;
	}
	#ctsPickup::before{
		width: 70px;
		height: 80px;
		top: -60px;
	}
	#ctsPickup::after{
		height: 10px;
		background: url("../images/bg_wave_sp.svg") center center repeat;
	}
	#ctsPickup .ctsArea{
		padding: 45px 20px 30px;
	}
	#ctsPickup .ctsArea::before{
		width: 240px;
		height: 267px;
	}
}