.archive-video {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  aspect-ratio: 390/486;
  position: relative;
}
@media screen and (min-width: 600px) {
  .archive-video {
    width: 100%;
    margin-inline: 0;
    aspect-ratio: 1018/573;
  }
}
.archive-video__contents {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-video + .archive-list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .archive-video + .archive-list {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .archive-video + .archive-list {
    margin-top: 2.5rem;
  }
}

#discover {
  gap: 1.25rem;
}
@media screen and (min-width: 600px) {
  #discover {
    gap: 2.5rem clamp(1.0625rem, 1.1805555556vw, 1.8888888889rem);
  }
}
#discover .archive-item:not(.discover-item) {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 600px) {
  #discover .archive-item:not(.discover-item) {
    margin-bottom: 0;
  }
}

.discover-item {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 600px) {
  .discover-item {
    width: 100%;
    margin-inline: 0;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .discover-item {
    margin-bottom: 3.75rem;
  }
}
.discover-item .archive-item__link {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (any-hover: hover) {
  .discover-item .archive-item__link:hover {
    color: #266A8C;
  }
  .discover-item .archive-item__link .discover-item__thumbnail:hover img {
    transform: scale(1.02);
  }
}
.discover-item .archive-item__link:focus-visible {
  color: #266A8C;
}
.discover-item .archive-item__link:focus-visible .discover-item__thumbnail img {
  transform: scale(1.02);
}
.discover-item .archive-item__thumbnail {
  display: block;
  overflow: hidden;
  aspect-ratio: 390/603;
}
@media screen and (min-width: 600px) {
  .discover-item .archive-item__thumbnail {
    aspect-ratio: 1000/564;
  }
}
.discover-item .archive-item__thumbnail img {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.discover-item .archive-item__contents {
  position: absolute;
  background-color: #fff;
  bottom: 2.5rem;
  left: 1.875rem;
  width: 17.5rem;
  padding: 2.5rem 1.875rem;
}
@media screen and (min-width: 600px) {
  .discover-item .archive-item__contents {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    padding: 1.25rem 0 0;
  }
}
.discover-item .archive-item__series {
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 600px) {
  .discover-item .archive-item__series {
    width: 60%;
  }
}
@media screen and (min-width: 1100px) {
  .discover-item .archive-item__series {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
.discover-item .archive-item__term {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 600px) {
  .discover-item .archive-item__term {
    width: 60%;
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .discover-item .archive-item__term {
    font-size: 1.5625rem;
    line-height: 1.28;
  }
}
.discover-item .archive-item-tag {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 600px) {
  .discover-item .archive-item-tag {
    justify-content: flex-end;
    gap: 0.5rem 1.25rem;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 1.25rem;
    width: 30%;
  }
}
.discover-item .archive-item-tag__item {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
}
.discover-item .archive-item-tag__item::before {
  content: "#";
}
