@media print, screen and (min-width: 780.1px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1920px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

/* Main Layout */
@media print, screen and (min-width: 780.1px) {
  .news-main {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .news-main {
    padding-top: 36.4102564103vw;
    padding-bottom: 20.5128205128vw;
  }
}

.news-container {
  margin: 0 auto;
  width: 100%;
}
@media print, screen and (min-width: 780.1px) {
  .news-container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 780px) {
  .news-container {
    max-width: 84.8717948718vw;
  }
}

/* News Header */
@media print, screen and (min-width: 780.1px) {
  .news-header {
    margin: 0 auto 156px;
    padding-top: 80px;
    width: 100%;
    max-width: 1120px;
  }
}
@media screen and (max-width: 780px) {
  .news-header {
    margin-bottom: 20.5128205128vw;
  }
}

.title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.title-line {
  display: block;
  margin: 0;
  color: #262626;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: var(--font-en);
  font-weight: 600;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.03em;
  -webkit-transform: rotate(-6.5deg);
          transform: rotate(-6.5deg);
}
@media print, screen and (min-width: 780.1px) {
  .title-line {
    font-size: 120px;
  }
}
@media screen and (max-width: 780px) {
  .title-line {
    font-size: 12.3076923077vw;
    letter-spacing: -0.03em;
  }
}

/* News Content */
.news-content {
  width: 100%;
}
@media print, screen and (min-width: 780.1px) {
  .news-content {
    max-width: 1360px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .news-content {
    max-width: 84.8717948718vw;
  }
}

/* Category Filter */
.category-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (min-width: 780.1px) {
  .category-filter {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 780px) {
  .category-filter {
    margin-bottom: 10.7692307692vw;
  }
}

.category-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 780.1px) {
  .category-tags {
    gap: 16px;
    margin: auto;
    width: 100%;
    max-width: 900px;
  }
}
@media screen and (max-width: 780px) {
  .category-tags {
    gap: 2.0512820513vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
}

.category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #F7F9FB;
  border: 1px solid #EBF1F7;
}
@media print, screen and (min-width: 780.1px) {
  .category-tag {
    height: 40px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 780px) {
  .category-tag {
    height: 10.2564102564vw;
    padding: 1.0256410256vw 6.1538461538vw;
  }
}
.category-tag span, .category-tag a {
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-transform: uppercase;
}
@media print, screen and (min-width: 780.1px) {
  .category-tag span, .category-tag a {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .category-tag span, .category-tag a {
    font-size: 4.1025641026vw;
  }
}
.category-tag span, .category-tag a {
  color: #262626;
}
.category-tag.active {
  background-color: #262626;
  border-color: #262626;
}
.category-tag.active span, .category-tag.active a {
  color: #FFFFFF;
}
@media (hover: hover) {
  .category-tag:hover:not(.active) {
    background-color: #EBF1F7;
    border-color: #D5DEE6;
  }
}

/* News Grid */
.news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 780.1px) {
  .news-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px 40px;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 780px) {
  .news-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.1538461538vw;
    margin-bottom: 7.6923076923vw;
  }
}

.news-item {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  /* News Image */
  /* News Content Area */
  /* News Category */
  /* News Title */
  /* News Date */
}
@media print, screen and (min-width: 780.1px) {
  .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: calc((100% - 120px) / 4);
  }
}
@media print and (max-width: 1200px), screen and (min-width: 780.1px) and (max-width: 1200px) {
  .news-item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 780px) {
  .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.8461538462vw;
    width: 84.6153846154vw;
  }
}
@media (hover: hover) {
  .news-item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .news-item:hover .news-title {
    text-decoration: underline;
  }
}
.news-item .news-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #F7F9FB;
}
@media print, screen and (min-width: 780.1px) {
  .news-item .news-image {
    width: 100%;
    aspect-ratio: 310/219;
  }
}
@media screen and (max-width: 780px) {
  .news-item .news-image {
    width: 25.641025641vw;
    height: 18.2051282051vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.news-item .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-item .news-image img.no-image {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 780.1px) {
  .news-item .news-image img.no-image {
    width: 166px;
  }
}
@media screen and (max-width: 780px) {
  .news-item .news-image img.no-image {
    width: 14.8717948718vw;
  }
}
.news-item .news-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 780.1px) {
  .news-item .news-text {
    gap: 8px;
  }
}
@media screen and (max-width: 780px) {
  .news-item .news-text {
    gap: 2.0512820513vw;
    width: 55.1282051282vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.news-item .news-category {
  font-family: var(--font-en);
  font-weight: 600;
  color: #FFFFFF;
  background-color: #262626;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 780.1px) {
  .news-item .news-category {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.01em;
    padding: 5px 15px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 780px) {
  .news-item .news-category {
    font-size: 2.5641025641vw;
    line-height: 1em;
    letter-spacing: 0.01em;
    padding: 1.0256410256vw 2.8205128205vw;
    height: 4.1025641026vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news-item .news-title {
  font-family: var(--font-jp);
  font-weight: 700;
  color: #262626;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 780.1px) {
  .news-item .news-title {
    font-size: 20px;
    margin: 0;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 780px) {
  .news-item .news-title {
    font-size: 3.0769230769vw;
    margin: 0;
  }
}
.news-item .news-date {
  font-family: var(--font-en);
  font-weight: 400;
  color: #79858D;
}
@media print, screen and (min-width: 780.1px) {
  .news-item .news-date {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.01em;
    margin: 0;
  }
}
@media screen and (max-width: 780px) {
  .news-item .news-date {
    font-size: 2.5641025641vw;
    line-height: 1em;
    letter-spacing: 0.01em;
    margin: 0;
  }
}

/* Pagination */
.news-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 780.1px) {
  .news-pagination {
    margin-top: 48px;
  }
}
@media screen and (max-width: 780px) {
  .news-pagination {
    margin-top: 10.2564102564vw;
  }
}

.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 780.1px) {
  .pagination-container {
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 780px) {
  .pagination-container {
    gap: 6.1538461538vw 2.0512820513vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pagination-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: #F7F9FB;
  border: 1px solid #EBF1F7;
}
@media print, screen and (min-width: 780.1px) {
  .pagination-item {
    width: 64px;
    height: 64px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 780px) {
  .pagination-item {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
}
.pagination-item a, .pagination-item span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .pagination-item a, .pagination-item span {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .pagination-item a, .pagination-item span {
    font-size: 3.5897435897vw;
  }
}
.pagination-item a, .pagination-item span {
  color: #262626;
}
.pagination-item.is-current {
  background-color: #79858D;
  border-color: #79858D;
  pointer-events: none;
}
.pagination-item.is-current span {
  color: #FFFFFF;
}
@media (hover: hover) {
  .pagination-item:hover {
    background-color: var(--Black);
    border: none;
  }
  .pagination-item:hover a {
    color: var(--White);
  }
}
.pagination-item.prev, .pagination-item.next {
  background-color: #262626;
  border: none;
  position: relative;
}
.pagination-item.prev::after, .pagination-item.next::after {
  content: "";
  display: block;
  background-color: var(--White, #fff);
  -webkit-mask-image: url(../img/icon_arrow.svg);
          mask-image: url(../img/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 780.1px) {
  .pagination-item.prev::after, .pagination-item.next::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 780px) {
  .pagination-item.prev::after, .pagination-item.next::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
.pagination-item.prev.prev, .pagination-item.next.prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media print, screen and (min-width: 780.1px) {
  .pagination-item.prev.prev, .pagination-item.next.prev {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 780px) {
  .pagination-item.prev.prev, .pagination-item.next.prev {
    margin-left: 25.641025641vw;
    margin-right: 2.0512820513vw;
  }
}
.pagination-item.prev.next, .pagination-item.next.next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 780px) {
  .pagination-item.prev.next, .pagination-item.next.next {
    margin-right: 25.641025641vw;
    margin-left: 2.0512820513vw;
  }
}
.pagination-item.prev.is-disabled, .pagination-item.next.is-disabled {
  border: 1px solid #AEB9C0;
  background-color: #fff;
  pointer-events: none;
}
.pagination-item.prev.is-disabled::after, .pagination-item.next.is-disabled::after {
  background-color: #AEB9C0;
}
@media (hover: hover) {
  .pagination-item.prev:hover, .pagination-item.next:hover {
    background-color: var(--White);
    border: 1px solid var(--Black);
  }
  .pagination-item.prev:hover::after, .pagination-item.next:hover::after {
    background-color: var(--Black);
  }
}
.pagination-item.dots {
  pointer-events: none;
}
.pagination-item.dots span {
  color: #79858D;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
@media print, screen and (min-width: 780.1px) {
  .pagination-item.dots span {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .pagination-item.dots span {
    font-size: 5.1282051282vw;
  }
}

.pagination-arrow {
  content: "";
  display: block;
  background-color: var(--Black, #262626);
  -webkit-mask-image: url(../img/icon_arrow.svg);
          mask-image: url(../img/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media print, screen and (min-width: 780.1px) {
  .pagination-arrow {
    width: 15px;
    height: 15px;
    -webkit-transform: translate(-50%, -50px);
            transform: translate(-50%, -50px);
  }
}
@media screen and (max-width: 780px) {
  .pagination-arrow {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    -webkit-transform: translate(-50%, -6.1538461538vw);
            transform: translate(-50%, -6.1538461538vw);
  }
}

/* Responsive adjustments */
@media print, screen and (max-width: 960px) and (min-width: 780.1px) {
  .news-row {
    gap: 24px;
  }
}
/* Loading state for images */
.news-image img:not([src]), .news-image img[src=""] {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #F7F9FB), color-stop(50%, #EBF1F7), color-stop(75%, #F7F9FB));
  background: linear-gradient(90deg, #F7F9FB 25%, #EBF1F7 50%, #F7F9FB 75%);
  background-size: 200% 100%;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}