/* 2025.0207追加 */
.js-slideBoxPageNation li {
  position: relative;
  cursor: pointer;
}

.js-slideBoxPageNation li::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: transparent;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  background: unset;
  width: 30px;
  height: 30px;
  padding: 0;
}

.slide-arrow svg {
  width: 100%;
  height: 100%;
}

.slide-arrow-left {
  left: 2%;
}

.slide-arrow-right {
  right: 2%;
}



/* 2025.0725追加 */
/* TOPICS */
.category-links {
  display: flex;
  gap: 16px;
  justify-content: center;
  /* ボタン間の余白 */
  margin-bottom: 24px;
}

.category-link-btn {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid #000;
  border-radius: 2px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
}

.category-link-btn:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 575.98px) {
  .category-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .category-link-btn {
    width: calc(50% - 6px);
    font-size: 15px;
    padding: 10px 0;
    box-sizing: border-box;
  }

  @media screen and (max-width: 575.98px) {
    .bl_topMedia_imgList .bl_topMedia_imgList_item:nth-child(n+5) {
      display: none;
    }
  }
}