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

.txt-l, .afc2023-contents__nav ul li a, .afc2023-knockout__list-body > div:first-child > p span, .standings-block__overview p, .results-block__list-body p span, .afc-qatar-block ul li a, .afc-qatar-block__list ul li div h4 {
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .txt-l, .afc2023-contents__nav ul li a, .afc2023-knockout__list-body > div:first-child > p span, .standings-block__overview p, .results-block__list-body p span, .afc-qatar-block ul li a, .afc-qatar-block__list ul li div h4 {
    font-size: 18px;
  }
}

.txt-ll, .afc2023-knockout__list-body > div:first-child > p, .afc2023-knockout__list-btn > div a, .results-block__list-body p, .results-block__list-btn > div a {
  font-size: 16px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .txt-ll, .afc2023-knockout__list-body > div:first-child > p, .afc2023-knockout__list-btn > div a, .results-block__list-body p, .results-block__list-btn > div 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, .tournamentname-block h2, .standings-block__overview {
  font-size: 21px;
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .title-m, .tournamentname-block h2, .standings-block__overview {
    font-size: 28px;
  }
}

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

/*--------------------------------------
FIFAワールドカップ26アジア2次予選
兼AFCアジアカップサウジアラビア2027予選
Lv2
--------------------------------------*/
.afc2023-header__nav {
  height: 60px;
  background: #041c4b;
  padding: 10px 0 0;
  box-sizing: border-box;
  border-bottom: #b09639 5px solid;
  display: grid;
  place-content: center;
  place-items: center;
}
.afc2023-header__nav-logo {
  width: 92px;
  margin: 0 auto;
}
.afc2023-header__ttl {
  margin: 0;
  padding: 10px 0;
  color: #9ce230;
  background: #6b52cd;
  text-align: center;
  font-size: 24px;
  line-height: 1em;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .afc2023-header__ttl {
    font-size: 32px;
  }
}

.afc2023-contents__nav {
  background: #6b52cd;
}
.afc2023-contents__nav ul {
  display: flex;
  place-content: center;
  place-items: center;
}
.afc2023-contents__nav ul li {
  margin: 0 10px;
  padding: 5px 0;
}
.afc2023-contents__nav ul li a {
  font-weight: bold;
  color: #9ce230;
}
.afc2023-contents__nav ul li a:hover {
  opacity: 0.5;
}
@media (min-width: 1025px) {
  .afc2023-contents__nav ul li {
    margin: 0 20px;
  }
}

.afc2023-knockout__list {
  margin-bottom: 50px;
}
.afc2023-knockout__list li {
  width: 100%;
  height: 240px;
  margin-top: 10px;
  background: white;
  border-radius: 3px;
  position: relative;
}
@media (min-width: 1025px) {
  .afc2023-knockout__list {
    margin-bottom: 80px;
  }
  .afc2023-knockout__list li {
    height: 200px;
    margin-top: 30px;
  }
}
.afc2023-knockout__list-head {
  padding: 10px 10px 5px;
  background: rgba(127, 102, 243, 0.6);
  border-radius: 3px 3px 0 0;
  color: white;
}
@media (min-width: 1025px) {
  .afc2023-knockout__list-head {
    padding: 10px 20px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.afc2023-knockout__list-head-l {
  font-size: 22px;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
  text-align: left;
}
.afc2023-knockout__list-head-l > p {
  margin: 0;
  padding: 0;
}
.afc2023-knockout__list-head-r {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  font-size: 18px;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
}
.afc2023-knockout__list-head-r > p {
  margin: 0;
  padding: 0;
}
.afc2023-knockout__list-head-r > p:first-child {
  font-size: 36px;
  line-height: 1em;
}
.afc2023-knockout__list-head-r > p:first-child > span {
  margin: 0 10px 0 5px;
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
}
.afc2023-knockout__list-head-r > p:last-child {
  line-height: 1em;
}
.afc2023-knockout__list-head-r > p:last-child > span {
  display: block;
  font-size: 12px;
  line-height: 1em;
}
.afc2023-knockout__list-body {
  padding: 10px;
}
@media (min-width: 1025px) {
  .afc2023-knockout__list-body {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
  }
}
.afc2023-knockout__list-body > div:first-child {
  width: 100%;
}
.afc2023-knockout__list-body > div:first-child > p {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.3em;
  text-align: left;
}
.afc2023-knockout__list-body > div:first-child > p span {
  display: block;
  font-weight: normal;
  line-height: 1.5em;
}
.afc2023-knockout__list-body > div:first-child > p span:last-child {
  line-height: 1.5em;
}
@media (min-width: 1025px) {
  .afc2023-knockout__list-body > div:first-child {
    width: 70%;
  }
  .afc2023-knockout__list-body > div:first-child > p {
    margin: 20px 0 10px 0;
  }
}
.afc2023-knockout__list-body > div:last-child {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.afc2023-knockout__list-body > div:last-child p {
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 60px;
  line-height: 1em;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  text-align: center;
}
.afc2023-knockout__list-body > div:last-child p:first-child {
  width: 20%;
}
.afc2023-knockout__list-body > div:last-child p:last-child {
  width: 30%;
  line-height: 1em;
}
.afc2023-knockout__list-body > div:last-child p:last-child img {
  width: 50px;
  border: 1px solid #bac1c7;
}
.afc2023-knockout__list-body > div:last-child p:last-child span {
  margin-top: -10px;
  display: block;
  line-height: 1em;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .afc2023-knockout__list-body > div:last-child {
    width: 30%;
  }
  .afc2023-knockout__list-body > div:last-child p {
    font-size: 60px;
  }
  .afc2023-knockout__list-body > div:last-child p:last-child span {
    font-size: 18px;
  }
}
.afc2023-knockout__list-btn {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}
.afc2023-knockout__list-btn > div {
  width: 50%;
}
.afc2023-knockout__list-btn > div a {
  width: 100%;
  height: 60px;
  padding: 0;
  display: block;
  text-align: center;
  background: #1d1240;
  border-radius: 0 0 3px 3px;
  line-height: 60px;
  color: #9ce22f;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1025px) {
  .afc2023-knockout__list-btn > div a {
    padding: 0 50px 0 0px;
  }
  .afc2023-knockout__list-btn > div a span {
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 2px;
    background: #9ce22f;
  }
  .afc2023-knockout__list-btn > div a span::after {
    width: 15px;
    height: 15px;
    top: 17px;
    left: 13px;
    content: "";
    position: absolute;
    border-top: 2px solid black;
    border-right: 2px solid black;
    transform: rotate(45deg);
  }
  .afc2023-knockout__list-btn > div a:hover {
    color: #001e55;
    border-top: 2px solid #001e55;
    background: white;
  }
  .afc2023-knockout__list-btn > div a:hover span {
    background: #0f3278;
    transition: 0.5s;
  }
  .afc2023-knockout__list-btn > div a:hover span::after {
    transition: 0.5s;
  }
}
.afc2023-knockout__list-btn > div:first-child {
  border-right: solid 1px white;
}
.afc2023-knockout__list-btn > div:first-child a {
  border-radius: 0 0 0 3px;
}
.afc2023-knockout__list-btn > div:last-child a {
  border-radius: 0 0 3px 0;
}
.afc2023-knockout__btn-block {
  width: 100%;
  margin: 0 auto;
}

.ct-top .pagetop {
  background: black;
}

/*--------------------------------------
tournamentname
--------------------------------------*/
.tournamentname-block {
  width: 100%;
  color: black;
  background: #9ce230;
  text-align: center;
}
/*--------------------------------------
NEXT MATCH
--------------------------------------*/
#samuraiblue-block .nextmatch-block .title-main {
  color: #9ce22f;
}

.title-round {
  margin-bottom: 10px;
  color: #9ce22f;
}
@media (min-width: 1025px) {
  .title-round {
    margin-bottom: 20px;
  }
}

#samuraiblue-block .nextmatch-block {
  background-image: url("/samuraiblue/asiancup2023/img_sp/next-match-sb-bg-l_sp.png"), url("/samuraiblue/asiancup2023/img_sp/next-match-sb-bg-r_sp.png"), url("/samuraiblue/asiancup2023/img_sp/next-match-bg_pc.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-block .nextmatch-block {
    background-image: url("/samuraiblue/asiancup2023/img_sp/next-match-sb-bg-l_pc.png"), url("/samuraiblue/asiancup2023/img_sp/next-match-sb-bg-r_pc.png"), url("/samuraiblue/asiancup2023/img_sp/next-match-bg_pc.jpg");
    background-size: contain, contain, cover;
  }
}

/*--------------------------------------
STANDINGS
--------------------------------------*/
#samuraiblue-block .standings-block .title-main {
  color: black;
}

.standings-block {
  padding: 30px 0;
  color: black;
  text-align: center;
  overflow: hidden;
  background: url("/samuraiblue/asiancup2023/img_sp/standings-bg.png"), #9ce22f;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.standings-block__main {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.standings-block__overview p {
  margin: 0;
}
.standings-block__overview span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .standings-block {
    padding: 100px 0;
  }
}
.standings-block table {
  margin-bottom: 10px;
  font-family: "Overpass", sans-serif;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 5px;
  color: white;
}
.standings-block table thead {
  color: black;
}
.standings-block table th {
  font-size: 10px;
  font-weight: normal;
}
.standings-block table .table__rank-mt {
  background-color: #1d113f;
}
.standings-block table .table__rank-mt td.rank {
  background: #6b52cd;
}
.standings-block table tbody {
  background-color: #bac1c7;
}
.standings-block table tbody td.rank {
  background: #707070;
}
.standings-block table td {
  padding: 3px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
.standings-block table td.rank {
  width: 30px;
  height: 30px;
  padding: 3px 0 0 0;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 18px;
}
.standings-block table td:nth-child(2) img {
  width: 30px;
}
.standings-block table td:nth-child(3) {
  text-align: left;
}
@media (min-width: 1025px) {
  .standings-block table {
    margin-bottom: 20px;
    border-spacing: 0 10px;
  }
  .standings-block table th {
    font-size: 18px;
  }
  .standings-block table td {
    padding: 3px 0 0 0;
    font-size: 32px;
  }
  .standings-block table td.rank {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 0;
    font-size: 32px;
  }
  .standings-block table td:nth-child(2) img {
    width: 50px;
  }
  .standings-block table td:nth-child(2) {
    width: 10%;
  }
  .standings-block table td:nth-child(3) {
    width: 40%;
  }
  .standings-block table td:nth-child(4), .standings-block table td:nth-child(5), .standings-block table td:nth-child(6), .standings-block table td:nth-child(7), .standings-block table td:nth-child(8) {
    width: 10%;
  }
}

/*--------------------------------------
FIXTURES & RESULTS
--------------------------------------*/
#samuraiblue-block .results-block .title-main {
  color: #9ce22f;
}

.results-block {
  padding: 30px 0;
  background-image: url("/samuraiblue/asiancup2023/img_sp/results-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  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: 10px auto 10px;
  background: white;
  border-radius: 3px;
}
@media (min-width: 1025px) {
  .results-block__list {
    width: 360px;
    margin: 50px auto 10px;
    position: relative;
  }
  .results-block__list:not(:last-of-type) {
    margin-right: 30px;
  }
}
.results-block__list-head {
  padding: 10px 10px 5px;
  background: rgba(127, 102, 243, 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;
  letter-spacing: -0.01em;
}
.results-block__list-head-day > p {
  margin: 0;
  padding: 0;
}
.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 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
}
.results-block__list-head-time > p {
  margin: 0;
  padding: 0;
}
.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 {
  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%;
  font-size: 50px;
  text-align: left;
  line-height: 1.3em;
}
.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: 220px;
    padding: 10px 10px 30px;
  }
  .results-block__list-body div p {
    width: 50%;
    font-size: 70px;
  }
  .results-block__list-body div p:first-child {
    width: 20%;
    font-size: 60px;
  }
  .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 {
  display: flex;
}
.results-block__list-btn > div {
  width: 50%;
}
.results-block__list-btn > div a {
  width: 100%;
  height: 60px;
  padding: 0;
  display: block;
  text-align: center;
  background: #1d1240;
  border-radius: 0 0 3px 3px;
  line-height: 60px;
  color: #9ce22f;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
.results-block__list-btn > div a span {
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 2px;
  background: #9ce22f;
}
.results-block__list-btn > div a span::after {
  width: 15px;
  height: 15px;
  top: 17px;
  left: 13px;
  content: "";
  position: absolute;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}
.results-block__list-btn > div a:hover {
  color: #001e55;
  border-top: 2px solid #001e55;
  background: white;
}
.results-block__list-btn > div a:hover span {
  background: #0f3278;
  transition: 0.5s;
}
.results-block__list-btn > div a:hover span::after {
  transition: 0.5s;
}
.results-block__list-btn > div:first-child {
  border-right: solid 1px white;
}
.results-block__list-btn > div:first-child a {
  border-radius: 0 0 0 3px;
}
.results-block__list-btn > div:last-child a {
  border-radius: 0 0 3px 0;
}
@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: black;
}
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: #9ce22f;
}
a.btn_w::after {
  width: 10px;
  height: 10px;
  top: 14px;
  right: 40px;
  content: "";
  position: absolute;
  border-top: 2px solid black;
  border-right: 2px solid black;
  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: black;
  transition: 0.5s;
}
a.btn_w:hover::before {
  background: white;
  color: black;
  transition: 0.5s;
}
a.btn_w:hover::after {
  border-top: 2px solid black;
  border-right: 2px solid black;
  transition: 0.5s;
}

a.btn_p {
  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;
}
a.btn_p::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: #6b52cd;
}
a.btn_p::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_p {
    width: 600px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    padding-right: 20px;
  }
  a.btn_p::after {
    width: 20px;
    height: 20px;
    top: 18px;
    right: 60px;
  }
}
a.btn_p:hover {
  color: black;
  transition: 0.5s;
}
a.btn_p:hover::before {
  background: white;
  color: black;
  transition: 0.5s;
}
a.btn_p:hover::after {
  border-top: 2px solid black;
  border-right: 2px solid black;
  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;
  }
}

#samuraiblue-block .contents-block {
  background: none;
}
#samuraiblue-block .contents-block__main {
  background: url("/samuraiblue/asiancup2023/img_sp/contents-bg.png"), linear-gradient(rgb(127, 102, 243), rgb(29, 18, 64));
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/*--------------------------------------
NEWS
--------------------------------------*/
/*--------------------------------------
AFC Asian Cup QATAR 2023
--------------------------------------*/
.afc-qatar-block {
  padding: 100px 0;
  background-image: url("/samuraiblue/asiancup2023/img_sp/results-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  position: relative;
}
.afc-qatar-block .title-main {
  margin: 0 0 0 0;
}
.afc-qatar-block__main {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .afc-qatar-block {
    padding: 200px 0;
  }
}
.afc-qatar-block ul {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.afc-qatar-block ul li a {
  font-weight: bold;
  color: #9ce22f;
  transition: all 0.5s ease 0s;
}
.afc-qatar-block ul li a:hover {
  opacity: 0.5;
}
@media (min-width: 1025px) {
  .afc-qatar-block ul {
    bottom: 30px;
  }
}
.afc-qatar-block__list {
  padding: 50px 0;
  color: black;
  text-align: center;
  overflow: hidden;
  background: url("/samuraiblue/asiancup2023/squad/img/list-bg.png"), #9ce22f;
  background-repeat: repeat-y;
  background-position: center top;
  background-size: contain;
}
.afc-qatar-block__list > div:not(:last-of-type) {
  margin-bottom: 50px;
}
.afc-qatar-block__list .title-main {
  margin: 0 0 20px 0;
}
@media (min-width: 1025px) {
  .afc-qatar-block__list {
    padding: 100px 0;
  }
  .afc-qatar-block__list > div:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .afc-qatar-block__list .title-main {
    margin: 0 0 50px 0;
  }
}
.afc-qatar-block__list ul {
  max-width: 1025px;
  width: 90%;
  margin: 0 auto -3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.afc-qatar-block__list ul::after {
  display: block;
  content: "";
  width: 23%;
}
.afc-qatar-block__list ul::before {
  display: block;
  content: "";
  width: 23%;
  order: 1;
}
.afc-qatar-block__list ul li {
  width: 48%;
  margin-bottom: 3%;
}
.afc-qatar-block__list ul li div {
  margin: 0;
  background: #6b52cd;
}
.afc-qatar-block__list ul li div h4 {
  margin: 0 auto;
  padding: 8px 0 5px;
  color: white;
  line-height: 1em;
}
.afc-qatar-block__list ul li div h4 span {
  margin-top: 3px;
  display: block;
  font-size: 70%;
  font-weight: normal;
}
.afc-qatar-block__list ul li div h4 span.afc-staff-position {
  margin: 0 0 3px 0;
  display: block;
}
@media (min-width: 1025px) {
  .afc-qatar-block__list ul li {
    width: 23%;
  }
  .afc-qatar-block__list ul li div h4 span.afc-staff-position {
    margin: 0 10px 0 0;
    display: inline-block;
  }
}

#samuraiblue-block .afc-qatar-block .title-main {
  color: #9ce22f;
}

#samuraiblue-block .afc-qatar-block__list .title-main {
  color: black;
}

/*--------------------------------------
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-radius: 50px;
  z-index: 100;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  background: #9ce22f;
  background: #1d1240;
}

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

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

/*--------------------------------------
swiperスライダー（youtube部分）
--------------------------------------*/
#samuraiblue-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9ce22f;
}

.swiper-results-btn-next,
.swiper-results-btn-prev {
  display: block;
}
@media (min-width: 1025px) {
  .swiper-results-btn-next,
  .swiper-results-btn-prev {
    display: none;
  }
}/*# sourceMappingURL=category_top_afc2023-lv2.css.map */