/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* font-size */
/* ============================================ */
/* news */
/* ============================================ */
.news-category {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .news-category {
    margin-top: 24px;
  }
}
.news-category__ttl {
  text-align: center;
  font-size: clamp(1.25rem, -0.2237rem + 2.6316vw, 1.75rem);
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .news-category__ttl {
    font-size: clamp(1.125rem, 0.9808rem + 0.4808vw, 1.25rem);
  }
}
.news-category__list {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 20px;
  margin-top: 24px;
  margin-inline: auto;
  width: 100%;
  max-width: 1200px;
}
@media all and (max-width: 896px) {
  .news-category__list {
    gap: 16px;
    margin-top: 16px;
  }
}
@media all and (max-width: 600px) {
  .news-category__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-category__item {
  cursor: pointer;
  padding: 0.2em 0.4em;
  font-size: clamp(1.125rem, 0.3882rem + 1.3158vw, 1.375rem);
  line-height: 1.5;
  background: #d3196b;
  border: 2px solid #d3196b;
  color: #fff;
  border-radius: 8px;
}
@media all and (max-width: 896px) {
  .news-category__item {
    font-size: clamp(0.9375rem, 0.7212rem + 0.7212vw, 1.125rem);
    border-radius: 5px;
  }
}
.news-category__item.--new {
  background: #e50012;
  border-color: #e50012;
}
.news-category__item.--new:has(> input[type=checkbox]:checked) {
  color: #e50012;
}
.news-category__item.--exhibition {
  background: #0068b6;
  border-color: #0068b6;
}
.news-category__item.--exhibition:has(> input[type=checkbox]:checked) {
  color: #0068b6;
}
.news-category__item.--notice {
  background: #C6530A;
  border-color: #C6530A;
}
.news-category__item.--notice:has(> input[type=checkbox]:checked) {
  color: #C6530A;
}
.news-category__item.--event {
  background: #10693c;
  border-color: #10693c;
}
.news-category__item.--event:has(> input[type=checkbox]:checked) {
  color: #10693c;
}
.news-category__item.--other {
  background: #535353;
  border-color: #535353;
}
.news-category__item.--other:has(> input[type=checkbox]:checked) {
  color: #535353;
}
.news-category__item:has(> input[type=checkbox]:checked) {
  background: #fff;
  color: #d3196b;
}
.news-category__item input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-none {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.125rem, 0.7533rem + 0.6637vw, 1.5rem);
  line-height: 1.75;
  margin-top: 88px;
}
@media all and (max-width: 896px) {
  .news-none {
    font-size: clamp(0.9375rem, 0.7212rem + 0.7212vw, 1.125rem);
    margin-top: 40px;
  }
}
.news-list {
  margin-top: 88px;
  border-top: 1px solid #aaa;
}
@media all and (max-width: 896px) {
  .news-list {
    margin-top: 40px;
  }
}
.news-list__item {
  border-bottom: 1px solid #aaa;
  display: none;
}
.news-list__item.--active {
  display: block;
}
.news-list__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media all and (max-width: 896px) {
  .news-list__inner {
    padding: 24px 0;
    gap: 24px;
  }
}
@media all and (max-width: 600px) {
  .news-list__inner {
    flex-direction: column;
  }
}
.news-list__img {
  flex-shrink: 0;
  width: 260px;
}
@media all and (max-width: 896px) {
  .news-list__img {
    width: 180px;
  }
}
@media all and (max-width: 600px) {
  .news-list__img {
    width: 100%;
    max-width: 180px;
    margin-inline: auto;
  }
}
.news-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1200/677;
}
.news-list__contents {
  flex-grow: 1;
}
@media all and (max-width: 600px) {
  .news-list__contents {
    width: 100%;
  }
}
.news-list__ttl {
  font-size: clamp(1.25rem, 0.7544rem + 0.885vw, 1.75rem);
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .news-list__ttl {
    font-size: clamp(1rem, 0.7115rem + 0.9615vw, 1.25rem);
  }
}
.news-list__block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .news-list__block {
    margin-top: 10px;
  }
}
.news-list__date {
  width: 7.5em;
  font-size: clamp(1rem, 0.2632rem + 1.3158vw, 1.25rem);
  color: #0068b6;
}
@media all and (max-width: 896px) {
  .news-list__date {
    font-size: clamp(0.875rem, 0.7308rem + 0.4808vw, 1rem);
  }
}
.news-list__category {
  text-align: center;
  width: 8em;
  padding: 0.2em 0.4em;
  font-size: clamp(0.875rem, 0.1382rem + 1.3158vw, 1.125rem);
  color: #fff;
  line-height: 1.5;
  background: #e50012;
  border-radius: 8px;
}
@media all and (max-width: 896px) {
  .news-list__category {
    font-size: clamp(0.75rem, 0.6058rem + 0.4808vw, 0.875rem);
    border-radius: 5px;
  }
}
.news-list__category.category-exhibition {
  background: #0068b6;
}
.news-list__category.category-notice {
  background: #C6530A;
}
.news-list__category.category-event {
  background: #10693c;
}
.news-list__category.category-other {
  background: #535353;
}
.news-list__txt {
  font-size: clamp(0.9375rem, 0.3849rem + 0.9868vw, 1.125rem);
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .news-list__txt {
    font-size: clamp(0.875rem, 0.8029rem + 0.2404vw, 0.9375rem);
    margin-top: 12px;
  }
}
.news-detail {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  margin-top: 80px;
  container-type: inline-size;
}
@media all and (max-width: 896px) {
  .news-detail {
    margin-top: 32px;
  }
}
.news-detail__ttl {
  font-size: clamp(1.5rem, -3.9783rem + 9.7826vw, 2.625rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.news-detail__block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .news-detail__block {
    margin-top: 20px;
  }
}
.news-detail__date {
  width: 7.5em;
  font-size: clamp(1.125rem, -0.7011rem + 3.2609vw, 1.5rem);
  color: #0068b6;
}
.news-detail__category {
  text-align: center;
  width: 8em;
  padding: 0.2em 0.4em;
  font-size: clamp(1rem, -0.2174rem + 2.1739vw, 1.25rem);
  color: #fff;
  line-height: 1.5;
  background: #e50012;
  border-radius: 8px;
}
@media all and (max-width: 896px) {
  .news-detail__category {
    border-radius: 5px;
  }
}
.news-detail__category.category-exhibition {
  background: #0068b6;
}
.news-detail__category.category-notice {
  background: #C6530A;
}
.news-detail__category.category-event {
  background: #10693c;
}
.news-detail__category.category-other {
  background: #535353;
}
.news-detail p a {
  color: #0068b6;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.news-detail__overview {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .news-detail__overview {
    margin-top: 24px;
  }
}
.news-detail__overview__ttl {
  font-size: clamp(1.125rem, -0.7011rem + 3.2609vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 0.8em;
  margin-bottom: 16px;
}
@media all and (max-width: 896px) {
  .news-detail__overview__ttl {
    margin-bottom: 12px;
  }
}
.news-detail__overview__ttl > span {
  flex-shrink: 0;
}
.news-detail__overview__ttl::after {
  content: "";
  flex-grow: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: #231815;
}
.news-detail__overview__txt {
  line-height: 1.75;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .news-detail__overview__txt {
    margin-top: 12px;
  }
}
.news-detail__main {
  border: 1px solid #231815;
  padding: 64px 8.33cqw;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .news-detail__main {
    padding: 28px 20px;
    margin-top: 40px;
  }
}
.news-detail__main > *:first-child {
  margin-top: 0;
}
.news-detail__main__img {
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .news-detail__main__img {
    margin-top: 16px;
  }
}
.news-detail__main__img img {
  text-align: center;
}
.news-detail__main__ttl {
  font-size: clamp(1.125rem, -0.7011rem + 3.2609vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .news-detail__main__ttl {
    margin-top: 32px;
  }
}
.news-detail__main__txt {
  line-height: 1.75;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .news-detail__main__txt {
    margin-top: 10px;
  }
}
.news-detail__main__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .news-detail__main__list {
    gap: 20px;
    margin-top: 32px;
  }
}
@media all and (max-width: 480px) {
  .news-detail__main__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-detail__main__list__img img {
  width: 100%;
  max-width: none;
}
.news-detail__main__list__txt {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .news-detail__main__list__txt {
    margin-top: 8px;
  }
}