@charset "utf-8";
/*------------------------------------------------------------
	buying
------------------------------------------------------------*/
#main .sec01 {
	margin-bottom: 15rem;
}
#main .sec01 .centerTxt {
	margin-bottom: 4.8rem;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.8;
}
#main .areaBox {
	margin: 0 auto;
	padding: 2.5rem 1rem 2.5rem 4.1rem;
	color: #fff;
	max-width: 64rem;
	display: flex;
	align-items: center;
	background-color: #003e1a;
}
#main .areaBox .ttl {
	width: 14.8rem;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-top: -0.2rem;
}
#main .areaBox .linkUl {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
	gap: 2rem;
}
#main .areaBox .linkUl a {
	padding: 1.1rem 0.5rem 1.5rem;
	min-width: 20rem;
	color: #003e1a;
	font-size: 2.4rem;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-radius: 5rem;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	#main .areaBox .linkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 .centerTxt {
		font-size: 2rem;
	}
	#main .areaBox {
		display: block;
		max-width: inherit;
		padding: 2rem 1rem;
	}
	#main .areaBox .ttl {
		margin-bottom: 1rem;
		width: auto;
		text-align: center;
	}
	#main .areaBox .linkUl a {
		min-width: 14rem;
		font-size: 2rem;
	}
	#main .areaBox .linkUl {
		gap: 1rem;
		justify-content: center;
	}
	#main .sec01 {
		margin-bottom: 7rem;
	}
}

/* sec02 */
#main .sec02 {
	padding: 14rem 0 15rem;
	background-color: #f5f6f2;
}
#main .sec02 .listBox {
	margin: 0 auto 11.9rem;
	max-width: 94rem;
	position: relative;
}
#main .sec02 .headLine02 {
	margin-bottom: 6.7rem;
}
#main .sec02 .comList {
	max-width: 74rem;
}
#main .sec02 .imgBox {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border: 1px solid #003e1a;
	line-height: 2;
	padding: 3.9rem 3.9rem;
	margin: 0 -0.3rem;
}
#main .sec02 .imgBox .image {
	width: 50rem;
}
#main .sec02 .imgBox .image img {
	width: 100%;
}
#main .sec02 .imgBox .textBox {
	flex: 1;
	padding: 1.2rem 0 0 4rem;
}
#main .sec02 .imgBox .ttl {
	margin-bottom: 1.7rem;
	color: #003e1a;
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	#main .sec02 .listBox .photo {
		width: 11.7rem;
		position: absolute;
		top: 4.2rem;
		right: 1.3rem;
	}
}
@media all and (max-width: 896px) {
	#main .sec02 {
		padding: 7rem 0 8rem;
	}
	#main .sec02 .comList {
		max-width: inherit;
	}
	#main .sec02 .listBox .photo {
		width: 5.7rem;
		margin: -2.5rem 0 0 auto;
		position: relative;
		z-index: 10;
	}
	#main .sec02 .imgBox {
		display: block;
		padding: 2rem;
		margin: 0;
	}
	#main .sec02 .imgBox .image {
		width: auto;
		margin-bottom: 3rem;
	}
	#main .sec02 .imgBox .textBox {
		padding: 0;
	}
	#main .sec02 .imgBox .ttl {
		font-size: 2.2rem;
	}
	#main .sec02 .listBox {
		margin-bottom: 2.9rem;
	}
}


/* sec03 */
#main .sec03 {
	padding-top: 14.2rem;
}
#main .sec03 .listUl {
	margin-bottom: 8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 5.2rem 3rem;
}
#main .sec03 .listUl li {
	width: calc((100% - 6rem) / 3);
}
#main .sec03 .listUl .ttl {
	margin-bottom: 3rem;
	padding: 1.3rem 0 1.7rem;
	color: #fff;
	font-size: 2rem;
	font-family: "Noto Serif JP", serif;
	background-color: #003e1a;
	text-align: center;
	letter-spacing: 0.1em;
}
#main .sec03 .listUl .image {
	margin: 0 3.9rem;
}
#main .sec03 .centerTxt {
	margin-bottom: 7.5rem;
}
#main .sec03 .btmTxt {
	margin-bottom: 5.4rem;
	color: #003e1a;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#main .sec03 .arrowImg {
	text-align: center;
}
#main .sec03 .arrowImg img {
	width: 30rem;
}
@media all and (max-width: 896px) {
	#main .sec03 {
		padding-top: 6rem;
	}
	#main .sec03 .listUl {
		display: block;
	}
	#main .sec03 .listUl li {
		width: auto;
		margin-bottom: 4rem;
	}
	#main .sec03 .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .listUl .ttl {
		font-size: 1.6rem;
	}
	#main .sec03 .centerTxt {
		margin-bottom: 4.5rem;
	}
	#main .sec03 .btmTxt {
		font-size: 2rem;
		letter-spacing: 0;
	}
	#main .sec03 .arrowImg img {
		width: 14rem;
	}
	#main .sec03 .listUl .image {
		margin: 0 auto;
		max-width: 27rem;
	}
}