/*==================================================
section section_topics
===================================*/
.section_topics {
  position: relative;
  padding: 10rem 0;
  background: linear-gradient(to right, #141414 0%, #292929 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}

@media screen and (max-width: 767px) {
  .section_topics {
    padding: 6rem 0;
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
  }
}

.section_topics::after {
  position: absolute;
  top: 50%;
  left: -2vw;
  transform: translateY(-50%);
  content: "TOPIcs";
  color: #f5f5f5;
  opacity: 0.07;
  font-weight: 400;
  font-size: 20rem;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .section_topics::after {
    font-size: 10rem;
  }
}

.section_topics .section__title {
  text-align: left;
  margin: 0;
}

.section_topics .section__title .section__jp,
.section_topics .section__title .section__en {
  color: #fff;
}

.section_topics_wrapper {
  padding: 0 5%;
  padding-left: 24%;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .section_topics_wrapper {
    padding-left: 12%;
  }
}

.section_topics_lead {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

.section_topics__slider {
  margin-bottom: 5rem;
  padding-left: 24%;
  padding-right: 3rem;
}

@media screen and (max-width: 767px) {
  .section_topics__slider {
    padding-left: 12%;
  }
}

.section_topics__item {
  background-color: #fff;
}

.section_topics__image {
  position: relative;
  height: 25rem;
}

@media screen and (max-width: 767px) {
  .section_topics__image {
    height: 18rem;
  }
}

.section_topics__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_topics__category {
  background-color: #907f63;
  color: #fff;
  font-size: 1.4rem;
  width: fit-content;
  padding: 0.25rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.section_topics__item_content {
  padding: 2.5rem 2rem;
  background-color: #292929;
  color: #fff;
}

.section_topics__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  position: relative;
  padding-left: 1.3rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px rgba(201, 196, 184, 0.48);
}

@media screen and (max-width: 767px) {
  .section_topics__title {
    font-size: 1.6rem;
  }
}

.section_topics__title::before {
  content: "";
  width: 0.3rem;
  height: calc(100% - 2rem);
  display: block;
  background-color: #bb9e79;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  transform: translateY(-50%);
}

.section_topics__text {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .section_topics__text {
    margin-bottom: 2rem;
  }
}

.section_topics__link {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
  .section_topics__link {
    font-size: 1.6rem;
  }
}

.section_topics__link a {
  display: flex;
  justify-content: flex-end;
}

.section_topics__link p {
  position: relative;
  width: 12rem;
}

@media screen and (max-width: 767px) {
  .section_topics__link p {
    width: 10rem;
  }
}

.section_topics__link .arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-top: 6.4px;
  border-radius: 9999px;
  background-color: #fff;
}

.section_topics__link .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.section_topics .swiper .swiper-slide {
  height: auto;
}

.section_topics .swiper .swiper-slide-item {
  height: 100%;
}

.section_topics .btn {
  padding-left: 24%;
}

@media screen and (max-width: 767px) {
  .section_topics .btn {
    padding-left: 0;
    margin: 0 auto;
    width: fit-content;
  }
}

/*==================================================
section section_topics END
===================================*/
