.news__single {
  margin: 43.5vw 8.2vw 0;
  position: relative;
  z-index: 2;
}

.news__single__header {
  border-top: min(1.0256410256vw, 4px) solid;
  border-bottom: min(1.0256410256vw, 4px) solid;
  border-left: none;
  border-right: none;
  clip-path: inset(0 100% 0 0);
  padding: 3.8vw 0;
}
.-load .news__single__header {
  animation: tapeInLeft 0.4s 0s forwards;
}

.news__single__date {
  background: #b2f704;
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  padding: 0.3vw 1vw;
  white-space: nowrap;
}

.news__single__ttl {
  font-weight: 800;
}

.news__single__body {
  font-size: 0.9375rem;
  border-bottom: min(0.7692307692vw, 4px) solid;
  clip-path: inset(0 100% 0 0);
  line-height: 1.8333333333;
  padding: 7.6vw 0;
  font-weight: 500;
}
.-load .news__single__body {
  animation: tapeInLeft 0.4s 0.2s forwards;
}
.news__single__body iframe {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.news__single__body img {
  display: block;
  margin: 1em 0;
  width: 100%;
}
.news__single__body img:first-child {
  margin-top: 0;
}
.news__single__body a {
  text-decoration: underline;
}

.news.-detail .c-paging {
  position: relative;
  z-index: 2;
}
.news.-detail .c-paging__item.-prev, .news.-detail .c-paging__item.-back, .news.-detail .c-paging__item.-next {
  aspect-ratio: auto;
  min-width: 0;
  width: auto;
}
.news.-detail .c-paging__item.-prev a, .news.-detail .c-paging__item.-next a, .news.-detail .c-paging__item.-prev span, .news.-detail .c-paging__item.-next span {
  height: auto;
}
.news.-detail .c-paging__item.-prev a::after, .news.-detail .c-paging__item.-next a::after, .news.-detail .c-paging__item.-prev span::after, .news.-detail .c-paging__item.-next span::after {
  display: none;
}
.news.-detail .c-paging__item.-prev, .news.-detail .c-paging__item.-next {
  margin: 0 1vw;
}
.news.-detail .c-paging__item.-prev img, .news.-detail .c-paging__item.-next img {
  display: block;
  height: 5.8vw;
  width: 30.3vw;
}
.news.-detail .c-paging__item.-back img {
  display: block;
  height: 4.6vw;
  width: 12vw;
}

.news {
  background: #afff00;
  min-height: 100svh;
  overflow-x: hidden;
}

.news_title {
  z-index: 10;
}
.news_title img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  width: 100%;
}

.news_list_wrap {
  position: relative;
}

.news_list__bg {
  background: url("../img/news/bakudan.svg") center center/contain no-repeat;
  left: 54.5%;
  pointer-events: none;
  position: fixed;
  transform: translateX(-50%);
  z-index: 0;
}

.news_list {
  position: relative;
  z-index: 1;
  margin: 3.8vw 0 0;
  padding: 0 6.4vw;
}

@keyframes newsItemIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.news_list__item {
  border-top: min(1.0256410256vw, 4px) solid;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  position: relative;
}
.-load .news_list__item {
  animation: newsItemIn 0.5s 0s forwards, tapeInLeft 0.4s 0s forwards;
}
.news_list__item:nth-of-type(1) {
  animation-delay: 0.05s;
}
.news_list__item:nth-of-type(2) {
  animation-delay: 0.1s;
}
.news_list__item:nth-of-type(3) {
  animation-delay: 0.15s;
}
.news_list__item:nth-of-type(4) {
  animation-delay: 0.2s;
}
.news_list__item:nth-of-type(5) {
  animation-delay: 0.25s;
}
.news_list__item:nth-of-type(6) {
  animation-delay: 0.3s;
}
.news_list__item:nth-of-type(7) {
  animation-delay: 0.35s;
}
.news_list__item:nth-of-type(8) {
  animation-delay: 0.4s;
}
.news_list__item:nth-of-type(9) {
  animation-delay: 0.45s;
}
.news_list__item:nth-of-type(10) {
  animation-delay: 0.5s;
}
.news_list__item:nth-of-type(11) {
  animation-delay: 0.55s;
}
.news_list__item:nth-of-type(12) {
  animation-delay: 0.6s;
}
.news_list__item:nth-of-type(13) {
  animation-delay: 0.65s;
}
.news_list__item:nth-of-type(14) {
  animation-delay: 0.7s;
}
.news_list__item:nth-of-type(15) {
  animation-delay: 0.75s;
}
.news_list__item:nth-of-type(16) {
  animation-delay: 0.8s;
}
.news_list__item:nth-of-type(17) {
  animation-delay: 0.85s;
}
.news_list__item:nth-of-type(18) {
  animation-delay: 0.9s;
}
.news_list__item:nth-of-type(19) {
  animation-delay: 0.95s;
}
.news_list__item:nth-of-type(20) {
  animation-delay: 1s;
}
.news_list__item:nth-last-of-type(1) {
  border-bottom: min(1.0256410256vw, 4px) solid;
}
.news_list__item a .c-arw {
  aspect-ratio: 1/1;
  content: "";
}
.news_list__item .date {
  background: #b2f704;
  display: inline-block;
  flex-shrink: 0;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.news_list__item .ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 700;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s 0s;
  width: 100%;
}
[data-time=light] .news_list__item::after {
  background: rgba(0, 0, 0, 0.1);
}
[data-time=dark] .news_list__item::after {
  background: rgba(255, 255, 255, 0.2);
}
.news_list__item:hover::after {
  transform: scaleX(1);
}
@media (min-width: 1141px) {
  .news__single {
    margin: 166px auto 0;
    width: 960px;
  }
  .news__single__header {
    border-top-width: 4px;
    border-bottom-width: 4px;
    margin: 0;
    padding: 36px 0;
  }
  .news__single__date {
    font-size: 1.125rem;
    padding: 3px 8px;
  }
  .news__single__ttl {
    font-size: 1.375rem;
    line-height: 1.3636363636;
    margin-top: 12px;
  }
  .news__single__body {
    font-size: 1.125rem;
    border-bottom: none;
    margin: 40px 0 0;
    padding: 0 0 160px;
    line-height: 1.7777777778;
  }
  .news__single__body img {
    max-width: 610px;
  }
  .news__single__body a:hover {
    text-decoration: none;
  }
  .news.-detail .c-paging {
    background-color: #afff00;
    justify-content: flex-end;
    position: fixed;
    bottom: -3px;
    right: 0;
  }
  .news.-detail .c-paging__item.-prev, .news.-detail .c-paging__item.-next {
    margin: 0 30px;
  }
  .news.-detail .c-paging__item.-prev {
    margin: 0 30px 0 0;
  }
  .news.-detail .c-paging__item.-next {
    margin: 0 0 0 30px;
  }
  .news.-detail .c-paging__item.-prev img, .news.-detail .c-paging__item.-next img {
    height: 43px;
    width: 220px;
  }
  .news.-detail .c-paging__item.-back img {
    height: 36px;
    width: 47px;
  }
  .news_title {
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: min(30.8vw, 593px);
  }
  .news_list_wrap {
    margin-top: 80px;
  }
  .news_list__bg {
    transform: translateX(-50%) translateY(-50%) rotate(-5deg);
    position: fixed;
    top: 35%;
    left: 56%;
    height: max(123.5416666667vw, 2372px);
    width: max(121.0416666667vw, 2324px);
  }
  .news_list {
    margin: 150px auto 50px;
    padding: 0;
    width: 610px;
  }
  .news_list__item {
    border-top-width: 4px;
  }
  .news_list__item:nth-last-of-type(1) {
    border-bottom-width: 4px;
  }
  .news_list__item a {
    align-items: flex-start;
    display: flex;
    padding: 30px 40px 30px 0;
  }
  .news_list__item a .c-arw {
    position: absolute;
    bottom: 8px;
    right: 0;
    width: 20px;
  }
  .news_list__item .date {
    margin-top: 6px;
    padding: 2px 8px 4px;
    font-size: 1.125rem;
  }
  .news_list__item .ttl {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-left: 16px;
  }
}
@media (max-width: 1140px) {
  .news__single__date {
    font-size: 0.9375rem;
  }
  .news__single__ttl {
    font-size: 1.1875rem;
    line-height: 1.4210526316;
    margin-top: 1vw;
  }
  .news.-detail .c-paging {
    justify-content: center;
    margin-bottom: 17.9vw;
    padding-right: 0vw;
  }
  .news_title {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 62vw;
  }
  .news_list_wrap {
    margin-top: 43.5vw;
  }
  .news_list__bg {
    background-image: url("../img/news/bakudan_nrw.svg");
    height: 184.3vw;
    top: -6.5vw;
    width: 258.9vw;
  }
  .news_list {
    margin-bottom: 20.5vw;
  }
  .news_list__item a {
    display: block;
    padding: 4.4vw 6.6vw 4.4vw 0;
  }
  .news_list__item a .c-arw {
    position: absolute;
    bottom: 4.1vw;
    right: 5.1vw;
    width: 2.5vw;
  }
  .news_list__item .date {
    font-size: 0.875rem;
    padding: 0.3vw 1vw;
  }
  .news_list__item .ttl {
    font-size: 1rem;
    line-height: 1.28125;
    margin-top: 1.2vw;
  }
}