.ci {
  margin: 0 8.33vw;
}
@media (min-width: 835px) {
  .ci {
    margin: 40px 0 0;
  }
}

@media (min-width: 835px) {
  .ci__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}

@keyframes nameanim {
  0% {
    clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(0 0 0 100%);
  }
  50.01% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.ci__list__item {
  cursor: pointer;
  margin-top: 38px;
}
@media (min-width: 835px) {
  .ci__list__item {
    margin: 38px 20px;
    width: calc(33.333% - 40px);
  }
}
.ci__list__item:hover .thumb img {
  transform: scale(1.1);
}
.ci__list__item:hover .author {
  animation: nameanim 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ci__list__item:hover .date {
  animation: nameanim 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ci__list__item .thumb {
  aspect-ratio: 1000/707;
  overflow: hidden;
  position: relative;
}
.ci__list__item .thumb img {
  transition: all 0.3s ease-out;
}
.ci__list__item .thumb:after {
  position: absolute;
  top: 8px;
  right: 8px;
  background: url(/tv/assets/img/page/special/cheering-illustration/ico_plus.svg) no-repeat 0 0/100%;
  content: "";
  height: 23px;
  width: 23px;
}
@media (min-width: 835px) {
  .ci__list__item .thumb:after {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 30px;
    width: 30px;
  }
}
.ci__list__item .info {
  align-items: flex-end;
  color: #fff000;
  display: flex;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.ci__list__item .num {
  align-items: center;
  display: flex;
  font-size: min(8.59vw, 33px);
  font-weight: 600;
  letter-spacing: 0.025em;
  position: relative;
  top: 4px;
}
.ci__list__item .hash {
  font-size: 80%;
  position: relative;
  top: -0.1em;
}
.ci__list__item .author_wrap {
  margin-left: 12px;
  position: relative;
}
@media (min-width: 835px) {
  .ci__list__item .author_wrap {
    margin-left: 6px;
  }
}
.ci__list__item .author {
  background: #fff000;
  color: #000;
  font-size: 23px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media (min-width: 835px) {
  .ci__list__item .author {
    font-size: min(1.82vw, 23px);
  }
}
.ci__list__item .author.-nosensei {
  min-width: 140px;
}
.ci__list__item .sensei {
  font-size: 1rem;
}
.ci__list__item .date {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff000;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 4px 4px 0;
  transform: translate(0, 100%);
  font-size: 1.0625rem;
}
@media (min-width: 835px) {
  .ci__list__item .date {
    font-size: min(1.56vw, 17px);
  }
}

.header {
  clip-path: inset(0 100% 0 0);
  margin: 0 8.33vw;
  position: relative;
}
@media (min-width: 835px) {
  .header {
    margin: 120px 0 0;
  }
}
.-ready .header {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.5s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.illust {
  margin: 0 auto;
  max-width: 1000px;
}