@charset "UTF-8";
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  mv

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.mv {
  position: relative;
}

.mv .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 750px;
  padding: 60px 20px;
}

@media screen and (max-width: 767px) {
  .mv .container {
    height: 445px;
    padding: 40px 0;
    padding-bottom: 30px;
  }
}

.mv_catch {
  margin-top: -20px;
  font-family: 'Roboto', sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  opacity: .25;
}

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

.mv_read {
  margin-top: auto;
  margin-bottom: -10px;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mv_read {
    margin-bottom: -8px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

.mv_img {
  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%);
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  news

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.news {
  background: #000;
}

.news .container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 20px;
  position: relative;
}

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

.news .sec_header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .news .sec_header {
    padding-bottom: 40px;
  }
}

.news .sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .news .sec_ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news .sec_ttl .en {
  margin-top: -10px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .news .sec_ttl .en {
    margin: 0;
    font-size: 40px;
  }
}

.news .sec_ttl .jp {
  margin-top: -16px;
}

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

.news .sec_body {
  width: 100%;
  max-width: 860px;
  padding-right: 40px;
  margin-left: auto;
}

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

.news_list {
  margin-top: -20px;
}

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

.news_list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  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;
}

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

.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;
  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: '';
  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;
  font-size: 1em;
  line-height: 1;
  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;
    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";
  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 .btn {
  position: absolute;
  bottom: 80px;
  left: 20px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .news .btn {
    margin: 0;
    margin-top: 30px;
    position: relative;
    bottom: 0;
    left: 0;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  about

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.about {
  background: url(../img/top/about_bg@2x.jpg?20231023) 50%/cover;
}

.about .container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 120px 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about .container {
    padding: 70px 20px;
  }
}

.about .container:before {
  content: '';
  display: block;
  width: 50vw;
  height: 100%;
  background: linear-gradient(45deg, #c00000 0%, rgba(255, 100, 24, 0.99608) 100%);
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 0;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .about .container:before {
    width: 100%;
    right: 0;
  }
}

.about .sec_header {
  width: 50%;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}

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

.about .sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  color: #fff;
}

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

.about .sec_ttl .en {
  margin-top: -10px;
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .about .sec_ttl .en {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 15px;
  }
}

.about .sec_ttl .jp {
  margin-top: -16px;
  margin-bottom: -24px;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .about .sec_ttl .jp {
    margin-top: -14px;
    margin-bottom: -10px;
    font-size: 25px;
  }
}

.about .sec_description {
  margin-bottom: -10px;
  font-size: 18px;
  line-height: 2.2em;
  letter-spacing: 0.1em;
  color: #fff;
}

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

.about .btn {
  margin: 0;
  margin-top: 50px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  league

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.league {
  position: relative;
}

.league:before {
  content: '';
  width: 100%;
  height: 500px;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .league:before {
    height: 860px;
  }
}

.league .container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
  position: relative;
}

.league .sec_header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .league .sec_header {
    margin-bottom: 35px;
  }
}

.league .sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.league .sec_ttl .en {
  margin-top: -10px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .league .sec_ttl .en {
    margin-top: -5px;
    margin-bottom: 20px;
    font-size: 40px;
  }
}

.league .sec_ttl .jp {
  margin-top: -14px;
  margin-bottom: -24px;
}

@media screen and (max-width: 767px) {
  .league .sec_ttl .jp {
    margin-top: -12px;
    margin-bottom: -5px;
    font-size: 15px;
  }
}

.league_list {
  margin-bottom: 80px;
}

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

.league_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -25px;
}

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

.league_list_item {
  width: calc(100% / 5);
  padding: 25px;
}

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

.league_list_item_inner {
  padding: 0 20px;
  padding-bottom: 30px;
  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);
}

@media screen and (max-width: 767px) {
  .league_list_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 5px;
  }
}

.league_list_item_img_block {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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: 25px;
  border-radius: 0;
  border-bottom: 1px solid #e7e7e7;
}

@media screen and (max-width: 767px) {
  .league_list_item_img_block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 115px;
    height: 95px;
    padding: 0;
    padding-right: 20px;
    margin-right: 20px;
    border: none;
    border-right: 1px solid #e7e7e7;
  }
}

.league_list_item_img_block:before {
  content: none;
}

.league_list_item_img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .league_list_item_img {
    max-width: 95px;
    max-height: 95px;
  }
}

.league_list_item_txt_block {
  padding-top: 20px;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .league_list_item_txt_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-top: 0;
    margin: 0;
  }
}

.league_list_item_ttl {
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .league_list_item_ttl {
    margin-top: -7px;
    text-align: left;
    font-size: 15px;
  }
}

.league_list_item .btn {
  height: 40px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .league_list_item .btn {
    height: 40px;
    margin-top: auto;
  }
}

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

.league_tabs {
  border-bottom: 1px solid #fff;
}

.league_tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.league_tab {
  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: calc(100% / 5);
  padding: 17px 0;
  border-right: 1px solid #fff;
  background: #000;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transition: background .3s;
  transition: background .3s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .league_tab {
    padding: 12px 0;
    font-size: 11px;
    line-height: 1.4;
  }
}

.league_tab:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #e01722 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

@media screen and (max-width: 767px) {
  .league_tab:before {
    border-width: 8px 8px 0 8px;
    bottom: -7px;
  }
}

.league_tab:hover {
  background: #e01722;
}

.league_tab:last-child {
  border-right: none;
}

.league_tab.active {
  background: #e01722;
}

.league_tab.active:before {
  opacity: 1;
  visibility: visible;
}

.league_tab_content {
  display: none;
  padding: 60px 0;
  background: linear-gradient(45deg, #425389 0%, #3581a5 50%, #32b7b6 100%);
  position: relative;
}

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

.league_tab_content.active {
  display: block;
}

.league_group_slider {
  padding: 0;
  margin: 0 auto;
}

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

.league_group_slide .list {
  max-width: 1040px;
  margin: 0 auto;
}

.league_group_slide .list_inner {
  margin: -20px;
}

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

.league_group_slide .list_item {
  width: calc(100% / 2);
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .league_group_slide .list_item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.league_group_slide .list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .league_group_slide .list_item_inner {
    padding: 22px 15px;
    padding-left: 8px;
  }
}

.league_group_slide .list_item_img_block {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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;
  margin: 0;
  border-radius: 0;
}

.league_group_slide .list_item_img_block:before {
  content: none;
}

.league_group_slide .list_item_img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .league_group_slide .list_item_img {
    max-width: 95px;
    max-height: 95px;
  }
}

.league_group_slide .list_item_txt_block {
  width: 100%;
  margin: 0;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .league_group_slide .list_item_txt_block {
    margin-left: 8px;
  }
}

.league_group_slide .list_item_ttl {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .league_group_slide .list_item_ttl {
    font-size: 15px;
  }
}

.league_group_slide .list_item_description {
  font-size: 14px;
  color: #666;
}

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

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

.league .swiper-buttons {
  padding: 0 20px;
}

.league .swiper-buttons .container {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}

.league .swiper-buttons .swiper-button-prev {
  width: auto;
  left: 0;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .league .swiper-buttons .swiper-button-prev {
    left: 5px;
  }
}

.league .swiper-buttons .swiper-button-prev:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .league .swiper-buttons .swiper-button-prev:after {
    font-size: 16px;
  }
}

.league .swiper-buttons .swiper-button-next {
  width: auto;
  right: 0;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .league .swiper-buttons .swiper-button-next {
    right: 5px;
  }
}

.league .swiper-buttons .swiper-button-next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .league .swiper-buttons .swiper-button-next:after {
    font-size: 16px;
  }
}
