@charset "utf-8";

/* スライダー */
.slideBox {
	padding: 40px 0 100px;
	overflow: hidden;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}
.slider {
  margin: 0 auto;
  width: 380px;
  padding: 0 0 30px;
  position: relative;
}
.swiper-container {
  overflow: visible;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.swiper-slide {
    margin: 0 15px;
}
.swiper-slide img {
    width: 100%;
}
.swiper-slide-active {
  opacity: 1;
  transition: ease 1s;
}
.swiper-slide-prev {
  transition: ease 1s;
}
.swiper-slide-next {
}
.swiper-pagination {
  bottom: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  border-radius: 50%;
  margin: 0 5px;
  height: 10px;
  width: 10px;
}

@media screen and (max-width: 736px) {
.slideBox {
	padding: 0 0 12vw;
}
.slider {
  margin: 0 auto;
  width: 60vw;
}
.swiper-slide {
    margin: 0 5px;
}
}