/*-------post------*/
.archive-post-title {
  font-size: var(--b-fs);
  font-weight: var(--b-fw);
}
.single-post-title {
  font-size: var(--b-fs);
  font-weight: var(--b-fw);
}
.breadcrumb {
  background: #1a1a1a;
  padding-inline: 5.55%;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumb li::after {
  content: ">";
  margin: 0 1em;
  display: inline-block;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a,
.breadcrumb li {
  color: #fff;
}
.p-single__body {
  max-width: 950px;
  width: 100%;
  margin-inline: auto;
}
.pagination-area {
  margin-top: clamp(40px, var(--px-80), 80px);
}
.nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
/*-------hd------*/
/*-------ft-----*/
/*-------btn------*/
/*-------fv------*/
.p-index-fv {
  position: relative;
}

/* =====================
  ボタン (TOP共通)
===================== */
.c-btn,
.c-btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fcaf17;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 35px;
  transition: 0.25s ease;
  position: relative;
}
.c-btn:hover,
.c-btn-sm:hover {
  color: #fff;
  opacity: 1;
  background: #783b00;
}
.c-btn {
  min-width: 220px;
  padding: 9px 44px 9px 28px;
  font-size: clamp(13px, 1.111vw, 16px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.18);
}
.c-btn-sm {
  min-width: 117px;
  padding: 7px 32px 7px 18px;
  font-size: 14px;
  border-radius: 38px;
}

/* 矢印アイコン: 白い丸 + 中央に黄色い右向き矢印 */
.c-btn-sm::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("../img/arrow-icon.webp") no-repeat;
  background-size: contain;
}
.c-btn-sm::after {
  right: 6px;
  width: 18px;
  height: 18px;
}
.c-btn-sm::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 5px solid #fcaf17;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: translateY(-50%);
  z-index: 1;
}
.c-btn-sm::before {
  right: 11px;
  border-left-width: 4px;
  border-top-width: 3px;
  border-bottom-width: 3px;
}

/* =====================
  TOP: MV
===================== */
.p-top-mv {
  position: relative;
  height: clamp(420px, 63.2vw, 910px);
  overflow: hidden;
}
.p-top-mv__bg {
  position: absolute;
  inset: 0;
}
.p-top-mv__bg .splide,
.p-top-mv__bg .splide__track,
.p-top-mv__bg .splide__list {
  width: 100%;
  height: 100%;
}
.p-top-mv__bg .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-top-mv__inner {
  position: absolute;
  left: clamp(20px, 3.96vw, 57px);
  bottom: clamp(60px, 11vw, 158px);
  z-index: 1;
}
.p-top-mv__title {
  font-family: "shinryu", sans-serif;
  font-size: clamp(32px, 5.55vw, 80px);
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
  letter-spacing: 0.02em;
}
.p-top-mv__line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background: #ac7506;
  z-index: 2;
}

/* =====================
  TOP: 共通 ベージュ背景ラッパー
===================== */
.p-top-bg {
  position: relative;
  padding-bottom: 80px;
}

/* =====================
  TOP: お知らせ
===================== */
.p-top-news {
  position: relative;
  padding: clamp(40px, 5.5vw, 80px) 0 60px;
  overflow: hidden;
}
.p-top-news__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-top-news__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-news__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(202, 152, 87, 0.35);
}
.p-top-news__inner {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5.5vw, 80px);
}
.p-top-news__head {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  margin-bottom: clamp(20px, 2.5vw, 32px);
}
.p-top-news__en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 3.47vw, 50px);
  color: #fcaf17;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0;
}
.p-top-news__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 1.667vw, 24px);
  color: #333;
  letter-spacing: 0.06em;
  margin: 0;
}
.p-top-news__head .c-btn-sm {
  margin-left: auto;
}
.p-top-news__board {
  position: relative;
  aspect-ratio: 1715 / 330;
  max-width: 1180px;
  margin: 0 auto;
  background: url("../img/manaita.webp") no-repeat center / 100% 100%;
}
.p-top-news__board-img {
  display: none;
}
.p-top-news__list {
  position: absolute;
  top: 24%;
  bottom: 12%;
  left: 5%;
  right: 14%;
  overflow-y: auto;
  padding-right: 8px;
}
.p-top-news__list::-webkit-scrollbar {
  width: 4px;
}
.p-top-news__list::-webkit-scrollbar-thumb {
  background: #be8948;
  border-radius: 2px;
}
.p-top-news__item {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 36px);
  padding: 18px 4px;
  border-bottom: 1px solid #c8a87a;
  color: #000;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 1.111vw, 16px);
  letter-spacing: 0.06em;
  transition: opacity 0.25s ease;
}
.p-top-news__item:last-child {
  border-bottom: none;
}
.p-top-news__date {
  flex: 0 0 auto;
  color: #333;
}
.p-top-news__item-title {
  margin: 0;
  flex: 1;
}
.p-top-news__empty {
  padding: 20px 0;
  text-align: center;
  color: #666;
}

/* =====================
  TOP: 当店のご案内
===================== */
.p-top-about {
  position: relative;
  padding: clamp(50px, 7vw, 100px) 0 clamp(40px, 5vw, 72px);
}
.p-top-about__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5.55vw, 80px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: flex-start;
}
.p-top-about__ja {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "vert" 1;
  font-family: "shinryu", sans-serif;
  font-size: clamp(36px, 4.861vw, 70px);
  color: #783b00;
  letter-spacing: 0.06em;
  line-height: 1.05;
  font-weight: normal;
  margin: 0;
  height: auto;
}
.p-top-about__main {
  position: relative;
  padding-top: clamp(30px, 4vw, 60px);
  max-width: 614px;
}
.p-top-about__deco {
  position: relative;
  margin-bottom: clamp(40px, 5vw, 70px);
}
.p-top-about__en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 6.667vw, 96px);
  color: rgba(252, 175, 23, 0.3);
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 8px 0 0;
  text-align: right;
}
.p-top-about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 1.111vw, 16px);
  color: #333;
  letter-spacing: 0.06em;
  line-height: 2.2;
  position: relative;
  z-index: 1;
  margin-top: clamp(-40px, -3vw, -20px);
  padding-right: clamp(30px, var(--px-70), 70px);
}
.p-top-about__photos {
  position: relative;
  width: clamp(280px, 41.3vw, 595px);
  aspect-ratio: 595 / 658;
}
.p-top-about__photo {
  position: absolute;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.p-top-about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-top-about__photo--main {
  top: 0;
  right: 0;
  width: 100%;
  height: 60%;
}
.p-top-about__photo--sub {
  bottom: 0;
  left: -25%;
  width: 73%;
  height: 44%;
}

/* =====================
  TOP: こだわり
===================== */
.p-top-kodawari {
  position: relative;
  padding: clamp(40px, 5vw, 72px) 0 clamp(60px, 8vw, 120px);
}
.p-top-kodawari__bg {
  position: absolute;
  left: -30px;
  top: -70px;
  width: clamp(280px, 47.7vw, 688px);
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.p-top-kodawari__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-kodawari__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5.55vw, 80px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
}
.p-top-kodawari__content {
  margin-left: clamp(280px, 40vw, 580px);
  padding-top: clamp(30px, 4vw, 60px);
  max-width: 614px;
  position: relative;
}
.p-top-kodawari__deco {
  position: relative;
  margin-bottom: clamp(30px, 4vw, 60px);
}
.p-top-kodawari__en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 6.667vw, 96px);
  color: rgba(252, 175, 23, 0.3);
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 8px 0 0;
}
.p-top-kodawari__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 1.111vw, 16px);
  color: #333;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin: clamp(-40px, -3vw, -20px) 0 clamp(24px, 3vw, 40px);
}
.p-top-kodawari__content .c-btn {
  display: flex;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  max-width: 220px;
}
.p-top-kodawari__ja {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "vert" 1;
  font-family: "shinryu", sans-serif;
  font-size: clamp(36px, 4.861vw, 70px);
  color: #783b00;
  letter-spacing: 0.06em;
  line-height: 1.05;
  font-weight: normal;
  margin: 0;
}

/* =====================
  TOP: お料理/お飲み物 (斜め背景・上のセクションと被る)
===================== */
.p-top-food {
  position: relative;
  margin-top: clamp(-280px, -22vw, -200px);
  z-index: 2;
  aspect-ratio: 2880 / 1994;
  min-height: 540px;
  /* セクション全体はクリック透過 (上のkodawariに被る範囲のボタンを押せるように) */
  pointer-events: none;
}
.p-top-food__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p-top-food__bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
/* 中身の実コンテンツのみクリック受付 (kodawari範囲の余白部分はクリック透過) */
.p-top-food__inner {
  pointer-events: none;
}
.p-top-food__text,
.p-top-food__photos {
  pointer-events: auto;
}
.p-top-food__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(80px, 13vw, 200px) 0 0;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}
.p-top-food__text {
  position: relative;
  color: #fff;
}
.p-top-food__en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 6.667vw, 96px);
  color: rgba(255, 255, 255, 0.11);
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0 50px;
  white-space: nowrap;
}
.p-top-food__ja {
  font-family: "shinryu", sans-serif;
  font-size: clamp(28px, 4.861vw, 70px);
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: normal;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-top-food__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 1.111vw, 16px);
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin: clamp(24px, 3vw, 40px) 0;
  max-width: 500px;
  margin-inline: auto;
}
.p-top-food__btns {
  display: flex;
  gap: clamp(20px, 3vw, 60px);
  flex-wrap: wrap;
  justify-content: center;
}
.p-top-food__photos {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
}
.p-top-food__photo {
  position: absolute;
  overflow: hidden;
}
.p-top-food__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.p-top-food__photo--drinks {
  top: 0%;
  left: -15%;
  max-width: clamp(183px, var(--px-345), 345px);
  width: 100%;
  aspect-ratio: 345 / 325;
  z-index: 3;
}
.p-top-food__photo--board {
  top: 35%;
  left: 3%;
  max-width: clamp(158px, var(--px-298), 298px);
  width: 100%;
  aspect-ratio: 298 / 187;
  z-index: 2;
  background: transparent;
  box-shadow: none;
}
.p-top-food__photo--oden {
  top: 0;
  right: 0;
  max-width: clamp(340px, var(--px-627), 627px);
  width: 100%;
  aspect-ratio: 627 / 510;
  z-index: 1;
}
.p-top-food__photo--meat {
  bottom: 15%;
  right: 14%;
  max-width: clamp(232px, var(--px-438), 438px);
  width: 100%;
  aspect-ratio: 438 / 305;
  z-index: 4;
}

/* =====================
  TOP: ギャラリー (Splide 無限スライダー2段)
===================== */
.p-top-gallery {
  position: relative;
  background: #000;
  padding: clamp(4px, 0.7vw, 10px) 0;
}
.p-top-gallery__slider {
  margin: 0;
}
.p-top-gallery__slider + .p-top-gallery__slider {
  margin-top: clamp(4px, 0.7vw, 10px);
}
.p-top-gallery__slider .splide__track {
  overflow: hidden;
}
.p-top-gallery__item {
  display: block;
  aspect-ratio: 341 / 241;
  overflow: hidden;
}
.p-top-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* SP only line break */
.sp-br {
  display: none;
}

/* =====================
  スマホ対応
===================== */
@media screen and (max-width: 1024px) {
  .p-top-about__inner {
    grid-template-columns: auto 1fr;
  }
  .p-top-about__photos {
    grid-column: 1 / -1;
    margin: 0 auto;
  }
  .p-top-kodawari__content {
    margin-left: 30%;
  }
}

@media screen and (max-width: 820px) {
  .p-top-mv__title {
    font-size: clamp(28px, 6vw, 48px);
  }
  .p-top-news__head {
    flex-wrap: wrap;
  }
  .p-top-about__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .p-top-about__main {
    max-width: none;
  }
  .p-top-about__photos {
    width: 100%;
    max-width: 480px;
    aspect-ratio: 4 / 3;
  }
  .p-top-kodawari__bg {
    width: 100%;
    opacity: 0.3;
  }
  .p-top-kodawari__inner {
    grid-template-columns: 1fr;
  }
  .p-top-kodawari__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    order: 2;
  }
  .p-top-food {
    aspect-ratio: auto;
    margin-top: -100px;
    background: #2a1810;
    padding: 140px 0 60px;
    min-height: 0;
  }
  .p-top-food__bg img {
    object-fit: cover;
    object-position: top;
  }
  .p-top-food__inner {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
  .p-top-food__photos {
    min-height: 280px;
    margin-top: 30px;
  }
  .p-top-about__ja {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
  .p-top-about__en {
    text-align: center;
  }
  .p-top-kodawari__ja {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    text-align: center;
  }
  .p-top-kodawari__en {
    text-align: center;
  }
  .p-top-food__en {
    text-align: center;
  }
}

/* =====================
  SP デザイン (375px基準)
===================== */
@media screen and (max-width: 680px) {
  br.sp-br {
    display: inline;
  }

  /* MV: タイトルを上に、3行構成、48px */
  .p-top-mv {
    height: 720px;
    height: clamp(560px, 192vw, 720px);
  }
  .p-top-mv__inner {
    top: 88px;
    bottom: auto;
    left: 11px;
    right: 11px;
  }
  .p-top-mv__title {
    font-size: 46px;
    line-height: 1.3;
    letter-spacing: -0.04em;
  }

  /* お知らせ: タイトル中央寄せ + 縦並びアイテム */
  .p-top-news {
    padding: 36px 0 0;
  }
  .p-top-news__inner {
    padding: 0 16px;
  }
  .p-top-news__head {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  .p-top-news__head .c-btn-sm {
    margin: 4px 0 0;
  }
  .p-top-news__en {
    font-size: 50px;
  }
  .p-top-news__ja {
    font-size: 24px;
  }
  .p-top-news__board {
    aspect-ratio: 520 / 680;
    max-width: 343px;
    margin: 0 auto;
    background: url("../img/sp-manaita.webp") no-repeat center / 100% 100%;
  }
  .p-top-news__list {
    top: 15%;
    bottom: 35%;
    left: 15%;
    right: 6%;
  }
  .p-top-news__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 4px;
    line-height: 1.5;
  }
  .p-top-news__date {
    font-size: 16px;
  }
  .p-top-news__item-title {
    font-size: 16px;
  }

  /* 当店のご案内: 横書き左寄せ */
  .p-top-about {
    padding: 50px 0 30px;
  }
  /* 当店のご案内: SP は EN → JA → 線 → 説明 → 写真 の縦並び */
  .p-top-about__inner {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0 21px;
    gap: 0;
  }
  .p-top-about__main,
  .p-top-about__deco {
    display: contents;
  }
  .p-top-about__en {
    order: 1;
    font-size: 56px;
    line-height: 1;
    margin: 0 0 8px;
    text-align: center;
    width: 100%;
  }
  .p-top-about__ja {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-feature-settings: normal;
    font-size: 36px;
    line-height: 1.3;
    margin: 0 0 12px;
    order: 2;
    width: 100%;
  }
  .p-top-about__inner .c-line {
    order: 3;
    margin: 0 auto 20px;
    justify-content: center;
  }
  .p-top-about__text {
    order: 4;
    margin: 0 0 20px;
    line-height: 2.2;
    font-size: 15px;
    text-align: center;
    padding: 0;
    max-width: none;
  }
  .p-top-about__photos {
    order: 5;
    position: relative;
    width: 100%;
    aspect-ratio: 375 / 350;
    max-width: 400px;
    margin: 16px auto 0;
  }
  .p-top-about__photo--main {
    top: 0;
    right: 4%;
    left: auto;
    width: 75%;
    height: 60%;
  }
  .p-top-about__photo--sub {
    bottom: 0;
    left: 3%;
    width: 55%;
    height: 50%;
  }

  /* こだわり: SP は EN → JA → 線 → 説明 → ボタン の縦並び */
  .p-top-kodawari {
    padding: 30px 0 0;
  }
  .p-top-kodawari__bg {
    width: 100%;
    top: auto;
    bottom: -360px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
    opacity: 1;
  }
  .p-top-kodawari__inner {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 0 21px;
    gap: 0;
  }
  .p-top-kodawari__content,
  .p-top-kodawari__deco {
    display: contents;
  }
  .p-top-kodawari__en {
    order: 1;
    font-size: 56px;
    line-height: 1;
    margin: 0 0 8px;
    text-align: center;
    width: 100%;
  }
  .p-top-kodawari__ja {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-feature-settings: normal;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 12px;
    order: 2;
    width: 100%;
  }
  .p-top-kodawari__inner .c-line {
    order: 3;
    margin: 0 auto 20px;
    justify-content: center;
  }
  .p-top-kodawari__text {
    order: 4;
    margin: 0 0 24px;
    font-size: 15px;
    text-align: center;
  }
  .p-top-kodawari__content .c-btn {
    order: 5;
    margin: 0 auto;
    display: flex;
  }

  .p-top-bg {
    padding-bottom: 250px;
  }
  /* お料理/お飲み物: 縦並びレイアウト + 上のセクションに被る */
  .p-top-food {
    aspect-ratio: auto;
    margin-top: -150px;
    padding: 0;
    background: url("../img/top-food-bg.webp") no-repeat center top / cover;
    position: relative;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
  }
  .p-top-food__bg {
    display: none;
  }
  .p-top-food__inner {
    grid-template-columns: 1fr;
    padding: clamp(140px, 33vw, 220px) 15px 30px;
    height: auto;
    gap: 0;
    position: relative;
    z-index: 1;
  }
  .p-top-food__text {
    position: relative;
  }
  .p-top-food__text {
    text-align: center;
    padding-bottom: 350px;
  }
  .p-top-food__en {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    white-space: pre-line;
    margin: 0;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.11);
    text-align: left;
  }
  .p-top-food__ja {
    font-size: 45px;
    line-height: 1.4;
    margin: 30px 0 30px;
  }
  .p-top-food__desc {
    font-size: 15px;
    line-height: 2.2;
    margin: 0 0 50px;
    max-width: none;
  }
  .p-top-food__btns {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
  }

  /* おでん: 上部に薄く背景配置 */
  .p-top-food__photos {
    position: static;
    min-height: 0;
    margin-top: 0;
  }
  .p-top-food__photo--oden {
    position: absolute;
    top: 120px;
    left: 36%;
    right: -22%;
    bottom: auto;
    width: auto;
    height: 276px;
    z-index: 0;
    aspect-ratio: auto;
    transform: none;
    box-shadow: none;
  }

  /* 下部写真: 3枚レイアウト */
  .p-top-food__photo--drinks {
    position: absolute;
    bottom: 215px;
    left: 0;
    right: auto;
    top: auto;
  }
  .p-top-food__photo--board {
    position: absolute;
    bottom: 128px;
    left: 15%;
    right: auto;
    top: auto;
    box-shadow: none;
    background: transparent;
  }
  .p-top-food__photo--meat {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: auto;
    top: auto;
    transform: none;
  }

  /* ギャラリー: SPで2枚見せ (Splideの breakpoints で perPage 2) */
  .p-top-gallery {
    padding: 4px 0;
  }
  .p-top-gallery__slider + .p-top-gallery__slider {
    margin-top: 4px;
  }

  /* ボタン */
  .c-btn {
    min-width: 210px;
  }
  .c-btn-sm {
    min-width: 117px;
  }
}
