@charset "utf-8";

:root {
	--color-brown: #6f2d2a;
	--color-brown-soft: #a78987;
	--color-pink: #ef4f7a;
	--color-cream: #fdf6e2;
	--color-beige: #f8f1e8;
	--color-line: #efe3d5;
	--header-height: 96px;
	--wave-height: 65px;
	--fv-overlap: 132px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}

body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	color: var(--color-brown);
	background: #ffffff;
}

a {
	color: inherit;
}

img {
	display: block;
}

#wrapper {
	overflow: hidden;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.u-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.container {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.section {
	position: relative;
}

section[id] {
	scroll-margin-top: 24px;
}

.section--texture {
	background: #fbf4df url("../img/tex_bg@2x.png") center top / 1400px auto repeat;
}

.section--wave-top::before,
.section--wave-bottom::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: var(--wave-height);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	pointer-events: none;
}

.section--wave-top::before {
	top: 0;
	background-image: url("../img/wave_top.png");
}

.section--wave-bottom::after {
	bottom: -1px;
	background-image: url("../img/wave_bottom.png");
}

.marker-heading {
	font-family: "Shippori Mincho", serif;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -2px;
	color: var(--color-pink);
	text-align: center;
	margin-top: 20px;
}

.marker-heading span {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.marker-heading span::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
	width: 100%;
	height: 18px;
	background: url("../img/sec02_wave@2x.png") no-repeat center center / 100%;
	z-index: -1;
}

.marker-heading02 span::after {
	background: url("../img/sec05_wave@2x.png") no-repeat center center / 100%;
	bottom: -18px;
	width: 100%;
	height: 25px;
}

.cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 350px;
	padding: 30px 40px;
	border-radius: 999px;
	background: var(--color-pink);
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
}

.section-cta {
	text-align: center;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0px 24px 0;
	z-index: 100;
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1440px;
	min-height: 78px;
	margin: 0 auto;
	gap: 24px;
}

.header__logo {
	flex: 0 0 260px;
}

.header__meta {
	flex: 1 1 auto;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}

.header__meta span,
.trial__meta span {
	margin: 0 12px;
}

.header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header__action {
	display: block;
	width: 132px;
}

.fv {
	position: relative;
	min-height: 850px;
	background: #ffffff url("../img/fv_bg@2x.png")no-repeat;
	background-position: center bottom;
	background-size:cover;
}

.fv__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 830px;
	padding: 158px 20px 150px;
	z-index: 1;
}

.fv__copy {
	max-width: 600px;
	margin: 0 auto;
}

.campaign {
	padding: 100px 20px  100px 20px;
}

.campaign__inner,
.concern__inner,
.ingredients__inner {
	position: relative;
}

.campaign__lead {
	width: min(998px, 100%);
	margin: 0 auto;
}

.campaign .section-cta {
	margin-top: 26px;
}

.concern {
	padding: 84px 0 88px;
}

.concern__image {
	width: min(1000px, 100%);
	margin: 0 auto;
}

.concern__message {
	margin-top: 38px;
	text-align: center;
}

.concern__text {
	font-family: "Shippori Mincho", serif;
	font-size: 2.5rem;
	line-height: 1.95;
	font-weight: 500;
}

.program {
	padding: 0;
}

.program__bg {
	position: relative;
	background: url("../img/sec03_bg@2x.png") no-repeat;
	background-position: center top;
	background-size:cover;
	min-height: 1300px;
	
}
@media screen and (max-width: 768px) {
	.program__bg {
	position: relative;
	background: url("../img/sec03_bg_sp@2x.png") no-repeat;
	background-position: right top;
	background-size:cover;
	min-height: 500px;
	
}

.fv {
	position: relative;
	min-height: 700px;
	background: #ffffff url("../img/fv_bg_sp.png")no-repeat;
	background-position: center top;
	background-size:cover;
}

}

.program__inner {
	position: relative;
	z-index: 2;
}

.program__visual {
	position: relative;
	min-height: 760px;
}

.program__logo {
	max-width: 650px;
	padding-top: 350px;
}
@media screen and (max-width: 1200px) {
.program__logo {
	padding-top: 200px;
}
}

.program__copy {
	width: min(650px, 100%);
	margin-top:60px;
	padding: 60px;
	background: rgba(101, 39, 37, 0.56);
	color: #ffffff;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.95;
}

.program__copy p + p {
	margin-top: 28px;
}

.approach {
	padding: 0px 0 70px;
}

.approach::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: calc(var(--wave-height) * -1);
	width: 100%;
	height: var(--wave-height);
	background: url("../img/wave_top.png") center top / 100% 100% no-repeat;
	pointer-events: none;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.approach::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: calc(var(--wave-height) * -0.5);
	width: 100%;
	height: 20px;
	background: url("../img/wave_top.png") center top / 100% 100% no-repeat;
	pointer-events: none;
	z-index: 1;
}
}



.approach__image {
	max-width: 1200px;
	margin: 0 auto;
}

.section-header {
	position: relative;
	z-index: 2;
	padding-top: 68px;
	margin-bottom: 42px;
}

.habit {
	padding-top: 60px;
	padding-bottom: 150px;
}

.habit__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.habit__photo {
	width: calc(((100vw - 1000px) / 2) + 438px);
	max-width: calc(100vw - 20px);
	margin-top: 10px;
	margin-left: calc(50% - 50vw);
}

.habit__texts {
	display: flex;
	flex-direction: column;
	gap: 34px;
	padding-top: 8px;
	width: 52%;
}

.habit-card__head {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 14px;
}

.habit-card__head::after {
	content: "";
	flex: 1 1 auto;
	border-top: 1px solid #ef9db0;
}

.habit-card__head h3 {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-pink);
	font-family: "Shippori Mincho", serif;
}

.habit-card {
	position: relative;
}

.habit-card__body {
	display: block;
	align-items: start;
}

.habit-card__text p {
	font-family: "Shippori Mincho", serif;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.8;
	color: var(--color-brown);
}

.habit-card__text ul {
	margin-top: 14px;
	background: rgba(255, 255, 255, 0.72);
	padding: 10px;
}

.habit-card__text li {
	position: relative;
	padding-left: 25px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.8;
}

.habit-card__text li::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffcb00;
}

.habit-card:first-child .habit-card__package {
	position: absolute;
	top: -8px;
	right: 0;
	width: 100px;
}

.ingredients {
	padding: 60px 0 84px;
}

.ingredients__title {
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 3;
	width: min(900px, calc(100% - 40px));
	margin-bottom: 0;
	font-family: "Shippori Mincho", serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	transform: translateX(-50%);
}

.ingredients__photo {
	max-width: 1000px;
	margin: 0 auto;
}

.ingredients__list {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px 18px;
	width: min(860px, calc(100% - 90px));
	margin: 0;
	transform: translateX(-50%);
}

.ingredients__list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 10px;
	background: rgba(101, 39, 37, 0.56);
	color: #ffffff;
	font-family: "Shippori Mincho", serif;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.ingredients__list li span {
	display: block;
}

.ingredients__list li small {
	display: block;
	margin-top: 4px;
	font-size: 1.3rem;
	font-weight: 400;
}

.trial {
	padding: 10px 0 86px;
}

.trial__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.trial__info {
	width: 50%;
}

.trial__title {
	font-family: "Shippori Mincho", serif;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.4;
}

.trial__flow {
	margin-top: 18px;
}

.trial__flow li {
	font-family: "Shippori Mincho", serif;
	position: relative;
	padding: 10px 16px 10px 34px;
	background: #f5ecdf;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.trial__flow li + li {
	margin-top: 12px;
}

.trial__flow li::before {
	content: "▼";
	position: absolute;
	top: 15px;
	left: 14px;
	font-size: 1.4rem;
	line-height: 1;
}

.trial__price {
	width: 100%;
	margin-top: 30px;
}

.trial__access {
	margin-top: 28px;
	padding-top: 24px;
}

.trial__meta {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.trial__access address {
	display: grid;
	gap: 4px;
	margin-top: 14px;
	font-style: normal;
	font-size: 2rem;
	line-height: 1.7;
}

.trial__map {
	width: calc(((100vw - 1000px) / 2) + 468px);
	max-width: calc(100vw - 20px);
	margin-right: calc(50% - 50vw);
	justify-self: end;
}

.trial__map iframe {
	display: block;
	width: 100%;
	height: 470px;
	border: 0;
	filter: grayscale(100%);
}

.cta-banner {
	padding: 60px 0 50px;
	background: var(--color-cream);
}

.cta-banner__inner {
	text-align: center;
}

.cta-banner__text {
	position: relative;
	display: inline-block;
	padding: 0 64px;
	margin-bottom: 24px;
	font-family: "Shippori Mincho", serif;
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: 700;
}

.cta-banner__text::before,
.cta-banner__text::after {
	content: "";
	position: absolute;
	top: 38px;
	width: 56px;
	height: 1px;
	background: var(--color-brown);
}

.cta-banner__text::before {
	left: 0;
	transform: rotate(58deg);
}

.cta-banner__text::after {
	right: 0;
	transform: rotate(-58deg);
}

.site-footer {
	padding: 58px 0 44px;
}

.site-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
}

.site-footer__company {
	font-family: "Shippori Mincho", serif;
	font-size: 2.8rem;
	line-height: 1.4;
	font-weight: 700;
}

.site-footer__links {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 1.8rem;
	font-weight: 500;
}

.site-footer__line a {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 2rem;
	font-weight: 700;
}

.site-footer__line img {
	width: 48px;
}

.site-footer__copy {
	font-size: 1.4rem;
	color: #b7adb0;
}

#page_top {
	right: 22px;
	bottom: 22px;
	width: 62px;
	height: 62px;
	padding: 0;
	background: rgba(111, 45, 42, 0.9);
	border: none;
	box-shadow: 0 12px 24px rgba(111, 45, 42, 0.18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(14px);
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

#page_top::before {
	top: 42%;
	width: 14px;
	height: 14px;
	border-top: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
}

#page_top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media screen and (max-width: 1200px) {
	:root {
		--header-height: 88px;
		--fv-overlap: 112px;
	}

	.header__inner {
		min-height: 74px;
	}

	.header__logo {
		flex-basis: 220px;
	}

	.header__meta {
		font-size: 1.3rem;
	}

	.header__action {
		width: 118px;
	}

	.fv {
		min-height: 720px;
	}

	.fv__inner {
		min-height: 720px;
		padding-top: 142px;
		padding-bottom: 148px;
	}

	.fv__copy {
		max-width: 500px;
	}

	.cta-button {
		min-width: 300px;
		font-size: 2rem;
	}

	.marker-heading {
		font-size: 4rem;
	}

	.concern__text {
		font-size: 2rem;
	}

	.program__inner {
		padding-top: 146px;
	}

	.program__visual {
		min-height: 700px;
	}

	.program__copy {
		width: min(520px, 100%);
		margin-left: 40px;
		padding: 46px 48px;
		font-size: 1.7rem;
	}

	.approach__image {
		width: 98%;
		margin: 0 auto;
	}

	.habit__content {
		grid-template-columns: 1fr 420px;
		gap: 36px;
	}

	.habit-card__head h3 {
		font-size: 2rem;
	}

	.habit-card__text p {
		font-size: 1.7rem;
	}

	.habit-card__text li {
		font-size: 1.5rem;
	}

	.ingredients__title,
	.trial__title,
	.site-footer__company {
		font-size: 2.6rem;
	}

	.trial__flow li,
	.trial__meta {
		font-size: 1.7rem;
	}

	.cta-banner__text {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 768px) {
	:root {
		--header-height: 68px;
		--wave-height: 40px;
		--fv-overlap: 74px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	body {
		font-size: 1.6rem;
	}

	.container {
		padding: 0 16px;
	}

	.section--wave-top::before,
	.section--wave-bottom::after {
		height: 20px;
	}

	.site-header {
		padding: 0px 12px 0;
	}

	.header__inner {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 8px 10px;
		align-items:flex-start;
		min-height: 60px;
		padding: 0;
	}

	.header__logo {
		grid-column: 1 / 2;
		flex-basis: auto;
		width: 180px;
		margin-top: 10px;
	}

	.header__meta {
		grid-column: 1 / 2;
		font-size: 0.9rem;
		text-align: left;
	}

	.header__meta span,
	.trial__meta span {
		margin: 0 6px;
	}

	.header__actions {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
		gap: 6px;
	}

	.header__action {
		width: 80px;
	}

	.fv {
		min-height: 520px;
		background-position: center center;
	}

	.fv__inner {
		align-items: flex-start;
		min-height: 520px;
		padding: 92px 16px 84px;
	}

	.fv__copy {
		width: 100%;
		margin: 30px auto 0;
	}

	.campaign {
		padding: 40px 0;
		padding-bottom: 60px;
	}

	.campaign .section-cta {
		margin-top: 18px;
	}

	.concern {
		padding: 46px 0 10px;
	}

	.concern__message {
		margin-top: 28px;
	}

	.concern__text {
		font-size: 1.6rem;
		line-height: 1.9;
	}

	.program__inner {
		padding-top: 82px;
		padding-bottom: 86px;
	}

	.program__visual {
		min-height: auto;
	}

	.program__logo {
		width: 100%;
		padding-left: 0;
	}

	.program__copy {
		width: 100%;
		margin-top: 18px;
		margin-left: 0;
		padding: 22px 18px;
		font-size: 1.5rem;
		line-height: 1.9;
	}

	.program__copy p + p {
		margin-top: 18px;
	}

	.approach {
		padding: 20px;
		padding-top: 0;
	}

	.approach__image {
		width: 100%;
	}

	.section-header {
		padding-top: 15px;
		margin-bottom: 24px;
	}

	.marker-heading {
		font-size: 2.4rem;
		line-height: 1.7;
	}

	.marker-heading__line {
		width: 120px;
	}

	.marker-heading__line--right {
		margin-top: -6px;
	}

	.habit {
		padding-top: 28px;
		padding-bottom: 60px;
	}

	.habit__content {
		flex-direction:column;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.habit__photo {
		width: calc(100% + 16px);
		max-width: none;
		margin-left: -16px;
	}

	.habit__texts {
		gap: 30px;
		padding-top: 0;
		width: 100%;
	}
	.habit-card:first-child .habit-card__package {
  position: absolute;
  top: -60px;
  right: 0;
  width: 80px;
}

	.habit-card__head {
		gap: 14px;
	}

	.habit-card__head h3 {
		font-size: 2rem;
	}

	.habit-card__body {
		padding-right: 0;
	}

	.habit-card__package {
		position: static;
		width: 90px;
		margin-top: 12px;
	}

	.habit-card__text p {
		font-size: 1.6rem;
		line-height: 1.9;
	}

	.habit-card__text li {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.habit-card__text li::before {
		top: 9px;
	}

	.ingredients {
		padding: 42px 0 54px;
	}

	.ingredients__title {
		position: static;
		width: 100%;
		margin-bottom: 18px;
		transform: none;
		font-size: 2rem;
		line-height: 1.8;
	}

	.ingredients__list {
		position: static;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		width: 100%;
		margin-top: 12px;
		transform: none;
	}

	.ingredients__list li {
		min-height: 56px;
		font-size: 1.5rem;
	}

	.ingredients__list li small {
		font-size: 1rem;
	}

	.trial {
		padding: 0 0 56px;
	}

	.trial__inner {
		flex-direction: column;
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.trial__info {
		width: 100%;
	}

	.trial__title {
		font-size: 2.3rem;
	}

	.trial__flow {
		margin-top: 18px;
	}

	.trial__flow li {
		padding: 14px 16px 14px 34px;
		font-size: 1.5rem;
	}

	.trial__flow li::before {
		top: 18px;
		left: 14px;
		font-size: 1.5rem;
	}

	.trial__price {
		width: 100%;
		margin-top: 30px;
	}

	.trial__access {
		margin-top: 30px;
		padding-top: 24px;
	}

	.trial__meta {
		font-size: 1.5rem;
	}

	.trial__access address {
		font-size: 1.4rem;
	}

	.trial__map {
		width: calc(100% + 16px);
		max-width: none;
		margin-right: -16px;
	}

	.trial__map iframe {
		height: 320px;
	}

	.cta-banner {
		padding: 44px 0 50px;
	}

	.cta-banner__text {
		padding: 0 40px;
		margin-bottom: 18px;
		font-size: 2rem;
	}

	.cta-banner__text::before,
	.cta-banner__text::after {
		top: 20px;
		width: 22px;
	}

	.cta-button {
		min-width: 240px;
		padding: 18px 28px;
		font-size: 1.8rem;
	}

	.site-footer {
		padding: 44px 0 36px;
	}

	.site-footer__inner {
		align-items: center;
		gap: 16px;
		text-align: center;
	}

	.site-footer__company {
		font-size:1.8rem;
	}

	.site-footer__links {
		font-size: 1.5rem;
	}

	.site-footer__line a {
		font-size: 1.8rem;
	}

	.site-footer__line img {
		width: 34px;
	}

	.site-footer__copy {
		font-size: 1.4rem;
	}

	#page_top {
		right: 14px;
		bottom: 90px;
		width: 50px;
		height: 50px;
	}

	#page_top::before {
		width: 12px;
		height: 12px;
		border-top-width: 2px;
		border-right-width: 2px;
	}
}
