.fv > .button {
  bottom: 11%;
  left: 51%;
}
.cta > .button {
  left: 50.5%;
}
#target.cta > .button {
  top: 5%;
  left: 50.5%;
}
.scroll-x {
	display: flex;
	justify-content: flex-start;
	gap: 0 30px;
	max-width: 90%;
	overflow-x: scroll;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 10px;
}
.scroll-x {
	justify-content: center;
	align-items: center;
}
.scroll-x img {width: auto; max-width: inherit;}
@media only screen and (max-width: 559px) {
	.scroll-x {
		gap: 0 4vw;
		padding: 0 0 2vw;
	}
	.scroll-x img {width: 65vw;}
}

.qa-wrap {
  position: relative;
}
.qa-wrap .slider-wrap {
  max-width: 88%;
  position: absolute;
  bottom: 135px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.qa-slider .item {
  padding-right: 10px;
}
.qa-slider .item:last-child {
  padding-right: 0;
}
.qa-slider .slick-prev {
  content: '';
  background: url(https://www.uruoimegami-placentadrink.jp/img/shop03/arrow-prev.png) no-repeat center;
  background-size: cover;
  width: 54px;
  height: 132px;
  left: -54px;
}
.qa-slider .slick-next {
  content: '';
  background: url(https://www.uruoimegami-placentadrink.jp/img/shop03/arrow-next.png) no-repeat center;
  background-size: cover;
  width: 54px;
  height: 132px;
  right: -54px;
}
.qa-slider .slick-prev::before,
.qa-slider .slick-next::before {
  display: none;
}
.qa-slider .slick-prev.slick-disabled {
  opacity: 0;
  display: none;
}
.qa-slider .slick-next.slick-disabled {
  opacity: 0;
  display: none;
}
.qa-slider .slick-dots {
  bottom: -50px;
}
.qa-slider .slick-dots li {
  width: auto;
  height: auto;
  padding: 0;
  margin-left: 70px;
}
.qa-slider .slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li button {
  background: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.slick-dots li button:before {
  font-size: 0;
  background: #c2c2c2;
  width: 58px;
  height: 12px;
  border-radius: 40px;
  opacity: 1;
}
.slick-dots li button:before:hover {
}
.slick-dots li.slick-active button:before {
  background: #f23e85;
}

@media screen and (max-width: 750px) {
  .qa-wrap .slider-wrap {
    max-width: 86%;
    bottom: 15vw;
  }
  .qa-slider .item {
    padding-right: 4px;
  }
  .qa-slider .item:last-child {
    padding-right: 0;
  }
  .qa-slider .slick-prev {
    width: 5.4vw;
    height: 13.2vw;
    left: -5.6vw;
  }
  .qa-slider .slick-next {
    width: 5.4vw;
    height: 13.2vw;
    right: -5.6vw;
  }
  .qa-slider .slick-dots {
    bottom: -7vw;
    left: -3vw;
  }
  .qa-slider .slick-dots li {
    margin-left: 12vw;
  }
  .slick-dots li button:before {
    width: 10vw;
    height: 2vw;
  }
}

