/* NEWS detail clean layout */
.post-wrapper {
  max-width: 760px;
  margin: 60px auto;
  padding: 0 20px 80px;
  display: block !important;
}

.post-wrapper * {
  float: none !important;
}

.news-date {
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}

.news-title {
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0 0 30px;
}

.post-thumb {
  margin-bottom: 30px;
  text-align: center;
}

.post-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 520px;
}

.post-content {
  max-width: 680px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.9;
  color: #ffffff;
  display: block;
  width: 100%;
}

.post-content p {
  margin: 0 0 1.2em;
}

.post-content img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 520px;
}

/* NEWS archive */
.news-archive {
  max-width: 1360px;
  margin: 56px auto 0;
  padding: 0 28px 80px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 50px;
}

.news-card {
  min-width: 0;
}

.news-card.is-extra-pc {
  display: none;
}

.news-card-link {
  display: block;
  height: 100%;
  padding: 16px 16px 18px;
  background: #f5f2ed;
  border-radius: 16px;
  text-decoration: none;
  color: #000;
}

.news-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #ece7df;
}

.news-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: none !important;
}

.news-card-body {
  padding-top: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.news-card-date {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #111;
}

.news-card-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #111;
  font-weight: 700;
}

.news-card-more {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #111;
}

.news-empty {
  color: #fff;
  text-align: center;
  grid-column: 1 / -1;
  margin: 40px 0 0;
}

.news-archive-more {
  margin-top: 28px;
  text-align: center;
}

.news-more-button {
  min-width: 180px;
  padding: 14px 24px;
  border: 1px solid rgba(255,255,255,.7);
  background: transparent;
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  cursor: pointer;
}

.news-archive.is-expanded .news-card.is-extra-pc {
  display: block;
}

@media (max-width: 768px) {
  .post-wrapper {
    margin: 40px auto;
    padding: 0 16px 56px;
  }

  .news-title {
    font-size: 22px;
  }

  .post-thumb img,
  .post-content img {
    max-height: none;
  }

  .news-archive {
    margin-top: 40px;
    padding: 0 16px 56px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }

  .news-card.is-extra-pc {
    display: block;
  }

  .news-card.is-extra-sp {
    display: none;
  }

  .news-archive.is-expanded .news-card.is-extra-sp {
    display: block;
  }

  .news-card-link {
    padding: 12px 12px 16px;
    border-radius: 14px;
  }

  .news-card-image {
    aspect-ratio: 4 / 3;
  }

  .news-card-body {
    padding-top: 12px;
    row-gap: 4px;
  }

  .news-card-date {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
  }

  .news-card-title {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #000 !important;
    min-height: 0;
  }

  .news-card-more {
    margin: 0;
    line-height: 1.6;
  }

  .news-more-button {
    width: 100%;
    min-width: 0;
  }
}
