.top-pickup {
  padding: 40px 24px 56px;
}

.top-pickup-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.top-pickup-header {
  text-align: center;
}

.top-pickup-tabs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(214, 226, 240, 0.72);
  box-shadow: inset 0 0 0 1px rgba(124, 147, 177, 0.16);
}

.top-pickup-tab {
  min-width: 88px;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #587090;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: all .25s ease;
}

.top-pickup-tab.is-active {
  background: #ffffff;
  color: #193654;
  box-shadow: 0 8px 20px rgba(90, 112, 144, 0.14);
}

.top-pickup-tab:hover {
  color: #193654;
}

.top-section-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: #4972a8;
}

.top-section-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  color: #18304f;
}

.top-section-desc {
  max-width: 680px;
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.9;
  color: #5a7290;
}

.top-pickup-header .top-section-desc {
  margin-left: auto;
  margin-right: auto;
}

.top-pickup-stage {
  margin-top: 34px;
  position: relative;
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-main-layout {
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.24), transparent 22%),
    radial-gradient(circle at 86% 16%, rgba(249, 204, 255, 0.24), transparent 20%),
    linear-gradient(135deg, #efe6ff 0%, #e4dbff 34%, #d5d5ff 62%, #d9e7ff 100%);
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-main-layout::before {
  color: rgba(117, 95, 170, 0.18);
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-note-inner {
  background:
    linear-gradient(180deg, rgba(255, 249, 255, 0.96), rgba(244, 241, 255, 0.96));
  box-shadow:
    0 20px 36px rgba(102, 90, 148, 0.12),
    inset 0 0 0 1px rgba(146, 127, 193, 0.18);
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-note-inner::before {
  background:
    linear-gradient(rgba(156, 132, 198, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 132, 198, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-note-rings span {
  background: #6a54a6;
  box-shadow: 0 0 0 3px rgba(237, 229, 255, 0.95);
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-note-label,
.top-pickup-stage[data-current-set="monthly"] .top-pickup-note-key,
.top-pickup-stage[data-current-set="monthly"] .top-pickup-subname {
  color: #7a69a3;
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-name,
.top-pickup-stage[data-current-set="monthly"] .top-pickup-note-value {
  color: #362d63;
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-note-link,
.top-pickup-stage[data-current-set="monthly"] .top-pickup-sns-btn.is-profile {
  background: #6a54a6;
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-sns-btn.is-profile:hover {
  background: #5d4798;
}

.top-pickup-main {
  position: relative;
}

.top-pickup-main.is-set-switching .top-pickup-main-layout {
  animation: pickupSetFlash 0.42s ease;
}

.top-pickup-main.is-set-switching .top-pickup-note-inner,
.top-pickup-main.is-set-switching .top-pickup-main-visual,
.top-pickup-main.is-set-switching .top-pickup-sns,
.top-pickup-main.is-set-switching .top-pickup-pagination {
  animation: pickupSetPulse 0.42s ease;
}

@keyframes pickupSetFlash {
  0% {
    transform: scale(1);
    filter: saturate(1);
  }
  35% {
    transform: scale(0.992);
    filter: saturate(1.08) brightness(1.03);
  }
  100% {
    transform: scale(1);
    filter: saturate(1);
  }
}

@keyframes pickupSetPulse {
  0% {
    opacity: 0.72;
    transform: translateY(10px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.top-pickup-arrow {
  position: absolute;
  top: auto;
  bottom: 22px;
  z-index: 5;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 18px 34px rgba(91, 114, 145, 0.2),
    inset 0 0 0 1px rgba(112, 137, 174, 0.18);
  color: #17324f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: all .3s;
}

.top-pickup-arrow.is-prev {
  left: 50%;
  margin-left: -118px;
}

.top-pickup-arrow.is-next {
  left: 50%;
  right: auto;
  margin-left: 80px;
}

.top-pickup-arrow:hover {
  background: #ffffff;
  color: #17324f;
  box-shadow:
    0 20px 38px rgba(91, 114, 145, 0.24),
    inset 0 0 0 1px rgba(112, 137, 174, 0.22);
}

.top-pickup-main.is-switching .top-pickup-note-inner,
.top-pickup-main.is-switching .top-pickup-note-rings,
.top-pickup-main.is-switching .top-pickup-main-visual,
.top-pickup-main.is-switching .top-pickup-sns {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
}

.top-pickup-note-rings,
.top-pickup-note-inner,
.top-pickup-main-visual,
.top-pickup-sns {
  transition:
    opacity 0.26s ease,
    transform 0.34s ease;
}

.top-pickup-note-rings {
  transition-delay: 0s;
}

.top-pickup-main-visual {
  transition-delay: 0.02s;
}

.top-pickup-sns {
  transition-delay: 0.05s;
}

.top-pickup-main-layout {
  position: relative;
  height: 700px;
  padding: 28px 24px 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.34), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(197, 223, 255, 0.42), transparent 24%),
    linear-gradient(135deg, #d9e7f6 0%, #d5e4dd 42%, #c8d8ef 100%);
  box-shadow:
    0 24px 50px rgba(94, 117, 148, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  overflow: hidden;
}

.top-pickup-main-layout::before {
  content: "PICKUP VTUBER";
  position: absolute;
  inset: 34px auto auto 290px;
  font-size: clamp(34px, 6vw, 84px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: rgba(88, 109, 136, 0.18);
  z-index: 0;
}

.top-pickup-note {
  position: absolute;
  left: 0;
  top: 18px;
  width: 290px;
  min-height: 500px;
  padding-left: 26px;
}

.top-pickup-note-inner {
  position: relative;
  min-height: 500px;
  padding: 22px 20px 24px 30px;
  border-radius: 22px 24px 24px 22px;
  background:
    linear-gradient(180deg, rgba(254, 250, 252, 0.96), rgba(238, 245, 252, 0.96));
  box-shadow:
    0 20px 36px rgba(80, 102, 134, 0.14),
    inset 0 0 0 1px rgba(121, 146, 181, 0.2);
  overflow: hidden;
}

.top-pickup-note-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(118, 146, 180, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 146, 180, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  pointer-events: none;
}

.top-pickup-note-rings {
  position: absolute;
  left: 20px;
  top: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
}

.top-pickup-note-rings span {
  width: 18px;
  height: 8px;
  border-radius: 999px;
  background: #36567f;
  box-shadow: 0 0 0 3px rgba(214, 228, 241, 0.95);
}

.top-pickup-note-header,
.top-pickup-note-block,
.top-pickup-note-grid,
.top-pickup-note-card {
  position: relative;
  z-index: 1;
}

.top-pickup-note-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.top-pickup-note-label,
.top-pickup-note-key {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #5b7595;
}

.top-pickup-note-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #2b578e;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.top-pickup-note-block {
  margin-top: 18px;
}

.top-pickup-name {
  margin: 8px 0 0;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #17324f;
}

.top-pickup-subname {
  margin: 6px 0 0;
  min-height: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #6b83a0;
  text-transform: uppercase;
}

.top-pickup-note-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 18px;
}

.top-pickup-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.top-pickup-note-card {
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 0 0 1px rgba(120, 145, 177, 0.16);
}

.top-pickup-note-card-wide {
  margin-top: 12px;
}

.top-pickup-note-value {
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: #1d3a5b;
  font-weight: 700;
}

.top-pickup-figure-wrap {
  position: relative;
  z-index: 1;
  min-height: 620px;
  margin: 0 170px 0 210px;
  overflow: visible;
  transform: translateY(-44px);
}

.top-pickup-main-visual {
  position: relative;
  height: 100%;
  min-height: 620px;
  overflow: visible;
}

.top-pickup-main-visual img,
.top-pickup-main-visual span {
  width: 100%;
  height: 100%;
}

.top-pickup-main-visual img {
  object-fit: cover;
  object-position: center top;
  transform: scale(1.68);
  transform-origin: center top;
  filter: drop-shadow(25px 10px 1px rgba(68, 68, 70, 0.4));
}

.top-pickup-main-visual span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 88px;
  font-weight: 800;
  color: rgba(69, 95, 126, 0.42);
}

.top-pickup-sns {
  position: absolute;
  right: 10px;
  top: 88px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top-pickup-rankplate {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 3;
  min-width: 168px;
  padding: 12px 14px 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 246, 252, 0.9));
  box-shadow:
    0 16px 30px rgba(91, 114, 145, 0.18),
    inset 0 0 0 1px rgba(133, 155, 185, 0.2);
  overflow: hidden;
  transform: translateY(0);
  transition:
    background .3s ease,
    box-shadow .3s ease,
    transform .3s ease,
    opacity .3s ease;
}

.top-pickup-rankplate::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.72) 46%, transparent 100%);
  opacity: 0;
  transform: translateX(-120%);
}

.top-pickup-rankplate.is-revealed::before {
  animation: topPickupRankSheen .6s ease;
}

.top-pickup-rankplate-kicker {
  position: relative;
  display: block;
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #6880a1;
}

.top-pickup-rankplate-main {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-pickup-rankplate-no {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #16314e;
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-rankplate {
  background:
    linear-gradient(180deg, rgba(255, 248, 255, 0.92), rgba(244, 237, 255, 0.9));
  box-shadow:
    0 16px 30px rgba(111, 92, 162, 0.18),
    inset 0 0 0 1px rgba(166, 139, 209, 0.2);
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-rankplate-kicker {
  color: #8773b1;
}

.top-pickup-stage[data-current-set="monthly"] .top-pickup-rankplate-no {
  color: #4f3c86;
}

@keyframes topPickupRankSheen {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

.top-pickup-sns-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 28px rgba(91, 114, 145, 0.14);
  color: #17324f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  min-width: 170px;
  overflow: hidden;
  transition: all .3s;
}

.top-pickup-sns-btn.is-profile {
  background: #234e84;
  color: #fff;
}

.top-pickup-sns-btn.is-youtube {
  background: linear-gradient(135deg, #ffffff 0%, #fff3f4 100%);
}

.top-pickup-sns-btn.is-x {
  background: linear-gradient(135deg, #ffffff 0%, #eef4fb 100%);
}

.top-pickup-sns-btn::after {
  content: "↗";
  margin-left: auto;
  font-size: 15px;
  opacity: 0.8;
}

.top-pickup-sns-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.28) 45%, transparent 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.top-pickup-sns-btn:hover {
  box-shadow:
    0 16px 30px rgba(91, 114, 145, 0.18),
    inset 0 0 0 1px rgba(103, 129, 165, 0.24);
  color: #17324f;
}

.top-pickup-sns-btn:hover::before {
  opacity: 1;
}

.top-pickup-sns-btn.is-youtube:hover {
  background: linear-gradient(135deg, #fff8f8 0%, #ffe8eb 100%);
  color: #17324f;
}

.top-pickup-sns-btn.is-x:hover {
  background: linear-gradient(135deg, #f8fbff 0%, #e6effb 100%);
  color: #17324f;
}

.top-pickup-sns-btn.is-profile:hover {
  background: #1b4578;
  color: #ffffff;
}

.top-pickup-sns-btn:focus-visible {
  color: inherit;
}

.top-pickup-sns-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(35, 78, 132, 0.12);
  font-size: 11px;
  font-weight: 800;
}

.top-pickup-sns-btn.is-youtube .top-pickup-sns-icon {
  background: rgba(225, 49, 65, 0.12);
  color: #cc2c3a;
}

.top-pickup-sns-btn.is-x .top-pickup-sns-icon {
  background: rgba(35, 78, 132, 0.12);
  color: #234e84;
}

.top-pickup-sns-btn.is-profile .top-pickup-sns-icon {
  background: rgba(255, 255, 255, 0.16);
}

.top-pickup-sns-btn.is-desktop-extra {
  min-height: 44px;
}

.top-pickup-sns-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

.top-pickup-sns-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  opacity: 0.58;
}

.top-pickup-sns-text {
  font-size: 15px;
  line-height: 1.1;
}

.is-hidden {
  display: none;
}

.top-pickup-emblem {
  position: absolute;
  right: 36px;
  bottom: 74px;
  width: 110px;
  height: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(228, 209, 160, 0.95) 0 24%, transparent 26%),
    radial-gradient(circle, rgba(228, 209, 160, 0.95) 0 24%, transparent 26%),
    radial-gradient(circle, rgba(228, 209, 160, 0.95) 0 24%, transparent 26%);
  background-size: 10px 10px;
  background-position: 0 0, center 0, 100% 0;
  background-repeat: no-repeat;
  opacity: 0.9;
}

.top-pickup-pagination {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 4;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.top-pickup-page-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 3px 10px rgba(34, 55, 84, 0.2),
    inset 0 0 0 1px rgba(171, 189, 215, 0.42);
  cursor: pointer;
  transition: all .3s;
}

.top-pickup-page-dot.is-active {
  width: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 5px 14px rgba(34, 55, 84, 0.28),
    inset 0 0 0 1px rgba(171, 189, 215, 0.5);
}

@media (max-width: 767px) {
  .top-pickup {
    padding: 24px 18px 40px;
  }

  .top-section-title {
    font-size: 28px;
  }

  .top-section-desc {
    font-size: 14px;
  }

  .top-pickup-stage {
    margin-top: 22px;
  }

  .top-pickup-tabs {
    width: 100%;
    justify-content: center;
  }

  .top-pickup-tab {
    min-width: 0;
    flex: 1 1 0;
  }

  .top-pickup-main {
    padding: 0;
  }

  .top-pickup-main-layout {
    height: auto;
    min-height: 0;
    padding: 16px 12px 0;
    border-radius: 22px;
    overflow: visible;
  }

  .top-pickup-main-layout::before {
    content: "PICKUP\A VTUBER";
    inset: 24px 12px auto 12px;
    font-size: 48px;
    line-height: 1.18;
    white-space: pre;
  }

  .top-pickup-note {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 170px;
    top: auto;
    width: auto;
    min-height: 0;
    padding-left: 0;
    z-index: 3;
  }

  .top-pickup-note-inner {
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    background-color: transparent;
    background-image: none;
    backdrop-filter: none;
    box-shadow: none;
  }

  .top-pickup-note-inner::before {
    content: none;
    display: none;
  }

  .top-pickup-stage[data-current-set="monthly"] .top-pickup-note-inner {
    background: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
  }

  .top-pickup-stage[data-current-set="monthly"] .top-pickup-note-inner::before {
    content: none;
    display: none;
    background: none;
  }

  .top-pickup-note-grid {
    display: none;
  }

  .top-pickup-note-rings {
    display: none;
  }

  .top-pickup-note-header,
  .top-pickup-note-card,
  .top-pickup-note-card-wide {
    display: none;
  }

  .top-pickup-figure-wrap {
    min-height: 560px;
    margin: 0;
    transform: none;
    overflow: hidden;
  }

  .top-pickup-main-visual {
    min-height: 560px;
    height: 560px;
    overflow: hidden;
  }

  .top-pickup-main-visual img {
    transform: scale(1.24);
    object-position: center 2%;
  }

  .top-pickup-sns {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 30px;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    z-index: 4;
  }

  .top-pickup-rankplate {
    right: 16px;
    top: 16px;
    min-width: 148px;
    padding: 10px 12px 12px;
  }

  .top-pickup-rankplate-no {
    font-size: 24px;
  }

  .top-pickup-sns-btn {
    min-height: 48px;
    padding: 0 14px;
    border-radius: 20px;
    box-shadow:
      0 14px 28px rgba(91, 114, 145, 0.14),
      inset 0 0 0 1px rgba(133, 155, 185, 0.16);
    font-size: 13px;
    width: 100%;
    min-width: 0;
    border-bottom: 3px solid rgba(83, 111, 148, 0.16);
  }

  .top-pickup-sns-btn.is-profile {
    grid-column: 1 / -1;
    border-bottom-color: rgba(11, 30, 54, 0.34);
  }

  .top-pickup-sns-btn.is-desktop-extra {
    display: none !important;
  }

  .top-pickup-sns-btn.is-youtube {
    border-bottom-color: rgba(215, 74, 89, 0.18);
  }

  .top-pickup-sns-btn.is-x {
    border-bottom-color: rgba(83, 111, 148, 0.18);
  }

  .top-pickup-note-block {
    margin-top: 0;
    max-width: 220px;
    padding: 14px 16px 10px 0;
  }

  .top-pickup-name {
    font-size: 28px;
    text-shadow:
      0 0 12px rgba(255, 255, 255, 0.82),
      0 2px 6px rgba(255, 255, 255, 0.64);
  }

  .top-pickup-subname {
    font-size: 11px;
    text-shadow:
      0 0 10px rgba(255, 255, 255, 0.78),
      0 2px 5px rgba(255, 255, 255, 0.58);
  }

  .top-pickup-note-card,
  .top-pickup-note-card-wide {
    margin-top: 0;
  }

  .top-pickup-emblem {
    right: 50%;
    bottom: 70px;
    transform: translateX(50%);
  }

  .top-pickup-arrow {
    top: 48%;
    bottom: auto;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    font-size: 17px;
  }

  .top-pickup-arrow.is-prev {
    left: 6px;
    margin-left: 0;
  }

  .top-pickup-arrow.is-next {
    left: auto;
    right: 6px;
    margin-left: 0;
  }

  .top-pickup-pagination {
    bottom: 10px;
  }
}
