@charset "UTF-8";
.swiper-container {
  position: relative;
  background-color: #0047ab;
  border-top: 1px solid #0047ab;
  border-bottom: 1px solid #0047ab;
}

.swiper-pagination {
  bottom: -30px !important;
}
@media (max-width: 750px) {
  .swiper-pagination {
    bottom: 5px !important;
  }
}

@media (max-width: 750px) {
  .swiper-pagination-bullet {
    opacity: 0.4 !important;
    background-color: #fff !important;
  }
}

@media (max-width: 750px) {
  .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #017bff !important;
  }
}

.swiper {
  width: 100%;
  /* 幅を100%に設定 */
  aspect-ratio: 16/6;
}

.swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}
.swiper-slide img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-title {
  position: absolute;
  text-align: left;
  line-height: 1.3;
  top: 50%;
  left: 5%;
  transform: translate(-10%, -50%);
  font-size: 56px;
  font-style: italic;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
}
@media (max-width: 480px) {
  .swiper-title.mona-title {
    top: 1%;
    left: 2%;
    transform: translate(0, 0%);
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 1248px) {
  .swiper-title {
    font-size: 48px;
    left: 5%;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .swiper-title {
    font-size: 40px;
    left: 5%;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .swiper-title {
    font-size: 28px;
    left: 6%;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .swiper-title {
    font-size: 20px;
    left: 7%;
    line-height: 1.4;
  }
}

.swiper-pagination-bullets {
  width: 100px;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}/*# sourceMappingURL=index.css.map */