@charset "UTF-8";
.pc {
  display: none !important;
}
@media (min-width: 1025px) {
  .pc {
    display: inline !important;
  }
}

.tab-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .tab-pc {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .tab {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-br {
    display: none;
    /* SPのみ改行 */
  }
}

.pc-br {
  display: none;
}
@media (min-width: 768px) {
  .pc-br {
    display: block;
    /* PCのみ改行 */
  }
}

.txt-s {
  font-size: 12px;
  line-height: 1.5em;
}
@media (min-width: 1025px) {
  .txt-s {
    font-size: 14px;
  }
}

.txt-m {
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .txt-m {
    font-size: 16px;
  }
}

.txt-l, .standings-block__overview p {
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .txt-l, .standings-block__overview p {
    font-size: 18px;
  }
}

.txt-ll {
  font-size: 16px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .txt-ll {
    font-size: 21px;
  }
}

.title-main {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 27px;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
  text-align: center;
}
@media (min-width: 1025px) {
  .title-main {
    font-size: 47px;
    margin: 0 0 50px 0;
  }
}

.title-main_w {
  margin: 0 0 10px 0;
  padding: 0;
  color: white;
  font-size: 27px;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
  text-align: center;
}
@media (min-width: 1025px) {
  .title-main_w {
    font-size: 47px;
    margin: 0 0 50px 0;
  }
}

.title-l {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .title-l {
    font-size: 32px;
  }
}

.title-m, .standings-block__overview {
  font-size: 21px;
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .title-m, .standings-block__overview {
    font-size: 28px;
  }
}

.title-s {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .title-s {
    font-size: 26px;
  }
}

.txt-r {
  text-align: right;
}

.title-line,
.title-line_s,
.title-line_ss,
.title-line_cb,
.title-line_cb-s {
  margin-bottom: 20px;
  font-size: 21px;
  font-family: "Overpass", sans-serif;
  font-weight: normal;
  position: relative;
}
.title-line::after, .title-line::before,
.title-line_s::after,
.title-line_s::before,
.title-line_ss::after,
.title-line_ss::before,
.title-line_cb::after,
.title-line_cb::before,
.title-line_cb-s::after,
.title-line_cb-s::before {
  content: url(/img/category_top/ttl-line.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.6);
  position: absolute;
  top: 0;
  height: 25px;
}
.title-line::after,
.title-line_s::after,
.title-line_ss::after,
.title-line_cb::after,
.title-line_cb-s::after {
  right: -290px;
}
.title-line::before,
.title-line_s::before,
.title-line_ss::before,
.title-line_cb::before,
.title-line_cb-s::before {
  left: -290px;
}
@media (min-width: 1025px) {
  .title-line,
  .title-line_s,
  .title-line_ss,
  .title-line_cb,
  .title-line_cb-s {
    margin-bottom: 30px;
    font-size: 37px;
  }
  .title-line::after, .title-line::before,
  .title-line_s::after,
  .title-line_s::before,
  .title-line_ss::after,
  .title-line_ss::before,
  .title-line_cb::after,
  .title-line_cb::before,
  .title-line_cb-s::after,
  .title-line_cb-s::before {
    transform: scale(1);
    top: -1px;
  }
  .title-line::after,
  .title-line_s::after,
  .title-line_ss::after,
  .title-line_cb::after,
  .title-line_cb-s::after {
    right: 0px;
  }
  .title-line::before,
  .title-line_s::before,
  .title-line_ss::before,
  .title-line_cb::before,
  .title-line_cb-s::before {
    left: 0px;
  }
}

.title-line_ss::after, .title-line_ss::before {
  content: url(/img/category_top/ttl-line_ss.png);
}
.title-line_ss::after {
  right: -230px;
}
.title-line_ss::before {
  left: -230px;
}
@media (min-width: 1025px) {
  .title-line_ss::after {
    right: 0px;
  }
  .title-line_ss::before {
    left: 0px;
  }
}

.title-line_s::after, .title-line_s::before {
  content: url(/img/category_top/ttl-line_s.png);
}

.title-line_cb::after, .title-line_cb::before {
  content: url(/img/category_top/ttl-line_cb.png);
}

.title-line_cb-s::after, .title-line_cb-s::before {
  content: url(/img/category_top/ttl-line_cb-s.png);
}

.title-center_cw {
  color: white;
  text-align: center;
}

#samuraiblue .title-main,
#samuraiblue-block .title-main,
#u23-block .title-main {
  color: #FABE00;
}

#nadeshikojapan .title-main,
#nadeshikojapan-block .title-main {
  color: #6e0f6e;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover {
  text-decoration: none;
}

.ct-mt30 {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .ct-mt30 {
    margin-top: 50px;
  }
}

.ct-mb30 {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .ct-mb30 {
    margin-bottom: 50px;
  }
}

.dummy-img {
  width: 100%;
  height: 200px;
  display: grid;
  place-content: center;
  place-items: center;
  background: #bac1c7;
}

.tab-btn,
.tab-btn_nolink {
  width: 25%;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  font-size: 12px;
  background: #001e55;
  color: white;
  display: grid;
  place-content: center;
  place-items: center;
}
@media (min-width: 1025px) {
  .tab-btn,
  .tab-btn_nolink {
    height: 70px;
    font-size: 25px;
  }
}
.tab-btn.show,
.tab-btn_nolink.show {
  color: #D7000F;
  background: white;
}

.tab-contents {
  display: none;
  transition: all 0.5s ease 0s;
}
.tab-contents.show {
  display: block;
}

.nextmatch-block__ticket {
  max-width: 940px;
  margin: 20px auto 0;
}
@media (min-width: 1025px) {
  .nextmatch-block__ticket {
    margin: 50px auto 0;
  }
}

/*--------------------------------------
FIFAワールドカップ26アジア最終予選
--------------------------------------*/
.font-akshar, .wc2026-nav ul li a {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.font-overpass, .result-block__tab-nav, .result-block__ttl, .squad-block__list-staff > h3, .squad-block__list > h3, .squad-block__page-nav li a, .squad-block__tab-nav, .standings-block table {
  font-family: "Overpass", sans-serif;
  font-weight: bold;
}

.wc2026-header__nav {
  height: 70px;
  width: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  position: fixed;
  top: 0;
  background: #001e55;
}
@media (min-width: 1025px) {
  .wc2026-header__nav {
    height: 80px;
    min-width: 1440px;
  }
}
.wc2026-header__nav-logo {
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (min-width: 1025px) {
  .wc2026-header__nav-logo {
    width: 100%;
    height: 40px;
    top: 20px;
    left: 30px;
  }
}
.wc2026-header__nav-logo img {
  height: 30px;
  margin-right: 50px;
}
@media (min-width: 768px) {
  .wc2026-header__nav-logo img {
    height: 40px;
    margin-right: 0px;
  }
}
.wc2026-header__nav-ttl {
  margin: 5px 0 0 0;
  font-size: 10px;
  font-weight: bold;
  color: white;
  display: inline-block;
}
@media (min-width: 768px) {
  .wc2026-header__nav-ttl {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 1025px) {
  .wc2026-header__nav-ttl {
    margin: -6px 0 0 20px;
    font-size: 16px;
  }
  .wc2026-header__nav-ttl > div:first-child {
    width: auto;
    margin: 0;
  }
}

/*　ハンバーガーボタン　*/
.sp-nav {
  display: block;
  position: fixed;
  z-index: 10001;
  right: 10px;
  top: 9px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  /* ナビ開いてる時のボタン */
}
@media (min-width: 1025px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: white;
  transition: 0.3s ease-in-out;
}
.sp-nav span:nth-child(1) {
  top: 10px;
}
.sp-nav span:nth-child(2) {
  top: 20px;
}
.sp-nav span:nth-child(3) {
  top: 30px;
}
.sp-nav.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: white;
  transform: rotate(-45deg);
}
.sp-nav.active span:nth-child(2), .sp-nav.active span:nth-child(3) {
  top: 16px;
  background: white;
  transform: rotate(45deg);
}

.wc2026-nav {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: white;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: grid;
  place-content: center;
  visibility: hidden;
  /* このクラスを、jQueryで付与・削除する */
}
@media (min-width: 1025px) {
  .wc2026-nav {
    width: auto;
    opacity: 1;
    background: none;
    position: absolute;
    right: 30px;
    left: auto;
    visibility: visible;
  }
}
.wc2026-nav ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .wc2026-nav ul {
    width: auto;
    display: flex;
  }
}
.wc2026-nav ul li {
  list-style-type: none;
  padding: 20px 0;
  transition: 0.4s all;
}
@media (min-width: 1025px) {
  .wc2026-nav ul li {
    padding: 0 0 0 20px;
  }
  .wc2026-nav ul li:not(:last-of-type) {
    padding: 0 20px 0 20px;
    border-right: 3px solid white;
  }
}
.wc2026-nav ul li a {
  display: block;
  color: white;
  text-decoration: none;
  line-height: 1em;
  font-size: 30px;
}
@media (min-width: 1025px) {
  .wc2026-nav ul li a {
    font-size: 30px;
  }
}
.wc2026-nav.active {
  opacity: 100;
  visibility: visible;
}

.wc2026-kv-area {
  margin-top: 70px;
}
.wc2026-kv-area img {
  width: 100%;
}
@media (min-width: 1025px) {
  .wc2026-kv-area {
    margin-top: 80px;
  }
}

.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}
@media (min-width: 1025px) {
  .anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.wc2026-kv-area {
  margin-top: 70px;
}
@media (min-width: 1025px) {
  .wc2026-kv-area {
    margin-top: 80px;
  }
}

.swiper-kv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-kv .swiper-slide {
  width: 100px;
  width: 100%;
}
.swiper-kv .swiper-slide img {
  width: 100%;
}

.swiper-kv-thumbs {
  box-sizing: border-box;
  padding: 10px;
  background: #001e55;
}
@media (min-width: 1025px) {
  .swiper-kv-thumbs {
    padding: 20px;
  }
}

.swiper-slide-thumb {
  opacity: 0.4;
}

.swiper-slide-thumb-active {
  opacity: 1;
}

/*--------------------------------------
NEXT MATCH
--------------------------------------*/
#samuraiblue-block .nextmatch-block {
  background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/next-match-bg_sp.jpg");
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1025px) {
  #samuraiblue-block .nextmatch-block {
    background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/next-match-bg_pc.jpg");
    background-size: cover;
    background-position: center center;
  }
}

.youtube-block {
  padding: 20px 5%;
  background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/final-q-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.youtube-block div {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.youtube-block div div {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.youtube-block div div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .youtube-block {
    padding: 100px 0;
    background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/final-q-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.final-bg {
  background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/final-q-bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media (min-width: 1025px) {
  .final-bg {
    background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/final-q-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

/*--------------------------------------
STANDINGS
--------------------------------------*/
.standings-block {
  padding: 30px 0;
  color: white;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .standings-block {
    padding: 100px 0;
  }
}
.standings-block__main {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.standings-block__overview span {
  margin-top: 20px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .standings-block__overview span {
    font-size: 16px;
  }
}
.standings-block__subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #FABE00;
}
@media (min-width: 1025px) {
  .standings-block__subtitle {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.standings-block table {
  margin-bottom: 30px;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.standings-block table th {
  font-size: 10px;
  font-weight: normal;
}
.standings-block table .table__rank-mt {
  background-color: #001e55;
}
.standings-block table .table__rank-mt td.rank {
  background: #FABE00;
}
.standings-block table tbody {
  background-color: #bac1c7;
}
.standings-block table tbody td.rank {
  background: #707070;
}
.standings-block table td {
  padding: 3px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
.standings-block table td.rank {
  width: 30px;
  height: 30px;
  padding: 3px 0 0 0;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 18px;
}
.standings-block table td:nth-child(2) img {
  width: 30px;
}
.standings-block table td:nth-child(3) {
  text-align: left;
}
@media (min-width: 1025px) {
  .standings-block table {
    margin-bottom: 50px;
    border-spacing: 0 10px;
  }
  .standings-block table th {
    font-size: 18px;
  }
  .standings-block table td {
    padding: 3px 0 0 0;
    font-size: 32px;
  }
  .standings-block table td.rank {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 0;
    font-size: 32px;
  }
  .standings-block table td:nth-child(2) img {
    width: 50px;
  }
  .standings-block table td:nth-child(2) {
    width: 10%;
  }
  .standings-block table td:nth-child(3) {
    width: 40%;
  }
  .standings-block table td:nth-child(4), .standings-block table td:nth-child(5), .standings-block table td:nth-child(6), .standings-block table td:nth-child(7), .standings-block table td:nth-child(8) {
    width: 10%;
  }
}

/*--------------------------------------
TICKET
--------------------------------------*/
.ticket-block {
  padding: 30px 0;
  font-size: 40px;
  font-weight: bold;
  background: #10112c;
}
@media (min-width: 1025px) {
  .ticket-block {
    padding: 100px 0;
  }
}
.ticket-block__main {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.ticket-block__bnr {
  display: flex;
  gap: 20px 50px;
  flex-flow: column;
}
@media (min-width: 1025px) {
  .ticket-block__bnr {
    flex-flow: row;
  }
}
.ticket-block .no-link {
  pointer-events: none;
}

/*--------------------------------------
Coming Soon
--------------------------------------*/
.coming-soon-area {
  padding: 50px 0 80px;
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .coming-soon-area {
    padding: 100px 0;
    font-size: 40px;
  }
}

/*--------------------------------------
モーダルウィンドウ YouTube
--------------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
  .modal-content {
    width: 60%;
  }
}

.close {
  color: #fff;
  position: absolute;
  bottom: -50px;
  right: 0px;
  font-size: 36px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .close {
    top: -50px;
    right: 0;
  }
}

.close:hover,
.close:focus {
  color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.video-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

#player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
SQUAD
--------------------------------------*/
.fade-block {
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
  transform: translateY(150px);
}

.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.squad-block {
  margin-top: 70px;
  padding: 30px 0;
  background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/final-q-bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media (min-width: 1025px) {
  .squad-block {
    margin-top: 80px;
    padding: 100px 0;
    background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/final-q-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.squad-block .title-main span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.squad-block__main {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.squad-block__tab-nav {
  display: flex;
  justify-content: center;
  gap: 0px 5px;
}
@media (min-width: 1025px) {
  .squad-block__tab-nav {
    gap: 0px 10px;
  }
}
.squad-block__page-nav {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  place-content: center;
  gap: 10px 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .squad-block__page-nav {
    margin: 30px auto 0;
    gap: 10px 50px;
  }
}
.squad-block__page-nav li:last-child {
  width: 100%;
  text-align: center;
}
.squad-block__page-nav li a {
  color: white;
  font-size: 16px;
  position: relative;
}
.squad-block__page-nav li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  bottom: -10px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.squad-block__page-nav li a:hover::after {
  visibility: visible;
  bottom: 0;
  opacity: 1;
}
@media (min-width: 1025px) {
  .squad-block__page-nav li a {
    font-size: 21px;
  }
}
.squad-block__list {
  margin: 20px auto 0;
  padding: 0;
}
.squad-block__list a {
  transition: all 0.8s;
}
.squad-block__list a:hover {
  opacity: 0.7;
}
.squad-block__list a.no-link {
  pointer-events: none;
}
.squad-block__list > h3 {
  color: #D7000F;
}
.squad-block__list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5%;
}
.squad-block__list > ul > li {
  width: 47.5%;
}
.squad-block__list > ul > li img {
  width: 100%;
}
.squad-block__list > ul > li p {
  margin: 5px 0 0 0;
  color: white;
  font-size: 10px;
}
@media (min-width: 1025px) {
  .squad-block__list {
    margin: 50px auto 0;
  }
  .squad-block__list > h3 {
    margin-bottom: 20px;
  }
  .squad-block__list > ul {
    gap: 25px 2%;
  }
  .squad-block__list > ul > li {
    width: 23.5%;
  }
}
.squad-block__list-staff {
  margin: 20px auto 0;
  padding: 0;
}
.squad-block__list-staff a {
  transition: all 0.8s;
}
.squad-block__list-staff a:hover {
  opacity: 0.7;
}
.squad-block__list-staff a.no-link {
  pointer-events: none;
}
.squad-block__list-staff > h3 {
  color: #D7000F;
}
.squad-block__list-staff > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5%;
}
.squad-block__list-staff > ul > li {
  width: 47.5%;
}
.squad-block__list-staff > ul > li > a {
  color: white;
  font-size: 14px;
  text-align: center;
}
.squad-block__list-staff > ul > li > a p {
  margin: 0px 0 0 0;
}
.squad-block__list-staff > ul > li > a p span {
  display: block;
  font-size: 10px;
}
.squad-block__list-staff > ul > li img {
  width: 100%;
}
@media (min-width: 1025px) {
  .squad-block__list-staff {
    margin: 50px auto 0;
  }
  .squad-block__list-staff > h3 {
    margin-bottom: 20px;
  }
  .squad-block__list-staff > ul {
    gap: 25px 2%;
  }
  .squad-block__list-staff > ul > li {
    width: 18.4%;
  }
  .squad-block__list-staff > ul > li > a {
    font-size: 16px;
  }
  .squad-block__list-staff > ul > li > a p {
    margin: 10px 0 0 0;
  }
  .squad-block__list-staff > ul > li > a p span {
    font-size: 12px;
  }
}
.squad-block__btn-block {
  margin: 30px auto 0;
}
@media (min-width: 1025px) {
  .squad-block__btn-block {
    margin: 50px auto 0;
  }
}
.squad-block__btn-block a {
  width: 100%;
  height: 40px;
  margin: 20px auto 0;
  padding-right: 10px;
  box-sizing: border-box;
  display: grid;
  place-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  color: #001e55;
}
.squad-block__btn-block a:first-child {
  font-size: 10px;
}
.squad-block__btn-block a::before {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-35deg);
  content: "";
  background-color: white;
  border-radius: 7px 0 7px 0;
}
.squad-block__btn-block a::after {
  width: 10px;
  height: 10px;
  top: 14px;
  right: 30px;
  content: "";
  position: absolute;
  border-top: 2px solid #001e55;
  border-right: 2px solid #001e55;
  transform: rotate(45deg);
}
@media (min-width: 1025px) {
  .squad-block__btn-block a {
    width: 600px;
    height: 60px;
    font-size: 28px;
    padding-right: 20px;
  }
  .squad-block__btn-block a:first-child {
    font-size: 18px;
  }
  .squad-block__btn-block a::after {
    width: 20px;
    height: 20px;
    top: 18px;
    right: 60px;
  }
}
.squad-block__btn-block a:hover {
  color: white;
  transition: 0.5s;
}
.squad-block__btn-block a:hover::before {
  background: #0f3278;
  color: white;
  transition: 0.5s;
}
.squad-block__btn-block a:hover::after {
  border-top: 2px solid white;
  border-right: 2px solid white;
  transition: 0.5s;
}

/*--------------------------------------
RESULT
--------------------------------------*/
.result-block {
  margin-top: 70px;
  padding: 30px 0;
  background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/final-q-bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media (min-width: 1025px) {
  .result-block {
    margin-top: 80px;
    padding: 100px 0;
    background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/final-q-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.result-block__main {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.result-block__ttl {
  margin-top: 30px;
  color: white;
  font-size: 21px;
  text-align: center;
}
@media (min-width: 1025px) {
  .result-block__ttl {
    margin-top: 100px;
    font-size: 28px;
  }
}
.result-block__tab-nav {
  display: flex;
  justify-content: center;
  gap: 0px 5px;
}
@media (min-width: 1025px) {
  .result-block__tab-nav {
    gap: 0px 10px;
  }
}
.result-block .title-main span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.result-block .tab-btn {
  width: 33.333%;
}
.result-block table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #aaa;
  width: 100%;
  font-size: 10px;
}
@media (min-width: 1025px) {
  .result-block table {
    margin-top: 50px;
    font-size: 14px;
  }
}
.result-block table th {
  width: 5%;
  background: #ccc;
  padding: 5px 2px;
  font-weight: bold;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.result-block table th.point, .result-block table th.ranking {
  width: 5%;
  white-space: nowrap;
}
.result-block table th.team {
  width: 60%;
  white-space: nowrap;
}
.result-block table tr {
  background: #f0f0f0;
}
.result-block table td {
  padding: 5px 2px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media (min-width: 1025px) {
  .result-block table td {
    padding: 10px;
  }
}
.result-block table.result-block__rank tr td:nth-child(2) {
  text-align: left;
}
.result-block table.result-block__rank tr:nth-child(2), .result-block table.result-block__rank tr:nth-child(3) {
  font-weight: bold;
  color: white;
}
.result-block table.result-block__rank tr:nth-child(2) td:nth-child(1), .result-block table.result-block__rank tr:nth-child(3) td:nth-child(1) {
  background: #FABE00;
}
.result-block table.result-block__rank tr:nth-child(2) td, .result-block table.result-block__rank tr:nth-child(3) td {
  background: #0f3278;
}
.result-block table.result-block__schedule tr {
  background: #f0f0f0;
}
.result-block table.result-block__schedule tr.home {
  color: white;
}
.result-block table.result-block__schedule tr.home > td {
  background: #0f3278;
}
.result-block table.result-block__schedule tr.home > td .home-icon {
  width: 80%;
  margin: 0 auto 5px;
  padding: 2px;
  border-radius: 3px;
  display: block;
  border: 1px solid white;
  background: #001e55;
}
.result-block table.result-block__schedule tr.home > td.home-bg {
  background: #0f3278;
  background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/result-block_bg-l_h.png"), url("/samuraiblue/worldcup_2026/final_q_2026/img/result-block_bg-r_h.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left -100px top, right -100px bottom;
  background-size: 120%;
}
@media (min-width: 1025px) {
  .result-block table.result-block__schedule tr.home > td.home-bg {
    background: #0f3278;
    background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/result-block_bg-l_h.png"), url("/samuraiblue/worldcup_2026/final_q_2026/img/result-block_bg-r_h.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 25%;
  }
}
.result-block table.result-block__schedule tr.away td {
  background: #ddd;
}
.result-block table.result-block__schedule tr.away td .away-icon {
  width: 80%;
  margin: 0 auto 5px;
  padding: 2px;
  color: #001e55;
  border-radius: 3px;
  display: block;
  border: 1px solid #001e55;
  background: white;
}
.result-block table.result-block__schedule tr.away td.away-bg {
  background: #ddd;
  background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/result-block_bg-l_a.png"), url("/samuraiblue/worldcup_2026/final_q_2026/img/result-block_bg-r_a.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left -100px top, right -100px bottom;
  background-size: 120%;
}
@media (min-width: 1025px) {
  .result-block table.result-block__schedule tr.away td.away-bg {
    background: #ddd;
    background-image: url("/samuraiblue/worldcup_2026/final_q_2026/img/result-block_bg-l_a.png"), url("/samuraiblue/worldcup_2026/final_q_2026/img/result-block_bg-r_a.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 25%;
  }
}
.result-block table.result-block__schedule tr:nth-child(odd) {
  background: #e9e9e9;
}
.result-block table.result-block__schedule tr td.md {
  color: #333;
  background: #bbb;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (min-width: 1025px) {
  .result-block table.result-block__schedule tr td.md {
    width: 80px;
    writing-mode: horizontal-tb;
  }
}

.btn-results {
  width: 5em;
  height: 40px;
  padding: 3px;
  display: block;
  text-align: center;
  background: #D7000F;
  color: white !important;
  font-weight: bold;
  font-size: 10px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
  border-radius: 5px;
  display: grid;
  place-content: center;
  place-items: center;
}
@media (min-width: 1025px) {
  .btn-results {
    width: 100%;
    padding-right: 40px;
    font-size: 14px;
  }
  .btn-results span {
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    background: #BE000F;
  }
  .btn-results span::after {
    width: 10px;
    height: 10px;
    top: 10px;
    right: 11px;
    content: "";
    position: absolute;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
  }
}
.btn-results:hover {
  color: #001e55;
}
.btn-results:hover span {
  background: white;
  transition: 0.5s;
}
.btn-results:hover span::after {
  border-top: 2px solid #D7000F;
  border-right: 2px solid #D7000F;
}
.btn-results.no-link {
  pointer-events: none;
  background: #bbb;
}
@media (min-width: 1025px) {
  .btn-results.no-link span {
    background: #707070;
  }
}