@charset "utf-8";

div#slide{
  width: 100%;
  background: url('../img/3_240906_facegym_LP_02.jpg') top left no-repeat;
  background-size: contain;
  padding-top: 121.066%;
  position: relative;
}

div.swiper-container{
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 14%;
  margin: 0 auto;
  padding-bottom: 13%;
}


div.swiper-button-prev,
div.swiper-button-next{
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 50%;
}
div.swiper-button-prev::after,
div.swiper-button-next::after{
  content: '';
}

div.swiper-button-prev::after{
  background:url('../img/left.png') top left no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

div.swiper-button-next::after{
  background:url('../img/right.png') top left no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3% 3%;
}
.swiper-pagination-bullet {
  height: 16px;
  width: 16px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
