@charset "UTF-8";
/* 共通 */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
.f-serif {
    font-family: 'Lora', 'Noto Serif JP', serif;
}
.inner {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}
.sub-title {
    color: #fff;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.anchor_link {
    position: relative;
    top: -105px;
    display: block;
}
.float-bnr {
    display: none !important;
}

/**/
header{
    background: transparent;
    padding: 2vh 2vh 0;
}
header a,
header .shop-link{
    color: #ffffff;
}
.logo {
  transition: color 0.4s ease;
}
.wapper {
    background: #f6f4f5;
    padding-top: 0px;
    overflow: unset;
    contain: paint;
}
#global-menu {
  overscroll-behavior: contain;
}

/* ==========================================================================
   1. Main Visual (is-main)
   ========================================================================== */
.is-main {
  width: 100%;
  height: 100lvh;
  position: sticky;
  top: 0;
  left: 0;
}

.is-main picture {
  display: block;
  width: 100%;
  height: 100lvh;
  overflow: clip;
  position: relative;
}

.is-main picture img {
  width: 100%;
  height: 117%;
  object-fit: cover;
  object-position: right;
  will-change: transform;
}

/* ロゴの「窓」 */
.is-main h2 {
  position: absolute;
  top: 50%;
  left: 15vw;
  transform: translate(-50%, -50%);
  z-index: 100;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  width: min(368px, 25%);
}

.is-main h2 img {
  display: block;
  width: auto;
  height: auto;
}

/* ==========================================================================
   2. Concept (is-concept)
   ========================================================================== */
.is-concept {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 150dvh;
  padding-left: 4vw;
  perspective: 1000px;
  position: relative;
}

.text-concept {
  line-height: 2.4;
}

.concept-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 30px;
}

.concept-line {
  font-size: 18px;
  line-height: 2;
}

/* 文字アニメーション用パーツ */
.concept-char {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  padding: 0.05em 0.1em;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
  /*text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.3);*/
  opacity: 0;
  filter: blur(10px);
  transform: translateY(20px);
  -webkit-font-smoothing: antialiased;
}
.concept-line .actual-line:nth-of-type(3),
.concept-line .actual-line:nth-of-type(4),
.concept-line .actual-line:nth-of-type(7) {
  margin-bottom: 15px;
}

/* ==========================================================================
   3. Club Lineup (is-club)
   ========================================================================== */
.club-lineup {
  position: relative;
  margin-bottom: -20vh;
}

.is-club {
  width: 100%;
  height: 100dvh;
  position: sticky;
  top: 0;
  left: 0;
  background: #000;
  height: 120dvh;
}

.is-club picture {
  display: block;
  width: 100%;
  height: 100dvh;
  overflow: clip;
}

.is-club picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  will-change: transform;
  position: relative;
  right: -3vh;
}

/* グラデーションオーバーレイ */
.is-club::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000 0%, transparent 40%, transparent 60%, #000 100%);
  pointer-events: none;
  z-index: 2;
  opacity: var(--vignette-opacity, 0);
  transition: opacity 0.3s ease;
}

/* 商品詳細エリア */
.club-detail {
    position: absolute;
    z-index: 10;
    color: #000000;
    background: #f6f4f5;
    height: 100dvh;
    top: 0;
    left: 0;
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 8vw;
}

/* メインタイトルのスタイル */
.club-title {
  font-size: 50px;
  margin-bottom: 10px;
  color: #c9a16d;
  width: 100%;
  left: -3vw;
  position: relative;
}

/* 小さくしたい部分のスタイル */
.club-sub-title {
  font-size: 15px;
  margin-left: 30px;
  display: inline-block; 
  vertical-align: baseline;
  color: #603813;
  font-weight: 100;
}

.club-detail img{
    width: 100%;
    height: auto;
    margin: 20px 0;
}

/* 価格リスト：2列の折り返し設定 */
.price-list {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  column-gap: 40px;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto); 
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0; 
  width: 100%;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
}

.price-list li small {
  font-size: 0.75em;
  margin-left: 2px;
  vertical-align: baseline;
}

.action-area{
  width: 100%;
}

.btn-buy {
  gap: 8px;
  background: #fff;
  padding: 0.8rem 2.5rem;
  text-decoration: none;
  transition: color 0.4s;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px #c9a16d solid;
  color: #c9a16d;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* スライドする背景色 */
.btn-buy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #c9a16d;
  transition: width 0.4s ease-in-out;
  z-index: -1;
}

/* ホバー時の挙動 */
.btn-buy:hover {
  color: #fff;
  opacity: 1;
}

.btn-buy:hover::before {
  width: 100%;
}

.btn-buy i, 
.btn-buy span {
  position: relative;
  z-index: 2;
}

.tax {
  display: block;
  font-size: 10px;
  margin-top: 10px;
  opacity: 0.8;
  text-align: right;
}

/* ==========================================================================
   サイドナビゲーション (Side Nav)
   ========================================================================== */
.side-nav {
  position: fixed;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.side-nav.is-visible {
  opacity: 1;
  visibility: visible;
}

.side-nav li {
  margin: 15px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.side-nav li.nav-text{
  color: #c9a16d;
  display: flex;
  justify-content: left;
  font-size: 12px;
  margin-bottom: -10px;
}

.side-nav li.nav-text > span {
  font-size: 82%;
  font-weight: bold;
  margin-right: 4px;
  margin-top: -2px;
}

.nav-label {
  display: block;
  color: #999999;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
  opacity: 1 !important;
  transform: translateX(0) !important;
  pointer-events: auto;
  font-size: 15px;
  letter-spacing: 0.1em;
}

/* 下線のベース（疑似要素で作る） */
.nav-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.4s ease;
}

/* カレント（active）状態のスタイル */
.active .nav-label,
li:hover .nav-label {
  color: #ffffff;
}

.active .nav-label::after {
  width: 100%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* --- デフォルト(PC)の状態 --- */
.sp-only {
    display: none !important;
}

/* アスペクト比が 4/3(1.33)以下の時 ： 4:3より縦長な画面 */
@media (max-aspect-ratio: 4.5/3) {
  .is-club picture img {
    right: -5vw;
    object-fit: cover;
  }
}

@media (max-aspect-ratio: 4.1/3) {
  .is-club picture img {
    position: relative;
    right: -12vw;
  }
}

@media (max-width: 970px) {
  .pc-only {
      display: none !important;
  }
  .sp-only {
      display: inline-block !important;
  }
  
  div.sp-only {
      display: block !important;
  }

  /* ③ スマホ時、ヘッダーのロゴとリンクを白色に固定 */
  
  header {
    padding: 3%;
  }
  header a,
  header .shop-link,
  header .logo {
    color: #ffffff !important;
  }

  .is-main picture {
    background: #000;
  }
  .is-main picture {
    background: #000;
  }

  /* ① 暗転用オーバーレイ（初期状態は透明） */
  .is-main picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(42 26 3 / 30%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    z-index: 1;
  }

  /* JSで .is-dark クラスを付与すると暗くなる */
  .is-main.is-dark picture::after {
    opacity: 1;
  }

  .is-main picture img {
    height: 115lvh;
    object-position: center;
  }

  .is-main h2 {
    left: 50%;
    top: 40%;
    width: auto;
  }

  .concept-title {
    font-size: min(6vw, 30px);
  }

  .concept-line {
    font-size: min(4.1vw, 18px);
  }

  /* ② スマホ時: 画像固定エリア & club-detailスクロール */
  
  /* 固定画像エリア（スマホ専用） */
  .club-image-slider {
    position: sticky;
    top: 0;
    height: 34vh; /* 画像30vh + グレー余白4vh */
    width: 100%;
    z-index: 100;
    overflow: visible; /* 余白を見せるために変更 */
    background: #f6f4f5;
  }
  
  /* 画像部分 */
  .club-image-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30vh; /* 画像の高さ */
    background: #000;
    z-index: -1;
  }
  
  /* グレーの余白部分 */
  .club-image-slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4vh; /* 余白の高さ */
    background: #f6f4f5;
    z-index: 1;
  }

  .club-image-slider picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30vh; /* 画像部分のみ */
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
    z-index: 2;
  }

  .club-image-slider picture.is-active {
    opacity: 1;
    z-index: 2; /* アクティブな画像を前面に */
  }
  
  .club-image-slider picture.is-prev {
    opacity: 0;
    z-index: 1; /* 前の画像を背面に */
  }

  .club-image-slider picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* club-detailのラッパー */
  .club-details-wrapper {
    position: relative;
    z-index: 1;
    background: #f6f4f5;
  }

  /* 各is-clubセクション */
  .is-club {
    position: relative;
    height: auto;
    background: transparent;
  }

  .is-club picture {
    display: none; /* スマホ時は画像を非表示（sliderに移動済み） */
  }

  .club-detail {
    width: 100vw;
    height: auto;
    min-height: 67vh;
    position: relative;
    z-index: 2;
    padding: 10vw 8vw;
    background: #f6f4f5;
    margin-bottom: 0;
  }

  .club-lineup {
    margin-bottom: auto;
  }

  .club-title {
    font-size: min(50px, 11vw);
    width: 107%;
  }

  .club-sub-title {
    font-size: min(15px, 3.5vw);
    margin-left: min(20px, 3vh);
    text-align: right;
  }

  .price-list {
    display: block;
    margin: 0 0 15px 0;
  }

  .price-list li {
    width: 100%;
  }

  /* ドットを復活させる */
  .nav-dot {
    display: block;
    width: 8px;
    height: 8px;
    background-color: rgb(0 0 0 / 40%);
    border: 1px solid #c9a16d;
    border-radius: 50%;
  }

  /* テキストラベルを隠す */
  .nav-label {
    display: none !important;
  }

  .side-nav li.nav-text{
    display: none !important; 
  }

  /* サイドナビ自体の位置調整（スマホ用） */
  .side-nav {
    right: 15px;
  }
  
  .side-nav li {
    margin: 20px 0;
  }

  .nav-dot.active {
    background-color: #c9a16d;
    transform: scale(1.3);
  }

  #pagetop{
    display: none!important;
  }

  .club-anchor {
    padding-top: 30vh;
    margin-top: -30vh;
  }
}

/**** リンク公開前 ****/
.no-link {
  display: none !important;
}

/**** #pagetop ****/
#pagetop {
  top: auto;
  bottom: 2vh;
}