@charset "UTF-8";
.btn {
  display: inline-block;
  min-width: 165px;
  height: 40px;
  padding: 0 42px;
  line-height: 40px;
  border: 1px solid #00a4f9;
  color: #00a4f9;
  text-align: center;
  font-size: 16px;
}

.news-readmore {
  text-align: center;
}

.news-list__sort-list {
  width: 100%;
  height: 60px;
  background-color: #00a4f9;
  text-align: center;
  margin-bottom: 30px;
}

.news-list__sort-list-item {
  display: inline-block;
  font-size: 14px;
  margin: 15px 1em;
  padding: 0 1em;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}

.news-list__sort-list-link {
  display: block;
  color: #fff;
  padding: 0 1em;
  border-radius: 15px;
  cursor: pointer;
}

.news-list__sort-list-link i {
  font-style: normal;
}

.news-list__sort-list-link--current,
.news-list__sort-list-link:hover {
  background-color: #fff;
  color: #00a4f9;
}

.news-wrap {
  margin-bottom: 60px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0;
  letter-spacing: -2px;
}

.news-list--small {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.news-list__item {
  vertical-align: top;
  width: 25%;
  width: -webkit-calc(25% - 15px);
  width: calc(25% - 15px);
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}

.news-list__item:nth-of-type(4n) {
  margin-right: 0;
}

.news-list__item--small {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: none;
  margin-right: 0;
  border-radius: 0;
}

.news-list__item--small:last-child {
  margin-bottom: 0;
}

.news-list__img-wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.news-list__img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.news-list__content {
  padding: 20px;
}

.news-list__date {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  font-family: "Barlow Condensed", sans-serif;
  color: #003686;
}

.news-list__ttl {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 0.5em;
}

.news-list__cat-list {
  font-size: 11px;
  margin-bottom: -0.4em;
}

.news-list__cat-list-item {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 1em;
  margin-right: 0.3em;
  margin-bottom: 0.4em;
  background-color: #ccc;
  border-radius: 10px;
  color: #fff;
}

.news-list__cat-list-item:last-child {
  margin-right: 0;
}

.news-list__link {
  display: block;
  background-color: #fff;
  color: #000;
  overflow: hidden;
}

.news-list__link:hover {
  color: #00a4f9;
}

.news-list__link:hover .news-list__ttl {
  color: #00a4f9;
}

.section__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #003686;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.section__title:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 6px;
  background-color: #fff;
  transform: skew(-20deg) translateX(-50%);
  bottom: 0;
  left: 50%;
}
.section--news .l-inner--large {
  max-width: 1100px;
}
.section .p-dc__text {
  color: #003686;
}
.section .p-dc__list small {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.p-content__list-item {
  position: relative;
}
.p-content__list-item .closed-badge {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
}

@media (max-width: 767px) {
  .news-list__sort-list {
    height: auto;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 0;
    letter-spacing: -2px;
  }
  .news-list__sort-list-item {
    font-size: 3.2vw;
    margin: 0;
    padding: 0 0em;
    height: 20px;
    line-height: 20px;
    margin: 0 0;
    letter-spacing: 0;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .news-list__sort-list-link {
    display: block;
    color: #fff;
    padding: 0 0.8em;
    border-radius: 15px;
  }
  .news-list__sort-list-link i {
    display: none;
  }
  .news-list__sort-list-link--current,
  .news-list__sort-list-link:hover {
    background-color: #fff;
    color: #00a4f9;
  }
  .news-wrap {
    margin-bottom: 60px;
  }
  .news-list__item {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .news-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .news-list__item--small {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none;
    margin-right: 0;
    border-radius: 0;
  }
  .news-list__content {
    padding: 12px;
  }
  .news-list__date {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
  }
  .news-list__ttl {
    font-size: 12px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0.5em;
  }
  .news-list__cat-list {
    font-size: 0;
    letter-spacing: -2px;
    margin-bottom: -4px;
  }
  .news-list__cat-list-item {
    font-size: 8px;
    letter-spacing: 0;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 1em;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 8px;
  }
}
.ss-price__table tr td:nth-child(2) {
  font-size: 1.3rem;
}
.ss-price__caution > p {
  padding-left: 15px;
}
.ss-price__caution > p b {
  margin-left: -15px;
}
.ss-price__caution > p span.dot-caution {
  margin-left: -17px;
  margin-right: 5px;
  color: #000;
}

.clubmember-2026 .p-section__ttl {
  font-size: 64px;
  font-weight: bold;
  color: #003686;
}
.clubmember-2026 .p-section__ttl span {
  font-size: 16px;
}
.clubmember-2026 .p-kv__title {
  width: 62vw;
  max-width: 1185px;
  height: 65dvh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.clubmember-2026 h2.powerup {
  text-align: center;
  height: 63px;
  line-height: 63px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #183c86;
  background-color: #fff22d;
  padding: 0 45px;
  border-radius: 100px;
  margin-bottom: 42px;
  width: 665px;
  display: inline-block;
}
.clubmember-2026 .special-offers {
  background-color: #0165a0;
  padding: 30px 20px;
}
.clubmember-2026 .special-offers__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  gap: 20px;
  color: #fff;
}
.clubmember-2026 .special-offers__header img {
  height: 80px;
}
.clubmember-2026 .special-offers__text {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}
.clubmember-2026 .special-offers__text h3 {
  font-size: 32px;
  line-height: 54px;
  margin-bottom: 9px;
  font-weight: 900;
}
.clubmember-2026 .special-offers .scheduler__link {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 10px 30px 10px 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  width: 342px;
  border-radius: 5px;
  margin-top: 25px;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.clubmember-2026 .special-offers .scheduler__link svg {
  position: absolute;
  right: 10px;
}
.clubmember-2026 .special-offers .scheduler__link:hover {
  background-color: #ea7e36;
}
.clubmember-2026 #point-area h2.section__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  font-weight: normal;
  color: #fff;
}
.clubmember-2026 #point-area h2.section__title:after {
  display: none;
}
.clubmember-2026 #point-area h5.section__desc {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
.clubmember-2026 .checkpoint-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.clubmember-2026 .checkpoint-list .checkpoint {
  background-color: #fff;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.clubmember-2026 .checkpoint-list .checkpoint__header {
  background-color: #183c86;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 54px;
  font-weight: 500;
  gap: 16px;
}
.clubmember-2026 .checkpoint-list .checkpoint__header label {
  display: flex;
  height: 80px;
  width: 82px;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  justify-content: center;
  background-color: #092e78;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.clubmember-2026 .checkpoint-list .checkpoint__header label span {
  font-size: 44px;
}
.clubmember-2026 .checkpoint-list .checkpoint__box {
  padding: 32px;
  text-align: center;
}
.clubmember-2026 .checkpoint-list .checkpoint__box img {
  max-height: 300px;
}
.clubmember-2026 .checkpoint-list .checkpoint__footer {
  position: relative;
}
.clubmember-2026 .checkpoint-list .checkpoint__footer .notes {
  position: absolute;
  bottom: 32px;
  right: 32px;
  font-size: 14px;
  color: #003680;
}
.clubmember-2026 .announcement-card {
  max-width: 990px;
  margin: 0 auto;
  background: white;
  border: 6px solid #84cced;
  padding: 42px 40px;
  margin-bottom: 66px;
}
.clubmember-2026 .announcement-card__title {
  text-align: center;
  margin-bottom: 40px;
}
.clubmember-2026 .announcement-card__title h2 {
  font-size: 26px;
  font-weight: bold;
  color: #003686;
  line-height: 1.5;
}
.clubmember-2026 .announcement-card__title .highlight {
  font-size: 28px;
}
.clubmember-2026 .category-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.clubmember-2026 .category-item {
  display: flex;
  align-items: stretch;
  background-color: #edf8ed;
  border-radius: 4px;
  overflow: hidden;
}
.clubmember-2026 .category-item:nth-child(2n) {
  background-color: #fbf1e7;
}
.clubmember-2026 .category-item__label {
  width: 215px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  background-position: center;
  background-size: cover;
}
.clubmember-2026 .category-item__label--green {
  background-color: rgba(92, 183, 90, 0.85);
}
.clubmember-2026 .category-item__label--orange {
  background-color: rgba(226, 136, 50, 0.85);
}
.clubmember-2026 .category-item__label h3 {
  color: white;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  top: 5px;
}
.clubmember-2026 .category-item__content {
  flex: 1;
  padding: 10px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}
@media (max-width: 768px) {
  .clubmember-2026 .announcement-card {
    padding: 30px 20px;
  }
  .clubmember-2026 .announcement-card__title h2 {
    font-size: 20px;
  }
  .clubmember-2026 .announcement-card__title .highlight {
    font-size: 22px;
  }
  .clubmember-2026 .category-item {
    flex-direction: column;
  }
  .clubmember-2026 .category-item__label {
    width: 100%;
    padding: 20px;
  }
  .clubmember-2026 .category-item__label h3 {
    font-size: 42px;
  }
  .clubmember-2026 .category-item__content {
    padding: 20px;
  }
}
.clubmember-2026 .category__list {
  display: flex;
  gap: 10px;
  margin-bottom: 44px;
}
.clubmember-2026 .category__list-txt {
  position: relative;
  top: 0;
}
.clubmember-2026 .category__list-item {
  margin: 0;
}
.clubmember-2026 .category__list-link {
  padding-top: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  position: relative;
}
.clubmember-2026 .category__list-link .badge {
  position: absolute;
  z-index: 10;
  top: -12px;
  left: -10px;
}
.clubmember-2026 .category__list-link .badge--new {
  left: -6px;
}
.clubmember-2026 .category__list-link .badge--renewal {
  left: -8px;
}
.clubmember-2026 .category__list-link:after {
  border-radius: 10px;
}
.clubmember-2026 .category__list-link:hover:after {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.clubmember-2026 .category__list-link .active-icon {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: rgba(180, 138, 59, 0.8) transparent transparent transparent;
  transform: rotate(0deg);
  bottom: -15px;
  visibility: hidden;
}
.clubmember-2026 .category__list-link.active .active-icon {
  visibility: visible;
}
.clubmember-2026 .category__list-ttl span {
  font-size: 32px;
  position: relative;
  top: 2px;
}
.clubmember-2026 .category__list-item:nth-child(5) .category__list-link:after {
  background-color: rgba(92, 183, 90, 0.65);
}
.clubmember-2026 .category__list-item:nth-child(2) .category__list-link .active-icon {
  border-color: rgba(138, 139, 138, 0.8) transparent transparent transparent;
}
.clubmember-2026 .category__list-item:nth-child(3) .category__list-link .active-icon {
  border-color: rgba(152, 74, 69, 0.8) transparent transparent transparent;
}
.clubmember-2026 .category__list-item:nth-child(4) .category__list-link .active-icon {
  border-color: rgba(1, 160, 233, 0.8) transparent transparent transparent;
}
.clubmember-2026 .category__list-item:nth-child(5) .category__list-link .active-icon {
  border-color: rgba(92, 183, 90, 0.8) transparent transparent transparent;
}
.clubmember-2026 .category__list-item:nth-child(6) .category__list-link .active-icon {
  border-color: rgba(180, 138, 59, 0.8) transparent transparent transparent;
}
.clubmember-2026 .category-content-list {
  overflow: hidden;
}
.clubmember-2026 .category-content-list .category-content {
  padding: 45px 28px;
  background-image: url(https://storage.googleapis.com/yokohama-fc-official-web-storage/wptheme/clubmember-2026/bg-overlay-trans-20.png);
  background-color: rgb(189, 162, 75);
  background-size: cover;
}
.clubmember-2026 .category-content-list .category-content__header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 32px;
}
.clubmember-2026 .category-content-list .category-content__label {
  width: 277px;
  flex: 0 0 277px;
  display: flex;
  flex-direction: column;
  font-size: 80px;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.9;
  position: relative;
  top: -5px;
}
.clubmember-2026 .category-content-list .category-content__label span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.clubmember-2026 .category-content-list .category-content__box .price-table {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-collapse: collapse;
  margin-bottom: 30px;
}
.clubmember-2026 .category-content-list .category-content__box .price-table tr td,
.clubmember-2026 .category-content-list .category-content__box .price-table tr th {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 0;
  background-color: #938243;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.clubmember-2026 .category-content-list .category-content__box .price-table tr th {
  background-color: #766731;
  padding: 5px 0;
  font-size: 24px;
  font-family: "Bebas Neue", sans-serif;
}
.clubmember-2026 .category-content-list .category-content__box .price-table tr th:nth-child(2) {
  background-color: #959595;
}
.clubmember-2026 .category-content-list .category-content__box .price-table tr th:nth-child(3) {
  background-color: #00a4f9;
}
.clubmember-2026 .category-content-list .category-content__box .price-table tr td .span-unit {
  font-size: 24px;
  position: relative;
  top: 2px;
}
.clubmember-2026 .category-content-list .category-content__box .price-table tr td .tax-noted {
  font-size: 14px;
}
.clubmember-2026 .category-content-list .category-content__box .price-table tr td:first-child div {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.clubmember-2026 .category-content-list .category-content__box .price-table tr td:nth-child(2) {
  background-color: #fff;
  color: #000;
  border-bottom-color: #d9d9d9;
  border-right-color: #e3e3e3;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
}
.clubmember-2026 .category-content-list .category-content__box .price-table tr td:nth-child(3) {
  background-color: #edf9ff;
  color: #00a4f9;
  border-bottom-color: #d9d9d9;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
}
.clubmember-2026 .category-content-list .category-content__box .cat-benefit-list {
  display: flex;
  gap: 16px;
}
.clubmember-2026 .category-content-list .category-content__box .cat-benefit-list .cat-benefit {
  width: calc((100% - 48px) / 4);
}
.clubmember-2026 .category-content-list .category-content__box .cat-benefit-list .cat-benefit__header {
  background-color: #938243;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 16px;
  height: 44px;
  position: relative;
  padding: 0 10px;
}
.clubmember-2026 .category-content-list .category-content__box .cat-benefit-list .cat-benefit--pickup .cat-benefit__header, .clubmember-2026 .category-content-list .category-content__box .cat-benefit-list .cat-benefit--new .cat-benefit__header {
  padding-left: 50px;
}
.clubmember-2026 .category-content-list .category-content__box .cat-benefit-list .cat-benefit--pickup .cat-benefit__header:before, .clubmember-2026 .category-content-list .category-content__box .cat-benefit-list .cat-benefit--new .cat-benefit__header:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 36px;
  background-image: url(https://storage.googleapis.com/yokohama-fc-official-web-storage/wptheme/clubmember-2026/badge-pickup.png);
  left: 7px;
  top: 0;
}
.clubmember-2026 .category-content-list .category-content__box .cat-benefit-list .cat-benefit--new .cat-benefit__header:before {
  background-image: url(https://storage.googleapis.com/yokohama-fc-official-web-storage/wptheme/clubmember-2026/badge-catnew.png);
  width: 46px;
  left: -6px;
  top: -4px;
}
.clubmember-2026 .category-content-list .category-content--silver {
  background-color: rgb(168, 168, 168);
}
.clubmember-2026 .category-content-list .category-content--silver .category-content__box .price-table tr th:first-child {
  background-color: #656565;
}
.clubmember-2026 .category-content-list .category-content--silver .category-content__box .price-table tr td:first-child {
  background-color: #7F7F7F;
}
.clubmember-2026 .category-content-list .category-content--silver .category-content__box .cat-benefit__header {
  background-color: #7F7F7F;
}
.clubmember-2026 .category-content-list .category-content--silver .btn-readmore {
  color: #7F7F7F;
}
.clubmember-2026 .category-content-list .category-content--bronze {
  background-color: rgb(135, 58, 53);
}
.clubmember-2026 .category-content-list .category-content--bronze .category-content__box .price-table tr th:first-child {
  background-color: #520D0D;
}
.clubmember-2026 .category-content-list .category-content--bronze .category-content__box .price-table tr td:first-child {
  background-color: #6D1E1E;
}
.clubmember-2026 .category-content-list .category-content--bronze .category-content__box .cat-benefit__header {
  background-color: #6D1E1E;
}
.clubmember-2026 .category-content-list .category-content--bronze .btn-readmore {
  color: #6D1E1E;
}
.clubmember-2026 .category-content-list .category-content--regular {
  background-color: rgb(1, 160, 233);
}
.clubmember-2026 .category-content-list .category-content--regular .category-content__box .price-table tr th:first-child {
  background-color: #004D76;
}
.clubmember-2026 .category-content-list .category-content--regular .category-content__box .price-table tr td:first-child {
  background-color: #00659A;
}
.clubmember-2026 .category-content-list .category-content--regular .category-content__box .cat-benefit__header {
  background-color: #00659A;
}
.clubmember-2026 .category-content-list .category-content--regular .btn-readmore {
  color: #00659A;
}
.clubmember-2026 .category-content-list .category-content--u30 {
  background-color: rgb(92, 183, 90);
}
.clubmember-2026 .category-content-list .category-content--u30 .category-content__box .price-table tr th:first-child {
  background-color: #0F580F;
}
.clubmember-2026 .category-content-list .category-content--u30 .category-content__box .price-table tr td:first-child {
  background-color: #247624;
}
.clubmember-2026 .category-content-list .category-content--u30 .category-content__box .cat-benefit__header {
  background-color: #247624;
}
.clubmember-2026 .category-content-list .category-content--u30 .btn-readmore {
  color: #247624;
}
.clubmember-2026 .category-content-list .category-content--u18 {
  background-color: rgb(226, 136, 50);
}
.clubmember-2026 .category-content-list .category-content--u18 .category-content__box .price-table tr th:first-child {
  background-color: #763F0C;
}
.clubmember-2026 .category-content-list .category-content--u18 .category-content__box .price-table tr td:first-child {
  background-color: #975211;
}
.clubmember-2026 .category-content-list .category-content--u18 .category-content__box .cat-benefit__header {
  background-color: #975211;
}
.clubmember-2026 .category-content-list .category-content--u18 .btn-readmore {
  color: #975211;
}
.clubmember-2026 .btn-readmore {
  width: 232px;
  height: 50px;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #756835;
  line-height: 50px;
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.clubmember-2026 #pickup-area {
  /* Main Wrapper */
  /* Section Styling */
  /* Container Styling */
  /* Header Styling */
  /* Content General */
  /* Uniform Section Specifics */
  /* Grid Layout (Goods & Event) */
  /* Notes */
  /* Ticket Section Specifics */
  /* Coupon Section Specifics */
}
.clubmember-2026 #pickup-area .benefits {
  width: 980px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 2px solid #00A0E9;
  border-radius: 10px;
  max-width: 100%;
  overflow: hidden;
}
.clubmember-2026 #pickup-area .benefit-section {
  width: 100%;
  padding: 60px 0;
}
.clubmember-2026 #pickup-area .benefit-section--blue {
  background-color: #e3f6ff;
  /* Light blue background */
}
.clubmember-2026 #pickup-area .benefit-container {
  width: 736px;
  margin: 0 auto;
}
.clubmember-2026 #pickup-area .benefit-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.clubmember-2026 #pickup-area .benefit-header__left {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
  /* Fixed width for alignment */
}
.clubmember-2026 #pickup-area .benefit-header__icon {
  position: relative;
  width: 98px;
  height: 98px;
  border: 2px solid #00a0e9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin-right: 15px;
  /* Special style for NEW badge */
}
.clubmember-2026 #pickup-area .benefit-header__icon--new .benefit-badge-new {
  position: absolute;
  top: -5px;
  left: -10px;
  background-color: #fff100;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
  transform: rotate(-10deg);
  border: 1px solid #ccc;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  font-family: "Bebas Neue", sans-serif;
}
.clubmember-2026 #pickup-area .benefit-header__icon img {
  max-width: 70px;
}
.clubmember-2026 #pickup-area .benefit-header__titles {
  display: flex;
  flex-direction: column;
}
.clubmember-2026 #pickup-area .benefit-header__title-en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  line-height: 1;
  color: #00a0e9;
}
.clubmember-2026 #pickup-area .benefit-header__title-jp {
  font-size: 18px;
  font-weight: 600;
  color: #003680;
  font-family: "Noto Sans", sans-serif;
}
.clubmember-2026 #pickup-area .benefit-header__divider {
  width: 2px;
  height: 80px;
  background-color: #00a0e9;
  margin: 0 20px;
}
.clubmember-2026 #pickup-area .benefit-header__desc {
  font-size: 20px;
  font-weight: bold;
  color: #003585;
  /* Darker blue for text */
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
}
.clubmember-2026 #pickup-area .benefit-content {
  width: 100%;
}
.clubmember-2026 #pickup-area .benefit-content--uniform {
  text-align: center;
}
.clubmember-2026 #pickup-area .benefit-uniform-wrapper {
  position: relative;
  display: inline-block;
  margin-left: -150px;
}
.clubmember-2026 #pickup-area .benefit-uniform-wrapper ~ .benefit-note {
  margin-top: -50px;
}
.clubmember-2026 #pickup-area .benefit-uniform-img {
  width: 400px;
  display: block;
  margin-right: 30px;
  margin-top: -20px;
}
.clubmember-2026 #pickup-area .benefit-uniform-badge {
  position: absolute;
  bottom: -15px;
  right: -80px;
  transform: translateY(-50%);
  width: 164px;
  height: 164px;
  background-color: #fff100;
  /* Yellow */
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #003680;
}
.clubmember-2026 #pickup-area .benefit-uniform-badge p {
  font-size: 13px;
  line-height: 1.3;
}
.clubmember-2026 #pickup-area .benefit-uniform-badge strong {
  font-size: 32px;
  color: #003680;
  line-height: 1.2;
  font-weight: 600;
}
.clubmember-2026 #pickup-area .benefit-uniform-badge strong span {
  font-size: 18px;
}
.clubmember-2026 #pickup-area .benefit-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.clubmember-2026 #pickup-area .benefit-item {
  flex: 1;
  text-align: center;
}
.clubmember-2026 #pickup-area .benefit-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  background-color: #fff;
}
.clubmember-2026 #pickup-area .benefit-item__caption {
  font-size: 14px;
  font-weight: bold;
  color: #003b75;
  line-height: 1.4;
}
.clubmember-2026 #pickup-area .benefit-note {
  font-size: 13px;
  color: #003680;
  text-align: right;
}
.clubmember-2026 #pickup-area .benefit-note--center {
  text-align: center;
  margin-top: 30px;
}
.clubmember-2026 #pickup-area .benefit-note--right {
  text-align: right;
}
.clubmember-2026 #pickup-area .benefit-content--ticket {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.clubmember-2026 #pickup-area .benefit-ticket-visual {
  display: flex;
  align-items: center;
  gap: 30px;
}
.clubmember-2026 #pickup-area .benefit-ticket-visual img {
  max-width: 460px;
}
.clubmember-2026 #pickup-area .benefit-ticket-card {
  width: 250px;
  height: 120px;
  background-color: #00a0e9;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  /* Dotted line decoration simulating ticket stub */
}
.clubmember-2026 #pickup-area .benefit-ticket-card::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 10px;
  bottom: 10px;
  border-left: 4px dotted #e3f6ff;
}
.clubmember-2026 #pickup-area .benefit-ticket-bubble {
  position: relative;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 50%;
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  color: #00a0e9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  /* Speech bubble tail */
}
.clubmember-2026 #pickup-area .benefit-ticket-bubble::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 10px 15px 10px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.clubmember-2026 #pickup-area .benefit-coupon-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
.clubmember-2026 #pickup-area .benefit-coupon-img {
  width: 45%;
}
.clubmember-2026 #pickup-area .benefit-coupon-img img {
  width: 100%;
  height: auto;
  display: block;
}
.clubmember-2026 #pickup-area .benefit-coupon-info {
  width: 52%;
  display: flex;
  align-items: center;
  background-color: #00a0e9;
  /* Blue background block */
  padding: 20px;
  position: relative;
  /* Speech bubble tail for text box */
}
.clubmember-2026 #pickup-area .benefit-coupon-info::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 10px 15px 10px 0;
  border-style: solid;
  border-color: transparent #00a0e9 transparent transparent;
}
.clubmember-2026 #pickup-area .benefit-coupon-graphic {
  width: 40%;
  margin-right: 15px;
}
.clubmember-2026 #pickup-area .benefit-coupon-graphic img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px dashed #ccc;
  /* Styling placeholder to look like coupons */
  background: #fff;
  padding: 5px;
}
.clubmember-2026 #pickup-area .benefit-coupon-text-box {
  width: 60%;
  background-color: #e3f6ff;
  padding: 15px;
  text-align: center;
}
.clubmember-2026 #pickup-area .benefit-coupon-text-box p {
  font-size: 11px;
  font-weight: bold;
  color: #003b75;
  margin-bottom: 5px;
}
.clubmember-2026 #pickup-area .benefit-coupon-text-box strong {
  font-size: 16px;
  color: #003b75;
}
.clubmember-2026 #pickup-area .benefit-coupon-text-box strong span {
  background: linear-gradient(transparent 60%, #fff100 60%);
}
.clubmember-2026 #call-to-actions {
  overflow: hidden;
}
.clubmember-2026 #call-to-actions h2.category-content__ttl {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #003686;
}
.clubmember-2026 #call-to-actions .actions-content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.clubmember-2026 #call-to-actions .actions-content .register-banner img {
  max-width: 450px;
}
.clubmember-2026 #call-to-actions .actions-content .category__list {
  overflow: hidden;
}
.clubmember-2026 #call-to-actions .actions-content .category__list.grid-category {
  width: 100%;
  flex-wrap: wrap;
}
.clubmember-2026 #call-to-actions .actions-content .category__list.grid-category .category__list-item {
  width: calc((100% - 20px) / 3);
}
.clubmember-2026 #call-to-actions .actions-content .category__list.grid-category .category__list-item .category__list-link {
  height: 120px;
}
.clubmember-2026 #call-to-actions .actions-content .category__list.grid-category .category__list-item .category__list-ttl span {
  font-size: 44px;
}
.clubmember-2026 #call-to-actions .actions-content .category__list.grid-category .category__list-item .category__list-txt ins {
  text-decoration: none;
  font-size: 32px;
  font-family: "Bebas Neue", sans-serif;
}
.clubmember-2026 #call-to-actions .actions-content .category__list.grid-category .category__list-item .category__list-txt ins span {
  font-size: 16px;
}
.clubmember-2026 .p-btn--black {
  background-color: #000;
  color: #fff;
  font-size: 15px;
}
.clubmember-2026 .entry-table-wrapper {
  width: 100%;
  overflow-x: auto;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 85px;
  margin-bottom: 30px;
  padding-bottom: 7px;
  /* Reset bảng */
  /* --- HEADER STYLES --- */
  /* Màu nền các cột hạng thẻ */
  /* Badge trong header (NEW / RENEWAL) */
  /* Màu nền danh mục (Lấy mã màu gần nhất với ảnh) */
  /* Nền nâu đỏ phần uniform */
  /* --- CỘT MÔ TẢ (ITEM) --- */
  /* Màu da cam nhạt */
  /* Màu hồng nhạt */
  /* Màu nâu nhạt dòng Uniform */
  /* Badge NEW màu vàng trong cột mô tả */
  /* --- NỘI DUNG Ô (Symbols) --- */
  /* Text màu đỏ (số lượng) */
  /* Ký hiệu đặc biệt */
  /* Hover effect cho dễ nhìn hàng */
}
.clubmember-2026 .entry-table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  min-width: 1240px;
  font-size: 14px;
  color: #333;
}
.clubmember-2026 .entry-table-wrapper th,
.clubmember-2026 .entry-table-wrapper td {
  border: 2px solid #fff;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  background-color: #FFF6EC;
}
.clubmember-2026 .entry-table-wrapper .header-top-1-5 {
  background-color: #003686;
  color: #fff;
  font-size: 20px;
  padding: 0 5px;
  border-right: 2px solid #fff;
}
.clubmember-2026 .entry-table-wrapper .header-top-1-0 {
  background-color: #696969;
  /* Xám cho 1.0 */
  color: #fff;
  font-size: 20px;
  padding: 0 5px;
}
.clubmember-2026 .entry-table-wrapper .th-gold {
  background-color: #B48A3B;
  color: #fff;
  min-width: 50px;
  max-width: 56px;
}
.clubmember-2026 .entry-table-wrapper .th-silver {
  background-color: #8A8B8A;
  color: #fff;
  min-width: 50px;
  max-width: 56px;
}
.clubmember-2026 .entry-table-wrapper .th-bronze {
  background-color: #984A45;
  color: #fff;
  min-width: 50px;
  max-width: 56px;
}
.clubmember-2026 .entry-table-wrapper .th-regular {
  background-color: #00A4F9;
  color: #fff;
  min-width: 50px;
  max-width: 56px;
}
.clubmember-2026 .entry-table-wrapper .th-u30 {
  background-color: #62B767;
  color: #fff;
  min-width: 50px;
  max-width: 56px;
}
.clubmember-2026 .entry-table-wrapper .th-u18 {
  background-color: #EB8B2D;
  color: #fff;
  min-width: 50px;
  max-width: 56px;
}
.clubmember-2026 .entry-table-wrapper .header-badge {
  display: inline-block;
  font-size: 9px;
  background-color: #ffff00;
  /* Màu vàng tươi */
  color: #000;
  padding: 3px 5px 0;
  margin-bottom: 2px;
  border-radius: 1px;
  vertical-align: middle;
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
}
.clubmember-2026 .entry-table-wrapper .cat-col {
  color: #fff;
  letter-spacing: 2px;
  width: 62px;
  padding: 10px 18px;
}
@media (max-width: 480px) {
  .clubmember-2026 .entry-table-wrapper .cat-col {
    padding: 10px 8px;
    line-height: 1.2;
  }
}
.clubmember-2026 .entry-table-wrapper .cat-gold-bg {
  background-color: #B48A3B;
}
.clubmember-2026 .entry-table-wrapper .cat-silver-bg {
  background-color: #8A8B8A;
}
.clubmember-2026 .entry-table-wrapper .cat-bronze-bg {
  background-color: #984A45;
}
.clubmember-2026 .entry-table-wrapper .cat-goods-bg {
  background-color: #41BCAF;
}
.clubmember-2026 .entry-table-wrapper .cat-stadium-bg {
  background-color: #7A62B7;
}
.clubmember-2026 .entry-table-wrapper .cat-ticket-bg {
  background-color: #CF946D;
}
.clubmember-2026 .entry-table-wrapper .cat-other-bg {
  background-color: #D21577;
}
.clubmember-2026 .entry-table-wrapper .item-col {
  text-align: left;
  background-color: #E9DEC9;
  min-width: 320px;
  padding-left: 12px;
  font-weight: 500;
  max-width: 490px;
}
.clubmember-2026 .entry-table-wrapper .item-col-silver {
  background-color: #DBDBDB;
}
.clubmember-2026 .entry-table-wrapper .item-col-good {
  background-color: #BBE2DE;
}
.clubmember-2026 .entry-table-wrapper .item-col-stadium {
  background-color: #E1DAF4;
}
.clubmember-2026 .entry-table-wrapper .item-col-ticket {
  background-color: #ECD1BF;
}
.clubmember-2026 .entry-table-wrapper .item-col-other {
  background-color: #EDC6DA;
}
.clubmember-2026 .entry-table-wrapper .item-col-uniform {
  background-color: #DEBFBD;
}
.clubmember-2026 .entry-table-wrapper .new-badge {
  background-color: #ffff00;
  color: #000;
  padding: 2px 5px 0;
  font-size: 14px;
  margin-right: 6px;
  border: 1px solid #e6e600;
  font-family: "Bebas Neue", sans-serif;
}
.clubmember-2026 .entry-table-wrapper .symbol-row td:not(.item-col):not(.cat-col) {
  font-size: 15px;
  background-color: #FFF6EC;
}
.clubmember-2026 .entry-table-wrapper .symbol-row td:not(.item-col):not(.cat-col).item-col-1_0 {
  background-color: #F0F0F0;
}
.clubmember-2026 .entry-table-wrapper .red-text {
  color: #e60012;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.clubmember-2026 .entry-table-wrapper .double-circle {
  font-weight: bold;
  font-family: "Meiryo", sans-serif;
}
.clubmember-2026 .entry-table-wrapper .symbol-row:hover td:not(.cat-col) {
  background-color: #f0f8ff !important;
}
.clubmember-2026 #precautions-area .precautions {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #E6E6E6;
  max-width: 980px;
  margin: 0 auto;
}
.clubmember-2026 #precautions-area .precautions .precaution-item h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #003686;
  margin-bottom: 15px;
}
.clubmember-2026 #precautions-area .precautions .precaution-item ul {
  padding-left: 20px;
}
.clubmember-2026 #precautions-area .precautions .precaution-item ul li {
  font-size: 14px;
  position: relative;
  font-weight: 300;
}
.clubmember-2026 #precautions-area .precautions .precaution-item ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #444444;
}
.clubmember-2026 #precautions-area .precautions .precaution-item ul li:not(:last-child) {
  margin-bottom: 5px;
}
.clubmember-2026 #precautions-area .precautions .precaution-item:not(:last-child) {
  margin-bottom: 40px;
}
.clubmember-2026--season-seat .p-btn:before {
  display: none;
}
.clubmember-2026--season-seat .ss-content__txt {
  margin-bottom: 44px;
}
.clubmember-2026--season-seat .ss-early-img {
  margin-bottom: 0;
}
.clubmember-2026--season-seat .section--pricing-table .l-inner {
  padding-top: 0;
}
.clubmember-2026--season-seat .section__header {
  margin-bottom: 70px;
}
.clubmember-2026--season-seat .section__content .pricing-container {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #333333;
  box-shadow: none;
}
.clubmember-2026--season-seat .section__content .pricing-container * {
  box-sizing: border-box;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 104px 0 20px;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  font-size: 13px;
  background: #ffffff;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th, .clubmember-2026--season-seat .section__content .pricing-container .pricing-table__td {
  border: 2px solid #F0F0F0;
  padding: 8px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 15px;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th {
  color: #ffffff;
  font-weight: normal;
  line-height: 1.2;
  font-size: 14px;
  min-width: 105px;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th--grey {
  background-color: #979797;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th--navy {
  background-color: #142864;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th--blue {
  background-color: #00A4F9;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th--blue-light {
  background-color: #2ea7e0;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th small {
  font-size: 0.8em;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th.tooltip-cell {
  position: relative;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th.tooltip-cell img {
  position: absolute;
  max-width: none;
  height: 104px;
  top: -104px;
  left: calc(50% + 28px);
  transform: translate(-50%);
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__text--red {
  color: #ff5a5a;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__category {
  color: #ffffff;
  text-align: left;
  padding-left: 10px;
  width: 150px;
  position: relative;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__category--red {
  background-color: #ff0000;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__category--pink {
  background-color: #E04D80;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__category--dark-blue {
  background-color: #0075C2;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__category--darken-blue {
  background-color: #004EA2;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__category--light-blue {
  background-color: #00A4F9;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__category--purple {
  background-color: #601986;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__category--teal {
  background-color: #00A29A;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__category--orange {
  background-color: #FF8000;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__category--gold {
  background-color: #B99E00;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__sub-category {
  color: #ffffff;
  text-align: left;
  padding-left: 10px;
  min-width: 140px;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__sub-category--red {
  background-color: #ff0000;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__sub-category--pink {
  background-color: #E04D80;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__sub-category--dark-blue {
  background-color: #0075C2;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__sub-category--darken-blue {
  background-color: #004EA2;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__sub-category--light-blue {
  background-color: #00A4F9;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__sub-category--purple {
  background-color: #601986;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__sub-category--teal {
  background-color: #00A29A;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__sub-category--orange {
  background-color: #FF8000;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__sub-category--gold {
  background-color: #B99E00;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__row--highlight .pricing-table__td {
  background-color: #FF8000;
  color: #ffffff;
  font-weight: bold;
  border-color: rgba(255, 255, 255, 0.3);
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__row--highlight .pricing-table__text--red {
  color: #ffffff;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__badge {
  position: absolute;
  top: -16px;
  left: 52px;
  background-color: #FFF22D;
  color: #333333;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  z-index: 10;
  font-family: "Noto Sans", sans-serif;
}
.clubmember-2026--season-seat .section__content .pricing-container .pricing-table__badge::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 20px;
  border-width: 10px 6px 0;
  border-style: solid;
  border-color: #FFF22D transparent transparent transparent;
  transform: rotate(15deg);
}
.clubmember-2026--season-seat .section__content .pricing-notes {
  font-size: 13px;
  margin-top: 15px;
}
.clubmember-2026--season-seat .p-360-banner {
  padding: 80px 0 50px;
}
.clubmember-2026--season-seat .ss-slide.grid-view {
  margin: 0 -10px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.clubmember-2026--season-seat .ss-slide.grid-view .ss-slide__item {
  width: 33.3333333333%;
}
.clubmember-2026--season-seat .resell__wrap {
  margin-top: 100px;
}
.clubmember-2026 .ss-floating {
  background-color: #eb8b2d;
}
.clubmember-2026 .ss-floating:hover {
  background-color: #00a4f9;
}
.clubmember-2026 .category-nav__list-item {
  width: 16.6666666667%;
}
.clubmember-2026 .category-header__ttl span {
  font-weight: normal;
}
.clubmember-2026 .category-header h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}
.clubmember-2026 .category-header--gold {
  background-color: #b48a3b;
}
.clubmember-2026 .category-header--silver {
  background-color: #8a8b8a;
}
.clubmember-2026 .category-header--bronze {
  background-color: #984a45;
}
.clubmember-2026 #common-benefits {
  position: relative;
  overflow: hidden;
}
.clubmember-2026 #common-benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/clubmember-2022/cateogry_bg.jpg) repeat-y center top;
  background-size: 100% auto;
  opacity: 0.4;
  z-index: 0;
}
.clubmember-2026 #common-benefits > * {
  position: relative;
  z-index: 1;
}
.clubmember-2026 #common-benefits .benefit-group {
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 980px;
  margin: 0 auto;
}
.clubmember-2026 #common-benefits .benefit-group .benefit-group-name {
  background-color: #183C86;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
  padding: 8px 30px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.clubmember-2026 #common-benefits .benefit-group .benefit-group-name svg {
  position: relative;
  top: -2px;
}
.clubmember-2026 .p-content__list-txt {
  font-size: 12.5px;
}
.clubmember-2026 .p-content__list-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin-bottom: 10px;
}
.clubmember-2026 .p-content__list-item {
  position: relative;
  margin-bottom: 40px;
}
.clubmember-2026 .p-content__list-item .benefit-badge {
  display: block;
  padding: 0 12px;
  height: 40px;
  background-image: url(https://storage.googleapis.com/yokohama-fc-official-web-storage/wptheme/clubmember-2026/benefit-badge.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  top: -2px;
  left: 7px;
  line-height: 34px;
  text-align: center;
}
.clubmember-2026 .faq__ttl {
  position: relative;
  padding-left: 68px;
}
.clubmember-2026 .faq__ttl .faq__group-num {
  position: absolute;
  display: block;
  height: 100%;
  width: 48px;
  background-color: #00A4F9;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  top: 0;
  left: 0;
}
.clubmember-2026 .faq__list dt {
  padding-left: 68px;
}
.clubmember-2026 .faq__list dt:before {
  width: 50px;
  font-weight: normal;
}
.clubmember-2026 .faq__list dt:nth-of-type(1):before {
  content: "Q.1";
}
.clubmember-2026 .faq__list dt:nth-of-type(2):before {
  content: "Q.2";
}
.clubmember-2026 .faq__list dt:nth-of-type(3):before {
  content: "Q.3";
}
.clubmember-2026 .faq__list dt:nth-of-type(4):before {
  content: "Q.4";
}
.clubmember-2026 .faq__list dt:nth-of-type(5):before {
  content: "Q.5";
}
@media (max-width: 480px) {
  .clubmember-2026 {
    overflow-x: hidden;
  }
  .clubmember-2026:not(.page-child) {
    padding-top: 60px;
  }
  .clubmember-2026 .p-kv__slide,
  .clubmember-2026 .p-kv,
  .clubmember-2026 .p-kv__slide li {
    height: calc(100dvh - 55px);
  }
  .clubmember-2026 .ss-floating {
    right: 0;
    width: 30px;
    bottom: 10dvh;
    border-radius: 10px 0 0 10px;
    border: none;
    background-color: #EA7E36;
  }
  .clubmember-2026 .ss-floating__inner:before {
    display: none;
  }
  .clubmember-2026 .ss-floating__text {
    font-size: 14px;
    padding: 5px;
    padding-bottom: 5px;
  }
  .clubmember-2026 .p-kv__title {
    width: calc(100% - 30px);
  }
  .clubmember-2026 h2.powerup {
    font-size: 14px;
    width: calc(100% - 30px);
    height: 34px;
    line-height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .clubmember-2026 h2.powerup span {
    font-size: 24px;
  }
  .clubmember-2026 .special-offers {
    padding: 15px 10px;
  }
  .clubmember-2026 .special-offers__header {
    gap: 10px;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  .clubmember-2026 .special-offers__header img {
    width: 44px;
    height: auto;
  }
  .clubmember-2026 .special-offers__text h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .clubmember-2026 .special-offers__text p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    line-height: 16px;
  }
  .clubmember-2026 .special-offers .scheduler__link {
    font-size: 14px;
    width: 285px;
    padding: 10px 0;
  }
  .clubmember-2026 #point-area h2.section__title {
    font-size: 50px;
    margin-bottom: 0;
  }
  .clubmember-2026 #point-area h5.section__desc {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .clubmember-2026 .checkpoint-list .checkpoint__header {
    font-size: 16px;
    line-height: 24px;
  }
  .clubmember-2026 .checkpoint-list .checkpoint__header label {
    font-size: 20px;
    height: 100%;
    flex-direction: row;
    padding: 15px 0;
    flex: 0 0 82px;
    gap: 5px;
  }
  .clubmember-2026 .checkpoint-list .checkpoint__header label span {
    font-size: 24px;
  }
  .clubmember-2026 .checkpoint-list .checkpoint__box {
    padding: 7px;
  }
  .clubmember-2026 .checkpoint-list .checkpoint__box img {
    width: 100%;
    max-height: none;
    height: auto;
  }
  .clubmember-2026 .checkpoint-list .checkpoint__footer .notes {
    bottom: 20px;
    position: relative;
    right: 20px;
    text-align: right;
    margin-top: -15px;
  }
  .clubmember-2026 .p-section__ttl {
    font-size: 50px;
  }
  .clubmember-2026 .p-section__ttl span {
    font-size: 12px;
  }
  .clubmember-2026 .announcement-card {
    padding: 20px 15px;
  }
  .clubmember-2026 .announcement-card__title {
    margin-bottom: 20px;
  }
  .clubmember-2026 .announcement-card__title h2 {
    font-weight: normal;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
  }
  .clubmember-2026 .announcement-card__title h2 span.highlight {
    font-size: 14px;
  }
  .clubmember-2026 #category .category-list .category-item__label {
    height: 50px;
    background-position: top -34px center;
  }
  .clubmember-2026 #category .category-list .category-item__label h3 {
    font-size: 24px;
  }
  .clubmember-2026 #category .category-list .category-item:nth-child(2) .category-item__label {
    background-position: top -60px center;
  }
  .clubmember-2026 #category .category-list .category-item__content {
    padding: 15px;
    font-size: 14px;
  }
  .clubmember-2026 #category .category__list {
    flex-wrap: wrap;
    gap: 12px;
  }
  .clubmember-2026 #category .category__list-item {
    width: calc((100% - 24px) / 3);
  }
  .clubmember-2026 #category .category__list-ttl span {
    font-size: 24px;
  }
  .clubmember-2026 #category .category__list-link span.active-icon {
    display: none;
  }
  .clubmember-2026 #category .category-content-list .category-content {
    padding: 24px 10px;
  }
  .clubmember-2026 #category .category-content-list .category-content__header {
    gap: 15px;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .clubmember-2026 #category .category-content-list .category-content__label {
    font-size: 48px;
    width: fit-content;
    flex: auto;
  }
  .clubmember-2026 #category .category-content-list .category-content__label span {
    font-size: 13px;
  }
  .clubmember-2026 #category .category-content-list .category-content img.sp-only {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
  }
  .clubmember-2026 #category .category-content-list .category-content__box .cat-benefit-list {
    flex-wrap: wrap;
    gap: 12px;
  }
  .clubmember-2026 #category .category-content-list .category-content__box .cat-benefit-list .cat-benefit {
    width: calc(50% - 6px);
  }
  .clubmember-2026 #category .category-content-list .category-content__box .cat-benefit-list .cat-benefit__header {
    font-size: 10px;
    line-height: 13px;
    padding-left: 35px;
    height: 32px;
  }
  .clubmember-2026 #category .category-content-list .category-content__box .cat-benefit-list .cat-benefit__header br {
    display: none;
  }
  .clubmember-2026 #category .category-content-list .category-content__box .cat-benefit-list .cat-benefit__header:before {
    left: 5px;
    width: 25px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .clubmember-2026 #category .category-content-list .category-content__box .cat-benefit-list .cat-benefit img {
    width: 100%;
  }
  .clubmember-2026 .btn-readmore {
    height: 40px;
    width: 158px;
    font-size: 15px;
    line-height: 40px;
  }
  .clubmember-2026 #pickup-area .benefit-container {
    max-width: 100%;
  }
  .clubmember-2026 #pickup-area .benefit-container .benefit-header {
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .clubmember-2026 #pickup-area .benefit-container .benefit-header__title-en {
    font-size: 36px;
    line-height: 32px;
  }
  .clubmember-2026 #pickup-area .benefit-container .benefit-header__title-jp {
    font-size: 12px;
  }
  .clubmember-2026 #pickup-area .benefit-container .benefit-header__desc {
    font-size: 12px;
    flex: 0 0 130px;
  }
  .clubmember-2026 #pickup-area .benefit-container .benefit-header__desc br {
    display: none;
  }
  .clubmember-2026 #pickup-area .benefit-container .benefit-header__icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin-right: 10px;
  }
  .clubmember-2026 #pickup-area .benefit-container .benefit-header__icon img {
    max-width: 36px;
  }
  .clubmember-2026 #pickup-area .benefit-container .benefit-header__divider {
    display: none;
  }
  .clubmember-2026 #pickup-area .benefits .benefit-section {
    padding: 22px 18px;
  }
  .clubmember-2026 #pickup-area .benefit-uniform-wrapper {
    display: none;
  }
  .clubmember-2026 #pickup-area .benefit-uniform-wrapper ~ .benefit-note {
    margin-top: -20px;
  }
  .clubmember-2026 #pickup-area .benefit-content .benefit-grid {
    flex-direction: column;
    gap: 25px;
  }
  .clubmember-2026 #pickup-area .benefit-content .benefit-note--center {
    text-align: right;
    font-size: 10px;
  }
  .clubmember-2026 #doublecrown .p-dc__description {
    font-size: 32px;
  }
  .clubmember-2026 #doublecrown .p-dc__text {
    font-size: 14px;
    text-align: center;
  }
  .clubmember-2026 #call-to-actions h2.category-content__ttl {
    font-size: 20px;
    line-height: 30px;
  }
  .clubmember-2026 #call-to-actions .actions-content {
    flex-direction: column;
  }
  .clubmember-2026 #call-to-actions .actions-content .category__list.grid-category {
    gap: 20px 10px;
    overflow: inherit;
  }
  .clubmember-2026 #call-to-actions .actions-content .category__list.grid-category .category__list-item {
    width: calc(50% - 10px);
  }
  .clubmember-2026 #call-to-actions .actions-content .register-banner {
    text-align: center;
    margin-top: -30px;
  }
  .clubmember-2026 #call-to-actions .actions-content .register-banner img {
    max-width: 70%;
  }
  .clubmember-2026 .entry-table-wrapper table {
    min-width: 800px;
  }
  .clubmember-2026 .entry-table-wrapper table tr:nth-child(2) th {
    min-width: 36px !important;
    max-width: 44px !important;
    font-size: 12px;
    line-height: 1.2;
  }
  .clubmember-2026 .entry-table-wrapper table tr:nth-child(2) th:not(.th-u30, .th-u18) {
    padding-left: 14px;
    padding-right: 14px;
  }
  .clubmember-2026 .entry-table-wrapper .cat-col {
    width: 44px;
  }
  .clubmember-2026 .entry-table-wrapper .item-col {
    min-width: 150px;
    max-width: 190px;
    font-size: 13px;
  }
  .clubmember-2026 .entry-table-wrapper span.vertical-txt {
    display: inline-block;
    transform: rotate(90deg);
    margin-left: -3px;
  }
  .clubmember-2026 #precautions-area .precautions {
    padding: 20px 10px;
  }
  .clubmember-2026 #precautions-area .precautions .precaution-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .clubmember-2026 .category-header__ttl {
    font-size: 40px;
  }
  .clubmember-2026 .category-header h3 {
    font-size: 14px;
    margin-top: 12px;
    font-weight: 600;
  }
  .clubmember-2026 #common-benefits .benefit-group {
    margin-bottom: 0;
  }
  .clubmember-2026 #common-benefits .benefit-group .benefit-group-name {
    font-size: 38px;
    gap: 10px;
  }
  .clubmember-2026 #common-benefits .benefit-group .p-content__list {
    display: flex;
    gap: 7.5px;
    flex-wrap: wrap;
  }
  .clubmember-2026 #common-benefits .benefit-group .p-content__list-item {
    width: calc(50% - 4px);
    margin-bottom: 25px;
  }
  .clubmember-2026 #common-benefits .benefit-group .p-content__list-ttl {
    font-size: 11.3px;
    height: 35px;
  }
  .clubmember-2026 #common-benefits .benefit-group .p-content__list-txt {
    font-size: 8.6px;
  }
  .clubmember-2026 .resell__txt {
    font-weight: normal;
  }
  .clubmember-2026--season-seat .section__content .pricing-container .pricing-table-wrapper {
    padding-top: 30px;
  }
  .clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th {
    font-size: 12px;
    min-width: 80px;
  }
  .clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th.tooltip-cell {
    position: inherit;
  }
  .clubmember-2026--season-seat .section__content .pricing-container .pricing-table__th.tooltip-cell img {
    top: 80px;
    width: 100%;
    height: auto;
    left: 50%;
  }
  .clubmember-2026--season-seat .section__content .pricing-container .pricing-table__td {
    font-size: 13px;
  }
  .clubmember-2026--season-seat .section__content .pricing-container .pricing-table__sub-category {
    font-size: 12px;
  }
  .clubmember-2026--season-seat .section__content .pricing-container .pricing-table__badge {
    font-size: 11px;
    text-align: center;
    padding: 3px 15px;
    left: 12px;
  }
  .clubmember-2026--season-seat .section.section-ss-price .l-inner .p-360-banner {
    padding-top: 0;
  }
  .clubmember-2026--season-seat .section .ss-slide.grid-view {
    margin-left: -5px;
    margin-right: -5px;
  }
  .clubmember-2026--season-seat .section .ss-slide.grid-view .ss-slide__item {
    width: 50%;
    padding: 0 5px;
  }
  .clubmember-2026--season-seat .resell__wrap {
    padding: 30px 10px;
  }
  .clubmember-2026--season-seat .resell__wrap .ss-content__txt {
    margin-bottom: 25px;
  }
  .clubmember-2026--season-seat .resell__wrap .resell__txt {
    font-size: 13px;
  }
  .clubmember-2026--season-seat .section-ss- .l-inner {
    padding-top: 0;
  }
  .clubmember-2026 .faq__ttl {
    padding-left: 60px;
    line-height: 1.25;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .clubmember-2026 .faq__ttl .faq__group-num {
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .clubmember-2026 .faq__list dd {
    padding: 20px;
  }
  .clubmember-2026 .faq__list dd a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .clubmember-2026 .faq__list dt {
    padding-left: 60px;
    min-height: 40px;
    display: flex;
    align-items: center;
    line-height: 1.25;
    padding-top: 0;
  }
  .clubmember-2026 .faq__list dt:nth-of-type(n):before {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}/*# sourceMappingURL=clubmember-custom.css.map */