/* アーカイブ8ベース — アトム電器肥後大津店 上書き */
body.lp-aircon-ref-body {
	margin: 0;
	overflow-x: clip;
	-webkit-text-size-adjust: 100%;
}

.lp-brand {
	display: inline-block;
	text-decoration: none;
	color: #1a4480;
	line-height: 1.2;
}

.lp-brand__main {
	display: block;
	font-weight: 900;
	font-size: 18px;
}

.lp-brand__sub {
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #555;
	margin-top: 2px;
}

.header_logo .lp-brand__main {
	font-size: 17px;
}

/* ヒーロー：参考LPの勢いをHTMLテキストで上書き */
.lp-hero-headline {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 16px 64px;
	text-align: center;
	pointer-events: none;
}

.lp-hero-headline__main {
	display: block;
	font-size: clamp(24px, 5vw, 42px);
	font-weight: 900;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
	line-height: 1.25;
}

.lp-hero-headline__sub {
	display: block;
	font-size: clamp(13px, 3vw, 17px);
	font-weight: 700;
	color: #fff;
	max-width: 640px;
	line-height: 1.55;
	margin-bottom: 14px;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.lp-hero-headline__price {
	display: block;
	font-size: clamp(22px, 4vw, 36px);
	font-weight: 900;
	color: #fff;
	background: rgba(250, 38, 23, 0.94);
	padding: 12px 24px;
	border-radius: 10px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
	margin-bottom: 8px;
}

.lp-hero-headline__price em {
	font-style: normal;
	font-size: 1.25em;
}

.lp-hero-headline__price small {
	font-size: 0.55em;
}

.lp-hero-headline__note {
	display: block;
	font-size: clamp(13px, 2.5vw, 16px);
	font-weight: 800;
	color: #ffeb3b;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.firstview .txtArea {
	display: none;
}

.tel_selector {
	text-decoration: none;
	color: inherit;
}

#footer .right {
	display: none;
}

/* 口コミ風テキスト非表示 */
.reviewBox,
.mc02 .text02,
.mc02 .text03 {
	display: none !important;
}

/* スマホ横スクロール防止 */
.wrap,
#main,
.inner {
	max-width: 100%;
}

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

/* メーカーロゴ均等配置 */
.makerlogo_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 12px;
}

.makerlogo_image {
	max-height: 40px;
	width: auto;
	object-fit: contain;
}

/* 固定CTA */
.ac-sticky-bar-ref {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 52px;
	box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.22);
}

.ac-sticky-bar-ref__tel,
.ac-sticky-bar-ref__line {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	font-family: inherit;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
}

.ac-sticky-bar-ref__tel {
	background: #fbbf24;
	color: #0a2540;
}

.ac-sticky-bar-ref__line {
	background: #06c755;
	color: #fff;
}

@media (max-width: 768px) {
	body.lp-aircon-ref-body {
		padding-bottom: 52px;
	}

	.lp-hero-headline {
		padding: 20px 10px 48px;
	}

	.header_txt .toptext,
	.header_txt .area_text {
		font-size: 11px;
	}

	.header_logo .lp-brand__main {
		font-size: 14px;
	}
}

@media (min-width: 960px) {
	.ac-sticky-bar-ref {
		display: none;
	}
}

/* LINE modal */
body.lp-aircon-ref-body .renewal-line-modal {
	padding: 0;
	border: none;
	max-width: min(420px, calc(100vw - 2rem));
	border-radius: 12px;
	background: transparent;
}

body.lp-aircon-ref-body .renewal-line-modal::backdrop {
	background: rgba(10, 37, 64, 0.55);
}

body.lp-aircon-ref-body .renewal-line-modal__panel {
	padding: 28px 24px;
	background: #fff;
	border-radius: 12px;
}

body.lp-aircon-ref-body .renewal-line-modal__actions .renewal-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
}

body.lp-aircon-ref-body .renewal-line-modal__actions .renewal-btn--primary {
	background: #06c755;
	color: #fff;
}
