@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, .results-block__list-body p span:last-child {
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .txt-m, .results-block__list-body p span:last-child {
    font-size: 16px;
  }
}

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

.txt-ll, .results-block__list-body p, .results-block__list-btn a {
  font-size: 16px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .txt-ll, .results-block__list-body p, .results-block__list-btn a {
    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);
}

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

/*--------------------------------------
親善試合
20240322
Lv1
--------------------------------------*/
/*--------------------------------------
NEXT MATCH
--------------------------------------*/
#u23-block .nextmatch-block {
  background-image: url("/img/category_top/next-match-u23-bg-l_sp.png"), url("/img/category_top/next-match-u23-bg-r_sp.png"), url("/national_team/u23_2024/20240322/img_sp/next-match-0325-bg_pc.png");
  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) {
  #u23-block .nextmatch-block {
    background-image: url("/img/category_top/next-match-u23-bg-l_pc.png"), url("/img/category_top/next-match-u23-bg-r_pc.png"), url("/national_team/u23_2024/20240322/img_sp/next-match-0325-bg_pc.png");
    background-size: contain, contain, cover;
  }
}
#u23-block .nextmatch-block__nav ul li a.sp-btn {
  letter-spacing: -0.1em;
  background: #005AB4;
  border: 2px solid white;
  color: white;
}
#u23-block .nextmatch-block__nav ul li a.sp-btn span {
  top: 3px;
  right: 3px;
  background: #3296d7;
}
#u23-block .nextmatch-block__nav ul li a.sp-btn span:hover {
  background: #005AB4;
}
#u23-block .nextmatch-block__nav ul li a.sp-btn:hover {
  background: #3296d7;
  color: white;
  transition: 0.5s;
}
#u23-block .nextmatch-block__nav ul li a.sp-btn:hover span {
  background: #005AB4;
}
#u23-block .nextmatch-block__flag-icon {
  border: 1px solid white;
}

/*--------------------------------------
FIXTURES & RESULTS
--------------------------------------*/
.results-block {
  padding: 30px 0;
  background: #005AB4;
  overflow: hidden;
}
.results-block h2.title-main_w {
  color: white;
}
@media (min-width: 1025px) {
  .results-block {
    padding: 100px 0;
  }
}
.results-block__main {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.results-block p {
  margin: 0;
  padding: 0;
}
.results-block ul {
  margin: 0;
}
.results-block ul.swiper-wrapper {
  margin: 0;
}
@media (min-width: 1025px) {
  .results-block ul {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
}
.results-block__list {
  width: 100%;
  margin-bottom: 20px;
  background: white;
  border-radius: 3px;
}
@media (min-width: 1025px) {
  .results-block__list {
    width: 400px;
    margin-bottom: 0;
    position: relative;
  }
  .results-block__list:not(:last-of-type) {
    margin-right: 50px;
  }
}
.results-block__list-head {
  padding: 10px 10px 5px;
  background: rgba(0, 90, 180, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px 3px 0 0;
}
.results-block__list-head-day {
  color: white;
  font-size: 40px;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
}
.results-block__list-head-day span {
  margin-left: 5px;
  display: inline-block;
  font-size: 22px;
  line-height: 1em;
}
.results-block__list-head-time {
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
}
.results-block__list-head-time span {
  display: block;
  font-size: 12px;
  line-height: 1em;
}
@media (min-width: 1025px) {
  .results-block__list-head-day {
    font-size: 50px;
  }
  .results-block__list-head-day span {
    margin-left: 10px;
    font-size: 32px;
  }
  .results-block__list-head-time {
    font-size: 28px;
  }
  .results-block__list-head-time span {
    font-size: 16px;
  }
}
.results-block__list-body {
  height: 180px;
  padding: 10px;
}
.results-block__list-body p {
  height: 5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3em;
}
.results-block__list-body p span {
  display: block;
  font-weight: normal;
  line-height: 1.5em;
}
.results-block__list-body p span:last-child {
  line-height: 1.5em;
}
.results-block__list-body div {
  display: flex;
  justify-content: space-between;
}
.results-block__list-body div p {
  width: 49%;
  padding: 0;
  margin: 0;
  font-size: 60px;
  line-height: 1em;
  font-family: "Overpass", sans-serif;
  text-align: center;
}
.results-block__list-body div p:first-child {
  width: 18%;
  margin-left: -10px;
}
.results-block__list-body div p:last-child {
  width: 33%;
  line-height: 1em;
}
.results-block__list-body div p:last-child img {
  width: 50px;
  border: 1px solid #bac1c7;
}
.results-block__list-body div p:last-child span {
  margin-top: -10px;
  display: block;
  line-height: 1em;
}
@media (min-width: 1025px) {
  .results-block__list-body {
    height: 230px;
    padding: 10px 10px 70px;
  }
  .results-block__list-body div p {
    width: 50%;
    font-size: 70px;
  }
  .results-block__list-body div p:first-child {
    width: 20%;
  }
  .results-block__list-body div p:last-child {
    width: 30%;
  }
  .results-block__list-body div p:last-child img {
    width: 75px;
  }
  .results-block__list-body div p:last-child span {
    margin-top: -10px;
  }
}
.results-block__list-btn a {
  width: 100%;
  height: 60px;
  padding: 0 50px 0 0px;
  display: block;
  text-align: center;
  background: #3296d7;
  border-radius: 0 0 3px 3px;
  line-height: 60px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
.results-block__list-btn a span {
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 2px;
  background: #005AB4;
}
.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);
}
.results-block__list-btn a:hover {
  color: #005AB4;
  border-top: 2px solid #005AB4;
  background: white;
}
.results-block__list-btn a:hover span {
  background: #005AB4;
  transition: 0.5s;
}
.results-block__list-btn a:hover span::after {
  transition: 0.5s;
}
.results-block__list-btn a.no-link {
  pointer-events: none;
  background: #bac1c7;
}
.results-block__list-btn a.no-link span {
  background: #707070;
}
@media (min-width: 1025px) {
  .results-block__list-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
.results-block__btn-block {
  width: 100%;
  margin: 0 auto;
}

a.btn_w {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding-right: 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: white;
  background: #005AB4;
}
a.btn_w::before {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-35deg);
  content: "";
  background-color: #3296d7;
}
a.btn_w::after {
  width: 10px;
  height: 10px;
  top: 14px;
  right: 40px;
  content: "";
  position: absolute;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
@media (min-width: 1025px) {
  a.btn_w {
    width: 600px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    padding-right: 20px;
  }
  a.btn_w::after {
    width: 20px;
    height: 20px;
    top: 18px;
    right: 60px;
  }
}
a.btn_w:hover {
  color: #005AB4;
  transition: 0.5s;
}
a.btn_w:hover::before {
  background: white;
  transition: 0.5s;
}
a.btn_w:hover::after {
  border-top: 2px solid #005AB4;
  border-right: 2px solid #005AB4;
  transition: 0.5s;
}

/*--------------------------------------
CONTENTS
--------------------------------------*/
.contents-block {
  padding: 0;
}
.contents-block__main {
  padding: 30px 0 0;
}
@media (min-width: 1025px) {
  .contents-block__main {
    padding: 100px 0;
  }
}
.contents-block__con {
  padding: 30px 0;
}
@media (min-width: 1025px) {
  .contents-block__con {
    padding: 100px 0;
  }
}

#u23-block .contents-block {
  background: none;
}
#u23-block .contents-block__main {
  background: url("/national_team/u23_2024/20240322/img_sp/contents-0325-bg.jpg");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center top 0;
}
@media (min-width: 1025px) {
  #u23-block .contents-block__main {
    background-size: cover;
  }
}

/*--------------------------------------
NEWS
--------------------------------------*/
/*--------------------------------------
swiperスライダー（FIXTURES & RESULTS部分）
--------------------------------------*/
.swiper-results {
  margin: 0;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .swiper-results {
    padding-bottom: 60px;
  }
}

.swiper-results-btn-next,
.swiper-results-btn-prev {
  width: 40px;
  height: 40px;
  border: 3px solid #ffffff;
  border-radius: 50px;
  z-index: 100;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
}

.swiper-results-btn-next::after,
.swiper-results-btn-prev::after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.swiper-results-btn-next::after {
  top: 11px;
  right: 15px;
  transform: rotate(45deg);
}

.swiper-results-btn-prev::after {
  top: 11px;
  left: 15px;
  transform: rotate(-135deg);
}

.swiper-results-btn-prev {
  left: 0;
}

.swiper-results-btn-next {
  right: 0;
}/*# sourceMappingURL=category_top_20240322.css.map */