.menu-detail-hero {
  background-image: url(../../img/common/bg-pattern.png);
  background-repeat: repeat;
  padding-bottom: 80px;
}

.menu-detail-hero__inner {
  display: grid;
  grid-template-columns: 58% 42%;
  position: relative;
}

@media (max-width: 768px) {
  .menu-detail-hero__inner {
    display: block;
  }
}

/* 写真共通 */
.menu-detail-hero__photo {
  margin: 0;
  grid-column: 1;
  position: relative;
  z-index: 2;
  background-image: url(../../img/common/bg-pattern.png);
  background-repeat: repeat;
}

@media (max-width: 768px) {
  .menu-detail-hero__photo--1 {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}

.menu-detail-hero__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .menu-detail-hero__photos {
    background-color: #000000;
    position: sticky;
    top: 0;
    z-index: 2;
  }
}

/* =========================================================
   右カラム（ベージュ帯）〜 Other menu  PC共通スタイル
========================================================= */

/* ベージュ帯（右カラム） */
.menu-detail-hero__content {
  padding-top: 60px;
  grid-area: content;
  padding: 164px 0px 0px 42px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  align-self: start;
  height: fit-content;
  grid-column: 2;
  grid-row: 1 / 999;
}

@media (max-width: 768px) {
  .menu-detail-hero__content {
    position: relative;
    padding: 36px 20px 64px;
    background-image: url(../../img/common/bg-pattern.png);
    background-repeat: repeat;
    z-index: 2;
  }
}

.menu-detail-hero__content-inner {
  padding-right: 80px;
}

@media (max-width: 768px) {
  .menu-detail-hero__content-inner {
    padding-right: 0;
  }
}

.menu-detail-hero__header {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .menu-detail-hero__header {
  }
}

.menu-detail-hero__label {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 9.93px;
  border: 1px solid #c22b1f;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .menu-detail-hero__label {
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 2px;
  }
}

.menu-detail-hero__label.--new {
  background-color: #c22b1f;
  color: #fff;
}

/* カテゴリ：REGULAR ＋ SEMI BAKED SWEETS */
.menu-detail-hero__category {
  display: flex;
  align-items: center;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-left: 5px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .menu-detail-hero__category {
    font-size: 12px;
  }
}

/* REGULAR の四角ラベル */
.category-label {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #c22b1f;
  line-height: 1;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .category-label {
    padding: 1px 4px;
    margin-right: 6px;
  }
}

/* 右側テキスト */
.category-text {
  white-space: nowrap;
}

/* 英語タイトル */
.menu-detail-hero__title {
  font-family: kepler-std-condensed-subhead, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: 28px;
  margin-left: 1px;
}

@media (max-width: 768px) {
  .menu-detail-hero__title {
    font-size: 60px;
    line-height: 1;
    margin-top: 16px;
    margin-left: 2px;
  }
}

/* 日本語サブタイトル */
.menu-detail-hero__sub {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-top: 7px;
}

@media (max-width: 768px) {
  .menu-detail-hero__sub {
    font-size: 12px;
    margin-top: 7px;
  }
}

/* 価格 */
/* 価格（¥ 250（税込）） */
.menu-detail-hero__price {
  display: flex;
  align-items: flex-end; /* 下端をそろえる */
  column-gap: 4px;
  margin-top: 38px;
}

@media (max-width: 768px) {
  .menu-detail-hero__price {
    column-gap: 2px;
    margin-top: 27px;
  }
}

.menu-detail-hero__price-yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15.95px;
  line-height: 1;
  position: relative;
  top: -6px;
  left: 4px;
}

@media (max-width: 768px) {
  .menu-detail-hero__price-yen {
    font-size: 15px;
    top: -6px;
    left: 3px;
  }
}

.menu-detail-hero__price-number {
  font-family: kepler-std-condensed-display, serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  margin-left: 2px;
}

@media (max-width: 768px) {
  .menu-detail-hero__price-number {
    font-size: 32px;
    margin-left: 3px;
  }
}

.menu-detail-hero__price-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10.31px;
  line-height: 1;
  position: relative;
  left: -4px;
  top: -7px;
}

@media (max-width: 768px) {
  .menu-detail-hero__price-tax {
    font-size: 10px;
    left: -2px;
    top: -7px;
  }
}

.menu-detail-hero__price-attention {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10.31px;
  line-height: 1;
  position: relative;
  left: -4px;
  top: -7px;
}

@media (max-width: 768px) {
  .menu-detail-hero__price-attention {
    font-size: 10px;
    left: -2px;
    top: -7px;
  }
}

/* 説明文（本文） */
.menu-detail-hero__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 23.07px;
  letter-spacing: 0.02em;
  margin-top: 30px;
  padding-left: 6px;
}

@media (max-width: 768px) {
  .menu-detail-hero__lead {
    font-size: 14px;
    line-height: 24px;
    margin-top: 28px;
    padding-left: 6px;
    max-width: none;
  }
}

.menu-detail-hero__lead a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =====================
  アレルギー表
===================== */

.allergy-table {
  margin-top: 18px;
}

@media (max-width: 768px) {
  .allergy-table {
    margin-top: 32px;
  }
}

/* 上段アレルギー行 */
.allergy-table__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #c22b1f;
  padding: 6px 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .allergy-table__row {
    padding: 6px 0;
    margin-bottom: 16px;
  }
}

.allergy-table__item {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  color: #c22b1f;
}

@media (max-width: 768px) {
  .allergy-table__item {
    font-size: 10px;
  }
}

/* ラベル（卵／乳／小麦／ナッツ） */
.allergy-table__item .allergy-table__term {
  margin-bottom: 4px;
  letter-spacing: 0.12em;
}

@media (max-width: 768px) {
  .allergy-table__item .allergy-table__term {
    margin-bottom: 2px;
  }
}

/* ちょびタテ線（区切り） */
.allergy-table__item:not(:last-child) .allergy-table__term {
  position: relative;
}

.allergy-table__item:not(:last-child) .allergy-table__term::before {
  content: "";
  position: absolute;
  top: -6px;
  right: -1px;
  width: 1px;
  height: 6px;
  background: #c22b1f;
  z-index: 2;
}

@media (max-width: 768px) {
  .allergy-table__item:not(:last-child) .allergy-table__term::before {
    top: -4px;
    height: 4px;
  }
}

/* ○／─ マーク */
.allergy-table__mark {
  font-size: 8px;
}

@media (max-width: 768px) {
  .allergy-table__mark {
    font-size: 7px;
  }
}

/* 該当：塗りつぶし丸 */
.filled {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #c22b1f;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .filled {
    width: 8px;
    height: 8px;
  }
}

/* 非該当：横棒 */
.empty {
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #c22b1f;
}

@media (max-width: 768px) {
  .empty {
    width: 12px;
    height: 1px;
  }
}

.allergy-check {
  display: flex;
  border-top: 1px solid #c22b1f;
  margin-top: 42px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c22b1f;
}

@media (max-width: 768px) {
  .allergy-check {
    margin-top: 51px;
  }
}

.allergy-check__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.allergy-check__item-border {
  width: 100%;
  height: 5px;
  border-right: 1px solid #c22b1f;
}

@media (max-width: 768px) {
  .allergy-check__item-border {
    height: 3px;
  }
}

.allergy-check__item:first-child .allergy-check__item-border {
  border-left: 1px solid #c22b1f;
}

.allergy-check__item-title {
  font-size: 11px;
  font-weight: 700;
  color: #c22b1f;
  margin-top: 2px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .allergy-check__item-title {
    font-size: 10px;
    margin-top: 1px;
  }
}

.allergy-check__item-status {
  font-size: 10px;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .allergy-check__item-status {
    font-size: 9px;
    margin-top: 2px;
  }
}

/* 賞味期限・保存方法まわり */
.allergy-meta {
}

@media (max-width: 768px) {
  .allergy-meta {
    /* margin-top: 8px; */
  }
}

.allergy-meta p {
  display: flex;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #c22b1f;
  margin: 0;
}

@media (max-width: 768px) {
  .allergy-meta p {
    padding: 6px 0;
    font-size: 11px;
  }
}

.allergy-meta__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
}

@media (max-width: 768px) {
  .allergy-meta__title {
    font-size: 10px;
    letter-spacing: 0;
  }
}

.allergy-meta__value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

@media (max-width: 768px) {
  .allergy-meta__value {
    font-size: 11px;
    line-height: 11px;
  }
}

/* 一番上だけ上罫線 */
.allergy-meta p:first-child {
}

.allergy-meta span {
  font-weight: bold;
  min-width: 51px;
  margin-right: 12px;
}

@media (max-width: 768px) {
  .allergy-meta span {
    min-width: 40px;
    margin-right: 9px;
  }
}

/* =====================
  GIFT / ONLINE リンク
===================== */

.menu-detail-link-container {
  margin-top: 78px;
  border-top: 2px solid #c22b1f;
  border-bottom: 2px solid #c22b1f;
  width: 220px;
}

@media (max-width: 768px) {
  .menu-detail-link-container {
    margin-top: 54px;
    margin-inline: auto;
  }
}

.menu-detail-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #c22b1f;
  padding-right: 31px;
  position: relative;
}

@media (max-width: 768px) {
  .menu-detail-link {
    padding: 15px 0;
    padding-right: 34px;
  }
}

.menu-detail-link:last-child {
  border-bottom: none;
}

.menu-detail-link__en {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .menu-detail-link__en {
    font-size: 14px;
  }
}

.menu-detail-link__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  .menu-detail-link__jp {
    font-size: 10px;
  }
}

/* 矢印共通 */
.menu-detail-link::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 上：横矢印 → */
.arrow-horizontal::after {
  content: "";
  display: block;
  width: 24px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M1.538,4.202 L17.818,4.219 C18.298,4.219 18.687,4.608 18.688,5.088 L18.688,5.355 C18.689,5.835 18.300,6.222 17.821,6.222 L1.540,6.206 C1.060,6.205 0.671,5.816 0.670,5.337 L0.670,5.070 C0.669,4.590 1.058,4.202 1.538,4.202 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M13.058,9.579 L23.120,4.849 L16.172,4.842 L13.058,9.579 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M13.049,0.564 L23.120,5.315 L16.172,5.308 L13.049,0.564 Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 下：斜め上矢印 ↗ */
.arrow-diagonal::after {
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M0.854,15.703 L12.378,4.203 C12.718,3.864 13.268,3.864 13.608,4.203 L13.796,4.391 C14.136,4.729 14.136,5.278 13.796,5.617 L2.272,17.118 C1.933,17.457 1.382,17.457 1.043,17.118 L0.854,16.930 C0.515,16.591 0.515,16.042 0.854,15.703 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M12.802,11.358 L16.572,0.899 L11.654,5.807 L12.802,11.358 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M6.422,4.991 L16.902,1.229 L11.984,6.136 L6.422,4.991 Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .arrow-diagonal::after {
    right: 5px;
  }
}

/* =====================
  Other menu（PC Swiper）
===================== */

.menu-detail-recommend {
  margin-top: 71px;
}

@media (max-width: 768px) {
  .menu-detail-recommend {
    margin-top: 0px;
    margin-bottom: 80px;
    margin-left: 17px;
  }
}

.menu-detail-recommend__title {
  font-family: kepler-std-condensed-subhead, serif;
  font-size: 34px;
}

@media (max-width: 768px) {
  .menu-detail-recommend__title {
    font-size: 34px;
  }
}

.menu-detail-recommend__slider--pc .swiper-wrapper {
  display: flex;
  margin-top: 19px;
}

@media (max-width: 768px) {
  .menu-detail-recommend__slider--pc .swiper-wrapper {
    margin-top: 0;
  }
}

.menu-detail-recommend__slider--pc .swiper-slide {
  width: 234px;
  flex-shrink: 0;
  margin-right: 25px;
}

@media (max-width: 768px) {
  .menu-detail-recommend__slider--pc .swiper-slide {
    width: 170px;
    margin-right: 16px;
  }
}

.menu-detail-recommend__item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.menu-detail-recommend__image-outer {
  display: block;
  width: 100%;
  height: 352px;
}

@media (max-width: 768px) {
  .menu-detail-recommend__image-outer {
    height: 256px;
  }
}

.menu-detail-recommend__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-detail-recommend__title-en {
  font-family: kepler-std-condensed-subhead, serif;
  font-size: 28px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 768px) {
  .menu-detail-recommend__title-en {
    font-size: 20px;
    margin-top: 4px;
  }
}

.menu-detail-recommend__title-jp {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .menu-detail-recommend__title-jp {
    font-size: 9px;
  }
}

/* ===============================================
 * topics (other-menu section)
 * ===============================================
 */
.topics {
  background: url(../../img/common/bg-pattern-dark.png) repeat;
  padding-top: 92px;
  padding-bottom: 142px;
  position: relative;
}
@media (max-width: 767px) {
  .topics {
    padding-top: 105px;
    padding-bottom: 85px;
  }
}

.topics__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.topics__title {
  font-family: kepler-std-condensed-display, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 130px;
  line-height: 130.67px;
  margin-left: 82px;
  letter-spacing: -4.4px;
  display: flex;
  align-items: center;
  gap: 17px;
}
@media (max-width: 767px) {
  .topics__title {
    font-size: 85px;
    line-height: 53px;
    letter-spacing: -2.6px;
    margin-left: 16px;
    gap: 8px;
  }
}

.topics__title span {
  display: inline-block;
}
.topics__title span span:first-child {
  font-weight: 500;
}

.topics-title-topics {
  position: relative;
  left: 0;
  top: 0;
}

.topics-title-and {
  position: relative;
  left: 0;
  top: 0;
  font-size: 40px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .topics-title-and {
    font-size: 26px;
  }
}

.topics-title-journal {
  position: relative;
  left: 0;
  top: 0;
}

.topics__btn {
  margin-top: 22px;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .topics__btn {
    width: fit-content;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
  }
}

.topics__slide {
  padding-left: 81px;
  margin-top: 59px;
}
@media (max-width: 767px) {
  .topics__slide {
    margin-top: 74px;
    padding-left: 17px;
  }
}

.topics__slide .swiper-wrapper {
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .topics__slide .swiper-wrapper {
    gap: 20px;
  }
}

.topics__slide .swiper-slide {
  width: fit-content;
  height: auto;
  display: flex;
}

.topics-card {
  width: 384px;
  color: #c22b1f;
  position: relative;
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .topics-card {
    width: 339px;
  }
}

/* ===============================================
 * lineup card styles (inside topics-card)
 * ===============================================
 */
.topics-card .lineup__card-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid #c22b1f;
  margin-top: 9px;
  height: 100%;
  flex-grow: 1;
  border-radius: 5px;
}

.topics-card .lineup__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.topics-card .lineup__labels {
  display: flex;
  gap: 6px;
}

.topics-card .lineup__label {
  font-family: acumin-pro, sans-serif;
  font-style: italic;
  font-size: 9.93px;
  letter-spacing: 0.02em;
  border: 1px solid #c22b1f;
  border-radius: 3px;
  padding: 2px 6px;
}
@media (max-width: 767px) {
  .topics-card .lineup__label {
    font-size: 11px;
  }
}

.topics-card .lineup__label.--new {
  background-color: #c22b1f;
  color: #fff;
}

.topics-card .lineup__category {
  font-family: acumin-pro, sans-serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 767px) {
  .topics-card .lineup__category {
    font-size: 12px;
  }
}

.topics-card .lineup__title {
  padding: 16px 13px 10px;
  border-bottom: 1px solid #c22b1f;
}
@media (max-width: 767px) {
  .topics-card .lineup__title {
    padding: 16px 12px 9px;
  }
}

.topics-card .lineup__title-en {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 8px;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .topics-card .lineup__title-en {
    font-size: 36px;
    margin-bottom: 3px;
  }
}

.topics-card .lineup__title-ja {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .topics-card .lineup__title-ja {
    font-size: 11px;
  }
}

.topics-card .lineup__price {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
  padding: 1px 22px;
  border-bottom: 1px solid #c22b1f;
}
@media (max-width: 767px) {
  .topics-card .lineup__price {
    gap: 19px;
    padding: 1px 17px;
  }
}

.topics-card .lineup__price-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media (max-width: 767px) {
  .topics-card .lineup__price-block {
    gap: 6px;
  }
}

.topics-card .lineup__price-label {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 767px) {
  .topics-card .lineup__price-label {
    font-size: 11px;
  }
}

.topics-card .lineup__price-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
}
@media (max-width: 767px) {
  .topics-card .lineup__price-value {
    gap: 4px;
  }
}

.topics-card .lineup__price-yen {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 767px) {
  .topics-card .lineup__price-yen {
    font-size: 12.5px;
  }
}

.topics-card .lineup__price-num {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .topics-card .lineup__price-num {
    font-size: 26px;
  }
}

.topics-card .lineup__img-outer {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .topics-card .lineup__img-outer {
    padding: 14px;
  }
}

.topics-card .lineup__img {
  overflow: clip;
  border-radius: 5px;
  flex-grow: 1;
  display: flex;
}

.topics-card .lineup__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 700 / 1078;
  object-fit: cover;
  object-position: center;
}
