:root {
  --shop-google-review-pc: url("/assets/img/shop/shop-fv-google-pc.png");
  --shop-google-review-sp: url("/assets/img/shop/shop-fv-google-sp.png");
}

.shop-fv.common-style-area {
  max-width: unset !important;
}

.shop-fv .shop-fv-slide .splide__slide img {
  object-fit: cover;
  max-width: none !important;
  width: 50cqw !important;
  height: 31cqw !important;
  border-radius: 8px;
}

.shop-fv .splide__arrow {
  height: 3em;
  width: 3em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(0%);
  background-color: #fff;
  border: 1px solid #ddd;
  opacity: 0.9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shop-fv .splide__arrow svg {
  fill: #333;
  height: 1.2em;
  width: 1.2em;
}

.shop-fv .shop-fv-slide .splide__arrow--prev {
  left: 23%;
}

.shop-fv .shop-fv-slide .splide__arrow--next {
  right: 23%;
}

.shop-fv .shop-fv-title {
  width: 95%;
  text-align: center;
  margin: 3cqw auto;
}

.shop-fv .shop-fv-title .shop-name-block {
  --f-base: 12;
  font-weight: bold;
}

.shop-fv .shop-fv-title .nearest-station-name {
  --f-base: 6;
}

.shop-fv .shop-fv-band {
  color: #fff;
  background: #e60012;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1cqw 0;
  flex-direction: column;
  position: relative;
}

.shop-fv .shop-fv-band .band-right {
  display: flex;
  gap: 3cqw;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5cqw;
}

.shop-fv .shop-num-block {
  --f-base: 8;
  font-weight: 800;
  position: relative;
  color: #fff;
  display: flex;
  align-items: baseline;
}

.shop-fv .shop-num-block span {
  --f-base: 10;
  background: linear-gradient(180deg, #ffffa2 0%, #ffd400 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.shop-fv .shop-num-block .fv-annotation-1 {
  position: absolute;
  top: 0%;
  right: -6%;
  --f-base: 4;
}

.shop-fv .google-review-block {
  background-image: var(--shop-google-review-pc);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 23cqw;
  height: 4cqw;
  font-weight: 700;
}

.shop-fv .google-review-block span {
  position: absolute;
  left: 30%;
  bottom: 27%;
  --f-base: 5;
}

.shop-fv .google-review-block p {
  position: absolute;
  right: 9%;
  bottom: 15%;
  --f-base: 10;
  font-weight: 700;
  background: linear-gradient(180deg, #ffffa2 0%, #ffd400 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.04em;
}

.shop-fv .google-review-block .fv-annotation-2 {
  position: absolute;
  top: 0%;
  right: -6%;
  --f-base: 4;
}

/* バッジエリア */
.shop-fv .band-badges {
  display: flex;
  justify-content: center;
  gap: 1.5cqw;
  z-index: 2;
}

.shop-fv .band-badges .badge {
  background: #fff;
  color: black;
  border-radius: 8px;
  padding: 0.8cqw 2cqw;
  text-align: center;
  font-weight: 900;
  --f-base: 5;
  line-height: 1.3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.shop-fv .band-badges .badge span {
  color: #e60012;
  --f-base: 6;
}

.shop-fv .shop-fv-annotation {
  display: flex;
  justify-content: center;
  gap: 1cqw;
  text-align: center;
  margin: 0.6cqw 0;
  --f-base: 3;
}

@media (min-width: 768px) {
  .shop-fv .shop-fv-band::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    height: 130%;
    width: 20%;
    background-image: url(/assets/img/shop/kintaro_pc.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    pointer-events: none;
  }

  .shop-fv .shop-fv-band::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 3%;
    height: 130%;
    width: 20%;
    background-image: url(/assets/img/shop/datyou_pc.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .shop-fv .single-shop-fv img {
    width: 100%;
    height: auto;
  }

  .shop-fv .shop-fv-slide .splide__slide img {
    width: 80cqw !important;
    height: 50cqw !important;
  }

  .shop-fv .splide__arrow {
    height: 2em;
    width: 2em;
  }

  .shop-fv .splide__arrow svg {
    height: 1.2em;
    width: 1.2em;
  }

  .shop-fv .shop-fv-slide .splide__arrow--prev {
    left: 7%;
  }

  .shop-fv .shop-fv-slide .splide__arrow--next {
    right: 7%;
  }

  .shop-fv .shop-fv-title .shop-name-block {
    --f-base: 22;
  }

  .shop-fv .shop-fv-title .nearest-station-name {
    margin-top: 1cqw;
    --f-base: 12;
  }

  .shop-fv .shop-num-block {
    text-align: center;
    --f-base: 16;
    line-height: 1.2;
  }

  .shop-fv .shop-num-block span {
    --f-base: 18;
  }

  .shop-fv .google-review-block {
    background-image: var(--shop-google-review-sp);
    width: 42cqw;
    height: 14cqw;
  }

  .shop-fv .google-review-block p {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -10%;
    --f-base: 28;
    letter-spacing: -0.04em;
    text-align: center;
  }

  .shop-fv .google-review-block span {
    left: 50%;
    bottom: 58%;
    --f-base: 14;
  }

  .shop-fv .shop-num-block .fv-annotation-1 {
    position: absolute;
    top: 30%;
    right: -6%;
    --f-base: 7;
  }

  .shop-fv .google-review-block .fv-annotation-2 {
    position: absolute;
    top: 30%;
    right: -6%;
    --f-base: 7;
  }

  .shop-fv .shop-fv-annotation {
    display: block;
    --f-base: 9;
    text-align: start;
    width: fit-content;
    margin: 0.6cqw 3cqw;
  }

  .shop-fv .shop-fv-band {
    padding: 1cqw 0 3cqw;
    margin-top: 8cqw;
  }

  .shop-fv .band-badges .badge {
    border-radius: 4px;
    --f-base: 12;
  }

  .shop-fv .band-badges .badge span {
    --f-base: 14;
  }

  .shop-fv .shop-fv-band .band-top {
    display: flex;
  }

  .shop-fv .shop-fv-band .band-top .datyokin {
    display: inline-block;
    width: 50%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    margin-top: -5%;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
  }

  .shop-fv .shop-fv-band .band-right {
    flex-direction: column;
  }
}
