@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : topics.css
Description : トピックスページ
===================================================================== */
/* =====================================================================
    一覧
======================================================================*/
#topics {
  overflow: hidden;
}

#topics h2 img {
  width: auto !important;
  height: 11.4rem !important;
  margin: 0 auto;
}

.topics_list li {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 4rem;
  border-bottom: 0.2rem solid #c49440;
}

.topics_list li dl dd p {
  margin-bottom: 1em;
  font-size: 2.2rem;
  line-height: 1.833;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.topics_list li dl dd span {
  display: block;
  font-family: "Bahnschrift", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #f03454;
  text-align: right;
}

.topics_list li:first-child dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topics_list li:first-child dl dt {
  position: relative;
  margin-bottom: 1em;
}

.topics_list li:first-child dl dt::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -0.8rem;
  right: -0.8rem;
  width: 100%;
  height: 100%;
  -o-border-image: linear-gradient(220deg, #c39222 0%, #c39222 50%, #fad43d 100%) 1/0 0.3rem 0.3rem 0;
     border-image: linear-gradient(220deg, #c39222 0%, #c39222 50%, #fad43d 100%) 1/0 0.3rem 0.3rem 0;
  border-style: solid;
}

.topics_list li:first-child dl dd {
  margin-top: 0.6em;
}

.topics_list li:not(:first-child) dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topics_list li:not(:first-child) dl dt {
  width: 24rem;
}

.topics_list li:not(:first-child) dl dd {
  width: 35rem;
  margin-top: -.3em;
}

@media screen and (min-width: 768px) {
  .topics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(1000 / 1200 * 100%);
    margin: 0 auto;
  }
  .topics_list li {
    width: calc(304 / 1000 * 100%);
    margin: 0 calc(44 / 1000 * 100%) 7rem 0;
    padding-bottom: 1.5rem;
  }
  .topics_list li:nth-child(3n+1), .topics_list li:last-child {
    margin-right: 0;
  }
  .topics_list li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topics_list li dl dt span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .topics_list li dl dt img {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .topics_list li dl dd {
    margin-top: 1.4rem !important;
  }
  .topics_list li dl dd p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .topics_list li dl dd span {
    font-size: 1.4rem;
  }
  .topics_list li:first-child {
    width: calc(800 / 1000 * 100%);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem !important;
  }
  .topics_list li:first-child dl dd p {
    line-height: 2;
  }
  .topics_list li:not(:first-child) dl dt,
  .topics_list li:not(:first-child) dl dd {
    width: 100%;
  }
  .topics_list li a:hover dt img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* =====================================================================
    詳細
======================================================================*/
.topics_article {
  position: relative;
  padding: 8rem 0 10rem;
}

.topics_article::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(670 / 630 * 100%);
  height: 100%;
  margin-left: calc(-20 / 630 * 100%);
  background: #eae7e2;
}

.topics_article > * {
  position: relative;
}

.topics_article header {
  margin-bottom: 6rem;
  padding: 0 calc(40 / 630 * 100%);
}

.topics_article header h3 {
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.833;
}

.topics_article_date {
  font-family: "Bahnschrift", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #f03454;
}

.topics_article_contents {
  padding: 0 calc(40 / 630 * 100%);
}

.topics_article_contents > * {
  margin-bottom: 5.5rem;
}

.topics_article_contents p {
  font-size: 2.2rem;
  line-height: 1.833;
}

.topics_article_contents .btn1 a {
  padding: 2.8rem 0;
}

.topics_article_contents .btn1 a span {
  font-family: "Noto Sans JP";
  font-size: 2.6rem;
}

.topics_sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 11rem;
  padding: 3.4rem 0;
  border-top: 1px solid #c49440;
  border-bottom: 1px solid #c49440;
}

.topics_sns_share dt {
  position: relative;
  width: calc(270 / 630 * 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "makinas_s", sans-serif;
  font-size: 2.2rem;
  letter-spacing: -0.02em;
}

.topics_sns_share dt::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.2rem;
  height: 2.5rem;
  background: url(../images/common/icon_arrow.png) no-repeat center/contain;
}

.topics_sns_share dd {
  width: calc(306 / 630 * 100%);
}

.topics_sns_share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topics_sns_share ul li {
  width: 9rem;
  height: 9rem;
}

.topics_sns_share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: #fff;
  border: 1px solid #000000;
  outline: 1px solid #c49440;
  outline-offset: -3px;
}

.topics_sns_share ul li a img {
  width: 3.6rem;
  margin: auto;
}

.btn_back {
  margin-top: 8rem;
}

.btn_back::before {
  background: #f2f2f2 !important;
}

.btn_back a span {
  font-family: "makinas_s", sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .topics_article {
    width: calc(1000 / 1200 * 100%);
    margin: 0 auto;
    padding: 6rem 0 9.4rem;
  }
  .topics_article::before {
    width: 100%;
    margin: 0;
  }
  .topics_article header {
    margin-bottom: 4rem;
    padding: 0 calc(48 / 1000 * 100%);
  }
  .topics_article header h3 {
    margin-bottom: 1em;
    font-size: 1.8rem;
    line-height: 2.111;
  }
  .topics_article_date {
    font-size: 1.4rem;
  }
  .topics_article_contents {
    padding: 0 calc(48 / 1000 * 100%);
  }
  .topics_article_contents p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .topics_article_contents .btn1 a {
    padding: 2rem 0;
  }
  .topics_article_contents .btn1 a span {
    font-size: 1.8rem;
  }
  .topics_article .topics_sns_share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(900 / 1000 * 100%);
    margin: 6rem auto 0;
    padding: 2.5rem 0;
  }
  .topics_article .topics_sns_share dt {
    width: calc(321 / 900 * 100%);
  }
  .topics_article .topics_sns_share dd {
    width: calc(250 / 900 * 100%);
    margin-left: calc(40 / 900 * 100%);
  }
  .topics_article .topics_sns_share dd ul li {
    width: 7rem;
    height: 7rem;
  }
  .topics_article .topics_sns_share dd ul li a {
    position: relative;
    top: 0;
  }
  .topics_article .topics_sns_share dd ul li a img {
    width: 2.6rem;
  }
  .topics_article .topics_sns_share dd ul li a:hover {
    top: -1rem;
  }
  .btn_back {
    margin-top: 6rem;
  }
}
/*# sourceMappingURL=topics.css.map */