/* ============================================================
   File: css/today-offer-slider.css
   TODAY OFFER（本日の越前がにを提供できるお店）
   【トップページ限定・最終安定版｜2026-01】
============================================================ */


/* ============================================================
   セクション全体（トップページ限定）
============================================================ */
.home .gw-todayshift {
  width: 100vw;
  margin-left: calc(50% - 50vw);

  margin-top: -32px;
  padding-top: 32px;

  margin-bottom: 0;
  padding-bottom: 48px;

  position: relative;
  z-index: 2;
}


/* ============================================================
   見出し（TODAY 正）
============================================================ */
.home .gw-todayshift .gw-newcast-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  margin: 10px auto 40px;
}

@media (max-width: 768px) {
  .home .gw-todayshift .gw-newcast-heading {
    margin-bottom: 16px;
  }
}

.home .gw-todayshift .gw-newcast-en {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #d4b46a;
  position: relative;
  padding: 0 40px;
}

.home .gw-todayshift .gw-newcast-en::before,
.home .gw-todayshift .gw-newcast-en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 2px;
  transform: translateY(-50%);
}

.home .gw-todayshift .gw-newcast-en::before {
  left: -70px;
  background: linear-gradient(to right, transparent, #d4b46a);
}

.home .gw-todayshift .gw-newcast-en::after {
  right: -70px;
  background: linear-gradient(to left, transparent, #d4b46a);
}

.home .gw-todayshift .gw-newcast-jp {
  font-size: 16px;
  font-weight: 500;
  color: #e6e6e6;
  letter-spacing: 0.12em;
}


/* ============================================================
   Swiper
============================================================ */
.home .gw-todayshift .gw-todayshift-swiper {
  padding-bottom: 40px;
  box-sizing: border-box;
}


/* ============================================================
   スライド幅
============================================================ */
.home .gw-todayshift .swiper-slide {
  width: 360px;
  flex-shrink: 0;
  position: relative;
}


/* ============================================================
   カード
============================================================ */
.home .gw-todayshift .gw-newcast-card {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(212,180,106,0.7);
  background-image:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(0,0,0,0.3)),
    linear-gradient(to bottom, #1a1a1a, #0d0d0d);
  box-shadow: 0 8px 20px rgba(0,0,0,0.45);
  position: relative;

  /* ★ hover で “カード自身” を動かす（スライドは動かさない） */
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.home .gw-todayshift .gw-newcast-thumb {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.home .gw-todayshift .gw-newcast-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home .gw-todayshift .gw-newcast-meta {
  padding: 28px 20px 64px;
  text-align: center;
  color: #fff;
}


/* ============================================================
   BASIC / OPT 行は非表示
============================================================ */
.home .gw-todayshift .gw-playstyle-line {
  display: none;
}


/* ============================================================
   More ボタン
   ※「カードと一緒に動かす」ため、hover時に同じY量だけ移動させる
============================================================ */
.home .gw-todayshift .gw-newcast-more {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 5;

  color: #111;
  background: linear-gradient(
    135deg,
    #f0d88a 0%,
    #d4af37 35%,
    #a8842f 65%,
    #2a2a2a 100%
  );

  padding: 8px 22px;
  border-radius: 999px;

  /* ★ hover 追従用 */
  transition: transform 0.45s ease;
}


/* ============================================================
   Hover 演出（メンズエステ同様：カード＋More を同時に“ふわっ”）
   ※ coverflow の slide transform（インライン）とは干渉させない
============================================================ */
.home .gw-todayshift .swiper-slide:hover .gw-newcast-card {
  transform: translateY(-8px);
}

.home .gw-todayshift .swiper-slide:hover .gw-newcast-more {
  transform: translateX(-50%) translateY(-8px);
}


/* ============================================================
   フィルター余白
============================================================ */
.home .gw-todayshift .gw-todayshift-filter {
  margin-top: 14px;
  margin-bottom: 32px;
}
