@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : topics.css
Description : トピックス
===================================================================== */
/* ========================================================
    topics
======================================================== */
.topics {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 12rem 0;
  }
}
.topics::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(100% - 5.5rem);
  height: 70rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .topics::before {
    width: calc(100% - 6rem);
    height: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .topics::before {
    width: calc(50% + 540px);
  }
}
.topics_column {
  position: relative;
  width: 93.75%;
  margin: 0 0 0 auto;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .topics_column {
    width: 100%;
    margin: 0;
    padding-bottom: 7.5rem;
  }
}
.topics_column::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 10rem);
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .topics_column::before {
    height: calc(100% - 7.5rem);
  }
}
.topics_column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.topics_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.topics_ttl > em {
  display: block;
  padding-left: 5.5rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .topics_ttl > em {
    padding-left: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.topics_ttl > span {
  position: absolute;
  left: -6rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .topics_ttl > span {
    font-size: 2.1rem;
  }
}
.topics_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90.8333333333%;
  margin: 8rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_list {
    width: 81.4814814815%;
    margin: 6rem auto 0 auto;
  }
}
.topics_list > li {
  position: relative;
  width: 100%;
  margin: 6rem 0 0 0;
  padding: 0 0 6rem 0;
}
@media screen and (min-width: 768px) {
  .topics_list > li {
    width: 31.8181818182%;
    margin: 4.5rem 0 0 2.2727272727%;
    padding: 0;
  }
}
.topics_list > li:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .topics_list > li:first-child {
    width: 100%;
    padding: 0 4.5454545455% 4.5rem 4.5454545455%;
  }
}
@media screen and (min-width: 768px) {
  .topics_list > li:first-child::before {
    content: "";
  }
}
.topics_list > li:first-child .topics_item > figure {
  width: 100%;
}
.topics_list > li:first-child .topics_item > dl {
  flex-direction: column;
  width: 100%;
  margin-top: 1.6rem;
}
.topics_list > li:first-child .topics_item > dl > dt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .topics_list > li:nth-child(3n+2) {
    margin-left: 0;
  }
}
.topics_list > li:last-child {
  padding-bottom: 0;
}
.topics_list > li:last-child::before {
  content: none;
}
.topics_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #99b9bf 0%, #bd97a7 100%);
}
@media screen and (min-width: 768px) {
  .topics_list > li::before {
    content: none;
  }
}
.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::after {
    opacity: 0.5;
  }
}
.topics_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.topics_item > figure {
  position: relative;
  width: 46.7889908257%;
}
@media screen and (min-width: 768px) {
  .topics_item > figure {
    width: 100% !important;
  }
}
.topics_item > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #add2d9 0%, #76cbdc 35%, #dc7fa9 65%, #d4a9bc 100%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.topics_item > dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 47.7064220183%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .topics_item > dl {
    flex-direction: column !important;
    width: 100% !important;
    margin-top: 1.2rem !important;
  }
}
.topics_item > dl > dt {
  width: 100%;
  color: #73b4bf;
  font-family: "Imbue", serif;
  font-size: 3.2rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dt {
    font-size: 2.2rem;
    text-align: left;
  }
}
.topics_item > dl > dd {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.topics_article {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_article {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.topics_subttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topics_subttl {
    flex-direction: row-reverse;
  }
}
.topics_subttl > span {
  display: block;
  width: 100%;
  color: #73b4bf;
  font-family: "Imbue", serif;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .topics_subttl > span {
    width: 1.5em;
    font-size: 2.8rem;
    line-height: 1;
    writing-mode: vertical-rl;
  }
}
.topics_subttl > em {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .topics_subttl > em {
    width: calc(100% - 1.5em);
    font-size: 2.6rem;
  }
}
.topics_subttl > em > span {
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
.topics_body {
  position: relative;
  width: 100%;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .topics_body {
    padding-top: 1.5rem;
  }
}
.topics_body a {
  text-decoration: underline;
  text-decoration-color: #cc3d7d;
}
.topics_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .topics_img {
    margin-top: 0.5rem;
  }
}
.topics_img > figure {
  width: 100%;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .topics_img > figure {
    width: 48.125%;
    margin: 2.5rem 0 0 3.75%;
  }
}
@media screen and (min-width: 768px) {
  .topics_img > figure:first-child:last-child {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .topics_img > figure:nth-child(2n+1) {
    margin-left: 0;
  }
}
.topics_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .topics_text {
    margin-top: 3rem;
  }
}
.topics_h401 {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .topics_h401 {
    margin-top: 3rem;
    padding: 0 4rem;
  }
}
.topics_h401::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #000000;
}
.topics_h401::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #000000;
}
.topics_h401 > span {
  color: #cc3d7d;
  font-size: 110%;
  font-weight: 700;
}
.topics_h402 {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .topics_h402 {
    margin-top: 3rem;
    padding-top: 1.2rem;
  }
}
.topics_h402::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 8rem;
  height: 1px;
  border-top: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .topics_h402::before {
    width: 4rem;
  }
}
.topics_h402 > span {
  color: #73b4bf;
  font-size: 110%;
  font-weight: 700;
}
.topics_share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 6rem;
  padding: 1.6rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .topics_share {
    margin-top: 4.5rem;
    padding: 1.2rem 0;
  }
}
.topics_share > dt {
  width: auto;
  margin-right: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .topics_share > dt {
    margin-right: 5rem;
  }
}
.topics_share > dt > span {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .topics_share > dt > span {
    font-size: 2rem;
  }
}
.topics_share > dd {
  width: auto;
}
.topics_share_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.topics_share_list > li {
  width: 10.2rem;
  aspect-ratio: 1/1;
  margin: 0;
}
.topics_share_list > li.share_list_x > a::before {
  background-image: url(../images/common/nav_sns_bg01.png);
}
.topics_share_list > li.share_list_facebook > a::before {
  background-image: url(../images/common/nav_sns_bg02.png);
}
.topics_share_list > li.share_list_line > a::before {
  background-image: url(../images/common/nav_sns_bg03.png);
}
.topics_share_list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .topics_share_list > li > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}
.topics_share_list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.topics_share_list > li > a > svg {
  width: 27.2727272727%;
  aspect-ratio: 1/1;
  margin: 0;
  fill: #000000;
}
.topics_btnwrap {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .topics_btnwrap {
    padding: 6rem 0;
  }
}
.topics_btnwrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 12.8rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .topics_btnwrap::before {
    height: 9.5rem;
  }
}
.topics_btn {
  position: relative;
  width: 87.5%;
  aspect-ratio: 560/96;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_btn {
    width: 408px;
  }
}
.topics_btn > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background-image: url(../images/common/btn_bg05.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover {
    background-image: url(../images/common/btn_bg05_h.jpg);
    opacity: 1;
  }
}
.topics_btn > a > span {
  display: block;
  color: #ffffff;
  font-family: "Imbue", serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .topics_btn > a > span {
    font-size: 2.7rem;
  }
}/*# sourceMappingURL=topics.css.map */