@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400..700&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}
button {
	font-family: inherit;
	color: inherit;
	outline: none;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #3E3A39;
	font-family: '游明朝','Yu Mincho',YuMincho,"Noto Serif JP", serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
a,
button {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
main {
	overflow: clip;
}
@media (hover:hover) {
	a:hover,
	button:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1260px) {
	html {
		font-size: .7937vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.56411vw;
	}
}

/* font
----------------------------------------*/
.gothic {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.en {
	font-family: "Libre Baskerville", serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 3rem 4rem;
	z-index: 1000;
}
.header_logo {
	width: 12rem;
}
@media only screen and (max-width: 768px) {
	.header {
		padding: 2.15rem 3rem;
	}
	.header_logo {
		width: 10.56rem;
		filter: brightness(0) invert(1);
	}
}

/*mv
----------------------------------------*/
.mv {
	background: url(../img/mv_bg_01.png) no-repeat center center / cover;
	height: 109.9rem;
	padding: 5.6rem 0 0;
}
.mv_inner {
	max-width: 122.6rem;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
}
.mv_txt {
	flex: 1;
	padding: 0 0 .4rem 6.5rem;
}
.mv_txt::before {
	content: '';
	display: block;
	width: 53.5rem;
	height: 13.8rem;
	background: url(../img/mv_txt_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: -11.2rem;
	left: 1.5rem;
	z-index: 4;
}
.mv_txt h1 {
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: .11em;
	line-height: 1.8929;
	color: #5C665A;
	margin-bottom: 3.3rem;
	z-index: 4;
}
.mv_txt h2 {
	width: 31.5rem;
	background: #72846E;
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: .2em;
	padding: .2rem 0 0 .2em;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5rem;
	margin-bottom: 1.3rem;
}
.mv_campaign {
	font-size: 1.8rem;
	color: #5C665A;
	letter-spacing: .21em;
	line-height: 1.6667;
	font-weight: 500;
	margin: 0 0 3rem .8rem;
}
.mv_campaign span {
	background: linear-gradient(transparent 45%, rgba(194, 211, 190, 0.3) 45%);
}
.mv_benefits {
	display: flex;
	gap: 1.5rem;
}
.mv_benefits li {
	width: 15.2rem;
	height: 15.2rem;
	background: #D79E4F;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	padding: 1.9rem 0 0;
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: .1em;
	font-weight: 700;
}
.mv_benefits li:nth-child(2) {
	background: #D7774F;
}
.mv_benefits_price {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv_benefits_price span:nth-child(1) {
	font-size: 5.2rem;
	line-height: 1.5;
	letter-spacing: -.05em;
	font-weight: 400;
}
.mv_benefits_price span:nth-child(2) {
	font-size: 1.7rem;
	letter-spacing: .01em;
	line-height: 1;
	font-weight: 500;
	margin-top: .4rem;
}
.mv_benefits li:nth-child(2) .mv_benefits_price span:nth-child(2) {
	margin: .4rem -.2rem 0 .5rem;
}
.mv_benefits .gothic:last-child {
	margin-top: -.7rem;
}
.mv_img {
	width: 69.4rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.189rem;
	z-index: 3;
}
.mv_img_left,
.mv_img_right {
	overflow: hidden;
	border-radius: 0 10rem;
}
.mv_img img {
	width: 100%;
	height: 65.9rem;
	object-fit: cover;
}
.mv_img_left figure:not(:first-child),
.mv_img_right figure:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.mv_img_left figure,
.mv_img_right figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: crossfade 24s infinite linear; /* 4秒×6枚 = 24秒 */
}
.mv_img_left figure:nth-child(1),
.mv_img_right figure:nth-child(1) {
	position: relative;
	opacity: 1;
	animation-delay: -1s;
}
.mv_img_left figure:nth-child(2),
.mv_img_right figure:nth-child(2) {
	animation-delay: 3s;
}
.mv_img_left figure:nth-child(3),
.mv_img_right figure:nth-child(3) {
	animation-delay: 7s;
}
.mv_img_left figure:nth-child(4),
.mv_img_right figure:nth-child(4) {
	animation-delay: 11s;
}
.mv_img_left figure:nth-child(5),
.mv_img_right figure:nth-child(5) {
	animation-delay: 15s;
}
.mv_img_left figure:nth-child(6),
.mv_img_right figure:nth-child(6) {
	animation-delay: 19s;
}
@keyframes crossfade {
	0% { opacity: 0; }
	4.16% { opacity: 1; }  /* 1秒かけてフェードイン (1/24) */
	16.66% { opacity: 1; } /* 3秒間維持 (4/24) */
	20.83% { opacity: 0; } /* 1秒かけてフェードアウト (5/24) */
	100% { opacity: 0; }
}
@media only screen and (max-width: 768px) {
	.mv {
	background: url(../img/mv_bg_01.png) no-repeat center center / cover;
		height: 78.9rem;
		padding: 0;
	}
	.mv_inner {
		display: block;
	}
	.mv_txt {
		position: static;
		padding: 0;
	}
	.mv_txt::before {
		width: 33.9rem;
		height: 7.1rem;
		background: url(../img/mv_txt_01-sp.svg) no-repeat left top / 100% auto;
		top: 30.4rem;
		left: 0;
		right: .2rem;
		margin: 0 auto;
	}
	.mv_txt h1 {
		font-size: 2.2rem;
		letter-spacing: .17em;
		line-height: 1.8182;
		margin: 0;
		color: #fff;
		position: absolute;
		left: 3rem;
		top: 37.3rem;
		z-index: 4;
	}
	.mv_txt h2 {
		width: 33rem;
		font-size: 2.4rem;
		margin: 2.3rem auto 0;
		height: 4.6rem;
		margin-bottom: 1.2rem;
	}
	.mv_campaign {
		width: fit-content;
		font-size: 1.7rem;
		line-height: 1.7647;
		margin: 0 auto 3rem;
		left: .3rem;
	}
	.mv_benefits {
		position: absolute;
		top: 2.1rem;
		right: 1rem;
		display: block;
		z-index: 4;
	}
	.mv_benefits li {
		width: 10.26rem;
		height: 10.26rem;
		margin-bottom: .97rem;
		padding: 1.5rem 0 0;
		font-size: .8rem;
	}
	.mv_benefits_price span:nth-child(1) {
		font-size: 3.51rem;
		line-height: 1.3;
	}
	.mv_benefits_price span:nth-child(2) {
		font-size: 1.1rem;
		margin-top: .6rem;
	}
	.mv_benefits li:nth-child(2) .mv_benefits_price span:nth-child(2) {
		margin: .4rem -.2rem 0 .5rem;
	}
	.mv_benefits li:nth-child(2) .gothic:nth-child(1) {
		margin-bottom: .3rem;
	}
	.mv_benefits .gothic:last-child {
		margin-top: -.4rem;
		font-size: .9rem;
		line-height: 1.2222;
	}
	.mv_img {
		width: auto;
		display: block;
	}
	.mv_img img {
		width: 100%;
		height: 52rem;
	}
	.mv_img figure:not(:first-child) {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	.mv_img figure {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		animation: crossfade 48s infinite linear; /* 4秒×6枚 = 24秒 */
	}
	.mv_img figure:nth-child(1) {
		position: relative;
		opacity: 1;
		animation-delay: -1s;
	}
	.mv_img figure:nth-child(2) {
		animation-delay: 3s;
	}
	.mv_img figure:nth-child(3) {
		animation-delay: 7s;
	}
	.mv_img figure:nth-child(4) {
		animation-delay: 11s;
	}
	.mv_img figure:nth-child(5) {
		animation-delay: 15s;
	}
	.mv_img figure:nth-child(6) {
		animation-delay: 19s;
	}
	.mv_img figure:nth-child(7) {
		animation-delay: 23s;
	}
	.mv_img figure:nth-child(8) {
		animation-delay: 27s;
	}
	.mv_img figure:nth-child(9) {
		animation-delay: 31s;
	}
	.mv_img figure:nth-child(10) {
		animation-delay: 35s;
	}
	.mv_img figure:nth-child(11) {
		animation-delay: 39s;
	}
	.mv_img figure:nth-child(12) {
		animation-delay: 43s;
	}
	@keyframes crossfade {
		0% { opacity: 0; }
		2.083% { opacity: 1; }  /* 1秒かけてフェードイン (1/48) */
		8.332% { opacity: 1; } /* 3秒間維持 (4/48) */
		10.415% { opacity: 0; } /* 1秒かけてフェードアウト (5/48) */
		100% { opacity: 0; }
	}
}

/*plan
----------------------------------------*/
.plan {
	background: url(../img/plan_bg_01.svg) no-repeat left top / 100% 54.9rem;
	margin-top: -46rem;
	padding: 22.5rem 0 0;
}
.plan_ttl {
	text-align: center;
}
.plan_ttl p {
	font-size: 2.2rem;
	letter-spacing: .08em;
	color: #3E3A39;
}
.plan_ttl p {
	width: fit-content;
	margin: 0 auto 2.6rem;
	padding: 0 1rem;
}
.plan_ttl p::before,
.plan_ttl p::after {
	content: '';
	display: block;
	width: .1rem;
	height: 2.5rem;
	background: #9DAC9A;
	transform: rotate(20deg);
	position: absolute;
	bottom: .3rem;
	right: 0;
}
.plan_ttl p::before {
	left: -1.1rem;
	transform: rotate(-20deg);
}
.plan_ttl p span {
	background: linear-gradient(transparent 50%, rgba(194, 211, 190, 0.3) 50%);
}
.plan_ttl h2 {
	width: 67.6rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
}
.plan_ttl h2 span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5C665A;
	font-weight: 400;
	height: 8.663rem;
	font-size: 6.3rem;
	line-height: 1;
	padding-bottom: .2rem;
	border: .1rem solid #72846E;
}
.plan_ttl h2 span + span { 
	border-left: 0;
}
.plan_head ul {
	max-width: 74.5rem;
	margin: 2.5rem auto 0;
	padding-left: 6.5rem;
}
.plan_head li {
	font-size: 2rem;
	color: #3E3A39;
	letter-spacing: .08em;
}
.plan_head li + li {
	margin-top: .5rem;
}
.plan_head li > span > span {
	margin-right: 1.7rem;
	display: inline-block;
	vertical-align: -.1rem;
	width: 18rem;
	white-space: nowrap;
	font-size: 2.6rem;
	letter-spacing: .14em;
	font-weight: 600;
	text-align: center;
	color: #72846E;
}
.plan_head li > span > span span {
	font-size: 1.4rem;
	letter-spacing: .15em;
	font-weight: 400;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2rem;
}
.plan_txt {
	max-width: 97.5rem;
	margin: 4.2rem auto 0;
	border-top: .1rem solid rgba(157, 172, 154, .5);
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .08em;
	padding: 4.9rem 0 0 .08em;
}
.plan_present {
	padding: 6.6rem 0 0;
	margin-top: 9.2rem;
}
.plan_present::before {
	content: '';
	display: block;
	background: url(../img/plan_present_txt_01.svg) no-repeat left top / 100% auto;
	width: 45.8rem;
	height: 10.8rem;
	position: absolute;
	left: 0;
	right: .6rem;
	top: 0;
	margin: 0 auto;
}
.plan_present h3 {
	font-size: 3rem;
	letter-spacing: .1em;
	font-weight: 400;
	color: #5C665A;
	text-align: center;
	margin-bottom: 4.8rem;
}
.plan_present_detail {
	max-width: 97.3rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.plan_present_detail_item {
	background: #72846E;
	padding: 3.2rem 0 3rem;
	border-radius: 6rem 0 0 6rem;
}
.plan_present_detail_item:nth-child(2) {
	border-radius: 0 6rem 6rem 0;
}
.plan_present_detail_item::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.1rem 1.6rem 0;
	border-color: #72846E transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5.1rem;
	margin: 0 auto;
}
.plan_present_detail_item:nth-child(2)::after {
	border-color: #9DAC9A transparent transparent;
}
.plan_present_detail_item h4 {
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: .1em;
	padding-left: .1em;
	min-height: 6rem;
	margin-bottom: 1.5rem;
}
.plan_present_detail_item h4 span {
	display: flex;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
	gap: 1.2rem;
}
.plan_present_detail_item h4 span:nth-child(1)::before,
.plan_present_detail_item h4 span:nth-child(1)::after {
	content: '';
	display: block;
	width: .7rem;
	height: .7rem;
	border-radius: 50%;
	background: #fff;
}
.plan_present_detail_item h4 span:nth-child(2) {
	font-size: 1.4rem;
	letter-spacing: .15em;
}
.plan_present_detail_item figure {
	width: 13.5rem;
	height: 15.4rem;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
}
.plan_present_detail .plan_present_detail_box {
	width: 42rem;
	min-height: 67.3rem;
	background: #fff;
	border-radius: 3rem;
	margin: 0 auto;
	padding: 3rem;
}
.plan_present_detail_box dl {
	border-radius: 2rem;
	overflow: hidden;
}
.plan_present_detail_box dl + dl {
	margin-top: 2.3rem;
}
.plan_present_detail_box dt {
	background: #72846E;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4rem;
	padding-top: .3rem;
}
.plan_present_detail_item:nth-child(2),
.plan_present_detail_item:nth-child(2) .plan_present_detail_box dt,
.plan_present_flow_present_item:nth-child(2) .plan_present_detail_box dt {
	background: #9DAC9A;
}
.plan_present_detail_box dd {
	background: #FAF4F2;
	text-align: center;
	color: #5C665A;
	padding: .6rem 0 1.2rem;
}
.plan_present_detail_box dl + dl dd {
	padding-bottom: 1.6rem;
}
.plan_present_detail_item:nth-child(2) .plan_present_detail_box dd,
.plan_present_flow_present_item:nth-child(2) .plan_present_detail_box dd {
	padding-bottom: 1.9rem;
}
.plan_present_detail_item:nth-child(2) .plan_present_detail_box dl + dl dd,
.plan_present_flow_present_item:nth-child(2) .plan_present_detail_box dl + dl dd {
	padding-bottom: 1.5rem;
}
.plan_present_detail_price {
	font-size: 2.6rem;
	letter-spacing: .01em;
}
.plan_present_detail_item:nth-child(2) .plan_present_detail_box dl + dl .plan_present_detail_price,
.plan_present_flow_present_item:nth-child(2) .plan_present_detail_box dl + dl .plan_present_detail_price {
	padding-left: 5.6rem;
}
.plan_present_detail_price span:not(.plan_present_detail_price_total) {
	font-size: 5rem;
	letter-spacing: .01em;
}
.plan_present_detail_price_total {
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #9DAC9A;
	color: #fff;
	position: absolute;
	left: 2.7rem;
	top: 0;
	bottom: 0;
	font-size: 1.2rem;
	line-height: 1.0833;
	letter-spacing: .02em;
	font-weight: 500;
	margin: auto 0;
}
dl + dl .plan_present_detail_price_total {
	padding-top: .4rem;
}
.plan_present_detail_txt {
	font-size: 2rem;
	color: #3E3A39;
	letter-spacing: -.01em;
	margin-top: -.7rem;
}
.plan_present_detail_item:nth-child(2) dl:first-child .plan_present_detail_txt,
.plan_present_flow_present_item:nth-child(2) dl:nth-of-type(1) .plan_present_detail_txt {
	margin-top: -1rem;
}
.plan_present_detail_or {
	font-size: 1.3rem;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background: #72846E;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: .7rem auto 0;
}
.plan_present_detail_get {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: .04em;
	color: #72846E;
	line-height: 1.5833;
}
.plan_present_detail_get::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5rem 1.1rem 0;
	border-color: #9DAC9A transparent transparent;
	margin: 1.5rem auto 1rem;
}
.plan_present_detail_general {
	font-size: 1.4rem;
	letter-spacing: -.01em;
	margin: 1.6rem 0 0;
}
.plan_present_detail_box dd h5 {
	background: #9DAC9A;
	color: #fff;
	width: 29.3rem;
	margin: .4rem auto .9rem;
	font-size: 1.6rem;
	letter-spacing: -.01em;
	font-weight: 500;
	padding: .4rem .5rem .2rem;
}
.plan_present_detail_plus {
	width: 2.3rem;
	height: 2.3rem;
	border-radius: 50%;
	background: #72846E;
	margin: .7rem auto -.3rem;
}
.plan_present_detail_plus::before,
.plan_present_detail_plus::after {
	content: '';
	display: block;
	width: .1rem;
	height: .9rem;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.plan_present_detail_plus::after {
	transform: rotate(90deg);
}
.plan_present_detail_note {
	font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 1.75;
	margin: 1rem 0 1.6rem;
}
.plan_present_detail_great {
	position: absolute;
	left: 0;
	right: 0;
	top: 12.8rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4375;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
}
.plan_present_detail_great::after {
	content: '';
	display: block;
	width: 10rem;
	height: 1.2rem;
	background: url(../img/plan_present_arrow.svg) no-repeat left top / 100% auto;
	margin: 1.3rem auto 0;
}
.plan_present_flow input[type="radio"] {
	appearance: none;
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.plan_present_flow {
	max-width: 97.5rem;
	margin: 8.1rem auto 0;
}
.plan_present_flow_tab {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .9rem;
}
.plan_present_flow_tab label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8.7rem;
	border-radius: 6rem 6rem 0 0;
	background: #72846E;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.4375;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}
.plan_present_flow_tab label:nth-child(2) {
	background: #9DAC9A;
}
.plan_present_flow_contents {
	background: #72846E;
	padding: 6.1rem 6.2rem 6rem;
	border-radius: 0 0 7rem 7rem;
}
.plan_present_flow_contents#flow_contents02 {
	background: #9DAC9A;
}
#flow02:checked ~ #flow_contents01,
#flow01:checked ~ #flow_contents02 {
	display: none;
}
.plan_present_flow_contents h3 {
	text-align: center;
	font-size: 3.6rem;
	letter-spacing: .1em;
	color: #fff;
	margin-bottom: 6.1rem;
}
.plan_present_flow_contents h3 span {
	display: block;
	font-size: 2.2rem;
	letter-spacing: .1em;
	margin-top: 1.3rem;
}
.plan_present_flow_item {
	background: #fff;
	border-radius: 2rem;
	display: flex;
	padding: 2.9rem 4.8rem 3.6rem;
}
.plan_present_flow_item + .plan_present_flow_item {
	margin-top: 5.9rem;
	padding-bottom: 2.1rem;
}
.plan_present_flow_item h4 {
	position: absolute;
	left: 0;
	right: 0;
	top: -2.2rem;
	font-size: 2rem;
	letter-spacing: .04em;
	color: #fff;
	font-weight: 400;
	text-align: center;
}
.plan_present_flow_item figure {
	width: 16.1rem;
}
#flow_contents02 .plan_present_flow_item:nth-of-type(1) figure {
	margin-top: 2.2rem;
}
.plan_present_flow_box {
	flex: 1;
	padding-left: 5.9rem;
}
.plan_present_flow_box h5 {
	font-size: 2.4rem;
	letter-spacing: .04em;
	color: #5C665A;
	font-weight: 400;
	line-height: 1.5833;
	margin: 2.1rem 0 .9rem;
}
.plan_present_flow_item + .plan_present_flow_item h5 {
	margin-top: 1.1rem;
}
.plan_present_flow_box p {
	font-size: 1.3rem;
	letter-spacing: .1em;
}
.plan_present_flow_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 31.5rem;
	height: 6rem;
	border-radius: 3rem;
	color: #fff;
	background: #D79E4F;
	font-size: 1.35rem;
	letter-spacing: .05em;
	margin-top: 2.2rem;
	padding-right: 1.2rem;
	box-shadow: 0 .3rem .3rem rgba(0, 0, 0, .25);
}
#flow_contents02 .plan_present_flow_btn {
	background: #D7774F;
	margin: 2rem 0 -.5rem;
}
.plan_present_flow_btn span {
	text-decoration: underline;
	text-underline-offset: .2rem;
}
.plan_present_flow_btn::after {
	content: '';
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background: url(../img/icon_btn_arrow_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5rem;
	margin: auto 0;
}
.plan_present_flow_present {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
	margin: 6rem 0 0;
}
.plan_present_flow_present h4 {
	text-align: center;
	font-size: 2rem;
	letter-spacing: .04em;
	font-weight: 500;
	color: #fff;
	margin-bottom: 1.9rem;
}
.plan_present_flow_present_box {
	background: #fff;
	border-radius: 2rem;
	min-height: 71.9rem;
	padding: 3rem 2.5rem 2.3rem;
}
.plan_present_flow_present_box h5 {
	font-size: 2.4rem;
	letter-spacing: .04em;
	line-height: 1.5833;
	color: #5C665A;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1.6rem;
}
.plan_present_flow_present_box .plan_present_detail_or {
	margin: .3rem auto 0;
}
.plan_present_flow_present_box dd h5 {
	width: 30.2rem;
	margin-bottom: .5rem;
}
.plan_present_flow_present_note {
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: .05em;
	margin-top: 1.4rem;
}
.plan_present_flow_note {
	background: #FAF4F2;
	margin: 6rem 0;
	padding: 3rem 5rem 4rem;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: .05em;
}
.plan_present_flow_note dt {
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.plan {
		background: url(../img/plan_bg_01-sp.svg) no-repeat left top / 100% auto;
		margin-top: -9.8rem;
		padding: 7.8rem 0 0;
	}
	.plan_ttl p {
		font-size: 1.8rem;
		letter-spacing: .1em;
	}
	.plan_ttl p {
		margin: 0 auto 1.8rem;
	}
	.plan_ttl p::before {
		left: -.5rem;
	}
	.plan_ttl p span {
		background: linear-gradient(transparent 32%, rgba(194, 211, 190, 0.3) 32%);
	}
	.plan_ttl h2 {
		width: 33.1rem;
	}
	.plan_ttl h2 span {
		height: 5rem;
		font-size: 3rem;
		padding: .2rem 0 0;
	}
	.plan_head ul {
		max-width: none;
		text-align: center;
		margin: 2.3rem auto 0;
		padding-left: 0;
	}
	.plan_head li {
		display: block;
		font-size: 1.8rem;
		line-height: 1.2222;
		letter-spacing: .07em;
	}
	.plan_head li + li {
		margin-top: 2.3rem;
	}
	.plan_head li > span {
		font-size: 1.4rem;
		display: block;
		margin-bottom: 1rem;
	}
	.plan_head li > span > span {
		width: auto;
		font-size: 1.8rem;
		margin: 0 .2rem 0 0;
	}
	.plan_head li > span > span span {
		margin-left: .3rem;
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.plan_txt {
		max-width: 33rem;
		margin: 4rem auto 0;
		line-height: 1.875;
		padding: 3.4rem 0 0 .08em;
	}
	.plan_present {
		padding: 5.3rem 0 0;
		margin-top: 6.5rem;
	}
	.plan_present::before {
		width: 32.7rem;
		height: 7.7rem;
	}
	.plan_present h3 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	.plan_present_detail {
		grid-template-columns: repeat(1, 1fr);
	}
	.plan_present_detail_item {
		padding: 5.1rem 0 5rem;
		border-radius: 0;
	}
	.plan_present_detail_item:nth-child(2) {
		border-radius: 0;
		padding-bottom: 6rem;
	}
	.plan_present_detail_item:nth-child(1)::after {
		display: none;
	}
	.plan_present_detail_item:nth-child(2)::after {
		border-width: 1.6rem 1.2rem 0;
		border-color: #72846E transparent transparent;
		bottom: -4.6rem;
	}
	.plan_present_detail_item h4 {
		font-size: 2rem;
		min-height: 0;
		margin-bottom: 1.9rem;
	}
	.plan_present_detail_item h4 span {
		gap: 1rem;
	}
	.plan_present_detail_item h4 span:nth-child(1)::before,
	.plan_present_detail_item h4 span:nth-child(1)::after {
		width: .5rem;
		height: .5rem;
	}
	.plan_present_detail_item h4 span:nth-child(2) {
		margin: .2rem auto -.6rem;
	}
	.plan_present_detail_item figure {
		width: 9.9rem;
		height: 11.4rem;
		margin-bottom: -.1rem;
	}
	.plan_present_detail .plan_present_detail_box {
		width: 35rem;
		min-height: 0;
		padding: 2rem 2rem 2.2rem;
	}
	.plan_present_detail_box dl + dl {
		margin-top: 2rem;
	}
	.plan_present_detail_box dt {
		font-size: 1.4rem;
		padding-top: .2rem;
	}
	.plan_present_detail_box dd {
		padding: .1rem 0 1.2rem;
	}
	.plan_present_detail_box dl + dl dd {
		padding-bottom: 2rem;
	}
	.plan_present_detail_item:nth-child(2) .plan_present_detail_box dd,
	.plan_present_flow_present_item:nth-child(2) .plan_present_detail_box dd {
		padding-bottom: 1.1rem;
	}
	.plan_present_detail_item:nth-child(2) .plan_present_detail_box dl + dl dd,
	.plan_present_flow_present_item:nth-child(2) .plan_present_detail_box dl + dl dd {
		padding-bottom: 2rem;
	}
	.plan_present_flow_present_item:nth-child(1) .plan_present_detail_box dl + dl dd,
	.plan_present_flow_present_item:nth-child(2) .plan_present_detail_box dl + dl dd {
		padding-bottom: 1.2rem;
	}
	.plan_present_detail_price {
		font-size: 2rem;
	}
	.plan_present_detail_item:nth-child(2) .plan_present_detail_box dl + dl .plan_present_detail_price,
	.plan_present_flow_present_item:nth-child(2) .plan_present_detail_box dl + dl .plan_present_detail_price {
		padding-left: 0;
	}
	.plan_present_detail_price span:not(.plan_present_detail_price_total) {
		font-size: 4.4rem;
	}
	.plan_present_detail_price_total {
		width: 3.8rem;
		height: 3.8rem;
		position: relative;
		display: inline-flex;
		left: auto;
		font-size: 1.1rem;
		vertical-align: 1.1rem;
		margin: 0 .5rem 0 0;
	}
	dl + dl .plan_present_detail_price_total {
		padding-top: .4rem;
		vertical-align: 1.7rem;
		margin-left: .4rem;
	}
	.plan_present_flow_present_item:nth-child(2) .plan_present_detail_box dl + dl .plan_present_detail_price_total {
		margin-left: 0;
		margin-right: .3rem;
	}
	.plan_present_detail_txt {
		font-size: 1.6rem;
		line-height: 1.625;
		margin-top: -.8rem;
	}
	.plan_present_detail_item:nth-child(2) dl:first-child .plan_present_detail_txt,
	.plan_present_flow_present_item:nth-child(2) dl:nth-of-type(1) .plan_present_detail_txt {
		margin-top: -.4rem;
	}
	.plan_present_detail_item:nth-child(2) dl:first-child .plan_present_detail_txt:last-child,
	.plan_present_flow_present_item:nth-child(2) dl:nth-of-type(1) .plan_present_detail_txt:last-child {
		margin-top: -.7rem;
	}
	.plan_present_detail_or {
		font-size: 1.1rem;
		width: 2.2rem;
		height: 2.2rem;
		margin: .6rem auto 0;
		padding-bottom: .2rem;
	}
	.plan_present_detail_get {
		font-size: 2rem;
		line-height: 1.5;
	}
	.plan_present_detail_get::before {
		border-width: .9rem .7rem 0;
		margin: 1.4rem auto 1rem;
	}
	.plan_present_detail_general {
		margin: 1rem 0 0;
	}
	.plan_present_detail_box dd h5 {
		width: 27rem;
		margin: .6rem auto .1rem;
		letter-spacing: -.06em;
		padding: .5rem .5rem .1rem;
	}
	.plan_present_detail_plus {
		background: #9DAC9A;
		margin: .2rem auto 0;
	}
	.plan_present_detail_note {
		margin: .8rem 0 .3rem;
	}
	.plan_present_detail_great {
		display: none;
	}
	.plan_present_flow {
		max-width: 35rem;
		margin: 7.7rem auto 0;
	}
	.plan_present_flow_tab {
		gap: .2rem;
	}
	.plan_present_flow_tab label {
		height: 5.5rem;
		border-radius: 2rem 2rem 0 0;
		font-size: 1.2rem;
		line-height: 1.4167;
		letter-spacing: .05em;
		padding-top: .3rem;
	}
	.plan_present_flow_contents {
		padding: 4.1rem 2rem 3rem;
		border-radius: 0 0 3rem 3rem;
	}
	.plan_present_flow_contents h3 {
		font-size: 2.2rem;
		margin-bottom: 5.6rem;
	}
	.plan_present_flow_contents h3 span {
		font-size: 1.8rem;
		margin-top: .6rem;
	}
	.plan_present_flow_item {
		border-radius: 3rem;
		display: block;
		padding: 3rem 2rem;
	}
	.plan_present_flow_item + .plan_present_flow_item {
		margin-top: 5rem;
		padding-bottom: 3.7rem;
	}
	.plan_present_flow_item figure {
		width: 13.3rem;
		margin: 0 auto;
		left: -.4rem;
	}
	.plan_present_flow_item + .plan_present_flow_item figure {
		width: 16rem;
		margin: 1.5rem auto 2rem;
		left: -.1rem;
	}
	#flow_contents02 .plan_present_flow_item:nth-of-type(1) figure {
		margin-top: 0;
	}
	.plan_present_flow_box {
		padding-left: 0;
	}
	.plan_present_flow_box h5 {
		font-size: 1.8rem;
		line-height: 1.6111;
		text-align: center;
		margin: 2rem 0 1.1rem;
	}
	.plan_present_flow_present_item + .plan_present_flow_present_item {
		margin-top: 2.9rem;
	}
	.plan_present_flow_box p {
		margin: 0 .5rem;
		line-height: 1.4615;
	}
	.plan_present_flow_btn {
		width: 100%;
		height: 5.5rem;
		font-size: 1.3rem;
		margin-top: 3rem;
		padding-right: 1.8rem;
	}
	#flow_contents02 .plan_present_flow_btn {
		margin: 2.6rem 0 0;
		padding-right: 2rem;
	}
	.plan_present_flow_btn::after {
		width: 2.024rem;
		height: 2.024rem;
	}
	.plan_present_flow_present {
		display: block;
		margin: 4.9rem 0 0;
	}
	.plan_present_flow_present h4 {
		font-size: 1.6rem;
		margin-bottom: 1.5rem;
	}
	.plan_present_flow_present_box {
		border-radius: 3rem;
		min-height: 0;
		padding: 2rem 2rem 2.3rem;
	}
	.plan_present_flow_present_box h5 {
		font-size: 2rem;
		color: #72846E;
		line-height: 1.5;
		margin-bottom: 1.2rem;
	}
	.plan_present_flow_present_box .plan_present_detail_or {
		margin: .5rem auto 0;
	}
	.plan_present_flow_present_box dd h5 {
		width: auto;
	}
	.plan_present_flow_note {
		margin: 5rem 0 4rem;
		padding: 3.1rem 2rem 2.9rem;
	}
	.plan_present_flow_note dt {
		margin-bottom: 1rem;
	}
}

/*cta
----------------------------------------*/
.cta {
	z-index: 3;
}
.footer_cta {
	background: url(../img/mv_bg_01.png) no-repeat left center / 140% auto;
	padding: 25.6rem 0 10rem;
	margin-top: -3.8rem;
	z-index: 1;
}
.float_cta {
	position: fixed;
	top: 2rem;
	right: 2rem;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}
.float_cta.show {
	opacity: 1;
	pointer-events: all;
}
.footer_cta::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -10.6rem;
	height: 29.2rem;
	background: url(../img/cta_bg_01.svg) no-repeat left top / 100% 100%;
}
.cta_btn {
	width: 87rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
}
.footer_cta .cta_btn {
	margin-top: 4rem;
}
.float_cta .cta_btn {
	width: 63.9rem;
	gap: .9rem;
}
.cta_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
	border-radius: 4rem;
	background: #D79E4F;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
	padding: .3rem 1rem 0 0;
	box-shadow: 0 .4rem .4rem rgba(62, 58, 57, 0.25);
	transition: background .3s;
}
.float_cta .cta_btn a {
	height: 5.7rem;
	font-size: 1.35rem;
}
.cta_btn a + a {
	background: #D7774F;
}
.cta_btn a span {
	text-decoration: underline;
	text-underline-offset: .2rem;
}
.cta_btn a::after {
	content: '';
	display: block;
	width: 3.1rem;
	height: 3.1rem;
	background: url(../img/icon_btn_arrow_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto 0;
}
.float_cta .cta_btn a::after {
	width: 2.325rem;
	height: 2.325rem;
	right: 1.5rem;
}
.cta_btn a + a::after {
	background-image: url(../img/icon_btn_arrow_01.svg);
}
.cta_note {
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: .05em;
	margin-top: 3.4rem;
}
.cta_line {
	text-align: center;
	margin-top: 1.9rem;
}
.cta_line p {
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: .05em;
}
.cta_line_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .9rem;
	width: 14.9rem;
	height: 4.6rem;
	border-radius: .3rem;
	background: #00C300;
	color: #fff;
	font-size: 1.6rem;
	margin: 1.6rem auto 0;
	letter-spacing: .03em;
}
.cta_line_btn::before {
	content: '';
	display: block;
	width: 2rem;
	height: 1.9rem;
	background: url(../img/icon_line.svg) no-repeat left top / 100% auto;
}
@media (hover:hover) {
	.cta_btn a:hover {
		background: #e7c595;
		opacity: 1;
	}
	.cta_btn a + a:hover {
		background: #e7ad95;
	}
}
@media only screen and (max-width: 768px) {
	.footer_cta {
		background: url(../img/mv_bg_01.png) no-repeat center center / cover;
		padding: 16.3rem 0 6.1rem;
	}
	.footer_cta::before {
		top: -.1rem;
		height: 12.4rem;
		background: url(../img/cta_bg_01-sp.svg) no-repeat left top / 100% auto;
	}
	.float_cta {
		top: auto;
		bottom: .5rem;
		right: 0;
		left: 0;
		z-index: 1000;
	}
	.cta_btn {
		width: 35rem;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5rem;
	}
	.float_cta .cta_btn {
		width: 38.1rem;
		gap: .435rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin: 0 auto;
	}
	.cta_btn a {
		height: 7rem;
		justify-content: flex-start;
		font-size: 1.6rem;
		padding: .3rem 1rem 0 3rem;
	}
	.float_cta .cta_btn a {
		font-size: 1.2rem;
		text-align: center;
		justify-content: center;
		padding-left: 1rem;
		line-height: 1.6667;
		padding-bottom: .2rem;
		font-family: "Noto Serif JP", serif;
	}
	.cta_btn a::after {
		width: 2.6rem;
		height: 2.6rem;
	}
	.float_cta .cta_btn a::after {
		display: none;
	}
	.cta_note {
		width: 31rem;
		margin: 2.1rem auto 0;
		text-align: left;
		line-height: 2;
	}
	.cta_line {
		margin-top: 1.5rem;
	}
	.cta_line p {
		line-height: 2;
	}
	.cta_line_btn {
		margin: 1.9rem auto 0;
	}
}

/*venue
----------------------------------------*/
.venue {
	background: #FAF4F2;
	padding: 23.7rem 0 0;
	margin-top: -7.6rem;
	z-index: 2;
}
.venue::before {
	content: '';
	display: block;
	height: 43.6rem;
	background: url(../img/venue_bg_01.svg) no-repeat left top / 100% 100%;
	position: absolute;
	left: 0;
	width: 100%;
	top: -20rem;
}
.venue_inner {
	padding: 17rem 0 0;
}
.venue_inner::before {
	content: '';
	display: block;
	width: 34.3rem;
	height: 10.6rem;
	background: url(../img/venue_ttl_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 8.1rem;
	left: 5.9rem;
	right: 0;
	margin: 0 auto;
}
.venue h2 {
	text-align: center;
	font-size: 3rem;
	letter-spacing: .1em;
	font-weight: 400;
	color: #5C665A;
	margin-bottom: 7.6rem;
}
.venue input[type="radio"] {
	appearance: none;
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
}
.venue_search {
	display: flex;
	justify-content: center;
	gap: 2.7rem;
	margin-bottom: 8rem;
}
.venue_search label {
	display: block;
	width: 25.5rem;
	border-bottom: .1rem solid #72846E;
	color: #72846E;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .15em;
	padding-bottom: 1.1rem;
	position: relative;
	cursor: pointer;
	transition: opacity .3s;
}
.venue_search label::after {
	content: '';
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../img/icon_search.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: 0;
	top: .3rem;
}
.venue_list {
	max-width: 109.4rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem 1.5rem;
}
#hokkaido:checked ~ .venue_list li[data-area="kyushu"],
#hokkaido:checked ~ .venue_list li[data-area="kanto"],
#kanto:checked ~ .venue_list li[data-area="kyushu"],
#kanto:checked ~ .venue_list li[data-area="hokkaido"],
#kyushu:checked ~ .venue_list li[data-area="hokkaido"],
#kyushu:checked ~ .venue_list li[data-area="kanto"] {
	display: none;
}
.venue_list li {
	padding-bottom: 6.8rem;
}
.venue_list .venue_img {
	border-radius: 2rem;
	overflow: hidden;
}
.venue_list .venue_img figure:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.venue_list .venue_img figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: venue_crossfade 8s infinite linear; /* 4秒×2枚 = 8秒 */
}
.venue_list .venue_img figure:nth-child(1) {
	position: relative;
	opacity: 1;
	animation-delay: -1s;
}
.venue_list .venue_img figure:nth-child(2) {
	animation-delay: 3s;
}
@keyframes venue_crossfade {
	0% { opacity: 0; }
	12.5% { opacity: 1; }  /* 1秒かけてフェードイン (1/8) */
	50% { opacity: 1; } /* 3秒間維持 (4/8) */
	62.5% { opacity: 0; } /* 1秒かけてフェードアウト (5/8) */
	100% { opacity: 0; }
}
.venue_list h3 {
	font-size: 1.8rem;
	letter-spacing: .05em;
	font-weight: 400;
	color: #333;
	margin: 2.9rem 0 .9rem;
	font-family: "Noto Serif JP", serif;
}
.venue_list h3 .en {
	display: block;
	font-size: 1.3rem;
	letter-spacing: .1em;
	color: #72846E;
	margin-bottom: .6rem;
}
.venue_list p {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: .05em;
}
.venue_list_btn {
	display: flex;
	align-items: center;
	height: 5.4rem;
	font-size: 1.3rem;
	letter-spacing: .03em;
	color: #72846E;
	border-radius: 2.7rem;
	border: .1rem solid #72846E;
	margin-top: 1.4rem;
	padding: 0 3rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.venue_list_btn::after {
	content: '';
	display: block;
	background: url(../img/icon_btn_arrow_03.svg) no-repeat left top / 100% auto;
	width: 1.9rem;
	height: .6rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto 0;
	transition: transform .3s;
}
@media (hover:hover) {
	.venue_list_btn:hover::after {
		transform: translateX(.5rem);
	}
	.venue_search label:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.venue {
		background: #F4F0EA;
		padding: 24rem 0 0;
	}
	.venue::before {
		height: 18rem;
		background: url(../img/venue_bg_01-sp.svg) no-repeat left top / 100% auto;
		top: -.1rem;
	}
	.venue_inner {
		padding: 5.8rem 0 0;
	}
	.venue_inner::before {
		width: 21.3rem;
		height: 6.595rem;
		top: 0;
		left: 3.7rem;
	}
	.venue h2 {
		font-size: 2rem;
		margin-bottom: 2.5rem;
	}
	.venue_search {
		display: block;
		margin-bottom: 6rem;
	}
	.venue_search label {
		width: 33rem;
		margin: 0 auto;
	}
	.venue_search label + label {
		margin-top: 2.5rem;
	}
	.venue_search label::after {
		right: .3rem;
		top: .4rem;
	}
	.venue_list {
		max-width: 33rem;
		grid-template-columns: repeat(1, 1fr);
	}
	.venue_list li {
		padding-bottom: 7.1rem;
	}
	.venue_list figure {
		border-radius: .5rem;
	}
	.venue_list figure img {
		height: 21.6rem;
		object-fit: cover;
	}
	.venue_list h3 {
		margin: 2.7rem 0 .9rem;
	}
}

/*entry
----------------------------------------*/
.entry {
	padding: 13rem 0 0;
	font-family: "Noto Serif JP", serif;
}
.entry::before {
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/mv_bg_01.png) no-repeat left top / cover;
}
.entry_form {
	max-width: 97.2rem;
	margin: 0 auto 10rem;
	background: #fff;
	border-radius: .5rem;
	padding: 9.1rem 11.4rem 8rem;
}
.entry_form h2 {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: .15em;
	font-weight: 500;
	margin-bottom: 2.7rem;
}
.entry_form_txt {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: .05em;
	padding-bottom: 3.9rem;
	border-bottom: .1rem solid rgba(157, 172, 154, .5);
	margin-bottom: 5.9rem;
}
.entry_form_flow {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4.4rem;
	text-align: center;
	margin-bottom: 3.4rem;
}
.entry_form_flow li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4.4rem;
	border-radius: 2.2rem;
	background: #FAF4F2;
	color: #72846E;
	font-weight: 500;
	font-size: 1.35rem;
	letter-spacing: .05em;
}
.entry_form_flow li.current {
	background: #72846E;
	color: #fff;
}
.entry_form_flow li + li::before {
	content: '';
	display: block;
	width: 1.3rem;
	height: 1.8rem;
	background: url(../img/entry_arrow_icon_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: -2.6rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.entry_form_note {
	font-size: 1.3rem;
	letter-spacing: .1em;
	margin-bottom: 4.1rem;
}
.entry_form dl {
	display: grid;
	grid-template-columns: 19.9rem auto;
	gap: 2.5rem 0;
}
.entry_form dl:nth-of-type(1) {
	display: grid;
	grid-template-columns: 15.9rem auto;
}
.entry_form dt {
	font-size: 1.3rem;
	letter-spacing: .1em;
	font-weight: 500;
	line-height: 1.9231;
}
.entry_form dl:not(:nth-of-type(1)) dt {
	padding-top: .7rem;
}
.entry_form dt.required span {
	padding-right: .4rem;
	display: block;
	width: fit-content;
}
.entry_form dt.required span::after {
	content: '※';
	display: block;
	font-size: 1.5rem;
	color: #72846E;
	position: absolute;
	top: -.2rem;
	left: 100%;
}
.entry_form dd {
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: .1em;
}
.entry_form_info {
	padding-top: .3rem;
}
.entry_form_info label {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	width: fit-content;
}
.entry_form_info label + label {
	margin-top: 2rem;
}
.entry_form dd:not(.entry_form_info) label {
	display: inline-flex;
	align-items: center;
	gap: 1.5rem;
	margin: .95rem 1.6rem .95rem 0;
}
.entry_form input[type="radio"] {
	appearance: none;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	border: .1rem solid #D2D2D2;
}
.entry_form input[type="radio"]:checked:before {
	content: '';
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	background: #72846E;
	position: absolute;
	top: .3rem;
	left: .3rem;
}
.entry_form select,
.entry_form input[type="text"],
.entry_form input[type="email"] {
	appearance: none;
	width: 100%;
	max-width: 40.6rem;
	height: 4rem;
	background: #fff;
	border-radius: 0;
	border: .1rem solid #D2D2D2;
	border-radius: .3rem;
	padding: 0 1.2rem;
	font-size: 1.3rem;
	letter-spacing: .1em;
	font-family: inherit;
}
.entry_form select {
	background: #fff url(../img/icon_select_01.svg) no-repeat center right 1.4rem / 1.6rem 1rem;
}
.entry_form select:invalid {
  color: #999;
}
.entry_form select:valid {
  color: #333;
}
.entry_form select option {
  color: #333;
}
.entry_form h3 {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: .14em;
	font-weight: 500;
	color: #72846E;
	margin: 6.5rem 0 3.3rem;
}
.entry_form h3:not(:nth-of-type(1)) {
	border-top: .1rem solid rgba(157, 172, 154, .5);
	margin-top: 7.3rem;
	padding-top: 7.5rem;
}
.entry_form_privacy {
	margin: 6.3rem 0 2.8rem;
	text-align: center;
}
.entry_form_privacy label {
	display: flex;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .1em;
}
.entry_form input[type="checkbox"] {
	appearance: none;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: .5rem;
	border: .1rem solid #D2D2D2;
	top: -.2rem;
	margin-right: 1.7rem;
}
.entry_form input[type="checkbox"]:checked::before {
	content: '';
	display: block;
	width: 1.1rem;
	height: .6rem;
	border-left: .2rem solid #72846E;
	border-bottom: .2rem solid #72846E;
	transform: rotate(-45deg);
	position: absolute;
	left: .5rem;
	top: .5rem;
}
.entry_form_privacy a {
	text-decoration: underline;
	color: #72846E;
	margin: 0;
}
.entry_form_btn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}
.entry_form_btn {
	appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 31.5rem;
	height: 6rem;
	border-radius: 3rem;
	background: #72846E;
	color: #fff;
	border: 0;
	padding: 0;
	margin: 0 auto;
	font-size: 1.35rem;
	letter-spacing: .05em;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: .2rem;
	cursor: pointer;
	box-shadow: 0 .3rem .3rem rgba(62, 58, 57, 0.25);
}
.entry_form_btn_wrap .entry_form_btn {
	margin: 0;
}
.entry_form_btn_wrap .entry_form_btn_back {
	appearance: none;
	border: 0;
	background: none;
	font-weight: 500;
	cursor: pointer;
}
.entry_form_btn_wrap .entry_form_btn_back::before {
	content: '<';
	margin-right: .5rem;
	vertical-align: .2rem;
}
.entry_form_btn::after {
	content: '';
	display: block;
	width: 2.35rem;
	height: 2.35rem;
	background: url(../img/icon_btn_arrow_04.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5rem;
	margin: auto 0;
}
.entry_form_flow + .entry_form_btn {
	margin-top: 6rem;
}
.entry_form_btn_wrap br {
	display: none;
}
.mw_wp_form_input .submit {
	display: none;
}
@media only screen and (max-width: 768px) {
	.entry {
		padding: 4.1rem 0 0;
	}
	.entry_form {
		max-width: 35rem;
		margin: 0 auto 5.7rem;
		padding: 5.3rem 2rem 6.3rem;
	}
	.entry_form h2 {
		font-size: 2rem;
		margin-bottom: 1.3rem;
	}
	.entry_form_txt {
		line-height: 1.4615;
		letter-spacing: .1em;
		padding-bottom: 4rem;
		margin-bottom: 2.9rem;
	}
	.entry_form_flow {
		gap: 1.7rem;
		margin-bottom: 1.3rem;
	}
	.entry_form_flow li {
		font-size: 1.3rem;
		line-height: 1.0769;
	}
	.entry_form_flow li + li::before {
		width: .756rem;
		height: 1.018rem;
		left: -1.2rem;
	}
	.entry_form_note {
		margin-bottom: 2.5rem;
	}
	.entry_form dl {
		grid-template-columns: repeat(1, 1fr);
		gap: 1.8rem 0;
	}
	.entry_form dl:nth-of-type(1) {
		grid-template-columns: repeat(1, 1fr);
	}
	.entry_form dl:not(:nth-of-type(1)) dt {
		padding: 0;
		margin-bottom: -.5rem;
	}
	.entry_form dt.required span {
		padding-right: .6rem;
	}
	.entry_form dd:not(.entry_form_info) label {
		margin: 0 1.6rem 0 0;
	}
	.entry_form select,
	.entry_form input[type="text"],
	.entry_form input[type="email"] {
		max-width: none;
		height: 5rem;
		padding: 0 2rem;
		font-size: 16px;
	}
	.entry_form select {
		background: #fff url(../img/icon_select_01.svg) no-repeat center right 2rem / 1.1rem auto;
	}
	.entry_form h3 {
		font-size: 1.6rem;
		line-height: 1.875;
		margin: 5.5rem 0 1.4rem;
	}
	.entry_form h3:not(:nth-of-type(1)) {
		margin-top: 6.2rem;
		padding-top: 5.8rem;
	}
	.entry_form_privacy {
		margin: 6rem 0 2.1rem;
	}
	.entry_form_flow + .entry_form_btn {
		margin-top: 4rem;
	}
	.entry_form_btn_wrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.entry_form_btn_wrap .entry_form_btn_back {
		order: 1;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #fff;
}
.footer_cookie {
	text-align: center;
	border-bottom: .1rem solid #D9D9D9;
	font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 1.8333;
	padding: 5.3rem 0 5.9rem;
}
.footer_inner {
	max-width: 114.6rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 4.6rem 0 6.5rem 1rem;
}
.footer_logo {
	width: 13.4rem;
}
.footer_logo a {
	display: block;
}
.footer_navi {
	margin: 0 0 2.7rem auto;
	display: flex;
	gap: 4.1rem;
	font-size: 1.3rem;
	letter-spacing: .05em;
}
.footer_navi li + li::before {
	content: '';
	display: block;
	width: .1rem;
	height: 1.5rem;
	background: #D9D9D9;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2rem;
	margin: auto 0;
}
.footer small {
	margin-top: -1rem;
	display: block;
	width: 100%;
	text-align: right;
	font-size: 1.3rem;
	letter-spacing: .05em;
}
@media only screen and (max-width: 768px) {
	.footer_cookie {
		text-align: left;
		padding: 4rem;
	}
	.footer_inner {
		display: block;
		padding: 4.3rem 0 8.5rem;
	}
	.footer_logo {
		margin: 0 auto 2.5rem;
	}
	.footer_navi {
		margin: 0 0 .6rem auto;
		justify-content: center;
	}
	.footer small {
		margin-top: 0;
		text-align: center;
	}
}