/* ===== Base ===== */
:root {
  --content-max-width: 1250px;
  --site-gutter: 16px;
  --layout-breakpoint: 901px;
}

* {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: #101828;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.hs-page {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  min-height: 1600px;
  position: relative;
  overflow-x: visible;
}

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  height: 80px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 95px;
  z-index: 10;
  width: 100%;
}

.site-header__logo {
  width: 150px;
  height: 24px;
  object-fit: contain;
}

.site-header__purchase {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 50px;
  background: linear-gradient(
    100.88057653780604deg,
    rgb(255, 216, 156) 0%,
    rgb(255, 243, 224) 51.247%,
    rgb(255, 216, 156) 103.49%
  );
  box-shadow: 0px 4px 8px rgba(68, 33, 27, 0.2);
  text-decoration: none;
  color: #44211b;
}

.site-header__purchase-icon {
  width: 20px;
  height: 20px;
}

.site-header__purchase-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  white-space: nowrap;
}

/* ===== Main ===== */
.site-main {
  width: 100%;
  overflow-x: hidden;
}

/* Inner blocks: centered column (content width cap on all breakpoints) */
.moments__list,
.recipes__title-wrap,
.recipes__slider,
.usage-guide__inner,
.numbers__inner,
.benefits__pickup {
  width: 100%;
  max-width: var(--content-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
  box-sizing: border-box;
}

.interview__inner {
  width: 100%;
  max-width: 880px;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
  box-sizing: border-box;
}

.faq-primary__inner {
  width: 100%;
  max-width: 768px;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
  box-sizing: border-box;
}

/* ===== Section Titles ===== */
.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title__main {
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 46px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

/* ===== Protein Question ===== */
.protein-question {
  background: #ffffff;
  width: 100%;
  padding: 0;
}

.protein-question__inner {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0 var(--site-gutter);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 5rem;
}

.protein-question__photo-wrap {
  width: 364px;
  height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.protein-question__photo-mask {
  width: 338px;
  height: 338px;
  position: relative;
  clip-path: path("M165 8 C190 12, 208 28, 228 50 C247 72, 274 90, 286 114 C300 143, 291 176, 273 202 C255 230, 230 255, 200 271 C170 287, 135 289, 108 273 C81 257, 63 229, 47 201 C30 170, 7 142, 9 109 C11 74, 38 47, 69 28 C98 10, 132 4, 165 8 Z");
  overflow: hidden;
  transform: none;
  background: #ece7e0;
}

.protein-question__photo-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.protein-question__copy {
  width: 815px;
  color: #333333;
}

.protein-question__line {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.15;
}

.protein-question__line + .protein-question__line {
  margin-top: 24px;
}

.protein-question__line--strong {
  font-size: 46px;
}

.protein-question__chevrons {
  width: 600px;
  height: 186px;
  margin: -6px auto 0;
  display: block;
  object-fit: contain;
}

.site-footer {
  height: 60px;
  background: #333333;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PC: full-bleed sections (edge-to-edge). SP: contained in @media below. */
@media (min-width: 901px) {
  .site-header,
  .hero,
  .trouble,
  .benefits,
  .protein-question,
  .story,
  .interview,
  .moments,
  .numbers,
  .craftsmanship,
  .faq-primary,
  .recipes,
  .product-cta,
  .usage-guide,
  .site-footer {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/* ===== Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  width: 100%;
}

/* hero background image — show full artwork (no crop) at any viewport width */
.hero__bg {
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
}

/* which background to show */
.hero__bg--sp {
  display: none;
}

/* decorative vectors */
.hero__vector {
  pointer-events: none;
  z-index: 1;
}

.hero__vector--3 {
  position: absolute;
  left: -128px;
  top: 81px;
  width: 576px;
  height: 367px;
  transform: rotate(180deg);
}

.hero__vector--4 {
  position: relative;
  width: 628.431px;
  height: 440.891px;
  transform: rotate(18.83deg);
}

.hero__vector--5 {
  position: absolute;
  left: -210.2px;
  top: 566.79px;
  width: 619.221px;
  height: 373.668px;
  transform: rotate(-34.17deg);
}

.hero__vector--2 {
  position: absolute;
  left: 981px;
  top: 92px;
  width: 584px;
  height: 352px;
}

.hero__vector4-wrap {
  position: absolute;
  left: 923px;
  top: 592.65px;
  width: 737.112px;
  height: 620.154px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* masked photos */
.hero__mask {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.hero__mask__img {
  position: absolute;
  object-fit: cover;
}

.hero__mask--highend {
  left: -25.26px;
  top: 97.37px;
  width: 455.016px;
  height: 339.745px;
  -webkit-mask-image: url("./image/img33.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 575.568px 347.326px;
  -webkit-mask-position: -120.737px -17.366px;
  mask-image: url("./image/img33.svg");
  mask-repeat: no-repeat;
  mask-size: 575.568px 347.326px;
  mask-position: -120.737px -17.366px;
}

.hero__mask--highend .hero__mask__img {
  left: -54.54%;
  top: -6.89%;
  width: 185.41%;
  height: 185.41%;
}

.hero__mask--office {
  left: 972px;
  top: 662px;
  width: 533px;
  height: 397px;
  -webkit-mask-image: url("./image/img34.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 589.998px 507.389px;
  -webkit-mask-position: 32.257px 5.952px;
  mask-image: url("./image/img34.svg");
  mask-repeat: no-repeat;
  mask-size: 589.998px 507.389px;
  mask-position: 32.257px 5.952px;
}

.hero__mask--office .hero__mask__img {
  left: -39.45%;
  top: -12.72%;
  width: 139.41%;
  height: 139.86%;
}

.hero__mask--woman {
  left: -55px;
  top: 639px;
  width: 490px;
  height: 410px;
  -webkit-mask-image: url("./image/img35.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 582.223px 476.363px;
  -webkit-mask-position: -96.156px 0.56px;
  mask-image: url("./image/img35.svg");
  mask-repeat: no-repeat;
  mask-size: 582.223px 476.363px;
  mask-position: -96.156px 0.56px;
}

.hero__mask--woman .hero__mask__img {
  left: -49%;
  top: -29.6%;
  width: 193.74%;
  height: 172.89%;
}

.hero__mask--cozy {
  left: 1002.56px;
  top: 107.93px;
  width: 461.235px;
  height: 344.389px;
  -webkit-mask-image: url("./image/img36.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 583.435px 352.073px;
  -webkit-mask-position: 0px 0px;
  mask-image: url("./image/img36.svg");
  mask-repeat: no-repeat;
  mask-size: 583.435px 352.073px;
  mask-position: 0px 0px;
}

.hero__mask--cozy .hero__mask__img {
  left: -75.94%;
  top: -55.79%;
  width: 251.91%;
  height: 251.91%;
}

/* central object */
.hero__central {
  position: absolute;
  left: 50%;
  top: 15.63%;
  width: 681.839px;
  height: 406.096px;
  transform: translateX(-50%) rotate(-2.46deg);
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.hero__central-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__central::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0px 4px 30px 0px #ffffff;
}

.hero__glass {
  position: absolute;
  left: 685px;
  top: 529px;
  width: 271px;
  height: 153px;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  z-index: 1;
}

/* text */
.hero__text-group {
  position: absolute;
  left: 50%;
  top: 691px;
  width: 468px;
  transform: translateX(-50%);
  text-align: center;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 900;
  color: #333;
  line-height: 1.2;
  margin: 0;
  z-index: 2;
}

.hero__lead,
.hero__sub {
  display: block;
}

.hero__headline {
  position: absolute;
  left: 50%;
  top: 545px;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-weight: 900;
  color: #333;
  white-space: nowrap;
  z-index: 2;
}

.hero__headline-part {
  display: inline-block;
  line-height: 1;
}

.hero__headline-part--small {
  font-size: 72px;
}

.hero__headline-part--accent {
  font-size: 115px;
  color: #a36300;
  position: relative;
  /* punctuation after "、" may shift optical spacing; tune left/right gap */
  margin-left: -0.12em;
  margin-right: 0.12em;
}

.hero__headline-part--accent::before {
  content: "";
  position: absolute;
  left: -0.15em;
  top: -0.15em;
  width: calc(100% + 0.3em);
  height: 1.23em;
  background: #ffffffb2; /* rgba(255,255,255,0.7) */
  z-index: -1; /* textの背面 */
}

/* ===== Benefits ===== */
.benefits {
  position: relative;
  height: 1052px;
  padding: 140px 0;
  background: #ffffff;
  overflow: hidden;
}

.benefits::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 256px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.benefits__bg {
  position: absolute;
  inset: 0;
  background-image: url("./image/img50.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.benefits__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
}

.benefits__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 795px;
  width: 100%;
  height: 257px;
  background: linear-gradient(to top, #fffaf3 0%, rgba(255, 255, 255, 0) 100%);
}

.benefits__content {
  position: relative;
  z-index: 2;
}

.benefits .section-title__main {
  font-weight: 900;
}

.benefits__accent {
  color: #bb4d00;
}

.benefits__cards {
  width: 1024px;
  margin: 9rem auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 320px));
  gap: 32px;
  justify-content: center;
}

.benefits-card {
  background: #ffffff;
  border: 1px solid #fe9a00;
  border-radius: 320px;
  width: 320px;
  height: 320px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 32px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.benefits-card__big {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
  color: #101828;
  line-height: 1.5;
}

.benefits-card__big--accent {
  color: #101828;
}

.benefits-card__small {
  margin: 0;
  font-size: 16px;
  color: #4a5565;
  font-weight: 400;
  line-height: 1.5;
}

.benefits__info {
  width: 598px;
  max-width: 100%;
  margin: 40px auto 0;
  text-align: center;
}

.benefits__info-head {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 46px;
  font-weight: 900;
  color: #333;
  line-height: 1.2;
}

.benefits__info-line {
  margin-top: 16px;
  width: 176px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.benefits__info-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #be7f2d 18%, #be7f2d 82%, transparent 100%);
}

.benefits__info-sub {
  margin: 22px 0 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}

/* ===== Benefits Pickup ===== */
.benefits__pickup {
  margin: -45px auto 0;
  position: relative;
  z-index: 1;
}

.benefits__pickup-head {
  width: 100%;
  max-width: 1127px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 561px;
  align-items: center;
  column-gap: 16px;
}

.benefits__pickup-head-sub {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 32px;
  font-weight: 900;
  color: #333;
  line-height: 1.4;
}

.benefits__pickup-head-main {
  margin: 6px 0 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 56px;
  font-weight: 900;
  color: #111;
  line-height: 1;
}

.benefits__pickup-head-text {
  text-align: center;
}

.benefits__pickup-obj {
  width: 100%;
  max-width: 561px;
  justify-self: end;
  pointer-events: none;
}

.benefits__pickup-panels {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 44px;
}

.benefits-panel {
  width: 535px;
  max-width: 100%;
  min-height: 381px;
  border-radius: 0;
  padding: 32px 28px 24px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.08),
    0px 4px 6px rgba(0, 0, 0, 0.06);
  overflow: visible;
  position: relative;
}

.benefits-panel--left {
  background: #a3b2be;
  background-image: url("./image/img76.webp");
  background-size: cover;
  background-position: center;
}

.benefits-panel--right {
  background: #edb1b1;
  background-image: url("./image/img73.webp");
  background-size: cover;
  background-position: center;
}

.benefits-panel__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  width: max-content;
  margin: 0;
  text-align: center;
  font-family: "ta-fuga-fude", "Zen Old Mincho", "Times New Roman", serif;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  background: #364153;
  border-radius: 999px;
  padding: 10px 30px;
  line-height: 1.1;
  white-space: nowrap;
  border: 3px solid #364153;
  z-index: 2;
}

.benefits-panel__label--right {
  font-family: "BiauKaiTC", "Zen Old Mincho", serif;
  font-size: 34px;
  color: #815940;
  background: #ffffff;
  border-color: #edb1b1;
}

.benefits-panel__inner {
  margin-top: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.benefits-panel__text {
  flex: 0 0 auto;
}

.benefits-panel__kinds {
  margin: 10px 0 0;
  font-family: "ta-engeifude", "ta-fuga-fude", "Zen Old Mincho", "Times New Roman", serif;
  font-size: 30px;
  font-weight: 900;
  color: #101828;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}

.benefits-panel__value {
  margin: 4px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 50px;
  font-weight: 900;
  color: #101828;
  line-height: 1.2;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.benefits-panel__value--left {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.benefits-panel__value--left .benefits-panel__value-num {
  font-size: 50px;
  line-height: 1;
}

.benefits-panel__value--left .benefits-panel__value-unit {
  font-size: 48px;
  line-height: 1;
}

.benefits-panel__value--right {
  font-family: "Zen Old Mincho", serif;
}

.benefits-panel__value--right .benefits-panel__value-num {
  font-size: 50px;
  line-height: 1;
}

.benefits-panel__value--right .benefits-panel__value-unit {
  font-size: 50px;
  line-height: 1;
}

.benefits-panel__prod {
  width: 224px;
  height: auto;
  object-fit: contain;
}

.benefits-panel__prod-wrap {
  position: relative;
  width: 224px;
  height: 210px;
}

.benefits-panel__prod-wrap .benefits-panel__prod {
  position: absolute;
  right: 0;
  top: 0;
}

.benefits-panel__prod-sub {
  position: absolute;
  right: -6px;
  bottom: -3rem;
  width: 200px;
  height: auto;
  object-fit: contain;
}

.benefits-panel__button {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 222px;
  max-width: 100%;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(
    100.88057653780604deg,
    rgb(255, 216, 156) 0%,
    rgb(255, 243, 224) 51.247%,
    rgb(255, 216, 156) 103.49%
  );
  box-shadow: 0px 4px 8px rgba(68, 33, 27, 0.2);
  color: #44211b;
  text-decoration: none;
  font-family: "Noto Sans JP", "Times New Roman", serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  height: 54px;
}

.benefits-panel__button-icon {
  width: 24px;
  height: 24px;
}

.benefits-panel__button--right {
  opacity: 0.6;
  width: 222px;
  color: #815940;
}

.benefits-panel__note {
  margin: 0;
  padding: 10px;
  min-width: 200px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #364153;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
}

.benefits-panel--right .benefits-panel__note {
  color: #44211b;
}

.benefits-panel__ribbon {
  margin: 8px 0 0;
  display: inline-block;
  background: #364153;
  color: #ffffff;
  font-family: "Tamanegi Kaisho Geki FreeVer 7", "ta-fuga-fude", serif;
  font-size: 22px;
  line-height: 1.2;
  padding: 5px 10px;
  transform: rotate(-12deg);
}

.benefits-panel__ribbon--right {
  background: #784840;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 22px;
}

.benefits-panel--right .benefits-panel__kinds,
.benefits-panel--right .benefits-panel__value {
  font-family: "BiauKaiTC", "Zen Old Mincho", serif;
  color: #44211b;
}

/* ===== Story ===== */
.story {
  position: relative;
  height: 2182px;
  background: #fffaf3;
  overflow: hidden;
  width: 100%;
}

.story__heading {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.story__title {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 46px;
  font-weight: 900;
  color: #333;
}

.story__line {
  display: inline-block;
  width: 176px;
  height: 14px;
  margin-top: 10px;
  position: relative;
}

.story__line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #c56c6c;
}

.story__obj {
  position: absolute;
  opacity: 0.8;
  pointer-events: none;
}

.story__obj--powder {
  width: 576px;
  right: 23px;
  top: -34px;
}

.story__obj--egg {
  width: 482px;
  left: 51px;
  top: 524px;
}

.story__obj--azuki {
  width: 413px;
  right: 53px;
  top: 841px;
}

.story__obj--powder-sp,
.story__obj--egg-sp,
.story__obj--azuki-sp,
.story__visual-img--sp {
  display: none;
}

.story__text {
  position: absolute;
  margin: 0;
  text-align: center;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
}

.story__text--a {
  top: 308px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  font-weight: 900;
  color: #333;
  white-space: nowrap;
}

.story__text--b {
  top: 379px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  font-weight: 900;
  color: #333;
  line-height: 1.5;
  white-space: nowrap;
}

.story__text--c {
  top: 614px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  font-weight: 400;
  color: #44211b;
  line-height: 1.5;
  white-space: nowrap;
}

.story__text--d {
  top: 853px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  font-weight: 900;
  color: #000;
  line-height: 1.5;
  white-space: nowrap;
}

.story__text--e {
  top: 1116px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  white-space: nowrap;
}

.story__text--f {
  top: 1240px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  white-space: nowrap;
}

.story__text--f-br {
  display: none;
}

.story__text--g {
  top: 1437px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 42px;
  font-weight: 900;
  color: #784840;
  line-height: 1.2;
  white-space: nowrap;
}

.story__text--g span {
  font-size: 52px;
}

.story__visual {
  position: absolute;
  left: 0;
  top: 1536px;
  width: 100%;
  height: 646px;
  overflow: hidden;
}

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

.story__visual-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    179.65215319096578deg,
    rgb(255, 250, 243) 4.9424%,
    rgba(255, 255, 255, 0) 48.629%,
    rgb(255, 250, 243) 92.996%
  );
}

/* ===== Developer Interview ===== */
.interview {
  position: relative;
  width: 100%;
  background: #eceef2 url("./image/img84.webp") center/cover no-repeat;
  padding: 129px 0 96px;
}

.interview::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 256px;
  background: linear-gradient(180deg, #fffaf3 0%, rgba(255, 250, 243, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.interview::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(243, 243, 243, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.interview__inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.interview__heading {
  text-align: center;
}

.interview__title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 46px;
  font-weight: 900;
  color: #333;
}

.interview__line {
  display: inline-block;
  width: 176px;
  height: 12px;
  margin-top: 12px;
  position: relative;
}

.interview__line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #be7f2d 18%, #be7f2d 82%, transparent 100%);
}

.interview__sub {
  margin: 24px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.interview__lead {
  margin-top: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.interview__lead-text {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}

.interview__lead-photo {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.interview__qa-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.interview-qa {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 24px;
}

.interview-qa__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
}

.interview-qa__head::-webkit-details-marker {
  display: none;
}

.interview-qa__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.interview-qa__q {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  line-height: 1.55;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
}

.interview-qa__num {
  color: #bb4d00;
}

.interview-qa__q-text {
  display: block;
}

.interview-qa__chevron {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.interview-qa[open] .interview-qa__chevron {
  transform: rotate(180deg);
}

.interview-qa__content {
  margin-top: 10px;
  padding: 0 24px 0 60px;
}

.interview-qa__a {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #784840;
  line-height: 1.55;
  padding-left: 38px;
}

.interview-qa__body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #364153;
  line-height: 1.625;
}

.interview-qa__content {
  display: none;
}

.interview-qa[open] .interview-qa__content {
  display: block;
}

/* ===== Moments Teaser ===== */
.moments {
  width: 100%;
  background: #ffffff;
  padding: 90px 0 96px;
}

.moments__heading {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0 var(--site-gutter);
  text-align: center;
}

.moments__title {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 46px;
  font-weight: 900;
  color: #333333;
}

.moments__title-br {
  display: none;
}

.moments__line {
  width: 176px;
  height: 12px;
  margin-top: 16px;
  display: inline-block;
  position: relative;
}

.moments__line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #be7f2d 18%, #be7f2d 82%, transparent 100%);
}

.moments__list {
  margin: 62px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.moment {
  display: grid;
  grid-template-columns: 636px 534px;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.moment--left {
  grid-template-columns: 534px 655px;
}

.moment--left .moment__photo {
  order: 2;
}

.moment--left .moment__bubble {
  order: 1;
}

.moment__photo {
  width: 100%;
  height: 311px;
  object-fit: cover;
  display: block;
}

.moment:nth-child(1) .moment__photo {
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.moment:nth-child(2) .moment__photo {
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
}

.moment:nth-child(3) .moment__photo {
  clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%);
}

.moment:nth-child(4) .moment__photo {
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
}

.moment__bubble {
  position: relative;
  height: 250px;
  border: 3px solid #bb4d00;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

.moment--right .moment__bubble::before,
.moment--right .moment__bubble::after,
.moment--left .moment__bubble::before,
.moment--left .moment__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}

.moment--right .moment__bubble::before {
  left: -36px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 36px solid #bb4d00;
}

.moment--right .moment__bubble::after {
  left: -32px;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-right: 32px solid #ffffff;
}

.moment--left .moment__bubble::before {
  right: -36px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 36px solid #bb4d00;
  z-index: 1;
}

.moment--left .moment__bubble::after {
  right: -32px;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 32px solid #ffffff;
  z-index: 1;
}

.moment__label {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}

.moment__cta {
  width: 364px;
  min-height: 64px;
  border-radius: 50px;
  background: #ffd89c;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  padding: 12px 20px;
  text-decoration: none;
}

.moment__cta-check {
  background: #bb4d00;
  color: #ffffff;
  border-radius: 50px;
  padding: 6px 10px;
  width: 100px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.moment__cta-text {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.moment__cta-arrow {
  width: 47px;
  height: 12px;
  position: relative;
  flex: 0 0 47px;
}

.moment__cta-arrow::before,
.moment__cta-arrow::after {
  content: "";
  position: absolute;
  right: 0;
}

.moment__cta-arrow::before {
  top: 7px;
  width: 47px;
  height: 2px;
  background: #bb4d00;
}

.moment__cta-arrow::after {
  top: 3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #bb4d00;
  border-right: 2px solid #bb4d00;
  transform: rotate(45deg);
}

/* ===== Numbers ===== */
.numbers {
  width: 100%;
  position: relative;
  background: #eef0f4;
  overflow: hidden;
  padding: 108px 0 88px;
}

.numbers__bg {
  position: absolute;
  inset: 0;
  background: url("./image/img90.webp") center/cover no-repeat;
  opacity: 0.35;
}

.numbers__fade {
  position: absolute;
  left: 0;
  width: 100%;
  height: 220px;
}

.numbers__fade--top {
  top: 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.numbers__fade--bottom {
  bottom: 0;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.numbers__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.numbers__heading {
  text-align: center;
}

.numbers__title {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 58px;
  font-weight: 900;
  color: #333333;
}

.numbers__line {
  width: 176px;
  height: 12px;
  margin-top: 16px;
  display: inline-block;
  position: relative;
}

.numbers__line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #be7f2d 18%, #be7f2d 82%, transparent 100%);
}

.numbers__hero {
  position: relative;
  margin: 50px auto 0;
  width: 1040px;
  height: 470px;
}

.numbers__hero-img {
  position: absolute;
  left: 50%;
  top: 88px;
  transform: translateX(-50%) rotate(-2.46deg);
  width: 560px;
}

.numbers__arrow {
  position: absolute;
  background: #111111;
  height: 2px;
}

.numbers__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111111;
  transform: translateY(-50%);
}

.numbers__arrow--protein {
  left: 184px;
  top: 269px;
  width: 180px;
  transform: rotate(36deg);
  transform-origin: right center;
}

.numbers__arrow--protein::after {
  right: -5px;
}

.numbers__arrow--fat {
  right: 228px;
  top: 176px;
  width: 212px;
  transform: rotate(-11deg);
  transform-origin: left center;
}

.numbers__arrow--fat::after {
  left: -5px;
}

.numbers__arrow--energy {
  left: 232px;
  top: 402px;
  width: 124px;
  transform: rotate(10deg);
  transform-origin: right center;
}

.numbers__arrow--energy::after {
  right: -5px;
}

.numbers__arrow--carb {
  right: 206px;
  top: 324px;
  width: 150px;
  transform: rotate(10deg);
  transform-origin: left center;
}

.numbers__arrow--carb::after {
  left: -5px;
}

.numbers__metric {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #fe9a00;
  background: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.numbers__metric--protein {
  left: 88px;
  top: 22px;
}

.numbers__metric--fat {
  right: 74px;
  top: 30px;
}

.numbers__metric--energy {
  left: 74px;
  bottom: 16px;
}

.numbers__metric--carb {
  right: 54px;
  bottom: 14px;
}

.numbers__metric-label {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 18px;
  color: #101828;
}

.numbers__metric-label-sp {
  display: none;
}

.numbers__metric-value {
  margin: 4px 0 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 44px;
  color: #101828;
  line-height: 1.1;
}

.numbers__metric-value span {
  font-size: 28px;
}

.numbers__compare {
  margin-top: 42px;
  border-radius: 20px;
  overflow-x: scroll;
  position: relative;
  --numbers-head-height: 55px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.numbers-compare__sheet {
  position: relative;
  min-width: 1250px;
  z-index: 0;
}


.numbers-compare__sheet::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--numbers-head-height);
  bottom: 0;
  background: linear-gradient(
    90deg,
    #a3b2be 0,
    #a3b2be 430px,
    #edb1b1 430px,
    #edb1b1 860px,
    #d9d9d9 860px,
    #d9d9d9 100%
  );
  z-index: 0;
}

.numbers-compare__sheet::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--numbers-head-height);
  bottom: 0;
  background: url("./image/img98.webp") center/cover no-repeat;
  opacity: 0.58;
  z-index: 0;
}

.numbers-compare__head {
  position: relative;
  height: 55px;
  z-index: 1;
}

.numbers-compare__head-main,
.numbers-compare__head-sub {
  margin: 0;
  position: absolute;
  top: 0;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
  background: #ffffff;
  box-sizing: border-box;
}

.numbers-compare__head-main {
  left: 0;
  width: 861px;
  border: none;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  z-index: 1;
}

.numbers-compare__head-main::before,
.numbers-compare__head-main::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
  box-sizing: border-box;
}

.numbers-compare__head-main::before {
  left: 0;
  width: 430px;
  border: 3px solid #a3b2be;
  border-right: 0;
  border-radius: 20px 0 0 0;
}

.numbers-compare__head-main::after {
  left: 430px;
  width: 431px;
  border: 3px solid #edb1b1;
  border-left: 0;
  border-radius: 0 20px 0 0;
}

.numbers-compare__head-sub {
  right: 0;
  width: 389px;
  border: 3px solid #d9d9d9;
  border-radius: 20px 20px 0 0;
}

.numbers-compare__cols {
  display: grid;
  grid-template-columns: 430px 430px 390px;
  min-height: 282px;
  position: relative;
  z-index: 1;
}

.numbers-col {
  padding-top: 12px;
  text-align: center;
}

.numbers-col--left {
  background: transparent;
}

.numbers-col--mid {
  background: transparent;
}

.numbers-col--right {
  background: transparent;
}

.numbers-col__product {
  min-height: 181px;
  position: relative;
}

.numbers-col__pack {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 158px;
}

.numbers-col__half {
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  width: 136px;
}

.numbers-col--mid .numbers-col__half {
  top: 93px;
  left: calc(50% + 15px);
  width: 126px;
}

.numbers-col--right .numbers-col__pack {
  width: 161px;
}

.numbers-col--right .numbers-col__half {
  top: 60px;
  left: calc(50% + 19px);
  width: 140px;
}

.numbers-col__type {
  margin: 4px auto 0;
  width: 300px;
  border-radius: 50px;
  padding: 9px 26px;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
}

.numbers-col__type--left {
  background: #364153;
  color: #ffffff;
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: 800;
}

.numbers-col__type--mid {
  background: #ffffff;
  border: 3px solid #edb1b1;
  color: #815940;
  font-family: "Noto Serif JP", "Zen Old Mincho", serif;
  font-weight: 700;
}

.numbers-col__type--right {
  background: #ffffff;
  color: #000000;
  font-family: "Noto Serif JP", "Zen Old Mincho", serif;
  font-size: 21px;
  font-weight: 800;
}

.numbers-compare__metrics {
  display: grid;
  grid-template-columns: 860px 390px;
  position: relative;
  z-index: 1;
}

.numbers-metrics-main {
  background: rgba(255, 255, 255, 0.72);
  margin: 0;
  margin: 0 20px;
  position: relative;
}

.numbers-metrics-main__ribbon {
  position: absolute;
  top: -12px;
  transform: translateX(-50%) rotate(-13deg);
  margin: 0;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 2;
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Zen Old Mincho", serif;
  font-weight: 800;
}

.numbers-metrics-main__ribbon--left {
  left: 10%;
  background: #364153;
}

.numbers-metrics-main__ribbon--mid {
  left: 71%;
  background: #784840;
}

.numbers-metrics-main__row {
  min-height: 82px;
  border-bottom: 1px solid #784840;
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.38) 0,
    rgba(255, 255, 255, 0.38) calc(50% - 100px),
    rgba(255, 255, 255, 0.7) calc(50% - 100px),
    rgba(255, 255, 255, 0.7) calc(50% + 100px),
    rgba(255, 255, 255, 0.38) calc(50% + 100px),
    rgba(255, 255, 255, 0.38) 100%
  );
}

.numbers-metrics-main__row:last-child {
  border-bottom: none;
}

.numbers-metrics-main__label {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-family: "Zen Old Mincho", "Noto Serif JP", "Times New Roman", serif;
  font-weight: 900;
}

.numbers-metrics-main__val {
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", "Zen Old Mincho", "Times New Roman", serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

.numbers-metrics-main__val span {
  font-size: 20px;
}

.numbers-metrics-main__row:first-child .numbers-metrics-main__val {
  font-size: 40px;
}

.numbers-metrics-main__row:first-child .numbers-metrics-main__val span {
  font-size: 24px;
}

.numbers-metrics-main__val--left {
  color: #101828;
  font-weight: 900;
}

.numbers-metrics-main__val--accent {
  color: #bb4d00;
}

.numbers-metrics-right {
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.72);
}

.numbers-metrics-right__val {
  margin: 0;
  min-height: 82px;
  border-bottom: 1px solid #784840;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", "Zen Old Mincho", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}

.numbers-metrics-right__val:last-child {
  border-bottom: none;
}

.numbers-metrics-right__val span {
  font-size: 20px;
}

.numbers-compare__actions {
  display: grid;
  grid-template-columns: 430px 430px 390px;
  padding: 18px 0 22px;
  position: relative;
  z-index: 1;
}

.numbers-compare__actions .numbers-card__btn {
  margin: 0 auto;
  width: 193px;
}

.numbers-card__btn {
  height: 48px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  background: linear-gradient(100deg, #ffd89c 0%, #fff3e0 51.247%, #ffd89c 103.49%);
  color: #44211b;
  box-shadow: 0 4px 4px rgba(68, 33, 27, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
}

.numbers-card__btn img {
  width: 20px;
  height: 20px;
}

.numbers-card__btn--disabled {
  opacity: 0.6;
}

.numbers-card {
  display: none;
}

.numbers-table {
  display: none;
}

.numbers-table__type-wrap,
.numbers-table__type,
.numbers-table__pack,
.numbers-table__half,
.numbers-table__grid,
.numbers-table__row,
.numbers-table__label,
.numbers-table__val,
.numbers-table__btns {
  all: unset;
}

/* ===== Craftsmanship ===== */
.craftsmanship {
  width: 100%;
  position: relative;
  min-height: auto;
  overflow: hidden;
  padding: 92px 0 72px;
}

.craftsmanship__bg {
  position: absolute;
  inset: 0;
  background: url("./image/img99.webp") center/cover no-repeat;
}

.craftsmanship__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
}

.craftsmanship__fade {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

.craftsmanship__fade--top {
  top: 0;
  height: 181px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.craftsmanship__fade--bottom {
  bottom: 0;
  height: 134px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.craftsmanship__panel {
  position: relative;
  z-index: 2;
  width: 1118px;
  height: 624px;
  margin: 0 auto;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.craftsmanship__heading {
  position: absolute;
  left: 50%;
  top: 54px;
  transform: translateX(-50%);
  width: 598px;
  margin: 0;
  text-align: center;
}

.craftsmanship__title {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 46px;
  font-weight: 900;
  color: #333333;
}

.craftsmanship__line {
  width: 176px;
  height: 12px;
  margin-top: 18px;
  display: inline-block;
  position: relative;
}

.craftsmanship__line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #be7f2d 18%, #be7f2d 82%, transparent 100%);
}

.craftsmanship__sub {
  margin: 18px 0 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}

.craftsmanship__cards {
  position: absolute;
  left: 50%;
  top: 270px;
  transform: translateX(-50%);
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 260px);
  gap: 20px;
}

.craftsmanship-card {
  width: 260px;
  height: 260px;
  border-radius: 50px;
  border: 1px solid #fe9a00;
  background: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.craftsmanship-card p {
  margin: 0;
  text-align: center;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
  color: #101828;
  line-height: 1.7;
}

/* ===== FAQ Primary ===== */
.faq-primary {
  width: 100%;
  position: relative;
  min-height: auto;
  padding: 110px 0 84px;
  overflow: hidden;
}

.faq-primary__bg {
  position: absolute;
  inset: 0;
  background: url("./image/img100.webp") center/cover no-repeat;
}

.faq-primary__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
}

.faq-primary__fade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 256px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.faq-primary__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.faq-primary__heading {
  width: 276px;
  margin: 0 auto;
  text-align: center;
}

.faq-primary__title {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 46px;
  font-weight: 900;
  color: #333333;
}

.faq-primary__line {
  margin-top: 18px;
  width: 176px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.faq-primary__line::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #be7f2d 18%, #be7f2d 82%, transparent 100%);
}

.faq-primary__list {
  margin-top: 78px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-primary-item {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-primary-item__head {
  min-height: 68px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #101828;
}

.faq-primary-item__head::-webkit-details-marker {
  display: none;
}

.faq-primary-item__chevron {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  position: relative;
}

.faq-primary-item__chevron::before,
.faq-primary-item__chevron::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 8px;
  height: 2px;
  background: #bb4d00;
}

.faq-primary-item__chevron::before {
  left: 4px;
  transform: rotate(45deg);
}

.faq-primary-item__chevron::after {
  right: 4px;
  transform: rotate(-45deg);
}

.faq-primary-item[open] .faq-primary-item__chevron {
  transform: rotate(180deg);
}

.faq-primary-item__body {
  margin: 0;
  padding: 0 24px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #364153;
}

/* ===== Recipes ===== */
.recipes {
  height: auto;
  padding: 120px 0 72px;
  background: #ffffff;
}

.recipes__title-wrap {
  margin: 0 auto;
  text-align: center;
}

.section-heading__jp {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 46px;
  font-weight: 900;
  color: #333333;
}

.recipes__line {
  width: 176px;
  height: 12px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}

.recipes__line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #be7f2d 18%, #be7f2d 82%, transparent 100%);
}

.recipes__subtitle {
  margin: 18px auto 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  width: 100%;
  max-width: 650px;
  padding: 0 var(--site-gutter);
  box-sizing: border-box;
}

.recipes__slider {
  margin: 42px auto 0;
  position: relative;
}

.recipes__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.recipes__viewport {
  overflow: hidden;
  border-radius: 35px;
  box-shadow: 0 14px 20px -14px rgba(0, 0, 0, 0.24);
}

.recipes__track {
  display: flex;
  width: 400%;
  transition: transform 0.4s ease;
}

.scene-slide {
  width: 25%;
  flex: 0 0 25%;
}

.recipes__slide-picture {
  display: block;
  overflow: hidden;
}

.recipes__slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 901px) {
  .recipes__viewport {
    border-radius: 40px;
    /* Top side stays clean while emphasizing a soft bottom shadow. */
    box-shadow: 0 28px 30px -45px rgba(0, 0, 0, 0.2), 0 14px 16px -14px rgba(0, 0, 0, 0.3);
  }
}

#recipes-slide-1:checked ~ .recipes__viewport .recipes__track {
  transform: translateX(0);
}

#recipes-slide-2:checked ~ .recipes__viewport .recipes__track {
  transform: translateX(-25%);
}

#recipes-slide-3:checked ~ .recipes__viewport .recipes__track {
  transform: translateX(-50%);
}

#recipes-slide-4:checked ~ .recipes__viewport .recipes__track {
  transform: translateX(-75%);
}

.recipes__dots {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.recipes__dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d8c8c6;
  cursor: pointer;
}

#recipes-slide-1:checked ~ .recipes__dots .recipes__dot:nth-child(1),
#recipes-slide-2:checked ~ .recipes__dots .recipes__dot:nth-child(2),
#recipes-slide-3:checked ~ .recipes__dots .recipes__dot:nth-child(3),
#recipes-slide-4:checked ~ .recipes__dots .recipes__dot:nth-child(4) {
  background: #8a5d56;
}

.scene-card {
  width: 1250px;
  border-radius: 30px;
  overflow: hidden;
  background: #fffaf3;
}

.scene-card__top {
  position: relative;
  height: 175px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.scene-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(200, 119, 70, 0.6);
}

.scene-card__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0 18px;
}

.scene-card__bottom {
  position: relative;
  min-height: 390px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 484px;
  column-gap: 27px;
  align-items: start;
}

.scene-card__quote {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 1.4;
  grid-column: 2;
  grid-row: 1;
}

.scene-card__quote p {
  margin: 0;
}

.scene-card__accent {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #784840;
  text-align: left;
  margin: 30px 0 0;
  line-height: 1.4;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.scene-card__list {
  position: relative;
  margin: 0;
  width: 500px;
  background: #ffffff;
  border-radius: 30px;
  padding: 20px 30px;
  box-shadow: none;
  grid-column: 1;
  grid-row: 1;
}

.scene-card__list--tight {
  width: 460px;
  padding-left: 26px;
  padding-right: 26px;
}

.scene-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}

.scene-card__row--split {
  border-bottom: 1px solid #788b99;
}

.scene-card__row-key {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #000000;
  flex: 1;
}

.scene-card__row-val {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #000000;
  text-align: right;
  flex: 1;
}

/* 1カラム行（値なし行）はPC/SPとも中央寄せで折り返しを防ぐ */
.scene-card__row--single {
  justify-content: center;
}

.scene-card__row--single .scene-card__row-val {
  display: none;
}

.scene-card__row--single .scene-card__row-key {
  flex: 0 1 auto;
  width: auto;
  text-align: center;
  white-space: nowrap;
}

/* ===== Product CTA ===== */
.product-cta {
  height: 643px;
  position: relative;
  overflow: hidden;
}

.product-cta__bg {
  position: absolute;
  inset: 0;
}

.product-cta__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-cta__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    127.33464971843748deg,
    rgba(194, 136, 100, 0.9) 13.805%,
    rgba(129, 89, 64, 0.9) 82.88%
  );
  mix-blend-mode: multiply;
}

.product-cta__product {
  position: absolute;
  inset: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product-cta__object-a {
  position: absolute;
  left: calc(50% - 635px);
  top: 54px;
  width: 620px;
  transform: rotate(-2.46deg);
  filter: drop-shadow(0px 4px 90px rgba(255, 255, 255, 0.2));
}

.product-cta__object-b {
  position: absolute;
  left: calc(50% - 253px);
  top: 273px;
  width: 338px;
  transform: rotate(7.21deg);
}

.product-cta__object-c {
  position: absolute;
  left: calc(50% - 441px);
  top: 272px;
  width: 343px;
  transform: rotate(-8.35deg);
}

.product-cta__card {
  position: absolute;
  right: 80px;
  top: 94px;
  width: 521px;
  height: 455px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 66px 57px 90px;
}

.product-cta__heading {
  text-align: center;
}

.product-cta__title {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 34px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
}

.product-cta__line {
  margin-top: 12px;
  width: 125px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.product-cta__line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #be7f2d 18%, #be7f2d 82%, transparent 100%);
}

.product-cta__desc {
  margin: 22px 0 0;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.product-cta__button {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 30px;
  border-radius: 50px;
  background: linear-gradient(
    102.55780174514258deg,
    rgb(255, 216, 156) 0%,
    rgb(255, 243, 224) 51.247%,
    rgb(255, 216, 156) 103.49%
  );
  text-decoration: none;
  color: #44211b;
}

.product-cta__button-icon {
  width: 30px;
  height: 30px;
}

.product-cta__button-text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  white-space: nowrap;
}

/* ===== FAQ ===== */
.faq {
  height: 1134px;
  background: #f8f8f8;
  position: relative;
  padding-top: 140px;
  overflow: hidden;
}

.faq__title {
  width: 768px;
  margin: 0 auto;
  text-align: center;
}

.faq__title-text {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 46px;
  font-weight: 900;
  color: #333333;
}

.faq__line {
  width: 176px;
  height: 12px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}

.faq__line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #be7f2d 18%, #be7f2d 82%, transparent 100%);
}

.faq__list {
  width: 768px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1),
    0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.faq-item__row {
  height: 68px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item__question {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  line-height: 1;
}

.faq-item__chevron {
  width: 20px;
  height: 20px;
}

.faq-item__answer {
  margin: 0;
  padding: 0 24px 20px 60px;
  font-size: 16px;
  font-weight: 400;
  color: #364153;
  line-height: 26px;
}

.faq-item--expanded {
  height: 140px;
}

.faq-item__chevron--rot {
  transform: rotate(180deg);
}

.card-q {
  padding: 24px;
}

.card-q__row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.card-q__q {
  margin: 0;
  font-weight: 900;
  color: #bb4d00;
}

.card-q__text {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  line-height: 28px;
}

.card-q__a {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 800;
  color: #784840;
  line-height: 28px;
}

/* ===== Usage Guide ===== */
.usage-guide {
  background: #fffaf3;
  padding: 120px 0 72px;
}

.usage-guide__inner {
  margin: 0 auto;
}

.usage-guide__heading {
  width: 230px;
  margin: 0 auto;
  text-align: center;
}

.usage-guide__heading-text {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 46px;
  font-weight: 900;
  color: #333333;
}

.usage-guide__line {
  margin-top: 10px;
  width: 176px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.usage-guide__line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #be7f2d 18%, #be7f2d 82%, transparent 100%);
}

.usage-guide__tiles {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  gap: 25px;
  margin-top: 66px;
}

.usage-tile {
  width: 400px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1),
    0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.usage-tile__icon {
  width: 110px;
  height: 110px;
  background: #fff3e0;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usage-tile__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.usage-tile__main {
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1.4;
}

.usage-tile__big {
  font-size: 22px;
  font-weight: 900;
}

.usage-tile__note {
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-top: 4px;
}

.usage-tile__line2 {
  display: block;
}

.usage-guide__payment {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 38px auto 0;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.usage-guide__payment-label {
  background: #fff3e0;
  width: 200px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  flex-shrink: 0;
  text-align: center;
  line-height: 1.4;
}

.usage-guide__payment-logos {
  flex: 1;
  min-width: 0;
  padding: 20px 28px;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  column-gap: 28px;
  row-gap: 16px;
  align-items: center;
  align-content: center;
  justify-content: start;
}

.usage-guide__payment-logos img {
  display: block;
  height: 30px;
  max-height: 30px;
  width: auto;
  max-width: none;
  object-fit: contain;
}

/* Row 2: PayPay + bank (5th and 6th logos) */
.usage-guide__payment-logos img:nth-child(n + 5) {
  grid-row: 2;
}

.usage-guide__brand {
  display: block;
  width: 230px;
  margin: 58px auto 0;
}

/* ===== Trouble / お悩み ===== */
.trouble {
  position: relative;
  height: 1088px;
  background: #ffffff;
  overflow: hidden;
}

.trouble__bg {
  position: absolute;
  top: 182px; /* Figma layout */
  left: 0;
  width: 100%;
  height: 805px;
  display: flex;
  z-index: 0;
}

.trouble__bg-img {
  width: 50%;
  height: 805px;
  /* Figmaの配置に近づけるため、指定サイズに合わせて伸ばす（クロップしない） */
  object-fit: fill;
  object-position: center;
}

.trouble__bg-img--right {
  transform-origin: center;
}

.trouble__bg-img--left.trouble__bg-img--desktop {
  transform: scaleY(-1);
  transform-origin: center;
}

.trouble__bg-img--right-sp {
  display: none;
}

.trouble__bg-img--right-desktop {
  display: block;
}

.trouble__heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 242px;
  z-index: 2;
  display: block;
}

.trouble__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 38px; /* Figma 342:1823 */
  width: auto;
  z-index: 1;
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", serif;
  font-size: 0;
  font-weight: 900;
  color: #333;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.trouble__title-text {
  font-size: 46px;
  line-height: normal;
}

.trouble__title-strong {
  font-size: 64px;
  line-height: normal;
}

/* CSS-only speech bubble (白い帯 + 中央下向き三角) */
.trouble__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 184px; /* union rect height */
  background: #ffffff;
  z-index: 0;
}

.trouble__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 107px; /* Figma 342:1821 */
  width: 396px;
  height: 101px; /* 135 * 0.75 */
  background: #ffffff;
  z-index: 0;
  clip-path: polygon(6.7% 0%, 93.3% 0%, 50% 100%);
}

/* background image switch (PC vs SP) */
.trouble__bg-img--sp {
  display: none;
}

.trouble__cards {
  position: absolute;
  top: 257px; /* 182 + 75 */
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--content-max-width), calc(100% - 48px));
  max-width: calc(100% - 48px);
  padding: 0 clamp(16px, 3vw, 40px);
  box-sizing: border-box;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 5vw, 80px);
  align-items: start;
}

.trouble__col {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 46px);
  align-items: stretch;
  min-width: 0;
  width: 100%;
  max-width: 560px;
}

.trouble__col--left {
  justify-self: end;
}

.trouble__col--right {
  justify-self: start;
}

.trouble-card {
  width: 100%;
  max-width: 100%;
  background: #fafdff;
  border: 1px solid #b3b3b3;
  border-radius: 14px;
  padding: 20px clamp(16px, 2vw, 24px);
  min-height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.trouble-card--right {
  background: #fffcf8;
}

.trouble-card__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.trouble-card__title {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 29px);
  font-weight: 400;
  color: #333;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    "Meiryo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.3;
  white-space: normal;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.trouble-card__desc {
  margin: 0;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 400;
  color: #364153;
  line-height: 1.5;
}

.trouble-card__title--right {
  color: #815940;
}

.trouble-card--left .trouble-card__title {
  font-family: "ta-fuga-fude", "Zen Old Mincho", serif;
}

.trouble-card--right .trouble-card__title {
  font-family: "BiauKaiTC", "Hina Mincho", "Zen Old Mincho", serif;
}

.trouble-card__hl--blue {
  color: #44618a;
}

.trouble-card__hl--red {
  color: #c73f3f;
}

@supports not (font-variation-settings: normal) {
  .trouble-card--left .trouble-card__title,
  .trouble-card--right .trouble-card__title {
    font-family: "Zen Old Mincho", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic",
      "Meiryo", serif;
  }
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  html {
    scroll-padding-top: 80px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .site-main,
  .hs-page {
    overflow-x: hidden;
  }

  .site-header,
  .hero,
  .trouble,
  .benefits,
  .protein-question,
  .story,
  .interview,
  .moments,
  .numbers,
  .craftsmanship,
  .faq-primary,
  .recipes,
  .product-cta,
  .usage-guide,
  .site-footer {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .benefits__info-head,
  .story__title,
  .interview__title,
  .moments__title,
  .numbers__title,
  .craftsmanship__title,
  .faq-primary__title,
  .section-heading__jp,
  .product-cta__title,
  .faq__title-text,
  .usage-guide__heading-text {
    font-size: 26px;
    line-height: 1.4;
  }

  /* SP only: break after 「筋どらやきは、」 */
  .moments__title-br {
    display: block;
  }

  .section-title__main {
    font-size: 22px;
    line-height: 1.4;
  }

  /* sticky は overflow 系の祖先で崩れるため、SPは fixed で追従 */
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 80px;
    margin: 0;
    padding: 0 12px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 100;
  }

  .site-main {
    padding-top: 80px;
  }

  .site-header__logo {
    width: 120px;
    height: auto;
  }

  .site-header__purchase {
    padding: 10px 14px;
    gap: 8px;
    min-width: 0;
    overflow: hidden;
  }

  .site-header__purchase-icon {
    width: 18px;
    height: 18px;
  }

  .site-header__purchase-text {
    font-size: 14px;
    letter-spacing: 0.6px;
    white-space: nowrap;
  }

  .hero {
    /* SPでは横スクロール防止のためフルブリード解除 */
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* hide heavy decorations on SP */
  .hero__vector4-wrap,
  .hero__vector,
  .hero__mask,
  .hero__glass {
    display: none;
  }

  .hero__bg--desktop {
    display: none;
  }

  .hero__bg--sp {
    display: block;
  }

  .hero__headline {
    top: 445px;
    white-space: normal;
    width: 100%;
    padding: 0 12px;
    line-height: 1.2;
  }

  .hero__text-group {
    top: 584px; /* Figma: top 584 */
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    font-size: 14px; /* Figma: 14 */
    line-height: 1.4;
  }

  .hero__headline-part--small {
    font-size: 35px; /* Figma: 35 */
  }

  .hero__headline-part--accent {
    font-size: 80px; /* Figma: 80 */
    margin-left: 0;
    margin-right: 0;
  }

  /* 1行目を独立させる（Figmaは2行構成） */
  .hero__headline-part--small:first-child {
    display: block;
    margin-bottom: 6px;
  }

  /* 「筋肉」背面の半透明白背景をSP向けに調整（Figma: 187x90） */
  .hero__headline-part--accent::before {
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    width: 187px;
    height: 90px;
  }


  .benefits {
    height: auto;
    padding: 0px 16px 48px;
  }

  .benefits__cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    align-items: start;
    gap: 14px 12px;
    margin-top: 28px;
  }

  .benefits__bg {
    opacity: 0.6;
  }

  /* PC は top:795px 固定。SP はセクション高が可変のため下端に固定 */
  .benefits__bg::after {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(160px, 38vw, 240px);
  }

  .benefits-card {
    width: 100%;
    max-width: 172px;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 16px 10px;
    border-radius: 999px;
    gap: 6px;
  }

  .benefits__cards .benefits-card:first-child {
    grid-column: 1 / -1;
    max-width: 190px;
  }

  .benefits-card__big {
    font-size: 16px;
  }

  .benefits-card__small {
    font-size: 14px;
  }

  .benefits__info {
    margin-top: 26px;
  }

  .benefits__info-sub {
    font-size: 18px;
  }

  .protein-question {
    padding: 4px 12px 12px;
  }

  .protein-question__inner {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    margin-top: 2rem;
    gap: 10px;
    align-items: center;
  }

  .protein-question__photo-wrap {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
  }

  .protein-question__photo-mask {
    width: 100px;
    height: 100px;
    clip-path: none;
    background: transparent;
    overflow: hidden;
  }

  .protein-question__photo-mask picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .protein-question__photo-main {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .protein-question__copy {
    width: auto;
    flex: 1;
    min-width: 0;
  }

  .protein-question__line {
    font-size: 16px;
    line-height: 1.3;
  }

  .protein-question__line + .protein-question__line {
    margin-top: 6px;
  }

  .protein-question__line--strong {
    font-size: 18px;
    line-height: 1.25;
  }

  .protein-question__chevrons {
    width: min(220px, 58vw);
    height: 100px;
    margin: 6px auto 0;
    display: block;
    object-fit: contain;
  }

  .story {
    height: 1494px;
    min-height: 0;
    padding-bottom: 0;
  }

  .story__heading {
    top: 72px;
    width: 176px;
  }

  .story__line {
    width: 100px;
  }

  .story__obj--powder-pc,
  .story__obj--egg-pc,
  .story__obj--azuki-pc,
  .story__visual-img--pc {
    display: none;
  }

  .story__obj--powder-sp,
  .story__obj--egg-sp,
  .story__obj--azuki-sp,
  .story__visual-img--sp {
    display: block;
  }

  .story__obj--powder-sp {
    width: 194px;
    left: 212px;
    top: 106px;
    opacity: 0.8;
  }

  .story__obj--egg-sp {
    width: 155px;
    left: -23px;
    top: 426px;
    opacity: 0.8;
  }

  .story__obj--azuki-sp {
    width: 178px;
    left: 241px;
    top: 753px;
    opacity: 0.8;
  }

  .story__text--a {
    top: 235px;
    font-size: 16px;
    white-space: nowrap;
    width: auto;
  }

  .story__text--b {
    top: 341px;
    font-size: 16px;
    white-space: nowrap;
    width: auto;
  }

  .story__text--c {
    top: 580px;
    font-size: 18px;
    white-space: nowrap;
    width: auto;
  }

  .story__text--d {
    top: 675px;
    font-size: 20px;
    white-space: nowrap;
    width: auto;
  }

  .story__text--e {
    top: 895px;
    font-size: 16px;
    white-space: nowrap;
    width: auto;
  }

  .story__text--f {
    top: 1016px;
    font-size: 16px;
    white-space: normal;
    width: auto;
    max-width: min(340px, calc(100% - 32px));
    text-align: center;
    padding: 0 8px;
    box-sizing: border-box;
  }

  .story__text--f-br {
    display: block;
  }

  .story__text--g {
    top: 1138px;
    font-size: 20px;
    white-space: nowrap;
    width: auto;
  }

  .story__text--g span {
    font-size: 30px;
  }

  .story__visual {
    position: absolute;
    top: 1283px;
    left: 50%;
    transform: translateX(-50%);
    width: 470px;
    height: 211px;
    margin-top: 0;
  }

  .interview {
    padding: 72px 0 48px;
  }

  .interview__inner {
    width: calc(100% - 24px);
  }

  .interview__sub {
    font-size: 16px;
    margin-top: 16px;
  }

  .interview__lead {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .interview__lead-text {
    font-size: 20px;
    line-height: 1.5;
  }

  .interview__lead-photo {
    width: 220px;
    height: 220px;
    align-self: center;
  }

  .interview-qa {
    padding: 16px;
  }

  .interview-qa__q {
    font-size: 14px;
    line-height: 1.45;
  }

  .interview-qa__content {
    margin-top: 8px;
    padding: 0 8px 0 24px;
  }

  .interview-qa__a {
    font-size: 14px;
    padding-left: 24px;
  }

  .interview-qa__body {
    font-size: 13px;
    line-height: 1.5;
  }

  .moments {
    padding: 64px 0 72px;
  }

  .moments__heading {
    width: calc(100% - 24px);
  }

  .moments__list {
    width: calc(100% - 24px);
    margin-top: 30px;
    gap: 24px;
  }

  .moment,
  .moment--left {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .moment__photo,
  .moment__bubble {
    width: 100%;
    max-width: 520px;
    justify-self: center;
  }

  .moment__photo {
    height: auto;
    aspect-ratio: 636 / 311;
    clip-path: none !important;
  }

  .moment__bubble {
    height: auto;
    min-height: 160px;
    gap: 16px;
    padding: 20px 14px;
  }

  .moment--left .moment__photo,
  .moment--left .moment__bubble {
    order: initial;
  }

  .moment--right .moment__bubble::before,
  .moment--right .moment__bubble::after,
  .moment--left .moment__bubble::before,
  .moment--left .moment__bubble::after {
    display: none;
  }

  .moment__label {
    font-size: 16px;
  }

  .moment__cta {
    width: 100%;
    max-width: 360px;
    gap: 10px;
    padding: 10px 14px;
  }

  .moment__cta-check {
    width: 78px;
    font-size: 16px;
    padding: 6px 8px;
  }

  .moment__cta-text {
    font-size: 16px;
  }

  .numbers {
    padding: 64px 0 56px;
    overflow: visible;
  }

  .numbers__fade {
    height: 100px;
  }

  .numbers__inner {
    width: calc(100% - 24px);
  }

  /* Figma SP node 538:843 — タイトル30px・下線100px・ギャップ24px（ヒーロー幅のみ402相当） */

  .numbers__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 402px;
    margin-left: auto;
    margin-right: auto;
  }

  .numbers .numbers__line {
    width: 100px;
    margin-top: 0;
  }

  /* ヒーロー: 402×577 アートボード比率（%指定で縮小時も形状維持） */
  .numbers__hero {
    display: block;
    position: relative;
    width: 100%;
    max-width: 402px;
    margin: 24px auto 0;
    padding: 0;
    min-height: 500px;
    box-sizing: border-box;
  }

  .numbers__hero-img {
    position: absolute;
    left: 50%;
    top: 43%;
    z-index: 1;
    width: 63.7%;
    max-width: 256px;
    height: auto;
    transform: translate(-50%, -50%) rotate(-2.46deg);
  }

  .numbers__arrow {
    display: block;
    z-index: 0;
  }

  /* Figma 455:1538〜1541（402px基準の位置・角度・長さ） */
  .numbers__arrow--protein {
    left: 12.64%;
    top: 40.62%;
    width: 22.37%;
    transform: rotate(62deg);
    transform-origin: right center;
    z-index: 2;
  }

  .numbers__arrow--protein::after {
    right: -5px;
    left: auto;
  }

  .numbers__arrow--fat {
    left: 62.69%;
    top: 35.62%;
    width: 17.91%;
    transform: rotate(-48.96deg);
    transform-origin: left center;
    z-index: 2;
  }

  .numbers__arrow--fat::after {
    left: -5px;
    right: auto;
  }

  .numbers__arrow--energy {
    left: 17.9%;
    top: 51.06%;
    width: 14.93%;
    transform: rotate(298.21deg);
    transform-origin: right center;
    z-index: 2;
  }

  .numbers__arrow--energy::after {
    right: -5px;
    left: auto;
  }

  .numbers__arrow--carb {
    left: 72.39%;
    top: 50%;
    width: 15.67%;
    transform: rotate(63.43deg);
    transform-origin: left center;
    z-index: 2;
  }

  .numbers__arrow--carb::after {
    left: -5px;
    right: auto;
  }

  .numbers__metric {
    position: absolute;
    z-index: 2;
    width: 29.85%;
    max-width: 120px;
    aspect-ratio: 1;
    height: auto;
    padding: 6px;
    box-sizing: border-box;
  }

  .numbers__metric-label {
    font-size: 14px;
  }

  .numbers__metric-label-pc {
    display: none;
  }

  .numbers__metric-label-sp {
    display: inline;
  }

  .numbers__metric-value {
    margin-top: 2px;
    font-size: 24px;
    line-height: 1.3;
  }

  .numbers__metric-value span {
    font-size: 14px;
  }

  .numbers__metric--protein {
    left: 5.97%;
    top: 4%;
  }

  .numbers__metric--fat {
    left: 64.43%;
    top: 4%;
  }

  .numbers__metric--energy {
    left: 5.97%;
    bottom: 17%;
  }

  .numbers__metric--carb {
    left: 64.43%;
    bottom: 17%;
  }

  .numbers__compare {
    margin-top: 20px;
    border-radius: 14px;
    --numbers-head-height: 55px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .numbers-compare__head {
    height: 55px;
    display: block;
    min-width: 1250px;
  }

  .numbers-compare__head-main,
  .numbers-compare__head-sub {
    position: absolute;
    top: 0;
    height: 55px;
    font-size: 20px;
    border-width: 3px;
  }

  .numbers-compare__head-main {
    width: 861px;
    border-radius: 20px 20px 0 0;
  }

  .numbers-compare__head-sub {
    width: 389px;
    border-top: 3px solid #d9d9d9;
    border-radius: 20px 20px 0 0;
  }

  .numbers-compare__cols {
    grid-template-columns: 430px 430px 390px;
    min-height: 282px;
    min-width: 1250px;
  }

  .numbers-col {
    padding: 12px 12px 14px;
  }

  .numbers-col__pack {
    width: 158px;
  }

  .numbers-col__half {
    top: 92px;
    left: 50%;
    width: 136px;
  }

  .numbers-col--mid .numbers-col__half {
    top: 93px;
    left: calc(50% + 15px);
    width: 126px;
  }

  .numbers-col--right .numbers-col__pack {
    width: 161px;
  }

  .numbers-col--right .numbers-col__half {
    top: 60px;
    left: calc(50% + 19px);
    width: 140px;
  }

  .numbers-col__type {
    width: 280px;
    font-size: 20px;
    padding: 9px 26px;
  }

  .numbers-compare__metrics {
    grid-template-columns: 860px 390px;
    min-width: 1250px;
  }

  .numbers-metrics-main {
    margin: 0 20px;
  }

  .numbers-metrics-main__ribbon {
    top: -12px;
    font-size: 18px;
    padding: 5px 10px;
  }

  .numbers-metrics-main__ribbon--left {
    left: 10%;
  }

  .numbers-metrics-main__ribbon--mid {
    left: 71%;
  }

  .numbers-metrics-main__row {
    grid-template-columns: 1fr 200px 1fr;
    gap: 0;
    min-height: 82px;
    padding: 0;
  }

  .numbers-metrics-main__label {
    font-size: 16px;
    order: initial;
  }

  .numbers-metrics-main__val {
    font-size: 28px;
  }

  .numbers-metrics-main__val span {
    font-size: 16px;
  }

  .numbers-metrics-main__val--left {
    order: initial;
  }

  .numbers-metrics-right {
    margin: 0 20px;
  }

  .numbers-metrics-right__val {
    min-height: 82px;
    font-size: 24px;
  }

  .numbers-metrics-right__val span {
    font-size: 16px;
  }

  .numbers-compare__actions {
    padding: 18px 0 22px;
    grid-template-columns: 430px 430px 390px;
    gap: 0;
    min-width: 1250px;
  }

  .numbers-compare__actions .numbers-card__btn {
    width: 193px;
  }

  .numbers-card__btn {
    font-size: 16px;
    height: 48px;
  }

  .craftsmanship {
    min-height: auto;
    padding: 58px 0 44px;
  }

  .craftsmanship__fade--top {
    height: 90px;
  }

  .craftsmanship__fade--bottom {
    height: 70px;
  }

  .craftsmanship__panel {
    width: calc(100% - 24px);
    height: auto;
    border-radius: 20px;
    padding: 28px 16px 26px;
  }

  .craftsmanship__heading {
    position: static;
    transform: none;
    width: 100%;
    margin: 0 auto;
  }

  .craftsmanship__sub {
    font-size: 16px;
    margin-top: 12px;
  }

  .craftsmanship__cards {
    position: static;
    transform: none;
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
  }

  .craftsmanship-card {
    width: 100%;
    max-width: 320px;
    height: 136px;
    border-radius: 30px;
  }

  .craftsmanship-card p {
    font-size: 18px;
  }

  .faq-primary {
    min-height: auto;
    padding: 72px 0 56px;
  }

  .faq-primary__fade {
    height: 120px;
  }

  .faq-primary__inner {
    width: calc(100% - 24px);
  }

  .faq-primary__title {
    font-size: 26px;
  }

  .faq-primary__list {
    margin-top: 30px;
    gap: 12px;
  }

  .faq-primary-item__head {
    min-height: 58px;
    padding: 14px 16px;
    font-size: 16px;
  }

  .faq-primary-item__body {
    padding: 0 16px 14px;
    font-size: 14px;
    line-height: 1.6;
  }

  .recipes {
    height: auto;
    padding: 80px 16px 40px;
  }

  .recipes__title-wrap {
    width: 100%;
  }

  .recipes__subtitle {
    width: 100%;
  }

  .recipes__slider {
    width: 100%;
    margin-top: 24px;
  }

  .recipes__track {
    width: 400%;
  }

  .scene-slide {
    width: 25%;
    flex-basis: 25%;
  }

  .recipes__slide-picture {
    aspect-ratio: auto;
  }

  .recipes__slide-image {
    height: auto;
    object-fit: contain;
  }

  .scene-card {
    width: 100%;
    height: 100%;
  }

  .scene-card__bottom {
    height: auto;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    padding: 18px 16px 24px;
  }

  .scene-card__quote {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .scene-card__accent {
    font-size: 16px;
    line-height: 1.6;
    margin: 8px 0 12px;
    align-self: center;
  }

  .scene-card__list {
    width: 100%;
    padding: 16px 18px;
    border-radius: 20px;
    flex: 1;
    min-height: 190px;
  }

  .scene-card__row {
    padding: 8px 0;
  }

  .scene-card__row-key {
    font-size: 16px;
  }

  .scene-card__row--single .scene-card__row-val {
    display: none;
  }

  .scene-card__row--single .scene-card__row-key {
    width: 100%;
    text-align: center;
    flex: unset;
  }

  .scene-card__row--single {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }

  .product-cta {
    position: relative;
    height: auto;
    min-height: 620px;
    padding: 36px 16px 48px;
    overflow: hidden;
  }

  .product-cta__product,
  .product-cta__bg {
    display: block;
  }

  .product-cta__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

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

  .product-cta__bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(127.33deg, rgba(194, 136, 100, 0.88) 13.8%, rgba(129, 89, 64, 0.9) 82.88%);
    mix-blend-mode: multiply;
  }

  .product-cta__product {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }

  .product-cta__object-a {
    left: 50%;
    top: 36px;
    width: min(86vw, 330px);
    transform: translateX(-50%) rotate(-3deg);
  }

  .product-cta__object-b {
    left: calc(50% + 32px);
    top: 138px;
    width: min(40vw, 170px);
    transform: translateX(-50%) rotate(7deg);
  }

  .product-cta__object-c {
    left: calc(50% - 56px);
    top: 142px;
    width: min(42vw, 176px);
    transform: translateX(-50%) rotate(-8deg);
  }

  .product-cta__card {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    z-index: 2;
    width: min(100%, 520px);
    margin: 300px auto 0;
    height: auto;
    padding: 34px 20px 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(2px);
  }

  .product-cta__title {
    font-size: 28px;
  }

  .product-cta__desc {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6;
  }

  .product-cta__button {
    margin-top: 18px;
    padding: 16px 18px;
  }

  .product-cta__button-text {
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  .faq {
    height: auto;
    padding: 80px 16px 60px;
  }

  .faq__title {
    width: 100%;
  }

  .faq__list {
    width: 100%;
  }

  .usage-guide__inner {
    width: 100%;
    padding: 0 16px;
  }

  .usage-guide__heading {
    width: 100%;
    margin-left: 0;
  }

  .usage-guide__tiles {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .usage-tile {
    width: 100%;
    max-width: 400px;
    justify-self: center;
  }

  .usage-tile__main {
    font-size: 14px;
  }

  .usage-tile__big {
    font-size: 20px;
  }

  .usage-guide__payment {
    width: 100%;
    max-width: 400px;
    flex-direction: column;
    margin-top: 20px;
    align-items: stretch;
  }

  .usage-guide__payment-label {
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    align-self: auto;
  }

  .usage-guide__payment-logos {
    padding: 14px 16px;
    grid-template-columns: repeat(2, max-content);
    column-gap: 12px;
    row-gap: 12px;
    justify-content: center;
  }

  .usage-guide__payment-logos img:nth-child(n + 5) {
    grid-row: auto;
  }

  .usage-guide__payment-logos img {
    height: 20px;
    max-height: 20px;
  }

  .usage-guide__brand {
    width: 180px;
    margin-top: 28px;
  }

  .hs-page {
    overflow-x: hidden;
  }

  /* ===== Trouble / お悩み (SP) ===== */
  .trouble {
    height: auto;
    padding: 0 0 64px;
  }

  .trouble__bg {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 920px;
    z-index: 0;
  }

  .trouble__bg-img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .trouble__bg-img--desktop {
    display: none;
  }

  .trouble__bg-img--sp {
    display: block;
  }

  .trouble__bg-img--right-desktop {
    display: none;
  }

  .trouble__bg-img--right-sp {
    display: block;
  }

  .trouble__bg-img--left {
    top: 79px;
  }

  .trouble__bg-img--right {
    top: 542px;
    transform-origin: center;
  }

  .trouble__heading {
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
    margin-top: 28px;
    padding: 0 16px;
    z-index: 2;
  }

  .trouble__heading::before {
    max-width: 100%;
    height: 80px;
  }

  .trouble__heading::after {
    max-width: 100%;
    top: 80px;
    height: 21px; /* 101 - 80 */
    clip-path: polygon(41.19% 0%, 58.81% 0%, 50% 100%);
  }

  /* mobile: 吹き出し内の文字を中央寄せ（Figma: top 25px） */
  .trouble__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    width: 100%;
    font-size: 20px;
    padding: 0 16px;
    white-space: nowrap;
  }

  .trouble__title-text {
    font-size: 20px;
  }

  .trouble__title-strong {
    font-size: 28px;
  }

  .trouble__heading {
    height: 101px; /* union total height */
  }

  .trouble__cards {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    height: 960px;
    margin-top: 0;
    display: block;
    z-index: 2;
  }

  .trouble__col {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 345px;
    width: 100%;
    gap: 16px;
    align-items: center;
  }

  /* 上画像(79-664)の中央付近に左カラム、下画像(542-1127)の中央付近に右カラム */
  .trouble__col--left {
    top: 20px;
  }

  .trouble__col--right {
    top: 570px;
  }

  .trouble-card {
    width: 100%;
    padding: 12px 20px;
    align-items: center;
    min-height: 110px;
  }

  .trouble-card__text {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .trouble-card__title {
    font-size: 16px;
  }

  .trouble-card__desc {
    font-size: 12px;
    line-height: 1.6;
  }

  /* ===== Benefits Pickup (SP) ===== */
  .benefits__pickup {
    margin-top: 22px;
    padding: 0 16px;
  }

  .benefits__pickup-obj {
    display: block;
    width: 100%;
    max-width: 360px;
    justify-self: center;
  }

  .benefits__pickup-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .benefits__pickup-head-text {
    text-align: center;
  }

  .benefits__pickup-head-sub {
    font-size: 28px;
  }

  .benefits__pickup-head-main {
    font-size: 44px;
  }

  .benefits__pickup-panels {
    flex-direction: column;
    gap: 50px;
    margin-top: 18px;
    align-items: center;
  }

  .benefits-panel {
    width: 100%;
    max-width: 360px;
    min-height: 320px;
    padding: 24px 16px 18px;
  }

  .benefits-panel__label {
    font-size: 22px;
    padding: 8px 20px;
    top: -24px;
  }

  .benefits-panel__label--right {
    font-size: 24px;
  }

  .benefits-panel__inner {
    margin-top: 30px;
    gap: 10px;
  }

  .benefits-panel__note {
    font-size: 12px;
    min-width: 160px;
    padding: 8px;
  }

  .benefits-panel__ribbon {
    font-size: 16px;
  }

  .benefits-panel__kinds {
    font-size: 24px;
  }

  .benefits-panel__value {
    font-size: 42px;
  }

  .benefits-panel__button {
    width: 190px;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .benefits-panel__button--right {
    width: 190px;
  }

  .benefits-panel__prod {
    width: 150px;
  }

  .benefits-panel__prod-wrap {
    width: 150px;
    height: 140px;
  }

  .benefits-panel__prod-sub {
    width: 130px;
  }
}

@media (max-width: 400px) {
  .story__text--g {
      top: 1138px;
      font-size: 20px;
      white-space: normal;
      width: 80%;
  }
}