/* Current CREATREE header on SWELL-owned regular post details. */
body.article-detail-page {
	--gold-main: #907d38;
	--gold-sub: #c9c0a1;
	--red: var(--gold-main);
	--red-dark: #75652c;
	--line: #e9e9e9;
	--white: #fff;
	--header-height: 70px;
	min-width: 0;
	overflow-x: clip;
}

body.article-detail-page #breadcrumb { margin-top: var(--header-height); }
body.article-detail-page.creatree-editorial-cpt #breadcrumb { display: none !important; }
body.article-detail-page #header.l-header,
body.article-detail-page #fix_header,
body.article-detail-page #sp_menu { display: none !important; }
body.article-detail-page.admin-bar .site-header { top: 32px; }
body.article-detail-page.admin-bar .mobile-menu { margin-top: 32px; }

.article-detail-page .ct-editorial-breadcrumb {
	margin-top: var(--header-height);
	border-bottom: 1px solid #ededeb;
	background: #fff;
}
.article-detail-page .ct-editorial-breadcrumb__inner {
	width: min(calc(100% - 40px), 1080px);
	min-height: 54px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 auto;
	overflow: hidden;
	color: #73736d;
	font-size: 11px;
	white-space: nowrap;
}
.article-detail-page .ct-editorial-breadcrumb__inner a { flex: 0 0 auto; color: #55554f; }
.article-detail-page .ct-editorial-breadcrumb__inner span[aria-current="page"] { overflow: hidden; text-overflow: ellipsis; }

.article-detail-page .p-articleThumb {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.article-detail-page .p-articleThumb__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.article-detail-page .site-header {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 1000;
	height: var(--header-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px 0 28px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(12px);
}

.article-detail-page .site-header a,
.article-detail-page .mobile-menu a { color: inherit; text-decoration: none; }
.article-detail-page .brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; font-weight: 750; letter-spacing: -.02em; }
.article-detail-page .brand-mark { width: 34px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--gold-main); font-size: 12px; font-weight: 800; }
.article-detail-page .brand-name { font-size: 20px; }
.article-detail-page .brand-logo { display: block; flex: 0 0 auto; width: min(204px, 45vw); max-width: none; height: auto; max-height: 40px; object-fit: contain; }
.article-detail-page .global-nav { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 650; }
.article-detail-page .global-nav-list,
.article-detail-page .mobile-nav-list { margin: 0; padding: 0; list-style: none; }
.article-detail-page .global-nav-list { display: flex; align-items: center; gap: 18px; }
.article-detail-page .global-nav-list > li { height: var(--header-height); display: flex; align-items: center; }
.article-detail-page .global-nav-list > li > a,
.article-detail-page .global-nav-list > li > .ct-nav-trigger { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.article-detail-page .global-nav-list > li > .ct-nav-trigger { padding: 0; border: 0; color: inherit; background: transparent; cursor: default; font: inherit; }
.article-detail-page .global-nav-list > li > a::after,
.article-detail-page .global-nav-list > li > .ct-nav-trigger::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold-main); transition: right .25s ease; }
.article-detail-page .global-nav-list > li > a:hover::after,
.article-detail-page .global-nav-list > li > .ct-nav-trigger:hover::after,
.article-detail-page .global-nav-list > li > .ct-nav-trigger[aria-expanded="true"]::after,
.article-detail-page .global-nav-list > .current-menu-item > a::after { right: 0; }
.article-detail-page .nav-download,
.article-detail-page .nav-contact { width: 160px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border-radius: 999px; }
.article-detail-page .nav-download { border: 1px solid #d8d8d8; }
.article-detail-page .global-nav > a.nav-contact,
.article-detail-page .global-nav > a.nav-contact:visited,
.article-detail-page .global-nav > a.nav-contact:hover,
.article-detail-page .global-nav > a.nav-contact:focus-visible { color: #fff; background: var(--gold-main); }
.article-detail-page .ct-header-action-icon { display: inline-grid; flex: 0 0 18px; width: 18px; height: 18px; place-items: center; }
.article-detail-page .ct-header-action-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.article-detail-page .menu-button,
.article-detail-page .mobile-menu { display: none; }

.article-detail-page .has-mega-menu { position: relative; }
.article-detail-page .ct-nav-toggle-mark { position: relative; width: 10px; height: 10px; display: inline-block; }
.article-detail-page .ct-nav-toggle-mark::before,
.article-detail-page .ct-nav-toggle-mark::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform .35s cubic-bezier(.22, 1, .36, 1); }
.article-detail-page .ct-nav-toggle-mark::after { transform: translate(-50%, -50%) rotate(90deg); }
.article-detail-page .has-mega-menu:hover > .ct-nav-trigger,
.article-detail-page .has-mega-menu:focus-within > .ct-nav-trigger { color: var(--gold-main); }
.article-detail-page .has-mega-menu:hover .ct-nav-toggle-mark::after,
.article-detail-page .has-mega-menu:focus-within .ct-nav-toggle-mark::after { transform: translate(-50%, -50%) rotate(0deg); }
.article-detail-page .ct-mega-menu { position: fixed; top: calc(var(--header-height) - 1px); left: 50%; z-index: 100; width: min(calc(100vw - 28px), 1320px); padding-top: 6px; visibility: hidden; opacity: 0; pointer-events: none; transform: translate(-50%, -12px); transition: visibility 0s linear .38s, opacity .28s ease, transform .4s cubic-bezier(.22, 1, .36, 1); }
.article-detail-page .has-mega-menu:hover .ct-mega-menu,
.article-detail-page .has-mega-menu:focus-within .ct-mega-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translate(-50%, 0); transition-delay: 0s; }
.article-detail-page .ct-mega-menu__inner { padding: 25px 38px 38px; border: 1px solid rgba(144, 125, 56, .16); border-radius: 24px; color: #282823; background: rgba(255, 255, 255, .985); box-shadow: 0 28px 70px rgba(31, 29, 19, .16); }
.article-detail-page .ct-mega-menu__head { min-height: 82px; display: flex; align-items: center; gap: 38px; padding: 0 0 21px; border-bottom: 1px solid #e7e4d9; }
.article-detail-page .ct-mega-menu__head p { margin: 0; color: var(--gold-main); font-family: "Helvetica Neue", Arial, sans-serif; font-size: clamp(30px, 3vw, 44px); font-weight: 650; letter-spacing: -.035em; line-height: 1; }
.article-detail-page .ct-mega-menu__head > a { min-height: 38px; display: inline-flex; align-items: center; gap: 16px; padding: 0 2px; color: #282823; font-size: 13px; font-weight: 700; }
.article-detail-page .ct-menu-arrow { width: 30px; height: 30px; display: inline-grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(144, 125, 56, .45); border-radius: 50%; color: var(--gold-main); font-size: 13px; transition: color .32s ease, background-color .32s ease, transform .45s cubic-bezier(.22, 1, .36, 1); }
.article-detail-page .ct-mega-menu__head > a:hover .ct-menu-arrow { color: #fff; background: var(--gold-main); transform: translateX(4px); }
.article-detail-page .ct-mega-menu__list { display: grid; gap: 20px; margin: 23px 0 0; padding: 0; list-style: none; }
.article-detail-page .ct-mega-menu--service .ct-mega-menu__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.article-detail-page .ct-mega-menu--media .ct-mega-menu__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.article-detail-page .ct-mega-menu__list > li { min-width: 0; display: flex; }
.article-detail-page .ct-mega-card { position: relative; width: 100%; height: 100%; min-height: 166px; display: grid; grid-template-columns: 96px minmax(0, 1fr) 32px; align-items: center; gap: 18px; padding: 16px; border: 1px solid #e8e6dd; border-radius: 14px; color: #282823; background: #fff; box-shadow: 0 8px 24px rgba(42, 38, 24, 0); cursor: pointer; isolation: isolate; touch-action: manipulation; text-decoration: none; transition: border-color .3s ease, background-color .3s ease, box-shadow .35s ease, transform .45s cubic-bezier(.22, 1, .36, 1); }
.article-detail-page .ct-mega-card::after { content: ""; position: absolute; inset: 0; z-index: 3; border-radius: inherit; }
.article-detail-page .ct-mega-card > * { pointer-events: none; }
.article-detail-page .ct-mega-card:focus-visible { outline: 3px solid rgba(144, 125, 56, .42); outline-offset: 3px; }
.article-detail-page .ct-mega-menu--media .ct-mega-card { grid-template-columns: 78px minmax(0, 1fr) 30px; gap: 14px; }
.article-detail-page .ct-mega-card:hover { border-color: rgba(144, 125, 56, .42); background: #faf9f4; box-shadow: 0 16px 34px rgba(42, 38, 24, .1); transform: translateY(-5px); }
.article-detail-page .ct-mega-card__visual { position: relative; width: 100%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 10px; color: #fff; background: linear-gradient(145deg, #b1a46c, #75652c); transition: transform .55s cubic-bezier(.22, 1, .36, 1); }
.article-detail-page .ct-mega-card__visual::before,
.article-detail-page .ct-mega-card__visual::after { content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, .32); border-radius: 50%; transition: transform .6s cubic-bezier(.22, 1, .36, 1); }
.article-detail-page .ct-mega-card__visual::before { width: 82%; aspect-ratio: 1; top: -30%; right: -28%; }
.article-detail-page .ct-mega-card__visual::after { width: 58%; aspect-ratio: 1; left: -26%; bottom: -21%; }
.article-detail-page .ct-mega-card:hover .ct-mega-card__visual::before { transform: translate(-8px, 8px) scale(1.08); }
.article-detail-page .ct-mega-card:hover .ct-mega-card__visual::after { transform: translate(8px, -6px) scale(1.12); }
.article-detail-page .ct-mega-card:hover .ct-mega-card__visual { transform: scale(1.035); }
.article-detail-page .ct-mega-card__visual > span { position: relative; z-index: 1; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 18px; letter-spacing: .08em; }
.article-detail-page .ct-mega-card__copy { min-width: 0; display: block; }
.article-detail-page .ct-mega-card__copy small { display: block; margin-bottom: 8px; color: var(--gold-main); font-family: "Helvetica Neue", Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.article-detail-page .ct-mega-card__copy b { display: block; font-size: 16px; line-height: 1.5; }
.article-detail-page .ct-mega-card__copy > span { display: -webkit-box; margin-top: 7px; overflow: hidden; color: #74746d; font-size: 10px; font-weight: 400; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-detail-page .ct-mega-card:hover > .ct-menu-arrow { color: #fff; background: var(--gold-main); transform: translateX(4px); }
body.article-detail-page.admin-bar .ct-mega-menu { top: calc(var(--header-height) + 31px); }

.article-detail-page .mobile-nav-list { display: grid; }
.article-detail-page .mobile-nav-group > div { display: grid; grid-template-columns: 1fr 52px; border-bottom: 1px solid var(--line); }
.article-detail-page .mobile-nav-group > div > a { border-bottom: 0; }
.article-detail-page .mobile-nav-toggle { min-width: 52px; min-height: 48px; border: 0; border-left: 1px solid var(--line); color: var(--gold-main); background: #fff; cursor: pointer; font-size: 20px; }
.article-detail-page .mobile-nav-group > ul { margin: 0; padding: 0; list-style: none; background: #faf9f5; }
.article-detail-page .mobile-nav-list .is-sub a { padding-left: 42px; font-size: 12px; }
.article-detail-page .mobile-menu__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 18px 22px 24px; }
.article-detail-page .mobile-menu .mobile-menu__actions a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 10px 12px; border: 1px solid var(--gold-main); border-radius: 999px; font-weight: 700; text-align: center; }
.article-detail-page .mobile-menu__actions .mobile-download { color: var(--gold-main); background: #fff; }
.article-detail-page .mobile-menu__actions .mobile-contact { color: #fff; background: var(--gold-main); }
html.ct-menu-open { overflow: hidden; }

.article-detail-page .ct-article-bottom-banner {
	margin: clamp(52px, 7vw, 84px) 0 18px;
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}
.article-detail-page .ct-article-bottom-banner > a {
	position: relative;
	min-height: 178px;
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr) minmax(160px, auto);
	align-items: center;
	gap: 26px;
	padding: 34px 38px;
	overflow: hidden;
	border: 1px solid rgba(144, 125, 56, .22);
	border-radius: 18px;
	color: #31312d;
	background: #f8f6ef;
	box-shadow: 0 14px 38px rgba(42, 38, 24, .07);
	text-decoration: none !important;
}
.article-detail-page .ct-article-bottom-banner > a::before {
	content: "";
	position: absolute;
	right: -70px;
	top: -100px;
	width: 260px;
	aspect-ratio: 1;
	border: 1px solid rgba(144, 125, 56, .17);
	border-radius: 50%;
	box-shadow: 0 0 0 34px rgba(201, 192, 161, .08), 0 0 0 68px rgba(201, 192, 161, .04);
}
.article-detail-page .ct-article-bottom-banner__icon {
	position: relative;
	width: 66px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--gold-main);
}
.article-detail-page .ct-article-bottom-banner__icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.article-detail-page .ct-article-bottom-banner__copy {
	position: relative;
	min-width: 0;
	display: grid;
}
.article-detail-page .ct-article-bottom-banner__copy small {
	margin-bottom: 7px;
	color: var(--gold-main);
	font-size: 10px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .15em;
}
.article-detail-page .ct-article-bottom-banner__copy strong {
	font-size: clamp(20px, 2.5vw, 28px);
	line-height: 1.5;
	font-weight: 600;
}
.article-detail-page .ct-article-bottom-banner__copy > span {
	margin-top: 8px;
	color: #66665f;
	font-size: 12px;
	line-height: 1.8;
}
.article-detail-page .ct-article-bottom-banner__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 13px;
	font-size: 11px;
	font-weight: 700;
}
.article-detail-page .ct-article-bottom-banner__link i {
	width: 34px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--gold-main);
	font-style: normal;
}

.article-detail-page .ct-article-bottom-banner.is-guide > a { color: #fff; background: var(--gold-main); }
.article-detail-page .ct-article-bottom-banner.is-guide > a::before { border-color: rgba(255, 255, 255, .2); box-shadow: 0 0 0 34px rgba(255, 255, 255, .06), 0 0 0 68px rgba(255, 255, 255, .035); }
.article-detail-page .ct-article-bottom-banner.is-guide .ct-article-bottom-banner__icon,
.article-detail-page .ct-article-bottom-banner.is-guide .ct-article-bottom-banner__link i { color: var(--gold-main); background: #fff; }
.article-detail-page .ct-article-bottom-banner.is-guide .ct-article-bottom-banner__copy small { color: #ece7d6; }
.article-detail-page .ct-article-bottom-banner.is-guide .ct-article-bottom-banner__copy > span { color: #f0eee7; }

.article-detail-page .ct-article-bottom-banner.is-download > a { color: #fff; background: #2b2b27; }
.article-detail-page .ct-article-bottom-banner.is-download > a::before { border-color: rgba(201, 192, 161, .25); box-shadow: 0 0 0 34px rgba(201, 192, 161, .07), 0 0 0 68px rgba(201, 192, 161, .04); }
.article-detail-page .ct-article-bottom-banner.is-download .ct-article-bottom-banner__copy small { color: var(--gold-sub); }
.article-detail-page .ct-article-bottom-banner.is-download .ct-article-bottom-banner__copy > span { color: #d1d0c8; }

.article-detail-page .ct-article-end-actions {
	display: grid;
	gap: 18px;
	margin: clamp(52px, 7vw, 84px) 0 18px;
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}
.article-detail-page .ct-article-end-actions .ct-article-bottom-banner { margin: 0; }

/* Guide journey modules are theme-rendered so stored Gutenberg blocks stay editable. */
.article-detail-page .ct-guide-journey { display: grid; gap: 38px; margin: clamp(58px, 8vw, 92px) 0 24px; font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif; }
.article-detail-page .ct-guide-journey section { margin: 0; }
.article-detail-page .ct-guide-journey h2 { margin: 0 0 18px; padding: 0; border: 0; border-radius: 0; color: #31312d; background: transparent; box-shadow: none; font-size: clamp(22px, 3vw, 30px); line-height: 1.5; font-weight: 600; }
.article-detail-page .ct-guide-journey h2::before,
.article-detail-page .ct-guide-journey h2::after { display: none; }
.article-detail-page .ct-guide-next > p, .article-detail-page .ct-guide-related-case > p { margin: 0 0 7px; color: var(--gold-main); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.article-detail-page .ct-guide-journey-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(144, 125, 56, .18); border-radius: 14px; color: #32322e; background: #fff; box-shadow: 0 10px 30px rgba(42, 38, 24, .045); text-decoration: none !important; }
.article-detail-page .ct-guide-journey-card__thumb { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #e9e6dd; }
.article-detail-page .ct-guide-journey-card__image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .45s cubic-bezier(.22, 1, .36, 1); }
.article-detail-page .ct-guide-journey-card:hover .ct-guide-journey-card__image,
.article-detail-page .ct-guide-journey-card:focus-visible .ct-guide-journey-card__image { transform: scale(1.025); }
.article-detail-page .ct-guide-journey-card__body { min-height: 150px; display: flex; flex: 1 1 auto; flex-direction: column; padding: 22px 23px 20px; }
.article-detail-page .ct-guide-journey-card small { margin-bottom: 9px; color: var(--gold-main); font-size: 9px; font-weight: 800; }
.article-detail-page .ct-guide-journey-card strong { font-size: 16px; line-height: 1.65; font-weight: 600; }
.article-detail-page .ct-guide-journey-card__link { display: flex; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid #e9e6dd; color: #686861; font-size: 10px; font-weight: 700; }
.article-detail-page .ct-guide-journey-card i { color: var(--gold-main); font-style: normal; }
.article-detail-page .ct-guide-journey-card.is-next { min-height: 210px; color: #fff; background: #2b2b27; }
.article-detail-page .ct-guide-journey-card.is-next::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(30, 30, 27, .92), rgba(30, 30, 27, .72)); pointer-events: none; }
.article-detail-page .ct-guide-journey-card.is-next .ct-guide-journey-card__thumb { position: absolute; inset: 0; aspect-ratio: auto; opacity: .42; }
.article-detail-page .ct-guide-journey-card.is-next .ct-guide-journey-card__body { position: relative; z-index: 2; min-height: 210px; padding: 30px 31px; }
.article-detail-page .ct-guide-journey-card.is-next small { color: var(--gold-sub); }
.article-detail-page .ct-guide-journey-card.is-next strong { font-size: clamp(19px, 2.4vw, 27px); }
.article-detail-page .ct-guide-journey-card.is-next .ct-guide-journey-card__link { border-top-color: rgba(255, 255, 255, .14); color: #d1d0c8; }
.article-detail-page .ct-guide-journey-card.is-next i { color: var(--gold-sub); }
.article-detail-page .ct-guide-related > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.article-detail-page .ct-guide-related > h2 { margin-bottom: 38px; }
.article-detail-page .ct-guide-related-case > a { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 26px; border: 1px solid rgba(144, 125, 56, .2); border-radius: 14px; color: #34342f; background: #f8f6ef; text-decoration: none !important; }
.article-detail-page .ct-guide-related-case strong { font-size: 15px; line-height: 1.7; }
.article-detail-page .ct-guide-related-case span { flex: 0 0 auto; color: var(--gold-main); font-size: 10px; font-weight: 700; }
.article-detail-page .ct-guide-related-case i { font-style: normal; }
.article-detail-page .ct-guide-service-cta { margin: clamp(58px, 8vw, 92px) 0 18px; padding: clamp(32px, 5vw, 52px); border-radius: 18px; color: #fff; background: var(--gold-main); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif; }
.article-detail-page .ct-guide-service-cta > p:first-child { margin: 0 0 9px; color: #eee9d7; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.article-detail-page .ct-guide-service-cta h2 { margin: 0 0 20px; padding: 0; border: 0; border-radius: 0; color: #fff; background: transparent; box-shadow: none; font-size: clamp(24px, 3.4vw, 36px); line-height: 1.5; font-weight: 600; }
.article-detail-page .ct-guide-service-cta h2::before,
.article-detail-page .ct-guide-service-cta h2::after { display: none; }
.article-detail-page .ct-guide-service-cta > div:not(.ct-guide-service-cta__actions) { display: grid; gap: 8px; }
.article-detail-page .ct-guide-service-cta > div > p { margin: 0; color: #f4f1e8; font-size: 13px; line-height: 1.9; }
.article-detail-page .ct-guide-service-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.article-detail-page .ct-guide-service-cta__actions a { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; padding: 10px 21px; border: 1px solid #fff; border-radius: 999px; color: var(--gold-main); background: #fff; font-size: 11px; font-weight: 800; text-decoration: none !important; }
.article-detail-page .ct-guide-service-cta__actions a.is-secondary { color: #fff; background: transparent; }
.article-detail-page .ct-guide-service-cta__actions i { font-style: normal; }
@media (max-width: 980px) {
	body.article-detail-page { --header-height: 64px; }
	.article-detail-page .global-nav { display: none; }
	.article-detail-page .site-header { padding-inline: 16px; }
	.article-detail-page .brand-name { font-size: 17px; }
	.article-detail-page .menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border: 0; border-radius: 50%; background: #f3f3f3; cursor: pointer; }
	.article-detail-page .menu-button span { width: 18px; height: 1px; background: #222; transition: .25s; }
	.article-detail-page .menu-button.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	.article-detail-page .menu-button.is-open span:nth-child(2) { opacity: 0; }
	.article-detail-page .menu-button.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
	.article-detail-page .mobile-menu { position: fixed; inset: var(--header-height) 0 auto 0; z-index: 999; display: grid; max-height: 0; overflow: hidden; background: #fff; box-shadow: 0 20px 30px rgba(0, 0, 0, .08); transition: max-height .35s ease; }
	.article-detail-page .mobile-menu.is-open { max-height: calc(100dvh - var(--header-height)); overflow-y: auto; overscroll-behavior: contain; }
	.article-detail-page .mobile-menu a { display: block; padding: 15px 28px; border-bottom: 1px solid var(--line); font-size: 13px; }
}

@media (max-width: 720px) {
	.article-detail-page .ct-guide-related > div { grid-template-columns: 1fr; }
	.article-detail-page .ct-guide-journey-card.is-next .ct-guide-journey-card__body { padding: 25px 22px; }
	.article-detail-page .ct-guide-related-case > a { align-items: flex-start; flex-direction: column; padding: 22px 20px; }
	.article-detail-page .ct-guide-service-cta { padding: 30px 22px; border-radius: 14px; }
	.article-detail-page .ct-guide-service-cta__actions { display: grid; }
	.article-detail-page .ct-guide-service-cta__actions a { width: 100%; }
	.article-detail-page .ct-article-bottom-banner > a {
		min-height: 0;
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 18px;
		padding: 27px 22px;
		border-radius: 14px;
	}
	.article-detail-page .ct-article-bottom-banner__icon { width: 52px; }
	.article-detail-page .ct-article-bottom-banner__icon svg { width: 25px; height: 25px; }
	.article-detail-page .ct-article-bottom-banner__copy strong { font-size: 19px; }
	.article-detail-page .ct-article-bottom-banner__copy > span { font-size: 11px; }
	.article-detail-page .ct-article-bottom-banner__link { grid-column: 1 / -1; justify-content: space-between; margin-top: 3px; padding-top: 16px; border-top: 1px solid rgba(144, 125, 56, .22); }
	.article-detail-page .ct-article-bottom-banner.is-guide .ct-article-bottom-banner__link,
	.article-detail-page .ct-article-bottom-banner.is-download .ct-article-bottom-banner__link { border-top-color: rgba(255, 255, 255, .18); }
}

@media (max-width: 782px) {
	body.article-detail-page.admin-bar .site-header { top: 46px; }
	body.article-detail-page.admin-bar .mobile-menu { margin-top: 46px; }
}

@media (max-width: 980px) {
	.article-detail-page .menu-button { width: 48px; height: 48px; gap: 6px; border: 1px solid var(--gold-main); background: rgba(255, 255, 255, .94); transition: color .35s ease, background-color .35s ease, border-color .35s ease; }
	.article-detail-page .menu-button span { width: 19px; background: var(--gold-main); transition: opacity .3s ease, transform .4s cubic-bezier(.22, 1, .36, 1); }
	.article-detail-page .menu-button.is-open { color: var(--gold-main); background: #fff; }
	.article-detail-page .mobile-menu { inset: var(--header-height) 0 0; display: block; max-height: none; padding: 24px clamp(22px, 6vw, 42px) 36px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-12px); background: #fff; box-shadow: none; transition: visibility 0s linear .38s, opacity .32s ease, transform .42s cubic-bezier(.22, 1, .36, 1); }
	.article-detail-page .mobile-menu.is-open { max-height: none; visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
	.article-detail-page .mobile-menu__eyebrow { margin: 0 0 14px; color: var(--gold-main); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
	.article-detail-page .mobile-nav-list { border-top: 1px solid #d9d6cb; }
	.article-detail-page .mobile-nav-list > li { border-bottom: 1px solid #d9d6cb; }
	.article-detail-page .mobile-menu .mobile-nav-list > li > a,
	.article-detail-page .mobile-menu .mobile-nav-group > div > a { min-height: 62px; display: flex; align-items: center; padding: 0 4px; border: 0; font-size: 15px; font-weight: 650; }
	.article-detail-page .mobile-nav-group > div { grid-template-columns: minmax(0, 1fr) 52px; border: 0; }
	.article-detail-page .mobile-nav-toggle { min-height: 62px; border: 0; color: var(--gold-main); font-size: 23px; font-weight: 300; }
	.article-detail-page .mobile-nav-group > ul { margin: 0 0 14px; overflow: hidden; border-radius: 10px; background: #f6f4ec; }
	.article-detail-page .mobile-menu .mobile-nav-list .is-sub a { min-height: 48px; display: flex; align-items: center; padding: 0 16px; border-bottom: 1px solid rgba(144, 125, 56, .14); font-size: 12px; }
	.article-detail-page .mobile-menu .mobile-nav-list .is-sub:last-child a { border-bottom: 0; }
	.article-detail-page .mobile-menu__actions { gap: 12px; padding: 26px 0 10px; }
	.article-detail-page .mobile-menu__actions a { min-height: 52px; padding: 11px 16px; font-size: 12px; }
	body.article-detail-page.admin-bar .mobile-menu { top: calc(var(--header-height) + 32px); margin-top: 0; }
}

@media (max-width: 782px) {
	body.article-detail-page.admin-bar .mobile-menu { top: calc(var(--header-height) + 46px); margin-top: 0; }
}

@media (max-width: 720px) {
	.article-detail-page .mobile-menu { padding-inline: 22px; }
	.article-detail-page .mobile-menu__actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.article-detail-page .global-nav-list > li > a::after,
	.article-detail-page .ct-mega-card,
	.article-detail-page .ct-mega-card__visual,
	.article-detail-page .ct-mega-card__visual::before,
	.article-detail-page .ct-mega-card__visual::after,
	.article-detail-page .ct-menu-arrow,
	.article-detail-page .menu-button span,
	.article-detail-page .mobile-menu { transition: none; }
}
