body {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #555;
	background-image: url(../image/bg.jpg);
	background-size: cover;
}

body.noscroll {
	overflow:hidden;
}

main{
	overflow: clip;
}

/*=====================================
*
*見出し
*
=======================================*/
.hd01 {
	margin-bottom: 50px;
}

.hd01 :is(h2, h3, h4, h5) {
	display: flex;
	align-items: center;
	font-family: "Prociono";
	font-weight: 400;
	font-size: 28px;
	letter-spacing: 0.08em;
	color: #4b3419;
}

.hd01 :is(h2, h3, h4, h5) span {
	font-family: "Noto Serif JP", serif;
	font-size: 0.5em;
	font-weight: 600;
	padding-left: calc((20 / 14) * 1.0em);
}

.hd01>span {
	display: block;
	width: 55px;
	height: 2px;
	margin-top: 10px;
	background-color: #c1b4a4;
}

/*sp*/
@media screen and (max-width:599px) {
	.hd01 {
		margin-bottom: 30px;
	}

	.hd01 :is(h2, h3, h4, h5) {
		font-size: 20px;
	}
}

/*ボタンと横並び*/
.flex-hd_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 5px;
}

.flex-hd_area .btn02 {
	margin-top: 0;
}

/*sp*/
@media screen and (max-width:599px) {
	.flex-hd_area {
		flex-wrap: wrap;
		gap: 30px;
	}
}

/*=====================================
*
*ボタン
*
=======================================*/
.btn01 {
	width: fit-content;
	height: 45px;
	margin-top: 40px;
	transition: 0.3s ease-in-out;
}

.btn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: "Prociono";
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 0 40px;
	background-color: #b41c2a;
	border-radius: 50px;
}

.btn01 a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc((168 / 180) * 100%);
	height: calc((35 / 45) * 100%);
	border: 1px solid #fff;
	border-radius: 50px;
	pointer-events: none;
}

@media (any-hover:hover) {
	.btn01:hover {
		transform: translateY(-8px);
	}
}

/*sp*/
@media screen and (max-width:599px) {
	.btn01 {
		height: 40px;
	}

	.btn01 a {
		font-size: 16px;
		padding: 0 35px;
	}
}

.btn02 {
	width: fit-content;
	min-width: 150px;
	height: 45px;
	margin-top: 40px;
}

.btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-family: "Prociono";
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #b41c2a;
	padding: 0 15px;
	border: solid 1px #b41c2a;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
}

@media (any-hover:hover) {
	.btn02:hover a {
		background-color: #b41c2a;
		color: #fff;
	}
}

/*sp*/
@media screen and (max-width:599px) {
	.btn02 {
		height: 40px;
	}

	.btn02 a {
		font-size: 16px;
	}
}

.btn03 {
	display:block!important;
	width: fit-content;
	min-width: 150px;
	height: 65px;
	margin-top: 45px!important
}

.btn03.center {
	margin: 45px auto 0!important
}

.btn03 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	padding: 0 84px;
	background-color: #b41c2a;
	border: solid 1px #b41c2a;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
}

@media (any-hover:hover) {
	.btn03:hover a {
		background-color: #fff;
		color: #b41c2a;
	}
}

/*sp*/
@media screen and (max-width:599px) {
	.btn03 {
		height: 50px;
		margin-top: 30px!important
	}

	.btn03 a {
		font-size: 16px;
	}
}

/*=====================================
*
*共通パーツ
*
=======================================*/
/*テキストのみ*/
p.text-box {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 2.0;
}

.hd01+p {
	margin-top: calc((35 / 16) * -1.0em);
}

@media screen and (max-width:599px) {

	p.text-box {
		font-size: 14px;
	}

	.hd01+p {
		margin-top: calc((16 / 15) * -1.0em);
	}
}

/*=====================================
*
*article
*
=======================================*/
.front-page article {
	padding-bottom: 160px;
}

/*=====================================
*
*cta ボタン
*
=======================================*/
.cta-cont .btn-area {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: calc((52 / 806) * 100%);
	width: calc((806 / 1260) * 100%);
	min-width: 806px;
	margin: auto;
	margin-top: clamp(25px, 2.6vw, 50px);
}

.cta-cont .btn-area .cta-btn {
	position: relative;
	width: 233px;
	height: 53px;
}

.cta-cont .btn-area .cta-btn:not(:first-of-type)::after {
	content: "";
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 1px;
	height: 30px;
	background-color: #fff;
	left: calc(((26 / 235) * 100%) * -1);
}

.cta-cont .btn-area .cta-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #b41c2a;
	letter-spacing: 0.1em;
	background-color: #fff;
	border-radius: 50px;
	border: solid 1px #b41c2a;
	transition: 0.3s ease-in-out;
}

@media (any-hover:hover) {
	.cta-cont .btn-area .cta-btn a:hover {
		color: #fff;
		background-color: #b41c2a;
	}
}

/*tb*/
@media screen and (max-width:1024px) {
	.cta-cont .btn-area {
		width: 700px;
		min-width: initial;
	}

	.cta-cont .btn-area .cta-btn {
		width: 100%;
		height: 50px;
	}

	.cta-cont .btn-area .cta-btn a {
		font-size: 16px;
	}
}

@media screen and (max-width:767px) {
	.cta-cont .btn-area {
		width: 525px;
		margin-top: 20px;
	}

	.cta-cont .btn-area .cta-btn {
		height: 40px;
	}

	.cta-cont .btn-area .cta-btn a {
		font-size: 14px;
	}
}

/*sp*/
@media screen and (max-width:599px) {
	.cta-cont .btn-area {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		width: 100%;
		margin-top: 40px;
	}

	.cta-cont .btn-area .cta-btn:not(:first-of-type)::after {
		content: none;
	}

	.cta-cont .btn-area .cta-btn {
		width: 230px;
		height: 45px;
		margin: auto;
	}

	.cta-cont .btn-area .cta-btn a {
		font-size: 16px;
	}
}