/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none!important;
  }
}
@layer utilities {
  .hidden {
    display: none;
  }
}
body, html {
  margin: 0!important;
  padding: 0!important;
  font-size: 16px;
  scroll-behavior: smooth;
}
#chillers-lp-wrapper header a {
  color: var(--cream);
  text-decoration: none;
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  font-size: 15px;
  letter-spacing: 0.15em;
  font-weight: 700;
}
#chillers-lp-wrapper * {
  box-sizing: border-box;
}
:root {
  --page-width: 1920px;
  --content-width: 1200px;
  --section-gap: 60px;
  --header-height: 90px;
  --container-max: 1280px;
  --gutter: clamp(15px, 4vw, 30px);
  --wine: #722F37;
  --gold: #B8860B;
  --gold-light: #CDA434;
  --cream: #F5F0E6;
  --charcoal: #1A1A1A;
}
@media (max-width: 1024px) {
  :root {
    --header-height: 70px;
    --section-gap: 40px;
  }
}
.page-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.88) 0%, rgba(74, 31, 36, 0.80) 50%, rgba(26, 26, 26, 0.92) 100%);
  z-index: 0;
  pointer-events: none;
}
.page {
  position: relative;
  z-index: 1;
  max-width: var(--page-width);
  margin: 0 auto;
  padding-top: var(--header-height);
  width: 100%;
}
.header {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: var(--header-height);
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.95) 0%, rgba(26, 26, 26, 0.85) 100%);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184, 134, 11, 0.3);
  display: flex;
  align-items: center;
  transition: background 0.3s ease, transform 0.3s ease;
}
.header.is-open {
  background: rgba(26, 26, 26, 1);
}
.header-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: var(--page-width);
  padding: 0 var(--gutter);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 50px;
}
.logo-img {
  display: block;
  height: 44px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.logo-img:hover {
  opacity: 0.7;
}
.header-icons {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 1002;
}
.header-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.header-icon img {
  display: block;
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
.header-icon:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.05);
}
#chillers-lp-wrapper header a {
  color: var(--cream);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.gnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  font-size: 14px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .header-right {
    gap: 20px;
  }
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 20, 20, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
  }
  .gnav.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .gnav a {
    transform: scale(1.1);
  }
}
.gnav a {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}
.gnav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease-out;
}
.gnav a:hover {
  color: var(--gold-light);
}
.gnav a:hover::after {
  transform: scaleX(1);
}
.gnav-label-en {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: 400;
  line-height: 1;
  color: var(--cream);
}
.gnav-label-ja {
  display: block;
  margin-top: 4px;
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: rgba(245, 240, 230, 0.5);
  line-height: 1;
}
.hamburger {
  display: none;
  width: 24px;
  height: 16px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
  margin-left: 10px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 2px;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 7px;
}
.hamburger span:nth-child(3) {
  bottom: 0;
}
.hamburger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.swiper-pagination-bullet {
  width: 12px!important;
  height: 12px!important;
  border-radius: 0!important;
  transform: rotate(45deg)!important;
  background: rgba(184, 134, 11, 0.3)!important;
  border: 1px solid var(--gold)!important;
  opacity: 1!important;
  margin: 0 8px!important;
  transition: all 0.4s ease;
}
.swiper-pagination-bullet-active {
  background: var(--gold)!important;
  transform: rotate(45deg) scale(1.3)!important;
  box-shadow: 0 0 10px rgba(184, 134, 11, 0.5);
}
.hero-pagination {
  position: relative!important;
  bottom: 0!important;
  margin-top: 30px;
  text-align: center;
  z-index: 10;
}
#chillers-lp-wrapper section+section {
  margin-top: var(--section-gap);
}
#chillers-lp-wrapper section#lineup+section#lineup {
  margin-top: 0!important;
}
.section-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 100%;
}
.section-title {
  text-align: center;
  font-size: clamp(28px, 5vw, 38px);
  letter-spacing: 0.2em;
  font-weight: 500;
  color: var(--cream);
  margin: 0 0 30px;
  font-family: 'Cormorant Garamond', serif!important;
  text-shadow: 0 4px 20px rgba(184, 134, 11, 0.2);
  position: relative;
  padding-bottom: 15px;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.section-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--gold);
  letter-spacing: 0.15em;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  display: block;
}
.section-body {
  margin-top: 0;
}
.glass-section {
  position: relative;
  margin-top: calc(var(--section-gap) / 2);
  margin-bottom: calc(var(--section-gap) / 2);
}
.glass-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 0;
  background: rgba(26, 26, 26, 0.4);
  backdrop-filter: blur(15px);
  z-index: -1;
  border-top: 1px solid rgba(184, 134, 11, 0.15);
  border-bottom: 1px solid rgba(184, 134, 11, 0.15);
}
.glass-section .section-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
#philosophy, #quality, #voice, #interview, #whats-new {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
section#lineup .section-inner, section#lineup-collabo .section-inner, section#lineup-special .section-inner, section#lineup-sets .section-inner {
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}
#whats+section#lineup .section-inner {
  padding-top: 30px!important;
}
@media (max-width: 768px) {
  .glass-section .section-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section#lineup .section-inner, section#lineup-collabo .section-inner, section#lineup-special .section-inner, section#lineup-sets .section-inner {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }
  #whats+section#lineup .section-inner {
    padding-top: 20px!important;
  }
  .section-title {
    margin-bottom: 25px;
  }
}
#news {
  position: relative;
  padding-top: 0;
  padding-bottom: 20px;
  margin: 0;
  background: transparent;
  overflow: hidden;
}
.hero-swiper-container {
  width: 100%;
  margin: 40px auto 0;
  padding-bottom: 20px;
  position: relative;
}
.hero-slide {
  width: 50vw;
  max-width: 900px;
  transition: transform 0.4s ease;
  opacity: 0.4;
  transform: scale(0.9);
}
.swiper-slide-active.hero-slide {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
}
@media (max-width: 1024px) {
  .hero-slide {
    width: 75vw;
  }
}
@media (max-width: 640px) {
  .hero-slide {
    width: 85vw;
  }
}
.hero-slide-link {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid rgba(184, 134, 11, 0.5);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.hero-slide-link:hover {
  border-color: var(--gold);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}
.hero-slide img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 75vh;
  object-fit: cover;
}
.hero-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.6);
  border: 1px solid var(--gold);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.hero-nav-btn:hover {
  background: var(--gold);
  color: #1A1A1A;
  transform: translateY(-50%) scale(1.1);
}
.hero-nav-btn.prev {
  left: 20px;
}
.hero-nav-btn.next {
  right: 20px;
}
@media (max-width: 768px) {
  .hero-nav-btn {
    width: 40px;
    height: 40px;
  }
  .hero-nav-btn.prev {
    left: 10px;
  }
  .hero-nav-btn.next {
    right: 10px;
  }
}
#offer .section-inner {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
#whats .section-body {
  display: flex;
  justify-content: center;
}
.whats-single {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid rgba(184, 134, 11, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.philosophy-img-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid rgba(184, 134, 11, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.philosophy-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.quality-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  color: rgba(245, 240, 230, 0.9);
  font-size: 16px;
  line-height: 2.2;
}
.voice-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  color: rgba(245, 240, 230, 0.8);
  font-size: 16px;
  line-height: 2;
}
.voice-charts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 840px;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  .voice-charts {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .voice-charts {
    gap: 15px;
  }
}
.voice-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.voice-chart__circle {
  position: relative;
  width: 130px;
  height: 130px;
}
@media (max-width: 375px) {
  .voice-chart__circle {
    width: 110px;
    height: 110px;
  }
}
.voice-chart__circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.voice-chart__bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.05);
  stroke-width: 6;
}
.voice-chart__progress {
  fill: none;
  stroke: url(#goldGradient);
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dashoffset 1.5s ease-out;
}
.voice-chart__value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--gold);
}
.voice-chart__label {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  max-width: 150px;
  font-weight: 500;
}
.voice-charts-note {
  text-align: right;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 1000px;
  margin: 0 auto 40px;
  padding-right: var(--gutter);
}
.voice-reviews {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .voice-reviews {
    padding: 0;
  }
}
.voice-review-card {
  background: rgba(40, 40, 40, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  height: auto;
  min-height: 220px;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
}
.voice-review-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
}
.voice-review-card__name {
  font-size: 15px;
  font-weight: 600;
  color: var(--gold);
}
.voice-review-card__stars {
  display: flex;
  gap: 4px;
}
.voice-review-card__star {
  width: 14px;
  height: 14px;
  color: var(--gold);
}
.voice-review-card__content {
  font-size: 14px;
  line-height: 1.8;
  color: #e0e0e0;
  text-align: left;
}
.voice-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(184, 134, 11, 0.5);
  background: rgba(26, 26, 26, 0.9);
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 10;
  transition: all 0.3s ease;
}
.voice-nav-btn:hover {
  background: var(--gold);
  color: var(--charcoal);
  transform: translateY(-50%) scale(1.1);
}
.voice-nav-btn.prev {
  left: 0;
}
.voice-nav-btn.next {
  right: 0;
}
@media (max-width: 768px) {
  .voice-nav-btn {
    display: none;
  }
}
.voice-reviews-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.voice-reviews-note {
  text-align: right;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 1200px;
  margin: 10px auto 0;
  padding-right: var(--gutter);
}
.whats-gallery-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.whatsMainSwiper {
  width: 100%;
  aspect-ratio: 2 / 1;
  margin-bottom: 20px;
  border: 1px solid rgba(184, 134, 11, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  background: #000;
}
.whats-main-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.whats-main-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.whats-main-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.whats-main-link picture, .whats-thumb-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.whats-main-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.view-more {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.2em;
  background: rgba(26, 26, 26, 0.8);
  backdrop-filter: blur(4px);
}
.whats-main-link:hover img {
  transform: scale(1.05);
}
.whats-main-link:hover .whats-main-overlay {
  opacity: 1;
}
.whats-thumbs-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 10px;
}
.whatsThumbsSwiper {
  width: 100%;
  max-width: 800px;
  height: auto;
  padding: 10px 0;
}
.whats-thumb-slide {
  width: 25%;
  aspect-ratio: 2 / 1;
  cursor: pointer;
  border: 1px solid rgba(184, 134, 11, 0.1);
  opacity: 0.4;
  transition: all 0.3s ease;
  box-sizing: border-box;
  position: relative;
}
.whats-thumb-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid var(--gold);
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(184, 134, 11, 0.4);
  z-index: 2;
}
.whats-thumb-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(184, 134, 11, 0.3);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.whats-thumb-btn:hover {
  background: var(--gold);
  color: #000;
  box-shadow: 0 0 10px rgba(184, 134, 11, 0.6);
}
@media (max-width: 768px) {
  .whats-gallery-wrapper {
    max-width: 600px;
  }
  .whatsMainSwiper {
    aspect-ratio: 1 / 1;
  }
  .whats-thumb-slide {
    aspect-ratio: 1 / 1;
  }
  .whats-thumbs-container {
    gap: 5px;
  }
  .whats-thumb-btn {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
}
#lineup, #lineup-collabo, #lineup-special, #lineup-sets {
  padding-top: 0;
  padding-bottom: 0;
}
.lineup-hero-typo {
  padding: 40px 20px 20px;
  text-align: center;
  position: relative;
  width: 100%;
}
.lineup-sub {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: var(--gold);
  letter-spacing: 0.25em;
  margin-bottom: 10px;
  font-style: italic;
  text-transform: uppercase;
}
.lineup-title-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin: 0;
  background: linear-gradient(135deg, #B8860B 0%, #F5F0E6 50%, #B8860B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 25px rgba(184, 134, 11, 0.3));
}
.lineup-deco-line {
  width: 1px;
  height: 20px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  margin: 20px auto;
}
.lineup-desc {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: rgba(245, 240, 230, 0.7);
  letter-spacing: 0.15em;
}
.lineup-products {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.lineup-slider {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.lineup-slider .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
.lineup-card {
  flex: 0 0 auto;
  width: 280px;
  height: auto;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.95) 0%, rgba(20, 20, 20, 0.98) 100%);
  border: 1px solid rgba(184, 134, 11, 0.3);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .lineup-card {
    width: 65vw;
    margin-right: 15px;
  }
}
.lineup-card:hover {
  border-color: var(--gold);
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 20px rgba(184, 134, 11, 0.1);
}
.lineup-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.lineup-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.8s ease;
  object-fit: cover;
}
.lineup-card__body {
  padding: 15px 15px 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.lineup-card__name {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
  color: var(--cream);
  font-family: 'Noto Serif JP', serif;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lineup-card__price {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: var(--gold);
  font-weight: 700;
  font-family: "Noto Serif JP";
}
.lineup-nav-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: rgba(26, 26, 26, 0.9);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  z-index: 10;
  transition: all 0.3s ease;
}
.lineup-nav-btn.prev {
  left: 0;
}
.lineup-nav-btn.next {
  right: 0;
}
.lineup-nav-btn:hover {
  background: var(--gold);
  color: #000;
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 1024px) {
  .lineup-nav-btn {
    display: none;
  }
}
.lineup-scrollbar {
  height: 4px!important;
  background: rgba(255, 255, 255, 0.15)!important;
  width: 100%!important;
  position: absolute!important;
  left: 0!important;
  bottom: 0!important;
}
.lineup-card__price-original {
  font-size: 13px;
  color: rgba(245, 240, 230, 0.6);
  text-decoration: line-through double;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 4px;
  display: block;
}
.lineup-card__price-discount-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.lineup-card__discount-label {
  font-size: 11px;
  color: var(--gold);
  border: 1px solid var(--gold);
  background: rgba(184, 134, 11, 0.15);
  padding: 2px 6px;
  border-radius: 2px;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.05em;
}
.swiper-scrollbar-drag {
  background: var(--gold)!important;
  border-radius: 2px!important;
}
.quality-img-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid rgba(184, 134, 11, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.quality-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
#store {
  width: 100%;
  padding: 0!important;
  margin: 0!important;
  background: transparent;
  margin-top: var(--section-gap)!important;
  margin-bottom: var(--section-gap)!important;
}
.store-img-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: none;
  box-shadow: none;
  position: relative;
}
.store-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.store-cta-button {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#footer-line {
  margin-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}
.footer-line-link {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  transition: all 0.4s ease;
  border: none;
  padding: 0px;
}
.footer-line-link:hover {
  border-color: var(--gold);
  transform: scale(1.02);
}
.news-slide-link::after, .hero-slide-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  pointer-events: none;
}
.hero-cta-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 240px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F0E6 100%);
  border: 1px solid #B8860B;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  color: #B8860B;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: cta-pulse-white 2.5s infinite;
}
@keyframes cta-pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media (max-width: 640px) {
  .hero-cta-button {
    min-width: 200px;
    height: 48px;
    font-size: 13px;
    bottom: 25px;
  }
  .static-banner-grid .hero-cta-button {
    bottom: 15px!important;
    min-width: 120px!important;
    height: 32px!important;
    font-size: 11px!important;
  }
}
.floating-banner-container {
  position: fixed;
  bottom: 30px;
  width: auto;
  max-width: 900px;
  z-index: 9999;
  pointer-events: none;
  transform: translateY(150%);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  padding: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.floating-banner-container.is-visible {
  transform: translateY(0);
}
.floating-banner-inner {
  position: relative;
  width: 100%;
  pointer-events: auto;
}
.floating-banner-link {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(184, 134, 11, 0.5);
  transition: transform 0.3s ease;
}
.floating-banner-link:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
}
.floating-banner-img {
  display: block;
  width: 100%;
  height: auto;
}
.floating-close-btn {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #1A1A1A;
  border: 1px solid var(--gold);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.floating-close-btn:hover {
  background: var(--gold);
}
.floating-close-btn span {
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: var(--gold);
  transition: background-color 0.3s ease;
}
.floating-close-btn:hover span {
  background-color: #1A1A1A;
}
.floating-close-btn span:nth-child(1) {
  transform: rotate(45deg);
}
.floating-close-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
@media (max-width: 640px) {
  .floating-banner-container {
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 96%;
    max-width: none;
    padding: 0;
  }
  .floating-banner-inner {
    max-width: 100%;
    margin: 0;
  }
  .floating-close-btn {
    top: -12px;
    right: -8px;
    width: 28px;
    height: 28px;
  }
  .floating-close-btn span {
    width: 14px;
  }
}
.offer-stack-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}
.offer-stack-link {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid rgba(184, 134, 11, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 4px;
  overflow: hidden;
}
.offer-stack-link picture, .offer-stack-link img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.offer-stack-link:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 25px 70px rgba(184, 134, 11, 0.2);
}
.offer-stack-link:hover img {
  transform: scale(1.03);
}
.offer-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 2;
  transition: left 0.5s;
}
.offer-stack-link:hover .offer-shine {
  left: 150%;
  transition: left 0.7s ease-in-out;
}
@media (max-width: 640px) {
  .offer-stack-container {
    gap: 20px;
    padding: 0 15px;
    margin: 20px auto;
  }
}
.footer-sns-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}
.footer-sns-link {
  display: block;
  width: 30px;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer-sns-link:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.footer-sns-link img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 640px) {
  .footer-sns-links {
    gap: 30px;
    margin-top: 40px;
  }
  .footer-sns-link {
    width: 45px;
  }
}
.exit-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.exit-popup-overlay.is-show {
  opacity: 1;
  pointer-events: auto;
}
.exit-popup-overlay.hidden {
  display: none!important;
}
.exit-popup-content {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: transparent;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 20px rgba(184, 134, 11, 0.2);
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.exit-popup-overlay.is-show .exit-popup-content {
  transform: translateY(0);
}
.exit-popup-link {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--gold);
  transition: border-color 0.3s ease;
}
.exit-popup-link:hover {
  border-color: var(--cream);
}
.exit-popup-img {
  display: block;
  width: 100%;
  height: auto;
}
.exit-popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 36px;
  height: 36px;
  background: #1A1A1A;
  border: 1px solid var(--gold);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  z-index: 10;
}
.exit-popup-close:hover {
  background: var(--gold);
}
.exit-popup-close span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--gold);
  transition: background-color 0.3s ease;
}
.exit-popup-close:hover span {
  background-color: #1A1A1A;
}
.exit-popup-close span:nth-child(1) {
  transform: rotate(45deg);
}
.exit-popup-close span:nth-child(2) {
  transform: rotate(-45deg);
}
