@charset "UTF-8";
#app {
  border-radius: 4px;
  transition: all 0.2s;
  height: auto;
  padding-bottom: 3%;
  position: relative;
  width: 60%;
  display: block;
  margin: 0 auto;
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide a {
  margin: 0%;
  padding: 0%;
}

.s-btn {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  bottom: 0;
  right: -25%;
  width: 50%;
  align-items: center;
}

.bt {
  width: 30.3%;
}

.bt2 {
  width: 10%;
}

.swiper-slide-active {
  z-index: 10;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullets {
  z-index: 10;
}

.swiper-pagination-bullet {
  margin-right: 5%;
  margin-left: 5%;
  background-color: #752201;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #02B74F;
}

.swiper-button-prev,
.swiper-button-next {
  color: black;
  -webkit-text-stroke: 5px black;
  transform: translate(0%, 25%);
}

.swiper-button-prev {
  position: static;
  margin-left: auto;
}

.swiper-button-next {
  margin-right: 0%;
  position: static;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper-button-prev:after {
  border-bottom: 7.5px solid transparent;
  border-right: 10px solid #752201;
  border-top: 7.5px solid transparent;
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  border-bottom: 7.5px solid transparent;
  border-left: 10px solid #752201;
  border-top: 7.5px solid transparent;
}/*# sourceMappingURL=swipe.css.map */