@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.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 {
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .txt-l {
    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 .sup-txt {
  margin-left: 0.1em;
  font-size: 0.5em;
  vertical-align: 0.7em;
}

.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 {
  font-size: 21px;
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .title-m {
    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;
}

/*--------------------------------------
カラー
--------------------------------------*/
.c-netherlands {
  background: #FF7A00;
}

.c-tunisia {
  background: #E91426;
}

.c-sweden {
  background: #377E3F;
}

.c-japan {
  background: #0f3278;
}

.c-mexico {
  background: #27A550;
}

.c-south-africa {
  background: #FFD600;
}

.c-korea {
  background: #FF253A;
}

.c-czechia {
  background: #FF2727;
}

.c-canada {
  background: #D52B1E;
}

.c-bosnia {
  background: #2739D7;
}

.c-qatar {
  background: #8D1B3D;
}

.c-switzerland {
  background: #E20000;
}

.c-brazil {
  background: #FFCF25;
}

.c-morocco {
  background: #E40000;
}

.c-haiti {
  background: #0013BA;
}

.c-scotland {
  background: #1E1C71;
}

.c-usa {
  background: #0326DE;
}

.c-paraguay {
  background: #DE0000;
}

.c-australia {
  background: #FFC100;
}

.c-turkiye {
  background: #fff;
}

.c-germany {
  background: #1F1F1F;
}

.c-curacao {
  background: #236CDA;
}

.c-cote-divoire {
  background: #FF8A00;
}

.c-ecuador {
  background: #FFD600;
}

.c-belgium {
  background: #880029;
}

.c-egypt {
  background: #F1051F;
}

.c-iran {
  background: #DF1818;
}

.c-new-zealand {
  background: #03122b;
}

.c-spain {
  background: #FF0000;
}

.c-cabo-verde {
  background: #222E77;
}

.c-saudi-arabia {
  background: #27A550;
}

.c-uruguay {
  background: #7EC1FF;
}

.c-france {
  background: #00418F;
}

.c-senegal {
  background: #FFDA17;
}

.c-iraq {
  background: #0D7053;
}

.c-norway {
  background: #C70000;
}

.c-argentina {
  background: #9CC9F2;
}

.c-algeria {
  background: #00A067;
}

.c-austria {
  background: #ED3D32;
}

.c-jordan {
  background: #FF1A1A;
}

.c-portugal {
  background: #FF0000;
}

.c-congo {
  background: #007FFF;
}

.c-uzbekistan {
  background: #112BB3;
}

.c-colombia {
  background: #FFD600;
}

.c-england {
  background: #fff;
}

.c-croatia {
  background: #F30A0A;
}

.c-ghana {
  background: #FFC100;
}

.c-panama {
  background: #E41027;
}

.akshar {
  font-family: "Akshar", sans-serif;
}

.overpass {
  font-family: "Overpass", sans-serif;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: clamp(1.4rem, 1.304rem + 0.4vw, 1.6rem);
  line-height: 1.5;
}

/* 固定ヘッダーの高さが80pxの場合 */
:target {
  scroll-margin-top: 80px;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td {
  all: revert;
}

a.txt-link_w {
  padding: 0 20px 0 0;
  color: #fff;
  background: url(../img/icon-link_white.svg) right top 1px no-repeat;
  background-size: 14px;
  text-decoration: underline;
  transition: 0.5s;
}
a.txt-link_w:hover {
  color: #a62d22;
  background: #ddd url(../img/icon-link_red.svg) right top 1px no-repeat;
  background-size: 14px;
  text-decoration: none;
}

a.btn_w,
a.btn_b {
  width: 90%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #001e55;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}
a.btn_w::after,
a.btn_b::after {
  width: 10px;
  height: 10px;
  top: 50%;
  right: 30px;
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.5s;
}
a.btn_w:hover,
a.btn_b:hover {
  transition: background-color 0.5s, color 0.5s;
  background: #d7000f;
}
@media (min-width: 1025px) {
  a.btn_w,
  a.btn_b {
    width: 500px;
    height: 60px;
    line-height: 60px;
    font-size: 3.2rem;
    padding-right: 40px;
  }
  a.btn_w::after,
  a.btn_b::after {
    width: 20px;
    height: 20px;
    top: 50%;
    right: 50px;
  }
}

a.btn_b {
  color: #001e55;
  background: #fff;
}
a.btn_b::after {
  border-top: 3px solid #001e55;
  border-right: 3px solid #001e55;
}
a.btn_b:hover {
  color: #fff;
  background: #d7000f;
}
a.btn_b:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

a.btn_more {
  width: fit-content;
  line-height: 1;
  margin: 0 auto;
  padding: 5px 40px 5px 30px;
  border-radius: 50px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  color: #fff;
  background: #D7000F;
}
a.btn_more::after {
  width: 8px;
  height: 8px;
  top: 10px;
  right: 15px;
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: right 0.5s;
}
a.btn_more:hover {
  transition: 0.5s;
  background: #001e55;
}
a.btn_more:hover::after {
  right: 10px;
}
a.btn_more.netherlands {
  background: #FF7A00;
}
a.btn_more.tunisia {
  background: #E91426;
}
a.btn_more.sweden {
  background: #377E3F;
}
a.btn_more.netherlands:hover, a.btn_more.tunisia:hover, a.btn_more.sweden:hover {
  transition: 0.5s;
  background: #001e55;
}
a.btn_more.no-link {
  pointer-events: none;
  background: #999;
}

a.btn_line {
  width: fit-content;
  line-height: 1;
  margin: 0 auto;
  padding: 5px 40px 5px 30px;
  border-radius: 50px;
  border: solid 1px #001e55;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  color: #001e55;
  background: #fff;
}
a.btn_line::after {
  width: 8px;
  height: 8px;
  top: 10px;
  right: 15px;
  content: "";
  position: absolute;
  border-top: 2px solid #001e55;
  border-right: 2px solid #001e55;
  transform: rotate(45deg);
  transition: right 0.5s;
}
a.btn_line:hover {
  color: #fff;
  transition: 0.5s;
  background: #001e55;
}
a.btn_line:hover::after {
  right: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
a.btn_line.no-link {
  pointer-events: none;
  background: #aaa;
  color: #fff;
  border: none;
}
a.btn_line.no-link::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

a.btn_nextmatch {
  width: 100%;
  height: 50px;
  padding: 0 0 0 20px;
  display: block;
  text-align: left;
  background: #001e55;
  border-radius: 3px;
  line-height: 50px;
  box-sizing: border-box;
  position: relative;
  font-weight: normal;
  color: white;
}
a.btn_nextmatch span {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 2px;
  background: white;
}
a.btn_nextmatch span::after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  border-top: 2px solid #001e55;
  border-right: 2px solid #001e55;
  transform: rotate(45deg);
}
a.btn_nextmatch.sold-out::after {
  content: url(/img/category_top/btn-sold-out.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
  position: absolute;
  top: 0;
  right: 80px;
  width: 100px;
  height: 25px;
}
a.btn_nextmatch.no-link {
  pointer-events: none;
  background: #aaa;
  color: #fff;
}
a.btn_nextmatch.no-link span {
  background: #666;
}
a.btn_nextmatch.no-link span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
a.btn_nextmatch:hover {
  background: #d7000f;
  color: white;
  transition: 0.5s;
}
a.btn_nextmatch:hover span::after {
  border-top: 2px solid #d7000f;
  border-right: 2px solid #d7000f;
}
a.btn_nextmatch.netherlands {
  background: #FF7A00;
}
a.btn_nextmatch.netherlands span::after {
  border-top: 2px solid #FF7A00;
  border-right: 2px solid #FF7A00;
}
a.btn_nextmatch.tunisia {
  background: #E91426;
}
a.btn_nextmatch.sweden {
  background: #377E3F;
}
a.btn_nextmatch.netherlands:hover, a.btn_nextmatch.tunisia:hover, a.btn_nextmatch.sweden:hover {
  transition: 0.5s;
  background: #d7000f;
}
a.btn_nextmatch.netherlands:hover span::after, a.btn_nextmatch.tunisia:hover span::after, a.btn_nextmatch.sweden:hover span::after {
  border-top: 2px solid #d7000f;
  border-right: 2px solid #d7000f;
}

.photo {
  position: relative;
}
.photo .photo-copy {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1;
  color: #fff;
  padding: 2px 6px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 1px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 1025px) {
  .photo .photo-copy {
    right: 10px;
    bottom: 10px;
  }
}

.title-sub-bg {
  margin: 0 auto 10px;
  padding: 5px 0 0;
  text-align: center;
  background: #fff;
  font-size: 1.8rem;
  font-family: "Overpass", sans-serif;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}
@media (min-width: 1025px) {
  .title-sub-bg {
    margin: 0 auto 30px;
    font-size: 3rem;
  }
}
.title-sub-bg.red {
  color: #a62d22;
}
.title-sub-bg.blue {
  color: #001e55;
}

.title-main span {
  display: block;
  font-size: 50%;
}

.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: 80px;
  width: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  position: fixed;
  top: 0;
  background: #fff;
}
@media (min-width: 1025px) {
  .wc2026-header__nav {
    min-width: 1180px;
  }
}
.wc2026-header__nav-logo {
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 10px;
}
.wc2026-header__nav-logo img {
  height: 35px;
  margin-right: 50px;
}
@media (min-width: 768px) {
  .wc2026-header__nav-logo img {
    height: 40px;
    margin-right: 0px;
  }
}
@media (min-width: 1340px) {
  .wc2026-header__nav-logo {
    width: 100%;
    height: 40px;
    top: 20px;
    left: 30px;
  }
}
.wc2026-header__nav-ttl {
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #d7000f;
}
@media (min-width: 1340px) {
  .wc2026-header__nav-ttl {
    margin: 7px 0 0 20px;
    font-size: 1.6rem;
    display: inline-block;
  }
}

.sup-txt {
  margin-left: 0.1em;
  font-size: 0.5em;
  vertical-align: 0.7em;
}

/*　ハンバーガーボタン　*/
.sp-nav {
  display: block;
  position: fixed;
  z-index: 10001;
  right: 15px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 1025px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav button {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.sp-nav button span,
.sp-nav button span::before,
.sp-nav button span::after {
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #d7000f;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}
.sp-nav button span::before {
  top: -13px;
}
.sp-nav button span::after {
  top: 13px;
}
.sp-nav.active button span {
  background: none;
}
.sp-nav.active button span::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.sp-nav.active button span::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.wc2026-nav {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #d7000f;
  background: rgba(255, 255, 255, 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;
}
.wc2026-nav ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.wc2026-nav ul li {
  list-style-type: none;
  padding: 20px 0;
}
.wc2026-nav ul li a {
  display: block;
  color: #d7000f;
  text-decoration: none;
  line-height: 1em;
  font-size: 3rem;
}
.wc2026-nav ul li a span {
  margin-top: 5px;
  line-height: 1;
  display: block;
  font-size: 1.2rem;
}
@media (min-width: 1025px) {
  .wc2026-nav {
    width: auto;
    opacity: 1;
    background: none;
    position: absolute;
    right: 30px;
    left: auto;
    visibility: visible;
  }
  .wc2026-nav ul {
    width: auto;
    display: flex;
  }
  .wc2026-nav ul li {
    padding: 0 0 0 20px;
  }
  .wc2026-nav ul li:not(:last-of-type) {
    padding: 0 20px 0 20px;
    position: relative;
  }
  .wc2026-nav ul li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 1.8em;
    background: #d7000f;
  }
  .wc2026-nav ul li a {
    height: 45px;
    position: relative;
  }
  .wc2026-nav ul li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    height: 3px;
    width: 0;
    background-color: #d7000f;
    transition: ease-out 0.3s;
    transform: translateX(-50%);
  }
  .wc2026-nav ul li a:hover::after {
    width: 100%;
  }
  .wc2026-nav ul li a span {
    margin-top: 3px;
    font-size: 1rem;
  }
}
.wc2026-nav.active {
  opacity: 100;
  visibility: visible;
}

.wc2026-footer-btn {
  padding: 50px 0;
  background: #001e55;
  background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .wc2026-footer-btn {
    padding: 100px 0;
  }
}

.wc2026-kv-area {
  margin-top: 80px;
}
.wc2026-kv-area img {
  width: 100%;
}

.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;
}

/*--------------------------------------
Coming Soon
--------------------------------------*/
.coming-soon-area {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #D7000F;
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1025px) {
  .coming-soon-area {
    padding: 20px 0;
    font-size: 4rem;
  }
}

.youtube-block {
  padding: 20px 5%;
}
@media (min-width: 1025px) {
  .youtube-block {
    padding: 50px 0;
  }
}
.youtube-block__frame {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.youtube-block__frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/*--------------------------------------
SNS
--------------------------------------*/
#samuraiblue-block .ctsns-block {
  padding: 30px 0;
  background: #0f3278;
}
#samuraiblue-block .ctsns-block ul {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#samuraiblue-block .ctsns-block ul li {
  width: 20%;
  display: grid;
  place-content: center;
  place-items: center;
}
#samuraiblue-block .ctsns-block a {
  color: white;
  display: block;
}
#samuraiblue-block .ctsns-block a img {
  max-height: 40px;
  max-width: 50px;
}
#samuraiblue-block .ctsns-block a span {
  display: none;
}
@media (min-width: 1025px) {
  #samuraiblue-block .ctsns-block {
    padding: 100px 0;
  }
  #samuraiblue-block .ctsns-block ul li {
    text-align: center;
  }
  #samuraiblue-block .ctsns-block a {
    color: white;
    display: block;
  }
  #samuraiblue-block .ctsns-block a img {
    max-height: 50px;
    max-width: 60px;
  }
  #samuraiblue-block .ctsns-block a span {
    margin-top: 10px;
    display: block;
  }
}

/*--------------------------------------
TOPへ
--------------------------------------*/
.ct-top .pagetop {
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  color: white;
  background: black;
  display: grid;
  place-items: center;
  line-height: 1em;
}
.ct-top .pagetop::before {
  margin-bottom: -20px;
  content: "";
  color: white;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(25%) rotate(-45deg);
}

/*--------------------------------------
下層ページヘッダー
--------------------------------------*/
.wc2026-c-header {
  margin-top: 80px;
  padding: 20px 0;
  text-align: center;
  background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .wc2026-c-header {
    padding: 50px 0;
    background-size: cover;
  }
}
.wc2026-c-header h1 {
  width: 100%;
  margin: 0;
  float: none;
  text-align: center;
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  color: #d7000f;
}
.wc2026-c-header h1 span {
  display: block;
  font-size: 40%;
}
@media (min-width: 1025px) {
  .wc2026-c-header h1 {
    font-size: 6rem;
  }
}

/*--------------------------------------
swiperスライダー
--------------------------------------*/
.swiper-container,
.swiper-teamcam {
  position: relative;
  padding-bottom: 100px;
}

.swiper-pickupmatch {
  position: relative;
  padding-bottom: 100px;
  padding-bottom: 0px;
}

.swiper-fixresults {
  position: relative;
}

.swiper-subcontents {
  padding-bottom: 0px;
  position: relative;
}

.swiper-results {
  position: relative;
  padding-bottom: 100px;
}

.swiper-fixresults .swiper-slide {
  height: auto;
}
.swiper-fixresults .swiper-slide-item {
  height: 100%;
}

.youtube-area iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
  /* 初期状態でスワイプ可能にする */
}

/* オーバーレイを使ってクリック時の処理を行う */
.youtube-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.youtube-overlay.active {
  display: none;
}

.swiper-pagination,
.swiper-pagination-opp {
  height: 25px;
  padding: 10px 0;
  position: static;
  box-sizing: border-box;
}

.swiper-pagination-opp {
  padding: 20px 0;
  margin-top: 0px;
}

.swiper-pagination-bullet,
.swiper-pagination-tcam .swiper-pagination-bullet,
.swiper-pagination-pum .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  outline: none;
  vertical-align: top;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D7000F;
}

#nadeshikojapan-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6e0f6e;
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  border: 3px solid #ffffff;
  z-index: 100;
  position: absolute;
  top: 200px;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 3px solid #ffffff;
  z-index: 100;
  position: absolute;
  top: 200px;
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 2rem;
}

.youtube-area {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.youtube-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .swiper {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .swiper-wrapper {
    overflow-y: visible;
  }
  .swiper-container,
  .swiper-teamcam,
  .swiper-pickupmatch {
    padding-bottom: 0;
    overflow: visible;
  }
  .swiper-fixresults {
    padding-bottom: 20px;
  }
  .swiper-pagination {
    margin-top: 0px;
  }
  .swiper-pagination-opp {
    padding: 20px 0;
    margin-top: 0px;
  }
  .swiper-button-next {
    top: 190px;
  }
  .swiper-button-prev {
    top: 190px;
    left: -25px;
  }
  .swiper-button-next {
    right: -25px;
  }
  .swiper-pagination-bullet,
  .swiper-pagination-tcam .swiper-pagination-bullet,
  .swiper-pagination-pum .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
}
/* モーダル本体の初期状態 */
.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  /* ここがポイント：最初は非表示 */
  display: flex;
  /* 中央寄せしやすくするためにflexを使用 */
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  /* 表示された時の状態 */
}
.modal.is-show {
  opacity: 1;
  visibility: visible;
}
.modal {
  /* 中の画像*/
}
.modal__content {
  width: 90%;
  max-width: 1000px;
  transform: scale(0.9);
  /* 最初は少し小さく */
  transition: transform 0.4s ease;
}
.modal {
  /* 閉じるボタン */
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.modal.is-show .modal__content {
  transform: scale(1);
  /* ふわっと等倍に戻る */
}

.top-nav {
  width: 100%;
  padding: clamp(15px, 3.8vw, 20px) 0;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-nav ul {
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 40px;
}
@media (min-width: 1025px) {
  .top-nav ul {
    gap: 30px;
  }
}
.top-nav ul li a {
  font-size: 2.6rem;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #001e55;
  line-height: 1;
  position: relative;
}
.top-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  height: 3px;
  width: 0;
  background-color: #001e55;
  transition: ease-out 0.3s;
  transform: translateX(-50%);
}
.top-nav ul li a:hover::after {
  width: 100%;
}

.squad-block {
  padding: 50px 5%;
  color: #001e55;
  text-align: center;
  background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-sb-bg-l-20_sp.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-sb-bg-r-20_sp.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/tickets-bg.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left 0 top 0, right 0 bottom 0, center center;
  background-size: 50%, 50%, cover;
}
@media (min-width: 1025px) {
  .squad-block {
    padding: 100px 0;
    background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-sb-bg-l-20_pc.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-sb-bg-r-20_pc.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/tickets-bg.jpg");
    background-size: contain, contain, cover;
  }
}
.squad-block__btn {
  margin-top: clamp(15px, 4vw, 30px);
}
.squad-block .title-main {
  color: #fff !important;
}
.squad-block p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 600;
}

/*--------------------------------------
NEXT MATCH
--------------------------------------*/
.nextmatch-block {
  padding: 30px 5%;
  color: #001e55;
  text-align: center;
  background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-sb-bg-l_sp.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-sb-bg-r_sp.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-bg.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left 0 top 0, right 0 bottom 0, center center;
  background-size: 50%, 50%, cover;
}
@media (min-width: 1025px) {
  .nextmatch-block {
    padding: 100px 0;
    background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-sb-bg-l_pc.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-sb-bg-r_pc.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/next-match-bg.jpg");
    background-size: contain, contain, cover;
  }
  .nextmatch-block__box {
    position: relative;
  }
}
.nextmatch-block .title-main {
  font-size: 2.6rem;
  color: #d7000f !important;
}
@media (min-width: 1025px) {
  .nextmatch-block .title-main {
    font-size: 4.7rem;
  }
}
.nextmatch-block__main {
  max-width: 1140px;
  margin: 0 auto;
}
.nextmatch-block__cdown {
  margin-bottom: 10px;
  padding: 10px 0 0;
  border: 2px solid #001e55;
  font-size: 1.8rem;
  font-family: "Overpass", sans-serif;
}
.nextmatch-block__cdown span {
  margin: 0 5px;
  font-size: 3.6rem;
}
@media (min-width: 1025px) {
  .nextmatch-block__cdown {
    width: 500px;
    margin: 0 auto 30px;
    font-size: 3rem;
  }
  .nextmatch-block__cdown span {
    font-size: 6.5rem;
  }
}
.nextmatch-block__day {
  display: grid;
  place-content: center;
  place-items: center;
}
.nextmatch-block__day-block {
  display: flex;
  align-items: flex-end;
  font-family: "Overpass", sans-serif;
}
.nextmatch-block__day-day {
  margin-right: 10px;
  display: flex;
  align-items: flex-end;
}
.nextmatch-block__day-day span:first-child {
  margin-right: 5px;
  padding: 0;
  display: block;
  font-size: 6rem;
  letter-spacing: -0.05em;
}
.nextmatch-block__day-day span:last-child {
  margin-bottom: 10px;
  display: block;
  font-size: 3.7rem;
}
@media (min-width: 1025px) {
  .nextmatch-block__day-day {
    margin-right: 20px;
  }
  .nextmatch-block__day-day span:first-child {
    margin-right: 10px;
    font-size: 10rem;
    letter-spacing: 0;
  }
  .nextmatch-block__day-day span:last-child {
    margin-bottom: 17px;
    font-size: 4.6rem;
  }
}
.nextmatch-block__day-time span:first-child {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 2.8rem;
  line-height: 1em;
}
.nextmatch-block__day-time span:last-child {
  margin-bottom: 12px;
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}
@media (min-width: 1025px) {
  .nextmatch-block__day-time span:first-child {
    margin-bottom: -5px;
    font-size: 5.5rem;
  }
  .nextmatch-block__day-time span:last-child {
    margin-bottom: 24px;
    font-size: 3rem;
  }
}
.nextmatch-block__day-japan-time {
  margin: -10px 0 10px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .nextmatch-block__day-japan-time {
    margin: -10px 0 20px;
  }
}
.nextmatch-block__flag {
  display: flex;
  place-content: center;
}
@media (min-width: 1025px) {
  .nextmatch-block__flag {
    justify-content: space-between;
  }
}
.nextmatch-block__flag-l, .nextmatch-block__flag-r {
  width: 50%;
}
@media (min-width: 1025px) {
  .nextmatch-block__flag-l, .nextmatch-block__flag-r {
    margin: 0;
    width: 250px;
    position: absolute;
    top: 0;
  }
}
.nextmatch-block__flag-l span, .nextmatch-block__flag-r span {
  margin: 10px 0;
  display: block;
  font-size: 1.8rem;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
}
@media (min-width: 1025px) {
  .nextmatch-block__flag-l span, .nextmatch-block__flag-r span {
    font-size: 3.1rem;
  }
}
@media (min-width: 1025px) {
  .nextmatch-block__flag-l {
    left: 0;
  }
  .nextmatch-block__flag-r {
    right: 0;
  }
}
.nextmatch-block__flag-icon {
  width: 100px;
  border: solid 1px #666;
}
@media (min-width: 1025px) {
  .nextmatch-block__flag-icon {
    width: 200px;
  }
}
.nextmatch-block__info {
  padding: 5px;
  border: 2px solid #001e55;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .nextmatch-block__info {
    border: none;
    font-size: 1.8rem;
  }
}
.nextmatch-block__stadium {
  line-height: 1.5em;
}
.nextmatch-block__tv {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .nextmatch-block__tv {
    font-size: 2.1rem;
  }
}
.nextmatch-block__nav {
  margin-top: 30px;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .nextmatch-block__nav {
    margin-top: 50px;
    font-size: 1.8rem;
  }
}
.nextmatch-block__nav ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .nextmatch-block__nav ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .nextmatch-block__nav ul li:not(:last-of-type) {
    margin: 0 20px 0 0;
  }
  .nextmatch-block__nav ul li a {
    width: 400px;
    height: 60px;
    padding: 0 0 0 20px;
    line-height: 60px;
  }
  .nextmatch-block__nav ul li a span {
    height: 50px;
    width: 50px;
  }
  .nextmatch-block__nav ul li a span::after {
    width: 15px;
    height: 15px;
    top: 17px;
    left: 13px;
  }
  .nextmatch-block__nav ul li a.sold-out::after {
    top: 5px;
    right: 75px;
  }
}
@media (min-width: 1025px) {
  .nextmatch-block__ttl {
    font-size: 4.7rem;
  }
}
.nextmatch-block__ttl-sm {
  margin: 15px 0;
}
@media (min-width: 1025px) {
  .nextmatch-block__ttl-sm {
    margin: 30px 0;
  }
}
.nextmatch-block__ttl-sub {
  margin: 0 0 15px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .nextmatch-block__ttl-sub {
    margin: -30px 0 30px;
    font-size: 2.1rem;
  }
}

/*--------------------------------------
FIXTURES & RESULTS
--------------------------------------*/
#samuraiblue .results-block {
  padding: 30px 0;
  overflow: hidden;
  background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/results-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block {
    padding: 100px 0;
  }
}
#samuraiblue .results-block .title-main {
  color: white;
}
#samuraiblue .results-block__main {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
#samuraiblue .results-block p {
  margin: 0;
  padding: 0;
}
#samuraiblue .results-block ul {
  margin: 0;
}
#samuraiblue .results-block ul.swiper-wrapper {
  margin: 0;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block ul {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
}
#samuraiblue .results-block__list {
  width: 100%;
  margin-bottom: 20px;
  background: white;
  border-radius: 3px;
  position: relative;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list {
    width: 400px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 60px;
  }
  #samuraiblue .results-block__list:not(:last-of-type) {
    margin-right: 50px;
  }
}
#samuraiblue .results-block__list-head {
  padding: 10px 10px 5px;
  justify-content: space-between;
  align-items: center;
  background: rgba(166, 45, 34, 0.8);
  border-radius: 3px 3px 0 0;
}
#samuraiblue .results-block__list-head-day {
  color: white;
  font-size: 4rem;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
  letter-spacing: -0.01em;
}
#samuraiblue .results-block__list-head-day span {
  margin-left: 5px;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1em;
}
#samuraiblue .results-block__list-head-day span.or {
  margin: 0 5px;
  font-size: 2.4rem;
  display: inline-block;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-head-day__list-head-day {
    font-size: 5rem;
  }
  #samuraiblue .results-block__list-head-day__list-head-day span {
    margin-left: 10px;
    font-size: 3.2rem;
  }
  #samuraiblue .results-block__list-head-day__list-head-day span.or {
    font-size: 3rem;
  }
}
#samuraiblue .results-block__list-head-day-1l {
  font-size: 3rem;
  line-height: 58px;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-head-day-1l {
    font-size: 40rem;
    line-height: 78px;
    text-align: center;
  }
}
#samuraiblue .results-block__list-head-time {
  color: white;
  font-size: 1.8rem;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
}
#samuraiblue .results-block__list-head-time span {
  font-size: 1.2rem;
  line-height: 1em;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-head-time {
    font-size: 2.8rem;
  }
  #samuraiblue .results-block__list-head-time span {
    font-size: 1.6rem;
  }
}
#samuraiblue .results-block__list-body {
  height: 180px;
  padding: 10px;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-body {
    height: 230px;
    height: auto;
  }
}
#samuraiblue .results-block__list-body div p {
  height: auto;
}
#samuraiblue .results-block__list-body p {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 1.6rem;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-body p {
    font-size: 2.1rem;
  }
}
#samuraiblue .results-block__list-body p span {
  display: block;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 80%;
}
#samuraiblue .results-block__list-body p span:last-child {
  line-height: 1.5em;
}
#samuraiblue .results-block__list-body p.t-name {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-body p.t-name {
    font-size: 1.6rem;
  }
}
#samuraiblue .results-block__list-body p.t-name_cred {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #d7000f;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-body p.t-name_cred {
    font-size: 1.6rem;
  }
}
#samuraiblue .results-block__list-body-wc {
  display: grid;
  place-content: center;
  place-items: center;
}
#samuraiblue .results-block__list-body-wc p {
  font-size: 2rem;
  text-align: center;
  color: #001e55;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-body-wc p {
    font-size: 3rem;
  }
}
#samuraiblue .results-block__score {
  display: flex;
  justify-content: space-between;
}
#samuraiblue .results-block__score p {
  width: 49%;
  height: 2em;
  padding: 0;
  margin: 0;
  font-size: 5.5rem;
  line-height: 1em;
  font-family: "Overpass", sans-serif;
  text-align: center;
}
#samuraiblue .results-block__score p:first-child {
  width: 18%;
  margin-left: -10px;
}
#samuraiblue .results-block__score p:last-child {
  width: 33%;
  line-height: 1em;
  font-size: 1.4rem;
}
#samuraiblue .results-block__score p:last-child img {
  width: 50px;
  border: 1px solid #bac1c7;
}
#samuraiblue .results-block__score p:last-child span {
  margin-top: 5px;
  display: block;
  line-height: 1em;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__score p {
    width: 50%;
    font-size: 7rem;
  }
  #samuraiblue .results-block__score p:first-child {
    width: 20%;
  }
  #samuraiblue .results-block__score p:last-child {
    width: 30%;
    font-size: 1.6rem;
  }
  #samuraiblue .results-block__score p:last-child img {
    width: 75px;
  }
  #samuraiblue .results-block__score p:last-child span {
    margin-top: 5px;
  }
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
#samuraiblue .results-block__list-btn a {
  width: 100%;
  height: 60px;
  padding: 0 50px 0 0px;
  display: block;
  text-align: center;
  border-radius: 0 0 3px 3px;
  line-height: 60px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  font-size: 1.6rem;
  background: #900f03;
  transition: all 0.5s;
}
#samuraiblue .results-block__list-btn a.netherlands {
  background: #FF7A00;
}
#samuraiblue .results-block__list-btn a.netherlands span::after {
  border-top: 2px solid #FF7A00;
  border-right: 2px solid #FF7A00;
}
#samuraiblue .results-block__list-btn a.tunisia {
  background: #E91426;
}
#samuraiblue .results-block__list-btn a.tunisia span::after {
  border-top: 2px solid #E91426;
  border-right: 2px solid #E91426;
}
#samuraiblue .results-block__list-btn a.sweden {
  background: #377E3F;
}
#samuraiblue .results-block__list-btn a.sweden span::after {
  border-top: 2px solid #377E3F;
  border-right: 2px solid #377E3F;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-btn a {
    font-size: 2.1rem;
  }
}
#samuraiblue .results-block__list-btn a span {
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 2px;
  background: #a62d22;
  background: #fff;
}
#samuraiblue .results-block__list-btn a span::after {
  width: 15px;
  height: 15px;
  top: 17px;
  left: 13px;
  content: "";
  position: absolute;
  border-top: 2px solid #a62d22;
  border-right: 2px solid #a62d22;
  transform: rotate(45deg);
}
#samuraiblue .results-block__list-btn a:hover {
  color: #fff;
  background: #900f03;
}
#samuraiblue .results-block__list-btn a:hover span::after {
  border-top: 2px solid #a62d22;
  border-right: 2px solid #a62d22;
}
#samuraiblue .results-block__list-btn a.no-link {
  pointer-events: none;
  background: #aaa;
}
#samuraiblue .results-block__list-btn a.no-link span {
  background: #666;
}
#samuraiblue .results-blockk__btn-block {
  width: 100%;
  margin: 0 auto;
}

/*--------------------------------------
RESULTS
--------------------------------------*/
.results-table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 5px;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .results-table {
    border-spacing: 0 10px;
  }
}
.results-table th {
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 1025px) {
  .results-table th {
    font-size: 1.8rem;
  }
}
.results-table td {
  padding: 3px 0 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1025px) {
  .results-table td {
    font-size: 3.2rem;
  }
}
.results-table td.win, .results-table td.draw, .results-table td.lose, .results-table td.pts, .results-table td.points {
  width: 10%;
  color: #333;
}
.results-table td.rank {
  width: 30px;
  height: 30px;
  padding: 3px 0 0 0;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 1.6rem;
  border: solid 2px #ccc;
}
@media (min-width: 1025px) {
  .results-table td.rank {
    width: 60px;
    height: 60px;
    font-size: 3.2rem;
  }
}
.results-table td.flag {
  width: 10%;
}
.results-table td.flag img {
  width: 25px;
  margin: 0 2px;
  border: solid 1px #666;
}
@media (min-width: 1025px) {
  .results-table td.flag img {
    margin: 5px 0 0 0;
    width: 50px;
  }
}
.results-table td.ctry {
  width: 30%;
  text-align: left;
}
@media (min-width: 1025px) {
  .results-table td.ctry {
    width: 40%;
    color: #333;
  }
}
.results-table tbody {
  background-color: #ccc;
}
.results-table tbody td.rank {
  color: #fff;
  background: #333;
}
.results-table .table__rank-mt {
  background-color: #fff;
}
.results-table .table__rank-mt td.rank {
  background: #900f03;
  border: solid 2px #fff;
}
.results-table .table__rank-mt td.ctry, .results-table .table__rank-mt td.win, .results-table .table__rank-mt td.draw, .results-table .table__rank-mt td.lose, .results-table .table__rank-mt td.pts, .results-table .table__rank-mt td.points {
  color: #900f03;
}

/*--------------------------------------
CONTENTS
--------------------------------------*/
#samuraiblue .contents-block {
  padding: 30px 0;
  color: white;
  text-align: center;
  overflow: hidden;
  background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/contents-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#samuraiblue .contents-block .title-main {
  color: white;
}
#samuraiblue .contents-block__main {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#samuraiblue .contents-block__main div {
  margin-top: 10px;
}
#samuraiblue .contents-block__main div img {
  width: 100%;
}
#samuraiblue .contents-block__main .column2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1025px) {
  #samuraiblue .contents-block {
    margin: 0;
    padding: 0;
  }
  #samuraiblue .contents-block__main {
    padding: 100px 0;
  }
  #samuraiblue .contents-block__main div {
    margin-top: 20px;
  }
  #samuraiblue .contents-block__main .column2 {
    flex-direction: row;
    gap: 20px;
  }
}

/*--------------------------------------
ABOUT
--------------------------------------*/
#samuraiblue .about-block .title-main {
  color: white;
}

.about-block {
  padding: 30px 0;
  background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/about-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .about-block {
    padding: 100px 0;
  }
}
.about-block__main {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.about-block__inner {
  margin-bottom: 30px;
  padding: 5px;
  background: #fff;
}
@media (min-width: 1025px) {
  .about-block__inner {
    margin-bottom: 50px;
    padding: 10px;
  }
}
.about-block__note {
  padding: 0 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
}
.about-block__note span {
  font-size: 80%;
}
@media (min-width: 1025px) {
  .about-block__note {
    padding: 0 0 30px;
    font-size: 2.1rem;
    line-height: 2;
  }
}

/*--------------------------------------
NEWS
--------------------------------------*/
#samuraiblue .news-block {
  padding: 30px 0 !important;
  margin: 0 !important;
  z-index: 0;
  background: #fff;
}
@media (min-width: 1025px) {
  #samuraiblue .news-block {
    padding: 50px 0 100px !important;
  }
}
#samuraiblue .news-block .title-main {
  color: #001e55;
}
#samuraiblue .news-block .head-area {
  padding: 0 !important;
}

.rss {
  display: none;
}

#news-area {
  z-index: 1;
}
#news-area .head-area h3 span.subheading_jp {
  display: none;
}

.moreBtn {
  display: none;
}

.news-block__btn {
  width: 90%;
  margin: 0 auto;
}

#news-area .head-area {
  height: 60px;
}
@media (min-width: 1025px) {
  #news-area .head-area {
    height: 90px;
  }
}

/*--------------------------------------
TICKETS チケット情報
--------------------------------------*/
.wc2026-c-header.tickets {
  padding: 20px 0 70px;
}
@media (min-width: 1025px) {
  .wc2026-c-header.tickets {
    padding: 50px 0 130px;
  }
}

.tickets-block {
  padding: 0 0 30px;
  background: url("/samuraiblue/worldcup_2026/canadamexicousa2026/assets/img/tickets-bg.jpg") no-repeat top center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .tickets-block {
    padding: 0 0 100px;
  }
}
.tickets-block .tickets-block__nav {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 5px;
  border-bottom: solid 5px #001e55;
  position: relative;
  top: -50px;
}
@media (min-width: 1025px) {
  .tickets-block .tickets-block__nav {
    height: 80px;
    margin: 0 auto;
    gap: 10px;
    top: -80px;
  }
}
.tickets-block .tickets-block__nav .tickets-block__nav-item {
  max-width: 400px;
  width: 48%;
  height: 40px;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  background: #555;
  color: #fff;
  font-size: clamp(1.2rem, 0.764rem + 2.18vw, 2.4rem);
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  border: 0;
  position: relative;
  transition: ease-out 0.2s;
}
.tickets-block .tickets-block__nav .tickets-block__nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 0%;
  background-color: #fff;
  transition: ease-out 0.3s;
}
.tickets-block .tickets-block__nav .tickets-block__nav-item[aria-selected=true] {
  height: 50px;
  background: #001e55;
  color: #fff;
}
.tickets-block .tickets-block__nav .tickets-block__nav-item[aria-selected=true]::after {
  width: 85%;
}
@media (min-width: 1025px) {
  .tickets-block .tickets-block__nav .tickets-block__nav-item {
    height: 65px;
    border-radius: 10px 10px 0 0;
  }
  .tickets-block .tickets-block__nav .tickets-block__nav-item::after {
    height: 7px;
  }
  .tickets-block .tickets-block__nav .tickets-block__nav-item[aria-selected=true] {
    height: 80px;
    background: #001e55;
    color: #fff;
  }
  .tickets-block .tickets-block__nav .tickets-block__nav-item[aria-selected=true]::after {
    width: 80%;
  }
}
.tickets-block .title-main {
  color: white !important;
}
.tickets-block__tab {
  margin: 0;
}
.tickets-block__main {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0;
}
@media (min-width: 1025px) {
  .tickets-block__main {
    margin: 50px auto 0;
  }
}
.tickets-block .update {
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
}
.tickets-block .tickets-table {
  width: 100%;
  font-size: clamp(1.2rem, 1.007rem + 0.79vw, 1.6rem);
}
.tickets-block .tickets-table th,
.tickets-block .tickets-table td {
  padding: 5px;
  text-align: center;
}
@media (min-width: 1025px) {
  .tickets-block .tickets-table th,
  .tickets-block .tickets-table td {
    padding: 20px;
  }
}
.tickets-block .tickets-table th {
  color: #fff;
  background: #333;
}
.tickets-block .tickets-table td {
  color: #333;
  background: #ccc;
}
.tickets-block .tickets-table .seat {
  width: 40%;
}
.tickets-block .tickets-table .price,
.tickets-block .tickets-table .charge,
.tickets-block .tickets-table .sales {
  width: 20%;
}
.tickets-block .tickets-table .seat01 {
  background: #555;
}
.tickets-block .note {
  margin-top: 10px;
  color: #fff;
  font-size: 1.2rem;
}
@media (min-width: 1025px) {
  .tickets-block .note {
    font-size: 1.4rem;
  }
}
.tickets-block .note li {
  padding-left: 1em;
  text-indent: -1em;
}
.tickets-block__item {
  color: #fff;
}
.tickets-block__item ul {
  list-style: disc;
  padding-left: 1.5em;
}
.tickets-block h4 {
  margin: 10px 0;
  font-size: clamp(1.2rem, 0.982rem + 1.09vw, 1.8rem);
  color: #fff;
}
@media (min-width: 1025px) {
  .tickets-block h4 {
    margin: 20px 0;
  }
}
.tickets-block h5 {
  margin: 10px 0 5px;
  font-size: clamp(1.4rem, 1.304rem + 0.4vw, 1.6rem);
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 1025px) {
  .tickets-block h5 {
    margin: 30px 0 10px;
  }
}
.tickets-block h5::after {
  width: 100%;
  height: 2px;
  content: "";
  flex: 1;
  background: #fff;
}
.tickets-block__stadium-map {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (min-width: 1025px) {
  .tickets-block__stadium-map {
    flex-flow: row;
    gap: 30px;
  }
}
.tickets-block__stadium-map .detail {
  background: #ffffff;
}
.tickets-block__stadium-map .detail h4 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  line-height: 1;
  font-family: "Overpass", sans-serif;
  font-size: clamp(1.4rem, 1.036rem + 1.82vw, 2.4rem);
}
@media (min-width: 1025px) {
  .tickets-block__stadium-map .detail h4 {
    padding: 15px 0;
  }
}
.tickets-block__stadium-map .detail .tag {
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1025px) {
  .tickets-block__stadium-map .detail .tag {
    flex-flow: row;
    gap: 20px;
  }
}
.tickets-block__stadium-map .detail .tag p {
  width: 80%;
  height: 30px;
  margin: 0;
  padding: 0 20px;
  border-radius: 15px;
  display: grid;
  place-content: center;
  place-items: center;
  color: #fff;
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
}
@media (min-width: 1025px) {
  .tickets-block__stadium-map .detail .tag p {
    width: fit-content;
  }
}
.tickets-block__stadium-map .detail .map {
  position: relative;
}
.tickets-block__stadium-map .detail .map span {
  width: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
}
.tickets-block__stadium-map .detail.dallas h4 {
  background: rgb(0, 96, 100);
}
.tickets-block__stadium-map .detail.dallas .tag p {
  background: rgb(0, 96, 100);
}
.tickets-block__stadium-map .detail.monterrey h4 {
  background: rgb(3, 191, 165);
}
.tickets-block__stadium-map .detail.monterrey .tag p {
  background: rgb(3, 191, 165);
}

/*--------------------------------------
OPPONENT 対戦国情報
--------------------------------------*/
.opp-fed-area {
  width: fit-content;
  padding: 0 15px;
  background: #fff;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  border-radius: 15px;
  line-height: 1.5;
  color: #000;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}

.opp-flag {
  width: 100%;
  max-width: 150px;
  border: solid 1px #fff;
}

.opp-country-name {
  font-size: 60%;
  margin-right: 10px;
}

.opponent-block .title-main,
.opponent-country__match .title-main,
.opponent-country__squad .title-main {
  color: #001e55 !important;
}

.opponent-block {
  background: url("../img/next-match-bg.jpg") no-repeat top center;
  background-size: cover;
}
.opponent-block__items {
  padding: clamp(50px, 13vw, 100px) 0 0;
}
.opponent-block__items ul {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.opponent-block__items ul li + li {
  padding-top: clamp(20px, 5vw, 50px);
}
.opponent-block__items ul .opponent-block__netherlands .item-ttl,
.opponent-block__items ul .opponent-block__tunisia .item-ttl,
.opponent-block__items ul .opponent-block__sweden .item-ttl {
  padding: clamp(10px, 2.5vw, 30px);
  color: #000;
  display: grid;
  gap: 10px;
  grid-template-columns: 50px 1fr;
}
@media (min-width: 1025px) {
  .opponent-block__items ul .opponent-block__netherlands .item-ttl,
  .opponent-block__items ul .opponent-block__tunisia .item-ttl,
  .opponent-block__items ul .opponent-block__sweden .item-ttl {
    gap: 20px;
    grid-template-columns: 100px 1fr;
  }
}
.opponent-block__items ul .opponent-block__netherlands .item-ttl h3,
.opponent-block__items ul .opponent-block__tunisia .item-ttl h3,
.opponent-block__items ul .opponent-block__sweden .item-ttl h3 {
  margin: clamp(5px, 1.5vw, 10px) 0 0;
  font-family: "Akshar", sans-serif;
  font-size: clamp(1.6rem, 4vw, 3.5rem);
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.opponent-block__items ul .opponent-block__netherlands .item-ttl .country,
.opponent-block__items ul .opponent-block__tunisia .item-ttl .country,
.opponent-block__items ul .opponent-block__sweden .item-ttl .country {
  font-size: 60%;
}
.opponent-block__items ul .opponent-block__netherlands .item-ttl .date,
.opponent-block__items ul .opponent-block__tunisia .item-ttl .date,
.opponent-block__items ul .opponent-block__sweden .item-ttl .date {
  margin: 0;
  color: #fff;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 1.3;
}
.opponent-block__items ul .opponent-block__netherlands .item-ttl .date span:first-child,
.opponent-block__items ul .opponent-block__tunisia .item-ttl .date span:first-child,
.opponent-block__items ul .opponent-block__sweden .item-ttl .date span:first-child {
  padding: 0 5px;
  margin-right: 10px;
  display: inline-block;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 80%;
}
.opponent-block__items ul .opponent-block__netherlands .item-ttl .date span:last-child,
.opponent-block__items ul .opponent-block__tunisia .item-ttl .date span:last-child,
.opponent-block__items ul .opponent-block__sweden .item-ttl .date span:last-child {
  font-size: 80%;
}
.opponent-block__items ul .opponent-block__netherlands .detail,
.opponent-block__items ul .opponent-block__tunisia .detail,
.opponent-block__items ul .opponent-block__sweden .detail {
  padding: clamp(10px, 2.5vw, 30px);
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, 2.5vw, 30px);
}
@media (min-width: 1025px) {
  .opponent-block__items ul .opponent-block__netherlands .detail,
  .opponent-block__items ul .opponent-block__tunisia .detail,
  .opponent-block__items ul .opponent-block__sweden .detail {
    grid-template-columns: 500px 1fr;
  }
}
.opponent-block__items ul .opponent-block__netherlands .detail dl dt,
.opponent-block__items ul .opponent-block__tunisia .detail dl dt,
.opponent-block__items ul .opponent-block__sweden .detail dl dt {
  padding: 5px 10px;
  font-weight: bold;
  background: #E8EAEC;
  display: block;
}
.opponent-block__items ul .opponent-block__netherlands .detail dl dt span,
.opponent-block__items ul .opponent-block__tunisia .detail dl dt span,
.opponent-block__items ul .opponent-block__sweden .detail dl dt span {
  font-size: 90%;
  font-weight: normal;
}
.opponent-block__items ul .opponent-block__netherlands .detail dl dd + dt,
.opponent-block__items ul .opponent-block__tunisia .detail dl dd + dt,
.opponent-block__items ul .opponent-block__sweden .detail dl dd + dt {
  margin-top: 10px;
}
.opponent-block__items ul .opponent-block__netherlands .detail dl dd,
.opponent-block__items ul .opponent-block__tunisia .detail dl dd,
.opponent-block__items ul .opponent-block__sweden .detail dl dd {
  margin: 0;
  padding: 5px 10px;
}
.opponent-block__items ul .opponent-block__netherlands .detail-btn,
.opponent-block__items ul .opponent-block__tunisia .detail-btn,
.opponent-block__items ul .opponent-block__sweden .detail-btn {
  margin-top: 10px;
}
.opponent-block__items ul .opponent-block__netherlands .detail-btn .btn_more,
.opponent-block__items ul .opponent-block__tunisia .detail-btn .btn_more,
.opponent-block__items ul .opponent-block__sweden .detail-btn .btn_more {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .opponent-block__items ul .opponent-block__netherlands .detail-btn .btn_more,
  .opponent-block__items ul .opponent-block__tunisia .detail-btn .btn_more,
  .opponent-block__items ul .opponent-block__sweden .detail-btn .btn_more {
    margin: 0 0 0 auto;
  }
  .opponent-block__items ul .opponent-block__netherlands .detail-btn .btn_more:hover,
  .opponent-block__items ul .opponent-block__tunisia .detail-btn .btn_more:hover,
  .opponent-block__items ul .opponent-block__sweden .detail-btn .btn_more:hover {
    transition: 0.5s;
    background: #001e55;
  }
}
.opponent-block__items ul .opponent-block__netherlands .item-ttl {
  background: #FF7A00;
}
.opponent-block__items ul .opponent-block__tunisia .item-ttl {
  background: #E91426;
}
.opponent-block__items ul .opponent-block__sweden .item-ttl {
  background: #377E3F;
}

.opponent-nav {
  width: 100%;
  padding: 10px 0 15px;
  background: #001e55;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 5vw, 50px);
}
.opponent-nav a {
  text-align: center;
  color: #fff;
  font-family: "Akshar", sans-serif;
  display: block;
  font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
  line-height: 1.3;
  position: relative;
}
.opponent-nav a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  height: 3px;
  width: 0;
  background-color: #fff;
  transition: ease-out 0.3s;
  transform: translateX(-50%);
}
.opponent-nav a:hover::after {
  width: 100%;
}
.opponent-nav a span {
  display: block;
  font-size: 70%;
}

#samuraiblue .opponent-country .nextmatch-block {
  background-image: none;
}

.opponent-country {
  background: url("../img/next-match-bg.jpg") no-repeat top center;
  background-size: cover;
}
.opponent-country.netherlands .country-ttl {
  background: #FF7A00;
}
.opponent-country.netherlands .swiper-opponent {
  background: rgba(255, 122, 0, 0.5);
}
.opponent-country.tunisia .country-ttl {
  background: #E91426;
}
.opponent-country.tunisia .swiper-opponent {
  background: rgba(233, 20, 38, 0.5);
}
.opponent-country.sweden .country-ttl {
  background: #377E3F;
}
.opponent-country.sweden .swiper-opponent {
  background: rgba(55, 126, 63, 0.5);
}
.opponent-country__info {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(50px, 12vw, 100px) 0 0;
}
.opponent-country__info .title-main {
  color: #001e55 !important;
}
.opponent-country__info .country-ttl {
  padding: clamp(10px, 2.5vw, 30px);
  display: flex;
  align-items: center;
  gap: clamp(20px, 5vw, 30px);
  color: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: 150px 1fr;
  place-content: center;
}
.opponent-country__info .country-ttl h3 {
  font-family: "Akshar", sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 500;
  color: #fff;
}
.opponent-country__info .country-ttl .date {
  margin: clamp(5px, 5vw, 10px) 0 0;
  color: #fff;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 1.3;
}
.opponent-country__info .country-ttl .date span:first-child {
  padding: 0 5px;
  margin-right: 10px;
  display: inline-block;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 80%;
}
.opponent-country__info .country-ttl .date span:last-child {
  font-size: 80%;
}
.opponent-country__info .country-detail {
  padding: 0 10px 10px 10px;
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, 2.5vw, 30px);
}
@media (min-width: 1025px) {
  .opponent-country__info .country-detail {
    padding: 10px 30px 30px 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.opponent-country__info .country-detail h4 {
  margin: clamp(10px, 2.5vw, 20px) 0 0 0;
  padding: 5px 10px;
  background: #E8EAEC;
  font-size: clamp(1.4rem, 3w, 2rem);
}
.opponent-country__info .country-detail dl {
  margin: 0;
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 0;
  align-items: stretch;
}
.opponent-country__info .country-detail dl dt {
  font-weight: bold;
  display: block;
  padding: 5px 10px;
  border-bottom: solid 1px #d6dbe0;
}
.opponent-country__info .country-detail dl dd {
  margin: 0;
  padding: 5px 10px;
  border-bottom: solid 1px #d6dbe0;
}
.opponent-country__info .country-detail h4 span,
.opponent-country__info .country-detail dl span {
  font-size: 80%;
}
.opponent-country__info .country-detail .w-full p {
  margin: 0;
  padding: 5px 10px;
}
.opponent-country__info .country-detail .w-full p:nth-child(1) {
  font-weight: bold;
}
.opponent-country__info .country-detail .w-full p:nth-child(2) {
  padding: 0 10px 5px;
  border-bottom: solid 1px #d6dbe0;
}
.opponent-country__info .country-detail .w-full ul li {
  padding: 5px 10px;
  border-bottom: solid 1px #d6dbe0;
}
.opponent-country__info .country-detail .w-full ul li:first-child {
  border-top: solid 1px #d6dbe0;
}
.opponent-country__match {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(50px, 12vw, 100px) 0 0;
}
.opponent-country__match-inner {
  padding: clamp(20px, 5vw, 50px);
  background: rgba(255, 255, 255, 0.8);
}
.opponent-country__match-inner .nextmatch-block__cdown {
  margin-bottom: 10px;
  padding: 5px 0 0;
  font-size: 1.8rem;
}
.opponent-country__match-inner .nextmatch-block__cdown span {
  margin: 0 5px;
  font-size: 3.6rem;
}
@media (min-width: 1025px) {
  .opponent-country__match-inner .nextmatch-block__cdown {
    width: 350px;
    margin: 0 auto 10px;
    font-size: 2rem;
  }
  .opponent-country__match-inner .nextmatch-block__cdown span {
    font-size: 5rem;
  }
}
.opponent-country__match-inner .nextmatch-block__ttl-sub {
  margin: 0 0 15px;
}
@media (min-width: 1025px) {
  .opponent-country__match-inner .nextmatch-block__ttl-sub {
    margin: 0 0 10px;
  }
}
@media (min-width: 1025px) {
  .opponent-country__match-inner .nextmatch-block__flag-l, .opponent-country__match-inner .nextmatch-block__flag-r {
    width: 150px;
    margin-top: 20px;
  }
}
.opponent-country__match-inner .nextmatch-block__flag-l span, .opponent-country__match-inner .nextmatch-block__flag-r span {
  font-size: 1.8rem;
}
@media (min-width: 1025px) {
  .opponent-country__match-inner .nextmatch-block__flag-l span, .opponent-country__match-inner .nextmatch-block__flag-r span {
    font-size: 2rem;
  }
}
.opponent-country__txt {
  margin: clamp(20px, 5vw, 50px) auto 0;
  text-align: left;
  line-height: 1.8;
}
.opponent-country__squad {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(50px, 12vw, 100px) 0;
}
.opponent-country__squad p {
  margin: 0;
  padding: 0;
}
.opponent-country__others {
  padding: clamp(50px, 13vw, 100px) 0 0;
  background: url("../img/tickets-bg.jpg") no-repeat top center;
  background-size: cover;
}
.opponent-country__others .title-main {
  color: #fff !important;
}
.opponent-country__others ul {
  width: 90%;
  max-width: 1000px;
  margin: clamp(20px, 5vw, 50px) auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 5vw, 50px);
}
@media (min-width: 1025px) {
  .opponent-country__others ul {
    grid-template-columns: 1fr 1fr;
  }
}
.opponent-country__others ul li .others-ttl {
  padding: clamp(10px, 2.5vw, 20px);
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: clamp(10px, 2.5vw, 20px);
  align-items: end;
  color: #fff;
}
.opponent-country__others ul li .others-ttl .opp-fed-area {
  margin-left: 0;
}
.opponent-country__others ul li .others-ttl.netherlands {
  background: #FF7A00;
}
.opponent-country__others ul li .others-ttl.tunisia {
  background: #E91426;
}
.opponent-country__others ul li .others-ttl.sweden {
  background: #377E3F;
}
.opponent-country__others ul li .others-detail {
  padding: clamp(10px, 2.5vw, 20px);
  background: #fff;
}
.opponent-country__others ul li .others-detail a {
  margin-top: clamp(10px, 2.5vw, 20px);
}
.opponent-country__others .wc2026-footer-btn {
  background-image: none;
  background: none;
}
.opponent-country .swiper-opponent {
  padding: clamp(20px, 5vw, 50px) 0;
  background: #8C98A2;
  background: #BAC1C7;
  overflow: hidden;
  position: relative;
}
.opponent-country .swiper-opponent .swiper-wrapper {
  align-items: center;
}
.opponent-country .swiper-opponent .swiper-slide {
  transform: scale(0.82);
  opacity: 0.55;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.opponent-country .swiper-opponent .swiper-slide img {
  width: 100%;
}
.opponent-country .swiper-opponent .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.opponent-country .swiper-button-prev-opponent,
.opponent-country .swiper-button-next-opponent {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #001e55;
  top: calc(50% - 48px);
}
.opponent-country .swiper-button-prev-opponent::after,
.opponent-country .swiper-button-next-opponent::after {
  font-size: 1.8rem;
  font-weight: bold;
}
.opponent-country .swiper-button-prev-opponent {
  left: max(10px, 50% - 360px);
}
.opponent-country .swiper-button-next-opponent {
  right: max(10px, 50% - 360px);
}
@media (min-width: 768px) {
  .opponent-country .swiper-opponent .swiper-slide {
    transform: scale(0.9);
    opacity: 0.7;
  }
  .opponent-country .swiper-opponent .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }
  .opponent-country .swiper-button-prev-opponent,
  .opponent-country .swiper-button-next-opponent {
    width: 40px;
    height: 40px;
  }
  .opponent-country .swiper-button-prev-opponent::after,
  .opponent-country .swiper-button-next-opponent::after {
    font-size: 1.8rem;
  }
  .opponent-country .swiper-button-prev-opponent {
    left: 20%;
  }
  .opponent-country .swiper-button-next-opponent {
    right: 20%;
  }
}

/*--------------------------------------
TEAMS 出場国一覧
--------------------------------------*/
.teams-nav {
  background: #001e55;
}
.teams-nav ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teams-nav ul li {
  width: 16.6666666667%;
  padding: 3px 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}
.teams-nav ul li:nth-child(n+7) {
  border-bottom: none;
}
.teams-nav ul li:nth-child(6n) {
  border-right: none;
}
@media (min-width: 1025px) {
  .teams-nav ul li {
    padding: 5px 10px;
    border-bottom: none;
    border-right: none;
  }
}
.teams-nav a {
  width: fit-content;
  text-align: center;
  color: #fff;
  font-family: "Akshar", sans-serif;
  display: block;
  font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
  line-height: 1.3;
  position: relative;
}
@media (min-width: 1025px) {
  .teams-nav a {
    padding: 5px;
  }
}
.teams-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 0;
  background-color: #fff;
  transition: ease-out 0.3s;
  transform: translateX(-50%);
}
.teams-nav a:hover::after {
  width: 100%;
}
.teams-nav a span {
  display: block;
  font-size: 70%;
}

.flag-line {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 200/133;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flag-line img,
.flag-line a {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border: solid 1px #ddd;
  box-sizing: border-box;
}

.teams-block {
  background: url("../img/next-match-bg.jpg") no-repeat top center;
  background-size: cover;
}
.teams-block__list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: clamp(30px, 7.5vw, 50px);
}
.teams-block__list .note {
  margin: 10px 0 0;
  text-align: right;
  font-size: clamp(1.2rem, 3.5vw, 1.4rem);
}
.teams-block__list .teams-block__list-items {
  margin-top: clamp(30px, 7.5vw, 50px);
  padding-bottom: clamp(20px, 5vw, 30px);
  background: rgba(255, 255, 255, 0.8);
}
.teams-block__list .teams-block__list-items.japan h2 {
  background: #001e55;
  color: #fff;
}
.teams-block__list .teams-block__list-items h2 {
  margin: 0;
  padding: 10px 0 6px;
  background: #fff;
  text-align: center;
  font-family: "Overpass", sans-serif;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  transform: translateY(-0.05em);
  border-bottom: solid 2px #001e55;
  color: #001e55;
}
.teams-block__list .teams-block__list-items#group-b .item-ttl {
  min-height: clamp(90px, 21vw, 110px);
  box-sizing: border-box;
}
.teams-block__list .teams-block__list-items ul {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 2%;
}
@media (min-width: 1025px) {
  .teams-block__list .teams-block__list-items ul {
    padding: 30px;
    gap: 20px;
  }
  .teams-block__list .teams-block__list-items ul > * {
    flex: 1;
  }
}
.teams-block__list .teams-block__list-items ul li {
  width: 48%;
}
.teams-block__list .teams-block__list-items ul li .item-ttl {
  padding: 10px;
  margin-top: 10px;
  background: #E8EAEC;
}
.teams-block__list .teams-block__list-items ul li .item-ttl.c-japan {
  background: #0f3278;
}
.teams-block__list .teams-block__list-items ul li .item-ttl > div h3 {
  color: #333;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 1;
}
.teams-block__list .teams-block__list-items ul li .item-ttl > div h3.c-white {
  color: #fff;
}
.teams-block__list .teams-block__list-items ul li .item-ttl > div h3 span {
  font-size: 60%;
  margin-top: 5px;
  display: block;
}
.teams-block__list .teams-block__list-items ul li .item-ttl > div .fed-area {
  width: fit-content;
  margin: 8px 0 0 auto;
  padding: 0 10px;
  background: #333;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  border-radius: 15px;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.teams-block__list .teams-block__list-items ul li .item-ttl > div .fed-area.c-white {
  color: #333;
  background: #fff;
  font-weight: 600;
}
.teams-block__list .teams-block__list-items ul li dl {
  margin-top: 10px;
}
.teams-block__list .teams-block__list-items ul li dl dt,
.teams-block__list .teams-block__list-items ul li dl dd {
  margin: 0;
  padding: 5px 0;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
}
.teams-block__list .teams-block__list-items ul li dl dt {
  padding: 5px;
  font-weight: bold;
  background: #E8EAEC;
  display: block;
}
.teams-block__list .teams-block__list-items .cap {
  margin: 0;
  font-size: clamp(1rem, 3vw, 1.2rem);
  line-height: 1.3;
}
.teams-block__list .teams-block__list-items .btn-area a + a {
  margin-top: 10px;
}
.teams-block__map {
  padding: clamp(50px, 13vw, 100px) 0;
  background: url("../img/tickets-bg.jpg") no-repeat top center;
  background-size: cover;
}
.teams-block__map .teams-block__map-item {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(10px, 2.5vw, 30px) 0;
  background: rgb(255, 255, 255);
}
.teams-block__map .teams-block__map-item img {
  width: 100%;
}
.teams-block__map .title-main {
  color: #fff !important;
}
.teams-block__map-teams {
  padding: 10px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .teams-block__map-teams {
    padding: 0 20px;
    gap: 20px 50px;
  }
}
.teams-block__map-teams div {
  width: 100%;
}
@media (min-width: 1025px) {
  .teams-block__map-teams div {
    width: fit-content;
  }
}
.teams-block__map-teams h3 {
  min-width: 7em;
  height: 30px;
  border-radius: 15px;
  color: #001e55;
  border: solid 2px #001e55;
  line-height: 1;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .teams-block__map-teams h3 {
    height: 40px;
    border-radius: 20px;
  }
}
.teams-block__map-teams h3 span {
  margin-top: 2px;
  font-size: 80%;
  font-weight: normal;
  display: block;
}
.teams-block__map-teams ul {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .teams-block__map-teams ul {
    justify-content: center;
  }
}
.teams-block__map-teams ul li {
  width: calc((100% - 40px) / 5);
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .teams-block__map-teams ul li {
    width: 50px;
  }
}