


/* ------------------------リニューアル Vr.2   2026/06/26 */

:root {
  --ink: #3a200d;
  --muted: #6f5e50;
  --paper: #f9f8ef;
  --cream: #efece0;
  --green: #008435;
  --green-dark: #1d5d35;
  --orange: #d65b07;
  --line: #e5dbc0;
  --white: #ffffff;
  --ivory: #f9f8ef;
  --gold-1: #b07528;
  --gold-2: #efc971;
  --shadow: 0 18px 45px rgba(35, 23, 21, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.7px;
}

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

a {
  color: inherit;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 100px 0;
}

.only-sp,
.br-sp {
  display: none;
}

.only-pc,
.br-pc {
  display: inline;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #ddd2b0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: url("images/header_bg.svg") top left / 100% auto no-repeat;
}

.hero__slides,
.hero__slide {
  position: absolute;
  inset: 0;
}

.hero__slide {
  opacity: 0;
  animation: heroFade 25s infinite;
}

.hero__slide--2 {
  animation-delay: 5s;
}

.hero__slide--3 {
  animation-delay: 10s;
}

.hero__slide--4 {
  animation-delay: 15s;
}

.hero__slide--5 {
  animation-delay: 20s;
}

.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

@media (min-width: 1800px) {
  .hero::after {
    background-image: url("images/header_bg_big.svg");
  }

  .hero__slide img {
    object-position: center center;
  }
}

.hero__logo {
  position: absolute;
  top: 38px;
  left: 42px;
  z-index: 3;
  display: block;
  width: 36px;
}

.hero__cta {
  position: absolute;
  right: 48px;
  top: 22%;
  z-index: 3;
  display: grid;
  place-items: center;
  min-width: 48px;
  min-height: 400px;
  padding: 20px 8px;
  border: 1px solid var(--ivory);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.45);
  color: var(--ivory);
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 0.18em;
  word-spacing: 1.15em;
  box-shadow: none;
}

.hero__cta:hover {
  background: rgba(0, 0, 0, 0.6);
}

@keyframes heroFade {
  0%, 100% { opacity: 0; transform: scale(1); }
  4%, 18% { opacity: 1; }
  23% { opacity: 0; transform: scale(1.04); }
}

.separator {
  position: relative;
  z-index: 2;
  margin: 0;
  background: transparent;
}

.separator--hero {
  margin-top: calc(-100vw * 62 / 1200);
  margin-bottom: calc(-100vw * 28 / 1200);
}

.separator img,
.separator picture,
.separator picture img {
  width: 100%;
}

.separator--inside {
  margin-bottom: 70px;
}

.intro {
  display: flex;
  align-items: flex-start;
  height: 80vh;
  min-height: 80vh;
  padding: 0;
  text-align: left;
  background:
    url("images/section02_bg.webp") center center / cover no-repeat,
    var(--paper);
}

.intro__body {
  width: 80vw;
  max-width: none;
  margin-left: 10vw;
  margin-right: auto;
  padding-top: 10vh;
}

@media (min-width: 2000px) {
  .intro {
    height: 100vh;
    min-height: 100vh;
    background:
      url("images/section02_bg_big.webp") center center / cover no-repeat,
      var(--paper);
  }
}

.intro h1,
.section-title h2,
.reasons h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 1.4px;
}

.intro p {
  margin: 34px 0 0;
  font-size: 16px;
  line-height: 28px;
}

.intro-cta {
  position: relative;
  z-index: 3;
  margin-top: -170px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, transparent 0 170px, var(--white) 170px 100%);
}

.intro-cta__separator {
  min-height: 300px;
  background: url("images/separator_cta02.svg") top center / cover no-repeat;
}

.intro-cta__card {
  position: relative;
  z-index: 2;
  display: block;
  width: 600px;
  max-width: calc(100% - 48px);
  min-height: 300px;
  margin: -360px auto 0;
  color: inherit;
  text-decoration: none;
}

.intro-cta__card img {
  width: 100%;
}

.trial-label-wrap {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 2;
  display: block;
  translate: -50% -50%;
  white-space: nowrap;
  pointer-events: none;
}

.trial-label {
  position: relative;
  display: inline-block;
  padding: 0.18em 0.7em;
  color: #fff;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", serif;
  font-size: clamp(28px, 5.3vw, 44px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  overflow: hidden;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
  animation: trial-breath 4.8s ease-in-out infinite;
}

.trial-label::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -70%;
  width: 45%;
  height: 140%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 222, 145, 0.15) 35%,
    rgba(255, 236, 180, 0.55) 50%,
    rgba(255, 222, 145, 0.15) 65%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: trial-shine 5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes trial-breath {
  0%, 100% {
    transform: scale(0.99);
  }
  50% {
    transform: scale(1.035);
  }
}

@keyframes trial-shine {
  0% {
    left: -70%;
    opacity: 0;
  }
  48% {
    left: -70%;
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  74% {
    left: 125%;
    opacity: 1;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}

.intro-cta__card,
.cta-01__card,
.cta-02__card,
.flow__cta-card,
.final-cta__card {
  opacity: 0;
  transform: scale(0.94);
  transform-origin: center center;
  transition:
    opacity 780ms ease-out,
    transform 780ms ease-out;
}

.intro-cta__card.is-visible,
.cta-01__card.is-visible,
.cta-02__card.is-visible,
.flow__cta-card.is-visible,
.final-cta__card.is-visible {
  opacity: 1;
  transform: scale(1);
}

.intro-cta__button {
  position: absolute;
  right: 60px;
  bottom: 48px;
  margin-top: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  margin-top: 42px;
  padding: 14px 34px;
  border: 1px solid var(--paper);
  border-radius: 10px;
  background: linear-gradient(180deg, var(--gold-1) 0%, var(--gold-2) 100%);
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 3px 1px rgba(3, 1, 1, 0.5);
  transition:
    background 320ms ease,
    opacity 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.button:hover {
  background: linear-gradient(180deg, #bb8947 0%, #fdd986 100%);
}

.button--small {
  min-width: 168px;
  min-height: 48px;
  margin-top: 24px;
  padding: 12px 28px;
}

.button--ghost {
  min-width: auto;
  margin-top: 0;
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.section-title {
  margin-bottom: 80px;
  text-align: center;
}

.section-title img {
  width: min(653px, 76vw);
  margin: 14px auto 0;
}

.products {
  background: #fff;
}

.product-list {
  display: grid;
  gap: 80px;
}

.product {
  display: grid;
  grid-template-columns: minmax(320px, 456px) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.product--reverse {
  grid-template-columns: minmax(320px, 456px) minmax(0, 1fr);
}

.product--reverse img {
  order: 0;
}

.product__image-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product img {
  width: 100%;
  border-radius: 14px;
  box-shadow: none;
  aspect-ratio: 456 / 295;
  object-fit: cover;
  transition: transform 260ms ease;
}

.product__image-link:hover img {
  transform: scale(1.012);
}

.product h3,
.feature h4,
.worry-grid h3,
.review-card h4,
.report-card h4 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
}

.product h3 {
  margin-bottom: 28px;
  font-size: 24px;
}

.product p,
.feature p,
.worry-grid p,
.review-card p,
.report-card p,
.flow p,
.faq p {
  margin: 0;
  color: var(--ink);
}

.product p {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.product .button--small {
  min-width: 132px;
  min-height: 44px;
  margin-top: 28px;
  padding: 10px 24px;
  border-color: #bfb8b0;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 1px 2px 5px rgba(58, 32, 13, 0.22);
  font-size: 16px;
  font-weight: 700;
  transition:
    background-color 420ms ease,
    opacity 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.product .button--small:hover {
  background: #e2e2e269;
}

.vegetable {
  position: relative;
  padding: 0;
  background: #fff;
}

.vegetable__about {
  padding: 80px 0 300px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.96) 82%, #fff 96%, #fff 100%),
    url("images/section03_bg.webp") top center / 100% auto no-repeat,
    #fff;
}

.vegetable__heading {
  padding: 60px 0 108px;
}

.vegetable__heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.vegetable__heading-line {
  display: none;
}

.vegetable__panel {
  width: 74%;
  max-width: none;
  padding: 5%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(58, 32, 13, 0.14);
}

.vegetable__reasons {
  margin-top: -200px;
  padding: 60px 0 400px;
  background:
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.96) 18%, rgba(255, 255, 255, 0) 42%),
    url("images/section04_bg.webp") bottom center / 100% auto no-repeat,
    #fff;
}

.vegetable__panel--reasons {
  margin-bottom: 0;
}

.vegetable .lead-title {
  margin: 0 0 112px;
}

.vegetable .feature-list {
  gap: 30px;
}

.vegetable .feature {
  grid-template-columns: minmax(0, 1fr) 46%;
  gap: 4%;
  padding: 0;
  align-items: center;
}

.vegetable .feature--reverse {
  grid-template-columns: 46% minmax(0, 1fr);
}

.vegetable .feature--reverse img {
  order: -1;
}

.vegetable .feature img {
  border-radius: 12px;
  aspect-ratio: 360 / 260;
  object-fit: cover;
}

.vegetable .feature h4 {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 1.5;
}

.vegetable .feature p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.cta-01 {
  position: relative;
  z-index: 3;
  min-height: 200px;
  margin-top: -140px;
  background: linear-gradient(to bottom, transparent 0 260px, #e5d6c3 260px 100%);
}

.cta-01__separator {
  min-height: 360px;
  background: url("images/separator_cta04.svg") top center / cover no-repeat;
}

.cta-01__card {
  position: relative;
  z-index: 2;
  display: block;
  width: 600px;
  max-width: calc(100% - 48px);
  min-height: 300px;
  margin-top: -430px;
  margin-right: auto;
  margin-left: auto;
  color: inherit;
  text-decoration: none;
}

.cta-01__card img {
  width: 100%;
}

.cta-01__button {
  position: absolute;
  right: 60px;
  bottom: 48px;
  margin-top: 0;
}

.lead-title,
.sublead,
.flow h3 {
  margin: -8px 0 52px;
  text-align: center;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}

.feature-list {
  display: grid;
  gap: 46px;
}

.feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
  padding: 34px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

.feature--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.feature--reverse img {
  order: -1;
}

.feature img {
  width: 100%;
  border-radius: 16px;
}

.reasons {
  background:
    url("images/section03_bg.webp") center / cover fixed no-repeat,
    #e8dcc0;
}

.reasons h2 {
  margin-bottom: 54px;
  text-align: center;
}

.worries {
  background: #fff;
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.worry-grid article {
  padding: 22px 22px 28px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: none;
}

.worry-grid h3 {
  margin-top: 18px;
  font-size: 20px;
}

.solution {
  background:
    url("images/section04_bg.webp") center / cover no-repeat,
    #f4edd5;
}

.shoku-gallery-section {
  padding: 90px 0 110px;
  background: #f9f8ef;
}

.shoku-gallery {
  width: 60%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.shoku-gallery__item {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.92);
  background: #eee;
  text-decoration: none;
  transition:
    opacity 680ms ease-out,
    transform 680ms ease-out;
}

.shoku-gallery__item.is-visible {
  opacity: 1;
  transform: scale(1);
}

.shoku-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.shoku-gallery__item:hover img,
.shoku-gallery__item:focus-visible img {
  transform: scale(1.035);
  filter: brightness(0.88);
}

.shoku-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 70px 7vw;
  background: rgba(22, 22, 20, 0.88);
}

.shoku-lightbox[hidden] {
  display: none;
}

.shoku-lightbox__image {
  display: block;
  max-width: min(72vw, 1180px);
  max-height: calc(100svh - 140px);
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.shoku-lightbox__close,
.shoku-lightbox__nav {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
}

.shoku-lightbox__close {
  position: fixed;
  top: 22px;
  right: 28px;
  z-index: 2;
  width: 44px;
  height: 44px;
  font-size: 42px;
}

.shoku-lightbox__nav {
  position: fixed;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 72px;
  margin-top: -36px;
  font-size: 64px;
  opacity: 0.72;
}

.shoku-lightbox__nav:hover,
.shoku-lightbox__nav:focus-visible,
.shoku-lightbox__close:hover,
.shoku-lightbox__close:focus-visible {
  opacity: 1;
}

.shoku-lightbox__nav--prev {
  left: 28px;
}

.shoku-lightbox__nav--next {
  right: 28px;
}

.worries {
  position: relative;
  overflow: hidden;
  padding: 150px 0 210px;
  background: radial-gradient(circle at 50% 50%, #fff 0%, #fff 5%, #f3e9dd 20%, #e5d6c3 30%, #e5d6c3 100%)
}

.worries::before {
  content: none;
}

.worries::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 90px;
  background: #fff;
  clip-path: polygon(0 40%, 50% 100%, 100% 40%, 100% 100%, 0 100%);
}

.worries > .container {
  position: relative;
  z-index: 1;
}

.worries .section-title {
  margin-bottom: 110px;
}

.worry-voices {
  display: grid;
  width: min(820px, 100%);
  margin: 0 auto;
  gap: 46px;
}

.worry-voice {
  width: fit-content;
}

.worry-voice--right {
  justify-self: end;
  text-align: left;
}

.worry-voice--bottom {
  margin-top: 18px;
  justify-self: start;
}

.catch_copy {
  display: inline-block;
  padding: 8px 34px 10px;
  background: rgba(93, 79, 72, 0.72);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.worry-voice p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.9;
}

.solution {
  position: relative;
  padding: 150px 0 210px;
  background: #fff;
}

.solution::after {
  content: none;
}

.solution .section-title {
  margin-bottom: 118px;
}

.solution-grid {
  display: grid;
  width: min(900px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px 110px;
  align-items: center;
}

.solution-item--text h4 {
  margin: 0 0 30px;
  font-size: 23px;
  line-height: 1.65;
  font-weight: 400;
}

.solution-item--text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.solution-item--image {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  border-radius: 12px;
}

.shoku-gallery-section {
  padding: 20px 0 140px;
  background: #f9f8ef;
}

.section-separator {
  line-height: 0;
  overflow: hidden;
}

.section-separator img {
  display: block;
  width: 100%;
}

.section-separator--solution-gallery {
  background: #fff;
}


.section-separator--flow-top {
  background: #ffffff;
}

.section-separator--flow-bottom {
  background: #D3EFED;
}

.section-separator--flow-bottom img {
}

.shoku-gallery-title {
  margin-bottom: 120px;
}

.founder-message {
  display: grid;
  grid-template-columns: 40vw minmax(0, 1fr);
  gap: 0;
  align-items: center;
  padding: 92px 5.2vw 160px 0;
  background: #f9f8ef;
}

.founder-message__photo {
  position: relative;
  z-index: 1;
  min-height: 980px;
  overflow: hidden;
  background: url("images/founder-message.webp") left center / cover no-repeat;
}

.founder-message__photo::after {
  content: "";
  position: absolute;
  inset: 0;
}

.founder-message__photo > div {
  position: relative;
  z-index: 1;
  width: min(330px, 72%);
  margin: 160px 0 0 4vw;
  color: #fff;
}

.founder-message__photo h2 {
  margin: 0 0 30px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
}

.founder-message__photo p {
  margin: 34px 0 0;
  font-size: 20px;
  line-height: 1.7;
}

.founder-message__body {
  position: relative;
  z-index: 2;
  max-width: 820px;
  min-height: 900px;
  margin-left: -2vw;
  padding: 10% 10%;
  border-radius: 90px;
  background: #fff;
  font-size: 16px;
  line-height: 2.05;
}

.founder-message__body p {
  margin: 0;
}

.founder-message__body p + p {
  margin-top: 34px;
}

.cta-02 {
  position: relative;
  z-index: 3;
  min-height: 200px;
  padding: 0 0 10px;
  background: linear-gradient(to bottom, transparent 0 170px, #fff 170px 100%);
}

.cta-02__separator {
  min-height: 300px;
  background: url("images/separator_cta02.svg") top center / cover no-repeat, #F9F8EF;
}

.cta-02__card {
  position: relative;
  z-index: 2;
  display: block;
  width: 660px;
  max-width: calc(100% - 48px);
  min-height: 300px;
  margin-top: -360px;
  margin-right: auto;
  margin-left: auto;
  color: inherit;
  text-decoration: none;
}

.cta-02__card img {
  width: 100%;
}

.cta-02__button {
  position: absolute;
  right: 60px;
  bottom: 48px;
  margin-top: 0;
}

.reviews {
  background: #fff;
}

.scroll-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 31%);
  gap: 18px;
  overflow-x: auto;
  padding: 6px 4px 22px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--green) transparent;
}

.review-card,
.report-card {
  min-height: 470px;
  padding: 24px;
  border: 1px solid #eee7d8;
  border-radius: 10px;
  background: #fcfcfc;
  scroll-snap-align: start;
}

.avatar {
  display: grid;
  place-items: center;
  min-height: 128px;
}

.avatar img {
  width: 126px;
  border-radius: 10%;
}

.review-card h4,
.report-card h4 {
  margin-top: 18px;
  font-size: 18px;
}

.review-card small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
}

.shoku-review-carousel {
  --review-gap: 18px;
  --review-peek: 40px;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 6px 0 4px 24px;
}

.shoku-review-carousel__viewport {
  overflow: hidden;
}

.shoku-review-carousel__track {
  display: flex;
  align-items: stretch;
  gap: var(--review-gap);
  transition: transform 500ms ease;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  will-change: transform;
}

.shoku-review-carousel__track:active {
  cursor: grabbing;
}

.shoku-review-card {
  display: flex;
  flex: 0 0 calc((100% - var(--review-peek) - (var(--review-gap) * 3)) / 3);
  flex-direction: column;
  min-height: 470px;
  padding: 34px 36px 38px;
  border-radius: 10px;
  background: #f3f3f3;
  color: #3d2517;
}

.shoku-review-card__image {
  width: 126px;
  aspect-ratio: 1;
  margin: 0 auto 26px;
  border-radius: 10%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.shoku-review-card h4 {
  margin: 0 0 20px;
  color: #3d2517;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.shoku-review-card p,
.shoku-review-card__body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.shoku-review-card__body p + p {
  margin-top: 1em;
}

.shoku-review-card small,
.shoku-review-card h6 {
  display: block;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 28px;
  color: #716c68;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.shoku-review-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.shoku-review-carousel__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #e9e9e9;
  cursor: pointer;
}

.shoku-review-carousel__dot[aria-current="true"] {
  background: #b8b8b8;
}

.cooking {
  padding-bottom: 260px;
  background:
    url("images/review_Illust.webp") bottom center / 100% auto no-repeat,
    #fff;
}

.report-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.shoku-report-carousel {
  --report-gap: 18px;
  --report-peek: 40px;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 6px 0 4px 24px;
}

.shoku-report-carousel__viewport {
  overflow: hidden;
}

.shoku-report-carousel__track {
  display: flex;
  align-items: stretch;
  gap: var(--report-gap);
  transition: transform 500ms ease;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  will-change: transform;
}

.shoku-report-carousel__track:active {
  cursor: grabbing;
}

.shoku-report-card {
  flex: 0 0 calc((100% - var(--report-peek) - (var(--report-gap) * 3)) / 3);
  min-height: 500px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
  color: #3d2517;
}

.shoku-report-card__image {
  width: 100%;
  min-height: 200px;
  aspect-ratio: 1.58 / 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.shoku-report-card h4 {
  margin: 20px 0 20px;
  color: #3d2517;
  font-size: 18px;
  line-height: 1.65;
}

.shoku-report-card p,
.shoku-report-card__body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.shoku-report-card__body p + p {
  margin-top: 1em;
}

.shoku-report-card__body h6 {
  margin: 1em 0 0;
  color: #716c68;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.shoku-report-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.shoku-report-carousel__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #e9e9e9;
  cursor: pointer;
}

.shoku-report-carousel__dot[aria-current="true"] {
  background: #b8b8b8;
}

.flow {
  text-align: center;
  background: linear-gradient(180deg, #f9f8ef 0%, #d3efed 100%);
  padding: 40px 0 150px;
}

.flow__image img {
  width: 700px;
  margin: 60px auto 76px;
}

.flow p {
  width: min(760px, 100%);
  margin: 0 auto;
}

.flow__cta-card {
  width: min(620px, calc(100% - 48px));
  margin: 78px auto 0;
}

.faq {
  background: #f9f8ef;
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  text-align: left;
}

.faq h3 {
  margin: 0 0 18px;
  color: var(--green-dark);
  font-size: 22px;
}

details {
  border-top: 1px solid var(--line);
  background: rgba(255, 254, 248, 0.72);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--green);
  font-size: 24px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  padding: 0 0 20px;
}

.shoku-faq {
  width: min(800px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 42px;
  text-align: left;
}

.shoku-faq__group h3 {
  margin: 0 0 26px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.shoku-faq__group {
  display: grid;
  gap: 28px;
}

.shoku-accordion {
  border: 0;
  background: transparent;
  margin: 0 0 8px;
}

.shoku-accordion:last-child {
  border-bottom: 0;
}

.shoku-accordion summary {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 54px;
  padding: 15px 18px;
  border-radius: 8px;
  background: #fff;
  color: #3a200d;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: background-color 180ms ease;
}

.shoku-accordion summary:hover,
.shoku-accordion summary:focus-visible,
.shoku-accordion[open] summary {
  background: #f1f1f1;
}

.shoku-accordion summary::before {
  content: "Q";
  color: #bab8b6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.shoku-accordion summary::after,
.shoku-accordion[open] summary::after {
  content: none;
  display: none;
}

.shoku-accordion[open] summary::before {
  content: "-";
  font-family: inherit;
  font-size: 30px;
  font-weight: 700;
  transform: translateY(-2px);
}

.shoku-accordion__panel {
  height: 0;
  overflow: hidden;
  transition: height 420ms ease;
  padding: 0 0 10px;
}

.shoku-accordion__body {
  margin: 0 14px;
  padding: 30px 60px 30px;
  background: #ffffff;
  color: #3a200d;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.final-cta {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 70px;
  overflow: hidden;
  padding: 112px 0 170px;
  background: #f9f8ef;
  text-align: center;
}

.final-cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto 0 -1px;
  height: 430px;
  background: url("images/footer.svg") top center / 100% auto no-repeat;
  pointer-events: none;
}

.final-cta h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.final-cta__card {
  position: relative;
  z-index: 2;
  width: 600px;
  max-width: calc(100% - 48px);
  min-height: 300px;
  margin: 0 auto;
  color: inherit;
  text-decoration: none;
}

.final-cta__card img {
  width: 100%;
}

/* WordPress/Astra/child-theme collision guard for the LP template. */
body.shokunoshojiki-lp,
body.shokunoshojiki-lp * {
  box-sizing: border-box;
}

html.shokunoshojiki-lp-page,
body.shokunoshojiki-lp {
  height: 100%;
  overflow: hidden;
}

body.shokunoshojiki-lp {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.7px;
}

body.shokunoshojiki-lp .shokunoshojiki-lp-scroll {
  height: var(--shoku-lp-scroll-height, 100svh);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

body.shokunoshojiki-lp .shokunoshojiki-lp-scroll .hero {
  height: var(--shoku-lp-scroll-height, 100svh);
  min-height: var(--shoku-lp-scroll-height, 100svh);
}

body.shokunoshojiki-lp main,
body.shokunoshojiki-lp header,
body.shokunoshojiki-lp section,
body.shokunoshojiki-lp footer {
  display: block;
}

body.shokunoshojiki-lp img,
body.shokunoshojiki-lp picture {
  border: 0;
  box-shadow: none;
}

body.shokunoshojiki-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.shokunoshojiki-lp a {
  color: inherit;
}

body.shokunoshojiki-lp .shoku-accordion__body a,
body.shokunoshojiki-lp .shoku-accordion__body a:visited,
body.shokunoshojiki-lp .shoku-accordion__body a:hover {
  color: var(--orange);
  text-decoration: none;
}

body.shokunoshojiki-lp h1,
body.shokunoshojiki-lp h2,
body.shokunoshojiki-lp h3,
body.shokunoshojiki-lp h4,
body.shokunoshojiki-lp h5,
body.shokunoshojiki-lp h6,
body.shokunoshojiki-lp p,
body.shokunoshojiki-lp ul,
body.shokunoshojiki-lp ol {
  font-family: inherit;
}

body.shokunoshojiki-lp .intro h1,
body.shokunoshojiki-lp .section-title h2,
body.shokunoshojiki-lp .reasons h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 1.4px;
}

body.shokunoshojiki-lp .vegetable__heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

body.shokunoshojiki-lp .final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.08em;
}

body.shokunoshojiki-lp p {
  margin-block-start: 0;
  margin-block-end: 0;
}

body.shokunoshojiki-lp .intro p {
  margin: 34px 0 0;
  font-size: 16px;
  line-height: 28px;
}

body.shokunoshojiki-lp .product h3,
body.shokunoshojiki-lp .product p {
  color: var(--ink);
  font-family: inherit;
  font-weight: 400;
}

body.shokunoshojiki-lp .product h3 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.45;
}

body.shokunoshojiki-lp .product--reverse h3 {
  margin-bottom: 28px;
  font-size: 24px;
}

body.shokunoshojiki-lp .product p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

body.shokunoshojiki-lp .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  margin-top: 42px;
  padding: 14px 34px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-1) 0%, var(--gold-2) 100%);
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(35, 23, 21, 0.18);
}

body.shokunoshojiki-lp .button--small {
  min-width: 104px;
  margin-top: 24px;
  padding: 12px 28px;
  font-size: 14px;
}

body.shokunoshojiki-lp .button:hover,
body.shokunoshojiki-lp .button:focus-visible {
  background: linear-gradient(180deg, #bb8947 0%, #fdd986 100%);
  color: var(--white);
  text-decoration: none;
}

body.shokunoshojiki-lp .intro-cta__button,
body.shokunoshojiki-lp .cta-01__button,
body.shokunoshojiki-lp .cta-02__button,
body.shokunoshojiki-lp .flow__cta-card .intro-cta__button,
body.shokunoshojiki-lp .final-cta__card .intro-cta__button {
  min-width: 220px;
  min-height: 52px;
  margin-top: 0;
  padding: 14px 34px;
  border: 1px solid var(--paper);
  border-radius: 10px;
  background: linear-gradient(180deg, var(--gold-1) 0%, var(--gold-2) 100%);
  color: var(--ink);
  box-shadow: 2px 2px 3px 1px rgba(3, 1, 1, 0.5);
}

body.shokunoshojiki-lp .intro-cta__button:hover,
body.shokunoshojiki-lp .intro-cta__button:focus-visible,
body.shokunoshojiki-lp .cta-01__button:hover,
body.shokunoshojiki-lp .cta-01__button:focus-visible,
body.shokunoshojiki-lp .cta-02__button:hover,
body.shokunoshojiki-lp .cta-02__button:focus-visible,
body.shokunoshojiki-lp .flow__cta-card .intro-cta__button:hover,
body.shokunoshojiki-lp .flow__cta-card .intro-cta__button:focus-visible,
body.shokunoshojiki-lp .final-cta__card .intro-cta__button:hover,
body.shokunoshojiki-lp .final-cta__card .intro-cta__button:focus-visible {
  background: linear-gradient(180deg, #bb8947 0%, #fdd986 100%);
  color: var(--ink);
}

body.shokunoshojiki-lp .hero {
  min-height: 100vh;
  min-height: 100svh;
}

body.shokunoshojiki-lp .hero__slides,
body.shokunoshojiki-lp .hero__slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

body.shokunoshojiki-lp .hero__slide img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 34%;
}

body.shokunoshojiki-lp .hero__cta,
body.shokunoshojiki-lp .hero__cta:visited,
body.shokunoshojiki-lp .hero__cta:hover,
body.shokunoshojiki-lp .hero__cta:focus-visible {
  color: var(--ivory);
  text-decoration: none;
}

body.shokunoshojiki-lp .intro-cta__card,
body.shokunoshojiki-lp .cta-01__card,
body.shokunoshojiki-lp .cta-02__card,
body.shokunoshojiki-lp .flow__cta-card,
body.shokunoshojiki-lp .final-cta__card {
  color: inherit;
  text-decoration: none;
}

body.shokunoshojiki-lp .intro-cta__card img,
body.shokunoshojiki-lp .cta-01__card img,
body.shokunoshojiki-lp .cta-02__card img,
body.shokunoshojiki-lp .final-cta__card img {
  width: 100%;
}

body.shokunoshojiki-lp .product .button--small {
  min-width: 132px;
  min-height: 44px;
  margin-top: 28px;
  padding: 10px 24px;
  border: 1px solid #bfb8b0;
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 1px 2px 5px rgba(58, 32, 13, 0.22);
  font-size: 16px;
  font-weight: 700;
}

body.shokunoshojiki-lp .product .button--small:hover,
body.shokunoshojiki-lp .product .button--small:focus-visible {
  background: #e2e2e269;
  color: var(--ink);
}

body.shokunoshojiki-lp .shoku-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.shokunoshojiki-lp .shoku-gallery__item {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

body.shokunoshojiki-lp .shoku-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.shokunoshojiki-lp .shoku-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 70px 7vw;
  background: rgba(22, 22, 20, 0.88);
}

body.shokunoshojiki-lp .shoku-lightbox[hidden] {
  display: none;
}

body.shokunoshojiki-lp .shoku-lightbox__image {
  display: block;
  width: auto;
  max-width: min(72vw, 1180px);
  height: auto;
  max-height: calc(100svh - 140px);
  object-fit: contain;
}

body.shokunoshojiki-lp .shoku-lightbox__close,
body.shokunoshojiki-lp .shoku-lightbox__nav {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  box-shadow: none;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  text-align: center;
}

body.shokunoshojiki-lp .shoku-lightbox__close {
  position: fixed;
  top: 22px;
  right: 28px;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 42px;
}

body.shokunoshojiki-lp .shoku-lightbox__nav {
  position: fixed;
  top: 50%;
  z-index: 2;
  display: block;
  width: 52px;
  height: 72px;
  margin-top: -36px;
  padding: 0;
  font-size: 64px;
  opacity: 0.72;
}

body.shokunoshojiki-lp .shoku-lightbox__nav--prev {
  left: 28px;
}

body.shokunoshojiki-lp .shoku-lightbox__nav--next {
  right: 28px;
}

.shokunoshojiki-lp #ast-scroll-top {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 9000 !important;
  display: grid !important;
  place-items: center;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 3px !important;
  background-color: rgba(148, 148, 148, 0.34) !important;
  color: rgba(255, 255, 255, 0.63) !important;
  box-shadow: none !important;
  cursor: pointer;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  transition:
    opacity 220ms ease,
    visibility 220ms ease,
    background-color 220ms ease;
}

.shokunoshojiki-lp #ast-scroll-top.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.shokunoshojiki-lp #ast-scroll-top:hover,
.shokunoshojiki-lp #ast-scroll-top:focus-visible {
  background-color: rgba(148, 148, 148, 0.48) !important;
}

.shokunoshojiki-lp #ast-scroll-top > * {
  display: none !important;
}

.shokunoshojiki-lp #ast-scroll-top::before {
  content: "" !important;
  display: block !important;
  width: 16px;
  height: 16px;
  border-top: 4px solid currentColor;
  border-left: 4px solid currentColor;
  transform: translateY(4px) rotate(45deg);
}

.shokunoshojiki-lp #ast-scroll-top::after,
.shokunoshojiki-lp #ast-scroll-top .ast-icon::before,
.shokunoshojiki-lp #ast-scroll-top .ast-icon::after,
.shokunoshojiki-lp #ast-scroll-top .icon-arrow::before,
.shokunoshojiki-lp #ast-scroll-top .icon-arrow::after {
  content: none !important;
  display: none !important;
}

body.shokunoshojiki-lp .shoku-review-carousel__dot,
body.shokunoshojiki-lp .shoku-report-carousel__dot {
  appearance: none;
  display: block;
  width: 9px;
  min-width: 0;
  max-width: 9px;
  height: 9px;
  min-height: 0;
  max-height: 9px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #e9e9e9;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

body.shokunoshojiki-lp .shoku-review-carousel__dot[aria-current="true"],
body.shokunoshojiki-lp .shoku-report-carousel__dot[aria-current="true"] {
  background: #b8b8b8;
}

@media (min-width: 901px) {
  body.shokunoshojiki-lp .hero {
    height: 100vh;
    min-height: 100svh;
    max-height: none;
  }

  body.shokunoshojiki-lp .hero__slides,
  body.shokunoshojiki-lp .hero__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: none;
  }

  body.shokunoshojiki-lp .hero__slide img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }

  body.shokunoshojiki-lp .founder-message {
    display: grid;
    grid-template-columns: 40vw minmax(0, 1fr);
    gap: 0;
    align-items: center;
    padding: 92px 5.2vw 160px 0;
    background: #f9f8ef;
  }

  body.shokunoshojiki-lp .founder-message__photo {
    position: relative;
    z-index: 1;
    min-height: 980px;
    overflow: hidden;
    background: url("images/founder-message.webp") left center / cover no-repeat;
  }

  body.shokunoshojiki-lp .founder-message__photo > div {
    position: relative;
    z-index: 1;
    width: min(330px, 72%);
    margin: 160px 0 0 4vw;
    color: #fff;
  }

  body.shokunoshojiki-lp .founder-message__body {
    position: relative;
    z-index: 2;
    max-width: 820px;
    min-height: 900px;
    margin-left: -2vw;
    padding: 10% 10%;
    border-radius: 90px;
    background: #fff;
    font-size: 16px;
    line-height: 2.05;
  }

  body.shokunoshojiki-lp .founder-message__body p {
    margin: 0;
  }

  body.shokunoshojiki-lp .founder-message__body p + p {
    margin-top: 34px;
  }

  body.shokunoshojiki-lp .shoku-review-carousel,
  body.shokunoshojiki-lp .shoku-report-carousel {
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
    padding: 6px 0 4px 24px;
  }

  body.shokunoshojiki-lp .shoku-review-carousel__viewport,
  body.shokunoshojiki-lp .shoku-report-carousel__viewport {
    overflow: hidden;
  }

  body.shokunoshojiki-lp .shoku-review-carousel__track,
  body.shokunoshojiki-lp .shoku-report-carousel__track {
    display: flex;
    align-items: stretch;
    width: max-content;
    max-width: none;
    transition: transform 500ms ease;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    will-change: transform;
  }

  body.shokunoshojiki-lp .shoku-review-carousel__track {
    gap: var(--review-gap);
  }

  body.shokunoshojiki-lp .shoku-report-carousel__track {
    gap: var(--report-gap);
  }

  body.shokunoshojiki-lp .shoku-review-card {
    display: flex;
    flex: 0 0 calc((100vw - var(--review-peek) - (var(--review-gap) * 3)) / 3);
    flex-direction: column;
    min-height: 470px;
    padding: 34px 36px 38px;
    border: 0;
    border-radius: 10px;
    background: #f3f3f3;
    color: #3d2517;
  }

  body.shokunoshojiki-lp .shoku-report-card {
    flex: 0 0 calc((100vw - var(--report-peek) - (var(--report-gap) * 3)) / 3);
    min-height: 500px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #fff;
    color: #3d2517;
  }

  body.shokunoshojiki-lp .shoku-review-carousel__dots,
  body.shokunoshojiki-lp .shoku-report-carousel__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-cta__card,
  .cta-01__card,
  .cta-02__card,
  .flow__cta-card,
  .final-cta__card,
  .shoku-gallery__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.site-footer {
  padding: 120px 0 92px;
  background:
    url("images/footer.svg") bottom center / 100% auto no-repeat,
    #fff;
}

.site-footer__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.site-footer img {
  width: 46px;
}

.site-footer__company {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 220ms ease;
}

.site-footer__company:hover,
.site-footer__company:focus-visible {
  opacity: 0.56;
}

.site-footer__company span {
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid currentColor;
}

.site-footer p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.shokunoshojiki-lp #ast-scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9000;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background-color: rgba(148, 148, 148, 0.34);
  color: rgba(255, 255, 255, 0.63);
  font-size: 15px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 220ms ease,
    visibility 220ms ease,
    background-color 220ms ease;
}

.shokunoshojiki-lp #ast-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.shokunoshojiki-lp #ast-scroll-top:hover,
.shokunoshojiki-lp #ast-scroll-top:focus-visible {
  background-color: rgba(148, 148, 148, 0.48);
}

.shokunoshojiki-lp .ast-arrow-svg {
  display: block;
}

.shokunoshojiki-lp .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .section {
    padding: 72px 0;
  }

  .product,
  .product--reverse,
  .feature,
  .feature--reverse,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .product--reverse img,
  .feature--reverse img {
    order: initial;
  }

  .worry-grid {
    grid-template-columns: 1fr;
  }

  .scroll-list {
    grid-auto-columns: minmax(280px, 82%);
  }

  .shoku-review-carousel {
    --review-peek: 32px;
    padding-left: 18px;
  }

  .shoku-review-card {
    flex-basis: calc((100% - var(--review-peek) - (var(--review-gap) * 2)) / 2);
  }

  .shoku-report-carousel {
    --report-peek: 32px;
    padding-left: 18px;
  }

  .shoku-report-card {
    flex-basis: calc((100% - var(--report-peek) - (var(--report-gap) * 2)) / 2);
  }

  .vegetable {
    padding: 0;
    background: #fff;
  }

  .vegetable__about {
    padding: 7px 0 100px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.96) 82%, #fff 96%, #fff 100%),
      url("images/section03_bg_sp.webp") top center / 100% auto no-repeat,
      #fff;
  }

  .vegetable__heading {
    width: 84%;
    padding: 72px 0 152px;
    text-align: center;
  }

  .vegetable__heading h2 {
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  .vegetable__heading-line {
    display: block;
    width: min(600px, 78vw);
    margin: 54px auto 0;
  }

  .vegetable__panel {
    width: 84%;
    padding: 10% 5%;
  }

  .vegetable__reasons {
    margin-top: -40px;
    padding: 40px 0 300px;
    background:
      linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.96) 18%, rgba(255, 255, 255, 0) 42%),
      url("images/section04_bg_sp.webp") bottom center / 100% auto no-repeat,
      #fff;
  }

  .vegetable__panel--reasons {
    margin-bottom: 0;
  }

  .vegetable .lead-title {
    margin-bottom: 58px;
  }

  .vegetable .feature,
  .vegetable .feature--reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .vegetable .feature img,
  .vegetable .feature--reverse img {
    order: -1;
  }

  .vegetable .feature-list {
    gap: 30px;
  }

  .cta-01 {
    min-height: 480px;
    margin-top: -120px;
    background: linear-gradient(to bottom, transparent 0 160px, #e5d6c3 160px 100%);
  }

  .cta-01__separator {
    min-height: 210px;
    background-image: url("images/separator_cta04_sp.svg");
  }

  .cta-01__card {
    width: 90%;
    min-height: 200px;
    margin-top: -260px;
    
  }

  .cta-01__button {
    right: 10%;
    bottom: 30%;
    min-width: 110px;
    min-height: 42px;
    padding: 8px 16px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 32px, 560px);
  }

  .only-sp,
  .br-sp {
    display: inline;
  }

  .only-pc,
  .br-pc {
    display: none;
  }

  .hero {
    min-height: 100svh;
  }

  .products .container {
    width: 90%;
  }

  .product p {
    font-size: 16px;
  }

  .hero__logo {
    top: 18px;
    left: 20px;
    width: 34px;
  }

  .hero::after {
    background-image: url("images/header_bg_sp.svg");
  }

  .hero__cta {
    right: 18px;
    top: 21%;
    min-width: 40px;
    min-height: 312px;
    padding: 16px 7px;
    font-size: 13px;
    letter-spacing: 0.13em;
    word-spacing: 0.55em;
  }

  .intro {
    display: block;
    height: auto;
    min-height: 100vh;
    padding: 80px 0 160px;
    text-align: left;
    background:
      url("images/section02_bg_sp.webp") 0 -70px / cover no-repeat,
      var(--paper);
  }

  .intro__body {
    width: 88%;
    margin: 0 auto;
    padding-top: 0;
  }

  .intro h1 {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.2px;
  }

  .section-title h2,
  .reasons h2 {
    font-size: 24px;
    line-height: 1.7;
  }

  .intro p {
    margin-top: 216px;
    text-align: left;
  }

  .intro p + p {
    margin-top: 34px;
  }

  .intro-cta {
    margin-top: -110px;
    padding-bottom: 80px;
    background: linear-gradient(to bottom, transparent 0 110px, var(--white) 110px 100%);
  }

  .intro-cta__separator {
    min-height: 120px;
    background: url("images/separator_cta02_sp.svg") top center / cover no-repeat;
  }

  .intro-cta__card {
    width: 90%;
    min-height: 200px;
    margin-top: -160px;
  }

  .trial-label-wrap {
    top: 41%;
  }

  .trial-label {
    font-size: clamp(20px, 7.1vw, 32px);
    letter-spacing: 0.04em;
  }

  .intro-cta__button {
    right: 10%;
    bottom: 30%;
    min-width: 110px;
    min-height: 42px;
    padding: 8px 16px;
    font-size: 15px;
  }

  .cta-02 {
    min-height: 200px;
    padding-bottom: 10px;
    background: linear-gradient(to bottom, transparent 0 110px, #fff 110px 100%);
  }

  .cta-02__separator {
    min-height: 120px;
    background: url("images/separator_cta02_sp.svg") top center / cover no-repeat, #f9f8ef;
  }

  .cta-02__card {
    width: 90%;
    min-height: 200px;
    margin-top: -160px;
  }

  .cta-02__button {
    right: 10%;
    bottom: 30%;
    min-width: 110px;
    min-height: 42px;
    padding: 8px 16px;
    font-size: 15px;
  }

  .section-title {
    margin-bottom: 42px;
  }

  .vegetable {
    background: #f4edd5;
  }

  .vegetable__heading {
    width: 100%;
    padding: 82px 30px 146px;
  }

  .vegetable__heading h2 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }

  .vegetable__heading-line {
    width: 78%;
    margin-top: 14px;
  }

  .vegetable .feature,
  .vegetable .feature--reverse {
    padding: 0;
  }

  .vegetable .feature img,
  .vegetable .feature--reverse img {
    order: -1;
  }

  .product,
  .feature {
    gap: 22px;
  }

  .feature {
    padding: 20px;
  }

  .reasons {
    background:
      url("images/section03_bg.webp") center / cover no-repeat,
      #e8dcc0;
  }

  .reviews {
    background: #fff;
  }

  .avatar img {
    content: url("images/review_Illust_sp.webp");
    width: 170px;
  }

  .shoku-gallery-section {
    padding: 64px 0 80px;
  }

  .shoku-gallery {
    width: 94%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .shoku-lightbox {
    padding: 58px 18px;
  }

  .shoku-lightbox__image {
    max-width: calc(100vw - 36px);
    max-height: calc(100svh - 116px);
  }

  .shoku-lightbox__close {
    top: 10px;
    right: 12px;
  }

  .shoku-lightbox__nav {
    display: none;
  }

  .shoku-faq {
    width: 90%;
    gap: 36px;
  }

  .shoku-faq__group {
    gap: 18px;
  }

  .shoku-faq__group h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .shoku-accordion summary {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    min-height: 54px;
    padding: 15px 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .shoku-accordion summary::before {
    font-size: 18px;
  }

  .shoku-accordion[open] summary::before {
    font-size: 32px;
  }

  .shoku-accordion__body {
    margin: 0 8px;
    padding: 28px 22px 32px;
    font-size: 15px;
    line-height: 1.4;
  }

  .review-card,
  .report-card {
    min-height: 430px;
  }

  .shoku-review-carousel {
    --review-gap: 14px;
    --review-peek: 28px;
    padding-left: 14px;
  }

  .shoku-review-card {
    flex-basis: calc(100% - var(--review-peek) - var(--review-gap));
    min-height: 500px;
    padding: 30px 28px 34px;
  }

  .shoku-review-card__image {
    width: 170px;
    margin-bottom: 24px;
  }

  .shoku-review-card h4 {
    font-size: 18px;
  }

  .shoku-report-carousel {
    --report-gap: 14px;
    --report-peek: 28px;
    padding-left: 14px;
  }

  .shoku-report-card {
    flex-basis: calc(100% - var(--report-peek) - var(--report-gap));
    min-height: 500px;
    padding: 18px;
  }

  .shoku-report-card h4 {
    font-size: 16px;
  }

  .shoku-report-card p {
    font-size: 15px;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  body.shokunoshojiki-lp .intro h1 {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.2px;
  }

  body.shokunoshojiki-lp .section-title h2,
  body.shokunoshojiki-lp .reasons h2,
  body.shokunoshojiki-lp .vegetable__heading h2 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  body.shokunoshojiki-lp .final-cta h2 {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  body.shokunoshojiki-lp .intro p {
    margin: 216px 0 0;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }

  body.shokunoshojiki-lp .intro p + p {
    margin-top: 34px;
  }

  body.shokunoshojiki-lp .lead-title,
  body.shokunoshojiki-lp .sublead,
  body.shokunoshojiki-lp .flow h3 {
    font-size: 20px;
    line-height: 1.5;
  }

    body.shokunoshojiki-lp .lead-title h3 {
    font-size: 22px;
    line-height: 1.5;
  }

  body.shokunoshojiki-lp .intro-cta__button,
  body.shokunoshojiki-lp .cta-01__button,
  body.shokunoshojiki-lp .cta-02__button,
  body.shokunoshojiki-lp .flow__cta-card .intro-cta__button,
  body.shokunoshojiki-lp .final-cta__card .intro-cta__button {
    min-width: 110px;
    min-height: 42px;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.2;
  }

  body.shokunoshojiki-lp .intro-cta__button,
  body.shokunoshojiki-lp .cta-02__button {
    right: 10%;
    bottom: 30%;
  }

  body.shokunoshojiki-lp .cta-01__button {
    right: 10%;
    bottom: 30%;
  }

  body.shokunoshojiki-lp .final-cta__card .intro-cta__button {
    right: 9%;
    bottom: 31%;
  }

  body.shokunoshojiki-lp .shoku-gallery {
    width: 94%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body.shokunoshojiki-lp .shoku-gallery__item {
    aspect-ratio: 1 / 1;
  }

  body.shokunoshojiki-lp .worry-voice,
  body.shokunoshojiki-lp .worry-voice--right,
  body.shokunoshojiki-lp .worry-voice--bottom {
    justify-self: center;
    width: 100%;
    text-align: left;
  }

  body.shokunoshojiki-lp .worry-voice p {
    width: 100%;
    margin-top: 24px;
    color: #000000;
  }

  body.shokunoshojiki-lp .shoku-faq__group h3 {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.35;
  }

  body.shokunoshojiki-lp .intro__body {
    width: 90%;
  }

  body.shokunoshojiki-lp .product p {
    font-size: 15px;
    line-height: 1.6;
  }

  body.shokunoshojiki-lp .worry-voices {
    width: min(90%, 520px);
  }

  body.shokunoshojiki-lp .catch_copy {
    font-size: 18px !important;
  }

  body.shokunoshojiki-lp .section-title h2,
  body.shokunoshojiki-lp .reasons h2,
  body.shokunoshojiki-lp .vegetable__heading h2,
  body.shokunoshojiki-lp .final-cta h2 {
    font-size: 22px;
    letter-spacing: 0.04em;
  }

  body.shokunoshojiki-lp .solution-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  body.shokunoshojiki-lp .solution-grid > :nth-child(1) {
    order: 1 !important;
  }

  body.shokunoshojiki-lp .solution-grid > :nth-child(2) {
    order: 2 !important;
  }

  body.shokunoshojiki-lp .solution-grid > :nth-child(3) {
    order: 3 !important;
  }

  body.shokunoshojiki-lp .solution-grid > :nth-child(4) {
    order: 4 !important;
  }

  body.shokunoshojiki-lp .solution-grid > :nth-child(5) {
    order: 5 !important;
  }

  body.shokunoshojiki-lp .solution-grid > :nth-child(6) {
    order: 6 !important;
  }

  body.shokunoshojiki-lp .solution-item h4 {
    color: var(--ink);
  }

  body.shokunoshojiki-lp .shoku-lightbox {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    gap: 18px 42px;
    padding: 58px 18px 34px;
  }

  body.shokunoshojiki-lp .shoku-lightbox__image {
    grid-column: 1 / -1;
    grid-row: 1;
    max-width: calc(100vw - 36px);
    max-height: calc(100svh - 150px);
  }

  body.shokunoshojiki-lp .shoku-lightbox__nav {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 48px;
    margin: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 42px;
  }

  body.shokunoshojiki-lp .shoku-lightbox__nav--prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }

  body.shokunoshojiki-lp .shoku-lightbox__nav--next {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
  }

  body.shokunoshojiki-lp .founder-message__photo {
    width: 100vw;
    min-height: min(720px, 140vw);
    background-size: cover;
    background-position: center top;
  }

  body.shokunoshojiki-lp .founder-message__photo > div {
    width: min(86%, 520px);
    margin: 0;
    padding: 110px 0 0 42px;
    color: #fff;
  }

  body.shokunoshojiki-lp .founder-message__photo h2 {
    color: #fff;
    font-size: 25px;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }

  body.shokunoshojiki-lp .founder-message__photo p {
    margin-top: 34px;
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
  }

  body.shokunoshojiki-lp .founder-message__body {
    margin-top: 22px;
  }

  body.shokunoshojiki-lp .section-separator img {
    content: url("images/separator_02_sp.svg");
  }

  body.shokunoshojiki-lp .section-separator--flow-top {
    margin-top: 0;
    background: #fff;
  }

  body.shokunoshojiki-lp .section-separator--flow-top img {
    content: url("images/separator_01.svg");
  }

  body.shokunoshojiki-lp .cooking {
    background:
      url("images/review_Illust_sp.webp") bottom center / 100% auto no-repeat,
      #fff !important;
  }

  body.shokunoshojiki-lp .flow__cta-card,
  body.shokunoshojiki-lp .final-cta__card {
    width: 90%;
    max-width: 620px;
    min-height: 200px;
  }

  body.shokunoshojiki-lp .flow__cta-card img,
  body.shokunoshojiki-lp .final-cta__card img {
    width: 100%;
  }

  body.shokunoshojiki-lp .flow__cta-card .intro-cta__button,
  body.shokunoshojiki-lp .final-cta__card .intro-cta__button {
    right: 10%;
    bottom: 30%;
    min-width: 110px;
    min-height: 42px;
  }

  body.shokunoshojiki-lp .shoku-faq {
    width: min(94%, 660px);
    gap: 64px;
  }

  body.shokunoshojiki-lp .shoku-faq__group {
    gap: 30px;
  }

  body.shokunoshojiki-lp .shoku-accordion {
    margin: 0 0 8px;
  }

  body.shokunoshojiki-lp .shoku-accordion:last-child {
    margin-bottom: 0;
  }

  body.shokunoshojiki-lp .shoku-accordion summary {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    min-height: 64px;
    padding: 12px 12px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.5;
  }

  body.shokunoshojiki-lp .shoku-accordion summary::before,
  body.shokunoshojiki-lp .shoku-accordion[open] summary::before {
    font-size: 16px;
  }

  body.shokunoshojiki-lp .shoku-accordion__body {
    margin: 0;
    padding: 20px 16px 20px;
  }

  body.shokunoshojiki-lp .final-cta {
    gap: 62px;
    padding-top: 86px;
    padding-bottom: 126px;
  }

  body.shokunoshojiki-lp .site-footer img {
    width: 50px;
  }
}

@media (max-width: 767px) and (max-height: 620px) {
  .hero__logo {
    top: 14px;
    left: 18px;
    width: 31px;
  }

  .hero__cta {
    right: 16px;
    top: 19%;
    min-width: 40px;
    min-height: 312px;
    padding: 14px 6px;
    font-size: 12px;
    letter-spacing: 0.1em;
    word-spacing: 0.35em;
  }
}

@media (max-width: 900px) {
  .worries {
    padding: 100px 0 110px;
  }

  .worries::before {
    content: none;
  }

  .worries .section-title {
    margin-bottom: 70px;
  }

  .worry-voices {
    gap: 34px;
  }

  .worry-voice,
  .worry-voice--right,
  .worry-voice--bottom {
    justify-self: center;
    width: min(100%, 520px);
    text-align: left;
  }

  .catch_copy {
    padding: 8px 18px 10px;
    font-size: 16px;
  }

  .solution {
    padding: 105px 0 145px;
  }

  .solution-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .solution-item--image {
    width: 60%;
    margin: 0 auto;
  }

  .solution-item--text {
    width: min(100%, 560px);
    margin: 0 auto 30px;
  }

  .solution-grid > :nth-child(2) {
    order: 1;
  }

  .solution-grid > :nth-child(1) {
    order: 2;
  }

  .solution-grid > :nth-child(3) {
    order: 3;
  }

  .solution-grid > :nth-child(4) {
    order: 4;
  }

  .solution-grid > :nth-child(6) {
    order: 5;
  }

  .solution-grid > :nth-child(5) {
    order: 6;
  }

  .solution-item--text h4 {
    font-size: 21px;
    text-align: center;
  }

  .shoku-gallery-section {
    padding: 96px 0 110px;
    background: #f9f8ef;
  }

  .shoku-gallery-title {
    margin-bottom: 70px;
  }

  .founder-message {
    display: block;
    padding: 0 0 110px;
    background: #f9f8ef;
  }

  .founder-message__photo {
    width: 80vw;
    min-height: 800px;
    margin: 0;
    overflow: visible;
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .founder-message__photo > div {
    width: min(78%, 520px);
    margin: 0 0 0 30px;
    padding: 140px 0 0 60px;
  }

  .founder-message__photo h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .founder-message__photo p {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.4;
  }

  .founder-message__body {
    width: calc(100% - 60px);
    margin: 6px auto 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 15px;
    line-height: 1.6;
  }

  .flow {
    padding: 96px 0 118px;
  }

  .flow__cta-card {
    width: min(620px, calc(100% - 36px));
    margin-top: 54px;
  }

  .final-cta {
    gap: 50px;
    padding: 56px 0 92px;
    background: #f9f8ef;
  }

  .final-cta::after {
    height: 210px;
    background-size: 150% auto;
    background-position: top center;
  }

  .final-cta h2 {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  .final-cta__card {
    width: calc(100% - 70px);
    min-height: 200px;
    margin: 0 auto;
  }

  .final-cta__card .intro-cta__button {
    right: 9%;
    bottom: 31%;
  }

  .site-footer {
    padding: 0 0 76px;
    background:
      url("images/footer.svg") top center / 150% auto no-repeat,
      #fff;
  }

  .site-footer__inner {
    align-items: center;
    flex-direction: column;
    gap: 78px;
    text-align: center;
  }

  .site-footer img {
    width: 56px;
  }

  .site-footer__company {
    justify-content: center;
    gap: 14px;
    font-size: 16px;
  }

  .site-footer__company span {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 9px;
  }

  .site-footer p {
    margin-top: 26px;
    color: var(--ink);
    font-size: 11px;
    line-height: 1.5;
  }

  .reviews {
    background: #fff;
  }

  .cooking {
    padding-bottom: 170px;
    background:
      url("images/review_Illust_sp.webp") bottom center / 100% auto no-repeat,
      #fff;
  }
}

@media (max-width: 540px) {
  .cta-01 {
    min-height: 20px;
  }

  .cta-01__card {
    top: auto;
  }

  .founder-message__body {
    width: calc(100% - 60px);
    font-size: 15px;
  }

  .founder-message__photo {
    width: 100vw;
    min-height: 460px;
    margin: 0;
    overflow: visible;
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .founder-message__photo > div {
    width: min(78%, 520px);
    margin: 0 0 0 6px;
    padding: 60px 0 0 10px;
  }

  .founder-message__photo h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .founder-message__photo p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.2;
  }
  .vegetable .feature h4 {
    text-align: center;
  }
  .flow__image img {
  width: 60%;
  margin: 60px auto 76px;
  }
  .flow p {
  text-align: left;
  }
}
