@charset "UTF-8";
.bl_secHead_en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  color: #e70014;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;

  margin-inline: auto;
}

.bl_secHead_ttl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #212121;
  font-weight: bold;
  line-height: 1.1;

  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_secHead_ttl {
    margin-top: 2px;
    font-size: 32px;
  }
}
@media (min-width: 801px) {
  .bl_secHead_ttl {
    font-size: 36px;
  }
}

.bl_pickup {
  overflow: hidden;
  margin-top: 60px;
}
@media (min-width: 801px) {
  .bl_pickup {
    margin-top: 55px;
  }
}

.bl_pickupContent {
  overflow: inherit;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 800.98px) {
  .bl_pickupContent {
    margin-top: 20px;

    padding-block: 10px;
    padding-inline: 5%;
  }
}
@media (min-width: 801px) {
  .bl_pickupContent {
    margin-top: 30px;

    padding-block: 10px;
  }
}
.bl_pickupContent .swiper-wrapper {
  z-index: -1;
}

.bl_pickupItem {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 801px) {
  .bl_pickupItem:hover img {
    opacity: 0.7;
    transform: scale(1.05);
  }
  .bl_pickupItem:hover .bl_pickupItem_textBox_ttl {
    color: #e70014;
  }
  .bl_pickupItem:hover .bl_pickupItem_textBox_text {
    color: #e70014;
  }
}

.bl_pickupItem_img {
  overflow: hidden;

  aspect-ratio: 16/9;
}
.bl_pickupItem_img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  -o-object-fit: cover;

     object-fit: cover;
}

.bl_pickupItem_textBox {
  position: relative;
}
@media (max-width: 800.98px) {
  .bl_pickupItem_textBox {
    padding: 14px 20px 24px;
  }
}
@media (min-width: 801px) {
  .bl_pickupItem_textBox {
    padding: 14px 20px 27px;
  }
}

@media (max-width: 800.98px) {
  .bl_pickupItem_tag {
    margin-top: 20px;
  }
}
@media (min-width: 801px) {
  .bl_pickupItem_tag {
    margin-top: 21px;
  }
}

.bl_pickupItem_tagItem_days {
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #212121;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 800.98px) {
  .bl_pickupItem_tagItem_days {
    padding-inline: 6px;
  }
}
@media (min-width: 801px) {
  .bl_pickupItem_tagItem_days {
    padding-inline: 7px;
  }
}

.bl_pickupItem_textBox_ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #212121;
  font-weight: 600;
  line-height: 1.5;

  -webkit-line-clamp: 2;
}
@media (max-width: 800.98px) {
  .bl_pickupItem_textBox_ttl {
    font-size: 20px;
  }
}
@media (min-width: 801px) {
  .bl_pickupItem_textBox_ttl {
    font-size: 22px;
  }
}

.bl_pickupItem_textBox_text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #212121;
  font-size: 16px;

  -webkit-line-clamp: 2;
}

/* --------------------------------
  swiper
-------------------------------- */
.bl_pickupContent_btnNext,
.bl_pickupContent_btnPrev {
  display: flex;
  position: absolute;
  z-index: 10;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #212121;
}
@media (max-width: 800.98px) {
  .bl_pickupContent_btnNext,
  .bl_pickupContent_btnPrev {
    top: 40%;
  }
}
@media (min-width: 801px) {
  .bl_pickupContent_btnNext,
  .bl_pickupContent_btnPrev {
    top: 45%;
  }
  .bl_pickupContent_btnNext:hover,
  .bl_pickupContent_btnPrev:hover {
    background-color: #e70014;
  }
}
.bl_pickupContent_btnNext::after,
.bl_pickupContent_btnNext::before,
.bl_pickupContent_btnPrev::after,
.bl_pickupContent_btnPrev::before {
  content: "";
}

@media (max-width: 800.98px) {
  .bl_pickupContent_btnNext {
    right: 0;
  }
}
@media (min-width: 801px) {
  .bl_pickupContent_btnNext {
    right: 27%;
  }
}

.bl_pickupContent_btnPrev {
  transform: rotate(-180deg);
}
@media (max-width: 800.98px) {
  .bl_pickupContent_btnPrev {
    left: 0;
  }
}
@media (min-width: 801px) {
  .bl_pickupContent_btnPrev {
    left: 27%;
  }
}

.bl_pickupContent_arrow {
  display: block;
  position: relative;
  width: 10px;
  height: 20px;
}
.bl_pickupContent_arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;

  -webkit-clip-path: polygon(15% 0, 100% 50%, 15% 100%, 0 90%, 70% 50%, 0 10%);

          clip-path: polygon(15% 0, 100% 50%, 15% 100%, 0 90%, 70% 50%, 0 10%);
}

.bl_pickupContent_pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;

  inset: 0 !important;
}
@media (max-width: 800.98px) {
  .bl_pickupContent_pagination {
    gap: 6px;
  }
}
@media (min-width: 801px) {
  .bl_pickupContent_pagination {
    gap: 5px;
  }
}

.bl_pickupContent_paginationBullet {
  display: block;
  opacity: 1;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #bcbcbc;
}
@media (max-width: 800.98px) {
  .bl_pickupContent_paginationBullet {
    width: 34px;
    height: 8px;
  }
}
@media (min-width: 801px) {
  .bl_pickupContent_paginationBullet {
    width: 30px;
    height: 6px;
  }
}
.bl_pickupContent_paginationBullet.swiper-pagination-bullet-active {
  background-color: #e70014;
}

.bl_pickupContent_controls {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

  margin-inline: auto;
  gap: 15px;
}
@media (max-width: 800.98px) {
  .bl_pickupContent_controls {
    margin-top: 40px;
  }
}
@media (min-width: 801px) {
  .bl_pickupContent_controls {
    margin-top: 50px;
    padding-right: 42px;
  }
}

.bl_pickupContent_playBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #212121;
}
@media (max-width: 800.98px) {
  .bl_pickupContent_playBtn {
    min-width: 36px;
    min-height: 36px;
  }
}
@media (min-width: 801px) {
  .bl_pickupContent_playBtn {
    min-width: 32px;
    min-height: 32px;
  }
  .bl_pickupContent_playBtn:hover {
    background-color: #e70014;
  }
}
.bl_pickupContent_playBtn.is_active .bl_pickupContent_playBtn_icon {
  background-image: url(/img/common/icon_play.png);
}

.bl_pickupContent_playBtn_icon {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/img/common/icon_stop.png);
  background-size: 100% 100%;
}

.bl_bnrArea {
  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_bnrArea {
    margin-top: 70px;
  }
}
@media (min-width: 801px) {
  .bl_bnrArea {
    margin-top: 83px;
    width: 820px;
  }
}
.bl_bnrArea img {
  width: 100%;
  height: auto;
}

@media (max-width: 800.98px) {
  .bl_news {
    margin-top: 70px;
  }
}
@media (min-width: 801px) {
  .bl_news {
    margin-top: 100px;
  }
}

.bl_newsContent {
  display: grid;
}
@media (max-width: 800.98px) {
  .bl_newsContent {
    margin-top: 25px;

    grid-row-gap: 20px;
  }
}
@media (min-width: 801px) {
  .bl_newsContent {
    margin-top: 55px;

    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 28px;
  }
}

.bl_newsItem {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 801px) {
  .bl_newsItem:hover img {
    opacity: 0.7;
    transform: scale(1.05);
  }
  .bl_newsItem:hover .bl_newsItem_textBox_ttl {
    color: #e70014;
  }
}

.bl_newsItem_img {
  overflow: hidden;
  border: solid 1px #d9d9d9;
  background-color: #212121;

  aspect-ratio: 16/9;
}
.bl_newsItem_img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  -o-object-fit: cover;

     object-fit: cover;
}

.bl_newsItem_textBox {
  position: relative;
}
@media (max-width: 800.98px) {
  .bl_newsItem_textBox {
    padding: 14px 20px 24px;
  }
}
@media (min-width: 801px) {
  .bl_newsItem_textBox {
    padding: 14px 20px 27px;
  }
}

.bl_newsItem_tag {
  display: flex;
}
@media (max-width: 800.98px) {
  .bl_newsItem_tag {
    margin-top: 20px;

    gap: 20px;
  }
}
@media (min-width: 801px) {
  .bl_newsItem_tag {
    margin-top: 21px;

    gap: 13px;
  }
}

.bl_newsItem_tagItem_days {
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #212121;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 800.98px) {
  .bl_newsItem_tagItem_days {
    padding-inline: 6px;
  }
}
@media (min-width: 801px) {
  .bl_newsItem_tagItem_days {
    padding-inline: 7px;
  }
}

.bl_newsItem_tagItem_category {
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e8e8e8;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 800.98px) {
  .bl_newsItem_tagItem_category {
    padding-inline: 6px;
  }
}
@media (min-width: 801px) {
  .bl_newsItem_tagItem_category {
    padding-inline: 7px;
  }
}

.bl_newsItem_textBox_ttl {
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #212121;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.bl_btnWrap_news {
  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_btnWrap_news {
    margin-top: 50px;
    width: 100%;
  }
}
@media (min-width: 801px) {
  .bl_btnWrap_news {
    margin-top: 82px;
    width: 380px;
  }
}

.bl_sponsor {
  background-color: #efefef;
}
@media (max-width: 800.98px) {
  .bl_sponsor {
    padding-block: 65px 25px;
  }
}
@media (min-width: 801px) {
  .bl_sponsor {
    padding-block: 100px 85px;
  }
}

.bl_sponsor_content {
  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_sponsor_content {
    margin-top: 20px;
    margin-bottom: 70px;
  }
}
@media (min-width: 801px) {
  .bl_sponsor_content {
    margin-top: 40px;
    margin-bottom: 100px;
    max-width: 1050px;
  }
}

.bl_sponsor_group {
  display: flex;
}
@media (max-width: 800.98px) {
  .bl_sponsor_group {
    justify-content: center;
    margin-top: 9px;

    gap: 6px;
  }
}
@media (min-width: 801px) {
  .bl_sponsor_group {
    margin-top: 12px;

    gap: 10px;
  }
}
.bl_sponsor_group a {
  display: block;
  width: 100%;
}

.bl_sponsor_item {
  width: 100%;
}
@media (max-width: 800.98px) {
  .bl_sponsor_item.bl_sponsor_item__title {
    max-width: 200px;

    margin-inline: auto;
  }
}
@media (max-width: 800.98px) {
  .bl_sponsor_item.bl_sponsor_item__partner {
    max-width: 109px;
  }
}

@media (min-width: 801px) {
  .bl_sponsor_content_wrap {
    display: flex;
    justify-content: center;
    margin-top: 34px;

    gap: 20px;
  }
}





.bl_sponsor_list_column4 {
  display: grid;
  width: 100%;
  line-height: 1.5;

  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_sponsor_list_column4 {
    margin-top: 20px;
    max-width: 314px;
    font-size: 12px;

    grid-template-columns: repeat(4, 1fr);
    grid-gap: 6px;
  }
}
@media (min-width: 801px) {
  .bl_sponsor_list_column4 {
    margin-top: 30px;
    max-width: 578px;
    font-size: 13px;

    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
  }
}





.bl_sponsor_list_column3 {
  display: grid;
  width: 100%;
  line-height: 1.5;

  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_sponsor_list_column3 {
    margin-top: 20px;
    max-width: 234px;
    font-size: 12px;

    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6px;
  }
}
@media (min-width: 801px) {
  .bl_sponsor_list_column3 {
    margin-top: 30px;
    max-width: 431px;
    font-size: 13px;

    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
  }
}





.bl_sponsor_content_item {
  display: block;
  width: 100%;
}
@media (max-width: 800.98px) {
  .bl_sponsor_content_item {
    margin-top: 25px;
  }
}
@media (min-width: 801px) {
  .bl_sponsor_content_item.bl_sponsor_content_item__first {
    max-width: 300px;
  }
}
@media (min-width: 801px) {
  .bl_sponsor_content_item.bl_sponsor_content_item__second {
    max-width: 200px;
  }
}
@media (min-width: 801px) {
  .bl_sponsor_content_item.bl_sponsor_content_item__third {
    max-width: 200px;
  }
}
@media (min-width: 801px) {
  .bl_sponsor_content_item.bl_sponsor_content_item__fourth {
    max-width: 1040px;
  }
}
@media (min-width: 801px) {
  .bl_sponsor_content_item.bl_sponsor_content_item__fifth {
    max-width: 200px;
  }
}
@media (min-width: 801px) {
  .bl_sponsor_content_item.bl_sponsor_content_item__sixth {
    max-width: 620px;
  }
}



@media (min-width: 801px) {
  .bl_sponsor_content_item.bl_sponsor_content_item_four {
    max-width: 840px;
  }
}



.bl_sponsor_content_name {
  border-bottom: solid 1px #7b7b7b;
  text-align: center;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
@media (max-width: 800.98px) {
  .bl_sponsor_content_name {
    font-size: 16px;
  }
}













/* --------------------------------
  2025.10.02 M
  supporter
-------------------------------- */

.bl_supporter_content {
  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_supporter_content {
    margin-top: 20px;
    margin-bottom: 70px;
  }
}
@media (min-width: 801px) {
  .bl_supporter_content {
    margin-top: 40px;
    margin-bottom: 100px;
    max-width: 1050px;
  }
}

.bl_supporter_group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 800.98px) {
  .bl_supporter_group {
    justify-content: center;
    margin-top: 9px;
    padding-left: 6px;
    padding-right: 6px;

    gap: 6px;
  }
}
@media (min-width: 801px) {
  .bl_supporter_group {
    margin-top: 12px;

    gap: 10px;
  }
}
@media (max-width: 800.98px) {
	.bl_supporter_group a {
	  display: block;
	  max-width: 80px;
	}
}
@media (min-width: 801px) {
	.bl_supporter_group a {
	  display: block;
	  width: 166.6px;
	}
}

.bl_supporter_item {
  width: 100%;
}
@media (max-width: 800.98px) {
  .bl_supporter_item.bl_supporter_item__title {
    max-width: 200px;

    margin-inline: auto;
  }
}
@media (max-width: 800.98px) {
  .bl_supporter_item.bl_supporter_item__partner {
    width: 100%;
  }
}

@media (min-width: 801px) {
  .bl_supporter_content_wrap {
    display: flex;
    justify-content: center;
    margin-top: 34px;

    gap: 20px;
  }
}



.bl_supporter_content_item {
  display: block;
  width: 100%;
}
@media (max-width: 800.98px) {
  .bl_supporter_content_item {
    margin-top: 25px;
  }
}
@media (min-width: 801px) {
  .bl_supporter_content_item {
    max-width: 1040px;
  }
}

.bl_supporter_content_name {
  border-bottom: solid 1px #7b7b7b;
  text-align: center;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
@media (max-width: 800.98px) {
  .bl_supporter_content_name {
    font-size: 16px;
  }
}

















.bl_tabBtn_wrap {
  display: grid;

  grid-template-columns: 1fr 1fr 1fr;
}

.bl_tabBtn {
  display: block;
  position: relative;
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #212121;
  color: #fff;
  font-weight: bold;

  border-inline: solid 1px #fff;
}
@media (max-width: 800.98px) {
  .bl_tabBtn {
    font-size: 16px;

    padding-block: 9px;
  }
}
@media (min-width: 801px) {
  .bl_tabBtn {
    font-size: 18px;

    padding-block: 11px;
  }
  .bl_tabBtn:hover {
    background-color: #e70014;
  }
}
.bl_tabBtn.is_active {
  background-color: #fff;
  color: #e70014;

  border-inline: none;
}
@media (min-width: 801px) {
  .bl_tabBtn.is_active {
    font-size: 22px;

    padding-block: 20px;
  }
}
.bl_tabBtn.is_active:hover {
  background-color: #fff;
}
.bl_tabBtn.is_active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 6px;
  transform: translateX(-50%);
  background-color: #e70014;
}

.bl_tabBtn[aria-expanded=true] {
  background-color: #fff;
  color: #e70014;

  border-inline: none;
}
@media (min-width: 801px) {
  .bl_tabBtn[aria-expanded=true] {
    transform: scale();

    padding-block: 20px;
  }
}
.bl_tabBtn[aria-expanded=true]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 6px;
  transform: translateX(-50%);
  background-color: #e70014;
}

@media (max-width: 800.98px) {
  .bl_matches {
    margin-top: 70px;
  }
}
@media (min-width: 801px) {
  .bl_matches {
    margin-top: 100px;
  }
}

.bl_matchesContent {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 800.98px) {
  .bl_matchesContent {
    margin-top: 25px;
  }
}
@media (min-width: 801px) {
  .bl_matchesContent {
    margin-top: 48px;
  }
}

@media (max-width: 800.98px) {
  .bl_matchesTab {
    padding-block: 37px;
    padding-inline: 20px;
  }
}
@media (min-width: 801px) {
  .bl_matchesTab {
    padding: 60px;
  }
}

.bl_matchesSlider_wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.bl_matchesSlider_wrap.is_active {
  visibility: visible;
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

@media (max-width: 800.98px) {
  .bl_matchesSlider {
    padding-block: 60px 30px;
  }
}
@media (min-width: 801px) {
  .bl_matchesSlider {
    padding-top: 78px;
  }
}

.bl_matchesSlider_controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_matchesSlider_controls {
    margin-top: 16px;
  }
}
@media (min-width: 801px) {
  .bl_matchesSlider_controls {
    margin-top: 30px;

    gap: 10px;
  }
}

.bl_matchesSlider_pagination {
  display: flex;
  justify-content: center;
  position: relative;

  inset: auto;
}
.bl_matchesSlider_pagination .bl_matches_slider_pagination_line {
  display: block;
  position: relative;

  padding-inline: 5px;
}
.bl_matchesSlider_pagination .bl_matches_slider_pagination_line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  transform: rotate(30deg);
  background-color: #212121;
}
.bl_matchesSlider_pagination .swiper-pagination-current {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 800.98px) {
  .bl_matchesSlider_pagination .swiper-pagination-current {
    padding-bottom: 10px;
    width: 30px;
    font-size: 24px;
  }
}
@media (min-width: 801px) {
  .bl_matchesSlider_pagination .swiper-pagination-current {
    padding-bottom: 20px;
    width: 35px;
    font-size: 28px;
  }
}
.bl_matchesSlider_pagination .swiper-pagination-total {
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 800.98px) {
  .bl_matchesSlider_pagination .swiper-pagination-total {
    width: 25px;
    font-size: 18px;
  }
}
@media (min-width: 801px) {
  .bl_matchesSlider_pagination .swiper-pagination-total {
    width: 30px;
    font-size: 20px;
  }
}

.bl_matches_item {
  margin-top: 10px;
  width: auto;
  background-color: #f2f2f2;
}
@media (max-width: 800.98px) {
  .bl_matches_item {
    display: block;
    padding: 7px 14px 20px;
  }
}
@media (min-width: 801px) {
  .bl_matches_item {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;

    gap: 10px;
  }
}
.bl_matches_item:first-of-type {
  margin-top: 0;
}

@media (min-width: 801px) {
  .bl_matches_info {
    max-width: 330px;
  }
}

.bl_matches_line {
  height: 1px;
  background-color: #212121;
}

.bl_matches_info_date {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (min-width: 801px) {
  .bl_matches_info_date {
    justify-content: flex-start;

    padding-inline: 30px;
  }
}

.bl_matches_date {
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
@media (max-width: 800.98px) {
  .bl_matches_date {
    font-size: 26px;
  }
}
@media (min-width: 801px) {
  .bl_matches_date {
    font-size: 28px;
  }
}

.bl_matches_week {
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media (max-width: 800.98px) {
  .bl_matches_week {
    font-size: 16px;
  }
}
@media (min-width: 801px) {
  .bl_matches_week {
    font-size: 18px;
  }
}

.bl_matches_branch {
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: bold;
}
@media (max-width: 800.98px) {
  .bl_matches_branch {
    font-size: 18px;
  }
}
@media (min-width: 801px) {
  .bl_matches_branch {
    white-space: nowrap;
    font-size: 22px;
  }
}

.bl_matches_info_time_area {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (min-width: 801px) {
  .bl_matches_info_time_area {
    padding-inline: 26px;
  }
}

.bl_matches_time {
  flex-shrink: 0;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
}
@media (max-width: 800.98px) {
  .bl_matches_time {
    font-size: 26px;
  }
}
@media (min-width: 801px) {
  .bl_matches_time {
    font-size: 28px;
  }
}

.bl_matches_kickoff {
  font-size: 18px;
}
@media (max-width: 800.98px) {
  .bl_matches_kickoff {
    margin-left: 5px;
  }
}
@media (min-width: 801px) {
  .bl_matches_kickoff {
    margin-left: 5px;
  }
}

.bl_matches_area {
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 800.98px) {
  .bl_matches_area {
    margin-left: 15px;
    font-size: 18px;
  }
}
@media (min-width: 801px) {
  .bl_matches_area {
    margin-left: 15px;
    max-width: 120px;
    font-size: 22px;
  }
}

.bl_matches_team_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800.98px) {
  .bl_matches_team_wrap {
    align-items: flex-start;
    margin-top: 20px;
  }
}
@media (min-width: 801px) {
  .bl_matches_team_wrap {
    align-items: center;
    justify-content: end;
  }
}

.bl_matches_team {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 800.98px) {
  .bl_matches_team {
    flex-direction: column-reverse;
    max-width: 105px;
  }
  .bl_matches_team:hover .bl_matches_team_name {
    color: #212121;
  }
}
@media (min-width: 801px) {
  .bl_matches_team {
    align-items: center;
    max-width: 240px;

    gap: 14px;
  }
}
@media (min-width: 801px) {
  .bl_matches_team.bl_matches_team_right {
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    max-width: 250px;
  }
}

.bl_matches_team_name {
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 800.98px) {
  .bl_matches_team_name {
    font-size: 14px;
  }
}
@media (min-width: 801px) {
  .bl_matches_team_name {
    font-size: 16px;
  }
}

@media (max-width: 800.98px) {
  .bl_matches_team_img {
    width: 41px;

    margin-inline: auto;
  }
}
@media (min-width: 801px) {
  .bl_matches_team_img {
    flex-shrink: 0;
    width: 60px;
  }
}
.bl_matches_team_img img {
  width: 100%;
  height: auto;
}

.bl_matches_vs {
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1;

  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_matches_vs {
    font-size: 36px;
  }
  .bl_matches_vs:hover {
    color: #212121;
  }
}
@media (min-width: 801px) {
  .bl_matches_vs {
    flex-shrink: 0;
    width: 120px;
    font-size: 40px;
  }
}
.bl_matches_vs[href=""] {
  pointer-events: none;
}
.bl_matches_vs:not([href]) {
  pointer-events: none;
}

.bl_matchesSlider_btnPrev,
.bl_matchesSlider_btnNext {
  margin: 0;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #212121;
  color: #fff;
  font-family: "Oswald", sans-serif;

  inset: auto;
}
@media (max-width: 800.98px) {
  .bl_matchesSlider_btnPrev,
  .bl_matchesSlider_btnNext {
    padding-block: 12px;
    padding-inline: 24px;
  }
}
@media (min-width: 801px) {
  .bl_matchesSlider_btnPrev,
  .bl_matchesSlider_btnNext {
    font-size: 18px;

    padding-block: 12px;
    padding-inline: 33px 30px;
  }
  .bl_matchesSlider_btnPrev:hover,
  .bl_matchesSlider_btnNext:hover {
    background-color: #e70014;
  }
}
.bl_matchesSlider_btnPrev::after,
.bl_matchesSlider_btnNext::after {
  content: "";
  position: static;
}

.bl_matchesSlider_btnPrev {
  left: 0;
}
.bl_matchesSlider_btnPrev.bl_matchesSlider_btnPrev__top {
  top: 0;
}
.bl_matchesSlider_btnPrev.bl_matchesSlider_btnPrev__bottom {
  position: relative;

  inset: auto;
}

.bl_matchesSlider_btnNext {
  right: 0;
}
.bl_matchesSlider_btnNext.bl_matchesSlider_btnNext__top {
  top: 0;
}
.bl_matchesSlider_btnNext.bl_matchesSlider_btnNext__bottom {
  position: relative;

  inset: auto;
}

.bl_matchesSlider_btnText {
  line-height: 1;
}
@media (max-width: 800.98px) {
  .bl_matchesSlider_btnText {
    font-size: 18px;
  }
}
@media (max-width: 800.98px) {
  .bl_matchesSlider_btnText.bl_matchesSlider_btnText_prev {
    padding-left: 7px;
  }
}
@media (min-width: 801px) {
  .bl_matchesSlider_btnText.bl_matchesSlider_btnText_prev {
    padding-left: 10px;
  }
}
@media (max-width: 800.98px) {
  .bl_matchesSlider_btnText.bl_matchesSlider_btnText_next {
    padding-right: 5px;
  }
}
@media (min-width: 801px) {
  .bl_matchesSlider_btnText.bl_matchesSlider_btnText_next {
    padding-right: 10px;
  }
}

.bl_matchesSlider_arrow {
  display: block;
  position: relative;
  width: 100%;
  width: 10px;
  height: 100%;
  height: 20px;
  line-height: 1;
}
.bl_matchesSlider_arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;

  -webkit-clip-path: polygon(15% 0, 100% 50%, 15% 100%, 0 90%, 70% 50%, 0 10%);

          clip-path: polygon(15% 0, 100% 50%, 15% 100%, 0 90%, 70% 50%, 0 10%);
}
.bl_matchesSlider_arrow.bl_matchesSlider_arrow_prev {
  transform: rotate(-180deg);
}

.bl_btnWrap_matches {
  margin-inline: auto;
}
@media (min-width: 801px) {
  .bl_btnWrap_matches {
    margin-top: 40px;
    width: 380px;
  }
}

@media (max-width: 800.98px) {
  .bl_ranking {
    margin-top: 70px;
  }
}
@media (min-width: 801px) {
  .bl_ranking {
    margin-top: 100px;
  }
}

@media (max-width: 800.98px) {
  .bl_rankingContent {
    margin-top: 25px;
  }
}
@media (min-width: 801px) {
  .bl_rankingContent {
    margin-top: 50px;
  }
}

.bl_rankingItem {
  overflow: hidden;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 800.98px) {
  .bl_rankingItem {
    margin-top: 40px;
  }
}
@media (min-width: 801px) {
  .bl_rankingItem {
    margin-top: 60px;
  }
}
.bl_rankingItem:first-of-type {
  margin-top: 0;
}

.bl_rankingContent_inner {
  opacity: 0;
  height: 0;
  pointer-events: none;

  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_rankingContent_inner {
    padding-inline: 20px;
  }
}
@media (min-width: 801px) {
  .bl_rankingContent_inner {
    padding-inline: 60px;
  }
}
.bl_rankingContent_inner.is_active {
  opacity: 1;
  height: auto;
  pointer-events: auto;
}

.bl_rankingContent_head {
  display: block;
  display: flex;
  justify-content: space-between;
  position: relative;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #212121;
}
@media (min-width: 801px) {
  .bl_rankingContent_head:hover {
    background-color: #e70014;
  }
  .bl_rankingContent_head:hover .bl_rankingContent_headToggle_wrap {
    background-color: #e70014;
  }
}

.bl_rankingContent_head[aria-expanded=true] {
  background-color: #fff;
  color: #e70014;
}
.bl_rankingContent_head[aria-expanded=true]::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 6px;
  background-color: #e70014;
}
.bl_rankingContent_head[aria-expanded=true] .bl_rankingContent_headText {
  color: #e70014;
}
@media (max-width: 800.98px) {
  .bl_rankingContent_head[aria-expanded=true] .bl_rankingContent_headText {
    font-size: 18px;
  }
}
@media (min-width: 801px) {
  .bl_rankingContent_head[aria-expanded=true] .bl_rankingContent_headText {
    font-size: 22px;
  }
}
.bl_rankingContent_head[aria-expanded=true] .bl_rankingContent_headToggle::after {
  transform: translateY(-50%);
}

.bl_rankingContent_headText {
  display: block;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: left;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 800.98px) {
  .bl_rankingContent_headText {
    padding-left: 22px;
    font-size: 16px;

    padding-block: 9px 15px;
  }
}
@media (min-width: 801px) {
  .bl_rankingContent_headText {
    padding-left: 60px;
    font-size: 18px;

    padding-block: 12px 12px;
  }
}
.bl_rankingContent_headText.is_active {
  color: #e70014;
}

.bl_rankingContent_headToggle_wrap {
  display: inline-flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #212121;
}
@media (max-width: 800.98px) {
  .bl_rankingContent_headToggle_wrap {
    width: 55px;
  }
}
@media (min-width: 801px) {
  .bl_rankingContent_headToggle_wrap {
    width: 70px;
  }
}

.bl_rankingContent_headToggle {
  display: block;
  position: relative;

  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_rankingContent_headToggle {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 801px) {
  .bl_rankingContent_headToggle {
    width: 30px;
    height: 30px;
  }
}
.bl_rankingContent_headToggle::before,
.bl_rankingContent_headToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(-50%);
  background-color: #fff;
}
@media (max-width: 800.98px) {
  .bl_rankingContent_headToggle::before,
  .bl_rankingContent_headToggle::after {
    width: 26px;
    height: 4px;
  }
}
@media (min-width: 801px) {
  .bl_rankingContent_headToggle::before,
  .bl_rankingContent_headToggle::after {
    width: 30px;
    height: 4px;
  }
}
.bl_rankingContent_headToggle::after {
  transform: translateY(-50%) rotate(90deg);
}

.bl_btnWrap_ranking {
  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_btnWrap_ranking {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 801px) {
  .bl_btnWrap_ranking {
    margin-top: 40px;
    padding-bottom: 60px;
    width: 380px;
  }
}

.bl_league_wrap {
  display: flex;
}
@media (max-width: 800.98px) {
  .bl_league_wrap {
    flex-direction: column;

    gap: 30px;
  }
}
@media (min-width: 801px) {
  .bl_league_wrap {
    gap: 50px;
  }
}

@media (min-width: 801px) {
  .bl_league {
    padding-top: 48px;
  }
}

@media (max-width: 800.98px) {
  .bl_leagueContent {
    padding-top: 10px;
  }
}
@media (min-width: 801px) {
  .bl_leagueContent {
    padding-top: 20px;
  }
}

.bl_leagueContent__begin {
  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_leagueContent__begin {
    padding-top: 30px;
  }
}
@media (min-width: 801px) {
  .bl_leagueContent__begin {
    padding-top: 60px;
    max-width: 920px;
  }
}

.bl_league_rank {
  border-bottom: solid 4px #e70014;
  font-weight: bold;
}
@media (max-width: 800.98px) {
  .bl_league_rank {
    margin-top: 25px;
    font-size: 20px;
  }
}
@media (min-width: 801px) {
  .bl_league_rank {
    font-size: 24px;
  }
}

.bl_leagueContent_time {
  font-size: 14px;
}
@media (max-width: 800.98px) {
  .bl_leagueContent_time {
    margin-top: 6px;
  }
}
@media (min-width: 801px) {
  .bl_leagueContent_time {
    margin-top: 10px;
  }
}

.bl_leagueContent_time__begin {
  text-align: right;
}

.bl_table {
  border-collapse: collapse;
}
@media (min-width: 801px) {
  .bl_table {
    width: 475px;
  }
}
.bl_table td,
.bl_table th {
  border-collapse: collapse;
}
.bl_table tr {
  background-color: #f2f2f2;
}
@media (max-width: 800.98px) {
  .bl_table tr {
    border-top: solid 6px #fff;
  }
}
@media (min-width: 801px) {
  .bl_table tr {
    border-top: solid 10px #fff;
  }
}
.bl_table tr:first-of-type {
  border-top: none;
}

.bl_table__begin {
  width: 100%;

  margin-inline: auto;
}
@media (min-width: 801px) {
  .bl_table__begin {
    max-width: 920px;
  }
}
@media (max-width: 800.98px) {
  .bl_table__begin .bl_table_th {
    padding-block: 3px;
    padding-inline: 12px;
  }
}
@media (min-width: 801px) {
  .bl_table__begin .bl_table_th {
    padding: 16px 50px;
  }
}
@media (max-width: 800.98px) {
  .bl_table__begin tr {
    border-top: solid 5px #fff;
  }
}
@media (min-width: 801px) {
  .bl_table__begin tr {
    border-top: solid 4px #fff;
  }
}
.bl_table__begin tr:first-of-type {
  border-top: none;
}

.bl_table_th {
  border-right: solid 1px #fff;
  background-color: #212121;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 800.98px) {
  .bl_table_th {
    padding-block: 3px;
    padding-inline: 12px;
  }
}
@media (min-width: 801px) {
  .bl_table_th {
    padding: 21px 16px;
  }
}
.bl_table_th:last-of-type {
  border: none;
}
@media (max-width: 800.98px) {
  .bl_table_th span {
    display: block;
  }
}

.bl_table_thClub {
  width: 100%;

  writing-mode: lr;
}
@media (min-width: 801px) {
  .bl_table_thClub {
    max-width: 275px;
  }
}

.bl_table_rank {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media (max-width: 800.98px) {
  .bl_table_rank {
    font-size: 20px;
  }
}
@media (min-width: 801px) {
  .bl_table_rank {
    font-size: 22px;
  }
}
.bl_table_rank._red {
  color: #e70014;
}
@media (max-width: 800.98px) {
  .bl_table_rank._red {
    font-size: 24px;
  }
}
@media (min-width: 801px) {
  .bl_table_rank._red {
    font-size: 28px;
  }
}

.bl_table_club {
  display: flex;
  align-items: center;
}
@media (max-width: 800.98px) {
  .bl_table_club {
    padding-block: 12px;
    padding-inline: 6px;
    gap: 5px;
  }
}
@media (min-width: 801px) {
  .bl_table_club {
    padding-block: 10px;
    padding-inline: 10px;
    gap: 10px;
  }
}

@media (max-width: 800.98px) {
  .bl_table_clubImg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 801px) {
  .bl_table_clubImg {
    width: 24px;
  }
}
.bl_table_clubImg img {
  width: 100%;
  height: auto;
}

.bl_table_clubName {
  font-weight: bold;
}
@media (max-width: 800.98px) {
  .bl_table_clubName {
    font-size: 14px;
  }
}
@media (min-width: 801px) {
  .bl_table_clubName {
    font-size: 16px;
  }
}

.bl_table_match {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media (max-width: 800.98px) {
  .bl_table_match {
    font-size: 20px;
  }
}
@media (min-width: 801px) {
  .bl_table_match {
    font-size: 22px;
  }
}

.bl_table_point {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media (max-width: 800.98px) {
  .bl_table_point {
    font-size: 20px;
  }
}
@media (min-width: 801px) {
  .bl_table_point {
    font-size: 22px;
  }
}

.el_ticket {
  overflow: inherit;
  position: fixed;
  z-index: 999;
  border: none;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;

  inset: auto;
}
@media (max-width: 800.98px) {
  .el_ticket {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 801px) {
  .el_ticket {
    right: 40px;
    bottom: 60px;
  }
}
.el_ticket.is_hidden {
  opacity: 0;
  pointer-events: none;
}

.el_ticket_closeBtn {
  display: block;
  position: relative;
  z-index: 1;
  margin-left: auto;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  background-color: #212121;
}
@media (max-width: 800.98px) {
  .el_ticket_closeBtn {
    top: 20px;
    right: -15px;
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 801px) {
  .el_ticket_closeBtn {
    top: 20px;
    right: -15px;
    width: 44px;
    height: 44px;
  }
}
.el_ticket_closeBtn::before,
.el_ticket_closeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
@media (max-width: 800.98px) {
  .el_ticket_closeBtn::before,
  .el_ticket_closeBtn::after {
    width: 20px;
    height: 1px;
  }
}
@media (min-width: 801px) {
  .el_ticket_closeBtn::before,
  .el_ticket_closeBtn::after {
    width: 20px;
    height: 1px;
  }
}
.el_ticket_closeBtn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.el_ticket_closeBtn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.el_ticket_img {
  display: block;
  background-color: #fff;
}
@media (max-width: 800.98px) {
  .el_ticket_img {
    width: 296px;
  }
}
@media (min-width: 801px) {
  .el_ticket_img {
    width: 346px;
  }
}

.el_bnr {
  display: block;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 800.98px) {
  .el_bnr {
    margin-top: 40px;
  }
}
@media (min-width: 801px) {
  .el_bnr {
    margin-top: 60px;
  }
}
.el_bnr:first-of-type {
  margin-top: 0;
}

.el_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #212121;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 800.98px) {
  .el_btn {
    font-size: 18px;

    padding-block: 21px;
  }
  .el_btn:hover {
    color: #fff;
  }
}
@media (min-width: 801px) {
  .el_btn {
    font-size: 18px;

    padding-block: 17px;
  }
  .el_btn:hover {
    background-color: #e70014;
    color: #fff;
  }
}

.el_lv2heading_ttl {
  letter-spacing: 0 !important;
  text-transform: uppercase;
  color: #e70014;
  font-size: 22px !important;
  font-weight: 400;
}

.el_lv2heading_txt {
  letter-spacing: 0;
  font-size: 40px;
}
@media (max-width: 800.98px) {
  .el_lv2heading_txt {
    font-size: 32px;
  }
}

header,
footer {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
header a,
footer a {
  text-decoration: none;
}
header img,
footer img {
  width: 100%;
  height: auto;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 800.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 800.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 801px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 801px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.bl_sns {
  display: flex;
  align-items: center;

  gap: 20px;
}
@media (max-width: 800.98px) {
  .bl_sns {
    justify-content: center;
    margin-top: 15px;
  }
}
.bl_sns::after {
  display: none;
}

@media (max-width: 800.98px) {
  .bl_follow {
    margin-top: 30px;
  }
}

.bl_follow_text {
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 800.98px) {
  .bl_follow_text {
    font-size: 22px;
  }
}

@media (min-width: 801px) {
  .bl_link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 30px;

    padding-block: 15px;
  }
}

.bl_banner {
  display: flex;
}
@media (max-width: 800.98px) {
  .bl_banner {
    justify-content: center;
    margin-top: 48px;
    width: 100%;

    margin-inline: auto;
    gap: 18px;
  }
}
@media (min-width: 801px) {
  .bl_banner {
    margin-right: 20px;

    gap: 20px;
  }
}
.bl_banner::after {
  content: "" !important;
  display: none !important;
}

.bl_bannerGuide {
  display: block;
  width: 100%;
}
@media (min-width: 801px) {
  .bl_bannerGuide {
    max-width: 180px;
  }
}

.bl_bannerWomens {
  display: block;
  width: 100%;
}
@media (min-width: 801px) {
  .bl_bannerWomens {
    max-width: 234px;
  }
}

.bl_snsLink {
  display: block;
  width: 44px;
}
@media (min-width: 801px) {
  .bl_snsLink {
    width: 100%;
    max-width: 44px;
  }
}
.bl_snsLink img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 800.98px) {
  .bl_snsLink.bl_snsLink__x {
    max-width: 31px;
  }
}
@media (min-width: 801px) {
  .bl_snsLink.bl_snsLink__x {
    max-width: 20px;
  }
}
@media (max-width: 800.98px) {
  .bl_snsLink.bl_snsLink__instagram {
    max-width: 33px;
  }
}
@media (min-width: 801px) {
  .bl_snsLink.bl_snsLink__instagram {
    max-width: 21px;
  }
}
@media (max-width: 800.98px) {
  .bl_snsLink.bl_snsLink__youtube {
    max-width: 37px;
  }
}
@media (min-width: 801px) {
  .bl_snsLink.bl_snsLink__youtube {
    max-width: 24px;
  }
}
@media (max-width: 800.98px) {
  .bl_snsLink.bl_snsLink__tiktok {
    max-width: 28px;
  }
}
@media (min-width: 801px) {
  .bl_snsLink.bl_snsLink__tiktok {
    max-width: 18px;
  }
}
.bl_snsLink[href=""] {
  pointer-events: none;
}
.bl_snsLink[href="#"] {
  pointer-events: none;
}

.bl_globalNav img {
  width: 100%;
}

.bl_globalNav_item.is_active .bl_navLink {
  background-color: #efefef;
  color: red;
}
.bl_globalNav_item.is_active .bl_navLink::after {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #e70014 !important;
}

.bl_navLink {
  display: block;
  position: relative;
  padding: 18px 0 16px 0;
  border: none;
  border-right: solid 1px #3b3b3b !important;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1.8em;
}
.bl_navLink:hover {
  background-color: #212121;
  color: #fff;
}
.bl_navLink:hover::after {
  position: static;
  background-color: #212121;
}
@media (min-width: 1024px) {
  .bl_navLink:hover {
    background-color: #efefef !important;
    color: #e70014 !important;
  }
  .bl_navLink:hover::after {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #e70014 !important;
  }
}

.bl_navLink_textEn {
  display: block;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 12px !important;
  font-weight: 400;
}

.bl_drawer {
  top: 83px !important;
}

.bl_drawer_box {
  padding-block: 40px 80px !important;
}

@media (max-width: 800.98px) {
  .bl_drawer_group {
    margin-top: 20px;
  }
}
@media (min-width: 801px) {
  .bl_drawer_group {
    margin-top: 50px;
  }
  .bl_drawer_group:first-of-type {
    margin-top: 0;
  }
}

.bl_drawer_groupItem_head {
  border-bottom: solid 1px #212121;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 800.98px) {
  .bl_drawer_groupItem_head {
    padding-bottom: 8px;
    color: #212121;
    font-size: 19px;
  }
}
@media (min-width: 801px) {
  .bl_drawer_groupItem_head {
    padding-bottom: 6px;
    color: #e70014;
    font-size: 20px;
  }
}

.bl_drawer_list {
  margin-top: 20px;
}

@media (min-width: 801px) {
  .bl_drawer_listItem {
    margin-top: 20px;
  }
}
.bl_drawer_listItem:first-of-type {
  margin-top: 0;
}

.bl_drawer_nav {
  display: flex;
}
@media (max-width: 800.98px) {
  .bl_drawer_nav {
    flex-direction: column;

    padding-inline: 19px;
    row-gap: 8px;
  }
}
@media (min-width: 801px) {
  .bl_drawer_nav {
    flex-wrap: wrap;

    row-gap: 20px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}

@media (max-width: 800.98px) {
  .bl_drawer_navClub {
    display: flex;
    flex-direction: column;

    padding-inline: 19px;
    row-gap: 8px;
  }
}
@media (min-width: 801px) {
  .bl_drawer_navClub {
    display: grid;

    grid-template-columns: repeat(5, 1fr);
    row-gap: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.bl_drawer_navLink {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 801px) {
  .bl_drawer_navLink {
    white-space: nowrap;
  }
}
.bl_drawer_navLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 10px;
  transform: translateY(-50%);
  background-color: #e70014;

  -webkit-clip-path: polygon(11% 0, 100% 50%, 11% 100%, 0 84%, 65% 50%, 0 16%);

          clip-path: polygon(11% 0, 100% 50%, 11% 100%, 0 84%, 65% 50%, 0 16%);
}

.bl_drawer_navLink_img {
  display: block;
}
@media (max-width: 800.98px) {
  .bl_drawer_navLink_img {
    margin-right: 6px;
    width: 22px;
  }
}
@media (min-width: 801px) {
  .bl_drawer_navLink_img {
    margin-right: 5px;
    width: 24px;
  }
}

.bl_header {
  padding: 0 !important;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 800.98px) {
  .bl_header {
    position: relative;
  }
}
.bl_header.is_active {
  overflow-y: auto;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100dvh;

  inset: 0;
}
.bl_header::after {
  content: "" !important;
  display: none !important;
}

.bl_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 801px) {
  .bl_header_inner {
    gap: 100px;
  }
}

@media (max-width: 800.98px) {
  .bl_logo {
    margin-left: 0 !important;

    padding-inline: 20px !important;
  }
}
@media (min-width: 801px) {
  .bl_logo {
    margin-left: 32px !important;
  }
}

@media (max-width: 800.98px) {
  .bl_hamburger {
    display: block;
    position: relative;
    right: 20px;
    padding-top: 15px;
    border: none;
    width: 30px;
    cursor: pointer;
    background-color: transparent;
  }
}
.bl_hamburger.is_active .bl_hamburger_line {
  background-color: transparent;
}
.bl_hamburger.is_active .bl_hamburger_line::after,
.bl_hamburger.is_active .bl_hamburger_line::before {
  top: 5px;
  left: 50%;
  width: 100%;
  height: 3px;
  transform: translateX(-50%) rotate(45deg);
}
.bl_hamburger.is_active .bl_hamburger_line::before {
  transform: translateX(-50%) rotate(-45deg);
}
.bl_hamburger.is_active .bl_hamburger_text {
  opacity: 0;
}

.bl_hamburger_line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #212121;
}
.bl_hamburger_line::after,
.bl_hamburger_line::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(-50%);
  background-color: #212121;
}
.bl_hamburger_line::before {
  top: -9px;
}
.bl_hamburger_line::after {
  bottom: -9px;
}

.bl_hamburger_text {
  display: block;
  margin-top: 10px;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #212121;
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  font-weight: bold;
}

.bl_menu {
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.bl_menu.is_active {
  opacity: 1;
  width: 100%;
  height: 100dvh !important;
  background-color: #212121;
  pointer-events: auto;
}

@media (max-width: 800.98px) {
  .bl_menuList_wrap {
    background-color: #efefef;

    padding-block: 30px 60px;
  }
}

@media (max-width: 800.98px) {
  .bl_menuList {
    padding-top: 30px;
    background-color: #efefef;
  }
}

@media (max-width: 800.98px) {
  .bl_menuList_item {
    margin-top: 30px;
  }
}
.bl_menuList_item:first-of-type {
  margin-top: 0;
}

@media (max-width: 800.98px) {
  .bl_menuList_itemLink {
    display: flex;
  }
}

.bl_menuAccordion_head {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6px;
  border: none;
  border-bottom: solid 3px #212121;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  color: #212121;
}
.bl_menuAccordion_head:hover {
  color: #212121;
}

.bl_menuAccordion_head[aria-expanded=true] {
  border-color: #e70014;
}
.bl_menuAccordion_head[aria-expanded=true] .bl_menuAccordion_headToggle::after {
  transform: translate(-50%, -50%);
}

.bl_menuAccordion_head_text {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}

.bl_menuAccordion_head_textEn {
  margin-left: 6px;
  text-transform: uppercase;
  color: #e70014;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bl_menuAccordion_headToggle {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
}
.bl_menuAccordion_headToggle::before,
.bl_menuAccordion_headToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(-50%, -50%);
  background-color: #212121;
}
.bl_menuAccordion_headToggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bl_menuAccordion_arrow {
  display: block;
  position: relative;
  width: 15px;
  height: 25px;
}
.bl_menuAccordion_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  background-color: #e70014;

  -webkit-clip-path: polygon(15% 0, 100% 50%, 15% 100%, 0 90%, 65% 50%, 0% 10%);

          clip-path: polygon(15% 0, 100% 50%, 15% 100%, 0 90%, 65% 50%, 0% 10%);
}

.bl_menuAccordion_content {
  overflow: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.bl_menuAccordion_content.is_active {
  opacity: 1;
  height: auto;
  pointer-events: auto;
}

.bl_menuLink {
  background-color: #212121;
}
@media (max-width: 800.98px) {
  .bl_menuLink {
    padding-block: 30px 60px;
  }
}

@media (max-width: 800.98px) {
  .bl_division {
    margin-top: 20px;
  }
}
.bl_division:first-of-type {
  margin-top: 0;
}

.bl_division_text {
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
}
@media (max-width: 800.98px) {
  .bl_division_text {
    display: flex;
    align-items: baseline;
    font-size: 18px;
  }
}

@media (max-width: 800.98px) {
  .bl_division_textNumber {
    margin-left: 3px;
    font-size: 26px;
  }
}

@media (max-width: 800.98px) {
  .bl_team {
    display: grid;
    margin-top: 5px;
    padding: 12px 20px;
    background-color: #fff;

    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 11px;
    grid-row-gap: 15px;
  }
}

@media (max-width: 800.98px) {
  .bl_team_img {
    display: block;
    width: 100%;
  }
}

.inner::after {
  content: "" !important;
  display: none !important;
}

.un_bottom_content {
  width: 100%;
}
@media (min-width: 801px) {
  .un_bottom_content {
    min-width: 1120px;
  }
}

.bl_footer {
  background-color: #212121;
}
@media (max-width: 800.98px) {
  .bl_footer {
    padding-block: 52px 38px;
    padding-inline: 18px;
  }
}
@media (min-width: 801px) {
  .bl_footer {
    padding-block: 49px 58px;
    padding-inline: 18px;
  }
}

@media (min-width: 801px) {
  .bl_footer_logo {
    width: 400px;
  }
}

.bl_inner {
  margin-inline: auto;
}
@media (max-width: 800.98px) {
  .bl_inner {
    padding: 0 5%;
  }
}
@media (min-width: 801px) {
  .bl_inner {
    width: 100%;
    max-width: 1120px;
  }
}

@media (min-width: 801px) {
  .bl_footer_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 800.98px) {
  .bl_footer_snsLink_wrap {
    margin-top: 24px;
  }
}
@media (min-width: 801px) {
  .bl_footer_snsLink_wrap {
    display: flex;
    align-items: center;

    gap: 24px;
  }
}

.bl_footer_snsLink {
  display: flex;
  align-items: center;

  gap: 20px;
}
@media (max-width: 800.98px) {
  .bl_footer_snsLink {
    justify-content: center;
    margin-top: 15px;
  }
}
.bl_footer_snsLink::after {
  display: none;
}

@media (max-width: 800.98px) {
  .bl_footer_snsLink_item {
    width: 44px;
  }
}
@media (min-width: 801px) {
  .bl_footer_snsLink_item {
    width: 100%;
  }
}
.bl_footer_snsLink_item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 800.98px) {
  .bl_footer_snsLink_item.bl_footer_snsLink_item__x {
    max-width: 31px;
  }
}
@media (min-width: 801px) {
  .bl_footer_snsLink_item.bl_footer_snsLink_item__x {
    max-width: 20px;
  }
}
@media (max-width: 800.98px) {
  .bl_footer_snsLink_item.bl_footer_snsLink_item__instagram {
    max-width: 33px;
  }
}
@media (min-width: 801px) {
  .bl_footer_snsLink_item.bl_footer_snsLink_item__instagram {
    max-width: 21px;
  }
}
@media (max-width: 800.98px) {
  .bl_footer_snsLink_item.bl_footer_snsLink_item__youtube {
    max-width: 37px;
  }
}
@media (min-width: 801px) {
  .bl_footer_snsLink_item.bl_footer_snsLink_item__youtube {
    max-width: 24px;
  }
}
@media (max-width: 800.98px) {
  .bl_footer_snsLink_item.bl_footer_snsLink_item__tiktok {
    max-width: 28px;
  }
}
@media (min-width: 801px) {
  .bl_footer_snsLink_item.bl_footer_snsLink_item__tiktok {
    max-width: 18px;
  }
}
.bl_footer_snsLink_item a[href=""] {
  pointer-events: none;
}
.bl_footer_snsLink_item a[href="#"] {
  pointer-events: none;
}

.bl_footer_snsLink_follow {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 800.98px) {
  .bl_footer_snsLink_follow {
    text-align: center;
  }
}

.bl_footer_linkContent {
  display: flex;
}
@media (max-width: 800.98px) {
  .bl_footer_linkContent {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}
@media (min-width: 801px) {
  .bl_footer_linkContent {
    align-items: center;
    justify-content: space-between;
    margin-top: 21px;

    gap: 30px;
  }
}

.bl_footer_linkContent_copy {
  color: #fff;
  font-size: 12px;
}
@media (max-width: 800.98px) {
  .bl_footer_linkContent_copy {
    margin-top: 40px;
    text-align: center;
  }
}

@media (max-width: 800.98px) {
  .bl_footer_linkList {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 15px;
  }
}
@media (min-width: 801px) {
  .bl_footer_linkList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 20px;
  }
}
.bl_footer_linkList::after {
  display: none;
}

.bl_footer_linkList_item a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 801px) {
  .bl_footer_linkList_item a {
    font-size: 14px;
  }
  .bl_footer_linkList_item a:hover {
    text-decoration: underline;
    color: #fff;
  }
}

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 汎用レイアウト*/
.left {
  float: left;
}

.right {
  float: right;
}

/* マージン */
.margin02 {
  margin-bottom: 2px;
}

.margin05 {
  margin-bottom: 5px;
}

.margin06 {
  margin-bottom: 6px;
}

.margin08 {
  margin-bottom: 8px;
}

.margin10 {
  margin-bottom: 10px;
}

.margin15 {
  margin-bottom: 15px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin30 {
  margin-bottom: 30px;
}

.margin40 {
  margin-bottom: 40px;
}

/* 文字装飾 */
strong {
  font-weight: bold;
}

.red {
  color: #e40012;
  font-weight: bold;
}

ul li {
  list-style: none;
}

/* float解除 */
* html .cbox {
  zoom: 100%;
}

*:first-child + html .cbox {
  display: inline-block;
}

.cbox:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

* html ul {
  zoom: 100%;
}

*:first-child + html ul {
  display: inline-block;
}

ul:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #212121;
}

a:hover {
  color: #e40012;
}

/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
  font-size: 86%;
  line-height: 1.5;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  color: #31313f;
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif;

  -webkit-font-smoothing: antialiased;
}

/* PC */
@media screen and (min-width: 801px), print {
  .sp,
  #mp-pusher {
    display: none !important;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ヘッダー */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #header {
    padding: 0 0 10px 0;
    width: 100%;
    min-width: 1120px;
    background-size: cover;
  }

  * html #header {
    zoom: 100%;
  }

  *:first-child + html #header {
    display: inline-block;
  }

  #header:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  #header h1 {
    float: left;
    margin-right: 18px;
    margin-left: 18px;
    padding-top: 24px;
  }

  #header h2 {
    display: none;
  }

  #header ul.sns {
    float: right;
    margin-top: 28px;
    padding-right: 20px;
  }

  #header ul.sns li {
    float: left;
    margin-left: 10px;
    padding: 10px 0 11px 0;
  }

  #header ul.sns li.banner {
    padding: 0 20px 0 0;
  }

  #header .clublogo {
    display: block;
    clear: both;
    border-bottom: solid 1px #d5d5d5;
  }

  #header .clublogo dl.d01 {
    float: left;
  }

  #header .clublogo dl.d02 {
    float: right;
  }

  #header .clublogo dl.d01 dt {
    float: left;
  }

  #header .clublogo dl.d02 dt {
    float: right;
  }

  #header .clublogo dl.d01 dd {
    float: right;
    padding-left: 6px;
  }

  #header .clublogo dl.d02 dd {
    float: left;
    padding-right: 6px;
  }

  #header .clublogo dl dt {
    padding-top: 5px;
    width: 50px;
    height: 45px;
    background: #e9e9e9;
    text-align: center;
    letter-spacing: 0.2px;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
    line-height: 1.8em;
  }

  #header .clublogo dl dt span {
    display: block;
    letter-spacing: 1px;
    font-size: 20px;
  }

  #header .clublogo dl dd {
    padding-top: 10px;
  }

  #header .clublogo dl dd ul li {
    float: left;
    margin: 0 4px;
    width: 28px;
  }

  #header .clublogo dl dd ul li img {
    width: 100%;
    height: auto;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* 速報スライダー */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #results {
    display: none;
    position: relative;
    width: 100%;
    min-width: 1120px;
    background: url(../img/bg.gif) no-repeat center -108px;
    background-size: cover;
  }

  #results ul {
    background: rgba(2, 14, 47, 0.8);
  }

  #results ul li {
    padding: 0 30px;
  }

  * html #results ul li {
    zoom: 100%;
  }

  *:first-child + html #results ul li {
    display: inline-block;
  }

  #results ul li:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  #results ul li dl {
    float: left;
    padding: 28px 0 5px 0;
    width: 16.6666667%;
  }

  #results ul li dl.last {
    background: none;
  }

  #results ul li dl dt {
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    font-size: 86%;
    font-weight: bold;
    line-height: 1.4em;
  }

  #results ul li dl dd {
    margin: -5px auto 0 auto;
    width: 188px;
    color: #fff;
  }

  #results ul li dl dd table {
    width: 100%;
  }

  #results ul li dl dd table td {
    text-align: center;
  }

  #results ul li dl dd table td.leftTeam {
    padding-top: 10px;
    width: 30%;
    text-align: right;
    vertical-align: middle;
  }

  #results ul li dl dd table td.score {
    padding: 0 5px;
    width: 40%;
    vertical-align: middle;
    font-family: "Oswald", sans-serif;
  }

  #results ul li dl dd table td.rightTeam {
    padding-top: 10px;
    width: 30%;
    text-align: left;
    vertical-align: middle;
  }

  #results ul li dl dd table td a {
    display: block;
    color: #fff;
    font-size: 24px;
  }

  #results ul li dl dd table td a span {
    padding: 0 5px;
    font-size: 10px;
  }

  #results ul li dl dd table td a img {
    width: 33px;
    height: auto;
  }

  #results .owl-controls .owl-prev {
    display: block !important;
    position: absolute !important;
    z-index: 100;
    top: 50%;
    left: 0 !important;
    margin-top: -30px;
    cursor: pointer;
  }

  #results .owl-controls .owl-next {
    display: block !important;
    position: absolute !important;
    z-index: 100;
    top: 50%;
    right: 0;
    margin-top: -30px;
    cursor: pointer;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ナビゲーション */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #globalnav {
    width: 100%;
    min-width: 1120px;
    background: #212121;
  }

  #globalnav .oe_overlay {
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }

  #globalnav ul.oe_menu {
    position: relative;
    clear: both;
    list-style: none;
  }

  #globalnav ul.oe_menu > li {
    position: relative;
    float: left;
    width: 12.5%;
  }

  #globalnav ul.oe_menu > li > a {
    display: block;
    padding: 18px 0 16px 0;
    border-right: solid 1px #3b3b3b;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    font-size: 10px;
    line-height: 1.8em;
  }

  #globalnav ul.oe_menu > li > a span {
    display: block;
    letter-spacing: 2px;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
  }

  #globalnav ul.oe_menu > li > a:hover,
  #globalnav ul.oe_menu > li.selected > a {
    opacity: 1;
    background: #efefef;
    color: #dc0012;
  }

  #globalnav .oe_wrapper ul.hovered > li > a {
    background: #efefef;
    text-shadow: 0px 0px 1px #fff;
  }

  #globalnav ul.oe_menu div {
    display: none;
    position: absolute;
    z-index: 999;
    top: 70px;
    left: 0;
    width: 800% !important;
    background: #efefef;
  }

  #globalnav ul.oe_menu div .cbox {
    margin: 0 auto;
    padding: 30px 0;
    width: 1120px;
  }

  #globalnav dl dd ul li a.hokkaido {
    padding-left: 27px;
    background: url(/common/img/navilogo_espolada.png) no-repeat left center;
  }

  #globalnav dl dd ul li a.sendai {
    padding-left: 27px;
    background: url(/common/img/navilogo_voscuore.png) no-repeat left center;
  }

  #globalnav dl dd ul li a.urayasu {
    padding-left: 27px;
    background: url(/common/img/navilogo_bardral.png) no-repeat left center;
  }

  #globalnav dl dd ul li a.sumida {
    padding-left: 27px;
    background: url(/common/img/navilogo_fuga.png) no-repeat left center;
  }

  #globalnav dl dd ul li a.fuchu {
    padding-left: 27px;
    background: url(/common/img/navilogo_tathletic.png) no-repeat left center;
  }

  #globalnav dl dd ul li a.machida {
    padding-left: 27px;
    background: url(/common/img/navilogo_pescadola.png) no-repeat left center;
  }

  #globalnav dl dd ul li a.shonan {
    padding-left: 27px;
    background: url(/common/img/navilogo_bellmare_new.png) no-repeat left center;
  }

  #globalnav dl dd ul li a.hamamatsu {
    padding-left: 27px;
    background: url(/common/img/navilogo_agleymina.png) no-repeat left center;
  }

  #globalnav dl dd ul li a.nagoya {
    padding-left: 27px;
    background: url(/common/img/navilogo_nagoyaoceans.png) no-repeat left center;
  }

  #globalnav dl dd ul li a.osaka {
    padding-left: 27px;
    background: url(/common/img/navilogo_shriker.png) no-repeat left center;
  }

  #globalnav dl dd ul li a.kobe {
    padding-left: 27px;
    background: url(/common/img/navilogo_deucao.png) no-repeat left center;
  }

  #globalnav dl dd ul li a.oita {
    padding-left: 27px;
    background: url(/common/img/navilogo_vasagey.png) no-repeat left center;
  }

  #globalnav dl dd li a.kashiwa {
    padding-left: 27px;
    background: url(/common/img/navilogo_kashiwa.png) no-repeat left center;
  }

  #globalnav dl dd li a.hakusan {
    padding-left: 27px;
    background: url(/common/img/navilogo_hakusan.png) no-repeat left center;
  }

  #globalnav dl dd li a.vincedor {
    padding-left: 27px;
    background: url(/common/img/navilogo_vincedor.png) no-repeat left center;
  }

  #globalnav dl dd li a.hiroshima {
    padding-left: 27px;
    background: url(/common/img/navilogo_hiroshima.png) no-repeat left center;
  }

  #globalnav dl dd li a.u-23 {
    padding-left: 27px;
    background: url(/common/img/navilogo_u-23.png) no-repeat left center;
  }

  #globalnav dl dd li a.tokushima {
    padding-left: 27px;
    background: url(/common/img/navilogo_tokushima.png) no-repeat left center;
  }

  #globalnav dl dd li a.fleague {
    padding-left: 27px;
    background: url(/common/img/navilogo_fleague.png) no-repeat left center;
  }

  #globalnav dl dd li a.sumidabaff {
    padding-left: 27px;
    background: url(/common/img/navilogo_fuga.png) no-repeat left center;
  }

  #globalnav dl dd li a.machidaaspi {
    padding-left: 27px;
    background: url(/common/img/navilogo_pescadola.png) no-repeat left center;
  }

  #globalnav dl dd li a.nagano {
    padding-left: 27px;
    background: url(/common/img/navilogo_nagano.png) no-repeat left center;
  }

  #globalnav dl dd li a.nagoyasate {
    padding-left: 27px;
    background: url(/common/img/navilogo_nagoyaoceans.png) no-repeat left center;
  }

  #globalnav dl dd li a.hamada {
    padding-left: 27px;
    background: url(/common/img/navilogo_hamada.png) no-repeat left center;
  }

  #globalnav dl dd li a.kitakyushu {
    padding-left: 27px;
    background: url(/common/img/navilogo_kitakyushu.png) no-repeat left center;
  }

  #globalnav dl dd li a.yokohama {
    padding-left: 27px;
    background: url(/common/img/navilogo_yokohama.png) no-repeat left center;
  }

  #globalnav dl dd li a.toruela {
    padding-left: 27px;
    background: url(/common/img/navilogo_toruela_new.png) no-repeat left center;
  }

  #globalnav dl dd li a.porseid {
    padding-left: 27px;
    background: url(/common/img/navilogo_porseid.png) no-repeat left center;
  }

  #globalnav dl dd li a.shinagawa {
    padding-left: 27px;
    background: url(/common/img/navilogo_shinagawacity.png) no-repeat left center;
  }

  #globalnav dl dd li a.tachikawa {
    padding-left: 27px;
    background: url(/common/img/navilogo_tachikawa.png) no-repeat left center;
  }

  #globalnav dl dd li a.mito {
    padding-left: 27px;
    background: url(/common/img/navilogo_malva.png) no-repeat left center;
  }

  #globalnav dl dd li a.katsushika {
    padding-left: 27px;
    background: url(/common/img/navilogo_ligarevia.png) no-repeat left center;
  }

  #globalnav dl dd li a.niihama {
    padding-left: 27px;
    background: url(/common/img/navilogo_smile.png) no-repeat left center;
  }

  #globalnav dl dd ul li {
    border-bottom: solid 1px #ddd;
  }

  #globalnav dl dd ul li.last {
    border-bottom: none;
  }

  #globalnav dl dd ul li a {
    display: block;
    padding: 15px 0;
    color: #212121;
    font-size: 86%;
    font-weight: bold;
    line-height: 1.4em;
  }

  #globalnav dl dd ul li a span {
    color: #e40012;
    font-size: 10px;
  }

  /* ニュース */
  #nNews dl {
    float: left;
    margin-right: 2.5%;
    width: 31%;
    color: #212121;
  }

  #nNews dl.last {
    margin-right: 0;
  }

  #nNews dl dt {
    font-size: 108%;
    font-weight: bold;
    line-height: 1.4em;
  }

  #nNews dl dt span {
    padding-left: 12px;
    color: #e40012;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
  }

  /* 試合情報 */
  #nScore dl {
    float: left;
    margin-right: 2.5%;
    width: 31%;
    color: #212121;
  }

  #nScore dl.last {
    margin-right: 0;
  }

  #nScore dl dt {
    font-size: 108%;
    font-weight: bold;
    line-height: 1.4em;
  }

  #nScore dl dt span {
    color: #e40012;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
  }

  /* クラブ */
  #nClub dl {
    float: left;
    margin-right: 2.5%;
    width: 31%;
    color: #212121;
  }

  #nClub dl.last {
    margin-right: 0;
  }

  #nClub dl dt {
    font-size: 108%;
    font-weight: bold;
    line-height: 1.4em;
  }

  #nClub dl dt span {
    color: #e40012;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
  }

  /* チケット */
  #nTicket dl {
    float: left;
    margin-right: 2.5%;
    width: 23.1%;
    color: #212121;
  }

  #nTicket dl.last {
    margin-right: 0;
  }

  #nTicket dl dt {
    font-size: 108%;
    font-weight: bold;
    line-height: 1.4em;
  }

  #nTicket dl dt span {
    color: #e40012;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
  }

  /* アリーナ */
  #nArena dl {
    float: left;
    margin-right: 2.5%;
    width: 23.1%;
    color: #212121;
  }

  #nArena dl.last {
    margin-right: 0;
  }

  #nArena dl dt {
    font-size: 108%;
    font-weight: bold;
    line-height: 1.4em;
  }

  #nArena dl dt span {
    padding-left: 12px;
    color: #e40012;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
  }

  /* リーグ概要 */
  #nAbout dl {
    float: left;
    margin-right: 2.5%;
    width: 31%;
    color: #212121;
  }

  #nAbout dl.last {
    margin-right: 0;
  }

  #nAbout dl dt {
    font-size: 108%;
    font-weight: bold;
    line-height: 1.4em;
  }

  #nAbout dl dt span {
    color: #e40012;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
  }

  /* 通算試合記録 */
  #nRecords dl {
    float: left;
    margin-right: 2.5%;
    width: 23.1%;
    color: #212121;
  }

  #nRecords dl.last {
    margin-right: 0;
  }

  #nRecords dl dt {
    font-size: 108%;
    font-weight: bold;
    line-height: 1.4em;
  }

  #nRecords dl dt span {
    color: #e40012;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
  }

  /* ファンゾーン */
  #nFun dl {
    float: left;
    margin-right: 2.5%;
    width: 31%;
    color: #212121;
  }

  #nFun dl.last {
    margin-right: 0;
  }

  #nFun dl dt {
    font-size: 108%;
    font-weight: bold;
    line-height: 1.4em;
  }

  #nFun dl dt span {
    padding-left: 12px;
    color: #e40012;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* 基本レイアウト */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #main {
    padding: 60px 0 100px 0;
    width: 100%;
    min-width: 1120px;
    background: #fff;
    color: #212121;
  }

  .inner {
    margin: 0 auto;
    width: 1120px;
  }

  .inner.pb {
    padding-bottom: 60px;
  }

  .inner.title {
    padding-bottom: 20px;
  }

  .inner.title h3.titleL {
    margin-bottom: 25px;
    padding: 20px 0;
    border-top: solid 2px #212121;
    border-bottom: solid 2px #212121;
    letter-spacing: 1px;
    color: #212121;
    font-size: 20px;
    line-height: 1;
  }

  * html .inner {
    zoom: 100%;
  }

  *:first-child + html .inner {
    display: inline-block;
  }

  .inner:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  #main .inner .sp_bnr {
    margin: 0 auto;
    width: 540px;
  }

  .inner .sp_bnr img {
    width: 100%;
  }

  .inner .sp_bnr p {
    margin: 0 50px;
  }

  /* sponsor
  --------------------- */
  #sponsor {
    padding: 60px 0;
    width: 100%;
    min-width: 1120px;
    background: #efefef;
    /*	display: none; */
  }

  #sponsor h2 {
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 4px;
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2em;
    /* 		display: none; */
  }

  #sponsor table {
    margin-bottom: 20px;
    width: 1120px;
    border-collapse: collapse;
    /* 		display: none; */
  }

  #sponsor table th {
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background: #efefef;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 86%;
  }

  #sponsor table th.last {
    border-right: none;
  }

  #sponsor table td {
    background: #efefef;
    text-align: center;
    text-align: center;
    vertical-align: middle;
  }

  #sponsor table img {
    margin-top: 5px;
    vertical-align: middle !important;
    line-height: 1 !important;
  }

  #sponsor table.five {
    margin: 0 93px 50px 93px;
    width: 935px;
    border-collapse: collapse;
    /* 		display: none; */
  }

  #sponsor table.four {
    margin: 0 188px 50px 188px;
    width: 744px;
    border-collapse: collapse;
    /* 		display: none; */
  }

  #sponsor table.three {
    margin: 0 282px 50px 282px;
    width: 556px;
    border-collapse: collapse;
    /* 		display: none; */
  }

  #sponsor table.two {
    margin: 0 376px 50px 376px;
    width: 368px;
    border-collapse: collapse;
    /* 		display: none; */
  }

  #sponsor table.titleP {
    margin: 0 432px 50px 432px;
    width: 236px;
    border-collapse: collapse;
    /* 		display: none; */
  }

  #sponsor ul {
    margin: 40px auto 0 auto;
    width: 902px;
  }

  #sponsor ul li {
    float: left;
    margin-right: 16px;
    width: 137px;
    font-size: 12px;
  }

  #sponsor ul li.last {
    margin-right: 0;
  }

  #sponsor ul li.banner {
    float: left;
    margin: 0 301px;
    width: 300px;
  }

  #sponsor ul li.banner img {
    /* 				border-radius: 10px; */
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* 下層タイトル */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #maintitle {
    padding: 50px 0;
    border-bottom: solid 1px #ddd;
    width: 100%;
    min-width: 1120px;
    background: url(../img/bg.gif) center top;
    background-size: cover;
    text-align: center;
    color: #212121;
  }

  #maintitle h2 {
    letter-spacing: 4px;
    font-family: "Oswald", sans-serif;
    font-size: 46px;
    font-weight: normal;
    line-height: 1.5em;
  }

  #maintitle p {
    font-weight: bold;
  }

  #maintitleimg {
    padding: 0;
    width: 100%;
    min-width: 1120px;
    background: none;
    text-align: center;
    color: #fff;
  }

  #maintitleimg img {
    width: 100%;
  }

  h3.tit {
    margin-bottom: 20px;
    padding: 10px 20px 10px 40px;
    background: #212121 url(../img/icon_tit.gif) no-repeat 15px center;
    letter-spacing: 1px;
    color: #fff;
    font-size: 115%;
    line-height: 1.5em;
  }

  h3.subtit {
    padding: 15px 20px 15px 20px;
    background: #5c5c5c;
    letter-spacing: 1px;
    color: #fff;
    font-size: 115%;
    line-height: 1.5em;
  }

  h3.tit.mb0 {
    margin-bottom: 0;
  }

  h3.under_red {
  	margin-top: 10px;
  	margin-bottom: 20px;
  	padding-bottom: 4px;
  	border-bottom: 1px solid #e70014;
  	font-size: 20px;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ローカルナビ */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #localnav {
    position: relative;
    padding-top: 30px;
    width: 100%;
    min-width: 1120px;
    background: none;
  }

  #localnav .setsu {
    margin: 0 auto;
    padding-right: 260px;
    width: 860px;
  }

  #localnav .setsu li {
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    width: 40px;
    height: 40px;
  }

  #localnav .setsu li a {
    display: block;
    width: 40px;
    height: 40px;
    transition: 0.2s;
    background: #212121;
    text-align: center;
    color: #fff;
    line-height: 40px;

    -webkit−transition: 0.2s;
  }

  #localnav .setsu li a:hover {
    background: #e40012;
  }

  #localnav .setsu li a.on {
    background: #e40012;
  }

  #localnav .getsu {
    margin: 0 auto;
    border-left: solid 1px #5c5c5c;
    width: 1120px;
  }

  #localnav .getsu li {
    float: left;
    border-right: solid 1px #5c5c5c;
  }

  #localnav .getsu li a {
    display: block;
    padding: 5px 20px;
    text-align: center;
    color: #212121;
    font-size: 108%;
  }

  #localnav .getsu li a.on {
    color: #e40012;
  }

  #localnav .getsu li a:hover {
    color: #e40012;
  }

  #localnav .btn {
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: 330px;
    width: 220px;
  }

  #localnav .btn a {
    display: block;
    padding: 10px 0;
    transition: 0.2s;
    background: #212121;
    text-align: center;
    color: #fff;
    font-weight: bold;

    -webkit−transition: 0.2s;
  }

  #localnav .btn a:hover {
    background: #e40012;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* フッター */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #footer {
    padding: 30px 0;
    width: 100%;
    min-width: 1120px;
    background: #212121;
  }

  * html #footer {
    zoom: 100%;
  }

  *:first-child + html #footer {
    display: inline-block;
  }

  #footer:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  #footer p {
    float: left;
    margin-top: 3px;
    padding-left: 25px;
    color: #fff;
    font-size: 10px;
  }

  #footer ul {
    float: right;
  }

  #footer ul li {
    float: right;
    margin-right: 25px;
  }

  #footer ul li a {
    color: #fff;
    font-size: 12px;
  }

  #footer ul li a:hover {
    text-decoration: underline;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* テーブル組 */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* sbox
  ---------------------- */
  .sbox {
    display: table;
    margin-top: 3px;
    padding: 10px 0;
    width: 1120px;
    background: #e8e8e8;
    line-height: 1.4em;
  }

  * html .sbox {
    zoom: 100%;
  }

  *:first-child + html .sbox {
    display: inline-block;
  }

  .sbox:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  .sbox .term {
    display: table-cell;
    border-right: 1px solid #5c5c5c;
    width: 61px;
    height: 39px;
    text-align: center;
    vertical-align: middle;
  }

  .sbox .location {
    display: table-cell;
    border-right: 1px solid #5c5c5c;
    width: 76px;
    height: 39px;
    text-align: center;
    vertical-align: middle;
  }

  .sbox .time {
    display: table-cell;
    border-right: 1px solid #5c5c5c;
    width: 76px;
    height: 39px;
    text-align: center;
    vertical-align: middle;
    font-family: "Oswald", sans-serif;
  }

  .sbox dl {
    display: table-cell;
    padding: 0 15px;
    border-right: 1px solid #5c5c5c;
    width: 510px;
    text-align: center;
    vertical-align: middle;
  }

  * html .sbox dl {
    zoom: 100%;
  }

  *:first-child + html .sbox dl {
    display: inline-block;
  }

  .sbox dl:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  .sbox dl dd.teamLeft {
    display: table;
    float: left;
    width: 210px;
    text-align: right;
    vertical-align: middle;
  }

  .sbox dl dd.teamLeft img {
    vertical-align: middle;
  }

  .sbox dl dd.teamLeft span {
    display: table-cell;
    vertical-align: middle;
  }

  .sbox dl dd.teamRight {
    display: table;
    float: right;
    width: 210px;
    text-align: left;
    vertical-align: middle;
  }

  .sbox dl dd.teamRight img {
    margin-right: 5px;
    vertical-align: middle;
  }

  .sbox dl dd.teamRight span {
    display: table-cell;
    vertical-align: middle;
  }

  .sbox dl dt.vs {
    display: inline-block;
    width: 80px;
    text-align: center;
    color: #212121;
  }

  .sbox dl dt.vs a {
    display: block;
    padding-top: 8px;
    vertical-align: middle;
    color: #212121;
    font-family: "Oswald", sans-serif;
    font-size: 122%;
  }

  .sbox dl dt.vs a:hover {
    color: #e40012;
  }

  .sbox .venue {
    display: table-cell;
    border-right: 1px solid #5c5c5c;
    width: 135px;
    height: 39px;
    text-align: center;
    vertical-align: middle;
    color: #212121;
  }

  .sbox .venue a {
    color: #212121;
  }

  .sbox .venue a:hover {
    color: #e40012;
  }

  .sbox .tv {
    display: table-cell;
    width: 120px;
    height: 39px;
    text-align: center;
    vertical-align: middle;
  }

  .sbox .ticket {
    display: table-cell;
    width: 100px;
    text-align: center;
    vertical-align: middle;
  }

  .sbox .ticket a {
    display: block;
    padding: 10px 0;
    width: 95px;
    transition: 0.2s;
    background: #212121;
    text-align: center;
    color: #fff;
    font-weight: bold;

    -webkit−transition: 0.2s;
  }

  .sbox .ticket a:hover {
    background: #e40012;
  }

  /* table01
  ---------------------- */
  .table01 {
    width: 100%;
    border-collapse: collapse;
  }

  .table01 th {
    padding: 15px 0;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
  }

  .table01 td {
    padding: 15px 0;
    border-top: solid 3px #fff;
    width: 80px;
    background: #e8e8e8;
    text-align: center;
    color: #212121;
    font-family: "Oswald", sans-serif;
    font-size: 108%;
  }

  .table01 td.order {
    width: 100px;
    font-size: 18px;
  }

  .table01 td.player {
    width: 300px;
    font-size: 14px;
  }

  .table01 td.teamLogo {
    padding-right: 10px;
    width: 25px;
  }

  .table01 td.teamLogo img {
    width: 25px;
    height: auto;
  }

  .table01 td.team {
    width: 300px;
    text-align: left;
    font-size: 14px;
  }

  /* table02
  ---------------------- */
  .table02 {
    width: 100%;
    border-collapse: collapse;
  }

  .table02 th {
    padding: 15px 0;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
  }

  .table02 td {
    padding: 15px 0;
    border-top: solid 3px #fff;
    width: 110px;
    background: #e8e8e8;
    text-align: center;
    color: #212121;
    font-family: "Oswald", sans-serif;
  }

  .table02 td.teamLogo {
    padding-right: 10px;
    padding-left: 15px;
    width: 25px;
  }

  .table02 td.teamLogo img {
    width: 25px;
    height: auto;
  }

  .table02 td.team {
    width: 220px;
    text-align: left;
    font-size: 14px;
  }

  /* table03
  ---------------------- */
  .table03 {
    width: 100%;
    border-collapse: collapse;
  }

  .table03 th {
    padding: 15px 0;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
  }

  .table03 td {
    padding: 15px 0;
    border-top: solid 3px #fff;
    background: #e8e8e8;
    text-align: center;
    font-family: "Oswald", sans-serif;
  }

  .table03 td img {
    padding-right: 10px;
  }

  /* table04
  ---------------------- */
  .table04 {
    width: 100%;
    border-collapse: collapse;
  }

  .table04 th {
    padding: 15px;
    border: solid 3px #fff;
    width: 200px;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
  }

  .table04 td {
    padding: 15px;
    border: solid 3px #fff;
    background: #efefef;
    text-align: left;
    font-family: "Oswald", sans-serif;
/*     font-size: 14px !important; */
  }

  .table04 td a {
    color: #e40012;
  }

  .table04 td strong {
    color: #e40012;
  }

  .table04 td iframe {
    width: 100%;
    height: 500px;
  }

  /* table05
  ---------------------- */
  .table05 {
    width: 100%;
    border-collapse: collapse;
  }

  .table05 th {
    padding: 15px;
    border: solid 3px #fff;
    width: 200px;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
  }

  .table05 td {
    padding: 15px;
    border: solid 3px #fff;
    background: #efefef;
    text-align: left;
    font-family: "Oswald", sans-serif;
    font-size: 14px !important;
  }

  .table05 td a {
    color: #e40012;
  }

  .table05 td strong {
    color: #e40012;
  }

  .table05 td.center {
    text-align: center;
  }

  .table05 td iframe {
    width: 100%;
    height: 500px;
  }

  .txt_r {
    padding-top: 20px;
    text-align: right;
  }
  
  
  

  /* table06
  ---------------------- */
  .table06 {
    width: 100%;
    border-collapse: collapse;
  }

  .table06 th {
    padding: 15px;
    border: solid 3px #fff;
    width: 200px;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
  }

  .table06 td {
    padding: 15px;
    border: solid 3px #fff;
    width: 189.5px;
    background: #efefef;
    text-align: left;
    font-family: "Oswald", sans-serif;
  }

  .table06 td a {
    color: #e40012;
  }

  .table06 td strong {
    color: #e40012;
  }

  .table06 td.center {
    text-align: center;
  }

  .table06 td iframe {
    width: 100%;
    height: 500px;
  }
  
  
  
}
/* スマホ */
@media only screen and (max-width: 800px) {
  .pc,
  #globalnav {
    display: none !important;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ヘッダー */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #header {
    border-bottom: solid 1px #d5d5d5;
  }

  * html #header {
    zoom: 100%;
  }

  *:first-child + html #header {
    display: inline-block;
  }

  #header:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  #header h1 {
    margin: 0 auto;
    padding: 20px 0;
    width: 60%;
    line-height: 1;
  }

  #header h1 img {
    width: 100%;
    height: auto;
  }

  #header h2 {
    margin: 0 auto;
    padding: 0 0 20px 0;
    width: 220px;
    line-height: 1;
  }

  #header h2 img {
    width: 100%;
    height: auto;
  }

  #header .clublogo,
  #header ul.sns {
    display: none;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* 速報スライダー */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #results {
    display: none;
    position: relative;
    width: 100%;
    background: url(../img/bg.gif) repeat center;
  }

  #results ul {
    height: 185px !important;
    background: rgba(2, 14, 47, 0.8);
  }

  #results ul li {
    padding: 10px 5px 12px 5px;
  }

  * html #results ul li {
    zoom: 100%;
  }

  *:first-child + html #results ul li {
    display: inline-block;
  }

  #results ul li:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  #results ul li dl {
    float: left;
    padding: 15px 0 5px 0;
    width: 33.333%;
  }

  #results ul li dl.last {
    background: none;
  }

  #results ul li dl dt {
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    font-size: 72%;
    font-weight: bold;
    line-height: 1.4em;
  }

  #results ul li dl dd {
    margin: 5px auto 0 auto;
    color: #fff;
  }

  #results ul li dl dd table {
    width: 100%;
  }

  #results ul li dl dd table td {
    text-align: center;
  }

  #results ul li dl dd table td.leftTeam {
    width: 25%;
    text-align: right;
    vertical-align: middle;
  }

  #results ul li dl dd table td.score {
    padding: 0 5px;
    width: 50%;
    vertical-align: middle;
    font-family: "Oswald", sans-serif;
  }

  #results ul li dl dd table td.rightTeam {
    width: 25%;
    text-align: left;
    vertical-align: middle;
  }

  #results ul li dl dd table td a {
    display: block;
    color: #fff;
    font-size: 14px;
  }

  #results ul li dl dd table td a span {
    padding: 0 5px;
    font-size: 10px;
  }

  #results ul li dl dd table td a img {
    width: 20px;
    height: auto;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ローカルナビ */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #localnav {
    position: relative;
    padding: 40px 5% 40px 5%;
    background: none;
  }

  #localnav .setsu li {
    float: left;
    width: 20%;
  }

  #localnav .setsu li a {
    display: block;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    height: 40px;
    transition: 0.2s;
    background: #212121;
    text-align: center;
    color: #fff;
    line-height: 40px;

    -webkit−transition: 0.2s;
  }

  #localnav .setsu li a:hover {
    background: #e40012;
  }

  #localnav .setsu li a.on {
    background: #e40012;
  }

  #localnav .getsu {
    border-left: solid 1px #5c5c5c;
  }

  #localnav .getsu li {
    float: left;
    width: 33.333%;
  }

  #localnav .getsu li a {
    display: block;
    padding: 5px 10px;
    border-right: solid 1px #5c5c5c;
    text-align: center;
    color: #212121;
    font-size: 93%;
  }

  #localnav .getsu li a.on {
    background: #e40012;
    color: #fff;
  }

  #localnav .btn {
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
  }

  #localnav .btn a {
    display: block;
    padding: 10px 0;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
    font-size: 86%;
    font-weight: bold;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* 基本レイアウト */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #main {
    background: #fff;
  }

  * html #main {
    zoom: 100%;
  }

  *:first-child + html #main {
    display: inline-block;
  }

  #main:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  .inner {
    padding: 0 5%;
  }

  .inner.pb {
    padding-bottom: 40px;
  }

  .inner.title {
    padding-bottom: 20px;
  }

  .inner.title h3.titleL {
    margin-bottom: 25px;
    padding: 20px 0;
    border-top: solid 2px #212121;
    border-bottom: solid 2px #212121;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1;
  }

  .ptb {
    padding: 0 5% 80px 5%;
  }

  * html .inner {
    zoom: 100%;
  }

  *:first-child + html .inner {
    display: inline-block;
  }

  .inner:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  #main .inner .sp_bnr {
    margin: 0 10%;
    width: 80%;
  }

  .inner .sp_bnr img {
    width: 100%;
  }

  .inner .sp_bnr p {
    margin: 0 10%;
  }

  /* sponsor
  --------------------- */
  #sponsor {
    padding: 40px 0;
    background: #efefef;
    /* 	display: none; */
  }

  #sponsor h2 {
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-family: "Oswald", sans-serif;
    font-size: 122%;
    font-weight: normal;
    line-height: 1.2em;
    /* 		display: none; */
  }

  #sponsor table {
    width: 100%;
    border-collapse: collapse;
    /* 		display: none; */
  }

  #sponsor table th {
    padding-top: 10px;
    border-bottom: solid 1px #ddd;
    background: #efefef;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 86%;
  }

  #sponsor table td {
    padding: 2px 0;
    background: #efefef;
    text-align: center;
    vertical-align: middle;
  }

  #sponsor table td.last {
    padding-bottom: 8px 0;
  }

  #sponsor table ul li {
    float: left;
    width: 50%;
  }

  #sponsor table ul li.column3 {
    float: left;
    width: 33.33333333%;
  }

  #sponsor table ul li.right img {
    margin-left: 30%;
  }

  #sponsor table ul li.left img {
    margin-right: 30%;
  }

  #sponsor table img {
    width: 100%;
    max-width: 110px;
    height: auto;
    vertical-align: middle !important;
    line-height: 1 !important;
  }

  #sponsor table img.titleP {
    width: 100%;
    max-width: 160px;
    height: auto;
    vertical-align: middle !important;
    line-height: 1 !important;
  }

  #sponsor ul.sponsorbox {
    padding-top: 30px;
    padding-right: 15%;
    padding-left: 15%;
  }

  #sponsor ul.sponsorbox li {
    float: left;
    margin-right: 3.5%;
    margin-bottom: 10px;
    width: 31%;
    font-size: 72%;
  }

  #sponsor ul.sponsorbox li.last {
    margin-right: 0;
  }

  #sponsor ul.sponsorbox li img {
    width: 100%;
    height: auto;
  }

  #sponsor ul.sponsorbox li.banner {
    padding: 0 25%;
    width: 50%;
  }

  #sponsor ul li.banner img {
    /* 				border-radius: 10px; */
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* 下層タイトル */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #maintitle {
    padding: 50px 5%;
    border-bottom: solid 1px #ddd;
    background: url(../img/bg.gif) center top;
    background-size: cover;
    text-align: center;
    color: #212121;
  }

  #maintitle h2 {
    letter-spacing: 4px;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2em;
  }

  #maintitle p {
    font-weight: bold;
  }

  #maintitleimg {
    padding: 0;
    background: none;
    text-align: center;
    color: #fff;
  }

  #maintitleimg img {
    width: 100%;
  }

  h3.tit {
    margin-bottom: 20px;
    padding: 10px 20px 10px 40px;
    background: #212121 url(../img/icon_tit.gif) no-repeat 15px center;
    letter-spacing: 1px;
    color: #fff;
    font-size: 115%;
    line-height: 1.5em;
  }

  h3.subtit {
    padding: 15px 20px 15px 20px;
    background: #5c5c5c;
    letter-spacing: 1px;
    color: #fff;
    font-size: 115%;
    line-height: 1.5em;
  }

  h3.tit.mb0 {
    margin-bottom: 0;
  }

  h3.under_red {
  	margin-top: 10px;
  	margin-bottom: 20px;
  	padding-bottom: 4px;
  	border-bottom: 1px solid #e70014;
  	font-size: 20px;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* テーブル組 */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* sbox
  ---------------------- */
  .sbox {
    margin-top: 5px;
    padding: 15px 5%;
    background: #e8e8e8;
    font-size: 86%;
    line-height: 1.4em;
  }

  .sbox .spbox {
    display: table;
  }

  * html .sbox .spbox {
    zoom: 100%;
  }

  *:first-child + html .sbox .spbox {
    display: inline-block;
  }

  .sbox .spbox:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  .sbox .term {
    display: table-cell;
    padding-bottom: 15px;
    width: 30%;
    text-align: center;
    vertical-align: middle;
  }

  .sbox .location {
    display: table-cell;
    padding-bottom: 15px;
    width: 50%;
    text-align: center;
    vertical-align: middle;
  }

  .sbox .location br {
    display: none;
  }

  .sbox .time {
    display: table-cell;
    padding-bottom: 15px;
    width: 50%;
    text-align: center;
    vertical-align: middle;
  }

  .sbox dl {
    display: block;
    clear: both;
    padding: 15px 0;
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    text-align: center;
    vertical-align: middle;
  }

  * html .sbox dl {
    zoom: 100%;
  }

  *:first-child + html .sbox dl {
    display: inline-block;
  }

  .sbox dl:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  .sbox dl dd.teamLeft {
    display: table;
    float: left;
    padding-right: 2%;
    width: 38%;
    text-align: center;
  }

  .sbox dl dd.teamLeft img {
    display: table-cell;
    float: right;
    width: 33px;
    height: auto;
    vertical-align: middle;
  }

  .sbox dl dd.teamLeft span {
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
  }

  .sbox dl dd.teamRight {
    display: table;
    float: left;
    padding-left: 2%;
    width: 38%;
    text-align: center;
  }

  .sbox dl dd.teamRight img {
    display: table-cell;
    width: 33px;
    height: auto;
    vertical-align: middle;
  }

  .sbox dl dd.teamRight span {
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;
  }

  .sbox dl dt.vs {
    float: left;
    width: 20%;
    text-align: center;
  }

  .sbox dl dt.vs a {
    display: block;
    padding: 10px 0;
    background: #212121;
    vertical-align: middle;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 122%;
  }

  .sbox .venue {
    display: table-cell;
    padding: 15px 0;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    color: #212121;
  }

  .sbox .venue a {
    color: #212121;
  }

  .sbox .tv {
    display: table-cell;
    padding: 15px 0;
    width: 50%;
    text-align: center;
    vertical-align: middle;
  }

  .sbox .ticket {
    display: block;
    clear: both;
    width: 100%;
  }

  .sbox .ticket a {
    display: block;
    padding: 10px 0;
    background: #212121;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }

  /* table01
  ---------------------- */
  .table01 {
    width: 100%;
    border-collapse: collapse;
  }

  .table01 th {
    padding: 10px 0;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
    font-size: 86%;
  }

  .table01 td {
    padding: 10px 0;
    border-top: solid 3px #fff;
    width: 30px;
    background: #e8e8e8;
    text-align: center;
    color: #212121;
    font-family: "Oswald", sans-serif;
    font-size: 86%;
  }

  .table01 td.order {
    width: 30px;
  }

  .table01 td.player {
    width: 80px;
  }

  .table01 td.teamLogo {
    padding-right: 10px;
    width: 25px;
  }

  .table01 td.teamLogo img {
    width: 25px;
    height: auto;
  }

  .table01 td.team {
    width: 80px;
    text-align: left;
  }

  /* table02
  ---------------------- */
  .table02 {
    width: 100%;
    border-collapse: collapse;
  }

  .table02 th {
    padding: 10px 0;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
    font-size: 86%;
  }

  .table02 td {
    padding: 10px 0;
    border-top: solid 3px #fff;
    width: 120px;
    background: #e8e8e8;
    text-align: center;
    color: #212121;
    font-family: "Oswald", sans-serif;
    font-size: 86%;
  }

  .table02 td.teamLogo {
    padding-right: 10px;
    padding-left: 15px;
    width: 25px;
  }

  .table02 td.teamLogo img {
    width: 25px;
    height: auto;
  }

  .table02 td.team {
    width: 200px;
    text-align: left;
    font-size: 12px;
  }

  /* table03
  ---------------------- */
  .table03 {
    width: 100%;
    border-collapse: collapse;
  }

  .table03 th {
    padding: 10px 0;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
    font-size: 86%;
  }

  .table03 td {
    padding: 10px 0;
    border-top: solid 3px #fff;
    width: 120px;
    background: #e8e8e8;
    text-align: center;
    color: #212121;
    font-family: "Oswald", sans-serif;
    font-size: 86%;
  }

  .table03 td img {
    padding-right: 10px;
  }

  /* table04
  ---------------------- */
  .table04 {
    width: 100%;
    border-collapse: collapse;
  }

  .table04 th {
    display: block;
    padding: 2% 3%;
    border: none;
    width: 94%;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
    font-size: 86%;
  }

  .table04 td {
    display: block;
    padding: 3%;
    border-bottom: solid 10px #fff;
    width: 94%;
    background: #e8e8e8;
    text-align: left;
    color: #212121;
    font-family: "Oswald", sans-serif;
    font-size: 86%;
  }

  .table04 td a {
    color: #e40012;
  }

  .table04 td strong {
    color: #e40012;
  }

  .table04 td iframe {
    width: 100%;
    height: 300px;
  }

  /* table05
  ---------------------- */
  .table05 {
    width: 100%;
    border-collapse: collapse;
  }

  .table05 th {
    padding: 15px;
    border: solid 3px #fff;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
    font-size: 79%;
  }

  .table05 td {
    padding: 15px;
    border: solid 3px #fff;
    background: #efefef;
    text-align: left;
    font-family: "Oswald", sans-serif;
    font-size: 79%;
  }

  .table05 td a {
    color: #e40012;
  }

  .table05 td strong {
    color: #e40012;
  }

  .table05 td.center {
    text-align: center;
  }

  .table05 td iframe {
    width: 100%;
    height: 500px;
  }
  
  
  
  

  /* table06
  ---------------------- */
  .table06 {
    width: 100%;
    border-collapse: collapse;
  }

  .table06 th {
    padding: 15px 0;
    border: solid 3px #fff;
    width: 20%;
    background: #5c5c5c;
    text-align: center;
    color: #fff;
    font-size: 79%;
  }

  .table06 td {
    padding: 15px;
    border: solid 3px #fff;
    width: 20%;
    background: #efefef;
    text-align: left;
    font-family: "Oswald", sans-serif;
    font-size: 79%;
  }

  .table06 td a {
    color: #e40012;
  }

  .table06 td strong {
    color: #e40012;
  }

  .table06 td.center {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .table06 td iframe {
    width: 100%;
    height: 500px;
  }
  
  
  

  .txt_r {
    padding-top: 20px;
    text-align: right;
  }

  /* table-frame
  ---------------------- */
  .table-frame {
    overflow: auto;
    position: relative;
    width: 100%;
  }

  .table-frame .font_small {
    width: 900px !important;
  }

  .table-frame table {
    width: 900px !important;
  }

  .pt {
    padding-top: 20px;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* フッター */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #footer {
    padding: 30px 0;
    background: #212121;
  }

  * html #footer {
    zoom: 100%;
  }

  *:first-child + html #footer {
    display: inline-block;
  }

  #footer:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  #footer p {
    text-align: center;
    color: #fff;
    font-size: 72%;
  }

  #footer ul {
    padding: 0 5% 20px 5%;
  }

  #footer ul li {
    float: left;
    width: 50%;
  }

  #footer ul li a {
    display: block;
    padding-left: 10px;
    background: url(../img/icon_arrow.png) no-repeat left center;
    color: #fff;
    font-size: 79%;
  }

  #footer ul li a:hover {
    text-decoration: underline;
  }
}