.yokuchi-home {
	--home-width: 1442px;
	background: transparent;
	color: #2b2b2b;
	font-size: 14px;
}

.yokuchi-home .alignwide {
	max-width: var(--home-width);
	width: min(calc(100% - 48px), var(--home-width));
}

.yokuchi-home-hero {
	min-height: 800px;
	background: transparent;
}

.yokuchi-home-hero .wp-block-cover__image-background {
	object-position: center bottom;
}

.yokuchi-home-hero-copy {
	padding-top: 220px;
	max-width: 720px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.yokuchi-home-hero-title,
.yokuchi-home-section-title {
	margin: 0;
	color: #141515;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.34em;
	text-transform: uppercase;
}

.yokuchi-home-hero-subtitle {
	margin-top: 16px;
	color: #2b2b2b;
	font-size: 14px;
	line-height: 1.45;
}

.yokuchi-home-button .wp-block-button__link,
.yokuchi-home-form button {
	min-width: 258px;
	min-height: 47px;
	border: 1px solid #141515;
	border-radius: 0;
	background: transparent;
	color: #2b2b2b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
}

.yokuchi-home-button .wp-block-button__link::after,
.yokuchi-home-form button::after,
.yokuchi-home-more::after,
.yokuchi-home-product-link::after {
	content: " ->";
	color: #e31e24;
	letter-spacing: 0;
}

.yokuchi-home-section {
	padding: 0 0 126px;
}

.yokuchi-home-intro {
	padding-top: 186px;
	position: relative;
}

.yokuchi-home-intro::before {
	content: "洋";
	position: absolute;
	left: 50%;
	top: 18px;
	transform: translateX(-50%);
	color: #f2f2f2;
	font-size: 240px;
	font-weight: 700;
	line-height: 1;
	z-index: 0;
}

.yokuchi-home-intro > .wp-block-group {
	position: relative;
	z-index: 1;
}

.yokuchi-home-section-title::after {
	content: "";
	display: block;
	width: 61px;
	height: 2px;
	margin-top: 28px;
	background: #e31e24;
}

.yokuchi-home-copy {
	max-width: 940px;
	margin-top: 28px;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 1.55;
}

.yokuchi-home-intro-photos {
	gap: 20px;
	margin-top: 78px;
}

.yokuchi-home-intro-photos figure,
.yokuchi-home-product figure,
.yokuchi-home-feature-image,
.yokuchi-home-side-image {
	margin: 0;
}

.yokuchi-home-intro-photos img {
	width: 100%;
	aspect-ratio: 467 / 294;
	object-fit: cover;
}

.yokuchi-home-products {
	padding-top: 48px;
}

.yokuchi-home-more {
	margin: 0;
	color: #2b2b2b;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.yokuchi-home-product-grid {
	gap: 32px;
	margin-top: 54px;
}

.yokuchi-home-product {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.yokuchi-home-product img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	background: #fafafa;
}

.yokuchi-home-product > p:not(.yokuchi-home-product-link) {
	min-height: 44px;
	margin: 21px 0 15px;
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.yokuchi-home-product-link {
	min-height: 47px;
	border: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2b2b2b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.yokuchi-home-inspire {
	padding-top: 34px;
	overflow: hidden;
}

.yokuchi-home-inspire-layout {
	align-items: flex-start;
	gap: 28px;
	margin-top: 70px;
}

.yokuchi-home-feature-image img {
	width: 100%;
	aspect-ratio: 950 / 510;
	object-fit: cover;
}

.yokuchi-home-side-image img {
	width: 420px;
	max-width: none;
	aspect-ratio: 420 / 510;
	object-fit: cover;
}

.yokuchi-home-caption {
	margin: 18px 0 0;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 700;
}

.yokuchi-home-b2b {
	min-height: 537px;
}

.yokuchi-home-b2b .wp-block-cover__image-background {
	width: 52% !important;
	left: auto !important;
	right: 0 !important;
	object-fit: contain;
	object-position: right bottom;
}

.yokuchi-home-b2b .wp-block-cover__inner-container {
	padding-top: 128px;
}

.yokuchi-home-b2b .wp-block-group {
	max-width: var(--home-width);
}

.yokuchi-home-b2b .yokuchi-home-copy {
	max-width: 560px;
}

.yokuchi-home-contact {
	padding-top: 170px;
	padding-bottom: 155px;
}

.yokuchi-home-contact-layout {
	gap: 96px;
}

.yokuchi-home-contact-line {
	margin-top: 28px;
	padding-left: 36px;
	color: #6e6e6e;
	font-size: 13px;
	line-height: 1.45;
}

.yokuchi-home-contact-line strong {
	color: #2b2b2b;
	font-size: 14px;
}

.yokuchi-home-form {
	display: grid;
	gap: 15px;
}

.yokuchi-home-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.yokuchi-home-form input,
.yokuchi-home-form textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	background: #fff;
	color: #2b2b2b;
	font: inherit;
	min-height: 47px;
	padding: 0 16px;
}

.yokuchi-home-form textarea {
	min-height: 166px;
	padding-top: 14px;
	resize: vertical;
}

.yokuchi-home-form label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 1.35;
}

.yokuchi-home-form label input {
	width: 16px;
	min-height: 16px;
	margin-top: 1px;
	padding: 0;
}

.yokuchi-home-form button {
	width: 260px;
	cursor: pointer;
}

.yokuchi-site-footer {
	padding: 74px 0 82px;
	background: transparent;
	color: #6e6e6e;
}

.yokuchi-site-footer .alignwide {
	max-width: 1442px;
	width: min(calc(100% - 48px), 1442px);
}

.yokuchi-footer-grid {
	position: relative;
	display: grid !important;
	grid-template-columns: 1.35fr 0.95fr 1.05fr 0.95fr 0.9fr 1.1fr;
	gap: 64px;
	align-items: start;
	padding-top: 74px;
}

.yokuchi-footer-grid::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #d6d6d6;
}

.yokuchi-footer-logo {
	margin: 0 0 38px;
	line-height: 0;
}

.yokuchi-footer-brand p,
.yokuchi-footer-col li {
	margin: 0;
	color: #6e6e6e;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 34px;
}

.yokuchi-footer-social {
	margin-top: 58px !important;
	display: flex;
	gap: 8px;
	color: transparent !important;
	font-weight: 700;
	word-spacing: 0;
}

.yokuchi-footer-social::before,
.yokuchi-footer-social::after {
	content: none;
	display: none;
}

.yokuchi-footer-social {
	font-size: 0 !important;
}

.yokuchi-footer-social::after {
	box-shadow: none;
}

.yokuchi-footer-col h3 {
	margin: 0 0 28px;
	color: #2b2b2b;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 24px;
	text-transform: uppercase;
}

.yokuchi-footer-col__toggle {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit;
	cursor: default;
}

.yokuchi-footer-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	margin: 0;
	background: #faf9f7;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yokuchi-home {
	background: transparent;
	overflow: hidden;
}

.yokuchi-home-hero .wp-block-buttons {
	margin-top: 26px;
}

.yokuchi-home-button .wp-block-button__link,
.yokuchi-home-product-link,
.yokuchi-home-form button {
	text-decoration: none;
}

.yokuchi-home-button .wp-block-button__link:hover,
.yokuchi-home-product-link:hover,
.yokuchi-home-form button:hover {
	border-color: #e31e24;
	color: #e31e24;
	transform: none;
}

.yokuchi-home-product figure {
	background: #fff;
}

.yokuchi-home-product img {
	padding: 28px;
	box-sizing: border-box;
}

.yokuchi-home-contact-line:nth-of-type(2)::before,
.yokuchi-home-contact-line:nth-of-type(3)::before,
.yokuchi-home-contact-line:nth-of-type(4)::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	margin-left: -36px;
	margin-top: 3px;
	border: 2px solid #e31e24;
	border-radius: 50%;
	box-sizing: border-box;
}

.yokuchi-home-contact-line:nth-of-type(3)::before,
.yokuchi-home-contact-line:nth-of-type(4)::before {
	border-radius: 0;
	height: 14px;
	margin-top: 4px;
}

.yokuchi-home-form input::placeholder,
.yokuchi-home-form textarea::placeholder {
	color: #9b9b9b;
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 781px) {
	.yokuchi-header {
		position: absolute;
		padding-top: 28px !important;
	}

	.yokuchi-header .alignwide {
		width: calc(100% - 48px);
	}

	.yokuchi-header-inner {
		align-items: center !important;
		gap: 24px;
	}

	.yokuchi-logo,
	.yokuchi-logo a,
	.yokuchi-logo img {
		width: 136px;
		height: 20px;
	}

	.yokuchi-logo {
		transform: none;
	}

	.yokuchi-main-nav {
		gap: 0;
		line-height: 1.2;
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container-open {
		color: var(--yokuchi-ink);
		width: 40px;
		height: 40px;
		justify-content: flex-end;
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container-open svg,
	.yokuchi-main-nav .wp-block-navigation__responsive-container-close svg {
		width: 28px;
		height: 28px;
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container.is-menu-open {
		background: rgba(20, 21, 21, 0.62);
		color: var(--yokuchi-ink);
		padding: 17px 20px;
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		box-sizing: border-box;
		max-width: 335px;
		min-height: calc(100vh - 34px);
		margin: 0 auto;
		padding: 88px 24px 36px;
		border-radius: 8px;
		background: #fff;
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		gap: 0;
		width: 100%;
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container-close {
		top: 36px;
		right: calc(50% - 142px);
		color: var(--yokuchi-ink);
		z-index: 3;
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container.is-menu-open::before {
		content: "";
		position: absolute;
		top: 50px;
		left: calc(50% - 143px);
		width: 132px;
		height: 20px;
		background: url("/wp-content/uploads/2019/11/yokuchishop-logo.png") center / contain no-repeat;
		z-index: 3;
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		width: 100%;
		border-bottom: 1px solid var(--yokuchi-line);
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		min-height: 56px;
		align-items: center;
		font-size: 22px;
		font-weight: 500;
		line-height: 1.2;
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item:first-child > .wp-block-navigation-item__content {
		color: var(--yokuchi-red);
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item:first-child > .wp-block-navigation-item__content::after,
	.yokuchi-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content::after {
		display: none;
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
		position: static !important;
		min-width: 0 !important;
		padding: 0 0 18px !important;
		background: transparent !important;
		box-shadow: none;
		width: 100% !important;
	}

	.yokuchi-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container::before {
		display: none;
	}

	.yokuchi-outline-button .wp-block-button__link,
	.wp-block-button.is-style-yokuchi-outline .wp-block-button__link {
		min-width: 0;
		width: 100%;
	}

	.yokuchi-card-title {
		min-height: 44px;
	}

	.yokuchi-page-hero {
		min-height: 620px;
	}

	.yokuchi-hero {
		min-height: 760px;
	}

	.yokuchi-hero .wp-block-cover__image-background {
		width: 100% !important;
		height: 48% !important;
		top: auto !important;
		bottom: 0 !important;
	}

	.yokuchi-hero-copy {
		max-width: 100%;
		padding-top: 72px;
	}

	.yokuchi-feature-card {
		margin-left: 0 !important;
		padding: 32px 24px;
	}

	.yokuchi-editorial-grid {
		grid-template-columns: 1fr;
	}

	.yokuchi-number-list > * {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 16px;
	}

	.yokuchi-products-grid {
		gap: 18px;
	}

	.yokuchi-product-card p {
		font-size: 14px;
	}

	.yokuchi-home .alignwide {
		width: calc(100% - 32px);
	}

	.yokuchi-home-hero {
		min-height: 170px !important;
		padding: 0 !important;
	}

	.yokuchi-home-hero-copy {
		padding-top: 54px;
		max-width: 270px;
	}

	.yokuchi-home-hero-title {
		font-size: 16px;
		letter-spacing: 0.42em;
		line-height: 1.2;
	}

	.yokuchi-home-hero-subtitle {
		margin-top: 8px;
		font-size: 10px;
		line-height: 1.25;
	}

	.yokuchi-home-button .wp-block-button__link,
	.yokuchi-home-form button {
		min-width: 0;
		width: 100%;
		min-height: 43px;
		font-size: 10px;
	}

	.yokuchi-home-section {
		padding-bottom: 52px;
	}

	.yokuchi-home-intro {
		padding-top: 45px;
	}

	.yokuchi-home-intro::before {
		top: -6px;
		font-size: 96px;
	}

	.yokuchi-home-hero-title,
	.yokuchi-home-section-title {
		font-size: 16px;
		letter-spacing: 0.34em;
		line-height: 1.45;
	}

	.yokuchi-home-section-title::after {
		width: 50px;
		margin-top: 14px;
	}

	.yokuchi-home-copy {
		margin-top: 19px;
		font-size: 12px;
		line-height: 1.45;
	}

	.yokuchi-home-intro-photos {
		display: flex !important;
		gap: 10px;
		margin-top: 30px;
		overflow-x: auto;
		width: calc(100vw - 16px);
	}

	.yokuchi-home-intro-photos .wp-block-column {
		flex: 0 0 292px;
	}

	.yokuchi-home-intro-photos img {
		aspect-ratio: 292 / 189;
	}

	.yokuchi-home-products {
		padding-top: 0;
	}

	.yokuchi-home-products > .wp-block-group:first-child {
		display: block !important;
	}

	.yokuchi-home-products > .wp-block-group:first-child .yokuchi-home-more {
		display: none;
	}

		.yokuchi-home-product-grid {
			display: grid !important;
			grid-template-columns: 1fr;
			gap: 12px;
			margin-top: 25px;
		}

		.home .yokuchi-home-product:nth-child(n + 5),
		.front-page .yokuchi-home-product:nth-child(n + 5),
		.page-template-page-yokuchi-home .yokuchi-home-product:nth-child(n + 5),
		.home .yokuchi-products__track .yokuchi-product-card:nth-child(n + 5),
		.front-page .yokuchi-products__track .yokuchi-product-card:nth-child(n + 5),
		.page-template-page-yokuchi-home .yokuchi-products__track .yokuchi-product-card:nth-child(n + 5) {
			display: none !important;
		}

		.yokuchi-home-product {
			display: grid;
		grid-template-columns: 108px minmax(0, 1fr);
		column-gap: 18px;
		align-items: center;
		background: transparent;
		padding: 12px;
	}

	.yokuchi-home-product figure {
		grid-row: span 2;
	}

	.yokuchi-home-product img {
		aspect-ratio: 1;
		padding: 8px;
	}

	.yokuchi-home-product > p:not(.yokuchi-home-product-link) {
		min-height: 0;
		margin: 0;
		font-size: 13px;
	}

	.yokuchi-home-product-link {
		min-height: 0;
		border: 0;
		justify-content: flex-start;
		margin-top: 14px;
		font-size: 10px;
	}

	.yokuchi-home-product-grid::after {
		content: "ZOBACZ WIECEJ  \2192";
		border: 1px solid #141515;
		min-height: 43px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #2b2b2b;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0.18em;
		text-transform: uppercase;
	}

	.yokuchi-home-inspire {
		padding-top: 0;
	}

	.yokuchi-home-inspire-layout {
		display: block !important;
		margin-top: 28px;
	}

	.yokuchi-home-inspire-layout .wp-block-column:first-child {
		margin-bottom: 24px;
	}

	.yokuchi-home-inspire-layout .wp-block-column:last-child {
		display: none;
	}

	.yokuchi-home-feature-image img {
		aspect-ratio: 343 / 210;
	}

	.yokuchi-home-caption {
		font-size: 12px;
	}

	.yokuchi-home-b2b {
		min-height: 438px !important;
		padding: 0 !important;
	}

	.yokuchi-home-b2b .wp-block-cover__inner-container {
		padding-top: 52px;
	}

	.yokuchi-home-b2b .wp-block-cover__image-background {
		width: 100% !important;
		height: 185px !important;
		top: auto !important;
		bottom: 0 !important;
		object-position: center bottom;
	}

	.yokuchi-home-b2b .wp-block-buttons {
		margin-top: 24px;
	}

	.yokuchi-home-contact {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.yokuchi-home-contact-layout {
		display: block !important;
	}

	.yokuchi-home-contact-line {
		position: relative;
		margin-top: 22px;
		padding-left: 34px;
		font-size: 12px;
	}

	.yokuchi-home-form {
		margin-top: 34px;
		gap: 10px;
	}

	.yokuchi-home-form-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.yokuchi-home-form input {
		min-height: 43px;
	}

	.yokuchi-home-form textarea {
		min-height: 120px;
	}

	.yokuchi-site-footer {
		padding: 28px 0 42px;
	}

	.yokuchi-site-footer .alignwide {
		width: calc(100% - 32px);
	}

	.yokuchi-footer-grid {
		display: block !important;
	}

	.yokuchi-footer-logo {
		margin-bottom: 24px;
	}

	.yokuchi-footer-brand p {
		font-size: 12px;
		line-height: 1.45;
	}

	.yokuchi-footer-social {
		margin-top: 24px !important;
		margin-bottom: 28px !important;
	}

	.yokuchi-footer-col {
		border-top: 1px solid #d6d6d6;
		padding: 15px 0;
	}

	.yokuchi-footer-col h3 {
		margin: 0;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 4px;
	}

	.yokuchi-footer-col__toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}

	.yokuchi-footer-col__toggle::after {
		content: "+";
		color: #aaa;
		letter-spacing: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 1;
	}

	.yokuchi-footer-col.is-open .yokuchi-footer-col__toggle::after {
		content: "-";
	}

	.yokuchi-footer-col ul {
		display: none;
	}

	.yokuchi-footer-col.is-open ul {
		display: block;
		margin-top: 14px;
	}
}

/* Home hero final reference pass based on Group 1171276389. */
.yokuchi-home-hero {
	position: relative;
	aspect-ratio: var(--yokuchi-home-hero-ratio, 16 / 9);
	min-height: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	overflow: hidden;
}

.yokuchi-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--yokuchi-home-hero-bg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}

.yokuchi-home-hero__background {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.yokuchi-home-hero__background img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.yokuchi-home-hero .wp-block-cover__background {
	background: transparent !important;
	opacity: 0 !important;
}

.yokuchi-home-hero .wp-block-cover__image-background {
	display: none !important;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

.yokuchi-home-hero__image--mobile {
	display: none;
}

.yokuchi-home-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 80px), 1440px) !important;
	max-width: 1440px !important;
	margin-inline: auto !important;
}

.yokuchi-home-hero-copy {
	width: min(100%, 720px) !important;
	max-width: 720px !important;
	padding-top: 235px !important;
	margin-inline: auto !important;
	text-align: center;
}

.yokuchi-home-hero-title {
	margin: 0 !important;
	color: #141515;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	letter-spacing: 9px !important;
	line-height: 40px !important;
	text-align: center !important;
	text-transform: uppercase;
}

.yokuchi-home-hero-subtitle {
	margin: 17px 0 0 !important;
	color: #3c3c3c;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	letter-spacing: 0 !important;
	line-height: 24px !important;
	text-align: center !important;
}

.yokuchi-home-hero .wp-block-buttons {
	justify-content: center;
	margin-top: 27px !important;
}

.yokuchi-home-hero .wp-block-button__link {
	width: auto;
	min-width: 258px;
	min-height: 47px;
	padding: 0 24px;
	border: 1px solid #141515;
	background: transparent;
	color: #2b2b2b;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: 2px !important;
	line-height: 24px !important;
}

.yokuchi-home-hero .yokuchi-home-button .wp-block-button__link::after {
	content: "→";
	margin-left: 17px;
	color: #e31e24;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

@media (max-width: 781px) {
	.yokuchi-home-hero {
		aspect-ratio: auto;
		height: calc(100svh - 64px) !important;
		min-height: calc(100svh - 64px) !important;
		background-color: #fff !important;
		background-image: var(--yokuchi-home-hero-mobile-bg, var(--yokuchi-home-hero-bg)) !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}

	.yokuchi-home-hero::before {
		width: 100%;
		height: 100%;
		background-image: var(--yokuchi-home-hero-mobile-bg, var(--yokuchi-home-hero-bg));
		background-position: center center;
		background-size: cover;
	}

	.yokuchi-home-hero__background {
		position: absolute !important;
		inset: 0 !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
	}

	.yokuchi-home-hero__background img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
	}

	.yokuchi-home-hero .wp-block-cover__inner-container {
		width: calc(100% - 32px) !important;
	}

	.yokuchi-home-hero .wp-block-cover__image-background {
		top: 0 !important;
		bottom: 0 !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
	}

	.yokuchi-home-hero__image--desktop {
		display: none !important;
	}

	.yokuchi-home-hero__image--mobile {
		display: none !important;
	}

	.yokuchi-home-hero-copy {
		max-width: 310px !important;
		padding-top: 118px !important;
	}

	.yokuchi-home-hero-title {
		font-size: 24px !important;
		letter-spacing: 6px !important;
		line-height: 32px !important;
	}

	.yokuchi-home-hero-subtitle {
		margin-top: 12px !important;
	}

	.yokuchi-home-hero .wp-block-buttons {
		margin-top: 20px !important;
	}

	.yokuchi-home-hero .wp-block-button__link {
		min-width: 220px;
		width: auto;
		min-height: 43px;
	}
}
