footer {
  margin-top: 0;
}

.sustainability-page {
  background: #fff;
  color: var(--black);
}
.sustainability-page main {
  background: #fff;
  display: grid;
  position: relative;
}
.sustainability-background,
.sustainability-foreground {
  grid-area: 1 / 1;
}
.sustainability-background {
  background: url("../img/sustainability/background.png") center top / 100% auto no-repeat;
  height: 100vw;
  pointer-events: none;
  position: sticky;
  top: 0;
  z-index: 0;
}
.sustainability-foreground {
  position: relative;
  z-index: 1;
}
.sustainability-hero,
.sustainability-content {
  position: relative;
}
.sustainability-hero {
  height: 480px;
  display: grid;
  place-items: center;
}
.sustainability-hero-inner {
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 2px 2px #00000040;
  color: var(--bay-of-many);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 1.5vw, 24px);
  padding: clamp(20px, 2vw, 32px) clamp(40px, 5vw, 80px);
  text-align: center;
}
.sustainability-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-family-noto_sans_jp);
  font-weight: 700;
  line-height: 1;
}
.sustainability-hero-copy span {
  font-size: 24px;
}
.sustainability-hero-copy strong {
  font-size: 48px;
}
.sustainability-hero-en {
  font-family: var(--font-family-roboto);
  font-size: 16px;
}
.sustainability-content {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 80px);
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 clamp(40px, 10vw, 160px) clamp(60px, 7.5vw, 120px);
}
.sustainability-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 4px #00000029;
  padding: clamp(40px, 4vw, 64px) clamp(64px, 7.5vw, 120px);
}
.sustainability-topics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(32px, 4vw, 64px);
  margin-bottom: 64px;
}
.sustainability-topics a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--bay-of-many);
  text-align: center;
  text-decoration: none;
}
.sustainability-topics img {
  width: 100%;
  aspect-ratio: 150 / 100;
  object-fit: cover;
}
.sustainability-topics h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.sustainability-topics p {
  font-family: var(--font-family-roboto);
  font-size: 12px;
  margin: 0;
}
.sustainability-intro {
  font-size: 18px;
  line-height: 1.66;
  text-align: justify;
}
.sustainability-intro p:not(:last-child) {
  margin: 0 0 clamp(16px, 1.5vw, 24px);
}
.sustainability-section {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 4px #00000029;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 64px);
  padding: clamp(40px, 4vw, 64px) clamp(64px, 7.5vw, 120px);
}
.sustainability-header {
  align-items: center;
  color: var(--bay-of-many);
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.sustainability-header picture {
  display: block;
  height: 240px;
  width: 360px;
}
.sustainability-header picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sustainability-header h2 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.08px;
  margin: 0;
}
.sustainability-header p {
  color: var(--bay-of-many);
  font-family: var(--font-family-roboto);
  font-size: 16px;
  letter-spacing: 5.28px;
  margin: 0;
}
.sustainability-section .header-h2-en {
  letter-spacing: 0.33em;
}
.sustainability-section p {
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 0.54px;
  margin: 0;
}
.sustainability-row {
  align-items: flex-start;
  display: flex;
  gap: clamp(24px, 3vw, 48px);
}
.sustainability-row > * {
  flex: 1;
  min-width: 0;
}
.sustainability-row > div {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.5vw, 24px);
}
.sustainability-row h3 {
  color: var(--bay-of-many);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  margin: 0;
}
.environment-intro,
.environment-rebl {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.5vw, 24px);
  text-align: justify;
}
.environment-intro h3,
.environment-rebl h3 {
  color: var(--bay-of-many);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.72px;
  margin: 0;
  text-align: center;
}
.environment-row img {
  aspect-ratio: 300 / 200;
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
}
.environment-rebl img {
  aspect-ratio: 920 / 300;
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
}
.responsible-image {
  border: 1px solid #0003;
  border-radius: 16px;
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 240px;
  width: 100%;
}
.responsible-image picture,
.responsible-image picture img {
  display: block;
  width: 100%;
}
.responsible-image picture img {
  aspect-ratio: 1;
  object-fit: cover;
}
.responsible-image > span {
  align-items: center;
  background: var(--bay-of-many);
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  left: 9px;
  position: absolute;
  top: 9px;
  width: 24px;
}
.responsible-image > span img {
  height: 16px;
  width: 16px;
}
.food-safety-intro {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.5vw, 24px);
  text-align: justify;
}
.food-safety-intro h3 {
  color: var(--bay-of-many);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.72px;
  margin: 0;
  text-align: center;
}
.food-safety-row img {
  aspect-ratio: 300 / 200;
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
}

.policy-section {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 4px #00000029;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(40px, 4vw, 64px) clamp(64px, 7.5vw, 120px);
}
.policy-section > h2 {
  color: var(--bay-of-many);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.72px;
  margin: 0;
  text-align: center;
}
.policy-content {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.5vw, 24px);
}
.policy-content > p {
  font-size: 18px;
  line-height: 1.66;
  margin: 0;
  text-align: center;
}
.policy-links {
  display: flex;
  gap: clamp(32px, 4vw, 64px);
}
.policy-links a {
  color: var(--black);
  display: grid;
  flex: 1;
  gap: 8px;
  grid-template-areas:
    "image"
    "caption";
  text-align: center;
  text-decoration: none;
}
.policy-links picture,
.policy-links picture img {
  display: block;
  width: 100%;
}
.policy-links picture {
  grid-area: image;
}
.policy-links picture img {
  aspect-ratio: 400 / 100;
  border-radius: 16px;
  object-fit: cover;
}
.policy-links a > span {
  align-items: center;
  background: var(--bay-of-many);
  border-radius: 50%;
  display: flex;
  grid-area: image;
  height: 24px;
  justify-content: center;
  margin-left: 10px;
  place-self: center start;
  width: 24px;
  z-index: 1;
}
.policy-links a > span img {
  height: 16px;
  width: 16px;
}
.policy-links p {
  font-size: 14px;
  grid-area: caption;
  line-height: 1.66;
  margin: 0;
}

.community-row img {
  aspect-ratio: 300 / 200;
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .sustainability-background {
    background-image: url("../img/sustainability/background.png");
    background-size: 1600px auto;
    background-position: center top;
    height: 1600px;
  }
  .sustainability-hero {
    height: 320px;
  }
  .sustainability-hero-inner {
    gap: clamp(16px, 1.5vw, 24px);
    padding: 16px 40px;
  }
  .sustainability-hero-copy span {
    font-size: 16px;
  }
  .sustainability-hero-copy strong {
    font-size: 32px;
  }
  .sustainability-content {
    gap: 40px;
    padding: 0 16px 60px;
  }
  .sustainability-panel {
    padding: 32px 24px;
  }
  .sustainability-topics {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 32px;
  }
  .sustainability-topics h2 {
    font-size: 16px;
  }
  .sustainability-topics p {
    font-size: 10px;
  }
  .sustainability-intro {
    font-size: 16px;
  }
  .sustainability-section {
    gap: 32px;
    padding: 32px 24px;
  }
  .sustainability-section p {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  .sustainability-header picture {
    height: auto;
    max-height: 160px;
    max-width: 240px;
    width: 100%;
  }
  .sustainability-header picture img {
    height: 100%;
    width: 100%;
  }
  .sustainability-header h2 {
    font-size: 24px;
    letter-spacing: .72px;
  }
  .sustainability-header p {
    font-size: 12px;
    letter-spacing: 3.96px;
  }
  .sustainability-row {
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
  .sustainability-row > div {
    gap: 16px;
    width: 100%;
  }
  .sustainability-row h3 {
    font-size: 18px;
    text-align: center;
  }
  .environment-intro h3,
  .environment-rebl h3 {
    font-size: 18px;
    line-height: 1.33;
  }
  .environment-row-reverse img {
    order: -1;
  }
  .environment-row img {
    border-radius: 8px;
  }
  .environment-rebl img {
    border-radius: 8px;
  }
  .food-safety-intro h3 {
    font-size: 18px;
    line-height: 1.33;
  }
  .food-safety-row img {
    border-radius: 8px;
  }
  .sustainability-row.responsible-row {
    gap: 24px;
  }
  .responsible-image {
    width: 160px;
  }
  .sustainability-row.responsible-row > div {
    gap: 12px;
  }
  .policy-section {
    gap: 32px;
    padding: 32px 24px;
  }
  .policy-section > h2 {
    font-size: 18px;
    line-height: 1.33;
  }
  .policy-content {
    gap: 16px;
  }
  .policy-content > p {
    font-size: 16px;
    text-align: left;
  }
  .policy-links {
    flex-direction: column;
    gap: 32px;
  }
  .policy-links picture img {
    border-radius: 8px;
  }
  .policy-links p {
    font-size: 14px;
  }
  .community-row img {
    border-radius: 8px;
  }
}
