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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	color: #333;
	font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

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

a {
	color: inherit;
}

.l-inner {
	margin-inline: auto;
	max-width: 1280px;
	padding-inline: 40px;
}

.l-main {
	margin-top: 80px;
}

.l-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1280px;
	padding-block: 16px;
	padding-inline: 40px;
}

.c-new-items {
	margin: 0 auto;
	max-width: 800px;
}

.c-new-items__title {
	font-size: 24px;
	margin-bottom: 24px;
	text-align: center;
}

.c-new-items__inner {
	display: flex;
	gap: 24px;
	max-width: 600px;
}

.c-new-items__item {
	width: 33%;
}

.c-new-items__item a {
	display: block;
	height: 100%;
	width: 100%;
}

.c-new-items__thumbnail {
	position: relative;
}

.c-new-items__thumbnail img {
	width: 100%;
	-o-object-fit: cover;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.c-new-items__badge {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	left: 8px;
	padding: 4px 8px;
	position: absolute;
	top: 8px;
}

.p-header {
	backdrop-filter: blur(8px);
	background: rgba(249, 249, 252, 0.9);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 32px;
}

.p-header__nav a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.p-header__nav a.is-active {
	border-bottom: 2px solid #004e9f;
	padding-bottom: 2px;
}

.p-header__nav-list {
	align-items: center;
	display: flex;
	gap: 24px;
}

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

.p-header__button {
	align-items: center;
	background: #004e9f;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 12px 20px;
}

.p-header__menu-button {
	display: none;
}

.p-header__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	height: 68px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 clamp(16px, 4vw, 24px);
	padding-block: 20px;
	width: 100%;
}

.p-header__logo {
	position: relative;
	z-index: 60;
}

.p-header__logo img {
	width: 80px;
}

.p-footer {
	background: rgba(249, 249, 252, 0.9);
	border-top: 1px solid #c1c6d5;
	color: #414753;
}

.p-footer__inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 40px clamp(16px, 4vw, 24px);
	width: 100%;
}

.p-footer__brand {
	display: grid;
	gap: 16px;
	justify-items: center;
	text-align: center;
}

.p-footer__logo {
	display: inline-flex;
	justify-content: center;
	padding-left: 60px;
}

.p-footer__logo img {
	height: auto;
	width: min(150px, 100%);
}

.p-footer__message {
	font-size: 14px;
	line-height: 1.8;
	max-width: 28rem;
}

.p-footer__company-info {
	display: grid;
	gap: 8px;
	max-width: 32rem;
}

.p-footer__company-line {
	font-size: 13px;
	line-height: 1.7;
}

.p-footer__company-line a {
	color: inherit;
	text-decoration: none;
}

.p-footer__content {
	display: grid;
	gap: 20px;
}

.p-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	justify-content: center;
}

.p-footer__nav a {
	color: #414753;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.p-footer__nav a:hover {
	color: #004e9f;
}

.p-footer__copyright {
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
}

.p-aircon__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
}

.p-aircon__item {
	position: relative;
}

/* 3. ボタン自体の調整（プラグインのボタンがクリックを邪魔しないように） */

.p-aircon__thumbnail {
	aspect-ratio: 4/3;
	overflow: hidden;
	position: relative;
}

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

/* 年式バッジのスタイル（例：左上に配置） */

/* 商談中バッジ（例：右上、または年式の下などに配置） */

.p-aircon__badge--negotiating {
	background: rgba(219, 166, 23, 0.5); /* 警告・商談中の黄色 */
	border-radius: 3px;
	color: #fff;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 16px;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: 2;
}

.p-aircon__item {
	display: flex;
	flex-direction: column;
}

.p-aircon__item-link {
	color: inherit;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

/* 親要素（画像の枠）を基準点にする */

.p-aircon__thumbnail {
	aspect-ratio: 4/3;
	overflow: hidden;
	position: relative;
}

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

/* 年式バッジのスタイル（例：左上に配置） */

.p-aircon__badge--model-year {
	background-color: #333; /* スタイリッシュな黒・グレー系 */
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	left: 10px;
	padding: 4px 8px;
	position: absolute;
	top: 10px;
	z-index: 2;
}

/* 商談中バッジ（例：右上、または年式の下などに配置） */

.p-aircon__badge--negotiating {
	background: rgba(219, 166, 23, 0.5); /* 警告・商談中の黄色 */
	border-radius: 3px;
	color: #fff;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 16px;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: 2;
}

.p-aircon__detail-button {
	align-items: center;
	background: #004e9f;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 11px 24px;
	text-decoration: none;
}

.p-aircon__detail-button:hover,
.p-aircon__detail-button:focus-visible {
	opacity: 0.9;
}

.p-aircon__info .p-single-aircon__spec .p-aircon__spec-row--detail {
	border-bottom: 0;
}

.p-aircon__info .p-single-aircon__spec .p-aircon__spec-row--detail td {
	background-color: #fafafa;
	padding: 12px 16px;
	text-align: center;
}

.p-aircon__favorite-wrapper {
	background: rgba(255, 230, 0, 0.8);
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 10; /* カードリンク(<a>)よりも上に重ねる */
}

.p-aircon__favorite-wrapper button {
	background: transparent;
	padding: 2px 6px;
}

.p-aircon-favorites-page__back {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.p-aircon-products {
	background-color: #e2e2e5;
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-aircon-products__title {
	font-size: 24px;
}

.p-aircon__filter {
	margin-top: 16px;
}

.p-aircon__filter select {
	font-size: 18px;
	line-height: 1.5;
}

.p-aircon__filter select:last-child {
	margin-top: 12px;
}

.p-aircon__size-filter {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.p-aircon__size-filter-label {
	background-color: #fff;
	border: 1px solid currentColor;
	border-radius: 4px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-right: 4px;
	padding: 4px 10px;
}

.p-aircon__size-radio {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	gap: 4px;
}

.p-aircon__size-radio input[type=radio] {
	accent-color: #333;
	cursor: pointer;
	height: 16px;
	width: 16px;
}

.p-aircon__item-link {
	color: inherit;
	display: block;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.p-aircon__item-link:hover {
	opacity: 0.8;
}

.p-aircon__pagination {
	margin-top: 28px;
}

.p-aircon__pagination .nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.p-aircon__pagination .page-numbers {
	align-items: center;
	background-color: #fff;
	border: 1px solid #1f3f75;
	border-radius: 0;
	color: #1f3f75;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	min-height: 40px;
	min-width: 40px;
	padding: 0 10px;
	text-decoration: none;
}

.p-aircon__pagination .page-numbers.current {
	background-color: #1f3f75;
	color: #fff;
}

.p-chinese-products {
	background-color: #e2e2e5;
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-single-aircon {
	padding-bottom: 80px;
	padding-top: 60px;
}

.p-single-aircon__title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 24px;
}

.p-single-aircon__thumbnail {
	margin-bottom: 32px;
}

.p-single-aircon__thumbnail img {
	border-radius: 6px;
	display: block;
	height: auto;
	width: 100%;
}

.p-single-aircon__price-value {
	font-weight: 600;
}

.p-single-aircon__spec {
	border-collapse: collapse;
	font-size: 15px;
	width: 100%;
}

.p-single-aircon__spec tr {
	border-bottom: 1px solid #ddd;
}

.p-single-aircon__spec tr:first-child {
	border-top: 1px solid #ddd;
}

.p-single-aircon__spec th {
	background-color: #f0f0f0;
	font-weight: 700;
	padding: 12px 16px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	width: 38%;
}

.p-single-aircon__spec td {
	background-color: #fafafa;
	padding: 12px 16px;
	vertical-align: middle;
}

.p-single-aircon__spec .p-single-aircon__spec-row--meta th,
.p-single-aircon__spec .p-single-aircon__spec-row--price th {
	background-color: #e8f0ff;
	color: #1f3f75;
}

.p-single-aircon__spec .p-single-aircon__spec-row--meta td,
.p-single-aircon__spec .p-single-aircon__spec-row--price td {
	background-color: #f5f8ff;
	font-weight: 700;
}

.p-single-aircon__spec .p-single-aircon__spec-row--price th,
.p-single-aircon__spec .p-single-aircon__spec-row--price td {
	border-top: 2px solid #ccd9f5;
}

.p-single-aircon__spec .p-single-aircon__spec-row--contact td {
	background-color: #fafafa;
	padding: 12px 16px;
	text-align: center;
}

.p-post-single {
	margin: 0 auto;
	max-width: 760px;
}

.p-post-single__title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 16px;
}

.p-post-single__meta {
	align-items: center;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
	padding-bottom: 16px;
}

.p-post-single__date {
	color: #5f6673;
	font-size: 14px;
}

.p-post-single__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.p-post-single__tag {
	border: 1px solid #ccd9f5;
	border-radius: 4px;
	color: #1f3f75;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 10px;
}

.p-post-single__content {
	line-height: 1.9;
}

.p-post-single__content > * + * {
	margin-top: 1.2em;
}

.p-front {
	background: #f9f9fc;
	color: #1a1c1e;
	font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

.p-front > section {
	padding: 48px 0;
}

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

.p-front .material-symbols-outlined {
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.p-front .p-front__highlight {
	color: #004e9f;
}

.p-front .p-front__section-inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 clamp(16px, 4vw, 24px);
}

.p-front .p-front__section-heading {
	margin-bottom: 48px;
}

.p-front .p-front__section-heading--compact {
	margin-bottom: 32px;
}

.p-front .p-front__section-title {
	color: #004e9f;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
	text-align: center;
}

.p-front .p-front__section-text {
	color: #414753;
	line-height: 1.7;
}

.p-front .p-front__section-text--center {
	margin: 0 auto;
	max-width: 620px;
}

.p-front .p-front__hero {
	padding: 0;
}

.p-front .p-front__hero-swiper {
	height: 614px;
	width: 100%;
}

.p-front .p-front__hero-swiper .swiper-slide {
	position: relative;
}

.p-front .p-front__hero-swiper .p-front__hero-overlay {
	align-items: center;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 0 clamp(16px, 4vw, 24px);
	position: absolute;
	text-align: center;
}

.p-front .p-front__hero-swiper .p-front__hero-copy {
	max-width: 920px;
	position: absolute;
	top: 26%;
}

.p-front .p-front__hero-swiper .p-front__hero-title {
	font-size: clamp(18px, 4.4vw, 48px);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}

.p-front .p-front__hero-swiper .p-front__hero-text {
	font-size: clamp(12px, 2.2vw, 20px);
	font-weight: 500;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.p-front .p-front__hero-swiper .swiper-button-next,
.p-front .p-front__hero-swiper .swiper-button-prev {
	color: #004e9f;
}

.p-front .p-front__hero-swiper .swiper-pagination-bullet-active {
	background: #004e9f;
}

.p-front .p-front__about {
	background: #fff;
}

.p-front .p-front__latest-aircon {
	background: linear-gradient(180deg, #f9f9fc 0%, #fff 100%);
}

.p-front .p-front__latest-grid {
	display: grid;
	gap: 24px;
}

.p-front .p-front__latest-card {
	background: #fff;
	border: 1px solid rgba(193, 198, 213, 0.6);
	border-radius: 20px;
	box-shadow: 0 16px 32px rgba(26, 28, 30, 0.08);
	overflow: hidden;
}

.p-front .p-front__latest-thumbnail {
	aspect-ratio: 4/3;
}

.p-front .p-front__latest-content {
	display: grid;
	gap: 16px;
	padding: 20px;
}

.p-front .p-front__latest-meta {
	color: #414753;
	display: flex;
	font-size: 14px;
	gap: 12px;
	justify-content: space-between;
	line-height: 1.6;
}

.p-front .p-front__latest-price {
	color: #004e9f;
	font-size: 16px;
	font-weight: 700;
}

.p-front .p-front__latest-price-num {
	font-size: 24px;
}

.p-front .p-front__news-list {
	background: #fff;
	border: 1px solid rgba(193, 198, 213, 0.9);
	border-radius: 8px;
	margin: 0 auto;
	max-width: 760px;
	width: 100%;
}

.p-front .p-front__news-item + .p-front__news-item {
	border-top: 1px solid rgba(193, 198, 213, 0.8);
}

.p-front .p-front__news-link {
	align-items: stretch;
	color: #1a1c1e;
	display: flex;
	font-weight: 500;
	gap: 16px;
	line-height: 1.6;
	padding: 16px 20px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.p-front .p-front__news-link:hover {
	background: rgba(0, 78, 159, 0.06);
}

.p-front .p-front__news-thumb {
	aspect-ratio: 1/1;
	background: rgba(193, 198, 213, 0.2);
	border-radius: 6px;
	flex: 1 1 0;
	min-width: 0;
	overflow: hidden;
}

.p-front .p-front__news-thumb img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-front .p-front__news-body {
	display: flex;
	flex: 2 1 0;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	min-width: 0;
}

.p-front .p-front__news-date {
	color: #414753;
	font-size: 14px;
	white-space: nowrap;
}

.p-front .p-front__news-category {
	align-items: center;
	border: 1px solid rgba(0, 78, 159, 0.25);
	border-radius: 4px;
	color: #004e9f;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 4px 8px;
	white-space: nowrap;
	width: -moz-max-content;
	width: max-content;
}

.p-front .p-front__news-title {
	color: #1a1c1e;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	word-break: break-word;
}

.p-front .p-front__news-actions {
	display: flex;
	justify-content: flex-end;
	margin: 12px auto 0;
	max-width: 760px;
	width: 100%;
}

.p-front .p-front__news-archive-link {
	color: #004e9f;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.p-front .p-front__latest-button,
.p-front .p-front__latest-archive-link {
	align-items: center;
	background: #004e9f;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	padding: 14px 24px;
	text-decoration: none;
}

.p-front .p-front__latest-actions {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.p-front .p-front__latest-archive-link {
	min-width: min(100%, 220px);
}

.p-front .p-front__about-inner {
	align-items: center;
	display: grid;
	gap: 48px;
}

.p-front .p-front__about-content {
	display: grid;
	gap: 20px;
}

.p-front .p-front__link {
	align-items: center;
	color: #004e9f;
	display: inline-flex;
	font-weight: 700;
	gap: 8px;
	text-decoration: none;
}

.p-front .p-front__about-media {
	position: relative;
}

.p-front .p-front__about-photo {
	aspect-ratio: 16/9;
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(26, 28, 30, 0.12);
	overflow: hidden;
}

.p-front .p-front__recycled-badge {
	align-items: center;
	background: #006e25;
	border-radius: 999px;
	bottom: -24px;
	box-shadow: 0 12px 24px rgba(0, 110, 37, 0.25);
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 128px;
	justify-content: center;
	position: absolute;
	right: -24px;
	width: 128px;
}

.p-front .p-front__recycled-badge-value {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.p-front .p-front__recycled-badge-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.p-front .p-front__process {
	background: #f9f9fc;
}

.p-front .p-front__purchase-flow {
	background: #fff;
}

.p-front .p-front__process-grid {
	display: grid;
	gap: 32px;
}

.p-front .p-front__purchase-grid {
	display: grid;
	gap: 24px;
}

.p-front .p-front__process-card {
	background: #fff;
	border: 1px solid #c1c6d5;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(26, 28, 30, 0.06);
	padding: 24px;
	position: relative;
}

.p-front .p-front__purchase-card {
	background: linear-gradient(180deg, #ffffff 0%, #f9f9fc 100%);
	border: 1px solid rgba(193, 198, 213, 0.8);
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(26, 28, 30, 0.06);
	display: grid;
	gap: 16px;
	padding: 28px 24px 24px;
	position: relative;
}

.p-front .process-connector::after {
	display: none;
}

.p-front .p-front__step-number {
	align-items: center;
	background: #004e9f;
	border-radius: 12px;
	box-shadow: 0 6px 16px rgba(0, 78, 159, 0.24);
	color: #fff;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	height: 48px;
	justify-content: center;
	left: -16px;
	position: absolute;
	top: -16px;
	width: 48px;
}

.p-front .p-front__step-number--secondary {
	background: #006e25;
	box-shadow: 0 6px 16px rgba(0, 110, 37, 0.24);
}

.p-front .p-front__card-media {
	aspect-ratio: 1/1;
	border-radius: 12px;
	margin-bottom: 24px;
	overflow: hidden;
}

.p-front .p-front__card-title {
	color: #004e9f;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
}

.p-front .p-front__card-title--secondary {
	color: #006e25;
}

.p-front .p-front__card-text {
	color: #414753;
	line-height: 1.7;
}

.p-front .p-front__contact {
	background: rgba(232, 232, 234, 0.3);
}

.p-front .p-front__contact-panel {
	background: #fff;
	border: 1px solid rgba(193, 198, 213, 0.2);
	border-radius: 24px;
	box-shadow: 0 16px 32px rgba(26, 28, 30, 0.08);
	padding: 32px;
}

.p-front .p-front__contact-form {
	display: grid;
	gap: 24px;
}

.p-front .p-front__contact-grid {
	display: grid;
	gap: 24px;
}

.p-front .p-front__contact-field {
	display: grid;
	gap: 8px;
}

.p-front .p-front__contact-field label {
	color: #414753;
	font-size: 14px;
	font-weight: 600;
}

.p-front .p-front__contact-field input,
.p-front .p-front__contact-field textarea {
	background: #f9f9fc;
	border: 1px solid #c1c6d5;
	border-radius: 8px;
	outline: 0;
	padding: 12px 16px;
	width: 100%;
}

.p-front .p-front__contact-field input:focus,
.p-front .p-front__contact-field textarea:focus {
	border-color: #004e9f;
	box-shadow: 0 0 0 4px rgba(0, 78, 159, 0.12);
}

.p-front .p-front__contact-field textarea {
	min-height: 160px;
	resize: vertical;
}

.p-front .p-front__submit-button {
	align-items: center;
	background: #004e9f;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 20px rgba(0, 78, 159, 0.2);
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: center;
	padding: 16px 24px;
	width: 100%;
}

.p-front .p-front__contact-actions {
	display: flex;
	justify-content: center;
}

.wpcf7 .form-container {
	display: grid;
	gap: 24px;
}

.wpcf7 .form-group {
	display: grid;
	gap: 8px;
}

.wpcf7 label {
	color: #414753;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.wpcf7 .required {
	color: #004e9f;
	font-weight: 700;
}

.wpcf7 .notes {
	color: #414753;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
}

.wpcf7 p.notes {
	margin-top: -4px;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=reset]),
.wpcf7 textarea {
	background: #f9f9fc;
	border: 1px solid #c1c6d5;
	border-radius: 8px;
	color: #1a1c1e;
	font-size: 16px;
	line-height: 1.5;
	outline: 0;
	padding: 12px 16px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.wpcf7 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=reset])::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
	color: rgba(73, 78, 94, 0.65);
}

.wpcf7 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=reset])::placeholder,
.wpcf7 textarea::placeholder {
	color: rgba(73, 78, 94, 0.65);
}

.wpcf7 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=reset]):focus,
.wpcf7 textarea:focus {
	border-color: #004e9f;
	box-shadow: 0 0 0 4px rgba(0, 78, 159, 0.12);
}

.wpcf7 textarea {
	min-height: 160px;
	resize: vertical;
}

.wpcf7 .wpcf7-radio {
	display: grid;
	gap: 10px;
}

.wpcf7 .wpcf7-list-item {
	margin: 0;
}

.wpcf7 .wpcf7-list-item label {
	align-items: flex-start;
	color: #1a1c1e;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	gap: 10px;
	line-height: 1.7;
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
	accent-color: #004e9f;
	flex-shrink: 0;
	margin-top: 0.28em;
}

.wpcf7 .form-submit {
	display: flex;
	justify-content: center;
}

.wpcf7 .wpcf7-submit {
	align-items: center;
	background: #004e9f;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 20px rgba(0, 78, 159, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 16px 24px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
	width: 100%;
}

.wpcf7 .wpcf7-submit:hover {
	box-shadow: 0 14px 24px rgba(0, 78, 159, 0.24);
	transform: translateY(-1px);
}

.wpcf7 .wpcf7-submit:active {
	box-shadow: 0 8px 16px rgba(0, 78, 159, 0.22);
	transform: translateY(0);
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.wpcf7 .wpcf7-spinner {
	margin: 12px 0 0;
}

.wpcf7 .wpcf7-not-valid {
	border-color: #c53c3c;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #c53c3c;
	font-size: 13px;
	font-weight: 500;
	margin-top: 6px;
}

.wpcf7 .wpcf7-response-output {
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.6;
	margin: 24px 0 0;
	padding: 12px 16px;
}

.wpcf7 .wpcf7 form.sent .wpcf7-response-output {
	background: rgba(0, 110, 37, 0.08);
	border-color: #006e25;
	color: #0a5f2a;
}

.wpcf7 .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 .wpcf7 form.failed .wpcf7-response-output,
.wpcf7 .wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 .wpcf7 form.spam .wpcf7-response-output {
	background: rgba(197, 60, 60, 0.08);
	border-color: #c53c3c;
	color: #8f2323;
}

.p-single-aircon__swiper-wrapper {
	height: auto !important;
}

.p-single-aircon__thumbs-button {
	top: calc(50% + 16px) !important;
	transform: translateY(-50%) !important;
}

.p-single-aircon__swiper {
	overflow: hidden;
}

.p-single-aircon__slide img {
	aspect-ratio: 4/3;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-single-aircon__swiper-pagination {
	margin-top: 12px;
	position: static;
}

.p-single-aircon__thumbs {
	margin-top: 12px;
	overflow: hidden;
}

.p-single-aircon__thumb-slide {
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}

.p-single-aircon__thumb-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.p-single-aircon__thumb-slide img {
	aspect-ratio: 4/3;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-single-aircon__swiper-button {
	color: #fff;
	height: 36px;
	width: 36px;
}

.p-single-aircon__swiper-button::after {
	font-size: 18px;
	font-weight: 700;
}

.p-single-aircon__thumbs-button {
	color: #1f3f75;
	height: 28px;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}

.p-single-aircon__thumbs-button::after {
	font-size: 14px !important;
	font-weight: 700;
}

.p-news {
	margin-top: 112px;
	padding-bottom: 80px;
	padding-top: 60px;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.u-hidden {
	display: none !important;
}

@media (min-width: 768px) {

.p-footer__inner {
	align-items: end;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	padding-bottom: 56px;
	padding-top: 56px;
}

.p-footer__brand {
	justify-items: start;
	text-align: left;
}

.p-footer__content {
	justify-items: end;
}

.p-footer__nav {
	justify-content: flex-end;
}

.p-footer__copyright {
	text-align: right;
}

.p-front > section {
	padding: 80px 0;
}

.p-front .p-front__hero {
	padding: 0;
}

.p-front .p-front__hero-swiper {
	height: 819px;
}

.p-front .p-front__about-inner {
	gap: 64px;
	grid-template-columns: 1fr 1fr;
}

.p-front .p-front__latest-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-front .p-front__process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.p-front .p-front__purchase-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.p-front .process-connector::after {
	border-top: 2px dashed #c1c6d5;
	content: "";
	position: absolute;
	right: -24px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.p-front .process-connector:last-child::after {
	display: none;
}

.p-front .p-front__contact-panel {
	padding: 48px;
}

.wpcf7 .wpcf7-submit {
	min-width: 220px;
	width: auto;
}

}

@media screen and (min-width: 1100px) {

.u-hidden-pc {
	display: none;
}

}

@media screen and (max-width: 1099px) {

.p-aircon__grid {
	grid-template-columns: repeat(2, 1fr);
}

}

@media screen and (max-width: 767px) {

.l-inner {
	padding-inline: 16px;
}

.l-header__inner {
	padding-block: 12px;
	padding-inline: 16px;
}

.c-new-items__title {
	font-size: 20px;
	margin-bottom: 16px;
}

.c-new-items__inner {
	flex-direction: column;
	gap: 16px;
}

.c-new-items__item {
	width: 100%;
}

.p-header__nav a {
	font-size: 13px;
}

.p-header__nav {
	background: rgba(249, 249, 252, 0.98);
	border-bottom: 1px solid rgba(193, 198, 213, 0.5);
	box-shadow: 0 18px 32px rgba(26, 28, 30, 0.14);
	display: grid;
	gap: 24px;
	left: 0;
	opacity: 0;
	padding: 20px clamp(16px, 4vw, 24px) 24px;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 83px;
	transform: translateY(-12px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	visibility: hidden;
}

.p-header__nav.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.p-header__nav--chinese {
	background: transparent;
	border-bottom: 0;
	box-shadow: none;
	display: flex;
	gap: 16px;
	left: auto;
	opacity: 1;
	padding: 0;
	pointer-events: auto;
	position: static;
	right: auto;
	top: auto;
	transform: none;
	visibility: visible;
}

.p-header__nav-list {
	align-items: stretch;
	flex-direction: column;
	gap: 8px;
}

.p-header__nav--chinese .p-header__nav-list {
	align-items: center;
	flex-direction: row;
	gap: 16px;
}

.p-header__nav-link {
	border-bottom: 1px solid rgba(193, 198, 213, 0.6);
	display: block;
	padding: 12px 0;
}

.p-header__nav--chinese .p-header__nav-link {
	border-bottom: 0;
	padding: 0;
}

.p-header__button {
	padding: 14px 20px;
	width: 100%;
}

.p-header__menu-button {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(193, 198, 213, 0.8);
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(26, 28, 30, 0.08);
	display: inline-flex;
	flex-direction: column;
	gap: 6px;
	height: 44px;
	justify-content: center;
	position: relative;
	width: 44px;
	z-index: 60;
}

.p-header__menu-button span {
	background: #1a1c1e;
	border-radius: 999px;
	display: block;
	height: 2px;
	transition: transform 0.25s ease, opacity 0.25s ease;
	width: 18px;
}

.p-header__menu-button.is-open span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.p-header__menu-button.is-open span:nth-child(2) {
	opacity: 0;
}

.p-header__menu-button.is-open span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

body.is-menu-open {
	overflow: hidden;
}

.p-header__inner {
	position: relative;
}

.p-header__logo img {
	width: 60px;
}

.p-footer__logo {
	padding-left: 0;
}

.p-aircon__grid {
	grid-template-columns: 1fr;
}

.p-front .p-front__recycled-badge {
	height: 96px;
	width: 96px;
}

.p-front .p-front__recycled-badge-value {
	font-size: 24px;
}

.p-single-aircon__swiper-button {
	height: 30px !important;
	width: 30px !important;
}

.p-single-aircon__swiper-button::after {
	font-size: 15px !important;
}

.p-single-aircon__thumbs-button {
	height: 24px !important;
	width: 24px !important;
}

.p-single-aircon__thumbs-button::after {
	font-size: 12px !important;
}

.u-hidden-sp {
	display: none;
}

}

@media (max-width: 767px) {

.l-main {
	margin-top: 65px;
}

.p-front .p-front__news-link {
	gap: 12px;
	padding: 12px 16px;
}

.p-front .p-front__news-body {
	gap: 6px;
}

.p-front .p-front__news-title {
	font-size: 16px;
}

}

