@charset "UTF-8";




/*  l-intro
--------------------------------------------------*/
.l-intro {
	position: relative;
	padding-block: 19.0rem 14.0rem;
	background : linear-gradient(90deg, rgba(240, 238, 230, 0) 0%, rgba(240, 238, 230, 1) 50%, rgba(240, 238, 230, 0) 100%);
}
.l-intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 17.4rem;
	background: linear-gradient(0deg, rgba(195, 185, 155, 0) 0%, rgb(204 197 176) 100%);
	pointer-events: none;
}
.intro-head {
	position: relative;
	z-index: 1;
}
.intro-head__heading {
	font-size: 3.4rem;
	line-height: 2.058823529411765;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 4.5rem;
}
.intro-head__desc {
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: .1em;
	text-align: center;
}
@media screen and (max-width: 768px){
	.l-intro {
		padding-block: 5.5rem 5.0rem;
	}
	.l-intro::before {
		height: 8.0rem;
	}
	.intro-head__heading {
		font-size: 2.2rem;
		line-height: 2.090909090909091;
		margin-bottom: 1.8rem;
	}
	.intro-head__desc {
		font-size: 1.4rem;
		line-height: 2.285714285714286;/*32*/
		text-align: justify;
	}
}



/*  l-plan
--------------------------------------------------*/
.l-plan {
	position: relative;
}
.l-plan.tabpanel-1 {
	background: #f0eee6;
}
.l-plan.tabpanel-2 {
	background: #e9e7e5;
}
.plan-tablist {
	width: min(90%, 950px);
	margin-inline: auto;
	padding-block: 19.0rem 18.0rem;
}
.plan-tab {
	width: calc(450 / 950 * 100%);
	height: 8.0rem;
	font-size: max(14px,2.2rem);
	line-height: 1;
	letter-spacing: .1em;
	color: #d2cbb4;
	border: solid 1px #d2cbb4;
	background-color: #ffffff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: .1em;
}
.plan-tab.active {
	color: #fff;
}
.l-plan.tabpanel-1 .plan-tab.active {
	background-color: #b4a882;
	border: solid 1px #b4a882;
}
.l-plan.tabpanel-2 .plan-tab.active {
	background-color: #988d83;
	border: solid 1px #988d83;
}
.plan-tabpanel__inner {
	max-width: 1480px;
	padding-bottom: 15.0rem;
}
.plan-section {
	position: relative;
	width: 100%;
}
.plan-section + .plan-section {
    margin-top: 16.0rem;
}
.plan-section__heading {
	font-size: 3.2rem;
	line-height: 2.090909;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 7.0rem;
}
.l-plan.tabpanel-1 .plan-section__heading {
	color: #92804c;
}
.l-plan.tabpanel-2 .plan-section__heading {
	color: #726256;
}
.plan-section__box {
	width: 100%;
}
.plan-section__elevation {
	position: sticky;
	top: 0;
	left: 0;
	width: 400px;
}
.plan-section__list {
	width: calc(100% - 500px);
	gap: 2.8rem;
}
.plan-section__list__item {
	position: relative;
	width: calc((100% - 5.6rem) / 3);
}
.plan-section__list__item a {
	position: relative;
	display: block;
}
.plan-section__list__item img {
	width: 100%;
}
.plan-section__list__item__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.plan-section__list__item__icon span {
	position: absolute;
}
.plan-section__list__item__icon--price {
	top: 0;
	right: 0;
	width: calc(98 / 308 * 100%);
	/*margin-top: calc(10 / 308 * 100%);
	margin-right: calc(10 / 308 * 100%);*/
}
.l-plan.tabpanel-1 .plan-section__list__item__icon--price {
	background-color: #b4a882;
}
.l-plan.tabpanel-2 .plan-section__list__item__icon--price {
	background-color: #93877c;
}
.plan-section__list__item__icon--premium {
	top: 0;
	right: 0;
	width: calc(165 / 308 * 100%);
	/*margin-top: calc(10 / 308 * 100%);
	margin-right: calc(10 / 308 * 100%);*/
	background-color: #fff;
}
.l-plan.tabpanel-1 .plan-section__list__item__icon--premium::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #d2cbb4;
	z-index: 1;
}
.l-plan.tabpanel-2 .plan-section__list__item__icon--premium::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #beb7b0;
	z-index: 1;
}
.l-plan.tabpanel-2 .plan-section__list__item__icon--premium img {
}
.l-plan.tabpanel-1 .plan-section__list__item__icon--premium img {
	filter: invert(52%) sepia(20%) saturate(815%) hue-rotate(7deg) brightness(92%) contrast(89%);
}
.l-plan.tabpanel-2 .plan-section__list__item__icon--premium img {
	filter: invert(38%) sepia(12%) saturate(610%) hue-rotate(343deg) brightness(97%) contrast(90%);
}
.plan-section__list__item__icon--limited {
	top: 0;
	right: 0;
	width: calc(60 / 308 * 100%);
}
@media (any-hover: hover){
	.plan-section__list__item a {
		transition: filter .2s linear;
	}
	.plan-section__list__item a:hover {
		filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, .2));
	}
}
@media screen and (max-width: 1500px){
	.plan-section__list__item {
		width: calc((100% - 2.8rem) / 2);
	}
}
@media screen and (max-width: 1000px){
	.plan-section__list__item {
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.plan-tablist {
		width: calc(300 / 380 * 100%);
		padding-block: 6.0rem 4.5rem;
		gap: 2.0rem 0;
	}
	.plan-tab {
		width: 100%;
		height: 5.0rem;
		font-size: 1.4rem;
	}
	.plan-tabpanel__inner {
		padding-bottom: 6.0rem;
	}
	.plan-section + .plan-section {
	    margin-top: 8.0rem;
	}
	.plan-section__heading {
		font-size: 2.0rem;
		margin-bottom: 2.5rem;
	}
	.plan-section__elevation {
		position: relative;
		width: 100%;
	}
	.plan-section__list {
		width: calc(308 / 320 * 100%);
		gap: 2.0rem;
		margin: 5.0rem auto 0;
	}
	.plan-section__list__item {
		width: 100%;
	}
}