html {
	scroll-behavior: smooth;
}

.page-id-24890 .main-page-wrapper {
	margin-top: -40px;
	padding-top: 0;
}

.page-id-24890 .main-page-wrapper > .container {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.page-id-24890 .main-page-wrapper .site-content,
.page-id-24890 .main-page-wrapper .entry-content {
	width: 100%;
	max-width: none;
}

.page-id-24890 .page-title,
.page-id-24890 .entry-header {
	display: none;
}

.page-id-24890 .whb-header,
.page-id-24890 .whb-main-header,
.page-id-24890 .whb-general-header {
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.mn-page {
	position: relative;
	width: min(100%, 480px);
	margin: 0 auto;
	background: #f4f5f6;
	min-height: 100vh;
	overflow: hidden;
	color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

.site-content .mn-page {
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
}

.mn-hero {
	position: relative;
	z-index: 1;
	background: #dceefa;
}

.mn-slider {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.mn-slider-track {
	display: flex;
	transition: transform .4s ease;
}

.mn-slide {
	display: block;
	flex: 0 0 100%;
	text-decoration: none;
	background: #dceefa;
}

.mn-slide img {
	display: block;
	width: 100%;
	aspect-ratio: 1051 / 1480;
	object-fit: cover;
}

.mn-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	display: flex;
	justify-content: center;
	gap: 5px;
}

.mn-dots button {
	width: 5px;
	height: 5px;
	min-height: 5px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
	box-shadow: none;
	line-height: 1;
}

.mn-dots button.is-active {
	width: 5px;
	border-radius: 999px;
	background: #fff;
}

.mn-section {
	padding: 22px 12px 12px;
}

.mn-title,
.mn-subtitle {
	margin: 0 0 14px;
	text-align: center;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 900;
}

.mn-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.mn-title span {
	width: 8px;
	height: 12px;
	background: #f2812c;
	clip-path: polygon(50% 0, 100% 45%, 50% 100%, 0 45%);
}

.mn-subtitle {
	font-size: 13px;
	letter-spacing: 0;
}

.mn-chip-wrap {
	position: relative;
	margin: 0 -12px 13px;
	padding: 0 48px 0 12px;
}

.mn-chip-wrap.is-no-overflow {
	padding-right: 12px;
}

.mn-chip-row {
	display: flex;
	justify-content: flex-start;
	gap: 7px;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	scrollbar-width: none;
}

.mn-chip-row.is-centered {
	justify-content: center;
}

.mn-chip-row::-webkit-scrollbar {
	display: none;
}

.mn-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 96px;
	width: 96px;
	height: 26px;
	min-height: 26px;
	padding: 0 8px;
	border: 1px solid #dedede;
	border-radius: 999px;
	background: #fff;
	color: #454545;
	font-size: 9px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

button.mn-chip {
	cursor: pointer;
}

.mn-chip.is-active {
	border-color: #1f1f1f;
	background: #202020;
	color: #fff;
}

.mn-chip-next {
	position: absolute;
	top: 50%;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	min-height: 30px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d8d8d8;
	transform: translateY(-50%);
}

.mn-chip-next[hidden] {
	display: none !important;
}

.mn-chip-next::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	margin-left: -2px;
	border-top: 3px solid #202020;
	border-right: 3px solid #202020;
	transform: rotate(45deg);
}

.mn-chip-next.is-back::before {
	margin-right: -2px;
	margin-left: 0;
	transform: rotate(-135deg);
}

.mn-products-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.mn-product-card {
	display: block;
	min-width: 0;
	padding: 0 0 11px;
	background: #fff;
	color: #111;
	text-align: center;
	text-decoration: none;
}

.mn-product-image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #eee;
	overflow: hidden;
}

.mn-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mn-product-title {
	display: -webkit-box;
	min-height: 24px;
	margin: 9px 8px 2px;
	overflow: hidden;
	color: #111;
	font-size: 9px;
	line-height: 1.35;
	font-weight: 900;
	text-transform: uppercase;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mn-product-price,
.mn-product-price .amount {
	color: #222;
	font-size: 10px;
	font-weight: 800;
}

.mn-product-price del {
	display: none;
}

.mn-ad {
	position: relative;
	margin: 6px 0 0;
}

.mn-ad a {
	display: block;
}

.mn-ad img {
	display: block;
	width: 100%;
	height: auto;
}

.mn-ad-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 47px;
	color: #111;
	font-size: 17px;
	font-weight: 900;
	text-align: center;
}

.mn-reviews {
	padding-top: 45px;
	padding-bottom: 18px;
	background: #f4f5f6;
}

.mn-review-carousel {
	position: relative;
}

.mn-review {
	position: relative;
	display: none;
	overflow: hidden;
	min-height: 300px;
	max-width: 330px;
	margin: 0 auto;
	padding: 22px;
	align-items: flex-end;
	background-image: var(--mn-review-bg);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
	transition: transform .28s ease;
}

.mn-review.is-active,
.mn-review:first-child {
	display: flex;
}

.mn-review-carousel.is-ready .mn-review {
	display: none;
}

.mn-review-carousel.is-ready .mn-review.is-active {
	display: flex;
}

.mn-review::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .28);
	transition: opacity .28s ease;
}

.mn-review-link {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	color: inherit;
	text-decoration: none;
	transition: opacity .22s ease;
}

.mn-review-link:hover {
	color: inherit;
}

.mn-review p {
	margin: 0 0 20px;
	color: inherit;
	font-size: 10px;
	line-height: 1.65;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
	text-align: left;
}

.mn-review strong,
.mn-review span {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 8px;
	line-height: 1.7;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
}

.mn-stars {
	position: relative;
	z-index: 1;
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: 2px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
}

.mn-review-nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	min-height: 30px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 50%;
	background: rgba(0, 0, 0, .34);
	box-sizing: border-box;
	line-height: 1;
	transform: translateY(-50%);
}

.mn-review-nav::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.mn-review-nav.is-prev {
	left: 8px;
}

.mn-review-nav.is-next {
	right: 8px;
}

.mn-review-nav.is-prev::before {
	transform: rotate(-45deg);
}

.mn-review-nav.is-next::before {
	transform: rotate(135deg);
}

.mn-advantages {
	display: grid;
	grid-template-columns: 850fr 198fr;
	gap: 6px;
	padding: 8px 0 0;
}

.mn-advantage-card {
	overflow: hidden;
}

.mn-advantage-side {
	background: #d9d9d9;
	overflow: hidden;
}

.mn-advantage-card img,
.mn-advantage-side img {
	display: block;
	width: 100%;
	height: auto;
}

.mn-compare-list {
	padding: 7px 0 0;
}

.mn-compare-list .mn-compare:nth-child(n+2) {
	display: none;
}

.mn-compare {
	width: 100%;
}

.mn-compare-frame {
	position: relative;
	overflow: hidden;
	background: #e6dfd5;
}

.mn-compare-img,
.mn-compare-overlay img {
	display: block;
	width: 100%;
	height: auto;
}

.mn-compare-overlay {
	position: absolute;
	inset: 0 auto 0 0;
	width: 50%;
	overflow: hidden;
}

.mn-compare-overlay img {
	width: min(100vw, 480px);
	max-width: none;
}

.mn-compare-range {
	position: absolute;
	inset: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: ew-resize;
}

.mn-compare-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 3;
	width: 2px;
	background: rgba(255, 255, 255, .92);
	transform: translateX(-1px);
	pointer-events: none;
}

.mn-compare-line span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .66);
	transform: translate(-50%, -50%);
}

.mn-compare-line span::before,
.mn-compare-line span::after {
	content: "";
	position: absolute;
	top: 13px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.mn-compare-line span::before {
	left: 10px;
	transform: rotate(-45deg);
}

.mn-compare-line span::after {
	right: 10px;
	transform: rotate(135deg);
}

.mn-shop {
	padding-top: 28px;
}

.mn-tab-panel {
	display: none;
}

.mn-tab-panel.is-active {
	display: block;
}

.mn-cases {
	padding-top: 44px;
	padding-bottom: 35px;
}

.mn-case-carousel {
	position: relative;
	height: 230px;
	margin: 0 -12px;
}

.mn-case-stage {
	position: relative;
	height: 100%;
}

.mn-case {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48%;
	opacity: 0;
	transform: translate(-50%, -50%) scale(.8);
	transition: transform .35s ease, opacity .35s ease;
}

.mn-case img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .14);
}

.mn-case a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.mn-case.is-active {
	z-index: 3;
	width: 58%;
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.mn-case.is-prev,
.mn-case.is-next {
	z-index: 2;
	opacity: .48;
	filter: brightness(.62);
}

.mn-case.is-prev {
	transform: translate(-98%, -50%) scale(.78);
}

.mn-case.is-next {
	transform: translate(-2%, -50%) scale(.78);
}

.mn-case-nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	min-height: 28px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 50%;
	background: rgba(0, 0, 0, .32);
	box-sizing: border-box;
	line-height: 1;
	transform: translateY(-50%);
}

.mn-case-nav::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	margin: 0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.mn-case-nav.is-prev {
	left: 23%;
}

.mn-case-nav.is-next {
	right: 23%;
}

.mn-case-nav.is-prev::before {
	transform: rotate(-45deg);
}

.mn-case-nav.is-next::before {
	transform: rotate(135deg);
}

.mn-footer {
	padding: 22px 24px 28px;
	background: #fff;
	text-align: center;
}

.mn-footer-logo {
	display: block;
	width: 116px;
	height: auto;
	margin: 0 auto;
}

.mn-footer h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 900;
}

.mn-point {
	display: block;
	width: 45px;
	height: auto;
	margin: 5px auto 26px;
}

.mn-footer-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 28px;
	margin-bottom: 24px;
	text-align: left;
}

.mn-footer-links a {
	color: #242424;
	font-size: 8px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.mn-footer-links a::before {
	content: "+ ";
}

.mn-socials {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin-bottom: 13px;
}

.mn-socials a {
	color: #222;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.mn-footer p {
	margin: 0;
	color: #333;
	font-size: 8px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.mn-page,
	.site-content .mn-page {
		width: 100%;
		max-width: none;
	}

	.mn-hero,
	.mn-section,
	.mn-ad,
	.mn-advantages,
	.mn-compare-list {
		width: 90vw;
		margin-right: auto;
		margin-left: auto;
	}

	.mn-hero {
		padding: 0 24px;
		background: transparent;
	}

	.mn-slider {
		border-radius: 0 0 8px 8px;
	}

	.mn-slide img {
		aspect-ratio: 16 / 7;
		max-height: 640px;
		object-position: center 28%;
	}

	.mn-section {
		padding: 44px 24px 24px;
	}

	.mn-title,
	.mn-subtitle {
		margin-bottom: 28px;
		font-size: 26px;
	}

	.mn-title {
		gap: 12px;
	}

	.mn-title span {
		width: 12px;
		height: 18px;
	}

	.mn-chip-wrap {
		margin: 0 0 28px;
		padding: 0 58px 0 0;
	}

	.mn-chip-wrap.is-no-overflow {
		padding-right: 0;
	}

	.mn-chip-row {
		gap: 16px;
	}

	.mn-chip {
		flex-basis: 168px;
		width: 168px;
		height: 48px;
		min-height: 48px;
		font-size: 14px;
	}

	.mn-chip-next {
		right: 0;
		width: 46px;
		height: 46px;
		min-height: 46px;
	}

	.mn-chip-next::before {
		width: 12px;
		height: 12px;
	}

	.mn-products-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 18px;
	}

	.mn-product-card {
		padding-bottom: 22px;
	}

	.mn-product-title {
		min-height: 42px;
		margin: 18px 16px 8px;
		font-size: 15px;
	}

	.mn-product-price,
	.mn-product-price .amount {
		font-size: 16px;
	}

	.mn-ad {
		margin-top: 28px;
	}

	.mn-ad img {
		height: clamp(220px, 22vw, 360px);
		object-fit: cover;
		object-position: center 48%;
	}

	.mn-ad-label {
		bottom: 50%;
		font-size: 30px;
		transform: translateY(50%);
	}

	.mn-reviews {
		padding-top: 72px;
		padding-bottom: 48px;
	}

	.mn-review-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}

	.mn-review,
	.mn-review-carousel.is-ready .mn-review {
		display: flex;
		min-height: 360px;
		max-width: none;
		padding: 22px;
	}

	.mn-review:nth-child(n+4),
	.mn-review-carousel.is-ready .mn-review:nth-child(n+4) {
		display: none;
	}

	.mn-review-nav {
		display: none;
	}

	.mn-review-link {
		padding: 34px;
	}

	.mn-review p {
		color: inherit;
		margin-bottom: 34px;
		font-size: 16px;
		line-height: 1.8;
	}

	.mn-review strong,
	.mn-review span {
		position: relative;
		z-index: 1;
		font-size: 13px;
	}

	.mn-stars {
		position: relative;
		z-index: 1;
		font-size: 22px;
	}

	@media (hover: hover) {
		.mn-review:hover {
			z-index: 2;
			transform: scale(1.025);
		}

		.mn-review:hover::before {
			opacity: 0;
		}

		.mn-review:hover .mn-review-link {
			opacity: 0;
		}
	}

	.mn-advantages {
		display: none;
		grid-template-columns: 2fr 1fr;
		gap: 14px;
		height: 66vh;
		min-height: 420px;
		max-height: 640px;
		padding-top: 28px;
	}

	.mn-advantages img {
		height: 100%;
		object-fit: cover;
	}

	.mn-compare-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
		padding-top: 18px;
	}

	.mn-compare-list .mn-compare:nth-child(n+2) {
		display: block;
	}

	.mn-compare-list .mn-compare:nth-child(n+4) {
		display: none;
	}

	.mn-compare-frame {
		height: clamp(320px, 40vw, 560px);
	}

	.mn-compare-img,
	.mn-compare-overlay img {
		height: 100%;
		object-fit: cover;
	}

	.mn-compare-overlay img {
		width: calc((90vw - 36px) / 3);
	}

	.mn-cases {
		padding-top: 76px;
		padding-bottom: 76px;
	}

	.mn-case-carousel {
		height: 440px;
		margin: 0;
	}

	.mn-case {
		width: 20%;
	}

	.mn-case.is-active {
		width: 26%;
	}

	.mn-case.is-prev-2,
	.mn-case.is-next-2 {
		z-index: 1;
		opacity: .22;
		filter: brightness(.7);
	}

	.mn-case.is-prev-2 {
		transform: translate(-185%, -50%) scale(.68);
	}

	.mn-case.is-prev {
		transform: translate(-122%, -50%) scale(.78);
	}

	.mn-case.is-next {
		transform: translate(22%, -50%) scale(.78);
	}

	.mn-case.is-next-2 {
		transform: translate(85%, -50%) scale(.68);
	}

	.mn-case-nav {
		width: 54px;
		height: 54px;
		min-height: 54px;
	}

	.mn-case-nav.is-prev {
		left: 38%;
	}

	.mn-case-nav.is-next {
		right: 38%;
	}
}

@media (min-width: 1200px) {
	.mn-products-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1600px) {
	.mn-compare-overlay img {
		width: calc((90vw - 36px) / 3);
	}
}
