@charset "UTF-8";
/*-----------------------

http://www.jleague.jp/css/special/roadtoqatar.scss
2021/07/02 ISM

------------------------*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
main {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #000;
}
main a {
  transition: 0.2s;
  text-decoration: none;
}
main a:hover {
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #001E55;
  border-radius: 8px;
}

header {
  font-family: "Noto Sans JP", sans-serif;
}

#partnersArea,
.tickerwrap,
#utilityArea,
.skyscraperWrap {
  display: none;
}

#header {
  margin: 0;
  display: none;
}

#globalNavi {
  border-bottom: 1px solid #ccc;
}

.sec_style {
  padding-block: 100px;
}
.sec_style_pb0 {
  padding-bottom: 0;
}

.sec_inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}

.sec_title {
  margin-bottom: 50px;
}
.sec_title span {
  display: block;
}
.sec_title span.sec_title_jp {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}
.sec_title span.sec_title_en {
  margin-top: 24px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 20%;
  text-align: center;
  color: #001E55;
}
.sec_title:after {
  display: block;
  content: "";
  width: 51px;
  height: 2px;
  margin: 24px auto 0;
  background-color: #001E55;
}

.sec_title_h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 0 auto 34px;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
  color: #001E55;
}
.sec_title_h4:before, .sec_title_h4:after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  background: #001E55;
}

.sec_title_h3 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 40px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 38px;
  padding: 8px 34px;
  position: relative;
  background: #001E55;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}
.sec_title_h3 .small_txt {
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.btn_style {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: calc(100% - 40px) !important;
  max-width: 550px;
  height: 70px !important;
  border-radius: 35px;
  background-color: #000;
  font-weight: 700;
  line-height: 1.3;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin-inline: auto;
}
.btn_style:after {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  font-size: 14px;
  transition: 0.2s ease;
}
.btn_style small {
  font-weight: normal;
  font-size: 14px;
}
.btn_style:hover:after {
  right: 10px;
}

.pc_header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #001E55;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.pc_header .linkArea a img {
  width: 219px;
}
.pc_header nav {
  height: 100%;
}
.pc_header nav > ul {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 100%;
}
.pc_header nav > ul li {
  height: 100%;
}
.pc_header nav > ul li a {
  padding-inline: 30px;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  font-weight: 900;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  height: 100%;
  display: flex;
  align-items: center;
}
.pc_header nav > ul li:hover a {
  background-color: #000F2B;
}
.pc_header nav > ul li.active a {
  background-color: #A6902D;
}
.pc_header nav > ul li.active a:hover {
  background-color: #A6902D;
}
.pc_header nav > ul li.nav_has_child {
  position: relative;
}
.pc_header nav > ul li.nav_has_child > a {
  padding-right: 44px;
}
.pc_header nav > ul li.nav_has_child > a:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(45deg);
}
.pc_header nav > ul li.nav_has_child .header_dropdown {
  position: absolute;
  left: 0;
  top: 70px;
  display: block;
  min-width: 240px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: 0.2s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
.pc_header nav > ul li.nav_has_child .header_dropdown li {
  height: auto;
}
.pc_header nav > ul li.nav_has_child .header_dropdown li a {
  height: auto;
  min-height: 48px;
  padding: 14px 20px;
  background: #000F2B;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  line-height: 1.4;
  white-space: nowrap;
}
.pc_header nav > ul li.nav_has_child .header_dropdown li a:hover {
  background: #A6902D;
  opacity: 1;
}
.pc_header nav > ul li.nav_has_child:hover .header_dropdown, .pc_header nav > ul li.nav_has_child:focus-within .header_dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kv_area {
  font-size: 0;
  line-height: 0;
}
.kv_area img {
  width: 100%;
}
.kv_area > div iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
}

.anchor_link {
  width: 100%;
  height: 87px;
  background-color: #001E55;
}
.anchor_link ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1510px;
  height: 100%;
  border-left: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.anchor_link ul li {
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.anchor_link ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.anchor_link ul li:hover a {
  background-color: #000F2B;
}

.match_anchor_link {
  padding: 40px 0;
  background-color: #efefef;
}
.match_anchor_link ul {
  width: calc(100% - 40px);
  max-width: initial;
  height: auto;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.match_anchor_link ul li {
  position: relative;
  border: 1px solid #001E55;
  border-radius: 5px;
  background-color: #001E55;
}
.match_anchor_link ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  padding: 0 38px 0 16px;
  color: #fff;
  background-color: #001E55;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  box-sizing: border-box;
}
.match_anchor_link ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s;
  pointer-events: none;
}
.match_anchor_link ul li:hover {
  background-color: #001E55;
}
.match_anchor_link ul li:hover a {
  background-color: transparent;
  color: #fff;
  opacity: 1;
}
.match_anchor_link ul li:hover:after {
  transform: translateY(-35%) rotate(45deg);
}

.schedule_list {
  width: 100%;
  max-width: 1500px;
  min-width: 1100px;
  margin: 0 auto 74px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.schedule_list > li {
  width: 100%;
  border-radius: 10px;
  background-color: #EAEDF3;
  overflow: hidden;
}
.schedule_list > li h3 {
  background: #001E55;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 60px;
}
.schedule_list > li > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 26px;
}
.schedule_list > li > div .date {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}
.schedule_list > li > div .date span {
  font-weight: 900;
  font-size: 48px;
  margin-right: 10px;
  vertical-align: sub;
}
.schedule_list > li > div .time {
  font-weight: 900;
  font-size: 18px;
  text-align: center;
}
.schedule_list > li > div .place {
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}
.schedule_list > li > div > a {
  width: 100%;
  color: #000;
  cursor: pointer;
}
.schedule_list > li > div > a:hover {
  opacity: 0.7;
}
.schedule_list > li > div .vs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 336px;
  margin-inline: auto;
  text-align: center;
}
.schedule_list > li > div .vs li {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.schedule_list > li > div .vs li span:nth-child(2) {
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}
.schedule_list > li > div .vs li:nth-child(2) {
  font-weight: 900;
  font-size: 20px;
  text-align: center;
}
.schedule_list > li > div .vs.live, .schedule_list > li > div .vs.close {
  align-items: center;
  max-width: 360px;
}
.schedule_list > li > div .vs.live > li:nth-child(2), .schedule_list > li > div .vs.close > li:nth-child(2) {
  flex: 0 0 92px;
  align-self: stretch;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.schedule_list > li > div .vs.live .live_txt, .schedule_list > li > div .vs.close .live_txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #D80000;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  animation: liveBlink 1.2s ease-in-out infinite;
}
.schedule_list > li > div .vs.live .close_txt, .schedule_list > li > div .vs.close .close_txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #6C7483;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  word-break: keep-all;
}
.schedule_list > li > div .vs.live .score_list, .schedule_list > li > div .vs.close .score_list {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 7px;
  color: #000;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1;
}
.schedule_list > li > div .vs.live .score_list li, .schedule_list > li > div .vs.close .score_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  font-size: 48px;
  font-weight: 900;
}
.schedule_list > li > div .vs.live .score_list li:nth-child(2), .schedule_list > li > div .vs.close .score_list li:nth-child(2) {
  flex: initial;
  min-width: 10px;
  color: #6C7483;
  font-size: 24px;
}
.schedule_list > li > div .vs.live .score_list_pk, .schedule_list > li > div .vs.close .score_list_pk {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5px;
  margin-top: 2px;
  color: #000;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.schedule_list > li > div .vs.live .score_list_pk li, .schedule_list > li > div .vs.close .score_list_pk li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 14px;
  font-size: 16px;
  font-weight: 700;
}
.schedule_list > li > div .vs.live .score_list_pk li:nth-child(2):before, .schedule_list > li > div .vs.close .score_list_pk li:nth-child(2):before {
  content: "PK";
  font-size: 10px;
  font-weight: 700;
  color: #000;
}
.schedule_list > li > div .link_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.schedule_list > li > div .link_list li {
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}
.schedule_list > li > div .link_list li a {
  font-weight: 900;
  color: #000;
  text-decoration: underline;
}
.schedule_list > li > div .link_list li a:hover {
  text-decoration: none;
}

@keyframes liveBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
.schedule_rank_area {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto 74px;
}
.schedule_rank_area h3 {
  margin-bottom: 18px;
  color: #001E55;
  font-weight: 900;
  font-size: 24px;
  text-align: left;
}
.schedule_rank_area .dataTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.schedule_rank_area .dataTable thead tr {
  border: none;
}
.schedule_rank_area .dataTable .bgGold {
  background: #001E55;
  color: #fff;
}
.schedule_rank_area .dataTable .bgGold th {
  padding: 15px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
}
.schedule_rank_area .dataTable .bgGold th:last-child {
  border-right: none;
}
.schedule_rank_area .dataTable td {
  padding: 15px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #EAEDF3;
  font-size: 16px;
  text-align: center;
}
.schedule_rank_area .dataTable td:first-child {
  width: 5%;
  background: #6C7483;
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.schedule_rank_area .dataTable td.tdTeam {
  text-align: left;
  background: #6C7483;
  padding-left: 1em;
  color: #fff;
  font-weight: 700;
}
.schedule_rank_area .dataTable td.tdTeam span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.schedule_rank_area .dataTable td:nth-child(n+3) {
  width: 9%;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.schedule_rank_area .dataTable td:last-child {
  border-right: none;
}

.tabSelecter {
  margin: 0 auto 40px;
}
.tabSelecter .tab {
  border-bottom: none;
  letter-spacing: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.tabSelecter .tab li {
  box-sizing: border-box;
  border: 1px solid #001E55;
  border-radius: 5px;
  width: 194px;
  height: 50px;
  background-color: #fff;
}
.tabSelecter .tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  background-color: initial;
  color: #001E55;
}
.tabSelecter .tab li.current {
  background-color: #001E55;
}
.tabSelecter .tab li.current a {
  top: 0;
  color: #fff;
  background-color: #001E55;
}

.player_sec {
  position: relative;
}
.player_sec .sec_inner {
  max-width: 1500px;
}
.player_sec > * {
  z-index: 1;
  position: relative;
}
.player_sec:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(/img/special/sb/pride_stadium_2026/bg_blue.jpg) center center/cover no-repeat;
  background-attachment: fixed;
  opacity: 0.3;
}
.player_sec #player_tab .tabContentsBox + .tabSelecter {
  margin: 40px auto 0;
}
.player_sec #player_tab .tabContentsBox ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.player_sec #player_tab .tabContentsBox ul li {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.player_sec #player_tab .tabContentsBox ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #fff;
  z-index: 1;
  line-height: 1;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt .player_pos {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt .player_jp {
  font-weight: 900;
  font-size: 33px;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt .player_en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.player_sec #player_tab .tabContentsBox ul li a .player_img {
  width: 100%;
  height: auto;
}

.movie_sec {
  background: #fff;
}
.movie_sec .youtube {
  position: relative;
  width: 90%;
  aspect-ratio: 16/9;
  max-width: 1100px;
  margin: 0 auto;
}
.movie_sec .youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.goods_sec {
  position: relative;
}
.goods_sec > * {
  z-index: 1;
  position: relative;
}
.goods_sec:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(/img/special/sb/pride_stadium_2026/bg_blue.jpg) center center/cover no-repeat;
  background-attachment: fixed;
  opacity: 0.3;
}
.goods_sec ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
.goods_sec ul li {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.goods_sec ul li .info_img {
  width: 533px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
}
.goods_sec ul li .info_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods_sec ul li .info_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.goods_sec ul li .info_txt h3 {
  font-weight: 900;
  font-size: 20px;
  color: #001E55;
  line-height: 1.2;
}
.goods_sec ul li .info_txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}

.outline_sec {
  background-color: #001E55;
  color: #fff;
}
.outline_sec .sec_title .sec_title_jp {
  color: #fff;
}
.outline_sec .sec_title .sec_title_en {
  color: #fff;
}
.outline_sec .sec_title:after {
  background-color: #fff;
}
.outline_sec dl {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 20px;
  display: flex;
  gap: 20px;
  box-sizing: border-box;
}
.outline_sec dl:last-child {
  border-bottom: 1px solid #fff;
}
.outline_sec dl dt {
  width: 300px;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}
.outline_sec dl dd {
  font-weight: 500;
  font-size: 16px;
  flex: 1;
}
.outline_sec .outline_bunner {
  max-width: 750px;
  width: 100%;
  margin: 40px auto 0;
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.outline_sec .outline_bunner img {
  width: 100%;
}

.campaign_sec .sec_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.campaign_sec .sec_inner a {
  display: block;
  width: 100%;
  height: auto;
}
.campaign_sec .sec_inner a img {
  width: 100%;
}
.campaign_sec h5 {
  font-weight: 900;
  font-size: 20px;
  color: #001E55;
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.campaign_sec p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
}

.info_sec ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px dashed #000;
}
.info_sec ul li > a {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.info_sec ul li > a .info_img {
  width: 533px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
}
.info_sec ul li > a .info_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info_sec ul li > a .info_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info_sec ul li > a .info_txt h3 {
  font-weight: 900;
  font-size: 20px;
  color: #001E55;
  line-height: 1.2;
}
.info_sec ul li > a .info_txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}

.pt_area {
  width: 100%;
  height: 300px;
}
.pt_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 8px;
  background-color: #001E55;
  color: #99A5BB;
}
.pt_area a:before {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 2px solid #99A5BB;
  border-left: 2px solid #99A5BB;
  transition: ease 0.2s;
}
.pt_area a:hover {
  opacity: 1;
  color: #21407a;
}
.pt_area a:hover:before {
  opacity: 0.7;
  border-top: 2px solid #21407a;
  border-left: 2px solid #21407a;
}

.sb_bnr_area {
  padding: 60px 5%;
  background-color: #001E55;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sb_bnr_area a {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.sb_bnr_area a:hover {
  opacity: 0.8;
}
.sb_bnr_area img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.player_ttl_area {
  width: 100%;
  height: 200px;
  background-image: url(/img/special/sb/pride_stadium_2026/BG_obi.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 70px;
}
.player_ttl_area h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-inline: auto;
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
}
.player_ttl_area h2 span {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 20%;
}

.player_prof {
  padding-block: 100px;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  gap: 40px;
}
.player_prof .player_prof_left {
  width: 50%;
}
.player_prof .player_prof_left .player_gallery_main {
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
}
.player_prof .player_prof_left .player_gallery_main img {
  width: 100%;
}
.player_prof .player_prof_left .player_gallery_main .swiper-slide {
  font-size: 0;
  line-height: 0;
}
.player_prof .player_prof_left .player_gallery_thumb > div {
  margin-top: 20px;
  overflow-y: scroll;
  gap: 20px;
  padding-bottom: 10px;
}
.player_prof .player_prof_left .player_gallery_thumb > div > div {
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  width: 140px !important;
  aspect-ratio: 1/1;
  margin-right: 0 !important;
}
.player_prof .player_prof_left .player_gallery_thumb > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.player_prof .player_prof_right .player_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 1;
  line-height: 1;
  margin: 0 auto 55px;
  text-align: center;
}
.player_prof .player_prof_right .player_txt .player_pos {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.player_prof .player_prof_right .player_txt .player_jp {
  font-weight: 900;
  font-size: 48px;
}
.player_prof .player_prof_right .player_txt .player_en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.player_prof .player_prof_right .player_table dl {
  width: 100%;
  border-top: 1px solid #000;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
}
.player_prof .player_prof_right .player_table dl:last-child {
  border-bottom: 1px solid #000;
}
.player_prof .player_prof_right .player_table dl dt {
  width: 100px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #001E55;
}
.player_prof .player_prof_right .player_table dl dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  flex: 1;
}

.player_history .player_history_ttl {
  width: 100%;
  height: 290px;
  background-image: url(/img/special/sb/pride_stadium_2026/bg_bankisya.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player_history .player_history_ttl h3 {
  width: 90%;
  max-width: 649px;
  margin-inline: auto;
}
.player_history .player_history_ttl h3 img {
  width: 100%;
}

.player_history_cont {
  padding-block: 100px;
  background-image: url(/img/special/sb/pride_stadium_2026/bg_hogan.jpg);
  background-repeat: repeat;
}
.player_history_cont .player_history_year {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  gap: 35px;
}
.player_history_cont .player_history_year + .player_history_year {
  margin-top: 20px;
}
.player_history_cont .player_history_year .player_history_year_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.player_history_cont .player_history_year .player_history_year_left p {
  color: #001E55;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  word-break: keep-all;
}
.player_history_cont .player_history_year .player_history_year_left > div {
  position: relative;
  height: 100%;
}
.player_history_cont .player_history_year .player_history_year_left > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #001E55;
  width: 3px;
  height: 100%;
  z-index: 1;
}
.player_history_cont .player_history_year .player_history_year_left > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  background-color: #001E55;
  border-radius: 50%;
  z-index: 1;
}
.player_history_cont .player_history_year .player_history_year_box {
  padding-bottom: 100px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl + p {
  font-size: 14px;
  margin-top: 0.5em;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_txt .player_history_year_ttl_txt_team {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_txt .player_history_year_ttl_txt_team p {
  color: #001E55;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_txt > p {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  color: #fff;
  background-color: #001E55;
  display: inline;
  line-height: 1.8;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_img {
  width: 268px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel {
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_q {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_q img {
  width: 28px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_q p {
  color: #001E55;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_a {
  padding: 24px 0 0;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_a p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}

.other_player {
  padding-block: 100px;
  background-color: #000;
}
.other_player h3 {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.other_player .loop-slider {
  overflow: hidden;
}
.other_player .loop-slider.is-static {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.other_player .loop-slider.is-static .loop-slider__track {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.other_player .loop-slider.is-static .loop-slider__item {
  width: calc(25% - 15px);
}
.other_player .loop-slider.is-static .loop-slider__item a {
  position: relative;
}
.other_player .loop-slider.is-static .loop-slider__item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  display: block;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.other_player .loop-slider:not(.is-static) .loop-slider__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
}
.other_player .loop-slider__item {
  width: 314px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  position: relative;
}
.other_player .loop-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.other_player .loop-slider__item a {
  position: relative;
}
.other_player .loop-slider__item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  display: block;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.other_player .loop-slider__item .slider_txt {
  position: absolute;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  text-align: center;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.other_player .loop-slider__item .slider_txt .slider_txt_pos {
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 20%;
  margin-bottom: 5px;
  word-break: keep-all;
}
.other_player .loop-slider__item .slider_txt .slider_txt_name {
  font-weight: 900;
  font-size: 20px;
  word-break: keep-all;
}

.photo_gallery {
  padding-block: 100px;
}
.photo_gallery h3 {
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.photo_gallery .popup-gallery {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 10px;
}
.photo_gallery .popup-gallery li a img {
  width: 100%;
}
.photo_gallery .popup-gallery li p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.other_panel {
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid #001E55;
  position: relative;
}
.other_panel .other_panel_inner {
  padding: 30px;
}
.other_panel .other_panel_inner .op_ttl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: left;
  gap: 30px;
}
.other_panel .other_panel_inner .op_ttl dt {
  width: 400px;
}
.other_panel .other_panel_inner .op_ttl dt img {
  width: 100%;
}
.other_panel .other_panel_inner .op_ttl dd {
  margin: 0;
  flex: 1;
}
.other_panel .other_panel_inner .op_ttl dd p {
  color: #000;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}
.other_panel .other_panel_inner .op_ttl dd p span {
  color: #001E55;
  font-size: 38px;
  font-weight: 800;
}
.other_panel .other_panel_inner .op_ttl dd p mark {
  color: #001E55;
  font-size: 40px;
  font-weight: 800;
  background: linear-gradient(transparent 60%, #bacbea 40%);
}
.other_panel .other_panel_inner .red_label {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: #001E55;
  padding: 8px 0;
  margin: 30px auto;
}
.other_panel .other_panel_inner .red_label p {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}
.other_panel .other_panel_inner .red_label + p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  font-weight: 500;
  margin: 30px auto;
}
.other_panel .other_panel_inner .flow {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  gap: 5px;
}
.other_panel .other_panel_inner .flow li dl dt {
  width: 180px;
  margin: 0 auto;
}
.other_panel .other_panel_inner .flow li dl dt img {
  width: 100%;
}
.other_panel .other_panel_inner .flow li dl dd {
  margin: 20px auto 0;
}
.other_panel .other_panel_inner .flow li dl dd p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  font-weight: 500;
}
.other_panel .other_panel_inner .flow li dl dd a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  background-color: #000;
  border-radius: 25px;
  margin: 20px auto;
}
.other_panel .other_panel_inner .flow li dl dd a img {
  width: 165px;
}
.other_panel .other_panel_inner .flow li dl dd a:hover {
  opacity: 0.7;
}
.other_panel .other_panel_inner .flow li.border_style {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 25px solid transparent;
  border-left: 40px solid #001E55;
  border-right: 0;
  margin: 100px 0 0;
}
.other_panel .other_panel_inner .list__style__attention li {
  font-size: 10px;
  line-height: 1.5;
}
.other_panel .period {
  width: 100%;
  background-color: #001E55;
  padding: 15px 0;
  margin: 0 auto;
}
.other_panel .period p {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}
.other_panel.end_01:before {
  content: "配布は終了しました";
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  line-height: 1;
  position: absolute;
}
.other_panel.end_01:after {
  content: "";
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other_panel.end_02:before {
  content: "キャンペーンは終了しました";
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  line-height: 1;
  position: absolute;
}
.other_panel.end_02:after {
  content: "";
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordionList {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.accordionList + .other_panel {
  margin-top: 50px;
}
.accordionList .accordionIndex {
  color: #000;
  background: none;
  border: none !important;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 0px 15px 0;
}
.accordionList .accordionIndex p {
  font-size: 18px;
  line-height: 1.2;
}
.accordionList .accordionIndex::after, .accordionList .accordionIndex::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 24px;
  background-color: #000;
  transition: all 0.3s;
}
.accordionList .accordionIndex::after {
  transform: rotate(90deg);
}
.accordionList .accordionIndex.active::before {
  transform: rotate(90deg);
}
.accordionList .accordionArticle {
  background-color: #fff;
  padding: 30px;
}
.accordionList .accordionArticle h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1em;
}
.accordionList .accordionArticle p,
.accordionList .accordionArticle li {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}
.accordionList .accordionArticle p + h4,
.accordionList .accordionArticle li + h4 {
  margin-top: 2em;
}
.accordionList .accordionArticle p b,
.accordionList .accordionArticle li b {
  font-weight: bold;
}
.accordionList .accordionArticle a {
  word-break: break-word;
  display: inline;
  color: #001E55;
  text-decoration: underline;
}
.accordionList .accordionArticle img {
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  display: block;
}

.spDISP {
  display: none;
}

.btn_wrap {
  text-align: center;
}