@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

html,
body {
  font-size: 10px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.result-standing-wrap:not(:last-of-type) {
  margin-bottom: 120px;
}
.result-standing-title {
  width: 100%;
  height: 75px;
  background-color: #000;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 600;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.result-standing-title.men-s {
  color: #009fe8;
}
.result-standing-title.men-j {
  color: #8cd2f2;
}
.result-standing-title.women-s {
  color: #f47abb;
}
.result-standing-title.women-j {
  color: #fac5e1;
}
.result-standing-table {
  color: #000;
  width: 100%;
}
.result-standing-table th,
.result-standing-table td {
  border: 1px solid #009fe8;
  height: 135px;
  vertical-align: bottom;
}
.result-standing-table th:not(.narrow) {
  width: 187px;
}
.result-standing-table-header .team {
  align-content: flex-start;
  padding: 11px 0;
}
.result-standing-table-header .team-name {
  min-height: 42px;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.result-standing-table-column {
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
}
.result-standing-table-column.blank, .result-standing-table-column.team, .result-standing-table-column.empty {
  background-color: #ddd;
}
.result-standing-table-column.result {
  background-color: #fff;
}
.result-standing-table-column.result > * {
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
}
.result-standing-table-column .judge {
  margin-bottom: 13px;
}
.result-standing-table-column .info {
  margin-top: 13px;
  color: #009fe8;
}
.result-standing-table .team-logo {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
  justify-items: center;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  background-color: #fff;
}
.result-standing-table .team-logo img {
  max-width: 90%;
  margin: 0 auto;
}
.result-standing-table .team-name {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
}
.result-standing-rules {
  margin: 90px auto 140px;
  border: 15px solid #000;
  background-color: #fff;
  color: #000;
  padding: 45px 65px;
}
.result-standing-rules-title {
  font-size: 2.5rem;
}
.result-standing-rules-title:before {
  content: "【";
}
.result-standing-rules-title:after {
  content: "】";
}
.result-standing-rules-list {
  font-size: 1.8rem;
  margin-top: 1em;
  line-height: 1.7222222222;
}
@media screen and (max-width: 1720px) and (min-width: 768px) {
  .result-standing-wrap:not(:last-of-type) {
    margin-bottom: 6.976744186vw;
  }
  .result-standing-title {
    height: 4.3604651163vw;
    font-size: 1.2209302326vw;
  }
  .result-standing-table th,
  .result-standing-table td {
    height: 7.8488372093vw;
  }
  .result-standing-table th:not(.narrow) {
    width: 8%;
  }
  .result-standing-table-header .team {
    padding: 0.6395348837vw 0;
  }
  .result-standing-table-header .team-name {
    min-height: 2.4418604651vw;
  }
  .result-standing-table-column.result > * {
    font-size: 0.988372093vw;
  }
  .result-standing-table-column .judge {
    margin-bottom: 0.7558139535vw;
  }
  .result-standing-table-column .info {
    margin-top: 0.7558139535vw;
  }
  .result-standing-table .team-logo {
    width: 3.488372093vw;
    height: 3.488372093vw;
    margin-bottom: 0.5813953488vw;
  }
  .result-standing-table .team-name {
    font-size: 0.9302325581vw;
  }
  .result-standing-rules {
    margin: 5.2325581395vw auto 8.1395348837vw;
    border-width: 0.8720930233vw;
    padding: 2.6162790698vw 3.7790697674vw;
  }
  .result-standing-rules-title {
    font-size: 1.4534883721vw;
  }
  .result-standing-rules-list {
    font-size: 1.0465116279vw;
  }
}
@media screen and (max-width: 767.98px) {
  .result-standing-wrap:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .result-standing-title {
    height: 10.9333333333vw;
    font-size: 4vw;
  }
  .result-standing-table {
    width: 202.2666666667vw;
  }
  .result-standing-table th,
  .result-standing-table td {
    height: 19.4666666667vw;
  }
  .result-standing-table th:not(.narrow) {
    width: 27.2vw;
  }
  .result-standing-table-header .team-name {
    min-height: 5.6vw;
  }
  .result-standing-table-column.result > * {
    font-size: 2.6666666667vw;
  }
  .result-standing-table-column .judge {
    margin-bottom: 2vw;
  }
  .result-standing-table-column .info {
    margin-top: 2vw;
  }
  .result-standing-table .team {
    padding: 1.4666666667vw 0;
  }
  .result-standing-table .team-logo {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin-bottom: 2vw;
  }
  .result-standing-table .team-name {
    font-size: 2.2666666667vw;
  }
  .result-standing-rules {
    margin: 9.3333333333vw auto 13.3333333333vw;
    padding: 8vw 3.4666666667vw;
    border-width: 2vw;
  }
  .result-standing-rules-title {
    font-size: 5.3333333333vw;
    line-height: 1.2;
    text-align: center;
  }
  .result-standing-rules-title:before, .result-standing-rules-title:after {
    content: "";
  }
  .result-standing-rules-list {
    font-size: 3.3333333333vw;
    margin-top: 0;
  }
  .result-standing-rules-list-item {
    margin-top: 1em;
  }
}

.award-data-wrap {
  margin: 65px 0;
}
.award-data-content {
  background-color: #fff;
  border: 2em solid #000;
  margin: 32px 0;
  width: 100%;
  padding: 57px 60px 30px;
}
.award-data-title {
  color: #000;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  margin: 1em;
}
.award-data-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.award-data-item {
  color: #000;
  width: 50%;
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .award-data-item {
      width: 100%; 
      font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1072px){
  .award-data-item {
      width: 100%; 
      font-size: 1.5em;
  }
}
.category{
  color: #009fe8;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.graph-top {
  margin-top: 10px;
}

.bt {
  border-top: 3px solid #009fe8;
}

.bb {
  border-bottom: 3px solid #009fe8;
}

.bl {
  border-left: 3px solid #009fe8;
}

.br {
  border-right: 3px solid #009fe8;
}

.result-graph-width {
  width: 100%;
}

.result-graph-header {
  background: #000;
  width: 100%;
  height: 75px;
}

.result-graph-body {
  background: #fff;
  width: 100%;
}

.number-info {
  width: 10%;
  vertical-align: middle;
}

.team-joho {
  width: 20%;
  vertical-align: middle;
}

.league-info {
  width: 70%;
  vertical-align: middle;
}

.number-data {
  width: 10%;
  vertical-align: middle;
}

.team-data {
  width: 20%;
  white-space: nowrap;
}

.league-data {
  width: calc(50% / 7);
  vertical-align: middle;
}

.data-font {
  color: #000;
  font-size: 1.5rem;
}

.data-logo-font {
  color: #000;
  font-size: 1.5rem;
  height: 1.5rem;
  padding-top: 10px;
}

.logo-team {
  align-content: flex-start;
  display: flex;
  padding-left: 5%;
}

.logo-size {
  width: 35px;
  height: 35px;
}

/* リーグ戦のサブ項目を均一にする */
.league-sub-info {
  font-size: 1.5rem;
  width: calc(50% / 7);
  vertical-align: middle;
}

.item-font {
  font-size: 1.5rem;
  white-space: nowrap
}

.league-item-font {
  font-size: 1.5rem;
}

.result-data-wrap {
  margin-top: 40px;
}
.result-data-title {
  background: #000;
  width: 100%;
  height: 75px;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.result-data-title > * {
  margin: 0 0.5em;
  font-family: "Century Gothic Pro", "Century Gothic", CenturyGothic, "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.result-data-content {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-wrap: nowrap;
}
.result-data-content-title svg {
  width: auto;
  height: 65px;
  display: block;
  margin: 0 auto;
}
.result-data-content-wrap {
  background-color: #000;
  margin-top: 32px;
  width: 674px;
  padding: 57px 60px 70px;
}
.result-data-content-item {
  margin-top: 78px;
}
.result-data-content-item-information {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
  flex-wrap: nowrap;
}
.result-data-content-item-information .team {
  width: 140px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Century Gothic Pro", "Century Gothic", CenturyGothic, "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #009fe8;
  line-height: 1.25;
  text-align: center;
}
.result-data-content-item-information .team-name {
  margin: 0 -20px;
  min-height: 50px;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  flex-wrap: nowrap;
}
.result-data-content-item-information .team-logo {
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  width: 100px;
  height: 100px;
  margin: 20px auto 0;
  background-color: #fff;
}
.result-data-content-item-information .team-logo img {
  max-width: 90%;
}
.result-data-content-item-information .score {
  width: 240px;
  height: 100px;
  color: #009fe8;
  font-size: 12rem;
  font-weight: bold;
  font-family: "Century Gothic Pro", "Century Gothic", CenturyGothic, "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: relative;
  display: flex;
  justify-items: center;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-wrap: nowrap;
}
.result-data-content-item-information .score:after {
  content: "-";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.result-data-content-item-information .score span {
  width: 80px;
  text-align: center;
}
.result-data-content-item-link {
  width: 523px;
  max-width: 100%;
  height: 62px;
  color: #009fe8;
  font-family: "Century Gothic Pro", "Century Gothic", CenturyGothic, "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  text-transform: uppercase;
  border: 3px solid #009fe8;
  margin: 45px auto 0;
  padding-top: 2px;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  transition: all 0.3s;
}
.result-data-content-item-link:hover, .result-data-content-item-link:focus {
  background-color: #009fe8;
  color: #fff;
}
.result-data-content-item-people {
  margin-top: 22px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Century Gothic Pro", "Century Gothic", CenturyGothic, "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.result-data-list {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 26px;
}
.result-data-list-item {
  width: 690px;
  margin-top: 16px;
}
.result-data-list-item-link {
  width: 100%;
  height: 90px;
  background-color: #000;
  border: 1px solid #009fe8;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Century Gothic Pro", "Century Gothic", CenturyGothic, "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  transition: all 0.3s;
}
.result-data-list-item-link .place {
  margin-left: 1em;
}
.result-data-list-item-link:hover, .result-data-list-item-link:focus {
  background-color: #009fe8;
}
@media screen and (max-width: 1720px) and (min-width: 768px) {
  .result-data-wrap {
    margin-top: 2.3255813953vw;
  }
  .result-data-title {
    height: 4.3604651163vw;
  }
  .result-data-title > * {
    font-size: 1.7441860465vw;
  }
  .result-data-content-title svg {
    height: 3.7790697674vw;
  }
  .result-data-content-wrap {
    margin-top: 1.8604651163vw;
    width: 39.1860465116vw;
    padding: 3.3139534884vw 3.488372093vw 4.0697674419vw;
  }
  .result-data-content-item {
    margin-top: 4.5348837209vw;
  }
  .result-data-content-item-information .team {
    width: 9.3023255814vw;
    font-size: 1.1627906977vw;
  }
  .result-data-content-item-information .team-name {
    min-height: 2.9069767442vw;
    margin: 0 -1.1627906977vw;
  }
  .result-data-content-item-information .team-logo {
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    width: 5.8139534884vw;
    height: 5.8139534884vw;
    margin: 1.1627906977vw auto 0;
  }
  .result-data-content-item-information .score {
    width: 13.9534883721vw;
    height: 5.8139534884vw;
    font-size: 6.976744186vw;
  }
  .result-data-content-item-information .score span {
    width: 4.6511627907vw;
  }
  .result-data-content-item-link {
    width: 30.4069767442vw;
    height: 3.6046511628vw;
    font-size: 1.7441860465vw;
    border-width: 0.1744186047vw;
    margin-top: 2.6162790698vw;
    padding-top: 0.1162790698vw;
  }
  .result-data-content-item-people {
    margin-top: 1.2790697674vw;
    font-size: 1.1627906977vw;
  }
  .result-data-list {
    margin-top: 1.511627907vw;
  }
  .result-data-list-item {
    width: 49.4269340974%;
    margin-top: 0.9302325581vw;
  }
  .result-data-list-item-link {
    height: 5.2325581395vw;
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 767.98px) {
  .result-data-wrap {
    margin-top: 4vw;
  }
  .result-data-title {
    height: 10vw;
  }
  .result-data-title > * {
    font-size: 4vw;
  }
  .result-data-content {
    flex-wrap: wrap;
  }
  .result-data-content-title svg {
    height: 8.6666666667vw;
  }
  .result-data-content-wrap {
    width: 100%;
    margin-top: 4vw;
    padding: 7.4666666667vw 6vw;
  }
  .result-data-content-item {
    margin-top: 12.8vw;
  }
  .result-data-content-item-information .team {
    width: 18.6666666667vw;
    font-size: 3.2vw;
  }
  .result-data-content-item-information .team-name {
    min-height: 6.6666666667vw;
    margin: 0 -4vw;
  }
  .result-data-content-item-information .team-logo {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin-top: 2.9333333333vw;
  }
  .result-data-content-item-information .score {
    width: 32vw;
    height: 13.3333333333vw;
    font-size: 16vw;
  }
  .result-data-content-item-information .score span {
    width: 10.6666666667vw;
  }
  .result-data-content-item-link {
    width: 69.7333333333vw;
    height: 8.2666666667vw;
    border-width: 0.4vw;
    font-size: 4vw;
    margin-top: 6vw;
  }
  .result-data-content-item-people {
    font-size: 2.9333333333vw;
    margin-top: 2.9333333333vw;
  }
  .result-data-list {
    margin-top: 0;
  }
  .result-data-list-item {
    width: 100%;
    margin-top: 1.8666666667vw;
  }
  .result-data-list-item-link {
    height: 12vw;
    font-size: 4vw;
  }
}/*# sourceMappingURL=result.css.map */