@charset "UTF-8";
:root {
  --header-bg: #001b5b;
  --header-line: #00a7d4;
  --header-text: #ffffff;
  --mobile-nav-text: #001B5B;
  --mobile-nav-border: #d8deea;
  --mobile-nav-thumb: #8d939b;
  --mobile-nav-track: #cfd4db; }

@font-face {
  font-family: 'din-condensed-bold';
  src: url("../../fonts/din-condensed-bold.ttf");
  font-weight: normal; }
.header_wrapper {
  position: relative;
  overflow: visible;
  background: var(--header-bg); }

.header-top-desktop {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 41px 12px 35px;
  border-bottom: 3px solid var(--header-line); }

.logo-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 33px; }

.logo-wrapper .head_logo {
  width: 112px; }

.logo-wrapper .head_logo_sub {
  width: 81px; }

.logo_center {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 3;
  width: 76px;
  transform: translateX(-50%); }

.header-tools {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 22px; }

.header-tool {
  transition: transform 0.2s ease, opacity 0.2s ease; }

.tool_1 {
  width: 45px; }

.tool_2 {
  width: 36px; }

.tool_3 {
  width: 54px; }

.header-tool:hover,
.header-tool:focus-visible,
.mobile-tool:hover,
.mobile-tool:focus-visible {
  opacity: 0.9;
  transform: translateY(-2px); }

.header-nav-desktop {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  padding: 14px 114px 0 114px; }

.nav-group {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center; }

.nav-left {
  padding-right: 70px; }

.nav-right {
  padding-left: 70px; }

.nav-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--header-text);
  font-family: "peckham-press", sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px; }

.nav-item.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 3px;
  background: var(--header-text);
  transform: translateX(-50%); }

.header-top-mobile,
.header-nav-mobile {
  display: none; }

/* MATCH WRAPPER  */
.match_wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  min-height: 650px; }

.match_box_left {
  position: relative;
  overflow: hidden;
  background: #ffffff url("../images/match_bg_left.webp") center/cover no-repeat; }

.match_tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.match_tab {
  height: 80px;
  border: 0;
  color: #ffffff;
  background: #009EB4;
  font-family: "peckham-press", sans-serif;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease; }

.match_tab_left {
  border-bottom-right-radius: 10px; }

.match_tab_right {
  border-bottom-left-radius: 10px; }

.match_tab.is-active {
  color: #12aac4;
  background: transparent; }

.match_cards_wrapper {
  --card-width: 367px;
  --card-gap: 30px;
  --card-peek: 0px;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 34px auto 0; }

.match_cards_viewport {
  width: 100%;
  overflow: hidden; }

.match_cards {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: var(--card-gap);
  width: max-content;
  will-change: transform; }

.match_card {
  position: relative;
  flex: 0 0 var(--card-width);
  width: var(--card-width);
  background: #ffffff;
  box-shadow: 0 16px 28px rgba(8, 24, 80, 0.16);
  transition: box-shadow 0.3s ease, opacity 0.3s ease; }

.match_card-head {
  padding: 11px 80px;
  color: #ffffff;
  background: #04003B;
  font-size: 14px;
  font-weight: 700;
  text-align: center; }

.match_card-body {
  padding: 27px;
  text-align: center;
  color: #04003B; }

.match_date {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.5px; }

.match_date-main {
  font-size: 83px;
  font-weight: 700; }

.match_date-sub {
  font-size: 36px;
  font-weight: 700; }

.match_teams {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 32px; }

.match_crest {
  width: 80px;
  height: auto; }

.match_vs {
  font-size: 69px;
  font-weight: 700;
  line-height: 1; }

.match_meta {
  margin-bottom: 26px; }

.match_home_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
  height: 22px;
  padding: 5px 14px;
  color: #ffffff;
  background: #001B5B;
  font-size: 15px;
  font-weight: 700; }

.match_venue {
  font-size: 15px;
  font-weight: 700; }

.match_actions {
    display: flex;
    justify-content: center;
  }
.match_actions p {
    margin: 0 5px;
}

.match_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 9px 14px;
  color: #001B5B;
  border: 2px solid #001B5B;
  background: #ffffff;
  font-size: 14px;
  font-weight: 700; }

.match_nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  background: #009EB4;
  cursor: pointer;
  transform: translateY(-50%); }

.match_nav span {
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 auto;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff; }

.match_nav-prev {
  left: 0; }

.match_nav-prev span {
  transform: rotate(-135deg); }

.match_nav-next {
  right: 0; }

.match_nav-next span {
  transform: rotate(45deg); }

.match_schedule_link,
.standings_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 14px 72px;
  color: #ffffff;
  background: #009EB4;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700; }

.match_schedule_link {
  margin: 31px auto 32px; }

.match_box_right {
  color: #ffffff;
  background: url("../images/match_bg_right.webp");
  background-size: cover;
  background-position: center; }

.standings_panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 27px 51px 33px; }

.standings_title {
  font-family: "peckham-press", sans-serif;
  font-size: 28px; }

.standings_subtitle {
  margin-top: 47px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #ffffff; }

.standings_summary {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 25px; }

.standings_rank {
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: #ffffff;
  margin-top: 23px; }

.standings_rank-number {
  font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
  font-size: 63px;
  font-weight: 700; }

.standings_rank-unit {
  font-size: 31px;
  font-weight: 700; }

.standings_record {
  display: inline-flex;
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #000A44;
  overflow: hidden; }

.standings_record-main {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 20px; }

.standings_record-main span,
.standings_points {
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: -10px; }

.standings_record strong {
  /* font-family: "peckham-press", sans-serif; */
  font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
  font-size: 40px;
  font-weight: 700; }

.standings_points {
  color: #ffffff;
  background: url("../images/match_bg_right.webp");
  padding: 10px 20px;
  white-space: nowrap; }

.standings_note {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 700; }

.standings_table_wrapper {
  width: 100%;
  max-width: 617px;
  max-height: 267px;
  margin-top: 20px;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
  scrollbar-width: thin;
  scrollbar-color: #474747; }

.standings_table_wrapper::-webkit-scrollbar {
  width: 9px; }

.standings_table_wrapper::-webkit-scrollbar-thumb {
  background: #474747; }

.standings_table {
  width: 100%;
  border-collapse: collapse;
  color: #000;
  font-size: 22px; }

.standings_table thead th {
  padding: 13px 17px;
  color: #ffffff;
  background: #04003B;
  font-size: 21px;
  font-weight: 700;
  white-space: nowrap;
  position: sticky;
  top: 0; }

.standings_table tbody tr:nth-child(even) {
  background: #D3D3D3; }

.standings_table tbody tr.is-highlighted {
  color: #009EB4; }

.standings_table td {
  padding: 15px;
  font-weight: 700;
  text-align: center; }

.standings_table td:nth-child(2) {
  text-align: left; }

.club-name {
  display: flex;
  align-items: center;
  gap: 12px; }

.club-badge {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
  background: linear-gradient(135deg, #8d6adf 0%, #5d3ac8 100%);
  flex: 0 0 auto; }

.club-name img {
  width: 22px;
  height: 24px;
  object-fit: contain; }

.standings_link {
  margin-top: 41px; }

/* FILTER WRAPPER */
.filter_wrapper {
  padding: 0 0 120px;
  background: #ffffff; }

.filter_inner {
  margin: 0 auto; }

.filter_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  background: #ECECEC; }

.filter_tab {
  position: relative;
  flex: 0 0 auto;
  min-width: 61px;
  padding: 14px 15px;
  border: 0;
  border-right: 1px solid #bcbcbc;
  background: #efefef;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer; }

.filter_tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--tab-color, #0d0f5b); }

.filter_tab.is-active {
  background: #ffffff; }

.filter_news_list {
  max-width: 1300px;
  margin: 0 auto;
  background: #ffffff; }

.filter_news_item {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  column-gap: 28px;
  padding: 27px 66px 25px;
  border-bottom: 1px solid #d7d7d7; }

.filter_news_meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-top: 3px;
  white-space: nowrap; }

.filter_news_date {
  padding-top: 5px;
  color: #000;
  font-family: 'din-condensed-bold';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px; }

.filter_news_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 5px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap; }

.cat_academy {
  background-color: #ca4949; }

.cat_goods {
  background-color: #72a64f; }

.cat_school {
  background-color: #006fb4; }

.cat_others {
  background-color: #8b8b8b; }

.cat_ticket {
  color: #000000;
  background-color: #fde965; }

.cat_topteam {
  background-color: #04003b; }

.cat_news {
  background-color: #009eb4; }

.cat_hometown {
  background-color: #c78335; }

.cat_games {
  background-color: #7a53c0; }

/* .filter_news_badge-news {
    background: #009EB4;
}

.filter_news_badge-ticket {
    color: #000;
    background: #FDE965;
}

.filter_news_badge-top-team {
    background: #04003B;
}

.filter_news_badge-match-training {
    background: #7A53C0;
}

.filter_news_badge-goods-shop {
    color: #000;
    background: #72A64F;
}

.filter_news_badge-academy {
    background: #CA4949;
}

.filter_news_badge-school {
    background: #006FB4;
}

.filter_news_badge-hometown {
    background: #C78335;
}

.filter_news_badge-other {
    background: #8b8b8b;
} */
.filter_news_link {
  color: #000;
  font-size: 16px;
  font-weight: 700; }

.filter_action_link {
  display: block;
  width: max-content;
  margin: 41px auto 0;
  padding: 11px 32px;
  color: #ffffff;
  background: #0096B2;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600; }

/* SNS WRAPPER   */
.sns_wrapper {
  width: 100%;
  background: #04003B;
  overflow: hidden; }

.sns_head_art,
.sns_head_art img {
  display: block;
  width: 100%; }

.sns_body {
  margin-top: -1px;
  padding: 50px 230px 60px;
  background: #04003B; }

.sns_inner {
  position: relative;
  margin: 0 auto; }

.sns_carousel {
  overflow: hidden; }

.sns_track {
  display: flex;
  gap: 25px;
  width: max-content;
  will-change: transform; }

.sns_card {
  width: 230px;
  overflow: hidden; }

.sns_nav {
  display: none; }

.sns_pagination {
  gap: 3px;
  margin-top: 30px; }

.sns_pagination .carousel_pagination_dot {
  width: 15px;
  height: 4px;
  background: #d9d9d9; }

.sns_pagination .carousel_pagination_dot.is-active {
  background: #009eb4; }

.sns_pagination .carousel_pagination_dot:hover,
.sns_pagination .carousel_pagination_dot:focus-visible {
  transform: none; }

/* FOOTER */
/* ============================================================
   旧フッターCSS（v1 / index.css内の重複定義）— 新フッター(v2)へ置き換えのためコメントアウト ここから ↓↓↓
   ※ 新フッターCSSは common.css 末尾に集約しています
   ============================================================ */
/*
.site_footer {
    background: #00205B;
    color: #ffffff;
}

.footer_top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    border: 0;
    background: #003970;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.footer_top_arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(45deg) translateY(1px);
}

.footer_main {
    padding: 34px 56px 26px;
}

.footer_mobile {
    display: none;
}

.footer_desktop {
    max-width: 1120px;
    margin: 0 auto;
}

.footer_nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 34px 26px;
}

.footer_nav_group+.footer_nav_group {
    margin-top: 30px;
}

.footer_nav_title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.footer_nav_list {
    display: grid;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_nav_list a {
    color: rgba(255, 255, 255, 0.94);
    font-size: 11px;
    line-height: 1.5;
}

.footer_nav_list a:hover,
.footer_nav_list a:focus-visible {
    text-decoration: underline;
}

.footer_logo {
    display: block;
    width: max-content;
    margin: 42px auto 0;
}

.footer_logo img {
    display: block;
    width: 104px;
}

.footer_legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 30px;
    background: #ffffff;
    color: #111111;
}

.footer_legal_left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer_slogan {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer_slogan img {
    width: 32px;
}

.footer_slogan_copy {
    display: grid;
    gap: 2px;
}

.footer_slogan_copy span {
    font-size: 10px;
    font-weight: 700;
}

.footer_slogan_copy strong {
    font-size: 16px;
    font-weight: 800;
    color: #111111;
}

.footer_legal_divider {
    width: 1px;
    height: 34px;
    background: #d3d7df;
}

.footer_jleague {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_jleague_mark {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 28px;
    border-radius: 3px 3px 10px 10px;
    background: linear-gradient(90deg, #0d0d0d 0 56%, #ffffff 56% 100%);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.footer_jleague_mark::after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d7122f;
}

.footer_jleague_text {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #111111;
}

.footer_copyright {
    font-size: 11px;
    font-weight: 700;
    color: #30333a;
}
*/
/* ===== 旧フッターCSS（v1 / index.css PC）ここまで ↑↑↑ ===== */
/*---------- custom ----------*/
.mv_slider {
  position: relative;
  background-color: #000000;
  overflow: hidden;
  z-index: 10; }
  .mv_slider .mv_img {
    position: relative; }
    .mv_slider .mv_img:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      transition: 0.3s;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      opacity: 1; }
    .mv_slider .mv_img img {
      width: 100%; }
  .mv_slider .swiper-slide-active .mv_img:before {
    opacity: 0; }

.mv_banner_area {
  padding: 25px 0;
  background: linear-gradient(#000000, #001b5b); }

.mv_banner_wrap {
  max-width: calc(100% / 1.3);
  margin: 0 auto; }

.mv_banner_box {
  margin: 0 5px; }

.schedule_area {
  position: relative;
  background: url("../images/schedule_back.png") center/cover no-repeat; }
  .schedule_area .title {
    position: relative;
    margin-bottom: 74px;
    padding-top: 115px;
    text-align: center; }
    .schedule_area .title h2 {
      margin-bottom: 20px;
      font-family: "peckham-press", sans-serif;
      font-size: 50px;
      color: #04003B; }
    .schedule_area .title p {
      font-size: 18px;
      color: #04003B; }
    .schedule_area .title:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 352px;
      height: 407px;
      background: url("../images/schedule_title1.png") center/cover no-repeat;
      z-index: 1; }
    .schedule_area .title:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 328px;
      height: 422px;
      background: url("../images/schedule_title2.png") center/cover no-repeat;
      z-index: 1; }
  .schedule_area .bottom_img {
    margin-bottom: -1px; }
    .schedule_area .bottom_img img {
      width: 100%; }

.schedule_wrap {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 74px 72px 54px;
  background-color: #ffffff;
  z-index: 2; }
  .schedule_wrap .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px; }
    .schedule_wrap .container .box h3 {
      position: relative;
      margin-bottom: 24px;
      padding-bottom: 8px;
      font-size: 28px;
      text-align: center; }
      .schedule_wrap .container .box h3:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        width: 55px;
        height: 4px;
        background-color: #04003b;
        border-radius: 10px; }
  .schedule_wrap .link {
    display: flex;
    justify-content: center;
    margin-top: 40px; }
    .schedule_wrap .link a {
      padding: 12px 70px;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      color: #ffffff;
      background-color: #0092b2;
      border-radius: 90px; }

.schedule_table {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  border: 1px solid #d7d7d7; }
  .schedule_table .date {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #f6f6f6;
    border-right: 1px solid #d7d7d7; }
  .schedule_table ul li {
    padding: 15px 20px;
    border-bottom: 1px solid #d7d7d7;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .schedule_table ul li:last-child {
      border: none; }
    .schedule_table ul li .category {
      display: flex;
      align-items: center;
      gap: 5px;
      margin-bottom: 5px; }
      .schedule_table ul li .category span {
        margin-right: 5px;
        padding: 2px 8px;
        font-size: 12px;
        border-radius: 8px; }
        .schedule_table ul li .category span.brown {
          color: #ffffff;
          background-color: #96794c; }
        .schedule_table ul li .category span.yellow {
          color: #ffffff;
          background-color: #ffd200; }
        .schedule_table ul li .category span.red {
          color: #ffffff;
          background-color: #d51e24; }
      .schedule_table ul li .category time {
        font-family: "DIN Condensed", sans-serif;
        font-size: 14px;
        font-weight: bold; }
    .schedule_table ul li h4 {
      font-size: 12px; }
    .schedule_table ul li h4 a {
      color: rgb(0, 158, 180);
      text-decoration: underline; }
    .schedule_wrap .schedule_table ul li h4 a:hover {
      text-decoration: none; }
    .schedule_table ul li p {
      margin-top: 5px;
      font-size: 12px; }

.news_content a {
  color: #009EB4;
  text-decoration: underline;
  transition: all 0.3s; }
.news_content a:hover {
  text-decoration: none; }

.ticket_area {
  position: relative; }
  .ticket_area .top_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    .ticket_area .top_img .box {
      position: absolute;
      top: 0;
      right: 0;
      left: 0; }
      .ticket_area .top_img .box .title {
        margin-bottom: 28px;
        text-align: center; }
        .ticket_area .top_img .box .title h2 {
          margin-bottom: 20px;
          font-family: "peckham-press", sans-serif;
          font-size: 50px;
          color: #ffffff; }
        .ticket_area .top_img .box .title p {
          font-size: 18px;
          color: #ffffff; }
      .ticket_area .top_img .box > p {
        margin-bottom: 20px;
        font-size: 18px;
        text-align: center;
        color: #ffffff; }
      .ticket_area .top_img .box .link {
        display: flex;
        justify-content: center; }
        .ticket_area .top_img .box .link a {
          width: 293px;
          padding: 11px 0 14px;
          font-size: 18px;
          text-align: center;
          color: #ffffff;
          background-color: #009eb4;
          border-radius: 50px; }
  .ticket_area .video {
    position: relative;
    padding: 270px 0 120px;
    z-index: 1; }
    .ticket_area .video img {
      width: 100%; }
  .ticket_area .bottom_img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2; }

.fan_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.fan_box {
  padding: 87px 0 70px;
  background: url("../images/fan_back1.png") center/cover no-repeat; }
  .fan_box .title {
    margin-bottom: 36px;
    text-align: center;
    color: #ffffff; }
    .fan_box .title h2 {
      margin-bottom: 20px;
      font-family: "peckham-press", sans-serif;
      font-size: 40px; }
    .fan_box .title p {
      font-size: 21px; }
  .fan_box .logo {
    max-width: 375px;
    margin: 0 auto 61px; }
    .fan_box .logo img {
      width: 100%; }
  .fan_box .img {
    max-width: 550px;
    margin: 0 auto; }
    .fan_box .img img {
      width: 100%; }

.guide_box {
  padding: 95px 0 77px;
  background: url("../images/fan_back2.png") center/cover no-repeat; }
  .guide_box .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 53px;
    padding: 55px 0 49px;
    color: #04003b;
    background: url("../images/guide_img_1.webp") center/cover no-repeat; }
    .guide_box .title h2 {
      margin-bottom: 30px;
      font-family: "peckham-press", sans-serif;
      font-size: 75px; }
    .guide_box .title p {
      font-size: 22px;
      font-weight: bold; }
  .guide_box .text {
    margin-bottom: 57px;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 11px #020085; }
  .guide_box .link {
    display: flex;
    justify-content: center; }
    .guide_box .link a {
      width: 293px;
      padding: 11px 0 14px;
      font-size: 18px;
      text-align: center;
      color: #ffffff;
      background-color: #04003b;
      border-radius: 50px; }

.video_area {
  padding: 92px 0; }

.video_wrap {
  max-width: 1162px;
  margin: 0 auto; }

.video_slider .prev_arrow {
  position: absolute;
  top: 50%;
  left: calc(-10vw + 30px);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: #009eb4;
  z-index: 1; }
  .video_slider .prev_arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff; }
.video_slider .next_arrow {
  position: absolute;
  top: 50%;
  right: calc(-10vw + 30px);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: #009eb4;
  z-index: 1; }
  .video_slider .next_arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(-45deg);
    width: 16px;
    height: 16px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff; }

.video_box {
  margin: 0 17px; }

.news_area {
  padding: 0 24px 119px; }

.news_wrap {
  max-width: 1300px;
  margin: 0 auto; }

.news_head {
  text-align: center;
  color: #04003B; }
  .news_head h2 {
    font-family: "peckham-press", sans-serif;
    font-size: 50px; }
  .news_head p {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px; }

.news_container {
  margin-top: 41px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px; }

.news_box a img {
  width: 100%;
  height: 174px;
  object-fit: cover; }
.news_box a h3 {
  margin: 16px 0 9px;
  font-size: 16px;
  font-weight: 700;
  word-wrap: break-word; }
.news_box a .news_meta {
  display: flex;
  gap: 5px;
  align-items: center; }
  .news_box a .news_meta time {
    padding-top: 5px;
    font-family: 'din-condensed-bold';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px; }
  .news_box a .news_meta span {
    font-size: 7px;
    font-weight: 600;
    background: #009EB4;
    padding: 4px;
    color: #FFF; }

.movie_area {
  padding-bottom: 105px;
  overflow: hidden; }

.movie_wrap {
  max-width: 672px;
  margin: 0 auto; }

.movie_head {
  text-align: center; }
  .movie_head h2 {
    font-family: "peckham-press", sans-serif;
    font-size: 50px;
    color: #04003B; }
  .movie_head p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #04003B; }

.movie_slider {
  margin-top: 50px; }
  .movie_slider.slick-dotted.slick-slider {
    margin-bottom: 31px; }
  .movie_slider .slick-list {
    overflow: visible; }
  .movie_slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    top: auto;
    bottom: -31px; }
    .movie_slider .slick-dots li {
      width: auto;
      height: auto;
      margin: 0; }
      .movie_slider .slick-dots li button {
        width: 53px;
        height: 11px;
        padding: 0;
        background-color: #d9d9d9; }
        .movie_slider .slick-dots li button:before {
          content: none; }
      .movie_slider .slick-dots li.slick-active button {
        background-color: #009eb4; }
  .movie_slider .prev_arrow {
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background-color: #009eb4; }
    .movie_slider .prev_arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 16px;
      transform: translateY(-50%) rotate(45deg);
      width: 16px;
      height: 16px;
      border-left: 3px solid #ffffff;
      border-bottom: 3px solid #ffffff; }
  .movie_slider .next_arrow {
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background-color: #009eb4; }
    .movie_slider .next_arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translateY(-50%) rotate(-45deg);
      width: 16px;
      height: 16px;
      border-right: 3px solid #ffffff;
      border-bottom: 3px solid #ffffff; }

.movie_img {
  margin: 0 40px; }

.topteam_area {
  position: relative;
  padding: 66px 0 100px;
  background: url("../images/topteam_bg.webp");
  background-size: cover;
  background-position: bottom -1px center;
  background-repeat: no-repeat;
  overflow: hidden; }

.topteam_wrap {
  max-width: 992px;
  margin: 0 auto; }

.topteam_head {
  text-align: center; }
  .topteam_head h2 {
    font-family: "peckham-press", sans-serif;
    font-size: 54px;
    color: #04003B;
    line-height: 1; }
  .topteam_head p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #04003B; }

.topteam_slider {
  margin-top: 50px; }
  .topteam_slider .slick-list {
    overflow: visible; }
  .topteam_slider .prev_arrow {
    position: absolute;
    top: 50%;
    left: -13.5vw;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background-color: #afafaf;
    z-index: 10; }
    .topteam_slider .prev_arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 16px;
      transform: translateY(-50%) rotate(45deg);
      width: 16px;
      height: 16px;
      border-left: 3px solid #ffffff;
      border-bottom: 3px solid #ffffff; }
  .topteam_slider .next_arrow {
    position: absolute;
    top: 50%;
    right: -13.5vw;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background-color: #afafaf;
    z-index: 10; }
    .topteam_slider .next_arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translateY(-50%) rotate(-45deg);
      width: 16px;
      height: 16px;
      border-right: 3px solid #ffffff;
      border-bottom: 3px solid #ffffff; }

.topteam_box {
  margin: 0 20px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden; }
  .topteam_box img {
    width: 100%; }
  .topteam_box .text {
    padding: 20px 16px 14px; }
    .topteam_box .text .name {
      margin-bottom: 3px;
      font-weight: bold;
      font-size: 30px;
      color: #04003b; }
    .topteam_box .text .name_en {
      margin-bottom: 4px;
      font-family: "peckham-press", sans-serif;
      font-size: 12px;
      color: #04003b; }
    .topteam_box .text .more {
      display: flex;
      justify-content: flex-end; }
      .topteam_box .text .more span {
        display: inline-block;
        padding: 6px 10px;
        font-weight: bold;
        font-size: 9.5px;
        line-height: 1;
        border: 1px solid #04003b;
        border-radius: 100px; }

.topteam_more {
  display: flex;
  justify-content: center;
  margin-top: 60px; }
  .topteam_more a {
    padding: 12px 70px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #0092b2;
    border-radius: 90px; }

.goods_area {
  position: relative;
  padding: 62px 0;
  background-color: #04003b; }

.goods_wrap {
  max-width: 1237px;
  margin: 0 auto; }

.goods_head {
  text-align: center; }
  .goods_head h2 {
    font-family: "peckham-press", sans-serif;
    font-size: 50px;
    color: #ffffff; }
  .goods_head p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff; }

.goods_container {
  display: grid;
  grid-template-columns: 39.1% 55.7%;
  align-items: center;
  gap: 5.2%;
  margin-top: 30px; }

.goods_brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; }
  .goods_brand img:first-child {
    width: 128px; }
  .goods_brand img:last-child {
    width: 346px; }

.goods_slider_area .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: static;
  margin-top: 18px; }
  .goods_slider_area .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #d9d9d9;
    opacity: 1; }
  .goods_slider_area .swiper-pagination .swiper-pagination-bullet-active {
    background: #0096b2; }

.goods_slider {
  position: relative;
  overflow: hidden; }
  .goods_slider .swiper-slide-active .goods_img img {
    opacity: 1; }

.goods_img {
  background-color: #04003b; }
  .goods_img img {
    width: 100%;
    transition: opacity 0.3s, transform .45s ease;
    opacity: 0.62; }

.goods_more {
  display: flex;
  justify-content: center;
  margin-top: 32px; }
  .goods_more a {
    padding: 12px 70px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #0092b2;
    border-radius: 90px; }

.partner_area {
  position: relative;
  padding: 150px 0 98px; }

.partner_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .partner_top img {
    width: 100%; }

.partner_wrap {
  max-width: 1200px;
  margin: 0 auto; }

.partner_head {
  margin-bottom: 30px;
  text-align: center; }
  .partner_head h2 {
    font-family: "peckham-press", sans-serif;
    font-size: 50px;
    color: #04003B; }
    .partner_head h2 img {
      max-width: 382px;
      display: inline; }
  .partner_head p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #04003B; }

.partner_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 4px;
  margin-top: 10px; }
  .partner_container .box {
    width: 236px;
    padding: 0 10px; }
    .partner_container .box img {
      width: 100%; }

.partner_more {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
  .partner_more a {
    padding: 12px 70px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #0092b2;
    border-radius: 90px; }

/*sns --ここから*/
.sns_area {
  background-color: #04003b; }

.sns_link {
  position: relative;
  height: 213px;
  background: url("../images/sns_back.png") center/cover no-repeat; }
  .sns_link h2 {
    position: absolute;
    top: 25%;
    left: 20%;
    font-family: "peckham-press", sans-serif;
    font-size: 50px;
    color: #ffffff; }
  .sns_link ul {
    display: flex;
    align-items: center;
    gap: 36px;
    position: absolute;
    top: 30%;
    right: 15%; }
    .sns_link ul li {
      list-style: none; }
      .sns_link ul li img {
        width: 42px; }

.sns_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 33px; }

.sns_slider {
  /* .slick-list{
      overflow:visible;
  } */ }
  .sns_slider.slick-dotted.slick-slider {
    margin-bottom: 31px; }
  .sns_slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 3px;
    top: auto;
    bottom: -31px; }
    .sns_slider .slick-dots li {
      width: auto;
      height: auto;
      margin: 0; }
      .sns_slider .slick-dots li button {
        width: 15px;
        height: 3px;
        padding: 0;
        background-color: #d9d9d9; }
        .sns_slider .slick-dots li button:before {
          content: none; }
      .sns_slider .slick-dots li.slick-active button {
        background-color: #009eb4; }

.sns_img {
  margin: 0 13px; }

.match_tab_box {
  display: none; }
  .match_tab_box.active {
    display: block; }

.latest_match_area {
  padding: 34px 65px 0; }

.latest_match_container {
  box-shadow: 0, 10px 20px rgba(0, 0, 0, 0.15); }

.latest_match_title {
  display: flex;
  justify-content: center;
  padding: 11px 0;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  background-color: #001b5b; }

.latest_match_box {
  padding: 30px 60px 35px;
  background-color: #ffffff; }
  .latest_match_box .date {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 3px;
    font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
    font-size: 46px;
    color: #04003b; }
    .latest_match_box .date span {
      font-size: 21px; }
  .latest_match_box .result {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .latest_match_box .result img {
      width: 100px; }
    .latest_match_box .result .point {
      margin-top: 25px;
      font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
      font-size: 112px;
      color: #04003B; }
    .latest_match_box .result .point_pk {
      margin-top: 20px; }
      .latest_match_box .result .point_pk .pk_point {
        font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
        font-size: 87px;
        color: #04003B; }
      .latest_match_box .result .point_pk .pk_area {
        position: relative;
        padding: 0 15px; }
        .latest_match_box .result .point_pk .pk_area:before {
          content: '';
          position: absolute;
          top: 9px;
          left: 0;
          bottom: 0;
          width: 6px;
          border: 1px solid #04003b;
          border-right: 0; }
        .latest_match_box .result .point_pk .pk_area:after {
          content: '';
          position: absolute;
          top: 9px;
          right: 0;
          bottom: 0;
          width: 6px;
          border: 1px solid #04003b;
          border-left: 0; }
        .latest_match_box .result .point_pk .pk_area p {
          margin-bottom: 2px;
          font-weight: bold;
          font-size: 12px;
          text-align: center; }
        .latest_match_box .result .point_pk .pk_area ul li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
          font-weight: bold;
          font-size: 20px; }
          .latest_match_box .result .point_pk .pk_area ul li span {
            margin-bottom: 5px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 12px; }
  .latest_match_box .stadium {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 45px;
    font-weight: bold;
    font-size: 16px; }
    .latest_match_box .stadium span {
      padding: 6px 23px 0;
      font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
      color: #ffffff;
      background-color: #001B5B; }
  .latest_match_box .link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 20px; }
    .latest_match_box .link a {
      display: block;
      padding: 12px 0;
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      color: #001b5b;
      border: 2.4px solid #001b5b; }

/*-- TOP hover / image zoom (desktop) --*/
.news_area .news_box .thumb,
.movie_area .movie_img a,
.topteam_area .topteam_box,
.goods_area .goods_img a {
  display: block;
  overflow: hidden; }

.news_area .news_box img,
.movie_area .movie_img img,
.topteam_area .topteam_box img,
.goods_area .goods_img img {
  transition: transform .45s ease, opacity .3s;
  transform-origin: center center; }

.news_area .news_box a:hover img,
.movie_area .movie_img a:hover img,
.topteam_area a.topteam_box:hover img,
.goods_area .goods_img a:hover img {
  transform: scale(1.07); }

.news_area .news_box a h3,
.news_area .news_box a .news_ttl,
.news_area a.filter_news_link {
  transition: color .25s ease; }

.news_area .news_box a:hover h3,
.news_area .news_box a:hover .news_ttl,
.news_area a.filter_news_link:hover {
  color: #0092b2;
  text-decoration: underline;
  text-underline-offset: 3px; }

.schedule_area .schedule_wrap .link a,
.ticket_area .link a,
.ticket_area .row .box,
.topteam_area .topteam_more a,
.goods_area .goods_more a,
.partner_area .partner_more a,
.fan_area .fan_more a,
.fan_area .link a,
.fan_area .fan_area_link a,
.news_area .filter_action_link,
.match_wrapper a.match_schedule_link,
.match_wrapper a.standings_link {
  transition: filter .25s ease; }

.schedule_area .schedule_wrap .link a:hover,
.ticket_area .link a:hover,
.ticket_area .row .box:hover,
.topteam_area .topteam_more a:hover,
.goods_area .goods_more a:hover,
.partner_area .partner_more a:hover,
.fan_area .fan_more a:hover,
.fan_area .link a:hover,
.fan_area .fan_area_link a:hover,
.news_area .filter_action_link:hover,
.match_wrapper a.match_schedule_link:hover,
.match_wrapper a.standings_link:hover {
  filter: brightness(1.15); }

.partner_area .box a img,
.sns_area .sns_link ul li a img {
  transition: opacity .3s ease; }

.partner_area .box a:hover img,
.sns_area .sns_link ul li a:hover img {
  opacity: .6; }

.mv_banner_area a img,
.mv_p_box a img {
  transition: opacity .3s ease; }

.mv_banner_area a:hover img,
.mv_p_box a:hover img {
  opacity: .8; }

/*-- << ここまで --*/
@media (max-width: 768px) {
  .header-top-desktop,
  .header-nav-desktop {
    display: none; }

  .header-top-mobile {
    display: flex;
    align-items: center;
    padding: 6px 14px;
    border-bottom: 3px solid var(--header-line); }

  .mobile-crest {
    flex: 0 0 auto;
    width: 39px; }

  .mobile-quicklinks {
    display: flex;
    align-items: flex-end;
    gap: 11px;
    margin-left: auto; }

  .mobile-tool {
    flex: 0 0 auto;
    transition: transform 0.2s ease, opacity 0.2s ease; }

  .mobile-tool-ticket {
    width: 10vw; }

  .mobile-tool-goods {
    width: 15vw; }

  .mobile-fanclub {
    flex: 0 0 auto;
    width: 20vw; }

  .mobile-menu-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
    width: 36px;
    height: 28px;
    padding: 0;
    margin-left: 25px;
    border: 0;
    background: transparent;
    cursor: pointer; }

  .mobile-menu-button span {
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 999px;
    background: var(--header-text); }

  .header-nav-mobile {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    background: #ffffff;
    border-bottom: 1px solid var(--mobile-nav-border);
    scrollbar-width: auto;
    scrollbar-color: var(--mobile-nav-thumb) var(--mobile-nav-track); }

  .header-nav-mobile::-webkit-scrollbar {
    height: 9px; }

  .header-nav-mobile::-webkit-scrollbar-track {
    background: var(--mobile-nav-track); }

  .header-nav-mobile::-webkit-scrollbar-thumb {
    background: var(--mobile-nav-thumb);
    border-radius: 999px; }

  .mobile-nav-item {
    position: relative;
    flex: 0 0 auto;
    padding: 15px 10px;
    border-right: 1px solid var(--mobile-nav-border);
    color: var(--mobile-nav-text);
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff; }

  .mobile-nav-item:first-child {
    border-left: 1px solid var(--mobile-nav-border); }

  .mobile-nav-item.is-active::after {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 1px;
    height: 6px;
    border-radius: 999px;
    background: #9ba0a7; }

  .match_wrapper {
    grid-template-columns: 1fr; }

  .match_tab {
    height: 54px;
    font-size: 14px; }

  .match_cards_wrapper {
    --card-width: min(280px, calc(100vw - 116px));
    --card-gap: 12px;
    width: 100%;
    margin-top: 18px; }

  .match_cards_viewport {
    padding: 14px 0 22px; }

  .match_card-head {
    padding: 6px 45px;
    font-size: 12px; }

  .match_card-body {
    min-height: 230px;
    padding: 10px 10px 14px; }

  .match_date {
    align-items: baseline;
    gap: 4px;
    margin-bottom: 0; }

  .match_date-main {
    font-size: 48px; }

  .match_date-sub {
    font-size: 15px; }

  .match_teams {
    gap: 10px;
    margin-bottom: 18px; }

  .match_crest {
    width: 48px; }

  .match_opponent-logo {
    width: 46px; }

  .match_vs {
    font-size: 46px; }

  .match_meta {
    gap: 6px;
    margin-bottom: 14px; }

  .match_actions {
    gap: 0; }

  .match_home_badge {
    min-width: 38px;
    font-size: 10px; }

  .match_venue {
    font-size: 12px; }

  .match_button {
    min-height: 30px;
    font-size: 10px; }

  .match_nav {
    width: 30px;
    height: 30px; }

  .match_nav-prev {
    left: 0;
    transform: translate(-20%, -50%); }

  .match_nav-next {
    right: 0;
    transform: translate(20%, -50%); }

  .match_schedule_link,
  .standings_link {
    font-size: 15px;
    padding: 10px 50px; }

  .standings_panel {
    padding: 26px 30px; }

  .standings_title {
    font-size: 25px; }

  .standings_subtitle {
    margin-top: 18px;
    font-size: 14px; }

  .standings_summary {
    justify-content: center;
    gap: 8px; }

  .standings_rank {
    margin-top: 10px; }

  .standings_rank-number {
    font-size: 42px; }

  .standings_rank-unit {
    font-size: 18px; }

  .standings_record {
    border-width: 2px; }

  .standings_record-main {
    gap: 10px;
    padding: 7px 12px 8px; }

  .standings_record-main span,
  .standings_points {
    font-size: 14px; }

  .standings_record strong {
    font-size: 22px; }

  .standings_points {
    border-left-width: 2px;
    padding: 7px 12px 8px; }

  .standings_table_wrapper {
    max-width: none;
    max-height: 170px; }

  .standings_table {
    height: 143px;
    font-size: 12px; }

  .standings_table thead th {
    padding: 9px 6px;
    font-size: 11px; }

  .standings_table td {
    padding: 9px 6px; }

  .filter_wrapper {
    padding: 0 0 48px; }

  .filter_tabs {
    display: flex;
    justify-content: unset;
    overflow: auto; }

  .filter_tab {
    min-width: 0;
    padding: 14px 12px 12px;
    font-size: 12px; }

  .filter_news_list {
    padding: 0 16px; }

  .filter_news_item {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding: 12px 0; }

  .filter_news_meta {
    grid-row: 2;
    gap: 8px; }

  .filter_news_date {
    font-size: 10px; }

  .filter_news_badge {
    width: max-content;
    font-size: 10px; }

  .filter_news_link {
    grid-row: 1;
    font-size: 12px;
    line-height: 1.5; }

  .filter_action {
    margin-top: 24px; }

  .filter_action_link {
    padding: 11px 33px;
    font-size: 14px; }

  /* SNS WRAPPER  */
  .sns_body {
    padding: 50px 0; }

  .sns_inner {
    width: 100%; }

  .sns_carousel {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x; }

  .sns_carousel::-webkit-scrollbar {
    display: none; }

  .sns_track {
    gap: 14px;
    width: max-content; }

  .sns_card {
    width: 167px;
    scroll-snap-align: center;
    scroll-snap-stop: always; }

  .sns_pagination {
    gap: 2px;
    margin-top: 20px; }

  .sns_pagination .carousel_pagination_dot {
    width: 11px;
    height: 2px; }

  /* ===== 旧フッターCSS（v1 / index.css SP）— 新フッター(v2)へ置き換えのためコメントアウト ここから ↓↓↓ ===== */
    /*
    .footer_desktop,
    .footer_legal {
        display: none;
    }

    .footer_mobile {
        display: block;
    }

    .footer_top {
        min-height: 52px;
        font-size: 14px;
    }

    .footer_main {
        padding: 0;
    }

    .footer_mobile_menu {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .footer_mobile_section,
    .footer_mobile_link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .footer_mobile_section summary {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 14px;
        list-style: none;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
    }

    .footer_mobile_section summary::-webkit-details-marker {
        display: none;
    }

    .footer_mobile_section summary::after {
        content: "+";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border-radius: 6px;
        background: #ffffff;
        color: #092a68;
        font-size: 20px;
        font-weight: 800;
        line-height: 1;
    }

    .footer_mobile_section[open] summary::after {
        content: "−";
    }

    .footer_mobile_panel {
        display: grid;
        gap: 8px;
        padding: 0 14px 14px;
    }

    .footer_mobile_section[open] summary::after {
        content: "-";
    }

    .footer_mobile_panel a {
        display: block;
        color: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        line-height: 1.4;
        text-decoration: none;
    }

    .footer_mobile_link {
        display: block;
        padding: 16px 14px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }

    .footer_mobile_meta {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding: 30px 15px 24px;
    }

    .footer_mobile_shortcuts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer_mobile_shortcut_title {
        font-size: 14px;
        font-weight: 800;
        color: #ffffff;
    }

    .footer_mobile_schedule_links {
        display: flex;
        gap: 14px;
        margin-top: 14px;
    }

    .footer_mobile_shortcut {
        display: grid;
        justify-items: center;
        gap: 6px;
        color: #ffffff;
        text-align: center;
        font-size: 8px;
        font-weight: 700;
        line-height: 1.35;
    }

    .footer_mobile_shortcut svg {
        width: 26px;
        height: 26px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .footer_mobile_socials {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 14px;
    }

    .footer_social {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 6px;
        background: #ffffff;
        color: #092a68;
    }

    .footer_social span {
        font-weight: 800;
        line-height: 1;
    }

    .footer_social-x span,
    .footer_social-facebook span,
    .footer_social-tiktok span {
        font-size: 21px;
    }

    .footer_social-instagram span {
        font-size: 21px;
        transform: translateY(-1px);
    }

    .footer_social-line span {
        font-size: 9px;
        letter-spacing: 0.02em;
    }

    .footer_logo-mobile {
        margin-top: 34px;
    }

    .footer_logo-mobile img {
        width: 114px;
    }
    */
  /* ===== 旧フッターCSS（v1 / index.css SP）ここまで ↑↑↑ ===== */
  /*---------- custom ----------*/
  .mv_banner_area {
    padding: 10px 0; }

  .mv_banner_wrap {
    max-width: 100%; }

  .mv_banner_box {
    margin: 0 5px; }

  .schedule_area {
    /* background:url('../images/schedule_back_sp.png') center / cover no-repeat; */ }
    .schedule_area .title {
      margin-bottom: 20px;
      padding-top: 8px;
      text-align: center; }
      .schedule_area .title h2 {
        margin-bottom: 10px;
        font-size: 26px; }
      .schedule_area .title p {
        font-size: 10px; }
      .schedule_area .title:before {
        width: 100px;
        height: 116px; }
      .schedule_area .title:after {
        width: 82px;
        height: 117px; }
    .schedule_area .bottom_img {
      margin-bottom: -1px; }
      .schedule_area .bottom_img img {
        width: 100%; }

  .schedule_wrap {
    margin: 0 27px;
    padding: 23px 11px 22px; }
    .schedule_wrap .container {
      grid-template-columns: 1fr;
      gap: 29px; }
      .schedule_wrap .container .box h3 {
        margin-bottom: 14px;
        padding-bottom: 85x;
        font-size: 16px; }
        .schedule_wrap .container .box h3:before {
          bottom: -1px;
          width: 32px;
          height: 2px; }
    .schedule_wrap .link {
      margin-top: 20px; }
      .schedule_wrap .link a {
        width: 210px;
        padding: 10px 0;
        font-size: 13px; }

  .schedule_table {
    grid-template-columns: 1fr; }
    .schedule_table .date {
      padding: 5px;
      border-bottom: 1px solid #d7d7d7; }
    .schedule_table ul li {
      padding: 5px; }
      .schedule_table ul li .category {
        gap: 5px;
        margin-bottom: 5px; }
        .schedule_table ul li .category span {
          padding: 2px 8px;
          font-size: 10px;
          border-radius: 8px; }
        .schedule_table ul li .category time {
          font-family: "DIN Condensed", sans-serif;
          font-size: 12px; }
      .schedule_table ul li h4 {
        font-size: 12px; }
      .schedule_table ul li h4 a {
        color: rgb(0, 158, 180);
        text-decoration: underline; }
      .schedule_table ul li p {
        margin-top: 5px;
        font-size: 10px; }

  .ticket_area {
    position: relative; }
    .ticket_area .top_img .box .title {
      margin-bottom: 11px;
      text-align: center; }
      .ticket_area .top_img .box .title h2 {
        margin-bottom: 6px;
        font-size: 26px; }
      .ticket_area .top_img .box .title p {
        font-size: 10px; }
    .ticket_area .top_img .box > p {
      margin-bottom: 17px;
      font-size: 12px; }
    .ticket_area .top_img .box .link a {
      width: 210px;
      padding: 10px 0;
      font-size: 13px; }
    .ticket_area .video {
      padding: 145px 0 30px; }

  .fan_container {
    grid-template-columns: 1fr; }

  .fan_box {
    padding: 33px 0 60px; }
    .fan_box .title {
      margin-bottom: 44px; }
      .fan_box .title h2 {
        margin-bottom: 10px;
        font-size: 22px; }
      .fan_box .title p {
        font-size: 12px; }
    .fan_box .logo {
      max-width: 212px;
      margin: 0 auto 44px; }
    .fan_box .img {
      max-width: 350px; }

  .guide_box {
    padding: 51px 0 40px; }
    .guide_box .title {
      margin-bottom: 29px;
      padding: 30px 0 27px; }
      .guide_box .title h2 {
        margin-bottom: 17px;
        font-size: 31px; }
      .guide_box .title p {
        font-size: 12px; }
    .guide_box .text {
      margin-bottom: 24px;
      font-size: 24px;
      text-shadow: 0px 0px 11px #020085; }
    .guide_box .link a {
      width: 210px;
      padding: 10px 0;
      font-size: 13px; }

  .video_area {
    padding: 54px 0 47px; }

  .video_slider .prev_arrow {
    left: 0;
    width: 23px;
    height: 23px;
    background-color: #afafaf; }
    .video_slider .prev_arrow:before {
      left: 8px;
      width: 8px;
      height: 8px;
      border-left: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff; }
  .video_slider .next_arrow {
    right: 0;
    width: 23px;
    height: 23px;
    background-color: #afafaf; }
    .video_slider .next_arrow:before {
      right: 8px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff; }

  .video_box {
    margin: 0 10px; }

  .movie_area {
    padding-bottom: 56px; }

  .movie_head h2 {
    font-size: 26px; }
  .movie_head p {
    margin-top: 8px;
    font-size: 12px; }

  .movie_slider {
    margin-top: 25px; }
    .movie_slider.slick-dotted.slick-slider {
      margin-bottom: 20px; }
    .movie_slider .slick-dots {
      gap: 7px;
      bottom: -20px; }
      .movie_slider .slick-dots li button {
        width: 26px;
        height: 5px; }

  .movie_img {
    margin: 0 20px; }

  .news_area {
    padding: 0 24px 41px; }

  .news_wrap {
    max-width: 1300px;
    margin: 0 auto; }

  .news_head {
    text-align: center;
    color: #04003B; }
    .news_head h2 {
      font-family: "peckham-press", sans-serif;
      font-size: 26px; }
    .news_head p {
      font-size: 12px;
      font-weight: 700;
      margin-top: 11px; }

  .news_container {
    margin-top: 27px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px; }

  .news_box a img {
    height: 96px; }
  .news_box a h3 {
    margin: 9px 0 3px;
    font-size: 9px; }
  .news_box a .news_meta {
    gap: 5px; }
    .news_box a .news_meta time {
      padding-top: 5px;
      font-size: 9px;
      letter-spacing: 0.5px; }
    .news_box a .news_meta span {
      padding: 3px;
      font-size: 6px; }

  .topteam_area {
    padding: 30px 0 70px; }

  .topteam_head {
    text-align: center; }
    .topteam_head h2 {
      font-size: 32px; }
    .topteam_head p {
      margin-top: 8px;
      font-size: 12px; }

  .topteam_slider {
    margin-top: 26px; }
    .topteam_slider .prev_arrow {
      left: 0;
      width: 23px;
      height: 23px;
      background-color: #afafaf; }
      .topteam_slider .prev_arrow:before {
        left: 8px;
        width: 8px;
        height: 8px;
        border-left: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff; }
    .topteam_slider .next_arrow {
      right: 0;
      width: 23px;
      height: 23px;
      background-color: #afafaf; }
      .topteam_slider .next_arrow:before {
        right: 8px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff; }

  .topteam_box {
    margin: 0 12px;
    border-radius: 7px; }
    .topteam_box .text {
      padding: 12px 10px 9px; }
      .topteam_box .text .name {
        margin-bottom: 1px;
        font-size: 18px; }
      .topteam_box .text .name_en {
        margin-bottom: 2px;
        font-size: 7px; }
      .topteam_box .text .more span {
        padding: 4px 6px;
        font-size: 6px; }

  .topteam_more {
    margin-top: 45px; }
    .topteam_more a {
      width: 210px;
      padding: 11px 0;
      font-size: 13px; }

  .goods_area {
    padding: 0 0 30px; }

  .goods_wrap {
    padding: 0 30px; }

  .goods_head {
    margin-bottom: 28px; }
    .goods_head h2 {
      font-size: 32px; }
    .goods_head p {
      margin-top: 8px;
      font-size: 12px; }

  .goods_container {
    display: block;
    margin-top: 28px; }

  .goods_brand {
    gap: 4px;
    margin-bottom: 20px; }
    .goods_brand img:first-child {
      width: 48px; }
    .goods_brand img:last-child {
      width: 131px; }

  .goods_slider_area .swiper-pagination {
    gap: 8px;
    position: static;
    margin-top: 18px; }
    .goods_slider_area .swiper-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      margin: 0;
      background: #d9d9d9;
      opacity: 1; }
    .goods_slider_area .swiper-pagination .swiper-pagination-bullet-active {
      background: #0096b2; }

  .goods_slider {
    position: relative;
    overflow: hidden; }
    .goods_slider .swiper-slide-active .goods_img img {
      opacity: 1; }

  .goods_img {
    background-color: #04003b; }
    .goods_img img {
      width: 100%;
      transition: 0.3s;
      opacity: 0.62; }

  .goods_more {
    margin-top: 19px; }
    .goods_more a {
      width: 210px;
      padding: 11px 0;
      font-size: 13px; }

  .partner_area {
    padding: 72px 0 58px; }

  .partner_wrap {
    padding: 0 16px; }

  .partner_head {
    margin-bottom: 35px; }
    .partner_head h2 {
      font-size: 26px; }
    .partner_head p {
      margin-top: 11px;
      font-size: 12px; }

  .partner_container {
    display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0 !important; }
    .partner_container .box {
      width: 46%;
        margin: 0 2% 3vw;
      padding: 0; }

  .partner_more {
    margin-top: 50px; }
    .partner_more a {
      width: 210px;
      padding: 11px 0;
      font-size: 13px; }

  /*sns　ここから*/
  .sns_link {
    height: 155px;
    background: url("../images/sns_back_sp.png") center/cover no-repeat; }
    .sns_link h2 {
      top: 4%;
      left: 50%;
      transform: translateX(-50%);
      font-size: 28px; }
    .sns_link ul {
      justify-content: center;
      gap: 20px;
      top: 50%;
      left: 0;
      right: 0; }
      .sns_link ul li img {
        width: 32px; }

  .sns_wrap {
    padding: 33px 0; }

  .sns_slider {
    /* .slick-list{
        overflow:visible;
    } */ }
    .sns_slider.slick-dotted.slick-slider {
      margin-bottom: 31px; }
    .sns_slider .slick-dots {
      display: flex;
      justify-content: center;
      gap: 3px;
      top: auto;
      bottom: -31px; }
      .sns_slider .slick-dots li {
        width: auto;
        height: auto;
        margin: 0; }
        .sns_slider .slick-dots li button {
          width: 15px;
          height: 3px;
          padding: 0;
          background-color: #d9d9d9; }
          .sns_slider .slick-dots li button:before {
            content: none; }
        .sns_slider .slick-dots li.slick-active button {
          background-color: #009eb4; }

  .sns_img {
    margin: 0 9px; } }
