/*================================================
  MiseHaji (ミセハジ) - style-user.css
  THE THOR の実レイアウト（ワイド一覧 + サムネ）に合わせて調整

  色の変え方（:root）:
  - --mh-brand     … メイン（ボタン・アクセント）
  - --mh-brand-2   … セカンダリ
  - --accent       … カテゴリラベルなど暖色アクセント
  - --mh-popular   … 人気記事ボックス見出し
  - --mh-cat       … カテゴリーラベル
  - --mh-archive   … アーカイブ上部バナー
================================================*/

:root {
	--mh-brand: #2d3e3a;
	--mh-brand-2: #3a556a;
	--accent: rgba(173, 73, 39, 1);
	--ink: rgba(38, 62, 55, 1);
	--muted: rgba(101, 115, 107, 1);
	--white: #ffffff;
	--mh-popular: var(--mh-brand);
	--mh-cat: var(--mh-brand);
	--mh-archive: var(--mh-brand);
	--mh-page: #f9f7f2;
	--mh-paper: #ffffff;
	--mh-footer: #efe9df;
	--mh-text: #2a2a2a;
	--mh-muted: #666666;
	--mh-line: #e6e1d8;
	--line: var(--mh-line);
	--mh-radius: 10px;
	--mh-radius-pill: 999px;
	--radius-4: 4px;
	--radius-8: 8px;
	--mh-brand-soft: color-mix(in srgb, var(--mh-brand) 8%, transparent);
	--mh-brand-line: color-mix(in srgb, var(--mh-brand) 14%, transparent);
	--mh-brand-dot: color-mix(in srgb, var(--mh-brand) 28%, transparent);
	--mh-brand-cell: color-mix(in srgb, var(--mh-brand) 18%, transparent);
	--mh-marker: #ffe270;
	--mh-wrap: 1170px;
	--mh-post-main: 800px;
	--mh-post-side: 280px;
	--mh-post-gap: 48px;
	--space-24: 24px;
	--space-16: 16px;
	--space-12: 12px;
	--space-40: 40px;
}

/*------------------------------------------------
  共通
------------------------------------------------*/
body {
	background: var(--mh-page);
	color: var(--mh-text);
}

/*------------------------------------------------
  ヘッダー / ナビ
  ※ カスタマイザーのインライン色(#3f3f3f)より優先
------------------------------------------------*/
.l-header {
	background: #fff;
	border-bottom: 1px solid var(--mh-line);
}

.siteTitle {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	margin: 0;
	max-width: none;
	line-height: 1;
}

.siteTitle__link {
	display: inline-flex;
	align-items: center;
	color: var(--ink) !important;
	text-decoration: none;
	line-height: 1;
}

.siteTitle__logo {
	display: block;
	width: auto;
	height: 44px;
	max-width: 100%;
}

.siteTitle__tagline {
	display: none;
}

.globalNavi__list > li > a {
	color: var(--mh-text);
	font-weight: 500;
}

.globalNavi__list > li > a:hover,
.globalNavi__list > li.current-menu-item > a,
.globalNavi__list > li.current-menu-ancestor > a {
	color: var(--mh-brand);
	border-bottom: none;
}

.globalNavi__list .sub-menu a:hover {
	color: var(--mh-brand);
}

/* 親テーマの横スクロール矢印・フェードは不要（992px未満で出る） */
.l-header .globalNavi::before,
.l-header .globalNavi::after,
nav.globalNavi::before,
nav.globalNavi::after,
.globalNavi::before,
.globalNavi::after {
	content: none !important;
	display: none !important;
	animation: none !important;
}

/* PC: ナビを右寄せして会員登録ボタンの横に並べる */
@media only screen and (min-width: 992px) {
	.l-header .container-header {
		gap: 24px;
	}

	.l-header .globalNavi {
		margin-left: auto;
		flex-shrink: 0;
	}

	.l-header .globalNavi__list {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.l-header .globalNavi__list > li > a {
		padding: 10px 0;
		white-space: nowrap;
	}

	.l-header .subNavi {
		margin-left: 0 !important;
		flex-shrink: 0;
	}

	.l-header .subNavi__list {
		align-items: center;
		gap: 0;
	}
}

.subNavi__link-pickup {
	display: flex !important;
	width: 188px;
	height: 52px;
	padding: 0 16px !important;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	box-sizing: border-box;
	border: none !important;
	border-radius: var(--radius-4) !important;
	background: var(--ink) !important;
	color: var(--white) !important;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 25.2px !important; /* 180% */
	text-decoration: none;
}

.subNavi__link-pickup:hover {
	opacity: 0.9;
	background: var(--ink) !important;
	color: var(--white) !important;
}

.menuBtn__link,
.searchBtn__link,
.searchBtn__link-text {
	background: var(--mh-brand) !important;
	border-color: var(--mh-brand) !important;
	color: #fff !important;
}

.menuBtn__link:hover,
.searchBtn__link:hover {
	opacity: 0.9;
}

/* SP〜タブレット（親テーマの PC ブレイクポイント 992px 未満） */
@media only screen and (max-width: 991px) {
	/* メニューボタン表示時はグローバルナビ項目を隠す */
	.l-header .globalNavi {
		display: none !important;
	}

	.l-header .searchBtn {
		display: none !important;
	}

	/* ロゴとメニューを同じ行・縦中央揃えに */
	.l-header {
		padding: 16px 0 !important;
	}

	.l-header .container-header {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between;
		min-height: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		text-align: left !important;
	}

	.l-header .siteTitle {
		margin: 0 !important;
		max-width: calc(100% - 120px);
		line-height: 1;
	}

	.l-header .siteTitle__link {
		font-size: inherit;
		line-height: 1;
	}

	.l-header .siteTitle__logo {
		height: 36px;
	}

	.l-header .siteTitle__tagline {
		display: none;
	}

	.l-header .menuBtn {
		position: static !important;
		top: auto !important;
		right: auto !important;
		margin: 0 0 0 auto !important;
		line-height: 1 !important;
		font-size: inherit !important;
		text-align: right;
		z-index: 5;
		flex-shrink: 0;
	}

	.l-header .menuBtn__link,
	.l-header .menuBtn__link-text {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: auto !important;
		min-width: 0 !important;
		height: auto !important;
		padding: 8px 14px !important;
		box-sizing: border-box;
		border: 1px solid var(--ink) !important;
		border-radius: var(--radius-4) !important;
		background: var(--white) !important;
		color: var(--ink) !important;
		text-align: center;
		font-family: "Noto Sans JP", sans-serif !important;
		font-size: 14px !important;
		font-style: normal;
		font-weight: 700 !important;
		line-height: 25.2px !important;
		letter-spacing: normal !important;
		text-indent: 0 !important;
	}

	.l-header .menuBtn__link::before,
	.l-header .menuBtn__link::after,
	.l-header .menuBtn__link-text::before,
	.l-header .menuBtn__link-text::after {
		content: none !important;
		display: none !important;
	}

	.l-header .menuBtn__link:hover,
	.l-header .menuBtn__link-text:hover {
		opacity: 0.85;
		background: var(--white) !important;
		color: var(--ink) !important;
	}

	/* ドロワー内メニューは必ず表示 */
	.menuBtn__content .widget_nav_menu.u-none-pc,
	.menuBtn__content .u-none-pc {
		display: block !important;
	}
}

/*------------------------------------------------
  サイドバー見出し / 人気記事
------------------------------------------------*/
.widget_fit_ranking_archive_class .heading.heading-widget,
.widget_fit_ranking_archive_class .heading.heading-widgetsimple,
.widget_fit_ranking_archive_class .heading.heading-widgetsimplewide,
.widget_fit_ranking_archive_class .heading.heading-widgetwide,
.widget_fit_ranking_archive_class .heading.heading-widgetborder,
.widget_fit_recommend_post_widget .heading.heading-widget,
.widget_fit_recommend_post_widget .heading.heading-widgetsimple,
.widget_fit_recommend_post_widget .heading.heading-widgetsimplewide,
.widget_fit_recommend_post_widget .heading.heading-widgetwide,
.widget_fit_recommend_post_widget .heading.heading-widgetborder,
.widget-side .heading.heading-widget,
.widget-side .heading.heading-widgetsimple,
.widget-side .heading.heading-widgetsimplewide,
.widget-side .heading.heading-widgetwide,
.widget-side .heading.heading-widgetborder {
	background-color: var(--mh-popular) !important;
	border-color: var(--mh-popular) !important;
}

.widget_fit_ranking_archive_class .heading.heading-widgetbottom:before,
.widget_fit_ranking_archive_class .heading.heading-widgetwide::before,
.widget_fit_ranking_archive_class .heading.heading-widgetwide::after,
.widget_fit_ranking_archive_class .heading.heading-widgetborder::before,
.widget_fit_ranking_archive_class .heading.heading-widgetborder::after,
.widget_fit_recommend_post_widget .heading.heading-widgetbottom:before,
.widget_fit_recommend_post_widget .heading.heading-widgetwide::before,
.widget_fit_recommend_post_widget .heading.heading-widgetwide::after,
.widget_fit_recommend_post_widget .heading.heading-widgetborder::before,
.widget_fit_recommend_post_widget .heading.heading-widgetborder::after,
.widget-side .heading.heading-widgetbottom:before,
.widget-side .heading.heading-widgetwide::before,
.widget-side .heading.heading-widgetwide::after,
.widget-side .heading.heading-widgetborder::before,
.widget-side .heading.heading-widgetborder::after {
	background-color: var(--mh-popular) !important;
	border-color: var(--mh-popular) !important;
}

.widget_fit_ranking_archive_class .eyecatch__cat,
.widget_fit_ranking_archive_class .eyecatch__cat[class*="cc-bg"],
.widget_fit_ranking_archive_class .the__category,
.widget_fit_ranking_archive_class .the__category[class*="cc-bg"],
.widget_fit_recommend_post_widget .eyecatch__cat,
.widget_fit_recommend_post_widget .eyecatch__cat[class*="cc-bg"],
.widget_fit_recommend_post_widget .the__category,
.widget_fit_recommend_post_widget .the__category[class*="cc-bg"] {
	background-color: var(--mh-popular) !important;
}

.widget_search .search-form input[type="search"],
.widget_search input[type="text"],
.searchForm input[type="text"],
.searchForm input[type="search"],
.widgetSearch__input {
	background: #fff;
	border: 1px solid var(--mh-line);
	border-radius: 8px;
}

.widget_search input[type="submit"],
.searchForm button,
.searchForm input[type="submit"],
.btn__link-search {
	background: var(--mh-brand) !important;
	border-color: var(--mh-brand) !important;
	color: #fff !important;
	border-radius: 8px !important;
}

/*------------------------------------------------
  カテゴリーラベル / NEWリボン
------------------------------------------------*/
.eyecatch__cat,
.eyecatch__cat[class*="cc-bg"],
.the__category,
.the__category[class*="cc-bg"] {
	background-color: var(--mh-cat) !important;
	border-radius: 4px;
	font-weight: 600;
}

.the__ribbon {
	background: var(--mh-cat) !important;
	width: 24px;
}

.the__ribbon:after {
	border-left-color: var(--mh-cat) !important;
	border-right-color: var(--mh-cat) !important;
}

.l-sidebar .widget-side {
    border-radius: 8px;
    border: 1px solid rgba(220, 221, 211, 1);
    background: #fff;
	margin-bottom: 24px;
}

/*------------------------------------------------
  おすすめ記事（最初に読みたい記事）
------------------------------------------------*/
.l-sidebar .widget_fit_recommend_post_widget {
	margin: 0 0 24px;
	padding: 20px;
	background: var(--white);
	border: 1px solid var(--mh-line);
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(45, 62, 58, 0.06);
	box-sizing: border-box;
}

.l-sidebar .widget_fit_recommend_post_widget.widget-side {
	border-radius: 12px;
	border: 1px solid var(--mh-line);
	background: var(--white);
}

.l-sidebar .widget_fit_recommend_post_widget .heading.heading-widget,
.l-sidebar .widget_fit_recommend_post_widget .heading.heading-widgetsimple,
.l-sidebar .widget_fit_recommend_post_widget .heading.heading-widgetsimplewide,
.l-sidebar .widget_fit_recommend_post_widget .heading.heading-widgetwide,
.l-sidebar .widget_fit_recommend_post_widget .heading.heading-widgetborder,
.l-sidebar .widget_fit_recommend_post_widget .heading.heading-widgetbottom {
	margin: 0 !important;
	padding: 0 0 16px !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid var(--mh-line) !important;
	border-radius: 0 !important;
	color: var(--ink) !important;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	box-shadow: none !important;
}

.l-sidebar .widget_fit_recommend_post_widget .heading::before,
.l-sidebar .widget_fit_recommend_post_widget .heading::after {
	content: none !important;
	display: none !important;
}

.l-sidebar .widget_fit_recommend_post_widget .widgetArchive {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: mh-reco;
}

.l-sidebar .widget_fit_recommend_post_widget .widgetArchive__item {
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--mh-line);
	counter-increment: mh-reco;
	overflow: visible;
}

.l-sidebar .widget_fit_recommend_post_widget .widgetArchive__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.l-sidebar .widget_fit_recommend_post_widget .eyecatch,
.l-sidebar .widget_fit_recommend_post_widget .the__category,
.l-sidebar .widget_fit_recommend_post_widget .dateList,
.l-sidebar .widget_fit_recommend_post_widget .phrase {
	display: none !important;
}

.l-sidebar .widget_fit_recommend_post_widget .widgetArchive__contents,
.l-sidebar .widget_fit_recommend_post_widget .widgetArchive__contents-none,
.l-sidebar .widget_fit_recommend_post_widget .widgetArchive__item-normal .widgetArchive__contents {
	display: block;
	float: none;
	width: auto;
	margin: 0 !important;
	padding: 14px 0 !important;
}

.l-sidebar .widget_fit_recommend_post_widget .heading.heading-tertiary {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}

.l-sidebar .widget_fit_recommend_post_widget .heading.heading-tertiary a {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	color: var(--ink) !important;
	text-decoration: none !important;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	transition: opacity 0.15s ease;
}

.l-sidebar .widget_fit_recommend_post_widget .heading.heading-tertiary a:hover {
	opacity: 0.72;
	color: var(--ink) !important;
}

.l-sidebar .widget_fit_recommend_post_widget .heading.heading-tertiary a::before {
	content: counter(mh-reco, decimal-leading-zero);
	flex: 0 0 auto;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
	color: var(--ink);
}

.l-sidebar .widget-side .wp-block-heading,
.l-sidebar .widget-side .wp-block-search__label{
    color: var(--ink);

	/* MiseHaji/Card */
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 30.6px; /* 170% */
}
.l-sidebar .widget-side .wp-block-group__inner-container{
	display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}
.l-sidebar .widget-side .wp-block-categories-list{
    display: flex;
    flex-direction: column;
}

.l-sidebar .widget-side .wp-block-categories-list li{
	display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
}

.l-sidebar .widget_search form{
	display: flex;
	flex-direction: column;
	padding: 20px;
	gap: 12px;
}

.l-sidebar .widget_search input[type="search"],
.l-sidebar .widget_search input[type="text"],
.l-sidebar .wp-block-search__input {
	background: #fff;
	border: 1px solid var(--mh-line);
	border-radius: 8px;
}

.l-sidebar .wp-block-search__inside-wrapper {
	display: flex;
	align-items: stretch;
	gap: 8px;
}

.l-sidebar .wp-block-search__button,
.l-sidebar .widget_search input[type="submit"],
.l-sidebar .widget_search button[type="submit"] {
	display: flex;
	width: 48px;
	height: 52px;
	padding: 0 16px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	box-sizing: border-box;
	background-color: rgba(38, 62, 55, 1) !important;
	border: none !important;
	border-radius: 8px !important;
	color: #fff !important;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.05em;
	cursor: pointer;
}


/*------------------------------------------------
  ページ上部へ戻る
------------------------------------------------*/
.bottomFooter__topBtn {
	background-color: var(--mh-brand) !important;
}

/*------------------------------------------------
  カテゴリーヒーロー（TOPと同様に l-wrapper の外）
------------------------------------------------*/
.mh-cat-hero-wrap {
	width: 100%;
	background: var(--mh-page);
	padding: 24px 0 40px;
	box-sizing: border-box;
}

.mh-cat-hero {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	/* 下の .l-wrapper と同じ幅・左右余白に揃える */
	max-width: var(--mh-wrap);
	width: auto;
	min-width: 0;
	margin: 0 15px;
	padding: 0;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.mh-cat-hero {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media only screen and (min-width: 1139px) {
	.mh-cat-hero {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.mh-cat-hero__breadcrumb {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	box-sizing: border-box;
}

/* パンくず（ここからカスタムしやすい土台） */
.mh-cat-hero__breadcrumb .breadcrumb {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	max-width: 100%;
	min-width: 0;
	overflow: hidden !important;
	box-sizing: border-box;
}

.mh-cat-hero__breadcrumb .breadcrumb__list {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	box-sizing: border-box;
}

.mh-cat-hero__breadcrumb .breadcrumb__list::after {
	display: none !important;
}

.mh-cat-hero__breadcrumb .breadcrumb__item {
	display: inline-flex !important;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 0 0.55em 0 0 !important;
	color: var(--mh-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

/* 記事タイトルなど長い最終項目は折り返して横はみ出しを防ぐ */
.mh-cat-hero__breadcrumb .breadcrumb__item:last-child {
	flex: 1 1 auto;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.mh-cat-hero__breadcrumb .breadcrumb__item.icon-home::before {
	display: none !important; /* アイコン不要ならこのまま。戻すなら display を外す */
}

.mh-cat-hero__breadcrumb .breadcrumb__item::after {
	content: "/" !important;
	position: static !important;
	display: inline-block;
	flex-shrink: 0;
	margin: 0 0.55em;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	transform: none !important;
	color: var(--mh-muted);
	opacity: 0.7;
}

.mh-cat-hero__breadcrumb .breadcrumb__item:last-child::after {
	display: none !important;
	content: none !important;
}

.mh-cat-hero__breadcrumb .breadcrumb__item a {
	color: var(--mh-muted) !important;
	text-decoration: none !important;
}

.mh-cat-hero__breadcrumb .breadcrumb__item a:hover {
	color: var(--mh-brand) !important;
}

.mh-cat-hero__breadcrumb .breadcrumb__item:last-child,
.mh-cat-hero__breadcrumb .breadcrumb__item:last-child a {
	color: var(--mh-text) !important;
	font-weight: 600;
}

/* ヒーロー直下は wrapper の上余白を消す
   ※ TOPの front-page.php は headerBottom が二重になり、
     ヒーロー付き headerBottom の次が l-wrapper ではない。
     直前の .l-headerBottom + .l-wrapper で確実に殺す */
.l-headerBottom + .l-wrapper,
body.front-page .l-wrapper,
body.home .l-wrapper,
body.blog .l-wrapper,
body.category .l-wrapper {
	margin-top: 0 !important;
}

.l-headerBottom + .l-wrapper:has(.archive),
body.front-page .l-wrapper:has(.archive),
body.home .l-wrapper:has(.archive),
body.blog .l-wrapper:has(.archive),
body.category .l-wrapper:has(.archive) {
	padding-top: 0 !important;
}

.mh-cat-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}

.mh-cat-hero__eyebrow {
	margin: 0;
	color: var(--accent);
	font-family: "Noto Sans JP";
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 17.6px; /* 160% */
	letter-spacing: 0.88px;
}

.mh-cat-hero__title {
	margin: 0;
	color: var(--mh-brand);
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.35;
}

.mh-cat-hero__lead {
	margin: 0;
	color: var(--muted);

	/* MiseHaji/Body */
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30.4px; /* 190% */
}

.mh-cat-hero .mh-cat-pills {
	margin: 0;
	width: 100%;
}

/* TOP：カテゴリーと同じ枠の中にヒーロー＋ピル */
.mh-cat-hero--front .mh-hero {
	width: 100%;
	/* align-items: flex-end; */
}

.mh-cat-hero--front .mh-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	max-width: 40rem;
}

.mh-cat-hero--front .mh-hero__eyebrow,
.mh-cat-hero--front .mh-hero__title,
.mh-cat-hero--front .mh-hero__lead {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.mh-cat-hero__title {
		font-size: clamp(1.7rem, 7vw, 2.2rem);
	}
}

/*------------------------------------------------
  アーカイブ上部（旧 archiveHead ※他アーカイブ用に残す）
------------------------------------------------*/
.archiveHead,
.archiveHead[class*="cc-bg"],
.archiveHead.mask-color,
.archiveHead.mask-colorgray {
	background-color: transparent !important;
	background: transparent !important;
	padding: 0.4rem 0 0.2rem !important;
	min-height: 0 !important;
}

.archiveHead.mask-colorgray > img,
.archiveHead.mask-color > img,
.archiveHead__img {
	display: none !important;
}

.archiveHead__contents {
	padding: 0 !important;
	color: var(--mh-text) !important;
}

.archiveHead__subtitle {
	display: block;
	margin: 0 0 0.45rem;
	color: var(--accent) !important;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.archiveHead__subtitle i {
	display: none !important;
}

.archiveHead .heading.heading-primary,
.archiveHead .heading.heading-primary[class*="cc-ft"] {
	margin: 0 0 0.7rem;
	border-bottom: none;
	color: var(--mh-brand);
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.35;
}

.archiveHead .phrase.phrase-secondary {
	margin: 0 0 1.1rem;
	color: var(--mh-muted) !important;
	font-size: 0.95rem;
	line-height: 1.8;
	max-width: 40em;
}

/*------------------------------------------------
  カテゴリーピル（プルダウン代替）
------------------------------------------------*/
.mh-cat-pills {
	margin: 0 0 1.35rem;
}

.mh-cat-pills__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mh-cat-pills__item {
	margin: 0;
	padding: 0;
}

.mh-cat-pills__link {
	display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55em 1.15em;
    border: 1px solid var(--mh-brand);
    border-radius: 999px;
    background: #fff;
    color: var(--mh-brand) !important;
    /* font-size: 0.9rem; */
    /* font-weight: 600; */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px;
    height: 52px;
    line-height: 1.3;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease;
}

.mh-cat-pills__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	gap: 5px;
}

.mh-cat-pills__link:hover {
	background: var(--mh-brand-soft);
}

.mh-cat-pills__link.is-current {
	background: var(--mh-brand) !important;
	border-color: var(--mh-brand);
	color: #fff !important;
}

.mh-cat-pills__count {
	font-variant-numeric: tabular-nums;
	font-weight: 700;
}

/* 旧カテゴリープルダウンを確実に隠す */
.controller__catCheck,
.controller__catLabel,
.controller__catPanel {
	display: none !important;
}

.category-title{
	/* padding-top: 40px; */
	padding-bottom: 24px;
}
.category-title h3{
	margin: 0;

	color: rgba(38, 62, 55, 1);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 35.2px; /* 160% */
}

/*------------------------------------------------
  一覧（ワイド / カード両対応）
  ※ パステル強制・先頭ダークはやめる（サムネ付き一覧と相性悪い）
------------------------------------------------*/
.l-wrapper:has(.archive) {
	padding-top: 1.6rem;
	padding-bottom: 2.4rem;
}

/* TOP/カテゴリー：上の 1.6rem を打ち消し（このブロックより後に置く） */
.l-headerBottom + .l-wrapper:has(.archive),
.mh-cat-hero-wrap + .l-wrapper:has(.archive),
body.front-page .l-wrapper:has(.archive),
body.home .l-wrapper:has(.archive),
body.blog .l-wrapper:has(.archive),
body.category .l-wrapper:has(.archive) {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.l-main:has(.archive) {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.archive__item {
	background: var(--mh-paper) !important;
	border: 1px solid var(--mh-line) !important;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 1.25rem;
	box-shadow: 0 2px 10px rgba(45, 62, 58, 0.06) !important;
	box-sizing: border-box;
}

.archive__item--mh {
	display: flex;
	flex-direction: column;
	padding: 0 !important;
}

.archive__item--mh .eyecatch {
	margin: 0;
	width: 100%;
	aspect-ratio: 386 / 205;
	overflow: hidden;
	background: #f2e8d9;
}

.archive__item--mh .eyecatch__link {
	display: block;
	width: 100%;
	height: 100%;
}

.archive__item--mh .eyecatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.archive__item--mh .eyecatch__cat {
	display: none !important;
}

.archive__item--mh .archive__contents {
	display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 24px;
    gap: 12px;
    box-sizing: border-box;
}

.archive__item--mh .archive__cat {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.archive__item--mh .archive__cat a {
	color: var(--accent) !important;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 17.6px; /* 160% */
}

.archive__item--mh .archive__title,
.archive__item--mh .heading.heading-secondary {
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.55;
	margin-bottom: 0;
}

.archive__item .heading a,
.archive__item .archive__title a {
	text-decoration: none;

	color: var(--ink);

	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 30.6px; /* 170% */
}

.archive__item .heading a:hover,
.archive__item .archive__title a:hover {
	opacity: 0.75;
}

.archive__item--mh .archive__date {
	margin: auto 0 0;
	color: #888;
	color: var(--muted);

	/* MiseHaji/Caption */
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.4px; /* 170% */
}

.archive__item .btn__link {
	border-color: var(--mh-brand);
	color: var(--mh-brand);
	border-radius: var(--mh-radius-pill);
}

.archive__item .btn__link:hover {
	background: var(--mh-brand);
	color: #fff;
}

/* カード表示でも抜粋は出さない（新レイアウト） */
#viewCard:checked ~ .archive .archive__contents .phrase {
	display: none !important;
}

/* SP: カード一覧は1列 */
@media only screen and (max-width: 767px) {
	#viewCard:checked ~ .archive {
		width: 100% !important;
	}

	#viewCard:checked ~ .archive .archive__item {
		width: 100% !important;
		margin-right: 0 !important;
		float: none !important;
	}
}

/* カルーセル周りもトーン合わせ */
.swiper-carousel {
	margin-bottom: 0.5rem;
}

.swiper-carousel .eyecatch__cat,
.swiper-carousel .eyecatch__cat[class*="cc-bg"] {
	background-color: var(--mh-cat) !important;
}

/* pickup */
.pickupHead {
	background: var(--mh-brand) !important;
}

.pickupHead__text {
	color: #fff !important;
}

.btn__link-pickupHead {
	background: #fff !important;
	color: var(--mh-brand) !important;
	border-color: #fff !important;
	border-radius: var(--mh-radius-pill) !important;
}

/* テーマ標準ボタン色をブランドに寄せる */
.btn__link-primary,
.btn__link-secondary,
.content .btn__link-primary,
.content .btn__link-secondary {
	background-color: var(--mh-brand) !important;
	border-color: var(--mh-brand) !important;
	color: #fff !important;
}

.btn__link-normal {
	color: var(--mh-brand) !important;
}

.btn__link-normal:hover {
	background-color: var(--mh-brand) !important;
	color: #fff !important;
}

@media only screen and (max-width: 767px) {
	.l-wrapper:has(.archive) {
		padding-top: 1rem;
	}
}

/*------------------------------------------------
  記事ページ：パンくず + タイトル上カテゴリ
------------------------------------------------*/
.mh-cat-hero-wrap--post {
	padding: 20px 0 16px;
}

.mh-cat-hero--post {
	gap: 0;
}

.mh-cat-hero-wrap--post + .l-wrapper:has(.postContents) {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* TOP 2ページ目以降：ヒーロー省略・パンくず＋余白のみ */
.mh-cat-hero-wrap--paged {
	padding: 24px 0 28px;
}

.mh-cat-hero--paged {
	gap: 0;
}

.mh-post-head {
	margin: 0 0 1.4rem;
}

.mh-post-head__cat {
	margin: 0 0 0.55rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.mh-post-head__cat a {
	color: var(--accent) !important;
	text-decoration: none !important;

	font-family: "Noto Sans JP";
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 17.6px; /* 160% */
	letter-spacing: 0.88px;
}

.mh-post-head__cat a:hover {
	opacity: 0.8;
}

.mh-post-head__title.heading-primary {
	margin: 0 0 0.75rem;
	color: var(--ink);

	/* MiseHaji/H1 */
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 51.2px; /* 160% */
}

/* SP（390基準）: MiseHaji/H2 */
@media only screen and (max-width: 767px) {
	.mh-post-head__title.heading-primary {
		color: var(--ink);
		font-family: "Noto Sans JP", sans-serif;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 41.6px; /* 160% */
	}
}

.mh-post-head__meta.dateList-main {
	margin: 0;
	color: var(--muted);
	font-size: 0.85rem;
}

.mh-post-head__meta .dateList__item {
	color: var(--muted);
}

.mh-post-head__meta .dateList__item a {
	color: var(--muted) !important;
}

/* viral 見出し内のカテゴリも同色 */
.viral__contents .mh-post-head__cat {
	margin: 0 0 0.5rem;
}

.viral__contents .mh-post-head__cat a {
	color: var(--accent) !important;
	text-decoration: none !important;
}

/*------------------------------------------------
  PC共通：サイドバー幅 280（TOP / カテゴリー / 記事）
  ※ 親テーマは .l-sidebar { width:30% } のため、固定幅で上書き
------------------------------------------------*/
@media only screen and (min-width: 768px) {
	.l-wrapper:has(.l-sidebar) {
		gap: var(--mh-post-gap);
		box-sizing: border-box;
	}

	.l-wrapper:has(.l-sidebar) .l-sidebar {
		flex: 0 0 var(--mh-post-side);
		width: var(--mh-post-side) !important;
		max-width: var(--mh-post-side);
		margin: 0 !important;
		box-sizing: border-box;
	}

	.l-wrapper:has(.l-sidebar) .l-main {
		flex: 1 1 auto;
		width: auto !important;
		max-width: calc(100% - var(--mh-post-side) - var(--mh-post-gap));
		min-width: 0;
		box-sizing: border-box;
	}
}

/*------------------------------------------------
  記事ページ（パンくずと同じ 1170 枠 / 本文800 + gap48 + サイド280）
------------------------------------------------*/
@media only screen and (min-width: 768px) {
	.l-wrapper:has(.postContents):has(.l-sidebar) {
		max-width: var(--mh-wrap);
		width: auto;
		display: flex;
		flex-wrap: nowrap;
		/* stretch: サイドバーを本文高に伸ばし、目次 sticky の余白を確保 */
		align-items: stretch;
		justify-content: space-between;
		gap: var(--mh-post-gap);
		box-sizing: border-box;
	}

	.l-wrapper:has(.postContents):has(.l-sidebar) .l-main {
		flex: 0 1 var(--mh-post-main);
		width: var(--mh-post-main) !important;
		max-width: var(--mh-post-main);
		margin: 0 !important;
		box-sizing: border-box;
	}
}

/* パンくず左端と本文テキスト左端を揃える（カード余白を外す） */
.l-main:has(.postContents) {
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	padding: 0 0 3rem;
}

@media only screen and (max-width: 767px) {
	.l-main:has(.postContents) {
		padding: 0 0 2.4rem;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		width: 100% !important;
		max-width: 100%;
	}

	.l-wrapper:has(.postContents) .l-sidebar {
		width: 100% !important;
		max-width: 100%;
	}
}

.postContents .content {
	color: var(--mh-text);
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.9;
}

.postContents .content p {
	margin-bottom: 1.4em;
}

.postContents .content h2 {
	margin: 2.8rem 0 1.2rem;
	/* padding: 0.85rem 0 0.85rem 1rem; */
	padding-bottom: 20px;
	scroll-margin-top: 1.5rem;

	color: var(--ink);

	/* MiseHaji/H2 */
	font-family: "Noto Sans JP";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 41.6px; /* 160% */

	border-bottom: 1px solid rgba(220, 221, 211, 1);
}

.postContents .content h3 {
	margin: 2rem 0 0.9rem;
	padding-bottom: 0.45rem;
	
	scroll-margin-top: 1.5rem;

	color: var(--ink);

	/* MiseHaji/H3 */
	font-family: "Noto Sans JP";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 35.2px; /* 160% */
}

/* 黄色マーカー下線（#FFE270 / 約6px） */
.postContents .content .marker-thinYellow,
.postContents .content .mh-marker,
.postContents .content strong.mh-marker {
	background-image: linear-gradient(transparent calc(100% - 6px), var(--mh-marker) calc(100% - 6px));
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 0 0.05em;
	font-weight: 700;
	color: inherit;
}

.postContents .content ul,
.postContents .content ol {
	margin: 0 0 1.5em;
	padding-left: 1.4em;
}

.postContents .content li {
	margin-bottom: 0.45em;
}

/*------------------------------------------------
  本文テーブル（ヘッダー緑グレー / 横線のみ）
------------------------------------------------*/
.postContents .content table {
	width: 100%;
	margin: 1.5em 0 2em;
	border-collapse: collapse;
	border: 1px solid var(--mh-line);
	background: var(--white);
	box-sizing: border-box;
}

.postContents .content thead th,
.postContents .content tr:first-child th,
.postContents .content th {
	background: rgba(233, 237, 227, 1) !important;
	color: var(--ink) !important;
	padding: 16px 20px;
	border: 0 !important;
	border-bottom: 1px solid var(--mh-line) !important;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
}

.postContents .content td {
	padding: 16px 20px;
	border: 0 !important;
	border-bottom: 1px solid var(--mh-line) !important;
	background: var(--white) !important;
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	text-align: left;
	vertical-align: top;
}

.postContents .content tr:last-child td {
	border-bottom: 0 !important;
}

.postContents .content tr:nth-child(even) td {
	background: var(--white) !important;
}

.postContents .content th:first-child,
.postContents .content td:first-child {
	width: 30%;
}

@media only screen and (max-width: 767px) {
	.postContents .content th,
	.postContents .content td {
		padding: 14px 16px;
		font-size: 13px;
	}

	.postContents .content th:first-child,
	.postContents .content td:first-child {
		width: 32%;
	}
}

/*------------------------------------------------
  目次（本編内 .outline）
  区切り線はセクション塊の下（子あり→子の後 / 子なし→H2の直後）
------------------------------------------------*/
.content .outline {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 2rem 0;
	padding: var(--space-24);
	box-sizing: border-box;
	background: var(--white);
	border: 1px solid var(--mh-line);
	border-radius: 8px;
	position: relative;
}

.content .outline__title,
.outline__title {
	display: block;
	width: auto;
	margin: 0 0 var(--space-16);
	padding: 0;
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

.outline__title:before {
	content: none !important;
	display: none !important;
}

/* 開閉は使わず常時表示（デザインどおり） */
.content .outline__toggle,
.content .outline__switch {
	display: none !important;
}

.content .outline__switch + .outline__list,
.content .outline__toggle:checked + .outline__switch + .outline__list,
.content .outline .outline__list {
	display: flex !important;
	flex-direction: column;
	gap: var(--space-16);
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	border: none !important;
	border-top: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

.content .outline__list::before,
.content .outline__list::after {
	content: none !important;
	display: none !important;
}

.content .outline__item {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	list-style: none;
}

.content .outline__item:before {
	content: none !important;
}

.content .outline__link {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	padding: 0;
	border-bottom: 0;
	color: var(--ink) !important;
	text-decoration: none !important;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	transition: opacity 0.15s ease;
}

.content .outline__link:hover {
	opacity: 0.72;
	color: var(--ink) !important;
}

/* トップレベルを 01, 02… 形式に */
.content .outline__list-2 {
	counter-reset: mh-outline;
}

.content .outline__list-2 > .outline__item {
	counter-increment: mh-outline;
	/* セクション塊の下に区切り線（子見出しの後 / 子なしなら H2 の直後） */
	padding-bottom: var(--space-16);
	border-bottom: 1px solid rgba(220, 221, 211, 1);
	margin-bottom: 0;
}

.content .outline__list-2 > .outline__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

/* H2行は太字・下線なし（線はセクション末尾） */
.content .outline__list-2 > .outline__item > .outline__link {
	font-weight: 700;
	padding-bottom: 0;
	border-bottom: 0;
}

.content .outline__number,
.content li ul li .outline__number {
	display: inline-block;
	flex: 0 0 auto;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	text-align: left;
	background: none !important;
	border: none !important;
	border-right: none !important;
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
}

.content .outline__list-2 > .outline__item > .outline__link > .outline__number {
	font-size: 0;
	line-height: 0;
	color: transparent;
	font-weight: 700;
}

.content .outline__list-2 > .outline__item > .outline__link > .outline__number::before {
	content: counter(mh-outline, decimal-leading-zero);
	font-size: 14px;
	line-height: 1.7;
	font-weight: 700;
	color: var(--ink);
	font-variant-numeric: tabular-nums;
}

/* ネスト見出し（H2直後〜線の前） */
.content .outline__list-2 .outline__list {
	gap: var(--space-12) !important;
	margin-top: var(--space-12) !important;
	padding-left: 1.75rem !important;
}

.content .outline__list-2 .outline__list .outline__link {
	font-weight: 400;
	padding-bottom: 0;
	border-bottom: 0;
}

@media only screen and (min-width: 992px) {
	.content .outline {
		width: 100%;
		margin: 2rem 0;
	}
}

@media only screen and (max-width: 991px) {
	.content .outline {
		width: 100%;
	}
}

/*------------------------------------------------
  記事下 ABOUT THIS COLUMN
------------------------------------------------*/
.mh-about-column {
	display: flex;
	flex-direction: column;
	gap: var(--space-16);
	margin: 2rem 0 0;
	padding: var(--space-24);
	box-sizing: border-box;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-8);
}

.mh-about-column__eyebrow {
	margin: 0;
	color: var(--accent);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mh-about-column__title {
	margin: 0;
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

.mh-about-column__text {
	margin: 0;
	color: var(--muted);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
}

.mh-about-column__action {
	margin: 0;
}

.mh-about-column__link {
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.mh-about-column__link:hover {
	opacity: 0.72;
	color: var(--ink);
}

/*------------------------------------------------
  あわせて読みたい（関連記事）
------------------------------------------------*/
.mh-related {
	margin: 2.5rem 0 0;
	padding: 0;
	box-sizing: border-box;
}

.mh-related__title {
	margin: 0 0 1.25rem;
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.45;
}

.mh-related__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--mh-line);
}

.mh-related__item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--mh-line);
}

.mh-related__link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	padding: 1.15rem 0;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: opacity 0.15s ease;
}

.mh-related__link:hover {
	opacity: 0.72;
}

.mh-related__cat {
	color: var(--accent);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.mh-related__headline {
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

@media only screen and (min-width: 768px) {
	.mh-related__title {
		font-size: 24px;
	}

	.mh-related__headline {
		font-size: 16px;
	}
}

/*------------------------------------------------
  フッター上CTA（会員登録）PC / SP
------------------------------------------------*/
.mh-footer-cta {
	width: 100%;
	padding: 32px 15px 40px;
	background: var(--mh-page);
	box-sizing: border-box;
}

.mh-footer-cta__inner {
	max-width: var(--mh-wrap);
	margin: 0 auto;
	padding: var(--space-24);
	background: #e6ebe4;
	border-radius: 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--space-24);
}

.mh-footer-cta__copy {
	min-width: 0;
	display: flex;
    flex-direction: column;
    gap: 12px;
}

.mh-footer-cta__eyebrow {
	margin: 0 0 0.55rem;
	color: var(--accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

.mh-footer-cta__title {
	margin: 0 0 0.65rem;
	color: var(--ink);
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
}

.mh-footer-cta__text {
	margin: 0;
	color: var(--muted);
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.2px; /* 180% */
}

.mh-footer-cta__action {
	margin: 0;
}

.mh-footer-cta__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.95em 1.4em;
	background: var(--ink) !important;
	border: 0;
	border-radius: 8px;
	color: var(--white) !important;
	text-align: center;
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 25.2px; /* 180% */
	text-decoration: none !important;
	box-sizing: border-box;
	transition: opacity 0.15s ease;
}

.mh-footer-cta__btn:hover {
	opacity: 0.88;
	color: var(--white) !important;
}

@media only screen and (min-width: 768px) {
	.mh-footer-cta {
		padding: 48px 20px 56px;
	}

	.mh-footer-cta__inner {
		display: flex;
		flex-direction: row;
		/* align-items: center; */
		justify-content: space-between;
		gap: var(--space-40);
		padding: var(--space-40);
	}

	.mh-footer-cta__copy {
		display: flex;
        flex-direction: column;
        gap: 12px;
	}

	.mh-footer-cta__title {
		/* MiseHaji/H2 */
		font-size: 26px;
		font-weight: 700;
		line-height: 41.6px; /* 160% */
		margin-bottom: 0.75rem;
	}

	.mh-footer-cta__text {
		/* MiseHaji/Small — 14 / 25.2 already set */
		font-size: 14px;
		line-height: 25.2px;
	}

	.mh-footer-cta__action {
		flex: 0 0 auto;
	}

	.mh-footer-cta__btn {
		display: flex;
		width: 236px;
		height: 52px;
		padding: 0 16px;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		border-radius: 4px;
		white-space: nowrap;
	}
}

@media only screen and (min-width: 1139px) {
	.mh-footer-cta {
		padding-left: 0;
		padding-right: 0;
	}
}

/* 旧 commonCtr は未使用（念のためトーン合わせ） */
.commonCtr {
	background: #e6ebe4 !important;
	border-radius: 12px;
	overflow: hidden;
}

.commonCtr__bg,
.commonCtr .commonCtr__bg,
.commonCtr img.commonCtr__bg {
	display: none !important;
}

.commonCtr .mask,
.commonCtr .mask-color {
	background: #e6ebe4 !important;
}

.commonCtr .heading-commonCtr,
.commonCtr .heading,
.commonCtr .u-white {
	color: var(--mh-text) !important;
}

.commonCtr .phrase,
.commonCtr p {
	color: var(--mh-muted) !important;
}

.commonCtr .btn__link-primary {
	background: var(--mh-brand) !important;
	border-color: var(--mh-brand) !important;
	color: #fff !important;
	border-radius: 8px !important;
	padding: 0.85em 1.6em !important;
	font-weight: 700;
}

/*------------------------------------------------
  TOPヒーロー（infoHead流用）— marquee黄色バーを無効化
  ※ THE THOR は body.home が付かないことがあるため .infoHead 直指定
------------------------------------------------*/
.l-headerBottom .wider:has(.infoHead) {
	background: transparent !important;
}

.infoHead {
	overflow: visible !important;
	background: transparent !important;
	border: 0 !important;
	padding: 1.6rem 0 0.4rem !important;
	height: auto !important;
	min-height: 0 !important;
	display: block;
}

.infoHead__text {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 15px !important;
	max-width: 1170px;
	width: auto !important;
	display: block !important;
	white-space: normal !important;
	animation: none !important;
	-webkit-animation: none !important;
	font-weight: 400 !important;
	color: var(--mh-text) !important;
	height: auto !important;
	line-height: 1.5 !important;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.infoHead__text {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

@media only screen and (min-width: 1139px) {
	.infoHead__text {
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.mh-hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	width: 100%;
}

.mh-hero__copy {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 36rem;
}

.mh-hero__eyebrow {
	display: block;
	margin: 0 0 0.55rem;
	color: var(--accent);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.mh-hero__title {
	display: block;
	margin: 0 0 0.85rem;
	font-size: clamp(1.7rem, 2.6vw, 2.35rem);
	font-weight: 800;
	line-height: 1.35;
	color: var(--mh-text);
}

.mh-hero__lead {
	display: block;
	max-width: 34em;
	color: var(--mh-muted);
	line-height: 1.85;
	font-size: 0.95rem;
	font-weight: 400;
}

.mh-hero__visual {
	flex: 0 0 auto;
	width: min(280px, 32%);
	line-height: 0;
}

.mh-hero__visual img {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.mh-hero {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.2rem;
	}

	.mh-hero__visual {
		width: min(220px, 70%);
		align-self: flex-end;
		display: none;
	}
}

/* カテゴリ風ピル（controller） */
.controller {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.7rem;
	margin: 1.4rem 0 1.6rem !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.controller__item {
	margin: 0 !important;
	list-style: none;
}

.controller__link,
.controller a {
	display: inline-flex !important;
	align-items: center;
	padding: 0.5em 1.1em !important;
	border: 1px solid var(--mh-brand) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--mh-text) !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	line-height: 1.3 !important;
}

.controller__link.is-current,
.controller__item.is-current .controller__link,
.controller a.is-current {
	background: var(--mh-brand) !important;
	color: #fff !important;
	border-color: var(--mh-brand) !important;
}

/* ヘッダー検索/メニューをブランド色に（PC: 親と同じ 992px〜） */
@media only screen and (min-width: 992px) {
	.l-header .searchBtn__link,
	.l-header .menuBtn__link,
	.searchBtn__link-text {
		background: var(--mh-brand) !important;
		border-color: var(--mh-brand) !important;
	}
}

/*------------------------------------------------
  TOPピックアップ（物件を探している方へ）
------------------------------------------------*/
.mh-featured {
	margin: 0 0 2.2rem;
	width: 100%;
	max-width: 100%;
	float: none !important;
	clear: both;
	display: block;
	box-sizing: border-box;
}

.mh-featured__heading {
	margin: 0 0 0.95rem;

	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 35.2px; /* 160% */
}

/* TOP 新着記事見出し（.archive 直前） */
.mh-latest-heading {
	margin: 0 0 0.95rem;
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 35.2px; /* 160% */
}

.mh-featured__card {
	/* サイドバーがある中間幅では縦積みの方が自然 */
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	width: 100%;
	max-width: 100%;
	background: #fff;
	border: 1px solid #d9d4cb;
	border-radius: 12px;
	overflow: hidden;
	min-height: 0;
	box-sizing: border-box;
}

.mh-featured__media {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dceaf1;
	min-height: 0;
	aspect-ratio: 386 / 205;
	position: relative;
	text-decoration: none !important;
}

/* 十分広い画面だけ横並び（中間幅の潰れを防ぐ） */
@media only screen and (min-width: 1100px) {
	.mh-featured__card {
		grid-template-columns: minmax(240px, 42%) 1fr;
		align-items: start;
	}

	.mh-featured__media,
	.mh-featured__media--illust {
		width: 100%;
		aspect-ratio: 372 / 320;
		align-self: start;
	}
}

.mh-featured__media--illust {
	padding: 0;
	overflow: hidden;
}

.mh-featured__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	inset: 0;
}

.mh-featured__illust {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	position: absolute;
	inset: 0;
}

.mh-featured__illust picture {
	display: block;
	width: 100%;
	height: 100%;
}

.mh-featured__illust img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.mh-featured__illust-label {
	display: none;
}

.mh-featured__body {
	padding: 1.55rem 1.7rem 1.45rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mh-featured__cat {
	margin: 0 0 0.5rem;
	color: var(--accent);
	font-family: "Noto Sans JP";
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 17.6px; /* 160% */
	letter-spacing: 0.88px;
}

.mh-featured__cat a {
	color: var(--accent) !important;
	text-decoration: none;
}

.mh-featured__title {
	margin: 0 0 0.75rem;
	color: var(--ink);

	/* MiseHaji/H3 */
	font-family: "Noto Sans JP";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 35.2px; /* 160% */
}

.mh-featured__title a {
	color: var(--mh-text) !important;
	text-decoration: none;


}

.mh-featured__title a:hover {
	color: var(--mh-brand) !important;
}

.mh-featured__excerpt {
	margin: 0 0 1.15rem;
	color: var(--muted);

	/* MiseHaji/Small */
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.2px; /* 180% */

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
}

.mh-featured__more {
	margin: 0;
}

.mh-featured__more a {
	color: var(--ink) !important;

	/* MiseHaji/Small */
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.2px; /* 180% */
	text-decoration: none;
}

.mh-featured__more a:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 767px) {
	.mh-featured__body {
		padding: 1.2rem 1.15rem 1.3rem;
	}
}

/*------------------------------------------------
  この記事の要点（.mh-summary）
  丸数字アウトライン + 区切り線
------------------------------------------------*/
.mh-summary {
	margin: 0 0 1.75rem;
	padding: var(--space-24);
	background: var(--white);
	border: 1px solid var(--mh-line);
	border-radius: 12px;
	box-sizing: border-box;
}

.mh-summary__title {
	margin: 0 0 var(--space-12);
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
}

.mh-summary__list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: mh-summary;
}

.mh-summary__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	position: relative;
	margin: 0;
	padding: 14px 0;
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
	counter-increment: mh-summary;
	box-sizing: border-box;
}

.mh-summary__item + .mh-summary__item {
	border-top: 1px solid var(--mh-line);
}

.mh-summary__item::before {
	content: counter(mh-summary);
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-top: 2px;
	border: 1px solid var(--accent);
	border-radius: 50%;
	background: transparent;
	color: var(--accent);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	box-sizing: border-box;
}

/*------------------------------------------------
  この記事でわかること（.mh-learn）
  padding space-24 / gap space-12 / 01 02 03
------------------------------------------------*/
.mh-learn {
	display: flex;
	flex-direction: column;
	gap: var(--space-12);
	margin: 0 0 1.75rem;
	padding: var(--space-24);
	background: rgba(233, 237, 227, 1);
	border: 0;
	border-radius: var(--radius-8);
	box-sizing: border-box;
}

.mh-learn__title {
	margin: 0;
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0 !important;
}

.mh-learn__list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	display: flex;
	flex-direction: column;
	gap: var(--space-12);
	counter-reset: mh-learn;
}

.mh-learn__item,
.content .mh-learn__item,
.content ol.mh-learn__list > li.mh-learn__item {
	position: static;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	list-style: none !important;
	counter-increment: mh-learn;
}

.mh-learn__item::before,
.content ol.mh-learn__list > li.mh-learn__item::before {
	content: counter(mh-learn, decimal-leading-zero) " " !important;
	display: inline !important;
	position: static !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: 400 !important;
	line-height: inherit !important;
	font-variant-numeric: tabular-nums;
	text-align: left !important;
}

/* 要点ボックスも親テーマの ol 丸数字を打ち消し */
.content ol.mh-summary__list {
	margin: 0 !important;
	padding: 0 !important;
}

.content ol.mh-summary__list > li.mh-summary__item {
	margin: 0 !important;
	padding: 14px 0 !important;
}

.content ol.mh-summary__list > li.mh-summary__item::before {
	content: counter(mh-summary) !important;
	display: inline-flex !important;
	position: static !important;
	left: auto !important;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 24px !important;
	height: 24px !important;
	margin-top: 2px !important;
	border: 1px solid var(--accent) !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--accent) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

/*------------------------------------------------
  本文中ソフトCTA（物件を探す）
------------------------------------------------*/
.mh-mid-cta {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-24);
	margin: 2.25rem 0;
	padding: var(--space-24);
	background: rgba(233, 237, 227, 1);
	border: 0;
	border-radius: var(--radius-8);
	box-sizing: border-box;
	text-align: left;
}

.mh-mid-cta__copy {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mh-mid-cta__title {
	margin: 0;
	color: var(--ink);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0 !important;
}

.mh-mid-cta__text {
	margin: 0;
	color: var(--muted);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	margin: 0 !important;
}

.mh-mid-cta__action {
	flex: 0 0 auto;
	margin: 0 !important;
}

.mh-mid-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	height: 52px;
	padding: 0 24px;
	background: var(--ink) !important;
	color: var(--white) !important;
	border: 0;
	border-radius: var(--radius-4);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
	box-sizing: border-box;
	white-space: nowrap;
	transition: opacity 0.15s ease;
}

.mh-mid-cta__btn:hover {
	opacity: 0.88;
	color: var(--white) !important;
}

@media only screen and (max-width: 767px) {
	.mh-mid-cta {
		flex-direction: column;
		align-items: stretch;
		gap: var(--space-16);
		padding: var(--space-24);
	}

	.mh-mid-cta__title {
		font-size: 16px;
	}

	.mh-mid-cta__btn {
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}
}

/*------------------------------------------------
  サイドバー CTA バナー
------------------------------------------------*/
.mh-side-cta {
	margin: 0 0 1.5rem;
	box-sizing: border-box;
}

.mh-side-cta__card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--space-16);
	padding: var(--space-24);
	background: var(--ink);
	border-radius: 12px;
	color: var(--white);
	box-sizing: border-box;
}

.mh-side-cta__eyebrow {
	margin: 0;
	color: var(--white);
	font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

.mh-side-cta__title {
	margin: 0;
	color: var(--white);
	font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.45;
}

.mh-side-cta__text {
	margin: 0;
	color: var(--white);
	font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.2px; /* 180% */
}

.mh-side-cta__action,
.mh-side-cta__link-wrap {
	margin: 0;
}

.mh-side-cta__btn {
	display: flex;
	width: 100%;
	height: 52px;
	padding: 0 16px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background: var(--white) !important;
	border: 0;
	border-radius: 4px;
	color: var(--ink) !important;
	text-align: center;
	font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 25.2px;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: opacity 0.15s ease;
}

.mh-side-cta__btn:hover {
	opacity: 0.9;
	color: var(--ink) !important;
}

.mh-side-cta__link {
	display: inline-block;
	color: var(--white) !important;
	font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 25.2px;
	text-decoration: none !important;
}

.mh-side-cta__link:hover {
	opacity: 0.85;
}

.mh-side-cta__sale {
	margin-top: 1.25rem;
	text-align: left;
}

.mh-side-cta__sale-label {
	margin: 0 0 0.45rem;
	color: var(--muted);
	font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
}

.mh-side-cta__sale-link-wrap {
	margin: 0;
}

.mh-side-cta__sale-link {
	color: var(--ink) !important;
	font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: none !important;
}

.mh-side-cta__sale-link:hover {
	opacity: 0.8;
}

@media only screen and (min-width: 768px) {
	.mh-side-cta__title {
		font-size: 26px;
		line-height: 41.6px; /* 160% */
	}
}

/*------------------------------------------------
  サイドバー目次
------------------------------------------------*/
.mh-side-toc {
	background: var(--mh-paper);
    border: 1px solid var(--mh-line);
    border-radius: 12px;
    padding: 20px;
    margin: 0 0 1.5rem;
    box-sizing: border-box;
}

.mh-side-toc__title {
	margin: 0 0 1.25rem;
	color: var(--ink);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.6px;
}

.mh-side-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
    flex-direction: column;
    gap: 16px;
}

.mh-side-toc__item {
	margin: 0;
	padding: 0;
}

.mh-side-toc__item + .mh-side-toc__item {
	/* margin-top: 1.15rem; */
}

.mh-side-toc__link {
	display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: var(--mh-brand) !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 20.4px;
    transition: opacity 0.15s ease;
}

.mh-side-toc__link:hover {
	opacity: 0.72;
}

.mh-side-toc__num {
	flex: 0 0 auto;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
}

.mh-side-toc__text {
	flex: 1 1 auto;
	min-width: 0;
}

@media only screen and (min-width: 768px) {
	/* 目次だけ追従（サイドバー全体はスクロールしない） */
	.mh-side-toc {
		position: sticky;
		top: 1.25rem;
		z-index: 2;
	}
}

@media only screen and (max-width: 767px) {
	/* モバイルは本編目次があるのでサイドバー目次は非表示 */
	.mh-side-toc {
		display: none;
	}
}

/*------------------------------------------------
  フッター（MiseHaji）
------------------------------------------------*/
.mh-footer {
	background: var(--mh-footer);
	color: var(--muted);
	padding: 56px 0 40px;
	box-sizing: border-box;
}

.mh-footer__inner {
	max-width: var(--mh-wrap);
	margin: 0 15px;
	padding: 0;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.mh-footer__inner {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media only screen and (min-width: 1139px) {
	.mh-footer__inner {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.mh-footer__top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}

.mh-footer__brand {
	min-width: 0;
}

.mh-footer__logo {
	display: inline-block;
	margin: 0 0 16px;
	line-height: 1;
	text-decoration: none !important;
}

.mh-footer__logo-img {
	display: block;
	width: auto;
	height: 48px;
	max-width: 100%;
}

.mh-footer__meta {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
}

.mh-footer__nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	width: 100%;
}

.mh-footer__col {
	min-width: 0;
}

.mh-footer__heading {
	margin: 0 0 14px;
	color: var(--ink, var(--mh-brand));
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

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

.mh-footer__list li + li {
	/* margin-top: 10px; */
}

.mh-footer__list a {
	color: var(--muted) !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	text-decoration: none !important;
}

.mh-footer__list a:hover {
	color: var(--ink, var(--mh-brand)) !important;
	opacity: 0.85;
}

.mh-footer__bottom {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid color-mix(in srgb, var(--muted) 22%, transparent);
}

.mh-footer__copy {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

/* PC: ブランド + 3カラム横並び */
@media only screen and (min-width: 768px) {
	.mh-footer {
		padding: 64px 0 48px;
	}

	.mh-footer__top {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: 48px;
	}

	.mh-footer__brand {
		flex: 0 1 280px;
	}

	.mh-footer__nav {
		flex: 1 1 auto;
		flex-direction: row;
		justify-content: flex-end;
		gap: clamp(40px, 6vw, 88px);
		width: auto;
	}

	.mh-footer__col {
		flex: 0 0 auto;
		min-width: 9.5rem;
	}

	.mh-footer__bottom {
		margin-top: 32px;
	}
}

/* 旧フッター色の上書き（残存クラス用） */
.l-footer,
.bottomFooter {
	background: var(--mh-footer);
}

.eyecatch.eyecatch-main:hover img {
	transform: none;
}
