@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);
}

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

/*--------------------------------------
パリオリンピック2024
--------------------------------------*/
.btn-outer {
  max-width: 250px;
  width: 90%;
  height: 40px;
  margin: 0 auto;
  padding: 0 40px 0 0;
  display: block;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  transition: all 0.5s;
  color: white;
  transform: skewX(-7deg);
  text-align: center;
}
@media (min-width: 1025px) {
  .btn-outer {
    height: 50px;
    padding: 0 50px 0 0;
    font-size: 16px;
    line-height: 50px;
  }
}
.btn-outer:hover {
  opacity: 0.6;
}
.btn-outer span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: white;
}
@media (min-width: 1025px) {
  .btn-outer span {
    width: 50px;
    height: 50px;
  }
}
.btn-outer span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  color: black;
  width: 15px;
  height: 1px;
  background: black;
}
.btn-outer span::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid black;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .btn-outer span {
    width: 50px;
    height: 50px;
  }
  .btn-outer span::after {
    right: 20px;
  }
  .btn-outer span::before {
    right: 15px;
  }
}
.btn-outer__en {
  font-size: 20px;
}
.btn-outer_u23 {
  background: #3296d7;
  border: 2px solid #3296d7;
}
.btn-outer_bs {
  background: #005AB4;
  border: 2px solid #005AB4;
}
.btn-outer_nj {
  background: #dc236e;
  border: 2px solid #dc236e;
}

/*--------------------------------------
NEXT MATCH
--------------------------------------*/
#nadeshikojapan-block .nextmatch-block {
  color: white;
  background: rgba(220, 35, 110, 0.7);
  background-image: url("/img/category_top/next-match-nj-bg-l_sp.png"), url("/img/category_top/next-match-nj-bg-r_sp.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0 top 0, right 0 bottom 0;
  background-size: 50%, 50%;
}
@media (min-width: 1025px) {
  #nadeshikojapan-block .nextmatch-block {
    background-image: url("/img/category_top/next-match-nj-bg-l_pc.png"), url("/img/category_top/next-match-nj-bg-r_pc.png");
    background-size: contain, contain;
  }
}
#nadeshikojapan-block .nextmatch-block__cdown {
  border: 1px solid white;
}
#nadeshikojapan-block .nextmatch-block .nextmatch-block__nav a {
  border: 1px solid white;
}
#nadeshikojapan-block .nextmatch-block .nextmatch-block__fq_row li:first-child {
  border: 1px solid #6e0f6e;
}
#nadeshikojapan-block .nextmatch-block__bnr {
  max-width: 640px;
  margin: 20px auto;
}
@media (min-width: 1025px) {
  #nadeshikojapan-block .nextmatch-block__bnr {
    margin: 50px auto;
  }
}

.youtube-block {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  background: none;
}
.youtube-block div {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.youtube-block h3 {
  margin-bottom: 10px;
  color: black;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
}
@media (min-width: 1025px) {
  .youtube-block h3 {
    font-size: 24px;
  }
}
.youtube-block p {
  font-size: 10px;
}
@media (min-width: 1025px) {
  .youtube-block p {
    font-size: 12px;
  }
}
.youtube-block__bg {
  background: url("/national_team/paris_olympic_2024/img/main-bg.jpg") repeat-y;
  background-size: 100% auto;
}
.youtube-block__main {
  padding: 20px 0;
  background-image: url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_left.png"), url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_right.png");
  background-repeat: repeat-y, repeat-y;
  background-position: left 0 top 0, right 0 top 0;
  background-size: 25%, 25%;
}
@media (min-width: 1025px) {
  .youtube-block__main {
    padding: 50px 0;
    background-image: url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_left.png"), url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_right.png");
    background-repeat: repeat-y, repeat-y;
    background-position: left 0 top 0, right 0 top 0;
    background-size: 15%, 15%;
  }
}

.po2024-schedule {
  background: url("/national_team/paris_olympic_2024/img/main-bg.jpg") repeat-y;
  background-size: 100% auto;
}
.po2024-schedule h3 {
  margin-bottom: 10px;
  color: black;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
}
@media (min-width: 1025px) {
  .po2024-schedule h3 {
    font-size: 24px;
  }
}
.po2024-schedule__bg {
  padding: 20px 0;
  background-image: url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_left.png"), url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_right.png");
  background-repeat: repeat-y, repeat-y;
  background-position: left 0 top 0, right 0 top 0;
  background-size: 25%, 25%;
}
@media (min-width: 1025px) {
  .po2024-schedule__bg {
    padding: 50px 0;
    background-image: url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_left.png"), url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_right.png");
    background-repeat: repeat-y, repeat-y;
    background-position: left 0 top 0, right 0 top 0;
    background-size: 15%, 15%;
  }
}
.po2024-schedule__results-table_nj {
  width: 90%;
  max-width: 1140px;
  margin: 20px auto 0;
  background: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  .po2024-schedule__results-table_nj {
    width: calc(100% - 15px);
    margin-top: 50px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  }
}
.po2024-schedule__results-table_nj h4 {
  margin: 0;
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 1025px) {
  .po2024-schedule__results-table_nj h4 {
    padding-top: 30px;
    font-size: 24px;
  }
}
.po2024-schedule__results-table_nj table {
  padding: 10px;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.po2024-schedule__results-table_nj table th {
  font-size: 8px;
  font-weight: normal;
}
.po2024-schedule__results-table_nj table .table__rank-mt {
  background-color: #f8d4e2;
}
.po2024-schedule__results-table_nj table .table__rank-mt td.rank {
  background: #dc236e;
}
.po2024-schedule__results-table_nj table tbody {
  background-color: #dedede;
}
.po2024-schedule__results-table_nj table tbody td.rank {
  background: #707070;
}
.po2024-schedule__results-table_nj table td {
  padding: 3px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.po2024-schedule__results-table_nj table td.rank {
  width: 30px;
  height: 30px;
  padding: 3px 0 0 0;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 18px;
  color: white;
}
.po2024-schedule__results-table_nj table td:nth-child(2) img {
  width: 30px;
}
.po2024-schedule__results-table_nj table td:nth-child(3) {
  text-align: left;
}
@media (min-width: 1025px) {
  .po2024-schedule__results-table_nj table {
    padding: 20px;
    border-spacing: 0 10px;
  }
  .po2024-schedule__results-table_nj table th {
    font-size: 18px;
  }
  .po2024-schedule__results-table_nj table td {
    padding: 3px 0 0 0;
    font-size: 26px;
  }
  .po2024-schedule__results-table_nj table td.rank {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 0;
    font-size: 32px;
  }
  .po2024-schedule__results-table_nj table td:nth-child(2) img {
    width: 50px;
  }
  .po2024-schedule__results-table_nj table td:nth-child(2) {
    width: 10%;
  }
  .po2024-schedule__results-table_nj table td:nth-child(3) {
    width: 40%;
  }
  .po2024-schedule__results-table_nj table td:nth-child(4), .po2024-schedule__results-table_nj table td:nth-child(5), .po2024-schedule__results-table_nj table td:nth-child(6), .po2024-schedule__results-table_nj table td:nth-child(7), .po2024-schedule__results-table_nj table td:nth-child(8) {
    width: 10%;
  }
}
.po2024-schedule__results-table_nj h4 {
  color: #dc236e;
}
.po2024-schedule__results-table_nj table .table__rank-mt {
  background-color: #f8d4e2;
}
.po2024-schedule__results-table_nj table .table__rank-mt td.rank {
  background: #dc236e;
}
.po2024-schedule__results-regulation_nj {
  padding: 0 10px 10px 10px;
  text-align: center;
}
.po2024-schedule__results-regulation_nj h5 {
  margin: 0;
  font-size: 14px;
}
.po2024-schedule__results-regulation_nj p {
  margin: 5px 0 0 0;
  font-size: 10px;
  line-height: 1.3em;
}
@media (min-width: 1025px) {
  .po2024-schedule__results-regulation_nj {
    padding: 0 20px 20px 20px;
  }
  .po2024-schedule__results-regulation_nj h5 {
    font-size: 18px;
  }
  .po2024-schedule__results-regulation_nj p {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
}
.po2024-schedule__results-regulation_nj h5 {
  color: #dc236e;
}
.po2024-schedule__results-chart {
  padding: 10px;
}
@media (min-width: 1025px) {
  .po2024-schedule__results-chart {
    padding: 20px;
  }
}
.po2024-schedule__btn {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .po2024-schedule__btn {
    margin-top: 50px;
  }
}

/*--------------------------------------
FIXTURES & RESULTS
--------------------------------------*/
.results-block {
  padding: 30px 0;
  background: #e55e91;
  background: rgba(220, 35, 110, 0.6);
  overflow: hidden;
}
@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: #dc236e;
  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;
  letter-spacing: -0.01em;
}
.results-block__list-head-day span {
  margin-left: 5px;
  display: inline-block;
  font-size: 22px;
  line-height: 1em;
}
.results-block__list-head-day span.or {
  margin: 0 5px;
  font-size: 24px;
  display: inline-block;
}
.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-day span.or {
    font-size: 30px;
  }
  .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%;
  height: 2em;
  padding: 0;
  margin: 0;
  font-size: 55px;
  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 {
  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: #6e0f6e;
  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: #dc236e;
}
.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: #6e0f6e;
  border-top: 2px solid #6e0f6e;
  background: white;
}
.results-block__list-btn a:hover span {
  background: #6e0f6e;
  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;
  color: white;
}
.results-block__list-btn a.no-link span {
  background: #707070;
}
.results-block__list-btn a.no-link span::after {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
@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: 5px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 40px;
  color: white;
  font-family: "Overpass", sans-serif;
}
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: #6e0f6e;
  border-radius: 7px 0 7px 0;
}
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: white;
  transition: 0.5s;
}
a.btn_w:hover::before {
  background: #dc236e;
  color: black;
  transition: 0.5s;
}
a.btn_w:hover::after {
  border-top: 2px solid white;
  border-right: 2px solid white;
  transition: 0.5s;
}

/*--------------------------------------
CONTENTS
--------------------------------------*/
#nadeshikojapan-block .contents-block {
  background: url("/national_team/paris_olympic_2024/img/main-bg.jpg") repeat-y;
  background-size: 100% auto;
  color: black;
}
#nadeshikojapan-block .contents-block__main {
  padding: 30px 0;
  background-image: url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_left.png"), url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_right.png");
  background-repeat: repeat-y, repeat-y;
  background-position: left 0 top 0, right 0 top 0;
  background-size: 25%, 25%;
}
@media (min-width: 1025px) {
  #nadeshikojapan-block .contents-block__main {
    padding: 100px 0;
    background-image: url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_left.png"), url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_right.png");
    background-repeat: repeat-y, repeat-y;
    background-position: left 0 top 0, right 0 top 0;
    background-size: 15%, 15%;
  }
}