@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .sec01 {
	padding: 1.4rem 0 5rem;
}
#main .mainImg {
	position: relative;
}
#main .mainImg .textImg {
	position: relative;
	z-index: 1;
}
#main .mainImg .photo01 {
	position: absolute;
	top: 4rem;
	left: -10rem;
	width: 30rem;
}
#main .mainImg .photo02 {
	position: absolute;
	top: -1.9rem;
	right: 0;
	width: 18rem;
}
#main .mainImg .photo03 {
	position: absolute;
	top: 22.6rem;
	right: -10rem;
	width: 49rem;
}
#main .mainImg .photo img {
	width: 100%;
	border-radius: 0.5rem;
}
#main .mainImg h2 {
	margin-bottom: 3.3rem;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.1rem;
	text-align: center;
	color: #3F3F3F;
}
#main .mainImg .textImg {
	width: 46.4rem;
	margin: 0 auto 0.8rem;
}
#main .mainImg p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}
#main .mainImg .textBox {
	max-width: 38.4rem;
}
#main .sec01 .subBox {
	margin-top: 3.2rem;
}
#main .sec01 .subBox p {
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #BC8B57;
	text-align: center;
}
#main .sec02 {
	padding: 5.8rem 0 4rem;
	background-color: #EBF5F8;
}
#main .sec02 .textImg {
	position: relative;
	margin-bottom: 5rem;
}
#main .sec02 .textImg p {
	padding: 1.1rem 0.7rem 0.9rem 0.5rem;
	position: absolute;
	top: 4.9rem;
	right: 2.3rem;
	font-size: 1.4rem;
	color: #2F2F2F;
	font-weight: 500;
	background-color: #FFF3E1;
	width: 9.1rem;
	border-radius: 0.2rem;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.35;
}
#main .sec02 h2 {
	width: 44.4rem;
	margin: 0 auto 1.6rem;
}
#main .sec02 .infoList {
	margin-bottom: 6.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3.8rem;
}
#main .sec02 .infoList li {
	text-align: center;
	padding: 0.1rem 1rem;
	border-radius: 0.55rem;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 16rem;
	width: calc((100% - 11.5rem) / 4);
}
#main .sec02 .infoList li .img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 0.5rem;
}
#main .sec02 .infoList li p {
	font-size: 1.6rem;
	font-weight: 700;
	color: #2F2F2F;
	line-height: 1.5;
}
#main .sec02 .infoList li p .red {
	color: #E95E13;
}
#main .sec02 .infoList li p small {
	font-size: 1.4rem;
}
#main .sec02 .h3Ttl {
	margin-bottom: 2.4rem;
	font-size: 2.8rem;
	color: #204A6A;
	font-weight: 700;
	text-align: center;
}
#main .sec02 .imgBox {
	align-items: flex-start;
}
#main .sec02 .imgBox .rBox {
	margin-left: 3rem;
	width: 28rem;
	background-color: #fff;
	border-radius: 0.5rem;
	align-items: center;
	margin-top: 1rem;
	padding: 1.5rem 1rem;
}
#main .sec02 .imgBox .textBox {
	flex: 1;
}
#main .sec02 .imgBox .textBox p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}
#main .sec02 .imgBox .rBox .photo {
	width: 12.4rem;
	margin-right: 2rem;
}
#main .sec02 .imgBox .rBox .pBox {
	flex: 1;
	font-feature-settings: "palt";
}
#main .sec02 .imgBox .rBox .pBox p {
	font-weight: 500;
	color: #000;
	font-size: 1.3rem;
}
#main .bigPhoto {
	min-height: 30rem;
	position: relative;
	background: url(../../../images/recipe/special/tsukeshigoto/index/photo11.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}
#main .sec03 {
	padding: 6rem 0 7rem;
}
#main .sec03 h2 {
	width: 70.8rem;
	margin: 0 auto 2.6rem;
}
#main .sec03 .list {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem 11rem;
}
#main .sec03 .list li {
	width: calc((100% - 11rem) / 2);
}
#main .sec03 .list .photo {
	margin-bottom: 0.7rem;
}
#main .sec03 .list .photo img {
	width: 100%;
}
#main .sec03 .list li p {
	margin-bottom: 1.2rem;
	font-weight: 500;
	line-height: 2;
	color: #2F2F2F;
}
#main .sec03 .list li .ttl {
	margin-bottom: 0.7rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	#main .sec01 {
		padding: 0.9rem 0 6.2rem;
		background-color: #fff;
	}
	#main .mainImg h2 {
		margin: 0 0.5rem 5.6rem 0; 
		font-size: 1.4rem;
		letter-spacing: 0.07rem;
		text-shadow: -2px 0 0 #fff,
		0 -2px 0 #fff,
		2px 0 0 #fff,
		0 2px 0 #fff;
		position: relative;
		z-index: 1;
		text-align: right;
	}
	#main .mainImg .photo01 {
		left: auto;
		right: -2rem;
		width: 21.5rem;
		top: 3.8rem;
		width: 64.3%;
	}
	#main .mainImg .photo01 img {
		border-radius: 0.5rem 0 0 0.5rem;
	}
	#main .mainImg .photo02 {
		right: auto;
		left: 0;
		width: 11.5rem;
		top: -0.9rem;
		width: 34.3%;
	}
	#main .mainImg .textImg {
		width: 27.6rem;
		margin: 0 0 -8.1rem -1.6rem;
		width: 82.3%;
	}
	#main .mainImg .textBox {
		max-width: inherit;
	}
	#main .mainImg p {
		font-size: 1.5rem;
		text-align: center;
		font-weight: 500;
		line-height: 2;
	}
	#main .mainImg .photo03 {
		margin: -4rem 1rem 1.8rem -2rem;
		position: relative;
		right: auto;
		top: 0;
		width: 34.5rem;
		width: calc(100% + 1rem);
	}
	#main .sec01 .subBox {
		margin-top: 2.5rem;
	}
	#main .sec02 {
		padding: 4.4rem 0 3rem;
	}
	#main .sec02 .textImg {
		margin: 0 0 5rem -0.7rem;
	}
	#main .sec02 .textImg img {
		width: 100%;
	}
	#main .sec02 .textImg p {
		top: auto;
		bottom: 8.4vw;
		right: 7.2vw;
		width: 24.3vw;
		font-size: 3.73vw;
	}
	#main .sec02 h2 {
		width: 27.4rem;
		margin: 0 0 2.4rem 1rem;
	}
	#main .sec02 .infoList {
		margin-bottom: 5rem;
		gap: 2.4rem 2.03rem;
	}
	#main .sec02 .infoList li {
		min-height: 12rem;
		width: calc((100% - 2.03rem) / 2);
	}
	#main .sec02 .infoList li p {
		font-size: 1.5rem;
	}
	#main .sec02 .h3Ttl {
		margin-bottom: 2rem;
		font-size: 2rem;
		line-height: 1.5;
	}
	#main .sec02 .imgBox {
		display: block;
	}
	#main .sec02 .imgBox .rBox {
		padding: 0 1rem;
		margin: 0;
		width: auto;
	}
	#main .sec02 .imgBox .textBox {
		margin: 0 0 1.6rem 0.5rem;
	}
	#main .sec02 .imgBox .rBox .photo {
		width: 12rem;
		margin-right: 1rem;
	}
	#main .sec02 .imgBox .rBox p {
		font-size: 1.3rem;
		font-weight: 500;
	}
	#main .bigPhoto {
		min-height: 48vw;
		height: 100%;
		background-image: none;
	}
	#main .bigPhoto::before{
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transform: translate3d(0, 0, -1px);
		transform: translate3d(0, 0, -1px);
		width: 100%;
		min-height: 100%;
		background-image: url(../../../images/recipe/special/tsukeshigoto/index/photo11_sp.jpg);
		background-size: cover;
		z-index: -1;
	}
	#main .sec03 {
		padding-bottom: 2rem;
		background-color: #fff;
		position: relative;
		z-index: 1;
	}
	#main .sec03 h2 {
		width: auto;
		text-align: center;
		margin: 0 -1rem 4.5rem;
	}
	#main .sec03 h2 img {
		width: 35.5rem;
	}
	#main .sec03 .list {
		margin: 0 -0.5rem;
		display: block;
	}
	#main .sec03 .list li {
		width: auto;
		margin-bottom: 5rem;
	}
	#main .sec03 .list li:last-child {
		margin-bottom: 0;
	}
}