.footsalTtl_pic2018::after {
  background-image: url(../images/footsal/2018/kv_img.jpg);
  background-position: center center;
}

.footsalTtl_pic2019::after {
  background-image: url(../images/footsal/2019/kv_img.jpg);
  background-position: center center;
}

.footsalTtl_pic2022::after {
  background-image: url(../images/footsal/2022/kv_img.jpg);
  background-position: center center;
}

.secFootsal .inPageNav {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px 30px;
}
.secFootsal .acBox:nth-of-type(1) {
  margin-bottom: 20px;
}
.secFootsal .secGallery.qualifying {
  margin-top: 75px;
}
.secFootsal .nkanto .mds03, .secFootsal .ekanto .mds03, .secFootsal .wkanto .mds03 {
  color: #F8B62C;
}
.secFootsal .hokushinetsu .mds03, .secFootsal .tokai .mds03 {
  color: #467dd2;
}
.secFootsal .kansai .mds03 {
  color: #6bc300;
}
.secFootsal .chushikoku .mds03 {
  color: #f3982c;
}
.secFootsal .kyushu .mds03 {
  color: #14BEDC;
}
.secFootsal .standings .team {
  width: 90px !important;
}
.secFootsal .standings th, .secFootsal .standings td {
  width: auto !important;
}
.secFootsal .standings.final td {
  border-right: none;
}
.secFootsal .standings.final td:first-child, .secFootsal .standings.final td:nth-child(2) {
  background: #fff;
}
.secFootsal .standings.final td:first-child, .secFootsal .standings.final td:nth-child(2), .secFootsal .standings.final td:nth-child(3) {
  width: calc(100% / 3);
}
.secFootsal .mvpNav {
  gap: 8px 30px;
  flex-wrap: wrap;
  padding-left: 30px;
  margin-bottom: 75px;
  justify-content: flex-start;
}
.secFootsal .secBoxConts01.secMvp {
  position: relative;
}
.secFootsal .secBoxConts01.secMvp .inner {
  width: 100%;
  padding: 60px 50px 60px;
  gap: 40px;
  align-items: center;
}
.secFootsal .secBoxConts01.secMvp .txtBox {
  width: calc(100% - 240px);
}
.secFootsal .secBoxConts01.secMvp .txtBox .mds {
  color: #ed6d20;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.secFootsal .secBoxConts01.secMvp .txtBox .mds span {
  color: #000;
}
.secFootsal .secBoxConts01.secMvp .txtBox .mds span small {
  font-size: 14px;
}
.secFootsal .secBoxConts01.secMvp .pictBox {
  width: 200px;
}
.secFootsal .secBoxConts01.secMvp .category {
  position: absolute;
  width: 80px;
  height: 70px;
  background: #f3982c;
  border-radius: 0 20px 0 20px;
  font-weight: bold;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #fff;
  top: -20px;
  left: 30px;
  z-index: 2;
}
.secFootsal .supportFlag {
  flex-wrap: wrap;
  gap: 25px 20px;
}
.secFootsal .supportFlag .item {
  width: calc((100% - 60px) / 4);
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 5px;
}
.secFootsal .supportFlag .item .campus {
  width: 100%;
}
.secFootsal .supportFlag .item .campus span {
  font-size: 18px;
}
.secFootsal .sponsorship_txt01 {
  font-size: 18px;
}
.secFootsal .sponsorship_txt01 img {
  width: auto;
  height: 28px;
  transform: translateY(-5px);
}
.secFootsal .sponsorship_txt02 {
  font-size: 16px;
}
.secFootsal .sponsorship_txt02 img {
  width: auto;
  height: 24px;
  transform: translateY(-5px);
}
.secFootsal .sponsorship_txt03 {
  font-size: 14px;
}
.secFootsal .sponsorship_txt03 img {
  width: auto;
  height: 16px;
  transform: translateY(-5px);
}
.secFootsal .resultBox .listBox {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 0 20px;
  flex-wrap: wrap;
}
.secFootsal .resultBox .listBox .item {
  width: calc((100% - 70px) / 3);
  margin-left: 10px;
}
.secFootsal .resultBox .listBox .is-active {
  color: #919191;
}
.secFootsal .resultBox .listBox .aArrow01 {
  position: relative;
  min-height: 1em;
  padding-left: 10px;
  color: #000;
  text-decoration: none;
  margin-left: -10px;
}
.secFootsal .resultBox .listBox .aArrow01::before {
  content: '';
  background-image: url(../images/arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 10%;
  width: 5px;
  height: 8px;
  position: absolute;
  margin-right: 5px;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .secFootsal .mds {
    font-size: 20px;
  }
  .secFootsal .mds03 {
    font-size: 20px;
  }
  .secFootsal .mds04 {
    font-size: 22px;
  }
  .secFootsal .secGallery .ttlEg {
    font-size: 70px;
    top: -65px;
    right: 20px;
  }
  .secFootsal .secGallery .inner {
    padding: 40px 25px 40px;
  }
  .secFootsal .secGallery .mds {
    font-size: 21px;
  }
  .secFootsal .secGallery .youtube-16-9 {
    margin: 10px 0 30px;
  }
  .secFootsal .secGallery .footsal-slick01 .slide-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc((100% - 40px) / 2);
  }
  .secFootsal .secGallery .footsal-slick01 .next-arrow {
    right: -10px;
  }
  .secFootsal .secGallery .footsal-slick01 .prev-arrow {
    left: -10px;
  }
  .secFootsal .tableBox .ttl {
    width: 100px;
    padding: 1em 10px;
    justify-content: center;
  }
  .secFootsal .league {
    flex-direction: column;
  }
  .secFootsal .league .item {
    width: 100%;
  }
  .secFootsal .tableWrap {
    margin-bottom: 50px;
  }
  .secFootsal .teamPhoto {
    flex-direction: column;
  }
  .secFootsal .teamPhoto .item {
    width: 100%;
  }
  .secFootsal .regionNav {
    padding: 15px;
    flex-direction: column;
    gap: 5px;
  }
  .secFootsal .regionNav .item {
    width: 100%;
  }
  .secFootsal .regionWinner .listBox {
    flex-direction: column;
  }
  .secFootsal .regionWinner .listBox .item {
    width: calc((100% - 30px) / 1);
    padding-left: 70px;
    padding-right: 10px;
  }
  .secFootsal .secBoxConts01.secMvp .inner {
    padding: 80px 25px 40px;
    flex-direction: column;
    gap: 20px;
  }
  .secFootsal .secBoxConts01.secMvp .txtBox {
    width: 100%;
  }
  .secFootsal .secBoxConts01.secMvp .txtBox .mds span {
    font-size: 18px;
    display: block;
  }
  .secFootsal .secBoxConts01.secMvp .pictBox {
    width: 100%;
  }
  .secFootsal .supportFlag {
    flex-direction: column;
  }
  .secFootsal .supportFlag .item {
    width: 100%;
  }
  .secFootsal .resultBox .listBox {
    width: calc(100% - 15px);
    flex-direction: column;
  }
  .secFootsal .resultBox .listBox .item {
    width: 100%;
  }
}

/*# sourceMappingURL=footsal.css.map */
