/* 利用規約テンプレート */
.term_label {
	font-size: 14px;
	display: -webkit-box;
}
.term_label > a {
	color: #386f81;
}

.modal-open {
	.modal-scrollable {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		height: 100%;
	}
	.modal::before {
		content: "";
		position: fixed;
		inset: 0;
		background: white;
		z-index: -1;
	}
	.modal {
		height: 100%;
		overflow-y: auto;
		margin-top: unset !important;
	}
}

/* ecforce側からAJAXで返されるモーダルのデザイン用CSS(Smartphone) */
@media screen and (max-width: 480px) {
	.modal-scrollable {
		position: fixed;
		top: 0;
	}
	.modal-scrollable .modal {
		padding: 20px 10%;
		overflow-y: scroll;
		max-height: 100vh;
	}
	.modal-scrollable .modal .modal-header {
		text-align: right;
	}
	.modal-scrollable .modal .modal-header .close {
		font-size: 30px;
	}
	.modal-scrollable .modal .modal-title {
		font-size: 18px;
		text-align: center;
		font-weight: bold;
	}
	.modal-scrollable .modal .modal-body {
		margin: 30px 0;
	}
	.modal-scrollable .modal .modal-body p {
		margin: 5px 0;
		font-size: 13px;
	}
	.modal-scrollable .modal .modal-body form {
		margin: 10px 0;
	}
	.modal-scrollable .modal .modal-body form .form-group {
		margin: 15px 0;
	}
	.modal-scrollable .modal .modal-body form label {
		font-size: 15px;
		font-weight: bold;
	}
	.modal-scrollable .modal .modal-body form input {
		border: solid 1px #ddd;
		font-size: 16px;
		width: 100%;
		padding: 10px;
		margin-top: 5px;
	}
	.modal-scrollable .modal .modal-body form a {
		background: #386f81;
		color: #fff;
		padding: 15px;
		width: 100%;
		display: block;
		text-align: center;
	}
	.modal-scrollable .modal .modal-body form a.disabled {
		background: #aaa;
		cursor: default;
	}
}

/* ecforce側からAJAXで返されるモーダルのデザイン用CSS(PC) */
@media screen and (min-width: 480px) {
	.modal-scrollable {
		position: fixed;
		top: 0;
	}
	.modal-scrollable .modal {
		padding: 60px 25%;
	}
	.modal-scrollable .modal .modal-header {
		text-align: right;
	}
	.modal-scrollable .modal .modal-header .close {
		font-size: 30px;
	}
	.modal-scrollable .modal .modal-title {
		font-size: 20px;
		text-align: center;
		font-weight: bold;
	}
	.modal-scrollable .modal .modal-body {
		margin: 30px 0;
	}
	.modal-scrollable .modal .modal-body p {
		margin: 5px 0;
	}
	.modal-scrollable .modal .modal-body form {
		margin: 10px 0;
	}
	.modal-scrollable .modal .modal-body form .form-group {
		margin: 20px 0;
	}
	.modal-scrollable .modal .modal-body form label {
		font-weight: bold;
	}
	.modal-scrollable .modal .modal-body form input {
		border: solid 1px #ddd;
		font-size: 16px;
		width: 100%;
		padding: 10px;
		margin-top: 5px;
	}
	.modal-scrollable .modal .modal-body form a {
		margin-top: 50px;
		background: #386f81;
		color: #fff;
		padding: 15px;
		width: 100%;
	}
	.modal-scrollable .modal .modal-body form a.disabled {
		background: #aaa;
		cursor: default;
	}
}

/* SKU画像項目用(smartphone) */
@media screen and (max-width: 480px) {
	.c-product_img {
		display: block;
	}
	#sub-images-view {
		max-width: 100%;
		display: block;
	}
	.img-wrap {
		width: 100%;
		max-height: 100%;
		align-items: center;
		padding: 0;
		list-style: none;
		display: flex;
	}
	.img-box {
		margin: 2px;
	}
	.img-thumbnail {
		width: 100% !important;
		pointer-events: auto;
	}
	.img-box:hover {
		opacity: 0.8;
	}
	.product-thumbnail {
		max-height: 125px;
		max-width: 125px;
	}
	#main-img {
		height: auto;
		object-fit: contain;
	}
}

/* SKU画像項目用(PC) */
@media screen and (min-width: 480px) {
	.c-product_img {
		display: flex;
		justify-content: space-around;
	}
	#sub-images-view {
		max-width: 15%;
		display: flex;
		flex-direction: column;
	}
	.img-wrap {
		width: 100%;
		max-height: 100%;
		align-items: center;
		padding: 0;
		list-style: none;
	}
	.img-wrap:nth-child(n + 2) {
		display: none;
	}
	.img-box {
		width: 100% !important;
		margin: 2px;
	}
	.img-thumbnail {
		width: 100% !important;
		pointer-events: auto;
	}
	.img-box:hover {
		opacity: 0.8;
	}
	.product-thumbnail {
		max-height: 125px;
		max-width: 125px;
	}
	#main-img {
		width: 70%;
		height: auto;
		object-fit: contain;
	}
}

.recommend_product_padding {
	padding-top: 80px;
	padding-bottom: 100px;
}

.recommend_product_padding :where(.c-product_item__img, .c-product_item__image, .product-image, .item-image, figure, .img-box) {
	overflow: hidden;
}

.recommend_product_padding img {
	transition: transform 0.35s ease, opacity 0.35s ease;
	will-change: transform;
}

.recommend_product_padding a:hover img,
.recommend_product_padding article:hover img,
.recommend_product_padding li:hover img {
	transform: scale(1.04);
}

#product-show-view.bb-recore-shell {
	background: #FFFFFF;
	scroll-behavior: smooth;
}

#product-show-view.bb-recore-shell .l-container__row {
	margin-bottom: 0;
	background: #FFFFFF;
	background-image: none;
}

#product-show-view.bb-recore-shell .p-product_content {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
}

#product-show-view.bb-recore-shell .p-product_content__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(380px, 460px);
	gap: 32px;
	align-items: start;
}

#product-show-view.bb-recore-shell .p-product_content__inner__info {
	color: var(--bb-recore-charcoal);
}

#product-show-view.bb-recore-shell .c-product_info__title {
	color: var(--bb-recore-green);
	line-height: 1.45;
}

#product-show-view.bb-recore-shell .c-product_info__price,
#product-show-view.bb-recore-shell .c-product_info__price span {
	color: var(--bb-recore-charcoal);
}

#product-show-view.bb-recore-shell .c-product_info__form__submit {
	border: 1px solid #c8a45a;
	border-radius: 4px;
	background: linear-gradient(180deg, #e4c879 0%, #b8903d 100%);
	color: #111;
}

.bb-product-lp:not(.re-core-page) {
	background: #080806;
	color: #f8f1df;
	padding: 32px 24px 72px;
}

.bb-product-lp:not(.re-core-page),
.bb-product-lp:not(.re-core-page) * {
	box-sizing: border-box;
}

.bb-product-lp__inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.bb-product-lp__lead {
	padding: 36px 0 26px;
	border-top: 1px solid rgba(200, 164, 90, 0.42);
}

.bb-product-lp__eyebrow {
	margin: 0 0 10px;
	color: #c8a45a;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0;
}

.bb-product-lp__lead h2 {
	margin: 0;
	color: #fff7e6;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 500;
}

.bb-product-lp__lead p:last-child {
	max-width: 760px;
	margin: 14px 0 0;
	color: rgba(248, 241, 223, 0.78);
	font-size: 15px;
	line-height: 1.95;
}

.bb-product-lp__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.bb-product-lp__panel,
.bb-product-lp__description {
	border: 1px solid rgba(200, 164, 90, 0.38);
	border-radius: 6px;
	background: #11110d;
	padding: 26px;
}

.bb-product-lp__panel h3 {
	margin: 0 0 12px;
	color: #ead6a3;
	font-size: 19px;
	line-height: 1.55;
	font-weight: 500;
}

.bb-product-lp__panel p,
.bb-product-lp__panel li,
.bb-product-lp__description,
.bb-product-lp__description * {
	color: rgba(248, 241, 223, 0.8);
	font-size: 14px;
	line-height: 1.95;
}

.bb-product-lp__panel p {
	margin: 0;
}

.bb-product-lp__panel ul {
	margin: 0;
	padding-left: 1.4em;
}

.bb-product-lp__panel--notice {
	margin-top: 16px;
	background: #0d120e;
}

.bb-product-lp__cta {
	display: flex;
	justify-content: center;
	padding-top: 28px;
}

.bb-product-lp__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	min-width: 280px;
	padding: 0 28px;
	border: 1px solid #c8a45a;
	border-radius: 4px;
	background: transparent;
	color: #ead6a3;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#product-show-view.bb-recore-shell .p-product_content {
		padding-right: 18px;
		padding-left: 18px;
	}

	#product-show-view.bb-recore-shell .p-product_content__inner {
		display: block;
	}

	#product-show-view.bb-recore-shell .p-product_content__inner__info {
		margin-top: 24px;
	}

	.bb-product-lp:not(.re-core-page) {
		padding: 20px 18px 54px;
	}

	.bb-product-lp__lead {
		padding-top: 28px;
	}

	.bb-product-lp__lead h2 {
		font-size: 23px;
	}

	.bb-product-lp__grid {
		grid-template-columns: 1fr;
	}

	.bb-product-lp__panel,
	.bb-product-lp__description {
		padding: 20px;
	}

	.bb-product-lp__cta a {
		width: 100%;
		min-width: 0;
	}
}

.bb-recore-shell {
	--bb-recore-green: #1C3840;
	--bb-recore-sage: #6D8B7B;
	--bb-recore-charcoal: #2C2E30;
	--bb-recore-sand: #EAD8B5;
	--bb-recore-gold: #C8A15A;
	--bb-recore-cream: #F8F0DF;
	background: var(--bb-recore-sand);
	color: var(--bb-recore-charcoal);
}

.bb-recore-shell .p-product_content {
	max-width: 1180px;
	padding-bottom: 34px;
}

.bb-recore-shell .p-product_content__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(380px, 460px);
	gap: 32px;
	align-items: start;
}

.bb-recore-shell .p-product_content__inner__img,
.bb-recore-shell .p-product_content__inner__info {
	border: 1px solid rgba(28, 56, 64, 0.18);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(28, 56, 64, 0.1);
}

.bb-recore-shell .p-product_content__inner__img {
	overflow: hidden;
	padding: 14px;
}

.bb-recore-shell .p-product_content__inner__info {
	padding: 24px;
}

.bb-recore-cart-anchor {
	position: relative;
	top: -96px;
	height: 1px;
	pointer-events: none;
}

.bb-recore-shell .c-product_img__image {
	border-radius: 6px;
}

.bb-recore-shell .c-product_info__title {
	color: var(--bb-recore-green);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 32px;
	line-height: 1.45;
	font-weight: 500;
}

.bb-recore-shell .c-product_info__price,
.bb-recore-shell .c-product_info__price span {
	color: var(--bb-recore-charcoal);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.bb-recore-shell .c-product_info__form__submit {
	min-height: 56px;
	border: 1px solid #B78636;
	border-radius: 6px;
	background: linear-gradient(180deg, #E7C675 0%, var(--bb-recore-gold) 100%);
	color: #1E1B14;
	box-shadow: 0 14px 24px rgba(91, 68, 24, 0.18);
}

.bb-recore-shell #product-description {
	display: none;
}

.bb-recore-page {
	position: relative;
	overflow: hidden;
	background: var(--bb-recore-sand);
	color: var(--bb-recore-charcoal);
	font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.bb-recore-page h2,
.bb-recore-page h3 {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	letter-spacing: 0;
}

.bb-recore-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.bb-recore-hero,
.bb-recore-closing {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.bb-recore-hero {
	min-height: 560px;
}

.bb-recore-hero__bg,
.bb-recore-closing__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-position: center;
	background-size: cover;
}

.bb-recore-hero__bg {
	background-image: linear-gradient(90deg, rgba(248, 240, 223, 0.94) 0%, rgba(248, 240, 223, 0.78) 45%, rgba(28, 56, 64, 0.12) 100%);
}

.bb-recore-hero::after,
.bb-recore-closing::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(234, 216, 181, 0.15), rgba(234, 216, 181, 0.94));
}

.bb-recore-hero__inner,
.bb-recore-section,
.bb-recore-icons,
.bb-recore-closing__content,
.bb-recore-footer-note {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.bb-recore-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
	grid-template-rows: auto auto;
	gap: 48px;
	align-items: center;
	min-height: 560px;
	padding: 58px 0;
}

.bb-recore-hero__copy,
.bb-recore-hero__action {
	grid-column: 1;
}

.bb-recore-hero__visual {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.bb-recore-eyebrow {
	margin: 0 0 12px;
	color: var(--bb-recore-green);
	font-size: 13px;
	line-height: 1.6;
	font-weight: 600;
}

.bb-recore-hero__copy h2,
.bb-recore-section__head h2,
.bb-recore-split__body h2,
.bb-recore-ritual__text h2,
.bb-recore-closing__content h2 {
	margin: 0;
	color: var(--bb-recore-green);
	font-size: 38px;
	line-height: 1.45;
	font-weight: 500;
}

.bb-recore-hero__text {
	max-width: 520px;
	margin: 18px 0 0;
	color: rgba(44, 46, 48, 0.82);
	font-size: 15px;
	line-height: 2;
}

.bb-recore-price {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-top: 22px;
}

.bb-recore-price__main {
	color: var(--bb-recore-charcoal);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 30px;
	line-height: 1.2;
}

.bb-recore-price__tax {
	color: rgba(44, 46, 48, 0.72);
	font-size: 13px;
}

.bb-recore-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 20px;
	padding: 0 30px;
	border: 1px solid #B78636;
	border-radius: 6px;
	background: linear-gradient(180deg, #E7C675 0%, var(--bb-recore-gold) 100%);
	color: #1E1B14 !important;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	box-shadow: 0 14px 24px rgba(91, 68, 24, 0.18);
}

.bb-recore-hero__note {
	margin: 14px 0 0;
	color: rgba(44, 46, 48, 0.7);
	font-size: 13px;
}

.bb-recore-hero__visual {
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(248, 240, 223, 0.45);
	border-radius: 8px;
	background: rgba(28, 56, 64, 0.15);
	backdrop-filter: blur(4px);
}

.bb-recore-hero__visual img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	border-radius: 6px;
	box-shadow: 0 24px 48px rgba(20, 21, 18, 0.24);
}

.bb-recore-icons {
	padding: 20px 0 46px;
}

.bb-recore-icons__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.bb-recore-icon-card,
.bb-recore-botanical-card,
.bb-recore-trust-grid article,
.bb-recore-timing div,
.bb-recore-faq details {
	border: 1px solid rgba(28, 56, 64, 0.16);
	border-radius: 8px;
	background: rgba(248, 240, 223, 0.72);
	box-shadow: 0 12px 26px rgba(28, 56, 64, 0.08);
}

.bb-recore-icon-card {
	padding: 22px 18px;
	text-align: center;
}

.bb-recore-icon-card strong,
.bb-recore-icon-card span {
	display: block;
}

.bb-recore-icon-card strong {
	color: var(--bb-recore-green);
	font-size: 15px;
}

.bb-recore-icon-card span {
	margin-top: 7px;
	color: rgba(44, 46, 48, 0.74);
	font-size: 12px;
	line-height: 1.7;
}

.bb-recore-section {
	padding: 58px 0;
}

.bb-recore-lifestyle,
.bb-recore-ritual {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: center;
}

.bb-recore-split__image,
.bb-recore-ritual__image {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(28, 56, 64, 0.13);
}

.bb-recore-split__image img,
.bb-recore-ritual__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.bb-recore-split__body,
.bb-recore-ritual__text {
	padding: 32px;
	border-top: 1px solid rgba(28, 56, 64, 0.18);
	border-bottom: 1px solid rgba(28, 56, 64, 0.18);
}

.bb-recore-checks {
	display: grid;
	gap: 13px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.bb-recore-checks li {
	position: relative;
	padding-left: 28px;
	color: rgba(44, 46, 48, 0.84);
	font-size: 14px;
	line-height: 1.85;
}

.bb-recore-checks li::before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid var(--bb-recore-gold);
	border-radius: 50%;
	background: rgba(200, 161, 90, 0.18);
}

.bb-recore-section__head {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.bb-recore-section__head p:last-child,
.bb-recore-ritual__text p {
	margin: 16px 0 0;
	color: rgba(44, 46, 48, 0.78);
	font-size: 14px;
	line-height: 2;
}

.bb-recore-botanical-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.bb-recore-botanical-card {
	overflow: hidden;
}

.bb-recore-botanical-card img {
	width: 100%;
	aspect-ratio: 1 / 0.72;
	object-fit: cover;
}

.bb-recore-botanical-card h3,
.bb-recore-trust-grid h3 {
	margin: 18px 18px 8px;
	color: var(--bb-recore-green);
	font-size: 18px;
	line-height: 1.45;
	font-weight: 500;
}

.bb-recore-botanical-card p,
.bb-recore-trust-grid p {
	margin: 0 18px 20px;
	color: rgba(44, 46, 48, 0.76);
	font-size: 13px;
	line-height: 1.9;
}

.bb-recore-ritual {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.bb-recore-timing {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.bb-recore-timing div {
	padding: 18px;
}

.bb-recore-timing strong,
.bb-recore-timing span {
	display: block;
}

.bb-recore-timing strong {
	color: var(--bb-recore-green);
	font-size: 15px;
}

.bb-recore-timing span {
	margin-top: 8px;
	color: rgba(44, 46, 48, 0.72);
	font-size: 13px;
	line-height: 1.8;
}

.bb-recore-trust {
	padding: 58px 0;
	background: var(--bb-recore-green);
	color: var(--bb-recore-cream);
}

.bb-recore-trust .bb-recore-eyebrow,
.bb-recore-trust h2 {
	color: var(--bb-recore-cream);
}

.bb-recore-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	padding: 8px 0 0;
}

.bb-recore-trust-grid article {
	background: rgba(248, 240, 223, 0.96);
	padding: 8px 0 4px;
}

.bb-recore-description {
	padding-bottom: 34px;
}

.bb-recore-description__body {
	padding: 28px;
	border: 1px solid rgba(28, 56, 64, 0.16);
	border-radius: 8px;
	background: rgba(248, 240, 223, 0.72);
	color: rgba(44, 46, 48, 0.78);
	font-size: 14px;
	line-height: 2;
}

.bb-recore-faq {
	padding-top: 34px;
}

.bb-recore-faq__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.bb-recore-faq details {
	padding: 0;
	overflow: hidden;
}

.bb-recore-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 56px;
	padding: 0 18px;
	color: var(--bb-recore-green);
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}

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

.bb-recore-faq summary::after {
	content: "+";
	font-size: 20px;
	font-weight: 400;
}

.bb-recore-faq details[open] summary::after {
	content: "-";
}

.bb-recore-faq details p {
	margin: 0;
	padding: 0 18px 18px;
	color: rgba(44, 46, 48, 0.76);
	font-size: 13px;
	line-height: 1.9;
}

.bb-recore-closing {
	min-height: 360px;
	margin-top: 34px;
	color: var(--bb-recore-cream);
}

.bb-recore-closing__bg {
	background-image: linear-gradient(90deg, rgba(28, 56, 64, 0.9) 0%, rgba(28, 56, 64, 0.72) 42%, rgba(28, 56, 64, 0.2) 100%);
}

.bb-recore-closing::after {
	background: linear-gradient(180deg, rgba(28, 56, 64, 0.04), rgba(28, 56, 64, 0.45));
}

.bb-recore-closing__content {
	display: flex;
	min-height: 360px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 48px 0;
}

.bb-recore-closing__content .bb-recore-eyebrow,
.bb-recore-closing__content h2,
.bb-recore-closing__content p,
.bb-recore-closing__content .bb-recore-price__main,
.bb-recore-closing__content .bb-recore-price__tax {
	color: var(--bb-recore-cream);
}

.bb-recore-closing__content p {
	max-width: 520px;
	margin: 16px 0 0;
	line-height: 1.9;
}

.bb-recore-footer-note {
	padding: 18px 0 86px;
	text-align: center;
}

.bb-recore-footer-note p {
	margin: 4px 0;
	color: rgba(44, 46, 48, 0.72);
	font-size: 12px;
	line-height: 1.8;
}

.bb-recore-sticky-cta {
	display: none;
}

@media screen and (max-width: 767px) {
	.bb-recore-shell .p-product_content {
		padding: 16px 16px 24px;
	}

	.bb-recore-shell .p-product_content__inner {
		display: block;
	}

	.bb-recore-shell .p-product_content__inner__info {
		margin-top: 16px;
		padding: 20px;
	}

	.bb-recore-shell .c-product_info__title {
		font-size: 25px;
	}

	.bb-recore-hero {
		min-height: auto;
	}

	.bb-recore-hero__bg {
		background-image: linear-gradient(180deg, rgba(248, 240, 223, 0.93) 0%, rgba(248, 240, 223, 0.82) 58%, rgba(234, 216, 181, 0.96) 100%);
	}

	.bb-recore-hero__inner,
	.bb-recore-section,
	.bb-recore-icons,
	.bb-recore-closing__content,
	.bb-recore-footer-note {
		width: calc(100% - 32px);
	}

	.bb-recore-hero__inner {
		display: flex;
		min-height: auto;
		flex-direction: column;
		gap: 22px;
		padding: 42px 0 32px;
	}

	.bb-recore-hero__copy {
		order: 1;
	}

	.bb-recore-hero__visual {
		order: 2;
		width: 100%;
		padding: 12px;
	}

	.bb-recore-hero__action {
		order: 3;
		width: 100%;
	}

	.bb-recore-price {
		flex-wrap: wrap;
	}

	.bb-recore-hero__copy h2,
	.bb-recore-section__head h2,
	.bb-recore-split__body h2,
	.bb-recore-ritual__text h2,
	.bb-recore-closing__content h2 {
		font-size: 28px;
	}

	.bb-recore-icons__grid,
	.bb-recore-botanical-grid,
	.bb-recore-trust-grid,
	.bb-recore-faq__list,
	.bb-recore-timing {
		grid-template-columns: 1fr;
	}

	.bb-recore-icons {
		padding-bottom: 28px;
	}

	.bb-recore-section {
		padding: 42px 0;
	}

	.bb-recore-lifestyle,
	.bb-recore-ritual {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.bb-recore-split__body,
	.bb-recore-ritual__text {
		padding: 22px 0;
	}

	.bb-recore-trust {
		padding: 42px 0;
	}

	.bb-recore-closing {
		min-height: 420px;
	}

	.bb-recore-closing__bg {
		background-image: linear-gradient(180deg, rgba(28, 56, 64, 0.88) 0%, rgba(28, 56, 64, 0.62) 100%);
	}

	.bb-recore-closing__content {
		min-height: 420px;
		padding: 42px 0;
	}

	.bb-recore-footer-note {
		padding-bottom: 118px;
	}

	.bb-recore-sticky-cta {
		position: fixed;
		right: 12px;
		bottom: 12px;
		left: 12px;
		z-index: 50;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 12px;
		border: 1px solid rgba(200, 161, 90, 0.62);
		border-radius: 8px;
		background: var(--bb-recore-green);
		box-shadow: 0 14px 34px rgba(20, 21, 18, 0.24);
	}

	.bb-recore-sticky-cta span,
	.bb-recore-sticky-cta small {
		display: block;
		color: var(--bb-recore-cream);
	}

	.bb-recore-sticky-cta span {
		font-size: 15px;
		font-weight: 700;
	}

	.bb-recore-sticky-cta small {
		margin-top: 2px;
		font-size: 11px;
	}

	.bb-recore-sticky-cta a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 0 16px;
		border-radius: 6px;
		background: linear-gradient(180deg, #E7C675 0%, var(--bb-recore-gold) 100%);
		color: #1E1B14 !important;
		text-decoration: none;
		font-size: 13px;
		font-weight: 700;
	}
}

#product-show-view.bb-recore-shell {
	background: #FFFFFF;
}

#product-show-view.bb-recore-shell .l-container__row {
	background: #FFFFFF;
	background-image: none;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.bb-product-breadcrumb {
	display: none;
}

@media screen and (max-width: 767px) {
	#product-show-view .p-product_content__breadcrumbs--pc {
		display: none;
	}

	.bb-product-breadcrumb {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 9px 20px;
		overflow: hidden;
		box-sizing: border-box;
		background: #FFFFFF;
		color: rgba(42, 33, 24, 0.62);
		font-family: var(--font-family-text-body);
		font-size: 11px;
		line-height: 1.6;
	}

	.bb-product-breadcrumb__list {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: visible;
		list-style: none;
		white-space: normal;
	}

	.bb-product-breadcrumb__item {
		display: inline;
		margin: 0;
		padding: 0;
	}

	.bb-product-breadcrumb__item:not(:last-child) {
		white-space: nowrap;
	}

	.bb-product-breadcrumb__item:not(:last-child)::after {
		content: "›";
		margin: 0 7px;
		color: rgba(42, 33, 24, 0.30);
	}

	#product-show-view .p-product_content .bb-product-breadcrumb__item a {
		display: inline;
		padding: 3px 0;
		color: rgba(42, 33, 24, 0.52);
		font-family: inherit !important;
		text-decoration: none;
	}

	.bb-product-breadcrumb__item[aria-current="page"] {
		display: inline;
		color: rgba(42, 33, 24, 0.78);
		white-space: normal;
		word-break: normal;
		overflow-wrap: normal;
	}

	.bb-product-breadcrumb__item a:focus-visible {
		outline: 1px solid #8A6426;
		outline-offset: 2px;
	}

	#product-show-view.bb-recore-shell .bb-product-breadcrumb + .p-product_content__inner .p-product_content__inner__img {
		padding-top: 12px;
	}
}

body:has(#product-show-view.bb-product-lp-shell) header,
body:has(#product-show-view.bb-product-lp-shell) .l-header,
body:has(#product-show-view.bb-product-lp-shell) .p-header,
body:has(#product-show-view.bb-product-lp-shell) .c-header,
body:has(#product-show-view.bb-product-lp-shell) .header,
body:has(#product-show-view.bb-product-lp-shell) .shop-header,
body:has(#product-show-view.bb-product-lp-shell) .global-header {
	min-height: 76px;
	background: linear-gradient(90deg, #04323A 0%, #075C60 52%, #0A8678 100%) !important;
	color: #E6F7EF !important;
}

body:has(#product-show-view.bb-product-lp-shell) header,
body:has(#product-show-view.bb-product-lp-shell) header *,
body:has(#product-show-view.bb-product-lp-shell) .l-header,
body:has(#product-show-view.bb-product-lp-shell) .l-header *,
body:has(#product-show-view.bb-product-lp-shell) .p-header,
body:has(#product-show-view.bb-product-lp-shell) .p-header *,
body:has(#product-show-view.bb-product-lp-shell) .c-header,
body:has(#product-show-view.bb-product-lp-shell) .c-header * {
	align-items: center;
}

body:has(#product-show-view.bb-product-lp-shell) header img,
body:has(#product-show-view.bb-product-lp-shell) .l-header img,
body:has(#product-show-view.bb-product-lp-shell) .p-header img,
body:has(#product-show-view.bb-product-lp-shell) .c-header img {
	max-height: 42px;
	object-fit: contain;
}

body:has(#product-show-view.bb-product-lp-shell) header a,
body:has(#product-show-view.bb-product-lp-shell) .l-header a,
body:has(#product-show-view.bb-product-lp-shell) .p-header a,
body:has(#product-show-view.bb-product-lp-shell) .c-header a {
	line-height: 1.4;
}

body:has(#product-show-view.bb-product-lp-shell) header a,
body:has(#product-show-view.bb-product-lp-shell) .l-header a,
body:has(#product-show-view.bb-product-lp-shell) .p-header a,
body:has(#product-show-view.bb-product-lp-shell) .c-header a,
body:has(#product-show-view.bb-product-lp-shell) .header a,
body:has(#product-show-view.bb-product-lp-shell) .shop-header a,
body:has(#product-show-view.bb-product-lp-shell) .global-header a {
	color: #E6F7EF !important;
}

#product-show-view.bb-recore-shell .p-product_content {
	width: min(1360px, calc(100% - 64px));
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

#product-show-view.bb-recore-shell .p-product_content__inner {
	grid-template-columns: minmax(560px, 680px) minmax(420px, 520px);
	justify-content: center;
	gap: 44px;
	width: 100%;
}

#product-show-view.bb-recore-shell .p-product_content__inner__img,
#product-show-view.bb-recore-shell .p-product_content__inner__info {
	width: 100%;
	border-color: rgba(28, 56, 64, 0.18);
	background: rgba(251, 248, 241, 0.66);
	box-shadow: none;
	border-radius: 0;
}

#product-show-view.bb-recore-shell .p-product_content__inner__img *,
#product-show-view.bb-recore-shell .c-product_img,
#product-show-view.bb-recore-shell .c-product_img *,
#product-show-view.bb-recore-shell [class*="slider"],
#product-show-view.bb-recore-shell [class*="thumbnail"] {
	border-radius: 0;
}

#product-show-view.bb-recore-shell .p-product_content :where(button, input, select, textarea, a, span, p, div, label, small, strong) {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif !important;
}

#product-show-view.bb-recore-shell .p-product_content__inner__img {
	padding: 18px;
}

#product-show-view.bb-recore-shell .p-product_content__inner__info {
	padding: 30px;
}

#product-show-view.bb-recore-shell .c-product_img,
#product-show-view.bb-recore-shell .c-product_img__slider,
#product-show-view.bb-recore-shell .c-product_img__list__vertical,
#product-show-view.bb-recore-shell .c-product_img__image {
	width: 100%;
}

#product-show-view.bb-recore-shell .c-product_info {
	width: 100%;
}

#product-show-view.bb-recore-shell .p-product_content__inner__info,
#product-show-view.bb-recore-shell .p-product_content__inner__info :not(.c-product_info__title):not(i):not([class^="u-icon"]):not([class*=" u-icon"]):not(.favorite-icon):not(.c-toggle_icon) {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif !important;
}

#product-show-view.bb-recore-shell .c-product_info__title {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif !important;
}

#product-show-view.bb-recore-shell .p-product_content :is(i, [class^="u-icon"], [class*=" u-icon"], [class^="u-icon--"], [class*=" u-icon--"], .favorite-icon),
#product-show-view.bb-recore-shell .p-product_content :is(i, [class^="u-icon"], [class*=" u-icon"], [class^="u-icon--"], [class*=" u-icon--"], .favorite-icon)::before,
#product-show-view.bb-recore-shell .p-product_content :is(i, [class^="u-icon"], [class*=" u-icon"], [class^="u-icon--"], [class*=" u-icon--"], .favorite-icon)::after,
#product-show-view.bb-recore-shell .p-product_content .c-toggle_icon.--plus-minus::before,
#product-show-view.bb-recore-shell .p-product_content .c-toggle_icon.--plus-minus::after {
	font-family: "icon", sans-serif !important;
}

#product-show-view.bb-recore-shell .p-product_content .favorite-icon:not([class*="u-icon--"])::before {
	content: "\e90a";
	font-family: "icon", sans-serif !important;
}

body:has(#product-show-view.bb-product-lp-shell) .bb-site-header__icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
}

body:has(#product-show-view.bb-product-lp-shell) .bb-site-header__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
}

body:has(#product-show-view.bb-product-lp-shell) .bb-site-header__icon-link:focus-visible,
body:has(#product-show-view.bb-product-lp-shell) .bb-site-header__cart:focus-visible {
	outline: 2px solid #D7BB75;
	outline-offset: 3px;
}

#product-show-view.bb-product-lp-shell {
	--bb-product-cart-button-radius: 2px;
	--bb-product-cart-button-min-height: 56px;
	--bb-product-cart-button-padding: 14px 20px;
	--bb-product-cart-button-transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
	--bb-product-secondary-button-hover-bg: rgba(215, 187, 117, 0.18);
	--bb-product-secondary-button-hover-color: var(--bb-gold-deep, #8A6426);
	--bb-product-secondary-button-hover-border: rgba(181, 138, 58, 0.62);
	--bb-product-secondary-button-hover-transform: translateY(-1px);
}

#product-show-view.bb-product-lp-shell .c-product_info__form__submit,
#product-show-view.bb-product-lp-shell .c-product_info__form_submit {
	min-height: var(--bb-product-cart-button-min-height);
	padding: var(--bb-product-cart-button-padding);
	border-radius: var(--bb-product-cart-button-radius);
	transition: var(--bb-product-cart-button-transition);
}

#product-show-view.bb-product-lp-shell .c-product_info__form__submit:hover,
#product-show-view.bb-product-lp-shell .c-product_info__form_submit:hover {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

#product-show-view.bb-product-lp-shell .c-product_info__form__submit:active,
#product-show-view.bb-product-lp-shell .c-product_info__form_submit:active {
	transform: translateY(0);
}

#product-show-view.bb-recore-shell .c-product_info__form__submit,
#product-show-view.bb-recore-shell .c-product_info__form_submit {
	color: #fff;
	background: linear-gradient(135deg, #D7BB75, #B58A3A 52%, #8A6426);
	box-shadow: 0 10px 24px rgba(138, 100, 38, 0.22);
}

#product-show-view.bb-recore-shell .c-product_info__form__submit:focus-visible,
#product-show-view.bb-recore-shell .c-product_info__form_submit:focus-visible {
	outline: 2px solid #8A6426;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	#product-show-view.bb-recore-shell .c-product_info__form__submit,
	#product-show-view.bb-recore-shell .c-product_info__form_submit {
		transition: none;
	}
}

#product-show-view.bb-product-lp-shell .p-product_content__inner__info :where(.c-product_info__sns, .c-product_info__share, .p-product_sns, .p-product_share) a,
#product-show-view.bb-product-lp-shell .p-product_content__inner__info :where(.c-product_info__sns, .c-product_info__share, .p-product_sns, .p-product_share) i,
#product-show-view.bb-product-lp-shell .p-product_content__inner__info :where(.c-product_info__sns, .c-product_info__share, .p-product_sns, .p-product_share) svg {
	color: inherit;
	fill: currentColor;
}

#product-show-view.bb-product-lp-shell .p-product_content__inner__info :where([class*="line" i], [href*="line" i]) {
	color: #06C755;
	fill: #06C755;
}

@media screen and (max-width: 767px) {
	body:has(#product-show-view.bb-product-lp-shell) .bb-site-header {
		min-height: 64px;
	}

	body:has(#product-show-view.bb-product-lp-shell) .bb-site-header__icon-link {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
	}

	body:has(#product-show-view.bb-product-lp-shell) .bb-site-header__cart {
		min-height: 40px;
	}

	#product-show-view.bb-recore-shell .p-product_content__inner__img {
		padding-top: 12px;
	}
}

.bb-recore-trust {
	width: 100%;
	max-width: none;
	padding: 72px max(48px, calc((100% - 1180px) / 2));
}

.bb-recore-trust .bb-recore-section__head {
	margin-bottom: 42px;
}

.bb-recore-trust-grid {
	gap: 24px;
	padding: 0;
}

.bb-recore-trust-grid article {
	min-height: 210px;
	padding: 30px 28px;
	border-radius: 2px;
}

.bb-recore-trust-grid h3 {
	margin: 0 0 16px;
}

.bb-recore-trust-grid p {
	margin: 0;
}

@media screen and (max-width: 767px) {
	#product-show-view.bb-recore-shell .p-product_content {
		width: calc(100% - 32px);
	}

	#product-show-view.bb-recore-shell .p-product_content__inner {
		display: block;
		width: 100%;
	}

	#product-show-view.bb-recore-shell .p-product_content__inner__img {
		padding: 12px;
	}

	#product-show-view.bb-recore-shell .p-product_content__inner__info {
		padding: 22px;
	}

	.bb-recore-trust {
		padding: 52px 18px;
	}

	.bb-recore-trust .bb-recore-section__head {
		margin-bottom: 28px;
	}

	.bb-recore-trust-grid {
		gap: 16px;
	}

	.bb-recore-trust-grid article {
		min-height: auto;
		padding: 24px 22px;
	}
}

.re-core-page {
	--bb-serif: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
	--bb-deep-green: #0F3D3E;
	--bb-sage-green: #6D8B7B;
	--bb-charcoal: #2E2E2E;
	--bb-brown: #2A2118;
	--bb-sand: #EAD8B5;
	--bb-gold: #C8A15A;
	--bb-gold-deep: #8A6426;
	--bb-gold-soft: #D7BB75;
	--bb-turquoise: #2D9C9A;
	--bb-turquoise-deep: #0F6F70;
	--bb-turquoise-soft: #DDF1EE;
	--bb-tiffany-soft: #BFE9E6;
	--bb-ivory: #F7F1E6;
	--bb-ivory-soft: #FBF8F1;
	--bb-white: #FFFFFF;
	--bb-border: rgba(200, 161, 90, 0.22);
	--bb-shadow: 0 18px 50px rgba(15, 61, 62, 0.14);
	background:
		radial-gradient(circle at 0 18%, rgba(45, 156, 154, 0.12), transparent 28%),
		radial-gradient(circle at 100% 54%, rgba(45, 156, 154, 0.10), transparent 24%),
		linear-gradient(180deg, var(--bb-ivory-soft), #F2E6D0 48%, var(--bb-ivory-soft));
	color: var(--bb-charcoal);
	font-family: var(--bb-serif);
	overflow: hidden;
}

.re-core-page *,
.re-core-page *::before,
.re-core-page *::after {
	box-sizing: border-box;
}

.re-core-page :where(h2, h3, p, li, a, button, input, select, textarea, span, strong, small, div) {
	font-family: var(--bb-serif);
}

.re-core-page :where(svg, svg *, [class*="icon"]) {
	font-family: inherit;
}

.re-core-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.re-core-page h2,
.re-core-page h3,
.re-core-product-name strong,
.re-core-closing h2 {
	font-family: var(--bb-serif);
	letter-spacing: 0;
}

.re-core-page h2 {
	color: var(--bb-deep-green);
}

.re-core-page .re-core-closing h2 {
	color: var(--bb-ivory);
}

.re-core-eyebrow {
	margin: 0 0 12px;
	color: var(--bb-turquoise-deep);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

.re-core-eyebrow::after {
	content: "";
	display: block;
	width: 54px;
	height: 1px;
	margin-top: 8px;
	background: linear-gradient(90deg, var(--bb-gold), rgba(200, 161, 90, 0));
}

.re-core-section__head .re-core-eyebrow::after {
	width: 120px;
	margin: 14px auto 0;
	background: linear-gradient(90deg, rgba(181, 138, 58, 0.55), rgba(181, 138, 58, 0.24) 45%, rgba(181, 138, 58, 0) 100%);
}

.re-core-hero {
	position: relative;
	isolation: isolate;
	min-height: 640px;
	overflow: hidden;
	border-radius: 0;
	background:
		radial-gradient(circle at left center, rgba(191, 233, 230, 0.56), transparent 32%),
		var(--bb-ivory-soft);
}

.re-core-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(90deg, rgba(247, 241, 230, 0.94) 0%, rgba(247, 241, 230, 0.74) 44%, rgba(15, 61, 62, 0.08) 100%);
}

.re-core-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(234, 216, 181, 0) 62%, rgba(251, 248, 241, 0.92) 100%),
		linear-gradient(90deg, rgba(45, 156, 154, 0.12), rgba(45, 156, 154, 0) 36%);
	pointer-events: none;
}

.re-core-hero__inner,
.re-core-features,
.re-core-section,
.re-core-closing__content,
.re-core-footer-note {
	width: min(1160px, calc(100% - 56px));
	margin: 0 auto;
}

.re-core-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 560px) minmax(320px, 1fr);
	gap: clamp(40px, 6vw, 76px);
	align-items: center;
	min-height: 640px;
	padding: clamp(76px, 8vw, 112px) 0 clamp(64px, 7vw, 88px);
}

.re-core-hero__content {
	position: relative;
	z-index: 1;
}

.re-core-hero h2,
.re-core-section h2,
.re-core-closing h2 {
	margin: 0;
	color: var(--bb-deep-green);
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 500;
	line-height: 1.42;
}

.re-core-hero__lead {
	max-width: 520px;
	margin: 18px 0 0;
	color: rgba(46, 46, 46, 0.82);
	font-size: 16px;
	line-height: 2;
}

.re-core-product-name {
	margin-top: 24px;
	color: var(--bb-deep-green);
}

.re-core-product-name strong,
.re-core-product-name span {
	display: block;
}

.re-core-product-name strong {
	font-size: 24px;
	font-weight: 500;
}

.re-core-product-name span {
	margin-top: 4px;
	font-size: 14px;
}

.re-core-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.re-core-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid var(--bb-border);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--bb-deep-green);
	font-size: 12px;
	font-weight: 700;
}

.re-core-price {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-top: 22px;
}

.re-core-price__main {
	color: var(--bb-charcoal);
	font-size: 30px;
	font-weight: 800;
}

.re-core-price__tax {
	color: rgba(46, 46, 46, 0.72);
	font-size: 13px;
}

.re-core-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 20px;
	padding: 0 32px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 2px;
	background: linear-gradient(135deg, var(--bb-gold-soft), var(--bb-gold), var(--bb-gold-deep));
	color: #1f1a10 !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 14px 30px rgba(138, 100, 38, 0.25);
	transition: filter 0.2s ease, transform 0.2s ease;
}

.re-core-button::after {
	content: none;
}

.re-core-button:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.re-core-cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
}

.re-core-cta-row .re-core-button {
	margin-top: 0;
}

.re-core-trial-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid rgba(181, 138, 58, 0.62);
	background: rgba(251, 248, 241, 0.72);
	color: var(--bb-gold-deep);
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.04em;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.re-core-trial-button::after {
	content: ">";
	color: currentColor;
	font-size: 12px;
	transition: transform 0.2s ease;
}

.re-core-trial-button:hover {
	background: var(--bb-product-secondary-button-hover-bg);
	color: var(--bb-product-secondary-button-hover-color);
	border-color: var(--bb-product-secondary-button-hover-border);
	transform: var(--bb-product-secondary-button-hover-transform);
}

.re-core-trial-button:hover::after {
	transform: translateX(3px);
}

.re-core-trial-button--light {
	background: rgba(17, 16, 13, 0.18);
	color: #fff;
	border-color: rgba(215, 187, 117, 0.74);
}

.re-core-trial-button--light:hover {
	color: #fff;
}

.re-core-hero__note {
	margin: 14px 0 0;
	color: rgba(46, 46, 46, 0.7);
	font-size: 13px;
}

.re-core-hero__visual {
	display: none;
}

.re-core-hero__visual img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	border-radius: 2px;
}

.re-core-features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	padding: 28px 0 52px;
}

.re-core-feature-card,
.re-core-reason-card,
.re-core-scene-card,
.re-core-material-card,
.re-core-trust-grid article,
.re-core-faq-item {
	border: 1px solid var(--bb-border);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 16px 36px rgba(17, 16, 13, 0.08);
}

.re-core-feature-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 104px;
	padding: 24px 22px;
	color: var(--bb-deep-green);
	text-align: center;
}

.re-core-feature-card__icon {
	display: inline-flex;
	width: 38px;
	height: 38px;
	color: var(--bb-gold);
}

.re-core-feature-card__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.re-core-section {
	padding: clamp(72px, 8vw, 108px) 0;
}

.re-core-section__head {
	max-width: 780px;
	margin: 0 auto clamp(32px, 4vw, 48px);
	text-align: center;
}

.re-core-section__head p,
.re-core-section__text p {
	color: rgba(46, 46, 46, 0.78);
	font-size: 15px;
	line-height: 2.08;
}

.re-core-page > .re-core-section h2,
.re-core-page > .re-core-section h3 {
	color: var(--bb-deep-green);
}

.re-core-why,
.re-core-ritual {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	gap: 38px;
	align-items: center;
}

.re-core-why,
.re-core-ritual {
	width: 100%;
	max-width: none;
	padding-right: max(28px, calc((100% - 1160px) / 2));
	padding-left: max(28px, calc((100% - 1160px) / 2));
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}

.re-core-why {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
	background-image: none;
	background-color: var(--bb-ivory-soft);
}

.re-core-ritual {
	grid-template-columns: minmax(0, 1fr) minmax(0, 620px);
	background-position: center;
}

.re-core-ritual .re-core-section__text {
	grid-column: 2;
}

.re-core-why .re-core-section__text,
.re-core-ritual .re-core-section__text {
	position: relative;
	z-index: 1;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-shadow: 0 1px 12px rgba(251, 248, 241, 0.78);
}

.re-core-why__image {
	justify-self: end;
	width: 100%;
	max-width: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.re-core-jamu-culture {
	display: block;
	width: 100%;
	max-width: none;
	padding: clamp(72px, 8vw, 112px) max(28px, calc((100% - 1160px) / 2));
	border-top: 0;
	border-bottom: 0;
	background: var(--bb-ivory-soft);
}

.re-core-jamu-culture__header,
.re-core-jamu-culture__body {
	width: min(100%, 820px);
	margin-right: auto;
	margin-left: 0;
}

.re-core-jamu-culture h2 {
	color: var(--bb-deep-green);
}

.re-core-jamu-culture__note {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid rgba(200, 161, 90, 0.24);
	color: rgba(46, 46, 46, 0.68);
	font-size: 12px;
	line-height: 1.85;
}

.re-core-page .re-core-jamu-culture .re-core-jamu-culture__note {
	font-size: 12px !important;
	line-height: 1.85 !important;
}

.re-core-jamu-culture__image {
	border: 1px solid rgba(200, 161, 90, 0.28);
	background: var(--bb-ivory-soft);
}

.re-core-ritual__visual {
	justify-self: stretch;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(200, 161, 90, 0.24);
	border-radius: 6px;
	background: var(--bb-ivory);
	box-shadow: 0 18px 42px rgba(17, 16, 13, 0.12);
}

.re-core-jamu-culture__visual {
	display: block;
	width: 100%;
	max-width: none;
	margin: clamp(30px, 4vw, 48px) 0 clamp(28px, 4vw, 44px);
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.re-core-ritual__visual {
	border-radius: 0;
}

.re-core-jamu-culture__visual img {
	display: block;
	width: 100%;
	height: auto;
}

.re-core-ritual__visual img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.re-core-check-section,
.re-core-reasons {
	position: relative;
}

.re-core-check-section::before,
.re-core-reasons::before {
	content: "";
	position: absolute;
	inset: 20px auto auto 50%;
	width: min(760px, 80vw);
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(90deg, transparent, rgba(200, 161, 90, 0.28), transparent);
}

.re-core-cycle {
	display: block;
	width: 100%;
	max-width: none;
	padding-right: max(20px, calc((100% - 1120px) / 2));
	padding-left: max(20px, calc((100% - 1120px) / 2));
	border: 0;
	border-radius: 0;
	background: var(--bb-ivory-soft);
}

.re-core-cycle__head {
	max-width: 820px;
	margin: 0 auto clamp(28px, 4vw, 42px);
	text-align: center;
}

.re-core-cycle__divider {
	position: relative;
	width: min(260px, 72%);
	height: 1px;
	margin: 14px auto 22px;
	background: linear-gradient(90deg, transparent, rgba(181, 138, 58, 0.62), transparent);
}

.re-core-cycle__divider span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border: 1px solid var(--bb-gold);
	background: var(--bb-ivory-soft);
	transform: translate(-50%, -50%) rotate(45deg);
}

.re-core-cycle__image {
	width: min(1120px, 100%);
	margin: 0 auto clamp(28px, 4vw, 42px);
	overflow: hidden;
	border: 1px solid rgba(181, 138, 58, 0.22);
	border-radius: 0;
	background: var(--bb-ivory);
	box-shadow: 0 18px 42px rgba(42, 33, 24, 0.10);
}

.re-core-cycle__image img {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.re-core-cycle__body {
	max-width: 820px;
	margin: 0 auto;
}

.re-core-cycle h2,
.re-core-cycle h3,
.re-core-simple h2,
.re-core-simple h3,
.re-core-description h2,
.re-core-description h3,
.re-core-faq h2,
.re-core-faq h3 {
	color: var(--bb-deep-green) !important;
}

.re-core-cycle__body p,
.re-core-simple .re-core-section__text p,
.re-core-description .re-core-section__head p,
.re-core-faq .re-core-section__head p {
	color: rgba(46, 46, 46, 0.78);
}

.re-core-section__image {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(200, 161, 90, 0.22);
	border-radius: 2px;
	box-shadow: 0 18px 42px rgba(17, 16, 13, 0.12);
	background: var(--bb-ivory-soft);
}

.re-core-section__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.re-core-check-section {
	padding-top: 54px;
}

.re-core-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.re-core-check-list li {
	position: relative;
	padding: 20px 22px 20px 50px;
	border: 1px solid var(--bb-border);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.82);
	color: rgba(46, 46, 46, 0.82);
	font-size: 15px;
	line-height: 1.9;
}

.re-core-check-list li::before {
	content: "";
	position: absolute;
	top: 27px;
	left: 18px;
	width: 10px;
	height: 10px;
	border-radius: 0;
	background: var(--bb-gold);
}

.re-core-reason-grid,
.re-core-scene-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.re-core-reason-card,
.re-core-scene-card {
	position: relative;
	overflow: hidden;
}

.re-core-reason-card img,
.re-core-scene-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.re-core-reason-card span {
	position: absolute;
	top: 18px;
	left: 18px;
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 50%;
	background: linear-gradient(180deg, var(--bb-gold-soft), var(--bb-gold-deep));
	color: #1f1a10;
	font-family: "Shippori Mincho", "Noto Serif JP", serif;
	font-weight: 700;
}

.re-core-reason-card h3,
.re-core-scene-card h3 {
	margin: 20px 20px 10px;
	color: var(--bb-deep-green);
	font-family: "Shippori Mincho", "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.re-core-reason-card p,
.re-core-scene-card p {
	margin: 0 20px 24px;
	color: rgba(46, 46, 46, 0.76);
	font-size: 13px;
	line-height: 1.9;
}

.re-core-scenes {
	width: 100%;
	max-width: none;
	padding-right: max(24px, calc((100% - 1180px) / 2));
	padding-left: max(24px, calc((100% - 1180px) / 2));
	background:
		linear-gradient(90deg, rgba(221, 241, 238, 0.54), rgba(251, 248, 241, 0.96), rgba(221, 241, 238, 0.46));
}

.re-core-material-grid,
.re-core-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.re-core-material-card {
	overflow: hidden;
}

.re-core-material-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.re-core-material-card h3,
.re-core-trust-grid h3 {
	margin: 20px 20px 10px;
	color: var(--bb-deep-green);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.re-core-material-card p,
.re-core-trust-grid p {
	margin: 0 20px 24px;
	color: rgba(46, 46, 46, 0.76);
	font-size: 13px;
	line-height: 1.9;
}

.re-core-simple {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
	gap: 28px;
	align-items: center;
	width: 100%;
	max-width: none;
	padding: clamp(42px, 5vw, 64px);
	padding-right: max(24px, calc((100% - 1180px) / 2));
	padding-left: max(24px, calc((100% - 1180px) / 2));
	border: 1px solid rgba(200, 161, 90, 0.18);
	border-top: 0;
	border-radius: 2px;
	background: linear-gradient(90deg, rgba(221, 241, 238, 0.54), rgba(251, 248, 241, 0.96), rgba(221, 241, 238, 0.46));
}

.re-core-simple__visual {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(181, 138, 58, 0.22);
	border-radius: 0;
	background: var(--bb-ivory);
	box-shadow: 0 18px 42px rgba(42, 33, 24, 0.10);
}

.re-core-simple__visual img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.re-core-simple .re-core-allergy-note {
	grid-column: 1 / -1;
	width: min(920px, 100%);
}

.re-core-timing-list {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.re-core-timing-list span {
	padding: 16px 18px;
	border-left: 2px solid var(--bb-gold);
	background: rgba(255, 255, 255, 0.78);
	color: rgba(46, 46, 46, 0.78);
	font-size: 13px;
	line-height: 1.8;
}

.re-core-trust {
	width: 100%;
	max-width: none;
	margin-bottom: 0;
	padding: clamp(72px, 8vw, 108px) max(48px, calc((100% - 1160px) / 2));
	background: linear-gradient(135deg, var(--bb-deep-green), var(--bb-turquoise-deep));
}

.re-core-trust h2,
.re-core-trust .re-core-eyebrow {
	color: var(--bb-ivory) !important;
	opacity: 1;
	visibility: visible;
}

.re-core-trust h2 {
	display: block;
	margin: 0;
}

.re-core-trust-grid {
	gap: 24px;
}

.re-core-trust-grid article {
	padding: 12px 0 8px;
	background: var(--bb-ivory);
}

.re-core-voice {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(76px, 8vw, 104px) 0;
	background:
		radial-gradient(circle at 8% 18%, rgba(45, 156, 154, 0.10), transparent 30%),
		linear-gradient(180deg, var(--bb-ivory-soft), var(--bb-ivory) 52%, rgba(221, 241, 238, 0.34));
	border-top: 1px solid rgba(181, 138, 58, 0.16);
	border-bottom: 1px solid rgba(181, 138, 58, 0.16);
}

.re-core-voice::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 44%),
		radial-gradient(circle at right bottom, rgba(181, 138, 58, 0.10), transparent 28%);
}

.re-core-voice__inner {
	position: relative;
	z-index: 1;
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.re-core-voice__header {
	max-width: 860px;
	margin: 0 auto clamp(34px, 4vw, 48px);
	text-align: center;
}

.re-core-voice__eyebrow {
	margin: 0 0 12px;
	color: var(--bb-gold-deep);
	font-family: var(--bb-serif);
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.12em;
}

.re-core-voice__title {
	margin: 0;
	color: var(--bb-brown);
	font-family: var(--bb-serif);
	font-size: clamp(26px, 3.1vw, 34px);
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: 0.04em;
}

.re-core-voice__lead {
	max-width: 820px;
	margin: 20px auto 0;
	color: rgba(42, 33, 24, 0.78);
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.03em;
	text-align: left;
}

.re-core-voice__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
}

.re-core-voice__card {
	grid-column: span 2;
	min-height: 100%;
	padding: 28px 24px 24px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(181, 138, 58, 0.24);
	border-radius: 4px;
	box-shadow: 0 14px 32px rgba(17, 16, 13, 0.07);
}

.re-core-voice__card:nth-child(4) {
	grid-column: 2 / span 2;
}

.re-core-voice__card:nth-child(5) {
	grid-column: 4 / span 2;
}

.re-core-voice__card-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-bottom: 18px;
	color: var(--bb-gold-deep);
	font-family: var(--bb-serif);
	font-size: 13px;
	line-height: 1;
	border: 1px solid rgba(181, 138, 58, 0.48);
	border-radius: 50%;
	background: rgba(215, 187, 117, 0.12);
}

.re-core-voice__card-title {
	margin: 0 0 10px;
	color: var(--bb-brown);
	font-family: var(--bb-serif);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

.re-core-voice__card-text {
	margin: 0;
	color: rgba(42, 33, 24, 0.74);
	font-size: 14px;
	line-height: 1.95;
	letter-spacing: 0.02em;
}

.re-core-voice__notes {
	margin-top: 36px;
	padding-top: 18px;
	border-top: 1px solid rgba(181, 138, 58, 0.18);
}

.re-core-voice__note {
	margin: 0;
	color: rgba(42, 33, 24, 0.58);
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: 0.02em;
}

.re-core-faq-list {
	display: grid;
	gap: 10px;
	max-width: 920px;
	margin: 0 auto;
}

.re-core-description {
	padding-top: 54px;
	background: transparent;
	background-image: none;
}

.re-core-description__body {
	max-width: 920px;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid var(--bb-border);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 12px 30px rgba(15, 61, 62, 0.08);
	color: rgba(46, 46, 46, 0.78);
	font-size: 14px;
	line-height: 2;
}

.re-core-description__body * {
	max-width: 100%;
}

.re-core-description__body img {
	height: auto;
	border-radius: 2px;
}

.re-core-faq-item button {
	display: flex;
	width: 100%;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px;
	border: 0;
	background: transparent;
	color: var(--bb-deep-green);
	cursor: pointer;
	font: 700 15px/1.7 var(--bb-serif);
	text-align: left;
}

.re-core-faq-item button::after {
	content: "+";
	color: var(--bb-gold-deep);
	font-size: 20px;
}

.re-core-faq-item.is-open button::after {
	content: "-";
}

.re-core-faq-panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.25s ease;
}

.re-core-faq-panel p {
	overflow: hidden;
	margin: 0;
	padding: 0 20px;
	color: rgba(46, 46, 46, 0.76);
	font-size: 13px;
	line-height: 1.9;
}

.re-core-faq-item.is-open .re-core-faq-panel {
	grid-template-rows: 1fr;
}

.re-core-faq-item.is-open .re-core-faq-panel p {
	padding-bottom: 20px;
}

.re-core-closing {
	position: relative;
	isolation: isolate;
	min-height: 430px;
	overflow: hidden;
	background-color: var(--bb-deep-green);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: var(--bb-ivory);
}

.re-core-closing__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(17, 16, 13, 0.60) 0%, rgba(42, 33, 24, 0.42) 34%, rgba(42, 33, 24, 0.16) 56%, rgba(42, 33, 24, 0.02) 78%, rgba(42, 33, 24, 0) 100%);
}

.re-core-closing__content {
	display: flex;
	min-height: 430px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(64px, 7vw, 88px) 0;
}

.re-core-closing h2,
.re-core-closing p,
.re-core-closing .re-core-price__main,
.re-core-closing .re-core-price__tax {
	color: var(--bb-ivory);
}

.re-core-closing p {
	max-width: 560px;
	line-height: 1.9;
}

.re-core-footer-note {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: none;
	min-height: 172px;
	padding: 32px 0;
	background: rgba(247, 241, 230, 0.92);
	text-align: left;
}

.re-core-footer-note p {
	width: min(1180px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.re-core-footer-note p {
	margin: 3px auto;
	color: rgba(42, 33, 24, 0.78);
	font-size: 12px;
	line-height: 1.8;
}

.re-core-sticky-cta {
	display: none;
}

@media screen and (max-width: 767px) {
	body:has(#product-show-view.bb-recore-shell) {
		--bb-fixed-cta-height-sp: 70px;
	}

	.re-core-page {
		padding-top: 10px;
	}

	.re-core-hero__inner,
	.re-core-features,
	.re-core-section,
	.re-core-closing__content {
		width: calc(100% - 28px);
	}

	.re-core-hero {
		min-height: auto;
	}

	.re-core-hero__bg {
		background: linear-gradient(180deg, rgba(247, 241, 230, 0.9), rgba(234, 216, 181, 0.94));
	}

	.re-core-hero__inner,
	.re-core-why,
	.re-core-ritual,
	.re-core-simple {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.re-core-hero__inner {
		padding: 48px 0 40px;
	}

	.re-core-hero__visual {
		order: 2;
		width: 100%;
	}

	.re-core-hero__content {
		order: 1;
	}

	.re-core-hero h2,
	.re-core-section h2,
	.re-core-closing h2 {
		font-size: 27px;
		line-height: 1.55;
	}

	.re-core-features,
	.re-core-check-list,
	.re-core-reason-grid,
	.re-core-scene-grid,
	.re-core-material-grid,
	.re-core-trust-grid {
		grid-template-columns: 1fr;
	}

	.re-core-section {
		padding: 52px 0;
	}

	.re-core-simple,
	.re-core-jamu-culture {
		width: calc(100% - 28px);
		padding: 34px 20px;
	}

	.re-core-cycle {
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}

	.re-core-cycle__image img {
		aspect-ratio: 4 / 3;
	}

	.re-core-why .re-core-section__text,
	.re-core-ritual .re-core-section__text {
		order: 1;
		grid-column: auto;
	}

	.re-core-ritual__visual {
		order: 2;
	}

	.re-core-why__image {
		order: 2;
		width: 100%;
		max-width: none;
	}

	.re-core-jamu-culture__note {
		font-size: 12px !important;
		line-height: 1.85 !important;
	}

	.re-core-trust {
		margin-bottom: 0;
		padding: 56px 18px;
	}

	.re-core-voice {
		padding: 64px 0 72px;
		background:
			linear-gradient(180deg, var(--bb-ivory-soft), rgba(221, 241, 238, 0.30), var(--bb-ivory));
	}

	.re-core-voice__inner {
		width: min(100% - 28px, 560px);
	}

	.re-core-voice__header {
		margin-bottom: 30px;
		text-align: left;
	}

	.re-core-voice__eyebrow {
		font-size: 12px;
	}

	.re-core-voice__title {
		font-size: 26px;
		line-height: 1.6;
	}

	.re-core-voice__lead {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.95;
	}

	.re-core-voice__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.re-core-voice__card,
	.re-core-voice__card:nth-child(4),
	.re-core-voice__card:nth-child(5) {
		grid-column: auto;
		padding: 22px 18px 20px;
	}

	.re-core-voice__card-title {
		font-size: 17px;
		line-height: 1.65;
	}

	.re-core-voice__card-text {
		font-size: 13px;
		line-height: 1.9;
	}

	.re-core-voice__notes {
		margin-top: 28px;
	}

	.re-core-voice__note {
		font-size: 11px;
		line-height: 1.85;
	}

	.re-core-closing {
		min-height: 460px;
	}

	.re-core-closing__overlay {
		background: linear-gradient(180deg, rgba(252, 247, 236, 0.96) 0%, rgba(252, 247, 236, 0.82) 48%, rgba(252, 247, 236, 0.12) 100%);
	}

	.re-core-closing__content {
		min-height: 460px;
	}

	.re-core-sticky-cta {
		position: fixed;
		right: 12px;
		bottom: calc(12px + env(safe-area-inset-bottom));
		left: 12px;
		z-index: 50;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 12px;
		border: 1px solid rgba(200, 161, 90, 0.72);
		border-radius: 2px;
		background: linear-gradient(135deg, #11100D, var(--bb-turquoise-deep));
		box-shadow: 0 14px 34px rgba(15, 61, 62, 0.28);
		opacity: 1;
		transform: translateY(0);
		transition: transform 0.32s ease-out, opacity 0.24s ease-out;
		pointer-events: auto;
		will-change: transform, opacity;
	}

	.re-core-sticky-cta.is-hidden-by-footer {
		opacity: 0;
		transform: translateY(140%);
		pointer-events: none;
	}

	.re-core-sticky-cta span,
	.re-core-sticky-cta small {
		display: block;
		color: var(--bb-ivory);
	}

	.re-core-sticky-cta span {
		font-weight: 800;
	}

	.re-core-sticky-cta small {
		font-size: 11px;
	}

	.re-core-sticky-cta a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 0 14px;
		border-radius: 2px;
		background: linear-gradient(135deg, var(--bb-gold-soft), var(--bb-gold), var(--bb-gold-deep));
		color: #1f1a10 !important;
		text-decoration: none;
		font-size: 12px;
		font-weight: 800;
	}

	.re-core-cta-row {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.re-core-cta-row .re-core-button,
	.re-core-cta-row .re-core-trial-button {
		width: 100%;
	}

	body:has(#product-show-view.bb-recore-shell) .bb-site-footer__bottom {
		padding-bottom: calc(var(--bb-fixed-cta-height-sp) + env(safe-area-inset-bottom) + 20px);
	}
}

#product-show-view.bb-product-lp-shell,
#re-core-page,
#vital-gold-page {
	--bb-product-font-serif: var(--font-serif, "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif);
	--bb-section-kicker-font-family: var(--bb-serif, var(--bb-product-font-serif));
	--bb-section-kicker-font-size-pc: 13px;
	--bb-section-kicker-font-size-sp: 12px;
	--bb-section-kicker-font-size: var(--bb-section-kicker-font-size-pc);
	--bb-section-kicker-font-weight: 700;
	--bb-section-kicker-line-height: 1.6;
	--bb-section-kicker-letter-spacing: 0.12em;
	--bb-section-kicker-color: var(--bb-gold-deep, #8A6426);
	--bb-section-kicker-color-light: #8A6426;
	--bb-section-kicker-margin-bottom: 12px;
	--bb-product-type-eyebrow: 13px;
	--bb-product-type-heading: clamp(30px, 3.2vw, 44px);
	--bb-product-type-body: 16px;
	--bb-product-type-card: 14px;
	--bb-product-weight-eyebrow: 700;
	--bb-product-weight-heading: 500;
	--bb-product-weight-body: 400;
	--bb-product-weight-card: 400;
	--bb-product-tracking-eyebrow: var(--bb-section-kicker-letter-spacing);
	--bb-product-tracking-heading: 0.06em;
	--bb-product-tracking-body: 0.03em;
	--bb-product-tracking-card: 0.02em;
	--bb-product-leading-eyebrow: 1.6;
	--bb-product-leading-heading: 1.55;
	--bb-product-leading-body: 1.9;
	--bb-product-leading-card: 1.85;
}

#vital-gold-page {
	--bb-section-kicker-color: var(--vg-gold-light, #D5BE8A);
}

#product-show-view.bb-product-lp-shell .bb-section-kicker,
#product-show-view.bb-product-lp-shell .re-core-eyebrow,
#product-show-view.bb-product-lp-shell .re-core-origin__eyebrow,
#product-show-view.bb-product-lp-shell .re-core-voice__eyebrow,
#product-show-view.bb-product-lp-shell .vg-eyebrow {
	display: block;
	margin-top: 0;
	margin-bottom: var(--bb-section-kicker-margin-bottom);
	color: var(--bb-section-kicker-color);
	font-family: var(--bb-section-kicker-font-family);
	font-size: var(--bb-section-kicker-font-size);
	font-weight: var(--bb-section-kicker-font-weight);
	letter-spacing: var(--bb-section-kicker-letter-spacing);
	line-height: var(--bb-section-kicker-line-height);
	text-transform: none;
}

#product-show-view.bb-product-lp-shell #vital-gold-page .vg-section--light .vg-eyebrow {
	color: var(--bb-section-kicker-color-light);
}

#re-core-page .re-core-section h2,
#re-core-page .re-core-origin__title,
#re-core-page .re-core-voice__title,
#re-core-page .re-core-cycle h2,
#vital-gold-page .vg-head h2,
#vital-gold-page .vg-hero h2,
#vital-gold-page .vg-closing h2 {
	font-family: var(--bb-product-font-serif);
	font-size: var(--bb-product-type-heading);
	font-weight: var(--bb-product-weight-heading);
	letter-spacing: var(--bb-product-tracking-heading);
	line-height: var(--bb-product-leading-heading);
}

#re-core-page .re-core-section__text > p:not(.re-core-eyebrow):not(.re-core-jamu-culture__note),
#re-core-page .re-core-section__head > p:not(.re-core-eyebrow),
#re-core-page .re-core-origin__lead,
#re-core-page .re-core-voice__lead,
#re-core-page .re-core-cycle__body p,
#vital-gold-page .vg-hero__lead,
#vital-gold-page .vg-stacked-copy > p,
#vital-gold-page .vg-two-column__text > p:not(.vg-note):not(.vg-eyebrow):not(.bb-section-kicker),
#vital-gold-page .vg-callout > p,
#vital-gold-page .vg-closing > p,
#vital-gold-page .vg-compare__copy {
	font-family: var(--bb-product-font-serif);
	font-size: var(--bb-product-type-body);
	font-weight: var(--bb-product-weight-body);
	letter-spacing: var(--bb-product-tracking-body);
	line-height: var(--bb-product-leading-body);
}

#re-core-page .re-core-reason-card p,
#re-core-page .re-core-scene-card p,
#re-core-page .re-core-material-card p,
#re-core-page .re-core-voice__card-text,
#re-core-page .re-core-faq-panel p,
#vital-gold-page .vg-grid .vg-card p,
#vital-gold-page .vg-materials .vg-card p,
#vital-gold-page .vg-origin-cards .vg-card p,
#vital-gold-page .vg-faq-panel p,
#vital-gold-page .vg-description,
#vital-gold-page .vg-note {
	font-family: var(--bb-product-font-serif);
	font-size: var(--bb-product-type-card);
	font-weight: var(--bb-product-weight-card);
	letter-spacing: var(--bb-product-tracking-card);
	line-height: var(--bb-product-leading-card);
}

@media screen and (max-width: 767px) {
	#product-show-view.bb-product-lp-shell,
	#re-core-page,
	#vital-gold-page {
		--bb-section-kicker-font-size: var(--bb-section-kicker-font-size-sp);
		--bb-product-type-eyebrow: 12px;
		--bb-product-type-heading: clamp(25px, 7vw, 32px);
		--bb-product-type-body: 15px;
		--bb-product-type-card: 14px;
	}
}

@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
	.re-core-sticky-cta {
		transition: none;
	}
}
