/*
========================================================
ファイル      : hlab-member-top.css
ページ        : ひとり商いラボ 会員トップ
対象URL       : https://emongroup.com/hlab/member/
用途          : 会員限定ダッシュボード専用CSS
バージョン    : 2.6.2
最終更新日    : 2026-09-09
依存CSS       : hlab-common.css
========================================================
*/

.hlab-member-top {
  min-height: 100vh;
  color: var(--hl-text);
  background-color: #fff9ef;
  background-image:
    linear-gradient(rgba(255, 249, 239, 0.87), rgba(255, 249, 239, 0.87)),
    var(--hlab-member-page-bg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Yu Gothic",
    YuGothic,
    Meiryo,
    sans-serif;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.hlab-member-top a {
  text-decoration: none;
}

.hlab-member-top__page {
  padding-top: 26px;
  padding-bottom: 74px;
}

/* 共通TOPバー */

.hlab-member-top__top {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(240, 138, 0, 0.16);
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 8px 22px rgba(74, 36, 20, 0.05);
  backdrop-filter: blur(10px);
}

.admin-bar .hlab-member-top__top {
  top: 32px;
}

.hlab-member-top__top-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hlab-member-top__logo {
  display: block;
  width: min(220px, 48%);
  flex: 0 1 220px;
}

.hlab-member-top__logo img {
  width: 100%;
}

.hlab-member-top__top-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.hlab-member-top__confidential {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 11px;
  border: 2px solid rgba(106, 59, 34, 0.54);
  border-radius: 9px;
  color: var(--hl-brown);
  background: rgba(255, 255, 255, 0.86);
  line-height: 1.1;
}

.hlab-member-top__confidential strong {
  font-size: 11px;
  letter-spacing: 0.10em;
}

.hlab-member-top__confidential small {
  margin-top: 2px;
  font-size: 7px;
  font-weight: 800;
}

.hlab-member-top__account-link,
.hlab-member-top__logout-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--hl-brown);
  background: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 900;
  transition: transform 0.16s ease;
}

.hlab-member-top__account-link {
  color: #fff !important;
  background: var(--hl-orange);
}

.hlab-member-top__account-link:hover,
.hlab-member-top__account-link:focus-visible,
.hlab-member-top__logout-link:hover,
.hlab-member-top__logout-link:focus-visible {
  transform: translateY(-1px);
}

/* 非会員ゲート */

.hlab-member-top__gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 32px;
  align-items: center;
  min-height: 460px;
  padding: clamp(34px, 6vw, 64px);
  border: 1px solid var(--hl-border);
  border-radius: 36px;
  background-color: var(--hl-cream);
  background-image:
    linear-gradient(rgba(255, 251, 245, 0.10), rgba(255, 251, 245, 0.10)),
    var(--hlab-member-hero-bg);
  background-position: center;
  background-size: cover;
  box-shadow: var(--hl-shadow);
}

.hlab-member-top__eyebrow {
  display: inline-block;
  margin: 0;
  color: var(--hl-orange-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hlab-member-top__gate h1 {
  margin: 4px 0 7px;
  color: var(--hl-brown);
  font-size: clamp(31px, 4.4vw, 47px);
  line-height: 1.22;
  font-weight: 900;
}

.hlab-member-top__gate-copy > p:last-of-type {
  margin: 0;
  color: var(--hl-brown-soft);
  font-size: 16px;
  font-weight: 780;
}

.hlab-member-top__gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hlab-member-top__gate-visual {
  display: grid;
  place-items: center;
}

.hlab-member-top__gate-visual img {
  width: min(250px, 100%);
}

/* 会員ヒーロー */

.hlab-member-top__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 142px;
  gap: 18px;
  align-items: center;
  min-height: 188px;
  margin-bottom: 11px;
  padding: clamp(21px, 3.1vw, 31px);
  border: 1px solid var(--hl-border);
  border-radius: 28px;
  background-color: var(--hl-cream);
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 251, 245, 0.995) 0%,
      rgba(255, 251, 245, 0.98) 43%,
      rgba(255, 251, 245, 0.84) 68%,
      rgba(255, 251, 245, 0.24) 100%
    ),
    var(--hlab-member-hero-bg);
  background-position: center right;
  background-size: cover;
  box-shadow: var(--hl-shadow);
  overflow: hidden;
}

.hlab-member-top__hero > * {
  position: relative;
  z-index: 2;
}

.hlab-member-top__welcome-heading {
  max-width: 100%;
  margin: 5px 0 7px;
  color: var(--hl-brown);
  font-size: clamp(34px, 4.5vw, 50px);
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: 0.005em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.hlab-member-top__welcome-greeting,
.hlab-member-top__welcome-name {
  display: inline;
}

.hlab-member-top__page-title {
  margin: 0 0 5px;
  color: var(--hl-orange-dark);
  font-size: clamp(20px, 2.3vw, 27px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.hlab-member-top__lead {
  max-width: 700px;
  margin: 0;
  color: var(--hl-brown-soft);
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: 780;
}

.hlab-member-top__hero-visual {
  display: grid;
  place-items: center;
}

.hlab-member-top__hero-visual img {
  width: min(132px, 100%);
  filter: drop-shadow(0 14px 22px rgba(74, 36, 20, 0.12));
}

/* ページ内メニュー */

.hlab-member-top__jump {
  position: sticky;
  z-index: 40;
  top: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 12px;
  padding: 7px;
  border: 1px solid rgba(240, 138, 0, 0.22);
  border-radius: 17px;
  background: rgba(255, 248, 238, 0.95);
  box-shadow: 0 8px 20px rgba(74, 36, 20, 0.07);
  backdrop-filter: blur(8px);
}

.admin-bar .hlab-member-top__jump {
  top: 32px;
}

.hlab-member-top__jump a {
  display: grid;
  place-items: center;
  min-height: 36px;
  padding: 5px 8px;
  border: 1px solid rgba(240, 138, 0, 0.17);
  border-radius: 11px;
  color: var(--hl-brown);
  background: rgba(255, 255, 255, 0.90);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.hlab-member-top__jump a:hover,
.hlab-member-top__jump a:focus-visible {
  border-color: rgba(240, 138, 0, 0.48);
  background: #fff;
}

/* セクション共通 */

.hlab-member-top__desk-feature,
.hlab-member-top__contents,
.hlab-member-top__community,
.hlab-member-top__notices,
.hlab-member-top__information {
  margin-bottom: 12px;
  scroll-margin-top: 70px;
}

.hlab-member-top__contents,
.hlab-member-top__community,
.hlab-member-top__notices {
  padding: 15px;
  border: 1px solid rgba(106, 59, 34, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 11px 25px rgba(74, 36, 20, 0.06);
}

.hlab-member-top__contents {
  border-width: 2px;
  border-color: rgba(240, 138, 0, 0.38);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(126, 70, 26, 0.09);
}

.hlab-member-top__community {
  border-color: rgba(99, 156, 116, 0.25);
  background: rgba(249, 253, 249, 0.92);
}

.hlab-member-top__notices {
  background: rgba(255, 253, 247, 0.92);
}

.hlab-member-top__section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 11px;
  padding: 3px 3px 9px;
  border-bottom: 1px solid rgba(106, 59, 34, 0.10);
}

.hlab-member-top__section-head p,
.hlab-member-top__information-head p {
  margin: 0 0 2px;
  color: var(--hl-orange-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.hlab-member-top__section-head h2,
.hlab-member-top__information-head h2 {
  margin: 0;
  color: var(--hl-brown);
  font-size: clamp(22px, 2.8vw, 29px);
  line-height: 1.25;
  font-weight: 900;
}

.hlab-member-top__section-head > span {
  max-width: 500px;
  color: var(--hl-muted);
  font-size: 11px;
  line-height: 1.55;
  font-weight: 760;
  text-align: right;
}

.hlab-member-top__section-lead {
  width: 100%;
  max-width: none;
  margin: -2px 3px 11px;
  color: var(--hl-muted);
  font-size: 11px;
  line-height: 1.65;
  font-weight: 760;
  text-align: left;
}

.hlab-member-top__section-head--compact {
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 7px;
}

.hlab-member-top__section-head--compact h2 {
  font-size: clamp(20px, 2.5vw, 26px);
}

/* マイデスク */

.hlab-member-top__desk-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 124px;
  padding: 18px 21px;
  border: 2px solid rgba(63, 127, 153, 0.31);
  border-radius: 22px;
  color: var(--hl-brown);
  background:
    linear-gradient(
      135deg,
      rgba(225, 245, 250, 0.98),
      rgba(255, 255, 255, 0.98) 56%,
      rgba(243, 250, 252, 0.98)
    );
  box-shadow: 0 11px 25px rgba(63, 127, 153, 0.11);
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.hlab-member-top__desk-card:hover,
.hlab-member-top__desk-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(63, 127, 153, 0.66);
  box-shadow: 0 15px 30px rgba(63, 127, 153, 0.15);
}

.hlab-member-top__desk-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, #6aa8bf, #3f7f99);
  box-shadow: 0 9px 20px rgba(63, 127, 153, 0.22);
  font-size: 18px;
  font-weight: 900;
}

.hlab-member-top__desk-copy,
.hlab-member-top__desk-copy > * {
  display: block;
  min-width: 0;
}

.hlab-member-top__desk-eyebrow {
  color: #3f7f99;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hlab-member-top__desk-copy strong {
  margin-top: 1px;
  color: var(--hl-brown);
  font-size: clamp(24px, 2.7vw, 31px);
  line-height: 1.25;
  font-weight: 900;
}

.hlab-member-top__desk-copy small {
  margin-top: 4px;
  color: var(--hl-muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 760;
}

.hlab-member-top__desk-card > b {
  color: #3f7f99;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

/* 会員限定コンテンツ */

.hlab-member-top__hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.hlab-member-top__hub-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: 10px 12px;
  align-items: start;
  min-width: 0;
  min-height: 142px;
  padding: 16px;
  border: 2px solid rgba(222, 151, 36, 0.48);
  border-radius: 20px;
  color: var(--hl-brown);
  background: linear-gradient(145deg, #fff4d6, #fffdfa 78%);
  box-shadow: 0 9px 20px rgba(104, 61, 24, 0.08);
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.hlab-member-top__hub-card:hover,
.hlab-member-top__hub-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(217, 126, 0, 0.82);
  box-shadow: 0 14px 27px rgba(74, 36, 20, 0.13);
}

.hlab-member-top__hub-icon {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, #f2b33c, #d98200);
  box-shadow: 0 8px 17px rgba(217, 130, 0, 0.20);
  font-size: 16px;
  font-weight: 900;
}

.hlab-member-top__hub-copy,
.hlab-member-top__hub-copy > * {
  display: block;
  min-width: 0;
}

.hlab-member-top__hub-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.hlab-member-top__hub-copy strong {
  color: var(--hl-brown);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

.hlab-member-top__hub-copy small {
  margin-top: 6px;
  color: #6f584a;
  font-size: 11px;
  line-height: 1.55;
  font-weight: 760;
}

.hlab-member-top__hub-card > b {
  grid-column: 1 / -1;
  grid-row: 3;
  align-self: end;
  justify-self: end;
  color: #bd6b00;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 900;
}

.hlab-member-top__hub-card--continue {
  border-color: rgba(70, 143, 178, 0.50);
  background: linear-gradient(145deg, #e8f6fb, #ffffff 78%);
}

.hlab-member-top__hub-card--continue .hlab-member-top__hub-icon {
  background: linear-gradient(145deg, #67afcb, #367f9f);
  box-shadow: 0 8px 17px rgba(54, 127, 159, 0.20);
}

.hlab-member-top__hub-card--continue > b {
  color: #367f9f;
}

.hlab-member-top__hub-card--continue:hover,
.hlab-member-top__hub-card--continue:focus-visible {
  border-color: rgba(54, 127, 159, 0.82);
}

.hlab-member-top__hub-card--grow {
  border-color: rgba(76, 150, 94, 0.48);
  background: linear-gradient(145deg, #eaf7ed, #ffffff 78%);
}

.hlab-member-top__hub-card--grow .hlab-member-top__hub-icon {
  background: linear-gradient(145deg, #6bb57f, #3f8d59);
  box-shadow: 0 8px 17px rgba(63, 141, 89, 0.20);
}

.hlab-member-top__hub-card--grow > b {
  color: #3f8d59;
}

.hlab-member-top__hub-card--grow:hover,
.hlab-member-top__hub-card--grow:focus-visible {
  border-color: rgba(63, 141, 89, 0.82);
}

.hlab-member-top__hub-card--support {
  border-color: rgba(127, 91, 166, 0.48);
  background: linear-gradient(145deg, #f2ebfa, #ffffff 78%);
}

.hlab-member-top__hub-card--support .hlab-member-top__hub-icon {
  background: linear-gradient(145deg, #a681c8, #76549c);
  box-shadow: 0 8px 17px rgba(118, 84, 156, 0.20);
}

.hlab-member-top__hub-card--support > b {
  color: #76549c;
}

.hlab-member-top__hub-card--support:hover,
.hlab-member-top__hub-card--support:focus-visible {
  border-color: rgba(118, 84, 156, 0.82);
}

/* 会員コミュニティ */

.hlab-member-top__community-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.75fr);
  gap: 10px;
}

.hlab-member-top__community-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-width: 0;
  min-height: 142px;
  padding: 17px;
  border: 1px solid rgba(83, 146, 102, 0.28);
  border-radius: 20px;
  color: var(--hl-brown);
  background: rgba(255, 255, 255, 0.97);
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.hlab-member-top__community-card:hover,
.hlab-member-top__community-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(58, 124, 77, 0.11);
}

.hlab-member-top__community-card--chat {
  border-width: 2px;
  border-color: rgba(72, 145, 94, 0.35);
  background:
    linear-gradient(145deg, rgba(231, 248, 235, 0.98), rgba(255, 255, 255, 0.98));
}

.hlab-member-top__community-card--chat:hover,
.hlab-member-top__community-card--chat:focus-visible {
  border-color: rgba(72, 145, 94, 0.70);
}

.hlab-member-top__community-card--line:hover,
.hlab-member-top__community-card--line:focus-visible {
  border-color: rgba(83, 146, 102, 0.58);
}

.hlab-member-top__community-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(145deg, #6bb57f, #3f8d59);
  box-shadow: 0 9px 19px rgba(63, 141, 89, 0.20);
  font-size: 17px;
  font-weight: 900;
}

.hlab-member-top__community-card--line .hlab-member-top__community-icon {
  background: linear-gradient(145deg, #72bd87, #4e9a68);
}

.hlab-member-top__community-copy,
.hlab-member-top__community-copy > * {
  display: block;
  min-width: 0;
}

.hlab-member-top__community-copy > span {
  color: #3f8d59;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hlab-member-top__community-copy strong {
  margin-top: 1px;
  color: var(--hl-brown);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.35;
  font-weight: 900;
}

.hlab-member-top__community-card--line .hlab-member-top__community-copy strong {
  font-size: 18px;
}

.hlab-member-top__community-copy small {
  margin-top: 4px;
  color: var(--hl-muted);
  font-size: 11px;
  line-height: 1.55;
  font-weight: 750;
}

.hlab-member-top__community-card > b {
  grid-column: 1 / -1;
  color: #3f8d59;
  font-size: 11px;
  font-weight: 900;
}

/* お知らせ */

.hlab-member-top__notice-list {
  display: grid;
  gap: 6px;
}

.hlab-member-top__notice-card {
  border: 1px solid rgba(106, 59, 34, 0.13);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.97);
  overflow: hidden;
}

.hlab-member-top__notice-summary {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 27px;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 8px 11px;
  color: var(--hl-brown);
  cursor: pointer;
  list-style: none;
}

.hlab-member-top__notice-summary::-webkit-details-marker {
  display: none;
}

.hlab-member-top__notice-summary:hover,
.hlab-member-top__notice-summary:focus-visible,
.hlab-member-top__notice-card[open] .hlab-member-top__notice-summary {
  background: rgba(255, 248, 238, 0.96);
}

.hlab-member-top__notice-summary time {
  color: var(--hl-brown-soft);
  font-size: 10px;
  font-weight: 900;
}

.hlab-member-top__notice-summary > strong {
  min-width: 0;
  color: var(--hl-brown);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 900;
}

.hlab-member-top__notice-toggle {
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: rgba(240, 138, 0, 0.11);
}

.hlab-member-top__notice-toggle::before,
.hlab-member-top__notice-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--hl-orange-dark);
  content: "";
  transform: translate(-50%, -50%);
}

.hlab-member-top__notice-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease;
}

.hlab-member-top__notice-card[open] .hlab-member-top__notice-toggle::after {
  opacity: 0;
}

.hlab-member-top__notice-content {
  padding: 12px 13px 14px;
  border-top: 1px solid rgba(106, 59, 34, 0.09);
}

.hlab-member-top__notice-body {
  color: var(--hl-muted);
  font-size: 12px;
  line-height: 1.75;
  font-weight: 740;
}

.hlab-member-top__notice-body > *:first-child {
  margin-top: 0;
}

.hlab-member-top__notice-body > *:last-child {
  margin-bottom: 0;
}

.hlab-member-top__notice-body a {
  color: var(--hl-orange-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hlab-member-top__notice-empty {
  margin: 0;
  padding: 13px 15px;
  border: 1px dashed rgba(106, 59, 34, 0.20);
  border-radius: 13px;
  color: var(--hl-muted);
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 760;
}

.hlab-member-top__notice-detail-link,
.hlab-member-top__notice-archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 13px;
  border: 1px solid rgba(240, 138, 0, 0.29);
  border-radius: 999px;
  color: var(--hl-orange-dark);
  background: rgba(255, 246, 226, 0.98);
  font-size: 11px;
  font-weight: 900;
}

.hlab-member-top__notice-detail-link {
  margin-top: 10px;
}

.hlab-member-top__notice-archive-link-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.hlab-member-top__notice-detail-link:hover,
.hlab-member-top__notice-detail-link:focus-visible,
.hlab-member-top__notice-archive-link:hover,
.hlab-member-top__notice-archive-link:focus-visible {
  border-color: rgba(240, 138, 0, 0.60);
  background: rgba(255, 236, 194, 0.98);
}

/* 会員情報・各種案内 */

.hlab-member-top__information {
  display: grid;
  grid-template-columns: minmax(185px, 0.6fr) minmax(0, 1.4fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(106, 59, 34, 0.13);
  border-radius: 18px;
  background: rgba(250, 249, 247, 0.91);
  box-shadow: 0 9px 20px rgba(74, 36, 20, 0.05);
}

.hlab-member-top__information-head h2 {
  font-size: 17px;
}

.hlab-member-top__information-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.hlab-member-top__information-links a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
  min-height: 58px;
  padding: 8px 10px;
  border: 1px solid rgba(106, 59, 34, 0.13);
  border-radius: 13px;
  color: var(--hl-brown);
  background: rgba(255, 255, 255, 0.95);
  transition:
    transform 0.16s ease,
    border-color 0.16s ease;
}

.hlab-member-top__information-links a:hover,
.hlab-member-top__information-links a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(240, 138, 0, 0.40);
}

.hlab-member-top__information-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #fff;
  background: #806b5c;
  font-size: 12px;
  font-weight: 900;
}

.hlab-member-top__information-links a + a .hlab-member-top__information-icon {
  background: #547f9b;
}

.hlab-member-top__information-links a > span:nth-child(2),
.hlab-member-top__information-links a > span:nth-child(2) > * {
  display: block;
  min-width: 0;
}

.hlab-member-top__information-links strong {
  color: var(--hl-brown);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.hlab-member-top__information-links small {
  margin-top: 1px;
  color: var(--hl-muted);
  font-size: 9px;
  line-height: 1.4;
  font-weight: 740;
}

.hlab-member-top__information-links b {
  color: var(--hl-orange-dark);
  font-size: 12px;
  font-weight: 900;
}

/* Footer / TOP */

.hlab-member-top__footer {
  margin-top: 23px;
  padding-top: 16px;
  border-top: 1px solid rgba(240, 138, 0, 0.18);
  color: var(--hl-muted);
  font-size: 11px;
  font-weight: 740;
  text-align: center;
}

.hlab-member-top__footer p {
  margin: 3px 0;
}

.hlab-member-top__to-top {
  position: fixed;
  z-index: 50;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 46px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--hl-orange);
  box-shadow: 0 10px 24px rgba(216, 111, 0, 0.24);
  font-size: 11px;
  font-weight: 900;
}

/* Responsive */

@media (max-width: 1080px) {
  .hlab-member-top__hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hlab-member-top__community-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(230px, 0.75fr);
  }
}

@media (max-width: 800px) {
  .hlab-member-top {
    background-attachment: scroll;
  }

  .hlab-member-top__gate {
    grid-template-columns: 1fr;
  }

  .hlab-member-top__gate-visual {
    order: -1;
  }

  .hlab-member-top__gate-visual img {
    width: min(170px, 48%);
  }

  .hlab-member-top__community-grid,
  .hlab-member-top__information {
    grid-template-columns: 1fr;
  }

  .hlab-member-top__information-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .admin-bar .hlab-member-top__top {
    top: 46px;
  }

  .hlab-member-top__top-inner {
    min-height: 64px;
    gap: 7px;
  }

  .hlab-member-top__logo {
    width: min(150px, 42%);
    flex-basis: 150px;
  }

  .hlab-member-top__top-actions {
    gap: 4px;
  }

  .hlab-member-top__account-link,
  .hlab-member-top__logout-link {
    min-height: 37px;
    padding: 7px 9px;
    font-size: 10px;
  }

  .hlab-member-top__page {
    padding-top: 18px;
    padding-bottom: 58px;
  }

  .hlab-member-top__gate {
    padding: 26px 18px;
    border-radius: 24px;
  }

  .hlab-member-top__gate h1 {
    font-size: clamp(29px, 8.5vw, 38px);
  }

  .hlab-member-top__gate-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hlab-member-top__hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px 16px;
    border-radius: 23px;
    background-image:
      linear-gradient(
        rgba(255, 251, 245, 0.96),
        rgba(255, 251, 245, 0.96)
      ),
      var(--hlab-member-hero-bg);
    background-position: center;
  }

  .hlab-member-top__welcome-heading {
    margin-top: 5px;
    font-size: clamp(29px, 8.4vw, 39px);
    line-height: 1.18;
  }

  .hlab-member-top__page-title {
    font-size: clamp(19px, 5.8vw, 24px);
  }

  .hlab-member-top__hero-visual {
    display: none;
  }

  .hlab-member-top__jump {
    display: flex;
    gap: 6px;
    padding: 6px;
    border-radius: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .admin-bar .hlab-member-top__jump {
    top: 46px;
  }

  .hlab-member-top__jump::-webkit-scrollbar {
    display: none;
  }

  .hlab-member-top__jump a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 5px 10px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .hlab-member-top__desk-feature,
  .hlab-member-top__contents,
  .hlab-member-top__community,
  .hlab-member-top__notices,
  .hlab-member-top__information {
    scroll-margin-top: 66px;
  }

  .hlab-member-top__contents,
  .hlab-member-top__community,
  .hlab-member-top__notices {
    padding: 11px;
    border-radius: 20px;
  }

  .hlab-member-top__section-head,
  .hlab-member-top__section-head--compact {
    display: block;
    margin-bottom: 9px;
    padding: 3px 3px 8px;
  }

  .hlab-member-top__section-head > span {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .hlab-member-top__desk-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 11px;
    min-height: 0;
    padding: 15px;
    border-radius: 18px;
  }

  .hlab-member-top__desk-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .hlab-member-top__desk-copy strong {
    font-size: 23px;
  }

  .hlab-member-top__desk-copy small {
    font-size: 11px;
  }

  .hlab-member-top__desk-card > b {
    grid-column: 1 / -1;
    white-space: normal;
  }

  .hlab-member-top__hub-grid,
  .hlab-member-top__community-grid,
  .hlab-member-top__information-links {
    grid-template-columns: 1fr;
  }

  .hlab-member-top__hub-card {
    min-height: 126px;
    padding: 14px;
  }

  .hlab-member-top__hub-copy strong {
    font-size: 18px;
  }

  .hlab-member-top__hub-card > b {
    justify-self: start;
  }

  .hlab-member-top__community-card {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 0;
    padding: 14px;
    border-radius: 17px;
  }

  .hlab-member-top__community-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .hlab-member-top__community-copy strong,
  .hlab-member-top__community-card--line .hlab-member-top__community-copy strong {
    font-size: 18px;
  }

  .hlab-member-top__notice-summary {
    grid-template-columns: minmax(0, 1fr) 27px;
    gap: 2px 8px;
    min-height: 56px;
    padding: 8px 10px;
  }

  .hlab-member-top__notice-summary time {
    grid-column: 1;
    grid-row: 1;
  }

  .hlab-member-top__notice-summary > strong {
    grid-column: 1;
    grid-row: 2;
    font-size: 13px;
  }

  .hlab-member-top__notice-toggle {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .hlab-member-top__notice-content {
    padding: 11px;
  }

  .hlab-member-top__notice-detail-link,
  .hlab-member-top__notice-archive-link {
    width: 100%;
  }

  .hlab-member-top__notice-archive-link-wrap {
    justify-content: stretch;
  }

  .hlab-member-top__information {
    gap: 9px;
    padding: 11px;
    border-radius: 17px;
  }

  .hlab-member-top__information-head {
    display: block;
  }

  .hlab-member-top__information-links a {
    min-height: 56px;
  }
}

@media print {
  .hlab-member-top__top {
    display: none !important;
  }

  .hlab-member-top__jump,
  .hlab-member-top__top-actions,
  .hlab-member-top__to-top {
    display: none;
  }

  .hlab-member-top {
    background: #fff;
  }
}

/* ========================================================
   PC typography hierarchy / 2026-08-10
   部品サイズは変えず、名称 > 説明 > 補足の視認差を明確にする。
   スマートフォン（640px以下）は既存表示を維持する。
======================================================== */
@media (min-width: 641px) {
  .hlab-member-top__section-head p,
  .hlab-member-top__information-head p,
  .hlab-member-top__desk-eyebrow {
    font-size: 10px;
  }

  .hlab-member-top__section-head > span {
    font-size: 11px;
  }

  .hlab-member-top__desk-copy strong {
    font-size: clamp(25px, 2.8vw, 32px);
  }

  .hlab-member-top__desk-copy small {
    font-size: 12px;
  }

  .hlab-member-top__hub-copy strong {
    font-size: 21px;
  }

  .hlab-member-top__hub-copy small {
    font-size: 11px;
  }

  .hlab-member-top__hub-card > b {
    font-size: 11px;
  }
}

/* ========================================================
   Desktop density refinement v2.0.5
   部品を縮め、文字の読みやすさは維持する。
   スマホ（640px以下）は既存表示を変更しない。
   ======================================================== */
@media (min-width: 901px) {
  .hlab-member-top {
    padding-top: 18px;
    padding-bottom: 48px;
  }

  .hlab-member-top__hero {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 14px;
    min-height: 146px;
    margin-bottom: 8px;
    padding: 18px 22px;
    border-radius: 22px;
  }

  .hlab-member-top__hero-visual img {
    max-height: 116px;
    width: auto;
  }

  .hlab-member-top__hero-tags {
    gap: 6px;
    margin-top: 12px;
  }

  .hlab-member-top__inside-nav {
    margin-bottom: 8px;
    padding: 5px;
  }

  .hlab-member-top__section {
    margin-bottom: 8px;
    scroll-margin-top: 62px;
  }

  .hlab-member-top__section-shell {
    padding: 11px;
    border-radius: 18px;
  }

  .hlab-member-top__section-head,
  .hlab-member-top__section-head--compact {
    margin-bottom: 6px;
    padding: 2px 2px 6px;
  }

  .hlab-member-top__desk-card {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 11px;
    min-height: 92px;
    padding: 11px 14px;
    border-radius: 17px;
  }

  .hlab-member-top__desk-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 15px;
  }

  .hlab-member-top__desk-copy strong {
    font-size: clamp(20px, 2.1vw, 25px);
  }

  .hlab-member-top__desk-copy small {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.42;
  }

  .hlab-member-top__hub-grid {
    gap: 8px;
  }

  .hlab-member-top__hub-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 6px 9px;
    min-height: 106px;
    padding: 10px 11px;
    border-radius: 16px;
  }

  .hlab-member-top__hub-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 14px;
  }

  .hlab-member-top__hub-copy strong {
    font-size: 16px;
    line-height: 1.28;
  }

  .hlab-member-top__hub-copy small {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.42;
  }

  .hlab-member-top__community-grid {
    gap: 8px;
  }

  .hlab-member-top__community-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 9px;
    min-height: 104px;
    padding: 11px 12px;
    border-radius: 16px;
  }

  .hlab-member-top__community-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .hlab-member-top__notice-list {
    gap: 4px;
  }

  .hlab-member-top__notice-item summary {
    min-height: 42px;
    padding: 6px 9px;
  }

  .hlab-member-top__utility {
    gap: 8px;
    padding: 9px 11px;
  }

  .hlab-member-top__utility-grid {
    gap: 6px;
  }

  .hlab-member-top__utility-link {
    min-height: 50px;
    padding: 6px 8px;
  }
}

/* ========================================================
   Member TOP welcome heading / desktop only / 2026-08-10
   歓迎見出しのみを少し縮小。部品サイズとスマホ表示は変更しない。
======================================================== */
@media (min-width: 641px) {
  .hlab-member-top__welcome-heading {
    font-size: clamp(30px, 3.7vw, 43px);
  }
}

/* ========================================================
   Member TOP alignment v2.0.10 / 2026-08-10
   - 「はじめる」TOPカードをコーラルピンクへ統一
   - PCの歓迎カードを「はじめる・続ける・育てる」各ページの
     ヒーローカードと同程度の寸法へ統一
   - スマホ（640px以下）は変更しない
======================================================== */

/* TOP「はじめる」カード：開始ページと同じ元気なピンク系 */
.hlab-member-top__hub-grid > .hlab-member-top__hub-card:first-child {
  border-color: rgba(240, 90, 126, 0.48);
  background: linear-gradient(145deg, #fff2f6, #ffffff 78%);
}

.hlab-member-top__hub-grid > .hlab-member-top__hub-card:first-child .hlab-member-top__hub-icon {
  background: linear-gradient(145deg, #f47a98, #c63f63);
  box-shadow: 0 8px 17px rgba(198, 63, 99, 0.20);
}

.hlab-member-top__hub-grid > .hlab-member-top__hub-card:first-child > b {
  color: #c63f63;
}

.hlab-member-top__hub-grid > .hlab-member-top__hub-card:first-child:hover,
.hlab-member-top__hub-grid > .hlab-member-top__hub-card:first-child:focus-visible {
  border-color: rgba(198, 63, 99, 0.82);
  box-shadow: 0 12px 24px rgba(198, 63, 99, 0.12);
}

/* PC：歓迎カードを各カテゴリートップのヒーロー寸法に揃える */
@media (min-width: 901px) {
  .hlab-member-top__hero {
    grid-template-columns: minmax(0, 1fr) 125px;
    min-height: 178px;
    padding: 18px 24px;
    border-radius: 22px;
  }

  .hlab-member-top__hero-visual img {
    width: min(120px, 100%);
    max-height: 120px;
  }
}

/* ========================================================
   会員TOP UI size audit v2.0.13 / 2026-08-10
   カテゴリートップと同じ密度基準へ最終調整。
   ======================================================== */
@media (min-width: 901px) {
  .hlab-member-top__hero {
    grid-template-columns: minmax(0, 1fr) 112px !important;
    min-height: 160px !important;
    padding: 16px 22px !important;
    border-radius: 22px !important;
  }

  .hlab-member-top__welcome-heading {
    font-size: clamp(29px, 3.1vw, 36px) !important;
    line-height: 1.22 !important;
  }

  .hlab-member-top__hero-visual img {
    width: min(106px, 100%) !important;
    max-height: 106px !important;
  }

  .hlab-member-top__section-head h2,
  .hlab-member-top__section-head--compact h2 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .hlab-member-top__hub-copy strong,
  .hlab-member-top__community-copy strong {
    font-size: 15px !important;
  }
}

/* ========================================================
   会員TOP 全体デザイン統一 v1.1 / 2026-08-10
   基準:
   ・v2.0.36で確定した暖かいクリームのグループ面
   ・鮮やかな上辺 + 同系色の外周で用途を識別
   ・内側の選択カードは明るいアイボリー + 必要最小限の色味
   ・影は弱く、枠線と余白で階層を作る
   ・640px以下の既存スマホ表示は変更しない
======================================================== */
@media (min-width: 641px) {
  /* 会員TOPの入口。ヒーローはグループより一段明るくする。 */
  .hlab-member-top__hero {
    border-top: 4px solid #f08a00;
    border-right: 1px solid rgba(240, 138, 0, 0.46);
    border-bottom: 1px solid rgba(240, 138, 0, 0.46);
    border-left: 1px solid rgba(240, 138, 0, 0.46);
    background-color: #fff5e6;
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 247, 233, 0.99) 0%,
        rgba(255, 244, 225, 0.96) 54%,
        rgba(255, 241, 218, 0.68) 75%,
        rgba(255, 241, 218, 0.18) 100%
      ),
      var(--hlab-member-hero-bg);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.62),
      0 7px 18px rgba(74, 36, 20, 0.045);
  }

  /* ページ内ナビも白面ではなく、サイト共通のクリーム系へ。 */
  .hlab-member-top__jump {
    border-color: rgba(240, 138, 0, 0.38);
    background:
      linear-gradient(
        180deg,
        #fff1dc 0%,
        #f8e6ce 100%
      );
    box-shadow: 0 5px 13px rgba(74, 36, 20, 0.045);
  }

  .hlab-member-top__jump a {
    border-color: rgba(240, 138, 0, 0.30);
    background:
      linear-gradient(
        180deg,
        #fffdf8 0%,
        #fff8ed 100%
      );
  }

  /* グループ面：背景色は全て同じ。用途は上辺・外周で識別する。 */
  .hlab-member-top__contents,
  .hlab-member-top__community,
  .hlab-member-top__notices,
  .hlab-member-top__information {
    margin-bottom: 18px;
    border-radius: 24px;
    background:
      linear-gradient(
        180deg,
        #fff1dc 0%,
        #f8e6ce 100%
      );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.55),
      0 8px 20px rgba(74, 36, 20, 0.055);
  }

  .hlab-member-top__contents {
    border-top: 5px solid #f08a00;
    border-right: 2px solid rgba(240, 138, 0, 0.58);
    border-bottom: 2px solid rgba(240, 138, 0, 0.58);
    border-left: 2px solid rgba(240, 138, 0, 0.58);
  }

  .hlab-member-top__community {
    border-top: 5px solid #8b63b6;
    border-right: 2px solid rgba(139, 99, 182, 0.52);
    border-bottom: 2px solid rgba(139, 99, 182, 0.52);
    border-left: 2px solid rgba(139, 99, 182, 0.52);
  }

  .hlab-member-top__notices {
    border-top: 5px solid #d99000;
    border-right: 2px solid rgba(217, 144, 0, 0.50);
    border-bottom: 2px solid rgba(217, 144, 0, 0.50);
    border-left: 2px solid rgba(217, 144, 0, 0.50);
  }

  .hlab-member-top__information {
    border-top: 5px solid #547f9b;
    border-right: 2px solid rgba(84, 127, 155, 0.50);
    border-bottom: 2px solid rgba(84, 127, 155, 0.50);
    border-left: 2px solid rgba(84, 127, 155, 0.50);
  }

  /* マイデスク入口：青系をアクセントにしつつ、面は暖色系へ統一。 */
  .hlab-member-top__desk-feature {
    margin-bottom: 18px;
  }

  .hlab-member-top__desk-card {
    border-top: 4px solid #4c8bc5;
    border-right: 1px solid rgba(76, 139, 197, 0.48);
    border-bottom: 1px solid rgba(76, 139, 197, 0.48);
    border-left: 1px solid rgba(76, 139, 197, 0.48);
    background:
      linear-gradient(
        135deg,
        rgba(76, 139, 197, 0.075) 0%,
        rgba(76, 139, 197, 0.025) 45%,
        rgba(76, 139, 197, 0) 100%
      ),
      linear-gradient(
        180deg,
        #fffdf8 0%,
        #fff8ed 100%
      );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.72),
      0 4px 10px rgba(74, 36, 20, 0.045);
  }

  /* 4つの主要入口：各カテゴリ色を残し、面は明るく揃える。 */
  .hlab-member-top__hub-card,
  .hlab-member-top__hub-grid > .hlab-member-top__hub-card:first-child {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.76),
      0 3px 8px rgba(74, 36, 20, 0.045);
  }

  .hlab-member-top__hub-card--start,
  .hlab-member-top__hub-grid > .hlab-member-top__hub-card:first-child {
    border-color: rgba(240, 90, 126, 0.54);
    background:
      linear-gradient(135deg, rgba(240, 90, 126, 0.12), rgba(240, 90, 126, 0.035)),
      linear-gradient(180deg, #fffdf9, #fff8ef);
  }

  .hlab-member-top__hub-card--continue {
    border-color: rgba(63, 127, 196, 0.54);
    background:
      linear-gradient(135deg, rgba(63, 127, 196, 0.12), rgba(63, 127, 196, 0.035)),
      linear-gradient(180deg, #fffdf9, #fff8ef);
  }

  .hlab-member-top__hub-card--grow {
    border-color: rgba(107, 181, 127, 0.54);
    background:
      linear-gradient(135deg, rgba(107, 181, 127, 0.12), rgba(107, 181, 127, 0.035)),
      linear-gradient(180deg, #fffdf9, #fff8ef);
  }

  .hlab-member-top__hub-card--support {
    border-color: rgba(139, 99, 182, 0.54);
    background:
      linear-gradient(135deg, rgba(139, 99, 182, 0.12), rgba(139, 99, 182, 0.035)),
      linear-gradient(180deg, #fffdf9, #fff8ef);
  }

  /* コミュニティ内部は明るい選択面。 */
  .hlab-member-top__community-card {
    border-color: rgba(139, 99, 182, 0.38);
    background:
      linear-gradient(
        180deg,
        #fffdf8 0%,
        #fff8ed 100%
      );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.74),
      0 3px 8px rgba(74, 36, 20, 0.04);
  }

  .hlab-member-top__community-card--chat {
    border-color: rgba(139, 99, 182, 0.46);
    background:
      linear-gradient(135deg, rgba(139, 99, 182, 0.075), rgba(139, 99, 182, 0.018)),
      linear-gradient(180deg, #fffdf8, #fff8ed);
  }

  .hlab-member-top__community-card--line {
    border-color: rgba(52, 166, 92, 0.44);
    background:
      linear-gradient(135deg, rgba(52, 166, 92, 0.070), rgba(52, 166, 92, 0.016)),
      linear-gradient(180deg, #fffdf8, #fff8ed);
  }

  /* お知らせ・会員情報の個別面も同じ明度へ。 */
  .hlab-member-top__notice-card,
  .hlab-member-top__information-links a {
    background:
      linear-gradient(
        180deg,
        #fffdf8 0%,
        #fff8ed 100%
      );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.72),
      0 2px 6px rgba(74, 36, 20, 0.035);
  }

  .hlab-member-top__notice-card {
    border-color: rgba(217, 144, 0, 0.30);
  }

  .hlab-member-top__information-links a {
    border-color: rgba(84, 127, 155, 0.32);
  }

  /* 強い浮遊感を避け、操作反応は1px程度に抑える。 */
  .hlab-member-top__desk-card:hover,
  .hlab-member-top__desk-card:focus-visible,
  .hlab-member-top__hub-card:hover,
  .hlab-member-top__hub-card:focus-visible,
  .hlab-member-top__community-card:hover,
  .hlab-member-top__community-card:focus-visible {
    transform: translateY(-1px);
  }
}

/* ========================================================
   会員TOP マイデスク導線整理 v1.2 / 2026-08-10
   ・独立した横長マイデスクカードを廃止
   ・会員限定コンテンツのグループ内へ小型ショートカットとして統合
   ・空き領域は線と余白で処理し、カードを増やして埋めない
======================================================== */
@media (min-width: 641px) {
  .hlab-member-top__section-head {
    align-items: center;
  }

  .hlab-member-top__section-tools {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
    min-width: 420px;
  }

  .hlab-member-top__section-tools::before {
    width: clamp(28px, 5vw, 82px);
    height: 1px;
    flex: 0 1 82px;
    content: "";
    background:
      linear-gradient(
        90deg,
        rgba(76, 139, 197, 0),
        rgba(76, 139, 197, 0.34)
      );
  }

  .hlab-member-top__section-tools > span {
    max-width: 250px;
    color: #765d49;
    font-size: 10px;
    line-height: 1.45;
    font-weight: 760;
    text-align: right;
  }

  .hlab-member-top__desk-shortcut {
    display: grid;
    grid-template-columns: 34px minmax(88px, 1fr) 22px;
    align-items: center;
    gap: 8px;
    min-width: 202px;
    min-height: 52px;
    padding: 7px 9px;
    border: 1px solid rgba(76, 139, 197, 0.52);
    border-top: 3px solid #4c8bc5;
    border-radius: 14px;
    color: #4d2618 !important;
    background:
      linear-gradient(
        135deg,
        rgba(76, 139, 197, 0.10) 0%,
        rgba(76, 139, 197, 0.035) 48%,
        rgba(76, 139, 197, 0) 100%
      ),
      linear-gradient(
        180deg,
        #fffdf8 0%,
        #fff8ed 100%
      );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.76),
      0 3px 8px rgba(74, 36, 20, 0.045);
    text-decoration: none !important;
    transition:
      transform 0.16s ease,
      border-color 0.16s ease,
      box-shadow 0.16s ease;
  }

  .hlab-member-top__desk-shortcut:hover,
  .hlab-member-top__desk-shortcut:focus-visible {
    transform: translateY(-1px);
    border-color: #4c8bc5;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      0 6px 13px rgba(74, 36, 20, 0.065);
  }

  .hlab-member-top__desk-shortcut-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    color: #fff;
    background:
      linear-gradient(
        145deg,
        #5f9bcf,
        #3f789f
      );
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
  }

  .hlab-member-top__desk-shortcut-copy {
    display: block;
    min-width: 0;
  }

  .hlab-member-top__desk-shortcut-copy small {
    display: block;
    margin-bottom: 1px;
    color: #3f789f;
    font-size: 8px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.10em;
  }

  .hlab-member-top__desk-shortcut-copy strong {
    display: block;
    overflow: hidden;
    color: #4d2618;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .hlab-member-top__desk-shortcut > b {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    background: #4c8bc5;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
  }
}

@media (max-width: 900px) and (min-width: 641px) {
  .hlab-member-top__section-tools {
    min-width: 0;
  }

  .hlab-member-top__section-tools::before,
  .hlab-member-top__section-tools > span {
    display: none;
  }
}

@media (max-width: 640px) {
  .hlab-member-top__section-tools {
    display: grid;
    gap: 7px;
    margin-top: 7px;
  }

  .hlab-member-top__section-tools > span {
    color: var(--hl-muted);
    font-size: 11px;
    line-height: 1.5;
  }

  .hlab-member-top__desk-shortcut {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    padding: 6px 9px;
    border: 1px solid rgba(76, 139, 197, 0.48);
    border-top: 3px solid #4c8bc5;
    border-radius: 13px;
    color: #4d2618 !important;
    background:
      linear-gradient(
        135deg,
        rgba(76, 139, 197, 0.10),
        rgba(255, 248, 237, 0.98) 66%
      );
    text-decoration: none !important;
  }

  .hlab-member-top__desk-shortcut-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #fff;
    background: #4c8bc5;
    font-size: 12px;
    font-weight: 900;
  }

  .hlab-member-top__desk-shortcut-copy small {
    display: block;
    color: #3f789f;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.08em;
  }

  .hlab-member-top__desk-shortcut-copy strong {
    display: block;
    color: #4d2618;
    font-size: 13px;
    font-weight: 900;
  }

  .hlab-member-top__desk-shortcut > b {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    background: #4c8bc5;
    font-size: 11px;
  }
}

/* ========================================================
   会員TOP 題名エリアのカード感を解除 v1.3 / 2026-08-10
   ・ページ題名は「カード」ではなく、ページ背景上のヘッダーとして扱う
   ・主要なグループカードだけを明確に残し、カード過多を防ぐ
======================================================== */
@media (min-width: 641px) {
  .hlab-member-top__hero {
    min-height: 128px !important;
    padding: 12px 8px 15px !important;
    border: 0 !important;
    border-bottom: 2px solid rgba(240, 138, 0, 0.22) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .hlab-member-top__hero-copy {
    align-self: center;
  }

  .hlab-member-top__hero-visual {
    align-self: center;
  }

  .hlab-member-top__hero-visual img {
    width: min(96px, 100%) !important;
    max-height: 96px !important;
  }

  .hlab-member-top__eyebrow {
    color: #c97000;
  }

  .hlab-member-top__page-title {
    color: #4d2618;
  }
}


/* ========================================================
   会員TOP「いつもの入口」 v1.0 / 2026-08-20
   ・日常 / 月1回 / 更新確認を会員TOP上部に固定
   ・1カード = 1遷移先のためカード全体をリンク化
======================================================== */
.hlab-member-top__routine {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(77, 38, 24, 0.12);
  border-radius: 20px;
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 10px 28px rgba(77, 38, 24, 0.06);
}

.hlab-member-top__routine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 13px;
}

.hlab-member-top__routine-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 82px;
  padding: 12px;
  border: 1px solid rgba(77, 38, 24, 0.14);
  border-radius: 16px;
  color: #4d2618 !important;
  background: #fff;
  text-decoration: none !important;
  box-shadow: 0 5px 15px rgba(77, 38, 24, 0.05);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.hlab-member-top__routine-card:hover,
.hlab-member-top__routine-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(240, 138, 0, 0.54);
  box-shadow: 0 9px 20px rgba(77, 38, 24, 0.10);
}

.hlab-member-top__routine-card:focus-visible {
  outline: 3px solid rgba(240, 138, 0, 0.28);
  outline-offset: 3px;
}

.hlab-member-top__routine-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.hlab-member-top__routine-card--desk .hlab-member-top__routine-icon {
  background: #4c8bc5;
}

.hlab-member-top__routine-card--monthly .hlab-member-top__routine-icon {
  background: #f08a00;
}

.hlab-member-top__routine-card--notices .hlab-member-top__routine-icon {
  background: #599a67;
}

.hlab-member-top__routine-copy {
  min-width: 0;
}

.hlab-member-top__routine-copy small,
.hlab-member-top__routine-copy strong,
.hlab-member-top__routine-copy > span {
  display: block;
}

.hlab-member-top__routine-copy small {
  margin-bottom: 2px;
  color: #a76534;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hlab-member-top__routine-copy strong {
  color: #4d2618;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.hlab-member-top__routine-copy > span {
  margin-top: 3px;
  color: #74584a;
  font-size: 11px;
  line-height: 1.45;
}

.hlab-member-top__routine-card > b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: #f08a00;
  font-size: 12px;
}

.hlab-member-top__routine-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #8a5a20;
  background: #fff0d7;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

.hlab-member-top__routine-card--monthly {
  grid-template-columns: 42px minmax(0, 1fr) auto 26px;
}

.hlab-member-top__routine-card--monthly[data-hlab-monthly-status="progress"] .hlab-member-top__routine-status {
  color: #7b531c;
  background: #fff0c7;
}

.hlab-member-top__routine-card--monthly[data-hlab-monthly-status="complete"] .hlab-member-top__routine-status {
  color: #2f6940;
  background: #e7f5e9;
}

@media (max-width: 900px) {
  .hlab-member-top__routine-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hlab-member-top__routine {
    margin-top: 12px;
    padding: 13px;
    border-radius: 16px;
  }

  .hlab-member-top__routine-grid {
    gap: 8px;
    margin-top: 10px;
  }

  .hlab-member-top__routine-card {
    grid-template-columns: 38px minmax(0, 1fr) 24px;
    min-height: 68px;
    padding: 10px;
    border-radius: 14px;
    box-shadow: none;
  }

  .hlab-member-top__routine-card:hover,
  .hlab-member-top__routine-card:focus-visible {
    transform: none;
  }

  .hlab-member-top__routine-card--monthly {
    grid-template-columns: 38px minmax(0, 1fr) auto 24px;
  }

  .hlab-member-top__routine-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .hlab-member-top__routine-copy strong {
    font-size: 14px;
  }

  .hlab-member-top__routine-copy > span {
    font-size: 10px;
  }

  .hlab-member-top__routine-card > b {
    width: 24px;
    height: 24px;
  }
}

/* ========================================================
   商いログ統合 v1.1 / 2026-08-20
   ・いつもの入口 = 商いログ / 気づき / 月1回点検 / マイデスク
======================================================== */
.hlab-member-top__routine-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hlab-member-top__routine-card--log .hlab-member-top__routine-icon {
  background: #76549c;
}

.hlab-member-top__routine-card--notice .hlab-member-top__routine-icon {
  background: #599a67;
}

.hlab-member-top__routine-card--notice,
.hlab-member-top__routine-card--monthly {
  grid-template-columns: 42px minmax(0, 1fr) auto 26px;
}

@media (max-width: 1100px) {
  .hlab-member-top__routine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hlab-member-top__routine-grid {
    grid-template-columns: 1fr;
  }

  .hlab-member-top__routine-card--notice,
  .hlab-member-top__routine-card--monthly {
    grid-template-columns: 38px minmax(0, 1fr) auto 24px;
  }
}

/* ========================================================
   会員TOP「いつもの入口」 compact v1.3 / 2026-08-27
   ・名称だけで用途を判断させず、各カードに短い1文説明を表示
   ・利用頻度・状態表示は従来どおり維持
   ・詳しい使い分けは「使い分けを見る」ダイアログへ分離
======================================================== */
.hlab-member-top__routine {
  padding: 14px;
}

.hlab-member-top__routine .hlab-member-top__section-head--compact {
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 6px;
}

.hlab-member-top__routine-help-button {
  appearance: none;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(240, 138, 0, 0.34);
  border-radius: 999px;
  color: #875324;
  background: #fffaf2;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
}

.hlab-member-top__routine-help-button:hover,
.hlab-member-top__routine-help-button:focus-visible {
  border-color: rgba(240, 138, 0, 0.72);
  background: #fff3df;
}

.hlab-member-top__routine-help-button:focus-visible {
  outline: 3px solid rgba(240, 138, 0, 0.24);
  outline-offset: 2px;
}

.hlab-member-top__routine-grid {
  gap: 8px;
  margin-top: 7px;
}

.hlab-member-top__routine-card,
.hlab-member-top__routine-card--log,
.hlab-member-top__routine-card--notice,
.hlab-member-top__routine-card--monthly {
  grid-template-columns: 38px minmax(0, 1fr) auto 24px;
  gap: 8px;
  min-height: 76px;
  padding: 9px 10px;
  border-radius: 14px;
}

.hlab-member-top__routine-card--desk {
  grid-template-columns: 38px minmax(0, 1fr) 24px;
}

.hlab-member-top__routine-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font-size: 13px;
}

.hlab-member-top__routine-copy strong {
  font-size: 14px;
  line-height: 1.3;
}

.hlab-member-top__routine-copy > span {
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.45;
}

.hlab-member-top__routine-status {
  min-height: 23px;
  padding: 3px 7px;
  font-size: 8px;
}

.hlab-member-top__routine-card > b {
  width: 24px;
  height: 24px;
  font-size: 11px;
}

.hlab-member-top__routine-dialog[hidden] {
  display: none !important;
}

.hlab-member-top__routine-dialog {
  position: fixed;
  z-index: 10020;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.hlab-member-top__routine-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 30, 22, 0.48);
}

.hlab-member-top__routine-dialog-panel {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: min(78vh, 720px);
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(77, 38, 24, 0.14);
  border-radius: 20px;
  background: #fffaf4;
  box-shadow: 0 24px 64px rgba(45, 30, 22, 0.22);
}

.hlab-member-top__routine-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(77, 38, 24, 0.12);
}

.hlab-member-top__routine-dialog-head small {
  display: block;
  margin-bottom: 3px;
  color: #a76534;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hlab-member-top__routine-dialog-head h3 {
  margin: 0;
  color: #4d2618;
  font-size: 20px;
  line-height: 1.35;
}

.hlab-member-top__routine-dialog-head button {
  appearance: none;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 1px solid rgba(77, 38, 24, 0.16);
  border-radius: 50%;
  color: #5b3a2d;
  background: #fff;
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.hlab-member-top__routine-dialog-head button:hover,
.hlab-member-top__routine-dialog-head button:focus-visible {
  border-color: rgba(240, 138, 0, 0.62);
  background: #fff2df;
}

.hlab-member-top__routine-help-list {
  display: grid;
  gap: 8px;
  margin: 13px 0 0;
}

.hlab-member-top__routine-help-list > div {
  padding: 11px 12px;
  border: 1px solid rgba(77, 38, 24, 0.10);
  border-radius: 13px;
  background: #fff;
}

.hlab-member-top__routine-help-list dt {
  margin: 0;
  color: #4d2618;
  font-size: 14px;
  font-weight: 900;
}

.hlab-member-top__routine-help-list dt span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  color: #8a5a20;
  background: #fff0d7;
  font-size: 8px;
  vertical-align: 1px;
}

.hlab-member-top__routine-help-list dd {
  margin: 5px 0 0;
  color: #72584b;
  font-size: 11px;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .hlab-member-top__routine {
    padding: 11px;
  }

  .hlab-member-top__routine .hlab-member-top__section-head--compact {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
  }

  .hlab-member-top__routine-help-button {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 5px 9px;
  }

  .hlab-member-top__routine-grid {
    gap: 6px;
  }

  .hlab-member-top__routine-card,
  .hlab-member-top__routine-card--log,
  .hlab-member-top__routine-card--notice,
  .hlab-member-top__routine-card--monthly {
    grid-template-columns: 36px minmax(0, 1fr) auto 23px;
    min-height: 72px;
    padding: 8px 9px;
    border-radius: 13px;
  }

  .hlab-member-top__routine-card--desk {
    grid-template-columns: 36px minmax(0, 1fr) 23px;
  }

  .hlab-member-top__routine-icon {
    width: 36px;
    height: 36px;
  }

  .hlab-member-top__routine-copy strong {
    font-size: 13px;
  }

  .hlab-member-top__routine-card > b {
    width: 23px;
    height: 23px;
  }

  .hlab-member-top__routine-dialog {
    align-items: end;
    padding: 10px;
  }

  .hlab-member-top__routine-dialog-panel {
    width: 100%;
    max-height: 82vh;
    padding: 15px;
    border-radius: 18px;
  }
}

html.hlab-routine-help-open {
  overflow: hidden;
}

/* 商いログ・月1回点検の会員TOP状態表示 */
.hlab-member-top__routine-card[data-hlab-routine-state="due"] .hlab-member-top__routine-status {
  color: #8b4b00;
  background: #ffe7bc;
  box-shadow: inset 0 0 0 1px rgba(217, 126, 0, 0.22);
}

.hlab-member-top__routine-card[data-hlab-routine-state="complete"] .hlab-member-top__routine-status {
  color: #2f6940;
  background: #e7f5e9;
  box-shadow: inset 0 0 0 1px rgba(47, 105, 64, 0.12);
}

/* v3.11 / 2026-09-01 : いつもの入口の優先順位 */
.hlab-member-top__routine-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.hlab-member-top__routine-card--log {
  grid-column: 1 / -1;
  grid-template-columns: 52px minmax(0, 1fr) auto 30px;
  min-height: 102px;
  padding: 15px 16px;
  border-width: 2px;
  border-color: rgba(118, 84, 156, .26);
  background: linear-gradient(135deg, #fff 0%, #fbf8ff 100%);
}

.hlab-member-top__routine-card--log .hlab-member-top__routine-icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  font-size: 18px;
}

.hlab-member-top__routine-card--log .hlab-member-top__routine-copy strong {
  font-size: 17px;
}

.hlab-member-top__routine-card--log .hlab-member-top__routine-copy > span {
  max-width: 720px;
  font-size: 11.5px;
  line-height: 1.55;
}

.hlab-member-top__routine-card--notice,
.hlab-member-top__routine-card--monthly,
.hlab-member-top__routine-card--desk {
  min-height: 72px;
  padding: 9px 10px;
  box-shadow: none;
}

.hlab-member-top__routine-card--notice .hlab-member-top__routine-copy > span,
.hlab-member-top__routine-card--monthly .hlab-member-top__routine-copy > span,
.hlab-member-top__routine-card--desk .hlab-member-top__routine-copy > span {
  font-size: 9.5px;
}

@media (max-width: 900px) {
  .hlab-member-top__routine-grid {
    grid-template-columns: 1fr;
  }

  .hlab-member-top__routine-card--log {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .hlab-member-top__routine-card--log {
    grid-template-columns: 44px minmax(0, 1fr) auto 24px;
    min-height: 90px;
    padding: 12px;
  }

  .hlab-member-top__routine-card--log .hlab-member-top__routine-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 16px;
  }
}


/* ========================================================
   会員TOP 6項目評価による最小調整 v2.6.2 / 2026-09-09
   ・一画面の意味ある情報量を上げるため、ヒーローの空白だけを圧縮
   ・会員情報3項目は十分なPC幅で1段3列にし、無意味な空白を除去
   ・文字サイズ、主要カード構造、色階層は変更しない
======================================================== */
@media (min-width: 901px) {
  .hlab-member-top__page {
    padding-top: 18px;
  }

  .hlab-member-top__hero {
    grid-template-columns: minmax(0, 1fr) 96px !important;
    min-height: 146px !important;
    padding: 12px 18px 13px !important;
    margin-bottom: 9px;
  }

  .hlab-member-top__hero-visual img {
    width: min(92px, 100%) !important;
    max-height: 92px !important;
  }
}

@media (min-width: 1180px) {
  .hlab-member-top__information {
    grid-template-columns: minmax(190px, 0.48fr) minmax(0, 2.52fr);
    gap: 14px;
  }

  .hlab-member-top__information-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }
}
