@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : topics.css
Description : トピックス
===================================================================== */
/* ========================================================
    topics
======================================================== */
.topics {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 12rem 0;
  }
}
.topics_column {
  position: relative;
  width: 100%;
}
.topics_ttl {
  position: relative;
  width: 26.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_ttl {
    width: 23.94rem;
  }
}
.topics_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .topics_wrap {
    margin-top: 6rem;
  }
}
.topics_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.topics_list > li {
  width: 100%;
  margin: 6rem 0 0 0;
  padding: 0 0 6rem 0;
  border-bottom: 1px solid #100923;
}
@media screen and (min-width: 768px) {
  .topics_list > li {
    width: 30.4%;
    margin: 4.8rem 0 0 4.4%;
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .topics_list > li:nth-child(3n+2) {
    margin-left: 0;
  }
}
.topics_list > li:nth-child(1) {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .topics_list > li:nth-child(1) {
    width: 100%;
    padding: 0 10rem 4.8rem 10rem;
    border-bottom: 1px solid #100923;
  }
}
@media screen and (max-width: 767.98px) {
  .topics_list > li:nth-child(n+2) .topics_item {
    flex-direction: row;
  }
}
@media screen and (max-width: 767.98px) {
  .topics_list > li:nth-child(n+2) .topics_item > figure {
    width: 43.0769230769%;
  }
}
@media screen and (max-width: 767.98px) {
  .topics_list > li:nth-child(n+2) .topics_item > dl {
    flex-direction: column-reverse;
    width: 50.7692307692%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .topics_list > li:nth-child(n+2) .topics_item > dl > dt {
    text-align: right;
  }
}
@media screen and (max-width: 767.98px) {
  .topics_list > li:nth-child(n+2) .topics_item > dl > dd {
    margin-top: -0.4rem;
    margin-bottom: 0.4rem;
  }
}
.topics_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topics_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .topics_list > li > a:hover .topics_item > figure > img {
    transform: scale(1.05);
  }
}
.topics_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.topics_item > figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.topics_item > figure > img {
  transition: 0.3s ease;
}
.topics_item > dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .topics_item > dl {
    margin-top: 1.5rem;
  }
}
.topics_item > dl > dt {
  width: 100%;
  text-align: left;
}
.topics_item > dl > dt > span {
  display: block;
  color: #87010d;
  font-size: 2.4rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dt > span {
    font-size: 1.6rem;
  }
}
.topics_item > dl > dd {
  width: 100%;
  margin-top: 0.4rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dd {
    margin-top: 0.3rem;
  }
}
.topics_item > dl > dd > span {
  display: block;
}/*# sourceMappingURL=topics.css.map */