.news__content {
  max-width: 880px;
}
@media (max-width: 834px) {
  .news__content {
    padding-bottom: 33.85vw;
  }
}
@media (min-width: 835px) {
  .news__content {
    margin: 50px auto 0;
    padding-bottom: 100px;
  }
}
.news__content .c-paging {
  opacity: 0;
  transition: all 0.4s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.-ready .news__content .c-paging {
  opacity: 1;
}

.detail {
  position: relative;
}
@media (max-width: 834px) {
  .detail {
    margin-top: 15px;
  }
}
@media (min-width: 835px) {
  .detail {
    margin-top: 60px;
  }
}

.detail__header {
  background-color: #C45AFF;
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: all 0.7s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 834px) {
  .detail__header {
    padding: 20px 8.33vw 20px 15.88vw;
  }
}
@media (min-width: 835px) {
  .detail__header {
    padding: 20px 26px 20px 48px;
  }
}
.-ready .detail__header {
  clip-path: inset(0 0 0 0);
}

.detail__header__sholder {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 834px) {
  .detail__header__date {
    font-size: 1rem;
  }
}
@media (min-width: 835px) {
  .detail__header__date {
    font-size: 1.0625rem;
  }
}

.detail__header__category {
  color: #5A335A;
}
@media (max-width: 834px) {
  .detail__header__category {
    font-size: 1rem;
  }
}
@media (min-width: 835px) {
  .detail__header__category {
    font-size: 1.0625rem;
  }
}

.detail__header__title {
  font-weight: 900;
  line-height: 1.5294117647;
}
@media (max-width: 834px) {
  .detail__header__title {
    font-size: 1.0625rem;
  }
}
@media (min-width: 835px) {
  .detail__header__title {
    font-size: 1.125rem;
  }
}

.detail__header__back {
  position: absolute;
  top: 50%;
}
@media (max-width: 834px) {
  .detail__header__back {
    left: 8.33vw;
  }
}
@media (min-width: 835px) {
  .detail__header__back {
    left: 24px;
  }
}
.detail__header__back a {
  display: block;
  height: 12px;
  position: relative;
  transform: translateY(-50%);
  width: 12px;
}
.detail__header__back a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  height: 100%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
}

.detail__body {
  font-size: 0.875rem;
  color: #FFF;
  line-height: 1.7142857143;
  margin-top: 30px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.7s 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 834px) {
  .detail__body {
    padding: 0 30px;
  }
}
.detail__body img {
  display: block;
  margin: 2em auto;
}
@media (min-width: 835px) {
  .detail__body img {
    max-width: 880px;
  }
}
.detail__body iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
.-ready .detail__body {
  clip-path: inset(0 0 0 0);
}

@media (max-width: 834px) {
  .newslist {
    margin-top: 15px;
    padding: 0 30px;
  }
}
@media (min-width: 835px) {
  .newslist {
    margin-top: 60px;
  }
}

.newslist__item {
  border-top: 2px solid #333333;
  clip-path: inset(0 100% 0 0);
  transition: all 0.7s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.newslist__item:last-child {
  border-bottom: 2px solid #333333;
}
.newslist__item a {
  display: block;
  padding: 10px 40px 10px 0;
  position: relative;
}
@media (min-width: 835px) {
  .newslist__item a {
    padding: 16px 56px 16px 10px;
  }
}
.newslist__item a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 10px;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
}
@media (min-width: 835px) {
  .newslist__item a::after {
    position: absolute;
    top: 50%;
    right: 20px;
  }
}
@media (min-width: 835px) {
  .newslist__item a:hover {
    background: rgba(255, 255, 255, 0.15);
  }
}
.-ready .newslist__item {
  clip-path: inset(0 0 0 0);
}

.-noentry {
  color: #FFF;
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 834px) {
  .-noentry {
    font-size: 0.8125rem;
  }
}
@media (min-width: 835px) {
  .-noentry {
    font-size: 1.125rem;
  }
}

.newslist__item__inner {
  clip-path: inset(0 100% 0 0);
  transition: all 0.7s 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.-ready .newslist__item__inner {
  clip-path: inset(0 0 0 0);
}

@media (min-width: 835px) {
  .newslist__header {
    align-items: center;
    display: flex;
  }
}

.newslist__category {
  color: #C45AFF;
  line-height: 1;
}
@media (max-width: 834px) {
  .newslist__category {
    font-size: 0.8125rem;
  }
}
@media (min-width: 835px) {
  .newslist__category {
    font-size: 1.125rem;
    border-right: 2px solid #333333;
    margin-right: 18px;
    padding-right: 18px;
  }
}

.newslist__date {
  color: #959595;
  line-height: 1;
}
@media (max-width: 834px) {
  .newslist__date {
    font-size: 0.75rem;
    margin-top: 5px;
  }
}
@media (min-width: 835px) {
  .newslist__date {
    font-size: 1.125rem;
  }
}

.newslist__title {
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media (min-width: 835px) {
  .newslist__title {
    margin-top: 10px;
  }
}

.newstab {
  align-items: flex-start;
  color: #FFF;
  display: flex;
}
@media (max-width: 834px) {
  .newstab {
    gap: 25px;
    margin-left: 30px;
  }
}
@media (min-width: 835px) {
  .newstab {
    gap: 30px;
    margin-top: 50px;
  }
}

.newstab__item {
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: all 0.4s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 834px) {
  .newstab__item {
    font-size: 0.8125rem;
  }
}
@media (min-width: 835px) {
  .newstab__item {
    font-size: 0.9375rem;
  }
}
.newstab__item a {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.newstab__item a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #C45AFF;
  content: "";
  display: block;
  transform-origin: 50% 0;
  transform: translate(-50%, 0);
  transition: width 0.25s ease-out;
  width: 0;
}
@media (max-width: 834px) {
  .newstab__item a::after {
    height: 2px;
  }
}
@media (min-width: 835px) {
  .newstab__item a::after {
    height: 4px;
  }
}
.newstab__item a:hover::after, .newstab__item.-active a::after {
  width: 130%;
}
.-ready .newstab__item {
  clip-path: inset(0 0 0 0);
}