/* 週刊文春記事一覧 */

.shukan-kv {
  padding: 40px 10px 44px;
  position: relative;
  overflow: hidden;
}
.shukan-kv_back-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shukan-kv_logo {
  width: 90%;
  max-width: 250px;
  line-height: 0;
  margin: 0 auto;
  position: relative;
}
.shukan-kv_logo-img {
  width: 100%;
  filter: brightness(0) invert(1);
}
.shukan-kv_text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.shukan-kv_text span {
  font-size: 2.1rem;
  color: #FFED23;
}
.shukan-kv_button {
  text-align: center;
  margin-top: 16px;
  position: relative;
}
.shukan-kv_link {
  display: inline-block;
  background-color: var(--color-shukan-primary);
  padding: 0.95em 2.3em;
  border-radius: 9999px;
  border: 2px solid #fff;
}
.shukan-kv_link span {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}