/*
 * Top page conservative renewal
 * Keeps the current Mentre colors, photography and component language while
 * improving hierarchy, readability and conversion paths.
 */

:root {
	--renewal-red: #b2272d;
	--renewal-red-dark: #8f1d22;
	--renewal-black: #151515;
	--renewal-ink: #1a1a1a;
	--renewal-gray: #6d6d6d;
	--renewal-line: #d8d8d8;
	--renewal-paper: #fff;
}

.renewal-home,
.renewal-home * {
	box-sizing: border-box;
}

.renewal-home {
	color: var(--renewal-ink);
}

.renewal-home header {
	background: #111111;
}

.renewal-home a:focus-visible,
.renewal-home button:focus-visible,
.renewal-home summary:focus-visible {
	outline: 3px solid #f2aeb1;
	outline-offset: 4px;
}

.renewal-home .navbar_toggle {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.renewal-home .renewal-hero,
.renewal-home .renewal-hero .top_img,
.renewal-home .renewal-hero .top_img_sp {
	min-height: 680px;
}

.renewal-home .renewal-hero .top_img,
.renewal-home .renewal-hero .top_img_sp {
	position: relative;
	isolation: isolate;
}

.renewal-home .renewal-hero .top_img::before,
.renewal-home .renewal-hero .top_img_sp::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.42) 55%, rgba(0, 0, 0, 0.32) 100%);
	content: "";
}

.renewal-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(900px, calc(100% - 80px));
	margin: 0 auto;
	padding: 36px 42px;
	border-left: 5px solid var(--renewal-red);
	background: #161616;
}

.renewal-home .renewal-hero__eyebrow {
	margin: 0 0 18px;
	color: #efb4b7;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.22em;
	line-height: 1.5;
	text-align: center;
}

.renewal-home .renewal-hero h1,
.renewal-home .renewal-hero h2 {
	max-width: 1000px;
	padding: 0;
	color: #ffffff;
	font-size: clamp(38px, 4.8vw, 60px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
	text-wrap: balance;
}

.renewal-home .renewal-hero .catch {
	max-width: 920px;
	margin: 26px auto 0;
	padding: 0;
	font-size: clamp(16px, 1.45vw, 19px);
	letter-spacing: 0.04em;
	line-height: 2;
	text-align: center;
}

.renewal-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 30px;
}

.renewal-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 13px 25px;
	border: 1px solid transparent;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	text-align: center;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.renewal-home .renewal-button:hover {
	opacity: 1;
	filter: none;
	transform: translateY(-2px);
}

.renewal-home .renewal-button--line,
.renewal-home .renewal-button--line:link,
.renewal-home .renewal-button--line:visited,
.renewal-home .renewal-button--red,
.renewal-home .renewal-button--red:link,
.renewal-home .renewal-button--red:visited {
	background: var(--renewal-red);
	border-color: var(--renewal-red);
	color: #fff;
}

.renewal-home .renewal-button--line:hover,
.renewal-home .renewal-button--red:hover {
	background: var(--renewal-red-dark);
	border-color: var(--renewal-red-dark);
}

.renewal-home .renewal-button--ghost,
.renewal-home .renewal-button--ghost:link,
.renewal-home .renewal-button--ghost:visited {
	background: rgba(0, 0, 0, 0.26);
	border-color: rgba(255, 255, 255, 0.76);
	color: #fff;
}

.renewal-home .renewal-button--ghost:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: #fff;
}

.renewal-button--center {
	display: flex;
	width: fit-content;
	min-width: 290px;
	margin: 30px auto 0;
}

.renewal-home .renewal-hero__note {
	margin: 14px auto 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height: 1.7;
	text-align: center;
}

.renewal-section-heading {
	margin: 0 auto 28px;
	font-family: 'Shippori Mincho', serif;
	font-size: clamp(27px, 3.2vw, 39px);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.65;
	text-align: center;
	text-wrap: balance;
}

.renewal-section-heading--light,
.renewal-title-light {
	color: #fff;
}

.renewal-home .sp-only {
	display: none;
}

.renewal-intro__copy {
	max-width: 880px;
	margin: 0 auto;
}

.renewal-home .renewal-intro__copy p {
	margin-bottom: 18px;
	font-family: 'Shippori Mincho', serif;
	font-size: 17px;
	letter-spacing: 0.045em;
	line-height: 2.05;
}

.renewal-concerns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 34px 0 42px;
	padding: 0;
	list-style: none;
}

.renewal-concerns li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding: 18px 14px;
	background: #f3f3f3;
	border-top: 4px solid var(--renewal-red);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.75;
	text-align: center;
}

.renewal-promise {
	max-width: 880px;
	margin: 0 auto 34px;
	padding: 34px 38px;
	background: #f3f3f3;
	border-left: 5px solid var(--renewal-red);
	text-align: left;
}

.renewal-home .renewal-promise__label {
	margin: 0 0 10px;
	color: var(--renewal-red);
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.19em;
	line-height: 1.5;
}

.renewal-promise h3 {
	margin: 0 0 13px;
	font-family: 'Shippori Mincho', serif;
	font-size: clamp(23px, 2.6vw, 32px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.65;
}

.renewal-home .renewal-promise p:last-child {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
}

.renewal-support__lead {
	max-width: 820px;
	margin: 0 auto 34px;
	color: #e7e7e7;
	font-size: 16px;
	letter-spacing: 0.035em;
	line-height: 1.9;
	text-align: center;
}

.renewal-support-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.renewal-support-card {
	display: grid;
	grid-template-columns: minmax(175px, 42%) 1fr;
	min-height: 250px;
	overflow: hidden;
	background: #fff;
	border-bottom: 4px solid var(--renewal-red);
	color: var(--renewal-ink) !important;
	text-align: left;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.renewal-support-card:hover {
	opacity: 1 !important;
	filter: none !important;
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.renewal-support-card__image {
	display: block;
	height: 100%;
	overflow: hidden;
}

.renewal-support-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 250px;
	object-fit: cover;
}

.renewal-support-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px 24px;
}

.renewal-support-card__number {
	display: block;
	margin-bottom: 9px;
	color: var(--renewal-red);
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.18em;
}

.renewal-support-card strong {
	display: block;
	font-family: 'Shippori Mincho', serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.55;
}

.renewal-support-card__body > span:not(.renewal-support-card__number) {
	display: block;
	margin-top: 9px;
	color: #555;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.75;
}

.renewal-support-card em {
	display: block;
	margin-top: 16px;
	color: var(--renewal-red);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.renewal-program {
	display: grid;
	grid-template-columns: minmax(0, 44%) 1fr;
	gap: 0;
	padding: 0;
	overflow: hidden;
}

.renewal-program__image {
	min-height: 470px;
	background: #111;
}

.renewal-program__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 470px;
	object-fit: cover;
}

.renewal-program__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 48px;
	text-align: left;
}

.renewal-home .renewal-program__eyebrow {
	margin: 0 0 13px;
	color: var(--renewal-red);
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.renewal-program h3 {
	margin: 0 0 20px;
	font-family: 'Shippori Mincho', serif;
	font-size: clamp(27px, 3.1vw, 39px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.renewal-home .renewal-program__body > p:not(.renewal-program__eyebrow):not(.renewal-program__meta) {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.9;
}

.renewal-home .renewal-program__meta {
	margin: 0;
	padding: 13px 15px;
	background: #f0f0f0;
	border-left: 4px solid var(--renewal-red);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.7;
}

.renewal-program__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	margin-top: 24px;
}

.renewal-home .renewal-text-link,
.renewal-home .renewal-text-link:visited {
	color: var(--renewal-red);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.renewal-movie__feature {
	width: min(920px, 100%);
	margin: 4px auto 0;
}

.renewal-movie__video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #0d0d0d;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.renewal-movie__video iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.renewal-faq__list {
	max-width: 880px;
	margin: 0 auto;
	border-top: 1px solid var(--renewal-line);
}

.renewal-faq details {
	border-bottom: 1px solid var(--renewal-line);
}

.renewal-faq summary {
	position: relative;
	padding: 24px 56px 24px 48px;
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.035em;
	line-height: 1.7;
	list-style: none;
	text-align: left;
}

.renewal-faq summary::-webkit-details-marker {
	display: none;
}

.renewal-faq summary::before {
	content: none;
}

.renewal-faq .faq-q {
	position: absolute;
	top: 24px;
	left: 10px;
	color: var(--renewal-red);
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 600;
}

.renewal-faq summary::after {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 12px;
	height: 12px;
	border-right: 2px solid var(--renewal-red);
	border-bottom: 2px solid var(--renewal-red);
	content: "";
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.2s ease;
}

.renewal-faq details[open] summary::after {
	transform: translateY(-25%) rotate(225deg);
}

.renewal-home .renewal-faq details p {
	position: relative;
	margin: 0;
	padding: 0 48px 25px;
	color: #4a4a4a;
	font-size: 15px;
	line-height: 1.9;
}

.renewal-contact {
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}

.renewal-contact > .tit_big {
	color: #000;
}

.renewal-contact h3 {
	margin: 0 auto 17px;
	color: #fff;
	font-family: 'Shippori Mincho', serif;
	font-size: clamp(28px, 3.5vw, 42px);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.renewal-home .renewal-contact__lead {
	max-width: 760px;
	margin: 0 auto 24px;
	color: #fff;
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
}

.renewal-home .renewal-contact__line,
.renewal-home .renewal-contact__line:link,
.renewal-home .renewal-contact__line:visited {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(620px, 100%);
	min-height: 64px;
	margin: 0 auto 38px;
	padding: 16px 24px;
	background: #fff;
	border: 2px solid #fff;
	color: var(--renewal-red);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.renewal-home .renewal-contact__line:hover {
	opacity: 1;
	filter: none;
	transform: translateY(-2px);
}

.renewal-contact__other {
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.renewal-home .renewal-contact .tit_mini,
.renewal-home .renewal-contact .con_p4,
.renewal-home .renewal-contact .con_p3 {
	color: #fff;
}

.renewal-contact .con_bt {
	display: block;
}

.renewal-home .pagetop {
	display: block;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.renewal-home .pagetop.is-visible {
	opacity: 1;
	pointer-events: auto;
}

@media only screen and (max-width: 1020px) {
	.renewal-concerns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.renewal-support-card {
		grid-template-columns: 1fr;
	}

	.renewal-support-card__image,
	.renewal-support-card__image img {
		height: 210px;
		min-height: 210px;
	}

	.renewal-program {
		grid-template-columns: minmax(0, 40%) 1fr;
	}

	.renewal-program__body {
		padding: 40px 34px;
	}
}

@media only screen and (max-width: 750px) {
	.renewal-home .sp-only {
		display: inline;
	}

	.renewal-home .renewal-hero,
	.renewal-home .renewal-hero .top_img_sp {
		min-height: 700px;
	}

	.renewal-home .renewal-hero .top_img_sp::before {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.62) 100%);
	}

	.renewal-hero__inner {
		width: calc(100% - 36px);
		padding: 28px 20px;
	}

	.renewal-home .renewal-hero__eyebrow {
		margin-bottom: 13px;
		font-size: 10px;
		letter-spacing: 0.16em;
	}

	.renewal-home .renewal-hero h1,
	.renewal-home .renewal-hero h2 {
		font-size: clamp(28px, 8.6vw, 35px);
		letter-spacing: 0.02em;
		line-height: 1.55;
	}

	.renewal-home .renewal-hero .catch {
		margin-top: 21px;
		padding: 0 4px;
		font-size: 16px;
		letter-spacing: 0.02em;
		line-height: 1.85;
		text-align: left;
	}

	.renewal-hero__actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 10px;
		margin-top: 24px;
	}

	.renewal-button {
		width: 100%;
		min-height: 51px;
		padding: 12px 15px;
		font-size: 14px;
	}

	.renewal-button--center {
		min-width: 0;
	}

	.renewal-home .renewal-hero__note {
		font-size: 11px;
	}

	.renewal-home .contents {
		padding: 36px 16px 24px;
	}

	.renewal-home .waku,
	.renewal-home .waku_b {
		padding: 34px 20px;
	}

	.renewal-section-heading {
		margin-bottom: 21px;
		font-size: 25px;
		line-height: 1.65;
	}

	.renewal-home .renewal-intro__copy p {
		margin-bottom: 15px;
		font-size: 15px;
		letter-spacing: 0.02em;
		line-height: 1.95;
	}

	.renewal-concerns {
		grid-template-columns: 1fr;
		gap: 9px;
		margin: 25px 0 30px;
	}

	.renewal-concerns li {
		min-height: 0;
		padding: 15px 12px;
		font-size: 14px;
		line-height: 1.7;
	}

	.renewal-promise {
		margin-bottom: 26px;
		padding: 24px 20px;
	}

	.renewal-promise h3 {
		font-size: 22px;
		line-height: 1.65;
	}

	.renewal-home .renewal-promise p:last-child {
		font-size: 14px;
		line-height: 1.9;
	}

	.renewal-home .message2 {
		font-size: 12px;
	}

	.renewal-support__lead {
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 1.85;
		text-align: left;
	}

	.renewal-support-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.renewal-support-card {
		grid-template-columns: 40% 1fr;
		min-height: 190px;
	}

	.renewal-support-card__image,
	.renewal-support-card__image img {
		height: 100%;
		min-height: 190px;
	}

	.renewal-support-card__body {
		padding: 20px 16px;
	}

	.renewal-support-card strong {
		font-size: 18px;
		line-height: 1.55;
	}

	.renewal-support-card__body > span:not(.renewal-support-card__number) {
		font-size: 12px;
		line-height: 1.65;
	}

	.renewal-support-card em {
		margin-top: 11px;
		font-size: 12px;
	}

	.renewal-home .renewal-program {
		display: block;
		padding: 0;
	}

	.renewal-program__image,
	.renewal-program__image img {
		min-height: 0;
	}

	.renewal-program__image img {
		aspect-ratio: 16 / 10;
		object-fit: cover;
	}

	.renewal-program__body {
		padding: 29px 20px 32px;
	}

	.renewal-program h3 {
		font-size: 24px;
	}

	.renewal-home .renewal-program__body > p:not(.renewal-program__eyebrow):not(.renewal-program__meta) {
		font-size: 14px;
		line-height: 1.85;
	}

	.renewal-home .renewal-program__meta {
		font-size: 12px;
	}

	.renewal-program__actions {
		align-items: stretch;
	}

	.renewal-faq summary {
		padding: 19px 40px 19px 35px;
		font-size: 14px;
		line-height: 1.7;
	}

	.renewal-faq .faq-q {
		top: 19px;
		left: 4px;
		font-size: 16px;
	}

	.renewal-faq summary::after {
		right: 7px;
	}

	.renewal-home .renewal-faq details p {
		padding: 0 8px 20px 35px;
		font-size: 13px;
		line-height: 1.85;
	}

	.renewal-contact {
		padding: 34px 20px;
	}

	.renewal-contact h3 {
		font-size: 25px;
	}

	.renewal-home .renewal-contact__lead {
		font-size: 14px;
		line-height: 1.85;
		text-align: left;
	}

	.renewal-home .renewal-contact__line {
		min-height: 57px;
		margin-bottom: 30px;
		padding: 14px 16px;
		font-size: 14px;
	}

	.renewal-contact__other {
		padding-top: 10px;
	}

	.renewal-home .pagetop {
		right: 8px;
		bottom: 100px;
	}
}

@media only screen and (max-width: 430px) {
	.renewal-support-card {
		grid-template-columns: 1fr;
	}

	.renewal-support-card__image,
	.renewal-support-card__image img {
		height: 165px;
		min-height: 165px;
	}

	.renewal-support-card__body {
		padding: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.renewal-home *,
	.renewal-home *::before,
	.renewal-home *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
