/* カフェ予約商品メイン画像バナー */
.main-image.reservation-hero {
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      font-family: "M PLUS Rounded 1c", sans-serif;
      background: linear-gradient(160deg, #ffb8d0 0%, #ff8fab 38%, #e1bee7 100%);
      box-shadow:
        0 12px 40px rgba(136, 14, 79, 0.22),
        inset 0 0 80px rgba(255, 255, 255, 0.12);
    }
    .main-image.reservation-hero::before,
    .main-image.reservation-hero::after {
      content: "";
      position: absolute;
      pointer-events: none;
      z-index: 2;
      box-sizing: border-box;
    }
    /* 外枠＋内側の点線 */
    .main-image.reservation-hero::before {
      inset: 7px;
      border: 2px solid rgba(255, 255, 255, 0.72);
      border-radius: 8px;
      box-shadow:
        inset 0 0 0 1px rgba(233, 30, 140, 0.28),
        0 0 24px rgba(255, 255, 255, 0.18);
    }
    .main-image.reservation-hero::after {
      inset: 13px;
      border: 1px dashed rgba(255, 255, 255, 0.42);
      border-radius: 5px;
    }

    /* キラキラ装飾 */
    .reservation-hero__sparkles {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 2;
    }
    .reservation-hero__sparkle {
      position: absolute;
      color: #fff;
      line-height: 1;
      text-shadow:
        0 0 8px rgba(255, 255, 255, 0.95),
        0 0 16px rgba(255, 182, 193, 0.8);
      animation: reservation-sparkle 2.8s ease-in-out infinite;
    }
    .reservation-hero__sparkle--1 { top: 11%; left: 62%; font-size: 1.1rem; animation-delay: 0s; }
    .reservation-hero__sparkle--2 { top: 24%; right: 8%; font-size: 0.85rem; animation-delay: 0.6s; color: #fff9c4; }
    .reservation-hero__sparkle--3 { top: 42%; left: 4%; font-size: 0.95rem; animation-delay: 1.1s; }
    .reservation-hero__sparkle--4 { top: 58%; right: 6%; font-size: 1.25rem; animation-delay: 0.3s; color: #fce4ec; }
    .reservation-hero__sparkle--5 { bottom: 22%; left: 10%; font-size: 0.8rem; animation-delay: 1.8s; color: #fff9c4; }
    .reservation-hero__sparkle--6 { bottom: 10%; right: 14%; font-size: 1rem; animation-delay: 0.9s; }
    @keyframes reservation-sparkle {
      0%, 100% { opacity: 0.45; transform: scale(0.85) rotate(0deg); }
      50% { opacity: 1; transform: scale(1.15) rotate(18deg); }
    }

    /* 四隅の星 */
    .reservation-hero__corners {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 2;
    }
    .reservation-hero__corner {
      position: absolute;
      font-size: 0.72rem;
      font-weight: 900;
      color: rgba(255, 255, 255, 0.82);
      text-shadow: 0 0 10px rgba(255, 105, 180, 0.7);
      animation: reservation-corner-twinkle 3.2s ease-in-out infinite;
    }
    .reservation-hero__corner--tl { top: 18px; left: 18px; animation-delay: 0s; }
    .reservation-hero__corner--tr { top: 18px; right: 18px; animation-delay: 0.8s; }
    .reservation-hero__corner--bl { bottom: 18px; left: 18px; color: #fff9c4; animation-delay: 1.6s; }
    .reservation-hero__corner--br { bottom: 18px; right: 18px; color: #fff9c4; animation-delay: 2.4s; }

    /* --- アニメーション --- */
    @keyframes reservation-enter-slide-left {
      from { opacity: 0; transform: translateX(-14%); }
      to { opacity: 1; transform: translateX(0); }
    }
    @keyframes reservation-enter-slide-right {
      from { opacity: 0; transform: translateX(18%) scale(0.88); }
      to { opacity: 1; transform: translateX(0) scale(1); }
    }
    @keyframes reservation-enter-pop {
      from { opacity: 0; transform: scale(0.82); }
      to { opacity: 1; transform: scale(1); }
    }
    @keyframes reservation-enter-rise {
      from { opacity: 0; transform: translateY(18px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes reservation-ribbon-enter {
      from { opacity: 0; }
      to { opacity: 0.92; }
    }
    @keyframes reservation-ribbon-drift-1 {
      0%, 100% { transform: rotate(-11deg) skewY(3deg) translateX(0); }
      50% { transform: rotate(-11deg) skewY(3deg) translateX(1.8%); }
    }
    @keyframes reservation-ribbon-drift-2 {
      0%, 100% { transform: rotate(-27deg) skewY(-4deg) translateX(0); }
      50% { transform: rotate(-27deg) skewY(-4deg) translateX(-1.2%); }
    }
    @keyframes reservation-ribbon-drift-3 {
      0%, 100% { transform: rotate(5deg) skewY(2.5deg) translateX(0); }
      50% { transform: rotate(5deg) skewY(2.5deg) translateX(1.4%); }
    }
    @keyframes reservation-ribbon-drift-4 {
      0%, 100% { transform: rotate(-13deg) skewY(-2deg) translateX(0); }
      50% { transform: rotate(-13deg) skewY(-2deg) translateX(-1.6%); }
    }
    @keyframes reservation-ribbon-drift-5 {
      0%, 100% { transform: rotate(9deg) skewY(-3.5deg) translateX(0); }
      50% { transform: rotate(9deg) skewY(-3.5deg) translateX(1.2%); }
    }
    @keyframes reservation-corner-twinkle {
      0%, 100% { opacity: 0.5; transform: scale(0.88) rotate(0deg); }
      50% { opacity: 1; transform: scale(1.12) rotate(72deg); }
    }
    @keyframes reservation-halo-pulse {
      0%, 100% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.1); opacity: 0.78; }
    }
    @keyframes reservation-line-grow {
      from { transform: scaleX(0); opacity: 0; }
      to { transform: scaleX(1); opacity: 1; }
    }
    @keyframes reservation-theme-glow {
      0%, 100% {
        text-shadow:
          2px 2px 0 #3d1035,
          -2px 2px 0 #3d1035,
          2px -2px 0 #3d1035,
          -2px -2px 0 #3d1035,
          0 4px 0 #5c1a4d,
          0 6px 0 #4a1040,
          0 8px 20px rgba(61, 16, 53, 0.6),
          0 0 24px rgba(255, 105, 180, 0.35);
      }
      50% {
        text-shadow:
          2px 2px 0 #3d1035,
          -2px 2px 0 #3d1035,
          2px -2px 0 #3d1035,
          -2px -2px 0 #3d1035,
          0 4px 0 #5c1a4d,
          0 6px 0 #4a1040,
          0 8px 20px rgba(61, 16, 53, 0.6),
          0 0 36px rgba(255, 105, 180, 0.65),
          0 0 52px rgba(255, 182, 193, 0.45);
      }
    }
    @keyframes reservation-time-glow {
      0%, 100% {
        box-shadow:
          0 4px 16px rgba(0, 131, 143, 0.38),
          inset 0 1px 0 rgba(255, 255, 255, 0.45),
          0 0 20px rgba(128, 222, 234, 0.45);
      }
      50% {
        box-shadow:
          0 6px 22px rgba(0, 131, 143, 0.52),
          inset 0 1px 0 rgba(255, 255, 255, 0.55),
          0 0 32px rgba(128, 222, 234, 0.75);
      }
    }
    @keyframes reservation-frame-in {
      from { opacity: 0; transform: scale(0.97); }
      to { opacity: 1; transform: scale(1); }
    }
    @keyframes reservation-shimmer {
      0%, 100% { opacity: 0.28; }
      50% { opacity: 0.55; }
    }

    .main-image.reservation-hero::before {
      animation: reservation-frame-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
    }
    .main-image.reservation-hero::after {
      animation: reservation-frame-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
    }

    @media (prefers-reduced-motion: reduce) {
      .main-image.reservation-hero::before,
      .main-image.reservation-hero::after,
      .reservation-hero__sparkle,
      .reservation-hero__corner,
      .reservation-hero__ribbon,
      .reservation-hero__date-panel,
      .reservation-hero__date,
      .reservation-hero__logo-wrap,
      .reservation-hero__logo,
      .reservation-hero__logo-wrap::before,
      .reservation-hero__date-panel::before,
      .reservation-hero__venue,
      .reservation-hero__title-block,
      .reservation-hero__title-main,
      .reservation-hero__theme,
      .reservation-hero__title-rest,
      .reservation-hero__booking,
      .reservation-hero__time-range,
      .reservation-hero__section-head::after {
        animation: none !important;
      }
    }

    /* 色違いリボン — パステルとビビッドの中間くらい */
    .reservation-hero__ribbons {
      position: absolute;
      inset: 0;
      overflow: hidden;
      pointer-events: none;
    }
    .reservation-hero__ribbon {
      position: absolute;
      width: 156%;
      transform-origin: center;
      opacity: 0.92;
    }
    /* リボン配置パターンB — 上から扇状に広がる・角度の方向も混在 */
    .reservation-hero__ribbon--1 {
      top: -6%;
      left: -26%;
      height: 32%;
      transform: rotate(-11deg) skewY(3deg);
      background: linear-gradient(90deg, #ffcce0 0%, #ff80ab 35%, #ff4081 70%, #ff8fab 100%);
      box-shadow: 0 7px 24px rgba(255, 64, 129, 0.32);
      animation:
        reservation-ribbon-enter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both,
        reservation-ribbon-drift-1 7s ease-in-out 1.1s infinite;
    }
    .reservation-hero__ribbon--2 {
      top: 14%;
      left: -38%;
      height: 22%;
      transform: rotate(-27deg) skewY(-4deg);
      background: linear-gradient(90deg, #e1bee7 0%, #ea80fc 30%, #ce93d8 65%, #f8bbd0 100%);
      box-shadow: 0 6px 22px rgba(186, 104, 200, 0.28);
      animation:
        reservation-ribbon-enter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both,
        reservation-ribbon-drift-2 8.5s ease-in-out 1.2s infinite;
    }
    .reservation-hero__ribbon--3 {
      top: 30%;
      left: -24%;
      height: 31%;
      transform: rotate(5deg) skewY(2.5deg);
      background: linear-gradient(90deg, #fff59d 0%, #ffeb3b 25%, #ffca28 55%, #ffe082 100%);
      box-shadow: 0 6px 20px rgba(255, 193, 7, 0.32);
      animation:
        reservation-ribbon-enter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both,
        reservation-ribbon-drift-3 6.5s ease-in-out 1.15s infinite;
    }
    .reservation-hero__ribbon--4 {
      top: 48%;
      left: -36%;
      height: 24%;
      transform: rotate(-13deg) skewY(-2deg);
      background: linear-gradient(90deg, #80deea 0%, #4dd0e1 35%, #26c6da 70%, #b2ebf2 100%);
      box-shadow: 0 6px 22px rgba(38, 198, 218, 0.28);
      animation:
        reservation-ribbon-enter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both,
        reservation-ribbon-drift-4 7.5s ease-in-out 1.25s infinite;
    }
    .reservation-hero__ribbon--5 {
      top: 66%;
      left: -27%;
      height: 28%;
      transform: rotate(9deg) skewY(-3.5deg);
      background: linear-gradient(90deg, #ff8fab 0%, #ff5252 40%, #f06292 75%, #ff80ab 100%);
      box-shadow: 0 7px 24px rgba(240, 98, 146, 0.32);
      animation:
        reservation-ribbon-enter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both,
        reservation-ribbon-drift-5 9s ease-in-out 1.3s infinite;
    }
    .reservation-hero__ribbons::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.38) 0%, transparent 30%),
        radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.28) 0%, transparent 34%);
      mix-blend-mode: screen;
    }
    .reservation-hero__ribbons::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.08) 45%, rgba(255,255,255,0.04) 100%);
    }

    .reservation-hero__inner {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      padding: 0 0 5%;
      box-sizing: border-box;
      z-index: 1;
    }

    /* 上段: 斜め区切り日付（左）＋ロゴ（右） */
    .reservation-hero__top {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      min-height: 28%;
    }
    .reservation-hero__date-panel {
      position: relative;
      flex: 0 1 58%;
      min-width: 0;
      clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
      background: linear-gradient(135deg, #d500f9 0%, #e91e8c 45%, #ff4081 100%);
      display: flex;
      align-items: center;
      padding: 6% 14% 6% 7%;
      box-sizing: border-box;
      box-shadow: 4px 8px 32px rgba(233, 30, 140, 0.5);
      animation: reservation-enter-slide-left 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
    }
    .reservation-hero__date-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(115deg, rgba(255,255,255,0.28) 0%, transparent 42%);
      pointer-events: none;
      animation: reservation-shimmer 3s ease-in-out 0.8s infinite;
    }
    .reservation-hero__date {
      position: relative;
      z-index: 1;
      margin: 0;
      font-size: clamp(3rem, 15vw, 4.6rem);
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.03em;
      color: #fff;
      text-shadow:
        0 0 20px rgba(255, 255, 255, 0.5),
        0 3px 0 #c2185b,
        0 5px 18px rgba(136, 14, 79, 0.55);
      animation: reservation-enter-pop 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
    }
    .reservation-hero__logo-wrap {
      flex: 0 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      padding: 5% 5% 0 0;
      position: relative;
      animation: reservation-enter-slide-right 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
    }
    .reservation-hero__logo-wrap::before {
      content: "";
      position: absolute;
      top: 2%;
      right: 2%;
      width: clamp(78px, 30%, 112px);
      height: clamp(78px, 30%, 112px);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,255,255,0.55) 0%, rgba(255,182,193,0.25) 55%, transparent 72%);
      pointer-events: none;
      animation: reservation-halo-pulse 3.5s ease-in-out 1s infinite;
    }
    .reservation-hero__logo {
      position: relative;
      z-index: 1;
      width: clamp(68px, 26%, 100px);
      height: auto;
      filter: drop-shadow(0 4px 14px rgba(50, 10, 30, 0.4));
      animation: reservation-enter-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
    }

    .reservation-hero__content {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 3% 6% 0;
      gap: 0.65em;
    }

    .reservation-hero__section-head {
      display: flex;
      align-items: center;
      gap: 0.45em;
      margin: 0 0 0.2em;
    }
    .reservation-hero__section-head::before {
      content: "◆";
      flex: 0 0 auto;
      font-size: 0.55em;
      color: #e91e8c;
      text-shadow: 0 0 8px rgba(233, 30, 140, 0.55);
    }
    .reservation-hero__section-head::after {
      content: "";
      flex: 1;
      height: 2px;
      margin-left: 0.15em;
      background: linear-gradient(90deg, rgba(233, 30, 140, 0.65) 0%, rgba(255, 255, 255, 0.45) 55%, transparent 100%);
      border-radius: 2px;
      transform-origin: left center;
    }
    .reservation-hero__venue .reservation-hero__section-head::after {
      animation: reservation-line-grow 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
    }
    .reservation-hero__booking .reservation-hero__section-head::after {
      animation: reservation-line-grow 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.05s both;
    }
    .reservation-hero__section-ja {
      font-size: clamp(0.72rem, 3vw, 0.82rem);
      font-weight: 800;
      letter-spacing: 0.12em;
      color: #4a1040;
      text-shadow: none;
    }
    .reservation-hero__section-en {
      font-size: clamp(0.58rem, 2.4vw, 0.68rem);
      font-weight: 700;
      letter-spacing: 0.18em;
      color: #6a1b5d;
      text-shadow: none;
    }

    .reservation-hero__venue {
      margin-bottom: 0.25em;
      animation: reservation-enter-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.48s both;
    }
    .reservation-hero__venue .reservation-hero__section-head {
      margin-bottom: 0.35em;
    }
    .reservation-hero__venue-body {
      margin: 0;
      font-size: clamp(1.35rem, 6.8vw, 2.05rem);
      font-weight: 900;
      line-height: 1.3;
      letter-spacing: 0.04em;
    }
    .reservation-hero__venue-name {
      color: #fff;
      -webkit-text-stroke: 2px #4a1040;
      paint-order: stroke fill;
      text-shadow:
        1px 1px 0 #4a1040,
        -1px 1px 0 #4a1040,
        1px -1px 0 #4a1040,
        -1px -1px 0 #4a1040,
        0 3px 0 #6a1b5d,
        0 5px 14px rgba(74, 16, 64, 0.55);
    }
    .reservation-hero__venue-pref {
      color: #fff9c4;
      -webkit-text-stroke: 2px #4e342e;
      paint-order: stroke fill;
      text-shadow:
        1px 1px 0 #4e342e,
        -1px 1px 0 #4e342e,
        0 3px 0 #6d4c41,
        0 0 12px rgba(255, 249, 196, 0.45);
    }
    .reservation-hero__venue-sep {
      color: rgba(255, 255, 255, 0.85);
      margin: 0 0.15em;
      font-weight: 700;
      -webkit-text-stroke: 1px #4a1040;
      paint-order: stroke fill;
    }

    .reservation-hero__title-block {
      margin-top: 0.35em;
      display: flex;
      flex-direction: column;
      gap: 0.45em;
      animation: reservation-enter-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.62s both;
    }
    .reservation-hero__title-main {
      margin: 0;
      max-width: 100%;
      font-size: clamp(0.72rem, 2.8vw, 1.35rem);
      font-weight: 900;
      line-height: 1.2;
      letter-spacing: 0.03em;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      word-break: keep-all;
      -webkit-text-stroke: 2px #3d1035;
      paint-order: stroke fill;
      text-shadow:
        1px 1px 0 #3d1035,
        -1px 1px 0 #3d1035,
        1px -1px 0 #3d1035,
        -1px -1px 0 #3d1035,
        0 3px 0 #5c1a4d,
        0 5px 16px rgba(61, 16, 53, 0.55);
      animation: reservation-theme-glow 3.2s ease-in-out 1.2s infinite;
    }
    .reservation-hero__theme {
      margin: 0;
      font-size: clamp(1.5rem, 7.8vw, 2.55rem);
      font-weight: 900;
      line-height: 1.22;
      letter-spacing: 0.05em;
      color: #fff;
      -webkit-text-stroke: 3px #3d1035;
      paint-order: stroke fill;
      text-shadow:
        2px 2px 0 #3d1035,
        -2px 2px 0 #3d1035,
        2px -2px 0 #3d1035,
        -2px -2px 0 #3d1035,
        0 4px 0 #5c1a4d,
        0 6px 0 #4a1040,
        0 8px 20px rgba(61, 16, 53, 0.6),
        0 0 24px rgba(255, 105, 180, 0.35);
      word-break: keep-all;
      animation: reservation-theme-glow 3.2s ease-in-out 1.2s infinite;
    }
    .reservation-hero__theme-mark {
      color: #fce4ec;
      -webkit-text-stroke: 2.5px #3d1035;
      font-size: 0.92em;
      text-shadow:
        1px 1px 0 #3d1035,
        -1px 1px 0 #3d1035,
        0 3px 0 #5c1a4d;
    }
    .reservation-hero__title-rest {
      margin: 0;
      font-size: clamp(0.82rem, 3.6vw, 1.1rem);
      font-weight: 800;
      line-height: 1.45;
      color: #880e4f;
      background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, #fce4ec 100%);
      padding: 0.35em 0.55em 0.35em 0.65em;
      border-left: 4px solid #e91e8c;
      border-radius: 0 8px 8px 0;
      box-shadow:
        0 4px 16px rgba(233, 30, 140, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
      word-break: keep-all;
      animation: reservation-enter-rise 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.78s both;
    }
    .reservation-hero__fallback {
      margin: 0;
      font-size: clamp(1rem, 4.5vw, 1.4rem);
      font-weight: 800;
      color: #fff;
      word-break: keep-all;
    }

    .reservation-hero__booking {
      margin-top: auto;
      padding-top: 0.5em;
      animation: reservation-enter-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.92s both;
    }
    .reservation-hero__time-range {
      display: inline-block;
      margin: 0.15em 0 0;
      padding: 0.38em 0.85em;
      font-size: clamp(1.15rem, 5.2vw, 1.55rem);
      font-weight: 900;
      letter-spacing: 0.06em;
      color: #fff;
      background: linear-gradient(135deg, rgba(0, 131, 143, 0.88) 0%, rgba(38, 198, 218, 0.78) 100%);
      border: 2px solid rgba(255, 255, 255, 0.72);
      border-radius: 999px;
      box-shadow:
        0 4px 16px rgba(0, 131, 143, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        0 0 20px rgba(128, 222, 234, 0.45);
      text-shadow:
        0 0 16px rgba(128, 222, 234, 0.7),
        0 2px 0 #00838f,
        0 4px 10px rgba(0, 131, 143, 0.4);
      animation: reservation-time-glow 2.8s ease-in-out 1.6s infinite;
    }
    .reservation-hero__time-sep {
      margin: 0 0.35em;
      font-weight: 500;
      color: #fff9c4;
      text-shadow: 0 0 10px rgba(255, 249, 196, 0.8);
    }
    .reservation-hero__time-last-label {
      margin-right: 0.2em;
      font-size: 0.82em;
      letter-spacing: 0.08em;
    }

    /* ============================================================
       composite モード（画像＋上下2行帯）
       商品画像またはカテゴリ画像が利用できるときに使用。
       画像の元アスペクト比を保つため、高さは画像に合わせて自動。
       fullAuto 用の装飾は modifier クラスで打ち消す。
       ============================================================ */
    .main-image.reservation-hero.reservation-hero--composite {
      position: relative;
      aspect-ratio: auto;
      height: auto;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(40, 48, 58, 0.28);
      box-shadow:
        0 8px 22px rgba(20, 24, 30, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03);
      font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
    }
    .main-image.reservation-hero.reservation-hero--composite::before,
    .main-image.reservation-hero.reservation-hero--composite::after {
      content: none;
    }
    .reservation-hero--composite .reservation-hero__composite {
      position: static;
      display: block;
    }
    .reservation-hero--composite .reservation-hero__band {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.45em 0.7em;
      margin: 0;
      padding: 0.8em 1.05em;
      font-weight: 500;
      letter-spacing: 0.05em;
      line-height: 1.4;
      color: #eef1f5;
      text-align: center;
      font-size: 17px;
      word-break: keep-all;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    .reservation-hero--composite .reservation-hero__band--top {
      background: linear-gradient(180deg, #343b47 0%, #282e38 100%);
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }
    .reservation-hero--composite .reservation-hero__band--top::before {
      content: "";
      position: absolute;
      top: 0;
      left: 8%;
      right: 8%;
      height: 2px;
      background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(180, 188, 200, 0.1) 15%,
        rgba(180, 188, 200, 0.38) 50%,
        rgba(180, 188, 200, 0.1) 85%,
        transparent 100%
      );
      pointer-events: none;
    }
    .reservation-hero--composite .reservation-hero__band--bottom {
      background: linear-gradient(180deg, #2a303a 0%, #1e232b 100%);
      border-top: 1px solid rgba(255, 255, 255, 0.06);
      font-size: 16px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }
    .reservation-hero--composite .reservation-hero__band-date {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      letter-spacing: 0.06em;
      line-height: 1;
    }
    .reservation-hero--composite .reservation-hero__band-sep {
      display: inline-block;
      width: 1px;
      height: 1.05em;
      background: rgba(180, 188, 200, 0.42);
      flex-shrink: 0;
    }
    .reservation-hero--composite .reservation-hero__band-label {
      font-weight: 600;
      color: rgba(255, 255, 255, 0.92);
    }
    .reservation-hero--composite .reservation-hero__band-body {
      font-weight: 500;
      color: #f7f8fa;
      letter-spacing: 0.04em;
    }
    @media (max-width: 420px) {
      .reservation-hero--composite .reservation-hero__band {
        font-size: 15px;
        padding: 0.72em 0.9em;
      }
      .reservation-hero--composite .reservation-hero__band-date {
        font-size: 18px;
      }
      .reservation-hero--composite .reservation-hero__band--bottom {
        font-size: 14px;
      }
    }
    .reservation-hero--composite .reservation-hero__media {
      display: block;
      line-height: 0;
      font-size: 0;
    }
    .reservation-hero--composite .reservation-hero__media img {
      display: block;
      width: 100%;
      height: auto;
    }

    /* ============================================================
       商品一覧サムネイル（情報帯なし）
       自動生成時のみ .reservation-hero--thumb を使う。
       商品画像・カテゴリ画像は既存 <img> の src 差し替えのみ。
       ============================================================ */
    .item-list-image .main-image.reservation-hero.reservation-hero--thumb {
      width: 100%;
      height: 200px;
      aspect-ratio: 1 / 1;
      margin-bottom: 4px;
      box-shadow: none;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__booking {
      display: none;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__sparkle,
    .item-list-image .reservation-hero--thumb .reservation-hero__corner,
    .item-list-image .reservation-hero--thumb .reservation-hero__ribbon,
    .item-list-image .reservation-hero--thumb .reservation-hero__date-panel,
    .item-list-image .reservation-hero--thumb .reservation-hero__date,
    .item-list-image .reservation-hero--thumb .reservation-hero__logo-wrap,
    .item-list-image .reservation-hero--thumb .reservation-hero__logo,
    .item-list-image .reservation-hero--thumb .reservation-hero__logo-wrap::before,
    .item-list-image .reservation-hero--thumb .reservation-hero__date-panel::before,
    .item-list-image .reservation-hero--thumb .reservation-hero__venue,
    .item-list-image .reservation-hero--thumb .reservation-hero__title-block,
    .item-list-image .reservation-hero--thumb .reservation-hero__title-main,
    .item-list-image .reservation-hero--thumb .reservation-hero__theme,
    .item-list-image .reservation-hero--thumb .reservation-hero__title-rest,
    .item-list-image .reservation-hero--thumb .reservation-hero__section-head::after {
      animation: none !important;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__date {
      font-size: 1.85rem;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__logo,
    .item-list-image .reservation-hero--thumb .reservation-hero img {
      width: 36px;
      height: auto !important;
      max-height: 36px;
      object-fit: contain;
      margin-bottom: 0;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__logo-wrap::before {
      width: 42px;
      height: 42px;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__content {
      padding: 2% 5% 0;
      gap: 0.25em;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__venue-body {
      font-size: 0.95rem;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__venue-name,
    .item-list-image .reservation-hero--thumb .reservation-hero__venue-pref {
      -webkit-text-stroke-width: 1px;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__title-main {
      font-size: 0.72rem;
      -webkit-text-stroke-width: 1px;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__theme {
      font-size: 0.9rem;
      -webkit-text-stroke-width: 1.5px;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__title-rest {
      font-size: 0.68rem;
      padding: 0.2em 0.4em;
      border-left-width: 3px;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__section-ja {
      font-size: 0.58rem;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__section-en {
      font-size: 0.5rem;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__corner {
      font-size: 0.55rem;
    }
    .item-list-image .reservation-hero--thumb .reservation-hero__corner--tl { top: 10px; left: 10px; }
    .item-list-image .reservation-hero--thumb .reservation-hero__corner--tr { top: 10px; right: 10px; }
    .item-list-image .reservation-hero--thumb .reservation-hero__corner--bl { bottom: 10px; left: 10px; }
    .item-list-image .reservation-hero--thumb .reservation-hero__corner--br { bottom: 10px; right: 10px; }
    @media screen and (max-width: 768px) {
      .item-list-image .main-image.reservation-hero.reservation-hero--thumb {
        height: auto;
      }
    }
