@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : topics.css
Description : トピックス
===================================================================== */
/* ========================================================
    topics
======================================================== */
.topics {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 15rem 0;
  }
}
.topics_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 8rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .topics_ttl {
    padding-top: 7rem;
  }
}
.topics_ttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .topics_ttl > .morphing {
    font-size: 7rem;
  }
}
.topics_ttl > .morphing:nth-child(2) {
  padding-top: 0.8rem;
  font-size: 6.4rem;
}
@media screen and (min-width: 768px) {
  .topics_ttl > .morphing:nth-child(2) {
    padding-top: 0.7rem;
    font-size: 5.6rem;
  }
}
.topics_column {
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .topics_column {
    margin-top: 6rem;
  }
}
.topics_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5rem;
  column-gap: 0;
  width: calc(100% + 6rem);
  margin: -3rem;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  .topics_list {
    row-gap: 10rem;
    column-gap: 4.4%;
  }
}
.topics_list > li {
  width: 100%;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ff54d5;
}
@media screen and (min-width: 768px) {
  .topics_list > li {
    width: 30.4%;
    padding-bottom: 3rem;
  }
}
.topics_list > li:first-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topics_list > li:first-child figure {
    padding: 0 15%;
  }
}
@media screen and (min-width: 768px) {
  .topics_list > li:first-child dl {
    padding: 0 6%;
  }
}
.topics_list > li:first-child dl > dd {
  margin-top: 2.5rem;
  font-size: 3.4rem;
}
@media screen and (min-width: 768px) {
  .topics_list > li:first-child dl > dd {
    margin-top: 1.5rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .topics_list > li:not(:first-child) a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .topics_list > li:not(:first-child) figure {
    width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .topics_list > li:not(:first-child) dl {
    width: 37rem;
    margin-top: 0;
    line-height: 1;
  }
}
.topics_list > li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .topics_list > li a:hover {
    opacity: 1;
    transform: rotate(-3deg);
  }
}
.topics_list > li figure img {
  border-radius: 1.5rem;
}
.topics_list > li dl {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .topics_list > li dl {
    margin-top: 1.5rem;
  }
}
.topics_list > li dl > dt {
  display: inline-block;
  width: 27rem;
  height: 4rem;
  color: #ff54d5;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 3.8rem;
  text-align: center;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .topics_list > li dl > dt {
    width: 17rem;
    height: 2.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.topics_list > li dl > dd {
  margin-top: 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .topics_list > li dl > dd {
    margin-top: 2rem;
  }
}
.topics_article {
  position: relative;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
  padding: 6rem 5rem 8rem 5rem;
  border-radius: 2rem;
  background-color: rgba(220, 230, 231, 0.6);
}
@media screen and (min-width: 768px) {
  .topics_article {
    width: 100%;
    margin: 0;
    padding: 4rem 6% 6rem 6%;
  }
}
.topics_subttl {
  padding-bottom: 3rem;
  border-bottom: 1px solid #ff54d5;
}
@media screen and (min-width: 768px) {
  .topics_subttl {
    padding-bottom: 2rem;
  }
}
.topics_subttl > em {
  display: inline-block;
  width: 27rem;
  height: 4rem;
  color: #ff54d5;
  font-style: normal;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 3.8rem;
  text-align: center;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .topics_subttl > em {
    width: 17rem;
    height: 2.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.topics_subttl > span {
  display: block;
  margin-top: 2rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .topics_subttl > span {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}
.topics_text h4 {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .topics_text h4 {
    margin-top: 4rem;
  }
}
.topics_text h4 > span {
  padding: 0 0 0.2rem 0;
  color: #ff54d5;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 800;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .topics_text h4 > span {
    font-size: 2rem;
  }
}
.topics_text p {
  margin-top: 6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .topics_text p {
    margin-top: 4rem;
  }
}
.topics_text a {
  color: #ff54d5;
  text-decoration: underline;
}
.topics_text .topics_btn {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .topics_text .topics_btn {
    width: 36.3636363636%;
    margin-top: 4rem;
  }
}
.topics_text .topics_btn > a {
  text-decoration: none;
}
.topics_img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_img {
    width: 79.5454545455%;
    margin: 4rem auto 0 auto;
  }
}
.topics_img_01 figure {
  width: 100%;
}
.topics_img_02 {
  row-gap: 2.5rem;
  column-gap: 2.8571428571%;
}
.topics_img_02 figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topics_img_02 figure {
    width: 48.5714285714%;
  }
}
.topics_img + .topics_img {
  margin-top: 2.5rem;
}
.topics_img figure img {
  border-radius: 1.5rem;
}
.topics_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 6rem;
  padding: 6rem 0;
  border-top: 1px solid #ff54d5;
  border-bottom: 1px solid #ff54d5;
}
@media screen and (min-width: 768px) {
  .topics_share {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.topics_share > dt {
  width: auto;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .topics_share > dt {
    width: 50%;
    font-size: 2rem;
    text-align: center;
  }
}
.topics_share > dd {
  width: auto;
}
@media screen and (min-width: 768px) {
  .topics_share > dd {
    width: 50%;
  }
}
.topics_share_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1.5rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .topics_share_list {
    column-gap: 2rem;
  }
}
.topics_share_list > li {
  position: relative;
  width: 9rem;
  padding-top: 9rem;
}
@media screen and (min-width: 768px) {
  .topics_share_list > li {
    width: 6.4rem;
    padding-top: 6.4rem;
  }
}
.topics_share_list > li.share_list_x a {
  background-image: url(../images/common/icon_share01.png);
}
@media screen and (min-width: 768px) {
  .topics_share_list > li.share_list_x a:hover {
    background-image: url(../images/common/icon_share01_h.png);
    opacity: 1;
  }
}
.topics_share_list > li.share_list_fb a {
  background-image: url(../images/common/icon_share02.png);
}
@media screen and (min-width: 768px) {
  .topics_share_list > li.share_list_fb a:hover {
    background-image: url(../images/common/icon_share02_h.png);
    opacity: 1;
  }
}
.topics_share_list > li.share_list_line a {
  background-image: url(../images/common/icon_share03.png);
}
@media screen and (min-width: 768px) {
  .topics_share_list > li.share_list_line a:hover {
    background-image: url(../images/common/icon_share03_h.png);
    opacity: 1;
  }
}
.topics_share_list > li > a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.topics_btn {
  width: 59rem;
  margin: 12rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_btn {
    width: 32%;
    margin: 6rem auto 0 auto;
  }
}
.topics_btn.btn_back > a::after {
  left: 6rem;
  right: inherit;
  transform: translateY(-50%) rotate(225deg);
}
@media screen and (min-width: 768px) {
  .topics_btn.btn_back > a::after {
    left: 3rem;
  }
}
.topics_btn > a {
  position: relative;
  display: block;
  width: 100%;
  height: 10rem;
  color: #000000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 10rem;
  text-align: center;
  border-radius: 5rem;
  background-color: #ff54d5;
}
@media screen and (min-width: 768px) {
  .topics_btn > a {
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover {
    color: #ff54d5;
    background-color: #000000;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover::after {
    border-color: #ff54d5;
  }
}
.topics_btn > a::after {
  content: "";
  position: absolute;
  right: 6rem;
  top: 50%;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.3rem solid #000000;
  border-right: 0.3rem solid #000000;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .topics_btn > a::after {
    right: 3rem;
    width: 1rem;
    height: 1rem;
    border-top: 0.2rem solid #000000;
    border-right: 0.2rem solid #000000;
  }
}/*# sourceMappingURL=topics.css.map */