/* ==========================================================================
   クマ対策特設サイト 追加スタイル
   既存 style.css の補完。インラインスタイル削減と微調整のみ。
   ========================================================================== */

/* --------------------------------------------------------------------------
   FAQ カテゴリ見出し（インラインスタイルから切り出し）
   -------------------------------------------------------------------------- */
.c-faq-group {
  margin-bottom: var(--sp-2xl);
}

.c-faq-group:last-of-type {
  margin-bottom: var(--sp-xl);
}

.c-faq-group__heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-primary);
  border-left: 4px solid var(--color-primary);
  padding: 4px 0 4px var(--sp-md);
  margin-bottom: var(--sp-lg);
  letter-spacing: 0.02em;
}

.c-faq-actions {
  text-align: center;
  margin-top: var(--sp-2xl);
}

/* --------------------------------------------------------------------------
   下層ページのヒーロー直下サブテキスト（注記）
   -------------------------------------------------------------------------- */
.c-guide-list--mt {
  margin-top: var(--sp-lg);
}

/* --------------------------------------------------------------------------
   フッター内の弱い文字色（インラインから切り出し）
   -------------------------------------------------------------------------- */
.c-footer__about-note {
  margin-top: var(--sp-md);
  font-size: var(--size-xs);
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
}

.c-footer__info a {
  color: rgba(255, 255, 255, 0.55);
}

.c-footer__main {
  grid-template-columns: 1fr auto auto;
  column-gap: var(--sp-3xl);
  padding-bottom: var(--sp-lg);
  margin-bottom: var(--sp-md);
}

.c-footer__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-xl);
  margin-top: var(--sp-sm);
}

.c-footer__office {
  line-height: 1.8;
  font-size: var(--size-xs);
}

.c-footer__office strong {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--size-xs);
  margin-bottom: 2px;
}

.c-footer__office .c-footer__tel {
  font-size: inherit;
}

.c-footer__office-note {
  width: 100%;
  margin-top: var(--sp-sm);
  font-size: var(--size-xs);
  color: rgba(255, 255, 255, 0.45);
}

.c-final-cta__note strong {
  color: rgba(255, 255, 255, 0.85);
}

.c-final-cta {
  padding: var(--sp-2xl) 0;
}

.c-final-cta__lead {
  margin-bottom: var(--sp-lg);
}

.c-final-cta__group {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   estimate ページ・consultation ページ等のリード内リンク
   -------------------------------------------------------------------------- */
.c-page-hero__lead a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.c-page-hero__lead a:hover {
  color: #fff;
}

/* --------------------------------------------------------------------------
   下層ページ 共通余白ドクトリン
   -------------------------------------------------------------------------- */
body:not([data-page="top"]) .l-section {
  padding: 56px 0;
}

body:not([data-page="top"]) .c-section-header {
  margin-bottom: var(--sp-lg);
}

body:not([data-page="top"]) .c-section-header__title {
  margin-bottom: var(--sp-sm);
}

body:not([data-page="top"]) .c-section-header__lead {
  line-height: 1.65;
}

body:not([data-page="top"]) .c-product-hero {
  padding: 44px 0;
}

body:not([data-page="top"]) .c-product-hero__inner {
  align-items: center;
  gap: var(--sp-xl);
}

body:not([data-page="top"]) .c-product-hero__inner > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body:not([data-page="top"]) .c-product-hero__title {
  margin-bottom: var(--sp-sm);
}

body:not([data-page="top"]) .c-product-hero__lead {
  line-height: 1.65;
  max-width: 680px;
}

body:not([data-page="top"]) .c-product-hero__issues {
  width: min(100%, 640px);
  gap: 12px;
  margin-top: clamp(18px, 2.4vw, 28px);
  padding-top: 0;
}

body:not([data-page="top"]) .c-product-hero__issue {
  padding: 12px 16px;
  border-radius: var(--r-md);
  line-height: 1.5;
}

body:not([data-page="top"]) .c-product-hero__visual img {
  min-height: 260px;
}

body:not([data-page="top"]) .c-product-hero__visual {
  aspect-ratio: 4 / 3;
  height: 100%;
}

body:not([data-page="top"]) .c-product-hero__visual img {
  min-height: 0;
  object-fit: cover;
}

body:not([data-page="top"]) .c-resolve-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-lg);
  max-width: 1160px;
  margin-inline: auto;
}

body:not([data-page="top"]) .c-numbered-products {
  gap: calc(var(--sp-xl) + 4px);
}

body:not([data-page="top"]) .c-resolve-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  column-gap: var(--sp-lg);
  row-gap: var(--sp-xs);
  align-items: start;
  padding: var(--sp-lg) var(--sp-xl);
  border-radius: var(--r-lg);
  border-color: rgba(0, 86, 160, 0.14);
  box-shadow: 0 16px 34px rgba(0, 86, 160, 0.10);
}

body:not([data-page="top"]) .c-resolve-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--color-accent);
}

body:not([data-page="top"]) .c-resolve-card:nth-child(2)::before {
  background: var(--color-secondary);
}

body:not([data-page="top"]) .c-resolve-card__title {
  font-size: clamp(1.12rem, 1.7vw, 1.35rem);
  line-height: 1.45;
  margin-bottom: var(--sp-xs);
}

body:not([data-page="top"]) .c-resolve-card__label {
  align-self: start;
  background: var(--color-bg-alt);
  border-radius: var(--r-full);
  padding: 4px 10px;
  text-align: center;
}

body:not([data-page="top"]) .c-resolve-card:nth-child(2) .c-resolve-card__label {
  color: var(--color-primary);
  background: rgba(0, 86, 160, 0.08);
}

body:not([data-page="top"]) .c-resolve-card__desc {
  line-height: 1.8;
  grid-column: 2;
}

body:not([data-page="top"]) .c-numbered-product {
  grid-template-columns: minmax(0, 1fr) 300px;
  padding: calc(var(--sp-xl) + 8px);
  gap: calc(var(--sp-xl) + 8px);
  border-radius: var(--r-xl);
}

body:not([data-page="top"]) .c-numbered-product__title {
  margin-bottom: var(--sp-sm);
}

body:not([data-page="top"]) .c-numbered-product__catch {
  color: var(--color-primary-dark);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--sp-sm);
}

body:not([data-page="top"]) .c-numbered-product__desc {
  line-height: 1.75;
  margin-bottom: var(--sp-lg);
  max-width: 62em;
}

body:not([data-page="top"]) .c-strength-list {
  grid-template-columns: 1fr;
  gap: 12px;
}

body:not([data-page="top"]) .c-strength-list__item {
  position: relative;
  min-height: 0;
  padding: 18px 20px 18px 74px;
  line-height: 1.65;
  background: linear-gradient(180deg, #f7fbff 0%, #eef7fb 100%);
  border-color: rgba(0, 86, 160, 0.18);
}

body:not([data-page="top"]) .c-strength-list__item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 18px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(0, 86, 160, 0.10);
  box-shadow: inset 0 0 0 1px rgba(0, 86, 160, 0.08);
}

body:not([data-page="top"]) .c-strength-list__item::after {
  content: "";
  position: absolute;
  top: 29px;
  left: 27px;
  width: 22px;
  height: 22px;
  background: var(--color-primary);
  -webkit-mask: var(--strength-icon) center / contain no-repeat;
  mask: var(--strength-icon) center / contain no-repeat;
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="weight"],
body:not([data-page="top"]) .c-strength-list__item[data-icon="carry"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Crect x='4' y='7' width='16' height='13' rx='2'/%3E%3Cpath d='M9 12h6'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="weather"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v3M12 19v3M4.93 4.93l2.12 2.12M16.95 16.95l2.12 2.12M2 12h3M19 12h3M4.93 19.07l2.12-2.12M16.95 7.05l2.12-2.12'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="repair"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5 5L3 18l3 3 6.7-6.7a4 4 0 0 0 5-5l-2.4 2.4-3-3 2.4-2.4z'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="strength"],
body:not([data-page="top"]) .c-strength-list__item[data-icon="shield"],
body:not([data-page="top"]) .c-strength-list__item[data-icon="safety"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="layers"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 3 8l9 5 9-5-9-5z'/%3E%3Cpath d='m3 13 9 5 9-5'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="voltage"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l0-7z'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="leaf"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 4C12 4 6 8 4 16c6 1 12-2 16-12z'/%3E%3Cpath d='M4 20c3-6 7-9 12-11'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="spray"],
body:not([data-page="top"]) .c-strength-list__item[data-icon="distance"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14h8l2 6H6l-2-6z'/%3E%3Cpath d='M9 14V7h4l2 3'/%3E%3Cpath d='M17 6h.01M20 9h.01M18 13h.01'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="combine"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 12h8M12 8v8'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="record"],
body:not([data-page="top"]) .c-strength-list__item[data-icon="camera"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8h4l2-3h4l2 3h4v11H4V8z'/%3E%3Ccircle cx='12' cy='13' r='3'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="night"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 14.5A8 8 0 0 1 9.5 3 8 8 0 1 0 21 14.5z'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="signal"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5a10 10 0 0 1 14 0'/%3E%3Cpath d='M8.5 16a5 5 0 0 1 7 0'/%3E%3Cpath d='M12 20h.01'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="site"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 17h16'/%3E%3Cpath d='M7 17V7h10v10'/%3E%3Cpath d='M9 10h6M9 13h6'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="bell"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9a6 6 0 0 1 12 0v5l2 3H4l2-3V9z'/%3E%3Cpath d='M10 20h4'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item[data-icon="mute"] {
  --strength-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9a6 6 0 0 1 12 0v5l2 3H4l2-3V9z'/%3E%3Cpath d='M4 4l16 16'/%3E%3C/svg%3E");
}

body:not([data-page="top"]) .c-strength-list__item strong,
body:not([data-page="top"]) .c-strength-list__item span {
  display: block;
}

body:not([data-page="top"]) .c-strength-list__item strong {
  color: var(--color-primary);
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  line-height: 1.45;
  margin-bottom: 8px;
}

body:not([data-page="top"]) .c-strength-list__item span {
  color: var(--color-text-mid);
  font-size: var(--size-sm);
  font-weight: 500;
  line-height: 1.75;
}

body:not([data-page="top"]) .c-numbered-product__media {
  margin: 0;
}

body:not([data-page="top"]) .c-numbered-product__usage {
  display: inline-flex;
  align-items: center;
  margin-top: var(--sp-sm);
  padding: 5px 10px;
  border-radius: var(--r-full);
  background: var(--color-bg-alt);
  color: var(--color-primary);
  font-size: var(--size-xs);
  font-weight: 700;
}

body:not([data-page="top"]) .c-product-note {
  margin-top: calc(var(--sp-xl) + 4px);
  padding: var(--sp-lg) var(--sp-xl);
  line-height: 1.85;
}

body:not([data-page="top"]) .c-page-hero {
  padding: 44px 0;
}

body:not([data-page="top"]) .c-page-hero__label,
body:not([data-page="top"]) .c-page-hero__title {
  margin-bottom: var(--sp-sm);
}

body:not([data-page="top"]) .c-page-hero__lead {
  line-height: 1.65;
}

body:not([data-page="top"]) .c-faq-group {
  margin-bottom: var(--sp-xl);
}

body:not([data-page="top"]) .c-faq-group:last-of-type {
  margin-bottom: var(--sp-lg);
}

body:not([data-page="top"]) .c-faq-group__heading {
  margin-bottom: var(--sp-md);
}

body:not([data-page="top"]) .c-faq__question {
  padding: var(--sp-md) 0;
}

body:not([data-page="top"]) .c-faq__answer {
  padding-bottom: var(--sp-md);
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   ヒーロー背景画像 左右反転
   -------------------------------------------------------------------------- */
.c-hero--reframe .c-hero__bg-photo {
  transform: scaleX(-1) translateY(calc(var(--hero-shift) * -1));
}

body[data-page="top"] .c-hero__bg-overlay,
body[data-page="top"] .c-hero__mesh,
body[data-page="top"] .c-hero__shape {
  display: none;
}

body[data-page="top"] .c-hero--reframe .c-hero__bg-photo {
  background-image:
    linear-gradient(90deg, rgba(6, 54, 62, 0.04) 0%, rgba(6, 54, 62, 0.22) 32%, rgba(4, 28, 46, 0.58) 58%, rgba(3, 18, 32, 0.76) 100%),
    url("../img/hero-bear.jpg");
  background-position: 55% center;
  filter: brightness(1.08) contrast(1.1) saturate(1.04);
}

body[data-page="top"] .c-hero__title,
body[data-page="top"] .c-hero__lead {
  text-shadow: 0 3px 18px rgba(0, 18, 30, 0.72), 0 1px 4px rgba(0, 18, 30, 0.55);
}

@media (max-width: 768px) {
  body[data-page="top"] .c-hero--reframe .c-hero__bg-photo {
    background-image:
      linear-gradient(90deg, rgba(6, 54, 62, 0.08) 0%, rgba(6, 54, 62, 0.26) 28%, rgba(4, 28, 46, 0.60) 52%, rgba(3, 18, 32, 0.78) 100%),
      url("../img/hero-bear.jpg");
    background-position: 50% center;
    filter: brightness(1.1) contrast(1.12) saturate(1.05);
  }
}

/* --------------------------------------------------------------------------
   ヒーローセクション 縦幅圧縮
   -------------------------------------------------------------------------- */
.c-hero--gov {
  min-height: 520px;
}

.c-hero--gov .c-hero__inner {
  padding-top: 48px;
  padding-bottom: 48px;
}

.c-hero__title--statement {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.22;
  margin-bottom: 1rem;
}

.c-hero__lead--wide {
  font-size: 0.97rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.c-hero__cta-group {
  margin-bottom: 1.25rem;
}

.c-hero__gov-points {
  gap: 0.75rem;
}

.c-hero__gov-point {
  background: rgba(9, 27, 36, 0.72);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 12px 30px rgba(0, 16, 28, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  padding: 0.75rem 0.95rem;
  backdrop-filter: blur(7px);
}

.c-hero__gov-point strong {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 12, 22, 0.72);
}

.c-hero__gov-point span {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 5px rgba(0, 12, 22, 0.62);
}

/* --------------------------------------------------------------------------
   TOP 課題セクション 圧縮
   -------------------------------------------------------------------------- */
.c-problems-section {
  padding: 56px 0;
}

.c-problems-section .c-problem-lead {
  margin-bottom: var(--sp-lg);
}

.c-problems-section .c-problem-lead__title {
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  margin-bottom: 0;
}

.c-problems-section .c-problem-lead__text {
  font-size: var(--size-base);
  line-height: 1.65;
}

.c-problems-section .c-problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-md);
}

.c-problems-section .c-problem-card {
  padding: var(--sp-lg);
  border-radius: var(--r-lg);
}

.c-problems-section .c-problem-card::before {
  height: 24px;
  min-width: 46px;
  margin-bottom: var(--sp-sm);
}

.c-problems-section .c-problem-card__title {
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.45;
  margin-bottom: var(--sp-xs);
}

.c-problems-section .c-problem-card__desc {
  line-height: 1.65;
}

.is-reveal-init .c-problems-section .c-problem-card.js-reveal {
  transform: translateY(28px);
  transition-duration: 0.72s;
}

.is-reveal-init .c-problems-section .c-problem-card.js-reveal.is-visible {
  transform: translateY(0);
}

.is-reveal-init .c-problems-section .c-problem-card:nth-child(1) {
  transition-delay: 80ms;
}

.is-reveal-init .c-problems-section .c-problem-card:nth-child(2) {
  transition-delay: 180ms;
}

.is-reveal-init .c-problems-section .c-problem-card:nth-child(3) {
  transition-delay: 280ms;
}

/* --------------------------------------------------------------------------
   TOP 製品・相談セクション 圧縮
   -------------------------------------------------------------------------- */
body[data-page="top"] #products {
  padding: 56px 0;
}

body[data-page="top"] #products .c-section-header,
body[data-page="top"] .l-section--dark .c-section-header {
  margin-bottom: var(--sp-lg);
}

body[data-page="top"] #products .c-product-lineup {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-md);
}

body[data-page="top"] #products .c-product-lineup__item {
  padding: var(--sp-md) var(--sp-lg);
}

body[data-page="top"] #products .c-product-lineup__item:nth-child(7) {
  grid-column: 2;
}

body[data-page="top"] #products .c-product-lineup__desc {
  line-height: 1.6;
}

body[data-page="top"] .l-section--dark {
  padding: 56px 0;
}

body[data-page="top"] .l-section--dark .c-consult-grid {
  gap: var(--sp-md);
}

body[data-page="top"] .l-section--dark .c-consult-card {
  padding: var(--sp-lg);
  border-radius: var(--r-lg);
}

body[data-page="top"] .l-section--dark .c-consult-card__title {
  font-size: 1.05rem;
  line-height: 1.45;
}

body[data-page="top"] .l-section--dark .c-consult-card__desc {
  line-height: 1.65;
}

body[data-page="top"] .l-section--dark .c-section-actions {
  margin-top: var(--sp-lg);
}

/* --------------------------------------------------------------------------
   ソリューションカード 画像プレースホルダー
   -------------------------------------------------------------------------- */
.c-solution-card__img {
  width: 100%;
  height: 160px;
  border-radius: var(--r-lg);
  margin-bottom: var(--sp-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background: #eef4f6;
}

.c-solution-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-solution-card__img--01 {
  background:
    linear-gradient(180deg, rgba(12, 21, 15, 0.08), rgba(12, 21, 15, 0.28)),
    url("../img/net-top.png") center / cover no-repeat;
}

.c-solution-card__img--02 {
  background: linear-gradient(135deg, #4a5c3a 0%, #7a9a5e 50%, #3a4a2a 100%);
}

.c-solution-card__img--03 {
  background:
    linear-gradient(180deg, rgba(12, 21, 15, 0.08), rgba(12, 21, 15, 0.28)),
    url("../img/trap-top.png") center / cover no-repeat;
}

.c-solution-card__img--04 {
  background:
    linear-gradient(180deg, rgba(12, 21, 15, 0.08), rgba(12, 21, 15, 0.28)),
    url("../img/worker-top.png") center / cover no-repeat;
}

/* --------------------------------------------------------------------------
   製品ラインナップ アイコン
   -------------------------------------------------------------------------- */
.c-product-lineup__header {
  display: flex;
  align-items: center;
  gap: var(--sp-md);
  margin-bottom: var(--sp-sm);
}

.c-product-lineup__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-product-lineup__icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--color-primary);
}

.c-product-lineup__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.c-product-lineup__icon--placeholder::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 2px solid rgba(0, 86, 160, 0.24);
  background:
    linear-gradient(135deg, transparent 46%, rgba(0, 86, 160, 0.22) 47%, rgba(0, 86, 160, 0.22) 53%, transparent 54%),
    linear-gradient(45deg, transparent 46%, rgba(0, 86, 160, 0.22) 47%, rgba(0, 86, 160, 0.22) 53%, transparent 54%),
    rgba(0, 86, 160, 0.06);
}

.c-product-lineup__item--photo {
  padding-top: 0;
}

.c-product-lineup__photo {
  margin: 0 0 var(--sp-md);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  overflow: hidden;
  height: 160px;
}

.c-product-lineup__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.c-product-lineup__photo--contain img {
  object-fit: contain;
  background: #f8f8f4;
  padding: var(--sp-sm);
}

.c-product-lineup__item--photo .c-product-lineup__header {
  padding: 0 var(--sp-lg);
}

.c-product-lineup__item--photo .c-product-lineup__desc {
  padding: 0 var(--sp-lg);
}

.c-product-lineup__brand {
  display: block;
  font-size: var(--size-xs);
  font-weight: 500;
  color: var(--color-text-mid);
  margin-top: 1px;
}

.c-product-lineup__specs {
  margin: var(--sp-sm) var(--sp-lg) var(--sp-lg);
  padding: var(--sp-sm) var(--sp-md);
  background: var(--color-bg-alt);
  border-radius: var(--r-sm);
  list-style: none;
  font-size: var(--size-xs);
  color: var(--color-text-mid);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.c-product-lineup__specs li::before {
  content: "・";
  color: var(--color-secondary);
}

.c-product-lineup__header .c-product-lineup__meta {
  margin-bottom: 2px;
}

.c-product-lineup__header .c-product-lineup__title {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   製品紹介 画像カラム追加
   -------------------------------------------------------------------------- */
.c-numbered-product {
  grid-template-columns: 128px 1fr 260px;
  align-items: center;
  gap: var(--sp-xl);
}

.c-numbered-product__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-numbered-product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-numbered-product__img--contain img {
  object-fit: contain;
}

/* 侵入・接近対策ページ */
.c-numbered-product__img--net {
  background: linear-gradient(135deg, #2d4a2d 0%, #4a7a40 50%, #3a6030 100%);
}
.c-numbered-product__img--fence {
  background: linear-gradient(135deg, #1e3a4a 0%, #2d6080 50%, #1a4060 100%);
}
.c-numbered-product__img--repellent {
  background: linear-gradient(135deg, #4a3010 0%, #8a6030 50%, #6a4820 100%);
}

/* 監視・捕獲ページ */
.c-numbered-product__img--camera {
  background: linear-gradient(135deg, #1a2a3a 0%, #2a4a6a 50%, #1a3050 100%);
}
.c-numbered-product__img--cage {
  background: linear-gradient(135deg, #2a2a1a 0%, #504a2a 50%, #3a3820 100%);
}

/* 作業者安全ページ */
.c-numbered-product__img--spray {
  background: linear-gradient(135deg, #3a1a1a 0%, #7a3030 50%, #5a2020 100%);
}
.c-numbered-product__img--bell {
  background: linear-gradient(135deg, #3a2e10 0%, #7a6020 50%, #5a4a10 100%);
}
.c-numbered-product__img--protective {
  background:
    linear-gradient(135deg, rgba(0, 86, 160, 0.12), rgba(47, 112, 83, 0.18)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.46) 0 12px, rgba(255,255,255,0.24) 12px 24px);
  border: 1px dashed rgba(0, 86, 160, 0.26);
  color: var(--color-primary-dark);
  font-size: var(--size-sm);
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  /* 製品詳細レイアウト */
  .c-numbered-product,
  body:not([data-page="top"]) .c-numbered-product {
    grid-template-columns: 1fr;
  }
  .c-numbered-product__img {
    order: -1;
    aspect-ratio: 16 / 9;
  }

  /* フッター 住所グリッド → 1列 */
  .c-footer__info {
    grid-template-columns: 1fr;
    gap: var(--sp-md);
  }

  /* ヒーロービジュアルをスマホでは非表示 */
  .c-product-hero__visual {
    display: none;
  }
  .c-product-hero__inner {
    grid-template-columns: 1fr;
  }

  /* TOPページアイコン枠をスマホで小さく */
  .c-product-lineup__icon {
    width: 48px;
    height: 48px;
  }
  .c-product-lineup__icon img {
    width: 48px;
    height: 48px;
  }

  /* 製品カード2列 → 1列 */
  .c-product-lineup {
    grid-template-columns: 1fr !important;
  }

  body[data-page="top"] #products .c-product-lineup__item:nth-child(7) {
    grid-column: auto;
  }

  .c-problems-section .c-problem-grid {
    grid-template-columns: 1fr;
  }

  body:not([data-page="top"]) .c-resolve-grid {
    grid-template-columns: 1fr;
  }

  body:not([data-page="top"]) .c-product-hero__issues {
    margin-top: var(--sp-md);
    padding-top: 0;
  }

  body:not([data-page="top"]) .c-resolve-card {
    grid-template-columns: 1fr;
  }

  body:not([data-page="top"]) .c-resolve-card__label {
    justify-self: start;
  }

  body:not([data-page="top"]) .c-resolve-card__desc {
    grid-column: auto;
  }

  body:not([data-page="top"]) .c-numbered-product {
    padding: var(--sp-lg);
    gap: var(--sp-lg);
  }

  body:not([data-page="top"]) .c-strength-list__item {
    padding: 16px 16px 16px 64px;
  }

  body:not([data-page="top"]) .c-strength-list__item::before {
    top: 18px;
    left: 16px;
    width: 36px;
    height: 36px;
  }

  body:not([data-page="top"]) .c-strength-list__item::after {
    top: 25px;
    left: 23px;
    width: 22px;
    height: 22px;
  }

  /* 写真付きカードのパディング調整 */
  .c-product-lineup__item--photo .c-product-lineup__header,
  .c-product-lineup__item--photo .c-product-lineup__desc,
  .c-product-lineup__specs {
    padding-left: var(--sp-md);
    padding-right: var(--sp-md);
  }
}

@media (max-width: 480px) {
  /* ヒーローセクションのissues文字サイズ */
  .c-product-hero__issue {
    font-size: var(--size-xs);
    padding: 8px 12px;
  }

  body:not([data-page="top"]) .c-strength-list__item {
    padding: 14px 14px 14px 58px;
  }

  body:not([data-page="top"]) .c-strength-list__item::before {
    left: 14px;
    width: 34px;
    height: 34px;
  }

  body:not([data-page="top"]) .c-strength-list__item::after {
    top: 23px;
    left: 21px;
    width: 20px;
    height: 20px;
  }

  body:not([data-page="top"]) .c-strength-list__item strong {
    font-size: 1rem;
  }

  body:not([data-page="top"]) .c-strength-list__item span {
    font-size: var(--size-xs);
    line-height: 1.7;
  }

  /* numbered product番号を小さく */
  .c-numbered-product__num {
    width: 56px;
    height: 56px;
    font-size: 1rem;
    border-radius: 18px;
  }

  /* フッターナビ */
  .c-footer__main {
    gap: var(--sp-lg);
  }
}

/* --------------------------------------------------------------------------
   ソリューショングリッド 3カード中央寄せ
   -------------------------------------------------------------------------- */
.c-solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------------------------------
   スマホ表示の収まり調整
   -------------------------------------------------------------------------- */
body:not([data-page="top"]) .c-numbered-product {
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  row-gap: var(--sp-md);
}

body:not([data-page="top"]) .c-numbered-product__intro,
body:not([data-page="top"]) .c-numbered-product__details {
  grid-column: 1;
  min-width: 0;
}

body:not([data-page="top"]) .c-numbered-product__media {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
}

@media (max-width: 768px) {
  .c-solution-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    gap: var(--sp-lg);
  }

  .c-solution-card {
    border-radius: var(--r-lg);
    padding: var(--sp-lg);
  }

  .c-solution-card__img {
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--sp-md);
  }

  .c-footer {
    padding: var(--sp-xl) 0;
  }

  .c-footer__inner {
    padding: 0 var(--sp-md);
  }

  .c-footer__main {
    grid-template-columns: 1fr;
    gap: var(--sp-lg);
    padding-bottom: var(--sp-lg);
    margin-bottom: var(--sp-md);
  }

  .c-footer__info {
    grid-template-columns: 1fr;
    gap: var(--sp-md);
    line-height: 1.75;
  }

  .c-footer__office {
    padding-bottom: var(--sp-sm);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .c-footer__office:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .c-footer__nav-list {
    gap: 6px;
  }

  .c-footer__bottom {
    align-items: flex-start;
    text-align: left;
  }

  body:not([data-page="top"]) .c-numbered-product {
    grid-template-columns: 1fr;
    padding: var(--sp-lg);
    gap: var(--sp-md);
  }

  body:not([data-page="top"]) .c-numbered-product__intro,
  body:not([data-page="top"]) .c-numbered-product__details,
  body:not([data-page="top"]) .c-numbered-product__media {
    grid-column: 1;
    grid-row: auto;
  }

  body:not([data-page="top"]) .c-numbered-product__media {
    width: 100%;
    margin: 0 0 var(--sp-xs);
  }

  body:not([data-page="top"]) .c-numbered-product__img {
    aspect-ratio: 16 / 9;
  }

  body:not([data-page="top"]) .c-numbered-product__title {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .c-section-header__title {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .c-solution-card__title {
    font-size: 1.12rem;
    line-height: 1.45;
  }

  .c-footer__brand {
    font-size: 0.95rem;
  }

  .c-footer__tel {
    font-size: 1rem;
  }
}

/* --------------------------------------------------------------------------
   侵入・接近対策 製品レイアウト
   -------------------------------------------------------------------------- */
body[data-page="intrusion"] .c-numbered-products {
  gap: calc(var(--sp-xl) + 16px);
}

body[data-page="intrusion"] .c-numbered-product {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 38%);
  grid-template-rows: auto auto auto auto;
  align-items: start;
  gap: var(--sp-lg) calc(var(--sp-xl) + 20px);
  padding: calc(var(--sp-xl) + 12px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--color-white);
}

body[data-page="intrusion"] .c-numbered-product + .c-numbered-product {
  border-top: 1px solid rgba(0, 86, 160, 0.16);
  padding-top: calc(var(--sp-2xl) + 8px);
}

body[data-page="intrusion"] .c-numbered-product__intro {
  grid-column: 1;
  grid-row: 1;
}

body[data-page="intrusion"] .c-numbered-product__category {
  color: var(--color-secondary);
  font-size: clamp(0.88rem, 1vw, 1rem);
  letter-spacing: 0;
  margin-bottom: var(--sp-lg);
}

body[data-page="intrusion"] .c-numbered-product__title {
  color: var(--color-text);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.15;
  margin-bottom: 0;
}

body[data-page="intrusion"] .c-numbered-product__details {
  display: contents;
}

body[data-page="intrusion"] .c-numbered-product__catch {
  grid-column: 1;
  grid-row: 2;
  color: var(--color-primary-dark);
  font-size: clamp(1.35rem, 2.15vw, 1.95rem);
  line-height: 1.45;
  margin: 0;
}

body[data-page="intrusion"] .c-numbered-product__desc {
  grid-column: 1;
  grid-row: 3;
  color: var(--color-text-mid);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.9;
  margin: 0;
  max-width: 42em;
}

body[data-page="intrusion"] .c-numbered-product__media {
  grid-column: 2;
  grid-row: 1 / 4;
  position: relative;
  align-self: stretch;
  margin: 0;
  min-height: 270px;
}

body[data-page="intrusion"] .c-numbered-product__img {
  height: 100%;
  min-height: 270px;
  aspect-ratio: auto;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 20px 34px rgba(16, 37, 58, 0.18);
}

body[data-page="intrusion"] .c-numbered-product__img img {
  min-height: 270px;
  object-fit: contain;
}

body[data-page="intrusion"] .c-numbered-product__usage {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 8px 18px;
  background: #e7f6ef;
  color: var(--color-secondary);
  white-space: nowrap;
}

body[data-page="intrusion"] .c-strength-list {
  grid-column: 1 / -1;
  grid-row: 4;
  counter-reset: strength-item;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-md);
  margin-top: var(--sp-lg);
}

body[data-page="intrusion"] .c-strength-list__item {
  counter-increment: strength-item;
  min-height: 210px;
  padding: 24px 24px 26px;
  background: #f8fcff;
  border: 1px solid rgba(64, 169, 255, 0.45);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(0, 86, 160, 0.08);
}

body[data-page="intrusion"] .c-strength-list__item::before {
  content: counter(strength-item, decimal-leading-zero);
  position: static;
  display: inline-flex;
  width: 64px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: var(--r-full);
  background: #e7f6ff;
  color: var(--color-primary);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(64, 169, 255, 0.35);
}

body[data-page="intrusion"] .c-strength-list__item::after {
  display: none;
}

body[data-page="intrusion"] .c-strength-list__item strong {
  position: relative;
  color: var(--color-primary-dark);
  font-size: clamp(1.1rem, 1.55vw, 1.35rem);
  line-height: 1.35;
  margin-bottom: 24px;
  padding-bottom: 14px;
}

body[data-page="intrusion"] .c-strength-list__item strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 5px;
  border-radius: var(--r-full);
  background: var(--color-secondary);
}

body[data-page="intrusion"] .c-strength-list__item span {
  color: var(--color-text);
  font-size: var(--size-sm);
  line-height: 1.85;
}

body[data-page="intrusion"] .c-product-note {
  margin-top: var(--sp-xl);
  padding: 20px 24px;
  background: #f7fcff;
  border: 1px solid rgba(64, 169, 255, 0.35);
  border-left: 0;
  border-radius: 8px;
  color: var(--color-text-mid);
}

@media (max-width: 900px) {
  body[data-page="intrusion"] .c-numbered-product {
    grid-template-columns: 1fr;
    padding: var(--sp-lg);
    gap: var(--sp-md);
  }

  body[data-page="intrusion"] .c-numbered-product__intro,
  body[data-page="intrusion"] .c-numbered-product__catch,
  body[data-page="intrusion"] .c-numbered-product__desc,
  body[data-page="intrusion"] .c-numbered-product__media,
  body[data-page="intrusion"] .c-strength-list {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-page="intrusion"] .c-numbered-product__media {
    margin-top: var(--sp-lg);
  }

  body[data-page="intrusion"] .c-numbered-product__usage {
    top: -38px;
  }

  body[data-page="intrusion"] .c-strength-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  body[data-page="intrusion"] .c-numbered-product__title {
    font-size: clamp(1.7rem, 10vw, 2.3rem);
  }

  body[data-page="intrusion"] .c-numbered-product__catch {
    font-size: 1.18rem;
  }

  body[data-page="intrusion"] .c-numbered-product__img,
  body[data-page="intrusion"] .c-numbered-product__img img {
    min-height: 220px;
  }

  body[data-page="intrusion"] .c-strength-list__item {
    min-height: 0;
  }
}

/* --------------------------------------------------------------------------
   製品紹介 共通レイアウト
   -------------------------------------------------------------------------- */
body:not([data-page="top"]) .c-numbered-products {
  gap: calc(var(--sp-xl) + 16px);
}

body:not([data-page="top"]) .c-numbered-product {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 38%);
  grid-template-rows: auto auto auto auto;
  align-items: start;
  gap: var(--sp-lg) calc(var(--sp-xl) + 20px);
  padding: calc(var(--sp-xl) + 12px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--color-white);
}

body:not([data-page="top"]) .c-numbered-product + .c-numbered-product {
  border-top: 1px solid rgba(0, 86, 160, 0.16);
  padding-top: calc(var(--sp-2xl) + 8px);
}

body:not([data-page="top"]) .c-numbered-product__intro {
  grid-column: 1;
  grid-row: 1;
}

body:not([data-page="top"]) .c-numbered-product__category {
  color: var(--color-secondary);
  font-size: clamp(0.88rem, 1vw, 1rem);
  letter-spacing: 0;
  margin-bottom: var(--sp-lg);
}

body:not([data-page="top"]) .c-numbered-product__title {
  color: var(--color-text);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.15;
  margin-bottom: 0;
}

body:not([data-page="top"]) .c-numbered-product__details {
  display: contents;
}

body:not([data-page="top"]) .c-numbered-product__catch {
  grid-column: 1;
  grid-row: 2;
  color: var(--color-primary-dark);
  font-size: clamp(1.35rem, 2.15vw, 1.95rem);
  line-height: 1.45;
  margin: 0;
}

body:not([data-page="top"]) .c-numbered-product__desc {
  grid-column: 1;
  grid-row: 3;
  color: var(--color-text-mid);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.9;
  margin: 0;
  max-width: 42em;
}

body:not([data-page="top"]) .c-numbered-product__media {
  grid-column: 2;
  grid-row: 1 / 4;
  position: relative;
  align-self: stretch;
  margin: 0;
  min-height: 270px;
}

body:not([data-page="top"]) .c-numbered-product__img {
  height: 100%;
  min-height: 270px;
  aspect-ratio: auto;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 20px 34px rgba(16, 37, 58, 0.18);
}

body:not([data-page="top"]) .c-numbered-product__img img {
  min-height: 270px;
  object-fit: contain;
}

body:not([data-page="top"]) .c-numbered-product__usage {
  display: none;
}

body:not([data-page="top"]) .c-strength-list {
  grid-column: 1 / -1;
  grid-row: 4;
  counter-reset: strength-item;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-md);
  margin-top: var(--sp-lg);
}

body:not([data-page="top"]) .c-strength-list__item {
  counter-increment: strength-item;
  min-height: 210px;
  padding: 24px 24px 26px;
  background: #f8fcff;
  border: 1px solid rgba(64, 169, 255, 0.45);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(0, 86, 160, 0.08);
}

body:not([data-page="top"]) .c-strength-list__item::before {
  content: counter(strength-item, decimal-leading-zero);
  position: static;
  display: inline-flex;
  width: 64px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: var(--r-full);
  background: #e7f6ff;
  color: var(--color-primary);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(64, 169, 255, 0.35);
}

body:not([data-page="top"]) .c-strength-list__item::after {
  display: none;
}

body:not([data-page="top"]) .c-strength-list__item strong {
  position: relative;
  color: var(--color-primary-dark);
  font-size: clamp(1.1rem, 1.55vw, 1.35rem);
  line-height: 1.35;
  margin-bottom: 24px;
  padding-bottom: 14px;
}

body:not([data-page="top"]) .c-strength-list__item strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 5px;
  border-radius: var(--r-full);
  background: var(--color-secondary);
}

body:not([data-page="top"]) .c-strength-list__item span {
  color: var(--color-text);
  font-size: var(--size-sm);
  line-height: 1.85;
}

body:not([data-page="top"]) .c-product-note {
  margin-top: var(--sp-xl);
  padding: 20px 24px;
  background: #f7fcff;
  border: 1px solid rgba(64, 169, 255, 0.35);
  border-left: 0;
  border-radius: 8px;
  color: var(--color-text-mid);
}

@media (max-width: 900px) {
  body:not([data-page="top"]) .c-numbered-product {
    grid-template-columns: 1fr;
    padding: var(--sp-lg);
    gap: var(--sp-md);
  }

  body:not([data-page="top"]) .c-numbered-product__intro,
  body:not([data-page="top"]) .c-numbered-product__catch,
  body:not([data-page="top"]) .c-numbered-product__desc,
  body:not([data-page="top"]) .c-numbered-product__media,
  body:not([data-page="top"]) .c-strength-list {
    grid-column: 1;
    grid-row: auto;
  }

  body:not([data-page="top"]) .c-strength-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  body:not([data-page="top"]) .c-numbered-product__title {
    font-size: clamp(1.7rem, 10vw, 2.3rem);
  }

  body:not([data-page="top"]) .c-numbered-product__catch {
    font-size: 1.18rem;
  }

  body:not([data-page="top"]) .c-numbered-product__img,
  body:not([data-page="top"]) .c-numbered-product__img img {
    min-height: 220px;
  }

  body:not([data-page="top"]) .c-strength-list__item {
    min-height: 0;
  }
}

body:not([data-page="top"]) .c-numbered-product__img {
  aspect-ratio: 4 / 3;
  min-height: 0;
  border-radius: 8px;
  background: transparent;
}

body:not([data-page="top"]) .c-numbered-product__img img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  body:not([data-page="top"]) .c-numbered-product__img {
    aspect-ratio: 16 / 9;
  }
}
