.js-fadeinTxt {
  opacity: 0;
}

.main {
  z-index: 3;
}

.news-main {
  position: relative;
}
.news-deco {
  background: url(../../cmn/img/cmn_deco-sp.png) no-repeat center top/100% auto;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .news-deco {
    background: url(../../cmn/img/cmn_deco-pc.png) no-repeat center top/100% auto;
    height: 120%;
  }
}
.news-mv {
  background-image: url(../img/mv-sp.jpg);
}
@media (min-width: 768px) {
  .news-mv {
    background-image: url(../img/mv-pc.png);
  }
}
.news__category {
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #c7161d;
  border-radius: 20px;
  font-family: "Chakra Petch", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 0.2em 1.5em;
}
.news__date {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.news-archive {
  position: relative;
  padding-bottom: clamp(50px, 13.0208333333vw, 150px);
  padding-top: clamp(50px, 10.4166666667vw, 120px);
}
.news-archive-wrapper {
  display: grid;
  gap: 50px;
}
@media (min-width: 768px) {
  .news-archive-wrapper {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .news-archive-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .news-archive-wrapper {
    gap: 75px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.news-archive-wrapper .news-archive-item:nth-child(1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.news-archive-wrapper .news-archive-item:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.news-archive-wrapper .news-archive-item:nth-child(3) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.news-archive-wrapper .news-archive-item:nth-child(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.news-archive-wrapper .news-archive-item:nth-child(5) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.news-archive-wrapper .news-archive-item:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.news-archive-wrapper .news-archive-item:nth-child(7) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.news-archive-wrapper .news-archive-item:nth-child(8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.news-archive-pagenation {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: clamp(70px, 10.4166666667vw, 120px) auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.news-archive-pagenation > *:not(.next):not(.prev) {
  border: 1px solid #c7161d;
  border-radius: 5px;
  color: #fff;
  display: grid;
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(16px, 1.1111vw, 20px);
  font-weight: 700;
  height: 48px;
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: 44px;
}
@media (min-width: 768px) {
  .news-archive-pagenation > *:not(.next):not(.prev) {
    height: 50px;
    width: 50px;
  }
}
.news-archive-pagenation > *:not(.next):not(.prev):not(span):hover {
  background: rgba(199, 22, 29, 0.4);
  opacity: 1;
}
.news-archive-pagenation > *:not(.next):not(.prev).current {
  background: #c7161d;
}
.news-archive-pagenation .next,
.news-archive-pagenation .prev {
  border: 1px solid #c7161d;
  border-radius: 50%;
  color: transparent;
  display: grid;
  height: 50px;
  place-items: center;
  transition: 0.4s;
  width: 50px;
}
@media (min-width: 768px) {
  .news-archive-pagenation .next,
.news-archive-pagenation .prev {
    height: 60px;
    width: 60px;
  }
}
.news-archive-pagenation .next::after,
.news-archive-pagenation .prev::after {
  background: url(../../cmn/img/header__nav__item_arrow.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 9px;
  width: 22px;
}
.news-archive-pagenation .next:hover,
.news-archive-pagenation .prev:hover {
  background: rgba(199, 22, 29, 0.4);
  opacity: 1;
}
.news-archive-pagenation .next:hover::after,
.news-archive-pagenation .prev:hover::after {
  -webkit-animation: arrowToRight 0.8s forwards;
          animation: arrowToRight 0.8s forwards;
}
.news-archive-pagenation .prev {
  transform: scale(-1, 1);
}
.news-archive-pagenation-num {
  display: flex;
  gap: 10px;
}
.news-archive-pagenation-num__item {
  border: 1px solid #c7161d;
  border-radius: 5px;
  color: #fff;
  display: grid;
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(16px, 1.1111vw, 20px);
  font-weight: 700;
  height: 48px;
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: 44px;
}
@media (min-width: 768px) {
  .news-archive-pagenation-num__item {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .news-archive-pagenation-num__item:nth-child(n+4) {
    display: none;
  }
}
.news-archive-pagenation-num__item:hover {
  background: rgba(199, 22, 29, 0.4);
  opacity: 1;
}
.news-archive-pagenation-num__item.current {
  background: #c7161d;
}
.news-archive-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.news-archive-item__img {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.news-archive-item__img img {
  transition: 0.4s;
}
.news-archive-item:hover .news-archive-item__img img {
  transform: scale(1.1);
}
.news-archive-item__category {
  margin-top: 20px;
}
.news-archive-item__date {
  margin-top: 10px;
}
.news-archive-item__title {
  font-size: 14px;
  line-height: 1.5;
}
.news-detail {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: clamp(50px, 13.0208333333vw, 150px);
  padding-top: clamp(50px, 10.4166666667vw, 120px);
}
.news-detail-title__txt {
  font-size: clamp(20px, 1.7777vw, 32px);
  font-weight: 700;
}
.news-detail-title-meta {
  align-items: center;
  display: flex;
  gap: clamp(5px, 1.5625vw, 18px);
  margin-top: clamp(10px, 2.6041666667vw, 30px);
}
.news-detail-article {
  font-size: clamp(14px, 0.888vw, 16px);
}
.news-detail-article h2 {
  font-size: clamp(16px, 1.1111vw, 20px);
  font-weight: 700;
  margin-bottom: clamp(0px, 5.2083333333vw, 60px);
  margin-top: clamp(40px, 6.9444444444vw, 80px);
}
.news-detail-article p {
  margin-top: 30px;
}
.news-detail-article p a {
  color: #c7161d;
  display: inline;
  text-decoration: underline;
}
.news-detail-article ul,
.news-detail-article ol,
.news-detail-article figure {
  margin-top: 30px;
}
.news-detail-article ul li {
  display: flex;
  gap: 5px;
}
.news-detail-article ul li::before {
  background: #c7161d;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 5px;
  margin-top: 0.7em;
  width: 5px;
}
.news-detail-article ol {
  counter-reset: counter;
}
.news-detail-article ol li {
  display: flex;
  gap: 5px;
}
.news-detail-article ol li::before {
  color: #c7161d;
  content: counter(counter) ".";
  counter-increment: counter;
}
.news-detail-nav {
  align-items: center;
  display: grid;
  gap: clamp(37px, 4.9479166667vw, 57px);
  grid-template-columns: auto 1fr auto;
  margin: clamp(70px, 10.4166666667vw, 120px) auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.news-detail-nav__back {
  font-size: 16px;
  font-weight: 700;
}