/* CSS Document */
section#manga {
  padding: 70px 0;
  background: #101f4f;
}
section#manga .images {
  position: relative;
}
section#manga .images img {
  margin-top: 20px;
  border: 2px solid #101f4f;
  height: auto;
  position: relative;
}
section#manga h2.koukoudo__title--middle {
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
section#manga .slider {
  display: flex;
  max-width: 900px;
  max-height: 450px;
  justify-content: center;
  position: relative;
  gap: 10px;
  margin: 25px auto;
}
section#manga .slider .slider__btn {
  display: flex;
  justify-items: center;
  padding: 0 13px;
  align-items: center;
  background: #464646;
  border-radius: 5px;
}
section#manga .slider .slider__wrapper {
  max-width: 900px;
  max-height: 450px;
  overflow: hidden;
}
section#manga .slider .slider__wrapper .slider__list {
  display: flex;
  transition: transform 300ms;
  flex-direction: row-reverse;
}
section#manga .slider .slider__wrapper .slider__list li.slider__item {
  min-width: 100%;
  box-sizing: border-box;
  position: relative;
}
section#manga .slider .slider__wrapper .slider__list li.slider__item img {
  width: 100%;
  height: auto;
}
section#manga .page__num {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background: #101f4f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  section#manga .page__num {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
section#manga .slider__dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  flex-direction: row-reverse;
}
section#manga .slider__dots .slider__dot {
  width: 15px;
  height: 15px;
  background: #656565;
  cursor: pointer;
  border-radius: 50%;
}
section#manga .slider__dots .slider__dot.active {
  background: #fff;
  border: 2px solid #101f4f;
}/*# sourceMappingURL=manga.css.map */