@media (max-width: 959px) {
  .illust__list {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .illust__list {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 2.7%;
    margin-top: 30px;
  }
}

@media (max-width: 959px) {
  .illust__item + .illust__item {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .illust__item {
    width: 48.6%;
  }
}

.illust__item__head {
  align-items: center;
  background: linear-gradient(90deg, #99e7ff 0%, #94e2ff 50.15%, #5cb8ff 100%);
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 959px) {
  .illust__item__head {
    padding: 8px 12px;
  }
  .-cheer .illust__item__head {
    padding: 8px 70px 8px 12px;
  }
}
@media (min-width: 960px) {
  .illust__item__head {
    padding: 10px 12px;
  }
  .-cheer .illust__item__head {
    padding: 10px 70px 10px 12px;
  }
}
.illust__item__head .author {
  color: #003856;
  font-weight: 900;
  line-height: 1.0588235294;
}
@media (max-width: 959px) {
  .illust__item__head .author {
    font-size: 1.0625rem;
    max-width: calc(100% - 48px);
  }
}
@media (min-width: 960px) {
  .illust__item__head .author {
    font-size: 1.25rem;
  }
}
@media (max-width: 959px) {
  .illust__item__head .role {
    font-size: 0.8125rem;
  }
}
@media (min-width: 960px) {
  .illust__item__head .role {
    font-size: 0.75rem;
  }
}
.illust__item__head .log {
  color: #fff;
  font-weight: 900;
  position: relative;
}
@media (max-width: 959px) {
  .illust__item__head .log {
    font-size: 0.8125rem;
  }
}
@media (min-width: 960px) {
  .illust__item__head .log {
    font-size: 0.9375rem;
  }
}
.illust__item__head .log::after {
  background: #fff;
  -webkit-clip-path: polygon(70% 0%, 100% 0%, 30% 100%, 0% 100%);
          clip-path: polygon(70% 0%, 100% 0%, 30% 100%, 0% 100%);
  content: "";
}
@media (max-width: 959px) {
  .illust__item__head .log::after {
    position: absolute;
    top: 50%;
    left: -12px;
    height: 12px;
    transform: translateY(-50%);
    width: 9px;
  }
}
@media (min-width: 960px) {
  .illust__item__head .log::after {
    position: absolute;
    top: 50%;
    left: -15px;
    height: 14px;
    transform: translateY(-50%);
    width: 10px;
  }
}
.illust__item__head .num {
  color: #ccd7dd;
  font-weight: 600;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 959px) {
  .illust__item__head .num {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 3.25rem;
  }
}
@media (min-width: 960px) {
  .illust__item__head .num {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 3.25rem;
  }
}

.illust__thumb {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.-cheer .illust__thumb {
  aspect-ratio: 1/1;
}
.illust__thumb::after {
  position: absolute;
  bottom: 1.9vw;
  right: 1.9vw;
  background: url(../img/common/ico/ico_modalbtn.svg) no-repeat;
  content: "";
  height: 24px;
  width: 24px;
}
@media (min-width: 960px) {
  .illust__thumb::after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    height: 30px;
    width: 30px;
  }
}
.illust__thumb img {
  height: auto;
  transition: all 0.2s;
  width: 100%;
}
.-cheer .illust__thumb img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 960px) {
  .illust__thumb:hover img {
    filter: brightness(1.1);
    transform: scale(1.05);
  }
}

@media (max-width: 959px) {
  .illust__copyright {
    font-size: 0.6875rem;
    line-height: 1.5454545455;
    margin-top: 5px;
  }
}
@media (min-width: 960px) {
  .illust__copyright {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    margin-top: 5px;
  }
}

.illust__tab {
  display: flex;
  justify-content: center;
}
@media (max-width: 959px) {
  .illust__tab {
    gap: 0 6%;
    margin: 20px 0 30px;
    padding: 0 8.3vw;
  }
}
@media (min-width: 960px) {
  .illust__tab {
    gap: 0 24px;
    margin: 25px 30px 60px;
  }
}

.illust__tab__item {
  border: 1px solid #003856;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  opacity: 0;
  text-align: center;
  transition: all 0.2s;
  /* border: 1px solid getColor(primary);
  border-radius: 999px;
  font-weight: 900;
  text-align: center;

  @include MQ_NARROW {
      @include fontsize(14);
  }
  @include MQ_WIDE {
      @include fontsize(18);
      height: 50px;
      line-height: 48px;
      min-width: 200px;
  }

  &.-active {
      background: getColor(primary);
      color: #fff;
      pointer-events: none;
  } */
}
@media (max-width: 959px) {
  .illust__tab__item {
    font-size: 0.8125rem;
    height: 40px;
    line-height: 40px;
    max-width: 160px;
    width: 48.4%;
  }
}
@media (min-width: 960px) {
  .illust__tab__item {
    font-size: 1.125rem;
    height: 50px;
    line-height: 49px;
    width: 200px;
  }
}
.-load .illust__tab__item {
  -webkit-animation: itemInY 0.5s 0.8s forwards;
          animation: itemInY 0.5s 0.8s forwards;
}
.-load.-skipheader .illust__tab__item {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.illust__tab__item.-active {
  background: #003856;
  color: #fff;
  pointer-events: none;
}
.illust__tab__item:hover {
  background: #003856;
  color: #fff;
}
.illust__tab__item a {
  display: block;
  height: 100%;
  width: 100%;
}