:root {
	--el-brand: #19a974;
	--el-brand-dark: #087753;
	--el-ink: #17201e;
	--el-muted: #66736f;
	--el-soft: #f3f8f5;
	--el-line: #dfe7e3;
	--el-accent: #f4b63f;
	--el-white: #fff;
	--el-radius: 18px;
	--el-shadow: 0 16px 44px rgba(20, 61, 48, .08);
}

html { scroll-behavior: smooth; }
.erabilab-design { color: var(--el-ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
.erabilab-design #header, .erabilab-design #footer { display: none !important; }
.erabilab-design a { text-underline-offset: .18em; }
.el-shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }

.el-site-header { position: sticky; top: 0; z-index: 1000; height: 76px; border-bottom: 1px solid var(--el-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.admin-bar .el-site-header { top: 32px; }
.el-site-header__inner { width: min(1120px, calc(100% - 48px)); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.el-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--el-ink) !important; text-decoration: none !important; }
.el-logo__mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px 11px 11px 3px; background: var(--el-brand); color: #fff; font: italic 800 28px/1 Georgia, serif; }
.el-logo__text { font-size: 24px; font-weight: 900; letter-spacing: -.04em; }
.el-nav { display: flex; align-items: center; gap: 30px; }
.el-nav a { color: var(--el-ink) !important; font-size: 14px; font-weight: 800; text-decoration: none !important; }
.el-nav__compare { padding: 12px 16px; border: 1px solid var(--el-line); border-radius: 10px; box-shadow: 0 4px 14px rgba(20,61,48,.04); }
.el-nav__compare span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-left: 8px; border-radius: 99px; background: var(--el-soft); color: var(--el-brand-dark); }
.el-nav-mobile { display: none; padding: 9px 15px; border-radius: 8px; background: var(--el-brand); color: #fff !important; font-weight: 800; text-decoration: none !important; }

.erabilab-home #main_visual, .erabilab-home #post_slider { display: none !important; }
.erabilab-home #content { margin: 0 !important; padding: 0 !important; max-width: none !important; }
.erabilab-home .l-content, .erabilab-home .l-container { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.erabilab-home .l-mainContent { width: 100% !important; max-width: none !important; }
.erabilab-home .l-sidebar, .erabilab-home .p-breadcrumb, .erabilab-home .c-pageTitle, .erabilab-home .post_content > .is-style-section_ttl, .erabilab-home .p-articleHead { display: none !important; }
.erabilab-home .post_content { margin: 0 !important; padding: 0 !important; max-width: none !important; }
.erabilab-home .post_content > :where(*) { max-width: none !important; }

.el-hero { background: var(--el-soft); }
.el-hero__inner { min-height: 650px; padding-top: 115px; padding-bottom: 95px; }
.el-eyebrow, .el-section__label { margin: 0 0 22px; color: var(--el-brand-dark); font-size: 13px; font-weight: 900; letter-spacing: .18em; }
.el-hero h1 { max-width: 900px; margin: 0; font-size: clamp(54px, 7vw, 88px); line-height: 1.17; letter-spacing: -.06em; font-weight: 900; }
.el-hero h1 span { color: var(--el-brand-dark); }
.el-hero__lead { max-width: 760px; margin: 32px 0 36px; color: var(--el-muted); font-size: 18px; line-height: 1.9; }
.el-search { display: flex; align-items: center; max-width: 900px; padding: 8px 8px 8px 25px; border: 1px solid var(--el-line); border-radius: 16px; background: #fff; box-shadow: var(--el-shadow); }
.el-search__icon { width: 20px; height: 20px; margin-right: 16px; border: 3px solid #83918d; border-radius: 50%; position: relative; flex: 0 0 auto; }
.el-search__icon::after { content: ""; position: absolute; width: 9px; height: 3px; right: -7px; bottom: -4px; background: #83918d; transform: rotate(45deg); border-radius: 2px; }
.el-search input { min-width: 0; flex: 1; height: 54px; padding: 0 8px; border: 0 !important; outline: 0; box-shadow: none !important; background: transparent; font-size: 17px; }
.el-search button { min-width: 120px; height: 54px; border: 0; border-radius: 11px; background: var(--el-brand); color: #fff; font-weight: 900; font-size: 17px; }
.el-popular { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 20px; color: var(--el-muted); font-size: 14px; }
.el-popular a { padding: 6px 14px; border: 1px solid var(--el-line); border-radius: 99px; background: #fff; color: var(--el-muted) !important; text-decoration: none !important; }

.el-stats { width: min(1120px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--el-line); }
.el-stats div { display: flex; align-items: baseline; justify-content: center; gap: 14px; padding: 44px 22px; }
.el-stats div + div { border-left: 1px solid var(--el-line); }
.el-stats strong { color: var(--el-brand-dark); font: 800 34px/1 Georgia, serif; }
.el-stats span { color: var(--el-muted); font-size: 14px; font-weight: 800; }

.el-section { padding-top: 110px; padding-bottom: 110px; }
.el-section h2, .el-policy h2 { margin: 0; font-size: clamp(34px,5vw,56px); line-height: 1.25; letter-spacing: -.045em; }
.el-category-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 52px; }
.el-category { min-height: 130px; display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 22px; padding: 26px 30px; border: 1px solid var(--el-line); border-radius: var(--el-radius); color: var(--el-ink) !important; text-decoration: none !important; transition: .2s ease; }
.el-category:hover { transform: translateY(-3px); border-color: #a7cfc0; box-shadow: var(--el-shadow); }
.el-category__icon { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 15px; background: var(--el-soft); color: var(--el-brand-dark); font-size: 34px; }
.el-category strong, .el-category small { display: block; }
.el-category strong { margin-bottom: 7px; font-size: 20px; }
.el-category small { color: var(--el-muted); font-size: 14px; }
.el-category b { color: #8c9995; font-size: 25px; font-weight: 400; }

.el-section--soft { background: var(--el-soft); }
.el-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.el-section__heading p { margin: 14px 0 0; color: var(--el-muted); }
.el-updated { flex: 0 0 auto; padding: 8px 13px; border: 1px solid var(--el-line); border-radius: 99px; background: #fff; color: var(--el-muted); font-size: 12px; }
.el-updated::first-letter { color: var(--el-brand); }
.el-section--soft .erabilab-ranking__table-wrap, .el-section--soft .erabilab-ranking-card { border-color: var(--el-line); border-radius: var(--el-radius); box-shadow: var(--el-shadow); }
.el-section--soft .erabilab-ranking__table th { background: var(--el-ink); }
.el-section--soft .erabilab-ranking-card__badge { background: #899995; }
.el-section--soft .erabilab-ranking-card:first-child .erabilab-ranking-card__badge { background: var(--el-accent); color: var(--el-ink); }
.el-section--soft .erabilab-ranking-card__heading h3 { color: var(--el-ink); }
.el-section--soft .erabilab-ranking-card dl div { background: #e5f6f0; }
.el-section--soft .erabilab-ranking-card__cta { width: 100%; background: var(--el-brand); border-radius: 10px; box-shadow: none; }

.el-guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 52px; }
.el-guide-grid article { padding: 35px 30px; border: 1px solid var(--el-line); border-radius: var(--el-radius); }
.el-guide-grid span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--el-ink); color: #fff; font: 700 16px/1 Georgia,serif; }
.el-guide-grid h3 { margin: 27px 0 12px; font-size: 23px; }
.el-guide-grid p { margin: 0; color: var(--el-muted); line-height: 1.9; }

.el-policy { padding: 110px 0; background: var(--el-ink); color: #fff; }
.el-policy .el-section__label { color: #6de1b7; }
.el-policy__inner > p:last-child { max-width: 780px; margin: 28px 0 0; color: #c5d0cc; font-size: 17px; line-height: 2; }
.el-site-footer { padding: 55px 0; border-top: 1px solid var(--el-line); background: #fff; }
.el-site-footer__inner { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.el-site-footer p { margin: 20px 0 8px; color: var(--el-muted); }
.el-site-footer small { color: #92a09c; }

.erabilab-design:not(.erabilab-home) .l-content { max-width: 1120px; }
.erabilab-design:not(.erabilab-home) .l-mainContent { width: 100%; max-width: 860px; margin-inline: auto; }
.erabilab-design:not(.erabilab-home) .l-sidebar { display: none !important; }
.erabilab-design:not(.erabilab-home) .p-articleHead { padding-top: 30px; }
.erabilab-design:not(.erabilab-home) .c-postTitle__ttl { color: var(--el-ink); font-size: clamp(30px,4vw,46px); line-height: 1.35; letter-spacing: -.04em; }
.erabilab-design:not(.erabilab-home) .post_content { font-size: 16px; line-height: 1.95; }
.erabilab-design:not(.erabilab-home) .post_content h2 { margin-top: 64px; padding: 17px 22px; border: 0; border-left: 6px solid var(--el-brand); border-radius: 0 12px 12px 0; background: var(--el-soft); color: var(--el-ink); }

@media (max-width: 900px) {
	.admin-bar .el-site-header { top: 46px; }
	.el-nav { display: none; }
	.el-nav-mobile { display: inline-flex; }
	.el-hero__inner { min-height: 0; padding-top: 85px; padding-bottom: 75px; }
	.el-category-grid, .el-guide-grid { grid-template-columns: 1fr; }
	.el-section__heading { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
	.el-shell, .el-site-header__inner, .el-site-footer__inner, .el-stats { width: min(100% - 32px, 1120px); }
	.el-site-header { height: 66px; }
	.el-logo__mark { width: 36px; height: 36px; font-size: 23px; }
	.el-logo__text { font-size: 20px; }
	.el-hero__inner { padding-top: 62px; padding-bottom: 62px; }
	.el-hero h1 { font-size: 46px; }
	.el-hero__lead { font-size: 15px; }
	.el-search { padding-left: 18px; }
	.el-search__icon { display: none; }
	.el-search button { min-width: 80px; }
	.el-stats { grid-template-columns: 1fr; }
	.el-stats div { padding: 24px 12px; }
	.el-stats div + div { border-top: 1px solid var(--el-line); border-left: 0; }
	.el-section { padding-top: 72px; padding-bottom: 72px; }
	.el-category { grid-template-columns: 58px 1fr auto; min-height: 106px; padding: 20px; gap: 15px; }
	.el-category__icon { width: 54px; height: 54px; font-size: 27px; }
	.el-category strong { font-size: 18px; }
	.el-policy { padding: 72px 0; }
}

/* 0.2.0 — friendly editorial redesign */
:root { --el-brand: #20b486; --el-brand-dark: #0b7d60; --el-ink: #182526; --el-soft: #f4faf8; --el-purple: #7065e8; --el-coral: #ff7968; --el-yellow: #ffd166; --el-blue: #57a8ff; --el-radius: 24px; --el-shadow: 0 24px 70px rgba(31,66,57,.12); }
.el-site-header { height: 82px; box-shadow: 0 8px 30px rgba(34,68,59,.06); border: 0; }
.el-logo__mark { border-radius: 14px 14px 14px 5px; background: linear-gradient(145deg,#28c792,#11996f); box-shadow: 0 8px 20px rgba(32,180,134,.25); }
.el-nav { gap: 10px; }
.el-nav a { padding: 10px 13px; border-radius: 999px; }
.el-nav a:hover { background: var(--el-soft); color: var(--el-brand-dark) !important; }
.el-nav a.el-nav__compare { padding: 12px 17px !important; border: 0; background: var(--el-ink) !important; color: #fff !important; }

.el-hero { position: relative; overflow: hidden; background: linear-gradient(135deg,#f7fcfa 0%,#f8f7ff 52%,#fff8f2 100%); }
.el-hero__blob { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; pointer-events: none; }
.el-hero__blob--one { width: 430px; height: 430px; top: -180px; right: 22%; background: radial-gradient(circle,#bff4df 0%,rgba(191,244,223,0) 70%); }
.el-hero__blob--two { width: 500px; height: 500px; right: -210px; bottom: -240px; background: radial-gradient(circle,#ded9ff 0%,rgba(222,217,255,0) 70%); }
.el-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); align-items: center; gap: 72px; min-height: 720px; padding-top: 90px; padding-bottom: 90px; }
.el-eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; letter-spacing: .08em; }
.el-eyebrow span { padding: 5px 9px; border-radius: 999px; background: var(--el-yellow); color: var(--el-ink); font-size: 10px; }
.el-home h2 { padding: 0 !important; border: 0 !important; background: none !important; box-shadow: none !important; }
.el-home h2::before, .el-home h2::after { display: none !important; content: none !important; }
.el-hero h1 { max-width: 760px; font-size: clamp(52px,4vw,68px); line-height: 1.08; }
.el-hero h1 span { display: inline-block; white-space: nowrap; color: transparent; background: linear-gradient(100deg,var(--el-brand-dark),var(--el-purple)); -webkit-background-clip: text; background-clip: text; }
.el-hero__lead { max-width: 650px; margin: 30px 0; font-size: 17px; }
.el-search { max-width: 720px; border: 2px solid #fff; border-radius: 18px; box-shadow: 0 18px 50px rgba(27,70,59,.12); }
.el-search button { min-width: 135px; border-radius: 13px; background: linear-gradient(135deg,var(--el-brand),var(--el-brand-dark)); }
.el-popular a { border: 0; box-shadow: 0 5px 14px rgba(31,66,57,.06); }

.el-finder-card { position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.9); border-radius: 30px; background: rgba(255,255,255,.9); box-shadow: 0 35px 90px rgba(44,61,88,.16); backdrop-filter: blur(16px); }
.el-finder-card::before { content: ""; position: absolute; inset: -8px 30px auto; height: 8px; border-radius: 12px 12px 0 0; background: linear-gradient(90deg,var(--el-brand),var(--el-purple),var(--el-coral)); }
.el-finder-card__top { display: flex; justify-content: space-between; align-items: center; }
.el-finder-card__top span { color: var(--el-brand-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.el-finder-card__top b { padding: 6px 10px; border-radius: 999px; background: #fff1d2; font-size: 11px; }
.el-finder-card h2 { margin: 28px 0 8px; color: var(--el-ink) !important; font-size: 32px; letter-spacing: -.04em; }
.el-finder-card > p { margin: 0 0 22px; color: var(--el-muted); line-height: 1.7; }
.el-finder-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px; }
.el-finder-options a { display: flex; align-items: center; gap: 11px; padding: 14px; border: 1px solid var(--el-line); border-radius: 15px; color: var(--el-ink) !important; font-weight: 800; text-decoration: none !important; transition: .2s; }
.el-finder-options a:hover { transform: translateY(-2px); border-color: var(--el-brand); background: var(--el-soft); }
.el-finder-options i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #f6f7fb; font-style: normal; font-size: 20px; }
.el-finder-card__result { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; padding-top: 20px; border-top: 1px dashed var(--el-line); }
.el-finder-card__result > span { color: var(--el-muted); font-size: 12px; font-weight: 800; }
.el-finder-card__result div { display: flex; align-items: center; }
.el-finder-card__result b { display: grid; place-items: center; width: 34px; height: 34px; margin-left: -6px; border: 3px solid #fff; border-radius: 50%; background: var(--el-purple); color: #fff; }
.el-finder-card__result b:nth-child(2) { background: var(--el-blue); }.el-finder-card__result b:nth-child(3) { background: var(--el-brand); }
.el-finder-card__result em { margin-left: 8px; color: var(--el-muted); font-size: 11px; font-style: normal; }

.el-stats { position: relative; z-index: 2; margin-top: -34px; border: 0; border-radius: 22px; background: #fff; box-shadow: 0 20px 50px rgba(31,66,57,.1); }
.el-stats div { padding: 34px 22px; }.el-stats strong { font-family: inherit; font-size: 38px; }.el-stats span { font-weight: 700; }
.el-section__intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.el-section__intro > p { margin: 0; color: var(--el-muted); line-height: 1.9; }
.el-audience-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.el-audience { position: relative; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 20px; min-height: 155px; padding: 26px; overflow: hidden; border-radius: 24px; color: var(--el-ink) !important; text-decoration: none !important; transition: .25s; }
.el-audience:hover { transform: translateY(-5px); box-shadow: var(--el-shadow); }.el-audience > span { font-size: 40px; }.el-audience small { font-size: 10px; font-weight: 900; letter-spacing: .14em; opacity: .6; }.el-audience h3 { margin: 5px 0; font-size: 23px; }.el-audience p { margin: 0; font-size: 13px; opacity: .7; }.el-audience > b { font-size: 22px; }
.el-audience--blue { background: #eaf5ff; }.el-audience--orange { background: #fff0e5; }.el-audience--pink { background: #fff0f2; }.el-audience--yellow { background: #fff8d9; }
.el-section--categories { background: var(--el-ink); color: #fff; }.el-section--categories .el-section__label { color: #69e0b7; }
.el-section--categories .el-category { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); color: #fff !important; }.el-section--categories .el-category:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.1); }.el-section--categories .el-category__icon { background: linear-gradient(145deg,#33c998,#168b69); color: #fff; }.el-section--categories .el-category small { color: #b9c9c4; }
.el-section--soft { background: #f6f8fb; }
.el-section--soft .erabilab-ranking__context span { background: #e2f8f0; }
.el-section--soft .erabilab-ranking-card { border: 0; box-shadow: 0 18px 55px rgba(36,52,62,.09); }
.el-section--soft .erabilab-ranking-card__badge { min-width: 78px; background: linear-gradient(135deg,#85938f,#64736f); }
.el-section--soft .erabilab-ranking-card:first-child .erabilab-ranking-card__badge { background: linear-gradient(135deg,#ffd166,#f4a62a); }
.el-guide-grid article { border: 0; background: #fff; box-shadow: 0 14px 40px rgba(31,66,57,.07); }

@media (max-width: 1050px) { .el-hero__inner { grid-template-columns: 1fr; gap: 45px; }.el-finder-card { max-width: 720px; }.el-section__intro { grid-template-columns: 1fr; gap: 20px; } }
@media (max-width: 720px) { .el-hero__inner { padding-top: 65px; }.el-hero h1 { font-size: 52px; }.el-hero h1 span { white-space: normal; }.el-finder-card { padding: 23px; border-radius: 23px; }.el-finder-options { grid-template-columns: 1fr 1fr; }.el-audience-grid { grid-template-columns: 1fr; }.el-audience { min-height: 130px; }.el-stats { margin-top: 0; border-radius: 0; box-shadow: none; }.el-section__intro { margin-bottom: 32px; } }
@media (max-width: 520px) { .el-search { padding: 7px; }.el-search input { font-size: 14px; }.el-search button { min-width: 105px; font-size: 14px; }.el-finder-options { grid-template-columns: 1fr; }.el-finder-card__result { align-items: flex-start; flex-direction: column; gap: 12px; }.el-audience { grid-template-columns: 54px 1fr auto; gap: 12px; padding: 20px; }.el-audience > span { font-size: 32px; } }
