.special-satoyamadrive2024 {
  --sat-bg: #f7f5ef;
  --sat-panel: #ffffff;
  --sat-line: #d8d3c6;
  --sat-text: #2f2b26;
  --sat-shadow: 0 8px 24px rgba(35, 33, 29, 0.08);
  background: linear-gradient(180deg, #ece6d8 0%, #f7f5ef 180px, #f7f5ef 100%);
  color: #2f2b26;
  color: var(--sat-text);
  padding-bottom: 80px;
}

.special-satoyamadrive2024 .page-nav {
  margin-bottom: 28px;
}

.special-satoyamadrive2024-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.special-satoyamadrive2024 #main.col-left.special {
  float: none;
  width: 100%;
  background: #ffffff;
  background: var(--sat-panel);
  border: 1px solid #d8d3c6;
  border: 1px solid var(--sat-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(35, 33, 29, 0.08);
  box-shadow: var(--sat-shadow);
  padding: 28px;
}

.special-satoyamadrive2024 p {
  margin: 0;
}

.special-satoyamadrive2024 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.satoyama-hero img {
  width: 100%;
}

.satoyama-video-wrap {
  margin-top: 56px;
}

.satoyama-video {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.satoyama-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.satoyama-pdf-link-wrap {
  margin-top: 56px;
  text-align: center;
}

.satoyama-pdf-link {
  display: inline-block;
  max-width: 360px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.satoyama-pdf-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.satoyama-bamboo-banner {
  margin-top: 56px;
}

.satoyama-bamboo-banner img {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.satoyama-activity-banners {
  margin-top: 28px;
}

.satoyama-activity-heading {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #cfc7b6;
  color: #2f2b26;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

.satoyama-activity-banners ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 10px 0 0;
}

.satoyama-activity-banners li img {
  width: 100%;
  transition: opacity 0.2s ease;
}

.satoyama-activity-banners a:hover img {
  opacity: 0.78;
}

@media screen and (max-width: 768px) {
  .special-satoyamadrive2024-content {
    padding: 0 12px;
  }

  .special-satoyamadrive2024 #main.col-left.special {
    padding: 18px 14px;
    border-radius: 12px;
  }

  .satoyama-video-wrap,
  .satoyama-pdf-link-wrap,
  .satoyama-bamboo-banner {
    margin-top: 32px;
  }

  .satoyama-pdf-link {
    max-width: 270px;
  }

  .satoyama-activity-banners ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .satoyama-activity-heading {
    font-size: 22px;
    padding-bottom: 8px;
  }
}
