@charset "UTF-8";
button, input, textarea, select {
  font: inherit;
}
/* Shared ---------------------------------------------------- */
.section {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 120px 0;
}
.section-heading {
  margin-bottom: 52px;
}
.section-heading--center {
  text-align: center;
}
.section-heading > span, .eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-deep);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
}
.section-heading h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.42;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.section-heading p {
  margin: 18px 0 0;
  color: var(--muted);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button--primary {
  color: #fff;
  background: var(--gold);
  box-shadow: 0 10px 25px rgba(153, 90, 49, 0.2);
}
.button--primary:hover {
  background: var(--gold-deep);
}
.button--ghost {
  border: 1px solid var(--ink);
  background: transparent;
}
.button--ghost:hover {
  background: var(--ink);
  color: #fff;
}
.button--light {
  background: #fff;
  color: var(--ink);
}
.section-cta {
  margin-top: 50px;
  text-align: center;
}
/* Hero ------------------------------------------------------ */
.hero-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #171512;
}
.hero-video__media {
  display: block;
  width: 100%;
  height: auto;
}
.hero-video__media--sp {
  display: none;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Brand concept --------------------------------------------- */
.brand-concept,
.nutrition-concept {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/*
  派生元プロジェクトのintro構成をベースにした編集レイアウト。
  文章を左上、写真群を下〜右へひとまとまりに置き、横幅を広げすぎない。
*/
.brand-concept {
  background: #fff;
}
.brand-concept__inner {
  position: relative;
  width: min(100% - 56px, 1140px);
  min-height: 800px;
  margin: 0 auto;
  padding: 88px 0 56px;
}
.brand-concept__copy {
  position: relative;
  z-index: 3;
  width: min(100%, 570px);
}
.brand-concept__eyebrow {
  margin: 0 0 20px;
  color: #be9949;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
}
.brand-concept h2,
.nutrition-concept h2 {
  margin: 0;
  color: #be9949;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 500;
}
.brand-concept h2 {
  font-size: clamp(34px, 3vw, 40px);
  line-height: 1.5;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.brand-concept__body,
.nutrition-concept__body {
  color: #29231f;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.08;
  letter-spacing: 0.085em;
}
.brand-concept__body {
  width: min(100%, 520px);
  margin-top: 46px;
}
.brand-concept__body p,
.nutrition-concept__body p {
  margin: 0;
}
.brand-concept__body p + p {
  margin-top: 28px;
}
/* 写真は4方向へ散らさず、視線が左下→右上へ流れる1ユニットとして配置 */
.brand-concept__collage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.brand-shot {
  position: absolute;
  overflow: hidden;
  background: #f4efe7;
}
.brand-shot img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}
.brand-shot--main {
  top: 250px;
  right: 78px;
  width: 310px;
  height: 460px;
  border-radius: 8px;
}
.brand-shot--main img {
  width: 414px;
  left: -34px;
  top: 0;
}
.brand-shot--food {
  left: 28px;
  bottom: 20px;
  width: 160px;
  height: 210px;
  border-radius: 8px;
}
.brand-shot--food img {
  width: 384px;
  left: 0;
  top: -485px;
}
.brand-shot--dog {
  left: 242px;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 8px;
}
.brand-shot--dog img {
  width: 384px;
  left: -226px;
  top: -692px;
}
.brand-shot--paws {
  left: 470px;
  top: 365px;
  width: 102px;
  height: 108px;
  overflow: visible;
  background: transparent;
}
.brand-shot--paws img {
  width: 384px;
  left: -230px;
  top: -542px;
}
.brand-concept__mobile-visual {
  display: none;
}
/* Nutrition concept ----------------------------------------- */
/* 元サイトintro2の「中央コピー + 左右写真」をGOODISH用に再構成 */
.nutrition-concept {
  background: #f8f4ed;
}
.nutrition-concept__inner {
  position: relative;
  width: min(100% - 56px, 1240px);
  min-height: 790px;
  margin: 0 auto;
  padding: 96px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nutrition-concept__copy {
  position: relative;
  z-index: 3;
  width: min(100%, 610px);
  padding: 52px 58px 54px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 42px;
}
.nutrition-concept h2 {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: clamp(33px, 3vw, 39px);
  line-height: 1.58;
  letter-spacing: 0.095em;
}
.nutrition-concept__body {
  width: 100%;
  margin-top: 40px;
}
.nutrition-concept__body > p + p {
  margin-top: 23px;
}
.nutrition-concept__values {
  display: flex;
  flex-wrap: wrap;
  margin: 27px 0 25px;
  padding: 15px 0;
  border-top: 1px solid rgba(153, 90, 49, 0.22);
  border-bottom: 1px solid rgba(153, 90, 49, 0.22);
}
.nutrition-concept__values span {
  position: relative;
  padding: 0 14px;
  color: #6d4b28;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.nutrition-concept__values span:first-child {
  padding-left: 0;
}
.nutrition-concept__values span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(109, 75, 40, 0.18);
  transform: translateY(-50%);
}
.nutrition-concept__closing {
  margin-top: 24px !important;
  color: #2d2721;
  font-size: 15px;
  line-height: 2;
}
.nutrition-concept__collage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.nutrition-shot {
  position: absolute;
  overflow: hidden;
  border-radius: 9px;
  background: #efe7da;
}
.nutrition-shot img {
  position: absolute;
  display: block;
  width: 650px;
  max-width: none;
  height: auto;
}
.nutrition-shot--eat {
  left: 0;
  top: 92px;
  width: 298px;
  height: 420px;
}
.nutrition-shot--eat img {
  left: 0;
  top: 0;
}
.nutrition-shot--serve {
  right: 0;
  bottom: 82px;
  width: 298px;
  height: 420px;
}
.nutrition-shot--serve img {
  left: -353px;
  top: -188px;
}
.nutrition-shot--paws {
  left: 120px;
  bottom: 32px;
  width: 120px;
  height: 150px;
  overflow: visible;
  background: transparent;
}
.nutrition-shot--paws img {
  left: -140px;
  top: -580px;
}
.nutrition-concept__mobile-visual {
  display: none;
}
/* Points ---------------------------------------------------- */
.points {
  width: 100%;
  max-width: none;
  padding-left: max(24px, (100vw - var(--max)) / 2);
  padding-right: max(24px, (100vw - var(--max)) / 2);
  background: #f8f5ef;
}
.points .section-heading {
  width: min(100%, var(--max));
}
.point-list {
  display: grid;
  gap: 26px;
}
.point-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(61, 45, 24, 0.04);
}
.point-card--wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}
.point-card--reverse .point-card__content {
  order: 2;
}
.point-card__content {
  padding: clamp(36px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.point-no {
  margin: 0 0 12px;
  color: var(--gold-deep);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.point-card h3 {
  margin: 0 0 18px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.45;
  font-weight: 500;
}
.point-card__content > p:last-child {
  margin: 0;
  color: var(--muted);
}
.point-card__image {
  min-height: 380px;
  overflow: hidden;
}
.point-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.point-card--dark {
  background: var(--dark);
  color: #fff;
}
.point-card--dark .point-card__content > p:last-child {
  color: #d8d2c8;
}
.point-card--ingredients {
  padding: 0 0 44px;
}
.point-card--ingredients .point-card__content {
  padding-bottom: 38px;
}
.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 44px;
}
.ingredients-grid figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: var(--cream);
}
.ingredients-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1.08/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.ingredients-grid figcaption {
  padding: 12px 16px;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
}
/* Authority ------------------------------------------------- */
.authority__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.authority-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.authority-card > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.authority-card > div {
  padding: 36px;
  align-self: center;
}
.authority-card small {
  color: var(--gold-deep);
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.authority-card h3 {
  margin: 7px 0 12px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  font-weight: 500;
}
.authority-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
/* Products -------------------------------------------------- */
.products {
  padding-top: 130px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  border-radius: 24px;
  background: #f7f3eb;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(61, 45, 24, 0.09);
}
.product-card a {
  display: block;
  padding: 18px 18px 24px;
  text-decoration: none;
}
.product-card__image {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__image img {
  width: 112%;
  max-width: none;
  filter: drop-shadow(0 12px 8px rgba(61, 45, 24, 0.08));
  transition: transform 0.25s ease;
}
.product-card:hover .product-card__image img {
  transform: scale(1.035);
}
.product-card__type {
  margin: 8px 6px 4px;
  color: var(--gold-deep);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.product-card h3 {
  margin: 0 6px 16px;
  font-size: 17px;
}
.product-card__link {
  display: block;
  margin: 0 6px;
  font-size: 12px;
  font-weight: 700;
}
/* Usage ----------------------------------------------------- */
.usage {
  width: 100%;
  max-width: none;
  padding-left: max(24px, (100vw - var(--max)) / 2);
  padding-right: max(24px, (100vw - var(--max)) / 2);
  background: #fbf8f2;
}
.usage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.usage-grid article {
  padding: 34px 24px 30px;
  text-align: center;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #eee6da;
}
.usage-grid img {
  width: 92px;
  height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
}
.usage-grid h3 {
  margin: 20px 0 8px;
  font-size: 17px;
}
.usage-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
/* CTA + Footer --------------------------------------------- */
.bottom-cta {
  padding: 120px 24px;
  color: #fff;
  background: linear-gradient(rgba(31, 27, 22, 0.72), rgba(31, 27, 22, 0.72)), url("../img/top2026/slide02_smp.webp") center 42%/cover no-repeat;
  text-align: center;
}
.bottom-cta__inner {
  width: min(100%, 760px);
  margin: 0 auto;
}
.bottom-cta .eyebrow {
  color: #ead5a7;
}
.bottom-cta h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.45;
}
.bottom-cta p:not(.eyebrow) {
  margin: 18px 0 30px;
  color: #efeae2;
}
/* Reveal ---------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1100px) {
  .brand-concept__inner {
    width: min(100% - 48px, 980px);
    min-height: 760px;
  }
  .brand-concept h2 {
    font-size: 36px;
  }
  .brand-shot--main {
    right: 24px;
    top: 250px;
    width: 286px;
    height: 430px;
  }
  .brand-shot--main img {
    width: 388px;
  }
  .brand-shot--food {
    left: 0;
    width: 148px;
    height: 196px;
  }
  .brand-shot--food img {
    width: 356px;
    top: -450px;
  }
  .brand-shot--dog {
    left: 190px;
    width: 92px;
    height: 92px;
  }
  .brand-shot--dog img {
    width: 356px;
    left: -209px;
    top: -642px;
  }
  .brand-shot--paws {
    left: 370px;
    top: 370px;
  }
  .brand-shot--paws img {
    width: 356px;
    left: -214px;
    top: -503px;
  }
  .nutrition-concept__inner {
    width: min(100% - 48px, 1020px);
    min-height: 760px;
  }
  .nutrition-concept__copy {
    width: 560px;
    padding: 48px 44px 50px;
  }
  .nutrition-concept h2 {
    font-size: 35px;
  }
  .nutrition-shot img {
    width: 560px;
  }
  .nutrition-shot--eat {
    width: 258px;
    height: 362px;
    top: 110px;
  }
  .nutrition-shot--serve {
    width: 258px;
    height: 362px;
    bottom: 96px;
  }
  .nutrition-shot--serve img {
    left: -304px;
    top: -162px;
  }
  .nutrition-shot--paws {
    left: 88px;
    bottom: 44px;
  }
  .nutrition-shot--paws img {
    left: -121px;
    top: -500px;
  }
  .point-card--wide {
    min-height: 460px;
  }
  .authority-card {
    grid-template-columns: 1fr;
  }
  .authority-card > img {
    aspect-ratio: 1.15/1;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .usage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .hero-video__media--pc {
    display: none;
  }
  .hero-video__media--sp {
    display: block;
  }
  .section {
    width: min(100% - 32px, var(--max));
    padding: 84px 0;
  }
  .section-heading {
    margin-bottom: 34px;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .section-heading p {
    font-size: 14px;
  }
  .button {
    min-width: 0;
    width: 100%;
    min-height: 54px;
  }
  .hero__copy {
    padding-top: 56px;
  }
  .hero__copy h1 {
    font-size: 38px;
  }
  .hero__lead {
    font-size: 14px;
  }
  .hero__buttons {
    width: 100%;
  }
  .hero__message {
    margin-top: 26px;
  }
  .hero__visual {
    min-height: 430px;
    padding: 16px 12px 78px;
  }
  .hero-photo {
    width: 84%;
  }
  .hero-products {
    left: 0;
    right: 0;
  }
  .hero-stamp {
    width: 68px;
    height: 68px;
    font-size: 22px;
  }
  .brand-concept__inner {
    width: 100%;
    min-height: 0;
    padding: 74px 24px 0;
  }
  .brand-concept__copy {
    width: 100%;
  }
  .brand-concept__eyebrow {
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: 0.22em;
  }
  .brand-concept h2 {
    font-size: clamp(28px, 8vw, 35px);
    line-height: 1.58;
    letter-spacing: 0.07em;
    white-space: normal;
  }
  .brand-concept__body, .nutrition-concept__body {
    font-size: 12px;
    line-height: 2.08;
    letter-spacing: 0.055em;
  }
  .brand-concept__body {
    margin-top: 34px;
  }
  .brand-concept__body p + p {
    margin-top: 24px;
  }
  .brand-concept__collage {
    display: none;
  }
  .brand-concept__mobile-visual {
    display: block;
    width: 100%;
    margin: 38px 0 -12px;
  }
  .brand-concept__mobile-visual img {
    display: block;
    width: 100%;
    height: auto;
  }
  .nutrition-concept__inner {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 76px 24px 52px;
  }
  .nutrition-concept__collage {
    display: none;
  }
  .nutrition-concept__copy {
    width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .nutrition-concept h2 {
    font-size: clamp(28px, 8vw, 35px);
    line-height: 1.62;
    letter-spacing: 0.065em;
  }
  .nutrition-concept__body {
    width: 100%;
    margin-top: 34px;
  }
  .nutrition-concept__values {
    display: grid;
    grid-template-columns: 1fr;
    margin: 26px 0;
    padding: 7px 0;
  }
  .nutrition-concept__values span {
    padding: 10px 0;
    font-size: 11px;
  }
  .nutrition-concept__values span + span::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    transform: none;
  }
  .nutrition-concept__closing {
    margin-top: 22px !important;
    font-size: 14px;
  }
  .nutrition-concept__mobile-visual {
    display: block;
    width: 100%;
    margin: 34px 0 0;
  }
  .nutrition-concept__mobile-visual img {
    display: block;
    width: 100%;
    height: auto;
  }
  .points, .usage {
    padding-left: 16px;
    padding-right: 16px;
  }
  .point-card {
    border-radius: 20px;
  }
  .point-card--wide {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .point-card--reverse .point-card__content {
    order: 0;
  }
  .point-card__content {
    padding: 32px 24px;
  }
  .point-card h3 {
    font-size: 28px;
  }
  .point-card__image {
    min-height: 0;
    aspect-ratio: 1.2/1;
  }
  .point-card--dark .point-card__image {
    aspect-ratio: 1/1;
  }
  .ingredients-grid {
    grid-template-columns: 1fr;
    padding: 0 18px;
    gap: 12px;
  }
  .ingredients-grid figure {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
  }
  .ingredients-grid img {
    aspect-ratio: 1/1;
  }
  .ingredients-grid figcaption {
    text-align: left;
  }
  .authority__grid {
    grid-template-columns: 1fr;
  }
  .authority-card {
    grid-template-columns: 42% 1fr;
    min-height: 240px;
  }
  .authority-card > img {
    aspect-ratio: auto;
  }
  .authority-card > div {
    padding: 22px 18px;
  }
  .authority-card h3 {
    font-size: 22px;
  }
  .authority-card p {
    font-size: 12px;
  }
  .product-grid {
    gap: 10px;
  }
  .product-card {
    border-radius: 18px;
  }
  .product-card a {
    padding: 8px 8px 16px;
  }
  .product-card__type, .product-card h3, .product-card__link {
    margin-left: 8px;
    margin-right: 8px;
  }
  .product-card h3 {
    font-size: 14px;
    min-height: 3.5em;
  }
  .usage-grid {
    gap: 10px;
  }
  .usage-grid article {
    padding: 26px 14px 22px;
  }
  .usage-grid img {
    width: 72px;
    height: 72px;
  }
  .usage-grid h3 {
    font-size: 15px;
  }
  .bottom-cta {
    padding: 88px 20px;
  }
  .bottom-cta h2 {
    font-size: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }
}
/* ==========================================================
   BRAND CONCEPT / 2026-08 clean editorial layout
   - No absolute-positioned photo collage
   - Two clear editorial sections
   - Stable 2-column grid on desktop / single column on mobile
========================================================== */
.concept-primary,
.concept-secondary {
  position: relative;
  overflow: hidden;
}
.concept-primary {
  background: #fffdf9;
  border-top: 1px solid rgba(132, 102, 62, 0.08);
}
.concept-primary__inner {
  width: min(100% - 80px, 1220px);
  margin: 0 auto;
  padding: 126px 0 118px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(64px, 7vw, 112px);
}
.concept-primary__copy,
.concept-secondary__copy {
  min-width: 0;
}
.concept-primary__meta,
.concept-secondary__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(126, 92, 50, 0.22);
}
.concept-primary__meta p,
.concept-secondary__meta p {
  margin: 0;
  color: #be9949;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
}
.concept-primary__meta span,
.concept-secondary__meta span {
  color: #a9a096;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.14em;
}
.concept-primary h2 {
  max-width: 560px;
  margin: 34px 0 0;
  color: #be9949;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.055em;
}
.concept-primary__body {
  margin-top: 48px;
  color: #2c2925;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.075em;
}
.concept-primary__body p {
  margin: 0;
}
.concept-primary__body p + p {
  margin-top: 30px;
}
.concept-primary__visual {
  width: min(100%, 500px);
  margin: 0;
  justify-self: end;
}
.concept-primary__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.concept-secondary {
  background: #f4efe6;
}
.concept-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 40%, transparent 60%, rgba(255, 255, 255, 0.16));
}
.concept-secondary__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 80px, 1220px);
  margin: 0 auto;
  padding: 118px 0 124px;
  display: grid;
  grid-template-columns: minmax(420px, 0.98fr) minmax(0, 1.02fr);
  align-items: center;
  gap: clamp(68px, 8vw, 120px);
}
.concept-secondary__visual {
  width: min(100%, 520px);
  margin: 0;
  justify-self: start;
}
.concept-secondary__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.concept-secondary__meta {
  margin-bottom: 34px;
}
.concept-secondary h2 {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(38px, 3.55vw, 52px);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.055em;
}
.concept-secondary h2 span,
.concept-secondary h2 strong {
  display: block;
}
.concept-secondary h2 span {
  color: #302b26;
  font-size: 0.62em;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.concept-secondary h2 strong {
  color: #be9949;
  font-weight: 500;
}
.concept-secondary__body {
  margin-top: 42px;
  color: #2f2b27;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: 0.06em;
}
.concept-secondary__body > p {
  margin: 0;
}
.concept-secondary__body > p + p {
  margin-top: 24px;
}
.concept-secondary__values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0;
  border-top: 1px solid rgba(126, 92, 50, 0.22);
  border-bottom: 1px solid rgba(126, 92, 50, 0.22);
}
.concept-secondary__values > div {
  min-height: 112px;
  padding: 20px 16px 18px;
}
.concept-secondary__values > div + div {
  border-left: 1px solid rgba(126, 92, 50, 0.18);
}
.concept-secondary__values span {
  display: block;
  margin-bottom: 12px;
  color: #be9949;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.16em;
}
.concept-secondary__values p {
  margin: 0;
  color: #3f3429;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.035em;
}
.concept-secondary__closing {
  margin-top: 30px !important;
  color: #2c2824;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1100px) {
  .concept-primary__inner,
  .concept-secondary__inner {
    width: min(100% - 56px, 980px);
    gap: 54px;
  }
  .concept-primary__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  }
  .concept-primary__visual {
    width: min(100%, 430px);
  }
  .concept-secondary__inner {
    grid-template-columns: minmax(360px, 0.96fr) minmax(0, 1.04fr);
  }
  .concept-secondary__visual {
    width: min(100%, 440px);
  }
  .concept-secondary__values > div {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 800px) {
  .concept-primary__inner,
  .concept-secondary__inner {
    width: min(100% - 40px, 680px);
    padding: 88px 0;
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .concept-primary__copy,
  .concept-secondary__copy {
    max-width: 560px;
  }
  .concept-primary__visual,
  .concept-secondary__visual {
    width: min(100%, 500px);
    justify-self: center;
  }
  .concept-secondary__copy {
    order: 1;
  }
  .concept-secondary__visual {
    order: 2;
  }
}
@media (max-width: 520px) {
  .concept-primary__inner,
  .concept-secondary__inner {
    width: calc(100% - 40px);
    padding: 72px 0 78px;
    gap: 40px;
  }
  .concept-primary__meta,
  .concept-secondary__meta {
    padding-bottom: 13px;
  }
  .concept-primary__meta p,
  .concept-secondary__meta p {
    font-size: 9px;
    letter-spacing: 0.21em;
  }
  .concept-primary h2 {
    margin-top: 26px;
    font-size: clamp(30px, 9.2vw, 40px);
    line-height: 1.5;
    letter-spacing: 0.045em;
  }
  .concept-primary__body {
    margin-top: 34px;
    font-size: 13px;
    line-height: 2.08;
    letter-spacing: 0.045em;
  }
  .concept-primary__body p + p {
    margin-top: 24px;
  }
  .concept-primary__visual {
    width: min(100%, 390px);
  }
  .concept-secondary h2 {
    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.5;
    letter-spacing: 0.045em;
  }
  .concept-secondary h2 span {
    font-size: 0.58em;
  }
  .concept-secondary__body {
    margin-top: 32px;
    font-size: 13px;
    line-height: 2;
  }
  .concept-secondary__values {
    grid-template-columns: 1fr;
    margin: 28px 0;
  }
  .concept-secondary__values > div {
    min-height: 0;
    padding: 16px 0;
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: baseline;
    gap: 8px;
  }
  .concept-secondary__values > div + div {
    border-left: 0;
    border-top: 1px solid rgba(126, 92, 50, 0.18);
  }
  .concept-secondary__values span {
    margin: 0;
  }
  .concept-secondary__values p {
    font-size: 13px;
  }
  .concept-secondary__closing {
    font-size: 14px;
  }
  .concept-secondary__visual {
    width: 100%;
  }
}
/* Refined visual balance: use the family photo as one hero image instead of the full tall collage. */
.concept-primary__inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(56px, 6vw, 90px);
  padding-top: 112px;
  padding-bottom: 112px;
}
.concept-primary__visual {
  position: relative;
  width: min(100%, 580px);
  height: 660px;
  overflow: hidden;
  justify-self: end;
  margin: 0;
  background: #f5f1ea;
  border-radius: 28px;
}
.concept-primary__visual img {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  max-width: none;
  height: auto;
}
@media (max-width: 1100px) {
  .concept-primary__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
    gap: 48px;
  }
  .concept-primary__visual {
    width: min(100%, 500px);
    height: 570px;
  }
}
@media (max-width: 800px) {
  .concept-primary__inner {
    grid-template-columns: 1fr;
  }
  .concept-primary__visual {
    width: min(100%, 560px);
    height: auto;
    aspect-ratio: 580/660;
    justify-self: center;
  }
}
@media (max-width: 520px) {
  .concept-primary__visual {
    width: 100%;
    aspect-ratio: 1/1.12;
    border-radius: 20px;
  }
}
/* ==========================================================
   BRAND CONCEPT / requested typography cleanup
   - remove section numbers and decorative rules
   - simple bold value list
   - title color #be9949
========================================================== */
.concept-primary__meta,
.concept-secondary__meta {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}
.concept-primary__meta p,
.concept-secondary__meta p {
  color: #be9949;
}
.concept-primary h2,
.concept-secondary h2,
.concept-secondary h2 span,
.concept-secondary h2 strong {
  color: #be9949;
}
.concept-secondary__values {
  display: block;
  margin: 28px 0;
  padding: 0;
  border: 0;
}
.concept-secondary__values > p {
  margin: 0;
  color: #3f3429;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.035em;
}
.concept-secondary__values > p + p {
  margin-top: 2px;
}
@media (max-width: 520px) {
  .concept-primary__meta,
  .concept-secondary__meta {
    padding-bottom: 0;
  }
  .concept-secondary__values {
    display: block;
    margin: 24px 0;
  }
  .concept-secondary__values > p {
    font-size: 13px;
    line-height: 1.95;
  }
}
/* ==========================================================
   GOODISH APPROACH / unified body typography
   - same font size for all body copy
   - values stay bold only
   - spacing creates hierarchy instead of size changes
========================================================== */
.concept-secondary__body,
.concept-secondary__body > p,
.concept-secondary__values > p,
.concept-secondary__closing {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.055em;
}
.concept-secondary__body {
  margin-top: 40px;
  font-weight: 500;
}
.concept-secondary__body > p {
  margin: 0;
  font-weight: 500;
}
.concept-secondary__body > p + p {
  margin-top: 22px;
}
.concept-secondary__values {
  margin: 22px 0;
}
.concept-secondary__values > p {
  margin: 0;
  font-weight: 700;
}
.concept-secondary__values > p + p {
  margin-top: 0;
}
.concept-secondary__closing {
  margin-top: 22px !important;
  color: #2f2b27;
  font-weight: 500;
}
@media (max-width: 520px) {
  .concept-secondary__body,
  .concept-secondary__body > p,
  .concept-secondary__values > p,
  .concept-secondary__closing {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.045em;
  }
  .concept-secondary__body {
    margin-top: 32px;
  }
  .concept-secondary__body > p + p,
  .concept-secondary__closing {
    margin-top: 20px !important;
  }
  .concept-secondary__values {
    margin: 20px 0;
  }
}
/* ==========================================================
   BRAND CONCEPT / supplied design mockup faithful layout
   PC and SP are intentionally composed separately.
   Photography from the supplied mockups is embedded in this CSS
   so local placement still requires only index.html + style.css.
========================================================== */
.brand-design {
  --brand-brown: #be9949;
  --brand-ink: #332720;
  --brand-paper: #fff;
  --brand-cream: #faf6f1;
  --brand-copy: #3b3029;
  width: 100%;
  background: var(--brand-paper);
  overflow: hidden;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.brand-design__concept {
  position: relative;
  background: #fff;
}
.brand-design__concept-inner {
  position: relative;
  width: min(100% - 64px, 1152px);
  min-height: 650px;
  margin: 0 auto;
}
.brand-design__concept-copy {
  position: relative;
  z-index: 2;
  width: 55%;
  max-width: 610px;
}
.brand-design__eyebrow {
  margin: 0;
  color: var(--brand-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.17em;
}
.brand-design__concept h2,
.brand-design__thought h2 {
  margin: 0;
  color: var(--brand-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.055em;
}
.brand-design__concept h2 {
  margin-top: 48px;
  font-size: clamp(40px, 4.2vw, 57px);
  line-height: 1.42;
  white-space: nowrap;
}
.brand-design__lead {
  width: 100%;
  margin-top: 68px;
  color: var(--brand-copy);
  font-size: 17px;
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: 0.035em;
}
.brand-design__lead p {
  margin: 0;
}
.brand-design__lead p + p {
  margin-top: 42px;
}
.brand-design__concept-art {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 40px;
  width: 49%;
  max-width: 520px;
  aspect-ratio: 418/450;
  background-image: url("../img/top2026/brand-concept-art.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.brand-design__thought {
  width: 100%;
  margin: 0 0 72px;
  background: var(--brand-cream);
}
.brand-design__thought-inner {
  position: relative;
  width: min(100% - 64px, 1152px);
  min-height: 760px;
  margin: 0 auto;
}
.brand-design__thought-copy {
  position: relative;
  z-index: 2;
  width: 58%;
  max-width: 620px;
}
.brand-design__thought h2 {
  margin-top: 38px;
  font-size: clamp(34px, 3.5vw, 47px);
  line-height: 1.52;
  white-space: nowrap;
}
.brand-design__accent {
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 26px;
  background: #bb794c;
}
.brand-design__body {
  margin-top: 34px;
  color: var(--brand-copy);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.035em;
}
.brand-design__body > p {
  margin: 0;
}
.brand-design__body > p + p {
  margin-top: 26px;
}
.brand-design__values {
  margin: 18px 0 18px;
}
.brand-design__values p {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.9;
}
.brand-design__thought-art {
  position: absolute;
  z-index: 1;
  right: 42px;
  top: 100px;
  width: 43%;
  max-width: 440px;
  aspect-ratio: 388/425;
  background-image: url("../img/top2026/brand-thought-art.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.brand-design__closing {
  position: absolute;
  left: 82px;
  right: 82px;
  bottom: 42px;
  z-index: 3;
  min-height: 104px;
  border-top: 2px dotted rgba(153, 90, 49, 0.58);
  display: grid;
  grid-template-columns: 64px 1fr 64px;
  align-items: center;
  gap: 26px;
  padding-top: 24px;
}
.brand-design__closing p {
  margin: 0;
  color: var(--brand-ink);
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.055em;
}
.brand-design__paw {
  display: block;
  width: 48px;
  height: 48px;
  justify-self: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='%23c89c68'%3E%3Cellipse cx='32' cy='43' rx='14' ry='12'/%3E%3Cellipse cx='15' cy='28' rx='6' ry='8' transform='rotate(-25 15 28)'/%3E%3Cellipse cx='27' cy='18' rx='6' ry='8' transform='rotate(-8 27 18)'/%3E%3Cellipse cx='39' cy='18' rx='6' ry='8' transform='rotate(8 39 18)'/%3E%3Cellipse cx='50' cy='28' rx='6' ry='8' transform='rotate(25 50 28)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 900px) {
  .brand-design__concept-inner {
    min-height: 590px;
  }
  .brand-design__concept h2 {
    font-size: clamp(34px, 5.4vw, 48px);
  }
  .brand-design__lead {
    font-size: 15px;
  }
  .brand-design__thought {
    width: 100%;
  }
  .brand-design__thought-inner {
    width: min(100% - 32px, 760px);
    margin: 0 auto;
  }
  .brand-design__closing {
    left: 56px;
    right: 56px;
  }
  .brand-design__closing p {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .brand-design {
    background: #fff;
  }
  .brand-design__concept-inner {
    width: 100%;
    min-height: 430px;
  }
  .brand-design__concept-copy {
    width: 100%;
    max-width: none;
  }
  .brand-design__eyebrow {
    font-size: 11px;
    letter-spacing: 0.17em;
  }
  .brand-design__concept h2 {
    margin-top: 26px;
    font-size: clamp(29px, 8.6vw, 38px);
    line-height: 1.5;
    letter-spacing: 0.045em;
    white-space: normal;
  }
  .brand-design__lead {
    position: relative;
    z-index: 3;
    width: 63%;
    margin-top: 34px;
    font-size: 13px;
    line-height: 1.95;
    letter-spacing: 0.025em;
  }
  .brand-design__lead p + p {
    margin-top: 24px;
  }
  .brand-design__concept-art {
    right: -3%;
    bottom: 0;
    width: 76%;
    max-width: none;
    aspect-ratio: 560/540;
    background-image: url("../img/top2026/brand-concept-art-sp.webp");
    background-position: right bottom;
    background-size: contain;
  }
  .brand-design__thought {
    width: 100%;
    margin: 0 0 24px;
  }
  .brand-design__thought-inner {
    width: 100%;
    min-height: 630px;
    margin: 0 auto;
  }
  .brand-design__thought-copy {
    width: 100%;
    max-width: none;
  }
  .brand-design__thought h2 {
    margin-top: 24px;
    font-size: clamp(27px, 8vw, 35px);
    line-height: 1.55;
    letter-spacing: 0.04em;
    white-space: normal;
  }
  .brand-design__accent {
    width: 26px;
    margin-top: 20px;
  }
  .brand-design__body {
    position: relative;
    z-index: 3;
    width: 66%;
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.95;
    letter-spacing: 0.02em;
  }
  .brand-design__values {
    margin: 16px 0;
  }
  .brand-design__values p {
    line-height: 1.9;
  }
  .brand-design__body > p + p {
    margin-top: 20px;
  }
  .brand-design__thought-art {
    top: 235px;
    right: -1px;
    width: 54%;
    max-width: none;
    aspect-ratio: 360/425;
    background-image: url("../img/top2026/brand-thought-art-sp.webp");
    background-position: right center;
    background-size: contain;
  }
  .brand-design__closing {
    left: 18px;
    right: 18px;
    bottom: 24px;
    min-height: 94px;
    grid-template-columns: 46px 1fr 46px;
    gap: 8px;
    padding-top: 20px;
  }
  .brand-design__closing p {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
  .brand-design__paw {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 420px) {
  .brand-design__concept-inner {
    min-height: 420px;
  }
  .brand-design__concept h2 {
    font-size: 28px;
  }
  .brand-design__lead {
    width: 67%;
    font-size: 12.5px;
  }
  .brand-design__thought-inner {
    min-height: 610px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .brand-design__thought h2 {
    font-size: 27px;
  }
  .brand-design__body {
    width: 68%;
    font-size: 12.5px;
  }
  .brand-design__thought-art {
    top: 228px;
    width: 55%;
  }
  .brand-design__closing p {
    font-size: 14px;
  }
}
/* ==========================================================
   BRAND CONCEPT / alignment + collision fix
   2026-08-19
   - both sections share the exact same content axis
   - colored background remains full bleed
   - desktop visuals participate in grid, never overlap headings
========================================================== */
.brand-design {
  --brand-content-width: 1152px;
  --brand-side-gap: 32px;
}
@media (min-width: 701px) {
  .brand-design__concept,
  .brand-design__thought {
    width: 100%;
  }
  .brand-design__concept-inner,
  .brand-design__thought-inner {
    width: min(100% - var(--brand-side-gap) * 2, var(--brand-content-width));
    margin-left: auto;
    margin-right: auto;
  }
  /* Upper section: true two-column layout. No absolute collision. */
  .brand-design__concept-inner {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 600px) minmax(340px, 420px);
    -moz-column-gap: 60px;
         column-gap: 60px;
    align-items: center;
  }
  .brand-design__concept-copy {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .brand-design__concept h2 {
    margin-top: 42px;
    max-width: 600px;
    font-size: clamp(36px, 3.15vw, 43px);
    line-height: 1.46;
    letter-spacing: 0.045em;
    white-space: nowrap;
  }
  .brand-design__lead {
    max-width: 520px;
    margin-top: 58px;
    font-size: 16px;
    line-height: 2.02;
  }
  .brand-design__concept-art {
    position: relative;
    z-index: 1;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 418/450;
    justify-self: end;
    align-self: center;
    background-position: center bottom;
    background-size: contain;
  }
  /* Lower section: full-bleed background, same inner axis as upper. */
  .brand-design__thought {
    margin: 0;
    background: var(--brand-cream);
  }
  .brand-design__thought-inner {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 590px) minmax(330px, 410px);
    grid-template-rows: auto auto;
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 72px;
    align-items: center;
  }
  .brand-design__thought-copy {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 590px;
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
  }
  .brand-design__thought h2 {
    margin-top: 34px;
    max-width: 590px;
    font-size: clamp(32px, 2.75vw, 38px);
    line-height: 1.55;
    letter-spacing: 0.045em;
    white-space: nowrap;
  }
  .brand-design__body {
    max-width: 520px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 2;
  }
  .brand-design__thought-art {
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 410px;
    aspect-ratio: 388/425;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    background-position: center;
    background-size: contain;
  }
  .brand-design__closing {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 3;
    grid-column: 1/-1;
    grid-row: 2;
    width: 100%;
    min-height: 104px;
    margin: 0;
    padding: 26px 0 0;
    border-top: 2px dotted rgba(153, 90, 49, 0.58);
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    align-items: center;
    gap: 24px;
  }
  .brand-design__closing p {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (min-width: 701px) and (max-width: 1180px) {
  .brand-design {
    --brand-side-gap: 28px;
  }
  .brand-design__concept-inner {
    grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .brand-design__thought-inner {
    grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.82fr);
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
  .brand-design__concept h2 {
    font-size: clamp(34px, 3.7vw, 40px);
  }
  .brand-design__thought h2 {
    font-size: clamp(30px, 3.1vw, 35px);
  }
  .brand-design__lead {
    font-size: 15px;
  }
  .brand-design__closing p {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .brand-design__thought {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* GOODISH value list: visibly bold */
.brand-design__values p,
.brand-design__values strong {
  font-weight: 800 !important;
}
.brand-design__values strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-synthesis: weight;
}
/* ==========================================================
   OUR POINTS / CARD CAROUSEL
   2026-08-19
   - large floating card like supplied reference
   - first slide fully designed / slides 02-04 are placeholders
   - pure CSS scroll-snap, no additional JS required
========================================================== */
.points-carousel-section {
  --points-gold: #be9949;
  --points-gold-deep: #be9949;
  --points-brown: #be9949;
  --points-ink: #302821;
  --points-muted: #685f56;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 120px 0 132px;
  background: radial-gradient(circle at 50% 24%, rgba(226, 216, 200, 0.18), transparent 36%), linear-gradient(180deg, #fff 0%, #faf9f7 100%);
  overflow: hidden;
}
.points-carousel-heading {
  width: min(100% - 64px, 1240px);
  margin: 0 auto 54px;
}
.points-carousel-heading__eyebrow {
  margin: 0 0 12px;
  color: var(--points-brown);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.22em;
}
.points-carousel-heading h2 {
  margin: 0;
  color: var(--points-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: clamp(34px, 3.9vw, 52px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.points-carousel {
  position: relative;
  width: min(100% - 86px, 1510px);
  margin: 0 auto;
  padding: 0 0 48px;
}
.points-carousel__viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  border-radius: 34px;
}
.points-carousel__viewport::-webkit-scrollbar {
  display: none;
}
.points-carousel__track {
  display: flex;
  width: 100%;
}
.points-carousel__slide {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  padding: 14px;
}
.points-carousel__card {
  position: relative;
  min-height: 700px;
  padding: clamp(52px, 5vw, 78px) clamp(48px, 5vw, 74px) 34px;
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(600px, 1.12fr);
  gap: clamp(56px, 5vw, 86px);
  border: 1px solid rgba(159, 132, 99, 0.08);
  border-radius: 34px;
  background: radial-gradient(circle at 72% 18%, rgba(247, 242, 234, 0.82), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(252, 249, 244, 0.96));
  box-shadow: 0 24px 54px rgba(67, 53, 35, 0.12), 0 3px 10px rgba(67, 53, 35, 0.05);
}
.points-carousel__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.points-carousel__label {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  color: var(--points-gold-deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1;
}
.points-carousel__label::before {
  content: "";
  width: 42px;
  height: 22px;
  margin-right: 10px;
  border-bottom: 2px solid var(--points-gold);
  border-radius: 0 0 70% 70%;
  transform: rotate(5deg) translateY(-2px);
  opacity: 0.95;
}
.points-carousel__label-prefix {
  margin-right: 3px;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.points-carousel__label-number {
  margin-right: 9px;
  font-size: 48px;
  font-weight: 400;
}
.points-carousel__label strong {
  display: inline-flex;
  width: 98px;
  height: 66px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #d1a34f, #bd8530);
  border-radius: 48% 52% 46% 54%/50% 44% 56% 50%;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0.04em;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.12);
}
.points-carousel__copy {
  margin-top: 48px;
}
.points-carousel__copy h3 {
  margin: 0;
  color: var(--points-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 600;
  line-height: 1.48;
  letter-spacing: 0.055em;
}
.points-carousel__short-line {
  display: block;
  width: 48px;
  height: 2px;
  margin: 24px 0 18px;
  background: var(--points-gold);
}
.points-carousel__copy > p {
  margin: 0;
  color: var(--points-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.035em;
}
.points-carousel__benefits {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 28px;
}
.points-carousel__benefit {
  width: 128px;
  text-align: center;
}
.points-carousel__benefit p {
  margin: 8px 0 0;
  color: #4a4037;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}
.points-carousel__dummy {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(153, 90, 49, 0.48);
  border: 1px dashed rgba(153, 90, 49, 0.32);
  background: linear-gradient(135deg, #f8f3eb, #f2eadf);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.points-carousel__dummy--small {
  width: 108px;
  height: 108px;
  margin: 0 auto;
  border-radius: 50%;
}
.points-carousel__counter {
  display: grid;
  grid-template-columns: auto minmax(70px, 1fr) auto;
  align-items: end;
  gap: 14px;
  width: min(100%, 500px);
  margin-top: auto;
  padding-top: 28px;
  color: var(--points-gold);
  font-family: Georgia, "Times New Roman", serif;
}
.points-carousel__counter-current {
  font-size: 54px;
  line-height: 0.85;
}
.points-carousel__counter-line {
  height: 1px;
  margin-bottom: 8px;
  background: linear-gradient(90deg, var(--points-gold) 0 22%, #cfc9c0 22% 100%);
}
.points-carousel__counter-total {
  margin-bottom: 2px;
  font-size: 18px;
}
.points-carousel__protein-panel {
  min-width: 0;
  align-self: center;
  padding: 46px 34px 38px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(247, 244, 239, 0.96), rgba(251, 249, 246, 0.94));
  box-shadow: inset 0 0 44px rgba(205, 190, 170, 0.12);
}
.points-carousel__protein-panel h4 {
  margin: 0;
  color: #302821;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(27px, 2.3vw, 36px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.points-carousel__protein-panel h4 strong {
  color: var(--points-gold);
  font-size: 1.35em;
  font-weight: 500;
}
.points-carousel__panel-line {
  display: block;
  width: 44px;
  height: 2px;
  margin: 20px auto 34px;
  background: var(--points-gold);
}
.points-carousel__proteins {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.points-carousel__protein {
  position: relative;
  min-width: 0;
  padding: 0 18px;
  text-align: center;
}
.points-carousel__protein + .points-carousel__protein::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 10px;
  width: 1px;
  background: rgba(112, 101, 89, 0.22);
}
.points-carousel__dummy--protein {
  width: 132px;
  height: 132px;
  max-width: 100%;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}
.points-carousel__protein-en {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
}
.points-carousel__protein--venison .points-carousel__protein-en {
  color: #577d32;
}
.points-carousel__protein--chicken .points-carousel__protein-en {
  color: #a45b25;
}
.points-carousel__protein--horse .points-carousel__protein-en {
  color: #b22c60;
}
.points-carousel__protein--fish .points-carousel__protein-en {
  color: #1684ad;
}
.points-carousel__protein-jp {
  display: inline-flex;
  min-width: 58px;
  height: 30px;
  margin-top: 10px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.points-carousel__protein--venison .points-carousel__protein-jp {
  background: #668d37;
}
.points-carousel__protein--chicken .points-carousel__protein-jp {
  background: #ad642d;
}
.points-carousel__protein--horse .points-carousel__protein-jp {
  background: #bc2258;
}
.points-carousel__protein--fish .points-carousel__protein-jp {
  background: #1188b0;
}
.points-carousel__protein-desc {
  margin: 24px 0 0;
  color: #50483f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
}
.points-carousel__arrow {
  position: absolute;
  z-index: 6;
  top: calc(50% - 24px);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #3a332c;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 26px rgba(50, 43, 35, 0.16);
  text-decoration: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.points-carousel__arrow:hover {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 10px 30px rgba(50, 43, 35, 0.2);
}
.points-carousel__arrow span {
  margin-top: -4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
}
.points-carousel__arrow--prev {
  left: -18px;
}
.points-carousel__arrow--next {
  right: -18px;
}
.points-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 3px;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateX(-50%);
}
.points-carousel__dots a {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d8d8d8;
}
.points-carousel__dots a.is-active,
.points-carousel__dots a:target,
.points-carousel__dots a:hover {
  background: var(--points-gold);
}
.points-carousel__placeholder-card {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.points-carousel__placeholder-card p {
  margin: 0;
  color: var(--points-gold-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.points-carousel__placeholder-card h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 42px;
  font-weight: 500;
}
.points-carousel__placeholder-card span {
  color: var(--points-muted);
}
@media (max-width: 1152px) {
  .points-carousel {
    width: min(100% - 54px, 1120px);
  }
  .points-carousel__card {
    grid-template-columns: minmax(350px, 0.9fr) minmax(500px, 1.1fr);
    gap: 42px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .points-carousel__copy h3 {
    font-size: 36px;
  }
  .points-carousel__copy > p {
    font-size: 14px;
  }
  .points-carousel__benefit {
    width: 112px;
  }
  .points-carousel__dummy--small {
    width: 94px;
    height: 94px;
  }
  .points-carousel__protein-panel {
    padding-left: 22px;
    padding-right: 22px;
  }
  .points-carousel__protein {
    padding-left: 12px;
    padding-right: 12px;
  }
  .points-carousel__dummy--protein {
    width: 108px;
    height: 108px;
  }
  .points-carousel__protein-desc {
    font-size: 11px;
  }
}
@media (max-width: 920px) {
  .points-carousel-section {
    padding: 96px 0 112px;
  }
  .points-carousel-heading {
    width: min(100% - 48px, 820px);
  }
  .points-carousel {
    width: min(100% - 40px, 820px);
  }
  .points-carousel__slide {
    padding: 10px;
  }
  .points-carousel__card {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 54px 42px 36px;
    border-radius: 28px;
  }
  .points-carousel__copy {
    max-width: 620px;
  }
  .points-carousel__benefits {
    max-width: 440px;
  }
  .points-carousel__counter {
    margin-top: 36px;
  }
  .points-carousel__protein-panel {
    padding: 40px 28px 34px;
  }
  .points-carousel__proteins {
    gap: 0;
  }
  .points-carousel__arrow {
    width: 54px;
    height: 54px;
  }
  .points-carousel__arrow--prev {
    left: -10px;
  }
  .points-carousel__arrow--next {
    right: -10px;
  }
  .points-carousel__placeholder-card {
    min-height: 620px;
  }
}
@media (max-width: 700px) {
  .points-carousel-section {
    padding: 78px 0 94px;
  }
  .points-carousel-heading {
    width: calc(100% - 40px);
    margin-bottom: 34px;
  }
  .points-carousel-heading h2 {
    font-size: 31px;
  }
  .points-carousel {
    width: 100%;
    padding-bottom: 42px;
  }
  .points-carousel__viewport {
    border-radius: 0;
    padding: 0 12px;
  }
  .points-carousel__slide {
    padding: 8px;
  }
  .points-carousel__card {
    gap: 38px;
    padding: 38px 24px 28px;
    border-radius: 24px;
  }
  .points-carousel__label::before {
    width: 24px;
    margin-right: 6px;
  }
  .points-carousel__label-prefix {
    font-size: 16px;
  }
  .points-carousel__label-number {
    margin-right: 7px;
    font-size: 36px;
  }
  .points-carousel__label strong {
    width: 76px;
    height: 52px;
    font-size: 24px;
  }
  .points-carousel__copy {
    margin-top: 34px;
  }
  .points-carousel__copy h3 {
    font-size: 29px;
    line-height: 1.55;
  }
  .points-carousel__short-line {
    width: 36px;
    margin: 20px 0 16px;
  }
  .points-carousel__copy > p {
    font-size: 13px;
    line-height: 1.9;
  }
  .points-carousel__copy .pc-only {
    display: none;
  }
  .points-carousel__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }
  .points-carousel__benefit {
    width: auto;
  }
  .points-carousel__dummy--small {
    width: 82px;
    height: 82px;
  }
  .points-carousel__benefit p {
    font-size: 10.5px;
  }
  .points-carousel__counter {
    grid-template-columns: auto 1fr auto;
    margin-top: 32px;
  }
  .points-carousel__counter-current {
    font-size: 42px;
  }
  .points-carousel__protein-panel {
    padding: 32px 16px 24px;
    border-radius: 18px;
  }
  .points-carousel__protein-panel h4 {
    font-size: 25px;
  }
  .points-carousel__panel-line {
    margin-bottom: 26px;
  }
  .points-carousel__proteins {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
  }
  .points-carousel__protein {
    padding: 0 14px;
  }
  .points-carousel__protein:nth-child(3)::before {
    display: none;
  }
  .points-carousel__protein::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -17px;
    height: 1px;
    background: rgba(112, 101, 89, 0.16);
  }
  .points-carousel__protein:nth-child(n+3)::after {
    display: none;
  }
  .points-carousel__dummy--protein {
    width: 100px;
    height: 100px;
  }
  .points-carousel__protein-desc {
    margin-top: 16px;
    font-size: 10.5px;
    line-height: 1.7;
  }
  .points-carousel__arrow {
    top: 46%;
    width: 44px;
    height: 44px;
  }
  .points-carousel__arrow span {
    font-size: 38px;
  }
  .points-carousel__arrow--prev {
    left: 2px;
  }
  .points-carousel__arrow--next {
    right: 2px;
  }
  .points-carousel__dots {
    gap: 12px;
  }
  .points-carousel__dots a {
    width: 12px;
    height: 12px;
  }
  .points-carousel__placeholder-card {
    min-height: 540px;
  }
  .points-carousel__placeholder-card h3 {
    font-size: 32px;
  }
}
/* ==========================================================
   OUR POINTS / REAL LOOP CAROUSEL v2
   - real prev/next controls + dots
   - seamless 4 -> 1 / 1 -> 4 loop
   - drag / swipe
   - desktop height kept within the viewport
========================================================== */
.points-carousel__viewport {
  overflow: hidden;
  scroll-snap-type: none;
  touch-action: pan-y;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.points-carousel.is-dragging .points-carousel__viewport {
  cursor: grabbing;
}
.points-carousel__track {
  width: auto;
  transition: transform 0.52s cubic-bezier(0.22, 0.72, 0.22, 1);
  will-change: transform;
}
.points-carousel__slide {
  flex: 0 0 100%;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
}
.points-carousel__arrow {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(70, 58, 45, 0.08);
  cursor: pointer;
}
.points-carousel__controls {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100% - 56px, 1320px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  transform: translateX(-50%);
  pointer-events: none;
}
.points-carousel__status,
.points-carousel__hint,
.points-carousel__dots {
  pointer-events: auto;
}
.points-carousel__status {
  justify-self: start;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin: 0;
  color: #be9949;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.points-carousel__status strong {
  color: var(--points-gold);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.points-carousel__dots {
  position: static;
  left: auto;
  bottom: auto;
  justify-self: center;
  transform: none;
}
.points-carousel__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d5d3d0;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.points-carousel__dots button.is-active {
  width: 30px;
  background: var(--points-gold);
}
.points-carousel__dots button:hover {
  transform: scale(1.12);
}
.points-carousel__hint {
  justify-self: end;
  color: #a7a099;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media (min-width: 921px) {
  .points-carousel-section {
    min-height: calc(100svh - var(--header-h));
    padding: clamp(34px, 4.5vh, 58px) 0 clamp(34px, 4.5vh, 58px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .points-carousel-heading {
    width: min(100% - 74px, 1400px);
    margin-bottom: clamp(18px, 2.4vh, 28px);
  }
  .points-carousel-heading__eyebrow {
    margin-bottom: 9px;
    font-size: 10px;
  }
  .points-carousel-heading h2 {
    font-size: clamp(30px, 2.65vw, 42px);
    line-height: 1.35;
  }
  .points-carousel {
    width: min(100% - 74px, 1500px);
    padding-bottom: 42px;
  }
  .points-carousel__viewport {
    border-radius: 32px;
    box-shadow: 0 18px 44px rgba(67, 53, 35, 0.06);
  }
  .points-carousel__slide {
    padding: 8px 12px;
  }
  .points-carousel__card {
    height: clamp(500px, 61svh, 590px);
    min-height: 0;
    max-height: 590px;
    padding: clamp(28px, 3.1vw, 42px) clamp(30px, 3.2vw, 46px) 24px;
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(28px, 3.2vw, 48px);
    border-radius: 32px;
  }
  .points-carousel__label::before {
    width: 32px;
    height: 16px;
  }
  .points-carousel__label-prefix {
    font-size: 17px;
  }
  .points-carousel__label-number {
    margin-right: 7px;
    font-size: 38px;
  }
  .points-carousel__label strong {
    width: 82px;
    height: 54px;
    font-size: 25px;
  }
  .points-carousel__copy {
    margin-top: 24px;
  }
  .points-carousel__copy h3 {
    font-size: clamp(29px, 2.35vw, 38px);
    line-height: 1.42;
  }
  .points-carousel__short-line {
    width: 40px;
    margin: 15px 0 12px;
  }
  .points-carousel__copy > p {
    font-size: clamp(11.5px, 0.9vw, 13px);
    line-height: 1.72;
  }
  .points-carousel__benefits {
    gap: 10px;
    margin-top: 18px;
  }
  .points-carousel__benefit {
    width: 96px;
  }
  .points-carousel__dummy--small {
    width: 72px;
    height: 72px;
  }
  .points-carousel__benefit p {
    margin-top: 5px;
    font-size: 10.5px;
    line-height: 1.4;
  }
  .points-carousel__counter {
    width: min(100%, 430px);
    padding-top: 13px;
  }
  .points-carousel__counter-current {
    font-size: 40px;
  }
  .points-carousel__counter-total {
    font-size: 15px;
  }
  .points-carousel__protein-panel {
    height: 100%;
    max-height: 455px;
    padding: 24px 18px 22px;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 22px;
  }
  .points-carousel__protein-panel h4 {
    font-size: clamp(23px, 1.75vw, 30px);
  }
  .points-carousel__panel-line {
    width: 38px;
    margin: 12px auto 20px;
  }
  .points-carousel__protein {
    padding: 0 11px;
  }
  .points-carousel__protein + .points-carousel__protein::before {
    top: 18px;
    bottom: 2px;
  }
  .points-carousel__dummy--protein {
    width: 92px;
    height: 92px;
    margin-bottom: 9px;
  }
  .points-carousel__protein-en {
    font-size: 16px;
  }
  .points-carousel__protein-jp {
    min-width: 50px;
    height: 25px;
    margin-top: 7px;
    font-size: 13px;
  }
  .points-carousel__protein-desc {
    margin-top: 14px;
    font-size: 10px;
    line-height: 1.62;
  }
  .points-carousel__arrow {
    top: calc(50% - 21px);
    width: 58px;
    height: 58px;
    box-shadow: 0 8px 25px rgba(50, 43, 35, 0.18);
  }
  .points-carousel__arrow span {
    font-size: 44px;
  }
  .points-carousel__arrow--prev {
    left: -20px;
  }
  .points-carousel__arrow--next {
    right: -20px;
  }
  .points-carousel__placeholder-card {
    height: clamp(500px, 61svh, 590px);
    min-height: 0;
  }
}
@media (min-width: 921px) and (max-width: 1260px) {
  .points-carousel__card {
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: 24px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .points-carousel__copy h3 {
    font-size: 30px;
  }
  .points-carousel__copy > p {
    font-size: 11.5px;
  }
  .points-carousel__benefit {
    width: 84px;
  }
  .points-carousel__dummy--small {
    width: 64px;
    height: 64px;
  }
  .points-carousel__protein {
    padding: 0 7px;
  }
  .points-carousel__dummy--protein {
    width: 78px;
    height: 78px;
  }
  .points-carousel__protein-desc {
    font-size: 9.5px;
  }
}
@media (min-width: 921px) and (max-height: 820px) {
  .points-carousel-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .points-carousel-heading {
    margin-bottom: 14px;
  }
  .points-carousel-heading__eyebrow {
    margin-bottom: 6px;
  }
  .points-carousel-heading h2 {
    font-size: 30px;
  }
  .points-carousel__card,
  .points-carousel__placeholder-card {
    height: 490px;
  }
  .points-carousel__copy {
    margin-top: 18px;
  }
  .points-carousel__copy h3 {
    font-size: 29px;
  }
  .points-carousel__benefits {
    margin-top: 12px;
  }
  .points-carousel__counter {
    padding-top: 8px;
  }
  .points-carousel__protein-panel {
    max-height: 410px;
  }
}
@media (max-width: 920px) {
  .points-carousel__controls {
    width: calc(100% - 44px);
    grid-template-columns: 1fr;
  }
  .points-carousel__status,
  .points-carousel__hint {
    display: none;
  }
  .points-carousel__dots {
    grid-column: 1;
  }
  .points-carousel__arrow {
    border: 1px solid rgba(70, 58, 45, 0.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  .points-carousel__track {
    transition-duration: 0.01ms;
  }
}
/* ==========================================================
   OUR POINTS / ALIGN TO BRAND CONCEPT CONTENT AXIS
   2026-08-19
   - section heading and visible card use the same 1152px axis
   - carousel shell only adds 16px outside each side for controls/shadow
   - full-width section background is preserved
========================================================== */
@media (min-width: 921px) {
  .points-carousel-section {
    --points-content-width: 1152px;
  }
  .points-carousel-heading {
    width: min(100% - 64px, var(--points-content-width));
    margin-left: auto;
    margin-right: auto;
  }
  .points-carousel {
    width: min(100% - 32px, var(--points-content-width) + 32px);
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .points-carousel__slide {
    padding-left: 0;
    padding-right: 0;
  }
  .points-carousel__controls {
    width: calc(100% - 32px);
  }
  .points-carousel__arrow--prev {
    left: -13px;
  }
  .points-carousel__arrow--next {
    right: -13px;
  }
  .points-carousel__card {
    grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(24px, 2.5vw, 34px);
    padding-left: clamp(28px, 2.5vw, 38px);
    padding-right: clamp(28px, 2.5vw, 38px);
  }
  .points-carousel__protein-panel {
    padding-left: 16px;
    padding-right: 16px;
  }
  .points-carousel__protein {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 921px) and (max-width: 1180px) {
  .points-carousel-heading {
    width: min(100% - 56px, 1152px);
  }
  .points-carousel {
    width: min(100% - 24px, 1112px);
  }
  .points-carousel__card {
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: 22px;
    padding-left: 26px;
    padding-right: 26px;
  }
}
/* ==========================================================
   OUR POINTS / INTEGRATED SECTION SLIDER v4
   2026-08-19
   - slide title lives in the section heading
   - no floating outer card;
carousel is part of the section
   - same 1152px content axis as BRAND CONCEPT
========================================================== */
.points-carousel-section {
  --points-content-width: 1152px;
  background: #f8f4ee;
  padding-top: 82px;
  padding-bottom: 88px;
}
.points-carousel-heading {
  width: min(100% - 64px, var(--points-content-width));
  margin: 0 auto 34px;
}
.points-carousel-heading__eyebrow {
  display: none !important;
}
.points-carousel-heading__titleline {
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.points-carousel-heading__kicker {
  flex: 0 0 auto;
  color: #be9949;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.points-carousel-heading h2 {
  margin: 0;
  color: #2f2924;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(38px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.points-carousel {
  width: min(100% - 32px, var(--points-content-width) + 32px);
  margin: 0 auto;
  padding: 0 16px 44px;
}
.points-carousel__viewport {
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.points-carousel__slide {
  padding: 0;
}
.points-carousel__card {
  min-height: 0;
  height: auto;
  max-height: none;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(52px, 5vw, 72px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.points-carousel__main {
  min-width: 0;
  padding: 16px 0 14px;
}
.points-carousel__label {
  display: none;
}
.points-carousel__copy {
  margin-top: 0;
}
.points-carousel__copy h3 {
  margin: 0;
  color: #302821;
  font-size: clamp(30px, 2.7vw, 37px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.045em;
}
.points-carousel__short-line {
  width: 42px;
  height: 2px;
  margin: 20px 0 18px;
  background: #be9949;
}
.points-carousel__copy > p {
  max-width: 440px;
  margin: 0;
  color: #403830;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.025em;
}
.points-carousel__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 390px;
  margin-top: 28px;
}
.points-carousel__benefit {
  width: auto;
  text-align: center;
}
.points-carousel__dummy--small {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  border-color: rgba(153, 90, 49, 0.25);
  background: rgba(255, 255, 255, 0.52);
}
.points-carousel__benefit p {
  margin-top: 8px;
  font-size: 10.5px;
  line-height: 1.5;
}
.points-carousel__counter {
  display: none;
}
.points-carousel__protein-panel {
  height: auto;
  max-height: none;
  padding: 18px 0 16px 48px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  border-left: 1px solid rgba(153, 90, 49, 0.16);
  background: transparent;
  box-shadow: none;
}
.points-carousel__protein-panel h4 {
  font-size: clamp(25px, 2.2vw, 31px);
  text-align: left;
}
.points-carousel__panel-line {
  width: 42px;
  margin: 16px 0 30px;
}
.points-carousel__proteins {
  gap: 0;
}
.points-carousel__protein {
  padding: 0 12px;
}
.points-carousel__protein + .points-carousel__protein::before {
  top: 10px;
  bottom: 0;
  background: rgba(112, 101, 89, 0.16);
}
.points-carousel__dummy--protein {
  width: 88px;
  height: 88px;
  margin-bottom: 10px;
  border-color: rgba(153, 90, 49, 0.24);
  background: rgba(255, 255, 255, 0.58);
}
.points-carousel__protein-en {
  font-size: 15px;
}
.points-carousel__protein-jp {
  min-width: 48px;
  height: 24px;
  margin-top: 7px;
  font-size: 12px;
}
.points-carousel__protein-desc {
  margin-top: 14px;
  font-size: 9.7px;
  line-height: 1.65;
}
.points-carousel__arrow {
  top: 50%;
  width: 52px;
  height: 52px;
  border-color: rgba(153, 90, 49, 0.1);
  box-shadow: 0 8px 24px rgba(61, 45, 24, 0.12);
}
.points-carousel__arrow--prev {
  left: -10px;
}
.points-carousel__arrow--next {
  right: -10px;
}
.points-carousel__arrow span {
  font-size: 40px;
}
.points-carousel__controls {
  bottom: 0;
  width: calc(100% - 32px);
}
.points-carousel__status {
  color: #be9949;
}
.points-carousel__status strong {
  font-size: 21px;
}
.points-carousel__hint {
  color: #aaa29b;
}
.points-carousel__placeholder-card {
  min-height: 430px;
  height: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
}
@media (min-width: 921px) {
  .points-carousel-section {
    min-height: 0;
    padding-top: clamp(64px, 7vh, 88px);
    padding-bottom: clamp(68px, 7.5vh, 94px);
    display: block;
  }
  .points-carousel__card {
    min-height: 430px;
  }
}
@media (min-width: 921px) and (max-height: 820px) {
  .points-carousel-section {
    padding-top: 48px;
    padding-bottom: 58px;
  }
  .points-carousel-heading {
    margin-bottom: 24px;
  }
  .points-carousel-heading h2 {
    font-size: 38px;
  }
  .points-carousel__card {
    min-height: 390px;
  }
  .points-carousel__copy h3 {
    font-size: 30px;
  }
  .points-carousel__copy > p {
    font-size: 12px;
    line-height: 1.82;
  }
  .points-carousel__benefits {
    margin-top: 20px;
  }
  .points-carousel__protein-panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .points-carousel__dummy--protein {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 920px) {
  .points-carousel-section {
    padding: 70px 0 78px;
  }
  .points-carousel-heading {
    width: calc(100% - 40px);
    margin-bottom: 28px;
  }
  .points-carousel-heading__titleline {
    gap: 12px;
  }
  .points-carousel-heading__kicker {
    font-size: 15px;
  }
  .points-carousel-heading h2 {
    font-size: 32px;
  }
  .points-carousel {
    width: 100%;
    padding: 0 20px 40px;
  }
  .points-carousel__card {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .points-carousel__main {
    padding: 0;
  }
  .points-carousel__copy h3 {
    font-size: 28px;
  }
  .points-carousel__copy > p {
    max-width: none;
    font-size: 13px;
  }
  .points-carousel__benefits {
    max-width: none;
  }
  .points-carousel__protein-panel {
    padding: 34px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(153, 90, 49, 0.16);
  }
  .points-carousel__protein-panel h4 {
    text-align: center;
  }
  .points-carousel__panel-line {
    margin-left: auto;
    margin-right: auto;
  }
  .points-carousel__arrow {
    width: 44px;
    height: 44px;
  }
  .points-carousel__arrow--prev {
    left: 2px;
  }
  .points-carousel__arrow--next {
    right: 2px;
  }
}
@media (max-width: 560px) {
  .points-carousel-heading__titleline {
    display: block;
  }
  .points-carousel-heading__kicker {
    display: block;
    margin-bottom: 9px;
  }
  .points-carousel-heading h2 {
    font-size: 30px;
  }
  .points-carousel__benefits {
    gap: 8px;
  }
  .points-carousel__dummy--small {
    width: 70px;
    height: 70px;
  }
}
/* ==========================================================
   OUR POINTS / white background + external arrow rails
   2026-08-19
   - section background is pure white
   - visible slide content keeps the 1152px BRAND CONCEPT axis
   - arrow buttons live in dedicated gutters outside the viewport
========================================================== */
.points-carousel-section {
  background: #fff !important;
}
@media (min-width: 921px) {
  .points-carousel {
    width: min(100% - 16px, 1192px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .points-carousel__viewport {
    width: min(100% - 112px, 1152px);
    margin-left: auto;
    margin-right: auto;
  }
  .points-carousel__arrow {
    top: 50%;
    width: 52px;
    height: 52px;
  }
  .points-carousel__arrow--prev {
    left: 0;
  }
  .points-carousel__arrow--next {
    right: 0;
  }
  .points-carousel__controls {
    width: min(100% - 112px, 1152px);
  }
}
@media (max-width: 920px) {
  .points-carousel {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .points-carousel__viewport {
    width: calc(100% - 72px);
    margin-left: auto;
    margin-right: auto;
  }
  .points-carousel__arrow--prev {
    left: 7px;
  }
  .points-carousel__arrow--next {
    right: 7px;
  }
  .points-carousel__controls {
    width: calc(100% - 72px);
  }
}
/* ==========================================================
   OUR POINTS / title artwork
   - supplied artwork replaces the visible "こだわり1 / 食材" text
   - slides without artwork keep a text fallback until their assets arrive
========================================================== */
.points-carousel-heading__titleline {
  min-height: 60px;
  display: flex;
  align-items: center;
}
.points-carousel-heading__image {
  display: block;
  width: clamp(196px, 16vw, 236px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.points-carousel-heading__image[hidden],
.points-carousel-heading__fallback[hidden] {
  display: none !important;
}
.points-carousel-heading__fallback {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.points-carousel-heading__topic {
  color: var(--points-ink, #302821);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 700px) {
  .points-carousel-heading__titleline {
    min-height: 50px;
  }
  .points-carousel-heading__image {
    width: 188px;
  }
  .points-carousel-heading__fallback {
    gap: 10px;
  }
  .points-carousel-heading__topic {
    font-size: 28px;
  }
}
/* ==========================================================
   OUR POINTS / brand-tone refinement
   2026-08-19
   - typography follows BRAND CONCEPT
   - arrows sit farther outside the 1152px content axis
========================================================== */
.points-carousel-heading__eyebrow {
  color: #be9949;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.17em;
}
.points-carousel__copy h3,
.points-carousel__protein-panel h4,
.points-carousel__placeholder-card h3,
.points-carousel-heading__topic {
  color: var(--brand-ink, #2f2924);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.045em;
}
.points-carousel__copy h3 {
  font-size: clamp(31px, 2.75vw, 38px);
  line-height: 1.55;
}
.points-carousel__copy > p {
  max-width: 460px;
  color: var(--brand-copy, #403830);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.035em;
}
.points-carousel__benefit p {
  color: var(--brand-copy, #403830);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
.points-carousel__protein-panel h4 {
  font-size: clamp(25px, 2.1vw, 31px);
  line-height: 1.55;
}
.points-carousel__protein-en {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 600;
}
.points-carousel__protein-jp {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 12px;
}
.points-carousel__protein-desc {
  color: var(--brand-copy, #403830);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.points-carousel__status {
  font-family: Georgia, "Times New Roman", serif;
}
@media (min-width: 921px) {
  /* 1152px content + generous outside rails for navigation */
  .points-carousel {
    width: min(100% - 16px, 1280px);
    padding-left: 0;
    padding-right: 0;
  }
  .points-carousel__viewport,
  .points-carousel__controls {
    width: min(100% - 200px, 1152px);
  }
  .points-carousel__arrow {
    width: 52px;
    height: 52px;
  }
  .points-carousel__arrow--prev {
    left: 12px;
  }
  .points-carousel__arrow--next {
    right: 12px;
  }
}
@media (min-width: 921px) and (max-width: 1180px) {
  .points-carousel {
    width: calc(100% - 16px);
  }
  .points-carousel__viewport,
  .points-carousel__controls {
    width: calc(100% - 144px);
  }
  .points-carousel__arrow--prev {
    left: 6px;
  }
  .points-carousel__arrow--next {
    right: 6px;
  }
  .points-carousel__copy > p {
    font-size: 14px;
  }
  .points-carousel__protein-desc {
    font-size: 10.8px;
  }
}
@media (max-width: 920px) {
  .points-carousel-heading__eyebrow {
    font-size: 11px;
    letter-spacing: 0.17em;
  }
  .points-carousel__copy h3 {
    font-size: 28px;
    line-height: 1.55;
  }
  .points-carousel__copy > p {
    font-size: 13px;
    line-height: 1.95;
  }
  .points-carousel__protein-panel h4 {
    font-size: 25px;
  }
  .points-carousel__protein-desc {
    font-size: 10.5px;
    line-height: 1.75;
  }
  /* keep arrows outside the mobile content rail as much as the viewport allows */
  .points-carousel__viewport,
  .points-carousel__controls {
    width: calc(100% - 88px);
  }
  .points-carousel__arrow--prev {
    left: 8px;
  }
  .points-carousel__arrow--next {
    right: 8px;
  }
}
/* ==========================================================
   OUR POINTS / spacing + headline wrap refinement
   2026-08-19
   - natural two-line headline on desktop
   - more breathing room between sections without enlarging the slider itself
========================================================== */
.points-carousel__headline-line {
  display: block;
}
@media (min-width: 921px) {
  .points-carousel-section {
    padding-top: clamp(108px, 10vh, 128px);
    padding-bottom: clamp(108px, 10vh, 132px);
  }
  .points-carousel-heading {
    margin-bottom: 46px;
  }
  .points-carousel__card {
    grid-template-columns: minmax(430px, 0.88fr) minmax(0, 1.12fr);
    gap: 44px;
    min-height: 410px;
  }
  .points-carousel__copy h3 {
    font-size: clamp(29px, 2.35vw, 34px);
    line-height: 1.62;
  }
  .points-carousel__headline-line {
    white-space: nowrap;
  }
}
@media (min-width: 921px) and (max-height: 820px) {
  .points-carousel-section {
    padding-top: 82px;
    padding-bottom: 90px;
  }
  .points-carousel-heading {
    margin-bottom: 36px;
  }
  .points-carousel__card {
    min-height: 390px;
  }
  .points-carousel__copy h3 {
    font-size: 29px;
  }
}
@media (max-width: 920px) {
  .points-carousel-section {
    padding-top: 92px;
    padding-bottom: 104px;
  }
  .points-carousel-heading {
    margin-bottom: 38px;
  }
  .points-carousel__headline-line {
    white-space: normal;
  }
}
@media (max-width: 560px) {
  .points-carousel-section {
    padding-top: 84px;
    padding-bottom: 96px;
  }
  .points-carousel__copy h3 {
    font-size: 26px;
    line-height: 1.65;
  }
}
/* ==========================================================
   OUR POINTS / vertical breathing refinement
   2026-08-19
   - more vertical rhythm inside the slide
   - larger separation from adjacent sections
   - keeps the same 1152px content axis and external arrows
========================================================== */
@media (min-width: 921px) {
  .points-carousel-section {
    padding-top: clamp(132px, 12vh, 164px);
    padding-bottom: clamp(140px, 12.5vh, 176px);
  }
  .points-carousel-heading {
    margin-bottom: 58px;
  }
  .points-carousel {
    padding-bottom: 70px;
  }
  .points-carousel__card {
    min-height: 540px;
    align-items: stretch;
    gap: 52px;
  }
  .points-carousel__main {
    padding: 38px 0 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .points-carousel__copy h3 {
    line-height: 1.68;
  }
  .points-carousel__copy > p {
    margin-top: 30px;
    line-height: 2.08;
  }
  .points-carousel__benefits {
    margin-top: 46px;
    gap: 22px;
  }
  .points-carousel__dummy--small {
    width: 82px;
    height: 82px;
  }
  .points-carousel__benefit p {
    margin-top: 11px;
    line-height: 1.65;
  }
  .points-carousel__protein-panel {
    padding-top: 42px;
    padding-bottom: 42px;
    padding-left: 52px;
    justify-content: center;
  }
  .points-carousel__protein-panel h4 {
    line-height: 1.62;
  }
  .points-carousel__proteins {
    margin-top: 46px;
  }
  .points-carousel__dummy--protein {
    width: 94px;
    height: 94px;
    margin-bottom: 14px;
  }
  .points-carousel__protein-jp {
    margin-top: 9px;
  }
  .points-carousel__protein-desc {
    margin-top: 20px;
    line-height: 1.9;
  }
  .points-carousel__controls {
    bottom: 4px;
  }
}
@media (min-width: 921px) and (max-height: 820px) {
  .points-carousel-section {
    padding-top: 104px;
    padding-bottom: 116px;
  }
  .points-carousel-heading {
    margin-bottom: 46px;
  }
  .points-carousel {
    padding-bottom: 60px;
  }
  .points-carousel__card {
    min-height: 490px;
  }
  .points-carousel__main {
    padding-top: 26px;
    padding-bottom: 30px;
  }
  .points-carousel__copy > p {
    margin-top: 24px;
    line-height: 1.98;
  }
  .points-carousel__benefits {
    margin-top: 34px;
  }
  .points-carousel__protein-panel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .points-carousel__proteins {
    margin-top: 34px;
  }
  .points-carousel__protein-desc {
    margin-top: 16px;
    line-height: 1.78;
  }
}
@media (max-width: 920px) {
  .points-carousel-section {
    padding-top: 112px;
    padding-bottom: 124px;
  }
  .points-carousel-heading {
    margin-bottom: 48px;
  }
  .points-carousel {
    padding-bottom: 58px;
  }
  .points-carousel__card {
    gap: 58px;
  }
  .points-carousel__copy > p {
    margin-top: 26px;
    line-height: 2.05;
  }
  .points-carousel__benefits {
    margin-top: 38px;
  }
  .points-carousel__protein-panel {
    padding-top: 46px;
  }
  .points-carousel__proteins {
    margin-top: 38px;
  }
  .points-carousel__protein-desc {
    margin-top: 18px;
    line-height: 1.85;
  }
}
@media (max-width: 560px) {
  .points-carousel-section {
    padding-top: 96px;
    padding-bottom: 110px;
  }
  .points-carousel-heading {
    margin-bottom: 42px;
  }
  .points-carousel__copy > p {
    margin-top: 22px;
  }
  .points-carousel__benefits {
    margin-top: 32px;
  }
}
/* ==========================================================
   OUR POINTS / SLIDE 02 - freeze-dry process
   2026-08-19
   - follows the same 1152px content axis / typography as slide 01
   - photo and icon areas remain placeholders until supplied assets arrive
========================================================== */
.points-carousel__slide--process .points-carousel__card {
  align-items: stretch;
}
.points-carousel__process-card {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
}
.points-process__intro,
.points-process__values {
  min-width: 0;
}
.points-process__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}
.points-process__copy h3 {
  margin: 0;
  color: var(--brand-ink, #2f2924);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: clamp(29px, 2.35vw, 34px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.045em;
}
.points-process__copy p {
  max-width: 455px;
  margin: 30px 0 0;
  color: var(--brand-copy, #403830);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.035em;
}
.points-process__foods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}
.points-process__food {
  min-width: 0;
  margin: 0;
  text-align: center;
}
.points-process__photo {
  width: 118px;
  height: 118px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
}
.points-process__food figcaption {
  margin-top: 10px;
  color: var(--brand-copy, #403830);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
.points-process__food figcaption strong {
  display: inline-flex;
  min-height: 24px;
  padding: 2px 16px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #b7774b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}
.points-process__food:nth-child(2) figcaption strong {
  background: #a66585;
}
.points-process__food:nth-child(3) figcaption strong {
  background: #6f8d43;
}
.points-process__food figcaption span {
  display: block;
  margin-top: 10px;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.75;
}
.points-process__values {
  padding: 22px 0 18px 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(153, 90, 49, 0.16);
}
.points-process__values > h4 {
  margin: 0 0 36px;
  color: var(--brand-ink, #2f2924);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: clamp(25px, 2.05vw, 30px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.045em;
  text-align: center;
}
.points-process__values > h4 strong {
  color: #be9949;
  font-size: 1.55em;
  font-weight: 400;
}
.points-process__value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.points-process__value {
  min-width: 0;
  padding: 22px 16px 20px;
  border: 1px solid rgba(153, 90, 49, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(61, 45, 24, 0.06);
  text-align: center;
}
.points-process__icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}
.points-process__number {
  display: block;
  margin: 2px 0 8px;
  color: #be9949;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}
.points-process__value h5 {
  min-height: 3.2em;
  margin: 0;
  color: var(--brand-ink, #2f2924);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.035em;
}
.points-process__value p {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(153, 90, 49, 0.14);
  color: var(--brand-copy, #403830);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (min-width: 921px) {
  .points-carousel__slide--process .points-carousel__card {
    min-height: 520px;
  }
}
@media (min-width: 921px) and (max-height: 820px) {
  .points-carousel__process-card {
    gap: 40px;
  }
  .points-process__copy p {
    margin-top: 22px;
    font-size: 12.5px;
    line-height: 1.85;
  }
  .points-process__foods {
    margin-top: 28px;
  }
  .points-process__photo {
    width: 96px;
    height: 96px;
  }
  .points-process__values {
    padding-left: 40px;
  }
  .points-process__values > h4 {
    margin-bottom: 24px;
  }
  .points-process__value {
    padding: 16px 12px 14px;
  }
  .points-process__icon {
    width: 70px;
    height: 70px;
  }
  .points-process__number {
    font-size: 30px;
  }
  .points-process__value h5 {
    font-size: 13px;
  }
  .points-process__value p {
    margin-top: 12px;
    padding-top: 10px;
    font-size: 9.5px;
  }
}
@media (max-width: 920px) {
  .points-carousel__process-card {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .points-process__intro {
    padding-right: 0;
  }
  .points-process__copy h3 {
    font-size: 28px;
    line-height: 1.6;
  }
  .points-process__copy p {
    max-width: none;
    font-size: 13px;
    line-height: 1.95;
  }
  .points-process__foods {
    margin-top: 34px;
    gap: 10px;
  }
  .points-process__photo {
    width: 104px;
    height: 104px;
  }
  .points-process__food figcaption span {
    font-size: 10px;
  }
  .points-process__values {
    padding: 42px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(153, 90, 49, 0.16);
  }
  .points-process__values > h4 {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .points-process__value-grid {
    gap: 12px;
  }
}
@media (max-width: 620px) {
  .points-process__foods,
  .points-process__value-grid {
    grid-template-columns: 1fr;
  }
  .points-process__foods {
    gap: 28px;
  }
  .points-process__food {
    display: grid;
    grid-template-columns: 104px 1fr;
    align-items: center;
    gap: 18px;
    text-align: left;
  }
  .points-process__photo {
    margin: 0;
  }
  .points-process__food figcaption {
    margin-top: 0;
  }
  .points-process__food figcaption strong {
    justify-content: center;
  }
  .points-process__value-grid {
    gap: 16px;
  }
  .points-process__value {
    display: grid;
    grid-template-columns: 74px 46px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 8px 12px;
    padding: 18px;
    text-align: left;
  }
  .points-process__icon {
    grid-row: 1/3;
    width: 72px;
    height: 72px;
    margin: 0;
  }
  .points-process__number {
    margin: 0;
    font-size: 30px;
  }
  .points-process__value h5 {
    min-height: 0;
    font-size: 14px;
  }
  .points-process__value p {
    grid-column: 2/-1;
    margin-top: 0;
    padding-top: 10px;
    font-size: 10.5px;
  }
}
.brand-design {
  --brand-copy: #111;
}
.points-carousel-section {
  --points-ink: #111;
  --points-muted: #111;
}
/* Slide 01 */
.points-carousel__copy > p,
.points-carousel__benefit p,
.points-carousel__protein-desc {
  color: #111 !important;
}
.points-carousel__copy > p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 2.02;
}
.points-carousel__benefit p {
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.65;
}
.points-carousel__protein-desc {
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.85;
}
/* Slide 02 */
.points-process__copy p,
.points-process__food figcaption,
.points-process__food figcaption span,
.points-process__value h5,
.points-process__value p {
  color: #111 !important;
}
.points-process__copy p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 2.02;
}
.points-process__food figcaption strong {
  font-size: 13px !important;
}
.points-process__food figcaption span {
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.75;
}
.points-process__value h5 {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.7;
}
.points-process__value p {
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 921px) and (max-width: 1180px) {
  .points-carousel__copy > p,
  .points-process__copy p {
    font-size: 14px !important;
  }
  .points-carousel__protein-desc,
  .points-process__food figcaption span,
  .points-process__value p {
    font-size: 13px !important;
  }
}
@media (min-width: 921px) and (max-height: 820px) {
  .points-carousel__copy > p,
  .points-process__copy p {
    font-size: 14px !important;
    line-height: 1.9;
  }
  .points-carousel__protein-desc,
  .points-process__food figcaption span,
  .points-process__value p {
    font-size: 13px !important;
  }
}
@media (max-width: 920px) {
  .points-carousel__copy > p,
  .points-process__copy p {
    font-size: 14px !important;
    line-height: 1.95;
  }
  .points-carousel__benefit p,
  .points-carousel__protein-desc,
  .points-process__food figcaption span,
  .points-process__value p {
    font-size: 13px !important;
  }
  .points-process__value h5 {
    font-size: 15px !important;
  }
}
/* ==========================================================
   OUR POINTS / SLIDE 02 balance refinement
   - left side gets the same visual density as the right
   - 46:54 split for a calmer center of gravity
   - food items become compact editorial cards
========================================================== */
@media (min-width: 921px) {
  .points-carousel__process-card {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 64px;
    min-height: 560px;
  }
  .points-process__intro {
    padding: 34px 0 34px 0;
    justify-content: center;
  }
  .points-process__copy {
    max-width: 500px;
  }
  .points-process__copy h3 {
    font-size: clamp(30px, 2.25vw, 35px);
    line-height: 1.62;
  }
  .points-process__copy p {
    max-width: 490px;
    margin-top: 26px;
    line-height: 2;
  }
  .points-process__foods {
    margin-top: 42px;
    gap: 14px;
  }
  .points-process__food {
    min-height: 248px;
    padding: 18px 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(153, 90, 49, 0.13);
    border-radius: 18px;
    background: #fff;
  }
  .points-process__photo {
    width: 104px;
    height: 104px;
  }
  .points-process__food figcaption {
    width: 100%;
    margin-top: 13px;
  }
  .points-process__food figcaption strong {
    width: 100%;
    min-height: 28px;
    padding: 4px 8px;
    font-size: 12.5px !important;
    white-space: nowrap;
  }
  .points-process__food figcaption span {
    margin-top: 13px;
    font-size: 13px !important;
    line-height: 1.72;
  }
  .points-process__values {
    padding: 32px 0 32px 58px;
    justify-content: center;
  }
  .points-process__values > h4 {
    margin-bottom: 34px;
    font-size: clamp(26px, 2vw, 30px);
  }
  .points-process__value-grid {
    gap: 18px;
  }
  .points-process__value {
    min-height: 346px;
    padding: 24px 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .points-process__icon {
    width: 88px;
    height: 88px;
    flex: 0 0 auto;
  }
  .points-process__value h5 {
    min-height: 3.15em;
  }
  .points-process__value p {
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media (min-width: 921px) and (max-width: 1180px) {
  .points-carousel__process-card {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: 42px;
  }
  .points-process__values {
    padding-left: 38px;
  }
  .points-process__food {
    min-height: 236px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .points-process__photo {
    width: 92px;
    height: 92px;
  }
  .points-process__food figcaption strong {
    font-size: 11.5px !important;
  }
  .points-process__food figcaption span {
    font-size: 12.5px !important;
  }
}
@media (min-width: 921px) and (max-height: 820px) {
  .points-carousel__process-card {
    min-height: 510px;
  }
  .points-process__intro {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .points-process__foods {
    margin-top: 30px;
  }
  .points-process__food {
    min-height: 218px;
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .points-process__photo {
    width: 84px;
    height: 84px;
  }
  .points-process__values {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .points-process__value {
    min-height: 314px;
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .points-process__icon {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 920px) {
  .points-process__foods {
    gap: 14px;
  }
  .points-process__food {
    padding: 16px 12px;
    border: 1px solid rgba(153, 90, 49, 0.13);
    border-radius: 16px;
    background: #fff;
  }
}
/* ==========================================================
   OUR POINTS / SLIDE 02 left-food layout refinement
   2026-08-19
   - replace cramped 3-column food cards with 3 horizontal rows
   - keep the right-side value cards unchanged
   - improve line length and left/right balance
========================================================== */
@media (min-width: 921px) {
  .points-carousel__process-card {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 62px;
  }
  .points-process__intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .points-process__copy {
    max-width: 500px;
  }
  .points-process__foods {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 500px;
    margin-top: 34px;
  }
  .points-process__food {
    min-height: 0;
    padding: 8px 0;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
  }
  .points-process__photo {
    width: 92px;
    height: 92px;
    margin: 0;
  }
  .points-process__food figcaption {
    width: auto;
    min-width: 0;
    margin-top: 0;
  }
  .points-process__food figcaption strong {
    width: auto;
    min-width: 116px;
    min-height: 28px;
    padding: 4px 14px;
    justify-content: center;
    font-size: 13px !important;
    white-space: nowrap;
  }
  .points-process__food:nth-child(3) figcaption strong {
    min-width: 184px;
  }
  .points-process__food figcaption span {
    max-width: 330px;
    margin-top: 8px;
    font-size: 14px !important;
    line-height: 1.75;
    text-align: left;
  }
  .points-process__values {
    padding-left: 50px;
  }
}
@media (min-width: 921px) and (max-width: 1180px) {
  .points-carousel__process-card {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 42px;
  }
  .points-process__food {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 16px;
  }
  .points-process__photo {
    width: 80px;
    height: 80px;
  }
  .points-process__food figcaption strong {
    font-size: 12.5px !important;
  }
  .points-process__food figcaption span {
    font-size: 13px !important;
    line-height: 1.7;
  }
  .points-process__values {
    padding-left: 34px;
  }
}
@media (max-width: 920px) {
  .points-process__foods {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .points-process__food {
    min-height: 0;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
  }
  .points-process__photo {
    width: 88px;
    height: 88px;
    margin: 0;
  }
  .points-process__food figcaption {
    margin-top: 0;
  }
  .points-process__food figcaption strong {
    width: auto;
    padding: 4px 12px;
    justify-content: center;
    font-size: 12.5px !important;
    white-space: nowrap;
  }
  .points-process__food figcaption span {
    margin-top: 8px;
    font-size: 13px !important;
    line-height: 1.7;
    text-align: left;
  }
}
@media (max-width: 620px) {
  .points-process__food {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
  }
  .points-process__photo {
    width: 76px;
    height: 76px;
  }
  .points-process__food:nth-child(3) figcaption strong {
    white-space: normal;
  }
}
/* ==========================================================
   OUR POINTS / SLIDE 02 layout correction
   2026-08-19
   - food examples: compact 3-column row on the left
   - freeze-dry values: 3 stacked horizontal cards on the right
   - only slide 02 is affected
========================================================== */
@media (min-width: 921px) {
  .points-carousel__slide--process .points-carousel__process-card {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: 58px;
    min-height: 560px;
  }
  .points-carousel__slide--process .points-process__intro {
    padding: 28px 0 30px;
  }
  .points-carousel__slide--process .points-process__copy {
    max-width: 500px;
  }
  /* Left: three food examples side-by-side */
  .points-carousel__slide--process .points-process__foods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 500px;
    margin-top: 36px;
  }
  .points-carousel__slide--process .points-process__food {
    min-width: 0;
    min-height: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
  }
  .points-carousel__slide--process .points-process__photo {
    width: 92px;
    height: 92px;
    margin: 0 auto;
    flex: 0 0 auto;
  }
  .points-carousel__slide--process .points-process__food figcaption {
    width: 100%;
    min-width: 0;
    margin-top: 12px;
    text-align: center;
  }
  .points-carousel__slide--process .points-process__food figcaption strong,
  .points-carousel__slide--process .points-process__food:nth-child(3) figcaption strong {
    width: auto;
    min-width: 0;
    max-width: 100%;
    min-height: 26px;
    padding: 3px 12px;
    justify-content: center;
    font-size: 11.5px !important;
    line-height: 1.35;
    white-space: nowrap;
  }
  .points-carousel__slide--process .points-process__food figcaption span {
    max-width: 150px;
    margin: 9px auto 0;
    color: #111;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
  }
  /* Right: stack the three values vertically */
  .points-carousel__slide--process .points-process__values {
    padding: 28px 0 28px 50px;
    justify-content: center;
  }
  .points-carousel__slide--process .points-process__values > h4 {
    margin-bottom: 30px;
    text-align: left;
  }
  .points-carousel__slide--process .points-process__value-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .points-carousel__slide--process .points-process__value {
    min-height: 0;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 64px 38px minmax(138px, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
    -moz-column-gap: 14px;
         column-gap: 14px;
    text-align: left;
    border-radius: 14px;
  }
  .points-carousel__slide--process .points-process__icon {
    width: 62px;
    height: 62px;
    margin: 0;
    grid-column: 1;
    grid-row: 1;
  }
  .points-carousel__slide--process .points-process__number {
    margin: 0;
    grid-column: 2;
    grid-row: 1;
    font-size: 30px;
    text-align: center;
  }
  .points-carousel__slide--process .points-process__value h5 {
    min-height: 0;
    margin: 0;
    grid-column: 3;
    grid-row: 1;
    color: #111;
    font-size: 14px !important;
    line-height: 1.7;
    text-align: left;
  }
  .points-carousel__slide--process .points-process__value p {
    width: auto;
    margin: 0;
    padding: 0 0 0 16px;
    grid-column: 4;
    grid-row: 1;
    border-top: 0;
    border-left: 1px solid rgba(153, 90, 49, 0.15);
    color: #111;
    font-size: 12.5px !important;
    line-height: 1.75;
    text-align: left;
  }
}
@media (min-width: 921px) and (max-width: 1180px) {
  .points-carousel__slide--process .points-carousel__process-card {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 38px;
  }
  .points-carousel__slide--process .points-process__foods {
    gap: 12px;
  }
  .points-carousel__slide--process .points-process__photo {
    width: 80px;
    height: 80px;
  }
  .points-carousel__slide--process .points-process__food figcaption strong,
  .points-carousel__slide--process .points-process__food:nth-child(3) figcaption strong {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 10.5px !important;
  }
  .points-carousel__slide--process .points-process__food figcaption span {
    font-size: 11.5px !important;
    line-height: 1.65;
  }
  .points-carousel__slide--process .points-process__values {
    padding-left: 30px;
  }
  .points-carousel__slide--process .points-process__value {
    grid-template-columns: 54px 32px minmax(116px, 0.8fr) minmax(0, 1.2fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 14px 12px;
  }
  .points-carousel__slide--process .points-process__icon {
    width: 52px;
    height: 52px;
  }
  .points-carousel__slide--process .points-process__number {
    font-size: 27px;
  }
  .points-carousel__slide--process .points-process__value h5 {
    font-size: 13px !important;
  }
  .points-carousel__slide--process .points-process__value p {
    padding-left: 12px;
    font-size: 11.5px !important;
  }
}
@media (max-width: 920px) {
  /* Tablet/mobile: food examples can keep three columns while there is room. */
  .points-carousel__slide--process .points-process__foods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .points-carousel__slide--process .points-process__food {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0;
    background: transparent;
    text-align: center;
  }
  .points-carousel__slide--process .points-process__photo {
    width: 78px;
    height: 78px;
    margin: 0 auto;
  }
  .points-carousel__slide--process .points-process__food figcaption {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .points-carousel__slide--process .points-process__food figcaption strong,
  .points-carousel__slide--process .points-process__food:nth-child(3) figcaption strong {
    width: auto;
    min-width: 0;
    padding: 3px 8px;
    font-size: 10.5px !important;
    white-space: nowrap;
  }
  .points-carousel__slide--process .points-process__food figcaption span {
    margin-top: 7px;
    font-size: 11.5px !important;
    line-height: 1.65;
    text-align: center;
  }
  .points-carousel__slide--process .points-process__value-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .points-carousel__slide--process .points-process__value {
    min-height: 0;
    padding: 16px;
    display: grid;
    grid-template-columns: 64px 38px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 8px 12px;
    text-align: left;
  }
  .points-carousel__slide--process .points-process__icon {
    grid-column: 1;
    grid-row: 1/3;
    width: 60px;
    height: 60px;
    margin: 0;
  }
  .points-carousel__slide--process .points-process__number {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 28px;
  }
  .points-carousel__slide--process .points-process__value h5 {
    grid-column: 3;
    grid-row: 1;
    min-height: 0;
    font-size: 14px !important;
    text-align: left;
  }
  .points-carousel__slide--process .points-process__value p {
    grid-column: 2/-1;
    grid-row: 2;
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(153, 90, 49, 0.12);
    color: #111;
    font-size: 12.5px !important;
    line-height: 1.75;
    text-align: left;
  }
}
@media (max-width: 620px) {
  /* Very narrow phones: protect readability rather than forcing three tiny columns. */
  .points-carousel__slide--process .points-process__foods {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .points-carousel__slide--process .points-process__food {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    text-align: left;
  }
  .points-carousel__slide--process .points-process__photo {
    width: 74px;
    height: 74px;
    margin: 0;
  }
  .points-carousel__slide--process .points-process__food figcaption {
    margin-top: 0;
    text-align: left;
  }
  .points-carousel__slide--process .points-process__food figcaption span {
    text-align: left;
  }
}
/* ==========================================================
   OUR POINTS / SLIDE 03 - packaging
========================================================== */
.points-carousel__slide--packaging .points-carousel__card {
  align-items: stretch;
}
.points-carousel__packaging-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
}
.points-packaging__intro,
.points-packaging__feature {
  min-width: 0;
}
.points-packaging__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.points-packaging__copy h3 {
  margin: 0;
  color: var(--brand-ink, #2f2924);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(30px, 2.5vw, 34px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.045em;
}
.points-packaging__copy p {
  max-width: 540px;
  margin: 28px 0 0;
  color: #111;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.035em;
}
.points-packaging__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}
.points-packaging__benefit {
  min-width: 0;
  padding: 24px 18px 20px;
  border: 1px solid rgba(153, 90, 49, 0.12);
  border-radius: 20px;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.points-packaging__benefit--taste {
  background: linear-gradient(180deg, #fbf1ec 0%, #f8eee9 100%);
}
.points-packaging__benefit--nutrition {
  background: linear-gradient(180deg, #edf6fb 0%, #e7f1f7 100%);
}
.points-packaging__benefit--freshness {
  background: linear-gradient(180deg, #f1f6e9 0%, #edf3e4 100%);
}
.points-packaging__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
}
.points-packaging__benefit h5 {
  margin: 0;
  color: var(--brand-ink, #2f2924);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
.points-packaging__benefit p {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(153, 90, 49, 0.14);
  color: #111;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.025em;
  text-align: left;
}
.points-packaging__feature {
  padding: 10px 0 0 56px;
  border-left: 1px solid rgba(153, 90, 49, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.points-packaging__feature h4 {
  margin: 0;
  color: var(--brand-ink, #2f2924);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(25px, 2.05vw, 30px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.points-packaging__feature h4 strong {
  font-weight: 400;
}
.points-packaging__feature p {
  max-width: 585px;
  margin: 20px 0 0;
  color: #111;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}
.points-packaging__hero {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(220px, 1.08fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #f7efe9 0%, #fbf7f2 100%);
  box-shadow: 0 12px 32px rgba(61, 45, 24, 0.06);
}
.points-packaging__hero-copy {
  padding: 30px 28px;
  color: #c3533d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(21px, 1.7vw, 26px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
.points-packaging__hero-image {
  min-height: 270px;
  height: 100%;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.58);
}
@media (min-width: 921px) {
  .points-carousel__slide--packaging .points-carousel__card {
    min-height: 560px;
  }
}
@media (max-width: 1152px) {
  .points-carousel__slide--packaging .points-carousel__card {
    gap: 42px;
  }
  .points-packaging__feature {
    padding-left: 42px;
  }
  .points-packaging__hero {
    grid-template-columns: 0.9fr 1.1fr;
  }
}
@media (max-width: 920px) {
  .points-carousel__slide--packaging .points-carousel__card {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .points-packaging__copy h3 {
    font-size: 28px;
    line-height: 1.6;
  }
  .points-packaging__copy p,
  .points-packaging__feature p {
    max-width: none;
    font-size: 13px;
    line-height: 1.9;
  }
  .points-packaging__benefits {
    gap: 12px;
    margin-top: 30px;
  }
  .points-packaging__benefit {
    padding: 20px 14px 18px;
    border-radius: 18px;
  }
  .points-packaging__icon {
    width: 76px;
    height: 76px;
    margin-bottom: 14px;
  }
  .points-packaging__benefit h5 {
    font-size: 15px;
  }
  .points-packaging__benefit p {
    font-size: 11.5px;
  }
  .points-packaging__feature {
    padding: 32px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(153, 90, 49, 0.16);
  }
  .points-packaging__feature h4 {
    font-size: 24px;
  }
  .points-packaging__hero {
    margin-top: 22px;
  }
  .points-packaging__hero-copy {
    padding: 24px 22px;
    font-size: 20px;
  }
  .points-packaging__hero-image {
    min-height: 220px;
  }
}
@media (max-width: 620px) {
  .points-packaging__copy h3 {
    font-size: 24px;
  }
  .points-packaging__benefits {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .points-packaging__benefit {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    text-align: left;
  }
  .points-packaging__icon {
    width: 74px;
    height: 74px;
    margin: 0;
  }
  .points-packaging__benefit h5 {
    font-size: 15px;
  }
  .points-packaging__benefit p {
    grid-column: 2;
    margin-top: 10px;
    padding-top: 10px;
  }
  .points-packaging__hero {
    grid-template-columns: 1fr;
  }
  .points-packaging__hero-image {
    min-height: 190px;
  }
}
/* ==========================================================
   OUR POINTS / SLIDE 03 refinement
   - packaging benefits: 2 columns x 2 rows
   - nitrogen replacement visual: package photo only
========================================================== */
.points-carousel__slide--packaging .points-packaging__benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.points-carousel__slide--packaging .points-packaging__benefit {
  min-height: 158px;
  padding: 20px 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(61, 45, 24, 0.05);
}
.points-carousel__slide--packaging .points-packaging__benefit--taste {
  border-top: 3px solid #c45d49;
}
.points-carousel__slide--packaging .points-packaging__benefit--nutrition {
  border-top: 3px solid #3b8baa;
}
.points-carousel__slide--packaging .points-packaging__benefit--freshness {
  border-top: 3px solid #768f46;
}
.points-carousel__slide--packaging .points-packaging__benefit--portable {
  border-top: 3px solid #b38a4b;
}
.points-carousel__slide--packaging .points-packaging__icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 14px;
  flex: 0 0 auto;
  border-radius: 50%;
}
.points-carousel__slide--packaging .points-packaging__benefit h5 {
  width: calc(100% + 36px);
  min-height: 48px;
  margin: 0 -18px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
}
.points-carousel__slide--packaging .points-packaging__benefit--taste h5 {
  background: #c45d49;
}
.points-carousel__slide--packaging .points-packaging__benefit--nutrition h5 {
  background: #3b8baa;
}
.points-carousel__slide--packaging .points-packaging__benefit--freshness h5 {
  background: #768f46;
}
.points-carousel__slide--packaging .points-packaging__benefit--portable h5 {
  background: #b38a4b;
}
.points-carousel__slide--packaging .points-packaging__benefit p {
  display: none;
}
.points-carousel__slide--packaging .points-packaging__hero {
  grid-template-columns: 1fr;
  margin-top: 28px;
  min-height: 290px;
  overflow: hidden;
  border-radius: 24px;
  background: #f8f3ee;
}
.points-carousel__slide--packaging .points-packaging__hero-copy {
  display: none !important;
}
.points-carousel__slide--packaging .points-packaging__hero-image {
  width: 100%;
  min-height: 290px;
  height: 100%;
  border-radius: 0;
  border-style: dashed;
  background: #faf7f3;
  font-size: 12px;
  letter-spacing: 0.14em;
}
@media (max-width: 920px) {
  .points-carousel__slide--packaging .points-packaging__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .points-carousel__slide--packaging .points-packaging__benefit {
    min-height: 144px;
    padding: 16px 14px 0;
  }
  .points-carousel__slide--packaging .points-packaging__benefit h5 {
    width: calc(100% + 28px);
    margin: 0 -14px;
    font-size: 12px;
  }
  .points-carousel__slide--packaging .points-packaging__hero,
  .points-carousel__slide--packaging .points-packaging__hero-image {
    min-height: 230px;
  }
}
@media (max-width: 620px) {
  .points-carousel__slide--packaging .points-packaging__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .points-carousel__slide--packaging .points-packaging__benefit {
    min-height: 132px;
    padding: 14px 10px 0;
  }
  .points-carousel__slide--packaging .points-packaging__icon {
    width: 62px;
    height: 62px;
    margin-bottom: 10px;
  }
  .points-carousel__slide--packaging .points-packaging__benefit h5 {
    width: calc(100% + 20px);
    min-height: 44px;
    margin: 0 -10px;
    padding: 7px 6px;
    font-size: 11px;
  }
  .points-carousel__slide--packaging .points-packaging__hero,
  .points-carousel__slide--packaging .points-packaging__hero-image {
    min-height: 190px;
  }
}
/* ==========================================================
   OUR POINTS / card border cleanup
   - no drop shadows
   - one clean border system
========================================================== */
/* Slide 02: stacked value cards */
.points-carousel__slide--process .points-process__value {
  border: 1px solid #e8e1da !important;
  box-shadow: none !important;
  background: #fff;
}
/* keep the internal divider subtle and consistent */
.points-carousel__slide--process .points-process__value p {
  border-color: #e8e1da !important;
}
/* Slide 03: 2 x 2 packaging cards */
.points-carousel__slide--packaging .points-packaging__benefit {
  border: 1px solid #e8e1da !important;
  box-shadow: none !important;
  background: #fff !important;
}
/* category color appears only on the top edge */
.points-carousel__slide--packaging .points-packaging__benefit--taste {
  border-top: 3px solid #c45d49 !important;
}
.points-carousel__slide--packaging .points-packaging__benefit--nutrition {
  border-top: 3px solid #3b8baa !important;
}
.points-carousel__slide--packaging .points-packaging__benefit--freshness {
  border-top: 3px solid #768f46 !important;
}
.points-carousel__slide--packaging .points-packaging__benefit--portable {
  border-top: 3px solid #b38a4b !important;
}
/* Package image area should not float either */
.points-carousel__slide--packaging .points-packaging__hero {
  box-shadow: none !important;
  border: 1px solid #eee7e1;
}
/* ==========================================================
   OUR POINTS / final typography unification
   - slide 02 value numbers removed
   - all slider content uses one consistent type system
   - normal body copy is #111 / regular weight
========================================================== */
.points-carousel-section {
  --points-serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --points-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  --points-copy: #111;
  --points-heading: #2f2924;
}
/* Main titles across slides 01-03 */
.points-carousel__copy h3,
.points-process__copy h3,
.points-packaging__copy h3,
.points-carousel__protein-panel h4,
.points-process__values > h4,
.points-packaging__feature h4 {
  color: var(--points-heading) !important;
  font-family: var(--points-serif) !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
}
/* Main body copy across slides 01-03 */
.points-carousel__copy > p,
.points-process__copy p,
.points-packaging__copy p,
.points-packaging__feature p {
  color: var(--points-copy) !important;
  font-family: var(--points-sans) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 2 !important;
  letter-spacing: 0.025em !important;
}
/* Smaller explanatory copy: same family/color/weight, one readable size */
.points-carousel__protein-desc,
.points-process__food figcaption span,
.points-process__value p {
  color: var(--points-copy) !important;
  font-family: var(--points-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.015em !important;
}
/* Subheads inside cards use the same Mincho hierarchy */
.points-process__value h5 {
  color: var(--points-heading) !important;
  font-family: var(--points-serif) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0.025em !important;
}
/* Slide 01 small labels remain readable but do not become visually heavy */
.points-carousel__benefit p,
.points-carousel__protein-jp {
  font-family: var(--points-sans) !important;
  font-weight: 600 !important;
}
/* Slide 02 food category pills are labels, not body copy. */
.points-process__food figcaption strong {
  font-family: var(--points-sans) !important;
  font-weight: 600 !important;
}
/* Slide 03 colored category bands: keep the graphic label treatment only here. */
.points-carousel__slide--packaging .points-packaging__benefit h5 {
  font-family: var(--points-sans) !important;
  font-weight: 600 !important;
}
/* Slide 02 / remove number column and rebalance each horizontal value card. */
.points-process__number {
  display: none !important;
}
@media (min-width: 921px) {
  .points-carousel__slide--process .points-process__value {
    grid-template-columns: 64px minmax(150px, 0.82fr) minmax(0, 1.18fr) !important;
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
  .points-carousel__slide--process .points-process__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .points-carousel__slide--process .points-process__value h5 {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  .points-carousel__slide--process .points-process__value p {
    grid-column: 3 !important;
    grid-row: 1 !important;
    padding-left: 18px !important;
    border-top: 0 !important;
    border-left: 1px solid #e8e1da !important;
  }
}
@media (min-width: 921px) and (max-width: 1180px) {
  .points-carousel__slide--process .points-process__value {
    grid-template-columns: 54px minmax(126px, 0.85fr) minmax(0, 1.15fr) !important;
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
  .points-carousel__slide--process .points-process__value p {
    padding-left: 14px !important;
    font-size: 12.5px !important;
  }
}
@media (max-width: 920px) {
  .points-carousel__slide--process .points-process__value {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 8px 14px !important;
  }
  .points-carousel__slide--process .points-process__icon {
    grid-column: 1 !important;
    grid-row: 1/3 !important;
  }
  .points-carousel__slide--process .points-process__value h5 {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  .points-carousel__slide--process .points-process__value p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    padding: 8px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid #e8e1da !important;
  }
  .points-carousel__copy > p,
  .points-process__copy p,
  .points-packaging__copy p,
  .points-packaging__feature p {
    font-size: 13.5px !important;
    line-height: 1.95 !important;
  }
}
@media (max-width: 620px) {
  .points-carousel__protein-desc,
  .points-process__food figcaption span,
  .points-process__value p {
    font-size: 12.5px !important;
  }
}
/* ==========================================================
   OUR POINTS / semantic heading wraps + 3-slide final state
========================================================== */
.points-heading-line {
  display: block;
}
@media (min-width: 921px) {
  .points-process__values > h4,
  .points-packaging__feature h4 {
    white-space: normal;
  }
}
/* ==========================================================
   OUR POINTS / slide 03 benefit SVG cards
========================================================== */
.points-carousel__slide--packaging .points-packaging__benefit {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
  overflow: hidden;
}
.points-carousel__slide--packaging .points-packaging__benefit--taste,
.points-carousel__slide--packaging .points-packaging__benefit--nutrition,
.points-carousel__slide--packaging .points-packaging__benefit--freshness,
.points-carousel__slide--packaging .points-packaging__benefit--portable {
  border-top: 0;
}
.points-packaging__benefit-visual {
  display: block;
  width: 100%;
  height: auto;
}
.points-carousel__slide--packaging .points-packaging__benefit .points-packaging__icon,
.points-carousel__slide--packaging .points-packaging__benefit h5,
.points-carousel__slide--packaging .points-packaging__benefit p {
  display: none;
}
/* ==========================================================
   OUR POINTS / asset swap refinements
========================================================== */
.points-process__food-asset {
  display: block;
  width: min(100%, 178px);
  height: auto;
  margin: 0 auto;
}
.points-process__food figcaption {
  margin-top: 12px;
}
.points-process__food figcaption span {
  display: block;
  max-width: 18em;
  margin: 0 auto;
}
.points-packaging__hero-image--real {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.points-packaging__hero {
  padding: 0;
  background: transparent;
  border: 0;
}
@media (min-width: 921px) {
  .points-carousel__slide--process .points-process__foods {
    align-items: start;
  }
  .points-carousel__slide--process .points-process__food {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .points-carousel__slide--process .points-process__food-asset {
    width: min(100%, 172px);
  }
  .points-carousel__slide--packaging .points-packaging__feature {
    justify-content: space-between;
  }
  .points-carousel__slide--packaging .points-packaging__hero {
    margin-top: 18px;
  }
}
@media (max-width: 920px) {
  .points-process__food-asset {
    width: min(100%, 168px);
  }
  .points-packaging__hero-image--real {
    border-radius: 20px;
  }
}
@media (max-width: 700px) {
  .points-process__food-asset {
    width: min(100%, 176px);
  }
  .points-process__food figcaption span {
    max-width: 20em;
  }
  .points-packaging__hero-image--real {
    border-radius: 16px;
  }
}
/* stronger overrides for swapped real assets */
.points-carousel__slide--packaging .points-packaging__hero {
  padding: 0;
  border: 0;
  background: transparent;
}
.points-carousel__slide--packaging .points-packaging__hero-image.points-packaging__hero-image--real {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  border: 0;
  border-radius: 24px;
  background: transparent;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 920px) {
  .points-carousel__slide--packaging .points-packaging__hero-image.points-packaging__hero-image--real {
    border-radius: 20px;
  }
}
@media (max-width: 700px) {
  .points-carousel__slide--packaging .points-packaging__hero-image.points-packaging__hero-image--real {
    border-radius: 16px;
  }
}
/* ==========================================================
   OUR POINTS / icon sizing refinement
   - process SVGs align by height, not width
   - packaging benefits are pictograms only (no card decoration)
========================================================== */
.points-carousel__slide--process .points-process__food-asset {
  display: block;
  width: auto;
  height: 92px;
  max-width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.points-carousel__slide--packaging .points-packaging__benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 34px;
       column-gap: 34px;
  row-gap: 26px;
  margin-top: 36px;
  justify-items: center;
  align-items: center;
}
.points-carousel__slide--packaging .points-packaging__benefit,
.points-carousel__slide--packaging .points-packaging__benefit--taste,
.points-carousel__slide--packaging .points-packaging__benefit--nutrition,
.points-carousel__slide--packaging .points-packaging__benefit--freshness,
.points-carousel__slide--packaging .points-packaging__benefit--portable {
  width: 100%;
  min-height: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.points-carousel__slide--packaging .points-packaging__benefit-visual {
  display: block;
  width: auto;
  height: 72px;
  max-width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 920px) {
  .points-carousel__slide--process .points-process__food-asset {
    height: 84px;
  }
  .points-carousel__slide--packaging .points-packaging__benefits {
    -moz-column-gap: 26px;
         column-gap: 26px;
    row-gap: 22px;
  }
  .points-carousel__slide--packaging .points-packaging__benefit-visual {
    height: 64px;
  }
}
@media (max-width: 620px) {
  .points-carousel__slide--process .points-process__food-asset {
    height: 74px;
  }
  .points-carousel__slide--packaging .points-packaging__benefits {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 18px;
  }
  .points-carousel__slide--packaging .points-packaging__benefit-visual {
    height: 56px;
  }
}
/* FINAL / packaging pictograms only */
.points-carousel__slide--process .points-process__food-asset {
  display: block;
  width: auto !important;
  height: 92px !important;
  max-width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.points-carousel__slide--packaging .points-packaging__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 34px;
  margin-top: 34px;
  padding: 0;
  align-items: center;
  justify-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.points-carousel__slide--packaging .points-packaging__benefit-visual {
  display: block;
  width: auto !important;
  height: 58px !important;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 920px) {
  .points-carousel__slide--process .points-process__food-asset {
    height: 84px !important;
  }
  .points-carousel__slide--packaging .points-packaging__benefits {
    gap: 22px 28px;
  }
  .points-carousel__slide--packaging .points-packaging__benefit-visual {
    height: 52px !important;
  }
}
@media (max-width: 620px) {
  .points-carousel__slide--process .points-process__food-asset {
    height: 74px !important;
  }
  .points-carousel__slide--packaging .points-packaging__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
  }
  .points-carousel__slide--packaging .points-packaging__benefit-visual {
    height: 46px !important;
  }
}
/* ==========================================================
   OUR POINTS / slide 03 balance fix
   - left/right visual weight rebalance
   - packaging benefit SVGs made large enough to function as visuals
   - copy block and package photo spacing tightened
========================================================== */
@media (min-width: 921px) {
  .points-carousel__slide--packaging .points-carousel__card,
  .points-carousel__slide--packaging .points-carousel__packaging-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: start;
    min-height: 600px;
  }
  .points-carousel__slide--packaging .points-packaging__intro {
    justify-content: flex-start;
    padding-top: 10px;
  }
  .points-carousel__slide--packaging .points-packaging__copy h3 {
    font-size: clamp(31px, 2.45vw, 36px);
    line-height: 1.72;
  }
  .points-carousel__slide--packaging .points-packaging__copy p {
    max-width: 560px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 2.05;
  }
  .points-carousel__slide--packaging .points-packaging__benefits {
    width: min(100%, 560px);
    margin-top: 44px;
    gap: 24px 30px;
    justify-items: center;
    align-items: center;
  }
  .points-carousel__slide--packaging .points-packaging__benefit-visual {
    height: 118px !important;
  }
  .points-carousel__slide--packaging .points-packaging__feature {
    justify-content: flex-start;
    padding: 12px 0 0 56px;
  }
  .points-carousel__slide--packaging .points-packaging__feature h4 {
    font-size: clamp(27px, 2.1vw, 31px);
    line-height: 1.78;
  }
  .points-carousel__slide--packaging .points-packaging__feature p {
    max-width: 560px;
    margin-top: 28px;
    font-size: 14px;
    line-height: 2.05;
  }
  .points-carousel__slide--packaging .points-packaging__hero {
    width: min(100%, 620px);
    margin-top: 34px;
  }
  .points-carousel__slide--packaging .points-packaging__hero-image.points-packaging__hero-image--real {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 920px) {
  .points-carousel__slide--packaging .points-packaging__benefits {
    width: min(100%, 520px);
    margin-top: 34px;
    gap: 18px 22px;
  }
  .points-carousel__slide--packaging .points-packaging__benefit-visual {
    height: 94px !important;
  }
  .points-carousel__slide--packaging .points-packaging__feature {
    padding-top: 34px;
  }
  .points-carousel__slide--packaging .points-packaging__hero {
    margin-top: 24px;
  }
}
@media (max-width: 620px) {
  .points-carousel__slide--packaging .points-packaging__copy h3,
  .points-carousel__slide--packaging .points-packaging__feature h4 {
    line-height: 1.65;
  }
  .points-carousel__slide--packaging .points-packaging__benefits {
    width: 100%;
    gap: 16px 18px;
  }
  .points-carousel__slide--packaging .points-packaging__benefit-visual {
    height: 78px !important;
  }
}
/* ==========================================================
   OUR POINTS / slide 03 icon layout refinement
   4 packaging benefit SVGs in one horizontal row on desktop
========================================================== */
@media (min-width: 921px) {
  .points-carousel__slide--packaging .points-packaging__benefits {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: end;
    justify-items: center;
  }
  .points-carousel__slide--packaging .points-packaging__benefit-visual {
    width: 100%;
    max-width: 122px;
    height: auto !important;
    display: block;
  }
  .points-carousel__slide--packaging .points-packaging__intro {
    padding-right: 22px;
  }
  .points-carousel__slide--packaging .points-packaging__copy p {
    max-width: none;
  }
}
@media (max-width: 920px) {
  .points-carousel__slide--packaging .points-packaging__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    justify-items: center;
  }
  .points-carousel__slide--packaging .points-packaging__benefit-visual {
    width: 100%;
    max-width: 128px;
    height: auto !important;
    display: block;
  }
}
@media (max-width: 560px) {
  .points-carousel__slide--packaging .points-packaging__benefits {
    gap: 14px 16px;
  }
  .points-carousel__slide--packaging .points-packaging__benefit-visual {
    max-width: 112px;
  }
}
/* ==========================================================
   OUR POINTS / slide 02 value SVG asset names
========================================================== */
.points-carousel__slide--process .points-process__value-icon {
  display: block;
  width: 82px;
  height: 82px;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
}
@media (max-width: 920px) {
  .points-carousel__slide--process .points-process__value-icon {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 620px) {
  .points-carousel__slide--process .points-process__value-icon {
    width: 64px;
    height: 64px;
  }
}
/* ==========================================================
   OUR POINTS / slide 02 value icon balance refinement
   - normalize icon footprint
   - tune each SVG slightly for more even visual balance
========================================================== */
.points-carousel__slide--process .points-process__value {
  grid-template-columns: 96px minmax(0, 220px) minmax(0, 1fr);
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.points-carousel__slide--process .points-process__value-icon {
  width: 74px;
  height: 74px;
  justify-self: center;
}
.points-carousel__slide--process .points-process__value:nth-child(1) .points-process__value-icon {
  width: 70px;
  height: 70px;
}
.points-carousel__slide--process .points-process__value:nth-child(2) .points-process__value-icon {
  width: 68px;
  height: 68px;
}
.points-carousel__slide--process .points-process__value:nth-child(3) .points-process__value-icon {
  width: 72px;
  height: 72px;
}
@media (max-width: 920px) {
  .points-carousel__slide--process .points-process__value {
    grid-template-columns: 88px minmax(0, 180px) minmax(0, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .points-carousel__slide--process .points-process__value-icon {
    width: 68px;
    height: 68px;
  }
  .points-carousel__slide--process .points-process__value:nth-child(1) .points-process__value-icon {
    width: 64px;
    height: 64px;
  }
  .points-carousel__slide--process .points-process__value:nth-child(2) .points-process__value-icon {
    width: 62px;
    height: 62px;
  }
  .points-carousel__slide--process .points-process__value:nth-child(3) .points-process__value-icon {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 620px) {
  .points-carousel__slide--process .points-process__value {
    grid-template-columns: 78px minmax(0, 132px) minmax(0, 1fr);
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .points-carousel__slide--process .points-process__value-icon {
    width: 60px;
    height: 60px;
  }
  .points-carousel__slide--process .points-process__value:nth-child(1) .points-process__value-icon {
    width: 56px;
    height: 56px;
  }
  .points-carousel__slide--process .points-process__value:nth-child(2) .points-process__value-icon {
    width: 54px;
    height: 54px;
  }
  .points-carousel__slide--process .points-process__value:nth-child(3) .points-process__value-icon {
    width: 58px;
    height: 58px;
  }
}
/* protein icon asset filenames (slide 01) */
.points-carousel__protein-visual {
  display: block;
  width: 108px;
  height: 108px;
  margin: 0 auto 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1100px) {
  .points-carousel__protein-visual {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 920px) {
  .points-carousel__protein-visual {
    width: 92px;
    height: 92px;
    margin-bottom: 9px;
  }
}
@media (max-width: 640px) {
  .points-carousel__protein-visual {
    width: 78px;
    height: 78px;
  }
}
/* ==========================================================
   OUR POINTS / final vertical alignment + controls spacing
   2026-08-20
   - all slide column titles start from the same top axis
   - controls sit directly below the active slide content
========================================================== */
@media (min-width: 921px) {
  .points-carousel__card,
  .points-carousel__slide--process .points-carousel__card,
  .points-carousel__slide--packaging .points-carousel__card,
  .points-carousel__slide--process .points-carousel__process-card,
  .points-carousel__slide--packaging .points-carousel__packaging-card {
    min-height: 0 !important;
    align-items: start !important;
  }
  /* Slide 01 */
  .points-carousel__main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    justify-content: flex-start !important;
  }
  .points-carousel__protein-panel {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-self: start !important;
    justify-content: flex-start !important;
  }
  /* Slide 02 */
  .points-carousel__slide--process .points-process__intro {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-self: start !important;
    justify-content: flex-start !important;
  }
  .points-carousel__slide--process .points-process__values {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-self: start !important;
    justify-content: flex-start !important;
  }
  /* Slide 03 */
  .points-carousel__slide--packaging .points-packaging__intro {
    padding-top: 0 !important;
    align-self: start !important;
    justify-content: flex-start !important;
  }
  .points-carousel__slide--packaging .points-packaging__feature {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-self: start !important;
    justify-content: flex-start !important;
  }
  .points-carousel__copy h3,
  .points-carousel__protein-panel h4,
  .points-process__copy h3,
  .points-process__values > h4,
  .points-packaging__copy h3,
  .points-packaging__feature h4 {
    margin-top: 0 !important;
  }
}
/* Let JS match the viewport to the active slide instead of the tallest slide. */
.points-carousel__viewport {
  min-height: 0 !important;
  transition: height 0.28s ease;
}
.points-carousel__track {
  align-items: flex-start;
}
/* Controls follow the slide in normal flow, so the gap stays compact. */
.points-carousel {
  padding-bottom: 0 !important;
}
.points-carousel__controls {
  position: static !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 24px auto 0 !important;
}
@media (max-width: 920px) {
  .points-carousel__controls {
    margin-top: 20px !important;
  }
}
@media (max-width: 560px) {
  .points-carousel__controls {
    margin-top: 16px !important;
  }
}
/* 2026-08-20 final tweak: remove English eyebrow and enlarge title artwork */
.points-carousel-heading__eyebrow {
  display: none !important;
}
.points-carousel-heading__titleline {
  min-height: 60px;
}
.points-carousel-heading__image {
  width: clamp(196px, 16vw, 236px);
}
@media (max-width: 700px) {
  .points-carousel-heading__titleline {
    min-height: 50px;
  }
  .points-carousel-heading__image {
    width: 188px;
  }
}
/* 2026-08-20 title artwork size-up */
.points-carousel-heading__titleline {
  min-height: 72px;
}
.points-carousel-heading__image {
  width: clamp(228px, 18vw, 286px);
}
@media (max-width: 700px) {
  .points-carousel-heading__titleline {
    min-height: 58px;
  }
  .points-carousel-heading__image {
    width: 214px;
  }
}
/* ==========================================================
   OUR POINTS / slide 03 package image balance refinement
   2026-08-20
========================================================== */
@media (min-width: 921px) {
  .points-carousel__slide--packaging .points-carousel__packaging-card {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 68px;
  }
  .points-carousel__slide--packaging .points-packaging__intro {
    padding-right: 8px !important;
  }
  .points-carousel__slide--packaging .points-packaging__feature {
    padding-left: 52px !important;
  }
  .points-carousel__slide--packaging .points-packaging__copy h3,
  .points-carousel__slide--packaging .points-packaging__feature h4 {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .points-carousel__slide--packaging .points-packaging__copy p,
  .points-carousel__slide--packaging .points-packaging__feature p {
    margin-top: 22px !important;
    line-height: 2 !important;
  }
  .points-carousel__slide--packaging .points-packaging__benefits {
    margin-top: 42px !important;
  }
  .points-carousel__slide--packaging .points-packaging__hero {
    display: block !important;
    width: min(100%, 480px) !important;
    min-height: 0 !important;
    height: auto !important;
    margin-top: 42px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .points-carousel__slide--packaging .points-packaging__hero-image.points-packaging__hero-image--real {
    display: block !important;
    width: 100% !important;
    max-width: 480px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
@media (max-width: 920px) {
  .points-carousel__slide--packaging .points-packaging__hero {
    display: block !important;
    width: min(100%, 540px) !important;
    min-height: 0 !important;
    height: auto !important;
    margin-top: 26px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .points-carousel__slide--packaging .points-packaging__hero-image.points-packaging__hero-image--real {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 0 !important;
  }
}
/* ==========================================================
   OUR POINTS / Chapter Navigation C
   Simple chapter navigation replacing arrows, count and dots.
========================================================== */
.points-carousel {
  padding-bottom: 0 !important;
}
.points-carousel__arrow,
.points-carousel__controls {
  display: none !important;
}
.points-chapter-nav {
  width: min(100% - 200px, 1152px);
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 68px;
  align-items: stretch;
  border-top: 1px solid rgba(153, 90, 49, 0.18);
}
.points-chapter-nav__item {
  position: relative;
  min-height: 74px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 0;
  border-right: 1px solid rgba(153, 90, 49, 0.12);
  background: transparent;
  color: #8d857d;
  text-align: left;
  cursor: pointer;
  transition: color 0.22s ease;
}
.points-chapter-nav__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transform: scaleX(0.34);
  transform-origin: left center;
  transition: background-color 0.22s ease, transform 0.28s ease;
}
.points-chapter-nav__item:hover,
.points-chapter-nav__item:focus-visible,
.points-chapter-nav__item.is-active {
  color: #be9949;
}
.points-chapter-nav__item:focus-visible {
  outline: 1px solid rgba(153, 90, 49, 0.35);
  outline-offset: -1px;
}
.points-chapter-nav__item.is-active::before {
  background: #be9949;
  transform: scaleX(1);
}
.points-chapter-nav__number {
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.09em;
}
.points-chapter-nav__label {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.points-chapter-nav__next {
  display: grid;
  place-items: stretch;
}
.points-chapter-nav__next button {
  width: 100%;
  min-height: 74px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #403830;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  transition: color 0.22s ease;
}
.points-chapter-nav__next button span {
  display: inline-block;
  transition: transform 0.22s ease;
}
.points-chapter-nav__next button:hover,
.points-chapter-nav__next button:focus-visible {
  color: #be9949;
  outline: none;
}
.points-chapter-nav__next button:hover span,
.points-chapter-nav__next button:focus-visible span {
  transform: translateX(3px);
}
@media (min-width: 921px) and (max-width: 1180px) {
  .points-chapter-nav {
    width: calc(100% - 144px);
  }
}
@media (max-width: 920px) {
  .points-chapter-nav {
    width: calc(100% - 72px);
    margin-top: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 54px;
  }
  .points-chapter-nav__item {
    min-height: 64px;
    padding: 0 12px;
    gap: 9px;
  }
  .points-chapter-nav__number {
    font-size: 10px;
  }
  .points-chapter-nav__label {
    font-size: 14px;
  }
  .points-chapter-nav__next button {
    min-height: 64px;
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .points-chapter-nav {
    width: calc(100% - 40px);
    margin-top: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 46px;
  }
  .points-chapter-nav__item {
    min-height: 58px;
    padding: 0 8px;
    gap: 6px;
  }
  .points-chapter-nav__number {
    font-size: 9px;
  }
  .points-chapter-nav__label {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .points-chapter-nav__next button {
    min-height: 58px;
    font-size: 20px;
  }
}
/* ==========================================================
   OUR POINTS / Edge Gallery B
   Minimal outer arrows + compact count / line indicator.
========================================================== */
.points-chapter-nav {
  display: none !important;
}
.points-carousel {
  position: relative;
  padding-bottom: 54px !important;
}
.points-edge-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 52px;
  height: 74px;
  margin-top: -54px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #403830;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  transition: color 0.22s ease, transform 0.22s ease;
}
.points-edge-arrow span {
  display: block;
  transform: translateY(-1px);
}
.points-edge-arrow:hover,
.points-edge-arrow:focus-visible {
  color: #be9949;
  outline: none;
}
.points-edge-arrow:hover {
  transform: translateY(-1px);
}
.points-edge-arrow--prev {
  left: 12px;
}
.points-edge-arrow--next {
  right: 12px;
}
.points-edge-foot {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: min(100% - 200px, 1152px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  align-items: center;
  pointer-events: none;
}
.points-edge-foot__count {
  margin: 0;
  color: #8f8882;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.points-edge-foot__count strong {
  color: #be9949;
  font-size: 18px;
  font-weight: 400;
}
.points-edge-indicator {
  grid-column: 2;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 9px;
}
.points-edge-indicator span {
  display: block;
  width: 8px;
  height: 2px;
  background: #d5d0cb;
  transition: width 0.28s ease, background-color 0.28s ease;
}
.points-edge-indicator span.is-active {
  width: 38px;
  background: #be9949;
}
@media (min-width: 921px) and (max-width: 1180px) {
  .points-edge-foot {
    width: calc(100% - 144px);
  }
  .points-edge-arrow--prev {
    left: 6px;
  }
  .points-edge-arrow--next {
    right: 6px;
  }
}
@media (max-width: 920px) {
  .points-carousel {
    padding-bottom: 50px !important;
  }
  .points-edge-arrow {
    top: auto;
    bottom: 0;
    width: 42px;
    height: 42px;
    margin-top: 0;
    font-size: 36px;
  }
  .points-edge-arrow--prev {
    left: 18px;
  }
  .points-edge-arrow--next {
    right: 18px;
  }
  .points-edge-foot {
    bottom: 12px;
    width: calc(100% - 120px);
    grid-template-columns: 54px 1fr 54px;
  }
  .points-edge-foot__count strong {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .points-edge-arrow--prev {
    left: 10px;
  }
  .points-edge-arrow--next {
    right: 10px;
  }
  .points-edge-foot {
    width: calc(100% - 96px);
    grid-template-columns: 46px 1fr 46px;
  }
  .points-edge-indicator {
    gap: 7px;
  }
  .points-edge-indicator span.is-active {
    width: 30px;
  }
}
/* ==========================================================
   OUR POINTS / fixed carousel frame height
   Tallest slide defines the viewport height at each breakpoint.
   Navigation stays on one vertical axis while sliding.
========================================================== */
.points-carousel__viewport {
  transition: none !important;
}
.points-carousel__track {
  align-items: flex-start;
}
.points-edge-arrow {
  top: 50%;
}
@media (max-width: 920px) {
  .points-edge-arrow {
    top: auto;
  }
}
/* ==========================================================
   OUR POINTS / Fade Gallery
   B UI + fixed frame + quiet crossfade transition.
========================================================== */
.points-carousel__viewport {
  position: relative;
  overflow: hidden;
  transition: none !important;
}
.points-carousel__track {
  position: relative;
  display: block !important;
  width: 100% !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}
.points-carousel__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 8px, 0);
  z-index: 0;
  transition: opacity 0.46s cubic-bezier(0.22, 0.72, 0.22, 1), transform 0.46s cubic-bezier(0.22, 0.72, 0.22, 1), visibility 0s linear 0.46s;
}
.points-carousel__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  z-index: 2;
  transition: opacity 0.46s cubic-bezier(0.22, 0.72, 0.22, 1), transform 0.46s cubic-bezier(0.22, 0.72, 0.22, 1), visibility 0s linear 0s;
}
.points-carousel-heading__image.is-fade-enter {
  animation: pointsHeadingFade 0.42s cubic-bezier(0.22, 0.72, 0.22, 1) both;
}
@keyframes pointsHeadingFade {
  from {
    opacity: 0.18;
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* Keep navigation completely independent from slide content height. */
.points-edge-arrow,
.points-edge-foot {
  z-index: 8;
}
@media (prefers-reduced-motion: reduce) {
  .points-carousel__slide,
  .points-carousel__slide.is-active {
    transform: none;
    transition-duration: 0.01ms !important;
  }
  .points-carousel-heading__image.is-fade-enter {
    animation: none !important;
  }
}
/* 2026-08-20: process heading numeral uses the same styling as the rest of the title */
.points-process__values > h4 strong {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
/* ==========================================================
   OUR POINTS / Elegant easy-control rail
   - quiet cosmetic-brand appearance
   - explicit Japanese labels for broad age usability
   - large hit areas without button-like decoration
   - non-looping navigation with clear disabled ends
========================================================== */
.points-edge-arrow,
.points-edge-foot {
  display: none !important;
}
.points-carousel {
  padding-bottom: 0 !important;
}
.points-carousel__viewport {
  touch-action: pan-y;
}
.points-control-rail {
  width: min(100% - 200px, 1152px);
  min-height: 82px;
  margin: 14px auto 0;
  border-top: 1px solid #ded8d2;
  display: grid;
  grid-template-columns: minmax(150px, 180px) 1fr minmax(150px, 180px);
  align-items: center;
  gap: 20px;
}
.points-control-rail__nav {
  min-height: 62px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #403a35;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: color 0.18s ease, opacity 0.18s ease;
}
.points-control-rail__nav--next {
  justify-content: flex-end;
}
.points-control-rail__nav:not(:disabled):hover,
.points-control-rail__nav:not(:disabled):focus-visible {
  color: #be9949;
}
.points-control-rail__nav:focus-visible,
.points-control-rail__progress button:focus-visible {
  outline: 2px solid rgba(153, 90, 49, 0.34);
  outline-offset: 4px;
  border-radius: 3px;
}
.points-control-rail__nav:disabled {
  color: #8e8882;
  opacity: 0.32;
  cursor: default;
}
.points-control-rail__label {
  white-space: nowrap;
}
.points-control-rail__arrow {
  position: relative;
  display: block;
  width: 36px;
  height: 12px;
  flex: 0 0 36px;
  transition: transform 0.18s ease;
}
.points-control-rail__arrow::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 34px;
  height: 1px;
  background: currentColor;
}
.points-control-rail__arrow::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.points-control-rail__arrow--prev::before {
  left: 2px;
}
.points-control-rail__arrow--prev::after {
  left: 2px;
  transform: rotate(-135deg);
}
.points-control-rail__arrow--next::before {
  right: 2px;
}
.points-control-rail__arrow--next::after {
  right: 2px;
  transform: rotate(45deg);
}
.points-control-rail__nav:not(:disabled):hover .points-control-rail__arrow--prev,
.points-control-rail__nav:not(:disabled):focus-visible .points-control-rail__arrow--prev {
  transform: translateX(-3px);
}
.points-control-rail__nav:not(:disabled):hover .points-control-rail__arrow--next,
.points-control-rail__nav:not(:disabled):focus-visible .points-control-rail__arrow--next {
  transform: translateX(3px);
}
.points-control-rail__center {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.points-control-rail__count {
  min-width: 54px;
  margin: 0;
  color: #807a74;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.055em;
  white-space: nowrap;
}
.points-control-rail__count strong {
  color: #be9949;
  font-size: 19px;
  font-weight: 400;
}
.points-control-rail__progress {
  display: flex;
  align-items: center;
  gap: 9px;
}
.points-control-rail__progress button {
  position: relative;
  width: 58px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.points-control-rail__progress button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 23px;
  height: 2px;
  background: #d9d4cf;
  transition: height 0.18s ease, background-color 0.18s ease;
}
.points-control-rail__progress button.is-active::before {
  height: 3px;
  background: #be9949;
}
.points-control-rail__progress button:not(.is-active):hover::before,
.points-control-rail__progress button:not(.is-active):focus-visible::before {
  background: #a99b8f;
}
@media (min-width: 921px) and (max-width: 1180px) {
  .points-control-rail {
    width: calc(100% - 144px);
  }
}
@media (max-width: 920px) {
  .points-control-rail {
    width: calc(100% - 72px);
    min-height: 76px;
    margin-top: 12px;
    grid-template-columns: 120px 1fr 120px;
    gap: 8px;
  }
  .points-control-rail__nav {
    min-height: 58px;
    gap: 9px;
    font-size: 15px;
  }
  .points-control-rail__arrow {
    width: 28px;
    flex-basis: 28px;
  }
  .points-control-rail__arrow::before {
    width: 26px;
  }
  .points-control-rail__center {
    gap: 14px;
  }
  .points-control-rail__progress {
    gap: 5px;
  }
  .points-control-rail__progress button {
    width: 36px;
    height: 46px;
  }
  .points-control-rail__progress button::before {
    top: 22px;
  }
}
@media (max-width: 560px) {
  .points-control-rail {
    width: calc(100% - 32px);
    min-height: 72px;
    grid-template-columns: 88px 1fr 88px;
    gap: 4px;
  }
  .points-control-rail__nav {
    min-height: 58px;
    gap: 6px;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .points-control-rail__arrow {
    width: 20px;
    flex-basis: 20px;
  }
  .points-control-rail__arrow::before {
    width: 18px;
  }
  .points-control-rail__center {
    gap: 7px;
  }
  .points-control-rail__count {
    min-width: 43px;
    font-size: 12px;
  }
  .points-control-rail__count strong {
    font-size: 17px;
  }
  .points-control-rail__progress {
    gap: 3px;
  }
  .points-control-rail__progress button {
    width: 25px;
    height: 44px;
  }
  .points-control-rail__progress button::before {
    top: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .points-control-rail__nav,
  .points-control-rail__arrow,
  .points-control-rail__progress button::before {
    transition: none !important;
  }
}
/* ==========================================================
   OUR POINTS / compact centered controls
   - keep PREV / NEXT close together so mouse travel is minimal
   - preserve large hit areas without adding card-like decoration
========================================================== */
.points-control-rail {
  width: min(100% - 32px, 560px) !important;
  min-height: 72px;
  margin: 16px auto 0 !important;
  grid-template-columns: 116px minmax(210px, 1fr) 116px !important;
  gap: 16px !important;
  align-items: center;
}
.points-control-rail__nav {
  min-height: 56px;
  padding: 0 8px;
}
.points-control-rail__nav--prev {
  justify-content: flex-start;
}
.points-control-rail__nav--next {
  justify-content: flex-end;
}
.points-control-rail__center {
  gap: 18px;
}
.points-control-rail__progress {
  gap: 6px;
}
.points-control-rail__progress button {
  width: 42px;
  height: 48px;
}
@media (max-width: 700px) {
  .points-control-rail {
    width: calc(100% - 32px) !important;
    grid-template-columns: 92px minmax(0, 1fr) 92px !important;
    gap: 8px !important;
  }
  .points-control-rail__nav {
    min-height: 56px;
    padding: 0 4px;
  }
  .points-control-rail__center {
    gap: 10px;
  }
  .points-control-rail__progress button {
    width: 30px;
  }
}
/* ==========================================================
   GOODISH POINTS / vertical section implementation
   - replaces carousel with a simple reading flow
   - no arrows, dots, counters or slider interaction
========================================================== */
.points-vertical {
  --pv-brown: #be9949;
  --pv-ink: #2f2924;
  --pv-copy: #403830;
  --pv-line: #e8e1db;
  --pv-soft: #faf8f5;
  --pv-max: 1152px;
  --pv-serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --pv-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  width: 100%;
  padding: 0 0 28px;
  background: #fff;
  overflow: hidden;
}
.points-vertical__intro {
  width: min(100% - 48px, var(--pv-max));
  margin: 0 auto;
  padding: 96px 0 72px;
}
.points-vertical__eyebrow {
  margin: 0 0 14px;
  color: var(--pv-brown);
  font-family: var(--pv-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.points-vertical__intro h2 {
  margin: 0;
  color: var(--pv-ink);
  font-family: var(--pv-serif);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.points-vertical__lead {
  margin: 22px 0 0;
  color: #766e67;
  font-family: var(--pv-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.025em;
}
.points-vertical .point-section {
  width: min(100% - 48px, var(--pv-max));
  margin: 0 auto;
  padding: 96px 0 108px;
}
.points-vertical .point-section__heading {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 52px;
}
.points-vertical .point-section__kicker {
  margin: 0;
  color: var(--pv-brown);
  font-family: var(--pv-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.points-vertical .point-section__heading h3 {
  margin: 0;
  color: var(--pv-ink);
  font-family: var(--pv-serif);
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.points-vertical .point-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: start;
}
.points-vertical .point-copy h4,
.points-vertical .protein-panel > h4,
.points-vertical .process-values > h4,
.points-vertical .package-feature > h4 {
  margin: 0;
  color: var(--pv-ink);
  font-family: var(--pv-serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.035em;
}
.points-vertical .point-copy > p,
.points-vertical .package-feature > p {
  margin: 24px 0 0;
  color: var(--pv-copy);
  font-family: var(--pv-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
}
.points-vertical .food-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 410px;
  margin-top: 34px;
}
.points-vertical .food-benefit {
  text-align: center;
  color: var(--pv-copy);
  font-family: var(--pv-sans);
  font-size: 13px;
  line-height: 1.55;
}
.points-vertical .food-benefit p {
  margin: 10px 0 0;
}
.points-vertical .food-benefit__icon {
  display: block;
  width: 82px;
  height: 82px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.points-vertical .image-placeholder {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  border: 1px dashed #d9bca8;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #b7957e;
  background: #fffdfb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.points-vertical .protein-panel,
.points-vertical .process-values,
.points-vertical .package-feature {
  min-width: 0;
  padding-left: 42px;
  border-left: 1px solid rgba(153, 90, 49, 0.18);
}
.points-vertical .protein-panel > h4,
.points-vertical .process-values > h4,
.points-vertical .package-feature > h4 {
  font-size: 27px;
}
.points-vertical .point-title-accent {
  display: inline-block;
  color: var(--pv-brown);
}
.points-vertical .point-title-accent--number {
  margin-right: 0.06em;
  font-size: 1.56em;
  line-height: 0.9;
  letter-spacing: 0.01em;
  vertical-align: -0.04em;
}
.points-vertical .point-title-accent--keyword {
  margin-top: 0.08em;
  font-size: 1.26em;
  line-height: 1.18;
  letter-spacing: 0.05em;
}
.points-vertical .protein-panel > h4 {
  margin-bottom: 36px;
}
.points-vertical .protein-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.points-vertical .protein {
  position: relative;
  min-width: 0;
  padding: 0 12px;
  text-align: center;
}
.points-vertical .protein + .protein::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 0;
  width: 1px;
  background: #eee8e3;
}
.points-vertical .protein img {
  display: block;
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 9px;
}
.points-vertical .protein__package {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 108px;
  margin: 0 auto 12px;
  border: 1px solid rgba(199, 176, 142, 0.55);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdfa 0%, #f7f2eb 100%);
  color: #bda483;
  font-family: var(--pv-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.points-vertical .protein__en {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 600;
}
.points-vertical .protein--venison .protein__en {
  color: #577d32;
}
.points-vertical .protein--chicken .protein__en {
  color: #a45b25;
}
.points-vertical .protein--horse .protein__en {
  color: #b22c60;
}
.points-vertical .protein--fish .protein__en {
  color: #1684ad;
}
.points-vertical .protein__jp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 24px;
  margin-top: 7px;
  border-radius: 999px;
  color: #fff;
  font-family: var(--pv-sans);
  font-size: 12px;
}
.points-vertical .protein--venison .protein__jp {
  background: #668d37;
}
.points-vertical .protein--chicken .protein__jp {
  background: #ad642d;
}
.points-vertical .protein--horse .protein__jp {
  background: #bc2258;
}
.points-vertical .protein--fish .protein__jp {
  background: #1188b0;
}
.points-vertical .protein__desc {
  margin: 14px 0 0;
  color: var(--pv-copy);
  font-family: var(--pv-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
.points-vertical .process-foods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.points-vertical .process-foods figure {
  margin: 0;
  text-align: center;
}
.points-vertical .process-foods img {
  display: block;
  width: auto;
  height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 13px;
}
.points-vertical .process-foods figcaption {
  color: var(--pv-copy);
  font-family: var(--pv-sans);
  font-size: 13px;
  line-height: 1.75;
  text-align: left;
}
.points-vertical .process-values > h4 {
  margin-bottom: 20px;
}
.points-vertical .process-value-list {
  display: grid;
}
.points-vertical .process-value-list article {
  display: grid;
  grid-template-columns: 88px 160px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid #eee8e3;
}
.points-vertical .process-value-list img {
  width: 68px;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
  justify-self: center;
}
.points-vertical .process-value-list h5 {
  margin: 0;
  color: var(--pv-ink);
  font-family: var(--pv-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.points-vertical .process-value-list p {
  margin: 0;
  color: var(--pv-copy);
  font-family: var(--pv-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}
.points-vertical .package-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
  margin-top: 42px;
}
.points-vertical .package-benefits img {
  display: block;
  width: 100%;
  max-width: 116px;
  height: auto;
  margin: 0 auto;
}
.points-vertical .package-feature__image {
  display: block;
  width: min(100%, 430px);
  margin: 30px auto 0;
}
@media (max-width: 920px) {
  .points-vertical__intro {
    padding: 72px 0 56px;
  }
  .points-vertical .point-section {
    padding: 72px 0 84px;
  }
  .points-vertical .point-section__heading {
    margin-bottom: 40px;
  }
  .points-vertical .point-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .points-vertical .protein-panel,
  .points-vertical .process-values,
  .points-vertical .package-feature {
    padding: 42px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(153, 90, 49, 0.18);
  }
  .points-vertical .protein-grid {
    max-width: 760px;
    margin: 0 auto;
  }
  .points-vertical .package-benefits {
    max-width: 680px;
  }
}
@media (max-width: 620px) {
  .points-vertical__intro,
  .points-vertical .point-section {
    width: calc(100% - 36px);
  }
  .points-vertical__intro {
    padding: 56px 0 46px;
  }
  .points-vertical__intro h2 {
    font-size: 31px;
  }
  .points-vertical__lead {
    font-size: 14px;
  }
  .points-vertical .point-section {
    padding: 60px 0 72px;
  }
  .points-vertical .point-section__heading {
    gap: 12px;
    margin-bottom: 34px;
  }
  .points-vertical .point-section__kicker {
    font-size: 15px;
  }
  .points-vertical .point-section__heading h3 {
    font-size: 34px;
  }
  .points-vertical .point-copy h4,
  .points-vertical .protein-panel > h4,
  .points-vertical .process-values > h4,
  .points-vertical .package-feature > h4 {
    font-size: 24px;
  }
  .points-vertical .point-copy > p,
  .points-vertical .package-feature > p {
    font-size: 14px;
    line-height: 1.95;
  }
  .points-vertical .food-benefits {
    gap: 8px;
  }
  .points-vertical .image-placeholder {
    width: 72px;
    height: 72px;
  }
  .points-vertical .protein-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 0;
  }
  .points-vertical .protein:nth-child(3)::before {
    display: none;
  }
  .points-vertical .protein__desc {
    font-size: 13px;
    text-align: center;
  }
  .points-vertical .process-foods {
    gap: 10px;
  }
  .points-vertical .process-foods img {
    height: 74px;
  }
  .points-vertical .process-foods figcaption {
    font-size: 13px;
  }
  .points-vertical .process-value-list article {
    grid-template-columns: 70px 125px minmax(0, 1fr);
    gap: 14px;
  }
  .points-vertical .process-value-list img {
    width: 54px;
    height: 54px;
  }
  .points-vertical .process-value-list h5 {
    font-size: 14px;
  }
  .points-vertical .process-value-list p {
    font-size: 13px;
  }
  .points-vertical .package-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
  }
  .points-vertical .package-benefits img {
    max-width: 124px;
  }
}
/* ==========================================================
   OUR POINTS / restore supplied title artwork
   - no added intro copy
   - use original prd_detail_sectitile*.svg artwork for all 3 sections
========================================================== */
.points-vertical .point-section__heading {
  display: block;
  margin-bottom: 52px;
}
.points-vertical .point-section__title-image {
  display: block;
  width: clamp(230px, 22vw, 286px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 920px) {
  .points-vertical .point-section__heading {
    margin-bottom: 40px;
  }
  .points-vertical .point-section__title-image {
    width: 250px;
  }
}
@media (max-width: 620px) {
  .points-vertical .point-section__heading {
    margin-bottom: 34px;
  }
  .points-vertical .point-section__title-image {
    width: 214px;
  }
}
/* ==========================================================
   GOODISH POINTS / 1240px desktop canvas refinement
   - widen only the vertical OUR POINTS content area
   - keep reading text comfortably narrow inside the wider grid
   - preserve all supplied title artwork and existing section content
========================================================== */
.points-vertical {
  --pv-max: 1240px;
}
@media (min-width: 981px) {
  .points-vertical .point-section {
    padding-top: 104px;
    padding-bottom: 118px;
  }
  .points-vertical .point-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(72px, 6.5vw, 92px);
  }
  .points-vertical .point-copy > p,
  .points-vertical .package-feature > p {
    max-width: 470px;
  }
  .points-vertical .food-benefits {
    max-width: 430px;
  }
  .points-vertical .protein-panel,
  .points-vertical .process-values,
  .points-vertical .package-feature {
    padding-left: 52px;
  }
  .points-vertical .protein img {
    width: 96px;
    height: 96px;
  }
  .points-vertical .process-value-list article {
    grid-template-columns: 92px 176px minmax(0, 1fr);
    gap: 24px;
  }
  .points-vertical .package-benefits {
    gap: 22px;
  }
  .points-vertical .package-benefits img {
    max-width: 126px;
  }
  .points-vertical .package-feature__image {
    width: min(100%, 470px);
  }
  .points-vertical .point-section__title-image {
    width: clamp(250px, 21vw, 304px);
  }
}
/* Keep the two-column layout comfortable before switching to tablet. */
@media (min-width: 981px) and (max-width: 1280px) {
  .points-vertical .point-grid {
    gap: 56px;
  }
  .points-vertical .protein-panel,
  .points-vertical .process-values,
  .points-vertical .package-feature {
    padding-left: 38px;
  }
  .points-vertical .process-value-list article {
    grid-template-columns: 82px 154px minmax(0, 1fr);
    gap: 18px;
  }
}
/* Move to a single column slightly earlier than before so the wider desktop
   treatment never makes the mid-size layout feel cramped. */
@media (max-width: 980px) {
  .points-vertical .point-section {
    padding: 72px 0 84px;
  }
  .points-vertical .point-section__heading {
    margin-bottom: 40px;
  }
  .points-vertical .point-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .points-vertical .protein-panel,
  .points-vertical .process-values,
  .points-vertical .package-feature {
    padding: 42px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(153, 90, 49, 0.18);
  }
  .points-vertical .protein-grid {
    max-width: 760px;
    margin: 0 auto;
  }
  .points-vertical .package-benefits {
    max-width: 680px;
  }
}
/* ==========================================================
   GOODISH POINTS / final 1240px balance refinement
   2026-08-20
   - reduce the oversized dead zone between left and right columns
   - give dense right-side content more usable width
   - keep all three POINT sections on one consistent visual grid
========================================================== */
@media (min-width: 981px) {
  .points-vertical .point-section {
    padding-top: 92px;
    padding-bottom: 108px;
  }
  .points-vertical .point-section__heading {
    margin-bottom: 46px;
  }
  /* 44 / 56 split: right side carries denser information in every section. */
  .points-vertical .point-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 40px;
    align-items: start;
  }
  /* The previous 52px inner padding + wide grid gap created a large empty seam. */
  .points-vertical .protein-panel,
  .points-vertical .process-values,
  .points-vertical .package-feature {
    padding-left: 32px;
  }
  .points-vertical .point-copy > p,
  .points-vertical .package-feature > p {
    max-width: 500px;
  }
  .points-vertical .food-benefits {
    max-width: 470px;
    gap: 16px;
  }
  /* FOOD: use the extra right-side width instead of squeezing four proteins. */
  .points-vertical .protein {
    padding-left: 16px;
    padding-right: 16px;
  }
  .points-vertical .protein img {
    width: 98px;
    height: 98px;
  }
  .points-vertical .protein__desc {
    font-size: 13px;
    line-height: 1.72;
  }
  /* PROCESS: clearer three-column information rhythm on the dense right side. */
  .points-vertical .process-value-list article {
    grid-template-columns: 86px 180px minmax(0, 1fr);
    gap: 22px;
    padding: 24px 0;
  }
  .points-vertical .process-value-list img {
    width: 66px;
    height: 66px;
  }
  /* PACKAGE: keep four benefits airy on the left and let the key image breathe. */
  .points-vertical .package-benefits {
    gap: 14px;
    margin-top: 38px;
  }
  .points-vertical .package-benefits img {
    max-width: 108px;
  }
  .points-vertical .package-feature__image {
    width: min(100%, 500px);
    margin-top: 28px;
  }
}
/* Smooth the layout on smaller desktop widths without recreating the old gap. */
@media (min-width: 981px) and (max-width: 1280px) {
  .points-vertical .point-section {
    width: min(100% - 56px, var(--pv-max));
  }
  .points-vertical .point-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 32px;
  }
  .points-vertical .protein-panel,
  .points-vertical .process-values,
  .points-vertical .package-feature {
    padding-left: 26px;
  }
  .points-vertical .protein {
    padding-left: 10px;
    padding-right: 10px;
  }
  .points-vertical .protein img {
    width: 90px;
    height: 90px;
  }
  .points-vertical .process-value-list article {
    grid-template-columns: 78px 158px minmax(0, 1fr);
    gap: 16px;
  }
  .points-vertical .package-benefits img {
    max-width: 102px;
  }
}
/* ==========================================================
   FOOD / 3 quality icons final balance
   - slightly larger SVGs
   - more even spacing across the left column
   - labels sit closer to their icons
========================================================== */
.points-vertical .food-benefits {
  margin-top: 38px;
  gap: 22px;
}
.points-vertical .food-benefit__icon {
  width: 96px;
  height: 96px;
}
.points-vertical .food-benefit p {
  margin-top: 12px;
  min-height: 42px;
  font-size: 13px;
  line-height: 1.6;
}
@media (min-width: 981px) {
  .points-vertical .food-benefits {
    width: 100%;
    max-width: 470px;
  }
}
@media (max-width: 620px) {
  .points-vertical .food-benefits {
    gap: 12px;
    margin-top: 30px;
  }
  .points-vertical .food-benefit__icon {
    width: 82px;
    height: 82px;
  }
  .points-vertical .food-benefit p {
    margin-top: 10px;
    font-size: 12px;
  }
}
/* ==========================================================
   FOOD / package photos + title emphasis
   - replace temporary PACKAGE labels with actual product photography
   - keep all four cards visually even
   - make key title words unmistakably prominent
========================================================== */
.points-vertical .protein__package {
  display: none !important;
}
.points-vertical .protein__package-image {
  display: block;
  width: auto;
  height: 116px;
  max-width: 92px;
  margin: 4px auto 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* The animal mark stays as the category cue;
package becomes the product cue. */
.points-vertical .protein > img:first-child {
  margin-bottom: 8px;
}
/* Strong, consistent emphasis for the three key headings. */
.points-vertical .protein-panel > h4 .point-title-accent--number,
.points-vertical .process-values > h4 .point-title-accent--number {
  color: #be9949 !important;
  font-size: 48px !important;
  line-height: 0.84 !important;
  font-weight: 400 !important;
  vertical-align: -0.08em;
  margin-right: 0.05em;
}
.points-vertical .package-feature > h4 .point-title-accent--keyword {
  color: #be9949 !important;
  font-size: 35px !important;
  line-height: 1.18 !important;
  font-weight: 400 !important;
  letter-spacing: 0.045em;
}
@media (min-width: 981px) {
  .points-vertical .protein-panel > h4 {
    margin-bottom: 28px;
  }
  .points-vertical .protein {
    padding-left: 14px;
    padding-right: 14px;
  }
  .points-vertical .protein > img:first-child {
    width: 88px;
    height: 88px;
  }
  .points-vertical .protein__package-image {
    height: 112px;
    max-width: 88px;
    margin-top: 2px;
    margin-bottom: 10px;
  }
  .points-vertical .protein__en {
    margin-top: 0;
  }
  .points-vertical .protein__desc {
    margin-top: 12px;
  }
}
@media (max-width: 980px) {
  .points-vertical .protein__package-image {
    height: 108px;
    max-width: 84px;
  }
}
@media (max-width: 620px) {
  .points-vertical .protein__package-image {
    height: 96px;
    max-width: 76px;
    margin-bottom: 10px;
  }
  .points-vertical .protein-panel > h4 .point-title-accent--number,
  .points-vertical .process-values > h4 .point-title-accent--number {
    font-size: 40px !important;
  }
  .points-vertical .package-feature > h4 .point-title-accent--keyword {
    font-size: 30px !important;
  }
}
/* ==========================================================
   PROCESS / 3-column vertical cards + single-line key headings
   2026-08-20
   1) remove forced line break from process heading
   2) arrange the 3 values as vertical cards in 3 columns
   3) remove forced line break from nitrogen-method heading
========================================================== */
@media (min-width: 981px) {
  .points-vertical .process-values > h4,
  .points-vertical .package-feature > h4 {
    white-space: nowrap;
  }
  .points-vertical .process-value-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    margin-top: 34px;
  }
  .points-vertical .process-value-list article {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    gap: 0;
    padding: 0 22px;
    border-top: 0;
    text-align: center;
  }
  .points-vertical .process-value-list article + article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    width: 1px;
    background: #eee8e3;
  }
  .points-vertical .process-value-list img {
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .points-vertical .process-value-list h5 {
    width: 100%;
    min-height: 54px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: var(--pv-ink);
    font-family: var(--pv-serif);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
  }
  .points-vertical .process-value-list p {
    width: 100%;
    margin: 12px 0 0;
    color: var(--pv-copy);
    font-family: var(--pv-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
  }
  .points-vertical .package-feature > h4 .point-title-accent--keyword {
    margin-top: 0;
    vertical-align: baseline;
  }
}
@media (max-width: 980px) and (min-width: 621px) {
  .points-vertical .process-value-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
  }
  .points-vertical .process-value-list article {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0 18px;
    border-top: 0;
  }
  .points-vertical .process-value-list article + article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    width: 1px;
    background: #eee8e3;
  }
  .points-vertical .process-value-list img {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .points-vertical .process-value-list h5 {
    min-height: 50px;
    font-size: 15px;
    text-align: center;
  }
  .points-vertical .process-value-list p {
    margin-top: 10px;
    text-align: left;
  }
}
@media (max-width: 620px) {
  .points-vertical .process-value-list {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .points-vertical .process-value-list article {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px 16px;
    align-items: center;
    padding: 22px 0;
    border-top: 1px solid #eee8e3;
    text-align: left;
  }
  .points-vertical .process-value-list img {
    grid-row: 1/span 2;
    width: 56px;
    height: 56px;
    margin: 0 auto;
  }
  .points-vertical .process-value-list h5 {
    margin: 0;
    font-size: 15px;
    text-align: left;
  }
  .points-vertical .process-value-list p {
    margin: 0;
    font-size: 13px;
    text-align: left;
  }
}
/* ==========================================================
   FOOD / package-led protein cards
   - animal mark moves beside the English product title
   - package photography becomes the primary visual
========================================================== */
.points-vertical .protein > .protein__package-image {
  display: block;
  width: auto;
  height: 142px;
  max-width: 112px;
  margin: 0 auto 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.points-vertical .protein__en {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  line-height: 1.2;
}
.points-vertical .protein__en .protein__title-icon {
  display: block;
  width: 28px;
  height: 26px;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
}
.points-vertical .protein--fish .protein__en .protein__title-icon {
  width: 34px;
}
.points-vertical .protein__jp {
  margin-top: 9px;
}
.points-vertical .protein__desc {
  margin-top: 14px;
}
@media (max-width: 1180px) and (min-width: 981px) {
  .points-vertical .protein > .protein__package-image {
    height: 132px;
    max-width: 104px;
  }
  .points-vertical .protein__en .protein__title-icon {
    width: 26px;
    height: 24px;
  }
  .points-vertical .protein--fish .protein__en .protein__title-icon {
    width: 31px;
  }
}
@media (max-width: 980px) {
  .points-vertical .protein > .protein__package-image {
    height: 124px;
    max-width: 98px;
  }
}
@media (max-width: 620px) {
  .points-vertical .protein > .protein__package-image {
    height: 112px;
    max-width: 88px;
    margin-bottom: 14px;
  }
  .points-vertical .protein__en {
    min-height: 28px;
    gap: 6px;
  }
  .points-vertical .protein__en .protein__title-icon {
    width: 24px;
    height: 22px;
  }
  .points-vertical .protein--fish .protein__en .protein__title-icon {
    width: 29px;
  }
}
/* ==========================================================
   2026-08-20 balance fix
   - tighten spacing between the 3 food-quality icons on the left
   - enlarge product package photos on the right
========================================================== */
@media (min-width: 981px) {
  .points-vertical .point-grid--food {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
  }
  .points-vertical .food-benefits {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    width: auto;
    max-width: none;
    margin-top: 34px;
  }
  .points-vertical .food-benefit {
    flex: 0 0 116px;
  }
  .points-vertical .food-benefit__icon {
    width: 102px;
    height: 102px;
  }
  .points-vertical .protein-panel > h4 {
    margin-bottom: 24px;
  }
  .points-vertical .protein {
    padding-left: 10px;
    padding-right: 10px;
  }
  .points-vertical .protein > .protein__package-image {
    height: 162px;
    max-width: 126px;
    margin: 0 auto 16px;
  }
  .points-vertical .protein__en {
    gap: 7px;
    font-size: 17px;
  }
  .points-vertical .protein__desc {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.75;
  }
}
@media (max-width: 1180px) and (min-width: 981px) {
  .points-vertical .food-benefits {
    gap: 20px;
  }
  .points-vertical .food-benefit {
    flex-basis: 110px;
  }
  .points-vertical .protein > .protein__package-image {
    height: 152px;
    max-width: 118px;
  }
}
@media (max-width: 980px) {
  .points-vertical .food-benefits {
    justify-content: center;
  }
}
/* ==========================================================
   2026-08-20 process layout rearrangement
   - move process foods into the right column
   - place process values below those foods
========================================================== */
@media (min-width: 981px) {
  .points-vertical .point-grid--process {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 48px;
  }
  .points-vertical .process-values {
    padding-left: 42px;
  }
  .points-vertical .process-foods--right {
    margin-top: 28px;
    margin-bottom: 34px;
    gap: 16px;
  }
  .points-vertical .process-foods--right figure {
    padding: 0 6px;
  }
  .points-vertical .process-foods--right img {
    height: 82px;
    margin-bottom: 10px;
  }
  .points-vertical .process-foods--right figcaption {
    font-size: 13px;
    line-height: 1.72;
  }
  .points-vertical .process-value-list {
    margin-top: 0;
  }
}
@media (max-width: 980px) and (min-width: 621px) {
  .points-vertical .process-foods--right {
    margin-bottom: 28px;
  }
}
/* ==========================================================
   2026-08-20 final balance tuning requested by user
   - tighten the 3 quality icons on the left
   - make product package photos clearly larger on the right
========================================================== */
@media (min-width: 981px) {
  .points-vertical .point-grid--food {
    gap: 34px;
  }
  .points-vertical .protein-panel {
    padding-left: 24px;
  }
  .points-vertical .food-benefits {
    display: grid;
    grid-template-columns: repeat(3, 110px);
    justify-content: start;
    gap: 16px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    margin-top: 28px;
  }
  .points-vertical .food-benefit {
    width: 110px;
  }
  .points-vertical .food-benefit__icon {
    width: 110px;
    height: 110px;
  }
  .points-vertical .protein-panel > h4 {
    margin-bottom: 22px;
  }
  .points-vertical .protein-grid {
    align-items: start;
  }
  .points-vertical .protein {
    padding-left: 8px;
    padding-right: 8px;
  }
  .points-vertical .protein + .protein::before {
    top: 2px;
    bottom: 6px;
  }
  .points-vertical .protein > .protein__package-image {
    height: 182px;
    max-width: 138px;
    margin: 0 auto 14px;
  }
  .points-vertical .protein__en {
    gap: 6px;
    font-size: 18px;
  }
  .points-vertical .protein__en .protein__title-icon {
    width: 24px;
    height: 22px;
  }
  .points-vertical .protein--fish .protein__en .protein__title-icon {
    width: 30px;
    height: 22px;
  }
  .points-vertical .protein__desc {
    margin-top: 10px;
    font-size: 11.5px;
    line-height: 1.68;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical .food-benefits {
    grid-template-columns: repeat(3, 102px);
    gap: 14px;
  }
  .points-vertical .food-benefit,
  .points-vertical .food-benefit__icon {
    width: 102px;
    height: 102px;
  }
  .points-vertical .protein-panel {
    padding-left: 20px;
  }
  .points-vertical .protein > .protein__package-image {
    height: 168px;
    max-width: 126px;
  }
  .points-vertical .protein__en {
    font-size: 17px;
  }
}
/* ==========================================================
   FINAL FOOD BALANCE / package scale + quality icon cluster
   - force a visibly larger package photo footprint
   - crop transparent horizontal canvas via object-fit: cover
   - keep the 3 quality icons as a tight visual group
========================================================== */
@media (min-width: 981px) {
  .points-vertical .food-benefits {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    width: 340px !important;
    max-width: 340px !important;
    margin: 28px 0 0 !important;
  }
  .points-vertical .food-benefit {
    flex: 0 0 104px !important;
    width: 104px !important;
  }
  .points-vertical .food-benefit__icon {
    width: 104px !important;
    height: 104px !important;
    margin: 0 !important;
  }
  .points-vertical .protein-panel {
    padding-left: 22px !important;
  }
  .points-vertical .protein-panel > h4 {
    margin-bottom: 20px !important;
  }
  .points-vertical .protein {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .points-vertical .protein > .protein__package-image {
    display: block !important;
    width: 156px !important;
    height: 240px !important;
    max-width: none !important;
    margin: -4px auto 10px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center center !important;
       object-position: center center !important;
  }
  .points-vertical .protein__en {
    margin-top: 0 !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical .food-benefits {
    gap: 12px !important;
    width: 318px !important;
    max-width: 318px !important;
  }
  .points-vertical .food-benefit,
  .points-vertical .food-benefit__icon {
    width: 98px !important;
    height: 98px !important;
    flex-basis: 98px !important;
  }
  .points-vertical .protein > .protein__package-image {
    width: 144px !important;
    height: 220px !important;
  }
}
@media (max-width: 980px) and (min-width: 621px) {
  .points-vertical .protein > .protein__package-image {
    width: 142px !important;
    height: 216px !important;
    max-width: none !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    margin: 0 auto 12px !important;
  }
}
@media (max-width: 620px) {
  .points-vertical .protein > .protein__package-image {
    width: 124px !important;
    height: 188px !important;
    max-width: none !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    margin: 0 auto 10px !important;
  }
}
/* ==========================================================
   PACKAGE SCALE REFINEMENT
   - pull back the package photos slightly from the oversized version
   - keep them clearly larger than the original implementation
========================================================== */
@media (min-width: 1181px) {
  .points-vertical .protein > .protein__package-image {
    width: 138px !important;
    height: 212px !important;
    margin: 0 auto 12px !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical .protein > .protein__package-image {
    width: 128px !important;
    height: 196px !important;
    margin: 0 auto 12px !important;
  }
}
@media (max-width: 980px) and (min-width: 621px) {
  .points-vertical .protein > .protein__package-image {
    width: 124px !important;
    height: 190px !important;
    margin: 0 auto 12px !important;
  }
}
@media (max-width: 620px) {
  .points-vertical .protein > .protein__package-image {
    width: 108px !important;
    height: 166px !important;
    margin: 0 auto 10px !important;
  }
}
/* ==========================================================
   FOOD section / 42:58 balance refinement
   - tighten left column
   - give the denser 4-product area more width
   - reduce center gutter and right inner inset
========================================================== */
@media (min-width: 981px) {
  .points-vertical .point-grid--food {
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
    gap: 26px;
  }
  .points-vertical .point-grid--food .point-copy {
    padding-right: 6px;
  }
  .points-vertical .point-grid--food .point-copy > p {
    max-width: 445px;
  }
  .points-vertical .point-grid--food .protein-panel {
    padding-left: 20px;
  }
  .points-vertical .point-grid--food .food-benefits {
    display: grid;
    grid-template-columns: repeat(3, 120px);
    justify-content: start;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    gap: 20px;
    margin-top: 36px;
  }
  .points-vertical .point-grid--food .food-benefit,
  .points-vertical .point-grid--food .food-benefit__icon {
    width: 120px;
  }
  .points-vertical .point-grid--food .food-benefit__icon {
    height: 120px;
  }
  .points-vertical .point-grid--food .protein-grid {
    width: 100%;
  }
  .points-vertical .point-grid--food .protein {
    padding-left: 10px;
    padding-right: 10px;
  }
  .points-vertical .point-grid--food .protein__desc {
    font-size: 12px;
    line-height: 1.72;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical .point-grid--food {
    grid-template-columns: minmax(0, 41fr) minmax(0, 59fr);
    gap: 22px;
  }
  .points-vertical .point-grid--food .protein-panel {
    padding-left: 16px;
  }
  .points-vertical .point-grid--food .food-benefits {
    grid-template-columns: repeat(3, 108px);
    gap: 16px;
  }
  .points-vertical .point-grid--food .food-benefit,
  .points-vertical .point-grid--food .food-benefit__icon {
    width: 108px;
  }
  .points-vertical .point-grid--food .food-benefit__icon {
    height: 108px;
  }
}
/* ==========================================================
   PROCESS SECTION BALANCE REFINEMENT
   - match the approved visual balance reference
   - keep the top area as two balanced columns
   - place the 3 benefits as a full-width block below
========================================================== */
@media (min-width: 981px) {
  .points-vertical .point-grid--process {
    grid-template-columns: minmax(0, 43fr) minmax(0, 57fr) !important;
    gap: 42px !important;
    align-items: start;
  }
  .points-vertical .point-grid--process .point-copy {
    padding-right: 10px;
  }
  .points-vertical .point-grid--process .point-copy > p {
    max-width: 490px;
  }
  .points-vertical .process-values {
    padding-left: 30px !important;
  }
  .points-vertical .process-values > h4 {
    margin-bottom: 26px !important;
    white-space: nowrap;
  }
  .points-vertical .process-foods--right {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    align-items: start;
  }
  .points-vertical .process-foods--right figure {
    padding: 0 4px !important;
    text-align: center;
  }
  .points-vertical .process-foods--right img {
    height: 78px !important;
    margin: 0 auto 10px !important;
  }
  .points-vertical .process-foods--right figcaption {
    font-size: 13px !important;
    line-height: 1.72 !important;
    text-align: left;
  }
  .points-vertical .process-benefits-block--below {
    margin-top: 54px !important;
    padding-top: 0 !important;
  }
  .points-vertical .process-benefits-block__title {
    margin: 0 0 28px;
    color: var(--pv-ink);
    font-family: var(--pv-sans);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .points-vertical .process-benefits-block--below .process-value-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0 !important;
    align-items: stretch;
  }
  .points-vertical .process-benefits-block--below .process-value-list article {
    padding: 0 34px;
    align-items: center;
    text-align: center;
  }
  .points-vertical .process-benefits-block--below .process-value-list article + article::before {
    top: 0;
    bottom: 0;
  }
  .points-vertical .process-benefits-block--below .process-value-list img {
    width: 82px;
    height: 82px;
    margin: 0 auto 20px;
  }
  .points-vertical .process-benefits-block--below .process-value-list h5 {
    min-height: auto;
    color: var(--pv-ink);
    font-family: var(--pv-sans);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
    justify-content: center;
  }
  .points-vertical .process-benefits-block--below .process-value-list p {
    margin-top: 16px;
    color: var(--pv-copy);
    font-family: var(--pv-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.78;
    text-align: left;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical .point-grid--process {
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr) !important;
    gap: 34px !important;
  }
  .points-vertical .process-values {
    padding-left: 24px !important;
  }
  .points-vertical .process-foods--right {
    gap: 18px !important;
  }
  .points-vertical .process-benefits-block--below .process-value-list article {
    padding: 0 24px;
  }
}
/* ==========================================================
   PROCESS SECTION / final visual balance pass
   - closer to the supplied reference composition
   - stronger top 2-column hierarchy
   - full-width 3-value block below
========================================================== */
@media (min-width: 981px) {
  .points-vertical #point-process .point-grid--process {
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr) !important;
    gap: 40px !important;
  }
  .points-vertical #point-process .process-intro h4,
  .points-vertical #point-process .process-values > h4 {
    font-size: 32px !important;
    line-height: 1.55 !important;
    letter-spacing: 0.03em !important;
  }
  .points-vertical #point-process .process-intro > p {
    margin-top: 28px !important;
    max-width: 500px !important;
    font-size: 14px !important;
    line-height: 2 !important;
  }
  .points-vertical #point-process .process-values {
    padding-left: 34px !important;
  }
  .points-vertical #point-process .process-values > h4 {
    margin-bottom: 30px !important;
  }
  .points-vertical #point-process .process-foods--right {
    gap: 26px !important;
    margin-top: 12px !important;
  }
  .points-vertical #point-process .process-foods--right figure {
    padding: 0 !important;
  }
  .points-vertical #point-process .process-foods--right img {
    height: 92px !important;
    margin-bottom: 12px !important;
  }
  .points-vertical #point-process .process-foods--right figcaption {
    max-width: 190px;
    margin: 0 auto;
    font-size: 13px !important;
    line-height: 1.8 !important;
  }
  .points-vertical #point-process .process-benefits-block--below {
    margin-top: 66px !important;
    padding-top: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block__title {
    margin: 0 0 34px !important;
    font-family: var(--pv-sans) !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    width: 100%;
    max-width: none;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-width: 0;
    padding: 0 40px !important;
    border-top: 0 !important;
    text-align: center !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article + article::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0 !important;
    bottom: 0 !important;
    width: 1px;
    background: #eee8e3;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    display: block !important;
    width: 86px !important;
    height: 86px !important;
    margin: 0 auto 20px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    width: 100%;
    margin: 0 !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-sans) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    text-align: center !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    width: 100%;
    max-width: 300px;
    margin: 18px auto 0 !important;
    color: var(--pv-copy) !important;
    font-family: var(--pv-sans) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.85 !important;
    text-align: left !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical #point-process .point-grid--process {
    grid-template-columns: minmax(0, 41fr) minmax(0, 59fr) !important;
    gap: 32px !important;
  }
  .points-vertical #point-process .process-values {
    padding-left: 26px !important;
  }
  .points-vertical #point-process .process-foods--right {
    gap: 18px !important;
  }
  .points-vertical #point-process .process-foods--right img {
    height: 84px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    padding: 0 26px !important;
  }
}
@media (max-width: 980px) {
  .points-vertical #point-process .process-benefits-block--below {
    margin-top: 42px !important;
  }
  .points-vertical #point-process .process-benefits-block__title {
    margin-bottom: 24px !important;
    font-size: 18px !important;
  }
}
/* ==========================================================
   PROCESS SECTION / visible balance correction v2
   Reference target:
   - generous 2-column intro at top
   - right cooking examples read as one visual group
   - full-width 3-value block below with stronger scale
========================================================== */
@media (min-width: 981px) {
  .points-vertical #point-process .point-grid--process {
    grid-template-columns: minmax(0, 40fr) minmax(0, 60fr) !important;
    gap: 46px !important;
    min-height: 360px;
    align-items: start;
  }
  .points-vertical #point-process .process-intro {
    padding: 8px 18px 0 0;
  }
  .points-vertical #point-process .process-intro h4 {
    font-size: 31px !important;
    line-height: 1.72 !important;
    letter-spacing: 0.035em !important;
  }
  .points-vertical #point-process .process-intro > p {
    max-width: 450px !important;
    margin-top: 30px !important;
    font-size: 14px !important;
    line-height: 2.05 !important;
  }
  .points-vertical #point-process .process-values {
    padding: 8px 0 0 48px !important;
    border-left: 1px solid rgba(153, 90, 49, 0.18) !important;
  }
  .points-vertical #point-process .process-values > h4 {
    margin: 0 0 34px !important;
    font-size: 29px !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
  }
  .points-vertical #point-process .process-foods--right {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 34px !important;
    margin: 0 !important;
    align-items: start !important;
  }
  .points-vertical #point-process .process-foods--right figure {
    min-width: 0;
    margin: 0 !important;
    padding: 0 4px !important;
    text-align: center !important;
  }
  .points-vertical #point-process .process-foods--right img {
    width: auto !important;
    height: 94px !important;
    margin: 0 auto 12px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .points-vertical #point-process .process-foods--right figcaption {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.82 !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below {
    width: 100% !important;
    margin: 56px 0 0 !important;
    padding: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block__title {
    margin: 0 0 32px !important;
    color: #111 !important;
    font-family: var(--pv-sans) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    align-items: stretch !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    min-width: 0 !important;
    padding: 0 48px 4px !important;
    border-top: 0 !important;
    text-align: center !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    padding-top: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article + article::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 1px !important;
    background: #e9e2dc !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto 20px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    color: #111 !important;
    font-family: var(--pv-sans) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    text-align: center !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    display: block !important;
    width: 100% !important;
    margin: 22px 0 0 !important;
    color: var(--pv-copy) !important;
    font-family: var(--pv-sans) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.85 !important;
    text-align: left !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical #point-process .point-grid--process {
    grid-template-columns: minmax(0, 39fr) minmax(0, 61fr) !important;
    gap: 36px !important;
  }
  .points-vertical #point-process .process-values {
    padding-left: 34px !important;
  }
  .points-vertical #point-process .process-foods--right {
    gap: 22px !important;
  }
  .points-vertical #point-process .process-foods--right img {
    height: 86px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (max-width: 980px) {
  .points-vertical #point-process .process-benefits-block--below {
    margin-top: 38px !important;
  }
  .points-vertical #point-process .process-benefits-block__title {
    margin-bottom: 24px !important;
    font-size: 18px !important;
  }
}
/* ==========================================================
   POINTS / unified 2-column ratio
   - match POINT 1 across food / process / package
   - desktop: 42 / 58, gutter 26px
   - compact desktop: 41 / 59, gutter 22px
========================================================== */
@media (min-width: 1181px) {
  .points-vertical .point-grid--food,
  .points-vertical .point-grid--process,
  .points-vertical .point-grid--package {
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr) !important;
    gap: 26px !important;
    align-items: start;
  }
  .points-vertical .point-grid--food .point-copy,
  .points-vertical .point-grid--process .point-copy,
  .points-vertical .point-grid--package .point-copy {
    padding-right: 6px;
  }
  .points-vertical .point-grid--food .protein-panel,
  .points-vertical .point-grid--process .process-values,
  .points-vertical .point-grid--package .package-feature {
    padding-left: 20px !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical .point-grid--food,
  .points-vertical .point-grid--process,
  .points-vertical .point-grid--package {
    grid-template-columns: minmax(0, 41fr) minmax(0, 59fr) !important;
    gap: 22px !important;
    align-items: start;
  }
  .points-vertical .point-grid--food .point-copy,
  .points-vertical .point-grid--process .point-copy,
  .points-vertical .point-grid--package .point-copy {
    padding-right: 6px;
  }
  .points-vertical .point-grid--food .protein-panel,
  .points-vertical .point-grid--process .process-values,
  .points-vertical .point-grid--package .package-feature {
    padding-left: 16px !important;
  }
}
/* ==========================================================
   PROCESS SECTION / balance + typography refinement
   - keep the same 42/58 ratio as POINT 1
   - remove the oversized dead space below the upper 2 columns
   - add a full-width horizontal divider before the 3-value block
   - unify headings with the section's Mincho typography
========================================================== */
@media (min-width: 981px) {
  .points-vertical #point-process .point-grid--process {
    min-height: 0 !important;
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr) !important;
    gap: 26px !important;
    align-items: start !important;
  }
  .points-vertical #point-process .process-intro {
    padding: 0 6px 0 0 !important;
  }
  .points-vertical #point-process .process-intro h4,
  .points-vertical #point-process .process-values > h4 {
    margin: 0 !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.62 !important;
    letter-spacing: 0.035em !important;
  }
  .points-vertical #point-process .process-intro > p {
    max-width: 445px !important;
    margin: 24px 0 0 !important;
    color: var(--pv-copy) !important;
    font-family: var(--pv-sans) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 2 !important;
    letter-spacing: 0.025em !important;
  }
  .points-vertical #point-process .process-values {
    padding: 0 0 0 20px !important;
    border-left: 1px solid rgba(153, 90, 49, 0.18) !important;
  }
  .points-vertical #point-process .process-values > h4 {
    margin-bottom: 28px !important;
    white-space: nowrap !important;
  }
  .points-vertical #point-process .process-foods--right {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    margin: 0 !important;
    align-items: start !important;
  }
  .points-vertical #point-process .process-foods--right figure {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 6px !important;
    text-align: center !important;
  }
  .points-vertical #point-process .process-foods--right img {
    display: block !important;
    width: auto !important;
    height: 88px !important;
    margin: 0 auto 12px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .points-vertical #point-process .process-foods--right figcaption {
    margin: 0 !important;
    color: var(--pv-copy) !important;
    font-family: var(--pv-sans) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.78 !important;
    letter-spacing: 0.015em !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below {
    width: 100% !important;
    margin: 42px 0 0 !important;
    padding: 36px 0 0 !important;
    border-top: 1px solid #e9e2dc !important;
  }
  .points-vertical #point-process .process-benefits-block__title {
    margin: 0 0 30px !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.035em !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    align-items: stretch !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    min-width: 0 !important;
    padding: 0 42px 2px !important;
    border-top: 0 !important;
    text-align: center !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article + article::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 4px !important;
    bottom: 2px !important;
    width: 1px !important;
    background: #e9e2dc !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    display: block !important;
    width: 86px !important;
    height: 86px !important;
    margin: 0 auto 18px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    letter-spacing: 0.025em !important;
    text-align: center !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    display: block !important;
    width: 100% !important;
    margin: 16px 0 0 !important;
    color: var(--pv-copy) !important;
    font-family: var(--pv-sans) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.82 !important;
    letter-spacing: 0.015em !important;
    text-align: left !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical #point-process .point-grid--process {
    grid-template-columns: minmax(0, 41fr) minmax(0, 59fr) !important;
    gap: 22px !important;
  }
  .points-vertical #point-process .process-values {
    padding-left: 16px !important;
  }
  .points-vertical #point-process .process-foods--right {
    gap: 18px !important;
  }
  .points-vertical #point-process .process-foods--right img {
    height: 82px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 980px) {
  .points-vertical #point-process .process-benefits-block--below {
    margin-top: 34px !important;
    padding-top: 30px !important;
    border-top: 1px solid #e9e2dc !important;
  }
  .points-vertical #point-process .process-benefits-block__title {
    margin-bottom: 22px !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    font-family: var(--pv-serif) !important;
    font-weight: 400 !important;
  }
}
/* ==========================================================
   PROCESS READABILITY V3
   - clearer hierarchy
   - unified typography
   - tighter top two-column balance
   - horizontal rule separates the full-width benefits block
   - benefits use compact icon + copy layout for easier scanning
========================================================== */
@media (min-width: 981px) {
  .points-vertical #point-process .point-grid--process {
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr) !important;
    gap: 26px !important;
    align-items: stretch !important;
  }
  .points-vertical #point-process .process-intro {
    padding: 0 26px 4px 0 !important;
  }
  .points-vertical #point-process .process-intro h4,
  .points-vertical #point-process .process-values > h4 {
    margin: 0 !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.62 !important;
    letter-spacing: 0.035em !important;
  }
  .points-vertical #point-process .process-intro > p {
    max-width: 440px !important;
    margin: 24px 0 0 !important;
    color: var(--pv-copy) !important;
    font-family: var(--pv-sans) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 2 !important;
    letter-spacing: 0.025em !important;
  }
  .points-vertical #point-process .process-values {
    padding: 0 0 4px 20px !important;
    border-left: 1px solid rgba(153, 90, 49, 0.18) !important;
  }
  .points-vertical #point-process .process-values > h4 {
    margin-bottom: 24px !important;
    white-space: nowrap !important;
  }
  .points-vertical #point-process .process-foods--right {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
    align-items: start !important;
  }
  .points-vertical #point-process .process-foods--right figure {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 8px !important;
    text-align: center !important;
  }
  .points-vertical #point-process .process-foods--right img {
    display: block !important;
    width: auto !important;
    height: 86px !important;
    margin: 0 auto 10px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .points-vertical #point-process .process-foods--right figcaption {
    margin: 0 !important;
    color: var(--pv-copy) !important;
    font-family: var(--pv-sans) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
    letter-spacing: 0.015em !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below {
    width: 100% !important;
    margin: 38px 0 0 !important;
    padding: 32px 0 0 !important;
    border-top: 1px solid #e6dfd9 !important;
  }
  .points-vertical #point-process .process-benefits-block__title {
    margin: 0 0 28px !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.035em !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    margin: 0 !important;
    gap: 0 !important;
    align-items: stretch !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    -moz-column-gap: 18px !important;
         column-gap: 18px !important;
    row-gap: 7px !important;
    align-items: start !important;
    min-width: 0 !important;
    padding: 2px 30px !important;
    border-top: 0 !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article + article::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 1px !important;
    background: #e6dfd9 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    grid-column: 1 !important;
    grid-row: 1/span 2 !important;
    display: block !important;
    width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    letter-spacing: 0.02em !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: var(--pv-copy) !important;
    font-family: var(--pv-sans) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.78 !important;
    letter-spacing: 0.015em !important;
    text-align: left !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical #point-process .point-grid--process {
    grid-template-columns: minmax(0, 41fr) minmax(0, 59fr) !important;
    gap: 22px !important;
  }
  .points-vertical #point-process .process-values {
    padding-left: 16px !important;
  }
  .points-vertical #point-process .process-foods--right {
    gap: 14px !important;
  }
  .points-vertical #point-process .process-foods--right img {
    height: 80px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    -moz-column-gap: 14px !important;
         column-gap: 14px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    width: 64px !important;
    height: 64px !important;
  }
}
@media (max-width: 980px) {
  .points-vertical #point-process .process-benefits-block--below {
    margin-top: 32px !important;
    padding-top: 28px !important;
    border-top: 1px solid #e6dfd9 !important;
  }
  .points-vertical #point-process .process-benefits-block__title {
    margin: 0 0 22px !important;
    font-family: var(--pv-serif) !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    display: grid !important;
    grid-template-columns: 66px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 6px 14px !important;
    padding: 20px 0 !important;
    border-top: 1px solid #ece6e1 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article + article::before {
    content: none !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    grid-column: 1 !important;
    grid-row: 1/span 2 !important;
    width: 58px !important;
    height: 58px !important;
    margin: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-family: var(--pv-serif) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    font-size: 13px !important;
    text-align: left !important;
  }
}
/* ==========================================================
   PROCESS / 3 value cards
   - convert each value into a bordered card
   - keep typography aligned with the rest of OUR POINTS
========================================================== */
@media (min-width: 981px) {
  .points-vertical #point-process .process-benefits-block--below {
    margin-top: 38px !important;
    padding-top: 32px !important;
    border-top: 1px solid #e6dfd9 !important;
  }
  .points-vertical #point-process .process-benefits-block__title {
    margin: 0 0 24px !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.035em !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    -moz-column-gap: 18px !important;
         column-gap: 18px !important;
    row-gap: 10px !important;
    align-items: center !important;
    min-height: 178px !important;
    padding: 24px 22px !important;
    border: 1px solid rgba(153, 90, 49, 0.28) !important;
    border-radius: 16px !important;
    background: #fff !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article + article::before {
    content: none !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    grid-column: 1 !important;
    grid-row: 1/span 2 !important;
    display: block !important;
    width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    letter-spacing: 0.02em !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: 100% !important;
    margin: 0 !important;
    color: var(--pv-copy) !important;
    font-family: var(--pv-sans) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.78 !important;
    letter-spacing: 0.015em !important;
    text-align: left !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    gap: 14px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    grid-template-columns: 66px minmax(0, 1fr) !important;
    -moz-column-gap: 14px !important;
         column-gap: 14px !important;
    padding: 22px 18px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    width: 62px !important;
    height: 62px !important;
  }
}
@media (max-width: 980px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article,
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    display: grid !important;
    grid-template-columns: 66px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 6px 14px !important;
    padding: 20px !important;
    border: 1px solid rgba(153, 90, 49, 0.25) !important;
    border-radius: 14px !important;
    background: #fff !important;
  }
}
/* ==========================================================
   PROCESS / 3 value cards - balanced premium layout
   - equal visual center in all three cards
   - icon, heading, divider, copy in one vertical rhythm
   - restrained border / no shadow
========================================================== */
@media (min-width: 981px) {
  .points-vertical #point-process .process-benefits-block--below {
    margin-top: 42px !important;
    padding-top: 34px !important;
    border-top: 1px solid #e8e0da !important;
  }
  .points-vertical #point-process .process-benefits-block__title {
    margin: 0 0 24px !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article,
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 248px !important;
    padding: 28px 30px 26px !important;
    border: 1px solid rgba(153, 90, 49, 0.24) !important;
    border-radius: 10px !important;
    background: #fffdfb !important;
    text-align: center !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article + article::before {
    content: none !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    display: block !important;
    width: 82px !important;
    height: 82px !important;
    margin: 0 auto 18px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    flex: 0 0 auto !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    letter-spacing: 0.02em !important;
    text-align: center !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5::after,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6::after {
    content: "" !important;
    display: block !important;
    width: 42px !important;
    height: 1px !important;
    margin: 14px auto 14px !important;
    background: rgba(153, 90, 49, 0.3) !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    color: var(--pv-copy) !important;
    font-family: var(--pv-sans) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.85 !important;
    letter-spacing: 0.015em !important;
    text-align: left !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    gap: 16px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article,
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    min-height: 236px !important;
    padding: 26px 22px 24px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    width: 90px !important;
    height: 76px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    font-size: 17px !important;
  }
}
@media (max-width: 980px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article,
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 6px 16px !important;
    min-height: 0 !important;
    padding: 20px 22px !important;
    border: 1px solid rgba(153, 90, 49, 0.22) !important;
    border-radius: 9px !important;
    background: #fffdfb !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    grid-column: 1 !important;
    grid-row: 1/span 2 !important;
    width: 62px !important;
    height: 62px !important;
    margin: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    font-family: var(--pv-serif) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5::after,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6::after {
    content: none !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
    text-align: left !important;
  }
}
/* ==========================================================
   PROCESS / 3 value cards - horizontal card layout
   - icon on the left
   - heading + copy on the right
   - equal card height and restrained border treatment
========================================================== */
@media (min-width: 981px) {
  .points-vertical #point-process .process-benefits-block--below {
    margin-top: 40px !important;
    padding-top: 30px !important;
    border-top: 1px solid #e8e0da !important;
  }
  .points-vertical #point-process .process-benefits-block__title {
    margin: 0 0 22px !important;
    font-family: var(--pv-serif) !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.025em !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article,
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
    row-gap: 10px !important;
    align-content: center !important;
    align-items: center !important;
    min-height: 172px !important;
    padding: 24px 26px !important;
    border: 1px solid rgba(153, 90, 49, 0.24) !important;
    border-radius: 10px !important;
    background: #fffdfb !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article + article::before {
    content: none !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    grid-column: 1 !important;
    grid-row: 1/span 2 !important;
    align-self: center !important;
    width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: end !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    color: var(--pv-ink) !important;
    font-family: var(--pv-serif) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    letter-spacing: 0.015em !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5::after,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6::after {
    content: none !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    color: var(--pv-copy) !important;
    font-family: var(--pv-sans) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
    letter-spacing: 0.015em !important;
    text-align: left !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    gap: 14px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article,
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    grid-template-columns: 66px minmax(0, 1fr) !important;
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
    min-height: 164px !important;
    padding: 22px 20px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    width: 62px !important;
    height: 62px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    font-size: 16px !important;
  }
}
@media (max-width: 980px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article,
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
    row-gap: 6px !important;
    align-items: center !important;
    min-height: 0 !important;
    padding: 20px !important;
    border: 1px solid rgba(153, 90, 49, 0.22) !important;
    border-radius: 9px !important;
    background: #fffdfb !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    grid-column: 1 !important;
    grid-row: 1/span 2 !important;
    width: 58px !important;
    height: 58px !important;
    margin: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    font-family: var(--pv-serif) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
    text-align: left !important;
  }
}
/* ==========================================================
   PROCESS / 3 value cards - compact horizontal balance
   - reduce excessive inner whitespace
   - keep icon left / text right
========================================================== */
@media (min-width: 981px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    gap: 16px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article,
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    grid-template-columns: 62px minmax(0, 1fr) !important;
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
    row-gap: 6px !important;
    min-height: 126px !important;
    padding: 16px 18px !important;
    align-content: center !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    width: 60px !important;
    height: 60px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h5,
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    gap: 12px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article,
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    -moz-column-gap: 14px !important;
         column-gap: 14px !important;
    min-height: 120px !important;
    padding: 14px 16px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    width: 56px !important;
    height: 56px !important;
  }
}
@media (max-width: 980px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list article,
  .points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    -moz-column-gap: 14px !important;
         column-gap: 14px !important;
    row-gap: 4px !important;
    padding: 14px 16px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    width: 52px !important;
    height: 52px !important;
  }
}
/* ==========================================================
   DATAで見る GOODISH
   - title and charts are image assets from supplied artwork
   - card copy and footnotes remain live text for readability
========================================================== */
.goodish-data {
  width: 100%;
  background: #fff;
}
.goodish-data__inner {
  width: min(100% - 56px, 1160px);
  margin: 0 auto;
  padding: 104px 0 92px;
}
.goodish-data__heading {
  margin: 0 0 52px;
  text-align: center;
}
.goodish-data__title-image {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 0 auto;
}
.goodish-data__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.goodish-data-card {
  min-width: 0;
  padding: 24px 22px 26px;
  border-radius: 14px;
  background: #f4ede4;
}
.goodish-data-card__title {
  min-height: 4 8px;
  margin: 0 0 20px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #be9949;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.025em;
  text-align: center;
}
.goodish-data-card__graph {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 14px;
}
.goodish-data-card__copy {
  margin: 22px 0 0;
  color: #171512;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.02em;
}
.goodish-data__notes {
  margin: 22px 2px 0;
  color: #75695f;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.015em;
  text-align: center;
}
@media (max-width: 980px) {
  .goodish-data__inner {
    width: min(100% - 40px, 760px);
    padding: 82px 0 76px;
  }
  .goodish-data__heading {
    margin-bottom: 40px;
  }
  .goodish-data__title-image {
    width: min(100%, 500px);
  }
  .goodish-data__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .goodish-data-card {
    display: grid;
    grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.1fr);
    grid-template-areas: "title copy" "graph copy";
    gap: 0 26px;
    align-items: start;
    padding: 22px;
  }
  .goodish-data-card__title {
    grid-area: title;
    min-height: 72px;
    margin-bottom: 18px;
  }
  .goodish-data-card__graph {
    grid-area: graph;
  }
  .goodish-data-card__copy {
    grid-area: copy;
    align-self: center;
    margin: 0;
  }
}
@media (max-width: 680px) {
  .goodish-data__inner {
    width: calc(100% - 32px);
    padding: 68px 0 64px;
  }
  .goodish-data__heading {
    margin-bottom: 32px;
  }
  .goodish-data__title-image {
    width: min(100%, 390px);
  }
  .goodish-data-card {
    display: block;
    padding: 18px 20px 22px;
    border-radius: 12px;
  }
  .goodish-data-card__title {
    min-height: 0;
    margin-bottom: 16px;
    padding: 12px 14px;
    font-size: 16px;
  }
  .goodish-data-card__graph {
    border-radius: 12px;
  }
  .goodish-data-card__copy {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.9;
  }
  .goodish-data__notes {
    margin-top: 18px;
    font-size: 10px;
    line-height: 1.75;
    text-align: left;
  }
}
/* ==========================================================
   DATA SECTION / SECTION SEPARATION REFINEMENT
   - clearly separate DATA from the white POINTS area above
   - use a warm full-bleed background and white data cards
========================================================== */
.goodish-data {
  position: relative;
  background: #f6f1ea;
  border-top: 1px solid rgba(153, 90, 49, 0.14);
  border-bottom: 1px solid rgba(153, 90, 49, 0.1);
}
.goodish-data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100% - 56px, 1160px);
  height: 1px;
  transform: translateX(-50%);
  background: rgba(153, 90, 49, 0.24);
}
.goodish-data__inner {
  padding-top: 96px;
  padding-bottom: 96px;
}
.goodish-data__heading {
  margin-bottom: 68px;
}
.goodish-data-card {
  background: #fff;
  border: 1px solid rgba(153, 90, 49, 0.12);
}
.goodish-data-card__title {
  background: #fbf7f2;
  border: 1px solid rgba(153, 90, 49, 0.08);
}
.goodish-data-card__graph {
  background: #fff;
}
.goodish-data__notes {
  color: #6f6258;
}
@media (max-width: 980px) {
  .goodish-data::before {
    width: min(100% - 40px, 760px);
  }
  .goodish-data__inner {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media (max-width: 680px) {
  .goodish-data::before {
    width: calc(100% - 32px);
  }
  .goodish-data__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
/* ==========================================================
   DATA SECTION / separator + typography refinement
   - background color alone separates this section from POINTS
   - typography follows the same Mincho/Gothic system as こだわり
========================================================== */
.goodish-data {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.goodish-data::before {
  content: none !important;
  display: none !important;
}
.goodish-data-card__title {
  color: #2f2924;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.035em;
}
.goodish-data-card__copy {
  color: #403830;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
}
.goodish-data__notes {
  color: #6f6258;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.015em;
}
@media (max-width: 680px) {
  .goodish-data-card__title {
    font-size: 17px;
    line-height: 1.55;
  }
  .goodish-data-card__copy {
    font-size: 14px;
    line-height: 1.95;
  }
}
/* ============================================================
   BRAND CONCEPT: 右側を3枚のフォトグリッドに
   （従来は .brand-design__concept-art の背景画像1枚）
   上に横長1枚 / 下段は左=正方形・右=横長で下端揃え
   ============================================================ */
.brand-design__concept-inner {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
  min-height: 0;
}
.brand-design__concept-copy {
  width: 100%;
  max-width: none;
}
.brand-design__concept-art {
  position: static;
  width: auto;
  max-width: none;
  aspect-ratio: auto;
  background: none;
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 5fr);
  grid-template-areas: "main main" "sub1 sub2";
  align-items: end;
  gap: 18px;
}
.brand-design__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #efece7;
}
.brand-design__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.brand-design__photo--main {
  grid-area: main;
  aspect-ratio: 16/9;
}
.brand-design__photo--sub1 {
  grid-area: sub1;
  aspect-ratio: 1/1;
}
.brand-design__photo--sub2 {
  grid-area: sub2;
  aspect-ratio: 16/10;
}
@media (max-width: 900px) {
  .brand-design__concept-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: 0;
  }
  .brand-design__concept-art {
    gap: 14px;
  }
}
@media (max-width: 700px) {
  .brand-design__concept-inner {
    gap: 32px;
  }
  .brand-design__concept-art {
    gap: 10px;
  }
  .brand-design__photo {
    border-radius: 8px;
  }
}
/* BRAND CONCEPT: 写真グリッド化に伴い左カラムのリズムを再調整
   （縦長レイアウト時代の大きな余白を、横並び用に締める） */
.brand-design__concept h2 {
  margin-top: 32px; /* 旧 48px */
  line-height: 1.5;
}
.brand-design__eyebrow {
  position: relative;
  padding-bottom: 18px;
}
/* eyebrow の下に細いルール（参考デザイン準拠） */
.brand-design__eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 1px;
  background: var(--brand-brown);
}
.brand-design__lead {
  margin-top: 44px; /* 旧 68px */
  font-size: 16px;
  line-height: 1.95;
}
.brand-design__lead p + p {
  margin-top: 28px; /* 旧 42px */
}
@media (max-width: 700px) {
  .brand-design__concept h2 {
    margin-top: 22px;
  }
  .brand-design__eyebrow {
    padding-bottom: 14px;
  }
  .brand-design__lead {
    margin-top: 28px;
    font-size: 14.5px;
  }
  .brand-design__lead p + p {
    margin-top: 20px;
  }
}
/* BRAND CONCEPT: 左テキストと右写真の垂直位置を揃える
   （中央揃えだと写真が上下にはみ出して基準線がずれていた） */
.brand-design__concept-inner {
  align-items: start !important;
}
.brand-design__concept-copy {
  padding-top: 8px; /* eyebrow の視覚的な高さ分を微調整して写真上端と揃える */
}
@media (max-width: 900px) {
  .brand-design__concept-copy {
    padding-top: 0;
  }
}
/* BRAND CONCEPT: セクションの上下余白を広げてゆとりを出す
   （旧: 112px / 66px の非対称 → 上下とも十分な間を取る） */
.brand-design__concept-inner {
  padding: 140px 0 130px;
}
@media (max-width: 900px) {
  .brand-design__concept-inner {
    padding: 100px 0 90px;
  }
}
@media (max-width: 700px) {
  .brand-design__concept-inner {
    padding: 48px 20px 64px;
  }
}
/* ============================================================
   OUR THOUGHT: 写真を右端フルブリードに、左端を揃える
   （旧: absolute配置の背景画像。テキストと重なり、h2の左端もずれていた）
   ============================================================ */
.brand-design__thought {
  overflow: hidden;
}
.brand-design__thought-inner {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
  align-items: stretch;
  gap: 64px;
  min-height: 0;
  padding: 120px 0 0;
}
.brand-design__thought-copy {
  width: 100%;
  max-width: none;
}
.brand-design__thought h2 {
  margin-top: 32px;
  font-size: clamp(30px, 2.9vw, 42px);
  line-height: 1.5;
  white-space: normal;
}
.brand-design__thought .brand-design__eyebrow {
  position: relative;
  padding-bottom: 18px;
}
.brand-design__thought .brand-design__eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 1px;
  background: var(--brand-brown);
}
.brand-design__body {
  margin-top: 36px;
}
.brand-design__values {
  margin: 24px 0;
  padding: 22px 26px;
  background: #fff;
  border-radius: 10px;
}
.brand-design__values p {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.1;
  color: var(--brand-ink);
}
.brand-design__values p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-brown);
}
.brand-design__thought-art {
  position: static;
  width: auto;
  max-width: none;
  aspect-ratio: auto;
  align-self: stretch;
  min-height: 520px;
  margin-right: calc(50% - 50vw);
  background-position: center;
  background-size: cover;
  border-radius: 12px 0 0 12px;
}
.brand-design__closing {
  position: static;
  grid-column: 1/-1;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 96px;
  padding: 34px 0 42px;
}
@media (max-width: 900px) {
  .brand-design__thought-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .brand-design__thought-art {
    min-height: 0;
    aspect-ratio: 16/10;
  }
  .brand-design__closing {
    margin-top: 56px;
  }
}
/* OUR THOUGHT: フルブリードの幅計算を修正
   （width:auto + 負マージンだと幅が0に潰れていた） */
.brand-design__thought-art {
  width: calc(100% + 50vw - 50%) !important;
  max-width: none !important;
  margin-right: 0 !important;
  justify-self: end;
}
@media (max-width: 900px) {
  .brand-design__thought-art {
    width: calc(100% + 50vw - 50%) !important;
  }
}
/* OUR THOUGHT: フルブリードを負マージン方式に。
   width は auto のままだと 0 に潰れるため、セル幅を明示してから右へ伸ばす */
.brand-design__thought-art {
  width: auto !important;
  max-width: none !important;
  justify-self: stretch !important;
  margin-right: calc(-1 * (50vw - 50%)) !important;
}
/* OUR THOUGHT: フルブリードのはみ出し量を適正化
   （負マージンの % は親要素幅基準になり過剰にはみ出していた。
     vw ベースで「コンテナ右端から画面右端まで」だけ伸ばす） */
.brand-design__thought-art {
  margin-right: calc(-1 * (100vw - min(100% - 64px, 1152px)) / 2) !important;
}
/* OUR THOUGHT: はみ出しは vw と固定幅から算出（%を使わない） */
.brand-design__thought-art {
  margin-right: calc(-1 * (50vw - 576px)) !important; /* 1152px / 2 = 576px */
}
@media (max-width: 1216px) {
  /* コンテナが 100% - 64px になる領域では余白32px分だけはみ出す */
  .brand-design__thought-art {
    margin-right: -32px !important;
  }
}
/* OUR THOUGHT: テキストと写真の下端を揃え、締め文の余白を詰める */
.brand-design__thought-inner {
  min-height: 0 !important; /* 旧 760px が余分な空白を作っていた */
}
.brand-design__thought-art {
  min-height: 0 !important; /* テキスト高さに完全追従させる */
  align-self: stretch !important;
}
.brand-design__closing {
  margin-top: 72px !important; /* 旧 96px */
  padding: 32px 0 48px !important;
}
/* ============================================================
   こだわりセクション: バランス調整
   ・左右の見出しを同じ高さに揃える
   ・商品カードの下端を揃える（説明文の行数差を吸収）
   ・左カラムの本文幅とバッジのサイズを調整
   ・セクション余白を BRAND CONCEPT / OUR THOUGHT と統一
   ============================================================ */
/* --- 左右カラムの基準を揃える --- */
.points-vertical .point-grid {
  gap: 72px;
  align-items: start;
}
/* 左の見出し(h4)と右の見出し(h4)を同じ font-size にして上端を揃える */
.points-vertical .point-copy h4,
.points-vertical .protein-panel > h4 {
  font-size: 28px;
  line-height: 1.6;
}
.points-vertical .protein-panel > h4 {
  font-size: 28px;
  margin-bottom: 32px;
}
/* --- 左カラム: 本文の読みやすさ --- */
.points-vertical .point-copy > p {
  margin-top: 28px;
  font-size: 14.5px;
  line-height: 2.1;
  max-width: 34em;
}
/* --- 3つのバッジ: 少し大きく、間隔を確保 --- */
.points-vertical .food-benefits {
  gap: 22px;
  max-width: 450px;
  margin-top: 42px;
}
.points-vertical .food-benefit__icon {
  width: 92px;
  height: 92px;
}
.points-vertical .food-benefit {
  font-size: 12.5px;
  line-height: 1.6;
}
/* --- 右カラム: 商品カードの下端を揃える --- */
.points-vertical .protein-grid {
  align-items: stretch;
  gap: 0;
}
.points-vertical .protein {
  display: flex;
  flex-direction: column;
  padding: 0 14px;
}
/* 説明文を下端に押し出して、カード高さを揃える */
.points-vertical .protein__desc {
  margin-top: auto;
  padding-top: 12px;
  font-size: 12.5px;
  line-height: 1.85;
  text-align: left;
}
.points-vertical .protein__package-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/* --- 縦の区切り線: 上下を明確にする --- */
.points-vertical .protein-panel,
.points-vertical .process-values,
.points-vertical .package-feature {
  padding-left: 48px;
}
/* --- セクション上下の余白を他セクションと統一 --- */
.points-vertical .point-section {
  padding: 120px 0 120px;
}
.points-vertical .point-section__heading {
  margin-bottom: 56px;
}
@media (max-width: 900px) {
  .points-vertical .point-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .points-vertical .protein-panel,
  .points-vertical .process-values,
  .points-vertical .package-feature {
    padding-left: 0;
    border-left: 0;
  }
  .points-vertical .point-section {
    padding: 88px 0 88px;
  }
}
/* 商品カード間の縦罫線を廃止 */
.points-vertical .protein + .protein::before {
  content: none !important;
  display: none !important;
}
/* 罫線廃止に伴いカード間に余白を確保 */
.points-vertical .protein-grid {
  gap: 20px !important;
}
.points-vertical .protein {
  padding: 0 !important;
}
/* 商品カード: 肉種バッジを内容幅に、説明文削除に伴い余白を調整 */
.points-vertical .protein__jp {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 5px 18px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}
.points-vertical .protein {
  align-items: center;
  text-align: center;
}
.points-vertical .protein__en {
  margin-bottom: 10px;
}
/* ============================================================
   こだわり1 食材: 左右のバランスを整える
   ・商品カードを大きくして右カラムの重心を上げる
   ・縦線をコンテンツ高さに合わせる
   ・バッジと英語名のまとまりを強める
   ============================================================ */
/* 左右を上端揃え＋高さを揃える */
.points-vertical .point-grid--food {
  align-items: stretch;
}
/* 右カラム: 縦線をコンテンツ分だけに */
.points-vertical .protein-panel {
  display: flex;
  flex-direction: column;
  align-self: start;
  border-left: 1px solid rgba(153, 90, 49, 0.18);
}
/* 商品カードを大きく */
.points-vertical .protein-grid {
  gap: 16px !important;
  align-items: start;
}
.points-vertical .protein {
  padding: 0 !important;
  gap: 0;
}
.points-vertical .protein__package-image {
  width: 100%;
  max-width: 170px;
  margin: 0 auto 16px;
}
/* 英語名とバッジをひとまとまりに */
.points-vertical .protein__en {
  margin: 0 0 8px !important;
  font-size: 19px;
}
.points-vertical .protein__jp {
  display: inline-block !important;
  width: auto !important;
  padding: 5px 20px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
}
/* 左カラム: 下の余白を詰めて右との差を縮める */
.points-vertical .point-copy > p {
  margin-top: 26px;
}
.points-vertical .food-benefits {
  margin-top: 36px;
}
@media (max-width: 900px) {
  .points-vertical .protein__package-image {
    max-width: 140px;
  }
  .points-vertical .protein__en {
    font-size: 17px;
  }
}
/* こだわりセクション: 区切り線を廃止し、右カラムの見出しを中央揃えに */
.points-vertical .protein-panel,
.points-vertical .process-values,
.points-vertical .package-feature {
  border-left: 0 !important;
  padding-left: 0 !important;
}
.points-vertical .protein-panel > h4 {
  text-align: center;
}
/* こだわり1: フォントサイズを整数に統一 */
.points-vertical .point-copy > p {
  font-size: 16px !important;
}
.points-vertical .food-benefit {
  font-size: 14px !important;
}
.points-vertical .protein__en {
  font-size: 22px !important;
}
.points-vertical .protein__jp {
  font-size: 15px !important;
}
@media (max-width: 900px) {
  .points-vertical .protein__en {
    font-size: 18px !important;
  }
  .points-vertical .protein__jp {
    font-size: 14px !important;
  }
}
/* 商品カード: 肉種バッジをブロック化して中央に配置（インライン継続でずれていた） */
.points-vertical .protein__jp {
  display: block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto !important;
}
/* ============================================================
   こだわりセクション: 本文の書体を明朝に統一
   （BRAND CONCEPT / OUR THOUGHT と揃える）
   ============================================================ */
.points-vertical .point-copy > p,
.points-vertical .package-feature > p {
  font-family: var(--pv-serif) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 2.05 !important;
}
/* 3つのバッジのラベルも明朝に */
.points-vertical .food-benefit {
  font-family: var(--pv-serif) !important;
  font-weight: 500 !important;
}
/* 肉種バッジ（鶏・馬など）も明朝で */
.points-vertical .protein__jp {
  font-family: var(--pv-serif) !important;
  font-weight: 600 !important;
}
@media (max-width: 900px) {
  .points-vertical .point-copy > p,
  .points-vertical .package-feature > p {
    font-size: 14px !important;
  }
}
/* ============================================================
   こだわりセクション: 文字色を #111111 に統一
   （旧: #403830 / #2f2924 の茶系グレー。上のセクションと不一致だった）
   ============================================================ */
.points-vertical .point-copy h4,
.points-vertical .protein-panel > h4,
.points-vertical .process-values > h4,
.points-vertical .package-feature > h4 {
  color: #111111 !important;
}
.points-vertical .point-copy > p,
.points-vertical .package-feature > p {
  color: #111111 !important;
}
.points-vertical .food-benefit {
  color: #111111 !important;
}
/* PC専用の改行（SPでは無効化して自然に折り返す） */
@media (max-width: 900px) {
  .pc-br {
    display: none;
  }
}
/* こだわり1: 商品4枚のまとまりを強める（散っていたため幅を絞って中央に） */
.points-vertical .protein-grid {
  max-width: 680px;
  margin: 0 auto;
  gap: 12px !important;
}
.points-vertical .protein__package-image {
  max-width: 150px !important;
}
/* 商品カード: バッジ内の文字を垂直中央に */
.points-vertical .protein__jp {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px;
  padding: 0 24px !important;
  line-height: 1 !important;
}
/* こだわりセクション間に区切り線 */
.points-vertical .point-section + .point-section {
  border-top: 1px solid #ece6e0;
}
/* ============================================================
   OUR THOUGHT: 3つの価値をピル型バッジに（PCは横並び）
   （旧: 白カード内に丸ポチ付きの縦並び）
   ============================================================ */
.brand-design__values {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 !important;
  padding: 0 !important;
  background: none !important;
  border-radius: 0 !important;
}
.brand-design__values p {
  margin: 0 !important;
  padding: 10px 22px !important;
  border: 1px solid rgba(184, 134, 90, 0.4);
  border-radius: 999px;
  background: #fff;
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.brand-design__values p::before {
  content: none !important;
  display: none !important;
}
.brand-design__values p strong {
  font-weight: inherit;
}
@media (max-width: 700px) {
  .brand-design__values {
    gap: 8px;
  }
  .brand-design__values p {
    padding: 9px 18px !important;
    font-size: 14px !important;
  }
}
/* ============================================================
   OUR THOUGHT: 3つの価値を箇条書きに戻す
   （ピル型バッジは文章の流れを分断したため取りやめ）
   ============================================================ */
.brand-design__values {
  display: block !important;
  margin: 20px 0 !important;
  padding: 0 0 0 4px !important;
  background: none !important;
  border-radius: 0 !important;
}
.brand-design__values p {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 2.1 !important;
}
.brand-design__values p::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-brown, #b8865a);
}
@media (max-width: 700px) {
  .brand-design__values p {
    font-size: 14px !important;
    line-height: 2 !important;
  }
}
/* BRAND CONCEPT / OUR THOUGHT: 本文を16pxに統一 */
.brand-design__lead {
  font-size: 16px !important;
}
.brand-design__body {
  font-size: 16px !important;
}
.brand-design__values p {
  font-size: 16px !important;
}
@media (max-width: 700px) {
  .brand-design__lead,
  .brand-design__body,
  .brand-design__values p {
    font-size: 14px !important;
  }
}
/* ============================================================
   コンテンツ幅を 1152px に統一
   （こだわり / PRODUCTS が 1240px で、
     BRAND CONCEPT / OUR THOUGHT の 1152px と左端が揃っていなかった）
   ============================================================ */
.points-vertical .point-section {
  width: min(100% - 64px, 1152px) !important;
}
.products.section,
.usage.section {
  width: min(100% - 64px, 1152px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* こだわりセクション: 左右の比率を調整（PC専用。SPは1カラム）2026-08-31 PC専用化 */
@media (min-width: 921px) {
  .points-vertical .point-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }
}
/* ============================================================
   こだわり2 製法: こだわり1 と体裁を揃える
   ・縦の区切り線を廃止
   ・本文を明朝16px / #111111 に
   ・3カードの説明文の行間と余白を調整
   ============================================================ */
/* 区切り線を廃止（こだわり1と同様） */
.points-vertical .process-values {
  border-left: 0 !important;
  padding-left: 0 !important;
}
/* 左カラム本文を明朝に統一 */
.points-vertical .process-intro > p {
  font-family: var(--pv-serif) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 2.05 !important;
  color: #111111 !important;
  margin-top: 26px !important;
}
/* 右カラム見出しを中央揃え（こだわり1の「4つの単一たんぱく設計」と同じ） */
.points-vertical .process-values > h4 {
  text-align: center;
  margin-bottom: 32px !important;
}
/* 3カード: 余白と説明文を整える */
.points-vertical .process-foods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 680px;
  margin: 0 auto;
}
.points-vertical .process-foods figure {
  margin: 0;
  text-align: center;
}
.points-vertical .process-foods img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.points-vertical .process-foods figcaption {
  font-family: var(--pv-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  color: #111111 !important;
  text-align: left;
}
/* 「3つの価値」ブロックも書体を揃える */
.points-vertical .process-benefits-block__title {
  font-family: var(--pv-serif) !important;
  color: #111111 !important;
}
.points-vertical .process-value-list h6 {
  font-family: var(--pv-serif) !important;
  color: #111111 !important;
}
.points-vertical .process-value-list p {
  font-family: var(--pv-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  color: #111111 !important;
}
@media (max-width: 900px) {
  .points-vertical .process-intro > p {
    font-size: 14px !important;
  }
  .points-vertical .process-foods {
    gap: 14px;
  }
  .points-vertical .process-foods figcaption {
    font-size: 13px !important;
  }
}
/* ============================================================
   こだわり2 製法: 既存の #point-process スコープ指定に勝つよう
   同じ詳細度（ID付き）で上書きする
   ============================================================ */
.points-vertical #point-process .process-intro > p {
  font-family: var(--pv-serif) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 2.05 !important;
  color: #111111 !important;
  max-width: none !important;
  margin-top: 26px !important;
}
.points-vertical #point-process .process-values {
  border-left: 0 !important;
  padding-left: 0 !important;
}
.points-vertical #point-process .process-values > h4 {
  text-align: center !important;
  margin-bottom: 32px !important;
}
.points-vertical #point-process .process-foods {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  max-width: 680px !important;
  margin: 0 auto !important;
}
.points-vertical #point-process .process-foods figure {
  margin: 0 !important;
  text-align: center !important;
}
.points-vertical #point-process .process-foods img {
  display: block !important;
  width: 100% !important;
  max-width: 150px !important;
  height: auto !important;
  margin: 0 auto 14px !important;
}
.points-vertical #point-process .process-foods figcaption {
  font-family: var(--pv-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  color: #111111 !important;
  text-align: left !important;
}
.points-vertical #point-process .process-benefits-block__title,
.points-vertical #point-process .process-value-list h6 {
  font-family: var(--pv-serif) !important;
  color: #111111 !important;
}
.points-vertical #point-process .process-value-list p {
  font-family: var(--pv-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  color: #111111 !important;
}
@media (max-width: 900px) {
  .points-vertical #point-process .process-foods {
    gap: 14px !important;
  }
  .points-vertical #point-process .process-foods figcaption {
    font-size: 13px !important;
  }
}
/* こだわり2: 3カードの縦位置を揃える（画像高さがバラバラでバッジ位置がずれていた） */
.points-vertical #point-process .process-foods figure {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.points-vertical #point-process .process-foods img {
  height: 120px !important;
  max-width: 100% !important;
  width: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center bottom !important;
     object-position: center bottom !important;
  margin: 0 0 16px !important;
}
.points-vertical #point-process .process-foods figcaption {
  width: 100%;
  margin-top: 4px !important;
}
/* こだわり2: 右カラムを写真1枚に、食材3カードは下のリストへ */
.points-vertical #point-process .process-art {
  align-self: center;
}
.points-vertical #point-process .process-art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #efece7;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
/* 食材ブロックは「3つの価値」と同じ体裁 */
.points-vertical #point-process .process-foods-block {
  margin-top: 72px;
}
/* こだわり2: 左右を均等に（写真が広すぎたため） */
@media (min-width: 921px) {
  .points-vertical .point-grid--process {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: center !important;
  }
}
.points-vertical #point-process .process-art img {
  max-width: 100% !important;
  margin-left: 0 !important;
  aspect-ratio: 4/3 !important;
}
@media (min-width: 901px) {
  .points-vertical #point-process .point-grid,
  .points-vertical #point-process .point-grid--process {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }
}
/* ============================================================
   こだわり2: 食材3カード（process-foods-block）
   「3つの価値」とはレイアウトを分け、画像＋説明文の縦積みに
   ============================================================ */
.points-vertical #point-process .process-foods-block .process-value-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 32px !important;
}
.points-vertical #point-process .process-foods-block .process-value-list article {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center !important;
}
/* 画像（ラベル入り）を大きく */
.points-vertical #point-process .process-foods-block .process-value-list img {
  width: 100% !important;
  max-width: 200px !important;
  height: auto !important;
  margin: 0 auto 16px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  justify-self: auto !important;
}
/* 説明文 */
.points-vertical #point-process .process-foods-block .process-value-list p {
  margin: 0 !important;
  font-family: var(--pv-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  color: #111111 !important;
  text-align: center !important;
}
/* ブロック見出し */
.points-vertical #point-process .process-foods-block .process-benefits-block__title {
  margin-bottom: 36px !important;
}
@media (max-width: 900px) {
  .points-vertical #point-process .process-foods-block .process-value-list {
    gap: 20px !important;
  }
  .points-vertical #point-process .process-foods-block .process-value-list img {
    max-width: 150px !important;
  }
  .points-vertical #point-process .process-foods-block .process-value-list p {
    font-size: 13px !important;
  }
}
/* こだわり2: 食材カードを適正サイズに、上のブロックとの境目を明確に */
/* 画像を小さく（200px → 130px） */
.points-vertical #point-process .process-foods-block .process-value-list img {
  max-width: 130px !important;
  margin-bottom: 12px !important;
}
/* 説明文を詰める */
.points-vertical #point-process .process-foods-block .process-value-list p {
  font-size: 13px !important;
  line-height: 1.85 !important;
}
/* 上のブロックとの境目に区切りを入れ、十分な余白を確保 */
.points-vertical #point-process .process-foods-block {
  margin-top: 88px !important;
  padding-top: 56px !important;
  border-top: 1px solid #ece6e0 !important;
}
/* カラム間の縦線は不要 */
.points-vertical #point-process .process-foods-block .process-value-list article {
  border-left: 0 !important;
  border-right: 0 !important;
}
@media (max-width: 900px) {
  .points-vertical #point-process .process-foods-block {
    margin-top: 64px !important;
    padding-top: 40px !important;
  }
  .points-vertical #point-process .process-foods-block .process-value-list img {
    max-width: 110px !important;
  }
}
/* ============================================================
   こだわり2 食材カード: 画像サイズを統一、書体を他セクションに合わせる
   ============================================================ */
/* 画像枠の高さを固定して3枚を揃える（縦横比がバラバラなため） */
.points-vertical #point-process .process-foods-block .process-value-list img {
  width: auto !important;
  max-width: 100% !important;
  height: 128px !important;
  margin: 0 auto 16px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center bottom !important;
     object-position: center bottom !important;
}
/* 説明文: ブランドセクションと同じ明朝・#111111 */
.points-vertical #point-process .process-foods-block .process-value-list p {
  font-family: var(--pv-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  color: #111111 !important;
  letter-spacing: 0.035em !important;
}
/* ブロック見出し: こだわりの小見出し（28px）に合わせる */
.points-vertical #point-process .process-foods-block .process-benefits-block__title {
  font-family: var(--pv-serif) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.055em !important;
  color: #111111 !important;
  margin: 0 0 40px !important;
}
@media (max-width: 900px) {
  .points-vertical #point-process .process-foods-block .process-value-list img {
    height: 88px !important;
  }
  .points-vertical #point-process .process-foods-block .process-value-list p {
    font-size: 13px !important;
  }
  .points-vertical #point-process .process-foods-block .process-benefits-block__title {
    font-size: 24px !important;
    margin-bottom: 28px !important;
  }
}
/* こだわり2 食材カード: 本文16px、縦線を消してカラム間に余白を確保 */
.points-vertical #point-process .process-foods-block .process-value-list {
  gap: 48px !important;
}
.points-vertical #point-process .process-foods-block .process-value-list article {
  border: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  padding: 0 !important;
}
.points-vertical #point-process .process-foods-block .process-value-list p {
  font-size: 16px !important;
  line-height: 2 !important;
}
@media (max-width: 900px) {
  .points-vertical #point-process .process-foods-block .process-value-list {
    gap: 28px !important;
  }
  .points-vertical #point-process .process-foods-block .process-value-list p {
    font-size: 14px !important;
  }
}
/* こだわり2 食材カード: カラム間の縦線（疑似要素）を確実に削除 */
.points-vertical #point-process .process-foods-block .process-value-list article::before,
.points-vertical #point-process .process-foods-block .process-value-list article::after,
.points-vertical #point-process .process-foods-block .process-value-list article + article::before {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  width: 0 !important;
}
/* こだわり2 食材カード: 画像を下端基準で揃える（横幅が異なるため） */
.points-vertical #point-process .process-foods-block .process-value-list img {
  -o-object-position: center bottom !important;
     object-position: center bottom !important;
}
/* ============================================================
   こだわり2「3つの価値」: 食材カードと体裁を揃える
   ============================================================ */
/* ブロック見出し */
.points-vertical #point-process .process-benefits-block--below .process-benefits-block__title {
  font-family: var(--pv-serif) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.055em !important;
  color: #111111 !important;
  margin: 0 0 40px !important;
}
/* カード枠を廃止してフラットに（他セクションに枠が無いため） */
.points-vertical #point-process .process-benefits-block--below .process-value-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 48px !important;
}
.points-vertical #point-process .process-benefits-block--below .process-value-list article {
  display: block !important;
  grid-template-columns: none !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  text-align: center !important;
}
.points-vertical #point-process .process-benefits-block--below .process-value-list article::before,
.points-vertical #point-process .process-benefits-block--below .process-value-list article::after {
  content: none !important;
  display: none !important;
}
/* アイコン */
.points-vertical #point-process .process-benefits-block--below .process-value-list img {
  width: 88px !important;
  height: 88px !important;
  margin: 0 auto 18px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  justify-self: auto !important;
}
/* 見出し */
.points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
  margin: 0 0 12px !important;
  font-family: var(--pv-serif) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.04em !important;
  color: #111111 !important;
}
/* 本文 */
.points-vertical #point-process .process-benefits-block--below .process-value-list p {
  margin: 0 !important;
  font-family: var(--pv-serif) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 2 !important;
  letter-spacing: 0.035em !important;
  color: #111111 !important;
}
/* ブロック上の余白 */
.points-vertical #point-process .process-benefits-block--below {
  margin-top: 88px !important;
  padding-top: 56px !important;
  border-top: 1px solid #ece6e0 !important;
}
@media (max-width: 900px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    gap: 28px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-benefits-block__title {
    font-size: 24px !important;
    margin-bottom: 28px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list img {
    width: 72px !important;
    height: 72px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    font-size: 16px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    font-size: 14px !important;
  }
}
/* ============================================================
   こだわり2「3つの価値」: 3枚ともカード枠付きの縦積みで統一
   （1枚目だけ枠と横並びが残っていたため、全カードに同じ指定を当てる）
   ============================================================ */
.points-vertical #point-process .process-benefits-block--below .process-value-list article,
.points-vertical #point-process .process-benefits-block--below .process-value-list article:first-child,
.points-vertical #point-process .process-benefits-block--below .process-value-list article:nth-child(n) {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  padding: 32px 24px !important;
  border: 1px solid #ece6e0 !important;
  border-radius: 12px !important;
  background: #fdfbf8 !important;
  text-align: center !important;
}
.points-vertical #point-process .process-benefits-block--below .process-value-list img {
  width: 128px !important;
  height: 128px !important;
  margin: 0 auto 18px !important;
  flex: 0 0 auto !important;
}
.points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
  width: 100% !important;
  margin: 0 0 12px !important;
  text-align: center !important;
}
.points-vertical #point-process .process-benefits-block--below .process-value-list p {
  width: 100% !important;
  text-align: center !important;
}
/* カード間の余白 */
.points-vertical #point-process .process-benefits-block--below .process-value-list {
  gap: 24px !important;
  align-items: stretch !important;
}
/* こだわり2「3つの価値」: 見出しと本文にメリハリをつける */
/* 見出し: 大きく・濃く・字間を広げる */
.points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.06em !important;
  color: #111111 !important;
  margin: 0 0 16px !important;
}
/* 本文: 少し小さく・muted に */
.points-vertical #point-process .process-benefits-block--below .process-value-list p {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.95 !important;
  color: #55514d !important;
}
@media (max-width: 900px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list h6 {
    font-size: 17px !important;
    margin-bottom: 12px !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    font-size: 13px !important;
  }
}
/* こだわり2「3つの価値」: 本文を16pxに（14pxは小さすぎた） */
.points-vertical #point-process .process-benefits-block--below .process-value-list p {
  font-size: 16px !important;
  line-height: 2 !important;
}
@media (max-width: 900px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list p {
    font-size: 14px !important;
  }
}
/* ============================================================
   こだわり3 包装: こだわり1・2と体裁を揃える
   ============================================================ */
/* グリッド: 左右均等 */
@media (min-width: 921px) {
  .points-vertical #point-package .point-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 72px !important;
    align-items: start !important;
  }
}
/* 縦の区切り線を廃止 */
.points-vertical #point-package .package-feature {
  border-left: 0 !important;
  padding-left: 0 !important;
}
/* 左右の見出しを同じサイズに */
.points-vertical #point-package .package-intro > h4,
.points-vertical #point-package .package-feature > h4 {
  font-family: var(--pv-serif) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.055em !important;
  color: #111111 !important;
  margin: 0 0 26px !important;
}
/* 本文: 明朝16px / #111111 */
.points-vertical #point-package .package-intro > p,
.points-vertical #point-package .package-feature > p {
  font-family: var(--pv-serif) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 2.05 !important;
  letter-spacing: 0.035em !important;
  color: #111111 !important;
  margin: 0 !important;
}
/* 4つのバッジを大きく、間隔を確保 */
.points-vertical #point-package .package-benefits {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  max-width: none !important;
  margin-top: 40px !important;
}
.points-vertical #point-package .package-benefits img {
  width: 100% !important;
  max-width: 140px !important;
  height: auto !important;
  margin: 0 auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
/* 右カラムの画像 */
.points-vertical #point-package .package-feature__image {
  width: 100% !important;
  height: auto !important;
  margin-top: 32px !important;
  border-radius: 12px !important;
}
@media (max-width: 900px) {
  .points-vertical #point-package .point-grid {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
  .points-vertical #point-package .package-intro > h4,
  .points-vertical #point-package .package-feature > h4 {
    font-size: 24px !important;
  }
  .points-vertical #point-package .package-benefits {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}
/* ============================================================
   こだわり3 包装: 右カラムを4バッジ(2×2)、窒素置換法は下段ブロックへ
   ============================================================ */
/* 右カラム: バッジ 2×2 */
.points-vertical #point-package .package-benefits {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  max-width: 420px !important;
  margin: 0 auto !important;
  align-self: center !important;
}
.points-vertical #point-package .package-benefits img {
  width: 100% !important;
  max-width: 190px !important;
  height: auto !important;
  margin: 0 auto !important;
}
/* グリッドの垂直位置 */
.points-vertical #point-package .point-grid {
  align-items: center !important;
}
/* 下段ブロック: こだわり2と同じ体裁 */
.points-vertical #point-package .package-feature-block {
  margin-top: 88px !important;
  padding-top: 56px !important;
  border-top: 1px solid #ece6e0 !important;
}
.points-vertical #point-package .package-feature-block .process-benefits-block__title {
  font-family: var(--pv-serif) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.055em !important;
  color: #111111 !important;
  margin: 0 0 26px !important;
}
.points-vertical #point-package .package-feature-block__lead {
  margin: 0 0 36px !important;
  font-family: var(--pv-serif) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 2.05 !important;
  letter-spacing: 0.035em !important;
  color: #111111 !important;
}
.points-vertical #point-package .package-feature-block .package-feature__image {
  display: block !important;
  width: 100% !important;
  max-width: 820px !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 12px !important;
}
@media (max-width: 900px) {
  .points-vertical #point-package .package-benefits {
    max-width: 340px !important;
    gap: 14px !important;
  }
  .points-vertical #point-package .package-feature-block {
    margin-top: 64px !important;
    padding-top: 40px !important;
  }
  .points-vertical #point-package .package-feature-block .process-benefits-block__title {
    font-size: 24px !important;
  }
  .points-vertical #point-package .package-feature-block__lead {
    font-size: 14px !important;
  }
}
/* こだわり3: バッジを小さくして左テキストとの高さバランスを取る */
.points-vertical #point-package .package-benefits {
  max-width: 320px !important;
  gap: 14px !important;
}
.points-vertical #point-package .package-benefits img {
  max-width: 150px !important;
}
/* こだわり3: 4つのバッジを横1列に（2×2は縦に長く左テキストと不均衡だった） */
.points-vertical #point-package .package-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  max-width: none !important;
  gap: 12px !important;
  justify-self: stretch !important;
}
.points-vertical #point-package .package-benefits img {
  max-width: 120px !important;
  width: 100% !important;
}
@media (max-width: 900px) {
  .points-vertical #point-package .package-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .points-vertical #point-package .package-benefits img {
    max-width: 100% !important;
  }
}
/* こだわり3: 4つのバッジを横1列に（2×2は縦に長く左テキストと不均衡だった） */
.points-vertical #point-package .package-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  max-width: none !important;
  gap: 12px !important;
  justify-self: stretch !important;
}
.points-vertical #point-package .package-benefits img {
  max-width: 120px !important;
  width: 100% !important;
}
@media (max-width: 900px) {
  .points-vertical #point-package .package-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .points-vertical #point-package .package-benefits img {
    max-width: 100% !important;
  }
}
/* こだわり3: 右カラムを広げてバッジを大きく */
@media (min-width: 921px) {
  .points-vertical #point-package .point-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr) !important;
    gap: 56px !important;
  }
}
.points-vertical #point-package .package-benefits img {
  max-width: 140px !important;
}
/* ============================================================
   窒素置換法: 独立セクション（左テキスト・右写真）
   ============================================================ */
@media (min-width: 921px) {
  .points-vertical #point-nitrogen .point-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) !important;
    gap: 56px !important;
    align-items: start !important;
  }
}
.points-vertical #point-nitrogen .nitrogen-intro > h4 {
  font-family: var(--pv-serif) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.055em !important;
  color: #111111 !important;
  margin: 0 0 26px !important;
}
.points-vertical #point-nitrogen .nitrogen-intro > p {
  font-family: var(--pv-serif) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 2.05 !important;
  letter-spacing: 0.035em !important;
  color: #111111 !important;
  margin: 0 !important;
}
.points-vertical #point-nitrogen .nitrogen-art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #efece7;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .points-vertical #point-nitrogen .point-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .points-vertical #point-nitrogen .nitrogen-intro > h4 {
    font-size: 24px !important;
  }
}
/* データで見る GOODISH: コンテンツ幅を他セクションと統一（1152px） */
.goodish-data__inner {
  width: min(100% - 64px, 1152px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* ==========================================================
   FOOD / 単一たんぱく 商品スライダー（1枚ずつ・写真のみ・矢印＋ドット）
   2026-08-31 : .protein-grid（4枚並び）→ スライダー化
   既存の .points-vertical .protein__* は写真だけ流用。全て .points-vertical スコープで勝たせる。
   ========================================================== */
.points-vertical .protein-slider {
  position: relative;
  width: 100%;
}
.points-vertical .protein-slider__stage {
  position: relative;
}
.points-vertical .protein-slider__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.points-vertical .protein-slider__viewport::-webkit-scrollbar {
  display: none;
}
.points-vertical .protein-slider__track {
  display: flex;
  gap: 0;
  align-items: stretch;
}
.points-vertical .protein-slider .protein {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  scroll-snap-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
}
.points-vertical .protein-slider .protein + .protein::before {
  content: none !important;
}
.points-vertical .protein-slider .protein > .protein__package-image {
  display: block;
  width: auto;
  height: 380px;
  max-width: 300px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.points-vertical .protein-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: none;
  color: #b3a794;
  cursor: pointer;
  transition: color 0.2s, opacity 0.2s;
}
.points-vertical .protein-slider__arrow:hover {
  color: #4a3f30;
}
.points-vertical .protein-slider__arrow:disabled {
  opacity: 0.28;
  cursor: default;
}
.points-vertical .protein-slider__arrow:disabled:hover {
  color: #b3a794;
}
.points-vertical .protein-slider__arrow--prev {
  left: -4px;
}
.points-vertical .protein-slider__arrow--next {
  right: -4px;
}
.points-vertical .protein-slider__arrow svg {
  width: 22px;
  height: 22px;
  display: block;
}
.points-vertical .protein-slider__arrow svg path {
  stroke-width: 1.6;
}
.points-vertical .protein-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}
.points-vertical .protein-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d4d4d4;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.points-vertical .protein-slider__dot[aria-current=true] {
  background: #777777;
  transform: scale(1.15);
}
@media (max-width: 620px) {
  .points-vertical .protein-slider .protein {
    padding: 40px 16px;
  }
  .points-vertical .protein-slider .protein > .protein__package-image {
    height: 300px;
    max-width: 230px;
  }
  .points-vertical .protein-slider__arrow {
    width: 40px;
    height: 40px;
  }
  .points-vertical .protein-slider__arrow--prev {
    left: 0;
  }
  .points-vertical .protein-slider__arrow--next {
    right: 0;
  }
  .points-vertical .protein-slider__dots {
    margin-top: 20px;
  }
}
/* [HERO 100VH] PCでMV動画を「100svh − ヘッダー高」に収める 2026-08-31
   --header-h は top2026.js が .ec-layoutRole の文書内上端から実測して供給。
   実測値の初期基準は 117px（フォールバック兼用）。動画は cover で枠いっぱい。 */
@media (min-width: 701px) {
  .hero-video {
    height: calc(100svh - var(--header-h, 117px));
    min-height: 480px;
  }
  .hero-video .hero-video__media--pc {
    height: 100%;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* [PROTEIN IMG] 正方形(780x780)対応・幅基準・矢印を写真の両サイドに 2026-08-31
   既存「PACKAGE SCALE REFINEMENT」の !important 指定に勝つため詳細度＋!important。
   幅基準なので比率が変わっても崩れない（正方形なら幅=高さ）。 */
.points-vertical .protein-slider {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
}
.points-vertical .protein-slider .protein {
  padding: 8px 8px;
}
.points-vertical .protein-slider .protein > .protein__package-image {
  width: 380px !important;
  height: auto !important;
  max-width: calc(100% - 96px) !important; /* 左右に矢印スペースを確保 */
  margin: 0 auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.points-vertical .protein-slider__arrow {
  width: 46px;
  height: 46px;
}
.points-vertical .protein-slider__arrow--prev {
  left: 0;
}
.points-vertical .protein-slider__arrow--next {
  right: 0;
}
.points-vertical .protein-slider__arrow svg {
  width: 26px;
  height: 26px;
}
@media (max-width: 1180px) {
  .points-vertical .protein-slider {
    width: min(100%, 430px);
  }
  .points-vertical .protein-slider .protein > .protein__package-image {
    width: 330px !important;
  }
}
@media (max-width: 700px) {
  .points-vertical .protein-slider {
    width: min(100%, 360px);
  }
  .points-vertical .protein-slider .protein > .protein__package-image {
    width: 260px !important;
  }
  .points-vertical .protein-slider__arrow {
    width: 40px;
    height: 40px;
  }
  .points-vertical .protein-slider__arrow svg {
    width: 22px;
    height: 22px;
  }
}
/* [FOOD ICON] 左下3アイコンのサイズ確定（既存 display:flex/width:340 !important に勝つ版）2026-08-31
   .point-grid--food（3クラス）＋!important で確定。flex + width:auto＝中身ぴったり幅。
   以後の調整はここの px だけでOK。 */
@media (min-width: 981px) {
  .points-vertical .point-grid--food .food-benefits {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 18px !important;
    width: auto !important;
    max-width: none !important;
    margin: 34px 0 0 !important;
  }
  .points-vertical .point-grid--food .food-benefit {
    flex: 0 0 120px !important;
    width: 120px !important;
  }
  .points-vertical .point-grid--food .food-benefit__icon {
    width: 120px !important;
    height: 120px !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .points-vertical .point-grid--food .food-benefits {
    gap: 16px !important;
  }
  .points-vertical .point-grid--food .food-benefit {
    flex-basis: 100px !important;
    width: 100px !important;
  }
  .points-vertical .point-grid--food .food-benefit__icon {
    width: 100px !important;
    height: 100px !important;
  }
}
/* [PROCESS BELOW P COLOR] こだわり2 下段3価値の本文を #111111 に 2026-08-31 */
.points-vertical #point-process .process-benefits-block--below .process-value-list p {
  color: #111111 !important;
}
/* [DATA BRAND] データセクションをブランド基準に統一 2026-08-31
   明朝 / #111111 / 本文16・見出し20・補足14 / カードtokenを他セクションと共通化。
   既存の分散指定に勝つよう末尾＋!important。 */
.goodish-data {
  background: #fff !important;
}
.goodish-data {
  background: #f4efe6 !important;
}
.goodish-data-card {
  background: #ffffff !important;
  border: 1px solid #ece6e0 !important;
  border-radius: 12px !important;
}
.goodish-data-card__title {
  background: #fff !important;
  border: 1px solid #ece6e0 !important;
  border-radius: 12px !important;
  padding: 5px 16px !important;
  color: #111111 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.04em !important;
}
.goodish-data-card__graph {
  border-radius: 8px !important;
}
.goodish-data-card__copy {
  color: #111111 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 2.05 !important;
  letter-spacing: 0.035em !important;
}
.goodish-data__notes {
  color: #55514d !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.85 !important;
  letter-spacing: 0.02em !important;
}
@media (max-width: 700px) {
  .goodish-data-card__title {
    font-size: 18px !important;
  }
  .goodish-data-card__copy {
    font-size: 16px !important;
    line-height: 1.95 !important;
  }
  .goodish-data__notes {
    font-size: 13px !important;
  }
}
/* [PRODUCTS BG] 商品一覧セクションを全幅で白に 2026-08-31
   .products.section は幅1080に絞られているため、背面に全幅の白を敷く。
   横スクロール防止に 50%-50vw の負マージンで算出。 */
.products.section {
  position: relative;
  background: #fff;
}
.products.section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff;
}
/* [PRODUCTS SPACING] 名前/価格を消したぶん下の余白を締める 2026-08-31 */
.products.section {
  padding-bottom: 88px !important;
}
@media (max-width: 900px) {
  .products.section {
    padding-bottom: 60px !important;
  }
}
/* [USAGE BAND] HOW TO USE を全幅クリーム帯（DATAと同色）＋中身は他セクションと同じ1080/64に統一 2026-08-31
   既存の .usage(全幅+--max hack) と .usage.section(width:1080) の競合を解消。 */
.usage.section {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: max(32px, (100vw - 1152px) / 2) !important;
  padding-right: max(32px, (100vw - 1152px) / 2) !important;
  background: #f6f1ea !important;
}
/* [SECTION RHYTHM] 下部セクションの上下余白を100/100（SP64）に統一 2026-08-31
   隙間は0で内側padで作る設計。各セクションの pad担当要素に合わせて指定。 */
.goodish-data__inner {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.products.section {
  padding-top: 100px !important;
  padding-bottom: 148px !important;
}
.usage.section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 900px) {
  .points-vertical {
    padding-bottom: 48px !important;
  }
  .goodish-data__inner {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .products.section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .usage.section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
/* [PRODUCTS HEADING MATCH] 商品一覧の見出しをBRAND CONCEPTと一致させる 2026-08-31
   ・eyebrow直下に44pxゴールド罫線を追加（BRANDと同仕様）
   ・PRODUCTSだけ付いていた eyebrow の上余白18pxを解除 */
.products .section-heading .gd-heading__eyebrow {
  position: relative;
  margin-top: 0 !important;
  padding-bottom: 20px;
}
.products .section-heading .gd-heading__eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 1px;
  background: #be9949;
}
/* [PRODGRID DOTS] SPカルーセルのドット（JSが生成・SP幅のみ表示）2026-08-31 */
.products .gd-prodgrid-dots {
  display: none;
}
@media (max-width: 900px) {
  .products .gd-prodgrid-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 20px;
  }
}
.products .gd-prodgrid-dots__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d8cfc2;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.products .gd-prodgrid-dots__dot[aria-current=true] {
  background: #7a6f62;
  transform: scale(1.15);
}
/* [PRODGRID SP HEIGHT] SPカルーセルのカードが縦長すぎるのを解消（パネルを低く）2026-08-31 */
@media (max-width: 900px) {
  .products .gd-prodgrid__panel {
    aspect-ratio: 4/3;
    padding: 10px;
  }
  .products .gd-prodgrid__img {
    max-width: 62%;
    max-height: 92%;
  }
  .products .gd-prodgrid__body {
    padding: 16px;
  }
}
/* [SP GUTTER 20] SP(900px以下)の左右余白を全セクション20pxに統一 2026-08-31
   各セクションの内側要素を左右20px（=100% - 40px, 上限760px）で中央寄せ。
   帯系（USAGE/POINTS）は全幅のまま内側paddingで20pxを作る。末尾＋!importantで既存の半端値に全勝。 */
@media (max-width: 900px) {
  .brand-design__concept-inner,
  .brand-design__thought-inner,
  .points-vertical .point-section,
  .goodish-data__inner,
  .products.section {
    width: min(100% - 40px, 760px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* 全幅帯は内側paddingで20pxを作る */
  .usage.section {
    width: 100% !important;
    padding-left: max(20px, (100vw - 760px) / 2) !important;
    padding-right: max(20px, (100vw - 760px) / 2) !important;
  }
}
/* [BRAND PADDING] BRAND CONCEPT の上下余白を1か所に集約（左右は幅指定側で作るので0）2026-08-31
   分散していた padding（965/1121/1134/1270/9158/9216/9220/9225…）の実効値をここで確定。
   今後この上下余白はここだけ触ればよい。左右は [SP GUTTER 20]/width が担当。 */
.brand-design__concept-inner {
  padding-top: 140px !important;
  padding-bottom: 130px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 900px) {
  .brand-design__concept-inner {
    padding-top: 100px !important;
    padding-bottom: 90px !important;
  }
}
@media (max-width: 700px) {
  .brand-design__concept-inner {
    padding-top: 48px !important;
    padding-bottom: 64px !important;
  }
}
/* [THOUGHT PADDING] OUR THOUGHT の上下余白を1か所に集約（左右0＝写真フルブリード側で処理）2026-08-31
   分散していた padding（1029/1126/1175/1313/9231/9312/9366/9791…）の実効値をここで確定。
   実測: PC 120/120・タブレット/SP 120/88・左右0。今後この余白はここだけ。 */
.brand-design__thought-inner {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 900px) {
  .brand-design__thought-inner {
    padding-bottom: 48px !important;
  }
}
/* [POINTS SPACING 48] POINTS左カラムの縦間隔を48pxに統一（PC=901px以上）2026-08-31
   .point-copy > p の勝者(26px)に勝つよう末尾＋!important。書体/サイズも整合。 */
@media (min-width: 901px) {
  .points-vertical .point-copy > p {
    margin-top: 48px !important;
  }
  .points-vertical .point-grid--food .food-benefits {
    margin: 48px 0 0 !important;
  }
  .points-vertical #point-process .process-intro > p {
    margin-top: 48px !important;
  }
  .points-vertical #point-package .package-intro > h4,
  .points-vertical #point-package .package-feature > h4,
  .points-vertical #point-nitrogen .nitrogen-intro > h4 {
    margin: 0 0 48px !important;
  }
}
/* [REVEAL OFF] スクロールフェードイン(.reveal)を全解除 2026-08-31
   .reveal の初期透明/移動を打ち消し、常時表示に固定。JSのis-visible付与は無害化。 */
.reveal,
.reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
/* [SCROLL SNAPPY] ページスクロールの smooth を無効化
   style.css の @media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}} に勝つ 2026-08-31 */
html {
  scroll-behavior: auto !important;
}
/* [HEADER NO BLUR] stickyヘッダーのblur再描画を止めてスクロールを軽く 2026-08-31 */
.gd-header,
.gd-header.is-scrolled {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: rgba(255, 255, 255, 0.92) !important;
}
/* [POINTS DIVIDER] POINTS内の区切り線を濃く・太さを1pxに統一 2026-08-31
   元: 0.8px solid #ece6e0（薄すぎ）→ 1px solid #d8cfc0（はっきり）。POINTS内限定。 */
.points-vertical .point-section,
.points-vertical .process-benefits-block,
.points-vertical .process-foods-block,
.points-vertical .process-benefits-block--below {
  border-top-width: 1px !important;
  border-top-color: #d8cfc0 !important;
}
.points-vertical .process-benefits-block,
.points-vertical .process-foods-block {
  border-bottom-width: 1px !important;
  border-bottom-color: #d8cfc0 !important;
}
/* [THOUGHT 5050] OUR THOUGHT テキスト50%・写真を画面中央まで（gap分は写真側で吸収）2026-08-31 */
@media (min-width: 901px) {
  .brand-design__thought-inner {
    grid-template-columns: minmax(0, calc(50% - 56px)) minmax(0, 1fr) !important;
    -moz-column-gap: 64px !important;
         column-gap: 64px !important;
  }
}
/* [PC SP UTIL] PC/SP 表示出し分けの汎用クラス（境界700px）2026-08-31
   .is-pc = PCのみ表示 / .is-sp = SP(700px以下)のみ表示。改行や文言の出し分けに全体で使える。 */
.is-sp {
  display: none;
}
@media (max-width: 700px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
/* [SP BODY 15] SP/タブレット(900px以下)の本文サイズを15pxに統一 2026-08-31
   各セクションに散った14/14.5/12.5/13/16px を末尾＋!importantで一本化。 */
@media (max-width: 900px) {
  .points-vertical .point-copy > p,
  .points-vertical #point-process .process-intro > p,
  .points-vertical #point-nitrogen .nitrogen-intro > p,
  .products .gd-prodgrid__desc,
  .brand-design__lead p,
  .brand-design__body p,
  .usage-grid p {
    font-size: 16px !important;
    line-height: 1.9 !important;
  }
}
/* [SP BODY WIDTH] SP(900px以下)で本文を幅100%に（63%/67%/68%の絞りを解除）2026-08-31 */
@media (max-width: 900px) {
  .brand-design__lead,
  .brand-design__body {
    width: 100% !important;
  }
}
/* [SP-BR] SP専用改行（PCでは改行しない）。pc-br と併用可 2026-08-31 */
.sp-br {
  display: none;
}
@media (max-width: 700px) {
  .sp-br {
    display: inline !important;
  }
  /* pc-br はSPで改行しない（既存方針）*/
  .points-vertical #point-process .process-value-list article .pc-br:not(.sp-br) {
    display: none !important;
  }
}
/* [PROCESS FOODS ROW] 食材カードSP横並び：アイコン列120px固定・本文列1fr 2026-08-31
   アイコンの横幅がバラバラでも列幅を揃え、本文幅を一定に確保する。 */
@media (max-width: 700px) {
  .points-vertical #point-process .process-foods-block .process-value-list {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 8px !important;
  }
  .points-vertical #point-process .process-foods-block .process-value-list article {
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr) !important;
    align-items: center !important;
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
    text-align: left !important;
    padding: 18px 0 !important;
  }
  .points-vertical #point-process .process-foods-block .process-value-list article img {
    width: 100% !important;
    max-width: 120px !important;
    height: auto !important;
    max-height: 96px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    margin: 0 auto !important;
    justify-self: center !important;
  }
  .points-vertical #point-process .process-foods-block .process-value-list article p {
    margin: 0 !important;
    text-align: left !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
  }
}
/* [BELOW SP GAP] SPで「3つの価値」ブロックの上余白を詰める（PCは88pxのまま）2026-08-31 */
@media (max-width: 700px) {
  .points-vertical #point-process .process-benefits-block--below {
    margin-top: 40px !important;
    padding-top: 32px !important;
  }
}
/* [FOOD SP PHOTO] 食材カードのSP版：丸ダミー写真(肉種色の罫線)＋タイトル16px＋本文 2026-08-31 */
@media (max-width: 700px) {
  .points-vertical #point-process .process-foods-block .process-value-list.is-sp {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
  .points-vertical #point-process .process-foods-block .process-value-list.is-sp article {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    align-items: center !important;
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
    padding: 18px 0 !important;
    text-align: left !important;
    border: 0 !important;
  }
  .process-value-list.is-sp .fp-photo {
    width: 96px !important;
    height: 96px !important;
    border-radius: 50% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    border: 2px solid #ccc !important;
    background: #f5f1ea !important;
  }
  .process-value-list.is-sp .fp--meat .fp-photo {
    border-color: #c96c5c !important;
  }
  .process-value-list.is-sp .fp--veg .fp-photo {
    border-color: #a66585 !important;
  }
  .process-value-list.is-sp .fp--green .fp-photo {
    border-color: #6f8d43 !important;
  }
  .process-value-list.is-sp .fp-body {
    min-width: 0 !important;
  }
  .process-value-list.is-sp .fp-title {
    display: block !important;
    font-family: var(--pv-serif) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    letter-spacing: 0.03em !important;
    margin: 0 0 6px !important;
  }
  .process-value-list.is-sp .fp-body p {
    margin: 0 !important;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
  }
}
/* [FP PHOTO CIRCLE] 食材SP丸写真を正円に確定（[PROCESS FOODS ROW]のimg指定に勝つ）2026-08-31 */
@media (max-width: 700px) {
  .points-vertical #point-process .process-foods-block .process-value-list.is-sp article .fp-photo {
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    max-height: 96px !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    display: block !important;
  }
}
/* [FOOD PC SP TOGGLE] 食材value-listのPC/SP出し分けを確実に 2026-08-31 */
@media (max-width: 700px) {
  .points-vertical #point-process .process-foods-block .process-value-list.is-pc {
    display: none !important;
  }
  .points-vertical #point-process .process-foods-block .process-value-list.is-sp {
    display: flex !important;
  }
}
@media (min-width: 701px) {
  .points-vertical #point-process .process-foods-block .process-value-list.is-sp {
    display: none !important;
  }
}
/* [BELOW SP FINAL] 「3つの価値」SP版：レイアウトを全リセットしてから再定義 2026-08-31
   1) レイアウト系プロパティを初期化（色/フォントは触らない）
   2) アイコン左＋見出し/本文右のリストとして組み直す */
@media (max-width: 700px) {
  .points-vertical #point-process .process-benefits-block--below .process-value-list {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    -moz-column-gap: 18px !important;
         column-gap: 18px !important;
    row-gap: 6px !important;
    padding: 18px 0 !important;
    margin: 0 !important;
    background: none !important;
    border: 0 !important;
    text-align: left !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article img {
    grid-column: 1 !important;
    grid-row: 1/3 !important;
    width: 84px !important;
    height: 84px !important;
    margin: 0 !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article h6 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    text-align: left !important;
    font-family: var(--pv-serif) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    line-height: 1.5 !important;
  }
  .points-vertical #point-process .process-benefits-block--below .process-value-list article p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    text-align: left !important;
    font-family: var(--pv-serif) !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
    color: #111111 !important;
  }
}
/* [BELOW SP CARD ROW] 3つの価値：カード内をアイコン左・テキスト右に 2026-08-31 */
@media (max-width: 700px) {
  html body .points-vertical #point-process .process-benefits-block--below .process-value-list article:nth-child(n) {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    -moz-column-gap: 18px !important;
         column-gap: 18px !important;
    row-gap: 6px !important;
    text-align: left !important;
    padding: 18px 20px !important;
    margin-bottom: 14px !important;
  }
  html body .points-vertical #point-process .process-benefits-block--below .process-value-list article:nth-child(n) img {
    grid-column: 1 !important;
    grid-row: 1/3 !important;
    width: 84px !important;
    height: 84px !important;
    margin: 0 !important;
  }
  html body .points-vertical #point-process .process-benefits-block--below .process-value-list article:nth-child(n) h6 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    text-align: left !important;
    font-family: var(--pv-serif) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #111111 !important;
  }
  html body .points-vertical #point-process .process-benefits-block--below .process-value-list article:nth-child(n) p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
  }
}
/* [POINT SECTION SP PAD] こだわり各セクションのSP上下余白を48pxに（88pxを解除）2026-08-31 */
@media (max-width: 700px) {
  .points-vertical .point-section {
    padding: 48px 0 48px !important;
  }
}
/* [NITROGEN ART FIT] 窒素図の枠を画像比率(1128:634)に合わせて全体表示 2026-08-31 */
.points-vertical #point-nitrogen .nitrogen-art {
  aspect-ratio: 1128/634 !important;
  height: auto !important;
  min-height: 0 !important;
}
.points-vertical #point-nitrogen .nitrogen-art img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
/* [DATA TITLE SP] データセクション見出し画像をSPで縮小 2026-08-31 */
@media (max-width: 700px) {
  .goodish-data__title-image,
  .goodish-data__heading img {
    width: min(88%, 340px) !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* [DATA TITLE SP SIZE] データカード見出しをSPで15pxに 2026-08-31 */
@media (max-width: 700px) {
  .goodish-data-card__title {
    font-size: 15px !important;
  }
}
/* [PROFESSIONALS] 推奨獣医師と開発者の紹介（データセクションの直前）2026-08-31
   幅・余白はデータセクションに準拠。カードはPC2列 / SP1列。 */
.professionals {
  width: 100%;
  background: #fff;
}
.professionals__inner {
  width: min(100% - 64px, 1152px);
  margin: 0 auto;
  padding: 100px 0;
}
.professionals__heading {
  text-align: center;
  margin-bottom: 68px;
}
.professionals__title-image {
  width: min(100%, 396px);
  height: auto;
}
.professionals__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.pro-card {
  background: #fff;
  border: 1px solid #ece6e0;
  border-radius: 16px;
  overflow: hidden;
}
.pro-card__photo {
  width: 100%;
  aspect-ratio: 432/492;
  background: #f5f1ea;
}
.pro-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pro-card__body {
  padding: 24px 26px 28px;
}
.pro-card__role {
  margin: 0 0 10px;
  font-family: var(--pv-serif);
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  letter-spacing: 0.03em;
}
.pro-card__affil {
  margin: 0 0 12px;
  font-family: var(--pv-serif);
  font-size: 14px;
  font-weight: 400;
  color: #55514d;
  line-height: 1.75;
}
.pro-card__name {
  margin: 0 0 16px;
  font-family: var(--pv-serif);
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  letter-spacing: 0.04em;
}
.pro-card__comment {
  margin: 0;
  font-family: var(--pv-serif);
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  line-height: 1.95;
  letter-spacing: 0.03em;
}
@media (max-width: 900px) {
  .professionals__inner {
    width: min(100% - 40px, 760px);
    padding: 48px 0;
  }
  .professionals__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .professionals__heading {
    margin-bottom: 32px;
  }
}
@media (max-width: 700px) {
  .professionals__title-image {
    width: min(88%, 340px);
  }
  .pro-card__body {
    padding: 20px 20px 24px;
  }
  .pro-card__name {
    font-size: 18px;
  }
  .pro-card__comment {
    font-size: 16px;
    line-height: 1.9;
  }
  .pro-card__affil {
    font-size: 14px;
  }
}
/* [PRO CARD ROW] 紹介カードを左写真・右テキストの横並びに 2026-08-31 */
.professionals__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
}
.pro-card {
  display: grid !important;
  grid-template-columns: 220px minmax(0, 1fr) !important;
  align-items: center !important;
}
.pro-card__photo {
  aspect-ratio: 432/492 !important;
  height: 100% !important;
}
.pro-card__body {
  padding: 28px 32px !important;
}
@media (max-width: 700px) {
  .pro-card {
    grid-template-columns: 1fr !important;
  }
  .pro-card__photo {
    aspect-ratio: 16/11 !important;
  }
  .pro-card__body {
    padding: 20px !important;
  }
}
/* [PRO CARD TYPO] 紹介カードの書体・サイズを他セクションに統一 2026-08-31
   明朝(var(--pv-serif))・本文16px・名前20px・補足14px・#111111 */
.pro-card__role,
.pro-card__affil,
.pro-card__name,
.pro-card__comment {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif !important;
}
.pro-card__role {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  letter-spacing: 0.03em !important;
  margin: 0 0 10px !important;
}
.pro-card__affil {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #55514d !important;
  line-height: 1.8 !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 12px !important;
}
.pro-card__name {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  letter-spacing: 0.04em !important;
  margin: 0 0 16px !important;
}
.pro-card__comment {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  line-height: 2.05 !important;
  letter-spacing: 0.035em !important;
  margin: 0 !important;
}
@media (max-width: 700px) {
  .pro-card__name {
    font-size: 18px !important;
  }
  .pro-card__comment {
    font-size: 16px !important;
    line-height: 1.9 !important;
  }
  .pro-card__affil {
    font-size: 14px !important;
  }
}
/* [TITLE IMG HEIGHT] セクション見出しSVGを高さ基準に統一 2026-08-31
   両SVGとも viewBox高さ95（データ854.88x95 / VOICE396.81x95）。
   幅指定だと大きさがバラつくため高さで揃える。 */
.goodish-data__title-image,
.professionals__title-image {
  width: auto !important;
  max-width: 100% !important;
  height: 58px !important;
}
@media (max-width: 980px) {
  .goodish-data__title-image,
  .professionals__title-image {
    height: 52px !important;
  }
}
@media (max-width: 700px) {
  .goodish-data__title-image,
  .professionals__title-image {
    height: 40px !important;
  }
}
/* [PRO CARD MORE] 紹介カードの「続きを読む」リンク（右下）2026-08-31 */
.pro-card__more {
  margin: 16px 0 0 !important;
  text-align: right !important;
}
.pro-card__more a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid #111111;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.pro-card__more a::after {
  content: "›";
  font-size: 16px;
  line-height: 1;
}
.pro-card__more a:hover {
  opacity: 0.6;
}
@media (max-width: 700px) {
  .pro-card__more {
    margin-top: 14px !important;
  }
  .pro-card__more a {
    font-size: 14px;
  }
}
/* [PRO CARD LINK] カード全体をリンク化 2026-08-31 */
a.pro-card {
  text-decoration: none !important;
  color: inherit !important;
  transition: border-color 0.2s;
}
a.pro-card:hover {
  border-color: #d8cfc0 !important;
}
a.pro-card:hover .pro-card__more span {
  opacity: 0.6;
}
.pro-card__more span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  border-bottom: 1px solid #111111;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.pro-card__more span::after {
  content: "›";
  font-size: 16px;
  line-height: 1;
}
/* [PRO CARD HIERARCHY] 紹介カードの情報に強弱をつける 2026-08-31
   ラベル小 → 名前大 → 所属小さく薄く → 区切り線 → 引用コメント */
.pro-card__role {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #8a8073 !important;
  letter-spacing: 0.06em !important;
  margin: 0 0 8px !important;
}
.pro-card__name {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.4 !important;
  margin: 0 0 10px !important;
}
.pro-card__affil {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #111111 !important;
  line-height: 1.75 !important;
  margin: 0 0 18px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #ece6e0 !important;
}
.pro-card__comment {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  line-height: 2 !important;
  letter-spacing: 0.03em !important;
  margin: 0 !important;
}
@media (max-width: 700px) {
  .pro-card__name {
    font-size: 21px !important;
  }
  .pro-card__comment {
    font-size: 15px !important;
  }
}
/* [PROFESSIONALS BG] 背景を薄クリームに＋データとの境に罫線 2026-08-31 */
.professionals {
  background: #faf7f1 !important;
  border-bottom: 1px solid #e6ddd0 !important;
}
/* [DATA BG WHITE] データセクションの背景を白に 2026-08-31 */
.goodish-data {
  background: #fff !important;
}
/* [DATA CARD BG] データカードに背景色（白地から浮かせる）2026-08-31 */
.goodish-data-card {
  background: #faf7f1 !important;
  border-color: #ece6e0 !important;
}
/* [PRODUCTS TOP LINE] 商品一覧の上にフル幅の罫線（本体の背景に隠れないよう ::after で前面に）2026-08-31 */
.products.section {
  position: relative;
}
.products.section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 1px;
  background: #e6ddd0;
  z-index: 1;
  pointer-events: none;
}
/* [PRO SP LAYOUT] PROFESSIONALS を SP で1カラム縦積みに 2026-08-31 */
@media (max-width: 900px) {
  .professionals__grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .pro-card {
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr) !important;
    align-items: center !important;
  }
  .pro-card__photo {
    aspect-ratio: 432/492 !important;
    height: auto !important;
  }
  .pro-card__body {
    padding: 18px 18px 18px 16px !important;
  }
  .pro-card__role {
    font-size: 12px !important;
    margin: 0 0 6px !important;
  }
  .pro-card__name {
    font-size: 18px !important;
    margin: 0 0 8px !important;
  }
  .pro-card__affil {
    font-size: 12px !important;
    line-height: 1.7 !important;
    margin: 0 0 12px !important;
    padding-bottom: 12px !important;
  }
  .pro-card__comment {
    font-size: 14px !important;
    line-height: 1.85 !important;
  }
  .pro-card__more {
    margin-top: 12px !important;
  }
  .pro-card__more span {
    font-size: 13px !important;
  }
}
@media (max-width: 560px) {
  .pro-card {
    grid-template-columns: 1fr !important;
  }
  .pro-card__photo {
    aspect-ratio: 16/11 !important;
  }
  .pro-card__body {
    padding: 18px !important;
  }
  .pro-card__name {
    font-size: 20px !important;
  }
  .pro-card__comment {
    font-size: 15px !important;
  }
}
/* [PRO PICTURE] picture タグ対応 2026-08-31 */
.pro-card__photo picture {
  display: block;
  width: 100%;
  height: 100%;
}
.pro-card__photo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 560px) {
  .pro-card__photo picture img {
    height: auto;
  }
}
/* [PRO PHOTO SP FIX] SP写真の下に出る余白を解消（aspect-ratio解除・背景なし）2026-08-31 */
@media (max-width: 560px) {
  html body .pro-card__photo {
    aspect-ratio: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    background: none !important;
  }
  html body .pro-card__photo picture {
    display: block !important;
    height: auto !important;
  }
  html body .pro-card__photo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
/* [PRO CARD ALIGN] 2枚のカードでテキスト開始位置を揃える（中央→上揃え）2026-08-31 */
@media (min-width: 901px) {
  .pro-card {
    align-items: stretch !important;
  }
  .pro-card__body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding-top: 32px !important;
  }
}
/* [PRO MORE BOTTOM] 「続きを読む」を両カードとも右下に揃える 2026-08-31 */
@media (min-width: 901px) {
  .pro-card__body {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }
  .pro-card__more {
    margin-top: auto !important;
    padding-top: 20px !important;
    text-align: right !important;
  }
}
:root {
  --gold: #995a31;
  --gold-deep: #995a31;
  --ink: #171512;
  --muted: #706a61;
  --line: #e6e0d6;
  --paper: #fffdf9;
  --cream: #f6f0e5;
  --cream-2: #efe4d0;
  --orange: #e9582f;
  --dark: #25221e;
  --max: 1152px;
}
body.front_page {
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 700px) {
  body.front_page {
    line-height: 1.75;
  }
}
:where(.front_page main),
:where(.front_page main) *,
:where(.front_page main) *::before,
:where(.front_page main) *::after {
  box-sizing: border-box;
}
:where(.front_page main) img {
  max-width: 100%;
  height: auto;
}
:where(.front_page main) a {
  color: inherit;
}
@media (prefers-reduced-motion: reduce) {
  :where(.front_page main) *,
  :where(.front_page main) *::before,
  :where(.front_page main) *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
.hero-video__media--pc {
  aspect-ratio: 16/9;
}
.hero-video__media--sp {
  aspect-ratio: 9/16;
}
.hero-video__media {
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-design__concept .gd-heading__eyebrow,
.brand-design__thought .gd-heading__eyebrow,
.section-heading .gd-heading__eyebrow {
  color: #995a31;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.17em;
}
.brand-design__concept h2.gd-heading__title,
.brand-design__thought h2.gd-heading__title,
.section-heading h2.gd-heading__title {
  margin: 0;
  margin-top: 34px;
  color: #111111;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(32px, 2.75vw, 38px);
  line-height: 1.55;
  letter-spacing: 0.045em;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .brand-design__concept h2.gd-heading__title,
  .brand-design__thought h2.gd-heading__title,
  .section-heading h2.gd-heading__title {
    margin-top: 24px;
    font-size: 28px;
    letter-spacing: 0.04em;
    white-space: normal;
  }
}
/* [SP HEADING] eyebrof/title のSP共通サイズ 2026-08-31 */
@media (max-width: 700px) {
  .brand-design__concept .gd-heading__eyebrow,
  .brand-design__thought .gd-heading__eyebrow,
  .section-heading .gd-heading__eyebrow {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .brand-design__concept h2.gd-heading__title,
  .brand-design__thought h2.gd-heading__title,
  .section-heading h2.gd-heading__title {
    font-size: 27px;
  }
}