@charset "UTF-8";
.subpage-ttl .scroll-txt::before, .subpage-ttl .scroll-txt::after {
  content: "MATCH SCHEDULE &amp; RESULT MATCH SCHEDULE &amp; RESULT ";
  animation: ticker 200s linear infinite;
}
.subpage-ttl .subpage-ttl-in {
  padding-top: 54px;
  padding-right: 0;
}
@media (min-width: 769px) {
  .subpage-ttl .subpage-ttl-in {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .subpage-ttl .ttl .main {
    font-size: 55px;
  }
}
@media (min-width: 769px) {
  .subpage-ttl .ttl .main {
    line-height: 0.96153846;
    font-size: clamp(84px, 9.4436310395vw, 129px);
  }
}

.subpage-contents {
  padding-top: 57px;
}

.result-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ADB1B9;
  font-size: 14px;
  table-layout: fixed;
}
.result-table::before {
  content: "";
  display: block;
}
.result-table thead {
  background: #002AF1;
  color: #fff;
}
.result-table thead th {
  vertical-align: middle;
  height: 41px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .result-table thead th {
    height: 48px;
  }
}
.result-table thead th:nth-child(1) {
  text-align: center;
  width: 93px;
  font-size: 12px;
}
@media (min-width: 769px) {
  .result-table thead th:nth-child(1) {
    width: 158px;
    width: clamp(103px, 11.5666178624vw, 158px);
    text-align: left;
    font-size: 14px;
    padding: 0 20px;
  }
}
.result-table thead th:not(:nth-child(1)) {
  font-size: 11px;
  padding-left: 24px;
  border-left: 1px solid #ADB1B9;
}
@media (min-width: 769px) {
  .result-table thead th:not(:nth-child(1)) {
    font-size: 14px;
    padding: 0 20px;
  }
}
.result-table thead th:nth-child(3) {
  text-align: center;
  width: 213px;
  width: clamp(180px, 15.5929721816vw, 213px);
}
@media (max-width: 768px) {
  .result-table thead th:nth-child(3) {
    display: none;
  }
}
.result-table tbody td {
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #ADB1B9;
  font-size: 14px;
  line-height: 1.71428571;
}
.result-table tbody td:nth-child(1) {
  font-family: "Noto Sans JP", sans-serif;
  background: #F5F5F5;
  height: 65px;
  padding: 15px 5px 15px 5px;
}
@media (min-width: 769px) {
  .result-table tbody td:nth-child(1) {
    text-align: left;
    font-size: 14px;
    padding: 25px 10px 25px 20px;
  }
}
.result-table tbody td:not(:nth-child(1)) {
  text-align: left;
  border-left: 1px solid #ADB1B9;
  padding: 15px 20px 20px 20px;
}
.result-table tbody td:nth-child(3) {
  padding: 0;
}
@media (max-width: 768px) {
  .result-table tbody td:nth-child(3) {
    display: none;
  }
}
.result-table tbody td a {
  font-weight: 500;
}
.result-table tbody td .link-pdf {
  position: relative;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
  text-align: left;
  padding-left: 23px;
  display: inline-block;
}
@media (min-width: 769px) {
  .result-table tbody td .link-pdf {
    padding-left: 30px;
  }
}
.result-table tbody td .link-pdf::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 13px;
  height: 15px;
  background: #002AF1;
  -webkit-mask: url(../images/common/icon-pdf.svg) left center/contain no-repeat;
  mask: url(../images/common/icon-pdf.svg) left center/contain no-repeat;
}
@media (min-width: 769px) {
  .result-table tbody td .link-pdf::before {
    width: 15px;
    height: 17px;
    top: 4px;
  }
}
.result-table tbody td .cmn-btn {
  width: 100%;
  height: 29px;
}
@media (max-width: 768px) {
  .result-table tbody td .cmn-btn {
    max-width: 300px;
    margin: 20px 0 0;
  }
}
@media (min-width: 769px) {
  .result-table tbody td .cmn-btn {
    width: 170px;
    height: 38px;
    margin: 0 auto;
  }
}
.result-table tbody td .cmn-btn .cmn-btn-in .hv_txt,
.result-table tbody td .cmn-btn .cmn-btn-in .txt {
  font-size: 10px;
}
@media (min-width: 769px) {
  .result-table tbody td .cmn-btn .cmn-btn-in .hv_txt,
  .result-table tbody td .cmn-btn .cmn-btn-in .txt {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .result-table tbody td .cmn-btn .cmn-btn-in .txt {
    padding: 0 10px 0 0;
  }
  .result-table tbody td .cmn-btn .cmn-btn-in .arrow-right {
    right: 16px;
  }
}

.draw-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .draw-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .draw-wrap .draw {
    width: calc((100% - 20px) / 2);
  }
}
.draw-wrap .draw a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid;
  text-decoration: none;
}
@media (min-width: 769px) {
  .draw-wrap .draw a {
    height: 68px;
  }
}
.draw-wrap .draw .pdf::before {
  content: "";
  width: 19px;
  height: 22px;
  background: #002AF1;
  -webkit-mask: url(../images/common/icon-pdf.svg) left center/19px auto no-repeat;
  mask: url(../images/common/icon-pdf.svg) left center/19px auto no-repeat;
}

.wta-live {
  width: 100%;
  border: 1px solid #ADB1B9;
}
.wta-live iframe {
  width: 100%;
  height: 60vh;
  max-height: 770px;
}

/* === 試合結果ページ
==================================== */
.page-result-date .cmn-block-ttl {
  display: flex;
  gap: 1em;
}
.page-result-date .subpage-2col .table_of_content .toc-list a {
  font-size: 14px;
  line-height: 2.42857143;
}
.page-result-date .scoreboard-wrap .match {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .page-result-date .scoreboard-wrap .match {
    font-size: 20px;
  }
}
.page-result-date .scoreboard-wrap + .scoreboard-wrap {
  margin-top: 50px;
}
.page-result-date .scoreboard-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ADB1B9;
  font-size: 13px;
}
.page-result-date .scoreboard-table::before {
  content: "";
  display: block;
}
.page-result-date .scoreboard-table thead {
  background: #002AF1;
  color: #fff;
}
.page-result-date .scoreboard-table thead th {
  text-align: center;
  vertical-align: middle;
  height: 44px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .page-result-date .scoreboard-table thead th {
    height: 48px;
  }
}
.page-result-date .scoreboard-table thead th:nth-child(1) {
  text-align: left;
  padding-left: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 0.8em;
}
@media (min-width: 769px) {
  .page-result-date .scoreboard-table thead th:nth-child(1) {
    font-size: 14px;
    padding-left: 20px;
  }
}
.page-result-date .scoreboard-table thead th:not(:nth-child(1)) {
  width: 36px;
  width: clamp(36px, 9.6vw, 50px);
  font-size: 14px;
  padding: 14px 0;
  border-left: 1px solid #ADB1B9;
}
@media (min-width: 769px) {
  .page-result-date .scoreboard-table thead th:not(:nth-child(1)) {
    width: clamp(58px, 8.0527086384vw, 110px);
  }
}
.page-result-date .scoreboard-table tbody td {
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #ADB1B9;
}
.page-result-date .scoreboard-table tbody td:nth-child(1) {
  font-size: 12px;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  background: #F5F5F5;
  text-align: left;
  padding: 13px 6px 13px 10px;
  height: 65px;
}
@media (min-width: 769px) {
  .page-result-date .scoreboard-table tbody td:nth-child(1) {
    font-size: 14px;
    padding: 16px 10px 16px 20px;
  }
}
.page-result-date .scoreboard-table tbody td:nth-child(1).winner {
  font-weight: 700;
}
.page-result-date .scoreboard-table tbody td:not(:nth-child(1)) {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  border-left: 1px solid #ADB1B9;
}
.page-result-date .scoreboard-table tbody td:not(:nth-child(1)) span {
  font-size: 12px;
}
@media (min-width: 769px) {
  .page-result-date .scoreboard-table tbody td:not(:nth-child(1)) {
    font-size: 22px;
  }
  .page-result-date .scoreboard-table tbody td:not(:nth-child(1)) span {
    font-size: 18px;
  }
}
.page-result-date .teble-note {
  font-size: 14px;
}
.page-result-date .btn-back {
  margin-top: 80px;
}
/*# sourceMappingURL=map/result.css.map */