@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 {
  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_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;
}

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

/*--------------------------------------
FIFAワールドカップ26アジア最終予選
--------------------------------------*/
a.btn_w {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #001e55;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}
a.btn_w::after {
  width: 10px;
  height: 10px;
  top: 14px;
  right: 30px;
  content: "";
  position: absolute;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
a.btn_w:hover {
  transition: 0.5s;
  background: #FABE00;
}
@media (min-width: 1025px) {
  a.btn_w {
    width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    padding-right: 40px;
  }
  a.btn_w::after {
    width: 20px;
    height: 20px;
    top: 18px;
    right: 50px;
  }
}

.title-sub-bg {
  margin: 0 auto 10px;
  padding: 5px 0 0;
  text-align: center;
  background: #fff;
  font-size: 18px;
  font-family: "Overpass", sans-serif;
  color: #a62d22;
  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: 30px;
  }
}

.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: 70px;
  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 {
    height: 80px;
    min-width: 1180px;
  }
}
.wc2026-header__nav-logo {
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 10px;
}
.wc2026-header__nav-logo img {
  height: 30px;
  margin-right: 50px;
}
@media (min-width: 768px) {
  .wc2026-header__nav-logo img {
    height: 40px;
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .wc2026-header__nav-logo {
    width: 100%;
    height: 40px;
    top: 20px;
    left: 30px;
  }
}

.wc2026-header__nav-ttl {
  margin: 5px 0 0 0;
  font-size: 10px;
  font-weight: bold;
  color: #d7000f;
  display: inline-block;
}
@media (min-width: 768px) {
  .wc2026-header__nav-ttl {
    margin: 7px 0 0 20px;
    font-size: 16px;
  }
  .wc2026-header__nav-ttl > div:first-child {
    width: auto;
    margin: 0;
  }
}

.sub-txt {
  font-size: 0.6em;
  vertical-align: baseline;
}

/*　ハンバーガーボタン　*/
.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: #d7000f;
  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: #d7000f;
  transform: rotate(-45deg);
}
.sp-nav.active span:nth-child(2), .sp-nav.active span:nth-child(3) {
  top: 16px;
  background: #d7000f;
  transform: 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;
  transition: 0.4s all;
}
.wc2026-nav ul li a {
  display: block;
  color: #d7000f;
  text-decoration: none;
  line-height: 1em;
  font-size: 30px;
}
@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;
    border-right: 3px solid #d7000f;
  }
  .wc2026-nav ul li a {
    font-size: 30px;
  }
}
.wc2026-nav.active {
  opacity: 100;
  visibility: visible;
}

.wc2026-kv-area {
  margin-top: 70px;
}
@media (min-width: 1025px) {
  .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;
}

/*--------------------------------------
NEXT MATCH
--------------------------------------*/
#samuraiblue .nextmatch-block {
  padding: 30px 5%;
  color: #001e55;
  text-align: center;
  background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/img/next-match-sb-bg-l_sp.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/img/next-match-sb-bg-r_sp.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/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) {
  #samuraiblue .nextmatch-block {
    padding: 100px 0;
    background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/img/next-match-sb-bg-l_pc.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/img/next-match-sb-bg-r_pc.png"), url("/samuraiblue/worldcup_2026/canadamexicousa2026/img/next-match-bg.jpg");
    background-size: contain, contain, cover;
  }
  #samuraiblue .nextmatch-block__box {
    position: relative;
  }
}
#samuraiblue .nextmatch-block .title-main {
  font-size: 26px;
  color: #d7000f;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block .title-main {
    font-size: 47px;
  }
}
#samuraiblue .nextmatch-block__main {
  max-width: 1140px;
  margin: 0 auto;
}
#samuraiblue .nextmatch-block__cdown {
  margin-bottom: 10px;
  padding: 10px 0 0;
  border: 2px solid #001e55;
  font-size: 18px;
  font-family: "Overpass", sans-serif;
}
#samuraiblue .nextmatch-block__cdown span {
  margin: 0 5px;
  font-size: 36px;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__cdown {
    width: 500px;
    margin: 0 auto 30px;
    font-size: 30px;
  }
  #samuraiblue .nextmatch-block__cdown span {
    font-size: 65px;
  }
}
#samuraiblue .nextmatch-block__day {
  display: grid;
  place-content: center;
  place-items: center;
}
#samuraiblue .nextmatch-block__day-block {
  display: flex;
  align-items: flex-end;
  font-family: "Overpass", sans-serif;
}
#samuraiblue .nextmatch-block__day-day {
  margin-right: 10px;
  display: flex;
  align-items: flex-end;
}
#samuraiblue .nextmatch-block__day-day span:first-child {
  margin-right: 5px;
  padding: 0;
  display: block;
  font-size: 60px;
  letter-spacing: -0.05em;
}
#samuraiblue .nextmatch-block__day-day span:last-child {
  margin-bottom: 10px;
  display: block;
  font-size: 37px;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__day-day {
    margin-right: 20px;
  }
  #samuraiblue .nextmatch-block__day-day span:first-child {
    margin-right: 10px;
    font-size: 100px;
    letter-spacing: 0;
  }
  #samuraiblue .nextmatch-block__day-day span:last-child {
    margin-bottom: 17px;
    font-size: 46px;
  }
}
#samuraiblue .nextmatch-block__day-time span:first-child {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 28px;
  line-height: 1em;
}
#samuraiblue .nextmatch-block__day-time span:last-child {
  margin-bottom: 12px;
  display: block;
  font-size: 16px;
  letter-spacing: -0.05em;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__day-time span:first-child {
    margin-bottom: -5px;
    font-size: 55px;
  }
  #samuraiblue .nextmatch-block__day-time span:last-child {
    margin-bottom: 24px;
    font-size: 30px;
  }
}
#samuraiblue .nextmatch-block__day-japan-time {
  margin: -10px 0 10px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__day-japan-time {
    margin: -10px 0 20px;
  }
}
#samuraiblue .nextmatch-block__flag {
  display: flex;
  place-content: center;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__flag {
    justify-content: space-between;
  }
}
#samuraiblue .nextmatch-block__flag-l, #samuraiblue .nextmatch-block__flag-r {
  width: 50%;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__flag-l, #samuraiblue .nextmatch-block__flag-r {
    margin: 0;
    width: 250px;
    position: absolute;
    top: 0;
  }
}
#samuraiblue .nextmatch-block__flag-l span, #samuraiblue .nextmatch-block__flag-r span {
  margin: 10px 0;
  display: block;
  font-size: 18px;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__flag-l span, #samuraiblue .nextmatch-block__flag-r span {
    font-size: 31px;
  }
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__flag-l {
    left: 0;
  }
  #samuraiblue .nextmatch-block__flag-r {
    right: 0;
  }
}
#samuraiblue .nextmatch-block__flag-icon {
  width: 100px;
  border: solid 1px #666;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__flag-icon {
    width: 200px;
  }
}
#samuraiblue .nextmatch-block__info {
  padding: 5px;
  border: 2px solid #001e55;
  font-size: 14px;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__info {
    border: none;
    font-size: 18px;
  }
}
#samuraiblue .nextmatch-block__stadium {
  line-height: 1.5em;
}
#samuraiblue .nextmatch-block__tv {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__tv {
    font-size: 18px;
  }
}
#samuraiblue .nextmatch-block__nav {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__nav {
    margin-top: 50px;
  }
}
#samuraiblue .nextmatch-block__nav ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
#samuraiblue .nextmatch-block__nav ul li a {
  width: 100%;
  height: 50px;
  padding: 0 0 0 20px;
  display: block;
  text-align: left;
  background: white;
  border-radius: 3px;
  line-height: 50px;
  box-sizing: border-box;
  position: relative;
  font-weight: normal;
}
#samuraiblue .nextmatch-block__nav ul li a span {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 2px;
  background: #001e55;
}
#samuraiblue .nextmatch-block__nav ul li a span::after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
#samuraiblue .nextmatch-block__nav ul li a.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;
}
#samuraiblue .nextmatch-block__nav ul li a.no-link {
  pointer-events: none;
  color: #bac1c7;
}
#samuraiblue .nextmatch-block__nav ul li a.no-link span {
  background: #bac1c7;
}
#samuraiblue .nextmatch-block__nav ul li a:hover {
  background: #005ab4;
  color: white;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__nav ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  #samuraiblue .nextmatch-block__nav ul li:not(:last-of-type) {
    margin: 0 20px 0 0;
  }
  #samuraiblue .nextmatch-block__nav ul li a {
    width: 300px;
    height: 60px;
    padding: 0 0 0 20px;
    line-height: 60px;
  }
  #samuraiblue .nextmatch-block__nav ul li a span {
    height: 50px;
    width: 50px;
  }
  #samuraiblue .nextmatch-block__nav ul li a span::after {
    width: 15px;
    height: 15px;
    top: 17px;
    left: 13px;
  }
  #samuraiblue .nextmatch-block__nav ul li a.sold-out::after {
    top: 5px;
    right: 75px;
  }
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__ttl {
    font-size: 47px;
  }
}
#samuraiblue .nextmatch-block__ttl-sm {
  margin: 15px 0;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__ttl-sm {
    margin: 30px 0;
  }
}
#samuraiblue .nextmatch-block__ttl-sub {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #samuraiblue .nextmatch-block__ttl-sub {
    margin: -30px 0 30px;
    font-size: 21px;
  }
}

/*--------------------------------------
FIXTURES & RESULTS
--------------------------------------*/
#samuraiblue .results-block {
  padding: 30px 0;
  overflow: hidden;
  background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/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: 40px;
  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: 22px;
  line-height: 1em;
}
#samuraiblue .results-block__list-head-day span.or {
  margin: 0 5px;
  font-size: 24px;
  display: inline-block;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-head-day__list-head-day {
    font-size: 50px;
  }
  #samuraiblue .results-block__list-head-day__list-head-day span {
    margin-left: 10px;
    font-size: 32px;
  }
  #samuraiblue .results-block__list-head-day__list-head-day span.or {
    font-size: 30px;
  }
}
#samuraiblue .results-block__list-head-day-1l {
  font-size: 30px;
  line-height: 58px;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-head-day-1l {
    font-size: 40px;
    line-height: 78px;
    text-align: center;
  }
}
#samuraiblue .results-block__list-head-time {
  color: white;
  font-size: 18px;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
}
#samuraiblue .results-block__list-head-time span {
  font-size: 12px;
  line-height: 1em;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-head-time {
    font-size: 28px;
  }
  #samuraiblue .results-block__list-head-time span {
    font-size: 16px;
  }
}
#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: 16px;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-body p {
    font-size: 21px;
  }
}
#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: 12px;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-body p.t-name {
    font-size: 16px;
  }
}
#samuraiblue .results-block__list-body p.t-name_cred {
  margin-bottom: 5px;
  font-size: 12px;
  color: #d7000f;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-body p.t-name_cred {
    font-size: 16px;
  }
}
#samuraiblue .results-block__list-body-wc {
  display: grid;
  place-content: center;
  place-items: center;
}
#samuraiblue .results-block__list-body-wc p {
  font-size: 20px;
  text-align: center;
  color: #001e55;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-body-wc p {
    font-size: 30px;
  }
}
#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: 55px;
  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: 14px;
}
#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: 70px;
  }
  #samuraiblue .results-block__score p:first-child {
    width: 20%;
  }
  #samuraiblue .results-block__score p:last-child {
    width: 30%;
    font-size: 16px;
  }
  #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: 16px;
  background: #900f03;
}
@media (min-width: 1025px) {
  #samuraiblue .results-block__list-btn a {
    font-size: 21px;
  }
}
#samuraiblue .results-block__list-btn a span {
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 2px;
  background: #a62d22;
}
#samuraiblue .results-block__list-btn a span::after {
  width: 15px;
  height: 15px;
  top: 17px;
  left: 13px;
  content: "";
  position: absolute;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
#samuraiblue .results-block__list-btn a:hover {
  color: #a62d22;
  background: white;
}
#samuraiblue .results-block__list-btn a:hover span {
  background: #a62d22;
  transition: 0.5s;
}
#samuraiblue .results-block__list-btn a:hover span::after {
  transition: 0.5s;
}
#samuraiblue .results-block__list-btn a.no-link {
  pointer-events: none;
  background: #555;
}
#samuraiblue .results-block__list-btn a.no-link span {
  background: #333;
}
#samuraiblue .results-blockk__btn-block {
  width: 100%;
  margin: 0 auto;
}

/*--------------------------------------
RESULTS
--------------------------------------*/
.results-table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 5px;
  color: #a62d22;
  line-height: 1.3;
}
.results-table th {
  font-size: 8px;
  font-weight: normal;
  color: #fff;
}
.results-table td {
  padding: 3px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.results-table td.rank {
  width: 30px;
  height: 30px;
  padding: 3px 0 0 0;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 16px;
  border: solid 2px #ccc;
}
.results-table td.flag img {
  width: 25px;
  margin: 0 2px;
  border: solid 1px #666;
}
.results-table td.ctry {
  text-align: left;
}
.results-table tbody {
  background-color: #ccc;
}
.results-table tbody td.rank {
  color: #fff;
  background: #333;
}
@media (min-width: 1025px) {
  .results-table {
    border-spacing: 0 10px;
  }
  .results-table th {
    font-size: 18px;
  }
  .results-table td {
    padding: 3px 0 0 0;
    font-size: 32px;
  }
  .results-table td.rank {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 0;
    font-size: 32px;
  }
  .results-table td.flag {
    width: 10%;
  }
  .results-table td.flag img {
    margin: 5px 0 0 0;
    width: 50px;
  }
  .results-table td.ctry {
    width: 40%;
    color: #333;
  }
  .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 .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/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;
  }
}

/*--------------------------------------
NEWS
--------------------------------------*/
#samuraiblue .news-block {
  padding: 30px 0 !important;
  margin: 0 !important;
  z-index: 0;
  background: #fff;
}
#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;
  }
}

/*--------------------------------------
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;
  }
}
/*--------------------------------------
ABOUT
--------------------------------------*/
#samuraiblue .about-block .title-main {
  color: white;
}

.about-block {
  padding: 30px 0;
  background-image: url("/samuraiblue/worldcup_2026/canadamexicousa2026/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 {
  padding: 5px;
  background: #fff;
}
@media (min-width: 1025px) {
  .about-block__inner {
    padding: 10px;
  }
}
.about-block__note {
  padding: 20px 0;
  font-size: 14px;
  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: 50px 0;
    font-size: 21px;
    line-height: 2;
  }
}

.youtube-block {
  padding: 20px 5%;
  background: #e55e91;
}
@media (min-width: 1025px) {
  .youtube-block {
    padding: 50px 0;
  }
}
.youtube-block div {
  width: 100%;
  max-width: 640px;
  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%;
}

/*--------------------------------------
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);
}

/*--------------------------------------
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-tcam,
.swiper-pagination-pum,
.swiper-pagination-res,
.swiper-pagination-scon {
  height: 25px;
  padding: 10px 0;
  margin-top: -70px;
  position: static;
  box-sizing: border-box;
}

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

.swiper-pagination-res {
  padding: 0px 0 50px;
  margin-top: 0px;
}

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

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

#samuraiblue-block .swiper-pagination-bullet.swiper-pagination-bullet-active,
#u23-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fabe00;
}

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

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

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

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
}

.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,
  .swiper-pagination-tcam,
  .swiper-pagination-pum {
    margin-top: 0px;
  }
  .swiper-pagination-res {
    padding: 20px 0 50px;
    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: 50px;
    height: 15px;
    margin: 0 10px;
  }
}