@charset "UTF-8";
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  transition: all 0.3s ease;
  opacity: 0.4;
}

.swiper-slide-active img {
  opacity: 1;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

/* 文字の表示
-------------------------------------------*/
.mainvisual-inner {
  position: relative;
  overflow: hidden;
}

.swiper-container .swiper-slide {
  position: relative;
}

.swiper-container .swiper-slide .swiper-slide-content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1s ease .5s;
  font-weight: normal;
}

.signage-text {
  padding: 5px 30px;
}

.signage-text__ja {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}

@media only screen and (min-width: 380px) {
  .signage-text {
    padding: 15px 30px;
  }

  .signage-text__ja {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .signage-text__ja {
    font-size: 2.8rem;
  }
}
/* navigationサイズ変更
-------------------------------------------*/
.swiper-button-prev,
.swiper-button-next {
  width: 18px;
  height: 30px;
  margin-top: -15px;
  background-size: 18px 30px;
  transition: 300ms opacity;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

@media screen and (min-width: 964px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    height: 44px;
    margin-top: -22px;
    background-size: 27px 44px;
  }
}
/* pagination 変更
-------------------------------------------*/
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px;
}
@media screen and (min-width: 576px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
}

.swiper-pagination {
  text-align: right;
  padding-right: 9px;
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    padding-right: 20px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
@media screen and (min-width: 576px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets > * + * {
  margin: 0 0 0 4px;
}
@media screen and (min-width: 576px) {
  .swiper-container-horizontal > .swiper-pagination-bullets > * + * {
    margin: 0 0 0 4px;
  }
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #ddd;
  border-radius: 0;
  opacity: 0.8;
  height: 8px;
  width: 8px;
}
@media screen and (min-width: 576px) {
  .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

/* 画像サイズ調整 */
.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-container::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 90%;
  height: 80%;
  width: 110%;
  height: 50%;
  background-color: aqua;
  background-color: #000;
  border-top: 6px solid #44403f;
  transform-origin: left center;
  transform: rotate(3deg);
  z-index: 9;
}
@media screen and (min-width: 576px) {
  .swiper-container::after {
    bottom: -30%;
    border-top: 12px solid #44403f;
  }
}

/*# sourceMappingURL=swiper-setting.css.map */
