.top-news-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(1.5rem, 1.275rem + 0.645vw, 2.5rem);
}
.top-news-load-more__btn {
  border: 0;
  cursor: pointer;
}

.news-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width:991px) {
  .news-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width:992px) {
  .news-layout {
    gap: 5rem;
  }
}

.news-main {
  width: 70%;
}
@media screen and (max-width:991px) {
  .news-main {
    width: 100%;
  }
}
.news-main .news-list {
  border-top: 1px dotted #909090;
}
.news-main .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding-block: 3rem;
  border-bottom: 1px dotted #909090;
}
@media screen and (max-width:767px) {
  .news-main .news-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding-block: 2rem;
  }
}
.news-main .news-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 220px;
}
@media screen and (max-width:767px) {
  .news-main .news-item__meta {
    width: auto;
    gap: 1.5rem;
  }
}
.news-main .news-item__date {
  color: #9da1a6;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.news-main .news-item__cat {
  display: inline-block;
  background-color: #6ebbd4;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.4em 1.5em;
  border-radius: 100vmax;
  min-width: 100px;
  text-align: center;
  margin-inline: auto;
}
.news-main .news-item__cat.-release {
  background-color: #6ebbd4;
}
.news-main .news-item__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.news-main .news-item__ttl a {
  color: #29210b;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.news-main .news-item__ttl a:hover {
  opacity: 0.7;
}
.news-main .pagination {
  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;
  gap: 1rem;
  margin-top: 5rem;
}
.news-main .pagination .page-numbers {
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.news-main .pagination .page-numbers.current {
  background-color: #6ebbd4;
  color: #fff;
}
.news-main .pagination .page-numbers:not(.current):not(.dots):hover {
  background-color: #ddd;
}
.news-main .pagination .page-numbers.dots {
  background-color: transparent;
  letter-spacing: 0.2em;
}

.news-sidebar {
  width: 25%;
  min-width: 240px;
}
@media screen and (max-width:991px) {
  .news-sidebar {
    width: 100%;
    margin-top: 3rem;
  }
}
.news-sidebar .widget {
  margin-bottom: 4rem;
}
.news-sidebar .widget-title {
  background-color: #29210b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.news-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 15px;
}
.news-sidebar .widget ul li {
  font-size: 15px;
  font-weight: 700;
}
.news-sidebar .widget ul li a {
  color: #29210b;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news-sidebar .widget ul li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #29210b;
  border-right: 2px solid #29210b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 1rem;
  margin-left: 0.5rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.news-sidebar .widget ul li a:hover, .news-sidebar .widget ul li a.-active {
  color: #29210b;
}
.news-sidebar .widget ul li a:hover::before, .news-sidebar .widget ul li a.-active::before {
  border-color: #29210b;
}
.news-sidebar .widget .select-wrap {
  position: relative;
  background-color: #eaebec;
  border-radius: 4px;
  overflow: hidden;
}
.news-sidebar .widget .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #29210b;
  border-right: 2px solid #29210b;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.news-sidebar .widget .select-wrap select {
  width: 100%;
  padding: 12px 15px;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #29210b;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.news-sidebar .widget .select-wrap select:focus {
  outline: none;
}

.news-detail {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  -webkit-box-shadow: 0 14px 36px rgba(41, 33, 11, 0.05);
          box-shadow: 0 14px 36px rgba(41, 33, 11, 0.05);
  padding: clamp(1.625rem, 1.203rem + 1.935vw, 3.5rem);
}
.news-detail__header {
  margin-bottom: clamp(1.375rem, 1.065rem + 1.419vw, 2.75rem);
}
.news-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.news-detail__date {
  color: rgba(41, 33, 11, 0.75);
  font-size: clamp(1rem, 0.972rem + 0.129vw, 1.125rem);
  line-height: 1;
  letter-spacing: 0;
}
.news-detail__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 8px;
  border-radius: 2px;
  background: #c22e5d;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.news-detail__ttl {
  margin: clamp(12px, 1.024vw, 18px) 0 0;
  padding-bottom: clamp(16px, 1.317vw, 24px);
  border-bottom: 1px solid #d8d8d8;
  color: #29210b;
  font-size: clamp(1.75rem, 1.524rem + 1.032vw, 2.75rem);
  line-height: 1.45;
  letter-spacing: 0.02em;
}
.news-detail__thumb {
  margin: 0 0 clamp(1.5rem, 1.19rem + 1.419vw, 2.875rem);
}
.news-detail__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.news-detail__body {
  color: #29210b;
  font-size: clamp(1rem, 0.972rem + 0.129vw, 1.125rem);
  line-height: 2;
  letter-spacing: 0.04em;
}
.news-detail__body > * {
  width: 100% !important;
  max-width: 100% !important;
}
.news-detail__body p {
  margin: 0;
}
.news-detail__body p + p {
  margin-top: 1.25em;
}
.news-detail__body a {
  color: #c22e5d;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.news-detail__body h2,
.news-detail__body h3,
.news-detail__body h4 {
  margin: 2.1em 0 0.8em;
  color: #29210b;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.news-detail__body h2 {
  font-size: clamp(1.25rem, 1.137rem + 0.516vw, 1.75rem);
  padding-left: 0.7em;
  border-left: 4px solid #c22e5d;
}
.news-detail__body h3 {
  font-size: clamp(1.125rem, 1.041rem + 0.387vw, 1.5rem);
  padding-bottom: 0.35em;
  border-bottom: 1px solid #d8d8d8;
}
.news-detail__body h4 {
  font-size: clamp(1.063rem, 1.021rem + 0.194vw, 1.25rem);
}
.news-detail__body ul,
.news-detail__body ol {
  margin: 1.25em 0;
}
.news-detail__body li + li {
  margin-top: 0.45em;
}
.news-detail__body li {
  position: relative;
  padding-left: 0.5lh;
}
.news-detail__body li::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.3lh;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #29210b;
}
.news-detail__body blockquote {
  margin: 1.8em 0;
  padding: 1.2em 1.4em;
  background: #f6f6f6;
  border-left: 4px solid #1f344a;
}
.news-detail__body figure {
  margin: 1.8em 0;
}
.news-detail__body img,
.news-detail__body iframe,
.news-detail__body video {
  max-width: 100%;
  height: auto;
}
.news-detail__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
.news-detail__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(1.875rem, 1.425rem + 2.065vw, 3.875rem);
}
.news-detail__back {
  min-width: clamp(13.125rem, 11.997rem + 5.161vw, 18.125rem);
  border: solid 2px #29210b;
}
.news-detail__back:hover {
  border: solid 2px #c22e5d;
}

.news-single {
  width: 100%;
}
@media screen and (max-width:767px) {
  .news-single {
    width: calc(100vw - 30px);
    margin-inline: -15px;
  }
}
.news-single__empty {
  margin: 0;
  text-align: center;
  color: rgba(41, 33, 11, 0.7);
  font-size: clamp(1rem, 0.972rem + 0.129vw, 1.125rem);
}

.news-inner > .news-sidebar,
.news-single > .news-sidebar {
  width: 100%;
  min-width: 0;
  margin-top: clamp(20px, 15.484px + 1.29vw, 40px);
  display: grid;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .news-inner > .news-sidebar,
  .news-single > .news-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.news-inner > .news-sidebar .widget,
.news-single > .news-sidebar .widget {
  margin-bottom: 0;
}

body#news {
  background: #e6e6e6;
}/*# sourceMappingURL=style-news.css.map */