@charset "utf-8";

/* tasteHeader
------------------------------------------------------------------------------------ */
section#tasteHeader {
}
section#tasteHeader div.sectionInner {
}



/* tasteSoycookie
------------------------------------------------------------------------------------ */
section#tasteSoycookie {
	position: relative;
}
section#tasteSoycookie div.wideImage {
	background: url(/wp-content/themes/maison-delico/images/taste_soycookie_bg.webp) 50% 50% no-repeat;
	background-size: cover;
}
section#tasteSoycookie div.sectionInner {
}
section#tasteSoycookie div.sectionInner ul.tasteItemList {
	margin-bottom:80px;
}
section#tasteSoycookie div.sectionInner ul.tasteItemList li {
	margin-top:80px;
}
section#tasteSoycookie div.sectionInner ul.tasteItemList li:first-child {
	margin-top:0;
}
section#tasteSoycookie div.sectionInner ul.tasteItemList li div {
	display: flex;
}
section#tasteSoycookie div.sectionInner ul.tasteItemList li div p.tasteItemListPhoto {
	width: 315px;
	margin-right:40px;
}
section#tasteSoycookie div.sectionInner ul.tasteItemList li div p.mainText {
	width: 335px;
}

section#tasteSoycookie p#tasteSoycookieBg01 {
	position: absolute;
	left: calc(50% + 485px);
	top: calc(730px + 60px);
	width: 162px;
}
section#tasteSoycookie p#tasteSoycookieBg02 {
	position: absolute;
	left: calc(50% - 615px);
	top: calc(730px + 350px);
	width: 156px;
	transform: translateX(-100%);
}
section#tasteSoycookie p#tasteSoycookieBg03 {
	position: absolute;
	left: calc(50% + 490px);
	top: calc(730px + 870px);
	width: 166px;
}
section#tasteSoycookie p#tasteSoycookieBg04 {
	position: absolute;
	left: calc(50% - 480px);
	top: calc(730px + 1180px);
	width: 196px;
	transform: translateX(-100%);
}
section#tasteSoycookie p#tasteSoycookieBg05 {
	position: absolute;
	left: calc(50% + 430px);
	bottom: -110px;
	width: 198px;
}



/* tasteSoycookieIngredient
------------------------------------------------------------------------------------ */
section#tasteSoycookieIngredient {
	margin-top:150px;
}
section#tasteSoycookieIngredient div.sectionInner {
}



/* tasteChocolatecream
------------------------------------------------------------------------------------ */
section#tasteChocolatecream {
	position: relative;
}
section#tasteChocolatecream div.wideImage {
	background: url(/wp-content/themes/maison-delico/images/taste_chocolatecream_bg.webp) 50% 50% no-repeat;
	background-size: cover;
}

section#tasteChocolatecream p#tasteChocolatecreamBg01 {
	position: absolute;
	top: calc(730px + 70px);
	left: calc(50% + 340px);
	width: 217px;
}
section#tasteChocolatecream p#tasteChocolatecreamBg02 {
	position: absolute;
	left: calc(50% - 460px);
	bottom: -70px;
	width: 109px;
	transform: translateX(-100%);
}



/* tasteChocolatecreamIngredient
------------------------------------------------------------------------------------ */
section#tasteChocolatecreamIngredient {
	margin-top:150px;
}
section#tasteChocolatecreamIngredient div.sectionInner {
}





/* スマホ用
------------------------------------------------------------------------------------ */
@media screen and (max-width:1279px) {
	/* tasteSoycookie
	------------------------------------------------------------------------------------ */
	section#tasteSoycookie {
		padding-bottom: 240px;
	}
	section#tasteSoycookie div.sectionInner {
		padding-top: 160px;
	}
	section#tasteSoycookie div.sectionInner ul.tasteItemList {
		margin-bottom:40px;
	}
	section#tasteSoycookie div.sectionInner ul.tasteItemList li {
		margin-top:40px;
	}
	section#tasteSoycookie div.sectionInner ul.tasteItemList li div p.tasteItemListPhoto {
		width: 150px;
		margin-right:15px;
	}
	section#tasteSoycookie div.sectionInner ul.tasteItemList li div p.mainText {
		width: calc((100% - 150px) - 15px);
	}

	section#tasteSoycookie p#tasteSoycookieBg01 {
		left: 50%;
		top: calc(190px + 30px);
		width: 97px;
		transform: translateX(-50%);
	}
	section#tasteSoycookie p#tasteSoycookieBg02,
	section#tasteSoycookie p#tasteSoycookieBg03,
	section#tasteSoycookie p#tasteSoycookieBg04 {
		display: none;
	}
	section#tasteSoycookie p#tasteSoycookieBg05 {
		left: 50%;
		bottom: 0px;
		width: 118px;
		transform: translateX(-50%);
	}

	/* tasteSoycookieIngredient
	------------------------------------------------------------------------------------ */
	section#tasteSoycookieIngredient {
		margin-top:60px;
	}

	/* tasteChocolatecream
	------------------------------------------------------------------------------------ */
	section#tasteChocolatecream {
		padding-bottom: 80px;
	}
	section#tasteChocolatecream div.sectionInner {
		padding-top: 160px;
	}
	section#tasteChocolatecream p#tasteChocolatecreamBg01 {
		left: 50%;
		top: calc(190px + 30px);
		width: 130px;
		transform: translateX(-50%);
	}
	section#tasteChocolatecream p#tasteChocolatecreamBg02 {
		left: 50%;
		bottom: 0px;
		width: 65px;
		transform: translateX(-50%);
	}

	/* tasteChocolatecreamIngredient
	------------------------------------------------------------------------------------ */
	section#tasteChocolatecreamIngredient {
		margin-top:60px;
	}
}
