body.material-detail-page {
	background: #ffffff;
}

body.material-detail-page .page-hero--material-detail .page-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 196px;
	padding: 20px 20px 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

body.material-detail-page .page-hero--glabridin .page-hero__inner {
	background-image: url("../img/glabridin_h2.jpg");
}

body.material-detail-page .page-hero--linoleic .page-hero__inner {
	background-image: url("../img/linoleic_h2.jpg");
}

body.material-detail-page .page-hero--seracure .page-hero__inner {
	background-image: url("../img/ceracure_h2.jpg");
}

body.material-detail-page .page-hero--vcip-complex .page-hero__inner {
	background-image: url("../img/conmplex_h2.jpg");
}

body.material-detail-page .page-hero--equol .page-hero__inner {
	background-image: url("../img/equol-_h2.jpg");
}

body.material-detail-page .page-hero--vcip-aq .page-hero__inner {
	background-image: url("../img/vcip_h2.jpg");
}

body.material-detail-page .page-hero--panthenolex .page-hero__inner {
	background-image: url("../img/wpanthenol_h2.jpg");
}

body.material-detail-page .page-hero--hitoplasome .page-hero__inner {
	background-image: url("../img/hitopurasorm_h2.jpg");
}

body.material-detail-page .material-detail {
	padding: 52px 0 0;
	width: min(100% - 40px, 1000px);
	margin-inline: auto;
}

body.material-detail-page .page-hero .section-inner,
body.material-detail-page .material-detail {
	width: min(100% - 40px, 1000px);
}

body.material-detail-page .material-detail__hero-support {
	width: min(100% - 40px, 1000px);
	margin-inline: auto;
}

body.material-detail-page .page-hero__title {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	color: var(--color-text);
}

body.material-detail-page .material-detail__hero-support {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-areas:
		"image series"
		"subtitle subtitle";
	align-items: center;
	column-gap: 24px;
	row-gap: 18px;
	margin-top: 34px;
	margin-bottom: 60px;
	text-align: center;
	justify-content: center;
}

body.material-detail-page .material-detail__hero-support-image {
	grid-area: image;
	display: block;
	width: auto;
	height: auto;
}

body.material-detail-page .material-detail__hero-support-image img {
	display: block;
	width: auto;
	height: 100%;
}

body.material-detail-page .material-detail__hero-support-series {
	grid-area: series;
	margin: 0;
	font-family: var(--font-serif);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: var(--color-accent);
}

body.material-detail-page .material-detail__hero-support-subtitle {
	grid-area: subtitle;
	margin: 0;
	font-family: var(--font-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-text);
}

body.material-detail-page .material-detail__section+.material-detail__section {
	margin-top: 120px;
}

body.material-detail-page .material-detail__section-title {
	display: inline-block;
	margin: 0 0 20px;
	font-family: var(--font-serif);
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	color: var(--color-text);
}

body.material-detail-page .material-detail__section-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: linear-gradient(90deg, rgba(16, 155, 58, 1) 0%, rgba(93, 182, 231, 1) 82.88%);
}

body.material-detail-page .material-detail__section-title--center {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-left: 0;
	text-align: left;
}

body.material-detail-page .material-detail__section-title--center::after {
	flex: 1;
	min-width: 0;
	margin-top: 0;
}

body.material-detail-page .material-detail__hero-series {
	margin: 0 0 4px;
	font-family: var(--font-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: var(--color-accent);
}

body.material-detail-page .material-detail__lead,
body.material-detail-page .material-detail__text {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.9;
	color: var(--color-muted);
}

body.material-detail-page .material-detail__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.material-detail-page .material-detail__list li {
	position: relative;
	padding-left: 1em;
}

body.material-detail-page .material-detail__list li+li {
	margin-top: 8px;
}

body.material-detail-page .material-detail__list li::before {
	content: "・";
	position: absolute;
	left: 0;
}

body.material-detail-page .material-detail__figure {
	margin: 0;
}

body.material-detail-page .material-detail__figure img {
	display: block;
	width: 100%;
	height: auto;
}

body.material-detail-page .material-detail__figure--formula {
	max-width: 300px;
	margin-inline: auto;
}

body.material-detail-page .material-detail__figure--product {
	max-width: 230px;
	margin-inline: auto;
}

body.material-detail-page--vcip-aq .material-detail__figure--formula {
	max-width: 260px;
}

body.material-detail-page .material-detail__equol-comparison {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
	gap: 28px 32px;
	align-items: start;
}

body.material-detail-page .material-detail__equol-comparison-copy {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

body.material-detail-page .material-detail__equol-comparison-figure {
	margin: 0;
	max-width: 560px;
}

body.material-detail-page .material-detail__equol-comparison-figure img {
	display: block;
	width: 100%;
	height: auto;
}

body.material-detail-page .material-detail__equol-structure-lead {
	margin: 0 0 30px;
	font-family: var(--font-serif);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	color: var(--color-text);
}

body.material-detail-page .material-detail__equol-structure-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 20px;
	align-items: center;
}

body.material-detail-page .material-detail__equol-structure-figure {
	margin: 0;
}

body.material-detail-page .material-detail__equol-structure-figure--wide {
	grid-column: 1 / -1;
	max-width: 820px;
	margin-inline: auto;
}

body.material-detail-page .material-detail__equol-metabolism-figure {
	max-width: 860px;
	margin: 28px auto 0;
}

body.material-detail-page .material-detail__equol-hyaluronic-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 32px;
	align-items: start;
}

body.material-detail-page .material-detail__feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
	gap: 24px;
	align-items: start;
}

body.material-detail-page .material-detail__cta {
	margin-top: 120px;
	padding-bottom: 0;
}

body.material-detail-page .material-detail__banner-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

body.material-detail-page .material-detail__banner-link {
	display: block;
	overflow: hidden;
	background: #fff;
}

body.material-detail-page .material-detail__banner-link img {
	width: 100%;
	height: auto;
}

body.material-detail-page--vcip-aq .material-detail__vcip-efficacy {
	display: grid;
	gap: 40px;
	margin-top: 28px;
}

body.material-detail-page--vcip-aq .material-detail__vcip-efficacy-item {
	display: grid;
	gap: 12px;
	justify-items: center;
}

body.material-detail-page--vcip-aq .material-detail__vcip-efficacy-figure {
	width: 100%;
	max-width: 860px;
	margin: 0;
}

body.material-detail-page--vcip-aq .material-detail__vcip-efficacy-figure img {
	display: block;
	width: 100%;
	height: auto;
}

body.material-detail-page--vcip-aq .material-detail__vcip-efficacy-caption {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	color: var(--color-text);
}

@media (max-width: 1024px) {
	body.material-detail-page .material-detail {
		padding-top: 44px;
	}

	body.material-detail-page .page-hero .section-inner,
	body.material-detail-page .material-detail {
		width: min(100% - 28px, 1000px);
	}

	body.material-detail-page .material-detail__hero-support {
		width: min(100% - 28px, 1000px);
	}

	body.material-detail-page .material-detail__section-title {
		font-size: 28px;
	}

	body.material-detail-page .material-detail__feature {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
	}

	body.material-detail-page--vcip-aq .material-detail__vcip-efficacy-figure {
		max-width: 100%;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-formula-figure {
		max-width: 560px;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-product {
		grid-template-columns: minmax(0, 1fr) minmax(160px, 200px);
	}
}

@media (min-width: 768px) {
	body.material-detail-page--glabridin .material-detail__hero-support-image {
		height: 60px;
	}

	body.material-detail-page--linoleic .material-detail__hero-support-image {
		height: 40px;
	}

	body.material-detail-page--seracure .material-detail__hero-support-image {
		height: 60px;
	}

body.material-detail-page--vcip-complex .material-detail__hero-support {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 32px;
	margin-bottom: 56px;
}

	body.material-detail-page--vcip-complex .material-detail__hero-support-image {
		height: 60px;
	}

	body.material-detail-page--vcip-complex .material-detail__hero-support-series {
		margin: 0;
		font-size: 20px;
		color: var(--color-text);
	}

	body.material-detail-page--equol .material-detail__hero-support-image {
		height: 60px;
	}

	body.material-detail-page--equol .material-detail__hero-support-series {
		margin: 0;
		font-size: 20px;
		color: var(--color-text);
	}

	body.material-detail-page--equol .material-detail__hero-support-subtitle {
		font-size: 16px;
	}

	body.material-detail-page--vcip-aq .material-detail__hero-support-image {
		height: 60px;
	}

	body.material-detail-page--vcip-aq .material-detail__hero-support-series {
		margin: 0;
		font-size: 20px;
		color: var(--color-text);
	}

	body.material-detail-page--vcip-aq .material-detail__hero-support-subtitle {
		font-size: 16px;
	}

	body.material-detail-page--panthenolex .material-detail__hero-support--single {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 18px;
		margin-top: 32px;
		margin-bottom: 56px;
	}

	body.material-detail-page--panthenolex .material-detail__hero-support-image {
		height: 60px;
	}

body.material-detail-page--panthenolex .material-detail__hero-support-series {
	margin: 0;
	font-size: 20px;
	color: var(--color-text);
}

body.material-detail-page--hitoplasome .material-detail__hero-support-image {
	height: 60px;
}

body.material-detail-page--hitoplasome .material-detail__hitoplasome-features {
	display: grid;
	gap: 48px;
}

body.material-detail-page--hitoplasome .material-detail__hitoplasome-title {
	margin: 0 0 12px;
	font-family: var(--font-serif);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-text);
}

body.material-detail-page--hitoplasome .material-detail__hitoplasome-feature .material-detail__figure--product {
	max-width: 260px;
	margin-inline: auto;
}

body.material-detail-page--hitoplasome .material-detail__hitoplasome-structure-figure {
	max-width: 1000px;
	margin-inline: auto;
}

body.material-detail-page--hitoplasome .material-detail__hitoplasome-structure-figure img {
	display: block;
	width: 100%;
	height: auto;
}

	body.material-detail-page--panthenolex .material-detail__panthenolex-formula-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
		justify-items: center;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-formula-figure {
		max-width: 640px;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-products {
		display: grid;
		gap: 40px;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-product {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
		gap: 24px;
		align-items: start;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-product-title {
		margin: 0 0 14px;
		font-family: var(--font-serif);
		font-size: 20px;
		font-weight: 400;
		line-height: 1.4;
		color: var(--color-text);
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-product-figure {
		margin: 0;
		max-width: 230px;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-product-figure img {
		display: block;
		width: 100%;
		height: auto;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-product-figure--mobile {
		display: none;
	}

	body.material-detail-page--vcip-complex .material-detail__section--formula {
		padding-top: 24px;
		text-align: left;
	}

body.material-detail-page--vcip-complex .material-detail__section--formula .material-detail__section-title {
	margin-inline: 0;
}

	body.material-detail-page--vcip-complex .material-detail__figure--formula {
		max-width: 280px;
	}

	body.material-detail-page--equol .material-detail__equol-structure-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	body.material-detail-page--equol .material-detail__equol-structure-figure--wide {
		max-width: 760px;
	}
}

@media (max-width: 767px) {
	body.material-detail-page .page-hero--material-detail .page-hero__inner {
		min-height: 182px;
		padding: 18px 18px 16px;
	}

	body.material-detail-page .material-detail {
		padding-top: 36px;
	}

	body.material-detail-page .page-hero .section-inner,
	body.material-detail-page .material-detail {
		width: min(100% - 20px, 1000px);
	}

	body.material-detail-page .material-detail__hero-support {
		width: min(100% - 20px, 1000px);
	}

	body.material-detail-page .material-detail__section+.material-detail__section {
		margin-top: 80px;
	}

	body.material-detail-page .material-detail__section-title {
		font-size: 24px;
		display: block;
		width: fit-content;
		margin-inline: auto;
		text-align: center;
	}

	body.material-detail-page .material-detail__section-title--center {
		gap: 0.7em;
		display: grid;
		text-align: center;
	}

	body.material-detail-page .material-detail__lead,
	body.material-detail-page .material-detail__text {
		font-size: 16px;
		line-height: 1.8;
	}

	body.material-detail-page .material-detail__hero-support {
		grid-template-columns: 1fr;
		grid-template-areas:
			"image"
			"series"
			"subtitle";
		gap: 8px;
		margin-top: 28px;
		margin-bottom: 48px;
		justify-items: center;
	}

	body.material-detail-page--vcip-complex .material-detail__hero-support {
		flex-direction: row;
		gap: 10px;
	}

	body.material-detail-page--equol .material-detail__hero-support {
		grid-template-columns: 1fr;
		grid-template-areas:
			"image"
			"series"
			"subtitle";
		gap: 8px;
		margin-top: 28px;
		margin-bottom: 48px;
		justify-items: center;
	}

	body.material-detail-page .material-detail__hero-support-image {
		width: min(50%, 320px);
		height: auto;
	}

	body.material-detail-page--vcip-complex .material-detail__hero-support-image {
		width: min(62%, 280px);
	}

	body.material-detail-page--equol .material-detail__hero-support-image {
		width: min(50%, 320px);
	}

	body.material-detail-page--vcip-complex .material-detail__hero-support-series {
		font-size: 16px;
		color: var(--color-text);
	}

	body.material-detail-page--equol .material-detail__hero-support-series {
		font-size: 16px;
		color: var(--color-text);
	}

	body.material-detail-page--equol .material-detail__equol-comparison {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.material-detail-page--equol .material-detail__equol-comparison-copy {
		gap: 18px;
	}

	body.material-detail-page--equol .material-detail__equol-comparison-figure {
		max-width: 100%;
	}

	body.material-detail-page--equol .material-detail__equol-structure-lead {
		font-size: 16px;
		margin-bottom: 20px;
	}

	body.material-detail-page--equol .material-detail__equol-structure-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	body.material-detail-page--equol .material-detail__equol-structure-figure--wide {
		max-width: 100%;
	}

	body.material-detail-page--equol .material-detail__equol-metabolism-figure {
		max-width: 100%;
		margin-top: 20px;
	}

	body.material-detail-page--equol .material-detail__equol-hyaluronic-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 22px;
	}

	body.material-detail-page--vcip-aq .material-detail__vcip-efficacy {
		gap: 24px;
	}

	body.material-detail-page--vcip-aq .material-detail__vcip-efficacy-caption {
		font-size: 15px;
	}

	body.material-detail-page--vcip-aq .material-detail__figure--formula {
		max-width: 240px;
	}

	body.material-detail-page--vcip-complex .material-detail__figure--formula {
		max-width: 260px;
	}

	body.material-detail-page .material-detail__hero-support-image img {
		width: 100%;
		height: auto;
	}

	body.material-detail-page .material-detail__hero-support-series,
	body.material-detail-page .material-detail__hero-support-subtitle {
		font-size: 15px;
	}

	body.material-detail-page .material-detail__feature {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.material-detail-page .material-detail__banner-grid {
		grid-template-columns: 1fr;
	}

	body.material-detail-page--panthenolex .material-detail__hero-support--single {
		flex-direction: column;
		gap: 8px;
		margin-top: 28px;
		margin-bottom: 48px;
	}

	body.material-detail-page--panthenolex .material-detail__hero-support-image {
		width: min(62%, 280px);
		height: auto;
	}

	body.material-detail-page--panthenolex .material-detail__hero-support-image img {
		width: 100%;
		height: auto;
	}

	body.material-detail-page--panthenolex .material-detail__hero-support-series {
		font-size: 16px;
	}

	body.material-detail-page--hitoplasome .material-detail__hero-support-image {
		width: min(70%, 320px);
		height: auto;
	}

	body.material-detail-page--hitoplasome .material-detail__hitoplasome-features {
		gap: 32px;
	}

	body.material-detail-page--hitoplasome .material-detail__hitoplasome-title {
		font-size: 18px;
	}

	body.material-detail-page--hitoplasome .material-detail__hitoplasome-feature .material-detail__figure--product {
		max-width: 100%;
	}

	body.material-detail-page--hitoplasome .material-detail__hitoplasome-structure-figure {
		max-width: 100%;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-formula-grid {
		gap: 16px;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-formula-figure {
		max-width: 100%;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-products {
		gap: 28px;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-product {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-product-title {
		font-size: 18px;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-product-figure {
		max-width: 100%;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-product-figure--desktop {
		display: none;
	}

	body.material-detail-page--panthenolex .material-detail__panthenolex-product-figure--mobile {
		display: block;
	}

	body.material-detail-page--vcip-aq .material-detail__hero-support-image {
		width: min(62%, 280px);
		height: auto;
	}

	body.material-detail-page--vcip-aq .material-detail__hero-support-image img {
		width: 100%;
		height: auto;
	}

	body.material-detail-page--vcip-aq .material-detail__hero-support-series,
	body.material-detail-page--vcip-aq .material-detail__hero-support-subtitle {
		font-size: 15px;
	}

	body.material-detail-page--vcip-aq .material-detail__vcip-efficacy {
		gap: 20px;
	}

	body.material-detail-page--vcip-aq .material-detail__vcip-efficacy-figure {
		max-width: 100%;
	}
}
