@charset "utf-8";

/*==============================================

	renewal

==============================================*/
:root {
	scroll-behavior: smooth;
}

#wrapper main {
	margin-top: 103px;
}

/* ---------- MV ---------- */
.mv {
	position: relative;
	overflow: hidden;
}
.mv .mv_img img {
	width: 100%;
	display: block;
	height: min(78vh, 780px);
	object-fit: cover;
	object-position: center;
}
.mv .mv_caption {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 40px 20px;
	background: rgba(0, 0, 0, .4);
}
.mv .mv_caption .en {
	font-size: 1.8rem;
	letter-spacing: .2em;
	margin-bottom: 16px;
	color: #fff;
}
.mv .mv_caption h1 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: .08em;
	margin-bottom: 24px;
	color: #fff;
	text-align: center;
}
.mv .mv_caption .text {
	font-size: 1.5rem;
	line-height: 2;
	max-width: 920px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

/* ---------- SPECIAL OFFER ---------- */
.rewards {
	padding: 100px 20px 80px;
	background-color: #F8F7F2;
	text-align: center;
}
.rewards .heading .en {
	font-size: 2.4rem;
	color: #816A52;
	letter-spacing: .12em;
	text-align: center;
}
.rewards .heading h2 {
	font-size: 1.6rem;
	color: #816A52;
	margin-top: 6px;
	text-align: center;
}
.rewards .lead {
	font-size: 1.6rem;
	color: #816A52;
	margin: 30px auto 40px;
	line-height: 1.8;
	max-width: 900px;
	text-align: center;
}
.rewards .present_list {
	display: flex;
	justify-content: center;
	gap: 20px;
	max-width: 1100px;
	margin: 0 auto 40px;
}
.rewards .reward_item {
	border: 1px solid #B3A699;
	display: flex;
	align-items: center;
	width: calc(50% - 20px);
	max-width: 540px;
	text-align: left;
	padding: 10px 10px;
}
.rewards .reward_item .img {
	width: 210px;
	/* height: 158px; */
	flex-shrink: 0;
	aspect-ratio: 210 / 158;
}
.rewards .reward_item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rewards .reward_item .text_box {
	padding: 0px 10px;
	width: calc(100% - 210px);
}
.rewards .reward_item .sub {
	font-size: 1.6rem;
	color: #816A52;
	margin-bottom: 8px;
	text-align: center;
}
.rewards .reward_item .text {
	font-size: 2.3rem;
	color: #816A52;
	line-height: 1.6;
	margin: 0;
	text-align: center;
}

.cta_note {
	font-size: 1.6rem;
	line-height: 1.9;
	color: #816A52;
	margin-bottom: 30px;
	text-align: center;
}
.cta_btns {
	display: flex;
	justify-content: center;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.cta_btns > li {
	text-align: center;
}
.cta_btns .label {
	font-size: 1.6rem;
	color: #0D6134;
	margin-bottom: 10px;
	text-align: center;
}
.cta_btns a {
	display: inline-block;
	color: #fff;
	background-color: #0D6134;
	font-size: 1.4rem;
	padding: 22px 28px;
	min-width: 392px;
	position: relative;
	background-image: url(../../common/img/btn_arrow_w.png);
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 12px auto;
	padding-right: 42px;
}
.cta_btns .label {
	font-size: 1.6rem;
}
/* ---------- SPECIAL PLAN ---------- */
.special_plan {
	padding-bottom: 80px;
}
.plan_banner {
	position: relative;
	overflow: hidden;
}
.plan_banner img {
	width: 100%;
	display: block;
	height: min(52vh, 520px);
	object-fit: cover;
	object-position: center;
}
.plan_banner .banner_caption {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.3);
}
.plan_banner .banner_caption .en {
	font-size: 2.4rem;
	letter-spacing: .18em;
	position: relative;
	color: #fff;
}
.plan_banner .banner_caption h2 {
	font-size: 1.6rem;
	margin-top: 10px;
	letter-spacing: .1em;
	color: #fff;
}

.special_plan .page_nav {
	display: flex;
	gap: 20px;
	justify-content: center;
	max-width: 1100px;
	margin: 50px auto 70px;
	padding: 0 20px;
	/* border-bottom: 1px solid #B3A699; */
	/* padding-bottom: 80px; */
}
.special_plan .page_nav a {
	display: flex;
	align-items: center;
	/* gap: 16px; */
	width: calc(33.333% - 14px);
	max-width: 340px;
	border: 1px solid #B3A699;
	padding: 5px;
	position: relative;
	text-align: left;
}
.special_plan .page_nav a img {
	width: 117px;
	object-fit: cover;
	flex-shrink: 0;
	aspect-ratio: 117 / 78;
}
.special_plan .page_nav a .box {
	width: calc(100% - 117px);
}
.special_plan .page_nav a .sub {
	display: block;
	font-size: 1.3rem;
	color: #816A52;
	margin-bottom: 4px;
	text-align: center;
}
.special_plan .page_nav a .title {
	display: block;
	font-size: 1.6rem;
	color: #816A52;
	line-height: 1.4;
	text-align: center;
}
.special_plan .page_nav a::after {
	content: "";
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url(../img/nav_arrow.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.plan_line {
	height: 1px;
	margin: 80px auto 50px;
	border-top: 1px solid #B3A699;
	max-width: 1300px;
}

.plan_sec {
	margin-bottom: 70px;
	/* border-top: 1px solid #B3A699; */
	/* padding-top: 100px; */
	/* max-width: 1300px; */
	/* margin: 80px auto 70px; */
}
.plan_sec .inner {
	display: flex;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 0px;
	border-top: 1px solid #B3A699;
	/* gap: 40px; */
}
.plan_sec .img {
	width: 432px;
}
.plan_sec .img img {
	width: 100%;
	display: block;
}
.plan_sec .exp {
	width: calc(100% - 432px);
	padding-top: 30px;
	padding-left: 50px;
}
.plan_sec .exp h3 {
	font-size: 2rem;
	color: #816A52;
	line-height: 1.6;
	margin-bottom: 12px;
}
.plan_sec .exp .catch {
	font-size: 1.6rem;
	color: #816A52;
	margin-bottom: 18px;
	line-height: 1.7;
}
.plan_sec .exp .price {
	font-size: 1.3rem;
	color: #816A52;
	margin-bottom: 13px;
	/* line-height: 1.6; */
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.plan_sec .exp .price span {
	font-size: 2.6rem;
	color: #0D6134;
	font-weight: 600;
	margin-left: 11px;
	margin-right: 6px;
	line-height: 1em;
}
.plan_sec .exp .price small {
	display: block;
	font-size: 1.3rem;
	color: #816A52;
	margin-top: 4px;
	margin-left: 15px;
}
.plan_sec .exp .text {
	font-size: 1.3rem;
	line-height: 2;
	color: #816A52;
	/* width: calc(100% - 162px); */
}

/* ---------- plan detail (toggle) ---------- */
.plan_sec .exp .btn_more {
	display: block;
	width: 100%;
	margin-top: 28px;
	padding: 18px 0px 18px 0px;
	border: none;
	background-color: #816A52;
	color: #fff;
	font-size: 1.3rem;
	font-family: inherit;
	text-align: center;
	position: relative;
	cursor: pointer;
	line-height: 1;
}
.plan_sec .exp .btn_more::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(../img/btn_more_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

.plan_sec .exp .btn_more.is_open::after {
	transform: translateY(-50%) rotate(180deg);
}

.plan_sec .exp .toggle_detail {
	display: none;
	margin-top: 28px;
}
.plan_sec .exp .detail_content {
	color: #816A52;
}

/* 適用期間ボックス */
.plan_sec .exp .detail_content > dl {
	flex-wrap: wrap;
	border: 1px solid #B3A699;
	padding: 15px 20px 10px;
	margin-bottom: 40px;
	display: flex;
}
.plan_sec .exp .detail_content > dl > div,
.plan_sec .exp .detail_content > dl dt {
	display: block;
	font-size: 1.3rem;
	line-height: 1.8;
	padding: 10px 0;
	/* border-bottom: 1px solid #D5D0CB; */
	color: #816A52;
}
.plan_sec .exp .detail_content > dl dt:last-of-type,
.plan_sec .exp .detail_content > dl dd:last-of-type {
	border-bottom: none;
}
.plan_sec .exp .detail_content > dl dt {
	font-weight: 600;
	width: 70px;
	padding: 0 0 10px;
	font-weight: 400;
}
.plan_sec .exp .detail_content > dl dt::after {
	content: "：";
}
.plan_sec .exp .detail_content > dl dd {
	font-size: 1.3rem;
	line-height: 1.8;
	padding: 0 0 10px 10px;
	margin: 0 0 0px;
	/* border-bottom: 1px solid #D5D0CB; */
	width: calc(100% - 70px);
	color: #816A52;
}
.plan_sec .exp .detail_content > dl dd:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.plan_sec .exp .detail_content h4 {
	font-size: 1.6rem;
	color: #816A52;
	margin: 0 0 10px;
}

/* プラン特別特典 */
.plan_sec .exp .detail_content > ul:not(.includes_list) {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}
.plan_sec .exp .detail_content > ul:not(.includes_list) > li {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 5px 0 0px 0px;
	border-bottom: 1px solid #B3A699;
}
.plan_sec .exp .detail_content > ul:not(.includes_list) > li:first-child {
	/* border-top: 1px solid #D5D0CB; */
}
.plan_sec .exp .detail_content > ul:not(.includes_list) > li img {
	width: 162px;
	height: 90px;
	flex-shrink: 0;
	object-fit: cover;
	display: block;
	/* background-color: #E8E4DF; */
	border: none;
}
.plan_sec .exp .detail_content > ul:not(.includes_list) > li img:not([src]),
.plan_sec .exp .detail_content > ul:not(.includes_list) > li img[src=""] {
	/* background-color: #E8E4DF; */
}
.plan_sec .exp .detail_content > ul:not(.includes_list) .text {
	flex: 1;
	min-width: 0;
}
.plan_sec .exp .detail_content > ul:not(.includes_list) .title {
	font-size: 1.3rem;
	line-height: 1.8;
	margin: 0;
	color: #816A52;
}

.plan_sec .exp .includes_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.plan_sec .exp .includes_list > li {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 14px 0;
	border-bottom: 1px solid #B3A699;
}
.plan_sec .exp .includes_list h5 {
	width: 88px;
	flex-shrink: 0;
	font-size: 1.3rem;
	font-weight: 600;
	color: #816A52;
	margin: 0;
	line-height: 1.8;
	font-weight: 400;
}
.plan_sec .exp .includes_list .text {
	flex: 1;
	min-width: 0;
	font-size: 1.3rem;
	line-height: 1.8;
	margin: 0;
	color: #816A52;
}

.special_plan > .cta_btns {
	margin-top: 40px;
}

.plan_sec .exp .btn_area {
	margin-top: 40px;
}
.plan_sec .exp .btn_area .catch {
	text-align:center;
	color: #0E6135;
	margin-bottom: 30px;
}
.plan_sec .exp .btn_area .cta_btns li {
	width: 100%;
}
.plan_sec .exp .btn_area .cta_btns a {
	width: 100%;
	min-width: unset;
	padding: 17px 20px;
}

/* ---------- FAQ ---------- */
.faq {
	padding: 80px 20px 40px;
	/* background-color: #F8F7F2; */
	border-top: 1px solid #B3A699;
}
.faq .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.faq h2 {
	font-size: 1.8rem;
	color: #816A52;
	margin-bottom: 40px;
}
.faq .faq_list {
	padding: 0;
	max-width: none;
	margin: 0;
}
.faq .faq_list li {
	margin-bottom: 40px;
}
.faq .faq_list li .q {
	border-bottom: 1px solid #D5D0CB;
	padding-bottom: 20px;
	color: #816A52;
	font-size: 1.5rem;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.faq .faq_list li .q:before {
	content: "Q";
	color: #816A52;
	font-size: 2.2rem;
	position: absolute;
	left: 0;
	top: -8px;
}
.faq .faq_list li .answer {
	position: relative;
	padding-left: 40px;
}
.faq .faq_list li .answer:before {
	content: "A";
	color: #816A52;
	font-size: 2.2rem;
	position: absolute;
	left: 0;
	top: -4px;
}
.faq .faq_list li .answer p {
	font-size: 1.3rem;
	line-height: 2;
	margin: 0;
}


@media screen and (max-width: 736px) {
	#wrapper main {
		margin-top: 80px;
	}

	.mv .mv_img img {
		height: 70vh;
		min-height: 520px;
	}
	.mv .mv_caption {
		padding: 24px 16px;
		padding-bottom: 48px;
	}
	.mv .mv_caption .en {
		font-size: 1.8rem;
	}
	.mv .mv_caption h1 {
		font-size: 2rem;
		margin-bottom: 15px;
	}
	.mv .mv_caption .text {
		font-size: 1.3rem;
		line-height: 1.85;
		text-align: left;
		text-align: center;
	}

	.rewards {
		padding: 60px 16px 80px;
	}
	.rewards .heading .en {
		font-size: 2rem;
	}
	.rewards .lead {
		font-size: 1.4rem;
		margin: 20px auto 28px;
	}
	.rewards .present_list {
		flex-direction: column;
		gap: 16px;
	}
	.rewards .reward_item {
		width: 100%;
		max-width: none;
	}
	.rewards .reward_item .img {
		width: 140px;
		/* height: 110px; */
	}
	.rewards .reward_item .text_box {
		/* padding: 12px 14px; */
		width: calc(100% - 140px);
	}
	.rewards .reward_item .sub {
		font-size: 1.1rem;
	}
	.rewards .reward_item .text {
		font-size: 1.6rem;
	}
	.cta_note {
		font-size: 1.4rem;
	}

	.cta_btns {
		flex-direction: column;
		align-items: center;
		gap: 24px;
		padding: 0 20px;
	}
	.cta_btns .label {
		font-size: 1.5rem;
	}
	.cta_btns > li {
		width: 100%;
	}
	.cta_btns a {
		min-width: 0;
		width: 100%;
		/* max-width: 320px; */
		box-sizing: border-box;
	}

	.plan_banner img {
		height: 240px;
	}
	.plan_banner .banner_caption .en {
		font-size: 1.8rem;
	}
	.plan_banner .banner_caption .en::before,
	.plan_banner .banner_caption .en::after {
		width: 120px;
	}

	.special_plan .page_nav {
		flex-direction: column;
		gap: 12px;
		margin: 60px auto 70px;
	}
	.special_plan .page_nav a {
		width: 100%;
		max-width: none;
	}
	.special_plan .page_nav a .box {
		margin-bottom: 20px;
	}
	.special_plan .page_nav a .sub {
		font-size: 1.2rem;
	}
	.special_plan .page_nav a .title {
		font-size: 1.5rem;
	}
	.special_plan .page_nav a::after {
		bottom: 7px;
		right: -34%;
	}

	.plan_line {
		display: none;
	}
	.plan_sec {
		margin-bottom: 60px;
	}
	.plan_sec .inner {
		flex-direction: column;
		padding: 0;
		gap: 20px;
		/* padding-right: 20px; */
	}
	.plan_sec .img {
		padding-right: 20px;
		width: 100%;
	}
	.plan_sec .exp {
		width: 100%;
		padding: 0 20px 0 20px;
	}
	.plan_sec .exp h3 {
		font-size: 1.8rem;
	}
	.plan_sec .exp .catch {
		font-size: 1.4rem;
	}
	.plan_sec .exp .price small {
		margin-left: 0;
	}
	.plan_sec .exp .text {
		width: 100%;
	}
	.plan_sec .exp .price span {
		font-size: 2.4rem;
	}

	.plan_sec .exp .detail_content > ul:not(.includes_list) > li img {
		width: 110px;
		height: 110px;
		aspect-ratio: 1 / 1;
	}
	.plan_sec .exp .detail_content > ul:not(.includes_list) .title {
		font-size: 1.4rem;
	}
	.plan_sec .exp .includes_list > li {
		gap: 0;
	}
	.plan_sec .exp .includes_list h5 {
		width: 94px;
	}
	.plan_sec .exp .btn_area .cta_btns {
		padding: 0;
	}

	.faq {
		padding: 50px 16px 30px;
	}
	.faq .faq_list li .q,
	.faq .faq_list li .answer {
		padding-left: 32px;
	}
}
