.topics-carousel-box {
  width: 100%;
  overflow: hidden;
}
.topics-carousel-box .topics-carousel-slider {
  width: 100%;
}
.topics-carousel-box .topics-carousel-slider .topics-carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .topics-carousel-box .topics-carousel-slider .topics-carousel-item {
    width: 80vw;
  }
}
.topics-carousel-box .slick-custom-nav-topics {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .topics-carousel-box .slick-custom-nav-topics {
    gap: 16px;
  }
}
.topics-carousel-box .slick-custom-nav-topics .slick-dots {
  position: relative;
  bottom: -1px;
  left: 0;
  margin-top: 0;
  width: 200px;
  transform: translateY(-5px);
  order: 2;
}

.topics-carousel-box {
  position: relative;
}
.topics-carousel-box .slick-custom-nav-topics {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}
.topics-carousel-box .slick-custom-nav-topics .slick-prev,
.topics-carousel-box .slick-custom-nav-topics .slick-next {
  pointer-events: all;
}
.topics-carousel-box .slick-custom-nav-topics .slick-dots {
  display: none !important;
}

.topics-carousel-box .slick-custom-nav-topics {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
}
.topics-carousel-box .slick-custom-nav-topics .slick-prev,
.topics-carousel-box .slick-custom-nav-topics .slick-next {
  position: static;
  transform: none;
}

.topics-carousel-box .slick-custom-nav-topics {
  justify-content: space-between;
  padding: 0;
}
.topics-carousel-box .slick-custom-nav-topics .slick-prev,
.topics-carousel-box .slick-custom-nav-topics .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.topics-carousel-box .slick-custom-nav-topics .slick-prev {
  left: 12px;
}
.topics-carousel-box .slick-custom-nav-topics .slick-next {
  right: 12px;
}

@media (max-width: 767px) {
  .topics-carousel-box .topics-carousel-slider .topics-carousel-item {
    width: 80vw;
    margin: 0 6px;
  }
}

.topics-carousel-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 22px;
}

.topics-carousel-box {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .bnr-container {
    padding-bottom: 24px;
  }
}

.topics-pc-bnr-list {
  display: flex;
  gap: 16px;
}
.topics-pc-bnr-list a {
  flex: 1;
}
.topics-pc-bnr-list a img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 769px) {
  .topics-carousel-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .fv-cta,
  .bnr-container {
    background-color: #fff;
  }
}
@media (min-width: 769px) {
  .bnr-container {
    padding-bottom: 45px;
  }
}
@media (min-width: 769px) {
  .topics-pc-bnr {
    padding-bottom: 99px;
  }
}
a.no-hover {
  pointer-events: none;
  cursor: default;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .common_inner--topics-carousel-box {
    padding-right: 0;
    padding-left: 0;
  }
}

/*# sourceMappingURL=custom.css.map */
