@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, .contents-block__con > ul li div P span, .contents-block__subcon > ul li div P span, .contents-block__con-3column > ul li div P span, .partners-block__title {
  font-size: 12px;
  line-height: 1.5em;
}
@media (min-width: 1025px) {
  .txt-s, .contents-block__con > ul li div P span, .contents-block__subcon > ul li div P span, .contents-block__con-3column > ul li div P span, .partners-block__title {
    font-size: 14px;
  }
}

.txt-m, .nextmatch-block__fq span, .pickupmatch-block__list-stadium, .pickupmatch-block__list-flag {
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .txt-m, .nextmatch-block__fq span, .pickupmatch-block__list-stadium, .pickupmatch-block__list-flag {
    font-size: 16px;
  }
}

.txt-l, .nextmatch-block__stadium {
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .txt-l, .nextmatch-block__stadium {
    font-size: 18px;
  }
}

.txt-ll, .nextmatch-block__nav ul li a, .pickupmatch-block__list-btn a {
  font-size: 16px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .txt-ll, .nextmatch-block__nav ul li a, .pickupmatch-block__list-btn a {
    font-size: 21px;
  }
}

.title-main, .news-block h3 .subheading_en {
  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, .news-block h3 .subheading_en {
    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, .nextmatch-block__ttl, .nextmatch-block__ttl-s, .nextmatch-block__ttl-sm {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .title-l, .nextmatch-block__ttl, .nextmatch-block__ttl-s, .nextmatch-block__ttl-sm {
    font-size: 32px;
  }
}

.title-m, .nextmatch-block__fq, .nextmatch-block__fq_row li h3 {
  font-size: 21px;
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .title-m, .nextmatch-block__fq, .nextmatch-block__fq_row li h3 {
    font-size: 28px;
  }
}

.title-s, .nextmatch-block__day-japan-time {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .title-s, .nextmatch-block__day-japan-time {
    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 .news-block h3 .subheading_en, .news-block h3 #samuraiblue .subheading_en,
#samuraiblue-block .title-main,
#samuraiblue-block .news-block h3 .subheading_en,
.news-block h3 #samuraiblue-block .subheading_en,
#u23-block .title-main,
#u23-block .news-block h3 .subheading_en,
.news-block h3 #u23-block .subheading_en {
  color: #FABE00;
}

#nadeshikojapan .title-main, #nadeshikojapan .news-block h3 .subheading_en, .news-block h3 #nadeshikojapan .subheading_en,
#nadeshikojapan-block .title-main,
#nadeshikojapan-block .news-block h3 .subheading_en,
.news-block h3 #nadeshikojapan-block .subheading_en {
  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;
}

/*--------------------------------------
ヘッダー
--------------------------------------*/
.g-header {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  background: #001e55;
  display: flex;
  justify-content: space-between;
}
.g-header h1 {
  margin: 0;
  padding: 0;
  display: grid;
  align-items: center;
}
.g-header__logo {
  max-width: 80px;
  max-height: 25px;
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 1025px) {
  .g-header {
    height: 80px;
    padding: 0 30px;
  }
  .g-header__logo {
    max-width: 140px;
    max-height: 43px;
  }
}

.category-header {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.category-header__logo {
  height: 40px;
  display: grid;
  place-content: center;
  place-items: center;
}
.category-header__logo a {
  display: block;
}
.category-header__logo a img {
  height: 29px;
}
.category-header__nav ul {
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
}
.category-header__nav ul li {
  width: 100%;
}
.category-header__nav ul li:not(:last-of-type) {
  margin-right: 2px;
}
.category-header__nav ul li a {
  height: 36px;
  color: white;
  display: grid;
  place-content: center;
  place-items: center;
}
@media (min-width: 1025px) {
  .category-header {
    height: 90px;
    position: relative;
  }
  .category-header__logo {
    height: 90px;
    background-position: 0px;
  }
  .category-header__logo a img {
    height: 43px;
  }
  .category-header__nav {
    position: absolute;
    top: 25px;
    right: 30px;
  }
  .category-header__nav ul {
    display: flex;
  }
  .category-header__nav ul li {
    margin-left: 20px;
  }
  .category-header__nav ul li a {
    width: 130px;
    height: 40px;
    border-radius: 3px;
  }
}

#samuraiblue-block .category-header__logo {
  background: #0f3278;
  background-image: url(/img/category_top/category-header-bg_sb.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -100px;
}
#samuraiblue-block .category-header__nav ul li a {
  background: #005AB4;
}

#nadeshikojapan-block .category-header__logo {
  background: #dc236e;
  background-image: url(/img/category_top/category-header-bg_nj.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -100px;
}
#nadeshikojapan-block .category-header__nav ul li a {
  background: #6e0f6e;
}

#u23-block .category-header__logo {
  background: #005AB4;
  background-image: url(/img/category_top/category-header-bg_u23.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -100px;
}
#u23-block .category-header__logo a {
  font-size: 28px;
  color: white;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #u23-block .category-header__logo a {
    font-size: 46px;
  }
}
#u23-block .category-header__nav ul li a {
  background: #3296d7;
}

.selectBtn2 {
  width: 50%;
  width: 160px;
  height: 30px;
  top: 0;
  right: 10px;
  left: auto;
  position: absolute;
  background: none;
  z-index: 1;
  cursor: pointer;
}
.selectBtn2 span {
  width: 160px;
  height: 30px;
  padding: 0;
  top: 0;
  right: 0;
  position: absolute;
  color: #001e55;
  background: white;
  display: grid;
  place-content: center;
  place-items: center;
  border-radius: 0 0 3px 3px;
}

#selectArea {
  width: 100%;
  display: none;
}
#selectArea #closeBtn {
  width: 50px;
  height: 50px;
  top: 20px;
  right: 0px;
  border-radius: 0;
}
#selectArea .btnArea__text {
  color: white;
}
#selectArea .btnArea__title {
  color: white;
}

@media (min-width: 1025px) {
  .selectBtn2 {
    width: 190px;
    height: 50px;
    top: 0;
    right: 30px;
  }
  .selectBtn2 span {
    width: 190px;
    height: 50px;
    right: 0;
    font-size: 14px;
  }
  #selectArea {
    top: 0;
    right: 30px;
    width: 720px;
    display: none;
  }
  #selectArea #closeBtn {
    width: 190px;
    height: 50px;
    top: 0;
    border-radius: 0;
  }
  #selectArea .btnArea__text {
    color: white;
  }
}
/*--------------------------------------
NEXT MATCH
--------------------------------------*/
.nextmatch-block {
  padding: 30px 5%;
  color: white;
  text-align: center;
}
.nextmatch-block__main {
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .nextmatch-block {
    padding: 100px 0;
  }
  .nextmatch-block__box {
    position: relative;
  }
}
.nextmatch-block__cdown {
  margin-bottom: 10px;
  padding: 10px 0 0;
  border: 1px solid white;
  font-size: 18px;
  font-family: "Overpass", sans-serif;
}
.nextmatch-block__cdown span {
  margin: 0 5px;
  font-size: 40px;
}
@media (min-width: 1025px) {
  .nextmatch-block__cdown {
    width: 500px;
    margin: 0 auto 30px;
    padding: 10px 0 0;
    font-size: 30px;
  }
  .nextmatch-block__cdown span {
    font-size: 70px;
  }
}
.nextmatch-block__day {
  display: grid;
  place-content: center;
  place-items: center;
}
.nextmatch-block__day-block {
  display: flex;
  align-items: flex-end;
  font-family: "Overpass", sans-serif;
}
.nextmatch-block__day-day {
  margin-right: 10px;
  display: flex;
  align-items: flex-end;
}
.nextmatch-block__day-day span:first-child {
  margin-right: 5px;
  padding: 0;
  display: block;
  font-size: 60px;
  letter-spacing: -0.05em;
}
.nextmatch-block__day-day span:last-child {
  margin-bottom: 10px;
  display: block;
  font-size: 37px;
}
@media (min-width: 1025px) {
  .nextmatch-block__day-day {
    margin-right: 20px;
  }
  .nextmatch-block__day-day span:first-child {
    margin-right: 10px;
    font-size: 100px;
    letter-spacing: 0;
  }
  .nextmatch-block__day-day span:last-child {
    margin-bottom: 17px;
    font-size: 46px;
  }
}
.nextmatch-block__day-ad {
  display: block;
}
.nextmatch-block__day-ad .nextmatch-block__day-day {
  margin-right: 0;
}
.nextmatch-block__day-ad .nextmatch-block__day-day span:first-child {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .nextmatch-block__day-ad {
    display: flex;
    align-items: flex-end;
  }
}
.nextmatch-block__day-time span:first-child {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 28px;
  line-height: 1em;
}
.nextmatch-block__day-time span:last-child {
  margin-bottom: 12px;
  display: block;
  font-size: 16px;
  letter-spacing: -0.05em;
}
@media (min-width: 1025px) {
  .nextmatch-block__day-time span:first-child {
    margin-bottom: -5px;
    font-size: 55px;
  }
  .nextmatch-block__day-time span:last-child {
    margin-bottom: 24px;
    font-size: 30px;
  }
}
.nextmatch-block__day-japan-time {
  margin: -10px 0 10px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .nextmatch-block__day-japan-time {
    margin: -10px 0 20px;
  }
}
.nextmatch-block__flag {
  display: flex;
  place-content: center;
}
.nextmatch-block__flag-l, .nextmatch-block__flag-r {
  width: 50%;
}
.nextmatch-block__flag-l span, .nextmatch-block__flag-r span {
  margin: 10px 0;
  display: block;
  font-size: 21px;
  font-family: "Overpass", sans-serif;
  line-height: 1em;
}
.nextmatch-block__flag-icon {
  width: 100px;
}
@media (min-width: 1025px) {
  .nextmatch-block__flag {
    justify-content: space-between;
  }
  .nextmatch-block__flag-l, .nextmatch-block__flag-r {
    margin: 0;
    width: 200px;
    position: absolute;
    top: 0;
  }
  .nextmatch-block__flag-l span, .nextmatch-block__flag-r span {
    font-size: 32px;
  }
  .nextmatch-block__flag-icon {
    width: 200px;
  }
  .nextmatch-block__flag-l {
    left: 0;
  }
  .nextmatch-block__flag-r {
    right: 0;
  }
}
.nextmatch-block__info {
  margin-bottom: 30px;
  padding: 5px;
  border: 1px solid white;
}
@media (min-width: 1025px) {
  .nextmatch-block__info {
    margin-bottom: 50px;
    border: none;
  }
}
.nextmatch-block__stadium {
  line-height: 1.5em;
}
.nextmatch-block__tv {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .nextmatch-block__tv {
    font-size: 18px;
  }
}
.nextmatch-block__nav ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.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;
}
.nextmatch-block__nav ul li a span {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 2px;
}
.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);
}
.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;
}
@media (min-width: 1025px) {
  .nextmatch-block__nav ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .nextmatch-block__nav ul li:not(:last-of-type) {
    margin: 0 20px 0 0;
  }
  .nextmatch-block__nav ul li a {
    width: 300px;
    height: 60px;
    padding: 0 0 0 20px;
    line-height: 60px;
  }
  .nextmatch-block__nav ul li a span {
    height: 50px;
    width: 50px;
  }
  .nextmatch-block__nav ul li a span::after {
    width: 15px;
    height: 15px;
    top: 17px;
    left: 13px;
  }
  .nextmatch-block__nav ul li a.sold-out::after {
    top: 5px;
    right: 75px;
  }
}
@media (min-width: 1025px) {
  .nextmatch-block__ttl {
    font-size: 47px;
  }
}
.nextmatch-block__ttl-sm {
  margin: 15px 0;
}
@media (min-width: 1025px) {
  .nextmatch-block__ttl-sm {
    margin: 30px 0;
  }
}
.nextmatch-block__ttl-sub {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .nextmatch-block__ttl-sub {
    margin: -30px 0 30px;
    font-size: 21px;
  }
}
.nextmatch-block__fq li:not(:last-of-type) {
  margin-bottom: 10px;
}
.nextmatch-block__fq span {
  margin-bottom: 10px;
  display: block;
  color: white;
  background: #6e0f6e;
}
@media (min-width: 1025px) {
  .nextmatch-block__fq {
    width: 50%;
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 50px;
  }
  .nextmatch-block__fq li {
    padding-left: 70px;
    display: flex;
  }
  .nextmatch-block__fq span {
    height: 51px;
    margin: 0 23px 17px 0px;
    padding: 0 18px;
    font-size: 17px;
    line-height: 50px;
  }
}
.nextmatch-block__fq_row {
  margin: 20px auto 0;
}
.nextmatch-block__fq_row li h3 {
  padding: 5px 0;
  line-height: 1em;
  letter-spacing: 0.1em;
  background: #6e0f6e;
}
.nextmatch-block__fq_row li h3 span {
  display: block;
  font-size: 70%;
}
.nextmatch-block__fq_row li:first-child {
  margin-bottom: 30px;
}
.nextmatch-block__fq_row li:first-child h3 {
  color: #6e0f6e;
  background: white;
}
.nextmatch-block__fq_row li div {
  padding: 20px 0 0px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
}
.nextmatch-block__fq_row li div > span {
  display: block;
  font-size: 18px;
  line-height: 1em;
  margin-top: 5px;
}
.nextmatch-block__fq_row .nextmatch-block__nav ul {
  margin: 0;
  display: block;
}
@media (min-width: 1025px) {
  .nextmatch-block__fq_row {
    width: 640px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .nextmatch-block__fq_row li {
    width: 300px;
  }
  .nextmatch-block__fq_row li:first-child {
    margin-bottom: 0;
  }
  .nextmatch-block__fq_row li h3 {
    padding: 10px 0;
  }
  .nextmatch-block__fq_row li h3 span {
    margin-top: 5px;
  }
  .nextmatch-block__fq_row li div {
    padding: 30px 0 0px;
    font-size: 47px;
  }
  .nextmatch-block__fq_row li div span {
    font-size: 21px;
  }
}

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

#samuraiblue-block .nextmatch-block {
  background: #001e55;
  background-image: url("/img/category_top/next-match-sb-bg-l_sp.png"), url("/img/category_top/next-match-sb-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) {
  #samuraiblue-block .nextmatch-block {
    background-image: url("/img/category_top/next-match-sb-bg-l_pc.png"), url("/img/category_top/next-match-sb-bg-r_pc.png");
    background-size: contain, contain;
  }
}
#samuraiblue-block .nextmatch-block__nav ul li a span {
  background: #001e55;
}
#samuraiblue-block .nextmatch-block__nav ul li a.no-link {
  pointer-events: none;
  color: #bac1c7;
}
#samuraiblue-block .nextmatch-block__nav ul li a.no-link span {
  background: #bac1c7;
}
#samuraiblue-block .nextmatch-block__nav ul li a:hover {
  background: #005AB4;
  color: white;
  transition: 0.5s;
}

#nadeshikojapan-block .nextmatch-block {
  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__nav ul li a span {
  background: #6e0f6e;
}
#nadeshikojapan-block .nextmatch-block__nav ul li a.no-link {
  pointer-events: none;
  color: #bac1c7;
}
#nadeshikojapan-block .nextmatch-block__nav ul li a.no-link span {
  background: #bac1c7;
}
#nadeshikojapan-block .nextmatch-block__nav ul li a:hover {
  background: #dc236e;
  color: white;
  transition: 0.5s;
}

#u23-block .nextmatch-block {
  background: #005AB4;
  background-image: url("/img/category_top/next-match-u23-bg-l_sp.png"), url("/img/category_top/next-match-u23-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) {
  #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");
    background-size: contain, contain;
  }
}
#u23-block .nextmatch-block__nav ul li a span {
  background: #005AB4;
}
#u23-block .nextmatch-block__nav ul li a.no-link {
  pointer-events: none;
  color: #bac1c7;
}
#u23-block .nextmatch-block__nav ul li a.no-link span {
  background: #bac1c7;
}
#u23-block .nextmatch-block__nav ul li a:hover {
  background: #3296d7;
  color: white;
  transition: 0.5s;
}

/*--------------------------------------
PICK UP MATCH
--------------------------------------*/
.pickupmatch-block {
  padding: 30px 0;
  background: white;
  overflow: hidden;
  font-family: "Overpass", sans-serif;
}
@media (min-width: 1025px) {
  .pickupmatch-block {
    padding: 100px 0;
  }
}
.pickupmatch-block__main {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.pickupmatch-block p {
  margin: 0;
  padding: 0;
}
.pickupmatch-block ul {
  margin: 0;
}
.pickupmatch-block__list {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .pickupmatch-block__list {
    width: 400px;
  }
}
.pickupmatch-block__list-body {
  color: white;
  border-radius: 5px 5px 0 0;
}
.pickupmatch-block__list-title {
  padding: 10px 0 5px;
  text-align: center;
  line-height: 1em;
  color: white;
  border-radius: 5px 5px 0 0;
}
.pickupmatch-block__list-match {
  padding: 10px 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1025px) {
  .pickupmatch-block__list-match {
    padding: 20px 20px 0;
  }
}
.pickupmatch-block__list-stadium {
  margin: 10px 10px 0;
  padding: 5px 0;
  border-top: 1px solid white;
}
@media (min-width: 1025px) {
  .pickupmatch-block__list-stadium {
    margin: 20px 20px 0;
    padding: 10px 0;
  }
}
.pickupmatch-block__list-day {
  width: 40%;
}
.pickupmatch-block__list-day p {
  text-align: center;
}
.pickupmatch-block__list-day p:first-child {
  font-size: 70px;
  font-weight: bold;
  line-height: 1em;
}
.pickupmatch-block__list-day p:last-child {
  font-size: 16px;
  line-height: 1em;
}
.pickupmatch-block__list-day p:last-child span {
  font-weight: bold;
}
@media (min-width: 1025px) {
  .pickupmatch-block__list-day p:last-child {
    font-size: 21px;
  }
}
.pickupmatch-block__list-vs {
  width: 25%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.pickupmatch-block__list-flag {
  width: 35%;
  text-align: center;
  line-height: 2em;
}
.pickupmatch-block__list-btn {
  display: flex;
}
.pickupmatch-block__list-btn a {
  width: 100%;
  height: 40px;
  display: grid;
  place-content: center;
  place-items: center;
  color: white;
  font-weight: bold;
  border-top: 2px solid white;
  transition: 0.5s;
}
.pickupmatch-block__list-btn a:first-child {
  border-right: 2px solid white;
  border-radius: 0 0 0 5px;
}
.pickupmatch-block__list-btn a:last-child {
  border-radius: 0 0 5px 0;
}
.pickupmatch-block__list-btn a:hover {
  background: white;
}
@media (min-width: 1025px) {
  .pickupmatch-block__list-btn a {
    height: 60px;
  }
}

#samuraiblue-block .pickupmatch-block {
  background: linear-gradient(rgba(15, 50, 120, 0.8), rgba(15, 50, 120, 0.3), rgba(15, 50, 120, 0.8)), url("/img/category_top/next-match-sb-bg_ud-r_sp.png"), url("/img/category_top/next-match-sb-bg_ud-l_sp.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0 top 0, right 0 bottom 0;
  background-size: 100%, 50%, 50%;
}
#samuraiblue-block .pickupmatch-block__list-body {
  background: rgba(15, 50, 120, 0.8);
}
#samuraiblue-block .pickupmatch-block__list-title {
  background: #001e55;
}
#samuraiblue-block .pickupmatch-block__list-btn {
  display: flex;
}
#samuraiblue-block .pickupmatch-block__list-btn a {
  background: #001e55;
}
#samuraiblue-block .pickupmatch-block__list-btn a:hover {
  color: #001e55;
  background: white;
}
@media (min-width: 1025px) {
  #samuraiblue-block .pickupmatch-block {
    background: linear-gradient(rgba(15, 50, 120, 0.7), rgba(15, 50, 120, 0.1), rgba(15, 50, 120, 0.7)), url("/img/category_top/next-match-sb-bg_ud-r_pc.png"), url("/img/category_top/next-match-sb-bg_ud-l_pc.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left 0 top 0, right 0 bottom 0;
    background-size: 100%, contain, contain;
  }
}

#nadeshikojapan-block .pickupmatch-block {
  background: linear-gradient(rgba(220, 35, 110, 0.3), rgb(255, 255, 255), rgba(220, 35, 110, 0.3)), url("/img/category_top/next-match-nj-bg_ud-r_sp.png"), url("/img/category_top/next-match-nj-bg_ud-l_sp.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0 top 0, right 0 bottom 0;
  background-size: 100%, 50%, 50%;
}
#nadeshikojapan-block .pickupmatch-block__list-body {
  background: rgba(220, 35, 110, 0.7);
}
#nadeshikojapan-block .pickupmatch-block__list-title {
  background: #dc236e;
}
#nadeshikojapan-block .pickupmatch-block__list-btn {
  display: flex;
}
#nadeshikojapan-block .pickupmatch-block__list-btn a {
  background: #6e0f6e;
}
#nadeshikojapan-block .pickupmatch-block__list-btn a:hover {
  color: #6e0f6e;
  background: white;
}
@media (min-width: 1025px) {
  #nadeshikojapan-block .pickupmatch-block {
    background: linear-gradient(rgba(220, 35, 110, 0.3), rgb(255, 255, 255), rgba(220, 35, 110, 0.3)), url("/img/category_top/next-match-nj-bg_ud-r_pc.png"), url("/img/category_top/next-match-nj-bg_ud-l_pc.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left 0 top 0, right 0 bottom 0;
    background-size: 100%, contain, contain;
  }
}

#nadeshikojapan-block .pickupmatch-block a.no-link,
#samuraiblue-block .pickupmatch-block a.no-link,
#u23-block .pickupmatch-block a.no-link {
  pointer-events: none;
  background: #bac1c7;
  color: white;
}

/*--------------------------------------
CONTENTS
--------------------------------------*/
.contents-block {
  padding: 30px 0 0;
  color: white;
  text-align: center;
  overflow: hidden;
}
.contents-block__main {
  overflow: hidden;
}
.contents-block__inner {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .contents-block {
    margin: 0;
    padding: 0;
  }
  .contents-block__main {
    padding: 100px 0;
    margin: 0;
  }
  .contents-block__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
  }
}
.contents-block__teamcam {
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  .contents-block__teamcam {
    margin: 0 auto 80px;
  }
}
.contents-block__wc {
  margin: 0 auto 30px;
}
.contents-block__wc div {
  text-align: center;
}
.contents-block__wc div a:not(:last-of-type) {
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 1025px) {
  .contents-block__wc {
    margin: 50px auto 0;
  }
  .contents-block__wc div {
    display: flex;
    justify-content: center;
  }
  .contents-block__wc div a:not(:last-of-type) {
    margin: 0 30px 0px 0;
    display: block;
  }
}
.contents-block__wc-1column {
  margin: 0 auto 30px;
}
.contents-block__wc-2column {
  margin: 0 auto 30px;
}
.contents-block__wc-2column-1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}
.contents-block__wc-2column-2 a:not(:last-of-type) {
  margin-bottom: 20px;
  display: block;
}
.contents-block__wc-2column-dl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid white;
}
.contents-block__wc-2column-dl::after {
  width: 100%;
  height: 10px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 1px solid white;
}
@media (min-width: 1025px) {
  .contents-block__wc-2column {
    margin: 0;
  }
  .contents-block__wc-2column-1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .contents-block__wc-2column-2 {
    display: flex;
    justify-content: space-between;
  }
  .contents-block__wc-2column-2 a:not(:last-of-type) {
    margin: 0 30px 0px 0;
    display: block;
  }
  .contents-block__wc-2column-dl {
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid white;
  }
  .contents-block__wc-2column-dl::after {
    width: 100%;
    height: 10px;
    content: "";
    position: absolute;
    bottom: -10px;
    border-bottom: 1px solid white;
  }
}
.contents-block__wc-3column div:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .contents-block__wc-3column {
    display: flex;
    justify-content: space-between;
  }
  .contents-block__wc-3column div:not(:last-of-type) {
    margin-bottom: 0px;
    margin-right: 30px;
  }
}
.contents-block__con, .contents-block__subcon {
  padding: 30px 0;
}
.contents-block__con > ul, .contents-block__subcon > ul {
  width: 90%;
  margin: 0 auto;
}
.contents-block__con > ul li:not(:last-of-type), .contents-block__subcon > ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.contents-block__con > ul li a, .contents-block__subcon > ul li a {
  color: white;
  display: block;
}
.contents-block__con > ul li img, .contents-block__subcon > ul li img {
  border: 1px solid white;
  box-sizing: border-box;
}
.contents-block__con > ul li div, .contents-block__subcon > ul li div {
  position: relative;
}
.contents-block__con > ul li div P, .contents-block__subcon > ul li div P {
  height: 60px;
  margin: 0;
  padding: 10px;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
}
.contents-block__con > ul li div P span, .contents-block__subcon > ul li div P span {
  display: block;
  font-weight: normal;
}
.contents-block__con > ul li div .btn-arrow, .contents-block__subcon > ul li div .btn-arrow {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 2px;
}
.contents-block__con > ul li div .btn-arrow::after, .contents-block__subcon > ul li div .btn-arrow::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);
}
@media (min-width: 1025px) {
  .contents-block__con, .contents-block__subcon {
    padding: 50px 0;
  }
  .contents-block__con ul, .contents-block__subcon ul {
    width: 100%;
    max-width: 1140px;
    display: flex;
  }
  .contents-block__con ul li:not(:last-of-type), .contents-block__subcon ul li:not(:last-of-type) {
    margin: 0 50px 0 0;
  }
  .contents-block__con ul li div p, .contents-block__subcon ul li div p {
    font-size: 16px;
  }
}
.contents-block__subcon {
  padding: 0;
}
.contents-block__subcon > ul {
  width: 100%;
}
.contents-block__con-3column > ul {
  width: 100%;
  margin: 0 auto;
}
.contents-block__con-3column > ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.contents-block__con-3column > ul li a {
  color: white;
  display: block;
}
.contents-block__con-3column > ul li img {
  border: 1px solid white;
  box-sizing: border-box;
}
.contents-block__con-3column > ul li div {
  position: relative;
}
.contents-block__con-3column > ul li div P {
  height: 60px;
  margin: 0;
  padding: 10px;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
}
.contents-block__con-3column > ul li div P span {
  display: block;
  font-weight: normal;
}
.contents-block__con-3column > ul li div .btn-arrow {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 2px;
}
.contents-block__con-3column > ul li div .btn-arrow::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);
}
@media (min-width: 1025px) {
  .contents-block__con-3column ul {
    width: 100%;
    max-width: 1140px;
    display: flex;
  }
  .contents-block__con-3column ul li:not(:last-of-type) {
    margin: 0 50px 0 0;
  }
  .contents-block__con-3column ul li div p {
    font-size: 16px;
  }
}

#samuraiblue-block .contents-block {
  background: linear-gradient(rgb(15, 50, 120), rgb(0, 30, 85)), url("/img/category_top/contents-sb-bg_sp.png");
  background-repeat: no-repeat;
  background-position: left 0 top 0;
}
@media (min-width: 1025px) {
  #samuraiblue-block .contents-block {
    background: linear-gradient(rgb(15, 50, 120), rgb(0, 30, 85));
  }
  #samuraiblue-block .contents-block__main {
    background: url("/img/category_top/contents-sb-bg-u_pc.png"), url("/img/category_top/contents-sb-bg-d_pc.png");
    background-repeat: no-repeat, no-repeat;
    background-position: right 0 top 0, left 0 bottom 0;
  }
}
#samuraiblue-block .contents-block__con, #samuraiblue-block .contents-block__subcon {
  background: #001e55;
}
#samuraiblue-block .contents-block__con > ul li a, #samuraiblue-block .contents-block__subcon > ul li a {
  background: #0f3278;
}
#samuraiblue-block .contents-block__con > ul li div .btn-arrow, #samuraiblue-block .contents-block__subcon > ul li div .btn-arrow {
  background: #001e55;
}
#samuraiblue-block .contents-block__con > ul li:hover a, #samuraiblue-block .contents-block__subcon > ul li:hover a {
  background: #005AB4;
  transition: 0.5s;
}
#samuraiblue-block .contents-block__con > ul li:hover div .btn-arrow, #samuraiblue-block .contents-block__subcon > ul li:hover div .btn-arrow {
  background: #0f3278;
  transition: 0.5s;
}
#samuraiblue-block .contents-block__con .nextmatch-block__main, #samuraiblue-block .contents-block__subcon .nextmatch-block__main {
  margin: 40px 0 0;
}
@media (min-width: 1025px) {
  #samuraiblue-block .contents-block__con .nextmatch-block__main, #samuraiblue-block .contents-block__subcon .nextmatch-block__main {
    margin: 80px 0 50px;
  }
}
#samuraiblue-block .contents-block__subcon {
  background: none;
}
#samuraiblue-block .contents-block__con-3column > ul li a {
  background: #0f3278;
}
#samuraiblue-block .contents-block__con-3column > ul li div .btn-arrow {
  background: #001e55;
}
#samuraiblue-block .contents-block__con-3column > ul li:hover a {
  background: #005AB4;
  transition: 0.5s;
}
#samuraiblue-block .contents-block__con-3column > ul li:hover div .btn-arrow {
  background: #0f3278;
  transition: 0.5s;
}
#nadeshikojapan-block .contents-block {
  background: linear-gradient(rgba(220, 35, 110, 0.5), rgba(110, 15, 110, 0.5), rgba(220, 35, 110, 0.7)), url("/img/category_top/contents-nj-bg_sp.png");
  background-repeat: no-repeat;
  background-position: left 0 top 0;
}
@media (min-width: 1025px) {
  #nadeshikojapan-block .contents-block__main {
    background: none;
  }
}
#nadeshikojapan-block .contents-block__con, #nadeshikojapan-block .contents-block__subcon {
  background: rgba(220, 35, 110, 0.7);
  overflow: hidden;
}
#nadeshikojapan-block .contents-block__con > ul li a, #nadeshikojapan-block .contents-block__subcon > ul li a {
  background: #dc236e;
}
#nadeshikojapan-block .contents-block__con > ul li div .btn-arrow, #nadeshikojapan-block .contents-block__subcon > ul li div .btn-arrow {
  background: #6e0f6e;
}
#nadeshikojapan-block .contents-block__con > ul li:hover a, #nadeshikojapan-block .contents-block__subcon > ul li:hover a {
  background: #6e0f6e;
  transition: 0.5s;
}
#nadeshikojapan-block .contents-block__con > ul li:hover div .btn-arrow, #nadeshikojapan-block .contents-block__subcon > ul li:hover div .btn-arrow {
  background: #dc236e;
  transition: 0.5s;
}
#nadeshikojapan-block .contents-block__subcon {
  padding-bottom: 30px;
  background: none;
}
@media (min-width: 1025px) {
  #nadeshikojapan-block .contents-block__subcon {
    padding-bottom: 0;
  }
}

#u23-block .contents-block {
  background: linear-gradient(rgb(50, 150, 215), rgba(0, 90, 180, 0.9)), url("/img/category_top/contents-u23-bg_sp.png");
  background-repeat: no-repeat;
  background-position: left 0 top 0;
}
@media (min-width: 1025px) {
  #u23-block .contents-block__main {
    background: url("/img/category_top/contents-u23-bg-u_pc.png"), url("/img/category_top/contents-u23-bg-d_pc.png");
    background-repeat: no-repeat, no-repeat;
    background-position: right 0 top 0, left 0 bottom 0;
  }
}
#u23-block .contents-block__con {
  background: #005AB4;
}
#u23-block .contents-block__con > ul li a {
  background: #3296d7;
}
#u23-block .contents-block__con > ul li div .btn-arrow {
  background: #005AB4;
}
#u23-block .contents-block__con > ul li:hover a {
  background: #0f3278;
  transition: 0.5s;
}
#u23-block .contents-block__con > ul li:hover div .btn-arrow {
  background: #3296d7;
  transition: 0.5s;
}
#u23-block .contents-block__con-3column > ul li a {
  background: #3296d7;
}
#u23-block .contents-block__con-3column > ul li div .btn-arrow {
  background: #005AB4;
}
#u23-block .contents-block__con-3column > ul li:hover a {
  background: #0f3278;
  transition: 0.5s;
}
#u23-block .contents-block__con-3column > ul li:hover div .btn-arrow {
  background: #3296d7;
  transition: 0.5s;
}
/*--------------------------------------
NEWS
--------------------------------------*/
.news-block {
  padding: 30px 0 !important;
  margin: 0 !important;
  background: #bac1c7;
  z-index: 0;
}
@media (min-width: 1025px) {
  .news-block {
    padding: 50px 0 100px !important;
  }
}

.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 a {
  width: 70%;
  height: 40px;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: white;
  font-family: "Overpass", sans-serif;
}
.news-block__btn a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-45deg);
  content: "";
  background-color: #ffcc00;
  border-radius: 7px 0 7px 0;
}
.news-block__btn a::after {
  font-family: "Ionicons";
  font-size: 18px;
  content: "\f3d1";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .news-block__btn {
    margin-top: 50px;
  }
  .news-block__btn a {
    width: 400px;
    height: 60px;
    font-size: 32px;
    line-height: 60px;
  }
  .news-block__btn a::after {
    font-size: 32px;
  }
}

#samuraiblue-block .news-block__btn a::before {
  background-color: #005AB4;
}
#samuraiblue-block .news-block__btn a:hover {
  color: #001e55;
}
#samuraiblue-block .news-block__btn a:hover::before {
  background-color: white;
  opacity: 1;
  transition: 0.5s;
}
#samuraiblue-block .news-block__btn a:hover::after {
  color: #001e55;
}

/*--------------------------------------
バナー
--------------------------------------*/
.charity-bnr-block {
  padding: 10px 0;
}
@media (min-width: 1025px) {
  .charity-bnr-block {
    padding: 30px 0;
  }
}

#samuraiblue-block .charity-bnr-block {
  background: #0f3278;
}

#nadeshikojapan-block .charity-bnr-block {
  background: #6e0f6e;
}

.ctbnr-block {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 0;
}
.ctbnr-block__l, .ctbnr-block__s {
  margin-bottom: 10px;
}
.ctbnr-block__l li:not(:last-of-type), .ctbnr-block__s li:not(:last-of-type) {
  margin-bottom: 10px;
}
.ctbnr-block__l img, .ctbnr-block__s img {
  width: 100%;
}
@media (min-width: 1025px) {
  .ctbnr-block {
    padding: 100px 0;
  }
  .ctbnr-block__l {
    max-width: 800px;
    margin: 0 auto 30px;
  }
  .ctbnr-block__l li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .ctbnr-block__s {
    max-width: 900px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
  }
  .ctbnr-block__s li:not(:last-of-type) {
    margin-bottom: 0;
  }
}

/*--------------------------------------
SNS
--------------------------------------*/
.ctsns-block {
  padding: 30px 0;
}
.ctsns-block ul {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ctsns-block ul li {
  width: 20%;
  display: grid;
  place-content: center;
  place-items: center;
}
.ctsns-block a {
  color: white;
  display: block;
}
.ctsns-block a img {
  max-height: 40px;
  max-width: 50px;
}
.ctsns-block a span {
  display: none;
}
@media (min-width: 1025px) {
  .ctsns-block {
    padding: 100px 0;
  }
  .ctsns-block ul li {
    text-align: center;
  }
  .ctsns-block a {
    color: white;
    display: block;
  }
  .ctsns-block a img {
    max-height: 50px;
    max-width: 60px;
  }
  .ctsns-block a span {
    margin-top: 10px;
    display: block;
  }
}

#samuraiblue-block .ctsns-block {
  background: #0f3278;
}

#nadeshikojapan-block .ctsns-block {
  background: #dc236e;
}

#u23-block .ctsns-block {
  background: #005AB4;
}

/*--------------------------------------
PARTNER
--------------------------------------*/
.partners-block {
  padding: 30px 0;
}
.partners-block__title {
  margin-bottom: 10px;
  text-align: center;
}
.partners-block__topsup {
  width: 90%;
  max-width: 550px;
  margin: 0 auto 20px;
  display: flex;
  text-align: center;
}
.partners-block__topsup li {
  width: 50%;
}
.partners-block__bnrblock {
  display: grid;
  place-content: center;
  place-items: center;
}
.partners-block__bnrblock img {
  max-height: 30px;
}
.partners-block__major {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
.partners-block__major ul {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partners-block__major ul li {
  width: 50%;
  margin-bottom: 10px;
  display: grid;
  place-content: center;
  place-items: center;
}
.partners-block__major ul li img {
  max-height: 30px;
}
.partners-block__team {
  width: 70%;
  max-width: 370px;
  margin: 0 auto;
}
.partners-block__team ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partners-block__team ul li {
  width: 50%;
  display: grid;
  place-content: center;
  place-items: center;
}
.partners-block__team ul li img {
  max-height: 25px;
}
@media (min-width: 1025px) {
  .partners-block {
    padding: 100px 0;
  }
  .partners-block__title {
    margin-bottom: 20px;
  }
  .partners-block__topsup {
    margin: 0 auto 30px;
  }
  .partners-block__bnrblock img {
    max-height: 55px;
  }
  .partners-block__major ul {
    margin-bottom: 30px;
  }
  .partners-block__major ul li img {
    max-height: 45px;
  }
  .partners-block__team ul {
    justify-content: center;
  }
  .partners-block__team ul li {
    display: grid;
    place-content: center;
    place-items: center;
  }
  .partners-block__team ul li img {
    max-height: 40px;
  }
}

/*--------------------------------------
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,
.swiper-pickupmatch {
  position: relative;
  padding-bottom: 100px;
}

.swiper-pickupmatch {
  padding-bottom: 0px;
}

.swiper-fixresults {
  position: relative;
}

.swiper-subcontents {
  padding-bottom: 0px;
  position: relative;
}

.swiper-results {
  position: relative;
  padding-bottom: 100px;
}

.swiper-highlight {
  position: relative;
  padding-bottom: 100px;
}

.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,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 3px solid #ffffff;
  border-radius: 50px;
  z-index: 100;
  position: absolute;
  top: 200px;
}

.swiper-button-prev {
  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,
  .swiper-highlight {
    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,
  .swiper-button-prev {
    top: 190px;
  }
  .swiper-button-prev {
    left: -25px;
  }
  .swiper-button-next {
    right: -25px;
  }
  .swiper-highlight .swiper-slide,
  .swiper-teamcam .swiper-slide {
    width: 640px;
    margin: 0 0 20px;
    opacity: 0.5;
  }
  .swiper-highlight .swiper-slide.swiper-slide-active,
  .swiper-highlight .swiper-slide.swiper-slide-duplicate-active,
  .swiper-teamcam .swiper-slide.swiper-slide-active,
  .swiper-teamcam .swiper-slide.swiper-slide-duplicate-active {
    opacity: 1;
  }
  .swiper-pagination-bullet,
  .swiper-pagination-tcam .swiper-pagination-bullet,
  .swiper-pagination-pum .swiper-pagination-bullet {
    width: 50px;
    height: 15px;
    margin: 0 10px;
  }
}
/*--------------------------------------
スライド（ページトップKV部分）
--------------------------------------*/
.bx-wrapper {
  margin: 0 0 20px 0;
}

.bx-wrapper .bx-pager {
  margin: 0 0 0 0;
  padding: 0;
  bottom: -20px;
  box-sizing: border-box;
}

.bx-wrapper .bx-pager.bx-default-pager {
  height: 20px;
  padding-top: 7px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #bac1c7;
  text-indent: -9999px;
  display: block;
  width: 30px;
  height: 5px;
  margin: 0 10px;
  outline: 0;
  border-radius: 0px;
}

@media (min-width: 1025px) {
  .bx-wrapper {
    margin: 0 0 60px 0;
  }
  .bx-wrapper .bx-pager {
    bottom: -60px;
  }
  .bx-wrapper .bx-pager.bx-default-pager {
    height: 60px;
    padding-top: 22px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 50px;
    height: 15px;
    margin: 0 10px;
  }
}
#nadeshikojapan-block .bx-wrapper .bx-pager.bx-default-pager {
  background: #dc236e;
}

#nadeshikojapan-block .bx-wrapper .bx-pager.bx-default-pager a:hover,
#nadeshikojapan-block .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #6e0f6e;
}/*# sourceMappingURL=category_top.css.map */