/* 
ケンチェ飯とは？ページ専用スタイル
kence-meshi-2-0
*/

/* ページ全体の横幅制限（スマホ対応） */
.km-whatIsPage,
.km-whatIsPage .km-main,
.km-whatIsPage .km-container,
.km-whatIsPage .km-content,
.km-whatIsPage .km-footer,
.km-whatIsPage .km-footer__inner {
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* すべての要素にbox-sizingを適用 */
.km-what-is-hero *,
.km-what-is-section * {
  box-sizing: border-box;
}

/* メインビジュアル/ヒーローセクション */
.km-what-is-hero {
  background:
    radial-gradient(circle at 18% 12%, rgba(244, 198, 108, 0.16) 0%, rgba(244, 198, 108, 0) 28%),
    radial-gradient(circle at 82% 18%, rgba(125, 181, 223, 0.12) 0%, rgba(125, 181, 223, 0) 24%),
    linear-gradient(180deg, #f7f2ea 0%, #ffffff 100%);
  padding: 40px 20px 48px;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 640px) {
  .km-what-is-hero {
    padding: 0 0 0; /* 下余白を完全に消去 */
    background: #ffffff;
    margin-bottom: 0;
  }

  .km-what-is-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .km-what-is-hero__map {
    position: absolute;
    top: 60px; /* タイトルの位置に合わせる */
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    opacity: 0.8;
    z-index: 1;
  }

  .km-what-is-hero__map img {
    max-width: 140px;
    height: auto;
  }

  .km-what-is-hero__title {
    font-size: 28px;
    font-weight: 800;
    margin: 80px 0 40px;
    position: relative;
    z-index: 2;
    color: #4a4235;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff; /* 地図と重なっても読めるように */
  }

  .km-what-is-hero__image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    width: calc(100% - 32px);
    margin: 0 auto;
    line-height: 0; /* 下の隙間対策 */
  }

  .km-what-is-hero__image img {
    border-radius: 16px;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .km-what-is-hero__overlay {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: calc(100% - 32px);
    margin: 0 auto 16px;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 10;
    transform: none;
    animation: none;
    opacity: 1;
  }

  .km-what-is-hero__leadGroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .km-what-is-hero__leadLine {
    background: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    opacity: 1;
    transform: none;
    animation: none;
    border: 1px solid #f0ece4;
  }

  .km-what-is-hero__lead {
    font-size: 18px;
    font-weight: 800;
    color: #4a4235;
    line-height: 1.3;
  }

  .km-what-is-hero__note {
    background: #f3c76b;
    color: #4a4235;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 4px;
    margin-top: 4px;
    opacity: 1;
    transform: none;
    animation: none;
    box-shadow: none;
  }
}

.km-what-is-hero::before,
.km-what-is-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.55;
}

.km-what-is-hero::before {
  width: 420px;
  height: 420px;
  top: -160px;
  left: -120px;
  background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 72%);
}

.km-what-is-hero::after {
  width: 320px;
  height: 320px;
  right: -80px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(255, 216, 158, 0.36) 0%, rgba(255, 216, 158, 0) 72%);
}

.km-what-is-hero__content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
}

.km-what-is-hero__title {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  margin: 0 0 1rem;
  color: var(--km-dark-gray);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  opacity: 0;
  transform: translateY(14px);
  animation: km-what-is-hero-fade-up 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.25s forwards;
  position: relative;
  z-index: 2;
}

.km-what-is-hero__map {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.km-what-is-hero__mapAura,
.km-what-is-hero__mapTrace {
  position: absolute;
  pointer-events: none;
}

.km-what-is-hero__mapAura {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 198, 108, 0.24) 0%, rgba(244, 198, 108, 0.08) 42%, rgba(244, 198, 108, 0) 70%);
  animation: km-what-is-map-pulse 5.8s ease-in-out 1.1s infinite;
}

.km-what-is-hero__mapTrace {
  width: 184px;
  height: 184px;
  border-radius: 50%;
  border: 1px dashed rgba(212, 154, 43, 0.48);
  opacity: 0;
  transform: scale(0.86) rotate(-14deg);
  animation: km-what-is-map-trace 2.6s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}

.km-what-is-hero__map img {
  max-width: 150px;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  animation: km-what-is-hero-fade-up 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.km-what-is-hero__image {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: #e7dcc8;
}

.km-what-is-hero__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  transform: scale(1.04);
  opacity: 0;
  animation: km-what-is-hero-image-in 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

.km-what-is-hero__steam {
  position: absolute;
  left: 50%;
  top: 14%;
  width: 28%;
  height: 28%;
  transform: translateX(-20%);
  pointer-events: none;
  z-index: 1;
}

.km-what-is-hero__steamLine {
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 128px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0.2) 28%, rgba(255,255,255,0.06) 52%, rgba(255,255,255,0) 72%);
  filter: blur(5px);
  opacity: 0;
}

.km-what-is-hero__steamLine--1 {
  left: 6%;
  animation: km-what-is-steam 6.5s ease-in-out 0.9s infinite;
}

.km-what-is-hero__steamLine--2 {
  left: 34%;
  animation: km-what-is-steam 6.5s ease-in-out 2.1s infinite;
}

.km-what-is-hero__steamLine--3 {
  left: 62%;
  animation: km-what-is-steam 6.5s ease-in-out 3.2s infinite;
}

.km-what-is-hero__overlay {
  position: relative;
  bottom: auto;
  left: auto;
  background: rgba(255, 255, 255, 0.96);
  padding: 1.2rem 1.6rem;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(84, 75, 60, 0.16);
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6em;
  max-width: 80%;
  margin: 0 auto 1.5rem;
  opacity: 0;
  transform: translateY(18px);
  animation: km-what-is-hero-fade-up 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}

.km-what-is-hero__leadGroup {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}

.km-what-is-hero__lead {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--km-dark-gray);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  gap: 0.1em;
}

.km-what-is-hero__leadLine {
  display: block;
  opacity: 0;
  transform: translateY(12px);
}

.km-what-is-hero__leadLine--1 {
  animation: km-what-is-hero-fade-up 0.95s cubic-bezier(0.22, 1, 0.36, 1) 1.15s forwards;
}

.km-what-is-hero__note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35em 0.9em;
  font-size: 0.9rem;
  font-weight: 700;
  color: #6b4a1f;
  background: #f3c76b;
  border-radius: 999px;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  animation: km-what-is-hero-note-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 2.05s forwards;
  width: fit-content;
}

@keyframes km-what-is-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes km-what-is-hero-image-in {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes km-what-is-hero-note-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes km-what-is-map-pulse {
  0%, 100% {
    transform: scale(0.96);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.06);
    opacity: 0.82;
  }
}

@keyframes km-what-is-map-trace {
  0% {
    opacity: 0;
    transform: scale(0.86) rotate(-14deg);
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0.62;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes km-what-is-steam {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(0.84);
  }
  20% {
    opacity: 0.42;
  }
  65% {
    opacity: 0.22;
  }
  100% {
    opacity: 0;
    transform: translate3d(14px, -52px, 0) scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .km-what-is-hero__title,
  .km-what-is-hero__map img,
  .km-what-is-hero__mapAura,
  .km-what-is-hero__mapTrace,
  .km-what-is-hero__image img,
  .km-what-is-hero__overlay,
  .km-what-is-hero__leadLine,
  .km-what-is-hero__note,
  .km-what-is-hero__steamLine {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* セクション共通スタイル */
.km-what-is-section {
  margin-bottom: 2.8em;
  padding: 2.6em 1em;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.km-what-is-section__title {
  font-size: 1.85rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0.5em;
  color: var(--km-dark-gray);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-section__kicker {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--km-blue);
  margin: 0 0 0.35em;
  font-family: "VDL-PenLetter", "Zen Kaku Gothic New", sans-serif;
}

.km-what-is-section__subtitle {
  text-align: center;
  font-size: 1.05rem;
  color: var(--km-mid-gray);
  margin-bottom: 2em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* ケンチェ飯の想いセクション */
.km-what-is-vision {
  background: var(--km-white);
}

.km-what-is-vision__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.4em;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.km-what-is-vision__label {
  width: fit-content;
  margin: 0 auto 1.2em;
  padding: 0.35em 1.6em;
  border-radius: 999px;
  background: #f7f1e7;
  color: #7a5a30;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-vision__text {
  flex: 1;
  display: block;
}

.km-what-is-vision__text p {
  color: #555;
  line-height: 1.85;
  margin: 0 0 0.85em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  max-width: 640px;
}

.km-what-is-vision__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.6em;
  max-width: 560px;
}

.km-what-is-vision__list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 0.7em;
  font-size: 1.1rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  background: #f7f1e7;
  border-radius: 999px;
  padding: 0.55em 1.1em;
}

.km-what-is-vision__closing {
  text-align: center;
  margin: 0 auto 1.6em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-vision__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #f6be3d;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  flex-shrink: 0;
}

.km-what-is-vision__icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.km-what-is-vision__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: static;
  min-height: auto;
  gap: 12px;
  align-items: center;
}

.km-what-is-vision__images img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.km-what-is-vision__image--sub {
  width: 100%;
  margin-right: 0;
  position: relative;
  z-index: 2;
  aspect-ratio: 4 / 2.8;
}

.km-what-is-vision__image--main {
  width: calc(100% + 20px);
  margin-left: -20px;
  position: relative;
  z-index: 1;
  aspect-ratio: 3 / 4.2;
}

/* 数字で見るケンチェ飯セクション */
.km-what-is-stats {
  background: var(--km-white);
}

.km-what-is-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2em;
  max-width: 980px;
  margin: 0 auto;
}

.km-what-is-stat-card {
  background: var(--km-white);
  padding: 1.5em 1em;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #f1e3d3;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  /* Sequential Reveal Initial State */
  opacity: 0;
  transform: translateY(30px);
}

.km-what-is-stat-card.is-visible {
  animation: km-reveal-stats 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* 順番に出現させるための遅延設定（スピーディーに） */
.km-what-is-stat-card:nth-child(1) { animation-delay: 0.1s; }
.km-what-is-stat-card:nth-child(2) { animation-delay: 0.4s; }
.km-what-is-stat-card:nth-child(3) { animation-delay: 0.7s; }
.km-what-is-stat-card:nth-child(4) { animation-delay: 1.0s; }
.km-what-is-stat-card:nth-child(5) { animation-delay: 1.3s; }
.km-what-is-stat-card:nth-child(6) { animation-delay: 1.6s; }

@keyframes km-reveal-stats {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.km-count-up {
  display: inline-block;
  will-change: transform;
}

.km-count-up.is-bouncing {
  animation: km-stat-bounce 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes km-stat-bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); color: #f19a2a; }
}

.km-what-is-stat-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.7em;
}

.km-what-is-stat-card__icon img {
  width: 92px;
  height: 92px;
}

.km-what-is-stat-card__number {
  font-size: 1.7rem;
  font-weight: 900;
  color: #6aaed6;
  margin-bottom: 0.3em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-stat-card__label {
  font-size: 1rem;
  color: var(--km-mid-gray);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* ケンチェ飯の3つの特徴セクション */
.km-what-is-features__grid {
  display: grid;
  grid-template-columns: var(--km-what-is-features-grid-columns, repeat(3, 1fr));
  gap: 1.4em;
  max-width: 980px;
  margin: 0 auto 1.8em;
}

.km-what-is-feature-card {
  background: #ffffff;
  padding: 1.6em 1.2em;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #f1e3d3;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.km-what-is-feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.8em;
}

.km-what-is-feature-card__icon img {
  width: 72px;
  height: 72px;
}

.km-what-is-feature-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--km-dark-gray);
  margin-bottom: 0.7em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-feature-card__description {
  font-size: 1.02rem;
  color: var(--km-mid-gray);
  line-height: 1.7;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-features__text {
  max-width: 980px;
  margin: 0 auto;
  padding: 1.5em;
  background: var(--km-white);
  border-radius: 8px;
  border: 1px solid #f1e3d3;
}

.km-what-is-features__text p {
  margin: 0;
  line-height: 1.85;
  color: var(--km-dark-gray);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* ケンチェ飯を支えるメンバーたちセクション */
.km-what-is-members {
  background: var(--km-white);
}

.km-what-is-members__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.6em;
  max-width: 960px;
  margin: 0 auto;
}

.km-what-is-member-card {
  text-align: center;
}

.km-what-is-member-card__avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 1em;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #f1e3d3;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.km-what-is-member-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.km-what-is-member-card__name {
  font-size: 1.25rem; /* 1.1rem -> 1.25rem */
  font-weight: 700;
  color: var(--km-dark-gray);
  margin-bottom: 0.5em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-member-card__role {
  font-size: 1.0rem; /* 0.95rem -> 1.0rem */
  color: var(--km-mid-gray);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-member-card__desc {
  font-size: 0.9rem;
  color: var(--km-gray-mid);
  margin-top: 0.4em;
  line-height: 1.4;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media (max-width: 900px) {
  .km-what-is-vision__content {
    grid-template-columns: 1fr;
  }

  .km-what-is-vision__images {
    min-height: 300px;
    max-width: 520px;
    margin: 1.2em auto 0;
  }

  .km-what-is-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 600px) {
  .km-what-is-hero__overlay {
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: auto;
  }

  .km-what-is-stat-card__number {
    font-size: 1.3rem;
  }

  .km-what-is-hero__steam {
    width: 38%;
    top: 10%;
    transform: translateX(-14%);
  }

  .km-what-is-hero__steamLine {
    width: 42px;
    height: 94px;
  }
}

/* よくある質問セクション */
.km-what-is-faq {
  position: relative;
  background-color: #fff7e9;
  background-image: url("../img/what-is-faq-wave-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 0;
}

.km-what-is-faq__list {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.km-what-is-faq-item {
  background: white;
  border-radius: 10px;
  padding: 32px 48px;
  overflow: hidden;
}

.km-what-is-faq-item__question {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  background: transparent;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-faq-item__question::-webkit-details-marker {
  display: none;
}

.km-what-is-faq-item__q {
  display: block;
  color: #ff823f;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
  flex-shrink: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-faq-item__question-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #544b3c;
  flex: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-faq-item__indicator {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  flex-shrink: 0;
}

.km-what-is-faq-item__indicator::before,
.km-what-is-faq-item__indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #ff823f;
  transform: translate(-50%, -50%);
  transition: opacity 0.24s ease;
}

.km-what-is-faq-item__indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.km-what-is-faq-item[open] .km-what-is-faq-item__indicator::after {
  opacity: 0;
}

.km-what-is-faq-item__answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #d4d0c8;
  background: white;
}

.km-what-is-faq-item__a {
  display: block;
  color: #ff823f;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4;
  flex-shrink: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-faq-item__answer-text {
  flex: 1;
  color: #544b3c;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-faq-item__answer-text p {
  margin: 0;
}

/* タイアップ・スポンサー募集セクション */
.km-what-is-sponsor {
  background: #ffffff;
  border-radius: 0;
  padding-top: 3.2em;
  padding-bottom: 3.2em;
}

.km-what-is-sponsor__content {
  max-width: 1040px;
  margin: 0 auto;
}

.km-what-is-sponsor__section {
  margin-bottom: 2.8em;
}

.km-what-is-sponsor__kicker {
  margin: 0 0 0.3em;
  text-align: center;
  color: #9fc7da;
  font-size: 0.95rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
}

.km-what-is-sponsor__title {
  margin: 0 0 1.8em;
  text-align: center;
  color: var(--km-dark-gray);
  font-size: 1.85rem;
  line-height: 1.3;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.km-what-is-sponsor__section-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--km-dark-gray);
  margin: 0 0 0.9em;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.km-what-is-sponsor__table-wrapper {
  overflow-x: auto;
  margin-bottom: 1.8em;
}

.km-what-is-sponsor__table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  table-layout: fixed;
}

.km-what-is-sponsor__table thead {
  background: transparent;
  color: var(--km-dark-gray);
}

.km-what-is-sponsor__table colgroup col:nth-child(1) {
  width: 25%;
}

.km-what-is-sponsor__table colgroup col:nth-child(2) {
  width: 49%;
}

.km-what-is-sponsor__table colgroup col:nth-child(3) {
  width: 26%;
}

.km-what-is-sponsor__table--ads colgroup col:nth-child(1) {
  width: 23%;
}

.km-what-is-sponsor__table--ads colgroup col:nth-child(2) {
  width: 31%;
}

.km-what-is-sponsor__table--ads colgroup col:nth-child(3) {
  width: 17%;
}

.km-what-is-sponsor__table--ads colgroup col:nth-child(4) {
  width: 29%;
}

.km-what-is-sponsor__table th {
  padding: 0.9em 0.2em;
  text-align: left;
  font-weight: 700;
  font-size: 1.1rem;
  color: #f4a22c;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-break: break-word;
}

.km-what-is-sponsor__table td {
  padding: 1.15em 0.2em;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  color: #3f3f3f;
  word-break: break-word;
}

.km-what-is-sponsor__table td:first-child {
  color: #f4a22c;
  font-weight: 700;
}

.km-what-is-sponsor__table tbody tr:hover {
  background: transparent;
}

.km-what-is-sponsor__inquiry {
  text-align: left;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-top: 1em;
}

.km-what-is-sponsor__inquiry p {
  margin: 0;
  line-height: 1.8;
  color: #454545;
  font-size: 0.95rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.km-what-is-sponsor__inquiry p + p {
  margin-top: 0.3em;
}

/* 運営会社セクション */
.km-what-is-company__info {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.km-what-is-company__list {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1em 2em;
  margin: 0;
}

.km-what-is-company__list dt {
  font-weight: 700;
  color: var(--km-dark-gray);
  padding: 0.5em 0;
  border-bottom: 1px solid var(--km-border-mid);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-company__list dd {
  margin: 0;
  padding: 0.5em 0;
  color: var(--km-mid-gray);
  border-bottom: 1px solid var(--km-border-mid);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-company__list dt:last-of-type,
.km-what-is-company__list dd:last-of-type {
  border-bottom: none;
}

/* ケンチェ飯 公式SNSアカウントセクション */
.km-what-is-sns {
  position: relative;
  margin-bottom: 3em;
  overflow: hidden;
}

.km-what-is-sns__content {
  position: relative;
  min-height: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.km-what-is-sns__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.km-what-is-sns__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.km-what-is-sns__main {
  position: relative;
  z-index: 1;
  padding: 3em 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  margin: 2em;
  border-radius: 12px;
}

.km-what-is-sns__character {
  margin-bottom: 2em;
}

.km-what-is-sns__character img {
  max-width: 150px;
  height: auto;
  margin-bottom: 1em;
}

.km-what-is-sns__character-text {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--km-dark-gray);
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-sns__icons {
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
  justify-content: center;
}

.km-what-is-sns__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  color: var(--km-dark-gray);
  font-size: 2rem;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.km-what-is-sns__icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.km-what-is-sns__icon.fa-line {
  color: #00B900;
}

.km-what-is-sns__icon.fa-instagram {
  color: #E4405F;
}

.km-what-is-sns__icon.fa-twitter {
  color: #1DA1F2;
}

.km-what-is-sns__cta {
  margin-bottom: 2em;
}

.km-what-is-sns__followers {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--km-accent-dark);
  margin-bottom: 0.5em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-sns__description {
  font-size: 1rem;
  color: var(--km-mid-gray);
  margin-bottom: 1em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-sns__cta-text {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--km-dark-gray);
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.km-what-is-sns__phone {
  max-width: 300px;
  margin: 0 auto;
}

.km-what-is-sns__phone img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* 画像の最適化 */
.km-what-is-hero__image img,
.km-what-is-vision__images img,
.km-what-is-member-card__avatar img,
.km-what-is-sns__background img,
.km-what-is-sns__character img,
.km-what-is-sns__phone img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* タッチデバイス向けの最適化 */
@media (hover: none) and (pointer: coarse) {
  .km-what-is-stat-card:hover,
  .km-what-is-feature-card:hover {
    transform: none;
  }
  
  .km-what-is-faq-item__question {
    -webkit-tap-highlight-color: rgba(242, 97, 0, 0.1);
  }
  
  .km-what-is-sns__icon {
    min-width: 44px;
    min-height: 44px;
  }
}

/* フォーカス表示の改善 */
.km-what-is-faq-item__question:focus,
.km-what-is-sns__icon:focus {
  outline: 2px solid var(--km-accent-dark);
  outline-offset: 2px;
  border-radius: 4px;
}

/* 高コントラストモード対応 */
@media (prefers-contrast: high) {
  .km-what-is-hero__overlay {
    background: rgba(255, 255, 255, 1);
    border: 2px solid var(--km-dark-gray);
  }
  
  .km-what-is-stat-card,
  .km-what-is-feature-card {
    border: 2px solid var(--km-dark-gray);
  }
}

/* レスポンシブ対応 */

/* モバイル（〜560px） */
@media screen and (max-width: 560px) {
  /* ページ全体の横幅制限を強化 */
  .km-whatIsPage {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
  }
  
  .km-whatIsPage .km-main,
  .km-whatIsPage .km-container,
  .km-whatIsPage .km-content,
  .km-whatIsPage .km-footer,
  .km-whatIsPage .km-footer__inner {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  
  /* フッターの豚のサイズ制限を強化 */
  .km-footer__pigs {
    max-width: 150px;
    width: auto;
    overflow: hidden;
  }
  
  .km-footer__pigs img {
    max-width: 80px;
    width: auto;
    height: auto;
  }
  
  .km-footer__pigs img:nth-child(3) {
    max-width: 100px;
  }
  
  /* セクション共通 */
  .km-what-is-section {
    padding: 1.2em 0.5em;
    margin-bottom: 2em;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  .km-what-is-section__title {
    font-size: 1.3rem;
  }
  
  .km-what-is-section__subtitle {
    font-size: 0.85rem;
  }
  
  /* ヒーローセクション */
  .km-what-is-hero {
    padding: 1em 0.5em;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  .km-what-is-hero__content {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  
  .km-what-is-hero__title {
    font-size: 1.5rem;
    margin-bottom: 0.8em;
  }
  
  .km-what-is-hero__map img {
    max-width: 120px;
  }

  .km-what-is-hero__mapAura,
  .km-what-is-hero__mapTrace {
    width: 144px;
    height: 144px;
  }
  
  .km-what-is-hero__overlay {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 0.8em 1em;
  }
  
  .km-what-is-hero__overlay p {
    font-size: 0.9rem;
  }
  
  /* 想いセクション */
  .km-what-is-vision__content {
    grid-template-columns: 1fr;
    gap: 1.5em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-vision__images {
    grid-template-columns: 1fr;
    gap: 1em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-vision__images img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  
  /* 数字セクション */
  .km-what-is-stats__grid {
    grid-template-columns: 1fr;
    gap: 1em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-stat-card {
    padding: 1.2em 0.8em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-stat-card__icon {
    font-size: 2rem;
    margin-bottom: 0.8em;
  }
  
  .km-what-is-stat-card__number {
    font-size: 1.3rem;
  }
  
  .km-what-is-stat-card__label {
    font-size: 0.85rem;
  }
  
  /* 特徴セクション */
  .km-what-is-features__intro {
    padding: 1.2em 0.5em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-features__intro-images {
    flex-direction: column;
    gap: 1em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-features__intro-images img {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  
  .km-what-is-features__intro-main {
    font-size: 1.1rem;
  }

  .km-what-is-features {
    --km-what-is-features-grid-columns: 1fr;
  }

  .km-what-is-features__grid {
    gap: 1.5em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-feature-card {
    padding: 1.2em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-features__text {
    width: 100%;
    max-width: 100%;
    padding: 1.2em 0.5em;
  }
  
  .km-what-is-feature-card__icon {
    font-size: 2.5rem;
    margin-bottom: 0.8em;
  }
  
  .km-what-is-feature-card__title {
    font-size: 1.1rem;
  }
  
  .km-what-is-feature-card__description {
    font-size: 0.9rem;
  }
  
  /* メンバーセクション */
  .km-what-is-members__grid {
    grid-template-columns: 1fr;
    gap: 1em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-member-card {
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-member-card__avatar {
    width: 100px;
    height: 100px;
    max-width: 100%;
  }
  
  .km-what-is-member-card__name {
    font-size: 1.1rem;
  }
  
  .km-what-is-member-card__role {
    font-size: 0.9rem;
  }
  
  /* FAQセクション */
  .km-what-is-faq__list {
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-faq-item {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
  }
  
  .km-what-is-faq-item__question {
    gap: 14px;
  }
  
  .km-what-is-faq-item__q,
  .km-what-is-faq-item__a {
    font-size: 16px;
  }
  
  .km-what-is-faq-item__question-text {
    font-size: 14px;
  }

  .km-what-is-faq-item__indicator {
    width: 14px;
    height: 14px;
    margin-top: 3px;
  }

  .km-what-is-faq-item__indicator::before,
  .km-what-is-faq-item__indicator::after {
    width: 12px;
  }

  .km-what-is-faq-item__answer {
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
  }
  
  .km-what-is-faq-item__answer-text {
    font-size: 14px;
  }
  
  /* タイアップ・スポンサーセクション */
  .km-what-is-sponsor {
    padding-top: 2.2em;
    padding-bottom: 2.2em;
  }

  .km-what-is-sponsor__kicker {
    font-size: 0.82rem;
  }

  .km-what-is-sponsor__title {
    font-size: 1.65rem;
    margin-bottom: 1.2em;
  }

  .km-what-is-sponsor__content {
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-sponsor__section-title {
    font-size: 1.2rem;
  }
  
  .km-what-is-sponsor__table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-sponsor__table {
    font-size: 0.85rem;
    min-width: 100%;
    width: auto;
  }
  
  .km-what-is-sponsor__table th,
  .km-what-is-sponsor__table td {
    padding: 0.7em 0.35em;
  }
  
  .km-what-is-sponsor__inquiry {
    padding: 0;
  }
  
  .km-what-is-sponsor__inquiry p {
    font-size: 0.9rem;
  }
  
  /* 運営会社セクション */
  .km-what-is-company__info {
    padding: 1.2em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-company__list {
    grid-template-columns: 1fr;
    gap: 0.5em 1em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-company__list dt,
  .km-what-is-company__list dd {
    font-size: 0.9rem;
    padding: 0.4em 0;
  }
  
  /* SNSセクション */
  .km-what-is-sns__content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  .km-what-is-sns__main {
    padding: 1.5em 0.8em;
    margin: 0.5em;
    width: calc(100% - 1em);
    max-width: calc(100% - 1em);
    box-sizing: border-box;
  }
  
  .km-what-is-sns__character img {
    max-width: 100px;
    width: 100%;
    height: auto;
  }
  
  .km-what-is-sns__character-text {
    font-size: 1.1rem;
  }
  
  .km-what-is-sns__icons {
    gap: 1em;
    width: 100%;
    max-width: 100%;
  }
  
  .km-what-is-sns__icon {
    width: 45px;
    height: 45px;
    font-size: 1.4rem;
    min-width: 44px;
    min-height: 44px;
  }
  
  .km-what-is-sns__followers {
    font-size: 1.3rem;
  }
  
  .km-what-is-sns__description {
    font-size: 0.9rem;
  }
  
  .km-what-is-sns__cta-text {
    font-size: 1.1rem;
  }
  
  .km-what-is-sns__phone {
    max-width: 250px;
    width: 100%;
  }
  
  .km-what-is-sns__phone img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

/* タブレット（561px〜1023px） */
@media screen and (min-width: 561px) and (max-width: 1023px) {
  .km-what-is-hero__title {
    font-size: 2.5rem;
  }
  
  .km-what-is-vision__content {
    grid-template-columns: 1fr;
  }
  
  .km-what-is-vision__images {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .km-what-is-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .km-what-is-features__intro {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
  
  .km-what-is-features__intro-images {
    flex: 0 0 auto;
  }
  
  .km-what-is-features__intro-text {
    flex: 1;
    text-align: left;
  }
  
  .km-what-is-features__intro-main {
    font-size: 1.3rem;
  }

  .km-what-is-features {
    --km-what-is-features-grid-columns: repeat(2, 1fr);
  }
  
  .km-what-is-members__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .km-what-is-sns__main {
    padding: 2.5em 1.5em;
  }
}

/* タブレット（768px〜1023px） */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .km-what-is-hero__title {
    font-size: 3rem;
  }
  
  .km-what-is-vision__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .km-what-is-stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .km-what-is-features {
    --km-what-is-features-grid-columns: repeat(3, 1fr);
  }
  
  .km-what-is-members__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 大画面（1024px〜） */
@media screen and (min-width: 1024px) {
  .km-what-is-hero__content,
  .km-what-is-vision__content,
  .km-what-is-stats__grid,
  .km-what-is-features__grid,
  .km-what-is-members__grid,
  .km-what-is-sponsor__content,
  .km-what-is-company__info {
    max-width: 1200px;
  }

  .km-what-is-faq {
    background-size: cover;
  }
}

/* ==========================================================================
   Highlighter Marker Animation
   ========================================================================== */
.km-marker {
	background-image: linear-gradient(transparent 60%, rgba(241, 154, 42, 0.4) 60%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size 1.2s cubic-bezier(0.65, 0, 0.35, 1);
	display: inline;
	padding: 0 2px;
}

.km-marker.is-active {
	background-size: 100% 100%;
}

/* ==========================================================================
   Vision Section Reveal Animation
   ========================================================================== */
.km-what-is-vision .km-what-is-vision__text {
	opacity: 0;
	transform: translateX(-30px);
	transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.km-what-is-vision .km-what-is-vision__images {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.km-what-is-vision.is-active .km-what-is-vision__text {
	opacity: 1;
	transform: translateX(0);
}

.km-what-is-vision.is-active .km-what-is-vision__images {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.4s;
}

/* ==========================================================================
   Member Reveal Animation (Drop down)
   ========================================================================== */
.km-what-is-members .km-what-is-member-card {
	opacity: 0;
	transform: translateY(-30px);
	transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.km-what-is-members .km-what-is-member-card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* 順番に出現させるための遅延設定（トトトッ） */
.km-what-is-members .km-what-is-member-card:nth-child(1) { transition-delay: 0.1s; }
.km-what-is-members .km-what-is-member-card:nth-child(2) { transition-delay: 0.2s; }
.km-what-is-members .km-what-is-member-card:nth-child(3) { transition-delay: 0.3s; }
.km-what-is-members .km-what-is-member-card:nth-child(4) { transition-delay: 0.4s; }
.km-what-is-members .km-what-is-member-card:nth-child(5) { transition-delay: 0.5s; }
.km-what-is-members .km-what-is-member-card:nth-child(6) { transition-delay: 0.6s; }
.km-what-is-members .km-what-is-member-card:nth-child(7) { transition-delay: 0.7s; }
.km-what-is-members .km-what-is-member-card:nth-child(8) { transition-delay: 0.8s; }

/* ==========================================================================
   Feature Connect & Interactive Icons
   ========================================================================== */
.km-what-is-features .km-what-is-features__grid {
	position: relative;
	overflow: visible;
}

/* コネクトライン */
.km-feature-connector {
	position: absolute;
	top: 100px;
	left: 10%;
	right: 10%;
	height: 2px;
	background: rgba(241, 154, 42, 0.1);
	z-index: 0;
}
.km-feature-connector__line {
	width: 0;
	height: 100%;
	background: var(--km-blue-dark);
	transition: width 2s cubic-bezier(0.65, 0, 0.35, 1);
}
.km-what-is-features.is-active .km-feature-connector__line {
	width: 100%;
}

/* カードの出現 */
.km-what-is-features .km-what-is-feature-card {
	background: #fff;
	position: relative;
	z-index: 1;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.km-what-is-features .km-what-is-feature-card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* 各カードの遅延 */
.km-what-is-features .km-what-is-feature-card[data-feature="1"] { transition-delay: 0.2s; }
.km-what-is-features .km-what-is-feature-card[data-feature="2"] { transition-delay: 0.8s; }
.km-what-is-features .km-what-is-feature-card[data-feature="3"] { transition-delay: 1.4s; }

/* アイコンアニメーション */
.km-what-is-features .km-what-is-feature-card:hover .km-what-is-feature-card__icon img,
.km-what-is-features .km-what-is-feature-card.is-visible .km-what-is-feature-card__icon img {
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
}

/* 1. 地域：ジャンプ */
.km-what-is-features .km-what-is-feature-card[data-feature="1"]:hover img {
	animation-name: km-icon-jump;
}
@keyframes km-icon-jump {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-15px) scale(1.1); }
}

/* 2. 詳しさ：ズーム */
.km-what-is-features .km-what-is-feature-card[data-feature="2"]:hover img {
	animation-name: km-icon-zoom;
}
@keyframes km-icon-zoom {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.3) rotate(10deg); }
}

/* 3. 検索：揺れ */
.km-what-is-features .km-what-is-feature-card[data-feature="3"]:hover img {
	animation-name: km-icon-shake;
}
@keyframes km-icon-shake {
	0%, 100% { transform: rotate(0); }
	25% { transform: rotate(15deg); }
	75% { transform: rotate(-15deg); }
}

@media (max-width: 900px) {
	.km-feature-connector { display: none; }
}

/* ==========================================================================
   Figma準拠: ヒーロー〜想い（PC固定 / 対象範囲限定）
   ========================================================================== */
.km-what-is-breadcrumb {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  color: #5e5648;
}

@media (max-width: 640px) {
  .km-what-is-breadcrumb {
    padding: 12px 16px 8px;
    width: 100%;
    font-size: 11px;
    gap: 6px;
    background: #fdf9f1;
    margin-bottom: 0;
  }
}

.km-what-is-breadcrumb__link {
  color: #5e5648;
  text-decoration: none;
}

.km-what-is-breadcrumb__sep,
.km-what-is-breadcrumb__current {
  color: #5e5648;
}
@media (min-width: 1024px) {
  .km-whatIsPage .km-what-is-hero {
    background: #ffffff;
    padding: 36px 0 58px;
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
  }

  .km-whatIsPage .km-what-is-hero::before {
    content: "";
    position: absolute;
    top: -218px;
    left: 50%;
    width: 140vw;
    height: 304px;
    transform: translateX(-50%);
    background: #fdf9f1;
    border-bottom-left-radius: 60% 100%;
    border-bottom-right-radius: 60% 100%;
    opacity: 1;
  }

  .km-whatIsPage .km-what-is-hero::after {
    content: none;
  }

  .km-whatIsPage .km-what-is-hero__content {
    width: 1040px;
    max-width: 1040px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 1;
    padding: 0;
  }

  .km-whatIsPage .km-what-is-hero__map {
    position: absolute;
    top: -92px;
    left: 514px;
    width: 248px;
    margin: 0;
    transform: none;
    z-index: 0;
    opacity: 1;
  }

  .km-whatIsPage .km-what-is-hero__map img {
    width: 248px;
    max-width: 248px;
    height: 325px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(86%) sepia(50%) saturate(1500%) hue-rotate(350deg);
    opacity: 1;
    transform: none;
    animation: none;
  }

  .km-whatIsPage .km-what-is-hero__title {
    margin: 48px 0 36px;
    font-size: 50px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #544b3c;
    position: relative;
    z-index: 1;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .km-whatIsPage .km-what-is-hero__image {
    width: 1040px;
    max-width: 1040px;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
    background: #d9d4cb;
    overflow: hidden;
  }

  .km-whatIsPage .km-what-is-hero__image img {
    width: 100%;
    height: 420px;
    border-radius: 0;
    aspect-ratio: auto;
    object-fit: cover;
    transform: none;
    opacity: 1;
    animation: none;
  }



  .km-whatIsPage .km-what-is-hero__leadGroup {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #3d3529;
  }

  .km-whatIsPage .km-what-is-hero__leadLine {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0;
    width: fit-content;
    height: auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 8px 16px;
    white-space: nowrap;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .km-whatIsPage .km-what-is-hero__leadLine--1 {
    width: fit-content;
    margin-bottom: 0;
  }

  .km-whatIsPage .km-what-is-hero__leadLine--2 {
    width: fit-content;
    margin-bottom: 0;
  }

  .km-whatIsPage .km-what-is-hero__note {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    align-self: flex-start;
    width: fit-content;
    height: auto;
    min-height: 28px;
    justify-content: center;
    margin: 31px 0 0;
    padding: 2px 16px;
    border-radius: 7px;
    background: #FFC93C;
    color: #544b3c;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .km-whatIsPage .km-what-is-hero__leadLine .km-marker--hero {
    display: inline-block;
    padding: 0;
    background-position: 0 100%;
    transition-duration: 0.65s;
  }

  .km-whatIsPage .km-what-is-hero__leadLine .km-marker--hero1 {
    transition-delay: 0.05s;
  }

  .km-whatIsPage .km-what-is-hero__leadLine .km-marker--hero2 {
    transition-delay: 0.4s;
  }

  .km-whatIsPage .km-what-is-vision {
    background: #ffffff;
    margin-bottom: 0;
    padding: 0 0 64px;
  }

  .km-whatIsPage .km-what-is-vision__about {
    max-width: 888px;
    margin: 0 auto 60px;
    text-align: center;
  }

  .km-whatIsPage .km-what-is-vision__about .km-what-is-section__kicker,
  .km-whatIsPage .km-what-is-vision__about .km-what-is-section__title,
  .km-whatIsPage .km-what-is-vision__about .km-what-is-section__subtitle {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .km-whatIsPage .km-what-is-vision__about .km-what-is-section__kicker {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #7cacc1;
    letter-spacing: 0.02em;
    font-family: "VDL-PenLetter", "Zen Kaku Gothic New", sans-serif;
  }

  .km-whatIsPage .km-what-is-vision__about .km-what-is-section__title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
    color: #544b3c;
  }

  .km-whatIsPage .km-what-is-vision__about .km-what-is-section__subtitle {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    color: #544b3c;
  }

  .km-whatIsPage .km-what-is-vision__core {
    max-width: 888px;
    margin: 0 auto 100px;
    text-align: center;
  }

  .km-whatIsPage .km-what-is-vision__list {
    width: 644px;
    max-width: 100%;
    margin: 0 auto 1.6em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    list-style: none;
  }

  .km-whatIsPage .km-what-is-vision__list li {
    width: 644px;
    max-width: 100%;
    height: 55px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 9999px;
    background: #f7f3ec;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    color: #544b3c;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }

  .km-whatIsPage .km-what-is-vision__content {
    width: 1041px;
    max-width: 1041px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 560px 424px;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
  }

  .km-whatIsPage .km-what-is-vision__text {
    max-width: 560px;
  }

  .km-whatIsPage .km-what-is-vision__leadText {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
    color: #544b3c;
  }

  .km-whatIsPage .km-what-is-vision__text p {
    margin: 0 0 10px;
    max-width: 560px;
    font-size: 15px;
    line-height: 1.85;
    font-weight: 400;
    color: #544b3c;
  }

  .km-whatIsPage .km-what-is-vision__text p:last-child {
    margin-bottom: 0;
  }

  .km-whatIsPage .km-what-is-vision__images {
    width: 424px;
    max-width: 424px;
    min-height: 349px;
    position: relative;
    display: block;
    opacity: 0;
    transform: translateY(30px);
  }

  .km-whatIsPage .km-what-is-vision__images img {
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

  .km-whatIsPage .km-what-is-vision__image--main {
    position: absolute;
    top: 0;
    right: 0;
    width: 195px;
    height: 292px;
    margin: 0;
    z-index: 1;
  }

  .km-whatIsPage .km-what-is-vision__image--sub {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 283px;
    height: 212px;
    margin: 0;
    z-index: 2;
  }
}
/* ==========================================================================
   Figmaトーン最終調整（ページ全体）
   - 既存機能を維持しつつ、見た目差分のみを後勝ちで補正
   ========================================================================== */
@media (min-width: 1024px) {
  .km-whatIsPage,
  .km-whatIsPage .km-main,
  .km-whatIsPage .km-container,
  .km-whatIsPage .km-content {
    background: #ffffff;
  }

  .km-whatIsPage .km-what-is-section__title {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #544b3c;
  }

  /* セクション共通（想い以外） */
  .km-whatIsPage .km-what-is-section:not(.km-what-is-vision) {
    margin-bottom: 0;
    padding: 56px 0;
  }

  .km-whatIsPage .km-what-is-section:not(.km-what-is-vision) .km-what-is-section__kicker {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #9fc7da;
  }

  .km-whatIsPage .km-what-is-section:not(.km-what-is-vision) .km-what-is-section__title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.3;
    color: #544b3c;
  }

  .km-whatIsPage .km-what-is-section:not(.km-what-is-vision) .km-what-is-section__subtitle {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.7;
    color: #6e6658;
  }

  .km-whatIsPage .km-what-is-vision__label {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
  }

  .km-whatIsPage .km-what-is-vision__closing {
    font-size: 24px;
    line-height: 1.45;
    font-weight: 500;
  }

  /* 数字で見るケンチェ飯 */
  .km-whatIsPage .km-what-is-stats__grid {
    max-width: 1040px;
    gap: 10px;
  }

  .km-whatIsPage .km-what-is-stat-card {
    padding: 22px 14px;
    border-radius: 10px;
    border: 1px solid #e6dfd2;
    background: #f7f3ec;
    box-shadow: none;
  }

  .km-whatIsPage .km-what-is-stat-card__icon img {
    width: 92px;
    height: 92px;
  }

  .km-whatIsPage .km-what-is-stat-card__number {
    font-size: 34px;
    line-height: 1.15;
    color: #6eaecf;
  }

  .km-whatIsPage .km-what-is-stat-card__label {
    font-size: 12px;
    color: #6e6658;
  }

  /* 3つの特徴 */
  .km-whatIsPage .km-what-is-features__grid {
    max-width: 1040px;
    gap: 14px;
    margin-bottom: 24px;
  }

  .km-whatIsPage .km-what-is-feature-card {
    padding: 20px 16px;
    border-radius: 10px;
    border: 1px solid #e6dfd2;
    box-shadow: none;
    background: #ffffff;
  }

  .km-whatIsPage .km-what-is-feature-card__icon img {
    width: 52px;
    height: 52px;
  }

  .km-whatIsPage .km-what-is-feature-card__title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .km-whatIsPage .km-what-is-features__text {
    max-width: 1040px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .km-whatIsPage .km-what-is-features__text p {
    font-size: 15px;
    line-height: 1.9;
    color: #544b3c;
  }

  /* メンバー */
  .km-whatIsPage .km-what-is-members__grid {
    max-width: 1040px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 20px;
  }

  .km-whatIsPage .km-what-is-member-card__avatar {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border: 2px solid #ece5d8;
    box-shadow: none;
  }

  .km-whatIsPage .km-what-is-member-card__name {
    margin-bottom: 2px;
    font-size: 16px;
    color: #544b3c;
  }

  .km-whatIsPage .km-what-is-member-card__role {
    font-size: 12px;
    color: #7b7366;
  }

  .km-whatIsPage .km-what-is-member-card__desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.5;
    color: #7b7366;
  }

  /* FAQ */
  .km-whatIsPage .km-what-is-faq {
    padding-top: 72px;
    padding-bottom: 72px;
    background-size: cover;
  }

  .km-whatIsPage .km-what-is-faq__list {
    max-width: 1040px;
    gap: 16px;
  }

  .km-whatIsPage .km-what-is-faq-item {
    border-radius: 10px;
    padding: 24px 28px;
  }

  .km-whatIsPage .km-what-is-faq-item__question {
    gap: 16px;
  }

  .km-whatIsPage .km-what-is-faq-item__question-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .km-whatIsPage .km-what-is-faq-item__answer {
    margin-top: 20px;
    padding-top: 20px;
  }

  .km-whatIsPage .km-what-is-faq-item__answer-text {
    font-size: 14px;
    line-height: 1.8;
    color: #645c4e;
  }

  /* タイアップ・スポンサー */
  .km-whatIsPage .km-what-is-sponsor {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #ffffff;
  }

  .km-whatIsPage .km-what-is-sponsor__content {
    max-width: 1040px;
  }

  .km-whatIsPage .km-what-is-sponsor__kicker {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .km-whatIsPage .km-what-is-sponsor__title {
    margin-bottom: 28px;
    font-size: 36px;
    line-height: 1.3;
    color: #544b3c;
  }

  .km-whatIsPage .km-what-is-sponsor__section {
    margin-bottom: 40px;
  }

  .km-whatIsPage .km-what-is-sponsor__section-title {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.35;
    color: #544b3c;
  }

  .km-whatIsPage .km-what-is-sponsor__table th {
    font-size: 14px;
    color: #f4a22c;
  }

  .km-whatIsPage .km-what-is-sponsor__table td {
    font-size: 13px;
    line-height: 1.6;
    color: #4f4a42;
  }

  .km-whatIsPage .km-what-is-sponsor__inquiry p {
    font-size: 13px;
    line-height: 1.8;
  }
}

/* 1023px以下は可読性優先で密度だけ調整 */
@media (max-width: 1023px) {
  .km-whatIsPage .km-what-is-breadcrumb {
    position: relative;
    z-index: 1;
    background: transparent;
  }

  .km-whatIsPage .km-what-is-breadcrumb::before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: -14px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #fdf9f1;
    z-index: -1;
  }

  .km-whatIsPage,
  .km-whatIsPage .km-main,
  .km-whatIsPage .km-container,
  .km-whatIsPage .km-content {
    background: #ffffff;
  }

  .km-whatIsPage .km-what-is-section__title {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #544b3c;
  }

  .km-whatIsPage .km-what-is-stat-card {
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #ece5d8;
  }

  .km-whatIsPage .km-what-is-feature-card,
  .km-whatIsPage .km-what-is-faq-item {
    box-shadow: none;
    border-radius: 10px;
  }

  .km-whatIsPage .km-what-is-sponsor__section-title {
    font-size: 24px;
  }

  .km-whatIsPage .km-what-is-vision__leadText {
    font-size: 20px;
    line-height: 1.5;
  }

  .km-whatIsPage .km-what-is-vision__label,
  .km-whatIsPage .km-what-is-vision__closing {
    font-size: 22px;
    line-height: 1.45;
  }
}

/* ケンチェ飯とは？ページ専用のCTA見た目補正 */
.km-whatIsPageCta .km-snsCta {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .km-whatIsPageCta .km-snsCta {
    padding-top: 8px;
  }
}

/* ==========================================================================
   ヒーロー専用セクション
   - main.km-whatIsPage のヒーロー関連だけをここに集約
   - PC / 中間帯 / SP の責務をこの塊で追えるようにする
   ========================================================================== */
@media (min-width: 1024px) {
  .km-whatIsPage .km-what-is-breadcrumb {
    width: 1040px;
    padding: 28px 0 20px;
    gap: 14px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.07em;
    color: #5e5648;
  }

  main.km-whatIsPage .km-what-is-breadcrumb__link,
  main.km-whatIsPage .km-what-is-breadcrumb__sep,
  main.km-whatIsPage .km-what-is-breadcrumb__current {
    color: #5e5648;
  }

  main.km-whatIsPage .km-what-is-breadcrumb::before {
    top: -28px;
    bottom: -20px;
    background: #fdf9f1;
  }

  main.km-whatIsPage .km-what-is-hero {
    background: #ffffff;
    padding: 0 0 58px;
    margin-bottom: 70px;
    overflow: hidden;
  }

  main.km-whatIsPage .km-what-is-hero::before {
    top: -232px;
    height: 330px;
    background: #fdf9f1;
    border-bottom-left-radius: 44% 100%;
    border-bottom-right-radius: 44% 100%;
  }

  /* 波形を2周期に見せるため、右側に第2カーブを重ねる */
  main.km-whatIsPage .km-what-is-hero::after {
    content: "";
    position: absolute;
    top: -206px;
    right: -20vw;
    width: 86vw;
    height: 288px;
    background: #fdf9f1;
    border-bottom-left-radius: 58% 100%;
    border-bottom-right-radius: 58% 100%;
    opacity: 1;
  }

  main.km-whatIsPage .km-what-is-hero__content {
    width: 1040px;
    max-width: 1040px;
    position: relative;
    padding: 0;
  }

  main.km-whatIsPage .km-what-is-hero__map {
    top: -40px; /* -6px -> -40px: 上に移動 */
    left: 514px;
    width: 248px;
    z-index: 0;
  }

  main.km-whatIsPage .km-what-is-hero__map img {
    width: 248px;
    height: 325px;
    max-width: 248px;
    object-fit: contain;
    opacity: 0.8;
  }

  main.km-whatIsPage .km-what-is-hero__title {
    margin: 80px 0 60px; /* 余白を調整 */
    font-size: 50px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #544b3c;
    position: relative;
    z-index: 1;
    opacity: 1;
    transform: none;
    animation: none;
  }

  main.km-whatIsPage .km-what-is-hero__image {
    width: 1040px;
    max-width: 1040px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
    background: #d9d4cb;
    margin: 0 auto;
    position: relative; /* 子のabsoluteの基準 */
  }

  main.km-whatIsPage .km-what-is-hero__image img {
    width: 100%;
    height: 420px;
    border-radius: 0;
    aspect-ratio: auto;
    object-fit: cover;
    display: block;
    transform: none;
    opacity: 1;
    animation: none;
  }

  main.km-whatIsPage .km-what-is-hero__overlay {
    position: absolute;
    left: 20px;
    bottom: 20px;
    top: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 500px;
    z-index: 50;
    transform: none;
    animation: none;
    opacity: 1;
  }

  main.km-whatIsPage .km-what-is-hero__leadGroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  main.km-whatIsPage .km-what-is-hero__leadLine {
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 34px;
    line-height: 1;
    color: #544b3c;
  }

  main.km-whatIsPage .km-what-is-hero__note {
    margin: 31px 0 0;
    padding: 2px 16px;
    border-radius: 7px;
    font-size: 24px;
    line-height: 1;
    color: #544b3c;
    background: #ffc93c;
  }

  /* リード文だけH3相当に固定（本文pの上書きを防ぐ） */
  main.km-whatIsPage .km-what-is-vision__text .km-what-is-vision__leadText {
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
    color: #544b3c;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  main.km-whatIsPage .km-what-is-hero {
    padding: 24px 0 44px;
    margin-bottom: 42px;
  }

  main.km-whatIsPage .km-what-is-hero__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: min(860px, calc(100vw - 56px));
    max-width: none;
    padding: 0;
    overflow-x: clip;
  }

  main.km-whatIsPage .km-what-is-hero__map {
    position: absolute;
    top: -54px;
    left: 50%;
    width: 180px;
    transform: translateX(-8%);
  }

  main.km-whatIsPage .km-what-is-hero__map img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }

  main.km-whatIsPage .km-what-is-hero__title {
    margin: 56px 0 28px;
    font-size: 40px;
    line-height: 1.24;
  }

  main.km-whatIsPage .km-what-is-hero__image {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }

  main.km-whatIsPage .km-what-is-hero__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
  }

  main.km-whatIsPage .km-what-is-hero__overlay {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: auto;
    width: auto;
    max-width: none;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
  }

  main.km-whatIsPage .km-what-is-hero__leadGroup {
    gap: 10px;
  }

  main.km-whatIsPage .km-what-is-hero__leadLine {
    font-size: 28px;
    padding: 6px 12px;
  }

  main.km-whatIsPage .km-what-is-hero__note {
    margin-top: 18px;
    font-size: 20px;
    padding: 4px 14px;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  main.km-whatIsPage .km-what-is-hero__content {
    width: min(960px, calc(100vw - 56px));
    max-width: none;
  }

  main.km-whatIsPage .km-what-is-hero__image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }

  main.km-whatIsPage .km-what-is-hero__overlay {
    /* overlayは画像の兄弟要素のため、絶対配置ではなく通常フローで安定化する */
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: fit-content;
    max-width: min(100%, 920px);
    margin: 0 auto 18px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 20;
    gap: 8px;
  }

  main.km-whatIsPage .km-what-is-hero__leadGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  main.km-whatIsPage .km-what-is-hero__leadLine {
    opacity: 1;
    transform: none;
    animation: none;
    font-size: 22px;
    padding: 4px 10px;
    line-height: 1.2;
    white-space: nowrap;
  }

  main.km-whatIsPage .km-what-is-hero__note {
    opacity: 1;
    transform: none;
    animation: none;
    margin-top: 12px;
    font-size: 16px;
    padding: 4px 10px;
  }

  main.km-whatIsPage .km-what-is-hero__title {
    margin-bottom: 18px;
  }
}

@media (max-width: 640px) {
  main.km-whatIsPage .km-what-is-hero {
    padding: 0 0 24px;
    margin-bottom: 0;
  }

  main.km-whatIsPage .km-what-is-hero__content {
    position: relative;
    width: min(var(--km-whatis-sp-max), calc(100vw - (var(--km-whatis-sp-gutter) * 2)));
    margin: 8px auto 0;
    padding-top: 28px;
  }

  main.km-whatIsPage .km-what-is-hero__map {
    position: absolute;
    top: -2px;
    right: 6px;
    margin: 0;
    z-index: 0;
  }

  main.km-whatIsPage .km-what-is-hero__map img {
    width: 88px;
    max-width: 88px;
    height: auto;
    opacity: 0.8;
  }

  main.km-whatIsPage .km-what-is-hero__mapAura,
  main.km-whatIsPage .km-what-is-hero__mapTrace {
    width: 118px;
    height: 118px;
  }

  main.km-whatIsPage .km-what-is-hero__title {
    position: relative;
    z-index: 2;
    width: calc(100% - 24px);
    margin: 4px auto 14px;
    padding: 8px 0 0;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  main.km-whatIsPage .km-what-is-hero__image {
    width: calc(100% + 16px);
    max-width: none;
    margin: 10px -8px 24px;
    border-radius: 10px;
    box-shadow: none;
    position: relative;
  }

  main.km-whatIsPage .km-what-is-hero__image img {
    width: 100%;
    height: clamp(240px, 66vw, 320px);
    object-fit: cover;
    display: block;
  }

  main.km-whatIsPage .km-what-is-hero__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 20;
    gap: 8px;
  }

  main.km-whatIsPage .km-what-is-hero__leadGroup {
    gap: 8px;
  }

  main.km-whatIsPage .km-what-is-hero__leadLine {
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 20px;
    line-height: 1.25;
    white-space: normal;
    transform: translateY(16px);
  }

  main.km-whatIsPage .km-what-is-hero__butacheBtn {
    min-height: 44px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
  }

  main.km-whatIsPage .km-what-is-hero__butacheBtn img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1023px) {
  main.km-whatIsPage .km-what-is-vision__text .km-what-is-vision__leadText {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #544b3c;
  }
}

/* ==========================================================================
   共通モバイル微調整（非ヒーロー）
   - ヒーロー専用の調整は上の「ヒーロー専用セクション」へ集約
   ========================================================================== */
@media (max-width: 1023px) {
  .km-what-is-section__title {
    font-size: 32px; /* Figma: 32px */
  }

  .km-what-is-section__kicker {
    font-size: 18px; /* Figma: 18px */
  }

  .km-what-is-vision__leadText {
    font-size: 20px; /* Figma: 20px */
    line-height: 1.6;
    margin-bottom: 1.2em;
    text-align: center;
  }

  .km-what-is-vision__list li {
    font-size: 18px; /* Figma: 18px */
    padding: 0.7em 1.4em;
    justify-content: center;
    text-align: center;
  }

  .km-what-is-vision__text p {
    font-size: 14px; /* Figma: 14px */
    line-height: 1.8;
    text-align: left;
  }

  .km-whatIsPage .km-what-is-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

/* ==========================================================================
   SP Final Lock (Figma 218:117192)
   - 対象: main.km-whatIsPage 内のみ
   - 適用: 390-640px
   ========================================================================== */
@media (max-width: 640px) {
  main.km-whatIsPage {
    --km-whatis-sp-max: 390px;
    --km-whatis-sp-gutter: 20px;
  }

  /* まず主要コンテナだけ幅をそろえる */
  main.km-whatIsPage .km-what-is-breadcrumb,
  main.km-whatIsPage .km-what-is-vision__about,
  main.km-whatIsPage .km-what-is-vision__core,
  main.km-whatIsPage .km-what-is-vision__content,
  main.km-whatIsPage .km-what-is-stats__grid,
  main.km-whatIsPage .km-what-is-features__grid,
  main.km-whatIsPage .km-what-is-features__text,
  main.km-whatIsPage .km-what-is-members__grid,
  main.km-whatIsPage .km-what-is-faq__list,
  main.km-whatIsPage .km-what-is-sponsor__content,
  main.km-whatIsPage .km-what-is-company__info {
    width: min(var(--km-whatis-sp-max), calc(100vw - (var(--km-whatis-sp-gutter) * 2)));
    margin-left: auto;
    margin-right: auto;
  }

  main.km-whatIsPage .km-what-is-section {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  /* ビジョン */
  main.km-whatIsPage .km-what-is-breadcrumb {
    padding: 2px 0 0;
    gap: 6px;
    font-size: 11px;
  }

  main.km-whatIsPage .km-what-is-breadcrumb::before {
    top: -4px;
    bottom: -1px;
  }

  main.km-whatIsPage .km-what-is-vision__about {
    margin-bottom: 22px;
    text-align: center;
  }

  main.km-whatIsPage .km-what-is-section__kicker {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.2;
  }

  main.km-whatIsPage .km-what-is-section__title {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1.2;
  }

  main.km-whatIsPage .km-what-is-section__subtitle {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.6;
  }

  main.km-whatIsPage .km-what-is-vision__core {
    margin-bottom: 24px;
  }

  main.km-whatIsPage .km-what-is-vision__label {
    margin-bottom: 12px;
    font-size: 20px;
  }

  main.km-whatIsPage .km-what-is-vision__list {
    gap: 8px;
    margin-bottom: 12px;
  }

  main.km-whatIsPage .km-what-is-vision__list li {
    min-height: 44px;
    padding: 8px 12px;
    border-radius: 9999px;
    font-size: 16px;
    line-height: 1.4;
    justify-content: center;
    text-align: center;
  }

  main.km-whatIsPage .km-what-is-vision__closing {
    font-size: 16px;
    line-height: 1.45;
  }

  main.km-whatIsPage .km-what-is-vision__content {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  main.km-whatIsPage .km-what-is-vision__images {
    order: 2;
    display: flex; /* 重ならないようにflex配置に変更 */
    flex-direction: row;
    align-items: flex-end; /* 下端で揃える */
    gap: 12px;
    width: 100%;
    margin: 24px 0 0;
    position: relative;
    min-height: auto;
  }

  main.km-whatIsPage .km-what-is-vision__image--main {
    position: relative;
    width: 48%;
    height: auto;
    aspect-ratio: 2 / 3; /* 縦長を維持 */
    margin: 0;
    object-fit: cover;
    border-radius: 12px;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  main.km-whatIsPage .km-what-is-vision__image--sub {
    position: relative; /* absoluteを解除 */
    width: 48%;
    height: auto;
    aspect-ratio: 4 / 3; /* 横長を維持 */
    margin: 0;
    object-fit: cover;
    border-radius: 12px;
    z-index: 1;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  main.km-whatIsPage .km-what-is-vision__leadText {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
  }

  main.km-whatIsPage .km-what-is-vision__text p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.75;
  }

  /* 数字で見る */
  main.km-whatIsPage .km-what-is-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  main.km-whatIsPage .km-what-is-stat-card {
    padding: 10px 6px;
    min-height: 146px;
  }

  main.km-whatIsPage .km-what-is-stat-card__icon img {
    width: 66px;
    height: 66px;
  }

  main.km-whatIsPage .km-what-is-stat-card__number {
    font-size: 22px;
    line-height: 1.2;
  }

  main.km-whatIsPage .km-what-is-stat-card__label {
    font-size: 11px;
    line-height: 1.4;
  }

  /* 3つの特徴 */
  main.km-whatIsPage .km-what-is-features__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
    width: 100%;
    max-width: 340px; /* カードが横に広がりすぎないように */
    margin-left: auto;
    margin-right: auto;
  }

  main.km-whatIsPage .km-what-is-feature-card {
    padding: 20px 24px;
    min-height: 100px;
    background-color: #f7f3ec; /* スクショに合わせた薄いベージュ */
    border-radius: 20px; /* 大きめの角丸 */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    border: none;
    box-shadow: none;
  }

  main.km-whatIsPage .km-what-is-feature-card__icon {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  main.km-whatIsPage .km-what-is-feature-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* アイコンをオレンジ色に (#f3c76b 系) */
    filter: brightness(0) saturate(100%) invert(86%) sepia(21%) saturate(1518%) hue-rotate(341deg) brightness(98%) contrast(93%);
  }

  main.km-whatIsPage .km-what-is-feature-card__title {
    font-size: 16px;
    font-weight: 800;
    color: #544b3c;
    line-height: 1.4;
    margin: 0;
    flex: 1;
  }



  main.km-whatIsPage .km-what-is-features__text p {
    font-size: 14px;
    line-height: 1.75;
  }

  /* メンバー */
  main.km-whatIsPage .km-what-is-members__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 8px;
  }

  main.km-whatIsPage .km-what-is-member-card {
    padding: 10px 6px;
    max-width: none;
    margin: 0;
  }

  main.km-whatIsPage .km-what-is-member-card__avatar {
    width: 74px;
    height: 74px;
    margin-bottom: 8px;
  }

  main.km-whatIsPage .km-what-is-member-card__name {
    font-size: 16px; /* 13px -> 16px */
    margin-bottom: 2px;
  }

  main.km-whatIsPage .km-what-is-member-card__role {
    font-size: 12px; /* 11px -> 12px */
    line-height: 1.4;
  }

  main.km-whatIsPage .km-what-is-member-card__desc {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.45;
  }

  /* FAQ */
  main.km-whatIsPage .km-what-is-faq__list {
    gap: 12px;
  }

  main.km-whatIsPage .km-what-is-faq-item {
    padding: 18px 16px;
    border-radius: 10px;
  }

  main.km-whatIsPage .km-what-is-faq-item__question {
    gap: 10px;
  }

  main.km-whatIsPage .km-what-is-faq-item__q,
  main.km-whatIsPage .km-what-is-faq-item__a {
    font-size: 16px;
  }

  main.km-whatIsPage .km-what-is-faq-item__question-text,
  main.km-whatIsPage .km-what-is-faq-item__answer-text {
    font-size: 14px;
    line-height: 1.7;
  }

  main.km-whatIsPage .km-what-is-faq-item__indicator {
    width: 14px;
    height: 14px;
    margin-top: 3px;
  }

  main.km-whatIsPage .km-what-is-faq-item__answer {
    margin-top: 14px;
    padding-top: 14px;
  }

  /* スポンサー / 運営会社 */
  main.km-whatIsPage .km-what-is-sponsor__title {
    font-size: 32px;
    margin-bottom: 14px;
  }

  main.km-whatIsPage .km-what-is-sponsor__section {
    margin-bottom: 24px;
  }

  main.km-whatIsPage .km-what-is-sponsor__section-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.45;
  }

  main.km-whatIsPage .km-what-is-sponsor__table-wrapper {
    margin: 0;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  main.km-whatIsPage .km-what-is-sponsor__table {
    min-width: 560px;
    font-size: 13px;
  }

  main.km-whatIsPage .km-what-is-sponsor__table th,
  main.km-whatIsPage .km-what-is-sponsor__table td {
    padding: 10px 8px;
    line-height: 1.55;
  }

  main.km-whatIsPage .km-what-is-sponsor__table th {
    color: #f4a22c;
    font-size: 13px;
  }

  main.km-whatIsPage .km-what-is-sponsor__inquiry p {
    font-size: 13px;
    line-height: 1.7;
  }

  main.km-whatIsPage .km-what-is-company__list {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 0;
  }

  main.km-whatIsPage .km-what-is-company__list dt,
  main.km-whatIsPage .km-what-is-company__list dd {
    font-size: 14px;
    line-height: 1.7;
    padding: 10px 0;
  }

  main.km-whatIsPage .km-what-is-company__list dt {
    color: #544b3c;
  }

  main.km-whatIsPage .km-what-is-company__list dd {
    color: #544b3c;
  }

  /* SPでは過剰演出を止めて静的レイアウトを優先 */
  main.km-whatIsPage .km-what-is-hero__title,
  main.km-whatIsPage .km-what-is-hero__map img,
  main.km-whatIsPage .km-what-is-hero__mapAura,
  main.km-whatIsPage .km-what-is-hero__mapTrace,
  main.km-whatIsPage .km-what-is-hero__image img,
  main.km-whatIsPage .km-what-is-hero__overlay,
  main.km-whatIsPage .km-what-is-hero__leadLine,
  main.km-whatIsPage .km-what-is-hero__steamLine,
  main.km-whatIsPage .km-what-is-vision .km-what-is-vision__text,
  main.km-whatIsPage .km-what-is-vision .km-what-is-vision__images,
  main.km-whatIsPage .km-what-is-members .km-what-is-member-card,
  main.km-whatIsPage .km-what-is-features .km-what-is-feature-card {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
  }

  main.km-whatIsPage .km-feature-connector {
    display: none;
  }

  main.km-whatIsPage .km-what-is-feature-card:hover .km-what-is-feature-card__icon img {
    animation: none;
  }
}

/* --------------------------------------------------------------------------
 * 中間調整群: 641-900px
 * - SP最終ロックの次段
 * - 1040px固定レイアウトをタブレット幅へ安全に戻す
 * ------------------------------------------------------------------------ */
@media (min-width: 641px) and (max-width: 900px) {
  main.km-whatIsPage {
    --km-whatis-tab-max: 860px;
    --km-whatis-tab-gutter: 28px;
  }

  /* ヒーロー以外の主要コンテナ幅をここでそろえる */
  main.km-whatIsPage .km-what-is-breadcrumb,
  main.km-whatIsPage .km-what-is-vision__about,
  main.km-whatIsPage .km-what-is-vision__core,
  main.km-whatIsPage .km-what-is-vision__content,
  main.km-whatIsPage .km-what-is-stats__grid,
  main.km-whatIsPage .km-what-is-features__grid,
  main.km-whatIsPage .km-what-is-features__text,
  main.km-whatIsPage .km-what-is-members__grid,
  main.km-whatIsPage .km-what-is-faq__list,
  main.km-whatIsPage .km-what-is-sponsor__content,
  main.km-whatIsPage .km-what-is-company__info {
    width: min(var(--km-whatis-tab-max), calc(100vw - (var(--km-whatis-tab-gutter) * 2)));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  main.km-whatIsPage .km-what-is-vision__list,
  main.km-whatIsPage .km-what-is-vision__list li {
    width: 100%;
    max-width: 100%;
  }

  main.km-whatIsPage .km-what-is-vision__list li {
    height: auto;
  }

  /* ビジョン */
  main.km-whatIsPage .km-what-is-vision__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
    max-width: 100%;
    overflow-x: clip;
  }

  main.km-whatIsPage .km-what-is-vision__images {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    max-width: clamp(220px, 34vw, 300px);
    justify-self: center;
    min-height: 0;
    margin: 0;
  }

  main.km-whatIsPage .km-what-is-vision__image--main,
  main.km-whatIsPage .km-what-is-vision__image--sub {
    width: 100%;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    aspect-ratio: auto;
    border: 0;
  }

  /* グリッド系セクション */
  main.km-whatIsPage .km-what-is-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main.km-whatIsPage .km-what-is-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main.km-whatIsPage .km-what-is-members__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  main.km-whatIsPage .km-what-is-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  main.km-whatIsPage .km-what-is-features__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  main.km-whatIsPage .km-what-is-members__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* --------------------------------------------------------------------------
 * 中間調整群: 901-1024px
 * - PC固定値へ入る直前の狭いタブレット/小型ノート帯
 * - ヒーローは専用セクション側、ここではビジョンだけを段階的にPC寄せする
 * ------------------------------------------------------------------------ */
@media (min-width: 901px) and (max-width: 1024px) {
  main.km-whatIsPage .km-what-is-vision__content {
    width: min(960px, calc(100vw - 56px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
    justify-items: center;
  }

  main.km-whatIsPage .km-what-is-vision__text {
    width: 100%;
    max-width: 100%;
  }

  main.km-whatIsPage .km-what-is-vision__images {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 100%;
    margin: 12px 0 0;
    min-height: 0;
  }

  main.km-whatIsPage .km-what-is-vision__image--main,
  main.km-whatIsPage .km-what-is-vision__image--sub {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    border: 0;
    aspect-ratio: auto;
    transform: none;
    animation: none;
  }

  main.km-whatIsPage .km-what-is-vision__images img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  /* ケンチェ飯とは？ページ限定:
     フッター豚がSNSカードの下に潜らないように前面化 */
  .km-whatIsPage .km-footer--dark {
    position: relative;
    z-index: 6;
    margin-top: 18px;
  }

  .km-whatIsPage .km-footer__mascot.km-pig-game {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -66px;
    transform: none;
    z-index: 9;
  }

  /* ルール説明/ランキングは必ず前面へ */
  .km-whatIsPage .km-pig-game__message {
    z-index: 3200;
  }

  .km-whatIsPage .km-pig-game__ranking {
    z-index: 3300;
  }
}

/* なぜ: 「ケンチェ飯とは？」ページだけ三重県地図が薄く見えていたため、
   TOPなどで使っている地図トーンへ合わせる */
main.km-whatIsPage .km-what-is-hero__map img,
main.km-whatIsPage .km-what-is-stat-card__icon img[src*="mie.svg"] {
  opacity: 0.85;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
