/*
 * page-fanclub2627.css — ファンクラブ 2627 ページ専用スタイル
 *
 * 出所: feat/fanclub2627 branch の style.css から 2026-08-10 に抽出。
 * 該当ブロック: /* 20260717 add fanclub2627 */ 〜 /* 20260717 end fanclub2627 */
 *
 * SCSS ソース (_fanclub2627.scss) を単体コンパイルするのでは feat の compiled 版に
 * 手動追加された rule (p-fanclub2627-card, -pop, popImg, body:has(.p-fanclub2627) 等) が
 * 欠落するため、feat の compiled block をそのまま抽出しています。
 *
 * enqueue: functions.php の hanazono_enqueue_fanclub2627_assets() で
 * is_page_template('pages/page-2627.php') 時のみ my-s (style.css) の後に読込。
 *
 * feat/fanclub2627 の main への完全 merge が完了したらこのファイルは撤去。
 */

/* 20260717 add fanclub2627 */
@media screen and (max-width: 767px) {
  .p-fanclub2627 .pc {
    display: none;
  }
}
.p-fanclub2627-heading {
  position: relative;
}
.p-fanclub2627-heading__pho img {
  width: 100%;
}
.p-fanclub2627-heading_fix-link {
  position: fixed;
  width: 14.5625rem;
  right: 2.0625rem;
  bottom: 0.3125rem;
  z-index: 90;
}
@media screen and (max-width: 600px) {
  .p-fanclub2627-heading_fix-link {
    width: 9.375rem;
    right: 0.3125rem;
    bottom: 4.875rem;
  }
}
.p-fanclub2627-section01 {
  padding: 3.375rem 0 3.3125rem;
  background: url(../img/fanclub2627/section01_bg.jpg) no-repeat center center;
  background-size: cover;
}
.p-fanclub2627-section01__link {
  display: flex;
  justify-content: space-between;
}
.p-fanclub2627-section01__link li {
  width: 18.9%;
}
.p-fanclub2627-section01__link li a {
  height: 6.4375rem;
  padding: 0 0.9375rem 1.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #133771;
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.8768203883rem + 0.2588996764vw, 1.1875rem);
  line-height: 1.2;
  background: var(--color-body_bg) url(../img/fanclub2627/icon02.png) no-repeat bottom 1.125rem center;
  background-size: 0.8125rem auto;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-section01 {
    padding: 1.875rem 0;
  }
  .p-fanclub2627-section01__link {
    margin-top: -0.625rem;
    flex-wrap: wrap;
  }
  .p-fanclub2627-section01__link li {
    margin-top: 0.625rem;
    width: 48%;
  }
  .p-fanclub2627-section01__link li a {
    height: 4.375rem;
    padding-bottom: 0.3125rem;
    background-position: bottom 0.3125rem center;
  }
}
.p-fanclub2627-section02 {
  padding: 6.625rem 0 2.5rem;
  position: relative;
  overflow: hidden;
}
.p-fanclub2627-section02::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  background-color: #103E79;
  content: "";
  z-index: 1;
  mix-blend-mode: multiply;
}
.p-fanclub2627-section02__pho {
  position: absolute;
  left: -1.375rem;
  right: -1.375rem;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.p-fanclub2627-section02__pho::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 75, 135);
  content: "";
  mix-blend-mode: multiply;
  z-index: 1;
}
.p-fanclub2627-section02__pho-slide {
  width: 32.345%;
  height: auto;
}
.p-fanclub2627-section02__pho-slide:nth-child(2) .p-fanclub2627-section02__pho-list {
  animation: moveUp 20s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-section02__pho-slide:nth-child(2) .p-fanclub2627-section02__pho-list {
    animation: moveUp 10s linear infinite;
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.p-fanclub2627-section02__pho-list {
  animation: moveDown 20s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-section02__pho-list {
    animation: moveDown 10s linear infinite;
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.p-fanclub2627-section02__pho-list li {
  padding: 0.3125rem 0;
}
.p-fanclub2627-section02__pho-list li img {
  width: 100%;
}
.p-fanclub2627-section02__box {
  position: relative;
  z-index: 2;
}
.p-fanclub2627-section02__info {
  max-width: 43.75rem;
  margin: 0 auto 2.625rem;
  padding: 3.9375rem 3.75rem 1.375rem 6.5rem;
  border-radius: 0.3125rem;
  background-color: var(--color-body_bg);
}
.p-fanclub2627-section02__info-list li {
  padding: 0 0 2.9375rem 4.25rem;
  color: #133771;
  font-size: clamp(1.25rem, 1.1589805825rem + 0.3883495146vw, 1.625rem);
  font-weight: 600;
  background: url(../img/fanclub2627/icon01.png) no-repeat left top 0.25rem;
  letter-spacing: 0;
  background-size: 2.3125rem auto;
}
.p-fanclub2627-section02__info-list li .line {
  background: linear-gradient(transparent 75%, #8ecfeb 0%);
}
.p-fanclub2627-section02__text {
  max-width: 43.75rem;
  margin: 0 auto 2.75rem;
  padding: 2.125rem 1.25rem 1.8125rem 2rem;
  position: relative;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.p-fanclub2627-section02__text::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 75, 135, 0.9);
  mix-blend-mode: multiply;
  content: "";
}
.p-fanclub2627-section02__text p {
  margin-bottom: 1.5625rem;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  line-height: 1.625;
  font-size: clamp(0.9375rem, 0.9071601942rem + 0.1294498382vw, 1.0625rem);
  letter-spacing: -0.02em;
}
.p-fanclub2627-section02__text p:last-child {
  margin-bottom: 0 !important;
}
.p-fanclub2627-section02__btn {
  width: 30rem;
  margin: 0 auto 2.25rem;
}
.p-fanclub2627-section02__btn a {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #133771;
  font-weight: 500;
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  background: #fcee1e url(../img/fanclub2627/icon03.png) no-repeat right 2.8125rem center;
  background-size: 0.5rem auto;
  border-radius: 0.3125rem;
}
.p-fanclub2627-section02__link {
  margin-bottom: 4.625rem;
  text-align: center;
  font-weight: 500;
}
.p-fanclub2627-section02__link a {
  display: inline-block;
  color: var(--color-body_bg);
  font-size: clamp(0.9375rem, 0.8768203883rem + 0.2588996764vw, 1.1875rem);
  border-bottom: 1px solid var(--color-body_bg);
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-section02 {
    padding: 3.125rem 0 1.25rem;
  }
  .p-fanclub2627-section02::before {
    height: 6.25rem;
  }
  .p-fanclub2627-section02__info {
    max-width: inherit;
    margin: 0 auto 1.25rem;
    padding: 1.25rem;
  }
  .p-fanclub2627-section02__info-list li {
    padding: 0 0 0.625rem 2rem;
    font-size: clamp(1.25rem, 1.2196601942rem + 0.1294498382vw, 1.375rem);
    font-weight: 600;
    background-position: left top 0.375rem;
    background-size: 1.25rem auto;
  }
  .p-fanclub2627-section02__text {
    max-width: inherit;
    margin: 0 auto 1.25rem;
    padding: 1.25rem;
  }
  .p-fanclub2627-section02__text p {
    margin-bottom: 0.625rem;
  }
  .p-fanclub2627-section02__btn {
    width: 18.75rem;
    margin: 0 auto 1.25rem;
  }
  .p-fanclub2627-section02__btn a {
    height: 3.75rem;
    background-position: right 1.25rem center;
  }
  .p-fanclub2627-section02__link {
    margin-bottom: 2.5rem;
  }
}
.p-fanclub2627-ttl {
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight: 800;
  color: var(--color-body_bg);
  font-size: clamp(2.4375rem, 2.3313106796rem + 0.4530744337vw, 2.875rem);
  letter-spacing: 0.03em;
}
.p-fanclub2627-ttl .yellow {
  color: #fcee21;
}
.p-fanclub2627-ttl .sml {
  display: block;
  font-weight: 500;
  font-size: clamp(1.1875rem, 1.1116504854rem + 0.3236245955vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-ttl {
    margin-bottom: 1.25rem;
    font-size: clamp(1.625rem, 1.5946601942rem + 0.1294498382vw, 1.75rem);
  }
  .p-fanclub2627-ttl .sml {
    font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  }
}
.p-fanclub2627__link-list {
  display: flex;
  justify-content: center;
}
.p-fanclub2627__link-list li {
  width: 20.375rem;
  margin: 0 1.5625rem;
}
.p-fanclub2627__link-list li a {
  height: 5.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  color: var(--color-body_bg);
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  border: 1px solid var(--color-body_bg);
  border-radius: 0.3125rem;
  background: url(../img/fanclub2627/icon04.png) no-repeat right 2.8125rem center;
  background-size: 0.5rem auto;
}
@media screen and (max-width: 767px) {
  .p-fanclub2627__link-list li {
    width: 9.375rem;
    margin: 0 0.3125rem;
  }
  .p-fanclub2627__link-list li a {
    height: 3.75rem;
    background-position: right 0.625rem center;
  }
}
.p-fanclub2627-section03 {
  padding: 6.1875rem 0 4rem;
  background: url(../img/fanclub2627/section03_bg.jpg) no-repeat center top;
  background-size: cover;
}
.p-fanclub2627-section03 .p-fanclub2627-ttl {
  margin-bottom: 1.625rem;
  color: #182e68;
}
.p-fanclub2627-section03__info {
  position: relative;
}
.p-fanclub2627-section03__info .prev,
.p-fanclub2627-section03__info .next {
  position: absolute;
  top: 50%;
  width: 5rem;
  cursor: pointer;
  transition: 0.3s;
  transform: translateY(-81%);
  z-index: 2;
}
.p-fanclub2627-section03__info .prev:hover,
.p-fanclub2627-section03__info .next:hover {
  opacity: 0.5;
}
.p-fanclub2627-section03__info .prev {
  left: 50%;
  margin-left: -30.625rem;
}
@media screen and (max-width: 991px) {
  .p-fanclub2627-section03__info .prev {
    margin-left: -23.75rem;
  }
}
.p-fanclub2627-section03__info .next {
  right: 50%;
  margin-right: -30.625rem;
}
@media screen and (max-width: 991px) {
  .p-fanclub2627-section03__info .next {
    margin-right: -23.75rem;
  }
}
.p-fanclub2627-section03__slide-pho {
  width: 43.75rem !important;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: top;
  border-radius: 0.3125rem;
  transform: scale(0.71) !important;
  transform-origin: 0% 50% !important;
  transition: 0.5s;
}
.p-fanclub2627-section03__slide-pho img {
  width: 100%;
}
.p-fanclub2627-section03__slide-pho.swiper-slide-active {
  transform: scale(1) !important;
  transform-origin: 50% 50% !important;
}
.p-fanclub2627-section03__slide-pho.swiper-slide-active ~ .p-fanclub2627-section03__slide-pho {
  transform-origin: 100% 50% !important;
}
.p-fanclub2627-section03 .swiper {
  padding-bottom: 2.25rem;
}
.p-fanclub2627-section03 .swiper-pagination {
  bottom: 0 !important;
}
.p-fanclub2627-section03 .swiper-pagination span {
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #808080;
  border-radius: 0;
  opacity: 1;
}
.p-fanclub2627-section03 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #182e68;
}
.p-fanclub2627-section03 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-fanclub2627-section03 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-section03 {
    padding: 3.125rem 0 1.875rem;
  }
  .p-fanclub2627-section03 .p-fanclub2627-ttl {
    margin-bottom: 1.25rem;
  }
  .p-fanclub2627-section03__info .prev,
  .p-fanclub2627-section03__info .next {
    width: 2.5rem;
  }
  .p-fanclub2627-section03__info .prev {
    margin-left: -10.625rem;
  }
  .p-fanclub2627-section03__info .next {
    margin-right: -10.625rem;
  }
  .p-fanclub2627-section03__slide-pho {
    width: 17.5rem !important;
    transform: scale(0.9) !important;
  }
  .p-fanclub2627-section03 .swiper {
    padding-bottom: 1.875rem;
  }
  .p-fanclub2627-section03 .swiper-pagination span {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-fanclub2627-section04 {
  padding: 7.4375rem 0 5.25rem;
  position: relative;
  background: url(../img/fanclub2627/section04_bg_junior.jpg) no-repeat center bottom;
  background-size: cover;
}
/* 260818-7 client spec: 全会員種別で背景をモノトーン画像そのままの見た目に統一。
   ::before の赤オーバーレイは全 tab で解除 (旧: rgba(160,26,70,0.9) multiply)。 */
.p-fanclub2627-section04::before {
  content: none;
}
.p-fanclub2627-section04 .l-inner {
  position: relative;
  z-index: 1;
}
.p-fanclub2627-section04__tabPanel {
  padding-top: 1.1875rem;
}
.p-fanclub2627-section04__tabList {
  display: flex;
  justify-content: space-between;
}
.p-fanclub2627-section04__tabList li {
  width: 18.7%;
}
.p-fanclub2627-section04__tabList li a {
  position: relative;
  height: 11.625rem;
  display: block;
  color: var(--color-body_bg);
  text-align: center;
  font-weight: 700;
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  background-color: #808080;
  border-radius: 0.3125rem;
}
.p-fanclub2627-section04__tabList li a .sml {
  margin-top: -0.0625rem;
  display: block;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.7044902913rem + 0.1941747573vw, 0.9375rem);
}
.p-fanclub2627-section04__tabList li a .en {
  height: 5.75rem;
  padding-top: 3.0625rem;
  display: block;
}
.p-fanclub2627-section04__tabList li a .price {
  min-width: 8.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 0.625rem;
  display: block;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .p-fanclub2627-section04__tabList li a .price {
    min-width: inherit;
  }
}
.p-fanclub2627-section04__tabList li a .price span {
  font-size: clamp(0.9375rem, 0.9071601942rem + 0.1294498382vw, 1.0625rem);
  font-weight: 500;
}
.p-fanclub2627-section04__tabList li a::before {
  position: absolute;
  left: 50%;
  bottom: -0.875rem;
  width: 1.375rem;
  height: 0.9375rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translateX(-50%);
  background-color: #181818;
  opacity: 0;
  transition: 0.3s;
  content: "";
}
.p-fanclub2627-section04__tabList li:nth-child(3) a .en, .p-fanclub2627-section04__tabList li:nth-child(4) a .en {
  padding-top: 1.6875rem;
}
.p-fanclub2627-section04__tabList li.on a {
  background-color: #181818;
}
.p-fanclub2627-section04__tabList li.on a::before {
  opacity: 1;
}
.p-fanclub2627-section04__tabList li.on:nth-child(1) {
  color: var(--color_black);
}
.p-fanclub2627-section04__tabList li.on:nth-child(2) a {
  color: #5a4632;
  background-color: #E1C76F;
}
.p-fanclub2627-section04__tabList li.on:nth-child(2) a::before {
  background-color: #E1C76F;
}
.p-fanclub2627-section04__tabList li.on:nth-child(2) a .price {
  border-top-color: #5A4632;
}
.p-fanclub2627-section04__tabList li.on:nth-child(3) a, .p-fanclub2627-section04__tabList li.on:nth-child(4) a {
  background-color: #85213E;
}
.p-fanclub2627-section04__tabList li.on:nth-child(3) a::before, .p-fanclub2627-section04__tabList li.on:nth-child(4) a::before {
  background-color: #85213E;
}
.p-fanclub2627-section04__tabList li.on:nth-child(5) a {
  background-color: #1B3471;
}
.p-fanclub2627-section04__tabList li.on:nth-child(5) a::before {
  background-color: #1B3471;
}
.p-fanclub2627-section04__tabBox {
  padding-top: 2.625rem;
}
.p-fanclub2627-section04__tabBox .text-box {
  margin-bottom: 1.875rem;
  padding: 2.5625rem 3.4375rem 3rem;
  position: relative;
  color: var(--color-body_bg);
  background-color: #181818;
  border-radius: 0.3125rem;
}
.p-fanclub2627-section04__tabBox .text-box::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/fanclub2627/section04_bg01.png) no-repeat right 1.25rem top 1.25rem;
  background-size: 21.75rem auto;
  content: "";
  mix-blend-mode: screen;
}
.p-fanclub2627-section04__tabBox .text-box .ttl {
  margin-bottom: 0.875rem;
  padding-bottom: 0.875rem;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: clamp(2.75rem, 2.6893203883rem + 0.2588996764vw, 3rem);
  border-bottom: 1px solid #fff;
}
.p-fanclub2627-section04__tabBox .text-box .ttl span {
  width: 11.625rem;
  padding: 0.5rem 0;
  position: absolute;
  right: 0;
  top: 1rem;
  text-align: center;
  color: #181818;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  background-color: #E6E6E6;
  border-radius: 0.3125rem;
}
.p-fanclub2627-section04__tabBox .text-box .ttl small {
  margin: -0.75rem 0 0 1.25rem;
  font-size: clamp(1.625rem, 1.5946601942rem + 0.1294498382vw, 1.75rem);
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.p-fanclub2627-section04__tabBox .text-box .ttl + p {
  position: relative;
  z-index: 1;
  margin-bottom: 1.125rem;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: -0.02em;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
}
.p-fanclub2627-section04__tabBox .text-box .ttl + p span {
  margin-bottom: 0.6875rem;
  display: block;
  font-size: clamp(1.25rem, 1.1589805825rem + 0.3883495146vw, 1.625rem);
  font-weight: 700;
}
.p-fanclub2627-section04__tabBox .text-box dl {
  margin-right: -1.25rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 500;
}
.p-fanclub2627-section04__tabBox .text-box dl dt {
  margin-top: 0.3125rem;
  width: 8.5rem;
  float: left;
  text-align: center;
  color: #0c090a;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  background-color: #e6e6e6;
  border-radius: 3.125rem;
}
.p-fanclub2627-section04__tabBox .text-box dl dt:first-child {
  margin-top: 0.9375rem;
}
.p-fanclub2627-section04__tabBox .text-box dl dd {
  padding: 0 0 0.3125rem 9.9375rem;
  font-size: clamp(1.25rem, 1.1589805825rem + 0.3883495146vw, 1.625rem);
}
.p-fanclub2627-section04__tabBox .text-box dl dd .price {
  font-size: clamp(2rem, 1.9393203883rem + 0.2588996764vw, 2.25rem);
  font-weight: 700;
}
.p-fanclub2627-section04__tabBox .text-box dl dd .price .sml {
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  font-weight: 500;
}
.p-fanclub2627-section04__tabBox .list-ul {
  margin-top: -2.25rem;
  display: flex;
  flex-wrap: wrap;
}
.p-fanclub2627-section04__tabBox .list-ul li {
  width: 22.8%;
  margin: 2.25rem 2.93% 0 0;
}
.p-fanclub2627-section04__tabBox .list-ul li:nth-child(4n) {
  margin-right: 0;
}
.p-fanclub2627-section04__tabBox .list-ul li a {
  display: block;
  overflow: hidden;
  border-radius: 0.3125rem;
}
.p-fanclub2627-section04__tabBox .list-ul li a img {
  width: 100%;
}
.p-fanclub2627-section04__tabBox02 .text-box {
  color: #5a4632;
  background-color: #E1C76F;
}
.p-fanclub2627-section04__tabBox02 .text-box::before {
  background-image: url(../img/fanclub2627/section04_bg02.png);
  mix-blend-mode: hard-light;
}
.p-fanclub2627-section04__tabBox02 .text-box .ttl {
  border-color: #5A4632;
}
.p-fanclub2627-section04__tabBox02 .text-box .ttl span {
  color: #5a4632;
  background-color: #FCF9F1;
}
.p-fanclub2627-section04__tabBox02 .text-box dl dt {
  color: #5a4632;
  background-color: #FCF9F1;
}
.p-fanclub2627-section04__tabBox03 .text-box, .p-fanclub2627-section04__tabBox04 .text-box {
  background-color: #85213E;
}
.p-fanclub2627-section04__tabBox03 .text-box::before, .p-fanclub2627-section04__tabBox04 .text-box::before {
  background-image: url(../img/fanclub2627/section04_bg03.png);
  mix-blend-mode: multiply;
}
.p-fanclub2627-section04__tabBox03 .text-box dl dt, .p-fanclub2627-section04__tabBox04 .text-box dl dt {
  color: #85213e;
  background-color: #F5EAED;
}
.p-fanclub2627-section04__tabBox05 .text-box {
  background-color: #1B3471;
}
.p-fanclub2627-section04__tabBox05 .text-box::before {
  background-image: url(../img/fanclub2627/section04_bg04.png);
  mix-blend-mode: multiply;
}
.p-fanclub2627-section04__tabBox05 .text-box dl dt {
  color: #1b3471;
  background-color: #F5EAED;
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-section04 {
    padding: 3.125rem 0 2.1875rem;
  }
  .p-fanclub2627-section04__tabPanel {
    padding-top: 0rem;
  }
  .p-fanclub2627-section04__tabList {
    margin-top: -1.25rem;
    flex-wrap: wrap;
  }
  .p-fanclub2627-section04__tabList li {
    margin-top: 1.25rem;
    width: 49%;
  }
  .p-fanclub2627-section04__tabList li a {
    height: 6.25rem;
  }
  .p-fanclub2627-section04__tabList li a .en {
    height: 3.4375rem;
    padding-top: 1.5625rem;
  }
  .p-fanclub2627-section04__tabList li a .price {
    min-width: inherit;
    padding-top: 0.3125rem;
  }
  .p-fanclub2627-section04__tabList li:nth-child(3) a .en, .p-fanclub2627-section04__tabList li:nth-child(4) a .en {
    padding-top: 0.625rem;
  }
  .p-fanclub2627-section04__tabBox {
    padding-top: 1.25rem;
  }
  .p-fanclub2627-section04__tabBox .text-box {
    margin-bottom: 1.25rem;
    padding: 1.25rem 0.9375rem;
  }
  .p-fanclub2627-section04__tabBox .text-box::before {
    background-size: 12.5rem auto;
  }
  .p-fanclub2627-section04__tabBox .text-box .ttl {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    letter-spacing: 0;
    font-size: clamp(2.0625rem, 2.0321601942rem + 0.1294498382vw, 2.1875rem);
  }
  .p-fanclub2627-section04__tabBox .text-box .ttl span {
    width: 6.875rem;
    padding: 0.1875rem 0;
    top: 0.8125rem;
    font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  }
  .p-fanclub2627-section04__tabBox .text-box .ttl small {
    margin: -0.375rem 0 0 0.3125rem;
    font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  }
  .p-fanclub2627-section04__tabBox .text-box .ttl + p span {
    margin-bottom: 0.3125rem;
    font-size: clamp(1.25rem, 1.2196601942rem + 0.1294498382vw, 1.375rem);
  }
  .p-fanclub2627-section04__tabBox .text-box dl {
    margin: 0;
  }
  .p-fanclub2627-section04__tabBox .text-box dl dt {
    margin: 0 !important;
    width: 7.6875rem;
    float: none;
  }
  .p-fanclub2627-section04__tabBox .text-box dl dd {
    padding: 0.3125rem 0 0.625rem;
    font-size: clamp(1.125rem, 1.0643203883rem + 0.2588996764vw, 1.375rem);
  }
  .p-fanclub2627-section04__tabBox .text-box dl dd .price {
    font-size: clamp(1.75rem, 1.7196601942rem + 0.1294498382vw, 1.875rem);
  }
  .p-fanclub2627-section04__tabBox .list-ul {
    margin-top: -1.25rem;
    justify-content: space-between;
  }
  .p-fanclub2627-section04__tabBox .list-ul li {
    width: 49%;
    margin: 1.25rem 0 0;
  }
}
.p-fanclub2627-section05 {
  padding: 6.625rem 0 5.3125rem;
}
.p-fanclub2627-section05 .p-fanclub2627-ttl {
  margin-bottom: 2.75rem;
  color: #182e68;
}
.p-fanclub2627-section05__table {
  margin: 0 -0.0625rem;
  border: 2px solid var(--color-background_c);
  overflow: hidden;
  border-radius: 0.3125rem;
}
.p-fanclub2627-section05__table table {
  margin-bottom: 1.375rem;
  width: 285.75rem;
  border-collapse: collapse;
  table-layout: auto;
}
.p-fanclub2627-section05__table table th,
.p-fanclub2627-section05__table table td {
  padding: 0;
  width: auto;
  font-weight: 500;
  line-height: 1.33;
  vertical-align: middle;
  text-align: center;
  letter-spacing: -0.03em;
  font-size: clamp(0.875rem, 0.7991504854rem + 0.3236245955vw, 1.1875rem);
  box-sizing: border-box;
}
.p-fanclub2627-section05__table table th .sup,
.p-fanclub2627-section05__table table td .sup {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  display: block;
}
.p-fanclub2627-section05__table table th .sup sup,
.p-fanclub2627-section05__table table td .sup sup {
  position: absolute;
  right: -1.375rem;
  top: -0.3125rem;
  font-size: clamp(0.6875rem, 0.6571601942rem + 0.1294498382vw, 0.8125rem);
}
.p-fanclub2627-section05__table table th .sup.sup01 sup,
.p-fanclub2627-section05__table table td .sup.sup01 sup {
  right: 0;
  top: -0.75rem;
}
.p-fanclub2627-section05__table table th .sup.sup02 sup,
.p-fanclub2627-section05__table table td .sup.sup02 sup {
  right: 0.625rem;
}
.p-fanclub2627-section05__table table th small,
.p-fanclub2627-section05__table table td small {
  margin-top: 0.1875rem;
  display: block;
  font-size: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem);
}
.p-fanclub2627-section05__table table .wid01 {
  width: 13.4375rem;
}
.p-fanclub2627-section05__table table .wid02 {
  width: 21.5625rem;
}
.p-fanclub2627-section05__table table .wid03 {
  width: 8.6875rem;
}
.p-fanclub2627-section05__table table .wid04 {
  width: 11.8125rem;
}
.p-fanclub2627-section05__table table .wid05 {
  width: 10.1875rem;
}
.p-fanclub2627-section05__table table .wid19 {
  width: 11.6875rem;
}
.p-fanclub2627-section05__table table .wid06 {
  width: 13.625rem;
}
.p-fanclub2627-section05__table table .wid07 {
  width: 12.25rem;
}
.p-fanclub2627-section05__table table .wid08 {
  width: 11.5625rem;
}
.p-fanclub2627-section05__table table .wid09 {
  width: 16.125rem;
}
.p-fanclub2627-section05__table table .wid10 {
  width: 14.125rem;
}
.p-fanclub2627-section05__table table .wid20 {
  width: 10rem;
}
.p-fanclub2627-section05__table table .wid11 {
  width: 11.375rem;
}
.p-fanclub2627-section05__table table .wid12 {
  width: 12.8125rem;
}
.p-fanclub2627-section05__table table .wid13 {
  width: 12.375rem;
}
.p-fanclub2627-section05__table table .wid14 {
  width: 8.6875rem;
}
.p-fanclub2627-section05__table table .wid15 {
  width: 15.375rem;
}
.p-fanclub2627-section05__table table .wid21 {
  width: 11.875rem;
}
.p-fanclub2627-section05__table table .wid16 {
  width: 9.875rem;
}
.p-fanclub2627-section05__table table .wid17 {
  width: 18.4375rem;
}
.p-fanclub2627-section05__table table .wid18 {
  width: 10.5rem;
}
.p-fanclub2627-section05__table table thead th,
.p-fanclub2627-section05__table table thead td {
  height: 5.5rem;
  color: #4d4d4d;
  border-left: 1px solid #F2F2F2;
  background-color: var(--color-table_border_tr);
}
.p-fanclub2627-section05__table table thead th.border,
.p-fanclub2627-section05__table table thead td.border {
  border-left-color: var(--color-table_border_tr);
  position: relative;
}
.p-fanclub2627-section05__table table thead th.border::before,
.p-fanclub2627-section05__table table thead td.border::before {
  position: absolute;
  left: -1px;
  top: 0.625rem;
  bottom: 0.625rem;
  border-left: 2px dotted #F2F2F2;
  content: "";
}
.p-fanclub2627-section05__table table thead th.line p,
.p-fanclub2627-section05__table table thead td.line p {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-fanclub2627-section05__table table thead th.line p::before,
.p-fanclub2627-section05__table table thead td.line p::before {
  position: absolute;
  left: 1.0625rem;
  right: 1.0625rem;
  bottom: -0.125rem;
  border-bottom: 2px dotted #F2F2F2;
  content: "";
  z-index: 1;
}
.p-fanclub2627-section05__table table thead th {
  border-left: 12px solid var(--color-table_border_tr);
}
.p-fanclub2627-section05__table table tbody td {
  border-bottom: 1px solid var(--color-table_border_tr);
  border-left: 1px solid var(--color-table_border_tr);
}
.p-fanclub2627-section05__table table tbody td.line {
  border-bottom-color: transparent;
}
.p-fanclub2627-section05__table table tbody td.line p {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-fanclub2627-section05__table table tbody td.line p::before {
  position: absolute;
  left: 1.0625rem;
  right: 1.0625rem;
  bottom: -0.125rem;
  border-bottom: 2px dotted var(--color-table_border_tr);
  content: "";
}
.p-fanclub2627-section05__table table tbody th {
  height: 9.5rem;
  font-weight: 800;
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  border-bottom: 1px solid var(--color-table_border_tr);
  border-left: 12px solid var(--color_black);
}
.p-fanclub2627-section05__table table tbody .height {
  height: 9.375rem;
}
.p-fanclub2627-section05__table table tbody tr {
  background-color: #F2F2F2;
}
.p-fanclub2627-section05__table table tbody tr:nth-child(2) {
  background-color: #F9F4E2;
}
.p-fanclub2627-section05__table table tbody tr:nth-child(2) th {
  color: #e1c76f;
  border-left-color: #E1C76F;
}
.p-fanclub2627-section05__table table tbody tr:nth-child(3), .p-fanclub2627-section05__table table tbody tr:nth-child(4) {
  background-color: #F3E9EC;
}
.p-fanclub2627-section05__table table tbody tr:nth-child(3) th, .p-fanclub2627-section05__table table tbody tr:nth-child(4) th {
  color: #85213e;
  border-left-color: #85213E;
}
.p-fanclub2627-section05__table table tbody tr:nth-child(5) {
  background-color: #E8EAF0;
}
.p-fanclub2627-section05__table table tbody tr:nth-child(5) th {
  color: #17306b;
  border-left-color: #17306B;
}
.p-fanclub2627-section05__list {
  margin-top: 2.25rem;
}
.p-fanclub2627-section05__list li {
  padding-left: 2.75rem;
  position: relative;
  color: #333;
  font-weight: 500;
  line-height: 1.625;
  font-size: clamp(0.875rem, 0.8294902913rem + 0.1941747573vw, 1.0625rem);
}
.p-fanclub2627-section05__list li span {
  position: absolute;
  left: 0;
  top: 0;
}
.p-fanclub2627-section05 .p-fanclub2627__link-list {
  margin-top: 4.1875rem;
}
.p-fanclub2627-section05 .p-fanclub2627__link-list li a {
  color: #182e68;
  border-color: #182e68;
  background-image: url(../img/fanclub2627/icon03.png);
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-section05 {
    padding: 3.125rem 0 2.5rem;
  }
  .p-fanclub2627-section05 .p-fanclub2627-ttl {
    margin-bottom: 1.875rem;
  }
  .p-fanclub2627-section05 .p-fanclub2627__link-list {
    margin-top: 1.875rem;
  }
}
.p-fanclub2627-section06 {
  padding: 8rem 0 6.3125rem;
  background: url(../img/fanclub2627/section06_bg.jpg) no-repeat center center;
  background-size: cover;
}
.p-fanclub2627-section06__list {
  margin-top: -1.0625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.p-fanclub2627-section06__list::after {
  content: "";
  width: 31.3%;
}
.p-fanclub2627-section06__list li {
  margin-top: 1.875rem;
  height: 12.75rem;
  width: 31.3%;
  padding: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  line-height: 1.4;
  border-radius: 0.3125rem;
  background-color: var(--color-body_bg);
  letter-spacing: -0.04em;
}
.p-fanclub2627-section06__list li .red {
  color: #85213e;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-section06 {
    padding: 3.125rem 0;
  }
  .p-fanclub2627-section06__list {
    width: 18.75rem;
    margin: 0 auto;
    display: block;
  }
  .p-fanclub2627-section06__list li {
    margin: 0 0 0.625rem;
    height: 6.25rem;
    width: auto;
  }
}
.p-fanclub2627-section07 {
  padding: 7.4375rem 0 6.375rem;
  position: relative;
  background: url(../img/fanclub2627/section07_bg03.png) no-repeat top center;
  background-size: cover;
}
.p-fanclub2627-section07::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/fanclub2627/section07_bg01.png) no-repeat top center;
  background-size: cover;
  content: "";
  mix-blend-mode: multiply;
}
.p-fanclub2627-section07::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/fanclub2627/section07_bg02.png) no-repeat top 1.875rem center;
  background-size: 60.8125rem auto;
  content: "";
  mix-blend-mode: multiply;
}
.p-fanclub2627-section07 .l-inner {
  position: relative;
  z-index: 1;
}
.p-fanclub2627-section07__list {
  margin-top: -1.8125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-fanclub2627-section07__list li {
  margin-top: 2rem;
  width: 48.5%;
}
.p-fanclub2627-section07__list li img {
  width: 100%;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-section07 {
    padding: 3.125rem 0;
  }
  .p-fanclub2627-section07::after {
    background-position: center center;
    background-size: 20rem auto;
  }
  .p-fanclub2627-section07__list {
    margin: 0 auto;
    display: block;
    max-width: 30rem;
  }
  .p-fanclub2627-section07__list li {
    margin: 0 0 0.625rem;
    width: auto;
  }
  .p-fanclub2627-section07__list li:last-child {
    margin-bottom: 0;
  }
}
.p-fanclub2627-section08 {
  padding: 6.875rem 0 5.625rem;
  background-color: #F2F2F2;
}
.p-fanclub2627-section08__pho {
  margin-bottom: 4.0625rem;
}
.p-fanclub2627-section08__pho img {
  width: 100%;
  border-radius: 0.3125rem;
}
.p-fanclub2627-section08__bg {
  padding: 0.625rem;
  background: url(../img/fanclub2627/section08_bg.png) no-repeat top center #fff;
  background-size: 100% 100%;
  border-radius: 0.3125rem;
}
.p-fanclub2627-section08__white {
  padding: 2.6875rem 0.625rem 2.8125rem;
  text-align: center;
  color: #182e68;
  background-color: #fff;
  border-radius: 0.3125rem;
}
.p-fanclub2627-section08__ttl {
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: clamp(1.75rem, 1.7196601942rem + 0.1294498382vw, 1.875rem);
}
.p-fanclub2627-section08__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.9375rem;
  padding-left: 5.5rem;
  font-size: clamp(2.9375rem, 2.9071601942rem + 0.1294498382vw, 3.0625rem);
  font-weight: 700;
  background: url(../img/fanclub2627/section08_icon.png) no-repeat left top 0.9375rem;
  background-size: 4.25rem auto;
}
.p-fanclub2627-section08__txt {
  margin-bottom: 1.625rem;
  font-size: clamp(0.9375rem, 0.8768203883rem + 0.2588996764vw, 1.1875rem);
  line-height: 1.55;
  font-weight: 500;
}
.p-fanclub2627-section08__text {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.3125rem 0 0 12.25rem;
  position: relative;
  font-size: clamp(0.9375rem, 0.8768203883rem + 0.2588996764vw, 1.1875rem);
  line-height: 1.66;
  text-align: left;
  font-weight: 500;
  letter-spacing: -0.04em;
  border-top: 2px dotted #808080;
}
.p-fanclub2627-section08__text .red {
  color: #83213e;
}
.p-fanclub2627-section08__text a {
  text-decoration: underline;
}
.p-fanclub2627-section08__text .big {
  position: absolute;
  left: 0;
  top: 1.5rem;
  padding: 0.625rem 0;
  width: 10.875rem;
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  border: 1px solid #182e68;
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-section08 {
    padding: 3.125rem 0;
  }
  .p-fanclub2627-section08__pho {
    margin-bottom: 1.25rem;
  }
  .p-fanclub2627-section08__bg {
    padding: 0.3125rem;
    background-repeat: repeat;
    background-size: 100% auto;
  }
  .p-fanclub2627-section08__white {
    padding: 1.25rem 0.625rem;
  }
  .p-fanclub2627-section08__ttl {
    font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  }
  .p-fanclub2627-section08__title {
    margin: 0 auto;
    padding: 0 0 0.625rem 3rem;
    font-size: clamp(1.6875rem, 1.6571601942rem + 0.1294498382vw, 1.8125rem);
    background-position: left top 0.625rem;
    background-size: 2.25rem auto;
  }
  .p-fanclub2627-section08__txt {
    margin-bottom: 1.25rem;
  }
  .p-fanclub2627-section08__text {
    max-width: inherit;
    padding: 1.25rem 0 0;
  }
  .p-fanclub2627-section08__text .big {
    position: static;
    display: block;
    width: 7.5rem;
    padding: 0.1875rem;
  }
}
.p-fanclub2627-pop {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-fanclub2627-pop:not(.show) {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
}
.p-fanclub2627-pop .close {
  width: 2.5rem;
  position: absolute;
  right: 0.875rem;
  top: 0.875rem;
  z-index: 5;
  cursor: pointer;
}
.p-fanclub2627-pop .swiper {
  width: 43.75rem;
  margin: 0 auto;
  height: 80%;
  max-height: 37.1875rem;
  background-color: var(--color-body_bg);
  border-radius: 0.5rem;
}
.p-fanclub2627-pop__box {
  padding: 5.4375rem 6.5625rem 3.5625rem;
  position: relative;
  height: auto !important;
}
.p-fanclub2627-pop__box .popImg {
  margin-bottom: 3.75rem;
  text-align: center;
}
.p-fanclub2627-pop__box .popImg img {
  margin: 0 auto;
}
.p-fanclub2627-pop__box .popText {
  color: #0c090a;
}
.p-fanclub2627-pop__box .popText .en {
  margin-bottom: 0.9375rem;
  color: #999;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.7044902913rem + 0.1941747573vw, 0.9375rem);
}
.p-fanclub2627-pop__box .popText .ttl {
  margin-bottom: 0.4375rem;
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  font-weight: 700;
}
.p-fanclub2627-pop__box .popText .txt {
  margin-bottom: 1.625rem;
  font-size: clamp(0.9375rem, 0.8768203883rem + 0.2588996764vw, 1.1875rem);
  font-weight: 500;
  line-height: 1.44;
}
.p-fanclub2627-pop__box .popText .txt a {
  text-decoration: underline;
}
.p-fanclub2627-pop__box .popText dl {
  font-weight: 500;
}
.p-fanclub2627-pop__box .popText dl dt {
  margin-top: 0.3125rem;
  width: 4.5rem;
  float: left;
  text-align: center;
  color: #0c090a;
  font-size: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem);
  background-color: var(--color-table_border_tr);
  border-radius: 3.125rem;
}
.p-fanclub2627-pop__box .popText dl dd {
  padding: 0 0 0.5625rem 5.125rem;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-pop .close {
    width: 1.875rem;
    right: 0.625rem;
    top: 0.625rem;
  }
  .p-fanclub2627-pop .swiper {
    width: auto;
    margin: 0 0.875rem;
  }
  .p-fanclub2627-pop__box {
    padding: 2.5rem 1.25rem;
  }
  .p-fanclub2627-pop__box .popImg {
    margin-bottom: 1.875rem;
  }
}
.p-fanclub2627 .swiper-scrollbar.swiper-scrollbar-vertical, .p-fanclub2627 .swiper-vertical > .swiper-scrollbar {
  right: 32px !important;
  width: 3px !important;
  top: 78px !important;
  bottom: 30px !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .p-fanclub2627 .swiper-scrollbar.swiper-scrollbar-vertical, .p-fanclub2627 .swiper-vertical > .swiper-scrollbar {
    right: 10px !important;
    top: 50px !important;
    bottom: 20px !important;
  }
}
.p-fanclub2627 .swiper-horizontal > .swiper-scrollbar, .p-fanclub2627 .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0 !important;
  width: 100% !important;
  bottom: 0 !important;
  height: 23px !important;
  box-sizing: border-box;
  border-top: 2px solid var(--color-background_c);
  background-color: #E6E6E6;
  border-radius: 0 !important;
}
.p-fanclub2627 .p-fanclub2627-section05 .swiper-scrollbar-drag {
  top: 5px !important;
  height: calc(100% - 10px) !important;
  background: #808080 !important;
}

/* ============================================================
 * fanclub2627 特典カード: tier ラベル & + ボタンを CSS 化 (260730)
 * 目的: 商品画像 JPG に焼き付けられた「PREMIUM」等のラベルと「+」を
 * CSS 描画版に置き換え、将来クリーンな商品画像に差し替えても崩れない構造にする。
 *   - タブカード: CSS 版を上に描画 (baked と重ねる形で覆う)
 *   - popup:      baked のみ隠す (テキストは popText 側にある)
 * 画像はすべて 455x516 前提、5 tier で位置一致、色のみ tier ごとに変わる。
 * ============================================================ */

/* tier ごとの色 (baked 版と一致) */
.p-fanclub2627 .p-fanclub2627-section04__tabBox01 { --card-color: #333333; --card-bg: #ffffff; }
.p-fanclub2627 .p-fanclub2627-section04__tabBox02 { --card-color: #c9a44c; --card-bg: #ffffff; }
.p-fanclub2627 .p-fanclub2627-section04__tabBox03,
.p-fanclub2627 .p-fanclub2627-section04__tabBox04 { --card-color: #7a1e2c; --card-bg: #ffffff; }
.p-fanclub2627 .p-fanclub2627-section04__tabBox05 { --card-color: #1a2f5e; --card-bg: #ffffff; }

/* 位置定数: 全 tier 共通の baked "+"/"tier" 位置 (455x516 の JPG から実測)
 *   tier text : top=7%, left=3%, width=8.5%, height=30%
 *   + button  : top=2%, right=2.5%, width=17%, height=17%
 * これは baked を「覆う」寸法で、実際の baked bbox にマージン 2% を足したもの。 */

/* タブカード共通 (baked の上に CSS で + と tier を再描画) */
.p-fanclub2627 .p-fanclub2627-card {
  position: relative;
  display: block;
  overflow: hidden;
}
.p-fanclub2627 .p-fanclub2627-card__tier {
  position: absolute;
  top: 2%;                       /* + ボタンの top と揃える (was 7%) */
  left: 3%;
  width: 8.5%;
  height: 35%;                   /* baked tier テキスト (image y=7-35%) を完全被覆 (was 30%) */
  background: var(--card-bg, #fff);
  color: var(--card-color, #333);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0;                /* 上端ぴったり (was 0.15em) */
  font-weight: 700;
  font-size: clamp(0.62rem, 0.85vw, 0.9rem);
  letter-spacing: 0.15em;
  z-index: 2;
  pointer-events: none;
}
.p-fanclub2627 .p-fanclub2627-card__plus {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 18%;
  aspect-ratio: 1 / 1;
  background: var(--card-color, #333);
  color: var(--card-bg, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 300 clamp(0.9rem, 1.8vw, 1.7rem)/1 sans-serif;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}
.p-fanclub2627 .p-fanclub2627-card__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  padding: 0 6% 4%;
  background: var(--card-bg, #fff);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: clamp(0.75rem, 1vw, 1rem);
  line-height: 1.35;
  letter-spacing: 0.02em;
  z-index: 2;
  pointer-events: none;
  box-sizing: border-box;
}

/* popup 内の商品画像: 中央イラスト部だけを見せる
 *  - コンテナは元画像の中央帯 (y=25%〜70% 相当) に合わせた横長アスペクト (455 × 232)
 *  - object-fit: none + margin/transform でイラスト部を中央に配置
 *  - 上下の空白 (tier, +, タイトル baked 部) は overflow: hidden で完全カット
 *  - マスクは残しておく (画像により illustrations 位置がズレる場合の保険) */
.p-fanclub2627 .p-fanclub2627-popImg {
  position: relative;
  display: block;
  width: min(360px, 88%);
  /* 実測: 全 52 画像で illustration top ≥ y=19.8%、baked title top ≥ y=75%。
     この範囲 (y≈18〜72%) を確実に表示するため container aspect = 455/280、
     object-position: center 40% (上寄せ)。tier text 上部 (y=9-35%) が
     container top 30% 程度残るので top-left mask で追加隠蔽。 */
  aspect-ratio: 455 / 280;
  overflow: hidden;
  margin: 0 auto 1.25rem;
  background: #fff;
}
.p-fanclub2627 .p-fanclub2627-popImg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-fanclub2627 .p-fanclub2627-popImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
/* Crop で + と title はカット済み。tier のみ画像上部一部が cropped 領域に残るので
   コンテナ座標基準の小さなマスクで上書き隠蔽 (top-left) */
.p-fanclub2627 .p-fanclub2627-popImg__mask-tier,
.p-fanclub2627 .p-fanclub2627-popImg__mask-plus,
.p-fanclub2627 .p-fanclub2627-popImg__mask-title {
  display: none;
}
.p-fanclub2627 .p-fanclub2627-popImg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  height: 32%;
  background: #fff;
  z-index: 3;
  pointer-events: none;
}

/* ============================================================
 * 会員種別比較表 (section05) 余白圧縮 260730
 * PC 1画面 (~900px) に PREMIUM/GOLD/REGULAR×2/JUNIOR 5行が収まる高さに調整。
 * ============================================================ */
.p-fanclub2627 .p-fanclub2627-section05 {
  padding: 3.75rem 0 3.125rem !important;         /* 106/85 → 60/50 */
}
.p-fanclub2627 .p-fanclub2627-section05 .p-fanclub2627-ttl {
  margin-bottom: 1.5rem !important;               /* 44 → 24 */
}
.p-fanclub2627 .p-fanclub2627-section05__table table thead th,
.p-fanclub2627 .p-fanclub2627-section05__table table thead td {
  height: 3.5rem !important;                       /* 88 → 56 */
}
.p-fanclub2627 .p-fanclub2627-section05__table table tbody th {
  height: 5.5rem !important;                       /* 152 → 88 */
  font-size: clamp(15px, 1.4vw, 20px) !important;  /* 微縮 */
}
.p-fanclub2627 .p-fanclub2627-section05__table table tbody td {
  padding: 0.375rem 0 !important;                  /* 若干の垂直余白 */
}
.p-fanclub2627 .p-fanclub2627-section05__table table tbody .height {
  height: 5.5rem !important;                       /* 150 → 88 */
}
.p-fanclub2627 .p-fanclub2627-section05__table table {
  margin-bottom: 0.75rem !important;               /* 22 → 12 */
}
.p-fanclub2627 .p-fanclub2627-section05__list {
  margin-top: 1.25rem !important;                  /* 36 → 20 */
}
.p-fanclub2627 .p-fanclub2627-section05 .p-fanclub2627__link-list {
  margin-top: 2rem !important;                     /* 67 → 32 */
}
@media (max-width: 767px) {
  .p-fanclub2627 .p-fanclub2627-section05 {
    padding: 1.875rem 0 1.5rem !important;
  }
  .p-fanclub2627 .p-fanclub2627-section05__table table thead th,
  .p-fanclub2627 .p-fanclub2627-section05__table table thead td,
  .p-fanclub2627 .p-fanclub2627-section05__table table tbody th,
  .p-fanclub2627 .p-fanclub2627-section05__table table tbody .height {
    height: auto !important;
  }
}

/* ============================================================
 * SNS ボタン (footer) 均等幅化 260730
 * LINE を非表示にしたため 6→5 列に変更。空セル (6列目) を削除して均等分割。
 * 復活時は grid-template-columns を repeat(6, 1fr) に戻す。
 * ============================================================ */
.c_sns-btns__list {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
@media screen and (max-width: 1024px) {
  .c_sns-btns__list {
    /* タブレット: 5 個を 1 行に収めて右端の隙間を無くす。アイコン+テキストが多少狭くなるが
       6 列時の 3 列 → 5 列で 1 列あたり 60% 幅で十分収まる範囲 */
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

/* ============================================================
 * 会員種別比較表: 左列 (会員種別 / tier ラベル) を横スクロール中固定
 * 260730 追加。Swiper JS init は footer.php で無効化し、native overflow-x
 * + position: sticky に統一。
 *   - 2 重スクロール (Swiper scrollbar + native) 回避
 *   - スクロール挙動を OS 標準に統一 (mousewheel は shift 押下で横スクロール)
 *   - sticky セルは行の背景色を明示指定 (継承では sticky で透過するため)
 * ============================================================ */
.p-fanclub2627 .p-fanclub2627-section05__table.swiper {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.p-fanclub2627 .p-fanclub2627-section05__table.swiper .swiper-wrapper {
  transform: none !important;
  width: max-content !important;
  transition: none !important;
}
/* Swiper の scrollbar 要素は非表示 (native scroll に統一) */
.p-fanclub2627 .p-fanclub2627-section05__table.swiper > .swiper-scrollbar {
  display: none !important;
}
/* thead 側 sticky (2 行分の header th) */
.p-fanclub2627 .p-fanclub2627-section05__table table thead > tr > th:first-child {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: 0 !important;
  z-index: 3 !important;
  background-color: var(--color-table_border_tr) !important;
  box-shadow: 4px 0 6px -3px rgba(0, 0, 0, 0.15);
}
/* tbody 側 sticky (行ごとに tier 色) */
.p-fanclub2627 .p-fanclub2627-section05__table table tbody > tr > th {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: 0 !important;
  z-index: 3 !important;
  box-shadow: 4px 0 6px -3px rgba(0, 0, 0, 0.15);
}
/* 行ごとの sticky セル背景 (継承では透過するので明示) */
.p-fanclub2627 .p-fanclub2627-section05__table table tbody > tr:nth-child(1) > th { background-color: #F2F2F2 !important; }
.p-fanclub2627 .p-fanclub2627-section05__table table tbody > tr:nth-child(2) > th { background-color: #F9F4E2 !important; }
.p-fanclub2627 .p-fanclub2627-section05__table table tbody > tr:nth-child(3) > th,
.p-fanclub2627 .p-fanclub2627-section05__table table tbody > tr:nth-child(4) > th { background-color: #F3E9EC !important; }
.p-fanclub2627 .p-fanclub2627-section05__table table tbody > tr:nth-child(5) > th { background-color: #E8EAF0 !important; }

@media (max-width: 767px) {
  /* SP は元々テーブルが縦積みで扱われる可能性があるため sticky を解除 */
  .p-fanclub2627 .p-fanclub2627-section05__table table thead > tr > th:first-child,
  .p-fanclub2627 .p-fanclub2627-section05__table table tbody > tr > th {
    position: static !important;
    box-shadow: none !important;
  }
}

/* ============================================================
 * FC ページ追加修正 260803 (7 点)
 * ============================================================ */

/* [#1 revised 260803]: FC ページのみで float ボタン (チケット/グッズ/ファンクラブ) を非表示、
   fix_link バッジは元の右下位置に戻す (前回入れた位置オーバーライドを撤去)。
   :has() で FC ページ限定スコープ。fix_link の位置は元コンパイル済 CSS (line 26434+)
   の値 (right: 2.0625rem / bottom: 0.3125rem, SP: right: 0.3125rem / bottom: 4.875rem) を継承。 */
body:has(.p-fanclub2627) .c-floating-btn {
  display: none !important;
}
/* 260803 追加: PC のみ fix_link 下部に余白追加 (bottom 5px → 40px)。SP は元値キープ。
   FC ページ限定スコープなので他ページに影響なし。 */
body:has(.p-fanclub2627) .p-fanclub2627-heading_fix-link {
  bottom: 2.5rem !important;
}
@media screen and (max-width: 600px) {
  body:has(.p-fanclub2627) .p-fanclub2627-heading_fix-link {
    bottom: 4.875rem !important;   /* SP は元値 (78px) 維持、フッター干渉なし */
  }
}

/* [#2] section02 背景写真スライド速度: 20s/10s → 60s/30s (3倍ゆっくり) */
.p-fanclub2627-section02__pho-slide:nth-child(2) .p-fanclub2627-section02__pho-list {
  animation-duration: 60s !important;
}
.p-fanclub2627-section02__pho-list {
  animation-duration: 60s !important;
}
@media screen and (max-width: 767px) {
  .p-fanclub2627-section02__pho-slide:nth-child(2) .p-fanclub2627-section02__pho-list,
  .p-fanclub2627-section02__pho-list {
    animation-duration: 30s !important;
  }
}

/* [#3] tabBox カード上揃え
   全ての商品画像 (baked 版も letterboxed 新素材も同じ 455x516 aspect) が
   width: 100% で自然に同一高さになる。aspect-ratio や object-fit を強制しない
   ことで、baked overlay の位置と CSS overlay (card__tier/plus/title) の位置が
   ズレず、baked が完全に隠蔽される。 */
.p-fanclub2627 .p-fanclub2627-section04__tabBox .list-ul {
  align-items: flex-start !important;
}
.p-fanclub2627 .p-fanclub2627-section04__tabBox .list-ul li a {
  position: relative;
  background: #fff;
}

/* [#5] 「※当選確率2倍」処理:
   - 元画像には baked で「※当選確率2倍」テキスト (y≈65-72% center) が焼き込まれている。
   - card, popup とも CSS で覆い隠し、代わりに .p-fanclub2627-card__badge / .p-fanclub2627-pop__badge
     を独立したテキスト要素として表示する (画像非依存)。 */

/* カード: card__title を延伸して baked ※当選確率2倍 (y=65-72%) まで含めて隠蔽 */
.p-fanclub2627 .p-fanclub2627-card__title {
  height: 34% !important;                /* was 25% → 34% で baked ※当選確率2倍 まで覆う */
  flex-direction: column !important;      /* badge を title 上に積む */
  padding: 0.25rem 6% 4% !important;
}
/* CSS 描画の ※当選確率2倍 バッジ (card) */
.p-fanclub2627 .p-fanclub2627-card__badge {
  position: absolute;
  left: 0; right: 0;
  bottom: 34%;                            /* card__title のちょうど上に配置 */
  padding: 0.1rem 6%;
  background: var(--card-bg, #fff);
  color: #c00;
  font-size: clamp(0.55rem, 0.75vw, 0.75rem);
  font-weight: 600;
  text-align: center;
  z-index: 2;
  pointer-events: none;
  letter-spacing: 0.05em;
}

/* popup: baked ※当選確率2倍 (image y=65-72% ≈ container bottom 15%) を bottom-mask で隠蔽 */
.p-fanclub2627 #pop-premium-10 .p-fanclub2627-popImg::after {
  content: '';
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 0;
  height: 18%;                            /* 下部 18% (baked ※当選確率2倍 + 保険) を白マスク */
  background: #fff;
  z-index: 3;
  pointer-events: none;
}
/* popup の独立バッジ (popText 内、tier ラベル直下 / title の上) */
.p-fanclub2627 .p-fanclub2627-pop__badge {
  display: inline-block;
  margin: 0.25rem 0 0.5rem !important;
  padding: 0.15rem 0.6rem;
  background: #fdecec;
  color: #c00;
  font-size: clamp(0.75rem, 1vw, 0.9rem) !important;
  font-weight: 700 !important;
  border-radius: 2px;
  letter-spacing: 0.05em;
}

/* [#7] 比較表 thead 「※10 ホストゲーム当日プログラム参加権」注釈位置調整
   sup が違うエリアに入る問題 → sup を right の外に押し出さず、
   セル内で右上寄せに配置 */
.p-fanclub2627 .p-fanclub2627-section05__table table th .sup sup,
.p-fanclub2627 .p-fanclub2627-section05__table table td .sup sup {
  right: 0 !important;
  top: -0.5rem !important;
}
.p-fanclub2627 .p-fanclub2627-section05__table table th .sup.sup02 sup,
.p-fanclub2627 .p-fanclub2627-section05__table table td .sup.sup02 sup {
  right: 0 !important;
}
/* SP: 幅厚みで対応 (セルに padding 追加) */
@media (max-width: 767px) {
  .p-fanclub2627 .p-fanclub2627-section05__table table thead th,
  .p-fanclub2627 .p-fanclub2627-section05__table table thead td {
    padding: 0.5rem 0.75rem !important;
  }
  .p-fanclub2627 .p-fanclub2627-section05__table table th .sup sup,
  .p-fanclub2627 .p-fanclub2627-section05__table table td .sup sup {
    position: relative !important;
    right: auto !important;
    top: -0.3em !important;
    margin-left: 0.2em;
  }
}

/* [#6] SP FV: PC (1440x660 heading_photo.jpg) と SP (750x498 heading_photo_sp.jpg) を picture 要素で分岐
   PHP 側は既存 <picture> に <source media="(max-width: 767px)"> を挿入 (PHP 修正はテンプレ側で対応)。
   ここでは CSS 側で画像アスペクト維持の保険を張る。 */
@media screen and (max-width: 767px) {
  .p-fanclub2627-heading__pho img {
    aspect-ratio: 750 / 498 !important;
    object-fit: cover;
  }
}

/* 20260818 add: 260805 spec 追加修正 */
.p-fanclub2627-section04 .list-ul {
  padding-top: 1rem;
}
/* + ボタン: baked された「+」円 (実測 x=81.5%-95.4%, y=3.9%-14.7%) を完全被覆する
   最小サイズ = width 20%。top: 2% right: 2% で枠内に元通り余白を確保しつつ、
   width 20% (18% ではなく) にすることで CSS 円が baked 円を確実に上回る。
   (260818-3 client spec: 枠内に余白つきで反映) */
.p-fanclub2627 .p-fanclub2627-card__plus {
  top: 2%;
  right: 2%;
  width: 20%;
  line-height: 1;
  padding-bottom: 0.08em; /* Safari/Chrome (Mac) で + 記号が下ズレするための光学補正 */
}
/* 会員種別 (tier) ラベル: baked を覆う色帯 (top:2% height:42%) 内で
   縦書きテキストを少しだけ下にオフセットして視覚的余白を作る。
   letter-spacing 詰め済みなので 0.25em の padding でも 7 文字 PREMIUM が
   1 列に収まる (260818-3 client spec 反映: 上部余白復元) */
.p-fanclub2627 .p-fanclub2627-card__tier {
  padding-top: 0.25em;
}
.p-fanclub2627 .p-fanclub2627-pop__inline-link {
  color: #0645ad;
  text-decoration: underline;
  word-break: keep-all;
}
.p-fanclub2627 .p-fanclub2627-pop__inline-link:hover {
  opacity: 0.8;
}
.p-fanclub2627-section02__btn.is-pre {
  /* 入会受付開始前ボタン (キャンペーン待機表示) - 既存 __btn a と同スタイルの span 版 */
}
.p-fanclub2627-section02__btn.is-pre span {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #133771;
  font-weight: 700;
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  background: #fcee1e;
  border-radius: 0.3125rem;
  cursor: default;
}
.p-fanclub2627-section05__table thead .sup sup {
  padding-left: 0.15em;
}
.p-fanclub2627-section05__table thead td.line > p,
.p-fanclub2627-section05__table thead th > span {
  padding-inline: 0.35em;
}
/* §05 header 注釈と縦罫の被り改善: thead 全体に縦余白を追加 (260818 client spec) */
@media (min-width: 768px) {
  .p-fanclub2627-section05__table table thead th,
  .p-fanclub2627-section05__table table thead td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    height: auto;
    min-height: 5.5rem;
  }
}
/* 260818-7 client spec: 全会員種別 (PREMIUM/GOLD/REGULAR/JUNIOR) で背景を
   モノトーン画像 (bg_mono.psd 由来) + オーバーレイなしに統一済み。
   従来の .is-tab-junior 専用オーバーライドは不要になったため削除。
   タブ切替 JS が section root に付与する .is-tab-{slug} class は残置
   (将来 tab 別テーマ切替が必要になった場合の hook として保持)。 */

/* 260818-8 client spec: JUNIOR タブは項目数が少なく (10 items = 3 rows) 他タブ
   (14-15 items = 4 rows) より tabBox 高が約 1 row 分低くなる。
   section04 の background-size: cover は container 高に依存するため
   JUNIOR タブ時のみ背景画像が "引き" に見える。全 tab で背景見た目を
   統一するため、JUNIOR tabBox に 1 row 相当の下部余白を追加して
   他タブと section 高を揃える (background scale が一致)。
   1 row ≈ 22.8% × card container width + 2.25rem margin ≒ 20vw @1440vp. */
@media (min-width: 768px) {
  .p-fanclub2627.p-fanclub2627 .p-fanclub2627-section04__tabBox05 .list-ul {
    padding-bottom: calc(20vw + 8px);
  }
}
/* §04 PREMIUM オリジナルリュック アイコン拡大 (260818-2 client spec: 画像素材そのものを
   クロップして 1.6 倍に拡大済み。CSS scale は不要。) */
/* §04 カードタイトル: PC で長いタイトルが文字あふれしないよう font-size クランプ + 改行位置調整
   (260818-2 client spec: 文字がはみ出る/会員種別に改行 対策) */
@media (min-width: 768px) {
  .p-fanclub2627 .p-fanclub2627-card__title {
    font-size: clamp(0.68rem, 0.85vw, 0.95rem);
    line-height: 1.25;
    padding: 0 4% 4%;
    overflow: hidden;
    text-overflow: clip;
    word-break: auto-phrase;
  }
  /* 縦書き tier ラベル: PREMIUM (7 文字) を全 viewport で 1 列に収めつつ、
     font-size を気持ち大きく調整 (260818-9 client spec)。
     height 52% で 7 文字分のスペースを確保、letter-spacing 詰めで密度を上げ、
     white-space: nowrap で万一の折返しを二重に禁止。 */
  .p-fanclub2627 .p-fanclub2627-card__tier {
    letter-spacing: 0.03em;
    height: 52%;
    font-size: clamp(0.68rem, 0.9vw, 1rem);
    white-space: nowrap;
  }
}

/* 20260818-6 §05 REGULAR 行 期間セル: post-load reflow で表崩れ対策。
   セル幅を !important で 345px 固定 + <p> の flex 配置を block に変更して
   <br> による line break を確実に有効化 (flex row 内では <br> が
   期待通り改行しないブラウザ実装差異への保険)。 */
.p-fanclub2627-section05__table table tbody td.wid02.line.height,
.p-fanclub2627-section05__table table tbody td.wid02.height {
  min-width: 21.5625rem !important;
  width: 21.5625rem !important;
  box-sizing: border-box !important;
}
.p-fanclub2627-section05__table table tbody td.wid02.line.height > p {
  display: block !important;      /* flex を解除し、通常の block でテキスト+<br> を扱う */
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}

/* 20260820-4 crash 対策として残す popup 描画スキップ:
   popup 65 個の subtree 描画を browser にスキップさせる (open 時に解除)。
   AVIF 撤去と併せて iPhone 16 系 / iPad の crash が解消したため保持。
*/
.p-fanclub2627 .p-fanclub2627-pop {
  content-visibility: hidden;
  contain-intrinsic-size: 1px 1px;
}
.p-fanclub2627 .p-fanclub2627-pop.show {
  content-visibility: visible;
}

/* 20260820-5 §05 会員種別比較表: ScrollHint icon を Swiper transform stacking context の上に出す */
.p-fanclub2627-section05__table .scroll-hint-icon-wrap {
  z-index: 5;
}

/* 20260717 end fanclub2627 */