/* =========================================================
   ハイエナツールトップ
========================================================= */

.mm-body--hyena-index .mm-hero__icon {
  overflow: hidden;
}

.mm-body--hyena-index .mm-hero__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-hero--hyena .k6-hyena-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.k6-hyena-hero__eyebrow {
  display: block;
  margin: 0 0 4px;
  color: #99f6e4;
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.k6-hyena-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(78px, 1fr));
  min-width: 300px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: rgba(15,23,42,.66);
  box-shadow: 0 10px 30px rgba(0,0,0,.16);
  backdrop-filter: blur(8px);
}

.k6-hyena-hero__stats > div {
  padding: 13px 12px;
  text-align: center;
}

.k6-hyena-hero__stats > div + div {
  border-left: 1px solid rgba(255,255,255,.16);
}

.k6-hyena-hero__stats strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.k6-hyena-hero__stats span {
  display: block;
  margin-top: 4px;
  color: #cbd5e1;
  font-size: 10px;
  font-weight: 700;
}

.mm-body--hyena-index .mm-main {
  padding-top: 24px;
  padding-bottom: 40px;
}

.mm-body--hyena-index .mm-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 320px;
  gap: 24px;
  align-items: start;
}

.mm-body--hyena-index .mm-content,
.mm-body--hyena-index .mm-article {
  min-width: 0;
}

.k6-hyena-page-head {
  margin-bottom: 18px;
}

.k6-page-eyebrow {
  margin: 0 0 8px;
  color: #0f766e;
  font-family: "Fjalla One", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}

.mm-body--hyena-index .mm-article__h1 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(24px,3vw,34px);
  line-height: 1.4;
  font-weight: 900;
}

.mm-body--hyena-index .mm-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 14px;
  color: #64748b;
  font-size: 13px;
}

.mm-body--hyena-index .mm-article__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.k6-hyena-page-head__lead {
  max-width: 760px;
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.k6-page-visual {
  width: 100%;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 10px;
  background: #0f172a;
  box-shadow: 0 2px 8px rgba(15,23,42,.12);
}

.k6-page-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.k6-hyena-quick-nav {
  margin: 0 0 18px;
  padding: 15px;
  border: 1px solid #dbe3ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15,23,42,.05);
}

.k6-hyena-quick-nav__label {
  margin: 0 0 10px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}

.k6-hyena-quick-nav ul {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.k6-hyena-quick-nav a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid #e2e8f0;
  border-radius: 9px;
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  transition:
    border-color .2s ease,
    background .2s ease,
    color .2s ease,
    transform .2s ease;
}

.k6-hyena-quick-nav a:hover {
  border-color: #5eead4;
  background: #f0fdfa;
  color: #0f766e;
  transform: translateY(-1px);
}

.k6-hyena-quick-nav i {
  color: #0f9f8f;
}

.k6-hyena {
  display: flex;
  flex-direction: column;
  /* セクション間は、セクション内の間隔(24px)より広く取る */
  gap: 26px;
}

.k6-hyena-status {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid #fde68a;
  border-radius: 14px;
  background: #fffbeb;
}

.k6-hyena-status__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: #f59e0b;
  color: #fff;
  font-size: 18px;
}

.k6-hyena-status__eyebrow {
  margin: 0 0 4px !important;
  color: #b45309 !important;
  font-family: "Fjalla One", sans-serif;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .12em;
}

.k6-hyena-status h2 {
  margin: 0 0 7px;
  color: #78350f;
  font-size: 19px;
  line-height: 1.45;
}

.k6-hyena-status p {
  margin: 0;
  color: #92400e;
  line-height: 1.8;
}

.k6-hyena-section {
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(15,23,42,.045);
  scroll-margin-top: 84px;
}

.k6-hyena-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}

.k6-hyena-section__head p {
  margin: 0 0 4px;
  color: #0f766e;
  font-family: "Fjalla One", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.k6-hyena-section__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.4;
}

.k6-hyena-section__head > span {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #0f766e;
  font-size: 11px;
  font-weight: 800;
}

.k6-hyena-machine-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}

.k6-hyena-machine {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr) auto;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  color: #0f172a;
  text-decoration: none;
  transition:
    border-color .2s ease,
    background .2s ease,
    transform .2s ease;
}

.k6-hyena-machine:hover {
  border-color: #5eead4;
  background: #f0fdfa;
  transform: translateY(-1px);
}

.k6-hyena-machine__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #94a3b8;
}

.k6-hyena-machine__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.k6-hyena-machine__body {
  min-width: 0;
}

.k6-hyena-machine__body strong {
  display: block;
  overflow: hidden;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k6-hyena-machine__body small {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-size: 10px;
}

.k6-hyena-machine > i {
  color: #94a3b8;
}

.k6-hyena-empty {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
}

.k6-hyena-empty__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: #ccfbf1;
  color: #0f766e;
}

.k6-hyena-empty strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 14px;
}

.k6-hyena-empty p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.7;
}

.k6-hyena-feature-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}

.k6-hyena-feature {
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 11px;
  background: #f8fafc;
}

.k6-hyena-feature > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 9px;
  background: #ccfbf1;
  color: #0f766e;
}

.k6-hyena-feature h3 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 15px;
}

.k6-hyena-feature p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.75;
}

.k6-hyena-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.k6-hyena-list li {
  position: relative;
  padding: 13px 14px 13px 40px;
  border: 1px solid #e5eaf1;
  border-radius: 10px;
  background: #f8fafc;
  color: #334155;
  line-height: 1.6;
}

.k6-hyena-list li::before {
  content: "\f00c";
  position: absolute;
  left: 15px;
  top: 15px;
  color: #0f9f8f;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.k6-hyena-flow {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  counter-reset: hyena-step;
}

.k6-hyena-flow__item {
  counter-increment: hyena-step;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 6px 12px;
  padding: 16px 18px;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #f8fafc;
  text-align: left;
}

.k6-hyena-flow__item::before {
  content: counter(hyena-step);
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 50%;
  background: #0f766e;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.k6-hyena-flow__item strong {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.4;
}

.k6-hyena-flow__item span {
  grid-column: 1 / -1;
  grid-row: 2;
  color: #64748b;
  font-size: 13px;
  line-height: 1.75;
}

.k6-hyena-guide {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border: 1px solid #bae6fd;
  border-radius: 12px;
  background: #f0f9ff;
}

.k6-hyena-guide > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  background: #0ea5e9;
  color: #fff;
}

.k6-hyena-guide p {
  margin: 0 0 10px;
  color: #0c4a6e;
  line-height: 1.8;
}

.k6-hyena-guide a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0369a1;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.k6-hyena-note-box {
  padding: 18px 20px;
  border-left: 4px solid #f59e0b;
  border-radius: 0 10px 10px 0;
  background: #fffbeb;
}

.k6-hyena-note-box p {
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid #fde9b8;
  color: #78350f;
  line-height: 1.85;
}

.k6-hyena-note-box p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/* =========================================================
   SNSシェア
========================================================= */

.mm-body--hyena-index .mm-share-panel {
  margin-top: 28px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15,23,42,.05);
}

.mm-body--hyena-index .mm-share-buttons {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
}

.mm-body--hyena-index .mm-share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .2s ease,transform .2s ease;
}

.mm-body--hyena-index .mm-share-button:hover {
  color: #fff;
  opacity: .88;
  transform: translateY(-1px);
}

.mm-body--hyena-index .mm-share-button--x {
  background: #111;
}

.mm-body--hyena-index .mm-share-button--line {
  background: #06c755;
}

.mm-body--hyena-index .mm-share-button--hatena {
  background: #00a4de;
}

.mm-body--hyena-index .mm-share-button__hatena {
  font-family: Arial,sans-serif;
  font-weight: 900;
}

/* =========================================================
   レスポンシブ
========================================================= */

@media (max-width: 980px) {
  .mm-body--hyena-index .mm-layout {
    grid-template-columns: 1fr;
  }

  .mm-hero--hyena .k6-hyena-hero__inner {
    align-items: flex-start;
  }

  .k6-hyena-hero__stats {
    min-width: 270px;
  }
}

@media (max-width: 760px) {
  .mm-hero--hyena .k6-hyena-hero__inner {
    display: block;
  }

  .k6-hyena-hero__stats {
    grid-template-columns: repeat(3,minmax(0,1fr));
    width: 100%;
    min-width: 0;
    margin-top: 14px;
  }

  .k6-hyena-hero__stats > div {
    padding: 10px 8px;
  }

  .k6-hyena-hero__stats strong {
    font-size: 15px;
  }

  .mm-body--hyena-index .mm-main {
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .mm-body--hyena-index .mm-article__h1 {
    font-size: 24px;
  }

  .k6-page-visual {
    margin-bottom: 16px;
    border-radius: 8px;
  }

  .k6-page-visual img {
    aspect-ratio: 16 / 9;
  }

  .k6-hyena-quick-nav {
    padding: 12px;
  }

  .k6-hyena-quick-nav ul {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .k6-hyena-section {
    padding: 16px;
    border-radius: 12px;
  }

  .k6-hyena-section__head h2 {
    font-size: 19px;
  }

  .k6-hyena-machine-grid,
  .k6-hyena-feature-grid,
  .k6-hyena-list,
  .k6-hyena-flow {
    grid-template-columns: 1fr;
  }

  .k6-hyena-status {
    padding: 15px;
  }

  .k6-hyena-status h2 {
    font-size: 17px;
  }

  .mm-body--hyena-index .mm-share-panel {
    margin-top: 22px;
    padding: 12px;
  }

  .mm-body--hyena-index .mm-share-buttons {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mm-body--hyena-index .mm-share-button {
    min-height: 42px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .k6-hyena-quick-nav ul {
    grid-template-columns: 1fr;
  }

  .k6-hyena-hero__stats span {
    font-size: 9px;
  }

  .k6-hyena-status {
    display: block;
  }

  .k6-hyena-status__icon {
    margin-bottom: 10px;
  }
}


/* =========================================================
   v2 トップページ統一・サイドバー幅修正
========================================================= */

:root {
  --hyena-ink: #0f172a;
  --hyena-muted: #64748b;
  --hyena-border: #dbe3ec;
  --hyena-green: #0d9488;
  --hyena-green-dark: #0f766e;
}

.mm-body--hyena-index {
  background: #f4f6f8;
}

/* 上部メニューの現在地 */
.mm-body--hyena-index .mm-subnav__item.is-active {
  position: relative;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid var(--hyena-green) !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #f0fdfa 100%
  ) !important;
  color: var(--hyena-green-dark) !important;
  box-shadow: none !important;
}

.mm-body--hyena-index .mm-subnav__item.is-active i {
  color: var(--hyena-green) !important;
}

.mm-body--hyena-index .mm-navgrid__item.is-active {
  position: relative;
  border-color: #99f6e4 !important;
  border-radius: 0 !important;
  background: #f0fdfa !important;
  color: var(--hyena-green-dark) !important;
  box-shadow: none !important;
}

.mm-body--hyena-index .mm-navgrid__item.is-active::after {
  position: absolute;
  right: 8px;
  bottom: 5px;
  left: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--hyena-green);
  content: "";
}

/* ホール攻略トップと同じ構造の全幅ヒーロー */
.k6-hyena-index-hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #071018;
  color: #fff;
}

.k6-hyena-index-hero__bg,
.k6-hyena-index-hero__overlay {
  position: absolute;
  inset: 0;
}

.k6-hyena-index-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter:
    saturate(.76)
    contrast(1.08)
    brightness(.72);
}

.k6-hyena-index-hero__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(3,7,18,.97) 0%,
      rgba(7,23,30,.91) 46%,
      rgba(6,62,65,.68) 76%,
      rgba(8,38,48,.45) 100%
    ),
    linear-gradient(
      180deg,
      rgba(13,148,136,.08),
      rgba(2,6,23,.18)
    );
}

.k6-hyena-index-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0,1fr)
    minmax(310px,430px);
  gap: 42px;
  min-height: 0;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 20px;
}

.k6-hyena-index-hero__content {
  min-width: 0;
}

.k6-hyena-index-hero__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #5eead4;
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.k6-hyena-index-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(29px,3.3vw,44px);
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 4px 18px rgba(0,0,0,.34);
}

.k6-hyena-index-hero__description {
  display: -webkit-box;
  max-width: 790px;
  overflow: hidden;
  margin: 11px 0 0;
  color: #dbe7ef;
  font-size: 12px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.k6-hyena-index-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.k6-hyena-index-hero__meta > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border: 1px solid rgba(153,246,228,.25);
  border-radius: 8px;
  background: rgba(15,23,42,.6);
  color: #f8fafc;
  font-size: 9px;
  font-weight: 900;
  backdrop-filter: blur(6px);
}

.k6-hyena-index-hero__meta i {
  color: #2dd4bf;
}

.k6-hyena-index-hero__visual {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(153,246,228,.2);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(15,23,42,.68),
      rgba(6,78,85,.44)
    );
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 18px 40px rgba(2,6,23,.2);
  backdrop-filter: blur(8px);
}

.k6-hyena-index-hero__visual::before {
  position: absolute;
  top: -1px;
  right: 22px;
  left: 22px;
  height: 1px;
  border-radius: 999px;
  background: #2dd4bf;
  content: "";
  opacity: .65;
}

.k6-hyena-index-hero__visual-label {
  display: block;
  margin-bottom: 12px;
  color: #99f6e4;
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.k6-hyena-index-hero__features {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 7px;
}

.k6-hyena-index-hero__features > span {
  display: grid;
  grid-template-columns: 26px minmax(0,1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  padding: 8px 9px;
  border: 1px solid rgba(203,213,225,.16);
  border-radius: 9px;
  background: rgba(255,255,255,.065);
}

.k6-hyena-index-hero__features i {
  grid-row: 1 / 3;
  color: #2dd4bf;
  font-size: 15px;
  text-align: center;
}

.k6-hyena-index-hero__features strong {
  overflow: hidden;
  color: #f8fafc;
  font-size: 10px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k6-hyena-index-hero__features small {
  color: #99f6e4;
  font-size: 8px;
  font-weight: 800;
}

/*
 * 320pxグリッドの中でapp.cssの
 * .mm-sidebar{width:28%}が再適用され、
 * 約90pxまで縮んでいた問題を修正。
 */
.mm-body--hyena-index .mm-layout {
  display: grid !important;
  grid-template-columns:
    minmax(0,1fr)
    320px !important;
  gap: 24px !important;
  align-items: start !important;
}

.mm-body--hyena-index .mm-content,
.mm-body--hyena-index .mm-sidebar {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.mm-body--hyena-index .mm-sidebar {
  display: block !important;
  align-self: start !important;
}

.mm-body--hyena-index .mm-sidebar > *,
.mm-body--hyena-index .mm-sidecard,
.mm-body--hyena-index .mm-ad {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 1100px) {
  .k6-hyena-index-hero__inner {
    grid-template-columns:
      minmax(0,1fr)
      330px;
    gap: 24px;
  }
}

@media (max-width: 980px) {
  .mm-body--hyena-index .mm-layout {
    grid-template-columns: 1fr !important;
  }

  .k6-hyena-index-hero__inner {
    grid-template-columns:
      minmax(0,1fr)
      300px;
  }
}

@media (max-width: 767px) {
  .k6-hyena-index-hero__inner {
    display: flex;
    min-height: 0;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .k6-hyena-index-hero__visual {
    display: none;
  }

  .k6-hyena-index-hero__eyebrow {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .k6-hyena-index-hero__title {
    font-size: 26px;
  }

  .k6-hyena-index-hero__description {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.7;
    -webkit-line-clamp: 3;
  }

  .k6-hyena-index-hero__meta {
    gap: 5px;
    margin-top: 12px;
  }

  .k6-hyena-index-hero__meta > span {
    min-height: 27px;
    padding: 4px 7px;
    font-size: 8px;
  }

  .k6-hyena-index-hero__meta > span:nth-child(3) {
    display: none;
  }

  .mm-body--hyena-index .mm-content,
  .mm-body--hyena-index .mm-sidebar {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* =========================================================
   v3 ヒーロー余白・目次文字修正
========================================================= */

/*
 * hyena.cssはwp_head()後に読み込む。
 * さらにapp.cssの共通指定に負けないよう、
 * トップ専用body classを含めて固定する。
 */
body.mm-body--hyena-index
.k6-hyena-index-hero
.k6-hyena-index-hero__inner {
  min-height: 0 !important;
  padding-top: 18px !important;
  padding-bottom: 20px !important;
  box-sizing: border-box !important;
}

body.mm-body--hyena-index
.k6-hyena-index-hero__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.k6-hyena-quick-nav__text {
  display: block;
  min-width: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}

@media (max-width: 767px) {
  body.mm-body--hyena-index
  .k6-hyena-index-hero
  .k6-hyena-index-hero__inner {
    padding-top: 16px !important;
    padding-bottom: 18px !important;
  }
}

/* =========================================================
   ツール公開後に追加した分
   （判定ツール本体の見た目は kaku6-hyena-tool 側のCSSが持つ。
     ここではページ側で必要になった差分だけを足す）
========================================================= */

/* 公開中ステータス。準備中の黄色に対して、こちらは緑にする */
.k6-hyena-status--ready {
  border-color: #a7f3d0;
  background: #ecfdf5;
}

.k6-hyena-status--ready .k6-hyena-status__icon {
  background: #0f9f8f;
}

.k6-hyena-status--ready .k6-hyena-status__eyebrow {
  color: #047857 !important;
}

.k6-hyena-status--ready h2 {
  color: #064e3b;
}

.k6-hyena-status--ready p {
  color: #065f46;
}

/*
 * セクション内でブロックが続くときの間隔。
 * 見出しの直後は .k6-hyena-section__head の margin-bottom で足りているが、
 * カードのすぐ下に補足ボックスが来る並びだけ間隔が無く、境目が分からなかった。
 */
.k6-hyena-section > .k6-hyena-flow + .k6-hyena-note-box,
.k6-hyena-section > .k6-hyena-feature-grid + .k6-hyena-note-box,
.k6-hyena-section > .k6-hyena-list + .k6-hyena-section__lead,
.k6-hyena-section > .k6-hyena-machine-grid + .k6-hyena-section__lead,
.k6-hyena-section > .k6-hyena-flow + .k6-hyena-section__lead {
  margin-top: 24px;
}

/* セクション冒頭のリード文 */
.k6-hyena-section__lead {
  margin: 0 0 14px;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}

.k6-hyena-section__lead:last-child {
  margin-bottom: 0;
}

/* 入力する項目リスト。見出しと説明を2行に分ける */
.k6-hyena-list li strong {
  display: block;
  margin: 0 0 2px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
}

/* 補足ボックスの見出し。本文と同じ行に続くと境目が分からないので行を分ける */
.k6-hyena-note-box p strong {
  display: block;
  margin: 0 0 4px;
  color: #7c2d12;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

/* ページ内に置いたツールの外側の余白を、セクションの流れに合わせる */
.k6-hyena-section .k6hy-tool,
.k6-hyena-section .k6hy-board {
  margin: 0;
}

.k6-hyena-section .k6hy-tool {
  border-color: #e5eaf1;
  border-radius: 14px;
}

@media (max-width: 767px) {
  .k6-hyena-list,
  .k6-hyena-flow {
    grid-template-columns: 1fr;
  }

  .k6-hyena-note-box {
    padding: 15px 16px;
  }

  .k6-hyena-flow__item {
    padding: 14px 15px;
  }
}
