@charset "UTF-8";
/* FOOTER
------------------------------ */
.footer {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 60px;
  }
}

/* breadcrumbs
------------------------------ */
.breadcrumbs {
  margin-top: 10px;
  margin-bottom: -4px;
  font-size: 12px;
}

.breadcrumbs span,
.breadcrumbs a {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 10px;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  page

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.page_cnt_header {
  padding: 0 20px;
  background: #999;
}

.page_cnt_header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 270px;
  padding-top: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_cnt_header .container {
    height: 200px;
    padding-top: 50px;
  }
}

.page_cnt_header .breadcrumbs {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page_cnt_header .breadcrumbs span,
.page_cnt_header .breadcrumbs a {
  color: #fff;
}

.page_cnt_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page_cnt_ttl .en {
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(45deg, #c00000, #ff6418);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .page_cnt_ttl .en {
    font-size: 60px;
    line-height: 1;
  }
}

.page_cnt_ttl .jp {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1;
  background: linear-gradient(45deg, #c00000, #ff6418);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .page_cnt_ttl .jp {
    margin-top: 10px;
    font-size: 15px;
  }
}

.page_cnt_body {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .page_cnt_body {
    padding-top: 40px;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  news

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.news .page_cnt_header {
  background: url(../img/page/news_mv@2x.jpg?20231023) 50%/cover;
}

@media screen and (max-width: 767px) {
  .news .page_cnt_header {
    background: url(../img/page/news_mv@sp.jpg?20231023) 50%/cover;
  }
}

.news_list {
  padding: 0 20px;
  margin-top: -24px;
}

.news_list_item {
  padding: 24px 0;
  border-bottom: 1px solid #666;
}

@media screen and (max-width: 767px) {
  .news_list_item {
    padding: 16px 0;
    padding-top: 24px;
  }
}

.news_list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_list_item_inner {
    display: block;
    font-size: 13px;
  }
}

.news_list_item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .news_list_item_header {
    margin-bottom: 12px;
  }
}

.news_list_item_time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 28px;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_list_item_time {
    padding-right: 16px;
  }
}

.news_list_item_time:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #666;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .news_list_item_time:after {
    height: 15px;
  }
}

.news_list_item_cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 28px;
  padding: 0;
  padding-left: 28px;
  font-size: 1em;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_list_item_cat {
    padding: 0;
    padding-left: 16px;
  }
}

.news_list_item_cat:after {
  content: "";
  content: none;
  display: block;
  width: 1px;
  height: 20px;
  background: #666;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .news_list_item_cat:after {
    content: none;
  }
}

.news_list_item_ttl {
  padding: 0 28px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: calc(1 * 1em);
}

@media screen and (max-width: 767px) {
  .news_list_item_ttl {
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: calc(3 * 1.8em);
  }
}

.news_list_item_ttl:after {
  content: "\f054";
  content: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.news_list_page_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .news_list_page_navi {
    margin-top: 40px;
  }
}

.news_list_page_navi .page-numbers {
  margin: 0 0.7em;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .news_list_page_navi .page-numbers {
    font-size: 20px;
  }
}

.news_list_page_navi .page-numbers.current {
  color: #e01722;
}

.news_list_page_navi .page-numbers.dots {
  margin: 0;
}

.news_list_page_navi .page-numbers.prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 19px;
  background: url(../img/common/arrow_left@2x.png?20231023) 50%/10px no-repeat;
}

.news_list_page_navi .page-numbers.next:before {
  content: "";
  display: block;
  width: 11px;
  height: 19px;
  background: url(../img/common/arrow_right@2x.png?20231023) 50%/10px no-repeat;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  post

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.single-post .page_cnt_header {
  background: transparent;
}

.single-post .page_cnt_header .container {
  height: auto;
}

.single-post .page_cnt_header .breadcrumbs {
  color: #000;
}

@media screen and (max-width: 767px) {
  .single-post .page_cnt_header .breadcrumbs {
    padding: 0;
  }
}

.single-post .page_cnt_header .breadcrumbs span,
.single-post .page_cnt_header .breadcrumbs a {
  color: #000;
}

.single-post .score_table_wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-post .score_table_wrap:first-child {
  margin-top: 0;
}

.single-post .score_table_wrap:last-child {
  margin-bottom: 0;
}

.post_contents {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .post_contents {
    padding-top: 40px;
  }
}

.post_contents .to_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 90px;
  background: #e01722;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post_contents .to_all {
    width: 250px;
    height: 55px;
    font-size: 18px;
  }
}

.post_header {
  padding: 0 20px;
  margin-bottom: 40px;
}

.post_title {
  margin-top: -10px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
}

.post_meta {
  margin-top: -10px;
  font-size: 14px;
}

.post_time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 28px;
  margin-right: 28px;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post_time {
    padding-right: 16px;
  }
}

.post_time:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #666;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .post_time:after {
    height: 15px;
  }
}

.post_img_block img {
  max-height: 600px;
}

.post_content p {
  margin-top: 2.5em;
}

.post_content p a {
  color: #2271b1;
}

.post_content p:first-child {
  margin-top: 0;
}

.post_content > ul {
  margin: 30px 0;
  list-style: disc;
}

.post_content > ul:first-child {
  margin-top: 0;
}

.post_content > ul:last-child {
  margin-bottom: 0;
}

.post_content > ul > li {
  margin-left: 1em;
}

.post_page_nav {
  padding: 0 20px;
  margin-top: 80px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .post_page_nav {
    padding: 0;
    margin-top: 50px;
  }
}

.post_page_nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post_page_nav_prev, .post_page_nav_next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  min-height: 200px;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .post_page_nav_prev, .post_page_nav_next {
    height: auto;
    min-height: 120px;
    padding: 0;
  }
}

.post_page_nav_prev a, .post_page_nav_next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  font-size: 26px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post_page_nav_prev a, .post_page_nav_next a {
    width: 100%;
    padding: 30px 18px;
    font-size: 13px;
  }
}

.post_page_nav_prev a:before, .post_page_nav_next a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .post_page_nav_prev a:before, .post_page_nav_next a:before {
    left: 16px;
  }
}

.post_page_nav_prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .post_page_nav_prev a {
    padding-right: 30px;
  }
}

.post_page_nav_prev a:before {
  content: "\f054";
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .post_page_nav_prev a:before {
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .post_page_nav_next a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 30px;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  championship

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.championship .page_cnt_header,
.single-championship .page_cnt_header {
  background: url(../img/page/championship_mv@2x.jpg?20231023) 50%/cover;
}

@media screen and (max-width: 767px) {
  .championship .page_cnt_header,
  .single-championship .page_cnt_header {
    background: url(../img/page/championship_mv@sp.jpg?20231023) 50%/cover;
  }
}

.championship .page_cnt_header .container,
.single-championship .page_cnt_header .container {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .championship .page_cnt_ttl .en,
  .single-championship .page_cnt_ttl .en {
    font-size: 45px;
  }
}

.championship .page_cnt_ttl .jp,
.single-championship .page_cnt_ttl .jp {
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .championship .page_cnt_ttl .jp,
  .single-championship .page_cnt_ttl .jp {
    margin-top: 5px;
  }
}

.championship .footer {
  margin-top: 0;
}

.championship .page_cnt_body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .championship .page_cnt_body {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.championship_filter {
  padding: 0 20px;
}

.championship_filter .container {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .championship_filter .container {
    padding-top: 24px;
    padding-bottom: 30px;
  }
}

.championship_filter_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.championship_filter_form_label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .championship_filter_form_label {
    font-size: 13px;
  }
}

.championship_filter_form_select_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.championship_filter_form_select_btn:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #e01722;
  position: absolute;
  top: 9px;
  right: 20px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .championship_filter_form_select_btn:after {
    top: 11px;
    right: 20px;
  }
}

.championship_filter_form_select_btn select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 140px;
  height: 42px;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #cccccc;
  border-radius: 25px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .championship_filter_form_select_btn select {
    min-width: 150px;
    height: 45px;
    padding-left: 20px;
    font-size: 15px;
  }
}

.championship_article {
  margin-bottom: 32px;
  /*
    &_score{
      flex-shrink: 0;
      display: flex;
      align-items: center;
      width: 260px;
      font-family: 'Roboto', sans-serif;
      font-size: 96px;
      font-weight: 400;
      line-height: 1;
      position: relative;

      &_num{
        width: 50%;
        letter-spacing: -0.05em;

        &.left{
          padding-right: 30px;
          text-align: right;
        }

        &.right{
          padding-left: 22px;
        }

      }

      &_dash{
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        transform: translate(-50%,-50%);
      }
    }
    */
}

@media screen and (max-width: 767px) {
  .championship_article {
    margin-bottom: 25px;
  }
}

.championship_article_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .championship_article_inner {
    display: block;
    padding: 20px 15px;
    padding-bottom: 0;
  }
}

.championship_article_inner:hover {
  opacity: 1;
}

.championship_article_left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 253px;
  padding-right: 20px;
  border-right: 1px solid #e7e7e7;
}

@media screen and (max-width: 767px) {
  .championship_article_left {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 15px;
    padding-right: 0;
    border-bottom: 1px solid #e7e7e7;
    border-right: none;
  }
}

.championship_article_left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .championship_article_left dl {
    margin-bottom: 15px;
  }
}

.championship_article_left dl:last-child {
  margin-bottom: 0;
}

.championship_article_left dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 6px;
  margin-right: 12px;
  background: #000;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .championship_article_left dt {
    padding: 0 7px;
    margin-right: 10px;
    font-size: 12px;
  }
}

.championship_article_left dd {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .championship_article_left dd {
    font-size: 14px;
    line-height: 1.5;
  }
}

.championship_article_left:last-child {
  margin-bottom: 0;
}

.championship_article_center {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .championship_article_center {
    width: 100%;
    margin: 0;
  }
}

.championship_article_center_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .championship_article_center_center {
    width: 100%;
  }
}

.championship_article_center_center .game_status {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .championship_article_center_center .game_status {
    font-size: 13px;
  }
}

.championship_article_team {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 170px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .championship_article_team {
    width: 27.868852%;
  }
}

.championship_article_team_img_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.championship_article_team_name {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .championship_article_team_name {
    margin-top: 2px;
    font-size: 12px;
    white-space: wrap;
  }
}

@media screen and (max-width: 767px) {
  .championship_article_team_name br {
    display: none;
  }
}

.championship_article_score {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  font-family: "Roboto", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .championship_article_score {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    font-size: 50px;
  }
}

.championship_article_score_num {
  width: 50%;
  letter-spacing: -0.05em;
}

.championship_article_score_num.left {
  padding-right: 30px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .championship_article_score_num.left {
    padding-right: 16px;
  }
}

.championship_article_score_num.right {
  padding-left: 22px;
}

@media screen and (max-width: 767px) {
  .championship_article_score_num.right {
    padding-left: 12px;
  }
}

.championship_article_score_dash {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.championship_article_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .championship_article_right {
    width: auto;
    margin: 0 -15px;
    margin-top: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .championship_article_right .btn {
    max-width: 100%;
    height: 40px;
  }
}

.championship_article_score_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .championship_article_score_result {
    margin-top: 36px;
  }
}

.championship_article_score_result .championship_article_team {
  width: 210px;
}

@media screen and (max-width: 767px) {
  .championship_article_score_result .championship_article_team {
    width: 28.358209%;
  }
}

.championship_article_score_result .championship_article_team_img_block {
  width: 100%;
  height: 130px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .championship_article_score_result .championship_article_team_img_block {
    height: 60px;
  }
}

.championship_article_score_result .championship_article_team_img_block img {
  max-width: 100%;
  max-height: 100%;
}

.championship_article_score_result .championship_article_team_name {
  margin-top: 12px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .championship_article_score_result .championship_article_team_name {
    margin-top: 6px;
  }
}

.championship_article_score_result .championship_article_score_wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .championship_article_score_result .championship_article_score_wrap {
    width: 100%;
  }
}

.championship_article_score_result .championship_article_score {
  width: 300px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .championship_article_score_result .championship_article_score {
    width: 100%;
  }
}

.championship_article_score_result .game_status {
  display: none;
}

.championship_article_score_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.championship_article:last-child {
  margin-bottom: 0;
}

.championship_content {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .championship_content {
    margin-bottom: 30px;
  }
}

.championship_content_ttl {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .championship_content_ttl {
    margin-bottom: 8px;
    font-size: 15px;
  }
}

.championship_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .championship_content dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.championship_content dl + dl {
  border-top: none;
}

.championship_content dt,
.championship_content dd {
  padding: 16px 28px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .championship_content dt,
  .championship_content dd {
    padding: 12px 14px;
    font-size: 14px;
  }
}

.championship_content dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 172px;
  padding: 16px 16px;
  border-right: 1px solid #000;
  background: #dedede;
}

@media screen and (max-width: 767px) {
  .championship_content dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 10px 16px;
    border-right: none;
  }
}

.championship_content:last-child {
  margin-bottom: 0;
}

.single-championship .post_contents {
  padding-top: 0;
}

.single-championship .post_header {
  padding-top: 40px;
  padding-bottom: 75px;
  margin-bottom: 80px;
  background: linear-gradient(45deg, rgba(192, 0, 0, 0.6) 0%, rgba(255, 100, 24, 0.6) 100%);
}

@media screen and (max-width: 767px) {
  .single-championship .post_header {
    padding-top: 40px;
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
}

.single-championship .post_header .game_date {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .single-championship .post_header .game_date {
    font-size: 18px;
  }
}

.single-championship .post_header .game_date .week {
  margin-left: 8px;
}

.single-championship .post_header .venue,
.single-championship .post_header .game_status {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.single-championship .post_header .venue {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single-championship .post_header .venue {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .single-championship .post_header .game_status {
    font-size: 13px;
    font-weight: 700;
  }
}

.single-championship .post_content_footer {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .single-championship .post_content_footer {
    margin-top: 30px;
  }
}

.score_table_wrap {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .score_table_wrap {
    margin-top: 25px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .score_table_wrap .scroll_table_container {
    padding-right: 20px;
  }
}

.score_table_wrap .scroll-hint-icon {
  position: absolute;
  top: calc(50%);
  left: calc(50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .score_table {
    table-layout: fixed !important;
  }
}

.score_table th,
.score_table td {
  width: 80px !important;
  padding: 12px 5px !important;
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .score_table th,
  .score_table td {
    width: 30px !important;
    padding: 10px 4px !important;
  }
}

.score_table th:first-child,
.score_table td:first-child {
  width: 220px !important;
}

@media screen and (max-width: 767px) {
  .score_table th:first-child,
  .score_table td:first-child {
    width: 80px !important;
  }
}

.score_table th {
  border-right: 1px solid #fff !important;
  background: #000 !important;
  font-weight: 400 !important;
  color: #fff !important;
}

.score_table th.total_cell {
  background: #707070 !important;
}

.score_table th:last-child {
  border-right: none !important;
}

.score_table td {
  border-top: none;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  background: #fff !important;
}

.score_table td.total_cell {
  background: #dedede !important;
}

.score_table td:first-child {
  border-left: 1px solid #000 !important;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  league

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.league {
  /* 投稿 横並びリスト
  ------------------------------ */
}

.league .footer {
  margin-top: 0;
}

.league .page_cnt_header {
  background: url(../img/page/league_mv@2x.jpg?20231023) 50%/cover;
}

@media screen and (max-width: 767px) {
  .league .page_cnt_header {
    background: url(../img/page/league_mv@sp.jpg?20231023) 50%/cover;
  }
}

.league .page_cnt_body {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .league .page_cnt_body {
    padding-top: 36px;
  }
}

.league .page_cnt_body .page_ttl2 {
  margin-bottom: 70px;
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .league .page_cnt_body .page_ttl2 {
    margin-bottom: 36px;
    font-size: 23px;
  }
}

.league_group {
  padding: 0 20px;
  padding-top: 52px;
  padding-bottom: 60px;
  background: #f2f2f2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .league_group {
    padding: 0;
    padding-top: 30px;
  }
}

.league_group:before {
  content: "";
  display: block;
  width: 100%;
  height: 398px;
  background: linear-gradient(45deg, #0066bc 0%, rgba(53, 199, 247, 0.99608) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.league_group_header {
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .league_group_header {
    margin-bottom: 30px;
  }
}

.league_group_title {
  margin-top: -15px;
  margin-bottom: -15px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .league_group_title {
    margin-top: -8px;
    margin-bottom: -8px;
    font-size: 20px;
  }
}

.league_group_base {
  padding-top: 68px;
  padding-bottom: 52px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .league_group_base {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-radius: 0;
  }
}

.league_group_logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .league_group_logo {
    max-width: 220px;
    margin-bottom: 20px;
  }
}

.league_group_logo + .article_list {
  margin-top: 42px;
}

.league_group_description {
  margin-bottom: 20px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .league_group_description {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
  }
}

.league_group_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 40px;
  margin: 0 auto;
  margin-top: 45px;
  background: #000;
  font-size: 14px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .league_group_btn {
    width: 150px;
    margin-top: 40px;
  }
}

.league_group_btn i {
  font-size: 12px;
  color: #e01722;
  position: absolute;
  top: 50%;
  left: 26px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.league_group:last-child {
  margin-bottom: 0;
}

.league_group.shikoku-island:before {
  background: linear-gradient(45deg, #0066bc 0%, rgba(53, 199, 247, 0.99608) 100%);
}

.league_group.route-inn-bc:before {
  background: linear-gradient(45deg, #dc0005 0%, rgba(236, 182, 194, 0.99608) 100%);
}

.league_group.kyushu-asia:before {
  background: linear-gradient(45deg, black 0%, rgba(205, 204, 204, 0.99608) 100%);
}

.league_group.hokkaido-frontier:before {
  background: linear-gradient(45deg, #9cc812 0%, #9cc812 1%, rgba(193, 224, 237, 0.99608) 100%);
}

.league_group.nihonkai-league:before {
  background: linear-gradient(45deg, #05844c 0%, #05844c 1%, rgba(200, 216, 240, 0.99608) 100%);
}

.league_area_group_list {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .league_area_group_list {
    margin-top: 30px;
  }
}

.league_area_group {
  margin-bottom: 60px;
}

.league_area_group_title {
  padding-bottom: 4px;
  margin-bottom: 32px;
  font-size: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .league_area_group_title {
    font-size: 20px;
  }
}

.league_area_group_title:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.league_area_group:last-child {
  margin-bottom: 0;
}

.league.article_list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.league.article_list .article {
  width: calc(100% / 4);
}

@media screen and (max-width: 767px) {
  .league.article_list .article {
    width: calc(100% / 2);
    margin: 0;
  }
}

.league.article_list .article_inner {
  padding: 0;
  border-radius: 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .league.article_list .article_inner {
    padding: 12px;
  }
}

.league.article_list .article_img_block {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 8px;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .league.article_list .article_img_block {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .league.article_list .article_img_block:before {
    padding-top: 100%;
  }
}

.league.article_list .article_txt_block {
  margin-top: 15px;
}

.league.article_list .article_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.league.article_list .article_time {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  color: #ababab;
}

.league.article_list .article_ttl {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .league.article_list .article_ttl {
    font-size: 13px;
  }
}

.league.article_list .article_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  height: 30px;
  padding: 0 10px;
  border-radius: 10px 0 0 0;
  background: #f29c9f;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .league.article_list .article:last-child {
    margin-bottom: 0;
  }
}

.league.article_list .article_list_inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .league.article_list .article_list_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: -12px;
  }
}

.league.article_list .article_list_item {
  width: calc(100% / 3);
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .league.article_list .article_list_item {
    width: 100%;
    padding: 0;
    margin-bottom: calc(100 /750*100vw);
  }
}

.league.article_list .article_list_item_inner {
  display: block;
  height: 100%;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .league.article_list .article_list_item_inner {
    padding: calc(30 /750*100vw);
    padding-bottom: calc(24 /750*100vw);
    border-radius: calc(20 /750*100vw);
  }
}

.league.article_list .article_list_item_img_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.league.article_list .article_list_item_img_block:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.league.article_list .article_list_item_img_block img,
.league.article_list .article_list_item_img_block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .league.article_list .article_list_item_img_block img,
  .league.article_list .article_list_item_img_block iframe {
    border-radius: calc(10 /750*100vw);
  }
}

.league.article_list .article_list_item_txt_block {
  margin-top: 15px;
}

.league.article_list .article_list_item_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.league.article_list .article_list_item_time {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  color: #ababab;
}

@media screen and (max-width: 767px) {
  .league.article_list .article_list_item_time {
    font-size: calc(26 /750*100vw);
  }
}

.league.article_list .article_list_item_ttl {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .league.article_list .article_list_item_ttl {
    margin-bottom: calc(10 /750*100vw);
    font-size: calc(28 /750*100vw);
  }
}

.league.article_list .article_list_item_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  height: 30px;
  padding: 0 10px;
  border-radius: 10px 0 0 0;
  background: #f29c9f;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .league.article_list .article_list_item_cat {
    min-width: calc(150 /750*100vw);
    height: calc(50 /750*100vw);
    border-radius: calc(20 /750*100vw) 0 0 0;
    font-size: calc(24 /750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .league.article_list .article_list_item:last-child {
    margin-bottom: 0;
  }
}

.league.article_list .article_list_page_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

.league.article_list .article_list_page_navi > * {
  margin: 0 1em;
}

.league_area_group_title {
  display: none;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  overview

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.overview .page_cnt_header {
  background: url(../img/page/overview_mv@2x.jpg?20231023) 50%/cover;
}

@media screen and (max-width: 767px) {
  .overview .page_cnt_header {
    background: url(../img/page/overview_mv@sp.jpg?20231023) 50%/cover;
  }
}

.overview .page_cnt_body {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .overview .page_cnt_body {
    padding-top: 36px;
  }
}

.overview_sec {
  padding: 0 20px;
}

.overview_sec01 {
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .overview_sec01 {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .overview_sec01 .sec_header {
    padding-top: 14px;
  }
}

.overview_sec01 .sec_header p {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .overview_sec01 .sec_header p {
    font-size: 14px;
  }
}

.overview_sec01 .sec_ttl {
  margin-bottom: 40px;
  text-align: center;
}

.overview_sec01 .sec_ttl .en {
  display: block;
  padding-bottom: 25px;
  margin-bottom: 35px;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .overview_sec01 .sec_ttl .en {
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 23px;
  }
}

.overview_sec01 .sec_ttl .en:before {
  content: "";
  display: block;
  width: 48px;
  height: 5px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .overview_sec01 .sec_ttl .en:before {
    width: 24px;
    height: 3px;
  }
}

.overview_sec01 .sec_ttl .jp {
  display: block;
  font-size: 36px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .overview_sec01 .sec_ttl .jp {
    font-size: 23px;
  }
}

.overview_sec01_img01 {
  position: absolute;
  top: -170px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .overview_sec01_img01 {
    width: 102px;
    top: -36px;
  }
}

.overview_sec01_img02 {
  position: absolute;
  bottom: -50px;
  right: 20px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .overview_sec01_img02 {
    width: 147px;
    bottom: 0;
    right: 0;
  }
}

.overview_sec02 {
  background: url(../img/page/overview_sec02_bg@2x.jpg?20231023) 50%/cover;
}

.overview_sec02 .container {
  padding-top: 12px;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .overview_sec02 .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

.overview_sec02 .sec_header {
  position: relative;
  z-index: 1;
}

.overview_sec02 .sec_header p {
  font-size: 18px;
  line-height: 2.2;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .overview_sec02 .sec_header p {
    font-size: 14px;
  }
}

.overview_sec02 .sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .overview_sec02 .sec_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}

.overview_sec02 .sec_ttl .en {
  background: -webkit-gradient(linear, left top, right top, from(#c00000), to(#ff6418));
  background: linear-gradient(90deg, #c00000, #ff6418);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .overview_sec02 .sec_ttl .en {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 1;
  }
}

.overview_sec02 .sec_ttl .jp {
  margin-left: 35px;
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .overview_sec02 .sec_ttl .jp {
    margin-left: 0;
    font-size: 20px;
  }
}

.overview_sec02_img01 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .overview_sec02_img01 {
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
  }
}

.overview_sec03 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .overview_sec03 .container {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.overview_sec03 .sec_header {
  position: relative;
  z-index: 1;
}

.overview_sec03 .sec_header p {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .overview_sec03 .sec_header p {
    font-size: 14px;
  }
}

.overview_sec03 .sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .overview_sec03 .sec_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}

.overview_sec03 .sec_ttl .en {
  background: -webkit-gradient(linear, left top, right top, from(#00197b), to(#0094d7));
  background: linear-gradient(90deg, #00197b, #0094d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .overview_sec03 .sec_ttl .en {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 1;
  }
}

.overview_sec03 .sec_ttl .jp {
  margin-left: 35px;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .overview_sec03 .sec_ttl .jp {
    margin-left: 0;
    font-size: 20px;
  }
}

.overview_sec03 .img_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .overview_sec03 .img_block {
    margin: 0;
    margin-top: 24px;
  }
}

.overview_sec04 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .overview_sec04 {
    padding: 0;
  }
}

.overview_sec04:before {
  content: "";
  display: block;
  width: 100%;
  height: 476px;
  background: linear-gradient(45deg, #00197b 0%, #0033c3 50%, rgba(0, 148, 215, 0.99608) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .overview_sec04:before {
    content: none;
  }
}

.overview_sec04 .container {
  padding-top: 110px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .overview_sec04 .container {
    padding-top: 0;
  }
}

.overview_sec04 .base {
  padding: 0 70px;
  padding-top: 64px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .overview_sec04 .base {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.overview_sec04 .sec_header {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .overview_sec04 .sec_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 150px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .overview_sec04 .sec_header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #00197b 0%, #0033c3 50%, rgba(0, 148, 215, 0.99608) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

.overview_sec04 .sec_header p {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.overview_sec04 .sec_ttl {
  padding-bottom: 8px;
  font-size: 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .overview_sec04 .sec_ttl {
    color: #fff;
  }
}

.overview_sec04 .sec_ttl:before {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .overview_sec04 .sec_ttl:before {
    background: #fff;
  }
}

.overview_sec04 .sec_body {
  padding-left: 180px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .overview_sec04 .sec_body {
    padding: 40px 20px;
    padding-bottom: 0;
    font-size: 14px;
  }
}

.overview_sec04 .sec_body p {
  font-size: 1em;
  line-height: 2.2;
}

.overview_sec04 .list_group {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .overview_sec04 .list_group {
    padding: 0;
  }
}

.overview_sec04 .list_group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media screen and (max-width: 767px) {
  .overview_sec04 .list_group ul {
    display: block;
    margin: 0;
  }
}

.overview_sec04 .list_group ul li {
  width: calc(100% / 3);
  padding: 0 12px;
  font-size: 18px;
  line-height: 2.2;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .overview_sec04 .list_group ul li {
    padding: 0;
    font-size: 14px;
  }
}

.overview_sec04 .list_group ul li:before {
  content: "●";
}

.overview_sec04 .list_inner {
  margin: 0 -12px;
}

@media screen and (max-width: 767px) {
  .overview_sec04 .list_inner {
    margin: 0;
  }
}

.overview_sec04 .list_item {
  padding: 0 12px;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .overview_sec04 .list_item {
    padding: 0;
    margin-bottom: 30px;
  }
}

.overview_sec04 .list_item_inner {
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}

.overview_sec04 .list_item:last-child {
  margin-bottom: 0;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  contact

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.wpcf7 {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}

.form_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .form_items {
    display: block;
    border-left: 1px solid #000;
  }
}

.form_items dt,
.form_items dd {
  padding: 20px 20px;
}

.form_items dt > p,
.form_items dd > p {
  line-height: 1;
}

.form_items dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
  padding-top: 33px;
  border-bottom: 1px solid #fff;
  background: #000;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form_items dt {
    width: 100%;
    padding: 20px 20px;
  }
}

.form_items dt .required {
  font-size: 14px;
  color: #e01722;
  position: absolute;
  top: 34px;
  right: 20px;
  z-index: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .form_items dt .required {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.form_items dt:nth-last-child(2) {
  border-bottom: none;
}

.form_items dd {
  width: calc(100% - 250px);
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .form_items dd {
    width: 100%;
  }
}

.form_items dd:last-child {
  border-bottom: none;
}

.form_items input[type="text"],
.form_items input[type="email"],
.form_items textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #000;
}

.form_inner .agree {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.form_inner .submit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form_inner .wpcf7-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 60px;
  background: url(../img/common/arrow_right_red@2x.png) right 20px center/8px no-repeat, #000;
  color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.form_inner .wpcf7-submit:hover {
  background: url(../img/common/arrow_right_wht@2x.png) right 20px center/8px no-repeat, #e01722;
}

.form_inner .wpcf7-submit:disabled {
  background: url(../img/common/arrow_right_red@2x.png) right 20px center/8px no-repeat, #000;
  opacity: 0.7;
  cursor: not-allowed;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  thanks

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.thanks .sec01 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.thanks h1 {
  font-size: 28px;
  text-align: center;
}

.thanks h1 .en {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

.thanks p {
  margin-top: 30px;
  text-align: center;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  privacy

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.privacy .templateBox {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}

.privacy .mainHeading {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}

.privacy ._content {
  margin-bottom: 20px;
}

.privacy .subHeading {
  margin-bottom: 4px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  wp-block

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
h2.wp-block-heading {
  margin-top: 50px;
  margin-bottom: -10px;
  font-size: 24px;
}

h2 + h3.wp-block-heading {
  margin-top: 20px;
}

h3.wp-block-heading {
  margin-top: 40px;
  margin-bottom: -10px;
  font-size: 20px;
}

h4.wp-block-heading {
  margin-top: 30px;
  margin-bottom: -10px;
  font-size: 16px;
}

.wp-block-image {
  margin: 30px 0;
}

.wp-block-image:first-child {
  margin-top: 0;
}

.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-table {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .wp-block-table {
    overflow-x: scroll !important;
  }
}

.wp-block-table table {
  border: 1px solid #000;
}

.wp-block-table thead {
  border: none !important;
}

.wp-block-table thead th {
  border: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #000 !important;
  color: #fff !important;
}

.wp-block-table thead th:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .wp-block-table th,
  .wp-block-table td {
    padding: 10px 4px !important;
    border-right: 1px solid #000;
    white-space: nowrap;
  }
}

.wp-block-table:first-child {
  margin-top: 0;
}

.wp-block-table:last-child {
  margin-bottom: 0;
}

.wp-block-separator {
  margin: 40px 0;
  border: none !important;
  border-top: 1px solid #bbb !important;
}

.wp-block-separator:first-child {
  margin-top: 0;
}

.wp-block-separator:last-child {
  margin-bottom: 0;
}


/* 2025.07.21追加 */
.obog-player-ttl{
  margin-top: 30px !important;
}

.tab-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    
    /* タブを2つ以上に増やす場合、下のflex-direction:column;をコメントアウトしてください。 */
    flex-direction: column;
}
.tab-label {
    color: White;
    background: LightGray;
    margin-right: 5px;
    padding: 3px 12px;
    order: -1;
    width: 200px;
    margin: 30px 10px;
    text-align: center;
    border-radius: 5px;
}
.obog-table-outer {
  width: 100%;
  display: none;
}
.obog-table-outer img{
  margin-bottom: 30px;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #dc0005;
}
.tab-switch:checked+.tab-label-shikoku {
    background: #0033c3;
}
.tab-switch:checked+.tab-label+.obog-table-outer {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}


.page_cnt_header {
  background: url(../img/shikoku_junior_sec1.png) 50%/cover !important;
}
.bc-page_cnt_header {
  background: url(../img/bc_junior_sec1.png) 50%/cover !important;
}



@media screen and (max-width: 767px) {
  .tab-wrap{
    justify-content: space-between;
  }
  .tab-label {
    width: 49%;
    margin: 5px 0;
  }
  .obog-ttl{
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {}