@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/*
 * Headless Chrome captures Swiper after it has measured the viewport, leaving
 * fixed inline widths/transforms in the saved DOM. Keep the first-view carousel
 * stable until the PHP-side Swiper initializer recalculates it.
 */
.KvSlider_pagination__03zX0 {
  width: 100%;
  overflow: hidden;
}

/* Prevent captured static markup from flashing before API-backed content is ready. */
html.live-hydrating body {
  visibility: hidden;
}

.live-special-description {
  display: -webkit-box;
  max-height: 3rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.live-special-description u {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}

body:not(.live-swiper-ready) .KvSlider_pagination__03zX0 > .swiper-wrapper {
  display: block;
  width: 100% !important;
  transform: none !important;
  transition-duration: 0ms !important;
}

body:not(.live-swiper-ready) .KvSlider_pagination__03zX0 > .swiper-wrapper > .swiper-slide {
  display: none;
  width: 100% !important;
  margin-right: 0 !important;
}

body:not(.live-swiper-ready) .KvSlider_pagination__03zX0 > .swiper-wrapper > .swiper-slide-active {
  display: block;
}

.KvSlider_pagination__03zX0 img {
  width: 100%;
}

/* EventCard uses a different hero class, but its dimensions match the main KV. */
[class*="Events_pagination__"] {
  width: 100%;
  overflow: hidden;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-theme-color: #b9aa5d;
  --swiper-pagination-bullet-size: 6px;
}

[class*="Events_pagination__"] img {
  width: 100%;
}

[class*="Events_pagination__"] .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color);
  opacity: var(--swiper-pagination-bullet-inactive-opacity);
}

[class*="Events_pagination__"] .swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
}

@media (min-width: 768px) {
  [class*="Events_pagination__"] {
    --swiper-pagination-bullet-size: 8px;
  }
}

#rooftop .swiper-fade img,
#rt-terrace .swiper-fade img,
#tokyo .swiper-fade img,
#chefs .swiper-fade img,
#andaz .swiper-fade img {
  display: block;
  width: 100%;
  aspect-ratio: 55 / 30;
  object-fit: cover;
}

#rooftop .swiper:not(.swiper-fade) img,
#rt-terrace .swiper:not(.swiper-fade) img,
#tokyo .swiper:not(.swiper-fade) img,
#chefs .swiper:not(.swiper-fade) img,
#andaz .swiper:not(.swiper-fade) img {
  display: block;
  width: 100%;
  aspect-ratio: 105 / 57;
  object-fit: cover;
}

[data-live-event-modal] {
  display: none;
}

[data-live-event-modal].is-open {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 1000;
}

[data-live-plan-modal] {
  display: none;
}

[data-live-plan-modal].is-open {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.live-plan-modal-backdrop {
  display: flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.live-plan-modal-content {
  position: relative;
  width: calc(100% - 40px);
  height: 80vh;
  max-width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 64px 20px;
  background: #000;
  color: #fff;
}

.live-plan-modal-content h3 {
  margin: 0;
  font-size: 18px;
}

.live-plan-modal-description {
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-line;
}

.live-plan-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.live-plan-modal-close span {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.live-plan-modal-close span:first-child { transform: rotate(45deg); }
.live-plan-modal-close span:last-child { transform: rotate(-45deg); }

.live-plan-modal-reservation {
  position: relative;
  z-index: 1;
  display: flex;
  width: 250px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 16px 12px;
  background: #b9aa5d;
  color: #fff;
  font-family: serif;
  font-size: 13px;
  text-align: center;
}

[data-live-footer-activity] {
  background: #8e8e8e;
}

.live-plan-modal-reservation::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #1d1d1d;
  content: "";
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}

.live-plan-modal-reservation::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
  --tw-translate-x: 0;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

.live-plan-modal-reservation:hover::before {
  width: 100%;
  opacity: 1;
}

.live-plan-modal-reservation:hover::after {
  width: 0;
  transition: width 0.4s ease;
}

@media (max-width: 962px) {
  .live-plan-modal-reservation::before { display: none; }
  .live-plan-modal-reservation:hover::after { width: 20px; transition: none; }
}

@media (min-width: 768px) {
  .live-plan-modal-reservation { width: 347px; }
}

.news-detail__restaurant-button {
  position: relative;
  z-index: 1;
  display: flex;
  width: 300px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 16px 12px;
  background: #b9aa5d;
  color: #fff;
  font-family: serif;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.news-detail__restaurant-button.news-detail__restaurant-button--labeled {
  justify-content: flex-start;
}

.news-detail__restaurant-button.news-detail__restaurant-button--labeled span {
  display: inline-block;
  width: auto;
  margin-right: 18px;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  text-align: left;
}

.news-detail__restaurant-button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #1d1d1d;
  content: "";
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}

.news-detail__restaurant-button::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
  --tw-translate-x: 0;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

.news-detail__restaurant-button:hover::before {
  width: 100%;
  opacity: 1;
}

.news-detail__restaurant-button:hover::after {
  width: 0;
  transition: width 0.4s ease;
}

@media (max-width: 962px) {
  .news-detail__restaurant-button::before { display: none; }
  .news-detail__restaurant-button:hover::after { width: 20px; transition: none; }
}

@media (min-width: 768px) {
  .news-detail__restaurant-button.news-detail__restaurant-button--labeled {
    margin-left: 0;
    margin-right: auto;
  }

  .news-detail__restaurant-button.news-detail__restaurant-button--labeled span {
    width: 112px;
    margin-right: 16px;
  }
}

html[lang="en"] .news-detail__restaurant-button.news-detail__back-button {
  justify-content: flex-start;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  padding: 16px 12px;
  text-align: center;
}

@media (min-width: 768px) {
  html[lang="en"] .news-detail__restaurant-button.news-detail__back-button {
    width: 347px;
    height: 60px;
  }
}

[data-live-contact-modal] { display: none; }
[data-live-contact-modal].is-open {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 50;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.live-contact-modal-content {
  position: relative;
  box-sizing: border-box;
  width: 448px;
  min-width: 448px;
  height: fit-content;
  max-width: calc(100vw - 8px);
  border: 1px solid rgba(185, 170, 93, 0.45);
  border-radius: 8px;
  background: #000;
  color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.live-contact-modal-scroll {
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  padding: 40px 24px;
}
.live-contact-modal-content h2 {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
.live-contact-modal-links { display: flex; flex-direction: column; gap: 16px; }
.live-contact-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
}
.live-contact-modal-close:hover {
  color: #374151;
}
.live-contact-modal-reserve-links {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
  color: #fff;
  font-weight: 700;
}
.live-contact-modal-reserve-links a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .live-contact-modal-reserve-links {
    flex-direction: row;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .live-plan-modal-content { padding: 56px 20px 32px; }
  .live-plan-modal-description { font-size: 14px; }
}

@media (min-width: 768px) {
  .live-plan-modal-content {
    width: auto;
    height: auto;
    max-width: 500px;
    padding: 64px 56px;
  }
}

@media (min-width: 1200px) {
  .live-plan-modal-content {
    max-width: 800px;
    gap: 56px;
    padding: 80px 72px;
  }
  .live-plan-modal-content h3 { font-size: 24px; }
  .live-plan-modal-description { font-size: 16px; }
}

.live-event-modal-backdrop {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(11, 11, 11, 0.8);
}

.live-event-modal-content {
  position: relative;
  width: min(1104px, 100%);
}

.live-event-modal-image {
  display: block;
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

.live-event-modal-close,
.live-event-modal-prev,
.live-event-modal-next {
  position: absolute;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.live-event-modal-close {
  top: -38px;
  right: -4px;
  font-size: 32px;
  line-height: 1;
}

.live-event-modal-prev,
.live-event-modal-next {
  top: 50%;
  padding: 14px;
  font-size: 42px;
  line-height: 1;
  transform: translateY(-50%);
}

.live-event-modal-prev { left: -52px; }
.live-event-modal-next { right: -52px; }

.live-event-modal-count {
  margin-top: 8px;
  color: #ccc;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .live-event-modal-backdrop { padding: 40px 16px; }
  .live-event-modal-prev { left: -8px; }
  .live-event-modal-next { right: -8px; }
}

body:not(.live-swiper-ready) .KvSlider_pagination__03zX0 .swiper-pagination,
body:not(.live-swiper-ready) .KvSlider_pagination__03zX0 .swiper-button-next,
body:not(.live-swiper-ready) .KvSlider_pagination__03zX0 .swiper-button-prev {
  display: none;
}

[data-live-news-filter-mark].is-checked::before {
  position: absolute;
  inset: 0;
  background: url("/restaurants/common/icon/check.svg") center / contain no-repeat;
  content: "";
}

[data-live-news-filter-mark].is-checked {
  background-color: #ff5b35;
  outline: none;
}

.news-slider .swiper-button-prev,
.news-slider .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  color: white;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 54% !important;
  margin-top: -20px;
}

.news-slider .swiper-button-prev {
  left: 12px;
  right: auto;
}

.news-slider .swiper-button-next {
  right: 12px;
  left: auto;
}

/* Keep the detail-page slider dimensions independent from other Swiper layouts. */
.news-slider .swiper {
  position: relative;
  width: 382px;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.news-slider .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.news-slider .swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .news-slider .swiper {
    width: 730px;
    aspect-ratio: 978 / 612;
  }
}

.news-slider .swiper-button-prev:hover,
.news-slider .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.news-slider .swiper-button-prev::after,
.news-slider .swiper-button-next::after {
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
}

.news-slider .swiper-button-prev::after {
  transform: rotate(-135deg);
}

.news-slider .swiper-button-next::after {
  transform: rotate(45deg);
}

.news-slider .swiper-pagination-bullet {
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  background: white;
  opacity: 1;
}

.news-slider .swiper-pagination-bullet-active {
  background: #b9aa5d;
  width: 24px;
  border-radius: 4px;
}

.news-slider .swiper-pagination {
  position: absolute;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 20px;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {
  .news-slider .swiper-button-prev,
  .news-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .news-slider .swiper-button-prev {
    left: 8px;
  }

  .news-slider .swiper-button-next {
    right: 8px;
  }

  .news-slider .swiper-pagination-bullet-active {
    width: 18px;
  }

  .news-slider .swiper-pagination {
    bottom: 10px;
  }
}

.text_red {
  color: #ff0000;
}

/* Keep the static event page header consistent with the responsive site header. */
@media (min-width: 1230px) {
  header > button[class~="nav-lg:hidden"] {
    display: none !important;
  }
}

@media (max-width: 1229px) {
  header > button[class~="nav-lg:hidden"] span {
    display: block !important;
    width: 24px;
    height: 2px;
    background: #fff;
  }
}

.text_blue {
  color: #3333ff;
}

.text_green {
  color: #006600;
}

@media (min-width: 768px) and (max-width: 961px) {
  .live-restaurant-main-layout,
  .live-restaurant-sub-grid {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  .live-restaurant-main-image,
  .live-restaurant-sub-grid > .swiper-slide {
    width: 100% !important;
  }

  .live-restaurant-main-image {
    height: auto !important;
    aspect-ratio: 190 / 89 !important;
  }
}

.text_large {
  font-size: 20px;
}

a > .text_red,
a > .text_blue,
a > .text_green {
  text-decoration: underline;
}

.cta_ja,
.cta_en,
.cta {
  display: block;
  width: fit-content;
  background: #b9aa5d;
  color: #fff;
  padding: 10px 40px;
  white-space: pre-line;
  transition: opacity 0.5s;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin: 12px 0;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  position: relative;
}

.cta_ja::after,
.cta_en::after,
.cta::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #fff;
}

a:has(.cta_ja):hover,
a:has(.cta_en):hover,
a:has(.cta):hover {
  opacity: 0.9;
}

a:has(.cta_en),
a:has(.cta_ja),
a:has(.cta) {
  transition: opacity 0.5s;
}

a:has(.cta) {
  display: inline-block;
}

/* Match the restaurant menu toggle icon to the open/closed header state. */
[data-live-restaurant-menu-toggle] {
  background-color: transparent !important;
  background-image: url('/restaurants/common/menu_btn_bg.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

[data-live-restaurant-menu-toggle] > div:first-child {
  background-color: rgb(223 35 23) !important;
  mix-blend-mode: multiply !important;
}

button[class*="menu_btn_bg"] > div:nth-of-type(2) > span {
  transform-origin: center;
  transition: transform 0.3s ease;
}

button[class*="menu_btn_bg"].is-open > div:nth-of-type(2) > span:first-child {
  transform: translateY(5px) rotate(45deg);
}

button[class*="menu_btn_bg"].is-open > div:nth-of-type(2) > span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .text_large {
    font-size: 15px;
  }

  .cta_ja,
  .cta_en {
    margin: 8px 0;
  }
}
