/* ==========================================================================
   pc_style_pokemon.css
   Jリーグ × ポケモン オリジナルグッズ特集（PC）
   全コンテンツ幅：1000px / KV：1920x700px
   ========================================================================== */

#pokemon_2026 {
  position: relative;
  width: 100%;
  background-color: #fff;
  color: #000;
}

#pokemon_2026 * {
  box-sizing: border-box;
}

/* ===== ローディング画面 ===== */
#pokemon_2026 #loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pokemon_2026 .loaded {
  opacity: 0;
  visibility: hidden;
}

/* ローディングアニメーション */
#pokemon_2026 .spinner,
#pokemon_2026 .spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

#pokemon_2026 .spinner {
  margin: 60px auto;
  font-size: 16px;
  color: #000;
  position: relative;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(0, 0, 0, 0.7);
  border-right: 0.8em solid rgba(0, 0, 0, 0.7);
  border-bottom: 0.8em solid rgba(0, 0, 0, 0.7);
  border-left: 0.8em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: pkm-load8 1.1s infinite linear;
  animation: pkm-load8 1.1s infinite linear;
}

@-webkit-keyframes pkm-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes pkm-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

#pokemon_2026 img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ===== KV（1920x700 / 全幅） ===== */
#pokemon_2026 .rjc-kanban {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

#pokemon_2026 .rjc-kanban__imageBox {
  display: flex;
  justify-content: center;
  width: 100%;
}

#pokemon_2026 .rjc-kanban__image {
  padding: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  height: auto;
}

/* ===== クラブロゴ マーキー ===== */
#pokemon_2026 .pkm-pc-marquee {
  width: 100%;
  background-color: #fff;
  /* padding: 40px 0; */
}

#pokemon_2026 .pkm-pc-marquee__row {
  width: 100%;
  overflow: hidden
    /* margin: 10px 0; */
}

#pokemon_2026 .pkm-pc-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0;
  will-change: transform;
}

#pokemon_2026 .pkm-pc-marquee__item {
  flex: 0 0 auto;
  width: 80px;
  height: 142px;
  /* margin: 0 6px; */
  overflow: hidden;
  background-color: #eee;
}

#pokemon_2026 .pkm-pc-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 上段：右から左へ流れる */
#pokemon_2026 .pkm-pc-marquee__row--top .pkm-pc-marquee__track {
  animation: pkm-pc-marquee-to-left 45s linear infinite;
}

/* 下段：右揃え（右端に琉球60を配置） */
#pokemon_2026 .pkm-pc-marquee__row--bottom {
  display: flex;
  justify-content: flex-end;
}

/* 下段：左から右へ流れる */
#pokemon_2026 .pkm-pc-marquee__row--bottom .pkm-pc-marquee__track {
  animation: pkm-pc-marquee-to-right 45s linear infinite;
}

@keyframes pkm-pc-marquee-to-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes pkm-pc-marquee-to-right {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}

/* ===== Concept（全コンテンツ幅1000px） ===== */
#pokemon_2026 .pkm-pc-concept {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #fff;
  text-align: center;
}

#pokemon_2026 .pkm-pc-concept__heading {
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

#pokemon_2026 .pkm-pc-concept__text {
  margin: 0 auto;
  max-width: 864px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

/* ===== LINE UP ===== */
#pokemon_2026 .pkm-pc-lineup {
  width: 100%;
  padding: 40px 0 48px;
  background-color: #F5F5F5;
}

#pokemon_2026 .pkm-pc-lineup__heading {
  position: relative;
  margin: 0 auto 32px;
  padding-top: 12px;
  max-width: 700px;
  text-align: center;
}

#pokemon_2026 .pkm-pc-lineup__en::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  margin: 1px auto 0;
  background-color: #F00;
}

#pokemon_2026 .pkm-pc-lineup__en {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

#pokemon_2026 .pkm-pc-lineup__sub {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

#pokemon_2026 .pkm-pc-lineup__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

#pokemon_2026 .pkm-pc-lineup__item {
  width: 100%;
}

#pokemon_2026 .pkm-pc-lineup__images {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

#pokemon_2026 .pkm-pc-lineup__image {
  flex: 1 1 0;
  aspect-ratio: 1 / 1;
  background-color: #D9D9D9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

#pokemon_2026 .pkm-pc-lineup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pokemon_2026 .pkm-pc-lineup__name {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

#pokemon_2026 .pkm-pc-lineup__name span {
  font-size: 14px;
  font-weight: 700;
}

#pokemon_2026 .pkm-pc-lineup__desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px
}

/* ===== 販売開始 ===== */
#pokemon_2026 .pkm-pc-sale {
  width: 100%;
  padding: 48px 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

#pokemon_2026 .pkm-pc-sale__date {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: .02em;
}

#pokemon_2026 .pkm-pc-sale__date-day {
  font-size: 20px;
  font-weight: 700;
  /* margin: 0 6px; */
}

/* #pokemon_2026 .pkm-pc-sale__date-title {
  margin-left: 16px;
} */

#pokemon_2026 .pkm-pc-sale__bar {
  display: block;
  width: 500px;
  max-width: 90%;
  height: 5px;
  margin: 2px auto 20px;
  background-color: #F00;
}

#pokemon_2026 .pkm-pc-sale__desc {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

#pokemon_2026 .pkm-pc-sale__note {
  margin: 0 0 32px;
  font-size: 14px;
  font-weight: 400;
}

#pokemon_2026 .pkm-pc-sale__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
}

#pokemon_2026 .pkm-pc-sale__share-title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-align: right;
}

#pokemon_2026 .pkm-pc-sale__share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}

#pokemon_2026 .pkm-pc-sale__share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  transition: opacity .2s ease;
}

#pokemon_2026 .pkm-pc-sale__share-link:hover {
  opacity: .85;
}

#pokemon_2026 .pkm-pc-sale__share-link img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
}

/* ===== ファンクラブ入会のご案内 ===== */
#pokemon_2026 .pkm-pc-fanclub {
  width: 100%;
  padding: 48px 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

#pokemon_2026 .pkm-pc-fanclub__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 345px;
  height: 60px;
  /* padding: 0 35px 0 70px; */
  border-radius: 100px;
  border: 3px solid #fff;
  background: linear-gradient(100deg, rgba(201, 168, 76, .1) 0%, rgba(91, 155, 213, .1) 100%), #F00;
  box-shadow: 0 3px 10px 0 rgba(51, 51, 51, .3);
  color: #fff;
  text-decoration: none;
  transition: opacity .2s ease;
}

#pokemon_2026 .pkm-pc-fanclub__link:hover {
  opacity: .85;
}

#pokemon_2026 .pkm-pc-fanclub__text {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

#pokemon_2026 .pkm-pc-fanclub__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
