@charset "utf-8";

/*
  File Name   : news.css
  Description : コンテンツエリア関係 他
*/

/* section-news
============================================================ */
.news__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.news__title {
  width: 225px;
  margin: 0 auto;
}
.news__title img {
  width: 100%;
}
.news__lists__wrap {
  margin-top: 105px;
}
.news__nav2__wrap {
  margin-top: 75px;
  text-align: center;
}
.news__detail__wrap {
  position: relative;
  margin-top: 105px;
  padding: 88px min(52 / 1920 * 100vw, 52px) 0;
  border-top: 1px solid #000;
}
.news__detail__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 4px;
  background-color: #000;
}
.news__detail__date {
  font-size: 22px;
  letter-spacing: 2px;
}
.news__detail__title {
  margin-top: 25px;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.7;
}
.news__detail__eyecatch {
  position: relative;
  margin-top: 54px;
}
.news__detail__eyecatch::before {
  content: "";
  display: block;
  padding-top: calc(504 / 896 * 100%);
}
.news__detail__eyecatch img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
}
.news__detail__body {
  display: grid;
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 655px;
  margin: 72px auto 0;
  line-height: 2.1;
}
.news__detail__btns {
  margin-top: 105px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .news__title {
    width: 140px;
  }
  .news__lists__wrap {
    margin-top: 55px;
  }
  .news__nav2__wrap {
    margin-top: 55px;
  }
  .news__detail__wrap {
    margin-top: 55px;
    padding: 44px min(26 / 1920 * 100vw, 26px) 0;
  }
  .news__detail__date {
    font-size: 16px;
  }
  .news__detail__title {
    margin-top: 10px;
    font-size: 23px;
  }
  .news__detail__eyecatch {
    margin-top: 30px;
  }
  .news__detail__body {
    grid-row-gap: 20px;
    margin: 35px auto 0;
  }
  .news__detail__btns {
    margin-top: 55px;
  }
}

/* section-recommend
============================================================ */
.recommend__inner {
  width: 100%;
  max-width: 1040px;
  margin: 105px auto 0;
  padding: 0 20px;
}
.recommend__title {
  width: 205px;
  margin: 0 auto;
}
.recommend__title img {
  width: 100%;
}
.recommend__lists__wrap {
  margin-top: 75px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .recommend__inner {
    margin: 55px auto 0;
  }
  .recommend__title {
    width: 165px;
  }
  .recommend__lists__wrap {
    margin-top: 35px;
  }
}
