:root {
  --ink: #64351c;
  --muted: #7a675d;
  --paper: #fff;
  --bg-cream: #f9eede;
  --bg-cream-2: #f6eadc;
  --brand: #7a4f2b;
  --brand-deep: #5c3a1f;
  --accent: #c5a572;
  --bg: var(--bg-cream);
  --accent-2: #e7b872;
  --pill: #a87454;
  --radius: 18px;
  --max: 1200px;
  --shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --display: "Ultra", serif;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
}
img {
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
.inner {
  width: min(92vw, var(--max));
  margin-inline: auto;
}

/* ==== Header ==== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg-cream);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
}
.site-header.is-scrolled {
  box-shadow: var(--shadow);
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 99px;
  gap: 24px;
}
.logo img {
  height: 77px;
  width: auto;
}
.site-nav,
.site-nav * {
  font-family: "Ultra", "Noto Sans JP", sans-serif !important;
}
.site-nav a {
  font-weight: 100;
  letter-spacing: 0.04em;
  font-size: 20px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 60px;
}
.site-nav ul {
  display: flex;
  gap: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn-contact {
  background: #64351c;
  color: #fff;
  padding: 16px 31px;
  border-radius: 5px;
  font-weight: 700;
  box-shadow: var(--shadow);
}
.btn-contact:hover {
  opacity: 0.75;
}
.site-nav a:hover {
  opacity: 0.75;
}

.nav-instagram {
  display: none;
}

html.is-menu-open,
html.is-menu-open body {
  overflow: hidden;
  height: 100%;
}


/* ==== Hero / FV ==== */
.hero {
  position: relative;
  padding: clamp(56px, 8vw, 50px) 0 120px;
  background-image: url("./img/premeal_bg_1.png");
  overflow: visible;
}
.hero__grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  z-index: 1;
  position: sticky;
  top: 200px;
}
.hero__text .eyebrow {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.hero__title {
  font-size: clamp(28px, 4.6vw, 48px);
  line-height: 1.5;
  margin: 56px 0 22px;
  font-weight: 800;
  font-family: var(--serif) !important;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}
.hero__lead {
  font-size: 24px;
  line-height: 1.9;
  margin: 0 0 1.4rem;
  font-family: var(--serif) !important;
  padding-bottom: 100px;
  color: #d4725a;
}
.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
}
.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: var(--shadow);
}
.btn-primary:hover {
  background: var(--brand-deep);
}
.btn-secondary {
  border: 2px solid var(--brand);
  color: var(--brand);
  margin-left: 0.6rem;
  background: #fff;
}
.btn-secondary:hover {
  background: #fff1e0;
}

.hero__visual {
  position: relative;
  z-index: 1;
  padding-left: -20px !important;
}
.hero__visual img {
  filter: drop-shadow(0 18px 28px rgba(255, 254, 254, 0.12));
  margin-left: -50px !important;
  max-width: clamp(320px, 46vw, 662px) !important;
}
.fv_logo {
  fill: #864528;
}

.sp_br {
  display: none;
}

/* ==== Product==== */
.product-strip {
  width: min(96vw, var(--max));
  margin: 0px auto 0;
  display: grid;
  gap: 33px;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  align-items: end;
  position: relative;
  z-index: 3;
}
.p-card {
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: auto auto auto;
  place-items: center;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}
.p-card img {
  height: 360px;
  object-fit: contain;
}
.p-card h3 {
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.08em;
  margin: 0.6rem 0 0.25rem;
  font-weight: 900;
}
.p-card p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.p-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
/* はじめにセクション */
.intro-section {
  position: relative;
  background-image: url(./img/premeal_bg_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -3000px !important;
  padding: 10px 20px 80px;
  z-index: 2;
  position: relative;
}
.intro-section::before {
  content: "";
  position: absolute;
  top: -350px;
  left: 0;
  width: 100%;
  height: 1500px;
  background: #f9eede;
  z-index: -1;
}

.intro_shine {
  position: absolute;
  top: -75%;
  left: -25%;
  z-index: -1;
}
.intro_logo {
  position: absolute;
  top: -20%;
  right: 0%;
  z-index: -1;
}
.intro_text_box {
  text-align: left;
}
.intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.intro-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 74px;
  color: #5a3a1e;
  font-family: var(--serif) !important;
}
.intro-text {
  font-size: 18px;
  line-height: 1.8;
  color: #5a3a1e;
  margin-bottom: 1.2rem;
}
.intro-boxes {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 32px;
}

.intro-box img {
  max-width: 300px;
  height: 100% !important;
}
/* 光エフェクト用の最低限 */
.intro-box {
  position: relative;
  display: block;     /* a要素をブロック化してサイズを持たせる */
  overflow: hidden;   /* はみ出した光を隠す */
}

.intro-box::after {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255,255,255,.65) 50%,
    transparent 65%
  );
  transform: translateX(-130%);
  transition: transform 1.2s ease;
  transition-delay: var(--shine-delay, 0ms);
  pointer-events: none;
}

.intro-box.is-visible::after {
  transform: translateX(130%);
}
.intro_wrapper {
  display: flex;
  gap: 16px;
}
.intro_picture {
  height: 100%;
  width: 100%;
}
.commitment {
  background: #f7ede0;
  padding: 20px 50px 130px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 5;
  position: relative;
}
.commitment_shine {
  position: absolute;
  top: 75%;
  right: -20%;
  z-index: -1;
  width: 524px;
  height: 524px;
}

.commitment-title {
  font-size: 48px;
  margin-bottom: 74px;
  font-weight: 700;
  color: #5a3921;
  font-family: var(--serif);
}

.commitment-title span {
  font-size: 60px;
  font-weight: 800;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.commitment-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12.5px;
}

.i-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 27px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.i-card-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  width: 166px;
}

.i-card-heading {
  font-size: 20px;
  font-weight: bold;
  color: #bb511f;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  font-family: var(--serif);
}

.i-card-text {
  font-size: 18px;
  line-height: 1.7;
  color: #64351c;
  text-align: left;
}

/* lab-section*/
.lab-section {
  position: relative;
  overflow: hidden;
  color: #5a3921;
  background: url(./img/premeal_bg3.png) center / cover no-repeat;
}
.lab-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lab-inner {
  position: relative;
  z-index: 1;
  padding: 100px 20px 56px;
}

.lab-title {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 74px;
  font-size: clamp(22px, 3.1vw, 48px);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  font-family: var(--serif);
}
.lab-title span {
  font-size: 60px;
  font-weight: 800;
}
.lab-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  background: #f9eede;
  border-radius: 12px;
  padding: 50px 30px 25px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  max-width: 1080px;
}
.group-title {
  margin: 0 0 10px;
  font-weight: normal;
  color: #8a532c;
  font-size: clamp(14px, 1.6vw, 20px);
  padding-left: 8px;
  letter-spacing: 0.1em;
}
.gap-top {
  margin-top: 16px;
}
.group-left {
  grid-column: 1 / 2;
}
.group-center {
  grid-column: 2 / 4;
  position: relative;
}
.pair-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(12px, 1.5vw, 15px);
}
.pair-table td {
  border: 1px solid #e7dccf;
  padding: 8px 10px;
  vertical-align: top;
  line-height: 1.1;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  vertical-align: middle;
  height: 45px;
  overflow: hidden;
}
.pair-table em {
  font-style: normal;
}
.pair-table td:nth-child(odd) {
  background: #f5fbfe;
  white-space: nowrap;
}
.pair-table td:nth-child(even) {
  background: #ffffff;
}
.group-title2 {
  margin: 15px 0 10px !important;
}
.center-table td:nth-child(odd) {
  background: #f5fbfe;
}
.center-table td:nth-child(even) {
  background: #ffffff;
}

.board-note {
  margin: 20px 20px 0;
  font-size: clamp(13px, 1.4vw, 20px);
  color: #8a532c;
}
.board-pointer {
  width: 0;
  height: 0;
  margin: 16px auto 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #f2e7d9;
}
.lab-bottom {
  align-items: center;
  margin-top: 28px;
}
.prod-img {
  height: clamp(70px, 12vw, 110px);
  width: auto;
}
.copy-img {
  width: 100%;
  max-width: 1050px;
  justify-self: center;
  margin-top: -50px;
}
.copy-img-triangle {
  width: 100%;
  max-width: 222px;
  justify-self: center;
  margin-top: -10px;
}
/* ===== Roots section ===== */
.roots-section {
  position: relative;
  overflow: hidden;
  color: #5a3921;
}
.roots-bg {
  position: absolute;
  inset: 0;
  background: url("images/bg-lab.jpg") center/cover no-repeat;
  z-index: 0;
}
.roots-inner {
  position: relative;
  z-index: 1;
  padding: 56px 20px;
}

.roots-title {
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(24px, 3.1vw, 48px);
  margin: 0 0 74px;
  font-family: var(--serif);
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.roots-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 130px;
  align-items: start;
  background: rgba(255, 255, 255, 0);
}
.roots-text {
  width: 550px;
}
.roots-text p {
  margin: 0 0 18px;
  line-height: 1.8;
  font-size: clamp(14px, 1.7vw, 18px);
  color: #5a3921;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.roots-figure {
  margin: 0;
}
.roots-figure img {
  width: 100%;
  max-width: 304px;
  height: auto;
  display: block;
  border-radius: 8px;
}
/* ===== Extract section ===== */
.extract-section {
  position: relative;
  overflow: hidden;
  color: #5a3921;
}
.extract-bg {
  position: absolute;
  inset: 0;
  background: url("images/bg-lab.jpg") center/cover no-repeat;
  z-index: 0;
}
.extract-inner {
  position: relative;
  z-index: 1;
  padding: 56px 20px;
}

.extract-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(28px, 3.1vw, 48px);
  line-height: 1.4;
  margin: 0 0 74px;
  font-family: var(--serif);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.extract-board {
  margin: 0 auto 50px;
  max-width: 1100px;
}
.extract-board img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.extract-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}
.note-strong {
  margin: 0;
  font-weight: 700;
  color: #bb511f;
  font-size: clamp(14px, 1.9vw, 20px);
  text-align: right;
  border: right 1px;
  position: relative;
  display: inline-block;
  padding-right: 16px;
  margin-right: 12px;
  line-height: 1.7;
}
.note-list {
  margin: 0;
  padding-left: 16px;
  font-size: clamp(13px, 1.7vw, 16px);
  line-height: 1.25;
  color: #5a3921;
}

.note-strong::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 65px;
  background: #bb511f;
}
.products-overlay {
  background: #f7f3ef;
  position: relative;
  z-index: 5;
  padding: 0 0 90px;
}
.product_shine {
  position: absolute;
  z-index: -1;
  top: -12%;
  left: -16%;
  width: 524px;
  height: 524px;
}
.product_logo {
  position: absolute;
  right: 50px;
  top: 40px;
  width: 500px;
}
.products-overlay__title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(28px, 3.1vw, 48px);
  line-height: 1.4;
  padding-bottom: 72px;
  padding-top: 130px;
  font-family: var(--serif);
}
.product-card .row {
  max-width: 2000px;
  margin: 0 auto;
}
.card {
  position: relative;
  width: 85vw;
  margin-left: auto;
  max-width: 2000px;
}
.card_left {
  margin-right: auto;
  margin-left: 0 !important;
}
.card-bg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 145px 24px 70px 28.5vw;
  color: #333;
}
.card-overlay_left {
  padding: 145px 20vw 70px 29vw;
}
.btn:hover {
  opacity: 0.75;
}
.desc {
  margin: 0;
  line-height: 1.2;
  font-size: 1.4vw;
  font-weight: bold;
  font-family: serif;
  color: #64351c;
}
.btn {
  position: absolute;
  left: 50%;
  bottom: 3.8vw;
  transform: translateX(-50%);
  line-height: 50px;
  padding: 0 20px;
  width: 261px;
  border-radius: 999px;
  background: #edad87;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4vw;
  font-family: var(--serif);
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
}
.btn2 {
  background: #e18a24;
}
.btn3 {
  background: #e8ba41;
}
/* 日常での活用イメージ */
.usage {
  max-width: 1200px;
  margin: 48px auto;
  padding: 48px 16px;
  background: #fff;
  position: relative;
}
.usage_sp {
  display: none;
}
.usage_logo {
  position: absolute;
  right: -10%;
  top: -12%;
  width: 345px;
  z-index: 1;
}
.usage_sine {
  position: absolute;
  left: -25%;
  top: -50%;
  width: 398px;
  z-index: 6;
}
.usage__title {
  margin: 0 0 74px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  font-family: var(--serif);
  color: #64351c;
}
.usage__list {
  display: flex;
  justify-content: center;
}
.usage__item3 {
  border-right: none !important;
}
.usage__item {
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.usage__item img {
  margin: 20px auto;
}
.usage__cap {
  font-size: 24px;
}

/* voices Section */
.voices {
  padding: 118px 16px 130px;
  background: #f9eede;
  position: relative;
}
.voice_sine {
  position: absolute;
  left: -15%;
  top: -10%;
  width: 398px;
  z-index: 6;
}
.voice_logo {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 345px;
}
.voicies_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.voices__title {
  margin: 0 0 74px;
  text-align: center;
  font-size: 48px;
  font-family: serif;
  font-weight: 700;
  color: #64351c;
}
.voices__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.voice {
  background: #fff;
  max-width: 450px;
  border-radius: 16px;
  padding: 35px;
  text-align: center;
  margin: 0 auto 0 29px;
}
.voice_left {
  margin: 0 29px 0 auto;
}
.voice__avatar {
  width: 195px;
  height: 195px;
  object-fit: cover;
  display: block;
  margin: 0 auto 30px;
}
.voice__name {
  margin: 0 0 20px;
  color: #64351c;
  font-weight: 700;
  font-size: 22px;
}
.voice__text {
  margin: 0 0 12px;
  color: #64351c;
  line-height: 1.7;
  text-align: left;
  font-size: 20px;
}
.voice__owner {
  margin: 0;
  color: #64351c;
  font-size: 20px;
  text-align: right;
}
/* === clinic-voice === */
.clinic-voice {
  background: #f4f6e9;
  color: #64351c;
  padding: clamp(48px, 7vw, 121px) 0;
  position: relative;
}
.clinic-voice .inner {
  width: min(92vw, var(--max, 1100px));
  margin: 0 auto;
}
.clinic-voice_shine {
  position: absolute;
  right: -25%;
  top: -45%;
  width: 616px;
  z-index: 6;
}
.clinic-voice__title {
  text-align: center;
  font-size: 48px;
  font-family: serif;
  font-weight: 700;
  margin: 0 0 74px;
}

.clinic-voice__wrap {
  position: relative;
}

.clinic-voice__card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 24px;
  grid-template-columns: 160px 1fr;
  align-items: start;
  padding: clamp(18px, 3vw, 28px);
  max-width: 1100px;
  margin: auto;
}

.clinic-voice__thumb {
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 14px;
  overflow: hidden;
}
.clinic-voice__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-voice__body {
  display: grid;
}

.clinic-voice__lead {
  line-height: 1.8;
  font-size: 26px;
  margin: 0;
  font-family: serif;
  font-weight: 600;
  white-space: nowrap;
}
.clinic-voice__lead .is-accent {
  color: #ed9068;
  font-weight: 700;
  padding: 0 0.1em;
}

.clinic-voice__meta {
  opacity: 0.85;
  margin: 16px 0 0 auto;
  text-align-last: right;
  font-size: 20px;
}
.clinic-voice__meta strong {
  font-size: 26px;
}

.clinic-voice__quote {
  max-width: 850px;
  line-height: 1.5;
  text-align: justify;
  position: relative;
}

.clinic-voice__text {
  position: relative;
  padding-bottom: 21px;
}

.clinic-voice__text::after {
  content: "";
  display: block;
  height: 17px;
  width: 100%;
  background: #e5eacd;
  border-radius: 999px;
  margin-top: 12px;
}

/* ===== メニューナビ ===== */
.strip-list {
  margin: 90px 0 130px 10vw;
  display: grid;
  gap: 60px;
  position: relative;
}
.menu_shine {
  position: absolute;
  left: -25%;
  top: -75%;
  width: 398px;
  z-index: 6;
}

.strip {
  position: relative;
  display: flex;
  text-align: right;
  padding: 28px 56px 28px 290px;
  color: #64351c;
  background: #eee;
  gap: 19px;
  transition: transform 0.25s ease !important;
}

.strip--1 {
  background: #f7d6c3;
}
.strip--2 {
  background: #f0c694;
}
.strip--3 {
  background: #f5e0aa;
}

.strip:hover {
  transform: translateY(-4px) !important;
}

.strip__thumb {
  position: absolute;
  left: 180px;
  top: -40%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
}
.strip__thumb2 {
  top: -50%;
}
.strip__thumb3 {
  top: -10%;
}
.strip__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.strip__text {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex: 1;
  font-size: 1.8vw;
}
.strip__title {
  font-size: 2.1vw;
  flex: 0 0 32vw;
  white-space: nowrap;
  text-align: left;
  letter-spacing: 0.05em;
  font-family: var(--display);
  font-weight: 100;
}
.strip__desc {
  color: #edad87;
  letter-spacing: 0.06em;
  font-size: 1.8vw;
  margin-left: auto;
  font-weight: 600;
}
.strip__desc2 {
  color: #e18a24;
}
.strip__desc3 {
  color: #e8ba41;
}
.strip__arrow {
  width: 22px;
  height: 22px;
  margin-right: 7vw;
}
.strip {
  overflow: visible;
}
.strip::before {
  content: "";
  position: absolute;
  left: -78px;
  top: 70%;
  transform: translateY(-50%);
  width: 160px;
  height: 150px;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
  z-index: 1;
}

.strip--1::before {
  background: #ffffff;
}
.strip--2::before {
  background: #ffffff;
}
.strip--3::before {
  background: #ffffff;
}

.strip__thumb {
  z-index: 2;
}
/* ===== footer bar ===== */
.min-footer {
  background: #f9eede;
  color: #64351c;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 48px;
  font-family: system-ui, -apple-system, "Noto Sans JP", sans-serif;
}
.min-footer__inner {
  width: min(92vw, 1200px);
  margin-inline: auto;
  padding: 60px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.min-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.min-footer__links span {
  font-size: 30px;
  font-family: var(--display);
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.min-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #64351c;
  text-decoration: none;
}
.min-footer__links a:hover {
  opacity: 0.75;
}

.toTop {
  display: grid;
  place-items: center;
  cursor: pointer;
  pointer-events: none;
  transform: translateY(6px);
  width: 139px;
  height: 139px;
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: auto;
}

.toTop:hover {
  filter: brightness(1.03);
}

.min-footer__copy {
  padding: 25px 18px;
  text-align: center;
  color: #64351c;
  opacity: 0.85;
  font-size: 20px;
  background: #fff;
  margin: 0 auto;
}
.min-footer__copy a {
  color: #64351c;
  text-decoration: none;
  margin-right: 6px;
  margin-left: 6px;
}
.sp-br {
  display: none;
}

/* アニメーション */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1s ease, transform 0.6s cubic-bezier(0.2, 0.65, 0.2, 1);
  will-change: transform, opacity;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.reveal[data-ani="up"] {
  transform: translateY(35px);
}
.reveal[data-ani="left"] {
  transform: translateX(-45px);
}
.reveal[data-ani="right"] {
  transform: translateX(45px);
}
.reveal[data-ani="scale"] {
  transform: scale(0.98);
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
}
.reveal[data-ani="left"] {
  transform: translateX(-35px);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
[data-stagger] > .reveal {
  transition-delay: calc(var(--i, 0) * 300ms);
}
@media (min-width: 1150px) {
  .nav-toggle{
    display: none;
  }
}
@media (max-width: 1150px) {
  .nav-toggle {
    display: none;
  }
  .site-nav a::before {
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: -5px;
    margin-right: 5px;
  }
  .nav-home a::before {
    background-image: url(./img/premeal_toggle_home.png);
  }
  .nav-product a::before {
    background-image: url(./img/premeal_toggle_bottle.png);
  }
  .nav-shop a::before {
    background-image: url(./img/premeal_toggle_cart.png);
  }
  .nav-company a::before {
    background-image: url(./img/premeal_toggle_building.png);
  }
  .nav-contact a::before {
    background-image: url(./img/premeal_toggle_mail.png);
  }
  .nav-instagram a::before {
    background-image: url(./img/premeal_toggle_insta.png);
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--bg-cream, #f9eede);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .site-header .inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: transparent;
    position: absolute;
  }
  .logo img {
    height: 60px;
    width: auto;
  }
  .hero__grid{
    top: 0;
  }
  .nav-toggle {
    display: inline-grid;
    place-items: center;
    width: 45px;
    height: 45px;
    background: #6b4129;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 1001;
  }
  .nav-toggle span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 2px;
    background: #fff;
    transition: 0.2s ease;
  }
  .nav-toggle span:nth-child(1) {
    top: 10px;
  }
  .nav-toggle span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-toggle span:nth-child(3) {
    bottom: 10px;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  html.is-menu-open .nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1003;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 1000;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 92px 20px 24px;
    background: var(--bg-cream, #f9eede);
    color: var(--ink, #64351c);
    display: grid;
    align-content: start;
    gap: 36px;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
  }
  .site-nav[data-open="true"] {
    transform: translateX(0);
    background: #f9eede;
  }

  .site-nav ul {
    display: grid;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-nav a {
    color: var(--ink, #64351c);
    text-decoration: none;
  }
  .site-nav ul a {
    font-family: var(--display, inherit);
    letter-spacing: 0.12em;
    font-size: clamp(28px, 8vw, 36px);
  }
  .site-nav .btn-contact {
    justify-self: start;
    background: transparent;
    border: 0;
    padding: 0;
    font-family: var(--display, inherit);
    letter-spacing: 0.12em;
    font-size: clamp(28px, 8vw, 36px);
    box-shadow: none;
  }

  html.is-menu-open .logo {
    position: fixed;
    left: 12px;
    top: 10px;
    z-index: 1002;
  }
  html.is-menu-open .logo img {
    height: auto;
    width: 150px;
  }

  html.is-menu-open .nav-instagram {
    display: inline-grid !important;
  }
  html:not(.is-menu-open) .nav-instagram {
    display: none;
  }
  .lab-inner {
    padding: 64px 16px 40px;
  }
  .lab-title {
    margin: 0 0 36px;
  }
  .lab-title span {
    font-size: 40px;
  }

  .lab-board {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 14px;
    max-width: none;
    border-radius: 10px;
  }
  .group-left,
  .group-center {
    grid-column: auto;
  }
  .pair-table {
    width: 100%;
    table-layout: fixed;
    font-size: 13px;
    border-collapse: separate;
    border-spacing: 0;
  }

  .pair-table tr {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
  }

  .pair-table td {
    width: 50%;
    padding: 8px 10px;
    border: 0;
    line-height: 1.5;
    height: auto;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
  }
  .pair-table td:nth-child(odd) {
    background: #f5fbfe;
  }
  .pair-table td:nth-child(even) {
    background: #fff;
  }

  .group-title {
    font-size: 20px !important;
  }
  .group-title2 {
    margin: 12px 0 6px !important;
  }

  .board-note {
    margin: 14px 8px 0;
    text-align: left;
  }
  .board-pointer {
    margin-top: 10px;
    transform: scale(0.9);
  }
  .copy-img {
    margin-top: -26px;
    max-width: 100%;
    margin-top: 0px !important;
    height: 100% !important;
  }
  .copy-img-triangle {
    max-width: 200px !important;
  }
  .lab-board {
    grid-template-columns: 1fr;
  }
  .group-center {
    grid-column: auto;
  }
  .lab-bottom {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .copy-img {
    justify-self: center;
  }
  .site-nav ul {
    gap: 30px;
  }
  .p-card img {
    height: 280px !important;
  }
  .intro_shine {
    width: 100px !important;
  }
  .intro-box img {
    max-width: 250px !important;
  }
  .intro_logo {
    width: 400px !important;
  }
  .usage__item img {
    width: 200px !important;
    height: 200px !important;
  }
  .usage__cap {
    font-size: 20px !important;
  }
  .usage_logo {
    width: 250px !important;
    right: 0 !important;
  }
  .i-card-heading {
    font-size: 18px !important;
    white-space: nowrap;
  }
  .lab-title {
    text-align: center;
  }
  .commitment_shine {
    width: 250px !important;
    height: 250px !important;
    right: -5% !important;
    top: 85% !important;
  }
  .roots-grid {
    gap: 50px !important;
  }
  .product_logo {
    width: 300px !important;
  }
  .product_shine {
    width: 250px !important;
    height: 250px !important;
    top: -2% !important;
    left: -5% !important;
  }
  .voice_logo {
    width: 250px !important;
  }
  .voice_sine {
    width: 250px !important;
    left: -10% !important;
  }
  .voices__grid {
    gap: 16px !important;
  }
  .voice_left {
    margin: 0 !important;
  }
  .voice {
    margin: 0 !important;
  }
  .btn {
    width: 200px !important;
    line-height: 30px !important;
  }
  .clinic-voice_shine {
    width: 300px !important;
    right: -10% !important;
    top: -25% !important;
  }
  .menu_shine {
    width: 200px !important;
    left: -15% !important;
    top: -55% !important;
  }
  .clinic-voice__lead {
    white-space: normal !important;
  }
  .intro_text_box {
    min-width: 400px;
  }
  .intro_picture {
    min-width: 400px;
  }
}
@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
  .hero {
    padding-bottom: 100px;
    top: 50px;
  }
  .intro-inner {
    margin: 100px auto 0;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    top: 0px;
    width: min(80vw, var(--max));
  }
  .hero__title {
    margin: 0px 0 22px;
  }
  .p-card img {
    height: 100% !important;
    width: 100%;
  }

  .product-strip {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: -56px;
  }
  .fv_logo {
    display: none;
  }
  .hero__visual img {
    margin: 0 0 0 auto !important;
    margin-inline: auto;
  }
  .intro_shine {
    right: 0;
    bottom: 0;
    width: 200px;
  }
  .hero {
    padding: 0;
  }
  .hero__lead {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
  }
  .product-strip {
    display: block !important;
    max-width: 500px !important;
  }
  .p-card {
    box-shadow: none !important;
    right: 0;
    position: relative;
  }
  .p-card1 {
    justify-content: center;
    margin-top: 50px;
  }
  .p-card2 {
    justify-content: center;
    margin-top: 30px;
  }
  .p-card3 {
    justify-content: center;
    margin-top: 30px;
  }
  .intro-section {
    padding: 10px 20px 40px;
  }
  .intro-section::before {
    top: -450px !important;
    height: 2500px !important;
  }
  .intro_wrapper {
    display: block !important;
  }
  .intro_logo {
    width: 220px !important;
    top: 5% !important;
  }
  .intro-title {
    margin-bottom: 40px !important;
    font-size: 24px !important;
  }
  .intro-text {
    font-size: 14px;
  }
  .intro_text_box {
    min-width: 350px;
  }
  .intro_picture {
    min-width: 350px;
  }
  .intro-boxes {
    margin-top: 20px !important;
    gap: 10px !important;
  }
  .intro-box img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
  }
  .commitment-title {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }
  .commitment-title span {
    font-size: 40px !important;
  }
  .sp_br {
    display: block !important;
  }
  .lab-board {
    padding: 20px 10px;
  }
  .lab-title {
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 30px !important;
  }
  .lab-title span {
    font-size: 38px !important;
  }
  .i-card-heading {
    font-size: 17px !important;
  }
  .i-card-text {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
  .commitment_shine {
    display: none !important;
  }
  .commitment {
    padding: 20px 24px 60px !important;
  }
  .lab-inner {
    padding: 60px 20px 20px !important;
  }

  .copy-img-triangle {
    width: 120px;
  }
  .roots-title {
    text-align: center;
    margin-bottom: 30px !important;
  }
  .roots-grid {
    display: block !important;
  }
  .roots-text {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .roots-figure img {
    max-width: 500px;
  }
  .roots-text p {
    line-height: 1.4 !important;
  }
  .roots-figure img {
    margin: auto;
  }
  .roots-inner {
    padding: 30px 0px !important;
  }
  .product-card .row {
    padding: 0 0 0 16px;
  }
  .card {
    width: 100%;
  }
  .card-overlay {
    padding: 18px;
  }
  .btn {
    bottom: 40%;
    font-size: 18px;
    height: 40px;
    left: 70%;
    line-height: 35px !important;
    width: 50vw !important;
  }
  .btn3 {
    bottom: 37%;
  }
  .clinic-voice__thumb {
    width: 120px;
    aspect-ratio: 1/1;
  }
  .extract-inner {
    padding: 30px 0px !important;
  }
  .extract-title {
    margin: 0 0 30px !important;
    font-size: 24px;
  }
  .extract-board {
    margin: 0 auto 30px !important;
  }
  .note-strong {
    font-size: 10px !important;
  }
  .note-list {
    font-size: 8px !important;
    padding-left: 0 !important;
  }
  .note-strong::after {
    height: 40px;
  }
  .products-overlay {
    padding: 0 0 40px !important;
  }
  .product_logo {
    right: 0 !important;
    top: 0 !important;
    width: 200px !important;
  }
  .product_shine {
    display: none !important;
  }
  .products-overlay__title {
    padding-bottom: 30px !important;
    padding-top: 60px !important;
  }
  .usage_sp {
    display: block;
    position: absolute;
    width: 100%;
  }
  .usage1 {
    top: 0;
  }
  .usage2 {
    top: 40%;
  }
  .usage3 {
    bottom: -10%;
    left: 0;
  }
  .usage_sine {
    display: none !important;
  }
  .usage__title {
    font-size: 28px !important;
    margin: 0 0 30px !important;
  }
  .usage_logo {
    right: 0 !important;
    top: -6% !important;
    width: 200px !important;
  }
  .usage__img {
    display: block;
    width: 300px;
    height: 300px;
    object-fit: cover;
  }
  .usage__cap {
    margin: 0;
    font-size: 18px;
    font-family: var(--serif);
    line-height: 1.7;
    color: #64351c;
  }
  .usage__item1 {
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
  }
  .usage__item3 {
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
  }
  .usage__item2 {
    margin: 0 0 0 auto;
    padding: 0 !important;
  }
  .usage__item {
    border-right: none !important;
  }
  .voices {
    padding: 118px 16px 60px !important;
  }
  .voice_sine {
    display: none !important;
  }
  .usage__list {
    flex-direction: column;
    gap: 10px;
    display: flex;
    max-width: 500px;
    margin: auto;
  }
  .usage__img {
    width: 180px;
    height: 180px;
  }
  .voice_logo {
    width: 175px !important;
  }
  .voices__title {
    font-size: 30px !important;
    margin: 0 0 40px !important;
  }
  .voice_left {
    margin: auto !important;
  }
  .voice {
    margin: auto !important;
  }
  .voices__grid {
    grid-template-columns: 1fr;
  }
  .voice__avatar {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto 10px;
  }
  .voice__name {
    font-size: 18px !important;
  }
  .voice__text {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  .voice__owner {
    font-size: 16px !important;
  }
  .clinic-voice_shine {
    display: none;
  }
  .menu_shine {
    display: none;
  }
  .clinic-voice__title {
    font-size: 32px !important;
    margin: 0 0 40px !important;
  }
  .clinic-voice__lead {
    font-size: 18px !important;
    text-align: center;
  }
  .clinic-voice__thumb {
    position: absolute;
    width: 110px !important;
    height: 110px !important;
    right: 3%;
    top: 19%;
    z-index: 2;
  }
  .clinic-voice__card {
    position: relative !important;
    grid-template-columns: 1fr !important;
    text-align: left;
  }
  .clinic-voice__meta {
    text-align-last: left !important;
    font-size: 18px !important;
    line-height: 1.2;
  }
  .clinic-voice__text::after {
    width: 90% !important;
  }
  .clinic-voice__meta strong {
    font-size: 20px !important;
  }
  .clinic-voice__quote {
    font-size: 14px !important;
  }
  .strip__text {
    display: block !important;
    white-space: wrap !important;
    text-align-last: left;
  }
  .strip__desc {
    font-size: 16px !important;
  }
  .strip {
    padding: 18px 0px 18px 110px !important;
  }
  .strip-list {
    margin: 75px 0 75px 0 !important;
    gap: 30px !important;
  }
  .strip::before {
    width: 100px !important;
  }
  .strip__thumb {
    left: 8% !important;
    top: 0%;
  }
  .strip__thumb img {
    height: 75px;
  }
  .strip__thumb {
    left: 14px;
    width: 75px;
    height: 75px;
  }
  .strip__title {
    font-size: 18px;
    line-height: 1.2;
  }
  .min-footer__links span {
    font-size: 20px !important;
  }
  .min-footer__links {
    gap: 20px !important;
  }
  .toTop img {
    width: 75px !important;
    height: 75px !important;
  }
  .min-footer__copy {
    font-size: 16px !important;
  }
  .min-footer__inner {
    padding: 18px 12px;
  }
}
/* ===== PRODUCTの縦型サブメニュー ===== */
@media (min-width: 1151px) {
  .has-submenu {
    position: relative;
    overflow: visible;
  }

  .has-submenu > .sub-toggle {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    font-size: 20px;
  }
  .sub-toggle:hover {
    opacity: 0.75;
  }

  /* サブメニュー */
  .nav-sub-list {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0px);
    display: block !important;
    gap: 16px;
    list-style: none;
    font-size: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 1000;
    padding: 16px !important;
    font-weight: 100;
    background: var(--bg-cream);
    border: 1px solid var(--muted);
    margin-top: 10px !important;
  }
  .has-submenu[data-sub-open="true"] > .nav-sub-list {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .nav-sub-list a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-family: var(--display, inherit);
    letter-spacing: 0.12em;
    font-weight: 100;
    line-height: 1.2;
  }
  .nav-sub-list a:hover {
    text-decoration: underline;
  }
  .nav-sub-list > li {
    display: block !important;
    float: none !important;
    margin: 0;
  }
  .nav-sub-list > li > a {
    display: block;
    padding: 10px 0;
    white-space: nowrap;
  }
  .nav-sub-list > li > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    white-space: nowrap;
  }

  .nav-sub-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    flex: 0 0 50px;
    margin-right: 10px;
  }

  .nav-sub-list > li > a:hover .nav-sub-thumb {
    transform: translateY(-1px);
    transition: transform 0.12s ease;
  }
  .has-submenu:hover > .nav-sub-list {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .nav-sub-list::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
  }
}

@media (max-width: 1150px) {
  .nav-product .sub-toggle {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    color: inherit;
    font: inherit;
    letter-spacing: 0.12em;
    cursor: pointer;
    font-size: clamp(28px, 8vw, 36px);
  }
  .nav-product .sub-toggle::before {
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 5px;
    margin-right: 5px;
    background-image: url(./img/premeal_toggle_bottle.png);
  }

  .nav-sub-list {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    list-style: none;
    margin: 26px 0 0 0;
    padding: 44px 0 0 44px;
    display: none;
    gap: 14px;
  }

  .nav-product.has-submenu[data-sub-open="true"] > .nav-sub-list {
    display: grid !important;
    grid-auto-rows: min-content;
    margin-top: 16px;
    padding-left: 16px;
  }

  .nav-sub-list > li > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    padding: 4px 0;
    text-decoration: none;
    color: var(--ink, #64351c);
    font-family: var(--display, inherit);
    font-weight: 700;
    font-size: clamp(18px, 5vw, 28px);
  }
  .nav-sub-thumb {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    object-fit: cover;
    border-radius: 4px;
  }
  .site-nav > ul > li.nav-product.has-submenu > .nav-sub-list {
    display: none !important;
  }
  .site-nav
    > ul
    > li.nav-product.has-submenu[data-sub-open="true"]
    > .nav-sub-list {
    display: grid !important;
    grid-auto-rows: min-content;
  }
  .nav-product .nav-sub-list a::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    background: none !important;
  }
}

@media (max-width: 600px) {
.strip__thumb{
  left: 12% !important;
}
}