body.mizary-love-horoscope {
	margin: 0;
	color: #30282f;
	background: #fffaf7;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.mizary-love-horoscope *,
body.mizary-love-horoscope *::before,
body.mizary-love-horoscope *::after {
	box-sizing: border-box;
}

body.mizary-love-horoscope a {
	color: inherit;
	text-decoration: none;
}

body.mizary-love-horoscope img {
	display: block;
	max-width: 100%;
}

body.mizary-love-horoscope [hidden] {
	display: none !important;
}

body.mizary-love-horoscope :focus-visible {
	outline: 3px solid #2f6f68;
	outline-offset: 3px;
}

.lh-header {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 62px;
	padding: 10px 18px;
	background: rgba(255, 250, 247, 0.94);
	border-bottom: 1px solid #eaded6;
	backdrop-filter: blur(14px);
}

.lh-logo {
	flex: 0 0 auto;
	color: #30282f;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 1rem;
	font-weight: 700;
}

.lh-header-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	font-size: 0.78rem;
	font-weight: 700;
}

.lh-header-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid #e0d2c8;
	border-radius: 8px;
	background: #fff;
	color: #5b4d55;
}

.lh-page {
	overflow: hidden;
}

.lh-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 500px;
	padding: 96px 20px 54px;
	overflow: hidden;
	color: #fff;
	background: #3f3032;
}

.lh-hero-image,
.lh-hero-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.lh-hero-image {
	object-fit: cover;
	object-position: center;
}

.lh-hero-overlay {
	background:
		linear-gradient(180deg, rgba(35, 26, 29, 0.16) 0%, rgba(35, 26, 29, 0.58) 52%, rgba(35, 26, 29, 0.9) 100%),
		linear-gradient(90deg, rgba(35, 26, 29, 0.58), rgba(35, 26, 29, 0.1));
}

.lh-hero-content {
	position: relative;
	z-index: 1;
	width: min(100%, 760px);
	margin: 0 auto;
	text-align: center;
}

.lh-kicker {
	margin: 0 0 10px;
	color: #a77a3f;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.lh-hero .lh-kicker {
	color: #f0cf93;
}

.lh-hero h1 {
	margin: 0;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 2.15rem;
	font-weight: 700;
	line-height: 1.32;
	letter-spacing: 0;
}

.lh-hero-lead {
	max-width: 640px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.98rem;
	line-height: 1.95;
}

.lh-hero-actions,
.lh-cta-row,
.lh-line-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 26px;
}

.lh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}

.lh-button:hover {
	transform: translateY(-1px);
}

.lh-button-primary {
	background: #b65368;
	color: #fff;
	box-shadow: 0 10px 24px rgba(97, 38, 54, 0.22);
}

.lh-button-primary:hover {
	background: #9e4559;
}

.lh-button-secondary {
	background: rgba(255, 255, 255, 0.92);
	border-color: #e4d7cf;
	color: #4a3f45;
}

.lh-button-secondary:hover {
	border-color: #b65368;
}

.lh-button-line {
	background: #06c755;
	color: #fff;
	box-shadow: 0 10px 24px rgba(6, 120, 65, 0.18);
}

.lh-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 1040px;
	margin: 0 auto;
	padding: 18px 20px 0;
	color: #7c7076;
	font-size: 0.78rem;
}

.lh-breadcrumb a {
	color: #835063;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lh-section-inner {
	width: min(100% - 40px, 1040px);
	margin: 0 auto;
}

.lh-selector-section,
.lh-reading-section,
.lh-link-section,
.lh-line-section {
	padding: 58px 0;
}

.lh-selector-section {
	background: #fffaf7;
}

.lh-selector-section h2,
.lh-link-section h2,
.lh-line-section h2 {
	margin: 0;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 1.55rem;
	line-height: 1.45;
	letter-spacing: 0;
}

.lh-section-lead {
	max-width: 680px;
	margin: 12px 0 0;
	color: #766973;
	font-size: 0.94rem;
}

.lh-sign-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 26px;
}

.lh-sign-link {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	min-height: 78px;
	padding: 12px;
	border: 1px solid #eaded6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(85, 67, 67, 0.06);
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.lh-sign-link:hover,
.lh-sign-link.is-active {
	transform: translateY(-1px);
	border-color: #b65368;
	background: #fff6f4;
}

.lh-sign-link.is-active {
	box-shadow: 0 12px 28px rgba(128, 69, 83, 0.14);
}

.lh-sign-symbol {
	grid-row: 1 / 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-right: 10px;
	border-radius: 8px;
	background: #f4ebe5;
	color: #9d5b49;
	font-size: 1.35rem;
}

.lh-sign-name {
	color: #332b31;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.25;
}

.lh-sign-period {
	color: #81757c;
	font-size: 0.76rem;
	line-height: 1.2;
}

.lh-reading-section {
	background: #f6f0ec;
}

.lh-empty-state {
	padding: 28px 20px;
	border: 1px dashed #d9c9c0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.66);
	text-align: center;
}

.lh-empty-state p {
	margin: 8px 0 0;
	color: #74686f;
}

.lh-empty-title {
	margin: 0 !important;
	color: #332b31 !important;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 1.18rem;
	font-weight: 700;
}

.lh-reading {
	scroll-margin-top: 84px;
	border: 1px solid #eaded6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(71, 55, 55, 0.08);
}

.lh-reading-header {
	padding: 28px 20px 24px;
	border-bottom: 1px solid #eaded6;
	text-align: center;
}

.lh-reading-symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 14px;
	border-radius: 8px;
	background: #f4ebe5;
	color: #9d5b49;
	font-size: 1.8rem;
}

.lh-reading-month {
	margin: 0 0 8px;
	color: #8a7b82;
	font-size: 0.8rem;
	font-weight: 700;
}

.lh-reading-header h2 {
	max-width: 720px;
	margin: 0 auto;
	color: #332b31;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 1.55rem;
	line-height: 1.45;
	letter-spacing: 0;
}

.lh-reading-body {
	display: grid;
	gap: 22px;
	padding: 24px 20px 26px;
}

.lh-reading-part {
	position: relative;
	padding-left: 42px;
}

.lh-part-number {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 8px;
	background: #6f7d68;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
}

.lh-reading-part h3 {
	margin: 0 0 8px;
	color: #332b31;
	font-size: 1.08rem;
	line-height: 1.45;
	letter-spacing: 0;
}

.lh-reading-part p {
	margin: 0;
	color: #5e535a;
	font-size: 0.96rem;
	line-height: 1.9;
}

.lh-reading-part p + p {
	margin-top: 12px;
}

.lh-lucky-list {
	display: grid;
	gap: 10px;
	margin: 4px 0 0;
}

.lh-lucky-list div {
	padding: 14px;
	border: 1px solid #eaded6;
	border-radius: 8px;
	background: #fffaf7;
}

.lh-lucky-list dt {
	margin: 0 0 4px;
	color: #8a6452;
	font-size: 0.76rem;
	font-weight: 700;
}

.lh-lucky-list dd {
	margin: 0;
	color: #332b31;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.45;
}

.lh-consult-cta {
	margin-top: 4px;
	padding: 22px 18px;
	border-radius: 8px;
	background: #2f5f5a;
	color: #fff;
}

.lh-consult-cta .lh-kicker {
	color: #d8c08e;
}

.lh-consult-cta h3 {
	margin: 0;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 1.24rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.lh-consult-cta p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.88);
}

.lh-af-note {
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.lh-consult-cta .lh-button-secondary {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.36);
	color: #fff;
}

.lh-link-section {
	background: #fffaf7;
}

.lh-link-grid {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.lh-link-card {
	display: grid;
	gap: 4px;
	min-height: 126px;
	padding: 18px;
	border: 1px solid #eaded6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(85, 67, 67, 0.05);
}

.lh-link-card:hover {
	border-color: #b65368;
}

.lh-link-card span {
	color: #a77a3f;
	font-size: 0.74rem;
	font-weight: 700;
}

.lh-link-card strong {
	color: #332b31;
	font-size: 1rem;
	line-height: 1.45;
}

.lh-link-card small {
	color: #74686f;
	font-size: 0.84rem;
	line-height: 1.65;
}

.lh-line-section {
	background: #f0e8df;
}

.lh-line-inner {
	display: grid;
	gap: 22px;
}

.lh-line-inner p {
	margin: 12px 0 0;
	color: #62565d;
}

.lh-line-actions {
	justify-content: flex-start;
	margin-top: 0;
}

.lh-line-actions .lh-button {
	width: 100%;
}

.lh-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 26px 20px;
	background: #30282f;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.82rem;
}

.lh-footer a {
	color: #fff;
	font-weight: 700;
}

@media (min-width: 560px) {
	.lh-header {
		padding-right: 24px;
		padding-left: 24px;
	}

	.lh-header-nav {
		gap: 10px;
		font-size: 0.84rem;
	}

	.lh-header-nav a {
		padding-right: 14px;
		padding-left: 14px;
	}

	.lh-hero h1 {
		font-size: 2.8rem;
	}

	.lh-sign-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lh-lucky-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lh-line-actions .lh-button {
		width: auto;
	}
}

@media (min-width: 820px) {
	.lh-hero {
		min-height: 610px;
		padding: 118px 32px 72px;
	}

	.lh-hero h1 {
		font-size: 3.4rem;
	}

	.lh-hero-lead {
		font-size: 1.04rem;
	}

	.lh-selector-section,
	.lh-reading-section,
	.lh-link-section,
	.lh-line-section {
		padding: 78px 0;
	}

	.lh-selector-section h2,
	.lh-link-section h2,
	.lh-line-section h2 {
		font-size: 2rem;
	}

	.lh-sign-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 12px;
	}

	.lh-reading-header {
		padding: 38px 42px 32px;
	}

	.lh-reading-header h2 {
		font-size: 2rem;
	}

	.lh-reading-body {
		gap: 28px;
		padding: 34px 42px 42px;
	}

	.lh-reading-part {
		padding-left: 56px;
	}

	.lh-part-number {
		width: 36px;
		height: 36px;
	}

	.lh-link-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lh-line-inner {
		grid-template-columns: 1fr auto;
		align-items: center;
	}
}

@media (min-width: 1080px) {
	.lh-sign-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media (max-width: 359px) {
	.lh-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.lh-header-nav {
		width: 100%;
		justify-content: stretch;
	}

	.lh-header-nav a {
		flex: 1 1 0;
	}

	.lh-section-inner {
		width: min(100% - 28px, 1040px);
	}

	.lh-hero {
		min-height: 430px;
		padding-top: 66px;
		padding-bottom: 36px;
		padding-right: 14px;
		padding-left: 14px;
	}

	.lh-sign-grid {
		grid-template-columns: 1fr;
	}
}
