/* Liquid Layout: 1440px = 100vw */
/* px to vw: px / 1440 * 100 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}

body.modal-open {
  overflow: hidden;
}

html.modal-open {
  overflow: hidden;
}

/* Hero Section - Parallax */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

.hero-bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

/* Navigation - Fixed */
.nav {
  position: fixed;
  top: 2.222vw; /* 32/1440*100 */
  left: 2.778vw; /* 40/1440*100 */
  display: flex;
  align-items: center;
  gap: 2.778vw; /* 40/1440*100 */
  z-index: 100;
}

.nav.nav-dark .nav-links li a,
.nav.nav-dark .lang-switch,
.nav.nav-dark .lang-switch a {
  color: #333;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2.778vw; /* 40/1440*100 */
  margin: 0;
  padding: 0;
}

.nav-links li a {
  font-family: 'Cormorant', serif;
  font-size: 1.042vw; /* 15/1440*100 */
  color: #fff;
  letter-spacing: 0.052vw;
  line-height: 2.5vw;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.nav-links li a:hover {
  opacity: 0.7;
}

.lang-switch {
  font-family: 'Cormorant', serif;
  font-size: 1.042vw; /* 15/1440*100 */
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.052vw;
}

.lang-switch span,
.lang-switch a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
}

.lang-switch a:hover {
  color: #fff;
}

.nav-instagram {
  color: #fff;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.nav-instagram:hover {
  color: rgba(255, 255, 255, 0.4);
}

.nav.nav-dark .nav-instagram {
  color: #000;
}

.nav.nav-dark .nav-instagram:hover {
  color: rgba(0, 0, 0, 0.4);
}

/* Reserve Button - Fixed */
.reserve-btn {
  position: fixed;
  top: 1.528vw; /* 22/1440*100 */
  right: 2.778vw; /* 40/1440*100 */
  width: 11.528vw; /* 166/1440*100 */
  height: 3.889vw; /* 56/1440*100 */
  background: #c18f05;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 2.083vw rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.556vw;
  cursor: pointer;
  text-decoration: none;
  z-index: 100;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.reserve-btn:hover {
  background: #d9a306;
  box-shadow: 0 0 2.5vw rgba(193, 143, 5, 0.5);
  transform: translateY(-2px);
}

.reserve-btn-text {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: 1.111vw; /* 16/1440*100 */
  color: #fff;
  letter-spacing: 0.052vw;
}

.reserve-btn svg {
  width: 1.667vw; /* 24/1440*100 */
  height: 1.667vw;
}

.reserve-btn .arrow {
  width: 0.694vw; /* 10/1440*100 */
  height: 0.972vw; /* 14/1440*100 */
}

.reserve-btn .arrow-down {
  width: 0.694vw;
  height: 0.417vw;
}

/* Reserve Button Dropdown (EN) */
.reserve-btn-wrapper {
  position: fixed;
  top: 1.528vw;
  right: 2.778vw;
  z-index: 100;
}

.reserve-btn-wrapper .reserve-btn {
  position: relative;
  top: auto;
  right: auto;
}

.reserve-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5vw;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 0.278vw;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  min-width: 220px;
}

.reserve-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.reserve-dropdown a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.reserve-dropdown a:hover {
  background: #333;
}

.reserve-dropdown a:not(:last-child) {
  border-bottom: 1px solid #333;
}

/* Logo */
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 256px;
  height: 154px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Scroll Text */
.scroll-text {
  position: absolute;
  bottom: 8vw; /* 75/1440*100 */
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant', serif;
  font-size: 1.042vw; /* 15/1440*100 */
  color: #c18f05;
  letter-spacing: 0.069vw;
}

.scroll-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 6.944vw; /* 100/1440*100 */
  background: linear-gradient(to bottom, transparent 0%, #c18f05 50%, transparent 100%);
  background-size: 100% 200%;
  animation: scrollLineFlow 1.5s ease-in-out infinite;
}

@keyframes scrollLineFlow {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% -100%;
  }
}

/* Message Section */
.message-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-top: 6.944vw; /* 100/1440*100 */
  padding-bottom: 20vw; /* 145/1440*100 */
  z-index: 1;
}

.message-title {
  position: absolute;
  right: 12.5vw; /* 180/1440*100 */
  top: 6.944vw; /* 100/1440*100 */
  writing-mode: vertical-rl;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: 3.333vw; /* 48/1440*100 */
  color: #000;
  letter-spacing: 0.8vw;
  line-height: 4.722vw; /* 68/1440*100 */
  z-index: 2;
}

.message-title-sub {
  position: absolute;
  right: 17.708vw; /* 255/1440*100 */
  top: 6.944vw; /* 100/1440*100 */
  writing-mode: vertical-rl;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: 3.333vw; /* 48/1440*100 */
  color: #000;
  letter-spacing: 0.069vw;
  line-height: 4.722vw; /* 68/1440*100 */
  z-index: 2;
}

.message-text-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 2.847vw; /* 41/1440*100 */
  margin-right: 24vw;
  margin-top: 0.56vw; /* 116/1440*100 */
}

.message-text {
  writing-mode: vertical-rl;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  font-size: 1.042vw; /* 15/1440*100 */
  color: #555;
  letter-spacing: 0.2vw;
  line-height: 2.8vw;
  text-align: left;
  margin: 0;
}

.message-text .no-break {
  display: block;
}

/* SP only break - hidden on PC, visible on SP */
.br-sp {
  display: none;
}

/* Course Section */
.course-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #292929;
  padding-top: 0;
  overflow: visible;
}

@keyframes course-bg-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.course-bg-text {
  position: absolute;
  top: 42vw;
  left: 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 26.806vw; /* 386/1440*100 */
  color: #333;
  letter-spacing: 0.052vw;
  white-space: nowrap;
  pointer-events: none;
  animation: course-bg-scroll 30s linear infinite;
}

.course-image-left {
  position: absolute;
  left: 5.556vw; /* 80/1440*100 */
  top: -6.944vw; /* -100/1440*100 */
  width: 33.472vw; /* 482/1440*100 */
  height: 65.278vw; /* 940/1440*100 */
}

.course-image-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -25vw;
}

.course-image-right-top {
  position: absolute;
  right: 5.556vw; /* 80/1440*100 */
  top: -6.944vw; /* -100/1440*100 */
  width: 48.472vw; /* 698/1440*100 */
  height: 34.653vw; /* 499/1440*100 */
  overflow: hidden;
}

.course-image-right-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-image-right-bottom {
  position: absolute;
  right: 5.556vw; /* 80/1440*100 */
  top: 34vw;
  width: 48.472vw;
  height: 24.4vw;
}

.course-image-right-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About Section */
.about-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #292929;
  padding-top: 52.431vw; /* 755/1440*100 */
}

.about-title {
  position: absolute;
  left: 13.889vw; /* 200/1440*100 */
  top: 66vw; /* 755/1440*100 */
  writing-mode: vertical-rl;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: 3.333vw; /* 48/1440*100 */
  color: #fff;
  letter-spacing: 0.069vw;
  line-height: 4.722vw; /* 68/1440*100 */
}

.about-title-sub {
  position: absolute;
  left: 19.722vw; /* 284/1440*100 */
  top: 66vw; /* 755/1440*100 */
  writing-mode: vertical-rl;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: 3.333vw; /* 48/1440*100 */
  color: #fff;
  letter-spacing: 0.8vw;
  line-height: 4.722vw; /* 68/1440*100 */
}

.about-text {
  position: absolute;
  left: 30.278vw; /* 436/1440*100 */
  top: 66vw; /* 755/1440*100 */
  width: 48.611vw; /* 700/1440*100 */
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  font-size: 1.042vw; /* 15/1440*100 */
  color: #aaa;
  letter-spacing: 0.052vw;
  line-height: 2.4;
}

/* Chef Card */
.chef-card {
  position: absolute;
  left: 30.278vw; /* 436/1440*100 */
  top: 113vw; /* 1175/1440*100 */
  width: 55.833vw; /* 804/1440*100 */
  background: #333;
  padding: 2.222vw; /* 32/1440*100 */
  display: flex;
  gap: 2.222vw; /* 32/1440*100 */
  align-items: center;
}

.chef-image {
  width: 11.111vw; /* 160/1440*100 */
  height: 11.111vw; /* 160/1440*100 */
  flex-shrink: 0;
  overflow: hidden;
}

.chef-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chef-info {
  flex: 1;
}

.chef-title {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 1.042vw; /* 15/1440*100 */
  color: #fff;
  letter-spacing: 0.052vw;
  margin-bottom: 20px; /* 18/1440*100 */
}

.chef-bio {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 0.903vw; /* 13/1440*100 */
  color: #aaa;
  letter-spacing: 0.052vw;
  line-height: 2;
}

/* Large Reserve Button */
.large-reserve-btn {
  position: absolute;
  left: 13.889vw; /* 200/1440*100 */
  top: 136vw; /* 1495/1440*100 */
  width: 72.222vw; /* 1040/1440*100 */
  height: 6.528vw; /* 94/1440*100 */
  background: #c18f05;
  /* border: 1px solid #ffe3b3; */
  border-radius: 0.556vw; /* 8/1440*100 */
  box-shadow: 0 0 2.083vw rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.556vw;
  cursor: pointer;
  text-decoration: none;
}

.large-reserve-btn.visible {
  transition: opacity 0.5s ease-out, filter 0.5s ease-out, transform 0.5s ease-out, background 0.3s ease, box-shadow 0.3s ease;
}

.large-reserve-btn:hover {
  background: #d9a306;
  box-shadow: 0 0 3vw rgba(193, 143, 5, 0.5);
  transform: translateY(-3px);
}

.large-reserve-btn-text {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: 1.25vw; /* 18/1440*100 */
  color: #fff;
  letter-spacing: 0.052vw;
}

.large-reserve-btn .arrow-down {
  width: 0.694vw;
  height: 0.417vw;
}

/* Large Reserve Button Wrapper & Dropdown (EN) */
.large-reserve-btn-wrapper {
  position: absolute;
  left: 13.889vw;
  top: 136vw;
  width: 72.222vw;
}

.large-reserve-btn-wrapper .large-reserve-btn {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 6.528vw;
  border: none;
  border-radius: 4px;
}

/* Large Reserve Modal Overlay */
.large-reserve-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.large-reserve-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.large-reserve-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.large-reserve-modal-overlay.active .large-reserve-modal-content {
  transform: scale(1);
}

.large-reserve-dropdown {
  background: #1a1a1a;
  border-radius: 12px;
  min-width: 320px;
  max-width: 90%;
  overflow: hidden;
}

.large-reserve-modal-close {
  position: relative;
  background: transparent;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.large-reserve-modal-close::before,
.large-reserve-modal-close::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: opacity 0.3s ease;
}

.large-reserve-modal-close::before {
  transform: rotate(45deg);
}

.large-reserve-modal-close::after {
  transform: rotate(-45deg);
}

.large-reserve-modal-close:hover::before,
.large-reserve-modal-close:hover::after {
  opacity: 0.7;
}

.large-reserve-dropdown a {
  display: block;
  padding: 16px 20px;
  color: #fff;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  transition: background 0.2s ease;
  text-align: center;
  border-bottom: 1px solid #333;
}

.large-reserve-dropdown a:last-child {
  border-bottom: none;
}

.large-reserve-dropdown a:hover {
  background: #333;
}

/* Gallery Section */
.gallery-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 50vw; /* 961/1440*100 */
}

.gallery-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-images {
  position: absolute;
  left: 5.556vw; /* 80/1440*100 */
  top: -14.792vw; /* -213/1440*100 */
  display: flex;
  gap: 0.556vw; /* 8/1440*100 */
}

.gallery-image-large {
  width: 48.056vw; /* 692/1440*100 */
  height: 54.167vw; /* 780/1440*100 */
  overflow: hidden;
}

.gallery-image-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -10vw;
}

.gallery-stack {
  display: flex;
  flex-direction: column;
  gap: 6.944vw; /* 100/1440*100 */
}

.gallery-image-small {
  width: 33.611vw; /* 484/1440*100 */
  height: 26.389vw; /* 380/1440*100 */
}

.gallery-image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-image-small-2 {
  width: 33.611vw; /* 484/1440*100 */
  height: 20.833vw; /* 300/1440*100 */
}

.gallery-image-small-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Wide Gallery Image */
.wide-gallery {
  position: absolute;
  top: -6.944vw; /* -100/1440*100 */
  left: 5.556vw; /* 80/1440 */
  right: 5.556vw;
  z-index: 10;
}

.wide-gallery img {
  display: block;
  width: 100%;
  height: 36.736vw; /* 529/1440*100 */
  object-fit: cover;
}

/* News Section */
.news-section {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 6.944vw 13.889vw; /* 100/1440 200/1440 */
  z-index: 3;
  padding-bottom: 14vw;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.778vw;
}

.news-title {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 2.778vw; /* 40/1440 */
  color: #333;
  letter-spacing: 0.1vw;
  margin-bottom: 0;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-item {
  display: flex;
  align-items: flex-start;
  gap: 2.083vw; /* 30/1440 */
  padding: 1.389vw 0; /* 20/1440 */
  border-bottom: 1px solid #ddd;
}

.news-item:first-child {
  border-top: 1px solid #ddd;
}

/* Show only first 5 items */
.news-item:nth-child(n+6) {
  display: none;
}

.news-date {
  font-family: 'Cormorant', serif;
  font-size: 1.042vw; /* 15/1440 */
  color: #888;
  letter-spacing: 0.05vw;
  flex-shrink: 0;
}

.news-text {
  font-family: 'Cormorant', serif;
  font-size: 1.1vw; /* 15/1440 */
  color: #333;
  line-height: 1.8;
}

.news-more-btn {
  display: inline-block;
  margin: 0;
  padding: 0.556vw 1.667vw;
  background: transparent;
  border: none;
  font-family: 'Cormorant', serif;
  font-size: 1.1vw;
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.news-more-btn:hover {
  opacity: 0.6;
}

/* News Modal */
.news-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.news-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.news-modal {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  max-height: 70vh;
  overflow-y: auto;
}

.news-modal-header {
  padding: 1.5vw 2vw;
  border-bottom: 1px solid #ddd;
}

.news-modal-title {
  font-family: 'Cormorant', serif;
  font-size: 1.667vw;
  color: #333;
  margin: 0;
}

.news-modal-body {
  padding: 0;
}

.news-modal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-modal-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5vw;
  padding: 1.2vw 2vw;
  border-bottom: 1px solid #eee;
}

.news-modal-item:last-child {
  border-bottom: none;
}

.news-modal-date {
  font-family: 'Cormorant', serif;
  font-size: 0.972vw;
  color: #888;
  flex-shrink: 0;
}

.news-modal-text {
  font-family: 'Cormorant', serif;
  font-size: 0.972vw;
  color: #333;
  line-height: 1.6;
}

.news-modal-close {
  position: relative;
  background: transparent;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-modal-close::before,
.news-modal-close::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: opacity 0.3s ease;
}

.news-modal-close::before {
  transform: rotate(45deg);
}

.news-modal-close::after {
  transform: rotate(-45deg);
}

.news-modal-close:hover::before,
.news-modal-close:hover::after {
  opacity: 0.7;
}

/* Shop Info Section */
.shop-info-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #333;
  padding: 0 0 13.889vw; /* 200/1440 */
  z-index: 3;
  overflow: visible;
}

.shop-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 13.889vw; /* 200/1440*100 */
  padding-top: 38vw; /* 画像の下にスペース確保 */
  margin-bottom: 4vw; /* 114/1440*100 */
}

.shop-info-title {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: 3.889vw; /* 56/1440*100 */
  color: #fff;
  letter-spacing: 0.052vw;
}

.shop-info-title-ja {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: 1.25vw; /* 18/1440*100 */
  color: #fff;
  letter-spacing: 0.052vw;
}

.shop-info-content {
  display: flex;
  gap: 6.944vw; /* 100/1440*100 */
  padding: 0 13.889vw; /* 200/1440*100 */
}

.shop-info-details {
  width: 32vw; /* 400/1440*100 */
  display: flex;
  flex-direction: column;
  gap: 1.806vw; /* 26/1440*100 */
}

.shop-info-item {
  display: flex;
  flex-direction: column;
  gap: 0.278vw; /* 4/1440*100 */
}

.shop-info-label {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.042vw; /* 15/1440*100 */
  color: #aaa;
  line-height: 1.6;
}

.shop-info-value {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.042vw; /* 15/1440*100 */
  color: #fff;
  line-height: 1.6;
}

.shop-info-value a {
  color: #aaa;
  text-decoration: underline;
}

.shop-info-access {
  margin-top: -10px;
}

.shop-info-phone {
  font-family: 'Shippori Mincho B1', serif;
}

.shop-info-divider {
  width: 100%;
  height: 1px;
  background: #555;
}

.shop-info-image {
  width: 40vw; 
  height: 32vw;
}

.shop-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Footer */
.footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #333;
  padding: 6.944vw 0 2.639vw; /* 100/1440, 38/1440 */
  border-top: 1px solid #292929;
  z-index: 4;
  overflow: visible;
}

.pagetop {
  position: absolute;
  right: 8.333vw; /* 120/1440*100 */
  top: -7.083vw; /* -102/1440*100 */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.111vw; /* 16/1440*100 */
  cursor: pointer;
  text-decoration: none;
}

.pagetop svg {
  width: 1.597vw; /* 23/1440*100 */
  height: 1.111vw; /* 16/1440*100 */
}

.pagetop-text {
  font-family: 'Cormorant', serif;
  font-size: 1.042vw; /* 15/1440*100 */
  color: #c18f05;
  letter-spacing: 0.069vw;
}

.copyright {
  text-align: center;
  font-family: 'Cormorant', serif;
  font-size: 0.903vw; /* 13/1440*100 */
  color: #aaa;
  letter-spacing: 0.052vw;
}

/* Wave Decoration */
.wave-decoration {
  position: absolute;
  left: -78.819vw; /* -1135/1440*100 */
  top: 18vw; /* 1326/1440*100 */
  width: 288.681vw; /* 4157/1440*100 */
  height: 69.097vw; /* 995/1440*100 */
  pointer-events: none;
  z-index: 1;
}

.wave-decoration img {
  width: 100%;
  height: 100%;
}

/* Main container */
.main-container {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

/* Course section wrapper */
.course-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #292929;
  height: 166vw; /* 1702/1440*100 */
  z-index: 1;
  overflow: visible;
  overflow-x: clip;
}

/* Gallery wrapper with overlapping images */
.gallery-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  background: #333;
}

.gallery-overlap-container {
  position: absolute;
  left: 5.556vw; /* 80/1440*100 */
  top: -14.792vw; /* -213/1440*100 */
  z-index: 10;
}

.gallery-row {
  display: flex;
  gap: 5.556vw; /* 8/1440*100 */
}

/* ===== Hamburger Menu ===== */
.hamburger {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.active .hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 30px;
}

.mobile-menu-link {
  font-family: 'Cormorant', serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.mobile-menu.active .mobile-menu-link {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu.active .mobile-menu-link:nth-child(1) { transition-delay: 0.1s; }
.mobile-menu.active .mobile-menu-link:nth-child(2) { transition-delay: 0.15s; }
.mobile-menu.active .mobile-menu-link:nth-child(3) { transition-delay: 0.2s; }
.mobile-menu.active .mobile-menu-link:nth-child(4) { transition-delay: 0.25s; }

.mobile-menu-link:hover {
  color: #c18f05;
}

.mobile-menu-lang {
  font-family: 'Cormorant', serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-menu.active .mobile-menu-lang {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.mobile-menu-lang span,
.mobile-menu-lang a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
}

.mobile-menu-lang a:hover {
  color: #fff;
}

.mobile-menu-lang span.active {
  color: #fff;
}

.mobile-menu-instagram {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, color 0.3s ease;
}

.mobile-menu.active .mobile-menu-instagram {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.mobile-menu-instagram:hover {
  color: #fff;
}

/* Body scroll lock when menu open */
body.menu-open {
  overflow: hidden;
}

/* ===== SP (Smartphone) Responsive Styles ===== */
@media screen and (max-width: 767px) {
  .main-container {
    width: 100%;
    overflow-x: hidden;
  }

  /* SP only break */
  .br-sp {
    display: block;
  }

  /* Hero BG Fixed SP */
  .hero-bg-fixed {
    width: 100%;
    height: 100vh;
    min-height: 600px;
  }

  /* Hero Section SP */
  .hero {
    width: 100%;
    height: 100vh;
    min-height: 600px;
  }

  .nav {
    display: none;
  }

  .lang-switch {
    font-size: 13px;
  }

  .reserve-btn {
    top: 15px;
    right: 15px;
    width: 130px;
    height: 44px;
    gap: 4px;
  }

  .reserve-btn-wrapper {
    top: 15px;
    right: 15px;
  }

  .reserve-btn-wrapper .reserve-btn {
    width: 130px;
    height: 44px;
    gap: 4px;
  }

  .reserve-btn-text {
    font-size: 13px;
  }

  .reserve-btn .arrow-down {
    width: 10px;
    height: 6px;
  }

  .reserve-dropdown {
    min-width: 200px;
    margin-top: 8px;
  }

  .reserve-dropdown a {
    font-size: 13px;
    padding: 10px 14px;
  }

  .reserve-btn svg {
    width: 18px;
    height: 18px;
  }

  .reserve-btn .arrow {
    width: 8px;
    height: 12px;
  }

  .logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 108px;
  }

  .scroll-text {
    font-size: 12px;
    bottom: 60px;
  }

  .scroll-line {
    height: 60px;
  }

  /* Message Section SP */
  .message-section {
    width: 100%;
    padding: 60px 20px 80px;
    overflow: hidden;
  }

  .message-title,
  .message-title-sub {
    position: relative;
    right: auto;
    top: auto;
    writing-mode: horizontal-tb;
    font-size: 28px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 30px;
  }

  .message-title-sub {
    margin-bottom: 40px;
  }

  .message-text-container {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .message-text {
    writing-mode: horizontal-tb;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin-bottom: 1.4em;
    display: block;
  }

  .message-text .no-break {
    display: inline;
  }

  .message-text::after {
    content: '';
  }

  .wave-decoration {
    display: none;
  }

  /* Course Section SP */
  .course-wrapper {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  .course-bg-text {
    display: none;
  }

  .course-image-left {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }

  .course-image-left img {
    object-position: center;
  }

  .course-image-right-top {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }

  .course-image-right-bottom {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 180px;
    margin-bottom: 40px;
  }

  .about-title,
  .about-title-sub {
    position: relative;
    left: auto;
    top: auto;
    writing-mode: horizontal-tb;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
  }

  .about-text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .chef-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    margin-bottom: 40px;
  }

  .chef-image {
    width: 120px;
    height: 120px;
  }

  .chef-title {
    font-size: 14px;
    text-align: center;
  }

  .chef-bio {
    font-size: 12px;
    line-height: 1.8;
  }

  .large-reserve-btn {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 70px;
  }

  .large-reserve-btn-text {
    font-size: 16px;
  }

  /* Gallery Section SP */
  .gallery-wrapper {
    width: 100%;
    z-index: 1;
    height: 200vw;
  }

  .gallery-overlap-container {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    padding: 20px;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
  }

  .gallery-row {
    flex-direction: column;
    gap: 20px;
  }

  .gallery-image-large {
    width: 100%;
    height: 180px;
  }

  .gallery-image-large img {
    object-position: center;
  }

  .gallery-stack {
    gap: 20px;
  }

  .gallery-image-small,
  .gallery-image-small-2 {
    width: 100%;
    height: 200px;
  }

  .gallery-section {
    width: 100%;
    height: 300px;
  }

  .gallery-bg {
    height: 200vw;
  }

  /* Wide Gallery SP */
  .wide-gallery {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    margin-bottom: 40px;
  }

  .wide-gallery img {
    height: 200px;
  }

  /* News Section SP */
  .news-section {
    padding: 40px 20px 80px;
  }

  .news-header {
    margin-bottom: 20px;
  }

  .news-title {
    font-size: 24px;
  }

  .news-item {
    flex-direction: column;
    gap: 5px;
    padding: 15px 0;
  }

  .news-date {
    font-size: 12px;
  }

  .news-text {
    font-size: 14px;
  }

  .news-more-btn {
    font-size: 12px;
    padding: 8px 16px;
  }

  .news-modal {
    width: 95%;
    max-height: 80vh;
  }

  .news-modal-header {
    padding: 15px 20px;
  }

  .news-modal-title {
    font-size: 18px;
  }

  .news-modal-item {
    flex-direction: column;
    gap: 5px;
    padding: 12px 20px;
  }

  .news-modal-date {
    font-size: 12px;
  }

  .news-modal-text {
    font-size: 14px;
  }

  /* Shop Info Section SP */
  .shop-info-section {
    width: 100%;
    padding: 0 20px 100px;
    margin-top: 0;
  }

  .shop-info-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .shop-info-title {
    font-size: 28px;
  }

  .shop-info-title-ja {
    font-size: 14px;
  }

  .shop-info-content {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 0;
  }

  .shop-info-details {
    width: 100%;
    gap: 20px;
  }

  .shop-info-label {
    font-size: 13px;
  }

  .shop-info-value {
    font-size: 14px;
  }

  .shop-info-image {
    width: 100%;
    height: 250px;
  }

  /* Footer SP */
  .footer {
    width: 100%;
    padding: 80px 20px 30px;
  }

  .pagetop {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    gap: 10px;
  }

  .pagetop svg {
    width: 18px;
    height: 12px;
  }

  .pagetop-text {
    font-size: 12px;
  }

  .copyright {
    font-size: 11px;
    line-height: 1.6;
  }

  /* Hamburger Menu SP */
  .hamburger {
    display: flex;
  }
}

/* ===== Blur Fade-in Animation ===== */
.fade-in {
  opacity: 0;
  filter: blur(15px);
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, filter 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in.visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* Delay variations for staggered animations */
.fade-in-delay-1 { transition-delay: 0.15s; }
.fade-in-delay-2 { transition-delay: 0.3s; }
.fade-in-delay-3 { transition-delay: 0.45s; }
.fade-in-delay-4 { transition-delay: 0.6s; }
.fade-in-delay-5 { transition-delay: 0.75s; }

/* Hero elements - initial load animation */
.hero .logo {
  opacity: 1;
  filter: blur(0);
}

.hero .scroll-text {
  opacity: 0;
  filter: blur(20px);
  animation: heroFadeIn 1s ease-out 2.5s forwards;
}

.hero .scroll-line {
  opacity: 0;
  filter: blur(20px);
  animation: heroFadeIn 1s ease-out 2.7s forwards, scrollLineFlow 1.5s ease-in-out 3.5s infinite;
}

@keyframes heroFadeIn {
  to {
    opacity: 1;
    filter: blur(0);
  }
}

/* ===== English Version Styles (Horizontal Layout) ===== */
.message-section-en {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 6.944vw 13.889vw 12vw;
  z-index: 1;
}

.message-title-en {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 4.333vw;
  color: #000;
  letter-spacing: 0.069vw;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 4vw;
}

.message-title-sub-en {
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.5vw;
  color: #000;
  letter-spacing: 0.069vw;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 4vw;
}

.message-text-container-en {
  max-width: 55.556vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.message-text-en {
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 1.111vw;
  color: #555;
  letter-spacing: 0.03vw;
  line-height: 2.2;
  text-align: center;
}

/* About Section English */
.about-title-sub-en {
  position: absolute;
  left: 13.889vw;
  top: 62vw;
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 1.25vw;
  color: #aaa;
  letter-spacing: 0.1vw;
}

.about-title-en {
  position: absolute;
  left: 13.889vw;
  top: 62vw;
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 3.333vw;
  color: #fff;
  letter-spacing: 0.069vw;
  line-height: 1.3;
}

.about-text-en {
  position: absolute;
  left: 13.889vw;
  top: 69vw;
  width: 72vw;
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 1.042vw;
  color: #aaa;
  letter-spacing: 0.03vw;
  line-height: 2.2;
}

/* Chef Card English */
html[lang="en"] .chef-card {
  left: 14vw;
  width: 72vw;
  top: 110vw; /* 81.597vw + 10vw */
}

/* Large Reserve Button English */
html[lang="en"] .large-reserve-btn {
}

html[lang="en"] .large-reserve-btn-wrapper {
  top: 134vw;
}

/* Navigation English */
html[lang="en"] .nav-links li a {
  font-family: 'Cormorant', serif;
  font-size: 1.111vw;
}

html[lang="en"] .lang-switch {
  font-family: 'Cormorant', serif;
}

html[lang="en"] .mobile-menu-link {
  font-family: 'Cormorant', serif;
}

html[lang="en"] .mobile-menu-lang {
  font-family: 'Cormorant', serif;
}

html[lang="en"] .scroll-text {
  font-family: 'Cormorant', serif;
}

html[lang="en"] .reserve-btn-text {
  font-family: 'Cormorant', serif;
  font-size: 1.25vw;
}

html[lang="en"] .large-reserve-btn-text {
  font-family: 'Cormorant', serif;
  font-size: 1.389vw;
}

/* News Section English */
html[lang="en"] .news-title {
  font-family: 'Cormorant', serif;
}

html[lang="en"] .news-date {
  font-family: 'Cormorant', serif;
}

html[lang="en"] .news-text {
  font-family: 'Cormorant', serif;
}

html[lang="en"] .news-more-btn {
  font-family: 'Cormorant', serif;
}

html[lang="en"] .news-modal-title {
  font-family: 'Cormorant', serif;
}

html[lang="en"] .news-modal-date {
  font-family: 'Cormorant', serif;
}

html[lang="en"] .news-modal-text {
  font-family: 'Cormorant', serif;
}

/* Shop Info Section English */
html[lang="en"] .shop-info-title {
  font-family: 'Cormorant', serif;
  font-weight: 500;
}

html[lang="en"] .shop-info-title-ja {
  font-family: 'Cormorant', serif;
}

html[lang="en"] .shop-info-label {
  font-family: 'Cormorant', serif;
  font-size: 1.111vw;
}

html[lang="en"] .shop-info-value {
  font-family: 'Cormorant', serif;
  font-size: 1.111vw;
}

/* English SP Responsive */
@media screen and (max-width: 767px) {
  .message-section-en {
    padding: 60px 20px 80px;
  }

  .message-title-en {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .message-title-sub-en {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .message-text-container-en {
    max-width: 100%;
  }

  .message-text-en {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .about-title-sub-en {
    position: relative;
    left: auto;
    top: auto;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .about-title-en {
    position: relative;
    left: auto;
    top: auto;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about-text-en {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
  }

  html[lang="en"] .shop-info-label {
    font-size: 13px;
  }

  html[lang="en"] .shop-info-value {
    font-size: 14px;
  }
}

/* ===== Loading Screen ===== */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 1s ease-out;
}

.loading-logo {
  width: 256px;
  height: 154px;
  opacity: 0;
  filter: blur(30px);
  transform: scale(0.9);
  transition: opacity 1.2s ease-out, filter 1.2s ease-out, transform 1.2s ease-out;
}

.loading-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.loading-screen.logo-visible .loading-logo {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.loading-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .loading-logo {
    width: 180px;
    height: 108px;
  }

  html[lang="en"] .chef-card {
    position: static;
    width: 100%;
    left: auto;
    top: auto;
  }

  html[lang="en"] .large-reserve-btn {
    position: static;
    top: auto;
  }

  html[lang="en"] .large-reserve-btn-wrapper {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 40px;
  }

  html[lang="en"] .large-reserve-btn-wrapper .large-reserve-btn {
    width: 100%;
    height: 60px;
    border-radius: 1vw;
  }

  html[lang="en"] .large-reserve-dropdown {
    min-width: 280px;
    max-width: 90%;
  }

  html[lang="en"] .reserve-btn-text {
    font-size: 16px;
  }

  html[lang="en"] .large-reserve-btn-text {
    font-size: 16px;
  }
}
