body.home {
	background: #fff;
}

.wakuwaku-renewal {
	--ww-black: #030303;
	--ww-brown: #20120f;
	--ww-brown-soft: #30211d;
	--ww-ink: #231815;
	--ww-muted: #817773;
	--ww-line: #e7e3e1;
	--ww-panel: #eeeeed;
	--ww-content-wide: 1397.37px;
	--ww-text-wide: 760px;
	background: #fff;
	color: var(--ww-ink);
	font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
	overflow-x: hidden;
}

.ww-front-page-main {
	background: #fff;
}

body.home .navbar-custom .site-title,
body.home .navbar-custom .site-title a {
	text-transform: none;
}

.wakuwaku-renewal *,
.wakuwaku-renewal *::before,
.wakuwaku-renewal *::after {
	box-sizing: border-box;
}

.wakuwaku-renewal img {
	display: block;
	height: auto;
	max-width: 100%;
}

.wakuwaku-renewal a {
	color: inherit;
	text-decoration: none;
}

.wakuwaku-renewal .hero-slider .slides > li {
	cursor: pointer;
	position: relative;
}

.ww-hero-slide-link {
	inset: 0;
	position: absolute;
	text-indent: -9999px;
	z-index: 1;
}

.wakuwaku-renewal .home-slider-overlay {
	pointer-events: none;
	z-index: 2;
}

.wakuwaku-renewal .hs-caption {
	pointer-events: none;
	z-index: 3;
}

.wakuwaku-renewal .hs-caption a,
.wakuwaku-renewal .flex-control-nav,
.wakuwaku-renewal .flex-direction-nav {
	pointer-events: auto;
}

.wakuwaku-renewal .hero-slider .hs-title-size-4 {
	text-transform: none;
}

.ww-service-strip {
	background: #000;
	color: #fff;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-height: 112px;
	padding: 0 max(calc((100% - var(--ww-content-wide)) / 2), 24px);
}

.ww-service-strip > div {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-self: center;
	max-width: 100%;
	padding: 28px 12px;
	width: max-content;
}

.ww-service-strip strong,
.ww-service-strip span {
	display: block;
	font-size: 10px;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.ww-service-strip strong {
	font-weight: 700;
}

.ww-service-strip span {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 400;
}

.ww-section {
	background: #fff;
	margin: 0 auto;
	max-width: var(--ww-content-wide);
	padding: 82px 24px 64px;
}

.ww-section__head {
	margin: 0 auto 46px;
	max-width: 760px;
	text-align: center;
}

.ww-section__head h2,
.ww-story-band h2,
.ww-about h2 {
	color: var(--ww-ink);
	font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.ww-section__head p,
.ww-story-band p,
.ww-about p {
	color: var(--ww-muted);
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.85;
	margin: 0;
}

.ww-category-grid {
	display: grid;
	gap: 130px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: var(--ww-content-wide);
}

.ww-essentials {
	max-width: var(--ww-content-wide);
	padding-left: 0;
	padding-right: 0;
}

.ww-category-card {
	align-items: flex-start;
	aspect-ratio: 0.74;
	background: #f3f1ef;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	padding: 0 42px 42px;
	position: relative;
	text-align: left;
}

.ww-category-card::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.46));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.ww-category-card img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.ww-category-card__copy,
.ww-category-card strong,
.ww-category-card .btn {
	color: #fff;
	position: relative;
	z-index: 2;
}

.ww-category-card__copy {
	display: block;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.25;
	margin-bottom: 6px;
}

.ww-category-card strong {
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.ww-category-card .btn {
	min-width: 170px;
	text-align: center;
}

.ww-category-card:hover .btn,
.ww-category-card:focus .btn,
.ww-category-card:focus-visible .btn {
	background: #fff;
	border-color: transparent;
	color: #111;
}

.ww-story-band {
	background: var(--ww-brown);
	color: #fff;
	margin-top: 16px;
	padding: 78px 24px 82px;
	text-align: center;
}

.ww-story-band h2,
.ww-story-band p {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.ww-story-band p {
	color: rgba(255, 255, 255, 0.76);
}

.ww-products-section {
	max-width: var(--ww-content-wide);
	padding-bottom: 58px;
	padding-left: 0;
	padding-right: 0;
}

.ww-product-grid {
	display: grid;
	gap: 46px 74px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ww-product.shop-item {
	margin: 0;
	min-width: 0;
	text-align: left;
}

.ww-product__image {
	align-items: center;
	aspect-ratio: 1 / 1.04;
	background: #f6f5f4;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ww-product__image-link {
	display: block;
	height: 100%;
	width: 100%;
}

.ww-product__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ww-product .shop-item-detail {
	padding-left: 12px;
	padding-right: 12px;
}

.wakuwaku-renewal .ww-product.shop-item .product-button-wrap .button {
	box-sizing: border-box;
	display: inline-block;
	margin: 10px auto 0;
	max-width: calc(100% - 24px);
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 24px);
}

.wakuwaku-renewal .ww-product-grid--compact .ww-product.shop-item .product-button-wrap .button {
	font-size: 9px;
	padding-left: 8px;
	padding-right: 8px;
}

.ww-product__body {
	padding-top: 12px;
}

.ww-product__type {
	color: #a7a09c;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.ww-product__title {
	color: var(--ww-ink);
	display: -webkit-box;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.12em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.32;
	margin: 2px 0 5px;
	min-height: 52px;
	overflow: hidden;
	text-transform: uppercase;
}

.ww-product__price {
	color: var(--ww-ink);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.ww-about {
	background: var(--ww-brown);
	color: #fff;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1fr) 250px;
	margin: 18px auto 72px;
	max-width: var(--ww-content-wide);
	padding: 58px 98px 60px;
}

.ww-about h2,
.ww-about p {
	color: #fff;
}

.ww-about p {
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 14px;
}

.ww-about__copy {
	max-width: 680px;
}

.ww-about__photo {
	align-self: center;
	aspect-ratio: 1 / 1;
	background: #fff;
	height: 250px;
	margin: 0;
	overflow: hidden;
	width: 250px;
}

.ww-about__photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.ww-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
	margin: 0 auto 74px;
	max-width: var(--ww-content-wide);
}

.ww-feature--knife {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
}

.ww-feature__image {
	background: var(--ww-brown);
	min-height: 735px;
	overflow: hidden;
	position: relative;
}

.ww-feature__image::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.54));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.ww-feature__image img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.ww-feature__image > span:not(.btn),
.ww-feature__image strong,
.ww-feature__image .btn {
	color: #fff;
	left: 44px;
	position: absolute;
	z-index: 2;
}

.ww-feature__image > span:not(.btn) {
	bottom: 126px;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.07em;
	line-height: 1.4;
}

.ww-feature__image strong {
	bottom: 92px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ww-feature__image .btn {
	bottom: 52px;
}

.ww-feature__products {
	align-items: center;
	background: var(--ww-panel);
	display: flex;
	padding: 64px;
}

.ww-product-grid--compact {
	gap: 46px 54px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.ww-feature--haori .ww-feature__image img {
	object-position: center 56%;
}

.ww-feature--knife .ww-feature__image img {
	object-position: center 46%;
}

.ww-product-grid--compact .ww-product__image {
	background: #fff;
}

.ww-reviews {
	background: #fff;
	padding: 54px 0 86px;
}

.ww-reviews .ww-section__head {
	margin-bottom: 54px;
}

.ww-reviews .ww-section__head h2 {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.ww-reviews .ww-section__head p {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
}

.ww-reviews__wrap {
	margin: 0 auto;
	max-width: var(--ww-content-wide);
	position: relative;
}

.ww-review-track {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	padding: 0 44px 10px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.ww-review-track::-webkit-scrollbar {
	display: none;
}

.ww-review-card {
	border: 1px solid #111;
	border-radius: 8px;
	flex: 0 0 302px;
	min-height: 164px;
	padding: 24px 24px 22px 82px;
	position: relative;
	scroll-snap-align: center;
}

.ww-review-card__avatar {
	background: #e2dedb;
	border-radius: 50%;
	height: 34px;
	left: 24px;
	position: absolute;
	top: 24px;
	width: 34px;
}

.ww-review-card__avatar::before {
	color: #b9b1ad;
	content: "●";
	font-size: 16px;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ww-review-card strong {
	color: #111;
	display: block;
	font-size: 19px;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 15px;
}

.ww-review-card__name {
	color: #111;
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 9px;
	text-transform: none;
}

.ww-review-card__name--blank {
	visibility: hidden;
}

.ww-review-card p {
	color: var(--ww-ink);
	font-size: 13px;
	font-weight: 300;
	line-height: 1.45;
	margin: 0 0 16px;
}

.ww-review-card em {
	color: var(--ww-muted);
	display: block;
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
}

.ww-review-arrow {
	align-items: center;
	background: #000;
	border: 0;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 30px;
	height: 48px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	z-index: 2;
}

.ww-review-arrow--prev {
	left: 18px;
}

.ww-review-arrow--next {
	right: 18px;
}

.ww-footer {
	background: var(--ww-brown);
	color: #fff;
	display: grid;
	gap: 68px;
	grid-template-columns: 1.8fr repeat(3, minmax(120px, 0.75fr));
	padding: 84px max(calc((100% - var(--ww-content-wide)) / 2), 24px) 96px;
}

.ww-footer h2 {
	align-items: baseline;
	color: #fff;
	display: flex;
	font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
	font-size: 34px;
	font-weight: 400;
	gap: 5px;
	letter-spacing: 0.05em;
	line-height: 1.1;
	margin: 0 0 16px;
}

.ww-footer h2 i {
	background: #fff;
	display: inline-block;
	height: 4px;
	margin-bottom: 5px;
	width: 4px;
}

.ww-footer h2 span {
	color: #fff;
	display: inline;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: none;
}

.ww-footer h3,
.ww-footer p,
.ww-footer span,
.ww-footer a {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 10px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin: 0;
	text-transform: uppercase;
}

.ww-footer h3 {
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.ww-footer a + a {
	margin-top: 11px;
}

.ww-footer__instagram {
	height: 49px;
	margin-top: 80px !important;
	text-transform: none !important;
	width: 49px;
}

.ww-footer__instagram img {
	display: block;
	height: 100%;
	width: 100%;
}

@media (max-width: 1397px) and (min-width: 992px) {
	.ww-essentials,
	.ww-products-section,
	.ww-about,
	.ww-feature,
	.ww-feature--knife {
		width: calc(100% - 64px);
	}

	.ww-reviews__wrap {
		width: calc(100% - 64px);
	}

	.ww-product-grid {
		column-gap: 44px;
	}

	.ww-product-grid--compact {
		column-gap: 40px;
	}

	.ww-service-strip,
	.ww-footer {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (max-width: 991px) {
	.ww-essentials,
	.ww-products-section {
		padding-left: 24px;
		padding-right: 24px;
	}

	.ww-category-grid {
		gap: 34px;
	}

	.ww-service-strip {
		padding: 0 28px;
	}

	.ww-service-strip > div {
		padding-left: 12px;
		padding-right: 12px;
	}

	.ww-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .wakuwaku-renewal .ww-product.shop-item .shop-item-detail,
	body.home .wakuwaku-renewal .ww-product.shop-item:hover .shop-item-detail,
	body.home .wakuwaku-renewal .ww-product.shop-item .product-button-wrap,
	body.home .wakuwaku-renewal .ww-product.shop-item:hover .product-button-wrap {
		display: none !important;
		opacity: 0 !important;
		pointer-events: none;
	}

	.ww-about,
	.ww-feature,
	.ww-feature--knife {
		grid-template-columns: 1fr;
		margin-left: 24px;
		margin-right: 24px;
	}

	.ww-about {
		padding: 46px;
	}

	.ww-about__photo {
		justify-self: center;
	}

	.ww-feature--knife .ww-feature__products {
		order: 2;
	}

	.ww-feature--knife .ww-feature__image {
		order: 1;
	}

	.ww-review-track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ww-footer {
		grid-template-columns: 1.4fr repeat(3, minmax(110px, 1fr));
		padding-left: 42px;
		padding-right: 42px;
	}
}

@media (max-width: 767px) {
	.ww-service-strip {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 0 28px;
	}

	.ww-service-strip > div {
		align-items: center;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		min-height: 70px;
		padding: 16px 0;
		text-align: center;
		width: 100%;
	}

	.ww-service-strip > div:first-child {
		border-top: 0;
	}

	.ww-section {
		padding: 56px 22px 44px;
	}

	.ww-section__head {
		margin-bottom: 30px;
	}

	.ww-section__head h2,
	.ww-story-band h2,
	.ww-about h2 {
		font-size: 24px;
	}

	.ww-category-grid {
		grid-template-columns: 1fr;
		max-width: 280px;
	}

	.ww-story-band {
		padding: 50px 24px;
	}

	.ww-product-grid,
	.ww-product-grid--compact {
		gap: 26px 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ww-product__title {
		font-size: 10px;
		letter-spacing: 0.1em;
		min-height: 46px;
	}

	.ww-product__price {
		font-size: 12px;
	}

	body.home .wakuwaku-renewal .ww-product.shop-item .shop-item-detail,
	body.home .wakuwaku-renewal .ww-product.shop-item:hover .shop-item-detail,
	body.home .wakuwaku-renewal .ww-product.shop-item .product-button-wrap,
	body.home .wakuwaku-renewal .ww-product.shop-item:hover .product-button-wrap {
		display: none !important;
		opacity: 0 !important;
		pointer-events: none;
	}

	.ww-about {
		margin: 24px 22px 56px;
		padding: 38px 28px;
	}

	.ww-about__copy {
		display: contents;
	}

	.ww-about h2 {
		order: 1;
	}

	.ww-about__photo {
		height: auto;
		order: 2;
		width: min(250px, 100%);
	}

	.ww-about__text {
		order: 3;
	}

	.ww-about .btn {
		order: 4;
		width: max-content;
	}

	.ww-feature,
	.ww-feature--knife {
		margin: 0 22px 54px;
	}

	.ww-feature__image {
		min-height: 430px;
	}

	.ww-feature__products {
		padding: 30px 22px;
	}

	.ww-feature__image > span:not(.btn),
	.ww-feature__image strong,
	.ww-feature__image .btn {
		left: 26px;
	}

	.ww-review-track {
		display: flex;
		overflow-x: auto;
		padding: 0 18px 10px;
		scroll-snap-type: x mandatory;
	}

	.ww-review-card {
		flex: 0 0 276px;
		padding-left: 74px;
		scroll-snap-align: center;
	}

	.ww-reviews .ww-section__head h2 {
		font-size: 28px;
	}

	.ww-reviews .ww-section__head p {
		font-size: 13px;
	}

	.ww-review-arrow {
		height: 38px;
		width: 38px;
	}

	.ww-review-arrow--prev {
		left: 6px;
	}

	.ww-review-arrow--next {
		right: 6px;
	}

	.ww-footer {
		gap: 34px;
		grid-template-columns: 1fr 1fr;
		padding: 56px 30px 72px;
	}

	.ww-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 430px) {
	.ww-product__title {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		display: -webkit-box;
		height: calc(1.32em * 4);
		max-height: calc(1.32em * 4);
		min-height: 0;
		overflow: hidden;
	}

	.ww-product__price {
		margin-top: 6px;
	}

	.ww-footer {
		grid-template-columns: 1fr;
	}
}
