:root {
  color-scheme: light;
  --green: #026a38;
  --dark-green: #2b402d;
  --cream: #faeed3;
  --paper: #f8f6f4;
  --warm: #fbf5e2;
  --white: #ffffff;
  --ink: #0a0a0e;
  --muted: #606060;
  --blue: #1854c7;
  --orange: #fb642a;
  --pink: #fb76a4;
  --yellow: #decb02;
  --line: #ded8c7;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  margin: 0;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4 {
  margin-top: 0;
}

.environment-banner {
  background: var(--dark-green);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 8px 12px;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 50;
}

.figma-page {
  background: var(--paper);
  margin: 0 auto;
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
}

.mobile-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: 430px;
  padding: 18px 28px;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 40;
}

.has-environment-banner .mobile-header {
  top: 33px;
}

.brand-mark {
  align-items: center;
  display: flex;
  gap: 8px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.brand-mark img {
  background: var(--white);
  border-radius: 999px;
  height: 34px;
  padding: 4px;
  width: 34px;
}

.desktop-nav {
  display: none;
}

.menu-drawer {
  position: relative;
}

.menu-drawer summary {
  align-items: center;
  background: var(--white);
  border: 1px solid rgb(0 0 0 / 14%);
  border-radius: 999px;
  cursor: pointer;
  display: grid;
  gap: 2px;
  height: 36px;
  justify-content: center;
  list-style: none;
  width: 36px;
}

.menu-drawer summary::-webkit-details-marker {
  display: none;
}

.menu-drawer summary span {
  background: var(--ink);
  display: block;
  height: 1px;
  width: 15px;
}

.menu-drawer nav {
  background: rgb(255 255 255 / 96%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgb(0 0 0 / 15%);
  display: grid;
  gap: 14px;
  min-width: 220px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 46px;
}

.menu-drawer nav a {
  border-bottom: 1px solid var(--line);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  padding-bottom: 9px;
}

.top-visual {
  align-items: end;
  background: var(--cream);
  display: grid;
  gap: 28px;
  padding: 96px 30px 56px;
}

.hero-image {
  border-radius: 8px;
  overflow: hidden;
}

.hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-image-main {
  aspect-ratio: 4 / 5;
  box-shadow: 0 18px 42px rgb(43 64 45 / 14%);
  grid-row: 2;
  max-height: 520px;
}

.top-visual h1 {
  color: var(--dark-green);
  font-size: 1.72rem;
  font-weight: 900;
  grid-row: 1;
  line-break: strict;
  line-height: 1.8;
  margin: 0;
  text-align: left;
  word-break: keep-all;
}

.top-visual h1 span {
  display: block;
  white-space: nowrap;
}

.top-news-ticker {
  align-items: center;
  background: var(--white);
  display: grid;
  gap: 8px;
  grid-template-columns: auto auto minmax(0, 1fr);
  padding: 12px 30px 40px;
}

.top-news-ticker span,
.top-news-ticker time,
.top-news-ticker p {
  font-size: 11px;
  margin: 0;
}

.top-news-ticker span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
}

.top-news-ticker p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-kicker {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

.about-section {
  background: var(--cream);
  display: grid;
  gap: 20px;
  padding: 54px 30px 72px;
}

.about-panel {
  background: rgb(255 255 255 / 48%);
  border-radius: 8px;
  min-height: 420px;
  overflow: hidden;
  padding: 38px 28px;
  position: relative;
}

.about-panel h2,
.section-heading h2,
.order-section h2,
.line-section h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.75;
  margin-bottom: 28px;
}

.about-panel p:not(.section-kicker) {
  font-size: 16px;
  font-weight: 300;
  line-height: 2.3;
  text-align: center;
}

.about-panel-one::after,
.about-panel-two::after,
.about-panel-three::after {
  border-radius: 45% 55% 60% 40%;
  bottom: 28px;
  content: "";
  height: 120px;
  opacity: 0.18;
  position: absolute;
  right: 20px;
  width: 180px;
}

.about-panel-one::after {
  background: var(--blue);
}

.about-panel-two::after {
  background: var(--pink);
}

.about-panel-three::after {
  background: var(--orange);
}

.scroll-label {
  bottom: 18px;
  font-size: 10px;
  font-weight: 900;
  position: absolute;
  right: 8px;
  writing-mode: vertical-rl;
}

.about-stats {
  background: var(--white);
  border: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  padding: 14px 10px;
}

.about-stats p {
  margin: 0;
  text-align: center;
}

.about-stats strong {
  display: block;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.about-stats span {
  display: block;
  font-size: 10px;
  line-height: 1.5;
}

.service-section {
  background: var(--paper);
  padding: 64px 0 24px;
}

.section-heading {
  padding: 0 28px;
}

.figma-left {
  text-align: left;
}

.section-heading p:last-child {
  font-size: 14px;
  line-height: 2.35;
  margin-bottom: 0;
}

.service-scroll {
  display: flex;
  gap: 18px;
  margin-top: 30px;
  overflow-x: auto;
  padding: 0 28px 18px;
  scroll-snap-type: x mandatory;
}

.service-card {
  background: var(--white);
  border-radius: 8px;
  flex: 0 0 300px;
  min-height: 430px;
  padding: 26px 24px;
  scroll-snap-align: start;
}

.service-card-active {
  flex-basis: 318px;
}

.service-number {
  display: block;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 4px;
}

.service-en {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 8px;
}

.service-card h3 {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 18px;
}

.service-card > p:not(.service-en) {
  font-size: 14px;
  line-height: 1.9;
}

.support-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 24px 0;
  padding: 14px 16px;
}

.support-box p {
  font-size: 12px;
  margin-bottom: 8px;
}

.support-box ul {
  font-size: 11px;
  line-height: 2;
  margin: 0;
  padding-left: 1.2em;
}

.service-card img {
  aspect-ratio: 3 / 4;
  border-radius: 6px;
  margin-top: 20px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.service-card img.service-image-produce {
  object-position: center center;
}

.service-card h4 {
  font-size: 16px;
  line-height: 1.65;
  margin: 18px 0 12px;
}

.producer-section {
  background: var(--paper);
  padding: 150px 28px 62px;
}

.category-tabs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin: 36px 0 24px;
}

.category-tabs a {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  padding: 8px 0;
  text-align: center;
}

.producer-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.producer-cards article {
  background: var(--white);
  border-radius: 8px;
  padding-bottom: 12px;
  overflow: hidden;
}

.producer-cards img {
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.producer-cards p {
  font-size: 10.7px;
  margin: 12px 12px 2px;
}

.producer-cards h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 12px 8px;
}

.producer-cards small {
  font-size: 9px;
  font-weight: 400;
}

.producer-cards span {
  background: var(--cream);
  border-radius: 999px;
  display: inline-block;
  font-size: 9px;
  margin: 0 0 4px 10px;
  padding: 3px 8px;
}

.producer-stat {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 28px 0 26px;
  padding: 18px 20px;
}

.producer-stat p {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 6px;
  margin-bottom: 5px;
}

.producer-stat strong {
  font-size: 35px;
  font-weight: 300;
}

.producer-stat small {
  color: var(--muted);
  font-size: 10px;
}

.outline-button,
.filled-button {
  align-items: center;
  border-radius: 0;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  text-align: center;
}

.outline-button {
  border: 1px solid currentColor;
}

.filled-button {
  background: var(--green);
  color: var(--white);
}

.crowdfunding-section {
  background: var(--warm);
  min-height: 428px;
  padding: 42px 42px 48px;
}

.crowdfunding-section h2 {
  font-size: 20.8px;
  font-weight: 900;
  line-height: 1.68;
}

.crowdfunding-section p:not(.section-kicker) {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.15;
  margin-bottom: 24px;
}

.crowdfunding-section a {
  display: flex;
  margin-top: 12px;
  width: 100%;
}

.news-section {
  background: var(--white);
  padding: 46px 30px 64px;
}

.news-section h2 {
  font-weight: 400;
  margin-bottom: 22px;
}

.news-list {
  border-top: 1px solid #949494;
}

.news-list article {
  border-bottom: 1px solid #949494;
  display: grid;
  gap: 8px;
  grid-template-columns: auto auto;
  padding: 16px 0;
}

.news-list time {
  font-size: 12px;
}

.news-list span {
  background: var(--green);
  color: var(--white);
  font-size: 11px;
  padding: 2px 8px;
  width: max-content;
}

.news-list p {
  font-size: 14px;
  grid-column: 1 / -1;
  margin: 0;
}

.news-section .outline-button {
  margin-top: 24px;
  width: 100%;
}

.products-section {
  background: var(--white);
  padding: 56px 0 64px;
  position: relative;
  text-align: center;
}

.products-card {
  background: var(--white);
  color: var(--green);
  margin: 0 auto -44px;
  padding: 12px 0 14px;
  position: relative;
  width: 212px;
  z-index: 2;
}

.products-card p {
  font-family: Inter, sans-serif;
  font-size: 18px;
  margin: 0;
}

.products-card h2 {
  font-size: 18px;
  margin: 0;
}

.products-section img {
  height: 223px;
  object-fit: cover;
  width: 100%;
}

.products-section .filled-button {
  margin-top: 18px;
  width: 218px;
}

.order-section {
  background: var(--paper);
  padding: 36px 24px 70px;
}

.order-section > p,
.order-section > h2 {
  padding: 0 6px;
}

.order-section > p:not(.section-kicker) {
  font-size: 13px;
  line-height: 1.9;
}

.offer-grid {
  display: grid;
  gap: 18px;
  margin: 28px auto 0;
  max-width: 900px;
}

.offer-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px 20px;
}

.offer-kicker {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.offer-card h3 {
  font-size: 1.25rem;
  line-height: 1.45;
  margin-bottom: 10px;
}

.offer-card > p:not(.offer-kicker) {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.8;
  margin-bottom: 18px;
}

.offer-card dl {
  border-top: 1px solid var(--line);
  margin: 0;
}

.offer-card dl div {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 84px 1fr;
  padding: 12px 0;
}

.offer-card dt {
  color: var(--dark-green);
  font-weight: 700;
}

.offer-card dd {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 0;
  text-align: right;
}

.offer-note {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 20px auto 0;
  max-width: 900px;
  text-align: center;
}

.order-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  margin-top: 24px;
  padding: 18px;
}

fieldset {
  border: 0;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 700;
  margin-bottom: 8px;
}

.required,
.optional {
  border-radius: 4px;
  display: inline-block;
  font-size: 0.68rem;
  line-height: 1;
  margin-left: 6px;
  padding: 4px 6px;
}

.required {
  background: #b53a23;
  color: var(--white);
}

.optional {
  background: #e8e1d0;
  color: var(--muted);
}

.fixed-product,
.plan-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
}

.fixed-product span,
.plan-card small,
.form-note,
.checkout-note,
.field-note {
  color: var(--muted);
}

.plan-card {
  align-items: start;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
}

.plan-card:has(input:checked) {
  border-color: var(--green);
  box-shadow: inset 0 0 0 2px var(--green);
}

.plan-card input,
.consent-check input {
  accent-color: var(--green);
}

.customer-fields {
  display: grid;
  gap: 12px;
}

.customer-fields label {
  display: grid;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 6px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  border: 1px solid var(--line);
  border-radius: 4px;
  display: block;
  font: inherit;
  font-size: 0.95rem;
  min-height: 42px;
  padding: 8px 10px;
  width: 100%;
}

.postal-field {
  display: grid;
  gap: 8px;
}

.address-button {
  background: var(--dark-green);
  border: 0;
  border-radius: 4px;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 42px;
}

.field-note {
  font-size: 0.8rem;
  font-weight: 400;
}

.consent-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.consent-panel h3 {
  font-size: 1rem;
  margin-bottom: 0;
}

.consent-panel p,
.consent-panel li {
  font-size: 0.87rem;
  line-height: 1.75;
}

.consent-panel ul {
  margin: 8px 0 0;
  padding-left: 1.2em;
}

.consent-panel summary {
  cursor: pointer;
  font-weight: 700;
}

.consent-check {
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  gap: 8px;
  padding: 12px;
}

.submit-button {
  border: 0;
  cursor: pointer;
  width: 100%;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  min-height: 48px;
  padding: 12px 22px;
  text-align: center;
  text-decoration: none;
}

.primary {
  background: var(--green);
  color: var(--white);
}

.form-section-title {
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
  padding-bottom: 14px;
}

.form-section-title h3,
.form-section-title p {
  margin-bottom: 0;
}

.order-form {
  background: var(--paper);
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.form-block {
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.fixed-product,
.plan-card {
  background: var(--white);
  border-radius: 8px;
  padding: 12px 14px;
}

.plan-card {
  align-items: center;
}

.plan-card:has(input:checked) {
  border-color: var(--dark-green);
  box-shadow: inset 0 0 0 2px var(--dark-green);
}

.plan-card strong,
.plan-card small {
  display: block;
}

.customer-fields {
  border: 1px solid var(--line);
  border-bottom: 0;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.form-row {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(150px, 200px) 1fr;
  min-width: 0;
}

.form-row > label {
  align-items: center;
  background: #f0ecdf;
  border-right: 1px solid var(--line);
  display: flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0;
  min-height: 52px;
  padding: 10px 12px;
}

.form-row > input,
.form-row > select,
.form-row > .postal-field {
  align-self: center;
  justify-self: stretch;
  margin: 8px 10px;
  max-width: none;
  min-width: 0;
  width: auto;
}

.form-row > .postal-field {
  grid-template-columns: minmax(140px, 1fr) auto;
}

.postal-field input {
  margin: 0;
  min-width: 0;
}

.address-button {
  padding: 8px 12px;
  white-space: nowrap;
}

.field-note {
  grid-column: 1 / -1;
  margin: 0;
}

.consent-heading {
  align-items: center;
  display: flex;
  gap: 8px;
}

.consent-heading .required {
  margin-left: 0;
}

.consent-heading h3 {
  font-size: 1rem;
  margin-bottom: 0;
}

.line-section {
  background: var(--warm);
  padding: 64px 32px;
  text-align: center;
}

.line-section p:not(.section-kicker) {
  font-size: 13px;
  line-height: 1.9;
}

.line-section img {
  background: var(--white);
  border: 8px solid var(--white);
  margin: 22px auto;
  max-width: 200px;
}

.site-footer {
  background: var(--dark-green);
  color: var(--white);
  display: grid;
  gap: 22px;
  min-height: 0;
  padding: 34px 30px 30px;
}

.site-footer > img {
  max-width: 288px;
  width: 100%;
}

.site-footer > nav:not(.legal-links) {
  display: grid;
  max-width: 180px;
}

.site-footer > nav:not(.legal-links) a {
  border-top: 1px solid var(--white);
  font-size: 11.9px;
  font-weight: 300;
  padding: 10px 0;
}

.site-footer > nav:not(.legal-links) a:last-child {
  border-bottom: 1px solid var(--white);
}

.follow {
  margin-left: auto;
  margin-top: -180px;
  max-width: 160px;
}

.follow p {
  font-size: 11px;
  margin-bottom: 10px;
  text-align: center;
}

.social-links {
  display: grid;
  gap: 8px;
}

.social-link {
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 999px;
  display: grid;
  gap: 8px;
  grid-template-columns: 26px 1fr;
  min-height: 34px;
  padding: 4px 10px 4px 4px;
  text-align: left;
}

.social-link > span {
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--dark-green);
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  line-height: 1;
  width: 26px;
}

.social-link small {
  align-self: center;
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.social-instagram > span::before {
  border: 2px solid currentColor;
  border-radius: 8px;
  content: "";
  height: 13px;
  width: 13px;
}

.social-instagram > span::after {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 3px;
  margin-left: -5px;
  margin-top: -6px;
  width: 3px;
}

.footer-actions {
  display: grid;
  gap: 11px;
  width: 160px;
}

.footer-actions a {
  border: 1px solid var(--white);
  font-size: 10px;
  padding: 7px 0;
  text-align: center;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  grid-column: 1 / -1;
  max-width: none;
}

.legal-links a {
  font-size: 9px;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer p {
  font-size: 8px;
  font-weight: 300;
}

.copyright {
  margin: 0;
}

.legal-page {
  background: var(--paper);
  margin: 0 auto;
  max-width: 860px;
  padding: 96px 24px;
}

.legal-page h1 {
  color: var(--dark-green);
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.25;
  margin-bottom: 36px;
}

.legal-page section {
  border-top: 1px solid var(--line);
  padding: 26px 0 0;
}

.legal-page section + section,
.legal-table + section {
  margin-top: 30px;
}

.legal-page h2 {
  color: var(--dark-green);
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  line-height: 1.55;
  margin-bottom: 12px;
}

.legal-page p,
.legal-page li,
.legal-page dd {
  line-height: 1.9;
}

.legal-page ul {
  margin: 10px 0 16px;
  padding-left: 1.3em;
}

.legal-page li + li {
  margin-top: 6px;
}

.legal-table {
  border-top: 1px solid var(--line);
  display: grid;
  margin: 0;
}

.legal-page dt {
  color: var(--dark-green);
  font-weight: 700;
}

.legal-table dt,
.legal-table dd {
  border-bottom: 1px solid var(--line);
  margin: 0;
  padding: 14px 0;
}

.legal-table dd p {
  margin-bottom: 0;
}

.legal-note {
  color: var(--muted);
  display: inline-block;
  font-size: 0.9em;
  margin-top: 6px;
}

.legal-page a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  align-items: center;
  background: var(--dark-green);
  color: var(--white);
  display: flex;
  padding: 16px 24px;
}

.brand {
  align-items: center;
  display: flex;
  gap: 10px;
}

.brand-logo {
  background: var(--white);
  border-radius: 50%;
  height: 42px;
  padding: 5px;
  width: 42px;
}

@media (max-width: 760px) {
  .offer-card dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .offer-card dd {
    text-align: left;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-row > label {
    border-right: 0;
    min-height: auto;
  }

  .form-row > input,
  .form-row > select,
  .form-row > .postal-field {
    width: auto;
  }

  .form-row > .postal-field {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 374px) {
  .mobile-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .top-visual h1 {
    font-size: 1.48rem;
  }

  .producer-cards {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 700px) {
  .legal-table {
    grid-template-columns: 210px 1fr;
  }

  .legal-table dt {
    padding-right: 24px;
  }

  .mobile-header {
    max-width: 1180px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand-mark {
    font-size: 0.84rem;
  }

  .top-visual,
  .top-news-ticker,
  .about-section,
  .service-section,
  .producer-section,
  .crowdfunding-section,
  .news-section,
  .products-section,
  .order-section,
  .line-section,
  .site-footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
  }

  .top-visual {
    gap: 34px;
    grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1.2fr);
    padding: 118px 40px 76px;
  }

  .hero-image-main {
    aspect-ratio: 5 / 4;
    grid-column: 2;
    grid-row: 1;
  }

  .top-visual h1 {
    align-self: center;
    font-size: 2rem;
    grid-column: 1;
    grid-row: 1;
  }

  .top-news-ticker {
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-section {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 80px 40px;
  }

  .about-panel {
    min-height: 520px;
    padding: 42px 26px;
  }

  .service-section,
  .producer-section,
  .crowdfunding-section,
  .news-section,
  .order-section,
  .line-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-scroll {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding: 0;
  }

  .service-card,
  .service-card-active {
    flex: initial;
  }

  .producer-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .products-section img {
    height: 340px;
  }

  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-section > p,
  .order-section > h2,
  .order-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
  }

  .customer-fields {
    grid-template-columns: 1fr;
  }

  .postal-field {
    grid-template-columns: minmax(0, 1fr) 160px;
  }

  .field-note {
    grid-column: 1 / -1;
  }

  .line-section img {
    max-width: 240px;
  }

  .site-footer {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(220px, 1fr);
    padding: 42px 40px 34px;
  }

  .site-footer > nav:not(.legal-links) {
    grid-column: 1;
  }

  .follow {
    margin: 0;
    max-width: none;
  }

  .footer-actions {
    grid-column: 1;
    width: 160px;
  }

  .legal-links,
  .copyright {
    grid-column: 1 / -1;
    margin: 0;
  }
}

@media (min-width: 960px) {
  .mobile-header {
    background: rgb(248 246 244 / 88%);
    border-bottom: 1px solid rgb(222 216 199 / 70%);
    backdrop-filter: blur(12px);
    max-width: none;
    padding-left: max(48px, calc((100vw - 1180px) / 2 + 32px));
    padding-right: max(48px, calc((100vw - 1180px) / 2 + 32px));
  }

  .menu-drawer summary {
    display: none;
  }

  .menu-drawer {
    display: none;
  }

  .desktop-nav {
    display: flex;
    gap: 22px;
  }

  .desktop-nav a {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }

  .top-visual {
    grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
    padding-bottom: 86px;
    padding-top: 132px;
  }

  .hero-image-main {
    max-height: 560px;
  }

  .top-visual h1 {
    font-size: 2.55rem;
  }

  .about-panel h2,
  .section-heading h2,
  .producer-section h2,
  .crowdfunding-section h2,
  .news-section h2,
  .order-section h2,
  .line-section h2 {
    font-size: 1.65rem;
  }

  .service-scroll {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service-card {
    min-height: 440px;
  }

  .category-tabs {
    max-width: 520px;
  }

  .crowdfunding-section {
    min-height: 0;
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .crowdfunding-section a {
    max-width: 320px;
  }

  .news-list article {
    align-items: center;
    grid-template-columns: 120px 92px minmax(0, 1fr);
  }

  .news-list p {
    grid-column: auto;
  }

  .news-section .outline-button {
    max-width: 260px;
  }
}
