/*
 * 店舗検索ページ FV
 *
 * 通常時は現行A案を表示し、新しいB案は非表示にします。
 * このファイルのデザイン指定は、すべて #shop-fv-b の中だけに適用されます。
 */

#shop-fv-b {
  display: none;
  color: #222;
  font-family: inherit;
}

#shop-fv-b,
#shop-fv-b * {
  box-sizing: border-box;
}

#shop-fv-b .shop-fv-b__hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.78) 42%,
      rgba(255, 255, 255, 0.08) 76%
    ),
    url("/assets/images/bg/shop_FV-03.webp") center center / cover no-repeat;
}

#shop-fv-b .shop-fv-b__hero-inner {
  position: relative;
  z-index: 1;
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto;
  padding: 62px 0 40px;
}

#shop-fv-b .shop-fv-b__headline {
  margin: 0 0 12px;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}

#shop-fv-b .shop-fv-b__headline span {
  color: #e60020;
  font-size: 25px;
  font-weight: 700;
}

#shop-fv-b .shop-fv-b__title {
  position: relative;
  max-width: 650px;
  margin: 0 0 26px;
  text-align: left;
  color: #222;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.45;
}

#shop-fv-b .shop-fv-b__title::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 495px;
  width: 88px;
  height: 88px;
  background: url("/assets/images/bg/shop_neko.png") center / contain no-repeat;
  pointer-events: none;
}

#shop-fv-b .shop-fv-b__lead {
  max-width: none;
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  white-space: nowrap;
}

#shop-fv-b .shop-fv-b__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(1000px, calc(100% - 40px));
  margin: -22px auto 20px;
  padding: 20px 24px;
  position: relative;
  z-index: 2;
  border: 1px solid #e60020;
  border-radius: 10px;
  background: #fff7f8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#shop-fv-b .shop-fv-b__cta-copy {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

#shop-fv-b .shop-fv-b__badge {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #e60020;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

#shop-fv-b .shop-fv-b__cta-title {
  margin: 0 0 5px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

#shop-fv-b .shop-fv-b__cta-title-break {
  display: none;
}

#shop-fv-b .shop-fv-b__cta-description {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.6;
}

#shop-fv-b .shop-fv-b__cta-action {
  flex: 0 0 390px;
  text-align: center;
}

#shop-fv-b .shop-fv-b__cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 12px 22px;
  border-radius: 8px;
  background: #e60020;
  box-shadow: 0 3px 7px rgba(230, 0, 32, 0.25);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#shop-fv-b .shop-fv-b__cta-button::after {
  content: "›";
  margin-left: 12px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

#shop-fv-b .shop-fv-b__cta-button:hover {
  color: #fff;
  opacity: 0.82;
}

#shop-fv-b .shop-fv-b__cta-button-sp {
  display: none;
}

#shop-fv-b .shop-fv-b__cta-note {
  margin: 0 0 7px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

#shop-fv-b .shop-fv-b__cta-note::before {
  content: "＼";
  margin-right: 3px;
}

#shop-fv-b .shop-fv-b__cta-note::after {
  content: "／";
  margin-left: 3px;
}

#shop-fv-b .shop-fv-b__shortcuts-pc {
  display: flex;
  gap: 20px;
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto 28px;
}

#shop-fv-b .shop-fv-b__shortcuts-pc a {
  display: block;
  flex: 1 1 0;
  transition: opacity 0.2s ease;
}

#shop-fv-b .shop-fv-b__shortcuts-pc a:hover {
  opacity: 0.72;
}

#shop-fv-b .shop-fv-b__shortcuts-pc img {
  display: block;
  width: 100%;
  height: auto;
}

#shop-fv-b .shop-fv-b__shortcuts-sp {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
  #shop-fv-b .shop-fv-b__lead {
    font-size: clamp(12px, 1.45vw, 16px);
  }
}

@media screen and (max-width: 768px) {
  #shop-fv-b .shop-fv-b__hero {
    min-height: 150px;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.76) 52%,
        rgba(255, 255, 255, 0.1) 100%
      ),
      url("/assets/images/bg/shop_FV-03.webp") 70% center / cover no-repeat;
  }

  #shop-fv-b .shop-fv-b__hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 150px;
    padding: 0 20px 22px;
  }

  #shop-fv-b .shop-fv-b__headline {
    margin-bottom: 1px;
    font-size: 11px;
  }

  #shop-fv-b .shop-fv-b__headline span {
    font-size: 18px;
  }

  #shop-fv-b .shop-fv-b__title {
    max-width: 100%;
    margin: 0;
    font-size: clamp(21px, 6.2vw, 26px);
    line-height: 1.2;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
  }

  #shop-fv-b .shop-fv-b__title::after {
    display: block;
    top: 5px;
    right: 8px;
    left: auto;
    width: 58px;
    height: 58px;
  }

  #shop-fv-b .shop-fv-b__lead {
    display: none;
  }

  #shop-fv-b .shop-fv-b__cta {
    display: block;
    width: calc(100% - 24px);
    margin: 8px auto 10px;
    padding: 10px 12px 8px;
    border-width: 2px;
    border-radius: 8px;
    box-shadow: none;
    text-align: center;
  }

  #shop-fv-b .shop-fv-b__cta-copy {
    text-align: center;
  }

  #shop-fv-b .shop-fv-b__badge {
    margin-bottom: 4px;
    padding: 2px 12px;
    font-size: 11px;
  }

  #shop-fv-b .shop-fv-b__cta-title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.35;
  }

  #shop-fv-b .shop-fv-b__cta-title-break {
    display: block;
  }

  #shop-fv-b .shop-fv-b__cta-description {
    display: none;
  }

  #shop-fv-b .shop-fv-b__cta-action {
    width: 100%;
    margin: 0;
  }

  #shop-fv-b .shop-fv-b__cta-button {
    min-height: 42px;
    padding: 7px 14px;
    border-radius: 6px;
    font-size: 15px;
  }

  #shop-fv-b .shop-fv-b__cta-button::after {
    margin-left: 8px;
    font-size: 21px;
  }

  #shop-fv-b .shop-fv-b__cta-button-pc {
    display: none;
  }

  #shop-fv-b .shop-fv-b__cta-button-sp {
    display: inline;
  }

  #shop-fv-b .shop-fv-b__cta-note {
    margin: 0 0 4px;
    font-size: 10px;
  }

  #shop-fv-b .shop-fv-b__shortcuts-pc {
    display: none;
  }

  #shop-fv-b .shop-fv-b__shortcuts-sp {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    width: calc(100% - 24px);
    margin: 0 auto 12px;
  }

  #shop-fv-b .shop-fv-b__shortcuts-sp a {
    display: block;
    min-width: 0;
  }

  #shop-fv-b .shop-fv-b__shortcuts-sp img {
    display: block;
    width: 100%;
    height: auto;
  }
}



