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

http://www.jleague.jp/css/sp/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");
/* ==========================================================================
   COMMON
========================================================================== */
.sec_style {
  padding-block: 60px;
}

.sec_title {
  margin-bottom: 30px;
}
.sec_title span.sec_title_jp {
  font-size: 32px;
}
.sec_title span.sec_title_en {
  margin-top: 16px;
  font-size: 12px;
}
.sec_title:after {
  width: 30px;
  height: 2px;
  margin: 12px auto 0;
}

.btn_style {
  height: auto;
  font-size: 16px;
  padding: 20px 37px 20px 40px;
  box-sizing: border-box;
  border-radius: 100px;
}
.btn_style:after {
  right: 12px;
  font-size: 12px;
}
.btn_style small {
  font-size: 10px;
}

.menutriggerWrap {
  position: fixed;
  right: 0;
  z-index: 11111111;
  width: 60px;
  height: 60px;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
  z-index: 1;
}
.menu-trigger:hover {
  opacity: 1;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 90%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 30, 85, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: flex;
}
#navigation .navigation_inner li.active {
  background-color: #A6902D;
}

#header_cont {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background: #001E55;
  z-index: 1000;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
#header_cont .linkArea {
  position: fixed;
  left: 15px;
  top: 17px;
  z-index: 100000;
}
#header_cont .linkArea a img {
  width: 145px;
}
#header_cont .navArea__nav {
  display: block;
  height: auto;
  width: 100%;
}
#header_cont .navArea__nav li {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #ccc;
}
#header_cont .navArea__nav li a,
#header_cont .navArea__nav li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
#header_cont .navArea__nav li a i,
#header_cont .navArea__nav li span i {
  width: 18px;
  font-size: 0;
  line-height: 0;
  margin-right: 10px;
}
#header_cont .navArea__nav li:has(span) {
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #646464;
}
#header_cont .navArea__nav li:has(.sub_link) {
  border-bottom: 1px solid #646464;
}
#header_cont .navArea__nav li:has(.sub_link) a {
  background: rgba(255, 255, 255, 0.1);
}
#header_cont .navArea__nav li:has(.sub_link) + li:has(.sub_link) {
  border-bottom: 1px solid #ccc;
}

.kv_area {
  margin-top: 60px;
}

.anchor_link {
  height: auto;
}
.anchor_link ul {
  border-left: none;
  grid-template-columns: repeat(2, 1fr);
}
.anchor_link ul li {
  height: 40px;
  border-right: none;
  border-bottom: 1px solid #fff;
}
.anchor_link ul li:nth-child(odd) {
  border-right: 1px solid #fff;
}
.anchor_link ul li:nth-child(5) {
  border-bottom: none;
}

.schedule_list {
  width: calc(100% - 40px);
  margin-inline: auto;
  margin: 0 auto 30px;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  min-width: initial;
}
.schedule_list > li h3 {
  font-size: 18px;
  height: 40px;
}
.schedule_list > li > div {
  gap: 20px;
  padding: 20px;
}
.schedule_list > li > div .date {
  font-size: 16px;
}
.schedule_list > li > div .date span {
  font-size: 34px;
  margin-right: 5px;
}
.schedule_list > li > div .place {
  font-size: 12px;
}
.schedule_list > li > div .vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
.schedule_list > li > div .vs li span:nth-child(2) {
  font-size: 12px;
}
.schedule_list > li > div .vs li:nth-child(2) {
  font-size: 16px;
}
.schedule_list > li > div > a {
  height: 40px;
  font-size: 14px;
}
.schedule_list > li > div > a:after {
  right: 12px;
  font-size: 12px;
}

.player_sec:after {
  background-image: url(/img/special/sb/pride_2026/bg_blue.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-attachment: scroll;
}
.player_sec #player_tab .tabSelecter {
  margin: 0 auto 20px;
}
.player_sec #player_tab .tabSelecter .tab {
  gap: 10px;
}
.player_sec #player_tab .tabSelecter .tab li {
  width: 100%;
  height: 35px;
}
.player_sec #player_tab .tabSelecter .tab li a {
  font-size: 12px;
}
.player_sec #player_tab .tabContentsBox + .tabSelecter {
  margin: 20px auto 0;
}
.player_sec #player_tab .tabContentsBox ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt {
  gap: 2vw;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt .player_pos {
  font-size: 5vw;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt .player_jp {
  font-size: 7vw;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt .player_en {
  font-size: 3vw;
}
.player_sec #player_tab .tabContentsBox ul li a .player_img {
  width: 100%;
  height: auto;
}

.outline_sec dl {
  padding: 20px;
  gap: 20px;
}
.outline_sec dl dt {
  font-size: 16px;
  margin-bottom: 10px;
  width: 80px;
}
.outline_sec dl dd {
  font-size: 14px;
}

.info_sec {
  padding-top: 0;
}
.info_sec ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.info_sec ul li > a {
  flex-direction: column;
  gap: 20px;
}
.info_sec ul li > a .info_img {
  width: 100%;
}
.info_sec ul li > a .info_txt {
  flex: initial;
}
.info_sec ul li > a .info_txt h3 {
  font-size: 18px;
}
.info_sec ul li > a .info_txt p {
  font-size: 12px;
}

.pt_area {
  width: 100%;
  height: 130px;
}

.player_ttl_area {
  height: 150px;
  margin-top: 60px;
}
.player_ttl_area h2 {
  align-items: center;
  gap: 8px;
  font-size: 30px;
}
.player_ttl_area h2 span {
  font-size: 12px;
}

.player_prof {
  padding-block: 60px;
  gap: 30px;
  flex-direction: column;
}
.player_prof .player_prof_left {
  width: 100%;
  padding-inline: 20px;
  box-sizing: border-box;
}
.player_prof .player_prof_left .player_gallery_thumb > div {
  margin-top: 10px;
}
.player_prof .player_prof_right {
  padding-inline: 20px;
  box-sizing: border-box;
}
.player_prof .player_prof_right .player_txt {
  gap: 2vw;
  margin-bottom: 30px;
}
.player_prof .player_prof_right .player_txt .player_pos {
  font-size: 6vw;
}
.player_prof .player_prof_right .player_txt .player_jp {
  font-size: 8vw;
}
.player_prof .player_prof_right .player_txt .player_en {
  font-size: 4vw;
}
.player_prof .player_prof_right .player_table dl {
  padding: 20px;
  gap: 20px;
}
.player_prof .player_prof_right .player_table dl dt {
  font-size: 16px;
  width: 80px;
}
.player_prof .player_prof_right .player_table dl dd {
  font-size: 14px;
}

.player_history {
  background-position: right;
}
.player_history .player_history_ttl {
  height: auto;
  padding: 30px 0;
}

.player_history_cont {
  padding-block: 60px;
}
.player_history_cont .player_history_year {
  box-sizing: border-box;
  padding-inline: 20px;
  gap: 10px;
}
.player_history_cont .player_history_year .player_history_year_left p {
  font-size: 12px;
}
.player_history_cont .player_history_year .player_history_year_left > div:before {
  width: 2px;
}
.player_history_cont .player_history_year .player_history_year_left > div:after {
  width: 18px;
  height: 18px;
}
.player_history_cont .player_history_year .player_history_year_box {
  padding-bottom: 30px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl {
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl + p {
  text-align: center;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_txt .player_history_year_ttl_txt_team {
  margin-bottom: 10px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_txt .player_history_year_ttl_txt_team p {
  font-size: 22px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_txt > p {
  font-size: 26px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_img {
  width: 100%;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel {
  padding: 20px;
  margin-top: 30px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_q {
  gap: 10px;
  padding-bottom: 20px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_q img {
  width: 20px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_q p {
  font-size: 16px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_a {
  padding: 20px 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-size: 12px;
}

.other_player {
  padding-block: 60px;
  background-color: #000;
}
.other_player h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 30px;
  padding: 0 20px;
}
.other_player .loop-slider.is-static {
  box-sizing: border-box;
  padding: 0 20px;
}
.other_player .loop-slider.is-static .loop-slider__track {
  flex-wrap: wrap;
  gap: 20px;
}
.other_player .loop-slider.is-static .loop-slider__item {
  width: calc(50% - 10px);
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.other_player .loop-slider.is-static .loop-slider__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.other_player .loop-slider__item {
  width: 280px;
  aspect-ratio: 1/1;
}
.other_player .loop-slider__item a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.other_player .loop-slider__item .slider_txt {
  bottom: 15px;
}
.other_player .loop-slider__item .slider_txt .slider_txt_pos {
  font-size: 10px;
}
.other_player .loop-slider__item .slider_txt .slider_txt_name {
  font-size: 18px;
}

.photo_gallery {
  padding-block: 60px;
}
.photo_gallery h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 30px;
  padding: 0 20px;
}
.photo_gallery .popup-gallery {
  padding-inline: 20px;
  box-sizing: border-box;
  grid-template-columns: repeat(1, 1fr);
}
.photo_gallery .popup-gallery li p {
  font-size: 12px;
}

.other_panel {
  border-radius: 20px;
  border: 2px solid #001E55;
  overflow: hidden;
  position: relative;
}
.other_panel .other_panel_inner {
  background-color: #f6f6f6;
  padding: 30px;
}
.other_panel .other_panel_inner .op_ttl {
  align-items: center;
  display: block;
}
.other_panel .other_panel_inner .op_ttl dt {
  width: 100%;
  margin: 0 auto 10px;
}
.other_panel .other_panel_inner .op_ttl dd {
  margin: 0 auto;
}
.other_panel .other_panel_inner .op_ttl dd p {
  color: #000;
  line-height: 1.2;
  font-weight: 800;
  font-size: 3.6vw;
  text-align: center;
}
.other_panel .other_panel_inner .op_ttl dd p span {
  color: #001E55;
  font-weight: 800;
  font-size: 6vw;
}
.other_panel .other_panel_inner .op_ttl dd p mark {
  color: #001E55;
  font-weight: 800;
  font-size: 7.5vw;
  background: linear-gradient(transparent 60%, #bacbea 40%);
}
.other_panel .other_panel_inner .red_label {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: auto;
  background-color: #001E55;
  padding: 8px 0;
  margin: 30px auto;
}
.other_panel .other_panel_inner .red_label p {
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  font-size: 14px;
}
.other_panel .other_panel_inner .red_label + p {
  font-size: 12px;
  margin: 30px auto;
}
.other_panel .other_panel_inner .flow {
  display: block;
}
.other_panel .other_panel_inner .flow li dl dt {
  width: 100%;
  margin: 0 auto;
}
.other_panel .other_panel_inner .flow li dl dd {
  margin: 10px auto 0;
}
.other_panel .other_panel_inner .flow li dl dd p {
  text-align: center;
  line-height: 1.8;
  color: #000;
  font-weight: 500;
  font-size: 3.8vw;
}
.other_panel .other_panel_inner .flow li dl dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  background-color: #000;
  border-radius: 25px;
  margin: 20px auto 0;
}
.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: 1;
}
.other_panel .other_panel_inner .list__style__attention li {
  font-size: 14px;
}
.other_panel .other_panel_inner .list__style__attention {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.other_panel .other_panel_inner .list__style__attention li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 10px;
  line-height: 1.5;
}
.other_panel .other_panel_inner .list__style__attention li:before {
  content: "※";
  position: relative;
  left: -0.5em;
}
.other_panel .period {
  width: 100%;
  background-color: #001E55;
  padding: 15px 0;
  margin: 0 auto;
}
.other_panel .period p {
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  font-size: 4vw;
}
.other_panel.end:before {
  content: "キャンペーンは終了しました";
  color: #fff;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.other_panel.end: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 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.accordionList + .other_panel {
  margin-top: 20px;
}
.accordionList .accordionIndex {
  color: #000;
  background: none;
  border: none !important;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 0px;
}
.accordionList .accordionIndex p {
  font-size: 14px;
  line-height: 1.2;
}
.accordionList .accordionIndex p b {
  font-weight: bold;
}
.accordionList .accordionIndex::after, .accordionList .accordionIndex::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 15px;
  background-color: #000;
  transition: all 0.3s;
}
.accordionList .accordionIndex::after {
  transform: rotate(90deg);
}
.accordionList .accordionIndex.active::before {
  transform: rotate(90deg);
}
.accordionList .accordionArticle {
  background-color: #f6f6f6;
  padding: 20px 10px;
}
.accordionList .accordionArticle h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 1em;
}
.accordionList .accordionArticle p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.accordionList .accordionArticle p + h4 {
  margin-top: 2em;
}
.accordionList .accordionArticle .list__style__disc li {
  margin-bottom: 0.5rem;
}
.accordionList .accordionArticle a {
  word-break: break-word;
}

.spDISP {
  display: initial;
}

.pcDISP {
  display: none;
}