/* =====================================================
* Base
* ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

:root {
	--hc-breakpoints-sp: screen and (max-width: 991px);
	--hc-breakpoints-mobile: screen and (min-width: 576px);
	--hc-breakpoints-tablet: screen and (min-width: 768px);
	--hc-breakpoints-pc: screen and (min-width: 992px);
	--hc-breakpoints-large: screen and (min-width: 1080px);
	--hc-breakpoints-artbord: screen and (min-width: 1440px);
	--hc-layout-side-padding-sp: 2rem;
	--hc-layout-side-padding-pc: 3.2rem;
	--hc-layout-container-width-pc: 72rem;
	--hc-layout-vertical-space-base: 2.4rem;
	--hc-layout-vertical-space-large: 6.4rem;
	--hc-layout-artbord-width: 144rem;
	--hc-z-index-header: 10;
	--hc-z-index-navigation: 9;
	--hc-z-index-content: 5;
	--hc-z-index-footer: 1;
	--hc-z-index-bottom-bar: 8;
	--hc-easing-linear: cubic-bezier(0.25, 0.25, 0.75, 0.75);
	--hc-easing-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
	--hc-easing-easeIn: cubic-bezier(0.42, 0, 1, 1);
	--hc-easing-easeOut: cubic-bezier(0, 0, 0.58, 1);
	--hc-easing-easeInOut: cubic-bezier(0.42, 0, 0.58, 1);
	--hc-easing-easing_1_SineIn: cubic-bezier(0.47, 0, 0.745, 0.715);
	--hc-easing-easing_1_SineOut: cubic-bezier(0.39, 0.575, 0.565, 1);
	--hc-easing-easing_1_SineInOut: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	--hc-easing-easing_2_QuadIn: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	--hc-easing-easing_2_QuadOut: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--hc-easing-easing_2_QuadInOut: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	--hc-easing-easing_3_CubicIn: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	--hc-easing-easing_3_CubicOut: cubic-bezier(0.215, 0.61, 0.355, 1);
	--hc-easing-easing_3_CubicInOut: cubic-bezier(0.645, 0.045, 0.355, 1);
	--hc-easing-easing_4_QuartIn: cubic-bezier(0.895, 0.03, 0.685, 0.22);
	--hc-easing-easing_4_QuartOut: cubic-bezier(0.165, 0.84, 0.44, 1);
	--hc-easing-easing_4_QuartInOut: cubic-bezier(0.77, 0, 0.175, 1);
	--hc-easing-easing_5_QuintIn: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	--hc-easing-easing_5_QuintOut: cubic-bezier(0.23, 1, 0.32, 1);
	--hc-easing-easing_5_QuintInOut: cubic-bezier(0.86, 0, 0.07, 1);
	--hc-easing-easing_6_ExpoIn: cubic-bezier(0.95, 0.05, 0.795, 0.035);
	--hc-easing-easing_6_ExpoOut: cubic-bezier(0.19, 1, 0.22, 1);
	--hc-easing-easing_6_ExpoInOut: cubic-bezier(1, 0, 0, 1);
	--hc-easing-easing_7_CircIn: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	--hc-easing-easing_7_CircOut: cubic-bezier(0.075, 0.82, 0.165, 1);
	--hc-easing-easing_7_CircInOut: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	--hc-easing-easing_BackIn: cubic-bezier(0.6, -0.28, 0.735, 0.045);
	--hc-easing-easing_BackOut: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	--hc-easing-easing_BackInOut: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	--hc-easing-easing_BackOutStrong: cubic-bezier(0.5, 1.5, 0.5, 1.5);
	--hc-easing-easing_BackInStrong: cubic-bezier(0.5, -0.5, 0.5, -0.5);
	--hc-easing-easing_BackInOutStrong: cubic-bezier(0.5, -1, 0.5, 2);
	--hc-easing-easing_12_SineQuadInOut: cubic-bezier(0.445, 0.05, 0.515, 0.955);
	--hc-easing-easing_21_QuadSineInOut: cubic-bezier(0.455, 0.03, 0.55, 0.95);
	--hc-easing-easing_23_QuadCubicInOut: cubic-bezier(0.455, 0.03, 0.355, 1);
	--hc-easing-easing_32_CubicQuadInOut: cubic-bezier(0.645, 0.045, 0.515, 0.955);
	--hc-easing-easing_34_CubicQuartInOut: cubic-bezier(0.645, 0.045, 0.175, 1);
	--hc-easing-easing_43_QuartCubicInOut: cubic-bezier(0.77, 0, 0.355, 1);
	--hc-easing-easing_45_QuartQuintInOut: cubic-bezier(0.77, 0, 0.07, 1);
	--hc-easing-easing_54_QuintQuartInOut: cubic-bezier(0.86, 0, 0.175, 1);
	--hc-easing-easing_46_QuartExpoInOut: cubic-bezier(0.77, 0, 1, 0);
	--hc-easing-easing_64_ExpoQuartInOut: cubic-bezier(1, 0, 0.175, 1);
	--hc-easing-easing_56_QuintExpoInOut: cubic-bezier(0.86, 0, 1, 0);
	--hc-easing-easing_65_ExpoQuintInOut: cubic-bezier(1, 0, 0.07, 1);
	--hc-easing-smooth: cubic-bezier(0.25, 0.1, 0.25, 1);
	--hc-font-size-base-sp: 1.4rem;
	--hc-font-size-base-pc: 1.6rem;
	--hc-font-family-base: Noto Sans JP, sans-serif;
	--hc-font-family-en: Barlow Condensed, Noto Sans JP, sans-serif;
	--hc-font-line-height-base: 1.78;
	--hc-font-line-height-p: 2;
	--hc-font-line-height-heading: 1.5;
	--hc-font-letter-spacing-base: 0.05em;
	--hc-font-weight-base: 500;
	--hc-color-bg-base: #fff;
	--hc-color-text-base: #222;
	--hc-color-text-light: #444;
	--hc-color-text-white: #fff;
	--hc-color-theme-primary: #ce0504;
	--hc-color-theme-secondary: #83b3e3;
	--hc-color-theme-tetiary: #7f96f5;
	--hc-color-theme-quaternary: #9d65fa;
	--hc-color-theme-quinary: #f2aeef;
	--hc-color-theme-senary: #f77f28;
	--hc-color-theme-septenary: #f4c93a;
	--hc-color-theme-octonary: #bce025;
	--hc-color-gray-lighter: #f0f0f0;
	--hc-color-gray-light: #ccc;
	--hc-color-gray-dark: #999;
	--hc-color-gray-darker: #7e878c;
	--hc-color-blue: #0d6efd;
	--hc-color-indigo: #6610f2;
	--hc-color-purple: #6f42c1;
	--hc-color-pink: #d63384;
	--hc-color-red: #dc3545;
	--hc-color-orange: #fd7e14;
	--hc-color-yellow: #ffc107;
	--hc-color-green: #198754;
	--hc-color-teal: #20c997;
	--hc-color-mark-uselect: #595857;
	--hc-color-mark-nsx: #e60021;
	--hc-color-mark-orange: #ea5505;
	--hc-color-alert: #db000a;
	--hc-color-focus: #0071e3;
	--hc-header-bg-color: #222;
	--hc-header-height-sp: 5.6rem;
	--hc-header-height-pc: 8rem;
	--hc-header-logo-width-sp: 24.5rem;
	--hc-header-logo-height-sp: 2.1rem;
	--hc-header-logo-width-pc: 42rem;
	--hc-header-logo-height-pc: 3.2rem;
	--hc-header-hamburger-bar-width-sp: 3rem;
	--hc-header-hamburger-bar-height-sp: 0.2rem;
	--hc-header-hamburger-bar-radius-sp: 0;
	--hc-header-hamburger-bar-gap-sp: 0.6rem;
	--hc-header-hamburger-bar-color: #fff;
}

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

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

html {
	background-color: var(--hc-color-bg-base);
	color: var(--hc-color-text-base);
	font-size: 2.6666666667vw;
	-webkit-tap-highlight-color: transparent;
	scroll-padding-top: calc(var(--hc-header-height-sp) + 2rem);
}

body {
	display: flex;
	position: relative;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.78;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

.grecaptcha-badge {
	display: none !important;
	z-index: 9999;
}

html:has(#wpadminbar) #wpadminbar {
	position: fixed;
	top: 0;
}

:focus-visible {
	outline: 2px solid var(--hc-color-focus);
	outline-offset: 2px;
}

p {
	line-height: 2;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

video {
	max-width: 100%;
}

sup {
	font-weight: 400;
}

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

/* =====================================================
 * Library
 * ================================================== */

@-webkit-keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.splide__track--draggable {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	z-index: 0;
	margin: 0 !important;
	opacity: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	z-index: 1;
	opacity: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__container {
	position: relative;
	box-sizing: border-box;
}

.splide__list {
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	line-height: 1;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	visibility: hidden;
	position: relative;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	position: relative;
	list-style-type: none !important;
	flex-shrink: 0;
	box-sizing: border-box;
	margin: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	-webkit-animation: splide-loading 1s linear infinite;
	animation: splide-loading 1s linear infinite;
	contain: strict;
}

.splide__sr {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	max-width: inherit;
	height: inherit;
	max-height: inherit;
}

.simplebar-mask {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	direction: inherit;
}

.simplebar-offset {
	resize: none !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: inherit !important;
	margin: 0;
	padding: 0;
	direction: inherit !important;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	display: block;
	position: relative;
	overflow: auto;
	box-sizing: border-box !important;
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	direction: inherit;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
	content: ' ';
	display: table;
}

.simplebar-placeholder {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	position: relative;
	z-index: -1;
	float: left;
	overflow: hidden;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
	box-sizing: inherit !important;
	width: 100%;
	max-width: 1px;
	height: 100%;
	max-height: 1px;
	margin: 0;
	padding: 0;
	pointer-events: none;
}

.simplebar-height-auto-observer {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	overflow: hidden;
	box-sizing: inherit;
	width: 1000%;
	min-width: 1px;
	height: 1000%;
	min-height: 1px;
	opacity: 0;
	pointer-events: none;
}

.simplebar-track {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
}

[data-simplebar].simplebar-dragging {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-touch-callout: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-touch-callout: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	right: 0;
	left: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	content: '';
	position: absolute;
	right: 2px;
	left: 2px;
	border-radius: 7px;
	background: #000;
	opacity: 0;
	transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: 0.5;
	transition-delay: 0s;
	transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.simplebar-scrollbar:before {
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: auto;
	min-width: 10px;
	min-height: 0;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.simplebar-dummy-scrollbar-size {
	visibility: hidden;
	position: fixed;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 500px;
	height: 500px;
	opacity: 0;
	direction: rtl;
	-ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
	width: 200%;
	height: 200%;
	margin: 10px 0;
}

.simplebar-hide-scrollbar {
	visibility: hidden;
	position: fixed;
	left: 0;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

/* =====================================================
 * Layout
 * ================================================== */

.l-header {
	display: grid;
	position: -webkit-sticky;
	position: sticky;
	z-index: var(--hc-z-index-header);
	top: 0;
	left: 0;
	width: 100%;
	height: var(--hc-header-height-sp);
	background-color: var(--hc-header-bg-color);
	color: #fff;
	grid-template-columns: 1fr auto;
}

html:has(#wpadminbar) .l-header {
	top: 46px !important;
}

.l-header__innr {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.l-header__branding {
	display: block;
	margin: 0;
}

.l-header__b-img {
	display: block;
	width: var(--hc-header-logo-width-sp);
	height: var(--hc-header-logo-height-sp);
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.l-header__b-link {
	display: block;
	transition: opacity 100ms linear;
}

.touch-is-active .l-header__b-link.touched,
.mouse-is-active .l-header__b-link:hover,
.l-header__b-link:focus-visible {
	opacity: 0.7;
}

.l-header__toggle {
	display: block;
	width: calc(var(--hc-header-height-sp) + 1px);
	height: 100%;
	border-left: 1px solid var(--hc-color-bg-base);
}

.l-site {
	position: relative;
	width: 100%;
	max-width: var(--hc-layout-artbord-width);
	margin: 0 auto;
}

.l-site__left {
	display: none;
}

.l-site__left-innr {
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	height: 100vh;
	min-height: auto;
	padding: 4rem;
}

.l-site__main {
	background-color: var(--hc-color-bg-base);
	grid-area: main;
}

.l-site__nav {
	visibility: hidden;
	position: fixed;
	z-index: var(--hc-z-index-navigation);
	top: 0;
	left: 0;
	overflow-y: scroll;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: all 200ms linear;
	transition-property: opacity, visibility;
	grid-area: nav;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}

.-is-nav-open .l-site__nav {
	visibility: visible;
	opacity: 1;
	transition: all 300ms linear;
	transition-property: opacity, visibility;
	pointer-events: auto;
}

.l-site__nav-innr {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100% + 1px);
	padding: 8rem var(--hc-layout-side-padding-sp);
}

.l-site__bg {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.l-site__bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-footer {
	overflow: hidden;
	background-color: var(--hc-header-bg-color);
	color: #fff;
}

.l-footer__innr {
	display: flex;
	flex-direction: column;
	padding: 3.2rem var(--hc-layout-side-padding-sp) 10rem;
	gap: 3.2rem;
}

.l-footer__main {
	display: flex;
	flex-direction: column;
	text-align: center;
	letter-spacing: 0.03em;
	gap: 1rem;
}

.l-footer__name {
	margin: 0;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}

.l-footer__b-img {
	display: block;
	width: 28rem;
	margin: 0 auto;
}

.l-footer__company {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}

.l-footer__sub {
	text-align: center;
	letter-spacing: 0.03em;
}

.l-footer__info {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
}

.l-footer__copyright {
	margin: 0;
	color: var(--hc-color-gray-dark);
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.03em;
}

/* =====================================================
 * Module
 * ================================================== */

.c-bottom-bar {
	display: grid;
	z-index: var(--hc-z-index-bottom-bar);
	padding: 1.6rem;
	background-color: var(--hc-color-bg-base);
	box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.24);
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0.8rem;
}

.c-bottom-bar:has(.c-bottom-bar__item:nth-child(2)) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.c-bottom-bar:has(.c-bottom-bar__item:nth-child(2)) .c-bottom-bar__link {
	font-size: 1.3rem;
}

.c-bottom-bar:has(.c-bottom-bar__item:nth-child(3)) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.c-bottom-bar:has(.c-bottom-bar__item:nth-child(3)) .c-bottom-bar__link {
	font-size: 1.2rem;
}

.c-bottom-bar:has(.c-bottom-bar__item:nth-child(4)) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.c-bottom-bar:has(.c-bottom-bar__item:nth-child(4)) .c-bottom-bar__link {
	font-size: 1.3rem;
}

.c-bottom-bar__link {
	display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.8rem;
	border: 2px solid currentColor;
	border-radius: 0.8rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: opacity 100ms linear;
}

.touch-is-active .c-bottom-bar__link.touched,
.mouse-is-active .c-bottom-bar__link:hover,
.c-bottom-bar__link:focus-visible {
	opacity: 0.7;
}

.c-bottom-sticky {
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	z-index: var(--hc-z-index-bottom-bar);
	right: 0;
	bottom: 0;
	left: 0;
	flex-direction: column;
	gap: 1rem;
}

.c-bottom-top {
	display: flex;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: flex-end;
	padding: 0 1rem 1rem;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.c-bottom-top__link {
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 6rem;
	border-radius: 50%;
	background-color: var(--hc-color-bg-base);
	box-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.11);
	opacity: 0;
	text-decoration: none;
	transition: all 0.3s var(--hc-easing-smooth);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	pointer-events: none;
	aspect-ratio: 1/1;
}

body.-scrolled .c-bottom-top__link {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

.touch-is-active .c-bottom-top__link.touched .c-bottom-top__icon,
.touch-is-active .c-bottom-top__link.touched .c-bottom-top__text,
.mouse-is-active .c-bottom-top__link:hover .c-bottom-top__icon,
.mouse-is-active .c-bottom-top__link:hover .c-bottom-top__text,
.c-bottom-top__link:focus-visible .c-bottom-top__icon,
.c-bottom-top__link:focus-visible .c-bottom-top__text {
	opacity: 0.7;
}

.c-bottom-top__icon {
	display: block;
	width: 3.178rem;
	height: auto;
	transition: opacity 80ms linear;
}

.c-bottom-top__text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	transition: opacity 80ms linear;
}

.c-bs-btn {
	display: flex;
	justify-content: center;
}

.c-bs-btn--s {
	font-size: 1.4rem;
}

.c-bs-btn--s .c-bs-btn__link {
	padding: 0.5em 1em;
	border-radius: 1.2rem;
}

.c-bs-btn--m {
	font-size: 1.6rem;
}

.c-bs-btn--m .c-bs-btn__link {
	padding: 0.7em 1em;
	border-radius: 1.2rem;
}

.c-bs-btn--l {
	font-size: 1.8rem;
}

.c-bs-btn--l .c-bs-btn__link {
	padding: 1em 1em;
	border-radius: 1.6rem;
}

.c-bs-btn--ll {
	font-size: 2rem;
}

.c-bs-btn--ll .c-bs-btn__link {
	padding: 1em 1em;
	border-radius: 1.6rem;
}

.c-bs-btn__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	margin: 0;
	padding: 0.5em 1em;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	transition: opacity 100ms linear;
	-webkit-appearance: none;
	appearance: none;
}

.touch-is-active .c-bs-btn__link.touched,
.mouse-is-active .c-bs-btn__link:hover,
.c-bs-btn__link:focus-visible {
	opacity: 0.7;
}

.c-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 6.4rem;
	margin: 0;
	padding: 0 1em;
	border-radius: 1.2rem;
	background-color: var(--hc-color-text-base);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 100ms linear;
	-webkit-appearance: none;
	appearance: none;
}

.c-btn.-width-full {
	width: 100%;
	max-width: 100%;
}

.c-btn.-border {
	border: 1px solid var(--hc-color-text-base);
	background-color: transparent;
	color: var(--hc-color-text-base);
}

.c-btn.-h-4 {
	height: 4rem;
}

.c-btn.-h-4\.8 {
	height: 4.8rem;
}

.c-btn.-primary {
	background-color: var(--hc-color-theme-primary);
}

.touch-is-active .c-btn.touched,
.mouse-is-active .c-btn:hover,
.c-btn:focus-visible {
	opacity: 0.7;
}

.c-checkbox {
	cursor: pointer;
	display: flex;
	position: relative;
	align-items: center;
	gap: 0 2rem;
}

.c-checkbox__input {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
}

.c-checkbox__input:checked + .c-checkbox__txt::before {
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12.6 9.396\'%3E%3Cpath fill=\'%23222222\' d=\'M4.279 9.211.185 5.116a.63.63 0 0 1 0-.891l.891-.891a.63.63 0 0 1 .891 0l2.758 2.759L10.633.185a.63.63 0 0 1 .891 0l.891.891a.63.63 0 0 1 0 .891L5.17 9.211a.63.63 0 0 1-.891 0Z\' data-name=\'Icon awesome-check\'/%3E%3C/svg%3E');
}

.c-checkbox__input:focus + .c-checkbox__txt::before {
	border-color: var(--hc-color-focus);
}

.c-checkbox__txt {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 0 3.8rem;
	font-size: 1.4rem;
	line-height: 1.5;
	gap: 0 0.6rem;
}

.c-checkbox__txt::before {
	content: '';
	display: block;
	position: absolute;
	top: -0.1rem;
	left: 0;
	width: 2.4rem;
	min-width: 1.8rem;
	height: 2.4rem;
	border: 1px solid var(--hc-color-gray-lighter);
	border-radius: 0.4rem;
	background: #fff no-repeat 50% 50%;
	background-color: var(--hc-color-gray-lighter);
	background-size: 1.6rem 1.2rem;
}

.c-checkbox__txt a {
	color: inherit;
	transition: opacity 100ms linear;
}

.touch-is-active .c-checkbox__txt a.touched,
.mouse-is-active .c-checkbox__txt a:hover,
.c-checkbox__txt a:focus-visible {
	opacity: 0.7;
}

.c-dummy {
	padding: 2.5rem;
	border-radius: 1.2rem;
	background-color: var(--hc-color-gray-lighter);
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.c-gnav {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 2.4rem 2.4rem 3.2rem;
	border: 1px solid currentColor;
	border-radius: 1.2rem;
	background-color: var(--hc-color-bg-base);
	box-shadow: 0 0.3rem 3.2rem rgba(0, 0, 0, 0.12);
	gap: 1.6rem;
}

.c-gnav__title {
	margin: 0;
	padding: 0;
	color: var(--hc-color-gray-dark);
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3846153846;
}

.c-gnav__list {
	display: flex;
	list-style: none;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.c-gnav__item {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 1px;
}

.c-gnav__item::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, currentColor 1px, transparent 1px);
	background-repeat: repeat-x;
	background-size: 3px 1px;
}

.c-gnav__item:last-child::after {
	display: none;
}

.c-gnav__link {
	display: block;
	padding: 1.6rem 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	transition: opacity 100ms linear;
}

.touch-is-active .c-gnav__link.touched,
.mouse-is-active .c-gnav__link:hover,
.c-gnav__link:focus-visible {
	opacity: 0.7;
}

.c-gnav__trap {
	position: absolute;
}

.c-hamburger {
	cursor: pointer;
	display: flex;
	position: relative;
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
	aspect-ratio: 1;
	-webkit-appearance: none;
	appearance: none;
}

.c-hamburger__bar {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3rem;
	height: 0.2rem;
	background-color: #fff;
	transition: all 0.3s ease;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-hamburger__bar:nth-child(1) {
	-webkit-transform: translate(-50%, calc(-50% - 0.6rem - 0.2rem));
	transform: translate(-50%, calc(-50% - 0.6rem - 0.2rem));
}

.c-hamburger__bar:nth-child(2) {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-hamburger__bar:nth-child(3) {
	-webkit-transform: translate(-50%, calc(-50% + 0.6rem + 0.2rem));
	transform: translate(-50%, calc(-50% + 0.6rem + 0.2rem));
}

.c-hamburger.-is-close .c-hamburger__bar:nth-child(1) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-hamburger.-is-close .c-hamburger__bar:nth-child(2) {
	opacity: 0;
}

.c-hamburger.-is-close .c-hamburger__bar:nth-child(3) {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-input {
	outline: none;
	resize: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	padding: 1.3rem 1.5rem;
	border: 0;
	border: 1px solid var(--hc-color-gray-lighter);
	border-radius: 0;
	border-radius: 1.2rem;
	background: none transparent;
	background-color: var(--hc-color-gray-lighter);
	background-clip: padding-box;
	box-shadow: none;
	color: inherit;
	font-size: inherit;
	font-size: max(1.4rem, 16px);
	line-height: 1.5714285714;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.c-input::-ms-clear {
	display: none;
}

.c-input::-ms-reveal {
	display: none;
}

.c-input::-ms-expand {
	display: none;
}

.c-input:-ms-input-placeholder {
	color: #999;
}

.c-input:placeholder-shown {
	color: #999;
}

.c-input::-webkit-input-placeholder {
	color: #999;
}

.c-input:-moz-placeholder {
	opacity: 1;
	color: #999;
}

.c-input::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.c-input:-ms-input-placeholder {
	color: #999;
}

.c-input:focus {
	outline: none;
	border-color: var(--hc-color-focus);
}

.c-s-slider {
	display: grid;
	position: relative;
	align-items: center;
}

.c-s-slider.wp-block-hondacars-image-carousel {
	margin: 0 calc(var(--hc-layout-side-padding-sp) * -1) !important;
}

.c-s-slider__img {
	display: block;
	width: 100%;
	height: auto;
}

.c-s-slider__track {
	grid-area: 1/1;
}

.c-s-slider__ctr {
	left: 0;
	width: 100%;
	height: 10rem;
	grid-area: 1/1;
}

.c-s-slider__ctr-btn {
	cursor: pointer;
	display: flex;
	position: absolute;
	align-items: center;
	width: 10rem;
	height: 10rem;
	padding: 0 0.5rem;
	border: 0;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.7);
	transition: background-color 100ms linear;
}

.c-s-slider__ctr-btn::before {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	background-image: url('../img/icon_arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.touch-is-active .c-s-slider__ctr-btn.touched,
.mouse-is-active .c-s-slider__ctr-btn:hover,
.c-s-slider__ctr-btn:focus-visible {
	background-color: rgba(0, 0, 0, 0.8);
}

.c-s-slider__ctr-btn.-prev {
	left: -5rem;
	justify-content: flex-end;
}

.c-s-slider__ctr-btn.-prev::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.c-s-slider__ctr-btn.-next {
	right: -5rem;
	justify-content: flex-start;
}

.block-editor-block-list__block:has(.c-s-slider) {
	display: flex;
	flex-direction: column;
	margin: 0 calc(var(--hc-layout-side-padding-sp) * -1) !important;
}

.block-editor-block-list__block:has(.c-s-slider) .c-s-slider__item:not(:first-child) {
	display: none;
}

.block-editor-block-list__block:has(.c-s-slider) .c-s-slider__ctr {
	pointer-events: none;
}

.block-editor-block-list__block:has(.c-s-slider) .components-button {
	align-self: center;
	margin: 0 auto 10px;
}

.c-select {
	position: relative;
	overflow: hidden;
	min-width: 16rem;
	height: 4.8rem;
	font-size: max(1.4rem, 16px);
}

.c-select::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 1.8rem;
	width: 12px;
	height: 7px;
	background: no-repeat 50% 50%;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12.005 7.002\'><path fill=\'%23222222\' d=\'M5.296 6.708a1 1 0 0 0 1.416 0l5-5a1 1 0 0 0 0-1.416 1 1 0 0 0-1.416 0L6.002 4.586 1.708.296a1 1 0 0 0-1.416 0 1 1 0 0 0 0 1.416l5 5Z\' /></svg>');
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	pointer-events: none;
}

.c-select select {
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	padding: 0 4rem 0 1.6rem;
	border: 0;
	border: 1px solid var(--hc-color-gray-lighter);
	border-radius: 0;
	border-radius: 1.2rem;
	background: none transparent;
	background-color: var(--hc-color-gray-lighter);
	background-clip: padding-box;
	color: inherit;
	color: var(--hc-color-gray-dark);
	font-size: inherit;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.c-select select::-ms-clear {
	display: none;
}

.c-select select::-ms-reveal {
	display: none;
}

.c-select select::-ms-expand {
	display: none;
}

.c-select select:focus {
	border-color: var(--hc-color-focus);
}

.c-select select.is-selected {
	color: var(--hc-color-text-base);
}

.c-select option {
	color: var(--hc-color-text-base);
}

.c-select.-fluid {
	min-width: unset;
}

.c-select.-disabled,
.c-select.-fixed {
	cursor: default;
	height: auto;
	border: 0 !important;
	opacity: 1;
	color: var(--hc-color-text-base) !important;
	font-size: 1.6rem !important;
	pointer-events: none;
}

.c-select.-disabled::-webkit-input-placeholder,
.c-select.-fixed::-webkit-input-placeholder {
	display: none !important;
	opacity: 0;
}

.c-select.-disabled:-ms-input-placeholder,
.c-select.-fixed:-ms-input-placeholder {
	display: none !important;
	opacity: 0;
}

.c-select.-disabled::-ms-input-placeholder,
.c-select.-fixed::-ms-input-placeholder {
	display: none !important;
	opacity: 0;
}

.c-select.-disabled::placeholder,
.c-select.-fixed::placeholder {
	display: none !important;
	opacity: 0;
}

.c-select.-disabled:before,
.c-select.-fixed:before {
	display: none;
}

.c-select.-disabled select,
.c-select.-fixed select {
	height: 4.8rem;
	padding-left: 0;
	border: none;
	background-color: #fff;
	color: var(--hc-color-text-base);
}

.c-sns {
	margin: var(--hc-layout-vertical-space-large) 0;
}

.c-sns__list {
	display: flex;
	list-style: none;
	justify-content: center;
	margin: 0;
	padding: 0;
	gap: 2.4rem;
}

.c-sns__item {
	width: 8rem;
}

.c-sns__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 1px solid currentColor;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	transition: opacity 100ms linear;
	aspect-ratio: 1;
}

.touch-is-active .c-sns__link.touched,
.mouse-is-active .c-sns__link:hover,
.c-sns__link:focus-visible {
	opacity: 0.7;
}

.c-sns__icon {
	display: block;
	width: 5rem;
}

.c-sns__icon svg,
.c-sns__icon img {
	display: block;
	width: 100%;
	height: auto;
	fill: currentColor;
}

.c-spacer {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.c-spacer.-h-8 {
	height: 0.8rem;
}

.c-spacer.-h-24 {
	height: 2.4rem;
}

.c-spacer.-h-40 {
	height: 4rem;
}

.c-spacer.-h-64 {
	height: 6.4rem;
}

.c-spacer.-h-80 {
	height: 8rem;
}

.c-spacer.-h-120 {
	height: 12rem;
}

.c-spacer.-h-160 {
	height: 16rem;
}

.c-spacer.-h-200 {
	height: 20rem;
}

.c-textarea {
	outline: none;
	resize: none;
	box-sizing: border-box;
	width: 100%;
	height: 16rem;
	margin: 0;
	padding: 0;
	padding: 1.3rem 1.5rem;
	border: 0;
	border: 1px solid var(--hc-color-gray-lighter);
	border-radius: 0;
	border-radius: 1.2rem;
	background: none transparent;
	background-color: var(--hc-color-gray-lighter);
	background-clip: padding-box;
	box-shadow: none;
	color: inherit;
	font-size: inherit;
	font-size: max(1.4rem, 16px);
	line-height: 1.5714285714;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.c-textarea::-ms-clear {
	display: none;
}

.c-textarea::-ms-reveal {
	display: none;
}

.c-textarea::-ms-expand {
	display: none;
}

.c-textarea:-ms-input-placeholder {
	color: #999;
}

.c-textarea:placeholder-shown {
	color: #999;
}

.c-textarea::-webkit-input-placeholder {
	color: #999;
}

.c-textarea:-moz-placeholder {
	opacity: 1;
	color: #999;
}

.c-textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.c-textarea:-ms-input-placeholder {
	color: #999;
}

.c-textarea:focus {
	outline: none;
	border-color: var(--hc-color-focus);
}

.p-search-map {
	display: flex;
	flex-direction: column;
	margin: 0 calc(var(--hc-layout-side-padding-sp) * -1);
	gap: 2rem;
}

.p-search-map__innr {
	display: flex;
	position: relative;
	flex-direction: column;
	padding: 0;
	gap: 2rem;
}

.p-search-map__ui {
	display: flex;
	flex-direction: column;
	margin: 0 var(--hc-layout-side-padding-sp) 0;
	padding: 1.5rem;
	border: 1px solid currentColor;
	border-radius: 1rem;
	background-color: var(--hc-color-bg-base);
	gap: 1.2rem;
}

.p-search-map__title {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.45;
	gap: 0 1rem;
}

.p-search-map__title::before {
	content: '';
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\'%3E%3Cpath d=\'M16.85 16.63a1.2 1.2 0 0 0-.12.1 1.21 1.21 0 0 0-.1.12 8.4 8.4 0 1 1 .22-.23Zm6.8 5.32-4.41-4.4a10.8 10.8 0 1 0-1.7 1.7l4.4 4.4a1.2 1.2 0 0 0 1.7-1.7Z\' fill=\'%231E1E1E\'/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
}

.p-search-map__map {
	display: block;
	position: relative;
	z-index: 1;
	height: 40rem;
	margin: 0;
	letter-spacing: 0;
}

.p-search-map__map .leaflet-control-zoom {
	display: none;
}

.p-search-map__map .leaflet-control-attribution svg {
	width: 0;
}

.p-search-map__form-current {
	margin: 0;
}

.p-search-map__form-current button {
	box-sizing: border-box;
	width: 100%;
	height: 4.8rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	border-radius: 1.2rem;
	background: none transparent;
	background-color: var(--hc-color-text-base);
	background-clip: padding-box;
	color: inherit;
	color: #fff;
	font-size: inherit;
	font-size: 1.6rem;
	font-weight: 700;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
}

.p-search-map__form {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 8rem;
}

.p-search-map__form input {
	width: 100%;
	height: 4.8rem;
	padding: 0 0 0 1.6rem;
	border: 0;
	border-radius: 1.2rem 0 0 1.2rem;
	background-color: var(--hc-color-gray-lighter);
	font-size: max(1.4rem, 16px);
	font-weight: 500;
	letter-spacing: 0;
}

.p-search-map__form input:-ms-input-placeholder {
	color: #999;
}

.p-search-map__form input:placeholder-shown {
	color: #999;
}

.p-search-map__form input::-webkit-input-placeholder {
	color: #999;
}

.p-search-map__form input:-moz-placeholder {
	opacity: 1;
	color: #999;
}

.p-search-map__form input::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.p-search-map__form input:-ms-input-placeholder {
	color: #999;
}

.p-search-map__form button {
	width: 8rem;
	height: 4.8rem;
	border: none;
	border-radius: 0 1.2rem 1.2rem 0;
	background-color: var(--hc-color-text-base);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	transition: background-color 0.1s linear;
}

.touch-is-active .p-search-map__form button.touched,
.mouse-is-active .p-search-map__form button:hover,
.p-search-map__form button:focus-visible {
	background-color: var(--hc-color-text-light);
}

.p-search-map__result {
	counter-reset: count 0;
	display: none;
	list-style: none;
	flex-direction: column;
	margin: 0;
	padding: 0 var(--hc-layout-side-padding-sp);
	gap: 1.6rem;
}

.p-search-map__result:has(.-show) {
	display: flex;
}

.p-search-map__result-item {
	display: none;
	padding: 1.6rem;
	border: 1px solid currentColor;
	border-radius: 1rem;
	background-color: var(--hc-color-bg-base);
}

.p-search-map__result-item.-show {
	display: block;
}

.p-search-map__result-header {
	display: grid;
	align-items: center;
	margin: 0 0 1.2rem;
	padding: 0 0 1.3rem;
	border-bottom: 1px solid var(--hc-color-gray-light);
	letter-spacing: 0.05rem;
	grid-template-columns: auto auto 1fr;
	gap: 0 1.6rem;
}

.p-search-map__result-num {
	font-family: var(--hc-font-family-family-base);
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: 0;
}

.p-search-map__result-name {
	margin: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.1em;
}

.p-search-map__result-distance {
	margin: 0;
	font-family: var(--hc-font-family-family-base);
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.1875;
	text-align: right;
	letter-spacing: 0;
}

.p-search-map__result-body {
	display: flex;
	flex-direction: column;
	gap: 1.3rem;
}

.p-search-map__info {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.p-search-map__info-dl {
	display: flex;
	align-items: flex-start;
	font-size: 1.4rem;
	line-height: 1.5714285714;
}

.p-search-map__info-dt {
	position: relative;
	margin: 0;
	padding: 0 1rem 0 0;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: 0;
}

.p-search-map__info-dt::before {
	content: '';
	display: block;
	position: absolute;
	top: 0.35em;
	right: 0;
	width: 1px;
	height: 1em;
	background-color: currentColor;
}

.p-search-map__info-dd {
	padding: 0 0 0 1rem;
	font-weight: 500;
}

.p-search-map__info-btns {
	display: grid;
	justify-content: center;
	margin: 0;
	grid-template-columns: 1fr;
	gap: 1.3rem 3rem;
}

.p-search-map__tel {
	display: flex;
	align-items: center;
	font-family: var(--hc-font-family-family-base);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: 0;
	gap: 0 0.8rem;
}

.p-search-map__tel::before {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><path fill="%23222222" d="M18.715 14.1a2.525 2.525 0 0 0-.533-1.6 2.361 2.361 0 0 0-1.525-.889 8.888 8.888 0 0 1-2.048-.531 2.314 2.314 0 0 0-2.505.56l-.57.592a11.991 11.991 0 0 1-3.63-3.775l.575-.6a2.518 2.518 0 0 0 .56-.951 2.551 2.551 0 0 0-.031-1.654 9.839 9.839 0 0 1-.51-2.135 2.514 2.514 0 0 0-.763-1.484A2.313 2.313 0 0 0 6.13 1H3.757c-.07 0-.144 0-.216.01a2.349 2.349 0 0 0-1.61.877A2.53 2.53 0 0 0 1.389 3.7a17.307 17.307 0 0 0 2.548 7.484 16.305 16.305 0 0 0 4.988 5.188 15.875 15.875 0 0 0 7.2 2.658c.073.007.151.011.228.011a2.328 2.328 0 0 0 1.678-.73 2.511 2.511 0 0 0 .689-1.745Zm-1.584 0v2.468a.837.837 0 0 1-.23.586.774.774 0 0 1-.559.244A14.328 14.328 0 0 1 9.798 15a14.732 14.732 0 0 1-4.516-4.684 15.646 15.646 0 0 1-2.315-6.779.838.838 0 0 1 .181-.6.779.779 0 0 1 .537-.292h2.446a.772.772 0 0 1 .544.211.845.845 0 0 1 .256.5 11.464 11.464 0 0 0 .6 2.489.84.84 0 0 1 .008.541.869.869 0 0 1-.192.325l-1 1.037a.848.848 0 0 0-.128.988 13.59 13.59 0 0 0 5.048 5.248.772.772 0 0 0 .946-.137l1.011-1.047a.767.767 0 0 1 .474-.23.793.793 0 0 1 .364.049 10.4 10.4 0 0 0 2.4.62.768.768 0 0 1 .487.292.868.868 0 0 1 .179.561Z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
}

.p-search-map__btn-wrap {
	width: 100%;
	margin: 0 auto;
}

.p-search-map__i-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	width: 100%;
	height: 4rem;
	margin: 0;
	padding: 0;
	border-radius: 1.2rem;
	background-color: var(--hc-color-text-base);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 100ms linear;
	-webkit-appearance: none;
	appearance: none;
}

.touch-is-active .p-search-map__i-btn.touched,
.mouse-is-active .p-search-map__i-btn:hover,
.p-search-map__i-btn:focus-visible {
	opacity: 0.7;
}

.p-shop-list {
	overflow: hidden;
	margin: 0 calc(var(--hc-layout-side-padding-sp) * -1);
	touch-action: manipulation;
}

.p-shop-list__slider {
	position: relative;
	padding: 0 0 1px;
}

.p-shop-list__track {
	overflow: visible;
}

.p-shop-list__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.6rem;
	border: 1px solid currentColor;
	border-radius: 1rem;
	gap: 2.4rem;
}

.p-shop-list__c-visual {
	position: relative;
	width: 100%;
	aspect-ratio: 5/3;
}

.p-shop-list__c-visual img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.p-shop-list__c-main {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	gap: 1.6rem;
}

.p-shop-list__c-name {
	margin: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
}

.p-shop-list__c-address {
	display: flex;
	flex-direction: column;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	gap: 0;
}

.p-shop-list__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	width: 100%;
	height: 4rem;
	margin: auto 0 0;
	padding: 0;
	border-radius: 1.2rem;
	background-color: var(--hc-color-text-base);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 100ms linear;
	-webkit-appearance: none;
	appearance: none;
}

.touch-is-active .p-shop-list__btn.touched,
.mouse-is-active .p-shop-list__btn:hover,
.p-shop-list__btn:focus-visible {
	opacity: 0.7;
}

.p-shop-list__ctr {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 10rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-shop-list__ctr-btn {
	cursor: pointer;
	display: flex;
	position: absolute;
	align-items: center;
	width: 10rem;
	height: 10rem;
	padding: 0 0.5rem;
	border: 0;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.7);
	transition: background-color 100ms linear;
}

.p-shop-list__ctr-btn::before {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	background-image: url('../img/icon_arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.touch-is-active .p-shop-list__ctr-btn.touched,
.mouse-is-active .p-shop-list__ctr-btn:hover,
.p-shop-list__ctr-btn:focus-visible {
	background-color: rgba(0, 0, 0, 0.8);
}

.p-shop-list__ctr-btn.-prev {
	left: -5rem;
	justify-content: flex-end;
}

.p-shop-list__ctr-btn.-prev::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-shop-list__ctr-btn.-next {
	right: -5rem;
	justify-content: flex-start;
}

.p-wysiwyg a:not(.c-btn):not(.p-shop-list__btn):not(wp-block-button__link):note(.p-search-map__i-btn):not(.p-search-map__tel):not(.c-bs-btn__link) {
	color: inherit;
	text-decoration: underline;
	transition: opacity 100ms linear;
}

.touch-is-active .p-wysiwyg a:not(.c-btn):not(.p-shop-list__btn):not(wp-block-button__link):note(.p-search-map__i-btn):not(.p-search-map__tel):not(.c-bs-btn__link).touched,
.mouse-is-active .p-wysiwyg a:not(.c-btn):not(.p-shop-list__btn):not(wp-block-button__link):note(.p-search-map__i-btn):not(.p-search-map__tel):not(.c-bs-btn__link):hover,
.p-wysiwyg a:not(.c-btn):not(.p-shop-list__btn):not(wp-block-button__link):note(.p-search-map__i-btn):not(.p-search-map__tel):not(.c-bs-btn__link):focus-visible {
	opacity: 0.7;
}

.p-wysiwyg h1,
.p-wysiwyg h2,
.p-wysiwyg h3,
.p-wysiwyg h4,
.p-wysiwyg h5,
.p-wysiwyg h6 {
	margin: 0;
	line-height: 1.45;
	text-wrap: pretty;
	word-wrap: anywhere;
	word-break: auto-phrase;
	line-break: strict;
}

.p-wysiwyg h1,
.p-wysiwyg .h1 {
	font-size: 4rem;
	text-align: center;
}

.p-wysiwyg h2,
.p-wysiwyg .h2 {
	font-size: 3.2rem;
	text-align: center;
}

.p-wysiwyg h3,
.p-wysiwyg .h3 {
	font-size: 2.6rem;
	text-align: center;
}

.p-wysiwyg h4,
.p-wysiwyg .h4 {
	font-size: 2rem;
	text-align: center;
}

.p-wysiwyg h5,
.p-wysiwyg .h5 {
	font-size: 1.8rem;
	text-align: center;
}

.p-wysiwyg h6,
.p-wysiwyg .h6 {
	font-size: 1.6rem;
	text-align: center;
}

.p-wysiwyg p {
	line-height: 2;
}

.p-wysiwyg figure.wp-block-image {
	margin: 0 calc(var(--hc-layout-side-padding-sp) * -1) !important;
}

.p-wysiwyg figure.wp-block-image figcaption {
	font-size: 1.2rem;
}

.p-wysiwyg ul {
	display: flex;
	list-style: none;
	flex-direction: column;
	margin: 0;
	padding: 0;
	gap: 1.5rem 0;
}

.p-wysiwyg ul ul {
	margin-top: 1.5rem;
}

.p-wysiwyg ul ul li {
	padding: 0 0 0 1.2rem;
}

.p-wysiwyg ul ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background-color: #ccc;
}

.p-wysiwyg ul li {
	position: relative;
	margin: 0;
	margin-left: 0 !important;
	padding: 0 0 0 1.4rem;
}

.p-wysiwyg ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background-color: #ccc;
}

.p-wysiwyg ol {
	display: flex;
	flex-direction: column;
	gap: 1.5rem 0;
}

.p-wysiwyg ol ol,
.p-wysiwyg ol ul {
	margin: 1.5rem 0 0;
}

.p-wysiwyg ol li {
	margin: 0;
	margin-left: 0 !important;
}

.p-wysiwyg table {
	width: 100%;
}

.p-wysiwyg table caption {
	margin: 1rem 0;
	font-size: 1.2rem;
}

.p-wysiwyg table caption:first-child {
	margin-top: 0;
}

.p-wysiwyg table caption:last-child {
	margin-bottom: 0;
}

.p-wysiwyg table thead {
	border-bottom: 0 !important;
	background-color: #222;
}

.p-wysiwyg table thead th {
	min-width: 10rem;
	padding: 1rem;
	border: 1px solid #999;
	color: #fff;
	white-space: nowrap;
}

.p-wysiwyg table tbody th,
.p-wysiwyg table tbody td {
	padding: 1rem;
	border: 1px solid #999;
}

.p-wysiwyg table tbody th {
	background-color: #ccc;
	font-weight: 400;
	text-align: left;
}

.p-wysiwyg blockquote {
	position: relative;
	margin: 0;
	padding: 2rem 1.5rem 2rem 5rem;
	background: #ccc !important;
	background-size: 2.4rem 2.1rem;
	line-height: 1.7142857143;
}

.p-wysiwyg blockquote::before {
	content: '';
	display: block;
	position: absolute;
	top: 2rem;
	left: 1.5rem;
	width: 2.4rem;
	height: 2.1rem;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 21\'%3E%3Cpath fill=\'%2378848b\' d=\'M21.75 10.5H18v-3a3 3 0 0 1 3-3h.375A1.122 1.122 0 0 0 22.5 3.375v-2.25A1.122 1.122 0 0 0 21.375 0H21a7.5 7.5 0 0 0-7.5 7.5v11.25A2.251 2.251 0 0 0 15.75 21h6A2.251 2.251 0 0 0 24 18.75v-6a2.251 2.251 0 0 0-2.25-2.25Zm-13.5 0H4.5v-3a3 3 0 0 1 3-3h.375A1.122 1.122 0 0 0 9 3.375v-2.25A1.122 1.122 0 0 0 7.875 0H7.5A7.5 7.5 0 0 0 0 7.5v11.25A2.251 2.251 0 0 0 2.25 21h6a2.251 2.251 0 0 0 2.25-2.25v-6a2.251 2.251 0 0 0-2.25-2.25Z\' data-name=\'Icon awesome-quote-left\'/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
}

.p-wysiwyg blockquote > *:first-child {
	margin-top: 0;
}

.p-wysiwyg blockquote p {
	margin: 0;
}

.p-wysiwyg blockquote cite {
	display: inline-block;
	margin: 2rem 0 0;
	font-size: 1.3rem;
	font-style: normal;
}

.p-wysiwyg blockquote cite a {
	color: #222;
}

.p-wysiwyg {
	overflow: hidden;
	padding: 0 var(--hc-layout-side-padding-sp);
}

.p-zh-form {
	margin: 0 calc(var(--hc-layout-side-padding-sp) * -1);
	padding: 0 var(--hc-layout-side-padding-sp);
	scroll-margin-top: var(--hc-header-height-sp)3rem;
}

.p-zh-form.-step-02 .p-zh-form__mark {
	display: none;
}

.p-zh-form.-step-02 .p-zh-form__item {
	gap: 0.8rem;
}

.p-zh-form.-step-02 .p-zh-form__item.is-empty {
	display: none;
}

.p-zh-form.-step-02 .p-zh-form__item.-policy {
	display: none;
}

.p-zh-form.-step-02 .p-zh-form__content * {
	font-size: 1.4rem !important;
}

.p-zh-form.-step-02 .p-zh-form__content .p-zh-form__c-note {
	font-size: 1.2rem !important;
}

.p-zh-form.-step-02 .p-zh-form__content.-row {
	display: flex;
	flex-direction: row;
}

.p-zh-form.-step-02 .p-zh-form__content.-row input {
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.p-zh-form.-step-02 .p-zh-form__dscr.-step-01 {
	display: none;
}

.p-zh-form.-step-02 .p-zh-form__dscr.-step-02 {
	display: block;
}

.p-zh-form.-step-02 .p-zh-form__confirm {
	display: none;
}

.p-zh-form.-step-02 .p-zh-form__reset {
	display: none;
}

.p-zh-form.-step-02 .p-zh-form__edit {
	display: flex;
}

.p-zh-form.-step-02 .p-zh-form__submit {
	display: flex;
}

.p-zh-form.-step-02 .p-zh-form__name-item label {
	display: none;
}

.p-zh-form.-step-02 .c-select,
.p-zh-form.-step-02 input,
.p-zh-form.-step-02 select,
.p-zh-form.-step-02 textarea {
	height: auto;
	padding: 0;
	border: 0 !important;
	background-color: #fff;
	opacity: 1;
	color: #222 !important;
	font-size: 1.6rem !important;
}

.p-zh-form.-step-02 .c-select::-webkit-input-placeholder,
.p-zh-form.-step-02 input::-webkit-input-placeholder,
.p-zh-form.-step-02 select::-webkit-input-placeholder,
.p-zh-form.-step-02 textarea::-webkit-input-placeholder {
	display: none !important;
	opacity: 0;
}

.p-zh-form.-step-02 .c-select:-ms-input-placeholder,
.p-zh-form.-step-02 input:-ms-input-placeholder,
.p-zh-form.-step-02 select:-ms-input-placeholder,
.p-zh-form.-step-02 textarea:-ms-input-placeholder {
	display: none !important;
	opacity: 0;
}

.p-zh-form.-step-02 .c-select::-ms-input-placeholder,
.p-zh-form.-step-02 input::-ms-input-placeholder,
.p-zh-form.-step-02 select::-ms-input-placeholder,
.p-zh-form.-step-02 textarea::-ms-input-placeholder {
	display: none !important;
	opacity: 0;
}

.p-zh-form.-step-02 .c-select::placeholder,
.p-zh-form.-step-02 input::placeholder,
.p-zh-form.-step-02 select::placeholder,
.p-zh-form.-step-02 textarea::placeholder {
	display: none !important;
	opacity: 0;
}

.p-zh-form.-step-02 .c-radio__label {
	display: none;
}

.p-zh-form.-step-02 .c-radio__label::before {
	display: none;
}

.p-zh-form.-step-02 input[type=radio]:checked + .c-radio__label {
	display: block;
}

.p-zh-form.-step-02 .c-select:before {
	display: none;
}

.p-zh-form.-step-02 .c-checkbox {
	pointer-events: none;
}

.p-zh-form__dscr {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.375;
	text-align: left;
}

.p-zh-form__dscr.-step-02 {
	display: none;
}

.p-zh-form__wrapper {
	padding: 4rem 2rem;
	border: 1px solid currentColor;
	border-radius: 1.2rem;
}

.p-zh-form__form {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.p-zh-form__label {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6875;
	gap: 0 1em;
}

.p-zh-form__mark {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 2.3rem;
	border-radius: 0.4rem;
	background-color: #999;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-zh-form__mark.-em {
	background-color: #222;
}

.p-zh-form__list {
	display: flex;
	list-style-type: none;
	flex-direction: column;
	margin: 0;
	padding: 0;
	gap: 4rem 0;
}

.p-zh-form__item {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.p-zh-form__item.-policy {
	display: block;
}

.p-zh-form__item.-policy .p-zh-form__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.p-zh-form__item.-hidden {
	display: none;
}

.p-zh-form__checkbox-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-zh-form__content.-row {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-zh-form__content.-row .p-zh-form__c-note {
	grid-column: 1/-1;
}

.p-zh-form__c-note {
	padding: 0;
	font-size: 1.3rem;
	line-height: 1.5;
}

.p-zh-form__name-item {
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: 0 1rem;
}

.p-zh-form__name-item label {
	width: 5em;
	font-size: 1.3rem;
	text-align: right;
}

.p-zh-form__accept {
	display: flex;
	justify-content: center;
}

.p-zh-form__btn-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.6rem;
}

.p-zh-form__reset {
	display: flex;
	justify-content: center;
}

.p-zh-form__submit {
	display: none;
	justify-content: center;
}

.p-zh-form__edit {
	display: none;
	justify-content: center;
}

.p-zh-form__confirm {
	display: flex;
	justify-content: center;
}

.p-zh-form__note {
	color: var(--hc-color-gray-darker);
	font-size: 1.2rem;
	text-align: center;
}

.p-zh-form textarea,
.p-zh-form select,
.p-zh-form input {
	transition: all 180ms linear;
}

.p-zh-form input[type=text],
.p-zh-form input[type=tel],
.p-zh-form input[type=email] {
	width: 100%;
}

.p-zh-form .is-error input,
.p-zh-form .is-error select,
.p-zh-form .is-error textarea {
	background-color: rgba(219, 0, 10, 0.2);
}

.p-zh-form .error-message {
	display: block;
	color: #db000a;
	font-size: 1.4rem;
	letter-spacing: 0.025em;
}

.p-collapse {
	position: relative;
	overflow: hidden;
	border-radius: 2.4rem;
	background-color: var(--hc-color-bg-base);
	box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.12);
}

.p-collapse:has(.p-collapse__input:checked) .p-collapse__content {
	grid-template-rows: 1fr;
}

.p-collapse:has(.p-collapse__input:checked) .p-collapse__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.p-collapse:has(.p-collapse__input:not(:checked)) .p-collapse__content {
	grid-template-rows: 0fr;
}

.p-collapse:has(+ .p-collapse) {
	margin-bottom: 1.6rem;
}

.p-collapse__dt {
	display: block;
	position: relative;
	margin: 0;
}

.p-collapse__label {
	cursor: pointer;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 7.2rem;
	padding: 2rem 6.8rem 2rem 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-collapse__icon {
	display: flex;
	position: absolute;
	top: 2rem;
	right: 2rem;
	justify-content: center;
	align-items: center;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
	background-color: var(--hc-color-theme-primary);
	transition: background-color 0.3s ease;
	pointer-events: none;
}

.p-collapse__icon::before,
.p-collapse__icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.6rem;
	height: 0.2rem;
	border-radius: 0.2rem;
	background-color: white;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-collapse__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.p-collapse__input {
	display: none;
}

.p-collapse__content {
	display: grid;
	overflow: hidden;
	margin: 0;
	transition: grid-template-rows 0.3s ease;
	transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
	grid-template-columns: 1fr;
}

.p-collapse__content-innr {
	display: block;
	overflow: hidden;
}

.p-collapse__content-wrap {
	display: block;
	padding: 2rem 2rem 3rem;
	border-top: 1px solid #ccc;
}

.p-collapse__content-wrap > *:first-child {
	margin-top: 0;
}

.p-collapse__content-wrap > *:last-child {
	margin-bottom: 0;
}

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

@media (min-width: 768px) {
	.c-bottom-top__text {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 782px) {
	html:has(#wpadminbar) .l-header {
		top: 32px !important;
	}
}

@media screen and (min-width: 992px) {
	html {
		font-size: 46%;
		scroll-padding-top: calc(var(--hc-header-height-pc) + 2rem);
	}

	body {
		font-size: 1.6rem;
	}

	.l-header {
		height: var(--hc-header-height-pc);
	}

	.l-header__b-img {
		width: var(--hc-header-logo-width-pc);
		height: var(--hc-header-logo-height-pc);
	}

	.l-header__toggle {
		display: none;
	}

	.l-site {
		display: grid;
		grid-template: 'left main nav'/1fr var(--hc-layout-container-width-pc) 1fr;
	}

	.l-site__left {
		display: block;
		grid-area: left;
	}

	.l-site__main {
		box-shadow: 0 0.3rem 6.4rem rgba(0, 0, 0, 0.12);
	}

	.l-site__nav {
		visibility: visible;
		position: relative;
		top: auto;
		left: auto;
		overflow: visible;
		width: auto;
		height: auto;
		background-color: transparent;
		opacity: 1;
		transition: none;
		-ms-scroll-chaining: none;
		overscroll-behavior: none;
	}

	.l-site__nav-innr {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		overflow-y: auto;
		height: 100vh;
		min-height: auto;
		padding: 4rem;
	}

	.l-footer__innr {
		padding: 5.6rem var(--hc-layout-side-padding-pc) 13rem;
	}

	.c-bottom-bar:has(.c-bottom-bar__item:nth-child(2)) .c-bottom-bar__link {
		font-size: 1.6rem;
	}

	.c-bottom-bar:has(.c-bottom-bar__item:nth-child(3)) .c-bottom-bar__link {
		font-size: 1.4rem;
	}

	.c-bottom-bar:has(.c-bottom-bar__item:nth-child(4)) .c-bottom-bar__link {
		font-size: 1.6rem;
	}

	.c-bottom-bar__link {
		padding: 1.2rem;
		font-size: 2.2rem;
	}

	.c-bottom-sticky {
		gap: 2rem;
	}

	.c-bottom-top {
		padding: 0 2rem 2rem;
		gap: 2rem;
	}

	.c-bottom-top__link {
		width: 8rem;
	}

	.c-bottom-top__icon {
		width: 4.216rem;
	}

	.c-bs-btn--s {
		font-size: 1.6rem;
	}

	.c-bs-btn--s .c-bs-btn__link {
		padding: 0.7em 1.6em;
	}

	.c-bs-btn--m {
		font-size: 2.2rem;
	}

	.c-bs-btn--m .c-bs-btn__link {
		padding: 0.66em 1.6em;
		border-radius: 1.6rem;
	}

	.c-bs-btn--l {
		font-size: 3rem;
	}

	.c-bs-btn--l .c-bs-btn__link {
		padding: 0.7em 1.8em;
		border-radius: 2.4rem;
	}

	.c-bs-btn--ll {
		font-size: 3.6rem;
	}

	.c-bs-btn--ll .c-bs-btn__link {
		padding: 0.8em 1.8em;
		border-radius: 2.4rem;
	}

	.c-bs-btn__link {
		padding: 0.3em 1.5em;
	}

	.c-gnav__trap {
		display: none;
	}

	.c-input {
		font-size: 1.4rem;
	}

	.c-s-slider.wp-block-hondacars-image-carousel {
		margin: 0 calc(var(--hc-layout-side-padding-pc) * -1) !important;
	}

	.block-editor-block-list__block:has(.c-s-slider) {
		margin: 0 calc(var(--hc-layout-side-padding-pc) * -1) !important;
	}

	.c-select {
		font-size: 1.4rem;
	}

	.c-textarea {
		font-size: 1.4rem;
	}

	.p-search-map {
		margin: 0 calc(var(--hc-layout-side-padding-pc) * -1);
	}

	.p-search-map {
		gap: 2.4rem;
	}

	.p-search-map__ui {
		position: absolute;
		z-index: 2;
		top: 1.6rem;
		left: 1.6rem;
		width: 36rem;
		padding: 2rem;
	}

	.p-search-map__map {
		height: 64rem;
	}

	.p-search-map__form-current {
		display: none;
	}

	.p-search-map__result {
		padding: 0 var(--hc-layout-side-padding-pc);
		border-radius: 1rem 0 0 1rem;
		gap: 2rem;
	}

	.p-search-map__result-item {
		padding: 2.4rem;
	}

	.p-search-map__result-header {
		gap: 0 2rem;
	}

	.p-search-map__info {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.5rem 2rem;
	}

	.p-search-map__info-dl.-addr {
		width: 100%;
	}

	.p-search-map__info-btns {
		margin: 0;
		grid-template-columns: 1fr auto;
	}

	.p-search-map__info-btns:not(:has(.p-search-map__tel)) {
		justify-content: end;
		grid-template-columns: 1fr;
	}

	.p-search-map__info-btns:not(:has(.p-search-map__tel)) .p-search-map__btn-wrap {
		margin: 0 0 0 auto;
	}

	.p-search-map__btn-wrap {
		width: 21.4rem;
	}

	.p-shop-list {
		margin: 0 calc(var(--hc-layout-side-padding-pc) * -1);
	}

	.p-shop-list__slider {
		padding: 0 calc(var(--hc-layout-side-padding-pc) * 2) 1px;
	}

	.p-wysiwyg h1,
  .p-wysiwyg .h1 {
		font-size: 5.4rem;
	}

	.p-wysiwyg h2,
  .p-wysiwyg .h2 {
		font-size: 4rem;
	}

	.p-wysiwyg h3,
  .p-wysiwyg .h3 {
		font-size: 3.2rem;
	}

	.p-wysiwyg h4,
  .p-wysiwyg .h4 {
		font-size: 2.4rem;
	}

	.p-wysiwyg figure.wp-block-image {
		margin: 0 calc(var(--hc-layout-side-padding-pc) * -1) !important;
	}

	.p-wysiwyg figure.wp-block-image figcaption {
		font-size: 1.4rem;
	}

	.p-wysiwyg table caption {
		font-size: 1.4rem;
	}

	.p-wysiwyg table tbody th,
  .p-wysiwyg table tbody td {
		padding: 2rem;
	}

	.p-wysiwyg blockquote {
		padding: 3rem 4rem 3rem 7rem;
		background-position: 3rem 2rem;
		background-size: 3rem auto;
	}

	.p-wysiwyg blockquote::before {
		top: 3rem;
		left: 2rem;
		width: 3rem;
		height: 2.625rem;
	}

	.p-wysiwyg {
		padding: 0 calc(var(--hc-layout-side-padding-pc));
	}

	.p-zh-form {
		margin: 0 calc(var(--hc-layout-side-padding-pc) * -1);
		padding: 0 calc(var(--hc-layout-side-padding-pc) * 2);
		scroll-margin-top: var(--hc-header-height-pc)3rem;
	}

	.p-zh-form__wrapper {
		padding: 5.6rem 5.5rem;
		border-radius: 3rem;
	}

	.p-zh-form__content.-row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 1.4rem;
	}

	.p-zh-form__content.-row:has(.c-select.-disabled) {
		display: flex;
		gap: 1rem;
	}

	.p-zh-form__content:has(input[type=radio]) {
		padding: 1rem 0 0;
	}

	.p-zh-form__btn-wrap {
		width: 33.5rem;
		margin: 0 auto;
	}

	.p-collapse__label {
		min-height: 8.8rem;
		padding: 2.4rem 8rem 2.4rem 3.2rem;
	}

	.p-collapse__icon {
		top: 2.4rem;
		right: 3.2rem;
		width: 4rem;
		height: 4rem;
	}

	.p-collapse__content-wrap {
		padding: 3.2rem 3.2rem 4.8rem;
	}
}

@media screen and (min-width: 1080px) {
	html {
		font-size: 0.6944444444vw;
		scroll-padding-top: calc(var(--hc-header-height-pc) + 2rem);
	}
}

@media screen and (min-width: 1440px) {
	html {
		font-size: 62.5%;
		scroll-padding-top: calc(var(--hc-header-height-pc) + 2rem);
	}
}

@media screen and (max-width: 991px) {
	.grecaptcha-badge {
		bottom: 8rem !important;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}