@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_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_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_cb::after,
.title-line_cb-s::after {
  right: -290px;
}
.title-line::before,
.title-line_s::before,
.title-line_cb::before,
.title-line_cb-s::before {
  left: -290px;
}
@media (min-width: 1025px) {
  .title-line,
  .title-line_s,
  .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_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_cb::after,
  .title-line_cb-s::after {
    right: 0px;
  }
  .title-line::before,
  .title-line_s::before,
  .title-line_cb::before,
  .title-line_cb-s::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;
}

/*--------------------------------------
FIFAワールドカップ26アジア最終予選
--------------------------------------*/
/*--------------------------------------
NEXT MATCH
--------------------------------------*/
.match-block {
  background: #0f3278;
}
.match-block__final-info {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  color: white;
}
@media (min-width: 1025px) {
  .match-block__final-info {
    padding: 50px 0;
  }
}
.match-block__final-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #FABE00;
}
@media (min-width: 1025px) {
  .match-block__final-ttl {
    font-size: 21px;
  }
}
.match-block__final-group {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .match-block__final-group {
    margin-top: 30px;
  }
}
.match-block__final-group div {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.match-block__final-group div:before, .match-block__final-group div:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: white;
}
.match-block__final-group div:before {
  margin-right: 1rem;
}
.match-block__final-group div:after {
  margin-left: 1rem;
}
@media (min-width: 1025px) {
  .match-block__final-group div {
    font-size: 18px;
  }
  .match-block__final-group div:before, .match-block__final-group div:after {
    height: 2px;
  }
}
.match-block__final-group ul {
  margin-top: -9px;
  padding: 20px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.match-block__final-group ul li {
  width: calc(50% - 10px);
}
@media (min-width: 1025px) {
  .match-block__final-group ul {
    padding: 30px;
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    flex-wrap: nowrap;
  }
  .match-block__final-group ul li {
    width: auto;
  }
}
.match-block__final-btn {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .match-block__final-btn {
    margin-top: 50px;
  }
}

@media (min-width: 1025px) {
  #samuraiblue-block .match-block a.btn_w {
    width: 600px;
  }
}
#samuraiblue-block .match-block a.btn_w:hover::before {
  background: #001e55;
}/*# sourceMappingURL=wc2026-final_q.css.map */