/*!
 * Kinokuni Job Fair LP Styles
 * Scoped under .kinokuni-lp-wrapper
 */

/* Scoped reset: prevent browser default margins from creating unwanted gaps */
.kinokuni-lp-wrapper,
.kinokuni-lp-wrapper *,
.kinokuni-lp-wrapper *::before,
.kinokuni-lp-wrapper *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.kinokuni-lp-wrapper .k-link-btn {
  cursor: pointer;
}

/* EOF FINAL COMPLETE ALIGNMENT REPAIR */
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn {
  isolation: isolate !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  border: 1px solid rgba(116, 43, 12, 0.72) !important;
  outline: 1px solid rgba(218, 177, 105, 0.64) !important;
  outline-offset: 2px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02) 46%, rgba(45,16,6,0.30)),
    linear-gradient(135deg, #e26f2d 0%, #b64a18 48%, #74280c 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,244,222,0.52),
    inset 0 -1px 0 rgba(57,17,5,0.36),
    0 10px 20px rgba(16,44,69,0.16),
    0 3px 0 rgba(16,44,69,0.35) !important;
}

.kinokuni-lp-wrapper .k-access-cta > *,
.kinokuni-lp-wrapper .k-target-cta-btn > *,
.kinokuni-lp-wrapper .k-guest-btn > * {
  position: relative !important;
  z-index: 2 !important;
  min-width: 0 !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(14px, env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 28px !important;
  grid-template-areas: "icon text arrow" !important;
  align-items: center !important;
  justify-items: stretch !important;
  column-gap: 11px !important;
  width: min(720px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
  min-height: 74px !important;
  padding: 11px 15px !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover { transform: translateX(-50%) translateY(-3px) !important; }
.kinokuni-lp-wrapper .k-access-cta-icon { grid-area: icon !important; width: 42px !important; height: 42px !important; border-radius: 14px !important; display: grid !important; place-items: center !important; justify-self: center !important; margin: 0 !important; position: relative !important; inset: auto !important; transform: none !important; background: rgba(255,255,255,0.14) !important; }
.kinokuni-lp-wrapper .k-access-cta-icon svg { width: 23px !important; height: 23px !important; stroke: #fff !important; }
.kinokuni-lp-wrapper .k-access-cta-text { grid-area: text !important; width: 100% !important; text-align: center !important; overflow: hidden !important; position: relative !important; inset: auto !important; transform: none !important; margin: 0 !important; }
.kinokuni-lp-wrapper .k-access-cta-main { font-size: clamp(20px, 5.15vw, 24px) !important; line-height: 1.08 !important; white-space: nowrap !important; overflow: hidden !important; text-decoration-thickness: 1.5px !important; text-underline-offset: 5px !important; letter-spacing: 0.01em !important; }
.kinokuni-lp-wrapper .k-access-cta-sub { font-size: clamp(12px, 3.25vw, 14px) !important; line-height: 1.2 !important; margin-top: 5px !important; white-space: nowrap !important; overflow: hidden !important; }
.kinokuni-lp-wrapper .k-access-cta-arrow { grid-area: arrow !important; width: 28px !important; height: 42px !important; border-radius: 14px !important; display: grid !important; place-items: center !important; justify-self: center !important; font-size: 26px !important; line-height: 1 !important; position: relative !important; inset: auto !important; transform: none !important; margin: 0 !important; background: rgba(255,255,255,0.14) !important; }

.kinokuni-lp-wrapper .k-target-cta-btn {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) 28px !important;
  grid-template-areas: "tag text arrow" !important;
  align-items: center !important;
  column-gap: 10px !important;
  width: min(352px, calc(100vw - 40px)) !important;
  max-width: calc(100vw - 40px) !important;
  min-height: 66px !important;
  padding: 8px 12px !important;
  margin: 0 auto !important;
}
.kinokuni-lp-wrapper .target-cta-tag { grid-area: tag !important; width: 48px !important; height: 48px !important; display: grid !important; place-items: center !important; align-content: center !important; row-gap: 0 !important; margin: 0 !important; padding: 0 !important; border-radius: 50% !important; line-height: 1 !important; position: relative !important; inset: auto !important; transform: none !important; background: rgba(255,255,255,0.16) !important; }
.kinokuni-lp-wrapper .target-cta-tag-top { font-size: 10px !important; line-height: 1.05 !important; white-space: nowrap !important; }
.kinokuni-lp-wrapper .target-cta-tag-bottom { font-size: 18px !important; line-height: 1 !important; white-space: nowrap !important; }
.kinokuni-lp-wrapper .target-cta-text { grid-area: text !important; width: 100% !important; overflow: hidden !important; text-align: center !important; position: relative !important; inset: auto !important; transform: none !important; margin: 0 !important; }
.kinokuni-lp-wrapper .target-cta-text-main { font-size: clamp(17px, 4.85vw, 20px) !important; line-height: 1.1 !important; white-space: nowrap !important; overflow: hidden !important; }
.kinokuni-lp-wrapper .target-cta-text-sub { font-size: clamp(11px, 3.2vw, 13px) !important; line-height: 1.2 !important; margin-top: 5px !important; white-space: nowrap !important; overflow: hidden !important; }
.kinokuni-lp-wrapper .target-cta-arrow { grid-area: arrow !important; width: 28px !important; height: 40px !important; display: grid !important; place-items: center !important; border-radius: 14px !important; font-size: 25px !important; line-height: 1 !important; margin: 0 !important; position: relative !important; inset: auto !important; transform: none !important; background: rgba(255,255,255,0.14) !important; }

.kinokuni-lp-wrapper .k-guest-btn {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 30px !important;
  grid-template-areas: "text arrow" !important;
  align-items: center !important;
  column-gap: 10px !important;
  width: min(352px, calc(100vw - 40px)) !important;
  max-width: calc(100vw - 40px) !important;
  min-height: 70px !important;
  padding: 11px 15px 11px 18px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.kinokuni-lp-wrapper .k-guest-btn-text { grid-area: text !important; width: 100% !important; text-align: center !important; overflow: hidden !important; position: relative !important; inset: auto !important; transform: none !important; margin: 0 !important; }
.kinokuni-lp-wrapper .k-guest-btn-main { font-size: clamp(17px, 4.8vw, 20px) !important; line-height: 1.16 !important; white-space: nowrap !important; overflow: hidden !important; }
.kinokuni-lp-wrapper .k-guest-btn-en { font-size: clamp(12px, 3.6vw, 15px) !important; line-height: 1.12 !important; margin-top: 7px !important; white-space: nowrap !important; overflow: hidden !important; }
.kinokuni-lp-wrapper .k-guest-btn-arrow { grid-area: arrow !important; width: 30px !important; height: 40px !important; display: grid !important; place-items: center !important; border-radius: 14px !important; font-size: 25px !important; line-height: 1 !important; position: relative !important; inset: auto !important; transform: none !important; margin: 0 !important; background: rgba(255,255,255,0.14) !important; }

.kinokuni-lp-wrapper .access-addr {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 10px !important;
  width: 100% !important;
  margin: 18px 0 16px !important;
  padding: 0 !important;
  color: #20242a !important;
  font-size: clamp(20px, 5.4vw, 24px) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}
.kinokuni-lp-wrapper .access-addr svg { width: 22px !important; height: 22px !important; display: block !important; align-self: center !important; justify-self: center !important; fill: #ee7b30 !important; margin: 0 !important; transform: none !important; }
.kinokuni-lp-wrapper .access-info-card { display: grid !important; gap: 0 !important; padding: 6px 16px !important; }
.kinokuni-lp-wrapper .access-row {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 10px !important;
  min-height: 48px !important;
  padding: 11px 0 !important;
}
.kinokuni-lp-wrapper .access-row-icon { width: 24px !important; height: 24px !important; display: grid !important; place-items: center !important; background: transparent !important; border-radius: 0 !important; margin: 0 !important; }
.kinokuni-lp-wrapper .access-row-icon svg { width: 19px !important; height: 19px !important; display: block !important; fill: #ee7b30 !important; stroke: #ee7b30 !important; margin: 0 !important; transform: none !important; }
.kinokuni-lp-wrapper .access-row-text { display: block !important; min-width: 0 !important; color: #3b3f45 !important; font-size: clamp(16px, 4.2vw, 19px) !important; font-weight: 700 !important; line-height: 1.35 !important; text-align: left !important; }

.kinokuni-lp-wrapper .target-note {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 14px !important;
  width: 100% !important;
  margin-top: 18px !important;
  padding: 18px !important;
  border: 1px solid #f2d4bb !important;
  border-radius: 20px !important;
  background: #fffbf6 !important;
  box-shadow: 0 10px 22px rgba(111,39,12,0.06) !important;
}
.kinokuni-lp-wrapper .target-note-icon { width: 62px !important; height: 62px !important; border-radius: 50% !important; display: grid !important; place-items: center !important; background: #fff3e7 !important; margin: 0 !important; }
.kinokuni-lp-wrapper .target-note-icon svg { width: 38px !important; height: 38px !important; display: block !important; stroke: #ee7b30 !important; fill: none !important; margin: 0 !important; }
.kinokuni-lp-wrapper .target-note-text { display: block !important; min-width: 0 !important; color: #5a5d63 !important; font-size: clamp(15px, 3.85vw, 17px) !important; font-weight: 700 !important; line-height: 1.65 !important; text-align: left !important; }

@media (max-width: 360px) {
  .kinokuni-lp-wrapper .target-note { grid-template-columns: 56px minmax(0, 1fr) !important; padding: 16px 14px !important; column-gap: 10px !important; }
  .kinokuni-lp-wrapper .target-note-icon { width: 52px !important; height: 52px !important; }
  .kinokuni-lp-wrapper .target-note-icon svg { width: 32px !important; height: 32px !important; }
}

/* EOF PREMIUM BUTTON + HEADLINE REFINEMENT */
.kinokuni-lp-wrapper {
  --lp-copper-bright: #E36F2C;
  --lp-copper: #B64A18;
  --lp-copper-deep: #6F270C;
  --lp-gold-soft: #E2BE78;
  --lp-cream: #FFF4E5;
  --lp-navy-shadow: #102C45;
  --lp-ink-rich: #171C22;
}

.kinokuni-lp-wrapper .target-cta-headline {
  font-family: "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Zen Kaku Gothic New", system-ui, sans-serif !important;
  font-size: clamp(24px, 6.3vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.58 !important;
  letter-spacing: 0.035em !important;
  color: var(--lp-ink-rich) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75) !important;
  margin-bottom: 20px !important;
  padding: 0 42px !important;
}

.kinokuni-lp-wrapper .target-cta-headline::before,
.kinokuni-lp-wrapper .target-cta-headline::after {
  width: 6px !important;
  height: 35px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--lp-gold-soft) 0%, var(--lp-copper-bright) 48%, var(--lp-copper) 100%) !important;
  box-shadow: 0 5px 12px rgba(111, 39, 12, 0.18) !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {border: 1px solid rgba(111, 39, 12, 0.72) !important;
  outline: 1px solid rgba(226, 190, 120, 0.58) !important;
  outline-offset: 3px !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 237, 203, 0.34) 0%, rgba(255, 237, 203, 0) 34%),
    linear-gradient(180deg, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.03) 42%, rgba(58, 19, 5, 0.30) 100%),
    linear-gradient(135deg, var(--lp-copper-bright) 0%, var(--lp-copper) 46%, var(--lp-copper-deep) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 234, 0.52),
    inset 0 -1px 0 rgba(50, 14, 4, 0.34),
    0 14px 28px rgba(16, 44, 69, 0.20),
    0 4px 0 rgba(16, 44, 69, 0.42) !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease !important;
}

.kinokuni-lp-wrapper .k-entry-btn > *,
.kinokuni-lp-wrapper .k-access-cta > *,
.kinokuni-lp-wrapper .k-date-btn > *,
.kinokuni-lp-wrapper .k-target-cta-btn > *,
.kinokuni-lp-wrapper .k-guest-btn > *,
.kinokuni-lp-wrapper .k-pamphlet-btn > * {z-index: 1 !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {filter: saturate(1.06) brightness(1.03) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 238, 0.62),
    inset 0 -1px 0 rgba(50, 14, 4, 0.28),
    0 18px 34px rgba(16, 44, 69, 0.25),
    0 5px 0 rgba(16, 44, 69, 0.40) !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  grid-template-columns: 48px minmax(0, 1fr) 34px !important;
  column-gap: 12px !important;
  width: min(720px, calc(100vw - 36px)) !important;
  max-width: calc(100vw - 36px) !important;
  min-height: 82px !important;
  padding: 13px 22px !important;
  border-radius: 22px !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-3px) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .k-access-cta-arrow,
.kinokuni-lp-wrapper .target-cta-tag,
.kinokuni-lp-wrapper .date-circle,
.kinokuni-lp-wrapper .date-arrow,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn-arrow {
  background: linear-gradient(180deg, rgba(255, 248, 232, 0.22), rgba(16, 44, 69, 0.24)) !important;
  color: #FFFFFF !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 222, 0.30),
    0 4px 12px rgba(16, 44, 69, 0.16) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 15px !important;
}

.kinokuni-lp-wrapper .k-access-cta-arrow {
  width: 34px !important;
  height: 48px !important;
  border-radius: 15px !important;
  font-size: 29px !important;
}

.kinokuni-lp-wrapper .k-access-cta-main,
.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .date-text-main,
.kinokuni-lp-wrapper .target-cta-text-main,
.kinokuni-lp-wrapper .k-guest-btn-main,
.kinokuni-lp-wrapper .k-pamphlet-btn-text {
  font-family: "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Zen Kaku Gothic New", system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.025em !important;
  text-shadow: 0 2px 2px rgba(16, 44, 69, 0.24) !important;
}

.kinokuni-lp-wrapper .k-access-cta-main {
  font-size: clamp(24px, 3.3vw, 34px) !important;
  line-height: 1.08 !important;
  text-decoration-color: rgba(255, 244, 224, 0.82) !important;
}

.kinokuni-lp-wrapper .k-access-cta-sub,
.kinokuni-lp-wrapper .k-entry-btn-sub,
.kinokuni-lp-wrapper .date-text-top,
.kinokuni-lp-wrapper .date-text-en,
.kinokuni-lp-wrapper .target-cta-text-sub,
.kinokuni-lp-wrapper .k-guest-btn-en {
  color: rgba(255, 246, 228, 0.90) !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}

.kinokuni-lp-wrapper .k-target-cta-btn {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) 34px !important;
  gap: 12px !important;
  align-items: center !important;
  max-width: 370px !important;
  min-height: 68px !important;
  padding: 7px 14px 7px 7px !important;
  border-radius: 999px !important;
}

.kinokuni-lp-wrapper .target-cta-tag {
  width: 58px !important;
  height: 58px !important;
  margin: 0 !important;
  border-radius: 50% !important;
}

.kinokuni-lp-wrapper .target-cta-arrow {
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .target-cta-headline {
    font-size: clamp(23px, 6vw, 28px) !important;
    line-height: 1.58 !important;
    padding: 0 34px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 40px minmax(0, 1fr) 26px !important;
    column-gap: 9px !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 74px !important;
    padding: 11px 14px !important;
    border-radius: 20px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 13px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon svg {
    width: 23px !important;
    height: 23px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-arrow {
    width: 26px !important;
    height: 40px !important;
    border-radius: 13px !important;
    font-size: 25px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-main {
    font-size: clamp(20px, 5.45vw, 23px) !important;
    letter-spacing: 0.01em !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-sub {
    font-size: clamp(12px, 3.25vw, 14px) !important;
    margin-top: 5px !important;
  }

  .kinokuni-lp-wrapper .k-target-cta-btn {
    grid-template-columns: 50px minmax(0, 1fr) 28px !important;
    gap: 9px !important;
    width: min(100%, 350px) !important;
    min-height: 62px !important;
    padding: 6px 12px 6px 6px !important;
  }

  .kinokuni-lp-wrapper .target-cta-tag {
    width: 50px !important;
    height: 50px !important;
  }

  .kinokuni-lp-wrapper .target-cta-text-main {
    font-size: clamp(15px, 4.35vw, 18px) !important;
    white-space: nowrap !important;
  }

  .kinokuni-lp-wrapper .target-cta-arrow {
    width: 28px !important;
    height: 28px !important;
  }
}

/* ============================================================
   FINAL OVERRIDE 2026-05-21
   - CTAのチープな淡色・重なりを最終的に解消
   - Googleマップを表示領域ごと固定
============================================================ */
.kinokuni-lp-wrapper {
  --lp-orange: #F05A16;
  --lp-orange-hot: #FF7A1A;
  --lp-orange-deep: #B93A0B;
  --lp-navy: #123A64;
  --lp-navy-dark: #092641;
  --lp-cream: #FFF7EF;
}

.kinokuni-lp-wrapper .s-event,
.kinokuni-lp-wrapper .s-target,
.kinokuni-lp-wrapper .s-guest {
  background: linear-gradient(180deg, #FFF7EF 0%, #FFFFFF 100%) !important;
}

.kinokuni-lp-wrapper .map-placeholder.map-embed {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 320px !important;
  min-height: 320px !important;
  margin: 22px 0 96px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 2px solid rgba(18, 58, 100, 0.18) !important;
  border-radius: 16px !important;
  background: #DDE7EF !important;
  box-shadow: 0 16px 32px rgba(9, 38, 65, 0.14) !important;
}

.kinokuni-lp-wrapper .map-placeholder.map-embed iframe {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 320px !important;
  border: 0 !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {
  border: 0 !important;
  border-radius: 16px !important;
  color: #FFFFFF !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.03) 42%, rgba(0,0,0,0.22) 100%),
    linear-gradient(135deg, var(--lp-orange-hot) 0%, var(--lp-orange) 42%, var(--lp-orange-deep) 100%) !important;
  box-shadow:
    0 18px 0 -10px var(--lp-navy),
    0 24px 38px rgba(9, 38, 65, 0.24),
    0 8px 18px rgba(185, 58, 11, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.55) !important;
  }

.kinokuni-lp-wrapper .k-entry-btn > *,
.kinokuni-lp-wrapper .k-access-cta > *,
.kinokuni-lp-wrapper .k-date-btn > *,
.kinokuni-lp-wrapper .k-target-cta-btn > *,
.kinokuni-lp-wrapper .k-guest-btn > *,
.kinokuni-lp-wrapper .k-pamphlet-btn > * {z-index: 2 !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {filter: saturate(1.1) contrast(1.02) brightness(1.02) !important;
  box-shadow:
    0 20px 0 -10px var(--lp-navy-dark),
    0 30px 46px rgba(9, 38, 65, 0.30),
    0 10px 22px rgba(185, 58, 11, 0.26),
    inset 0 1px 0 rgba(255,255,255,0.62) !important;
}

.kinokuni-lp-wrapper .date-circle,
.kinokuni-lp-wrapper .target-cta-tag,
.kinokuni-lp-wrapper .date-arrow,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn-arrow {
  background: rgba(9, 38, 65, 0.20) !important;
  color: #FFFFFF !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24) !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(14px, env(safe-area-inset-bottom)) !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) 30px !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 14px !important;
  width: min(760px, calc(100vw - 48px)) !important;
  max-width: calc(100vw - 48px) !important;
  min-height: 86px !important;
  padding: 14px 24px !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-4px) !important;
  filter: saturate(1.1) contrast(1.02) brightness(1.02) !important;
}

.kinokuni-lp-wrapper .k-access-cta:active {
  transform: translateX(-50%) translateY(-1px) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .k-access-cta-arrow {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  background: rgba(9, 38, 65, 0.20) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon {
  width: 54px !important;
  height: 54px !important;
  border-radius: 14px !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon svg {
  width: 30px !important;
  height: 30px !important;
  stroke: #FFFFFF !important;
}

.kinokuni-lp-wrapper .k-access-cta-arrow {
  width: 30px !important;
  height: 54px !important;
  border-radius: 12px !important;
  font-size: 34px !important;
  line-height: 1 !important;
}

.kinokuni-lp-wrapper .k-access-cta-text {
  width: 100% !important;
  min-width: 0 !important;
  color: #FFFFFF !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .k-access-cta-main {
  display: block !important;
  width: 100% !important;
  color: #FFFFFF !important;
  font-size: clamp(26px, 4vw, 38px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
  text-shadow: 0 2px 0 rgba(9, 38, 65, 0.20) !important;
}

.kinokuni-lp-wrapper .k-access-cta-sub {
  display: block !important;
  margin-top: 8px !important;
  color: rgba(255,255,255,0.96) !important;
  font-size: clamp(15px, 2vw, 20px) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 42px minmax(0, 1fr) 22px !important;
    column-gap: 10px !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    min-height: 76px !important;
    padding: 12px 16px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon svg {
    width: 25px !important;
    height: 25px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-arrow {
    width: 22px !important;
    height: 42px !important;
    font-size: 28px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-main {
    font-size: clamp(21px, 6.1vw, 25px) !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-sub {
    font-size: clamp(13px, 3.6vw, 15px) !important;
    margin-top: 6px !important;
  }

  .kinokuni-lp-wrapper .map-placeholder.map-embed,
  .kinokuni-lp-wrapper .map-placeholder.map-embed iframe {
    height: 280px !important;
    min-height: 280px !important;
  }
}

/* EOF LUXURY TONE REFINEMENT */
.kinokuni-lp-wrapper {
  --lp-orange: #D85B1B;
  --lp-orange-hot: #EF7A2B;
  --lp-orange-deep: #93360F;
  --lp-gold: #D8A85C;
  --lp-navy: #183A59;
  --lp-navy-dark: #0D2438;
  --lp-ink: #20242A;
}

.kinokuni-lp-wrapper .target-cta-headline {
  font-family: 'Zen Kaku Gothic New', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(25px, 7.1vw, 32px) !important;
  font-weight: 800 !important;
  line-height: 1.48 !important;
  letter-spacing: 0.02em !important;
  color: var(--lp-ink) !important;
  text-shadow: none !important;
  margin-bottom: 18px !important;
  padding: 0 44px !important;
}

.kinokuni-lp-wrapper .target-cta-headline::before,
.kinokuni-lp-wrapper .target-cta-headline::after {
  width: 6px !important;
  height: 34px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--lp-gold) 0%, var(--lp-orange) 100%) !important;
  top: 50% !important;
  opacity: 0.95 !important;
}

.kinokuni-lp-wrapper .target-cta-headline::before {
  left: 18px !important;
  transform: translateY(-50%) rotate(-27deg) !important;
}

.kinokuni-lp-wrapper .target-cta-headline::after {
  right: 18px !important;
  transform: translateY(-50%) rotate(27deg) !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.04) 38%, rgba(26, 11, 5, 0.22) 100%),
    linear-gradient(135deg, #E87832 0%, #C84D16 50%, #8E310E 100%) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.55) inset,
    0 -1px 0 rgba(39,16,5,0.22) inset,
    0 10px 22px rgba(24, 58, 89, 0.18),
    0 3px 0 rgba(13, 36, 56, 0.42) !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {filter: saturate(1.04) brightness(1.02) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.62) inset,
    0 -1px 0 rgba(39,16,5,0.18) inset,
    0 15px 28px rgba(24, 58, 89, 0.22),
    0 4px 0 rgba(13, 36, 56, 0.40) !important;
}

.kinokuni-lp-wrapper .date-circle,
.kinokuni-lp-wrapper .target-cta-tag,
.kinokuni-lp-wrapper .date-arrow,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn-arrow,
.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .k-access-cta-arrow {
  background: rgba(13, 36, 56, 0.24) !important;
  color: #FFFFFF !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 234, 197, 0.26),
    0 4px 10px rgba(13, 36, 56, 0.14) !important;
}

.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .k-access-cta-main,
.kinokuni-lp-wrapper .date-text-main,
.kinokuni-lp-wrapper .target-cta-text-main,
.kinokuni-lp-wrapper .k-guest-btn-main,
.kinokuni-lp-wrapper .k-pamphlet-btn-text {
  font-family: 'Zen Kaku Gothic New', system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  text-shadow: 0 1px 1px rgba(13, 36, 56, 0.22) !important;
}

.kinokuni-lp-wrapper .k-entry-btn-sub,
.kinokuni-lp-wrapper .k-access-cta-sub,
.kinokuni-lp-wrapper .date-text-top,
.kinokuni-lp-wrapper .date-text-en,
.kinokuni-lp-wrapper .target-cta-text-sub,
.kinokuni-lp-wrapper .k-guest-btn-en {
  color: rgba(255, 244, 224, 0.88) !important;
  letter-spacing: 0.04em !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  box-shadow:
    0 1px 0 rgba(255,255,255,0.55) inset,
    0 -1px 0 rgba(39,16,5,0.22) inset,
    0 16px 30px rgba(24, 58, 89, 0.24),
    0 4px 0 rgba(13, 36, 56, 0.46) !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-3px) !important;
  filter: saturate(1.04) brightness(1.02) !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .target-cta-headline {
    font-size: clamp(24px, 6.6vw, 29px) !important;
    line-height: 1.52 !important;
    padding: 0 36px !important;
  }

  .kinokuni-lp-wrapper .target-cta-headline::before {
    left: 12px !important;
  }

  .kinokuni-lp-wrapper .target-cta-headline::after {
    right: 12px !important;
  }
}

/* EOF PREMIUM BUTTON + HEADLINE REFINEMENT - FINAL */
.kinokuni-lp-wrapper {
  --lp-copper-bright: #E36F2C;
  --lp-copper: #B64A18;
  --lp-copper-deep: #6F270C;
  --lp-gold-soft: #E2BE78;
  --lp-cream: #FFF4E5;
  --lp-navy-shadow: #102C45;
  --lp-ink-rich: #171C22;
}

.kinokuni-lp-wrapper .target-cta-headline {
  font-family: "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Zen Kaku Gothic New", system-ui, sans-serif !important;
  font-size: clamp(24px, 6.3vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.58 !important;
  letter-spacing: 0.035em !important;
  color: var(--lp-ink-rich) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75) !important;
  margin-bottom: 20px !important;
  padding: 0 42px !important;
}

.kinokuni-lp-wrapper .target-cta-headline::before,
.kinokuni-lp-wrapper .target-cta-headline::after {
  width: 6px !important;
  height: 35px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--lp-gold-soft) 0%, var(--lp-copper-bright) 48%, var(--lp-copper) 100%) !important;
  box-shadow: 0 5px 12px rgba(111, 39, 12, 0.18) !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {border: 1px solid rgba(111, 39, 12, 0.72) !important;
  outline: 1px solid rgba(226, 190, 120, 0.58) !important;
  outline-offset: 3px !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 237, 203, 0.34) 0%, rgba(255, 237, 203, 0) 34%),
    linear-gradient(180deg, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.03) 42%, rgba(58, 19, 5, 0.30) 100%),
    linear-gradient(135deg, var(--lp-copper-bright) 0%, var(--lp-copper) 46%, var(--lp-copper-deep) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 234, 0.52),
    inset 0 -1px 0 rgba(50, 14, 4, 0.34),
    0 14px 28px rgba(16, 44, 69, 0.20),
    0 4px 0 rgba(16, 44, 69, 0.42) !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease !important;
}

.kinokuni-lp-wrapper .k-entry-btn > *,
.kinokuni-lp-wrapper .k-access-cta > *,
.kinokuni-lp-wrapper .k-date-btn > *,
.kinokuni-lp-wrapper .k-target-cta-btn > *,
.kinokuni-lp-wrapper .k-guest-btn > *,
.kinokuni-lp-wrapper .k-pamphlet-btn > * {z-index: 1 !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {filter: saturate(1.06) brightness(1.03) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 238, 0.62),
    inset 0 -1px 0 rgba(50, 14, 4, 0.28),
    0 18px 34px rgba(16, 44, 69, 0.25),
    0 5px 0 rgba(16, 44, 69, 0.40) !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  grid-template-columns: 48px minmax(0, 1fr) 34px !important;
  column-gap: 12px !important;
  width: min(720px, calc(100vw - 36px)) !important;
  max-width: calc(100vw - 36px) !important;
  min-height: 82px !important;
  padding: 13px 22px !important;
  border-radius: 22px !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-3px) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .k-access-cta-arrow,
.kinokuni-lp-wrapper .target-cta-tag,
.kinokuni-lp-wrapper .date-circle,
.kinokuni-lp-wrapper .date-arrow,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn-arrow {
  background: linear-gradient(180deg, rgba(255, 248, 232, 0.22), rgba(16, 44, 69, 0.24)) !important;
  color: #FFFFFF !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 222, 0.30),
    0 4px 12px rgba(16, 44, 69, 0.16) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 15px !important;
}

.kinokuni-lp-wrapper .k-access-cta-arrow {
  width: 34px !important;
  height: 48px !important;
  border-radius: 15px !important;
  font-size: 29px !important;
}

.kinokuni-lp-wrapper .k-access-cta-main,
.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .date-text-main,
.kinokuni-lp-wrapper .target-cta-text-main,
.kinokuni-lp-wrapper .k-guest-btn-main,
.kinokuni-lp-wrapper .k-pamphlet-btn-text {
  font-family: "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Zen Kaku Gothic New", system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.025em !important;
  text-shadow: 0 2px 2px rgba(16, 44, 69, 0.24) !important;
}

.kinokuni-lp-wrapper .k-access-cta-main {
  font-size: clamp(24px, 3.3vw, 34px) !important;
  line-height: 1.08 !important;
  text-decoration-color: rgba(255, 244, 224, 0.82) !important;
}

.kinokuni-lp-wrapper .k-access-cta-sub,
.kinokuni-lp-wrapper .k-entry-btn-sub,
.kinokuni-lp-wrapper .date-text-top,
.kinokuni-lp-wrapper .date-text-en,
.kinokuni-lp-wrapper .target-cta-text-sub,
.kinokuni-lp-wrapper .k-guest-btn-en {
  color: rgba(255, 246, 228, 0.90) !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}

.kinokuni-lp-wrapper .k-target-cta-btn {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) 34px !important;
  gap: 12px !important;
  align-items: center !important;
  max-width: 370px !important;
  min-height: 68px !important;
  padding: 7px 14px 7px 7px !important;
  border-radius: 999px !important;
}

.kinokuni-lp-wrapper .target-cta-tag {
  width: 58px !important;
  height: 58px !important;
  margin: 0 !important;
  border-radius: 50% !important;
}

.kinokuni-lp-wrapper .target-cta-arrow {
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .target-cta-headline {
    font-size: clamp(23px, 6vw, 28px) !important;
    line-height: 1.58 !important;
    padding: 0 34px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 40px minmax(0, 1fr) 26px !important;
    column-gap: 9px !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 74px !important;
    padding: 11px 14px !important;
    border-radius: 20px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 13px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon svg {
    width: 23px !important;
    height: 23px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-arrow {
    width: 26px !important;
    height: 40px !important;
    border-radius: 13px !important;
    font-size: 25px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-main {
    font-size: clamp(20px, 5.45vw, 23px) !important;
    letter-spacing: 0.01em !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-sub {
    font-size: clamp(12px, 3.25vw, 14px) !important;
    margin-top: 5px !important;
  }

  .kinokuni-lp-wrapper .k-target-cta-btn {
    grid-template-columns: 50px minmax(0, 1fr) 28px !important;
    gap: 9px !important;
    width: min(100%, 350px) !important;
    min-height: 62px !important;
    padding: 6px 12px 6px 6px !important;
  }

  .kinokuni-lp-wrapper .target-cta-tag {
    width: 50px !important;
    height: 50px !important;
  }

  .kinokuni-lp-wrapper .target-cta-text-main {
    font-size: clamp(15px, 4.35vw, 18px) !important;
    white-space: nowrap !important;
  }

  .kinokuni-lp-wrapper .target-cta-arrow {
    width: 28px !important;
    height: 28px !important;
  }
}

/* EOF LUXURY TONE REFINEMENT */
.kinokuni-lp-wrapper {
  --lp-orange: #D85B1B;
  --lp-orange-hot: #EF7A2B;
  --lp-orange-deep: #93360F;
  --lp-gold: #D8A85C;
  --lp-navy: #183A59;
  --lp-navy-dark: #0D2438;
  --lp-ink: #20242A;
}

.kinokuni-lp-wrapper .target-cta-headline {
  font-family: 'Zen Kaku Gothic New', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(25px, 7.1vw, 32px) !important;
  font-weight: 800 !important;
  line-height: 1.48 !important;
  letter-spacing: 0.02em !important;
  color: var(--lp-ink) !important;
  text-shadow: none !important;
  margin-bottom: 18px !important;
  padding: 0 44px !important;
}

.kinokuni-lp-wrapper .target-cta-headline::before,
.kinokuni-lp-wrapper .target-cta-headline::after {
  width: 6px !important;
  height: 34px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--lp-gold) 0%, var(--lp-orange) 100%) !important;
  top: 50% !important;
  opacity: 0.95 !important;
}

.kinokuni-lp-wrapper .target-cta-headline::before {
  left: 18px !important;
  transform: translateY(-50%) rotate(-27deg) !important;
}

.kinokuni-lp-wrapper .target-cta-headline::after {
  right: 18px !important;
  transform: translateY(-50%) rotate(27deg) !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.04) 38%, rgba(26, 11, 5, 0.22) 100%),
    linear-gradient(135deg, #E87832 0%, #C84D16 50%, #8E310E 100%) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.55) inset,
    0 -1px 0 rgba(39,16,5,0.22) inset,
    0 10px 22px rgba(24, 58, 89, 0.18),
    0 3px 0 rgba(13, 36, 56, 0.42) !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {filter: saturate(1.04) brightness(1.02) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.62) inset,
    0 -1px 0 rgba(39,16,5,0.18) inset,
    0 15px 28px rgba(24, 58, 89, 0.22),
    0 4px 0 rgba(13, 36, 56, 0.40) !important;
}

.kinokuni-lp-wrapper .date-circle,
.kinokuni-lp-wrapper .target-cta-tag,
.kinokuni-lp-wrapper .date-arrow,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn-arrow,
.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .k-access-cta-arrow {
  background: rgba(13, 36, 56, 0.24) !important;
  color: #FFFFFF !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 234, 197, 0.26),
    0 4px 10px rgba(13, 36, 56, 0.14) !important;
}

.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .k-access-cta-main,
.kinokuni-lp-wrapper .date-text-main,
.kinokuni-lp-wrapper .target-cta-text-main,
.kinokuni-lp-wrapper .k-guest-btn-main,
.kinokuni-lp-wrapper .k-pamphlet-btn-text {
  font-family: 'Zen Kaku Gothic New', system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  text-shadow: 0 1px 1px rgba(13, 36, 56, 0.22) !important;
}

.kinokuni-lp-wrapper .k-entry-btn-sub,
.kinokuni-lp-wrapper .k-access-cta-sub,
.kinokuni-lp-wrapper .date-text-top,
.kinokuni-lp-wrapper .date-text-en,
.kinokuni-lp-wrapper .target-cta-text-sub,
.kinokuni-lp-wrapper .k-guest-btn-en {
  color: rgba(255, 244, 224, 0.88) !important;
  letter-spacing: 0.04em !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  box-shadow:
    0 1px 0 rgba(255,255,255,0.55) inset,
    0 -1px 0 rgba(39,16,5,0.22) inset,
    0 16px 30px rgba(24, 58, 89, 0.24),
    0 4px 0 rgba(13, 36, 56, 0.46) !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-3px) !important;
  filter: saturate(1.04) brightness(1.02) !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .target-cta-headline {
    font-size: clamp(24px, 6.6vw, 29px) !important;
    line-height: 1.52 !important;
    padding: 0 36px !important;
  }

  .kinokuni-lp-wrapper .target-cta-headline::before {
    left: 12px !important;
  }

  .kinokuni-lp-wrapper .target-cta-headline::after {
    right: 12px !important;
  }
}

/* ============================================================
   WordPress theme width / clipping reset
   - LP表示ページだけ body/html に専用クラスを付与
   - テーマ側の entry-content / container の左右余白・max-width を解除
   - LP本体はPCでもスマホ幅390pxで中央固定
============================================================ */

.kinokuni-lp-wrapper,
.kinokuni-lp-wrapper *,
.kinokuni-lp-wrapper *::before,
.kinokuni-lp-wrapper *::after {
  box-sizing: border-box;
}

html.kinokuni-lp-active,
body.kinokuni-lp-active {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #FFFFFF !important;
}

body.kinokuni-lp-active #wpadminbar {
  max-width: 100% !important;
}

/* WordPressテーマ側の親要素で見切れ・左余白が出る場合の対策 */
body.kinokuni-lp-active #page,
body.kinokuni-lp-active .site,
body.kinokuni-lp-active .site-content,
body.kinokuni-lp-active .content-area,
body.kinokuni-lp-active .site-main,
body.kinokuni-lp-active main,
body.kinokuni-lp-active article,
body.kinokuni-lp-active .entry-content,
body.kinokuni-lp-active .page-content,
body.kinokuni-lp-active .post-content,
body.kinokuni-lp-active .wp-block-post-content,
body.kinokuni-lp-active .wp-site-blocks,
body.kinokuni-lp-active .is-layout-constrained,
body.kinokuni-lp-active .is-layout-flow,
body.kinokuni-lp-active .wp-block-group,
body.kinokuni-lp-active .wp-block-group__inner-container {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

/* :has対応ブラウザ向け。bodyクラス付与前にも効かせる保険 */
:where(#page, .site, .site-content, .content-area, .site-main, main, article, .entry-content, .page-content, .post-content, .wp-block-post-content, .wp-site-blocks, .is-layout-constrained, .is-layout-flow, .wp-block-group, .wp-block-group__inner-container):has(.kinokuni-lp-wrapper) {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

body.kinokuni-lp-active #page,
body.kinokuni-lp-active .site,
body.kinokuni-lp-active .site-content,
body.kinokuni-lp-active main {
  background: #FFFFFF !important;
}

.kinokuni-lp-wrapper {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  background: #FFFFFF;
  color: #2B2B2B;
  -webkit-font-smoothing: antialiased;
  width: min(100%, 390px) !important;
  max-width: 390px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  position: relative;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  overflow-x: hidden !important;
  display: block !important;
  clear: both;
}

.kinokuni-lp-wrapper-inner {
  width: 100% !important;
  max-width: 390px !important;
  min-width: 0 !important;
  flex: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #FFFFFF;
  overflow: hidden !important;
  position: relative;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  display: block !important;
}

.kinokuni-lp-wrapper img,
.kinokuni-lp-wrapper iframe,
.kinokuni-lp-wrapper video,
.kinokuni-lp-wrapper svg {
  max-width: 100%;
}

.kinokuni-lp-wrapper svg {
  display: block;
  flex-shrink: 0;
}

/* Typography / line-break tuning */
.kinokuni-lp-wrapper {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.kinokuni-lp-wrapper .event-title,
.kinokuni-lp-wrapper .k-guest-title,
.kinokuni-lp-wrapper .k-gift-title,
.kinokuni-lp-wrapper .pamphlet-title,
.kinokuni-lp-wrapper .access-title,
.kinokuni-lp-wrapper .detail-headline-line,
.kinokuni-lp-wrapper .target-cta-headline,
.kinokuni-lp-wrapper .features-title,
.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .k-guest-btn-main,
.kinokuni-lp-wrapper .k-pamphlet-btn-text {
  text-wrap: balance;
}

.kinokuni-lp-wrapper .detail-body,
.kinokuni-lp-wrapper .access-row-text,
.kinokuni-lp-wrapper .target-text,
.kinokuni-lp-wrapper .target-note-text,
.kinokuni-lp-wrapper .benefit-text,
.kinokuni-lp-wrapper .pamphlet-desc,
.kinokuni-lp-wrapper .pamphlet-tag,
.kinokuni-lp-wrapper .info-place-main {
  text-wrap: pretty;
}

.kinokuni-lp-wrapper .event-title-en2,
.kinokuni-lp-wrapper .date-text-en,
.kinokuni-lp-wrapper .k-guest-btn-en {
  white-space: nowrap;
}

.kinokuni-lp-wrapper img { display: block; height: auto; }
.kinokuni-lp-wrapper a { color: inherit; text-decoration: none; }
.kinokuni-lp-wrapper button { font-family: inherit; border: none; cursor: pointer; }

/* ============================================================
   SECTION 0: HERO (画像埋め込み)
============================================================ */ .kinokuni-lp-wrapper .s-hero {
  width: 100%;
  background: #FFFFFF;
  line-height: 0;
}

.kinokuni-lp-wrapper .s-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.kinokuni-lp-wrapper .s-hero-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ============================================================
   SECTION 1: EVENT INFORMATION
============================================================ */ .kinokuni-lp-wrapper .s-event {
  background: #FBEFE5;
  padding: 32px 22px 28px;
  position: relative;
}

/* S1→S2 繋ぎ: クリームから白への波形 */ .kinokuni-lp-wrapper .s-event::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 24' preserveAspectRatio='none'><path d='M0,24 L0,12 C60,2 130,22 195,12 C260,2 330,22 390,12 L390,24 Z' fill='%23FFFFFF'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

/* 左上のドットパターン */ .kinokuni-lp-wrapper .s-event::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 90px;
  height: 70px;
  background-image: radial-gradient(circle, #F8B98A 1.6px, transparent 1.6px);
  background-size: 10px 10px;
  opacity: 0.7;
}

.kinokuni-lp-wrapper .event-lead {
  font-size: 14px;
  font-weight: 500;
  color: #4A4A4A;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}

.kinokuni-lp-wrapper .event-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(36px, 11.3vw, 44px);
  line-height: 1.0;
  letter-spacing: -0.005em;
  color: #1A1A1A;
  position: relative;
  z-index: 2;
}

.kinokuni-lp-wrapper .event-title-en2 {
  color: #EE7B30;
  display: block;
  margin-top: 4px;
}

.kinokuni-lp-wrapper .k-event-sub-wrap {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 2px solid #EE7B30;
  display: inline-block;
}

.kinokuni-lp-wrapper .event-sub {
  font-size: 14px;
  font-weight: 700;
  color: #3A3A3A;
}

/* 情報カード（DATE/TIME/PLACE） */ .kinokuni-lp-wrapper .event-cards {
  margin-top: 22px;
}

.kinokuni-lp-wrapper .info-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(220, 130, 60, 0.08);
}

.kinokuni-lp-wrapper .info-card + .info-card {
  margin-top: 12px;
}

.kinokuni-lp-wrapper .info-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 2px solid #EE7B30;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
}

.kinokuni-lp-wrapper .info-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #EE7B30;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kinokuni-lp-wrapper .info-icon-label {
  font-family: 'Archivo Black', sans-serif;
  font-size: 9px;
  color: #EE7B30;
  letter-spacing: 0.06em;
}

.kinokuni-lp-wrapper .info-main {
  font-family: 'Archivo Black', sans-serif;
  font-size: 30px;
  color: #EE7B30;
  line-height: 1.0;
  letter-spacing: -0.01em;
}

.kinokuni-lp-wrapper .info-main .day {
  font-size: 13px;
  color: #6A6A6A;
  font-family: 'Archivo Black', sans-serif;
  margin-left: 3px;
  margin-right: 6px;
  letter-spacing: 0;
}

.kinokuni-lp-wrapper .info-sub {
  font-size: 12px;
  color: #6A6A6A;
  margin-top: 6px;
}

.kinokuni-lp-wrapper .info-place-main {
  font-size: 16px;
  font-weight: 700;
  color: #2B2B2B;
  line-height: 1.4;
}

.kinokuni-lp-wrapper .info-place-sub {
  font-size: 12px;
  color: #6A6A6A;
  margin-top: 3px;
}

/* 会場の雰囲気 */ .kinokuni-lp-wrapper .venue-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.kinokuni-lp-wrapper .venue-heading::before {
  content: '';
  width: 4px;
  height: 18px;
  background: #EE7B30;
  border-radius: 2px;
}

.kinokuni-lp-wrapper .venue-main {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #8a7868 0%, #5a4838 100%);
}

.kinokuni-lp-wrapper .venue-main-tag {
  position: absolute;
  top: 12px;
  left: 14px;
  background: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 3px;
  color: #2B2B2B;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.kinokuni-lp-wrapper .venue-thumbs {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.kinokuni-lp-wrapper .venue-thumb {
  aspect-ratio: 1/1;
  border-radius: 5px;
  background: linear-gradient(135deg, #6b7a8a 0%, #4a5868 100%);
  filter: blur(0.6px);
}

.kinokuni-lp-wrapper .venue-thumb:nth-child(2) { background: linear-gradient(135deg, #7a8898 0%, #5a6878 100%); }
.kinokuni-lp-wrapper .venue-thumb:nth-child(3) { background: linear-gradient(135deg, #6a7888 0%, #485866 100%); }
.kinokuni-lp-wrapper .venue-thumb:nth-child(4) { background: linear-gradient(135deg, #5a6878 0%, #3a4858 100%); }

/* ENTRY ボタン */ .kinokuni-lp-wrapper .k-entry-btn {background: #EE7B30;
  color: #FFFFFF;
  border-radius: 14px;
  box-shadow: 0 4px 0 rgba(0,0,0,0.06);
}

.kinokuni-lp-wrapper .k-entry-btn-main {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}


.kinokuni-lp-wrapper .k-entry-btn-sub {
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  }

/* ============================================================
   SECTION 2: ACCESS
============================================================ */ .kinokuni-lp-wrapper .s-access {
  background: #FFFFFF;
  padding: 24px 22px 32px;
  position: relative;
}

/* 右下の斜線装飾 */ .kinokuni-lp-wrapper .s-access::after {
  content: '';
  position: absolute;
  bottom: 90px;
  right: 0;
  width: 80px;
  height: 80px;
  background: repeating-linear-gradient(
    -45deg,
    #F8B98A 0,
    #F8B98A 2px,
    transparent 2px,
    transparent 7px
  );
  opacity: 0.5;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* 右上のドット */ .kinokuni-lp-wrapper .s-access::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  width: 70px;
  height: 50px;
  background-image: radial-gradient(circle, #F8B98A 1.4px, transparent 1.4px);
  background-size: 9px 9px;
  opacity: 0.6;
}

.kinokuni-lp-wrapper .access-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}

.kinokuni-lp-wrapper .access-circle {
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  border: 2.5px solid #EE7B30;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Archivo Black', sans-serif;
  font-size: 14px;
  color: #EE7B30;
  letter-spacing: 0.05em;
}

.kinokuni-lp-wrapper .access-title-area {
  padding-top: 6px;
}

.kinokuni-lp-wrapper .access-title {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
  color: #1A1A1A;
}


.kinokuni-lp-wrapper .access-train {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #4A4A4A;
  margin-top: 8px;
  font-weight: 500;
}

.kinokuni-lp-wrapper .access-train svg {
  width: 18px;
  height: 18px;
  fill: #EE7B30;
}

.kinokuni-lp-wrapper .access-addr {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #2B2B2B;
  margin-bottom: 16px;
  font-weight: 500;
}

.kinokuni-lp-wrapper .access-addr svg {
  width: 16px;
  height: 16px;
  fill: #EE7B30;
}

.kinokuni-lp-wrapper .access-info-card {
  background: #FFFFFF;
  border: 1px solid #F0E0CD;
  border-radius: 14px;
  padding: 4px 18px;
  box-shadow: 0 2px 6px rgba(220, 130, 60, 0.05);
}

.kinokuni-lp-wrapper .access-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed #F2C9A0;
}

.kinokuni-lp-wrapper .access-row:last-child { border-bottom: none; }

.kinokuni-lp-wrapper .access-row-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #FBEFE5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kinokuni-lp-wrapper .access-row-icon svg {
  width: 19px;
  height: 19px;
  fill: #EE7B30;
}

.kinokuni-lp-wrapper .access-row-text {
  font-size: 13.5px;
  color: #2B2B2B;
  font-weight: 500;
}

.kinokuni-lp-wrapper .access-row-text .hl {
  color: #EE7B30;
  font-weight: 700;
}

/* 駅直結でアクセスしやすい */ .kinokuni-lp-wrapper .access-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 22px 0 16px;
  position: relative;
}

.kinokuni-lp-wrapper .access-tip-icon {
  width: 28px;
  height: 28px;
  background: #FBEFE5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kinokuni-lp-wrapper .access-tip-icon svg {
  width: 16px;
  height: 16px;
  fill: #EE7B30;
}

.kinokuni-lp-wrapper .access-tip-text {
  font-size: 14px;
  font-weight: 700;
  color: #2B2B2B;
}

.kinokuni-lp-wrapper .access-tip-deco-l, .kinokuni-lp-wrapper .access-tip-deco-r {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.kinokuni-lp-wrapper .access-tip-deco-l span, .kinokuni-lp-wrapper .access-tip-deco-r span {
  display: block;
  width: 12px;
  height: 2.5px;
  background: #FFC25C;
  border-radius: 2px;
}

.kinokuni-lp-wrapper .access-tip-deco-l span:nth-child(1) { transform: rotate(60deg); }
.kinokuni-lp-wrapper .access-tip-deco-l span:nth-child(2) { transform: rotate(60deg) translateX(2px); width: 9px; }
.kinokuni-lp-wrapper .access-tip-deco-r span:nth-child(1) { transform: rotate(-60deg); }
.kinokuni-lp-wrapper .access-tip-deco-r span:nth-child(2) { transform: rotate(-60deg) translateX(-2px); width: 9px; }

/* Google マップ プレースホルダ */ .kinokuni-lp-wrapper .map-placeholder {
  border: 2px dashed #F2C9A0;
  border-radius: 14px;
  padding: 30px 20px 26px;
  text-align: center;
  background: #FFFAF4;
}

.kinokuni-lp-wrapper .map-pin {
  width: 88px;
  height: 78px;
  margin: 0 auto 14px;
  position: relative;
}

.kinokuni-lp-wrapper .map-pin svg { width: 100%; height: 100%; }

.kinokuni-lp-wrapper .map-text {
  font-size: 18px;
  font-weight: 700;
  color: #EE7B30;
  line-height: 1.45;
}

.kinokuni-lp-wrapper .map-text-sub {
  font-size: 12px;
  color: #888888;
  margin-top: 8px;
  font-weight: 500;
}

.kinokuni-lp-wrapper .map-link {
  text-align: center;
  font-size: 13px;
  color: #EE7B30;
  text-decoration: underline;
  font-weight: 700;
  margin: 18px 0 16px;
}

/* 無料で参加予約する 大ボタン */ .kinokuni-lp-wrapper .k-access-cta {
  background: #EE7B30;
  border-radius: 14px;
  padding: 18px 50px;
  display: block;
  border: 2px solid #FFFFFF;
  outline: 2px solid #EE7B30;
  outline-offset: 0;
  box-shadow: 0 3px 0 rgba(0,0,0,0.08);
  position: relative;
  width: 100%;
}

.kinokuni-lp-wrapper .k-access-cta-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}

.kinokuni-lp-wrapper .k-access-cta-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kinokuni-lp-wrapper .k-access-cta-text {
  text-align: center;
  color: #FFFFFF;
}

.kinokuni-lp-wrapper .k-access-cta-main {
  font-size: 19px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  line-height: 1.2;
}

.kinokuni-lp-wrapper .k-access-cta-sub {
  font-size: 11px;
  margin-top: 5px;
  font-weight: 500;
  opacity: 0.95;
}

.kinokuni-lp-wrapper .k-access-cta-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 800;
}

/* ============================================================
   SECTION 3: DETAIL (フェアの特徴)
============================================================ */ .kinokuni-lp-wrapper .s-detail {
  background: #FFFFFF;
  padding: 22px 22px 32px;
  position: relative;
}

/* S2→S3 繋ぎ: 上端にクリーム色の薄い帯 */ .kinokuni-lp-wrapper .s-detail::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(180deg, #FBEFE5 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

/* 右上のドット */ .kinokuni-lp-wrapper .s-detail::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 24px;
  width: 80px;
  height: 40px;
  background-image: radial-gradient(circle, #FFC25C 1.5px, transparent 1.5px);
  background-size: 9px 9px;
  opacity: 0.7;
}

.kinokuni-lp-wrapper .detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.kinokuni-lp-wrapper .detail-label-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kinokuni-lp-wrapper .detail-label {
  font-family: 'Archivo Black', sans-serif;
  font-size: 12px;
  color: #EE7B30;
  border: 2px solid #EE7B30;
  border-radius: 50px;
  padding: 8px 14px;
  letter-spacing: 0.08em;
  background: #FFFFFF;
}

.kinokuni-lp-wrapper .detail-label-text {
  font-size: 16px;
  font-weight: 700;
  color: #2B2B2B;
}

/* メインヘッドライン */ .kinokuni-lp-wrapper .detail-headline {
  position: relative;
  padding: 6px 4px;
  margin-bottom: 16px;
}

/* 上部の散らし装飾 - 黄色いライン */ .kinokuni-lp-wrapper .detail-headline-deco-top {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
  pointer-events: none;
}

.kinokuni-lp-wrapper .detail-headline-deco-top span {
  display: inline-block;
  width: 4px;
  height: 22px;
  background: #FFC25C;
  border-radius: 2px;
}

.kinokuni-lp-wrapper .detail-headline-deco-top span:nth-child(1) { transform: rotate(-20deg); }
.kinokuni-lp-wrapper .detail-headline-deco-top span:nth-child(2) { transform: rotate(20deg); }

.kinokuni-lp-wrapper .detail-headline-line {
  display: block;
  font-family: 'Mochiy Pop One', sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.4;
  color: #1A1A1A;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}


.kinokuni-lp-wrapper .detail-headline-line .accent {
  color: #EE7B30;
}

/* 1行目下の波線 */ .kinokuni-lp-wrapper .detail-headline-wave {
  height: 8px;
  margin: 2px auto 4px;
  width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 8' preserveAspectRatio='none'><path d='M0,4 Q20,0 40,4 T80,4' fill='none' stroke='%231A1A1A' stroke-width='1.5'/></svg>");
  background-repeat: repeat-x;
  background-size: 80px 8px;
}

/* オレンジブラシ的な背景（自由・前向き 後ろ） */ .kinokuni-lp-wrapper .detail-brush {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 178, 100, 0.18) 25%, rgba(255, 178, 100, 0.28) 50%, rgba(255, 178, 100, 0.18) 75%, transparent 100%);
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

/* キラキラ */ .kinokuni-lp-wrapper .spark {
  position: absolute;
  pointer-events: none;
  color: #FFC25C;
  font-size: 18px;
  z-index: 1;
}

.kinokuni-lp-wrapper .spark.s1 { top: 30%; left: 10px; }
.kinokuni-lp-wrapper .spark.s2 { top: 55%; right: 12px; color: #FFB347; font-size: 20px; }
.kinokuni-lp-wrapper .spark.s3 { top: 14%; right: 30px; font-size: 14px; }

/* 区切り線 */ .kinokuni-lp-wrapper .detail-divider-line {
  height: 1.5px;
  background: #EE7B30;
  margin: 12px 0 18px;
}

/* 本文 */ .kinokuni-lp-wrapper .detail-body {
  font-size: 14.5px;
  line-height: 1.95;
  color: #2B2B2B;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: left;
}


/* フェアの特徴 タイトル */ .kinokuni-lp-wrapper .features-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 800;
  color: #EE7B30;
}

.kinokuni-lp-wrapper .features-title::before, .kinokuni-lp-wrapper .features-title::after {
  content: '';
  width: 50px;
  height: 1.5px;
  background: #EE7B30;
}

/* 4つのアイコン */ .kinokuni-lp-wrapper .features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 26px;
}

.kinokuni-lp-wrapper .feature-item {
  text-align: center;
}

.kinokuni-lp-wrapper .feature-circle {
  width: 74px;
  height: 74px;
  margin: 0 auto 8px;
  border: 2.5px solid #EE7B30;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kinokuni-lp-wrapper .feature-circle svg {
  width: 38px;
  height: 38px;
  fill: #EE7B30;
}

.kinokuni-lp-wrapper .feature-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #2B2B2B;
}

/* 日付別 ENTRY ボタン */ .kinokuni-lp-wrapper .k-date-btn {
  display: flex;
  align-items: center;
  background: #EE7B30;
  border-radius: 14px;
  padding: 8px 14px 8px 8px;
  margin-bottom: 14px;
  border: 2px solid #FFFFFF;
  outline: 2px solid #EE7B30;
  outline-offset: 0;
  box-shadow: 0 3px 0 rgba(0,0,0,0.06);
  position: relative;
}

.kinokuni-lp-wrapper .date-circle {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Archivo Black', sans-serif;
  font-size: 22px;
  color: #EE7B30;
  margin-right: 14px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 2;
}

.kinokuni-lp-wrapper .date-text {
  flex: 1;
  color: #FFFFFF;
  text-align: center;
}

.kinokuni-lp-wrapper .date-text-top {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 1.4;
}


.kinokuni-lp-wrapper .date-text-main {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 4px;
  line-height: 1.4;
}


.kinokuni-lp-wrapper .date-text-en {
  font-family: 'Archivo Black', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.kinokuni-lp-wrapper .date-text-en::before, .kinokuni-lp-wrapper .date-text-en::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 1.5px;
  background: #FFFFFF;
}

.kinokuni-lp-wrapper .date-arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EE7B30;
  font-weight: 800;
  font-size: 18px;
}

/* ============================================================
   SECTION 4: 対象者
============================================================ */ .kinokuni-lp-wrapper .s-target {
  background: #FFFFFF;
  padding: 0 22px 32px;
  position: relative;
}

/* S4→S5 繋ぎ: 白からクリームへの波形 */ .kinokuni-lp-wrapper .s-target::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 24' preserveAspectRatio='none'><path d='M0,24 L0,12 C60,2 130,22 195,12 C260,2 330,22 390,12 L390,24 Z' fill='%23FBEFE5'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

/* 上部のオレンジ波形装飾 */ .kinokuni-lp-wrapper .target-wave-top {
  width: 100%;
  height: 70px;
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}

.kinokuni-lp-wrapper .target-wave-top svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
}

/* 左上の小ドット */ .kinokuni-lp-wrapper .target-dots-tl {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 60px;
  height: 40px;
  background-image: radial-gradient(circle, #FFFFFF 1.4px, transparent 1.4px);
  background-size: 9px 9px;
  opacity: 0.8;
  z-index: 2;
}

.kinokuni-lp-wrapper .target-card {
  border: 2px solid #FFD9B0;
  border-radius: 16px;
  padding: 26px 22px;
  background: #FFFFFF;
  position: relative;
}

/* 対象者タイトル */ .kinokuni-lp-wrapper .target-title-wrap {
  text-align: center;
  margin-bottom: 8px;
  position: relative;
}

.kinokuni-lp-wrapper .target-title {
  display: inline-block;
  font-family: 'Mochiy Pop One', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #1A1A1A;
  padding: 0 36px;
  position: relative;
}

.kinokuni-lp-wrapper .target-title::before, .kinokuni-lp-wrapper .target-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 18px;
  height: 4px;
  background: #EE7B30;
  border-radius: 2px;
}

.kinokuni-lp-wrapper .target-title::before { left: 4px; transform: translateY(-50%) rotate(60deg); }
.kinokuni-lp-wrapper .target-title::after { right: 4px; transform: translateY(-50%) rotate(-60deg); }

.kinokuni-lp-wrapper .target-divider-dot {
  border-top: 2px dotted #FFB36B;
  margin: 18px 0;
}

/* 本県への就職を希望する次の者 */ .kinokuni-lp-wrapper .target-headline-box {
  background: #FFF6EB;
  border: 1px solid #FFD9B0;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 22px;
}

/* チェック付きリスト */ .kinokuni-lp-wrapper .target-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.kinokuni-lp-wrapper .target-check {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #EE7B30;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.kinokuni-lp-wrapper .target-check::after {
  content: '';
  width: 11px;
  height: 6px;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  transform: rotate(-45deg) translate(2px, -2px);
}

.kinokuni-lp-wrapper .target-text {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
  color: #1A1A1A;
}


/* 下部の補足 */ .kinokuni-lp-wrapper .target-note {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 2px dotted #FFB36B;
}

.kinokuni-lp-wrapper .target-note-icon {
  flex-shrink: 0;
  width: 60px;
  height: 50px;
  background: #FFF6EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kinokuni-lp-wrapper .target-note-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #EE7B30;
  stroke-width: 1.8;
}

.kinokuni-lp-wrapper .target-note-text {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.7;
  color: #2B2B2B;
}


/* 事前予約なしでも CTA */ .kinokuni-lp-wrapper .target-cta-wrap {
  text-align: center;
  margin-top: 32px;
  position: relative;
}

.kinokuni-lp-wrapper .target-cta-headline {
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  color: #1A1A1A;
  padding: 0 34px;
  margin-bottom: 14px;
  position: relative;
}


.kinokuni-lp-wrapper .target-cta-headline::before, .kinokuni-lp-wrapper .target-cta-headline::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 4px;
  background: #EE7B30;
  border-radius: 2px;
}

.kinokuni-lp-wrapper .target-cta-headline::before { left: 10px; transform: translateY(-50%) rotate(60deg); }
.kinokuni-lp-wrapper .target-cta-headline::after { right: 10px; transform: translateY(-50%) rotate(-60deg); }

.kinokuni-lp-wrapper .k-target-cta-btn {
  display: flex;
  align-items: center;
  background: #EE7B30;
  border: 2px solid #FFFFFF;
  outline: 2px solid #EE7B30;
  outline-offset: 0;
  border-radius: 50px;
  padding: 6px 14px 6px 6px;
  margin: 0 auto;
  box-shadow: 0 3px 0 rgba(0,0,0,0.08);
}

.kinokuni-lp-wrapper .target-cta-tag {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #EE7B30;
  margin-right: 12px;
}

.kinokuni-lp-wrapper .target-cta-tag-top {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.kinokuni-lp-wrapper .target-cta-tag-bottom {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

.kinokuni-lp-wrapper .target-cta-text {
  flex: 1;
  color: #FFFFFF;
  text-align: center;
}

.kinokuni-lp-wrapper .target-cta-text-main {
  font-size: 17px;
  font-weight: 800;
}

.kinokuni-lp-wrapper .target-cta-text-sub {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.95;
}

.kinokuni-lp-wrapper .target-cta-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EE7B30;
  font-weight: 800;
  margin-left: 10px;
}

/* ============================================================
   SECTION 5: GUEST COMPANIES & SPECIAL GIFT
============================================================ */ .kinokuni-lp-wrapper .s-guest {
  background: #FBEFE5;
  padding: 0 22px 28px;
  position: relative;
}

/* s-target (白) → s-guest (クリーム) の境界をなめらかな曲線で繋ぐ */ .kinokuni-lp-wrapper .s-guest-curve {
  position: relative;
  width: calc(100% + 44px);
  height: 36px;
  margin: 0 -22px 22px;
  overflow: hidden;
  line-height: 0;
  background: #FFFFFF;
}

.kinokuni-lp-wrapper .s-guest-curve svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* 左上の流れ星線 */ .kinokuni-lp-wrapper .s-guest::before {
  content: '';
  position: absolute;
  top: 46px;
  left: 0;
  width: 130px;
  height: 70px;
  background-image:
    linear-gradient(115deg, transparent 48%, #EE7B30 48%, #EE7B30 51%, transparent 51%),
    linear-gradient(115deg, transparent 60%, #EE7B30 60%, #EE7B30 63%, transparent 63%),
    linear-gradient(115deg, transparent 72%, #EE7B30 72%, #EE7B30 75%, transparent 75%);
  pointer-events: none;
}

/* 右上のドット装飾 */ .kinokuni-lp-wrapper .s-guest::after {
  content: '';
  position: absolute;
  top: 14px;
  right: 0;
  width: 60px;
  height: 50px;
  background-image: radial-gradient(circle, #F8B98A 1.3px, transparent 1.3px);
  background-size: 9px 9px;
  opacity: 0.6;
}

.kinokuni-lp-wrapper .k-guest-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(34px, 10.8vw, 42px);
  line-height: 1.0;
  color: #1A1A1A;
  letter-spacing: -0.005em;
  position: relative;
  z-index: 2;
  margin-top: 24px;
}

.kinokuni-lp-wrapper .k-guest-sub-wrap {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 2px solid #EE7B30;
  display: inline-block;
}

.kinokuni-lp-wrapper .guest-sub {
  font-size: 14px;
  font-weight: 700;
  color: #3A3A3A;
}

/* GUEST COMPANIES ボタン */ .kinokuni-lp-wrapper .k-guest-btn {
  margin-top: 28px;
  display: flex;
  align-items: center;
  background: #EE7B30;
  border: 2px solid #FFFFFF;
  outline: 2px solid #EE7B30;
  outline-offset: 0;
  border-radius: 14px;
  padding: 18px 18px;
  width: 100%;
  color: #FFFFFF;
  box-shadow: 0 3px 0 rgba(0,0,0,0.08);
}

.kinokuni-lp-wrapper .k-guest-btn-text {
  flex: 1;
  text-align: center;
}

.kinokuni-lp-wrapper .k-guest-btn-main {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}


.kinokuni-lp-wrapper .k-guest-btn-en {
  font-family: 'Archivo Black', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  margin-top: 6px;
}

.kinokuni-lp-wrapper .k-guest-btn-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EE7B30;
  font-weight: 800;
  margin-left: 12px;
}

/* SPECIAL GIFT セクション */ .kinokuni-lp-wrapper .gift-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 32px;
  position: relative;
}

.kinokuni-lp-wrapper .k-gift-title-wrap {
  flex: 1;
  padding-top: 14px;
}

.kinokuni-lp-wrapper .k-gift-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(26px, 8.2vw, 32px);
  line-height: 1.0;
  color: #1A1A1A;
  letter-spacing: -0.005em;
}

.kinokuni-lp-wrapper .k-gift-sub-wrap {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 2px solid #EE7B30;
  display: inline-block;
}

.kinokuni-lp-wrapper .gift-sub {
  font-size: 14px;
  font-weight: 700;
  color: #3A3A3A;
}

.kinokuni-lp-wrapper .gift-box-illustration {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
  position: relative;
  margin-right: -10px;
}

.kinokuni-lp-wrapper .gift-box-illustration svg {
  width: 100%;
  height: 100%;
}

/* 特典カード */ .kinokuni-lp-wrapper .benefits {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 4px 20px;
  margin-top: 22px;
  box-shadow: 0 2px 8px rgba(220, 130, 60, 0.08);
}

.kinokuni-lp-wrapper .benefit-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px dashed #F2C9A0;
}

.kinokuni-lp-wrapper .benefit-item:last-child { border-bottom: none; }

.kinokuni-lp-wrapper .benefit-check {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #EE7B30;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kinokuni-lp-wrapper .benefit-check::after {
  content: '';
  width: 11px;
  height: 6px;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  transform: rotate(-45deg) translate(2px, -2px);
}

.kinokuni-lp-wrapper .benefit-text {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #2B2B2B;
}


.kinokuni-lp-wrapper .benefit-text .hl { color: #EE7B30; }

.kinokuni-lp-wrapper .benefit-sub {
  font-size: 12px;
  color: #6A6A6A;
  font-weight: 500;
  margin-top: 4px;
}

/* 注意事項 */ .kinokuni-lp-wrapper .notice {
  margin-top: 20px;
}

.kinokuni-lp-wrapper .notice-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #EE7B30;
  margin-bottom: 8px;
}

.kinokuni-lp-wrapper .notice-icon-circle {
  width: 18px;
  height: 18px;
  background: #EE7B30;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  font-family: 'Archivo Black', sans-serif;
}

.kinokuni-lp-wrapper .notice-list {
  font-size: 12px;
  color: #6A6A6A;
  line-height: 1.85;
  font-weight: 500;
}

/* ============================================================
   SECTION 6: EVENT PAMPHLET
============================================================ */ .kinokuni-lp-wrapper .s-pamphlet {
  background: #FFFFFF;
  padding: 0 22px 32px;
  position: relative;
}

/* 上部の波形装飾 */ .kinokuni-lp-wrapper .pamphlet-wave-top {
  width: 100%;
  height: 80px;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  background: #FBEFE5;
}

.kinokuni-lp-wrapper .pamphlet-wave-top svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
}

.kinokuni-lp-wrapper .pamphlet-dots-tl {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 60px;
  height: 40px;
  background-image: radial-gradient(circle, #FFFFFF 1.4px, transparent 1.4px);
  background-size: 9px 9px;
  opacity: 0.8;
  z-index: 2;
}

.kinokuni-lp-wrapper .pamphlet-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(30px, 9.2vw, 36px);
  line-height: 1.0;
  text-align: center;
  color: #1A1A1A;
  letter-spacing: -0.005em;
  margin-top: 6px;
}

.kinokuni-lp-wrapper .pamphlet-dot-divider {
  border-top: 2px dotted #FF9B5C;
  margin: 14px auto 14px;
  width: 80%;
}

.kinokuni-lp-wrapper .pamphlet-sub {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  color: #2B2B2B;
  margin-bottom: 22px;
}

.kinokuni-lp-wrapper .pamphlet-body {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  position: relative;
  align-items: start;
}

/* 左側 説明＋4タグ */ .kinokuni-lp-wrapper .pamphlet-info {
  padding-top: 4px;
}

.kinokuni-lp-wrapper .pamphlet-desc {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 500;
  color: #2B2B2B;
  margin-bottom: 16px;
}


.kinokuni-lp-wrapper .pamphlet-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.kinokuni-lp-wrapper .pamphlet-tag {
  background: #FFFFFF;
  border: 1px solid #F0E0CD;
  border-radius: 12px;
  padding: 10px 4px 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #2B2B2B;
  box-shadow: 0 2px 5px rgba(220, 130, 60, 0.05);
}

.kinokuni-lp-wrapper .pamphlet-tag svg {
  width: 26px;
  height: 26px;
  fill: #EE7B30;
  margin: 0 auto 4px;
  display: block;
}

/* 右側 パンフレットモックアップ */ .kinokuni-lp-wrapper .pamphlet-mock-wrap {
  position: relative;
}

.kinokuni-lp-wrapper .pamphlet-mock {
  background: #FFFFFF;
  border: 1px dashed #FFB36B;
  border-radius: 6px;
  aspect-ratio: 3/4.2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 14px;
  box-shadow: 0 4px 12px rgba(220, 130, 60, 0.08);
}

.kinokuni-lp-wrapper .pamphlet-mock::before, .kinokuni-lp-wrapper .pamphlet-mock::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: #EE7B30;
}

.kinokuni-lp-wrapper .pamphlet-mock::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.kinokuni-lp-wrapper .pamphlet-mock::after {
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.kinokuni-lp-wrapper .pamphlet-mock-img-circle {
  width: 78px;
  height: 78px;
  background: #FBEFE5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.kinokuni-lp-wrapper .pamphlet-mock-img-circle svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #EE7B30;
  stroke-width: 1.8;
  stroke-linejoin: round;
}

.kinokuni-lp-wrapper .pamphlet-mock-text {
  font-size: 14px;
  font-weight: 800;
  color: #EE7B30;
  margin-bottom: 8px;
}

.kinokuni-lp-wrapper .pamphlet-mock-divider {
  width: 28px;
  height: 1.5px;
  background: #FFB36B;
  margin: 4px 0 8px;
}

.kinokuni-lp-wrapper .pamphlet-mock-sub {
  font-size: 12px;
  font-weight: 500;
  color: #6A6A6A;
}

/* オレンジ円バッジ "当日の必携アイテム" */ .kinokuni-lp-wrapper .pamphlet-badge {
  position: absolute;
  bottom: 14px;
  left: -28px;
  width: 88px;
  height: 88px;
  background: #EE7B30;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  z-index: 3;
  box-shadow: 0 4px 10px rgba(220, 100, 30, 0.2);
}

/* バッジ周りの散らし線 */ .kinokuni-lp-wrapper .pamphlet-badge-deco {
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: -10px;
  left: -50px;
  pointer-events: none;
  z-index: 2;
}

.kinokuni-lp-wrapper .pamphlet-badge-deco span {
  position: absolute;
  width: 4px;
  height: 16px;
  background: #FFC25C;
  border-radius: 2px;
}

.kinokuni-lp-wrapper .pamphlet-badge-deco span:nth-child(1) { top: 10px; left: 30px; transform: rotate(-30deg); }
.kinokuni-lp-wrapper .pamphlet-badge-deco span:nth-child(2) { top: 5px; right: 30px; transform: rotate(35deg); }
.kinokuni-lp-wrapper .pamphlet-badge-deco span:nth-child(3) { bottom: 20px; left: 10px; transform: rotate(-65deg); height: 12px; }

/* パンフレットを見る ボタン */ .kinokuni-lp-wrapper .k-pamphlet-btn {
  display: flex;
  align-items: center;
  background: #EE7B30;
  border: 2px solid #FFFFFF;
  outline: 2px solid #EE7B30;
  outline-offset: 0;
  border-radius: 14px;
  padding: 18px 18px 18px 24px;
  margin-top: 36px;
  width: 100%;
  box-shadow: 0 3px 0 rgba(0,0,0,0.08);
  position: relative;
}

.kinokuni-lp-wrapper .k-pamphlet-btn-sparkle-l, .kinokuni-lp-wrapper .k-pamphlet-btn-sparkle-r {
  position: absolute;
  color: #FFFFFF;
  pointer-events: none;
}

.kinokuni-lp-wrapper .k-pamphlet-btn-sparkle-l {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.kinokuni-lp-wrapper .k-pamphlet-btn-text {
  flex: 1;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 800;
  padding-left: 8px;
  line-height: 1.4;
}


.kinokuni-lp-wrapper .k-pamphlet-btn-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EE7B30;
  font-weight: 800;
}

.kinokuni-lp-wrapper .pamphlet-footer-note {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #2B2B2B;
  margin-top: 18px;
}

@media (max-width: 360px) {
  .kinokuni-lp-wrapper .event-title { font-size: 34px; }
  .kinokuni-lp-wrapper .info-main { font-size: 27px; }
  .kinokuni-lp-wrapper .detail-headline-line { font-size: 28px; }
  .kinokuni-lp-wrapper .target-cta-headline { font-size: 20px; padding: 0 28px; }
  .kinokuni-lp-wrapper .k-pamphlet-btn-text { font-size: 17px; }
}


/* ============================================================
   Whitespace / layout rhythm refinement
   - 余白設計を全体で統一
   - セクション内外の詰まり・空き過ぎを調整
============================================================ */
.kinokuni-lp-wrapper .s-event { padding: 28px 20px 24px; }
.kinokuni-lp-wrapper .s-access { padding: 28px 20px 28px; }
.kinokuni-lp-wrapper .s-detail { padding: 24px 20px 28px; }
.kinokuni-lp-wrapper .s-target { padding: 0 20px 28px; }
.kinokuni-lp-wrapper .s-guest { padding: 0 20px 24px; }
.kinokuni-lp-wrapper .s-pamphlet { padding: 0 20px 28px; }

.kinokuni-lp-wrapper .s-guest-curve {
  width: calc(100% + 40px);
  height: 38px;
  margin: 0 -20px 18px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBEFE5 100%);
}

.kinokuni-lp-wrapper .target-wave-top {
  height: 34px;
  width: calc(100% + 40px);
  margin: 0 -20px 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF7EF 100%);
}

.kinokuni-lp-wrapper .pamphlet-wave-top {
  height: 38px;
  width: calc(100% + 40px);
  margin: 0 -20px 18px;
  background: linear-gradient(180deg, #FBEFE5 0%, #FFFFFF 100%);
}

.kinokuni-lp-wrapper .k-event-sub-wrap,
.kinokuni-lp-wrapper .k-guest-sub-wrap,
.kinokuni-lp-wrapper .k-gift-sub-wrap { margin-top: 12px; }

.kinokuni-lp-wrapper .event-cards { margin-top: 20px; }
.kinokuni-lp-wrapper .info-card {
  padding: 16px 16px;
  gap: 14px;
}
.kinokuni-lp-wrapper .venue-heading { margin: 22px 0 10px; }
.kinokuni-lp-wrapper .venue-thumbs {
  margin-top: 8px;
  gap: 6px;
}

.kinokuni-lp-wrapper .access-header {
  margin-bottom: 16px;
  gap: 12px;
}
.kinokuni-lp-wrapper .access-addr { margin-bottom: 14px; }
.kinokuni-lp-wrapper .access-info-card { padding: 6px 16px; }
.kinokuni-lp-wrapper .access-row { padding: 15px 0; }
.kinokuni-lp-wrapper .access-tip { margin: 20px 0 16px; }
.kinokuni-lp-wrapper .map-placeholder { padding: 28px 18px 24px; }
.kinokuni-lp-wrapper .map-link { margin: 16px 0 18px; }
.kinokuni-lp-wrapper .k-access-cta { padding: 18px 48px; }

.kinokuni-lp-wrapper .detail-header { margin-bottom: 16px; }
.kinokuni-lp-wrapper .detail-headline {
  padding: 8px 2px;
  margin-bottom: 14px;
}
.kinokuni-lp-wrapper .detail-divider-line { margin: 10px 0 16px; }
.kinokuni-lp-wrapper .detail-body { margin-bottom: 22px; }
.kinokuni-lp-wrapper .features-title { margin-bottom: 16px; }
.kinokuni-lp-wrapper .features {
  gap: 10px 6px;
  margin-bottom: 24px;
}
.kinokuni-lp-wrapper .feature-circle { margin-bottom: 10px; }
.kinokuni-lp-wrapper .k-date-btn {
  padding: 10px 14px 10px 8px;
  margin-bottom: 16px;
}
.kinokuni-lp-wrapper .k-date-btn:last-child { margin-bottom: 0; }

.kinokuni-lp-wrapper .target-card { padding: 24px 18px; }
.kinokuni-lp-wrapper .target-divider-dot { margin: 16px 0; }
.kinokuni-lp-wrapper .target-headline-box {
  margin-bottom: 20px;
  padding: 13px 12px;
}
.kinokuni-lp-wrapper .target-item {
  gap: 12px;
  margin-bottom: 20px;
}
.kinokuni-lp-wrapper .target-note {
  gap: 12px;
  padding-top: 16px;
}
.kinokuni-lp-wrapper .target-cta-wrap { margin-top: 28px; }
.kinokuni-lp-wrapper .target-cta-headline { margin-bottom: 12px; }
.kinokuni-lp-wrapper .k-target-cta-btn { padding: 8px 14px 8px 8px; }

.kinokuni-lp-wrapper .k-guest-title { margin-top: 20px; }
.kinokuni-lp-wrapper .k-guest-btn { margin-top: 24px; }
.kinokuni-lp-wrapper .gift-header { margin-top: 28px; }
.kinokuni-lp-wrapper .benefits {
  padding: 6px 18px;
  margin-top: 20px;
}
.kinokuni-lp-wrapper .benefit-item {
  gap: 12px;
  padding: 16px 0;
}
.kinokuni-lp-wrapper .notice { margin-top: 18px; }

.kinokuni-lp-wrapper .pamphlet-dot-divider { margin: 12px auto; }
.kinokuni-lp-wrapper .pamphlet-sub { margin-bottom: 18px; }
.kinokuni-lp-wrapper .pamphlet-body {
  gap: 22px;
  align-items: start;
}
.kinokuni-lp-wrapper .pamphlet-tags { gap: 8px; }
.kinokuni-lp-wrapper .pamphlet-tag {
  padding: 10px 6px 8px;
  min-height: 76px;
}
.kinokuni-lp-wrapper .k-pamphlet-btn { margin-top: 30px; }
.kinokuni-lp-wrapper .pamphlet-footer-note { margin-top: 12px; }

@media (max-width: 360px) {
  .kinokuni-lp-wrapper .s-event,
  .kinokuni-lp-wrapper .s-access,
  .kinokuni-lp-wrapper .s-detail,
  .kinokuni-lp-wrapper .s-target,
  .kinokuni-lp-wrapper .s-guest,
  .kinokuni-lp-wrapper .s-pamphlet {
    padding-left: 16px;
    padding-right: 16px;
  }

  .kinokuni-lp-wrapper .s-guest-curve {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .kinokuni-lp-wrapper .feature-circle {
    width: 68px;
    height: 68px;
  }

  .kinokuni-lp-wrapper .pamphlet-body {
    gap: 18px;
  }
}


/* ============================================================
   Interaction + typography balance refinement
============================================================ */
.kinokuni-lp-wrapper .js-framein {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.kinokuni-lp-wrapper .js-framein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .kinokuni-lp-wrapper .js-framein,
  .kinokuni-lp-wrapper .js-framein.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease, background-color 0.28s ease;
}

.kinokuni-lp-wrapper .date-arrow,
.kinokuni-lp-wrapper .k-access-cta-arrow,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn-arrow,
.kinokuni-lp-wrapper .target-cta-tag {
  transition: transform 0.28s ease;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-access-cta:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  filter: brightness(1.03);
}

.kinokuni-lp-wrapper .k-date-btn:hover .date-arrow,
.kinokuni-lp-wrapper .k-access-cta:hover .k-access-cta-arrow,
.kinokuni-lp-wrapper .k-target-cta-btn:hover .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn:hover .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover .k-pamphlet-btn-arrow {
  transform: translateX(3px);
}

.kinokuni-lp-wrapper .k-target-cta-btn:hover .target-cta-tag {
  transform: scale(1.04);
}

.kinokuni-lp-wrapper .k-entry-btn:active,
.kinokuni-lp-wrapper .k-access-cta:active,
.kinokuni-lp-wrapper .k-date-btn:active,
.kinokuni-lp-wrapper .k-target-cta-btn:active,
.kinokuni-lp-wrapper .k-guest-btn:active,
.kinokuni-lp-wrapper .k-pamphlet-btn:active {box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* line-break / font-size rebalance */
.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .k-access-cta-main,
.kinokuni-lp-wrapper .target-cta-text-main,
.kinokuni-lp-wrapper .k-guest-btn-main,
.kinokuni-lp-wrapper .k-pamphlet-btn-text,
.kinokuni-lp-wrapper .benefit-text,
.kinokuni-lp-wrapper .pamphlet-mock-text,
.kinokuni-lp-wrapper .pamphlet-mock-sub,
.kinokuni-lp-wrapper .pamphlet-badge {
  letter-spacing: 0;
}

.kinokuni-lp-wrapper .k-entry-btn-main { font-size: 14px; }
.kinokuni-lp-wrapper .k-access-cta-main { font-size: 18px; }
.kinokuni-lp-wrapper .target-cta-text-main { font-size: 18px; }
.kinokuni-lp-wrapper .target-cta-text-sub { font-size: 11px; }
.kinokuni-lp-wrapper .k-guest-btn-main { font-size: 14px; }
.kinokuni-lp-wrapper .k-pamphlet-btn-text { font-size: 18px; }

.kinokuni-lp-wrapper .benefit-text {
  font-size: 13px;
  line-height: 1.45;
}
.kinokuni-lp-wrapper .benefit-sub {
  white-space: normal;
  font-size: 11.5px;
}

.kinokuni-lp-wrapper .benefits {
  padding-left: 16px;
  padding-right: 16px;
}

/* pamphlet area: stack vertically on smartphone to avoid awkward breaks */
.kinokuni-lp-wrapper .pamphlet-body {
  grid-template-columns: 1fr;
  gap: 18px;
}

.kinokuni-lp-wrapper .pamphlet-info {
  padding-top: 0;
}

.kinokuni-lp-wrapper .pamphlet-desc {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
}

.kinokuni-lp-wrapper .pamphlet-tag {
  min-height: 84px;
  font-size: 13px;
}

.kinokuni-lp-wrapper .pamphlet-mock-wrap {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

.kinokuni-lp-wrapper .pamphlet-badge {
  left: -18px;
}

@media (max-width: 360px) {
  .kinokuni-lp-wrapper .k-entry-btn-main { font-size: 13px; }
  .kinokuni-lp-wrapper .k-access-cta-main,
  .kinokuni-lp-wrapper .target-cta-text-main,
  .kinokuni-lp-wrapper .k-pamphlet-btn-text { font-size: 17px; }
  .kinokuni-lp-wrapper .benefit-text { font-size: 12px; }
  .kinokuni-lp-wrapper .pamphlet-desc { font-size: 14px; }
  .kinokuni-lp-wrapper .pamphlet-tag { font-size: 12px; }
}


/* ============================================================
   Tighten oversized heading whitespace + animate large text blocks
============================================================ */
.kinokuni-lp-wrapper .event-lead,
.kinokuni-lp-wrapper .guest-sub,
.kinokuni-lp-wrapper .gift-sub,
.kinokuni-lp-wrapper .pamphlet-sub {
  line-height: 1.35;
}

.kinokuni-lp-wrapper .event-lead {
  margin-bottom: 2px;
}

.kinokuni-lp-wrapper .event-title {
  line-height: 0.94;
}

.kinokuni-lp-wrapper .event-title-en2 {
  margin-top: 2px;
}

.kinokuni-lp-wrapper .k-event-sub-wrap {
  margin-top: 8px;
  padding-top: 8px;
}

.kinokuni-lp-wrapper .event-cards {
  margin-top: 16px;
}

.kinokuni-lp-wrapper .detail-header {
  margin-bottom: 12px;
}

.kinokuni-lp-wrapper .detail-headline {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.kinokuni-lp-wrapper .detail-headline-line {
  line-height: 1.28;
}

.kinokuni-lp-wrapper .detail-divider-line {
  margin: 8px 0 14px;
}

.kinokuni-lp-wrapper .k-guest-title,
.kinokuni-lp-wrapper .k-gift-title,
.kinokuni-lp-wrapper .pamphlet-title {
  line-height: 0.96;
}

.kinokuni-lp-wrapper .k-guest-title {
  margin-top: 16px;
}

.kinokuni-lp-wrapper .k-guest-sub-wrap,
.kinokuni-lp-wrapper .k-gift-sub-wrap {
  margin-top: 8px;
  padding-top: 8px;
}

.kinokuni-lp-wrapper .gift-header {
  margin-top: 24px;
}

.kinokuni-lp-wrapper .pamphlet-title {
  margin-top: 0;
}

.kinokuni-lp-wrapper .pamphlet-dot-divider {
  margin: 10px auto 10px;
}

.kinokuni-lp-wrapper .pamphlet-sub {
  margin-bottom: 14px;
}

/* give big text blocks a clearer frame-in feeling */
.kinokuni-lp-wrapper .event-title.js-framein,
.kinokuni-lp-wrapper .detail-headline.js-framein,
.kinokuni-lp-wrapper .k-guest-title.js-framein,
.kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
.kinokuni-lp-wrapper .pamphlet-title.js-framein,
.kinokuni-lp-wrapper .target-cta-headline.js-framein {
  transform: translateY(34px);
}

.kinokuni-lp-wrapper .event-title.js-framein.is-visible,
.kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
.kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
.kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
.kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
.kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible {
  transform: translateY(0);
}

@media (max-width: 360px) {
  .kinokuni-lp-wrapper .k-event-sub-wrap,
  .kinokuni-lp-wrapper .k-guest-sub-wrap,
  .kinokuni-lp-wrapper .k-gift-sub-wrap {
    margin-top: 6px;
    padding-top: 7px;
  }

  .kinokuni-lp-wrapper .pamphlet-dot-divider {
    margin: 8px auto 8px;
  }
}


/* ============================================================
   Exact heading spacing correction
   - 添付2枚目と同じ比率に固定
   - ブラウザ標準marginによる不自然な余白を完全排除
============================================================ */
.kinokuni-lp-wrapper h1,
.kinokuni-lp-wrapper h2,
.kinokuni-lp-wrapper h3,
.kinokuni-lp-wrapper p,
.kinokuni-lp-wrapper figure {
  margin: 0 !important;
}

.kinokuni-lp-wrapper .event-lead {
  margin: 0 0 4px !important;
  line-height: 1.35 !important;
}

.kinokuni-lp-wrapper .event-title {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.95 !important;
}

.kinokuni-lp-wrapper .event-title-en2 {
  margin-top: 2px !important;
}

.kinokuni-lp-wrapper .k-event-sub-wrap {
  margin-top: 12px !important;
  padding-top: 10px !important;
}

.kinokuni-lp-wrapper .event-sub {
  margin: 0 !important;
  line-height: 1.35 !important;
}

.kinokuni-lp-wrapper .event-cards {
  margin-top: 24px !important;
}

/* Same ratio for similar large-title sections */
.kinokuni-lp-wrapper .k-guest-title,
.kinokuni-lp-wrapper .k-gift-title,
.kinokuni-lp-wrapper .pamphlet-title {
  margin-bottom: 0 !important;
  line-height: 0.95 !important;
}

.kinokuni-lp-wrapper .k-guest-sub-wrap,
.kinokuni-lp-wrapper .k-gift-sub-wrap {
  margin-top: 12px !important;
  padding-top: 10px !important;
}

.kinokuni-lp-wrapper .pamphlet-dot-divider {
  margin: 12px auto 10px !important;
}

.kinokuni-lp-wrapper .pamphlet-sub {
  margin-bottom: 18px !important;
  line-height: 1.35 !important;
}

.kinokuni-lp-wrapper .detail-headline {
  margin-bottom: 12px !important;
}

.kinokuni-lp-wrapper .detail-headline-line {
  margin: 0 !important;
  line-height: 1.3 !important;
}

.kinokuni-lp-wrapper .detail-divider-line {
  margin: 10px 0 14px !important;
}

.kinokuni-lp-wrapper .target-cta-headline {
  margin-bottom: 12px !important;
}

/* Big text frame-in remains active */
.kinokuni-lp-wrapper .event-title.js-framein,
.kinokuni-lp-wrapper .detail-headline.js-framein,
.kinokuni-lp-wrapper .k-guest-title.js-framein,
.kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
.kinokuni-lp-wrapper .pamphlet-title.js-framein,
.kinokuni-lp-wrapper .target-cta-headline.js-framein {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.kinokuni-lp-wrapper .event-title.js-framein.is-visible,
.kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
.kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
.kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
.kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
.kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   Design stability correction
   - PC表示の横伸びを防ぎ、スマホLPの比率を維持
   - 見出し・セクション間隔・ボタン内テキスト・SVGアイコンを再調整
============================================================ */
body.kinokuni-lp-active .kinokuni-lp-wrapper,
.kinokuni-lp-wrapper {
  width: min(100%, 390px) !important;
  max-width: 390px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.kinokuni-lp-active .kinokuni-lp-wrapper-inner,
.kinokuni-lp-wrapper-inner {
  width: 100% !important;
  max-width: 390px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.kinokuni-lp-wrapper .s-event {
  padding-top: 34px;
  padding-bottom: 32px;
}

.kinokuni-lp-wrapper .s-access,
.kinokuni-lp-wrapper .s-detail {
  padding-top: 34px;
  padding-bottom: 36px;
}

.kinokuni-lp-wrapper .s-target,
.kinokuni-lp-wrapper .s-guest,
.kinokuni-lp-wrapper .s-pamphlet {
  padding-bottom: 36px;
}

.kinokuni-lp-wrapper .event-title,
.kinokuni-lp-wrapper .k-guest-title,
.kinokuni-lp-wrapper .k-gift-title,
.kinokuni-lp-wrapper .pamphlet-title {
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.kinokuni-lp-wrapper .k-event-sub-wrap,
.kinokuni-lp-wrapper .k-guest-sub-wrap,
.kinokuni-lp-wrapper .k-gift-sub-wrap {
  margin-top: 14px !important;
  padding-top: 10px !important;
}

.kinokuni-lp-wrapper .event-cards,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .benefits {
  margin-top: 26px !important;
}

.kinokuni-lp-wrapper .venue-heading,
.kinokuni-lp-wrapper .features-title {
  margin-top: 28px;
}

.kinokuni-lp-wrapper .detail-headline {
  margin-bottom: 18px !important;
}

.kinokuni-lp-wrapper .detail-headline-line {
  line-height: 1.36 !important;
}

.kinokuni-lp-wrapper .detail-divider-line {
  margin: 14px 0 20px !important;
}

.kinokuni-lp-wrapper .detail-body {
  margin-bottom: 30px;
}

.kinokuni-lp-wrapper .target-card,
.kinokuni-lp-wrapper .benefits,
.kinokuni-lp-wrapper .notice,
.kinokuni-lp-wrapper .pamphlet-body {
  position: relative;
  z-index: 2;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {color: #FFFFFF;
}

.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .k-access-cta-text,
.kinokuni-lp-wrapper .date-text,
.kinokuni-lp-wrapper .target-cta-text,
.kinokuni-lp-wrapper .k-guest-btn-text,
.kinokuni-lp-wrapper .k-pamphlet-btn-text {z-index: 2;
}

.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .k-access-cta-main,
.kinokuni-lp-wrapper .target-cta-text-main,
.kinokuni-lp-wrapper .k-guest-btn-main,
.kinokuni-lp-wrapper .k-pamphlet-btn-text {line-height: 1.45;
  text-shadow: 0 1px 0 rgba(0,0,0,0.08);
}

.kinokuni-lp-wrapper .k-access-cta {
  min-height: 82px;
  padding-left: 54px;
  padding-right: 54px;
}

.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn {
  gap: 0;
}

.kinokuni-lp-wrapper .info-icon svg {
  width: 27px;
  height: 27px;
}

.kinokuni-lp-wrapper .access-train svg,
.kinokuni-lp-wrapper .access-addr svg {
  width: 20px;
  height: 20px;
}

.kinokuni-lp-wrapper .access-row-icon svg {
  width: 23px;
  height: 23px;
}

.kinokuni-lp-wrapper .access-tip-icon svg {
  width: 19px;
  height: 19px;
}

.kinokuni-lp-wrapper .feature-circle svg {
  width: 43px;
  height: 43px;
}

.kinokuni-lp-wrapper .target-note-icon svg {
  width: 42px;
  height: 42px;
}

.kinokuni-lp-wrapper .pamphlet-tag svg {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}

.kinokuni-lp-wrapper .pamphlet-mock-img-circle svg {
  width: 44px;
  height: 44px;
}

@media (max-width: 360px) {
  .kinokuni-lp-wrapper .s-event,
  .kinokuni-lp-wrapper .s-access,
  .kinokuni-lp-wrapper .s-detail,
  .kinokuni-lp-wrapper .s-target,
  .kinokuni-lp-wrapper .s-guest,
  .kinokuni-lp-wrapper .s-pamphlet {
    padding-left: 16px;
    padding-right: 16px;
  }

  .kinokuni-lp-wrapper .k-access-cta {
    padding-left: 48px;
    padding-right: 48px;
  }

  .kinokuni-lp-wrapper .date-circle {
    width: 64px;
    height: 64px;
    margin-right: 10px;
  }

.kinokuni-lp-wrapper .target-cta-tag {
    width: 50px;
    height: 50px;
    margin-right: 8px;
  }
}

/* ============================================================
   Requested visual fixes
   - ホテル名の途中改行を防止
   - EVENT INFORMATION直下の過剰な空きを圧縮
   - 情報カードの丸アイコンとラベルを安定配置
   - h2全体にスクロール連動アニメーションを適用
============================================================ */
.kinokuni-lp-wrapper h2.js-framein {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.kinokuni-lp-wrapper h2.js-framein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.kinokuni-lp-wrapper .event-title {
  line-height: 0.92 !important;
}

.kinokuni-lp-wrapper .event-title-en2 {
  margin-top: 4px !important;
}

.kinokuni-lp-wrapper .k-event-sub-wrap {
  margin-top: 8px !important;
  padding-top: 8px !important;
}

.kinokuni-lp-wrapper .event-cards {
  margin-top: 18px !important;
}

.kinokuni-lp-wrapper .info-card {
  min-height: 92px;
  padding: 14px 16px;
  gap: 14px;
}

.kinokuni-lp-wrapper .info-card > div:last-child {
  flex: 1;
  min-width: 0;
}

.kinokuni-lp-wrapper .info-icon {
  width: 64px;
  height: 64px;
  display: grid;
  grid-template-rows: 32px 14px;
  align-content: center;
  justify-items: center;
  gap: 2px;
  overflow: visible;
}

.kinokuni-lp-wrapper .info-icon svg {
  width: 28px;
  height: 28px;
}

.kinokuni-lp-wrapper .info-icon-label {
  display: block;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.kinokuni-lp-wrapper .info-place-main {
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.kinokuni-lp-wrapper .access-header {
  align-items: center;
  gap: 12px;
}

.kinokuni-lp-wrapper .access-circle {
  width: 78px;
  height: 78px;
}

.kinokuni-lp-wrapper .access-title-area {
  min-width: 0;
  padding-top: 0;
}

.kinokuni-lp-wrapper .access-title {
  font-size: 20px;
  line-height: 1.32;
}

.kinokuni-lp-wrapper .access-title-hotel {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: -0.04em;
}

.kinokuni-lp-wrapper .access-title-floor {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0;
}

@media (max-width: 360px) {
  .kinokuni-lp-wrapper .info-card {
    padding: 14px 12px;
    gap: 12px;
  }

  .kinokuni-lp-wrapper .info-icon {
    width: 60px;
    height: 60px;
  }

  .kinokuni-lp-wrapper .info-place-main {
    font-size: 14px;
  }

  .kinokuni-lp-wrapper .access-circle {
    width: 70px;
    height: 70px;
    font-size: 13px;
  }

  .kinokuni-lp-wrapper .access-title-hotel {
    font-size: 16px;
  }

  .kinokuni-lp-wrapper .access-title-floor {
    font-size: 20px;
  }
}

/* ============================================================
   Photo, map, sticky CTA, and tone refinement
============================================================ */
.kinokuni-lp-wrapper .venue-main {
  background: #F6EFE8;
  box-shadow: 0 10px 24px rgba(60, 42, 28, 0.12);
}

.kinokuni-lp-wrapper .venue-photo,
.kinokuni-lp-wrapper .venue-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kinokuni-lp-wrapper .venue-photo {
  filter: saturate(1.04) contrast(1.02);
}

.kinokuni-lp-wrapper .venue-main::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.18) 100%);
  pointer-events: none;
}

.kinokuni-lp-wrapper .venue-main-tag {
  z-index: 2;
}

.kinokuni-lp-wrapper .venue-thumb {
  overflow: hidden;
  background: #F6EFE8;
  filter: none;
  box-shadow: 0 3px 10px rgba(60, 42, 28, 0.12);
}

.kinokuni-lp-wrapper .venue-thumb img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.kinokuni-lp-wrapper .venue-thumb:hover img {
  transform: scale(1.04);
  filter: brightness(1.04);
}

.kinokuni-lp-wrapper .map-placeholder.map-embed {
  overflow: hidden;
  padding: 0;
  height: 260px;
  background: #F7F1EA;
  border: 1px solid #EBCFB5;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(80, 52, 34, 0.08);
}

.kinokuni-lp-wrapper .map-placeholder.map-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.kinokuni-lp-wrapper .map-link {
  display: none !important;
}

.kinokuni-lp-wrapper .target-wave-top,
.kinokuni-lp-wrapper .pamphlet-wave-top,
.kinokuni-lp-wrapper .s-guest-curve {
  overflow: hidden;
}

.kinokuni-lp-wrapper .target-wave-top svg,
.kinokuni-lp-wrapper .pamphlet-wave-top svg,
.kinokuni-lp-wrapper .s-guest-curve svg,
.kinokuni-lp-wrapper .target-dots-tl,
.kinokuni-lp-wrapper .pamphlet-wave-top .pamphlet-dots-tl {
  display: none !important;
}

.kinokuni-lp-wrapper .target-wave-top::after,
.kinokuni-lp-wrapper .pamphlet-wave-top::after,
.kinokuni-lp-wrapper .s-guest-curve::after {
  content: none !important;
  display: none !important;
}

.kinokuni-lp-wrapper .s-event::after,
.kinokuni-lp-wrapper .s-target::after {
  background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFFFFF 90%) !important;
}

.kinokuni-lp-wrapper .s-target::after {
  background-image: linear-gradient(180deg, rgba(251,239,229,0) 0%, #FBEFE5 90%) !important;
}

body.kinokuni-lp-active {
  padding-bottom: 112px !important;
}

.kinokuni-lp-wrapper .s-pamphlet {
  padding-bottom: 132px;
}

.kinokuni-lp-wrapper .k-access-cta {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(12px, env(safe-area-inset-bottom)) !important;
  width: min(350px, calc(100vw - 32px)) !important;
  z-index: 9999 !important;
  min-height: 72px;
  padding: 14px 48px !important;
  border-radius: 18px;
  background: linear-gradient(135deg, #F68E3B 0%, #EE7B30 52%, #D96018 100%);
  transform: translateX(-50%) !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-3px) !important;
}

.kinokuni-lp-wrapper .k-access-cta:active {
  transform: translateX(-50%) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .k-access-cta-text,
.kinokuni-lp-wrapper .k-access-cta-arrow {
  z-index: 2;
}

@media (max-width: 360px) {
  .kinokuni-lp-wrapper .map-placeholder.map-embed {
    height: 240px;
  }

  .kinokuni-lp-wrapper .k-access-cta {
    width: min(328px, calc(100vw - 20px)) !important;
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
}

@media (max-width: 430px) {
  body.kinokuni-lp-active .kinokuni-lp-wrapper,
  .kinokuni-lp-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.kinokuni-lp-active .kinokuni-lp-wrapper-inner,
  .kinokuni-lp-wrapper-inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .kinokuni-lp-wrapper .k-access-cta {
    width: min(350px, calc(100vw - 24px)) !important;
  }
}

/* ============================================================
   Chrome alignment lock
   - Webフォント読み込み後も丸アイコン内の英字ラベルが下に落ちないよう固定
   - ACCESSの小アイコンと本文のベースラインずれを防止
============================================================ */
.kinokuni-lp-wrapper .info-card {
  min-height: 104px !important;
  align-items: center !important;
  overflow: visible !important;
}

.kinokuni-lp-wrapper .info-icon {
  position: relative !important;
  display: block !important;
  width: 70px !important;
  height: 70px !important;
  min-width: 70px !important;
  flex: 0 0 70px !important;
  overflow: visible !important;
}

.kinokuni-lp-wrapper .info-icon svg {
  position: absolute !important;
  top: 13px !important;
  left: 50% !important;
  width: 29px !important;
  height: 29px !important;
  transform: translateX(-50%) !important;
}

.kinokuni-lp-wrapper .info-icon-label {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 9px !important;
  display: block !important;
  height: 11px !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .access-train,
.kinokuni-lp-wrapper .access-addr {
  align-items: center !important;
  gap: 8px !important;
  line-height: 1.35 !important;
}

.kinokuni-lp-wrapper .access-train svg,
.kinokuni-lp-wrapper .access-addr svg {
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  transform: none !important;
}

.kinokuni-lp-wrapper .access-train svg {
  width: 20px !important;
  height: 20px !important;
}

.kinokuni-lp-wrapper .access-addr {
  min-height: 30px !important;
}

.kinokuni-lp-wrapper .access-addr svg {
  width: 20px !important;
  height: 20px !important;
}

.kinokuni-lp-wrapper .access-addr,
.kinokuni-lp-wrapper .access-train {
  font-weight: 700 !important;
}

.kinokuni-lp-wrapper .k-event-sub-wrap {
  display: block !important;
  width: 100% !important;
  border-top-width: 3px !important;
}

.kinokuni-lp-wrapper .event-sub {
  line-height: 1.45 !important;
}

@media (max-width: 360px) {
  .kinokuni-lp-wrapper .info-card {
    min-height: 100px !important;
  }

  .kinokuni-lp-wrapper .info-icon {
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    flex-basis: 66px !important;
  }

  .kinokuni-lp-wrapper .info-icon svg {
    top: 12px !important;
    width: 27px !important;
    height: 27px !important;
  }

  .kinokuni-lp-wrapper .info-icon-label {
    bottom: 8px !important;
    font-size: 9px !important;
    height: 10px !important;
  }
}

/* ============================================================
   Off-screen frame-in motion
   - 見出し類は画面外から左右交互に入る
   - 既存の下方向フェード指定をここで上書き
============================================================ */
.kinokuni-lp-wrapper .js-framein,
.kinokuni-lp-wrapper h2.js-framein,
.kinokuni-lp-wrapper .event-title.js-framein,
.kinokuni-lp-wrapper .detail-headline.js-framein,
.kinokuni-lp-wrapper .k-guest-title.js-framein,
.kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
.kinokuni-lp-wrapper .pamphlet-title.js-framein,
.kinokuni-lp-wrapper .target-cta-headline.js-framein,
.kinokuni-lp-wrapper .access-header.js-framein,
.kinokuni-lp-wrapper .detail-header.js-framein,
.kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(var(--framein-x, -120vw), 0, 0) scale(0.98) !important;
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.82s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: opacity, transform;
}

.kinokuni-lp-wrapper .js-framein-from-left {
  --framein-x: -120vw;
}

.kinokuni-lp-wrapper .js-framein-from-right {
  --framein-x: 120vw;
}

.kinokuni-lp-wrapper .js-framein.is-visible,
.kinokuni-lp-wrapper h2.js-framein.is-visible,
.kinokuni-lp-wrapper .event-title.js-framein.is-visible,
.kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
.kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
.kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
.kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
.kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
.kinokuni-lp-wrapper .access-header.js-framein.is-visible,
.kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
.kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper h2.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .event-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .access-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-gift-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

@media (prefers-reduced-motion: reduce) {
  .kinokuni-lp-wrapper .js-framein,
  .kinokuni-lp-wrapper .js-framein.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ============================================================
   Unified premium tone layer
   - 白ベース + 上品なオレンジ + 淡色アクセントで全体を統一
   - 右端の詰まりを防ぐスマホ用ガターを再定義
   - CTAはすべて同じ質感・高さ・ホバー挙動に揃える
============================================================ */
.kinokuni-lp-wrapper {
  --lp-orange: #E97932;
  --lp-orange-deep: #D86624;
  --lp-orange-soft: #FFF1E7;
  --lp-cream: #FFF9F3;
  --lp-beige: #F8EFE7;
  --lp-mint: #EEF8F3;
  --lp-pink: #FFF0F1;
  --lp-ink: #272727;
  --lp-muted: #68645F;
  --lp-line: rgba(210, 132, 72, 0.22);
  --lp-shadow: 0 12px 30px rgba(98, 66, 38, 0.10);
  --lp-shadow-soft: 0 8px 22px rgba(98, 66, 38, 0.075);
  --lp-radius: 22px;
  --lp-radius-sm: 16px;
  --lp-gutter: clamp(20px, 5.6vw, 26px);
  background: #FFFFFF !important;
  color: var(--lp-ink) !important;
}

.kinokuni-lp-wrapper .s-event,
.kinokuni-lp-wrapper .s-access,
.kinokuni-lp-wrapper .s-detail,
.kinokuni-lp-wrapper .s-target,
.kinokuni-lp-wrapper .s-guest,
.kinokuni-lp-wrapper .s-pamphlet {
  padding-left: var(--lp-gutter) !important;
  padding-right: var(--lp-gutter) !important;
}

.kinokuni-lp-wrapper .s-event {
  background: linear-gradient(180deg, #FFF8F2 0%, #FFF4EA 100%) !important;
  padding-top: 40px !important;
  padding-bottom: 38px !important;
}

.kinokuni-lp-wrapper .s-access,
.kinokuni-lp-wrapper .s-detail {
  background: #FFFFFF !important;
  padding-top: 38px !important;
  padding-bottom: 42px !important;
}

.kinokuni-lp-wrapper .s-target,
.kinokuni-lp-wrapper .s-guest {
  background: linear-gradient(180deg, #FFF9F3 0%, #FFFFFF 100%) !important;
  padding-bottom: 42px !important;
}

.kinokuni-lp-wrapper .s-pamphlet {
  background: #FFFFFF !important;
  padding-bottom: 136px !important;
}

.kinokuni-lp-wrapper .event-title,
.kinokuni-lp-wrapper .k-guest-title,
.kinokuni-lp-wrapper .k-gift-title,
.kinokuni-lp-wrapper .pamphlet-title {
  color: var(--lp-ink) !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.kinokuni-lp-wrapper .event-title-en2,
.kinokuni-lp-wrapper .detail-headline-line .accent,
.kinokuni-lp-wrapper .benefit-text .hl {
  color: var(--lp-orange) !important;
}

.kinokuni-lp-wrapper .k-event-sub-wrap,
.kinokuni-lp-wrapper .k-guest-sub-wrap,
.kinokuni-lp-wrapper .k-gift-sub-wrap {
  border-top: 3px solid var(--lp-orange) !important;
  margin-top: 16px !important;
  padding-top: 12px !important;
}

.kinokuni-lp-wrapper .event-sub,
.kinokuni-lp-wrapper .guest-sub,
.kinokuni-lp-wrapper .gift-sub,
.kinokuni-lp-wrapper .pamphlet-sub,
.kinokuni-lp-wrapper .detail-label-text {
  color: var(--lp-muted) !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

.kinokuni-lp-wrapper .info-card,
.kinokuni-lp-wrapper .access-info-card,
.kinokuni-lp-wrapper .target-card,
.kinokuni-lp-wrapper .benefits,
.kinokuni-lp-wrapper .notice,
.kinokuni-lp-wrapper .pamphlet-body {
  border: 1px solid rgba(224, 162, 108, 0.24) !important;
  border-radius: var(--lp-radius) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: var(--lp-shadow-soft) !important;
}

.kinokuni-lp-wrapper .info-card,
.kinokuni-lp-wrapper .target-card,
.kinokuni-lp-wrapper .benefits,
.kinokuni-lp-wrapper .notice,
.kinokuni-lp-wrapper .pamphlet-body {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.kinokuni-lp-wrapper .info-card {
  min-height: 108px !important;
  padding: 18px 16px !important;
  gap: 16px !important;
}

.kinokuni-lp-wrapper .info-icon,
.kinokuni-lp-wrapper .feature-circle,
.kinokuni-lp-wrapper .access-row-icon,
.kinokuni-lp-wrapper .notice-icon-circle {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--lp-orange-soft) 100%) !important;
  border-color: rgba(233, 121, 50, 0.72) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 6px 14px rgba(219, 117, 45, 0.12) !important;
}

.kinokuni-lp-wrapper .venue-main,
.kinokuni-lp-wrapper .venue-thumb,
.kinokuni-lp-wrapper .map-placeholder.map-embed {
  border-radius: var(--lp-radius-sm) !important;
  box-shadow: var(--lp-shadow-soft) !important;
}

.kinokuni-lp-wrapper .target-headline-box,
.kinokuni-lp-wrapper .target-note {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF8F1 100%) !important;
  border: 1px solid var(--lp-line) !important;
  border-radius: var(--lp-radius-sm) !important;
}

.kinokuni-lp-wrapper .detail-body,
.kinokuni-lp-wrapper .target-text,
.kinokuni-lp-wrapper .target-note-text,
.kinokuni-lp-wrapper .benefit-text,
.kinokuni-lp-wrapper .notice-list,
.kinokuni-lp-wrapper .pamphlet-desc,
.kinokuni-lp-wrapper .access-row-text,
.kinokuni-lp-wrapper .info-sub,
.kinokuni-lp-wrapper .info-place-sub {
  color: var(--lp-muted) !important;
  line-height: 1.8 !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;
  border-radius: 999px !important;
  color: #FFFFFF !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 38%),
    linear-gradient(135deg, #F39A55 0%, var(--lp-orange) 48%, var(--lp-orange-deep) 100%) !important;
  box-shadow:
    0 14px 28px rgba(216, 102, 36, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.55),
    inset 0 -2px 0 rgba(132, 58, 18, 0.12) !important;
  transition:
    transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.26s ease,
    filter 0.26s ease !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {filter: brightness(1.03) saturate(1.03) !important;
  box-shadow:
    0 18px 34px rgba(216, 102, 36, 0.30),
    inset 0 1px 0 rgba(255,255,255,0.62),
    inset 0 -2px 0 rgba(132, 58, 18, 0.10) !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-4px) !important;
  filter: brightness(1.03) saturate(1.03) !important;
  box-shadow:
    0 18px 34px rgba(216, 102, 36, 0.30),
    inset 0 1px 0 rgba(255,255,255,0.62),
    inset 0 -2px 0 rgba(132, 58, 18, 0.10) !important;
}

.kinokuni-lp-wrapper .k-access-cta:active {
  transform: translateX(-50%) translateY(-1px) !important;
}

.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .k-access-cta-main,
.kinokuni-lp-wrapper .date-text-main,
.kinokuni-lp-wrapper .target-cta-text-main,
.kinokuni-lp-wrapper .k-guest-btn-main,
.kinokuni-lp-wrapper .k-pamphlet-btn-text {color: #FFFFFF !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 1px 2px rgba(113, 52, 18, 0.16) !important;
}

.kinokuni-lp-wrapper .k-entry-btn-sub,
.kinokuni-lp-wrapper .k-access-cta-sub,
.kinokuni-lp-wrapper .date-text-top,
.kinokuni-lp-wrapper .date-text-en,
.kinokuni-lp-wrapper .k-guest-btn-en {
  color: rgba(255,255,255,0.88) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.04em !important;
}

.kinokuni-lp-wrapper .date-circle,
.kinokuni-lp-wrapper .target-cta-tag,
.kinokuni-lp-wrapper .k-access-cta-icon {
  background: rgba(255,255,255,0.95) !important;
  color: var(--lp-orange) !important;
  box-shadow: 0 6px 16px rgba(128, 64, 24, 0.16) !important;
}

.kinokuni-lp-wrapper .date-arrow,
.kinokuni-lp-wrapper .k-access-cta-arrow,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn-arrow {
  background: rgba(255,255,255,0.94) !important;
  color: var(--lp-orange) !important;
  box-shadow: 0 6px 14px rgba(128, 64, 24, 0.14) !important;
}

.kinokuni-lp-wrapper .k-date-btn + .k-date-btn {
  margin-top: 14px !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  width: min(350px, calc(100vw - 32px)) !important;
  min-height: 76px !important;
  padding: 14px 50px !important;
  transform: translateX(-50%) !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .s-event,
  .kinokuni-lp-wrapper .s-access,
  .kinokuni-lp-wrapper .s-detail,
  .kinokuni-lp-wrapper .s-target,
  .kinokuni-lp-wrapper .s-guest,
  .kinokuni-lp-wrapper .s-pamphlet {
    padding-left: var(--lp-gutter) !important;
    padding-right: var(--lp-gutter) !important;
  }

  .kinokuni-lp-wrapper .target-wave-top,
  .kinokuni-lp-wrapper .pamphlet-wave-top,
  .kinokuni-lp-wrapper .s-guest-curve {
    width: calc(100% + (var(--lp-gutter) * 2)) !important;
    margin-left: calc(var(--lp-gutter) * -1) !important;
    margin-right: calc(var(--lp-gutter) * -1) !important;
  }

  .kinokuni-lp-wrapper .k-access-cta {
    width: min(350px, calc(100vw - 28px)) !important;
  }
}

@media (max-width: 360px) {
  .kinokuni-lp-wrapper {
    --lp-gutter: 18px;
  }
}

/* ============================================================
   Final tone and mobile width refinements
   - 大きめスマホでも左右に不要な外側余白を作らない
   - CTAの重なり順とホバー品質を全ボタンで統一
============================================================ */
body.kinokuni-lp-active .kinokuni-lp-wrapper,
.kinokuni-lp-wrapper {
  width: min(100%, 430px) !important;
  max-width: 430px !important;
  overflow-x: clip !important;
}

body.kinokuni-lp-active .kinokuni-lp-wrapper-inner,
.kinokuni-lp-wrapper-inner {
  width: 100% !important;
  max-width: 430px !important;
  overflow-x: clip !important;
}

.kinokuni-lp-wrapper .s-event,
.kinokuni-lp-wrapper .s-access,
.kinokuni-lp-wrapper .s-detail,
.kinokuni-lp-wrapper .s-target,
.kinokuni-lp-wrapper .s-guest,
.kinokuni-lp-wrapper .s-pamphlet {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {border: 0 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.06) 42%, rgba(111,47,14,0.08) 100%),
    linear-gradient(135deg, #F6A45E 0%, #EA7D35 46%, #D86624 100%) !important;
  box-shadow:
    0 16px 30px rgba(208, 91, 30, 0.25),
    0 4px 10px rgba(126, 61, 23, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.66),
    inset 0 -2px 0 rgba(105, 42, 12, 0.12) !important;
}

.kinokuni-lp-wrapper .k-entry-btn > *,
.kinokuni-lp-wrapper .k-access-cta > *,
.kinokuni-lp-wrapper .k-date-btn > *,
.kinokuni-lp-wrapper .k-target-cta-btn > *,
.kinokuni-lp-wrapper .k-guest-btn > *,
.kinokuni-lp-wrapper .k-pamphlet-btn > * {z-index: 2 !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {box-shadow:
    0 20px 36px rgba(208, 91, 30, 0.31),
    0 5px 12px rgba(126, 61, 23, 0.11),
    inset 0 1px 0 rgba(255,255,255,0.72),
    inset 0 -2px 0 rgba(105, 42, 12, 0.10) !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  width: min(372px, calc(100vw - 28px)) !important;
  max-width: calc(100% - 28px) !important;
  border-radius: 999px !important;
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-3px) !important;
}

.kinokuni-lp-wrapper .k-access-cta:active {
  transform: translateX(-50%) translateY(-1px) !important;
}

.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .k-access-cta-main,
.kinokuni-lp-wrapper .date-text-main,
.kinokuni-lp-wrapper .target-cta-text-main,
.kinokuni-lp-wrapper .k-guest-btn-main,
.kinokuni-lp-wrapper .k-pamphlet-btn-text {
  line-height: 1.32 !important;
}

@media (max-width: 430px) {
  body.kinokuni-lp-active .kinokuni-lp-wrapper,
  .kinokuni-lp-wrapper,
  body.kinokuni-lp-active .kinokuni-lp-wrapper-inner,
  .kinokuni-lp-wrapper-inner {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .kinokuni-lp-wrapper {
    --lp-gutter: clamp(20px, 5.4vw, 24px);
  }

  .kinokuni-lp-wrapper .k-access-cta {
    width: calc(100vw - 24px) !important;
    max-width: 372px !important;
  }
}

@media (max-width: 767px) {
  body.kinokuni-lp-active .kinokuni-lp-wrapper,
  .kinokuni-lp-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    right: auto !important;
  }

  body.kinokuni-lp-active .kinokuni-lp-wrapper-inner,
  .kinokuni-lp-wrapper-inner {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .kinokuni-lp-wrapper .event-title {
    font-size: clamp(34px, 9.8vw, 40px) !important;
  }

  .kinokuni-lp-wrapper .k-guest-title {
    font-size: clamp(33px, 9.6vw, 39px) !important;
  }

  .kinokuni-lp-wrapper .pamphlet-title {
    font-size: clamp(28px, 8.8vw, 35px) !important;
  }

  .kinokuni-lp-wrapper .k-access-cta {
    width: calc(100vw - 32px) !important;
    max-width: 372px !important;
  }
}

/* ============================================================
   ABSOLUTE FINAL CTA + MAP LOCK
   Must remain at EOF so older override layers cannot win.
============================================================ */
.kinokuni-lp-wrapper {
  --lp-orange: #F05A16;
  --lp-orange-hot: #FF7A1A;
  --lp-orange-deep: #B93A0B;
  --lp-navy: #123A64;
  --lp-navy-dark: #092641;
}

.kinokuni-lp-wrapper .map-placeholder.map-embed {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 320px !important;
  min-height: 320px !important;
  margin: 22px 0 104px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 2px solid rgba(18, 58, 100, 0.18) !important;
  border-radius: 16px !important;
  background: #DDE7EF !important;
  box-shadow: 0 16px 32px rgba(9, 38, 65, 0.14) !important;
}

.kinokuni-lp-wrapper .map-placeholder.map-embed iframe {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 320px !important;
  border: 0 !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {
  border: 0 !important;
  border-radius: 16px !important;
  color: #FFFFFF !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.03) 42%, rgba(0,0,0,0.22) 100%),
    linear-gradient(135deg, var(--lp-orange-hot) 0%, var(--lp-orange) 42%, var(--lp-orange-deep) 100%) !important;
  box-shadow:
    0 18px 0 -10px var(--lp-navy),
    0 24px 38px rgba(9, 38, 65, 0.24),
    0 8px 18px rgba(185, 58, 11, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.55) !important;
  }

.kinokuni-lp-wrapper .k-entry-btn > *,
.kinokuni-lp-wrapper .k-access-cta > *,
.kinokuni-lp-wrapper .k-date-btn > *,
.kinokuni-lp-wrapper .k-target-cta-btn > *,
.kinokuni-lp-wrapper .k-guest-btn > *,
.kinokuni-lp-wrapper .k-pamphlet-btn > * {z-index: 2 !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {filter: saturate(1.1) contrast(1.02) brightness(1.02) !important;
  box-shadow:
    0 20px 0 -10px var(--lp-navy-dark),
    0 30px 46px rgba(9, 38, 65, 0.30),
    0 10px 22px rgba(185, 58, 11, 0.26),
    inset 0 1px 0 rgba(255,255,255,0.62) !important;
}

.kinokuni-lp-wrapper .date-circle,
.kinokuni-lp-wrapper .target-cta-tag,
.kinokuni-lp-wrapper .date-arrow,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn-arrow {
  background: rgba(9, 38, 65, 0.20) !important;
  color: #FFFFFF !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24) !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(14px, env(safe-area-inset-bottom)) !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) 30px !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 14px !important;
  width: min(760px, calc(100vw - 48px)) !important;
  max-width: calc(100vw - 48px) !important;
  min-height: 86px !important;
  padding: 14px 24px !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-4px) !important;
  filter: saturate(1.1) contrast(1.02) brightness(1.02) !important;
}

.kinokuni-lp-wrapper .k-access-cta:active {
  transform: translateX(-50%) translateY(-1px) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .k-access-cta-arrow {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  background: rgba(9, 38, 65, 0.20) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon {
  width: 54px !important;
  height: 54px !important;
  border-radius: 14px !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon svg {
  width: 30px !important;
  height: 30px !important;
  stroke: #FFFFFF !important;
}

.kinokuni-lp-wrapper .k-access-cta-arrow {
  width: 30px !important;
  height: 54px !important;
  border-radius: 12px !important;
  font-size: 34px !important;
  line-height: 1 !important;
}

.kinokuni-lp-wrapper .k-access-cta-text {
  width: 100% !important;
  min-width: 0 !important;
  color: #FFFFFF !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .k-access-cta-main {
  display: block !important;
  width: 100% !important;
  color: #FFFFFF !important;
  font-size: clamp(26px, 4vw, 38px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
  text-shadow: 0 2px 0 rgba(9, 38, 65, 0.20) !important;
}

.kinokuni-lp-wrapper .k-access-cta-sub {
  display: block !important;
  margin-top: 8px !important;
  color: rgba(255,255,255,0.96) !important;
  font-size: clamp(15px, 2vw, 20px) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 42px minmax(0, 1fr) 22px !important;
    column-gap: 10px !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    min-height: 76px !important;
    padding: 12px 16px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon svg {
    width: 25px !important;
    height: 25px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-arrow {
    width: 22px !important;
    height: 42px !important;
    font-size: 28px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-main {
    font-size: clamp(21px, 6.1vw, 25px) !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-sub {
    font-size: clamp(13px, 3.6vw, 15px) !important;
    margin-top: 6px !important;
  }

  .kinokuni-lp-wrapper .map-placeholder.map-embed,
  .kinokuni-lp-wrapper .map-placeholder.map-embed iframe {
    height: 280px !important;
    min-height: 280px !important;
  }
}

/* ============================================================
   Emergency visual correction
   - 固定CTAの重なり崩れを解除
   - Googleマップを確実に表示
   - 薄いオレンジを避け、強いオレンジと濃色で締める
============================================================ */
.kinokuni-lp-wrapper {
  --lp-orange: #F26B1D;
  --lp-orange-deep: #C94712;
  --lp-navy: #113A67;
  --lp-ink: #20242A;
  --lp-cream: #FFF7EE;
}

.kinokuni-lp-wrapper .s-event,
.kinokuni-lp-wrapper .s-target,
.kinokuni-lp-wrapper .s-guest {
  background: linear-gradient(180deg, #FFF8F1 0%, #FFFFFF 100%) !important;
}

.kinokuni-lp-wrapper .event-title-en2,
.kinokuni-lp-wrapper .detail-headline-line .accent,
.kinokuni-lp-wrapper .benefit-text .hl {
  color: var(--lp-orange) !important;
}

.kinokuni-lp-wrapper .k-event-sub-wrap,
.kinokuni-lp-wrapper .k-guest-sub-wrap,
.kinokuni-lp-wrapper .k-gift-sub-wrap {
  border-top-color: var(--lp-orange) !important;
}

.kinokuni-lp-wrapper .map-placeholder.map-embed {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 300px !important;
  min-height: 300px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 2px solid rgba(242, 107, 29, 0.32) !important;
  border-radius: 18px !important;
  background: #E7EEF4 !important;
  box-shadow: 0 14px 30px rgba(17, 58, 103, 0.12) !important;
}

.kinokuni-lp-wrapper .map-placeholder.map-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 300px !important;
  border: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {
  border-radius: 18px !important;
  border: 0 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.04) 42%, rgba(0,0,0,0.14) 100%),
    linear-gradient(135deg, #FF8A2A 0%, var(--lp-orange) 46%, var(--lp-orange-deep) 100%) !important;
  box-shadow:
    0 16px 28px rgba(201, 71, 18, 0.28),
    0 5px 0 rgba(122, 43, 12, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.58) !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {filter: saturate(1.08) brightness(1.03) !important;
  box-shadow:
    0 22px 36px rgba(201, 71, 18, 0.34),
    0 6px 0 rgba(122, 43, 12, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.64) !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  position: fixed !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 24px !important;
  column-gap: 12px !important;
  align-items: center !important;
  justify-items: center !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(12px, env(safe-area-inset-bottom)) !important;
  z-index: 9999 !important;
  width: min(372px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px) !important;
  min-height: 76px !important;
  padding: 12px 20px !important;
  text-align: center !important;
  transform: translateX(-50%) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .k-access-cta-arrow {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.16) !important;
  color: #FFFFFF !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.30) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon svg {
  width: 25px !important;
  height: 25px !important;
  stroke: #FFFFFF !important;
}

.kinokuni-lp-wrapper .k-access-cta-arrow {
  width: 24px !important;
  height: 42px !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 30px !important;
  line-height: 1 !important;
}

.kinokuni-lp-wrapper .k-access-cta-text {
  min-width: 0 !important;
  width: 100% !important;
  color: #FFFFFF !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .k-access-cta-main {
  display: block !important;
  width: 100% !important;
  font-size: clamp(21px, 6.3vw, 28px) !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  color: #FFFFFF !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
  white-space: nowrap !important;
}

.kinokuni-lp-wrapper .k-access-cta-sub {
  display: block !important;
  margin-top: 8px !important;
  font-size: clamp(13px, 3.8vw, 16px) !important;
  line-height: 1.25 !important;
  color: rgba(255,255,255,0.94) !important;
  white-space: nowrap !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-4px) !important;
  filter: saturate(1.08) brightness(1.03) !important;
}

@media (max-width: 360px) {
  .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 36px minmax(0, 1fr) 18px !important;
    column-gap: 8px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon {
    width: 36px !important;
    height: 36px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-main {
    font-size: 20px !important;
  }
}

/* ============================================================
   Final Chrome polish
   - 右端の詰まりを防ぐ横幅・ガターの最終ロック
   - すべてのCTA/ボタンをリッチな共通デザインとホバー挙動に統一
============================================================ */
html.kinokuni-lp-active,
body.kinokuni-lp-active {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
}

body.kinokuni-lp-active .kinokuni-lp-wrapper,
.kinokuni-lp-wrapper {
  --lp-page-max: 430px;
  --lp-gutter: clamp(20px, 5.2vw, 24px);
  width: min(100%, var(--lp-page-max)) !important;
  max-width: var(--lp-page-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: clip !important;
}

body.kinokuni-lp-active .kinokuni-lp-wrapper-inner,
.kinokuni-lp-wrapper-inner {
  width: 100% !important;
  max-width: var(--lp-page-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: clip !important;
}

.kinokuni-lp-wrapper .s-hero,
.kinokuni-lp-wrapper .s-event,
.kinokuni-lp-wrapper .s-access,
.kinokuni-lp-wrapper .s-detail,
.kinokuni-lp-wrapper .s-target,
.kinokuni-lp-wrapper .s-guest,
.kinokuni-lp-wrapper .s-pamphlet {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
}

.kinokuni-lp-wrapper .s-event,
.kinokuni-lp-wrapper .s-access,
.kinokuni-lp-wrapper .s-detail,
.kinokuni-lp-wrapper .s-target,
.kinokuni-lp-wrapper .s-guest,
.kinokuni-lp-wrapper .s-pamphlet {
  padding-left: var(--lp-gutter) !important;
  padding-right: var(--lp-gutter) !important;
}

.kinokuni-lp-wrapper .info-card,
.kinokuni-lp-wrapper .access-info-card,
.kinokuni-lp-wrapper .target-card,
.kinokuni-lp-wrapper .benefits,
.kinokuni-lp-wrapper .notice,
.kinokuni-lp-wrapper .pamphlet-body,
.kinokuni-lp-wrapper .venue-main,
.kinokuni-lp-wrapper .venue-thumbs,
.kinokuni-lp-wrapper .map-placeholder.map-embed {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {isolation: isolate !important;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;
  border-radius: 999px !important;
  color: #FFFFFF !important;
  background:
    radial-gradient(circle at 24% 12%, rgba(255,255,255,0.42) 0, rgba(255,255,255,0.16) 28%, rgba(255,255,255,0) 54%),
    linear-gradient(180deg, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0.04) 46%, rgba(111,47,14,0.10) 100%),
    linear-gradient(135deg, #FFAC62 0%, #EE7B30 48%, #D75E1A 100%) !important;
  box-shadow:
    0 18px 34px rgba(208, 91, 30, 0.28),
    0 5px 12px rgba(126, 61, 23, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.72),
    inset 0 -2px 0 rgba(105, 42, 12, 0.12) !important;
  cursor: pointer !important;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    filter 0.28s ease,
    background-position 0.28s ease !important;
}

.kinokuni-lp-wrapper .k-entry-btn > *,
.kinokuni-lp-wrapper .k-access-cta > *,
.kinokuni-lp-wrapper .k-date-btn > *,
.kinokuni-lp-wrapper .k-target-cta-btn > *,
.kinokuni-lp-wrapper .k-guest-btn > *,
.kinokuni-lp-wrapper .k-pamphlet-btn > * {z-index: 2 !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {filter: brightness(1.04) saturate(1.04) !important;
  box-shadow:
    0 24px 42px rgba(208, 91, 30, 0.34),
    0 7px 14px rgba(126, 61, 23, 0.13),
    inset 0 1px 0 rgba(255,255,255,0.78),
    inset 0 -2px 0 rgba(105, 42, 12, 0.10) !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  left: 50% !important;
  right: auto !important;
  width: min(372px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px) !important;
  padding-left: 52px !important;
  padding-right: 52px !important;
  transform: translateX(-50%) !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-4px) !important;
  filter: brightness(1.04) saturate(1.04) !important;
}

.kinokuni-lp-wrapper .k-access-cta:active {
  transform: translateX(-50%) translateY(-1px) !important;
}

.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .k-access-cta-main,
.kinokuni-lp-wrapper .date-text-main,
.kinokuni-lp-wrapper .target-cta-text-main,
.kinokuni-lp-wrapper .k-guest-btn-main,
.kinokuni-lp-wrapper .k-pamphlet-btn-text {
  color: #FFFFFF !important;
  line-height: 1.32 !important;
  text-shadow: 0 1px 2px rgba(100, 42, 13, 0.20) !important;
}

.kinokuni-lp-wrapper .k-entry-btn-sub,
.kinokuni-lp-wrapper .k-access-cta-sub,
.kinokuni-lp-wrapper .date-text-top,
.kinokuni-lp-wrapper .date-text-en,
.kinokuni-lp-wrapper .target-cta-text-sub,
.kinokuni-lp-wrapper .k-guest-btn-en {
  color: rgba(255,255,255,0.88) !important;
  text-shadow: 0 1px 2px rgba(100, 42, 13, 0.12) !important;
}

.kinokuni-lp-wrapper .date-circle,
.kinokuni-lp-wrapper .target-cta-tag,
.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .date-arrow,
.kinokuni-lp-wrapper .k-access-cta-arrow,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn-arrow {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF4EA 100%) !important;
  color: var(--lp-orange) !important;
  box-shadow:
    0 8px 16px rgba(123, 59, 21, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

.kinokuni-lp-wrapper .k-entry-btn:focus-visible,
.kinokuni-lp-wrapper .k-access-cta:focus-visible,
.kinokuni-lp-wrapper .k-date-btn:focus-visible,
.kinokuni-lp-wrapper .k-target-cta-btn:focus-visible,
.kinokuni-lp-wrapper .k-guest-btn:focus-visible,
.kinokuni-lp-wrapper .k-pamphlet-btn:focus-visible {
  outline: 3px solid rgba(238, 123, 48, 0.32) !important;
  outline-offset: 4px !important;
}

@media (max-width: 430px) {
  body.kinokuni-lp-active .kinokuni-lp-wrapper,
  .kinokuni-lp-wrapper,
  body.kinokuni-lp-active .kinokuni-lp-wrapper-inner,
  .kinokuni-lp-wrapper-inner {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .kinokuni-lp-wrapper {
    --lp-gutter: clamp(20px, 5.2vw, 24px);
  }

  .kinokuni-lp-wrapper .k-access-cta {
    width: calc(100vw - 32px) !important;
    max-width: 372px !important;
  }
}

/* EOF FINAL LOCK: CTA impact, no overlap, map visible */
.kinokuni-lp-wrapper {
  --lp-orange: #F05A16;
  --lp-orange-hot: #FF7A1A;
  --lp-orange-deep: #B93A0B;
  --lp-navy: #123A64;
  --lp-navy-dark: #092641;
}

.kinokuni-lp-wrapper .map-placeholder.map-embed {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 320px !important;
  min-height: 320px !important;
  margin: 22px 0 108px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 2px solid rgba(18, 58, 100, 0.18) !important;
  border-radius: 16px !important;
  background: #DDE7EF !important;
  box-shadow: 0 16px 32px rgba(9, 38, 65, 0.14) !important;
}

.kinokuni-lp-wrapper .map-placeholder.map-embed iframe {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 320px !important;
  border: 0 !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {
  border: 0 !important;
  border-radius: 16px !important;
  color: #FFFFFF !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.03) 42%, rgba(0,0,0,0.22) 100%),
    linear-gradient(135deg, var(--lp-orange-hot) 0%, var(--lp-orange) 42%, var(--lp-orange-deep) 100%) !important;
  box-shadow:
    0 18px 0 -10px var(--lp-navy),
    0 24px 38px rgba(9, 38, 65, 0.24),
    0 8px 18px rgba(185, 58, 11, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.55) !important;
  }

.kinokuni-lp-wrapper .k-entry-btn > *,
.kinokuni-lp-wrapper .k-access-cta > *,
.kinokuni-lp-wrapper .k-date-btn > *,
.kinokuni-lp-wrapper .k-target-cta-btn > *,
.kinokuni-lp-wrapper .k-guest-btn > *,
.kinokuni-lp-wrapper .k-pamphlet-btn > * {z-index: 2 !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {filter: saturate(1.1) contrast(1.02) brightness(1.02) !important;
  box-shadow:
    0 20px 0 -10px var(--lp-navy-dark),
    0 30px 46px rgba(9, 38, 65, 0.30),
    0 10px 22px rgba(185, 58, 11, 0.26),
    inset 0 1px 0 rgba(255,255,255,0.62) !important;
}

.kinokuni-lp-wrapper .date-circle,
.kinokuni-lp-wrapper .target-cta-tag,
.kinokuni-lp-wrapper .date-arrow,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn-arrow {
  background: rgba(9, 38, 65, 0.20) !important;
  color: #FFFFFF !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24) !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(14px, env(safe-area-inset-bottom)) !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) 30px !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 14px !important;
  width: min(760px, calc(100vw - 48px)) !important;
  max-width: calc(100vw - 48px) !important;
  min-height: 86px !important;
  padding: 14px 24px !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-4px) !important;
  filter: saturate(1.1) contrast(1.02) brightness(1.02) !important;
}

.kinokuni-lp-wrapper .k-access-cta:active {
  transform: translateX(-50%) translateY(-1px) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .k-access-cta-arrow {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  background: rgba(9, 38, 65, 0.20) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon {
  width: 54px !important;
  height: 54px !important;
  border-radius: 14px !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon svg {
  width: 30px !important;
  height: 30px !important;
  stroke: #FFFFFF !important;
}

.kinokuni-lp-wrapper .k-access-cta-arrow {
  width: 30px !important;
  height: 54px !important;
  border-radius: 12px !important;
  font-size: 34px !important;
  line-height: 1 !important;
}

.kinokuni-lp-wrapper .k-access-cta-text {
  width: 100% !important;
  min-width: 0 !important;
  color: #FFFFFF !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .k-access-cta-main {
  display: block !important;
  width: 100% !important;
  color: #FFFFFF !important;
  font-size: clamp(26px, 4vw, 38px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
  text-shadow: 0 2px 0 rgba(9, 38, 65, 0.20) !important;
}

.kinokuni-lp-wrapper .k-access-cta-sub {
  display: block !important;
  margin-top: 8px !important;
  color: rgba(255,255,255,0.96) !important;
  font-size: clamp(15px, 2vw, 20px) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 42px minmax(0, 1fr) 22px !important;
    column-gap: 10px !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    min-height: 76px !important;
    padding: 12px 16px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon svg {
    width: 25px !important;
    height: 25px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-arrow {
    width: 22px !important;
    height: 42px !important;
    font-size: 28px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-main {
    font-size: clamp(21px, 6.1vw, 25px) !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-sub {
    font-size: clamp(13px, 3.6vw, 15px) !important;
    margin-top: 6px !important;
  }

  .kinokuni-lp-wrapper .map-placeholder.map-embed,
  .kinokuni-lp-wrapper .map-placeholder.map-embed iframe {
    height: 280px !important;
    min-height: 280px !important;
  }
}

/* EOF PREMIUM BUTTON + HEADLINE REFINEMENT - FINAL */
.kinokuni-lp-wrapper {
  --lp-copper-bright: #E36F2C;
  --lp-copper: #B64A18;
  --lp-copper-deep: #6F270C;
  --lp-gold-soft: #E2BE78;
  --lp-cream: #FFF4E5;
  --lp-navy-shadow: #102C45;
  --lp-ink-rich: #171C22;
}

.kinokuni-lp-wrapper .target-cta-headline {
  font-family: "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Zen Kaku Gothic New", system-ui, sans-serif !important;
  font-size: clamp(24px, 6.3vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.58 !important;
  letter-spacing: 0.035em !important;
  color: var(--lp-ink-rich) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75) !important;
  margin-bottom: 20px !important;
  padding: 0 42px !important;
}

.kinokuni-lp-wrapper .target-cta-headline::before,
.kinokuni-lp-wrapper .target-cta-headline::after {
  width: 6px !important;
  height: 35px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--lp-gold-soft) 0%, var(--lp-copper-bright) 48%, var(--lp-copper) 100%) !important;
  box-shadow: 0 5px 12px rgba(111, 39, 12, 0.18) !important;
}

.kinokuni-lp-wrapper .k-entry-btn,
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-date-btn,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn,
.kinokuni-lp-wrapper .k-pamphlet-btn {border: 1px solid rgba(111, 39, 12, 0.72) !important;
  outline: 1px solid rgba(226, 190, 120, 0.58) !important;
  outline-offset: 3px !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 237, 203, 0.34) 0%, rgba(255, 237, 203, 0) 34%),
    linear-gradient(180deg, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.03) 42%, rgba(58, 19, 5, 0.30) 100%),
    linear-gradient(135deg, var(--lp-copper-bright) 0%, var(--lp-copper) 46%, var(--lp-copper-deep) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 234, 0.52),
    inset 0 -1px 0 rgba(50, 14, 4, 0.34),
    0 14px 28px rgba(16, 44, 69, 0.20),
    0 4px 0 rgba(16, 44, 69, 0.42) !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease !important;
}

.kinokuni-lp-wrapper .k-entry-btn > *,
.kinokuni-lp-wrapper .k-access-cta > *,
.kinokuni-lp-wrapper .k-date-btn > *,
.kinokuni-lp-wrapper .k-target-cta-btn > *,
.kinokuni-lp-wrapper .k-guest-btn > *,
.kinokuni-lp-wrapper .k-pamphlet-btn > * {z-index: 1 !important;
}

.kinokuni-lp-wrapper .k-entry-btn:hover,
.kinokuni-lp-wrapper .k-date-btn:hover,
.kinokuni-lp-wrapper .k-target-cta-btn:hover,
.kinokuni-lp-wrapper .k-guest-btn:hover,
.kinokuni-lp-wrapper .k-pamphlet-btn:hover {filter: saturate(1.06) brightness(1.03) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 238, 0.62),
    inset 0 -1px 0 rgba(50, 14, 4, 0.28),
    0 18px 34px rgba(16, 44, 69, 0.25),
    0 5px 0 rgba(16, 44, 69, 0.40) !important;
}

.kinokuni-lp-wrapper .k-access-cta {
  grid-template-columns: 48px minmax(0, 1fr) 34px !important;
  column-gap: 12px !important;
  width: min(720px, calc(100vw - 36px)) !important;
  max-width: calc(100vw - 36px) !important;
  min-height: 82px !important;
  padding: 13px 22px !important;
  border-radius: 22px !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-3px) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .k-access-cta-arrow,
.kinokuni-lp-wrapper .target-cta-tag,
.kinokuni-lp-wrapper .date-circle,
.kinokuni-lp-wrapper .date-arrow,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-arrow,
.kinokuni-lp-wrapper .k-pamphlet-btn-arrow {
  background: linear-gradient(180deg, rgba(255, 248, 232, 0.22), rgba(16, 44, 69, 0.24)) !important;
  color: #FFFFFF !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 222, 0.30),
    0 4px 12px rgba(16, 44, 69, 0.16) !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 15px !important;
}

.kinokuni-lp-wrapper .k-access-cta-arrow {
  width: 34px !important;
  height: 48px !important;
  border-radius: 15px !important;
  font-size: 29px !important;
}

.kinokuni-lp-wrapper .k-access-cta-main,
.kinokuni-lp-wrapper .k-entry-btn-main,
.kinokuni-lp-wrapper .date-text-main,
.kinokuni-lp-wrapper .target-cta-text-main,
.kinokuni-lp-wrapper .k-guest-btn-main,
.kinokuni-lp-wrapper .k-pamphlet-btn-text {
  font-family: "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Zen Kaku Gothic New", system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.025em !important;
  text-shadow: 0 2px 2px rgba(16, 44, 69, 0.24) !important;
}

.kinokuni-lp-wrapper .k-access-cta-main {
  font-size: clamp(24px, 3.3vw, 34px) !important;
  line-height: 1.08 !important;
  text-decoration-color: rgba(255, 244, 224, 0.82) !important;
}

.kinokuni-lp-wrapper .k-access-cta-sub,
.kinokuni-lp-wrapper .k-entry-btn-sub,
.kinokuni-lp-wrapper .date-text-top,
.kinokuni-lp-wrapper .date-text-en,
.kinokuni-lp-wrapper .target-cta-text-sub,
.kinokuni-lp-wrapper .k-guest-btn-en {
  color: rgba(255, 246, 228, 0.90) !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}

.kinokuni-lp-wrapper .k-target-cta-btn {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) 34px !important;
  gap: 12px !important;
  align-items: center !important;
  max-width: 370px !important;
  min-height: 68px !important;
  padding: 7px 14px 7px 7px !important;
  border-radius: 999px !important;
}

.kinokuni-lp-wrapper .target-cta-tag {
  width: 58px !important;
  height: 58px !important;
  margin: 0 !important;
  border-radius: 50% !important;
}

.kinokuni-lp-wrapper .target-cta-arrow {
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .target-cta-headline {
    font-size: clamp(23px, 6vw, 28px) !important;
    line-height: 1.58 !important;
    padding: 0 34px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 40px minmax(0, 1fr) 26px !important;
    column-gap: 9px !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 74px !important;
    padding: 11px 14px !important;
    border-radius: 20px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 13px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon svg {
    width: 23px !important;
    height: 23px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-arrow {
    width: 26px !important;
    height: 40px !important;
    border-radius: 13px !important;
    font-size: 25px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-main {
    font-size: clamp(20px, 5.45vw, 23px) !important;
    letter-spacing: 0.01em !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-sub {
    font-size: clamp(12px, 3.25vw, 14px) !important;
    margin-top: 5px !important;
  }

  .kinokuni-lp-wrapper .k-target-cta-btn {
    grid-template-columns: 50px minmax(0, 1fr) 28px !important;
    gap: 9px !important;
    width: min(100%, 350px) !important;
    min-height: 62px !important;
    padding: 6px 12px 6px 6px !important;
  }

  .kinokuni-lp-wrapper .target-cta-tag {
    width: 50px !important;
    height: 50px !important;
  }

  .kinokuni-lp-wrapper .target-cta-text-main {
    font-size: clamp(15px, 4.35vw, 18px) !important;
    white-space: nowrap !important;
  }

  .kinokuni-lp-wrapper .target-cta-arrow {
    width: 28px !important;
    height: 28px !important;
  }
}


/* EOF FIXED CTA POSITION RESTORE */
.kinokuni-lp-wrapper .k-access-cta {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(14px, env(safe-area-inset-bottom)) !important;
  z-index: 9999 !important;
  transform: translateX(-50%) !important;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) 34px !important;
  column-gap: 12px !important;
  align-items: center !important;
  justify-items: center !important;
}

.kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) translateY(-3px) !important;
}

.kinokuni-lp-wrapper .k-access-cta:active {
  transform: translateX(-50%) translateY(-1px) !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 40px minmax(0, 1fr) 26px !important;
    column-gap: 9px !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}


/* EOF FIXED CTA INTERNAL LAYOUT REPAIR */
.kinokuni-lp-wrapper .k-access-cta {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 28px !important;
  grid-template-areas: "icon text arrow" !important;
  align-items: center !important;
  justify-items: stretch !important;
  column-gap: 12px !important;
  width: min(720px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
  min-height: 76px !important;
  padding: 12px 16px !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon,
.kinokuni-lp-wrapper .k-access-cta-text,
.kinokuni-lp-wrapper .k-access-cta-arrow {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
  min-width: 0 !important;
  z-index: 2 !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon {
  grid-area: icon !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
}

.kinokuni-lp-wrapper .k-access-cta-icon svg {
  width: 24px !important;
  height: 24px !important;
}

.kinokuni-lp-wrapper .k-access-cta-text {
  grid-area: text !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  overflow: hidden !important;
  justify-self: stretch !important;
}

.kinokuni-lp-wrapper .k-access-cta-main {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  font-size: clamp(19px, 5.25vw, 24px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0.01em !important;
}

.kinokuni-lp-wrapper .k-access-cta-sub {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  font-size: clamp(12px, 3.25vw, 14px) !important;
  line-height: 1.2 !important;
  margin-top: 5px !important;
}

.kinokuni-lp-wrapper .k-access-cta-arrow {
  grid-area: arrow !important;
  width: 28px !important;
  height: 42px !important;
  border-radius: 14px !important;
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  font-size: 25px !important;
  line-height: 1 !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 38px minmax(0, 1fr) 25px !important;
    column-gap: 10px !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 72px !important;
    padding: 11px 14px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-icon svg {
    width: 22px !important;
    height: 22px !important;
  }

  .kinokuni-lp-wrapper .k-access-cta-arrow {
    width: 25px !important;
    height: 38px !important;
    font-size: 24px !important;
  }
}


/* EOF TARGET AND GUEST BUTTON LAYOUT REPAIR */
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 352px !important;
  min-height: 68px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .k-target-cta-btn {
  display: grid !important;
  grid-template-columns: 50px minmax(0, 1fr) 30px !important;
  grid-template-areas: "tag text arrow" !important;
  align-items: center !important;
  column-gap: 10px !important;
}

.kinokuni-lp-wrapper .target-cta-tag,
.kinokuni-lp-wrapper .target-cta-text,
.kinokuni-lp-wrapper .target-cta-arrow,
.kinokuni-lp-wrapper .k-guest-btn-text,
.kinokuni-lp-wrapper .k-guest-btn-arrow {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  min-width: 0 !important;
  z-index: 2 !important;
}

.kinokuni-lp-wrapper .target-cta-tag {
  grid-area: tag !important;
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  justify-self: center !important;
  row-gap: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.kinokuni-lp-wrapper .target-cta-tag-top {
  display: block !important;
  font-size: 10px !important;
  line-height: 1.05 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
}

.kinokuni-lp-wrapper .target-cta-tag-bottom {
  display: block !important;
  font-size: 19px !important;
  line-height: 1.0 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.kinokuni-lp-wrapper .target-cta-text {
  grid-area: text !important;
  width: 100% !important;
  overflow: hidden !important;
}

.kinokuni-lp-wrapper .target-cta-text-main {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  font-size: clamp(18px, 5.05vw, 22px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
}

.kinokuni-lp-wrapper .target-cta-text-sub {
  display: block !important;
  margin-top: 5px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  font-size: clamp(12px, 3.35vw, 14px) !important;
  line-height: 1.2 !important;
}

.kinokuni-lp-wrapper .target-cta-arrow {
  grid-area: arrow !important;
  width: 30px !important;
  height: 42px !important;
  margin: 0 !important;
  border-radius: 14px !important;
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  font-size: 26px !important;
  line-height: 1 !important;
}

.kinokuni-lp-wrapper .k-guest-btn {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 32px !important;
  grid-template-areas: "text arrow" !important;
  align-items: center !important;
  column-gap: 12px !important;
  min-height: 72px !important;
  padding: 11px 17px 11px 20px !important;
}

.kinokuni-lp-wrapper .k-guest-btn-text {
  grid-area: text !important;
  width: 100% !important;
  overflow: hidden !important;
  text-align: center !important;
}

.kinokuni-lp-wrapper .k-guest-btn-main {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  font-size: clamp(18px, 5vw, 22px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0.02em !important;
}

.kinokuni-lp-wrapper .k-guest-btn-en {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  margin-top: 7px !important;
  font-size: clamp(13px, 3.9vw, 16px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0.08em !important;
}

.kinokuni-lp-wrapper .k-guest-btn-arrow {
  grid-area: arrow !important;
  width: 32px !important;
  height: 42px !important;
  margin: 0 !important;
  border-radius: 14px !important;
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  font-size: 26px !important;
  line-height: 1 !important;
}

@media (max-width: 430px) {
  .kinokuni-lp-wrapper .k-target-cta-btn,
  .kinokuni-lp-wrapper .k-guest-btn {
    max-width: calc(100vw - 40px) !important;
  }

  .kinokuni-lp-wrapper .k-target-cta-btn {
    grid-template-columns: 48px minmax(0, 1fr) 28px !important;
    column-gap: 9px !important;
    min-height: 66px !important;
    padding: 8px 12px !important;
  }

  .kinokuni-lp-wrapper .target-cta-tag {
    width: 48px !important;
    height: 48px !important;
  }

  .kinokuni-lp-wrapper .target-cta-text-main {
    font-size: clamp(17px, 5.0vw, 20px) !important;
  }

  .kinokuni-lp-wrapper .target-cta-text-sub {
    font-size: clamp(11px, 3.25vw, 13px) !important;
  }

  .kinokuni-lp-wrapper .target-cta-arrow {
    width: 28px !important;
    height: 40px !important;
  }

  .kinokuni-lp-wrapper .k-guest-btn {
    grid-template-columns: minmax(0, 1fr) 30px !important;
    column-gap: 10px !important;
    min-height: 70px !important;
    padding: 11px 15px 11px 18px !important;
  }

  .kinokuni-lp-wrapper .k-guest-btn-main {
    font-size: clamp(17px, 4.85vw, 20px) !important;
  }

  .kinokuni-lp-wrapper .k-guest-btn-en {
    font-size: clamp(12px, 3.65vw, 15px) !important;
  }

  .kinokuni-lp-wrapper .k-guest-btn-arrow {
    width: 30px !important;
    height: 40px !important;
  }
}


/* EOF FINAL WORDPRESS ALIGNMENT LOCK */
.kinokuni-lp-wrapper .k-access-cta,
.kinokuni-lp-wrapper .k-target-cta-btn,
.kinokuni-lp-wrapper .k-guest-btn {
  isolation: isolate !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  border: 1px solid rgba(116, 43, 12, 0.72) !important;
  outline: 1px solid rgba(218, 177, 105, 0.64) !important;
  outline-offset: 2px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02) 46%, rgba(45,16,6,0.30)), linear-gradient(135deg, #e26f2d 0%, #b64a18 48%, #74280c 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,244,222,0.52), inset 0 -1px 0 rgba(57,17,5,0.36), 0 10px 20px rgba(16,44,69,0.16), 0 3px 0 rgba(16,44,69,0.35) !important;
}
.kinokuni-lp-wrapper .k-access-cta > *,
.kinokuni-lp-wrapper .k-target-cta-btn > *,
.kinokuni-lp-wrapper .k-guest-btn > * {
  position: relative !important;
  z-index: 2 !important;
  min-width: 0 !important;
}
.kinokuni-lp-wrapper .k-access-cta {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(14px, env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 28px !important;
  grid-template-areas: "icon text arrow" !important;
  align-items: center !important;
  justify-items: stretch !important;
  column-gap: 11px !important;
  width: min(720px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
  min-height: 74px !important;
  padding: 11px 15px !important;
  text-align: center !important;
}
.kinokuni-lp-wrapper .k-access-cta:hover { transform: translateX(-50%) translateY(-3px) !important; }
.kinokuni-lp-wrapper .k-access-cta-icon { grid-area: icon !important; width: 42px !important; height: 42px !important; border-radius: 14px !important; display: grid !important; place-items: center !important; justify-self: center !important; margin: 0 !important; position: relative !important; inset: auto !important; transform: none !important; background: rgba(255,255,255,0.14) !important; }
.kinokuni-lp-wrapper .k-access-cta-icon svg { width: 23px !important; height: 23px !important; stroke: #fff !important; }
.kinokuni-lp-wrapper .k-access-cta-text { grid-area: text !important; width: 100% !important; text-align: center !important; overflow: hidden !important; position: relative !important; inset: auto !important; transform: none !important; margin: 0 !important; }
.kinokuni-lp-wrapper .k-access-cta-main { font-size: clamp(20px, 5.15vw, 24px) !important; line-height: 1.08 !important; white-space: nowrap !important; overflow: hidden !important; text-decoration-thickness: 1.5px !important; text-underline-offset: 5px !important; letter-spacing: 0.01em !important; }
.kinokuni-lp-wrapper .k-access-cta-sub { font-size: clamp(12px, 3.25vw, 14px) !important; line-height: 1.2 !important; margin-top: 5px !important; white-space: nowrap !important; overflow: hidden !important; }
.kinokuni-lp-wrapper .k-access-cta-arrow { grid-area: arrow !important; width: 28px !important; height: 42px !important; border-radius: 14px !important; display: grid !important; place-items: center !important; justify-self: center !important; font-size: 26px !important; line-height: 1 !important; position: relative !important; inset: auto !important; transform: none !important; margin: 0 !important; background: rgba(255,255,255,0.14) !important; }
.kinokuni-lp-wrapper .k-target-cta-btn {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) 28px !important;
  grid-template-areas: "tag text arrow" !important;
  align-items: center !important;
  column-gap: 10px !important;
  width: min(352px, calc(100vw - 40px)) !important;
  max-width: calc(100vw - 40px) !important;
  min-height: 66px !important;
  padding: 8px 12px !important;
  margin: 0 auto !important;
}
.kinokuni-lp-wrapper .target-cta-tag { grid-area: tag !important; width: 48px !important; height: 48px !important; display: grid !important; place-items: center !important; align-content: center !important; row-gap: 0 !important; margin: 0 !important; padding: 0 !important; border-radius: 50% !important; line-height: 1 !important; position: relative !important; inset: auto !important; transform: none !important; background: rgba(255,255,255,0.16) !important; }
.kinokuni-lp-wrapper .target-cta-tag-top { font-size: 10px !important; line-height: 1.05 !important; white-space: nowrap !important; }
.kinokuni-lp-wrapper .target-cta-tag-bottom { font-size: 18px !important; line-height: 1 !important; white-space: nowrap !important; }
.kinokuni-lp-wrapper .target-cta-text { grid-area: text !important; width: 100% !important; overflow: hidden !important; text-align: center !important; position: relative !important; inset: auto !important; transform: none !important; margin: 0 !important; }
.kinokuni-lp-wrapper .target-cta-text-main { font-size: clamp(17px, 4.85vw, 20px) !important; line-height: 1.1 !important; white-space: nowrap !important; overflow: hidden !important; }
.kinokuni-lp-wrapper .target-cta-text-sub { font-size: clamp(11px, 3.2vw, 13px) !important; line-height: 1.2 !important; margin-top: 5px !important; white-space: nowrap !important; overflow: hidden !important; }
.kinokuni-lp-wrapper .target-cta-arrow { grid-area: arrow !important; width: 28px !important; height: 40px !important; display: grid !important; place-items: center !important; border-radius: 14px !important; font-size: 25px !important; line-height: 1 !important; margin: 0 !important; position: relative !important; inset: auto !important; transform: none !important; background: rgba(255,255,255,0.14) !important; }
.kinokuni-lp-wrapper .k-guest-btn {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 30px !important;
  grid-template-areas: "text arrow" !important;
  align-items: center !important;
  column-gap: 10px !important;
  width: min(352px, calc(100vw - 40px)) !important;
  max-width: calc(100vw - 40px) !important;
  min-height: 70px !important;
  padding: 11px 15px 11px 18px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.kinokuni-lp-wrapper .k-guest-btn-text { grid-area: text !important; width: 100% !important; text-align: center !important; overflow: hidden !important; position: relative !important; inset: auto !important; transform: none !important; margin: 0 !important; }
.kinokuni-lp-wrapper .k-guest-btn-main { font-size: clamp(17px, 4.8vw, 20px) !important; line-height: 1.16 !important; white-space: nowrap !important; overflow: hidden !important; }
.kinokuni-lp-wrapper .k-guest-btn-en { font-size: clamp(12px, 3.6vw, 15px) !important; line-height: 1.12 !important; margin-top: 7px !important; white-space: nowrap !important; overflow: hidden !important; }
.kinokuni-lp-wrapper .k-guest-btn-arrow { grid-area: arrow !important; width: 30px !important; height: 40px !important; display: grid !important; place-items: center !important; border-radius: 14px !important; font-size: 25px !important; line-height: 1 !important; position: relative !important; inset: auto !important; transform: none !important; margin: 0 !important; background: rgba(255,255,255,0.14) !important; }
.kinokuni-lp-wrapper .access-addr {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 10px !important;
  width: 100% !important;
  margin: 18px 0 16px !important;
  padding: 0 !important;
  color: #20242a !important;
  font-size: clamp(20px, 5.4vw, 24px) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}
.kinokuni-lp-wrapper .access-addr svg { width: 22px !important; height: 22px !important; display: block !important; align-self: center !important; justify-self: center !important; fill: #ee7b30 !important; margin: 0 !important; transform: none !important; }
.kinokuni-lp-wrapper .access-info-card { display: grid !important; gap: 0 !important; padding: 6px 16px !important; }
.kinokuni-lp-wrapper .access-row { display: grid !important; grid-template-columns: 24px minmax(0, 1fr) !important; align-items: center !important; column-gap: 10px !important; min-height: 48px !important; padding: 11px 0 !important; }
.kinokuni-lp-wrapper .access-row-icon { width: 24px !important; height: 24px !important; display: grid !important; place-items: center !important; background: transparent !important; border-radius: 0 !important; margin: 0 !important; }
.kinokuni-lp-wrapper .access-row-icon svg { width: 19px !important; height: 19px !important; display: block !important; fill: #ee7b30 !important; stroke: #ee7b30 !important; margin: 0 !important; transform: none !important; }
.kinokuni-lp-wrapper .access-row-text { display: block !important; min-width: 0 !important; color: #3b3f45 !important; font-size: clamp(16px, 4.2vw, 19px) !important; font-weight: 700 !important; line-height: 1.35 !important; text-align: left !important; }
.kinokuni-lp-wrapper .target-note {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 14px !important;
  width: 100% !important;
  margin-top: 18px !important;
  padding: 18px !important;
  border: 1px solid #f2d4bb !important;
  border-radius: 20px !important;
  background: #fffbf6 !important;
  box-shadow: 0 10px 22px rgba(111,39,12,0.06) !important;
}
.kinokuni-lp-wrapper .target-note-icon { width: 62px !important; height: 62px !important; border-radius: 50% !important; display: grid !important; place-items: center !important; background: #fff3e7 !important; margin: 0 !important; }
.kinokuni-lp-wrapper .target-note-icon svg { width: 38px !important; height: 38px !important; display: block !important; stroke: #ee7b30 !important; fill: none !important; margin: 0 !important; }
.kinokuni-lp-wrapper .target-note-text { display: block !important; min-width: 0 !important; color: #5a5d63 !important; font-size: clamp(15px, 3.85vw, 17px) !important; font-weight: 700 !important; line-height: 1.65 !important; text-align: left !important; }
@media (max-width: 360px) {
  .kinokuni-lp-wrapper .target-note { grid-template-columns: 56px minmax(0, 1fr) !important; padding: 16px 14px !important; column-gap: 10px !important; }
  .kinokuni-lp-wrapper .target-note-icon { width: 52px !important; height: 52px !important; }
  .kinokuni-lp-wrapper .target-note-icon svg { width: 32px !important; height: 32px !important; }
}


/* EOF WORDPRESS THEME HARDENING AND GUEST TITLE REPAIR */
html body .kinokuni-lp-wrapper {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 0 96px !important;
  overflow-x: clip !important;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
  color: #1e2228 !important;
  line-height: 1.6 !important;
  text-align: left !important;
}
html body .kinokuni-lp-wrapper *,
html body .kinokuni-lp-wrapper *::before,
html body .kinokuni-lp-wrapper *::after {
  box-sizing: border-box !important;
}
html body .kinokuni-lp-wrapper h1,
html body .kinokuni-lp-wrapper h2,
html body .kinokuni-lp-wrapper h3,
html body .kinokuni-lp-wrapper p,
html body .kinokuni-lp-wrapper figure {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
html body .kinokuni-lp-wrapper button,
html body .kinokuni-lp-wrapper a,
html body .kinokuni-lp-wrapper input,
html body .kinokuni-lp-wrapper textarea,
html body .kinokuni-lp-wrapper select {
  font: inherit !important;
}
html body .kinokuni-lp-wrapper button {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  cursor: pointer !important;
  text-transform: none !important;
}
html body .kinokuni-lp-wrapper img,
html body .kinokuni-lp-wrapper svg,
html body .kinokuni-lp-wrapper iframe {
  max-width: 100% !important;
}
html body .kinokuni-lp-wrapper img,
html body .kinokuni-lp-wrapper svg {
  vertical-align: middle !important;
}
html body .kinokuni-lp-wrapper section {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .s-guest {
  isolation: isolate !important;
  position: relative !important;
  padding: 58px clamp(20px, 6vw, 28px) 52px !important;
  background: linear-gradient(180deg, #fff9f3 0%, #fffdf9 48%, #fff7ef 100%) !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .s-guest-curve {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 44px !important;
  z-index: 0 !important;
  pointer-events: none !important;
}
html body .kinokuni-lp-wrapper .s-guest::before {
  content: "" !important;
  position: absolute !important;
  top: 26px !important;
  left: auto !important;
  right: clamp(26px, 8vw, 54px) !important;
  width: 86px !important;
  height: 78px !important;
  opacity: 0.34 !important;
  transform: rotate(0deg) !important;
  background: repeating-linear-gradient(105deg, transparent 0 12px, rgba(238,123,48,0.72) 12px 19px, transparent 19px 28px) !important;
  z-index: 0 !important;
  pointer-events: none !important;
}
html body .kinokuni-lp-wrapper .s-guest::after {
  content: "" !important;
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  width: 78px !important;
  height: 78px !important;
  opacity: 0.24 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}
html body .kinokuni-lp-wrapper .k-guest-title {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: min(100%, 360px) !important;
  margin: 0 0 26px !important;
  padding: 0 0 26px !important;
  color: #20242a !important;
  font-family: "Montserrat", "Arial Black", "Noto Sans JP", sans-serif !important;
  font-size: clamp(54px, 14vw, 72px) !important;
  font-weight: 900 !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: uppercase !important;
  background: transparent !important;
  text-shadow: none !important;
}
html body .kinokuni-lp-wrapper .k-guest-sub-wrap {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  background: transparent !important;
}
html body .kinokuni-lp-wrapper .guest-sub {
  display: inline-block !important;
  color: #45484d !important;
  font-size: clamp(18px, 5vw, 24px) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  background: transparent !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn {
  position: relative !important;
  z-index: 2 !important;
}
@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .s-guest {
    padding-top: 52px !important;
  }
  html body .kinokuni-lp-wrapper .k-guest-title {
    width: min(100%, 330px) !important;
    font-size: clamp(50px, 13.4vw, 64px) !important;
    line-height: 0.98 !important;
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
  }
}


/* EOF WORDPRESS ANIMATION FAILSAFE */
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .section-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .access-heading.js-framein {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible {
  opacity: 1 !important;
  transform: none !important;
}
@supports (animation-timeline: view()) {
  html body .kinokuni-lp-wrapper h2.js-framein,
  html body .kinokuni-lp-wrapper .k-guest-title.js-framein {
    animation: kinokuniWpHeadingIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) both !important;
    animation-timeline: view() !important;
    animation-range: entry 5% cover 28% !important;
  }
}
@keyframes kinokuniWpHeadingIn {
  from { opacity: 0.68; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}


/* EOF WORDPRESS ACCESS AND CTA FINAL REPAIR */
html body .kinokuni-lp-wrapper .access-train,
html body .kinokuni-lp-wrapper .access-addr,
html body .kinokuni-lp-wrapper .access-row,
html body .kinokuni-lp-wrapper .access-row-text {
  letter-spacing: 0 !important;
  text-transform: none !important;
}
html body .kinokuni-lp-wrapper .access-train {
  display: inline-grid !important;
  grid-template-columns: 18px auto !important;
  align-items: center !important;
  column-gap: 8px !important;
  min-width: 0 !important;
  margin-top: 14px !important;
  color: #4b4f55 !important;
  font-size: clamp(18px, 4.8vw, 22px) !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}
html body .kinokuni-lp-wrapper .access-train svg,
html body .kinokuni-lp-wrapper .access-row-icon svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  overflow: visible !important;
  fill: none !important;
  stroke: #ee7b30 !important;
  stroke-width: 2.15 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  margin: 0 !important;
  transform: none !important;
}
html body .kinokuni-lp-wrapper .access-train svg *,
html body .kinokuni-lp-wrapper .access-row-icon svg * {
  fill: none !important;
  stroke: #ee7b30 !important;
  stroke-width: 2.15 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke !important;
}
html body .kinokuni-lp-wrapper .access-addr {
  display: grid !important;
  grid-template-columns: 26px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 22px 0 18px !important;
  padding: 0 clamp(18px, 5.5vw, 28px) !important;
  color: #20242a !important;
  font-size: clamp(23px, 6.1vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
html body .kinokuni-lp-wrapper .access-addr svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  align-self: center !important;
  justify-self: center !important;
  fill: #ee7b30 !important;
  stroke: none !important;
  margin: 0 !important;
  transform: none !important;
}
html body .kinokuni-lp-wrapper .access-info-card {
  display: grid !important;
  width: calc(100% - 32px) !important;
  max-width: 560px !important;
  margin: 0 auto 26px !important;
  padding: 4px clamp(18px, 5vw, 28px) !important;
  gap: 0 !important;
  border: 1px solid rgba(238,123,48,0.22) !important;
  border-radius: 0 0 22px 22px !important;
  background: rgba(255,255,255,0.94) !important;
  box-shadow: 0 14px 32px rgba(85,36,10,0.08) !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .access-row {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 14px !important;
  min-height: 74px !important;
  width: 100% !important;
  padding: 18px 0 !important;
  border-bottom: 1px dashed rgba(238,123,48,0.34) !important;
}
html body .kinokuni-lp-wrapper .access-row:last-child {
  border-bottom: 0 !important;
}
html body .kinokuni-lp-wrapper .access-row-icon {
  display: grid !important;
  place-items: center !important;
  align-self: center !important;
  justify-self: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #fff7ef, #fff) !important;
  box-shadow: 0 10px 22px rgba(238,123,48,0.12) !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .access-row-text {
  display: block !important;
  min-width: 0 !important;
  color: #30343a !important;
  font-size: clamp(21px, 5.4vw, 28px) !important;
  font-weight: 900 !important;
  line-height: 1.34 !important;
  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
html body .kinokuni-lp-wrapper .access-row-text .hl {
  color: #ee7b30 !important;
  font-size: 1.04em !important;
  font-weight: 900 !important;
}
html body .kinokuni-lp-wrapper .k-access-cta,
html body .kinokuni-lp-wrapper .k-target-cta-btn,
html body .kinokuni-lp-wrapper .k-entry-btn,
html body .kinokuni-lp-wrapper .k-guest-btn {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
  color: #fff !important;
  text-decoration: none !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-main,
html body .kinokuni-lp-wrapper .target-cta-text-main {
  color: #fff !important;
  font-size: clamp(24px, 6.2vw, 32px) !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  text-shadow: 0 2px 8px rgba(70,20,4,0.32) !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-sub,
html body .kinokuni-lp-wrapper .target-cta-text-sub {
  color: rgba(255,255,255,0.96) !important;
  font-size: clamp(14px, 3.8vw, 18px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin-top: 6px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag-top {
  font-size: clamp(12px, 3.4vw, 15px) !important;
  font-weight: 900 !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag-bottom {
  font-size: clamp(22px, 6vw, 29px) !important;
  font-weight: 950 !important;
}
html body .kinokuni-lp-wrapper .k-entry-btn {border-radius: 22px !important;
  border: 1px solid rgba(116,43,12,0.72) !important;
  outline: 1px solid rgba(218,177,105,0.64) !important;
  outline-offset: 2px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02) 46%, rgba(45,16,6,0.30)), linear-gradient(135deg, #e26f2d 0%, #b64a18 48%, #74280c 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,244,222,0.52), inset 0 -1px 0 rgba(57,17,5,0.36), 0 14px 28px rgba(16,44,69,0.16), 0 3px 0 rgba(16,44,69,0.35) !important;
  }
html body .kinokuni-lp-wrapper .k-entry-btn-main {color: #fff !important;
  font-size: clamp(19px, 5vw, 28px) !important;
  font-weight: 950 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 8px rgba(70,20,4,0.32) !important;
}
html body .kinokuni-lp-wrapper .k-entry-btn-sub {color: #fff !important;
  font-family: "Montserrat", "Arial Black", "Noto Sans JP", sans-serif !important;
  font-size: clamp(22px, 6vw, 34px) !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.06em !important;
  }
@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .access-info-card {
    width: calc(100% - 20px) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  html body .kinokuni-lp-wrapper .access-row {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }
  html body .kinokuni-lp-wrapper .access-row-text {
    font-size: clamp(21px, 5.55vw, 26px) !important;
  }
  html body .kinokuni-lp-wrapper .k-access-cta-main,
  html body .kinokuni-lp-wrapper .target-cta-text-main {
    font-size: clamp(23px, 6vw, 29px) !important;
  }
  html body .kinokuni-lp-wrapper .k-access-cta-sub,
  html body .kinokuni-lp-wrapper .target-cta-text-sub {
    font-size: clamp(14px, 3.7vw, 17px) !important;
  }
}


/* EOF ENTRY BUTTON TYPE SCALE BOOST */
html body .kinokuni-lp-wrapper .k-entry-btn-main,
html body .kinokuni-lp-wrapper .k-entry-btn-main .u-keep {
  color: #fff !important;
  font-size: clamp(21px, 5.35vw, 31px) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  }
html body .kinokuni-lp-wrapper .k-entry-btn-sub {
  color: #fff !important;
  font-size: clamp(28px, 7vw, 40px) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.05em !important;
  }
@media (max-width: 360px) {
  html body .kinokuni-lp-wrapper .k-entry-btn-main,
  html body .kinokuni-lp-wrapper .k-entry-btn-main .u-keep {
    font-size: clamp(19px, 5.25vw, 21px) !important;
  }
  html body .kinokuni-lp-wrapper .k-entry-btn-sub {
    font-size: clamp(25px, 6.8vw, 28px) !important;
  }
}


/* EOF CTA OVERFLOW AND ACCESS HEADER CLEANUP */
html body .kinokuni-lp-wrapper .access-header .access-train {
  display: none !important;
}
html body .kinokuni-lp-wrapper .k-entry-btn-main,
html body .kinokuni-lp-wrapper .k-entry-btn-main .u-keep {color: #fff !important;
  font-size: clamp(18px, 4.45vw, 26px) !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-overflow: clip !important;
}
html body .kinokuni-lp-wrapper .k-entry-btn-sub {color: #fff !important;
  font-size: clamp(23px, 5.9vw, 34px) !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.04em !important;
  text-overflow: clip !important;
}
html body .kinokuni-lp-wrapper .k-target-cta-btn {
  grid-template-columns: 54px minmax(0, 1fr) 34px !important;
  column-gap: 8px !important;
  width: min(560px, calc(100vw - 34px)) !important;
  min-height: 76px !important;
  padding: 10px 12px !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  border-radius: 50% !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag-top {
  font-size: clamp(11px, 3vw, 14px) !important;
  line-height: 1.02 !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag-bottom {
  font-size: clamp(20px, 5.4vw, 26px) !important;
  line-height: 1 !important;
}
html body .kinokuni-lp-wrapper .target-cta-text {
  min-width: 0 !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-main {
  max-width: 100% !important;
  color: #fff !important;
  font-size: clamp(21px, 5.35vw, 28px) !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-sub {
  max-width: 100% !important;
  color: rgba(255,255,255,0.96) !important;
  font-size: clamp(13px, 3.45vw, 17px) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  margin-top: 5px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .target-cta-arrow {
  width: 30px !important;
  height: 44px !important;
  font-size: 25px !important;
}
@media (max-width: 380px) {
  html body .kinokuni-lp-wrapper .k-entry-btn-main,
  html body .kinokuni-lp-wrapper .k-entry-btn-main .u-keep {
    font-size: clamp(16px, 4.25vw, 18px) !important;
  }
  html body .kinokuni-lp-wrapper .k-entry-btn-sub {
    font-size: clamp(22px, 5.8vw, 24px) !important;
  }
  html body .kinokuni-lp-wrapper .k-target-cta-btn {
    grid-template-columns: 50px minmax(0, 1fr) 30px !important;
    width: calc(100vw - 28px) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  html body .kinokuni-lp-wrapper .target-cta-tag {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }
  html body .kinokuni-lp-wrapper .target-cta-text-main {
    font-size: clamp(19px, 5.15vw, 21px) !important;
  }
  html body .kinokuni-lp-wrapper .target-cta-text-sub {
    font-size: clamp(12px, 3.35vw, 14px) !important;
  }
}


/* ============================================================
   ACCESS LAYOUT HARD FIX v2.1.15
   HTML側の access-fixed-* 専用。既存access CSSの影響を受けない。
============================================================ */
html body .kinokuni-lp-wrapper .s-access {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
html body .kinokuni-lp-wrapper .access-fixed-grid {
  display: grid !important;
  grid-template-columns: 108px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 18px !important;
  width: 100% !important;
  margin: 0 0 26px 0 !important;
  padding: 0 !important;
}
html body .kinokuni-lp-wrapper .access-fixed-grid .access-circle {
  width: 96px !important;
  height: 96px !important;
  margin: 0 !important;
  justify-self: center !important;
  align-self: center !important;
  flex: none !important;
}
html body .kinokuni-lp-wrapper .access-fixed-grid .access-title-area {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
}
html body .kinokuni-lp-wrapper .access-fixed-grid .access-title {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: clamp(22px, 5.7vw, 28px) !important;
  line-height: 1.34 !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
}
html body .kinokuni-lp-wrapper .access-fixed-grid .access-title-hotel,
html body .kinokuni-lp-wrapper .access-fixed-grid .access-title-floor {
  display: inline !important;
  white-space: normal !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
}
html body .kinokuni-lp-wrapper .access-fixed-lines {
  display: grid !important;
  grid-template-columns: 1fr !important;
  row-gap: 28px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body .kinokuni-lp-wrapper .access-fixed-line {
  display: grid !important;
  grid-template-columns: 108px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 18px !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body .kinokuni-lp-wrapper .access-fixed-icon {
  display: grid !important;
  place-items: center !important;
  width: 108px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: center !important;
  align-self: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
html body .kinokuni-lp-wrapper .access-fixed-icon svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  overflow: visible !important;
  fill: #ee7b30 !important;
  stroke: #ee7b30 !important;
  stroke-width: 2.15 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
html body .kinokuni-lp-wrapper .access-fixed-icon svg * {
  stroke: #ee7b30 !important;
  vector-effect: non-scaling-stroke !important;
}
html body .kinokuni-lp-wrapper .access-fixed-address .access-fixed-icon svg,
html body .kinokuni-lp-wrapper .access-fixed-address .access-fixed-icon svg * {
  stroke: none !important;
  fill: #ee7b30 !important;
}
html body .kinokuni-lp-wrapper .access-fixed-text {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #20242a !important;
  font-size: clamp(22px, 5.9vw, 30px) !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  text-align: left !important;
  letter-spacing: -0.02em !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}
@media (max-width: 380px) {
  html body .kinokuni-lp-wrapper .access-fixed-grid,
  html body .kinokuni-lp-wrapper .access-fixed-line {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }
  html body .kinokuni-lp-wrapper .access-fixed-grid .access-circle {
    width: 86px !important;
    height: 86px !important;
  }
  html body .kinokuni-lp-wrapper .access-fixed-icon {
    width: 92px !important;
  }
  html body .kinokuni-lp-wrapper .access-fixed-grid .access-title,
  html body .kinokuni-lp-wrapper .access-fixed-text {
    font-size: clamp(20px, 5.5vw, 24px) !important;
  }
}


/* ============================================================
   TEXT / BUTTON / ACCESS HARD FIX v2.1.16
   文字見切れ・不自然な改行・枠はみ出しの最終上書き
============================================================ */
html body .kinokuni-lp-wrapper .k-target-cta-btn,
html body .kinokuni-lp-wrapper .k-guest-btn,
html body .kinokuni-lp-wrapper .notice,
html body .kinokuni-lp-wrapper .access-fixed-grid,
html body .kinokuni-lp-wrapper .access-fixed-line,
html body .kinokuni-lp-wrapper .k-guest-title,
html body .kinokuni-lp-wrapper .k-gift-title,
html body .kinokuni-lp-wrapper .k-target-cta-btn *,
html body .kinokuni-lp-wrapper .k-guest-btn * {
  box-sizing: border-box !important;
}

/* ACCESS */
html body .kinokuni-lp-wrapper .s-access {
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .access-fixed-grid {
  grid-template-columns: 92px minmax(0, 1fr) !important;
  column-gap: 14px !important;
  margin: 0 0 20px 0 !important;
}
html body .kinokuni-lp-wrapper .access-fixed-grid .access-circle {
  width: 84px !important;
  height: 84px !important;
  font-size: 14px !important;
  line-height: 1 !important;
}
html body .kinokuni-lp-wrapper .access-fixed-grid .access-title {
  font-size: clamp(16px, 4.5vw, 24px) !important;
  line-height: 1.28 !important;
  letter-spacing: -0.02em !important;
}
html body .kinokuni-lp-wrapper .access-fixed-grid .access-title-hotel {
  display: block !important;
  white-space: nowrap !important;
}
html body .kinokuni-lp-wrapper .access-fixed-grid .access-title-floor {
  display: block !important;
  white-space: nowrap !important;
}
html body .kinokuni-lp-wrapper .access-fixed-lines {
  row-gap: 18px !important;
}
html body .kinokuni-lp-wrapper .access-fixed-line {
  grid-template-columns: 92px minmax(0, 1fr) !important;
  column-gap: 14px !important;
  min-height: 34px !important;
}
html body .kinokuni-lp-wrapper .access-fixed-icon {
  width: 92px !important;
  height: 34px !important;
}
html body .kinokuni-lp-wrapper .access-fixed-icon svg {
  width: 22px !important;
  height: 22px !important;
}
html body .kinokuni-lp-wrapper .access-fixed-text {
  font-size: clamp(18px, 5vw, 24px) !important;
  line-height: 1.28 !important;
  letter-spacing: -0.015em !important;
  white-space: nowrap !important;
}

/* target CTA button */
html body .kinokuni-lp-wrapper .k-target-cta-btn {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) 40px !important;
  align-items: center !important;
  column-gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 88px !important;
  padding: 12px 14px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  row-gap: 0 !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag-top {
  font-size: 10px !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag-bottom {
  font-size: 17px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
html body .kinokuni-lp-wrapper .target-cta-text {
  width: 100% !important;
  min-width: 0 !important;
  text-align: center !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-main {
  font-size: clamp(17px, 4.8vw, 22px) !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-sub {
  font-size: clamp(11px, 3.1vw, 15px) !important;
  line-height: 1.2 !important;
  margin-top: 4px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}
html body .kinokuni-lp-wrapper .target-cta-arrow {
  width: 36px !important;
  height: 52px !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

/* guest title/button */
html body .kinokuni-lp-wrapper .k-guest-title {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 0 18px !important;
  font-family: 'Archivo Black', 'Montserrat', sans-serif !important;
  font-size: clamp(40px, 10.8vw, 52px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.02em !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 40px !important;
  align-items: center !important;
  column-gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 88px !important;
  padding: 14px 16px 14px 22px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-text {
  width: 100% !important;
  min-width: 0 !important;
  text-align: center !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-main {
  font-size: clamp(17px, 4.7vw, 22px) !important;
  line-height: 1.12 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-en {
  display: block !important;
  font-size: clamp(10px, 3vw, 14px) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.08em !important;
  margin-top: 6px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  width: 36px !important;
  height: 52px !important;
  font-size: 24px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

/* special gift */
html body .kinokuni-lp-wrapper .gift-header {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 8px !important;
}
html body .kinokuni-lp-wrapper .k-gift-title-wrap {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
html body .kinokuni-lp-wrapper .k-gift-title {
  width: 100% !important;
  max-width: 100% !important;
  font-size: clamp(34px, 9.6vw, 44px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.02em !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
html body .kinokuni-lp-wrapper .gift-box-illustration {
  width: 108px !important;
  height: 108px !important;
  margin-right: 0 !important;
}

/* notice */
html body .kinokuni-lp-wrapper .notice {
  width: 100% !important;
  padding: 18px 18px 16px !important;
  border-radius: 26px !important;
  background: rgba(255,255,255,0.82) !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .notice-title {
  font-size: 15px !important;
  line-height: 1.25 !important;
  margin-bottom: 10px !important;
}
html body .kinokuni-lp-wrapper .notice-icon-circle {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
}
html body .kinokuni-lp-wrapper .notice-list {
  font-size: 13px !important;
  line-height: 1.75 !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

@media (max-width: 380px) {
  html body .kinokuni-lp-wrapper .access-fixed-grid,
  html body .kinokuni-lp-wrapper .access-fixed-line {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }
  html body .kinokuni-lp-wrapper .access-fixed-grid .access-circle {
    width: 76px !important;
    height: 76px !important;
    font-size: 13px !important;
  }
  html body .kinokuni-lp-wrapper .access-fixed-grid .access-title {
    font-size: 16px !important;
  }
  html body .kinokuni-lp-wrapper .access-fixed-icon {
    width: 82px !important;
  }
  html body .kinokuni-lp-wrapper .access-fixed-text {
    font-size: 17px !important;
  }
  html body .kinokuni-lp-wrapper .k-target-cta-btn {
    grid-template-columns: 52px minmax(0, 1fr) 34px !important;
    min-height: 80px !important;
    padding: 10px 12px !important;
  }
  html body .kinokuni-lp-wrapper .target-cta-tag {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
  }
  html body .kinokuni-lp-wrapper .target-cta-text-main,
  html body .kinokuni-lp-wrapper .k-guest-btn-main {
    font-size: 16px !important;
  }
  html body .kinokuni-lp-wrapper .target-cta-text-sub,
  html body .kinokuni-lp-wrapper .k-guest-btn-en {
    font-size: 11px !important;
  }
  html body .kinokuni-lp-wrapper .k-guest-title {
    font-size: clamp(34px, 10.5vw, 40px) !important;
    line-height: 0.94 !important;
  }
  html body .kinokuni-lp-wrapper .k-gift-title {
    font-size: clamp(28px, 9.2vw, 36px) !important;
  }
  html body .kinokuni-lp-wrapper .gift-box-illustration {
    width: 92px !important;
    height: 92px !important;
  }
  html body .kinokuni-lp-wrapper .notice {
    padding: 16px 14px 14px !important;
  }
  html body .kinokuni-lp-wrapper .notice-list {
    font-size: 12px !important;
    line-height: 1.7 !important;
  }
}


/* ============================================================
   CENTER ALIGN HARD FIX v2.1.17
   ボタン / 対象者注記 / 注意事項の縦横中央揃え
============================================================ */
html body .kinokuni-lp-wrapper .k-target-cta-btn,
html body .kinokuni-lp-wrapper .k-guest-btn {
  display: grid !important;
  align-items: center !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
}

html body .kinokuni-lp-wrapper .k-target-cta-btn {
  grid-template-columns: 60px minmax(0, 1fr) 42px !important;
  column-gap: 12px !important;
  min-height: 90px !important;
  padding: 14px 16px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn {
  grid-template-columns: minmax(0, 1fr) 42px !important;
  column-gap: 12px !important;
  min-height: 90px !important;
  padding: 14px 18px 14px 24px !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag,
html body .kinokuni-lp-wrapper .target-cta-arrow,
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  display: grid !important;
  place-items: center !important;
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
}
html body .kinokuni-lp-wrapper .target-cta-text,
html body .kinokuni-lp-wrapper .k-guest-btn-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  justify-self: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 100% !important;
  text-align: center !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-main,
html body .kinokuni-lp-wrapper .k-guest-btn-main {
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-sub,
html body .kinokuni-lp-wrapper .k-guest-btn-en {
  width: 100% !important;
  margin: 4px 0 0 !important;
  text-align: center !important;
}
html body .kinokuni-lp-wrapper .target-cta-arrow,
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  width: 38px !important;
  height: 52px !important;
}

/* target note card */
html body .kinokuni-lp-wrapper .target-note {
  display: grid !important;
  grid-template-columns: 82px minmax(0, auto) !important;
  justify-content: center !important;
  justify-items: center !important;
  align-items: center !important;
  align-content: center !important;
  column-gap: 16px !important;
  width: 100% !important;
  min-height: 152px !important;
  padding: 22px 20px !important;
  margin: 18px auto 0 !important;
}
html body .kinokuni-lp-wrapper .target-note-icon {
  width: 66px !important;
  height: 66px !important;
  align-self: center !important;
  justify-self: center !important;
}
html body .kinokuni-lp-wrapper .target-note-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100% !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
  line-height: 1.7 !important;
}

/* notice card */
html body .kinokuni-lp-wrapper .notice {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 174px !important;
  padding: 24px 22px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html body .kinokuni-lp-wrapper .notice-title,
html body .kinokuni-lp-wrapper .notice-list {
  width: min(100%, 500px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html body .kinokuni-lp-wrapper .notice-title {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin-bottom: 12px !important;
}
html body .kinokuni-lp-wrapper .notice-list {
  text-align: left !important;
}

@media (max-width: 380px) {
  html body .kinokuni-lp-wrapper .k-target-cta-btn {
    grid-template-columns: 54px minmax(0, 1fr) 36px !important;
    column-gap: 10px !important;
    min-height: 84px !important;
    padding: 12px 12px !important;
  }
  html body .kinokuni-lp-wrapper .k-guest-btn {
    grid-template-columns: minmax(0, 1fr) 36px !important;
    column-gap: 10px !important;
    min-height: 84px !important;
    padding: 12px 14px 12px 18px !important;
  }
  html body .kinokuni-lp-wrapper .target-note {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    justify-content: stretch !important;
    justify-items: stretch !important;
    min-height: 136px !important;
    column-gap: 12px !important;
    padding: 18px 16px !important;
  }
  html body .kinokuni-lp-wrapper .target-note-icon {
    width: 56px !important;
    height: 56px !important;
  }
  html body .kinokuni-lp-wrapper .notice {
    min-height: 164px !important;
    padding: 20px 16px !important;
  }
}


/* ============================================================
   PERFECT CENTER FIX v2.1.18
   予約ボタン / 参加企業ボタン / 注意事項を視覚中心に補正
============================================================ */

/* Access CTA */
html body .kinokuni-lp-wrapper .k-access-cta {
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) 68px !important;
  align-items: center !important;
  justify-items: center !important;
  align-content: center !important;
  width: 100% !important;
  min-height: 92px !important;
  padding: 14px 16px !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-icon,
html body .kinokuni-lp-wrapper .k-access-cta-arrow {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  align-self: center !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-text {
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-main,
html body .kinokuni-lp-wrapper .k-access-cta-sub {
  width: 100% !important;
  text-align: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-main {
  font-size: clamp(20px, 5.2vw, 28px) !important;
  line-height: 1.1 !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-sub {
  font-size: clamp(12px, 3.3vw, 17px) !important;
  line-height: 1.18 !important;
  margin-top: 5px !important;
}

/* Target CTA */
html body .kinokuni-lp-wrapper .k-target-cta-btn {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) 82px !important;
  align-items: center !important;
  justify-items: center !important;
  align-content: center !important;
  width: 100% !important;
  min-height: 92px !important;
  padding: 14px 16px !important;
  column-gap: 10px !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag,
html body .kinokuni-lp-wrapper .target-cta-arrow {
  justify-self: center !important;
  align-self: center !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
}
html body .kinokuni-lp-wrapper .target-cta-text {
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-main,
html body .kinokuni-lp-wrapper .target-cta-text-sub {
  width: 100% !important;
  text-align: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-main {
  line-height: 1.1 !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-sub {
  line-height: 1.18 !important;
  margin-top: 5px !important;
}
html body .kinokuni-lp-wrapper .target-cta-arrow {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  display: grid !important;
  place-items: center !important;
  font-size: 24px !important;
}

/* Guest button with left visual spacer so text is truly centered */
html body .kinokuni-lp-wrapper .k-guest-btn {
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) 68px !important;
  align-items: center !important;
  justify-items: center !important;
  align-content: center !important;
  width: 100% !important;
  min-height: 92px !important;
  padding: 14px 16px !important;
  column-gap: 10px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-side-spacer {
  grid-column: 1 !important;
  width: 50px !important;
  height: 50px !important;
  justify-self: center !important;
  align-self: center !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-text {
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-main,
html body .kinokuni-lp-wrapper .k-guest-btn-en {
  width: 100% !important;
  text-align: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-main {
  line-height: 1.1 !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-en {
  line-height: 1.16 !important;
  margin-top: 5px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  grid-column: 3 !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  align-self: center !important;
  margin: 0 !important;
  font-size: 24px !important;
}

/* Notice block */
html body .kinokuni-lp-wrapper .notice {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-height: 188px !important;
  padding: 24px 20px !important;
}
html body .kinokuni-lp-wrapper .notice-inner {
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
}
html body .kinokuni-lp-wrapper .notice-title,
html body .kinokuni-lp-wrapper .notice-list {
  width: auto !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html body .kinokuni-lp-wrapper .notice-title {
  margin-bottom: 10px !important;
}
html body .kinokuni-lp-wrapper .notice-list {
  line-height: 1.75 !important;
}

@media (max-width: 380px) {
  html body .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 60px minmax(0,1fr) 60px !important;
    min-height: 86px !important;
    padding: 12px 12px !important;
  }
  html body .kinokuni-lp-wrapper .k-target-cta-btn {
    grid-template-columns: 74px minmax(0,1fr) 74px !important;
    min-height: 86px !important;
    padding: 12px 12px !important;
  }
  html body .kinokuni-lp-wrapper .k-guest-btn {
    grid-template-columns: 60px minmax(0,1fr) 60px !important;
    min-height: 86px !important;
    padding: 12px 12px !important;
  }
  html body .kinokuni-lp-wrapper .k-access-cta-icon,
  html body .kinokuni-lp-wrapper .k-access-cta-arrow,
  html body .kinokuni-lp-wrapper .k-guest-btn-side-spacer,
  html body .kinokuni-lp-wrapper .k-guest-btn-arrow,
  html body .kinokuni-lp-wrapper .target-cta-arrow {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }
  html body .kinokuni-lp-wrapper .notice {
    min-height: 172px !important;
    padding: 20px 16px !important;
  }
}


/* ============================================================
   FINAL CENTER / WIDTH FIX v2.1.19
   テキスト見切れ解消 + 視覚中央合わせ + 注意事項の余白圧縮
============================================================ */

/* 予約CTA（対象者セクション） */
html body .kinokuni-lp-wrapper .k-target-cta-btn {
  grid-template-columns: 66px minmax(0, 1fr) 66px !important;
  column-gap: 8px !important;
  min-height: 84px !important;
  padding: 12px 14px !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag-top {
  font-size: 9px !important;
  line-height: 1.02 !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag-bottom {
  font-size: 16px !important;
  line-height: 1 !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-main {
  font-size: clamp(16px, 4.4vw, 20px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-sub {
  font-size: clamp(10px, 2.85vw, 13px) !important;
  line-height: 1.15 !important;
  margin-top: 4px !important;
}
html body .kinokuni-lp-wrapper .target-cta-arrow {
  width: 44px !important;
  height: 48px !important;
  min-width: 44px !important;
  font-size: 22px !important;
}

/* 参加企業ボタン */
html body .kinokuni-lp-wrapper .k-guest-btn {
  grid-template-columns: 58px minmax(0, 1fr) 58px !important;
  column-gap: 8px !important;
  min-height: 84px !important;
  padding: 12px 14px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-side-spacer {
  width: 44px !important;
  height: 48px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-main {
  font-size: clamp(16px, 4.35vw, 20px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-en {
  font-size: clamp(10px, 2.95vw, 13px) !important;
  line-height: 1.14 !important;
  letter-spacing: 0.04em !important;
  margin-top: 4px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  width: 44px !important;
  height: 48px !important;
  min-width: 44px !important;
  font-size: 22px !important;
}

/* アクセスCTA */
html body .kinokuni-lp-wrapper .k-access-cta {
  grid-template-columns: 58px minmax(0, 1fr) 58px !important;
  column-gap: 8px !important;
  min-height: 84px !important;
  padding: 12px 14px !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-icon,
html body .kinokuni-lp-wrapper .k-access-cta-arrow {
  width: 44px !important;
  height: 48px !important;
  min-width: 44px !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-icon svg {
  width: 22px !important;
  height: 22px !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-main {
  font-size: clamp(16px, 4.5vw, 20px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-sub {
  font-size: clamp(10px, 2.95vw, 13px) !important;
  line-height: 1.15 !important;
  margin-top: 4px !important;
}

/* 注意事項：余白を詰める */
html body .kinokuni-lp-wrapper .notice {
  min-height: 0 !important;
  padding: 18px 18px !important;
  border-radius: 28px !important;
}
html body .kinokuni-lp-wrapper .notice-inner {
  width: min(100%, 460px) !important;
}
html body .kinokuni-lp-wrapper .notice-title {
  margin-bottom: 8px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}
html body .kinokuni-lp-wrapper .notice-list {
  font-size: 12px !important;
  line-height: 1.6 !important;
}

@media (max-width: 380px) {
  html body .kinokuni-lp-wrapper .k-target-cta-btn {
    grid-template-columns: 62px minmax(0, 1fr) 62px !important;
    min-height: 80px !important;
    padding: 10px 12px !important;
  }
  html body .kinokuni-lp-wrapper .target-cta-tag {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }
  html body .kinokuni-lp-wrapper .target-cta-text-main,
  html body .kinokuni-lp-wrapper .k-guest-btn-main,
  html body .kinokuni-lp-wrapper .k-access-cta-main {
    font-size: 15px !important;
  }
  html body .kinokuni-lp-wrapper .target-cta-text-sub,
  html body .kinokuni-lp-wrapper .k-guest-btn-en,
  html body .kinokuni-lp-wrapper .k-access-cta-sub {
    font-size: 10px !important;
  }
  html body .kinokuni-lp-wrapper .k-guest-btn,
  html body .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 54px minmax(0, 1fr) 54px !important;
    min-height: 80px !important;
    padding: 10px 12px !important;
  }
  html body .kinokuni-lp-wrapper .k-guest-btn-side-spacer,
  html body .kinokuni-lp-wrapper .k-guest-btn-arrow,
  html body .kinokuni-lp-wrapper .k-access-cta-icon,
  html body .kinokuni-lp-wrapper .k-access-cta-arrow,
  html body .kinokuni-lp-wrapper .target-cta-arrow {
    width: 40px !important;
    height: 44px !important;
    min-width: 40px !important;
  }
  html body .kinokuni-lp-wrapper .notice {
    padding: 16px 14px !important;
  }
  html body .kinokuni-lp-wrapper .notice-list {
    font-size: 11px !important;
    line-height: 1.55 !important;
  }
}


/* ============================================================
   ABSOLUTE VISUAL CENTER FIX v2.1.20
   ボタン内の視覚中心を絶対配置で補正
============================================================ */

/* 共通：ボタンを相対配置にして中身を視覚中央に固定 */
html body .kinokuni-lp-wrapper .k-access-cta,
html body .kinokuni-lp-wrapper .k-target-cta-btn,
html body .kinokuni-lp-wrapper .k-guest-btn {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
}

/* =========================================================
   ACCESS CTA
========================================================= */
html body .kinokuni-lp-wrapper .k-access-cta {
  min-height: 84px !important;
  padding: 0 14px !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-icon,
html body .kinokuni-lp-wrapper .k-access-cta-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-icon {
  left: 16px !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-arrow {
  right: 16px !important;
  font-size: 22px !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-text {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: calc(100% - 144px) !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-main,
html body .kinokuni-lp-wrapper .k-access-cta-sub {
  width: 100% !important;
  text-align: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-main {
  font-size: clamp(15px, 4.2vw, 20px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.015em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .k-access-cta-sub {
  font-size: clamp(10px, 2.9vw, 13px) !important;
  line-height: 1.15 !important;
  margin-top: 3px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

/* =========================================================
   TARGET CTA
========================================================= */
html body .kinokuni-lp-wrapper .k-target-cta-btn {
  min-height: 84px !important;
  padding: 0 14px !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag,
html body .kinokuni-lp-wrapper .target-cta-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag {
  left: 14px !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
}
html body .kinokuni-lp-wrapper .target-cta-arrow {
  right: 16px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  font-size: 22px !important;
}
html body .kinokuni-lp-wrapper .target-cta-text {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: calc(100% - 168px) !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-main,
html body .kinokuni-lp-wrapper .target-cta-text-sub {
  width: 100% !important;
  text-align: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-main {
  font-size: clamp(15px, 4.2vw, 20px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.015em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .target-cta-text-sub {
  font-size: clamp(10px, 2.8vw, 13px) !important;
  line-height: 1.15 !important;
  margin-top: 3px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag-top {
  font-size: 9px !important;
  line-height: 1.02 !important;
}
html body .kinokuni-lp-wrapper .target-cta-tag-bottom {
  font-size: 16px !important;
  line-height: 1 !important;
}

/* =========================================================
   GUEST BUTTON
========================================================= */
html body .kinokuni-lp-wrapper .k-guest-btn {
  min-height: 84px !important;
  padding: 0 14px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-side-spacer,
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-side-spacer {
  left: 16px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  right: 16px !important;
  display: grid !important;
  place-items: center !important;
  font-size: 22px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-text {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: calc(100% - 144px) !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-main,
html body .kinokuni-lp-wrapper .k-guest-btn-en {
  width: 100% !important;
  text-align: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-main {
  font-size: clamp(15px, 4.15vw, 20px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.015em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-en {
  font-size: clamp(10px, 2.9vw, 13px) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.03em !important;
  margin-top: 3px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

@media (max-width: 380px) {
  html body .kinokuni-lp-wrapper .k-access-cta,
  html body .kinokuni-lp-wrapper .k-target-cta-btn,
  html body .kinokuni-lp-wrapper .k-guest-btn {
    min-height: 80px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  html body .kinokuni-lp-wrapper .k-access-cta-icon,
  html body .kinokuni-lp-wrapper .k-access-cta-arrow,
  html body .kinokuni-lp-wrapper .k-guest-btn-side-spacer,
  html body .kinokuni-lp-wrapper .k-guest-btn-arrow,
  html body .kinokuni-lp-wrapper .target-cta-arrow {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }
  html body .kinokuni-lp-wrapper .target-cta-tag {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    left: 12px !important;
  }
  html body .kinokuni-lp-wrapper .k-access-cta-icon,
  html body .kinokuni-lp-wrapper .k-guest-btn-side-spacer {
    left: 12px !important;
  }
  html body .kinokuni-lp-wrapper .k-access-cta-arrow,
  html body .kinokuni-lp-wrapper .k-guest-btn-arrow,
  html body .kinokuni-lp-wrapper .target-cta-arrow {
    right: 12px !important;
  }
  html body .kinokuni-lp-wrapper .k-access-cta-text,
  html body .kinokuni-lp-wrapper .k-guest-btn-text {
    width: calc(100% - 128px) !important;
  }
  html body .kinokuni-lp-wrapper .target-cta-text {
    width: calc(100% - 148px) !important;
  }
  html body .kinokuni-lp-wrapper .k-access-cta-main,
  html body .kinokuni-lp-wrapper .target-cta-text-main,
  html body .kinokuni-lp-wrapper .k-guest-btn-main {
    font-size: 14px !important;
  }
  html body .kinokuni-lp-wrapper .k-access-cta-sub,
  html body .kinokuni-lp-wrapper .target-cta-text-sub,
  html body .kinokuni-lp-wrapper .k-guest-btn-en {
    font-size: 10px !important;
  }
}


/* ============================================================
   v2.1.30 backup: guest button / notice layout reset
============================================================ */
html body .kinokuni-lp-wrapper .k-guest-btn {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 72px !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 8px !important;
  padding: 0 22px 0 42px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-text {
  position: static !important;
  transform: none !important;
  grid-column: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  position: static !important;
  transform: none !important;
  grid-column: 2 !important;
  justify-self: center !important;
}
html body .kinokuni-lp-wrapper .notice {
  min-height: 138px !important;
  padding: 22px 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
html body .kinokuni-lp-wrapper .notice-inner {
  width: min(100%, 430px) !important;
  max-width: 430px !important;
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  grid-template-areas: "icon title" ". list" !important;
  column-gap: 12px !important;
  row-gap: 8px !important;
}
html body .kinokuni-lp-wrapper .notice-title {
  display: contents !important;
}
html body .kinokuni-lp-wrapper .notice-icon-circle {
  grid-area: icon !important;
}
html body .kinokuni-lp-wrapper .notice-title-text {
  grid-area: title !important;
}
html body .kinokuni-lp-wrapper .notice-list {
  grid-area: list !important;
}


/* ============================================================
   v2.1.31 backup: 参加企業ボタンの文字を左へ補正・@import不使用
============================================================ */
html body .kinokuni-lp-wrapper .k-guest-btn {
  position: relative !important;
  display: block !important;
  width: min(100%, 560px) !important;
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
  padding: 0 !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  position: absolute !important;
  top: 50% !important;
  right: 28px !important;
  transform: translateY(-50%) !important;
  width: 58px !important;
  height: 58px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-text {
  position: absolute !important;
  left: calc(50% - 44px) !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: min(320px, calc(100% - 210px)) !important;
  max-width: min(320px, calc(100% - 210px)) !important;
  text-align: center !important;
}


/* ============================================================
   v2.1.32 backup: k-guest-btn-arrowを踏まえ、k-guest-btn-textを若干左へ
============================================================ */
html body .kinokuni-lp-wrapper .k-guest-btn {
  position: relative !important;
  display: block !important;
  width: min(100%, 560px) !important;
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
  padding: 0 !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  position: absolute !important;
  top: 50% !important;
  right: 28px !important;
  transform: translateY(-50%) !important;
  width: 58px !important;
  height: 58px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-text {
  position: absolute !important;
  left: calc(50% - 68px) !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: min(320px, calc(100% - 220px)) !important;
  max-width: min(320px, calc(100% - 220px)) !important;
  text-align: center !important;
}
@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .k-guest-btn-text {
    left: calc(50% - 48px) !important;
    width: min(260px, calc(100% - 186px)) !important;
    max-width: min(260px, calc(100% - 186px)) !important;
  }
}


/* ============================================================
   v2.1.33 backup: k-guest-btn-arrow分を踏まえ、k-guest-btn-textを枠基準で左へ強制補正
============================================================ */
html body .kinokuni-lp-wrapper .k-guest-btn {
  position: relative !important;
  display: block !important;
  width: min(100%, 560px) !important;
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
  padding: 0 !important;
  overflow: hidden !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  position: absolute !important;
  top: 50% !important;
  right: 28px !important;
  transform: translateY(-50%) !important;
  width: 58px !important;
  height: 58px !important;
}
html body .kinokuni-lp-wrapper .k-guest-btn-text {
  position: absolute !important;
  left: calc(50% - 92px) !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: min(320px, calc(100% - 230px)) !important;
  max-width: min(320px, calc(100% - 230px)) !important;
  text-align: center !important;
}
@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .k-guest-btn-text {
    left: calc(50% - 66px) !important;
    width: min(260px, calc(100% - 196px)) !important;
    max-width: min(260px, calc(100% - 196px)) !important;
  }
}


/* v2.1.34 backup: guest text stronger left shift */
html body .kinokuni-lp-wrapper .k-guest-btn-text {
  left: calc(50% - 108px) !important;
}
@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .k-guest-btn-text {
    left: calc(50% - 74px) !important;
  }
}


/* ============================================================
   v2.1.37 FINAL CLEAN: k-guest-btnの干渉リセット
   - PHPの強制inline/JSを削除済み
   - ボタン色味・背景は変更しない
   - 右矢印エリアを踏まえてテキストは左側エリア中央に配置
============================================================ */
html body .kinokuni-lp-wrapper .k-guest-btn {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 82px !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 0 !important;
  width: min(100%, 560px) !important;
  min-height: 92px !important;
  height: 92px !important;
  max-height: 92px !important;
  padding: 0 22px 0 42px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* 追加していた不要要素は完全無効化 */
html body .kinokuni-lp-wrapper .k-guest-btn-side-spacer,
html body .kinokuni-lp-wrapper .k-guest-btn-divider {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* テキストはabsoluteをやめて、左側カラムの中央へ。矢印分だけ自然に左へ寄る */
html body .kinokuni-lp-wrapper .k-guest-btn-text {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  grid-column: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  z-index: 2 !important;
}

html body .kinokuni-lp-wrapper .k-guest-btn-main {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: clamp(17px, 4.05vw, 23px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
}

html body .kinokuni-lp-wrapper .k-guest-btn-en {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: clamp(10px, 2.75vw, 13px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
}

/* 矢印は右側カラム中央へ。absolute指定を解除 */
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  grid-column: 2 !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  align-self: center !important;
  margin: 0 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  z-index: 2 !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .k-guest-btn {
    grid-template-columns: minmax(0, 1fr) 70px !important;
    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
    padding: 0 18px 0 34px !important;
  }

  html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
  }

  html body .kinokuni-lp-wrapper .k-guest-btn-main {
    font-size: clamp(15px, 4vw, 18px) !important;
    letter-spacing: -0.05em !important;
  }

  html body .kinokuni-lp-wrapper .k-guest-btn-en {
    font-size: 10px !important;
    margin-top: 4px !important;
  }
}


/* ============================================================
   v2.1.38 FINAL: guest button vertical position fix
   - 他の!important干渉を避けるため末尾で再上書き
   - 色味/背景は変更しない
   - テキストが上に寄る問題を下方向へ補正
============================================================ */
html body .kinokuni-lp-wrapper .k-guest-btn {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 82px !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 0 !important;
  width: min(100%, 560px) !important;
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
  padding: 0 22px 0 42px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* 過去に追加した不要要素の影響を完全に無効化 */
html body .kinokuni-lp-wrapper .k-guest-btn-side-spacer,
html body .kinokuni-lp-wrapper .k-guest-btn-divider {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* テキストブロック：右矢印カラムを踏まえた左側領域中央 + 下方向に補正 */
html body .kinokuni-lp-wrapper .k-guest-btn-text {
  position: static !important;
  inset: auto !important;
  grid-column: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  z-index: 2 !important;
  transform: translateY(7px) !important;
}

/* 文字自体の上下ズレを防ぐ */
html body .kinokuni-lp-wrapper .k-guest-btn-main {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: clamp(17px, 4.05vw, 23px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
}

html body .kinokuni-lp-wrapper .k-guest-btn-en {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: clamp(10px, 2.75vw, 13px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
}

/* 矢印は右側カラムの中央 */
html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  grid-column: 2 !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  align-self: center !important;
  margin: 0 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  z-index: 2 !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .k-guest-btn {
    grid-template-columns: minmax(0, 1fr) 70px !important;
    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
    padding: 0 18px 0 34px !important;
  }

  html body .kinokuni-lp-wrapper .k-guest-btn-text {
    transform: translateY(6px) !important;
  }

  html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
  }

  html body .kinokuni-lp-wrapper .k-guest-btn-main {
    font-size: clamp(15px, 4vw, 18px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.05em !important;
  }

  html body .kinokuni-lp-wrapper .k-guest-btn-en {
    font-size: 10px !important;
    line-height: 1.04 !important;
    margin-top: 5px !important;
  }
}


/* ============================================================
   v2.1.39 FINAL: k-guest-btn-arrow vertical alignment fix
   - 他の!importantより後ろで最終上書き
   - ボタン色味/背景は変更しない
   - 右矢印だけ下方向へ補正
============================================================ */
html body .kinokuni-lp-wrapper .k-guest-btn {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 82px !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 0 !important;
  width: min(100%, 560px) !important;
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
  padding: 0 22px 0 42px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body .kinokuni-lp-wrapper .k-guest-btn-side-spacer,
html body .kinokuni-lp-wrapper .k-guest-btn-divider {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body .kinokuni-lp-wrapper .k-guest-btn-text {
  position: static !important;
  inset: auto !important;
  grid-column: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  z-index: 2 !important;
  transform: translateY(7px) !important;
}

html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
  position: static !important;
  inset: auto !important;
  grid-column: 2 !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  z-index: 2 !important;
  /* 上に見える分を下げる */
  transform: translateY(8px) !important;
}

html body .kinokuni-lp-wrapper .k-guest-btn-main {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: clamp(17px, 4.05vw, 23px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
}

html body .kinokuni-lp-wrapper .k-guest-btn-en {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: clamp(10px, 2.75vw, 13px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .k-guest-btn {
    grid-template-columns: minmax(0, 1fr) 70px !important;
    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
    padding: 0 18px 0 34px !important;
  }

  html body .kinokuni-lp-wrapper .k-guest-btn-text {
    transform: translateY(6px) !important;
  }

  html body .kinokuni-lp-wrapper .k-guest-btn-arrow {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    transform: translateY(7px) !important;
  }

  html body .kinokuni-lp-wrapper .k-guest-btn-main {
    font-size: clamp(15px, 4vw, 18px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.05em !important;
  }

  html body .kinokuni-lp-wrapper .k-guest-btn-en {
    font-size: 10px !important;
    line-height: 1.04 !important;
    margin-top: 5px !important;
  }
}


/* ============================================================
   v2.1.40 FINAL: target-note vertical alignment fix
   - 他の!importantより後ろで最終上書き
   - 色味/背景/枠線は変更しない
   - アイコンとテキストが上に寄る問題を下方向へ補正
============================================================ */
html body .kinokuni-lp-wrapper .target-note {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 20px !important;
  width: 100% !important;
  min-height: 154px !important;
  padding: 0 34px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body .kinokuni-lp-wrapper .target-note-icon {
  width: 70px !important;
  height: 70px !important;
  min-width: 70px !important;
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  transform: translateY(10px) !important;
}

html body .kinokuni-lp-wrapper .target-note-icon svg {
  width: 38px !important;
  height: 38px !important;
  display: block !important;
  margin: 0 !important;
}

html body .kinokuni-lp-wrapper .target-note-text {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: stretch !important;
  align-self: center !important;
  width: 100% !important;
  min-height: 70px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #5a5d63 !important;
  font-size: clamp(17px, 4.3vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
  text-align: left !important;
  box-sizing: border-box !important;
  transform: translateY(10px) !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .target-note {
    grid-template-columns: 76px minmax(0, 1fr) !important;
    column-gap: 16px !important;
    min-height: 146px !important;
    padding: 0 24px !important;
  }

  html body .kinokuni-lp-wrapper .target-note-icon {
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    transform: translateY(9px) !important;
  }

  html body .kinokuni-lp-wrapper .target-note-icon svg {
    width: 36px !important;
    height: 36px !important;
  }

  html body .kinokuni-lp-wrapper .target-note-text {
    min-height: 66px !important;
    font-size: clamp(17px, 4.9vw, 20px) !important;
    line-height: 1.55 !important;
    transform: translateY(9px) !important;
  }
}


/* ============================================================
   v2.1.41 FINAL: notice vertical alignment hard fix
   - 他の!importantより後ろで最終上書き
   - 色味/背景/枠線は変更しない
   - ご注意事項の中身が上に寄る問題を下方向へ明確に補正
============================================================ */
html body .kinokuni-lp-wrapper .notice {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 148px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* 内側ブロックをabsoluteで直接制御し、既存flex/gridの干渉を回避 */
html body .kinokuni-lp-wrapper .notice-inner {
  position: absolute !important;
  left: 50% !important;
  top: calc(50% + 18px) !important;
  transform: translate(-50%, -50%) !important;
  width: min(100%, 430px) !important;
  max-width: 430px !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: 0 20px !important;
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon title"
    ". list" !important;
  column-gap: 12px !important;
  row-gap: 8px !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

/* display:contents でタイトル周りの余白干渉を消す */
html body .kinokuni-lp-wrapper .notice-title {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: none !important;
  line-height: 1 !important;
}

html body .kinokuni-lp-wrapper .notice-icon-circle {
  grid-area: icon !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

html body .kinokuni-lp-wrapper .notice-title-text {
  grid-area: title !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ee7b30 !important;
  font-weight: 900 !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

html body .kinokuni-lp-wrapper .notice-list {
  grid-area: list !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .notice {
    min-height: 138px !important;
  }

  html body .kinokuni-lp-wrapper .notice-inner {
    top: calc(50% + 16px) !important;
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    padding: 0 18px !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    row-gap: 7px !important;
  }

  html body .kinokuni-lp-wrapper .notice-icon-circle {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
  }

  html body .kinokuni-lp-wrapper .notice-title-text {
    font-size: 16px !important;
  }

  html body .kinokuni-lp-wrapper .notice-list {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}


/* ============================================================
   v2.1.53 FAQ hard reset
   旧FAQを削除/非表示し、position:absoluteで横幅を固定。
============================================================ */
html body .kinokuni-lp-wrapper .faq-section,
html body .kinokuni-lp-wrapper .kinokuni-faq-section,
html body .kinokuni-lp-wrapper .kfaq-section,
html body .kinokuni-lp-wrapper .qa250-section,
html body .kinokuni-lp-wrapper .lpfaq,
html body .kinokuni-lp-wrapper .faq52-section {
  display: none !important;
}

html body .kinokuni-lp-wrapper .faq53-section,
html body .kinokuni-lp-wrapper .faq53-section *,
html body .kinokuni-lp-wrapper .faq53-section *::before,
html body .kinokuni-lp-wrapper .faq53-section *::after {
  box-sizing: border-box !important;
  writing-mode: horizontal-tb !important;
  -webkit-writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  direction: ltr !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

html body .kinokuni-lp-wrapper .faq53-section {
  display: block !important;
  width: 100% !important;
  max-width: 560px !important;
  margin: 24px auto 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  clear: both !important;
}

html body .kinokuni-lp-wrapper .faq53-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 100% !important;
}

html body .kinokuni-lp-wrapper .faq53-card {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,0.94) !important;
  border: 1.5px solid rgba(238,123,48,0.18) !important;
  box-shadow: 0 10px 22px rgba(126,64,23,0.06) !important;
  overflow: hidden !important;
}

html body .kinokuni-lp-wrapper .faq53-card.is-open {
  border-color: rgba(238,123,48,0.34) !important;
}

html body .kinokuni-lp-wrapper .faq53-head {
  position: relative !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  width: 100% !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 12px 54px 12px 54px !important;
  border: 0 !important;
  background: transparent !important;
  font-family: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
}

html body .kinokuni-lp-wrapper .faq53-q,
html body .kinokuni-lp-wrapper .faq53-a,
html body .kinokuni-lp-wrapper .faq53-toggle {
  display: grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border-radius: 50% !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body .kinokuni-lp-wrapper .faq53-q {
  position: absolute !important;
  left: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #EE7B30 !important;
  background: rgba(238,123,48,0.12) !important;
  border: 1px solid rgba(238,123,48,0.24) !important;
}

html body .kinokuni-lp-wrapper .faq53-toggle {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: rgba(238,123,48,0.10) !important;
  border: 1px solid rgba(238,123,48,0.20) !important;
}

html body .kinokuni-lp-wrapper .faq53-toggle::before,
html body .kinokuni-lp-wrapper .faq53-toggle::after {
  content: "" !important;
  position: absolute !important;
  width: 12px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #EE7B30 !important;
}

html body .kinokuni-lp-wrapper .faq53-toggle::after {
  transform: rotate(90deg) !important;
}

html body .kinokuni-lp-wrapper .faq53-card.is-open .faq53-toggle::after {
  transform: rotate(0deg) !important;
}

html body .kinokuni-lp-wrapper .faq53-question {
  display: block !important;
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #20242a !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.01em !important;
  text-align: left !important;
}

html body .kinokuni-lp-wrapper .faq53-body {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 14px 12px 14px 54px !important;
  margin: 0 !important;
  border-top: 1px solid rgba(238,123,48,0.14) !important;
  background: rgba(255,248,242,0.36) !important;
}

html body .kinokuni-lp-wrapper .faq53-body[hidden] {
  display: none !important;
}

html body .kinokuni-lp-wrapper .faq53-a {
  position: absolute !important;
  left: 12px !important;
  top: 14px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #EE7B30 0%, #D85F18 100%) !important;
}

html body .kinokuni-lp-wrapper .faq53-text {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #5a5d63 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.72 !important;
  text-align: left !important;
}

/* fixed CTA and target note adjustments */
html body .kinokuni-lp-wrapper .k-access-cta-main {
  font-size: clamp(18px, 4.85vw, 23px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.06em !important;
  white-space: nowrap !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-sub {
  font-size: clamp(12px, 3.25vw, 14px) !important;
  line-height: 1.12 !important;
  white-space: nowrap !important;
}

html body .kinokuni-lp-wrapper .target-note-text {
  font-size: clamp(15px, 4.0vw, 18px) !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
  transform: none !important;
}

html body .kinokuni-lp-wrapper .target-note-icon {
  transform: none !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .faq53-head {
    min-height: 54px !important;
    padding: 11px 50px 11px 50px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-q,
  html body .kinokuni-lp-wrapper .faq53-a,
  html body .kinokuni-lp-wrapper .faq53-toggle {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-question {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  html body .kinokuni-lp-wrapper .faq53-body {
    padding: 13px 12px 13px 50px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-text {
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta-main {
    font-size: 18px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta-sub {
    font-size: 12px !important;
  }
}


/* ============================================================
   v2.1.54 FAQ compact spacing
   - FAQカードの上下余白が広すぎる問題を修正
   - 閉じた状態はコンパクトな1カード表示
============================================================ */
html body .kinokuni-lp-wrapper .faq53-section {
  margin-top: 18px !important;
  padding: 0 !important;
}

html body .kinokuni-lp-wrapper .faq53-list {
  gap: 8px !important;
}

html body .kinokuni-lp-wrapper .faq53-card {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

html body .kinokuni-lp-wrapper .faq53-card:not(.is-open) {
  min-height: 0 !important;
}

html body .kinokuni-lp-wrapper .faq53-head {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-left: 54px !important;
  padding-right: 54px !important;
  margin: 0 !important;
  display: block !important;
}

html body .kinokuni-lp-wrapper .faq53-q,
html body .kinokuni-lp-wrapper .faq53-toggle {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

html body .kinokuni-lp-wrapper .faq53-question {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.45 !important;
}

html body .kinokuni-lp-wrapper .faq53-body {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding-top: 12px !important;
  padding-bottom: 14px !important;
  margin: 0 !important;
}

html body .kinokuni-lp-wrapper .faq53-text {
  margin: 0 !important;
  padding: 0 !important;
}

/* 念のため、過去FAQ系が残っていた場合は非表示 */
html body .kinokuni-lp-wrapper .faq-section,
html body .kinokuni-lp-wrapper .kinokuni-faq-section,
html body .kinokuni-lp-wrapper .kfaq-section,
html body .kinokuni-lp-wrapper .qa250-section,
html body .kinokuni-lp-wrapper .lpfaq,
html body .kinokuni-lp-wrapper .faq52-section {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .faq53-section {
    margin-top: 16px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-list {
    gap: 8px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-card {
    border-radius: 18px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-head {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-body {
    padding-top: 11px !important;
    padding-bottom: 13px !important;
  }
}


/* ============================================================
   v2.1.55 FAQ closed-card height hard fix
   閉じているFAQカードの縦幅を強制的に圧縮
============================================================ */
html body .kinokuni-lp-wrapper .faq53-section {
  margin-top: 16px !important;
  padding: 0 !important;
}

html body .kinokuni-lp-wrapper .faq53-list {
  gap: 8px !important;
}

html body .kinokuni-lp-wrapper .faq53-card {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
}

html body .kinokuni-lp-wrapper .faq53-card:not(.is-open) {
  height: 70px !important;
  min-height: 70px !important;
  max-height: 70px !important;
}

html body .kinokuni-lp-wrapper .faq53-card.is-open {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

html body .kinokuni-lp-wrapper .faq53-head {
  position: relative !important;
  display: block !important;
  height: 70px !important;
  min-height: 70px !important;
  max-height: 70px !important;
  padding: 0 54px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

html body .kinokuni-lp-wrapper .faq53-question {
  position: absolute !important;
  left: 54px !important;
  right: 54px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.45 !important;
  text-align: left !important;
  white-space: normal !important;
}

html body .kinokuni-lp-wrapper .faq53-q,
html body .kinokuni-lp-wrapper .faq53-toggle {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

html body .kinokuni-lp-wrapper .faq53-body {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding-top: 12px !important;
  padding-bottom: 14px !important;
  margin: 0 !important;
}

/* 念のため、旧FAQ系は高さも含めて完全に消す */
html body .kinokuni-lp-wrapper .faq-section,
html body .kinokuni-lp-wrapper .kinokuni-faq-section,
html body .kinokuni-lp-wrapper .kfaq-section,
html body .kinokuni-lp-wrapper .qa250-section,
html body .kinokuni-lp-wrapper .lpfaq,
html body .kinokuni-lp-wrapper .faq52-section {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .faq53-card:not(.is-open) {
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-head {
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-question {
    left: 50px !important;
    right: 50px !important;
  }
}


/* ============================================================
   v2.1.56 FIXED CTA RESTORE
   - 画面下固定CTAが消える/隠れる問題を復旧
   - FAQ側の高さ調整は維持
============================================================ */
html body.kinokuni-lp-active,
html body:has(.kinokuni-lp-wrapper) {
  padding-bottom: 112px !important;
}

html body .kinokuni-lp-wrapper .k-access-cta {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(12px, env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;
  grid-template-columns: 48px minmax(0, 1fr) 48px !important;
  grid-template-areas: "icon text arrow" !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 8px !important;
  width: min(360px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
  min-height: 76px !important;
  height: auto !important;
  padding: 9px 10px !important;
  margin: 0 !important;
  z-index: 2147483647 !important;
  pointer-events: auto !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-icon {
  grid-area: icon !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-text {
  grid-area: text !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-main {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(18px, 4.85vw, 23px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.06em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-sub {
  display: block !important;
  width: 100% !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  font-size: clamp(12px, 3.25vw, 14px) !important;
  line-height: 1.12 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-arrow {
  grid-area: arrow !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 26px !important;
  line-height: 1 !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .k-access-cta {
    grid-template-columns: 46px minmax(0, 1fr) 46px !important;
    column-gap: 7px !important;
    width: min(360px, calc(100vw - 24px)) !important;
    min-height: 74px !important;
    padding: 9px 9px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta-icon,
  html body .kinokuni-lp-wrapper .k-access-cta-arrow {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta-main {
    font-size: 18px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta-sub {
    font-size: 12px !important;
  }
}


/* ============================================================
   v2.1.59 FAQ heading
   最後のQ&Aブロックに「よくある質問」タイトルを追加
============================================================ */
html body .kinokuni-lp-wrapper .faq53-heading,
html body .kinokuni-lp-wrapper .faq53-heading * {
  box-sizing: border-box !important;
  writing-mode: horizontal-tb !important;
  -webkit-writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

html body .kinokuni-lp-wrapper .faq53-heading {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 auto 16px !important;
  padding: 0 !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .faq53-heading-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 64px !important;
  height: 28px !important;
  margin: 0 auto 10px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #EE7B30 0%, #D85F18 100%) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  box-shadow: 0 6px 16px rgba(238,123,48,0.20) !important;
}

html body .kinokuni-lp-wrapper .faq53-heading-title {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #20242a !important;
  font-size: clamp(24px, 6.2vw, 32px) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  letter-spacing: -0.03em !important;
}

html body .kinokuni-lp-wrapper .faq53-heading::after {
  content: "" !important;
  display: block !important;
  width: 92px !important;
  height: 8px !important;
  margin: 14px auto 0 !important;
  background-image: radial-gradient(circle, rgba(238,123,48,0.58) 2.2px, transparent 2.4px) !important;
  background-size: 13px 8px !important;
  background-repeat: repeat-x !important;
}

html body .kinokuni-lp-wrapper .faq53-section {
  margin-top: 24px !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .faq53-heading {
    margin-bottom: 14px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-heading-title {
    font-size: 24px !important;
  }
}


/* ============================================================
   v2.1.60 FAQ spacing
   パンフレット説明文とQ&A見出しの間隔を他セクション基準に調整
============================================================ */
html body .kinokuni-lp-wrapper .pamphlet-footer-note {
  margin-bottom: 34px !important;
}

html body .kinokuni-lp-wrapper .faq53-section {
  margin-top: 0 !important;
}

html body .kinokuni-lp-wrapper .faq53-heading {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .pamphlet-footer-note {
    margin-bottom: 30px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-heading {
    margin-bottom: 16px !important;
  }
}


/* ============================================================
   v2.1.65 clean final layout fix
   - GUEST / SPECIAL を同一トンマナに統一
   - サブ見出しのラインを1本化
   - ご注意事項を中央配置
   - 固定CTAの中央配置と不要線を除去
============================================================ */

/* ---- guest / gift title area ---- */
html body .kinokuni-lp-wrapper .k-guest-title,
html body .kinokuni-lp-wrapper .k-gift-title {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  font-family: 'Archivo Black', sans-serif !important;
  font-size: clamp(38px, 10.8vw, 56px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.02em !important;
  color: #171C22 !important;
  text-shadow: none !important;
}

html body .kinokuni-lp-wrapper .k-gift-title-wrap,
html body .kinokuni-lp-wrapper .k-guest-title-wrap {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

html body .kinokuni-lp-wrapper .k-guest-sub-wrap,
html body .kinokuni-lp-wrapper .k-gift-sub-wrap {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 14px 0 0 !important;
  padding: 10px 8px 0 !important;
  border-top: 4px solid #E57831 !important;
  border-bottom: 0 !important;
  text-align: left !important;
  box-shadow: none !important;
}

html body .kinokuni-lp-wrapper .guest-sub,
html body .kinokuni-lp-wrapper .gift-sub {
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: clamp(19px, 4.3vw, 24px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #5A6068 !important;
  white-space: nowrap !important;
}

/* ---- company grid ---- */
html body .kinokuni-lp-wrapper .guest-company-grid,
html body .kinokuni-lp-wrapper .guest-company-grid * {
  box-sizing: border-box !important;
}

html body .kinokuni-lp-wrapper .guest-company-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px 12px !important;
  width: 100% !important;
  margin: 18px 0 22px !important;
  padding: 0 !important;
}

html body .kinokuni-lp-wrapper .guest-company-item {
  display: flex !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(229,120,49,0.18) !important;
  color: #353A42 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

/* ---- notice center ---- */
html body .kinokuni-lp-wrapper .notice,
html body .kinokuni-lp-wrapper .notice *,
html body .kinokuni-lp-wrapper .notice *::before,
html body .kinokuni-lp-wrapper .notice *::after {
  writing-mode: horizontal-tb !important;
  -webkit-writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: normal !important;
  box-sizing: border-box !important;
}

html body .kinokuni-lp-wrapper .notice {
  margin-top: 22px !important;
}

html body .kinokuni-lp-wrapper .notice-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 24px 18px !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .notice-title {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 auto 12px !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .notice-title-text {
  display: inline-block !important;
  text-align: center !important;
  font-size: clamp(18px, 4.4vw, 22px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

html body .kinokuni-lp-wrapper .notice-list {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .notice-item {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  color: #6A6A6A !important;
  font-size: clamp(14px, 3.8vw, 16px) !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
}

/* ---- fixed CTA center & cleanup ---- */
html body .kinokuni-lp-wrapper .k-access-cta,
html body .kinokuni-lp-wrapper .k-access-cta * {
  box-sizing: border-box !important;
}

html body .kinokuni-lp-wrapper .k-access-cta {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(12px, env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;
  width: min(560px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
  grid-template-columns: 48px minmax(0, 1fr) 48px !important;
  grid-template-areas: "icon text arrow" !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 10px !important;
  min-height: 76px !important;
  padding: 10px 12px !important;
  margin: 0 !important;
  z-index: 2147483647 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta:hover {
  transform: translateX(-50%) !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-icon,
html body .kinokuni-lp-wrapper .k-access-cta-arrow {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-text {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-main,
html body .kinokuni-lp-wrapper .k-access-cta-sub {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  text-align: center !important;
  white-space: nowrap !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-main {
  font-size: clamp(18px, 4.9vw, 24px) !important;
  line-height: 1.08 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-sub {
  margin-top: 4px !important;
  font-size: clamp(12px, 3.1vw, 14px) !important;
  line-height: 1.15 !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .k-guest-title,
  html body .kinokuni-lp-wrapper .k-gift-title {
    font-size: 38px !important;
  }

  html body .kinokuni-lp-wrapper .guest-sub,
  html body .kinokuni-lp-wrapper .gift-sub {
    font-size: 18px !important;
  }

  html body .kinokuni-lp-wrapper .guest-company-grid {
    gap: 8px 10px !important;
  }

  html body .kinokuni-lp-wrapper .guest-company-item {
    font-size: 12px !important;
    min-height: 40px !important;
    padding: 9px 10px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta {
    width: min(560px, calc(100vw - 20px)) !important;
    max-width: calc(100vw - 20px) !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    column-gap: 8px !important;
    min-height: 72px !important;
    padding: 9px 10px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta-icon,
  html body .kinokuni-lp-wrapper .k-access-cta-arrow {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }
}


/* ============================================================
   v2.1.66 visual QA fixes
   スクリーンショット指摘箇所の余白・線・整列・見切れ調整
============================================================ */
html body .kinokuni-lp-wrapper .guest-company-grid {
  margin-bottom: 44px !important;
}

html body .kinokuni-lp-wrapper .gift-header {
  margin-top: 0 !important;
  padding-top: 34px !important;
  border-top: 1px solid rgba(229, 120, 49, 0.18) !important;
}

html body .kinokuni-lp-wrapper .k-guest-title,
html body .kinokuni-lp-wrapper .k-gift-title {
  padding-bottom: 0 !important;
}

html body .kinokuni-lp-wrapper .k-guest-sub-wrap,
html body .kinokuni-lp-wrapper .k-gift-sub-wrap {
  display: inline-flex !important;
  width: max-content !important;
  max-width: 100% !important;
  margin-top: 16px !important;
  padding: 12px 0 0 !important;
  border-top: 4px solid #E57831 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

html body .kinokuni-lp-wrapper .guest-sub,
html body .kinokuni-lp-wrapper .gift-sub {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  white-space: nowrap !important;
}

html body .kinokuni-lp-wrapper .notice {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 26px 20px !important;
}

html body .kinokuni-lp-wrapper .notice-inner {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  align-items: center !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

html body .kinokuni-lp-wrapper .notice-title {
  justify-content: center !important;
  width: 100% !important;
  margin: 0 auto 18px !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .notice-list {
  display: block !important;
  width: 100% !important;
  max-width: 360px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: left !important;
}

html body .kinokuni-lp-wrapper .notice-item {
  display: block !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  padding-left: 1.15em !important;
  text-indent: -1.15em !important;
  text-align: left !important;
  line-height: 1.75 !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

html body .kinokuni-lp-wrapper .notice-item:last-child {
  margin-bottom: 0 !important;
}

html body .kinokuni-lp-wrapper .pamphlet-title,
html body .kinokuni-lp-wrapper .pamphlet-sub {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

html body .kinokuni-lp-wrapper .pamphlet-dot-divider {
  margin-left: 0 !important;
  margin-right: auto !important;
}

html body .kinokuni-lp-wrapper .pamphlet-body {
  margin-top: 22px !important;
  padding: 26px 22px 24px !important;
  overflow: visible !important;
}

html body .kinokuni-lp-wrapper .pamphlet-desc {
  margin: 0 0 18px !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.85 !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .guest-company-grid {
    margin-bottom: 38px !important;
  }

  html body .kinokuni-lp-wrapper .gift-header {
    padding-top: 30px !important;
  }

  html body .kinokuni-lp-wrapper .notice {
    padding: 24px 18px !important;
  }

  html body .kinokuni-lp-wrapper .notice-list {
    max-width: 330px !important;
  }

  html body .kinokuni-lp-wrapper .pamphlet-body {
    padding: 24px 20px 22px !important;
  }
}


/* ============================================================
   v2.1.67 unified heading rule length
   見出し下アクセント線の長さを全箇所で統一
============================================================ */
html body .kinokuni-lp-wrapper {
  --kinokuni-heading-rule-width: 175px;
}

html body .kinokuni-lp-wrapper .k-event-sub-wrap,
html body .kinokuni-lp-wrapper .k-guest-sub-wrap,
html body .kinokuni-lp-wrapper .k-gift-sub-wrap {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

html body .kinokuni-lp-wrapper .pamphlet-dot-divider {
  width: var(--kinokuni-heading-rule-width) !important;
  max-width: var(--kinokuni-heading-rule-width) !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}


/* ============================================================
   v2.1.68 notice hard reset
   過去の !important 干渉を断ち、ご注意事項カードを再定義
============================================================ */
html body .kinokuni-lp-wrapper .s-guest .notice,
html body .kinokuni-lp-wrapper .s-guest .notice *,
html body .kinokuni-lp-wrapper .s-guest .notice *::before,
html body .kinokuni-lp-wrapper .s-guest .notice *::after {
  box-sizing: border-box !important;
  writing-mode: horizontal-tb !important;
  -webkit-writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  transform: none !important;
}

html body .kinokuni-lp-wrapper .s-guest .notice {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 24px 0 0 !important;
  padding: 24px 22px 26px !important;
  overflow: visible !important;
  border: 1px solid rgba(229, 120, 49, 0.22) !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 12px 26px rgba(229, 120, 49, 0.08) !important;
  text-align: left !important;
}

html body .kinokuni-lp-wrapper .s-guest .notice-inner {
  display: block !important;
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  text-align: left !important;
}

html body .kinokuni-lp-wrapper .s-guest .notice-title {
  display: flex !important;
  position: static !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  overflow: visible !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .s-guest .notice-icon-circle {
  display: grid !important;
  place-items: center !important;
  position: static !important;
  flex: 0 0 24px !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #F47B2A !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

html body .kinokuni-lp-wrapper .s-guest .notice-title-text {
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #F47B2A !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

html body .kinokuni-lp-wrapper .s-guest .notice-list {
  display: block !important;
  position: static !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  text-align: left !important;
}

html body .kinokuni-lp-wrapper .s-guest .notice-item {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 0 9px !important;
  padding: 0 !important;
  text-indent: 0 !important;
  color: #666A70 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.72 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

html body .kinokuni-lp-wrapper .s-guest .notice-item:last-child {
  margin-bottom: 0 !important;
}


/* ============================================================
   v2.1.69 guest section top repair
   中途半端に残った白い曲線帯を消し、自然な面切り替えに整理
============================================================ */
html body .kinokuni-lp-wrapper .s-guest {
  padding-top: 34px !important;
  background: #FBEFE5 !important;
  overflow: hidden !important;
}

html body .kinokuni-lp-wrapper .s-guest-curve {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

html body .kinokuni-lp-wrapper .s-guest-curve svg {
  display: none !important;
}

html body .kinokuni-lp-wrapper .s-guest::before {
  top: 34px !important;
  opacity: 0.22 !important;
}

html body .kinokuni-lp-wrapper .s-guest::after {
  top: 28px !important;
  right: 18px !important;
  opacity: 0.42 !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-title {
  margin-top: 0 !important;
}


/* ============================================================
   v2.1.70 Chrome button/line hard reset
   ボタン文字サイズを統一し、見出し線・不要な線装飾を削除
============================================================ */
html body .kinokuni-lp-wrapper .k-event-sub-wrap,
html body .kinokuni-lp-wrapper .k-guest-sub-wrap,
html body .kinokuni-lp-wrapper .k-gift-sub-wrap {
  margin-top: 14px !important;
  padding-top: 0 !important;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

html body .kinokuni-lp-wrapper .k-entry-btn,
html body .kinokuni-lp-wrapper .k-access-cta,
html body .kinokuni-lp-wrapper .k-date-btn,
html body .kinokuni-lp-wrapper .k-target-cta-btn,
html body .kinokuni-lp-wrapper .k-guest-btn,
html body .kinokuni-lp-wrapper .k-pamphlet-btn {
  font-size: 16px !important;
}

html body .kinokuni-lp-wrapper .k-entry-btn-main,
html body .kinokuni-lp-wrapper .k-access-cta-main,
html body .kinokuni-lp-wrapper .date-text-main,
html body .kinokuni-lp-wrapper .target-cta-text-main,
html body .kinokuni-lp-wrapper .k-guest-btn-main,
html body .kinokuni-lp-wrapper .k-pamphlet-btn-text {
  font-size: 20px !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-overflow: clip !important;
}

html body .kinokuni-lp-wrapper .k-entry-btn-sub,
html body .kinokuni-lp-wrapper .k-access-cta-sub,
html body .kinokuni-lp-wrapper .date-text-top,
html body .kinokuni-lp-wrapper .date-text-en,
html body .kinokuni-lp-wrapper .target-cta-text-sub,
html body .kinokuni-lp-wrapper .k-guest-btn-en {
  font-size: 13px !important;
  line-height: 1.22 !important;
  letter-spacing: 0.06em !important;
  text-overflow: clip !important;
}

html body .kinokuni-lp-wrapper .k-guest-btn {
  grid-template-columns: minmax(0, 1fr) 44px !important;
  min-height: 78px !important;
  padding: 12px 14px 12px 18px !important;
}

html body .kinokuni-lp-wrapper .k-date-btn,
html body .kinokuni-lp-wrapper .k-target-cta-btn {
  min-height: 78px !important;
}

html body .kinokuni-lp-wrapper .k-pamphlet-btn {
  min-height: 74px !important;
}

@media (max-width: 390px) {
  html body .kinokuni-lp-wrapper .k-entry-btn-main,
  html body .kinokuni-lp-wrapper .k-access-cta-main,
  html body .kinokuni-lp-wrapper .date-text-main,
  html body .kinokuni-lp-wrapper .target-cta-text-main,
  html body .kinokuni-lp-wrapper .k-guest-btn-main,
  html body .kinokuni-lp-wrapper .k-pamphlet-btn-text {
    font-size: 19px !important;
  }

  html body .kinokuni-lp-wrapper .k-entry-btn-sub,
  html body .kinokuni-lp-wrapper .k-access-cta-sub,
  html body .kinokuni-lp-wrapper .date-text-top,
  html body .kinokuni-lp-wrapper .date-text-en,
  html body .kinokuni-lp-wrapper .target-cta-text-sub,
  html body .kinokuni-lp-wrapper .k-guest-btn-en {
    font-size: 12px !important;
  }
}


/* ============================================================
   v2.1.71 guest CTA breathing room
   参加企業見出し周辺の詰まりを解消
============================================================ */
html body .kinokuni-lp-wrapper .s-guest .k-guest-sub-wrap {
  margin-top: 18px !important;
  margin-bottom: 22px !important;
}

html body .kinokuni-lp-wrapper .s-guest .guest-sub {
  font-size: 22px !important;
  line-height: 1.35 !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn {
  min-height: 96px !important;
  margin-top: 0 !important;
  padding: 18px 18px 18px 24px !important;
  grid-template-columns: minmax(0, 1fr) 52px !important;
  column-gap: 16px !important;
  border-radius: 22px !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-text {
  align-items: center !important;
  row-gap: 8px !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-main {
  font-size: 19px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-en {
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-arrow {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  font-size: 24px !important;
}

@media (max-width: 390px) {
  html body .kinokuni-lp-wrapper .s-guest .k-guest-sub-wrap {
    margin-bottom: 20px !important;
  }

  html body .kinokuni-lp-wrapper .s-guest .guest-sub {
    font-size: 21px !important;
  }

  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn {
    min-height: 92px !important;
    padding: 17px 16px 17px 22px !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    column-gap: 14px !important;
  }

  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-main {
    font-size: 18px !important;
  }
}


/* ============================================================
   v2.1.72 restore section heading rules
   ボタン線は消したまま、見出し下の装飾線だけ復旧
============================================================ */
html body .kinokuni-lp-wrapper {
  --kinokuni-heading-rule-width: 175px;
}

html body .kinokuni-lp-wrapper .k-event-sub-wrap,
html body .kinokuni-lp-wrapper .k-guest-sub-wrap,
html body .kinokuni-lp-wrapper .k-gift-sub-wrap {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  padding-top: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .kinokuni-lp-wrapper .pamphlet-dot-divider {
  content: "" !important;
  display: block !important;
  width: var(--kinokuni-heading-rule-width) !important;
  max-width: var(--kinokuni-heading-rule-width) !important;
  height: 6px !important;
  margin: 14px 0 18px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-image: radial-gradient(circle, rgba(238, 123, 48, 0.72) 2px, transparent 2.3px) !important;
  background-size: 12px 6px !important;
  background-repeat: repeat-x !important;
  box-shadow: none !important;
}


/* ============================================================
   v2.1.82 heading underline spacing repair
   GUEST/PAMPHLETのテキストと下線の余白を確保
============================================================ */
html body .kinokuni-lp-wrapper .pamphlet-dot-divider {
  display: none !important;
  visibility: hidden !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .kinokuni-lp-wrapper .pamphlet-title::after {
  margin-top: 28px !important;
}

html body .kinokuni-lp-wrapper .pamphlet-sub {
  margin-top: 18px !important;
}


/* ============================================================
   v2.1.74 remove full-width separator shadow
   全幅に伸びる薄い横影を消し、面の切り替えだけにする
============================================================ */
html body .kinokuni-lp-wrapper .s-event,
html body .kinokuni-lp-wrapper .s-access,
html body .kinokuni-lp-wrapper .s-detail,
html body .kinokuni-lp-wrapper .s-target,
html body .kinokuni-lp-wrapper .s-guest,
html body .kinokuni-lp-wrapper .s-pamphlet {
  box-shadow: none !important;
  border-top: 0 !important;
}

html body .kinokuni-lp-wrapper .s-event::before,
html body .kinokuni-lp-wrapper .s-event::after,
html body .kinokuni-lp-wrapper .s-access::before,
html body .kinokuni-lp-wrapper .s-access::after,
html body .kinokuni-lp-wrapper .s-detail::before,
html body .kinokuni-lp-wrapper .s-detail::after,
html body .kinokuni-lp-wrapper .s-target::after,
html body .kinokuni-lp-wrapper .s-pamphlet::before,
html body .kinokuni-lp-wrapper .s-pamphlet::after {
  box-shadow: none !important;
}

html body .kinokuni-lp-wrapper .target-wave-top,
html body .kinokuni-lp-wrapper .pamphlet-wave-top,
html body .kinokuni-lp-wrapper .s-guest-curve {
  box-shadow: none !important;
  filter: none !important;
}


/* ============================================================
   v2.1.76 pamphlet tag icon repair
   パンフレット内のブース情報・当日の流れアイコンを線画で再表示
============================================================ */
html body .kinokuni-lp-wrapper .pamphlet-tag .pamphlet-tag-icon {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 auto 8px !important;
  fill: none !important;
  stroke: #EE7B30 !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .kinokuni-lp-wrapper .pamphlet-tag .pamphlet-tag-icon * {
  fill: none !important;
  stroke: #EE7B30 !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke !important;
}


/* ============================================================
   v2.1.80 final visual spacing corrections
   パンフレット本文改行 / 参加企業CTA中央揃え / 見出し線余白
============================================================ */
html body .kinokuni-lp-wrapper .pamphlet-desc {
  line-height: 1.72 !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn {
  display: grid !important;
  align-items: center !important;
  align-content: center !important;
  justify-items: center !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-main,
html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-en {
  margin: 0 !important;
  padding: 0 !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-arrow {
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
}


/* ============================================================
   v2.1.81 heading underline text-width alignment
   SPECIAL GIFT基準で見出しテキスト幅と線幅を揃える
============================================================ */
html body .kinokuni-lp-wrapper .event-title,
html body .kinokuni-lp-wrapper .s-guest .k-guest-title,
html body .kinokuni-lp-wrapper .k-gift-title,
html body .kinokuni-lp-wrapper .pamphlet-title {
  display: inline-block !important;
  width: max-content !important;
  max-width: 100% !important;
  text-align: left !important;
}

html body .kinokuni-lp-wrapper .event-title-en2 {
  display: block !important;
}

html body .kinokuni-lp-wrapper .event-title::after {
  margin-top: 18px !important;
}

html body .kinokuni-lp-wrapper .pamphlet-title::after {
  margin-top: 18px !important;
}


/* ============================================================
   v2.1.73 requested compact access and guest CTA
   アクセス見出しの行間削除 / 参加企業文言削除後のCTA縮小
============================================================ */
html body .kinokuni-lp-wrapper .access-title {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  row-gap: 0 !important;
  line-height: 1.02 !important;
}

html body .kinokuni-lp-wrapper .access-title br {
  display: none !important;
}

html body .kinokuni-lp-wrapper .access-title-hotel,
html body .kinokuni-lp-wrapper .access-title-floor {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.04 !important;
}

html body .kinokuni-lp-wrapper .access-title-floor {
  margin-top: 2px !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-sub-wrap {
  display: none !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn {
  width: 100% !important;
  min-height: 72px !important;
  margin-top: 20px !important;
  padding: 12px 14px 12px 18px !important;
  grid-template-columns: minmax(0, 1fr) 42px !important;
  column-gap: 10px !important;
  border-radius: 18px !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-text {
  row-gap: 4px !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-main {
  font-size: 17px !important;
  line-height: 1.18 !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-en {
  font-size: 11px !important;
  line-height: 1.12 !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-arrow {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 14px !important;
  font-size: 22px !important;
}

@media (max-width: 390px) {
  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn {
    min-height: 68px !important;
    padding: 11px 12px 11px 16px !important;
    grid-template-columns: minmax(0, 1fr) 38px !important;
    column-gap: 9px !important;
  }

  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-main {
    font-size: 16px !important;
  }

  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-en {
    font-size: 10px !important;
  }

  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-arrow {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }
}

html body .kinokuni-lp-wrapper .faq53-heading::after {
  content: "" !important;
  display: block !important;
  width: var(--kinokuni-heading-rule-width) !important;
  height: 6px !important;
  margin: 14px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-image: radial-gradient(circle, rgba(238, 123, 48, 0.72) 2px, transparent 2.3px) !important;
  background-size: 12px 6px !important;
  background-repeat: repeat-x !important;
  box-shadow: none !important;
}


/* ============================================================
   v2.1.83 separator removal / detail gap / CTA vertical centering
   不要な横線を消し、DETAIL前の空白と予約CTAの縦位置を固定
============================================================ */
html body .kinokuni-lp-wrapper .s-event,
html body .kinokuni-lp-wrapper .s-access,
html body .kinokuni-lp-wrapper .s-detail,
html body .kinokuni-lp-wrapper .s-target,
html body .kinokuni-lp-wrapper .s-guest,
html body .kinokuni-lp-wrapper .s-pamphlet {
  border-top: 0 !important;
  box-shadow: none !important;
}

html body .kinokuni-lp-wrapper .s-event::before,
html body .kinokuni-lp-wrapper .s-event::after,
html body .kinokuni-lp-wrapper .s-access::before,
html body .kinokuni-lp-wrapper .s-access::after,
html body .kinokuni-lp-wrapper .s-detail::before,
html body .kinokuni-lp-wrapper .s-detail::after,
html body .kinokuni-lp-wrapper .s-target::before,
html body .kinokuni-lp-wrapper .s-target::after,
html body .kinokuni-lp-wrapper .s-guest::before,
html body .kinokuni-lp-wrapper .s-guest::after,
html body .kinokuni-lp-wrapper .s-pamphlet::before,
html body .kinokuni-lp-wrapper .s-pamphlet::after,
html body .kinokuni-lp-wrapper .target-wave-top,
html body .kinokuni-lp-wrapper .target-wave-top::before,
html body .kinokuni-lp-wrapper .target-wave-top::after,
html body .kinokuni-lp-wrapper .pamphlet-wave-top,
html body .kinokuni-lp-wrapper .pamphlet-wave-top::before,
html body .kinokuni-lp-wrapper .pamphlet-wave-top::after,
html body .kinokuni-lp-wrapper .s-guest-curve,
html body .kinokuni-lp-wrapper .s-guest-curve::before,
html body .kinokuni-lp-wrapper .s-guest-curve::after {
  display: none !important;
  visibility: hidden !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

html body .kinokuni-lp-wrapper .s-access {
  padding-bottom: 28px !important;
}

html body .kinokuni-lp-wrapper .s-detail {
  margin-top: 0 !important;
  padding-top: 30px !important;
}

html body .kinokuni-lp-wrapper .detail-header {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

html body .kinokuni-lp-wrapper .k-access-cta,
html body .kinokuni-lp-wrapper .k-target-cta-btn {
  display: grid !important;
  align-items: center !important;
  align-content: center !important;
}

html body .kinokuni-lp-wrapper .k-access-cta {
  grid-template-columns: 36px minmax(0, 1fr) 36px !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-text,
html body .kinokuni-lp-wrapper .target-cta-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  align-self: center !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-main,
html body .kinokuni-lp-wrapper .k-access-cta-sub,
html body .kinokuni-lp-wrapper .target-cta-text-main,
html body .kinokuni-lp-wrapper .target-cta-text-sub {
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transform: none !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-main,
html body .kinokuni-lp-wrapper .target-cta-text-main {
  line-height: 1.14 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-sub,
html body .kinokuni-lp-wrapper .target-cta-text-sub {
  margin-top: 5px !important;
  line-height: 1.12 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-icon,
html body .kinokuni-lp-wrapper .k-access-cta-arrow,
html body .kinokuni-lp-wrapper .target-cta-tag,
html body .kinokuni-lp-wrapper .target-cta-arrow {
  align-self: center !important;
  justify-self: center !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  transform: none !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .s-access {
    padding-bottom: 24px !important;
  }

  html body .kinokuni-lp-wrapper .s-detail {
    padding-top: 26px !important;
  }

  html body .kinokuni-lp-wrapper .detail-header {
    margin-bottom: 18px !important;
  }
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn {
  margin-top: 20px !important;
}

html body .kinokuni-lp-wrapper .k-target-cta-btn {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) 44px !important;
  column-gap: 10px !important;
  align-items: center !important;
  min-height: 78px !important;
  height: auto !important;
  padding: 10px 14px !important;
  overflow: hidden !important;
}

html body .kinokuni-lp-wrapper .target-cta-tag,
html body .kinokuni-lp-wrapper .target-cta-text,
html body .kinokuni-lp-wrapper .target-cta-arrow {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

html body .kinokuni-lp-wrapper .target-cta-text {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  align-items: center !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .target-cta-text-main {
  width: auto !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  font-size: 19px !important;
  line-height: 1.12 !important;
}

html body .kinokuni-lp-wrapper .target-cta-text-sub {
  width: auto !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  font-size: 10px !important;
  line-height: 1.1 !important;
  margin-top: 6px !important;
}

html body .kinokuni-lp-wrapper .target-cta-tag {
  width: 52px !important;
  height: 52px !important;
}

html body .kinokuni-lp-wrapper .target-cta-arrow {
  width: 44px !important;
  height: 44px !important;
}

html body .kinokuni-lp-wrapper .map-placeholder.map-embed {
  margin-bottom: 26px !important;
}

html body .kinokuni-lp-wrapper .s-access {
  padding-bottom: 0 !important;
}

html body .kinokuni-lp-wrapper .s-detail {
  padding-top: 22px !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .k-target-cta-btn {
    grid-template-columns: 50px minmax(0, 1fr) 40px !important;
    column-gap: 8px !important;
    min-height: 74px !important;
    padding: 10px 12px !important;
  }

  html body .kinokuni-lp-wrapper .target-cta-text-main {
    font-size: 18px !important;
  }

  html body .kinokuni-lp-wrapper .target-cta-tag {
    width: 50px !important;
    height: 50px !important;
  }

  html body .kinokuni-lp-wrapper .target-cta-arrow {
    width: 40px !important;
    height: 40px !important;
  }

  html body .kinokuni-lp-wrapper .map-placeholder.map-embed {
    margin-bottom: 20px !important;
  }

  html body .kinokuni-lp-wrapper .s-detail {
    padding-top: 18px !important;
  }
}


/* ============================================================
   v2.1.87 event heading compact width
   EVENT INFORMATIONの見出しと下線幅を少し詰める
============================================================ */
html body .kinokuni-lp-wrapper .event-title {
  font-size: clamp(34px, 10.1vw, 40px) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

html body .kinokuni-lp-wrapper .event-title::after {
  width: 96% !important;
  margin-top: 20px !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .event-title {
    font-size: 39px !important;
  }

  html body .kinokuni-lp-wrapper .event-title::after {
    width: 96% !important;
  }
}


/* ============================================================
   v2.1.88 fixed CTA true center title
   左右アイコンに影響されず、予約CTAのタイトルをボタン中央に固定
============================================================ */
html body .kinokuni-lp-wrapper .k-access-cta {
  position: fixed !important;
  display: block !important;
  min-height: 76px !important;
  padding: 10px 78px !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-text {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: min(300px, calc(100% - 156px)) !important;
  max-width: calc(100% - 156px) !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-main,
html body .kinokuni-lp-wrapper .k-access-cta-sub {
  width: auto !important;
  max-width: 100% !important;
  text-align: center !important;
  white-space: nowrap !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-main {
  font-size: clamp(22px, 5.35vw, 28px) !important;
  line-height: 1.08 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-sub {
  margin-top: 7px !important;
  font-size: clamp(13px, 3.35vw, 16px) !important;
  line-height: 1.1 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-icon,
html body .kinokuni-lp-wrapper .k-access-cta-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 4 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-icon {
  left: 22px !important;
}

html body .kinokuni-lp-wrapper .k-access-cta-arrow {
  right: 22px !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .k-access-cta {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta-text {
    width: min(270px, calc(100% - 140px)) !important;
    max-width: calc(100% - 140px) !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta-main {
    font-size: 23px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta-sub {
    font-size: 14px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta-icon {
    left: 18px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta-arrow {
    right: 18px !important;
  }
}


/* ============================================================
   v2.1.89 fixed CTA hard center override
   高優先度grid指定を上書きし、中央タイトル幅を明示
============================================================ */
html body .kinokuni-lp-wrapper .k-access-cta {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
  column-gap: 0 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-text {
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
  transform: translate(-50%, -50%) !important;
  grid-area: auto !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-main,
html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-sub {
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-icon {
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 20px !important;
  transform: translateY(-50%) !important;
  grid-area: auto !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-arrow {
  position: absolute !important;
  top: 50% !important;
  right: 20px !important;
  bottom: auto !important;
  left: auto !important;
  transform: translateY(-50%) !important;
  grid-area: auto !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-text,
  html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-main,
  html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-sub {
    width: 232px !important;
    min-width: 232px !important;
    max-width: 232px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-icon {
    left: 18px !important;
  }

  html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-arrow {
    right: 18px !important;
  }
}


/* ============================================================
   v2.1.90 section spacing and guest CTA center
   MAP下は少し広げ、GUEST前は詰め、参加企業CTAを中央配置
============================================================ */
html body .kinokuni-lp-wrapper .map-placeholder.map-embed {
  margin-bottom: 32px !important;
}

html body .kinokuni-lp-wrapper .s-detail {
  padding-top: 24px !important;
}

html body .kinokuni-lp-wrapper .s-target {
  padding-bottom: 26px !important;
}

html body .kinokuni-lp-wrapper .s-guest {
  padding-top: 24px !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn {
  position: relative !important;
  display: block !important;
  min-height: 82px !important;
  height: 82px !important;
  padding: 0 64px !important;
  overflow: hidden !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-text {
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  width: 270px !important;
  min-width: 270px !important;
  max-width: 270px !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-main,
html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-en {
  width: 270px !important;
  min-width: 270px !important;
  max-width: 270px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-main {
  font-size: 19px !important;
  line-height: 1.12 !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-en {
  margin-top: 7px !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
}

html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-arrow {
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  bottom: auto !important;
  left: auto !important;
  width: 42px !important;
  height: 42px !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .map-placeholder.map-embed {
    margin-bottom: 30px !important;
  }

  html body .kinokuni-lp-wrapper .s-detail {
    padding-top: 22px !important;
  }

  html body .kinokuni-lp-wrapper .s-target {
    padding-bottom: 24px !important;
  }

  html body .kinokuni-lp-wrapper .s-guest {
    padding-top: 22px !important;
  }

  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn {
    min-height: 80px !important;
    height: 80px !important;
    padding-left: 58px !important;
    padding-right: 58px !important;
  }

  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-text,
  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-main,
  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-en {
    width: 252px !important;
    min-width: 252px !important;
    max-width: 252px !important;
  }

  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-main {
    font-size: 18px !important;
  }

  html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-arrow {
    right: 14px !important;
    width: 40px !important;
    height: 40px !important;
  }
}


/* ============================================================
   v2.1.91 detail label removal
   DETAILラベル行を削除し、周辺余白を詰める
============================================================ */
html body .kinokuni-lp-wrapper .detail-header {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body .kinokuni-lp-wrapper .s-detail {
  padding-top: 18px !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .s-detail {
    padding-top: 16px !important;
  }
}


/* ============================================================
   v2.1.92 event underline spacing
   EVENT INFORMATIONの文字と下線の間隔を詰める
============================================================ */
html body .kinokuni-lp-wrapper .event-title::after {
  margin-top: 12px !important;
}


/* ============================================================
   v2.1.93 target note size down
   補足カードが主対象より大きく見えないよう調整
============================================================ */
html body .kinokuni-lp-wrapper .target-note {
  grid-template-columns: 76px minmax(0, 1fr) !important;
  column-gap: 16px !important;
  padding: 18px 18px !important;
}

html body .kinokuni-lp-wrapper .target-note-icon {
  width: 64px !important;
  height: 64px !important;
}

html body .kinokuni-lp-wrapper .target-note-icon svg {
  width: 32px !important;
  height: 32px !important;
}

html body .kinokuni-lp-wrapper .target-note-text {
  font-size: 15px !important;
  line-height: 1.58 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .target-note {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    padding: 16px 16px !important;
  }

  html body .kinokuni-lp-wrapper .target-note-icon {
    width: 58px !important;
    height: 58px !important;
  }

  html body .kinokuni-lp-wrapper .target-note-icon svg {
    width: 30px !important;
    height: 30px !important;
  }

  html body .kinokuni-lp-wrapper .target-note-text {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
}


/* ============================================================
   v2.1.94 target area compact / main target emphasis
   補足カードの横幅と余白を削り、主対象者の文字をCTA見出し寄りに調整
============================================================ */
html body .kinokuni-lp-wrapper .event-cards {
  margin-top: 18px !important;
}

html body .kinokuni-lp-wrapper .target-text {
  font-size: 22px !important;
  line-height: 1.48 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html body .kinokuni-lp-wrapper .target-note {
  width: 92% !important;
  max-width: 316px !important;
  min-height: 0 !important;
  margin: 18px auto 0 !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  column-gap: 12px !important;
  padding: 14px 14px !important;
  border-radius: 18px !important;
}

html body .kinokuni-lp-wrapper .target-note-icon {
  width: 50px !important;
  height: 50px !important;
}

html body .kinokuni-lp-wrapper .target-note-icon svg {
  width: 26px !important;
  height: 26px !important;
}

html body .kinokuni-lp-wrapper .target-note-text {
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .target-text {
    font-size: 21px !important;
    line-height: 1.48 !important;
  }

  html body .kinokuni-lp-wrapper .target-note {
    width: 90% !important;
    max-width: 304px !important;
    grid-template-columns: 50px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    padding: 13px 13px !important;
  }

  html body .kinokuni-lp-wrapper .target-note-icon {
    width: 46px !important;
    height: 46px !important;
  }

  html body .kinokuni-lp-wrapper .target-note-icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  html body .kinokuni-lp-wrapper .target-note-text {
    font-size: 12.5px !important;
    line-height: 1.48 !important;
  }
}


/* ============================================================
   v2.1.95 target priority swap
   主対象「和歌山県内での就職を希望する方」を最強調し、横幅を補足カードに統一
============================================================ */
html body .kinokuni-lp-wrapper .target-headline-box,
html body .kinokuni-lp-wrapper .target-item,
html body .kinokuni-lp-wrapper .target-note {
  width: 92% !important;
  max-width: 316px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body .kinokuni-lp-wrapper .target-headline-box {
  min-height: 0 !important;
  padding: 14px 16px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
  color: #5A5D63 !important;
  text-align: left !important;
  border-radius: 18px !important;
}

html body .kinokuni-lp-wrapper .target-item {
  grid-template-columns: 46px minmax(0, 1fr) !important;
  column-gap: 14px !important;
  align-items: center !important;
  margin-top: 18px !important;
}

html body .kinokuni-lp-wrapper .target-check {
  width: 42px !important;
  height: 42px !important;
}

html body .kinokuni-lp-wrapper .target-text {
  font-size: 23px !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
  color: #1F252D !important;
  text-align: left !important;
  white-space: normal !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .target-headline-box,
  html body .kinokuni-lp-wrapper .target-item,
  html body .kinokuni-lp-wrapper .target-note {
    width: 90% !important;
    max-width: 304px !important;
  }

  html body .kinokuni-lp-wrapper .target-headline-box {
    padding: 13px 15px !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  html body .kinokuni-lp-wrapper .target-item {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }

  html body .kinokuni-lp-wrapper .target-check {
    width: 40px !important;
    height: 40px !important;
  }

  html body .kinokuni-lp-wrapper .target-text {
    font-size: 22px !important;
    line-height: 1.28 !important;
  }
}


/* ============================================================
   v2.1.96 target order and line break
   主対象テキストを先頭へ、条件カードをその下へ配置
============================================================ */
html body .kinokuni-lp-wrapper .target-item {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

html body .kinokuni-lp-wrapper .target-headline-box {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body .kinokuni-lp-wrapper .target-text {
  line-height: 1.22 !important;
}

html body .kinokuni-lp-wrapper .target-note {
  margin-top: 18px !important;
}


/* ============================================================
   v2.1.97 target condition two lines / main text center
   条件カードを2行に収め、主対象テキストをエリア中央に配置
============================================================ */
html body .kinokuni-lp-wrapper .target-headline-box {
  font-size: 12.5px !important;
  line-height: 1.62 !important;
  text-align: left !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

html body .kinokuni-lp-wrapper .target-item {
  min-height: 92px !important;
  align-items: center !important;
}

html body .kinokuni-lp-wrapper .target-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-self: center !important;
  min-height: 92px !important;
  line-height: 1.24 !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .target-headline-box {
    font-size: 12px !important;
    line-height: 1.62 !important;
  }

  html body .kinokuni-lp-wrapper .target-item,
  html body .kinokuni-lp-wrapper .target-text {
    min-height: 88px !important;
  }
}


/* ============================================================
   v2.1.98 target condition actual two-line fit
   条件カードを実表示でも2行に収め、対象者エリア幅を揃える
============================================================ */
html body .kinokuni-lp-wrapper .target-headline-box,
html body .kinokuni-lp-wrapper .target-item,
html body .kinokuni-lp-wrapper .target-note {
  width: 100% !important;
  max-width: 344px !important;
}

html body .kinokuni-lp-wrapper .target-headline-box {
  padding: 13px 14px !important;
  font-size: 11.5px !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}

html body .kinokuni-lp-wrapper .target-text {
  text-align: left !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .target-headline-box,
  html body .kinokuni-lp-wrapper .target-item,
  html body .kinokuni-lp-wrapper .target-note {
    width: 100% !important;
    max-width: 344px !important;
  }

  html body .kinokuni-lp-wrapper .target-headline-box {
    font-size: 11px !important;
    line-height: 1.6 !important;
  }
}


/* ============================================================
   v2.1.99 target main text center align
   主対象テキストを中央揃えにする
============================================================ */
html body .kinokuni-lp-wrapper .target-text {
  align-items: center !important;
  text-align: center !important;
}


/* ============================================================
   v2.1.100 target main row centered
   アイコンと主対象テキストをセットでエリア中央に配置
============================================================ */
html body .kinokuni-lp-wrapper .target-item {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center !important;
  justify-content: center !important;
  column-gap: 0 !important;
  gap: 24px !important;
  min-height: 94px !important;
  padding: 0 8px !important;
}

html body .kinokuni-lp-wrapper .target-check {
  flex: 0 0 56px !important;
  width: 56px !important;
  height: 56px !important;
}

html body .kinokuni-lp-wrapper .target-text {
  flex: 0 1 auto !important;
  width: auto !important;
  min-height: 0 !important;
  align-self: center !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .target-item {
    gap: 22px !important;
    min-height: 92px !important;
    padding: 0 6px !important;
  }

  html body .kinokuni-lp-wrapper .target-check {
    flex-basis: 54px !important;
    width: 54px !important;
    height: 54px !important;
  }
}


/* ============================================================
   v2.1.101 target text true center
   主対象テキストをエリア中央、アイコンを左側で縦中央に固定
============================================================ */
html body .kinokuni-lp-wrapper .target-item {
  position: relative !important;
  display: block !important;
  min-height: 94px !important;
  padding: 0 !important;
}

html body .kinokuni-lp-wrapper .target-check {
  position: absolute !important;
  left: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 54px !important;
  height: 54px !important;
  margin-top: 0 !important;
}

html body .kinokuni-lp-wrapper .target-text {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: max-content !important;
  min-height: 0 !important;
  text-align: center !important;
  align-items: center !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .target-item {
    min-height: 92px !important;
  }

  html body .kinokuni-lp-wrapper .target-check {
    left: 8px !important;
    width: 52px !important;
    height: 52px !important;
  }
}


/* ============================================================
   v2.1.104 target card text size unified
   条件カードと補足カードの本文フォントサイズを統一
============================================================ */
html body .kinokuni-lp-wrapper .target-headline-box,
html body .kinokuni-lp-wrapper .target-note-text {
  font-size: 11.5px !important;
  line-height: 1.6 !important;
  font-weight: 800 !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .target-headline-box,
  html body .kinokuni-lp-wrapper .target-note-text {
    font-size: 11px !important;
    line-height: 1.6 !important;
  }
}


/* ============================================================
   v2.1.105 notice font size unified with benefit text
   注意事項の見出し・本文サイズを特典リスト本文に合わせる
============================================================ */
html body .kinokuni-lp-wrapper .s-guest .notice-title {
  gap: 8px !important;
  margin-bottom: 12px !important;
}

html body .kinokuni-lp-wrapper .s-guest .notice-icon-circle {
  flex-basis: 20px !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  font-size: 13px !important;
}

html body .kinokuni-lp-wrapper .s-guest .notice-title-text,
html body .kinokuni-lp-wrapper .s-guest .notice-item {
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
}

html body .kinokuni-lp-wrapper .s-guest .notice-item {
  margin-bottom: 8px !important;
  color: #666A70 !important;
}


/* ============================================================
   v2.1.106 notice font size match actual benefit text
   実表示の特典本文（500円相当行）と同じ13pxに統一
============================================================ */
html body .kinokuni-lp-wrapper .s-guest .notice-title-text,
html body .kinokuni-lp-wrapper .s-guest .notice-item {
  font-size: 13px !important;
  line-height: 1.8 !important;
  font-weight: 700 !important;
}


/* ============================================================
   v2.1.107 CTA color unify
   CTAボタン背景色を指定色 #DA5426 に統一
============================================================ */
html body .kinokuni-lp-wrapper .k-entry-btn,
html body .kinokuni-lp-wrapper .k-access-cta,
html body .kinokuni-lp-wrapper .k-date-btn,
html body .kinokuni-lp-wrapper .k-target-cta-btn,
html body .kinokuni-lp-wrapper .s-guest .k-guest-btn,
html body .kinokuni-lp-wrapper .k-guest-btn,
html body .kinokuni-lp-wrapper .k-pamphlet-btn {
  background: #DA5426 !important;
  background-color: #DA5426 !important;
  background-image: none !important;
}


/* ============================================================
   v2.1.108 CTA light orange
   CTAボタン背景色を薄いオレンジへ変更
============================================================ */
html body .kinokuni-lp-wrapper .k-entry-btn,
html body .kinokuni-lp-wrapper .k-access-cta,
html body .kinokuni-lp-wrapper .k-date-btn,
html body .kinokuni-lp-wrapper .k-target-cta-btn,
html body .kinokuni-lp-wrapper .s-guest .k-guest-btn,
html body .kinokuni-lp-wrapper .k-guest-btn,
html body .kinokuni-lp-wrapper .k-pamphlet-btn {
  background: #F47B2A !important;
  background-color: #F47B2A !important;
  background-image: none !important;
}


/* ============================================================
   v2.1.109 target condition backgrounds removed
   対象者の条件・補足カード背景を削除
============================================================ */
html body .kinokuni-lp-wrapper .target-headline-box,
html body .kinokuni-lp-wrapper .target-note {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body .kinokuni-lp-wrapper .target-headline-box {
  padding: 0 !important;
  min-height: 0 !important;
}

html body .kinokuni-lp-wrapper .target-note {
  padding: 0 !important;
  min-height: 0 !important;
  margin-top: 16px !important;
}


/* ============================================================
   v2.1.110 target condition center alignment
   背景削除後の条件・補足文言を対象者エリア中央に配置
============================================================ */
html body .kinokuni-lp-wrapper .target-headline-box {
  display: block !important;
  width: fit-content !important;
  max-width: 344px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .target-note {
  display: flex !important;
  width: fit-content !important;
  max-width: 344px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
}

html body .kinokuni-lp-wrapper .target-note-icon {
  flex: 0 0 52px !important;
  width: 52px !important;
  height: 52px !important;
}

html body .kinokuni-lp-wrapper .target-note-text {
  flex: 0 1 auto !important;
  width: auto !important;
  text-align: left !important;
}


/* ============================================================
   v2.1.111 diagonal rotate frame-in
   横からの出現を廃止し、斜め上から回転しながら出す
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-34px, -42px, 0) rotate(-9deg) scale(0.96) !important;
  transform-origin: 50% 50% !important;
  transition:
    opacity 0.62s cubic-bezier(0.2, 0.9, 0.22, 1),
    transform 0.72s cubic-bezier(0.2, 0.9, 0.22, 1) !important;
  will-change: opacity, transform !important;
}

html body .kinokuni-lp-wrapper .js-framein-from-left,
html body .kinokuni-lp-wrapper .js-framein-from-right,
html body .kinokuni-lp-wrapper .js-framein-from-diagonal {
  --framein-x: 0 !important;
}

html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1) !important;
}


/* ============================================================
   v2.1.112 catchy diagonal pop frame-in
   斜め上回転の制約を維持しつつ、弾みのある出現へ変更
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-42px, -54px, 0) rotate(-13deg) scale(0.9) !important;
  transform-origin: 50% 52% !important;
  filter: blur(1.5px) !important;
  transition: none !important;
  will-change: opacity, transform, filter !important;
}

html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1) !important;
  animation: kinokuniDiagonalPopIn 0.82s cubic-bezier(0.17, 0.88, 0.24, 1.18) both !important;
}

@keyframes kinokuniDiagonalPopIn {
  0% {
    opacity: 0;
    filter: blur(1.5px);
    transform: translate3d(-42px, -54px, 0) rotate(-13deg) scale(0.9);
  }
  62% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(6px, 5px, 0) rotate(2.5deg) scale(1.035);
  }
  82% {
    transform: translate3d(-2px, -2px, 0) rotate(-0.9deg) scale(0.992);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kinokuni-lp-wrapper .js-framein,
  html body .kinokuni-lp-wrapper .js-framein.is-visible {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}


/* ============================================================
   v2.1.126 final diagonal flow frame-in / participant PDF link
   見出しアニメーションを左上から右下へ流れる動きに変更
============================================================ */
html body .kinokuni-lp-wrapper .k-guest-btn,
html body .kinokuni-lp-wrapper .k-guest-btn:hover,
html body .kinokuni-lp-wrapper .k-guest-btn:focus-visible {
  color: inherit !important;
  text-decoration: none !important;
}

html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96) !important;
  transform-origin: 50% 50% !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%) !important;
  filter: blur(0.8px) !important;
  transition: none !important;
  animation: none !important;
  will-change: opacity, transform, clip-path, filter !important;
}

html body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper h2.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .event-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .access-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible.is-visible,
html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) skewX(0deg) scale(1) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  animation: kinokuniDiagonalFlowInFinal 0.78s cubic-bezier(0.16, 0.9, 0.22, 1) both !important;
}

@keyframes kinokuniDiagonalFlowInFinal {
  0% {
    opacity: 0;
    filter: blur(0.8px);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96);
  }
  46% {
    opacity: 1;
    filter: blur(0);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
    transform: translate3d(16px, 16px, 0) skewX(-2deg) scale(1.012);
  }
  74% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(-3px, -3px, 0) skewX(0deg) scale(0.998);
  }
  100% {
    opacity: 1;
    filter: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(0, 0, 0) skewX(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kinokuni-lp-wrapper .js-framein,
  html body .kinokuni-lp-wrapper .js-framein.is-visible {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    clip-path: none !important;
  }
}


/* ============================================================
   v2.1.133 fixed reservation CTA text restore
   リンク化した固定予約ボタンの中央テキストを表示
============================================================ */
html body .kinokuni-lp-wrapper .k-access-cta {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
  column-gap: 0 !important;
  text-decoration: none !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-icon {
  grid-area: auto !important;
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 18px !important;
  transform: translateY(-50%) !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-text {
  grid-area: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  color: #FFFFFF !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-main,
html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-sub {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
  white-space: nowrap !important;
  color: #FFFFFF !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-main {
  font-size: 18px !important;
  line-height: 1.12 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-sub {
  margin-top: 4px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-arrow {
  grid-area: auto !important;
  position: absolute !important;
  top: 50% !important;
  right: 18px !important;
  bottom: auto !important;
  left: auto !important;
  transform: translateY(-50%) !important;
}


/* ============================================================
   v2.1.127 final no-rotate diagonal frame-in
   回転指定より後勝ちさせる最終上書き
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96) !important;
  transform-origin: 50% 50% !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%) !important;
  filter: blur(0.8px) !important;
  transition: none !important;
  animation: none !important;
  will-change: opacity, transform, clip-path, filter !important;
}

html body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper h2.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .event-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .access-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible.is-visible,
html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) skewX(0deg) scale(1) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  animation: kinokuniDiagonalFlowNoRotateFinal 0.78s cubic-bezier(0.16, 0.9, 0.22, 1) both !important;
}

@keyframes kinokuniDiagonalFlowNoRotateFinal {
  0% {
    opacity: 0;
    filter: blur(0.8px);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96);
  }
  46% {
    opacity: 1;
    filter: blur(0);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
    transform: translate3d(16px, 16px, 0) skewX(-2deg) scale(1.012);
  }
  74% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(-3px, -3px, 0) skewX(0deg) scale(0.998);
  }
  100% {
    opacity: 1;
    filter: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(0, 0, 0) skewX(0deg) scale(1);
  }
}


/* ============================================================
   v2.1.127 no-rotate diagonal frame-in hard override
   過去の回転keyframesを拾っても左上から右下へ流れる動きに固定
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96) !important;
  transform-origin: 50% 50% !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%) !important;
  filter: blur(0.8px) !important;
  transition: none !important;
  animation: none !important;
  will-change: opacity, transform, clip-path, filter !important;
}

html body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper h2.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .event-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .access-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible.is-visible,
html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) skewX(0deg) scale(1) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  animation: kinokuniDiagonalFlowNoRotate 0.78s cubic-bezier(0.16, 0.9, 0.22, 1) both !important;
}

@keyframes kinokuniDiagonalFlowNoRotate {
  0% {
    opacity: 0;
    filter: blur(0.8px);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96);
  }
  46% {
    opacity: 1;
    filter: blur(0);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
    transform: translate3d(16px, 16px, 0) skewX(-2deg) scale(1.012);
  }
  74% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(-3px, -3px, 0) skewX(0deg) scale(0.998);
  }
  100% {
    opacity: 1;
    filter: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(0, 0, 0) skewX(0deg) scale(1);
  }
}

@keyframes kinokuniSpinMoveInTrueFinal { 0% { opacity: 0; filter: blur(0.8px); transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96); } 100% { opacity: 1; filter: none; transform: translate3d(0, 0, 0) skewX(0deg) scale(1); } }
@keyframes kinokuniSpinMoveInAbsolute { 0% { opacity: 0; filter: blur(0.8px); transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96); } 100% { opacity: 1; filter: none; transform: translate3d(0, 0, 0) skewX(0deg) scale(1); } }
@keyframes kinokuniSpinMoveInFinal { 0% { opacity: 0; filter: blur(0.8px); transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96); } 100% { opacity: 1; filter: none; transform: translate3d(0, 0, 0) skewX(0deg) scale(1); } }
@keyframes kinokuniSpinMoveIn { 0% { opacity: 0; filter: blur(0.8px); transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96); } 100% { opacity: 1; filter: none; transform: translate3d(0, 0, 0) skewX(0deg) scale(1); } }
@keyframes kinokuniSpinMoveAfterStamp { 0% { opacity: 0; filter: blur(0.8px); transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96); } 100% { opacity: 1; filter: none; transform: translate3d(0, 0, 0) skewX(0deg) scale(1); } }
@keyframes kinokuniSpinRotateMoveLive { 0% { opacity: 0; filter: blur(0.8px); transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96); } 100% { opacity: 1; filter: none; transform: translate3d(0, 0, 0) skewX(0deg) scale(1); } }

@media (prefers-reduced-motion: reduce) {
  html body .kinokuni-lp-wrapper .js-framein,
  html body .kinokuni-lp-wrapper .js-framein.is-visible {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    clip-path: none !important;
  }
}


/* ============================================================
   v2.1.126 diagonal flow frame-in / participant PDF link
   見出しアニメーションを左上から右下へ流れる動きに変更
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96) !important;
  transform-origin: 50% 50% !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%) !important;
  filter: blur(0.8px) !important;
  transition: none !important;
  animation: none !important;
  will-change: opacity, transform, clip-path, filter !important;
}

html body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper h2.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .event-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .access-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible.is-visible,
html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) skewX(0deg) scale(1) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  animation: kinokuniDiagonalFlowIn 0.78s cubic-bezier(0.16, 0.9, 0.22, 1) both !important;
}

@keyframes kinokuniDiagonalFlowIn {
  0% {
    opacity: 0;
    filter: blur(0.8px);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96);
  }
  46% {
    opacity: 1;
    filter: blur(0);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
    transform: translate3d(16px, 16px, 0) skewX(-2deg) scale(1.012);
  }
  74% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(-3px, -3px, 0) skewX(0deg) scale(0.998);
  }
  100% {
    opacity: 1;
    filter: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(0, 0, 0) skewX(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kinokuni-lp-wrapper .js-framein,
  html body .kinokuni-lp-wrapper .js-framein.is-visible {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    clip-path: none !important;
  }
}


/* ============================================================
   v2.1.125 final FAQ footer clearance
   固定CTA退避余白の三重加算を解消し、FAQ後の空白を圧縮
============================================================ */
html body.kinokuni-lp-active,
html body:has(.kinokuni-lp-wrapper) {
  padding-bottom: 96px !important;
}

html body .kinokuni-lp-wrapper {
  padding-bottom: 0 !important;
}

html body .kinokuni-lp-wrapper .s-pamphlet {
  padding-bottom: 16px !important;
}


/* ============================================================
   v2.1.124 FAQ bottom spacing
   よくある質問の見出し下とセクション末尾の余白を圧縮
============================================================ */
html body .kinokuni-lp-wrapper .faq53-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}

html body .kinokuni-lp-wrapper .faq53-heading {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

html body .kinokuni-lp-wrapper .faq53-heading::after {
  margin-top: 10px !important;
}

html body .kinokuni-lp-wrapper .faq53-list {
  gap: 8px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

html body .kinokuni-lp-wrapper .faq53-card:last-child {
  margin-bottom: 0 !important;
}

html body .kinokuni-lp-wrapper .faq53-section + *,
html body .kinokuni-lp-wrapper .lp-root > .faq53-section:last-child {
  margin-top: 0 !important;
}

@media (max-width: 480px) {
  html body .kinokuni-lp-wrapper .faq53-section {
    padding-bottom: 8px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-heading {
    margin-bottom: 8px !important;
  }

  html body .kinokuni-lp-wrapper .faq53-heading::after {
    margin-top: 8px !important;
  }
}


/* ============================================================
   v2.1.117 true final spin animation
   v2.1.113より後ろで1回転半アニメーションを適用
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-44px, -86px, 0) rotate(-540deg) scale(0.72) !important;
  transform-origin: 50% 50% !important;
  filter: blur(1.2px) !important;
  transition: none !important;
  animation: none !important;
  will-change: opacity, transform, filter !important;
}

html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1) !important;
  animation: kinokuniSpinMoveInTrueFinal 1.08s cubic-bezier(0.17, 0.86, 0.22, 1) both !important;
}

@keyframes kinokuniSpinMoveInTrueFinal {
  0% {
    opacity: 0;
    filter: blur(1.2px);
    transform: translate3d(-44px, -86px, 0) rotate(-540deg) scale(0.72);
  }
  48% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(8px, 9px, 0) rotate(-126deg) scale(1.08);
  }
  72% {
    transform: translate3d(-3px, -4px, 0) rotate(-28deg) scale(0.98);
  }
  88% {
    transform: translate3d(1px, 1px, 0) rotate(5deg) scale(1.012);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kinokuni-lp-wrapper .js-framein,
  html body .kinokuni-lp-wrapper .js-framein.is-visible {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}


/* ============================================================
   v2.1.116 absolute final spin animation
   CSS末尾で1回転半アニメーションを確実に優先
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-44px, -86px, 0) rotate(-540deg) scale(0.72) !important;
  transform-origin: 50% 50% !important;
  filter: blur(1.2px) !important;
  transition: none !important;
  animation: none !important;
  will-change: opacity, transform, filter !important;
}

html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1) !important;
  animation: kinokuniSpinMoveInAbsolute 1.08s cubic-bezier(0.17, 0.86, 0.22, 1) both !important;
}

@keyframes kinokuniSpinMoveInAbsolute {
  0% {
    opacity: 0;
    filter: blur(1.2px);
    transform: translate3d(-44px, -86px, 0) rotate(-540deg) scale(0.72);
  }
  48% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(8px, 9px, 0) rotate(-126deg) scale(1.08);
  }
  72% {
    transform: translate3d(-3px, -4px, 0) rotate(-28deg) scale(0.98);
  }
  88% {
    transform: translate3d(1px, 1px, 0) rotate(5deg) scale(1.012);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kinokuni-lp-wrapper .js-framein,
  html body .kinokuni-lp-wrapper .js-framein.is-visible {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}


/* ============================================================
   v2.1.115 final one-and-half spin override
   旧アニメーション指定より後勝ちさせる最終上書き
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-44px, -86px, 0) rotate(-540deg) scale(0.72) !important;
  transform-origin: 50% 50% !important;
  filter: blur(1.2px) !important;
  transition: none !important;
  animation: none !important;
  will-change: opacity, transform, filter !important;
}

html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1) !important;
  animation: kinokuniSpinMoveInFinal 1.08s cubic-bezier(0.17, 0.86, 0.22, 1) both !important;
}

@keyframes kinokuniSpinMoveInFinal {
  0% {
    opacity: 0;
    filter: blur(1.2px);
    transform: translate3d(-44px, -86px, 0) rotate(-540deg) scale(0.72);
  }
  48% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(8px, 9px, 0) rotate(-126deg) scale(1.08);
  }
  72% {
    transform: translate3d(-3px, -4px, 0) rotate(-28deg) scale(0.98);
  }
  88% {
    transform: translate3d(1px, 1px, 0) rotate(5deg) scale(1.012);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kinokuni-lp-wrapper .js-framein,
  html body .kinokuni-lp-wrapper .js-framein.is-visible {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}


/* ============================================================
   v2.1.114 one-and-half spin frame-in
   テキストが1回転半しながら斜め上から移動してくる
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-44px, -86px, 0) rotate(-540deg) scale(0.72) !important;
  transform-origin: 50% 50% !important;
  filter: blur(1.2px) !important;
  transition: none !important;
  animation: none !important;
  will-change: opacity, transform, filter !important;
}

html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1) !important;
  animation: kinokuniSpinMoveIn 1.08s cubic-bezier(0.17, 0.86, 0.22, 1) both !important;
}

@keyframes kinokuniSpinMoveIn {
  0% {
    opacity: 0;
    filter: blur(1.2px);
    transform: translate3d(-44px, -86px, 0) rotate(-540deg) scale(0.72);
  }
  48% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(8px, 9px, 0) rotate(-126deg) scale(1.08);
  }
  72% {
    transform: translate3d(-3px, -4px, 0) rotate(-28deg) scale(0.98);
  }
  88% {
    transform: translate3d(1px, 1px, 0) rotate(5deg) scale(1.012);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kinokuni-lp-wrapper .js-framein,
  html body .kinokuni-lp-wrapper .js-framein.is-visible {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}


/* ============================================================
   v2.1.113 stamp-like diagonal frame-in
   斜め上回転の制約を維持し、よりキャッチーなスタンプ風に変更
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-28px, -74px, 0) rotate(-19deg) scale(0.72) !important;
  transform-origin: 52% 58% !important;
  filter: blur(2px) saturate(1.08) !important;
  transition: none !important;
  will-change: opacity, transform, filter !important;
}

html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1) !important;
  animation: kinokuniDiagonalStampIn 0.94s cubic-bezier(0.16, 0.92, 0.2, 1.16) both !important;
}

@keyframes kinokuniDiagonalStampIn {
  0% {
    opacity: 0;
    filter: blur(2px) saturate(1.08);
    transform: translate3d(-28px, -74px, 0) rotate(-19deg) scale(0.72);
  }
  44% {
    opacity: 1;
    filter: blur(0) saturate(1.08);
    transform: translate3d(8px, 10px, 0) rotate(6deg) scale(1.12);
  }
  58% {
    transform: translate3d(-4px, -5px, 0) rotate(-3deg) scale(0.96);
  }
  72% {
    transform: translate3d(3px, 3px, 0) rotate(1.4deg) scale(1.025);
  }
  86% {
    transform: translate3d(-1px, -1px, 0) rotate(-0.5deg) scale(0.996);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kinokuni-lp-wrapper .js-framein,
  html body .kinokuni-lp-wrapper .js-framein.is-visible {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}


/* ============================================================
   v2.1.118 final after stamp: one-and-half spin
   スタンプ風指定の直後で、1回転半移動アニメーションを適用
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-44px, -86px, 0) rotate(-540deg) scale(0.72) !important;
  transform-origin: 50% 50% !important;
  filter: blur(1.2px) !important;
  transition: none !important;
  animation: none !important;
  will-change: opacity, transform, filter !important;
}

html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1) !important;
  animation: kinokuniSpinMoveAfterStamp 1.08s cubic-bezier(0.17, 0.86, 0.22, 1) both !important;
}

@keyframes kinokuniSpinMoveAfterStamp {
  0% {
    opacity: 0;
    filter: blur(1.2px);
    transform: translate3d(-44px, -86px, 0) rotate(-540deg) scale(0.72);
  }
  48% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(8px, 9px, 0) rotate(-126deg) scale(1.08);
  }
  72% {
    transform: translate3d(-3px, -4px, 0) rotate(-28deg) scale(0.98);
  }
  88% {
    transform: translate3d(1px, 1px, 0) rotate(5deg) scale(1.012);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}


/* ============================================================
   v2.1.119 event numerals and map polish
   数字フォントを日本語ゴシック寄りにし、日付バッジ色と地図表示を調整
============================================================ */
html body .kinokuni-lp-wrapper .info-main,
html body .kinokuni-lp-wrapper .info-main .day,
html body .kinokuni-lp-wrapper .date-circle {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", system-ui, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html body .kinokuni-lp-wrapper .info-main {
  color: #F47B2A !important;
}

html body .kinokuni-lp-wrapper .info-main .day {
  color: #5f6066 !important;
  font-size: 0.42em !important;
  margin-left: 6px !important;
  margin-right: 10px !important;
  vertical-align: baseline !important;
}

html body .kinokuni-lp-wrapper .date-circle {
  background: #F47B2A !important;
  background-color: #F47B2A !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.32), 0 8px 18px rgba(244, 123, 42, 0.24) !important;
}

html body .kinokuni-lp-wrapper .map-placeholder.map-embed {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: 260px !important;
  min-height: 260px !important;
  background: #eef4f8 !important;
}

html body .kinokuni-lp-wrapper .map-placeholder.map-embed iframe {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 260px !important;
  border: 0 !important;
}


/* ============================================================
   v2.1.120 CTA arrow contrast polish
   CTA内の矢印ボックス背景を明るいオレンジへ変更
============================================================ */
html body .kinokuni-lp-wrapper .k-access-cta-icon,
html body .kinokuni-lp-wrapper .k-access-cta-arrow,
html body .kinokuni-lp-wrapper .date-arrow,
html body .kinokuni-lp-wrapper .target-cta-tag,
html body .kinokuni-lp-wrapper .target-cta-arrow,
html body .kinokuni-lp-wrapper .s-guest .k-guest-btn-arrow,
html body .kinokuni-lp-wrapper .k-guest-btn-arrow,
html body .kinokuni-lp-wrapper .k-pamphlet-btn-arrow {
  background: #E9935B !important;
  background-color: #E9935B !important;
  background-image: none !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18), 0 5px 14px rgba(146, 70, 32, 0.14) !important;
}


/* ============================================================
   v2.1.121 live one-and-half spin animation
   強い過去指定に負けない、実再生用1回転半アニメーション
============================================================ */
html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-48px, -92px, 0) rotate(-540deg) scale(0.74) !important;
  transform-origin: 50% 50% !important;
  filter: blur(1px) !important;
  transition: none !important;
  animation: none !important;
  will-change: opacity, transform, filter !important;
}

html body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper h2.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .event-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .access-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible.is-visible,
html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1) !important;
  animation: kinokuniSpinRotateMoveLive 0.72s cubic-bezier(0.16, 0.9, 0.22, 1) both !important;
}

@keyframes kinokuniSpinRotateMoveLive {
  0% {
    opacity: 0;
    filter: blur(1px);
    transform: translate3d(-48px, -92px, 0) rotate(-540deg) scale(0.74);
  }
  45% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(10px, 10px, 0) rotate(-168deg) scale(1.08);
  }
  70% {
    transform: translate3d(-4px, -5px, 0) rotate(-42deg) scale(0.98);
  }
  88% {
    transform: translate3d(1px, 1px, 0) rotate(7deg) scale(1.01);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kinokuni-lp-wrapper .js-framein,
  html body .kinokuni-lp-wrapper .js-framein.is-visible {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}


/* ============================================================
   v2.1.126 final diagonal flow frame-in / participant PDF link
   見出しアニメーションを左上から右下へ流れる動きに変更
============================================================ */
html body .kinokuni-lp-wrapper .k-guest-btn,
html body .kinokuni-lp-wrapper .k-guest-btn:hover,
html body .kinokuni-lp-wrapper .k-guest-btn:focus-visible {
  color: inherit !important;
  text-decoration: none !important;
}

html body .kinokuni-lp-wrapper .js-framein,
html body .kinokuni-lp-wrapper h2.js-framein,
html body .kinokuni-lp-wrapper .event-title.js-framein,
html body .kinokuni-lp-wrapper .detail-headline.js-framein,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein,
html body .kinokuni-lp-wrapper .access-header.js-framein,
html body .kinokuni-lp-wrapper .detail-header.js-framein,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein {
  opacity: 0 !important;
  transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96) !important;
  transform-origin: 50% 50% !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%) !important;
  filter: blur(0.8px) !important;
  transition: none !important;
  animation: none !important;
  will-change: opacity, transform, clip-path, filter !important;
}

html body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper h2.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .event-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .access-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-header.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible.is-visible,
html.kinokuni-lp-active body.kinokuni-lp-active .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible.is-visible,
html body .kinokuni-lp-wrapper .js-framein.is-visible,
html body .kinokuni-lp-wrapper h2.js-framein.is-visible,
html body .kinokuni-lp-wrapper .event-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-guest-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .k-gift-title-wrap.js-framein.is-visible,
html body .kinokuni-lp-wrapper .pamphlet-title.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-cta-headline.js-framein.is-visible,
html body .kinokuni-lp-wrapper .access-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .detail-header.js-framein.is-visible,
html body .kinokuni-lp-wrapper .target-title-wrap.js-framein.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) skewX(0deg) scale(1) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  animation: kinokuniDiagonalFlowInFinal 0.78s cubic-bezier(0.16, 0.9, 0.22, 1) both !important;
}

@keyframes kinokuniDiagonalFlowInFinal {
  0% {
    opacity: 0;
    filter: blur(0.8px);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transform: translate3d(-72px, -72px, 0) skewX(-8deg) scale(0.96);
  }
  46% {
    opacity: 1;
    filter: blur(0);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
    transform: translate3d(16px, 16px, 0) skewX(-2deg) scale(1.012);
  }
  74% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(-3px, -3px, 0) skewX(0deg) scale(0.998);
  }
  100% {
    opacity: 1;
    filter: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(0, 0, 0) skewX(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kinokuni-lp-wrapper .js-framein,
  html body .kinokuni-lp-wrapper .js-framein.is-visible {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    clip-path: none !important;
  }
}


/* ============================================================
   v2.1.133 final fixed reservation CTA text restore
   リンク化した固定予約ボタンの中央テキストを最終表示
============================================================ */
html body .kinokuni-lp-wrapper .k-access-cta {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) 46px !important;
  grid-template-areas: "icon text arrow" !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 8px !important;
  box-sizing: border-box !important;
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(12px, env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;
  z-index: 2147483647 !important;
  width: min(360px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
  min-height: 74px !important;
  padding: 8px 14px !important;
  text-decoration: none !important;
  overflow: hidden !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  touch-action: pan-y !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-icon {
  grid-area: icon !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center !important;
  align-self: center !important;
  justify-self: center !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-text {
  grid-area: text !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  color: #FFFFFF !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-main,
html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-sub {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
  white-space: nowrap !important;
  color: #FFFFFF !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-main {
  font-size: 19px !important;
  line-height: 1.12 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-sub {
  margin-top: 4px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-arrow {
  grid-area: arrow !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  justify-self: center !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

html body .kinokuni-lp-wrapper .k-access-cta .k-access-cta-arrow::before {
  content: "›" !important;
  display: block !important;
  font-size: 26px !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}


/* ============================================================
   v2.1.177 canonical event info and CTA layout lock
   冒頭情報カードの間隔と予約CTAの縦位置を正規化
============================================================ */
html.kinokuni-lp-active,
body.kinokuni-lp-active {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  touch-action: pan-y !important;
}

html body .kinokuni-lp-wrapper,
html body .kinokuni-lp-wrapper .kinokuni-lp-wrapper-inner {
  height: auto !important;
  max-height: none !important;
  overflow-y: visible !important;
  touch-action: pan-y !important;
}

html body .kinokuni-lp-wrapper .s-event .event-cards {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  width: 100% !important;
  margin-top: 22px !important;
}

html body .kinokuni-lp-wrapper .s-event .info-card {
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 24px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 108px !important;
  padding: 22px 16px 14px !important;
  margin: 0 !important;
}

html body .kinokuni-lp-wrapper .s-event .info-card + .info-card {
  margin-top: 0 !important;
}

html body .kinokuni-lp-wrapper .s-event .info-icon {
  grid-column: 1 !important;
  justify-self: center !important;
  align-self: center !important;
  margin: 0 !important;
}

html body .kinokuni-lp-wrapper .s-event .info-icon + div {
  grid-column: 2 !important;
  min-width: 0 !important;
  margin: 0 !important;
}

html body .kinokuni-lp-wrapper .s-event .info-main .day {
  margin-left: 7px !important;
  margin-right: 14px !important;
}

html body .kinokuni-lp-wrapper .s-event .info-main .day:last-child {
  margin-right: 0 !important;
}

html body section.s-event > .k-entry-btn.k-link-btn,
html body .kinokuni-lp-wrapper section.s-event > .k-entry-btn.k-link-btn,
html body .kinokuni-lp-wrapper .s-event > .k-entry-btn.k-link-btn {
  display: grid !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  row-gap: 8px !important;
  box-sizing: border-box !important;
  width: min(352px, calc(100% - 32px)) !important;
  max-width: min(352px, calc(100% - 32px)) !important;
  min-height: 78px !important;
  padding: 12px 14px !important;
  margin: 16px auto 0 !important;
  float: none !important;
  clear: both !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  text-align: center !important;
  overflow: hidden !important;
}

html body section.s-event > .k-entry-btn.k-link-btn > *,
html body .kinokuni-lp-wrapper section.s-event > .k-entry-btn.k-link-btn > *,
html body .kinokuni-lp-wrapper .s-event > .k-entry-btn.k-link-btn > * {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

html body section.s-event > .k-entry-btn.k-link-btn .k-entry-btn-main,
html body .kinokuni-lp-wrapper section.s-event > .k-entry-btn.k-link-btn .k-entry-btn-main,
html body .kinokuni-lp-wrapper .s-event > .k-entry-btn.k-link-btn .k-entry-btn-main {
  display: block !important;
  justify-self: center !important;
  width: max-content !important;
  max-width: calc(100% - 28px) !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  inset: auto !important;
  transform: translate(-18px, 3px) !important;
  font-size: clamp(15px, 4vw, 18px) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-align: center !important;
}

html body section.s-event > .k-entry-btn.k-link-btn .k-entry-btn-sub,
html body .kinokuni-lp-wrapper section.s-event > .k-entry-btn.k-link-btn .k-entry-btn-sub,
html body .kinokuni-lp-wrapper .s-event > .k-entry-btn.k-link-btn .k-entry-btn-sub {
  display: block !important;
  justify-self: center !important;
  width: max-content !important;
  max-width: calc(100% - 28px) !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  inset: auto !important;
  transform: translateY(3px) !important;
  line-height: 1.1 !important;
  text-align: center !important;
}

html body section.s-detail > .k-date-btn.k-link-btn,
html body .kinokuni-lp-wrapper section.s-detail > .k-date-btn.k-link-btn,
html body .kinokuni-lp-wrapper .s-detail > .k-date-btn.k-link-btn {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) 82px !important;
  grid-template-rows: 1fr !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  box-sizing: border-box !important;
  width: min(352px, calc(100% - 32px)) !important;
  max-width: min(352px, calc(100% - 32px)) !important;
  min-height: 96px !important;
  padding: 10px 8px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
}

html body section.s-detail > .k-date-btn.k-link-btn > .date-circle,
html body .kinokuni-lp-wrapper section.s-detail > .k-date-btn.k-link-btn > .date-circle,
html body .kinokuni-lp-wrapper .s-detail > .k-date-btn.k-link-btn > .date-circle {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
}

html body section.s-detail > .k-date-btn.k-link-btn > .date-text,
html body .kinokuni-lp-wrapper section.s-detail > .k-date-btn.k-link-btn > .date-text,
html body .kinokuni-lp-wrapper .s-detail > .k-date-btn.k-link-btn > .date-text {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-rows: auto auto auto !important;
  align-content: center !important;
  justify-items: center !important;
  row-gap: 3px !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
}

html body section.s-detail > .k-date-btn.k-link-btn .date-text-main,
html body .kinokuni-lp-wrapper section.s-detail > .k-date-btn.k-link-btn .date-text-main,
html body .kinokuni-lp-wrapper .s-detail > .k-date-btn.k-link-btn .date-text-main {
  white-space: nowrap !important;
}

html body section.s-detail > .k-date-btn.k-link-btn > .date-arrow,
html body .kinokuni-lp-wrapper section.s-detail > .k-date-btn.k-link-btn > .date-arrow,
html body .kinokuni-lp-wrapper .s-detail > .k-date-btn.k-link-btn > .date-arrow {
  grid-column: 3 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
}

html body section.s-target .target-cta-wrap,
html body .kinokuni-lp-wrapper section.s-target .target-cta-wrap,
html body .kinokuni-lp-wrapper .target-cta-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
}

html body section.s-pamphlet > p,
html body .kinokuni-lp-wrapper section.s-pamphlet > p,
html body .kinokuni-lp-wrapper .s-pamphlet > p {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
}

html body section.s-pamphlet > p > button.k-pamphlet-btn,
html body section.s-pamphlet > button.k-pamphlet-btn,
html body .kinokuni-lp-wrapper section.s-pamphlet > p > button.k-pamphlet-btn,
html body .kinokuni-lp-wrapper section.s-pamphlet > button.k-pamphlet-btn,
html body .kinokuni-lp-wrapper .s-pamphlet > p > button.k-pamphlet-btn,
html body .kinokuni-lp-wrapper .s-pamphlet > button.k-pamphlet-btn {
  display: block !important;
  box-sizing: border-box !important;
  width: min(332px, calc(100% - 32px)) !important;
  max-width: min(332px, calc(100% - 32px)) !important;
  min-height: 74px !important;
  height: 74px !important;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  overflow: visible !important;
}

html body section.s-pamphlet .k-pamphlet-btn > .k-pamphlet-btn-text,
html body .kinokuni-lp-wrapper section.s-pamphlet .k-pamphlet-btn > .k-pamphlet-btn-text,
html body .kinokuni-lp-wrapper .s-pamphlet .k-pamphlet-btn > .k-pamphlet-btn-text {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: block !important;
  width: max-content !important;
  max-width: calc(100% - 112px) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.12 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

html body section.s-pamphlet .k-pamphlet-btn > span,
html body .kinokuni-lp-wrapper section.s-pamphlet .k-pamphlet-btn > span,
html body .kinokuni-lp-wrapper .s-pamphlet .k-pamphlet-btn > span {
  position: absolute !important;
  top: 50% !important;
  left: 34px !important;
  transform: translateY(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

html body section.s-pamphlet .k-pamphlet-btn > .k-pamphlet-btn-arrow,
html body .kinokuni-lp-wrapper section.s-pamphlet .k-pamphlet-btn > .k-pamphlet-btn-arrow,
html body .kinokuni-lp-wrapper .s-pamphlet .k-pamphlet-btn > .k-pamphlet-btn-arrow {
  position: absolute !important;
  top: 50% !important;
  right: 18px !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

html body .kinokuni-lp-wrapper .s-pamphlet .pamphlet-simple-status {
  display: block !important;
  width: 100% !important;
  margin: 30px auto 44px !important;
  padding: 0 18px !important;
  box-sizing: border-box !important;
  color: #151B22 !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

@media (max-width: 430px) {
  html body .kinokuni-lp-wrapper .s-pamphlet .pamphlet-simple-status {
    font-size: 30px !important;
  }
}
