@charset "utf-8";

/*common css*/
@import "../../common/css/base.css";

/* == style == */




.contents > .ttl-box > span.year {
  background-color: transparent;
  text-align: right;
}
.contents > .article-box {
  color: #333;
}
.subnavi-box {
  position: relative;
  overflow: hidden;
}
.subnavi-box > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(3em * 18);
  transition: margin 0.2s ease-out;
}
.subnavi-box > ul > li {
  display: block;
  flex-basis: calc(100% / 20);
  text-align: center;
}
.subnavi-box > ul > li > a {
  color: #a2a2a2;
}
.subnavi-box > ul > li.current > a,
.subnavi-box > ul > li > a:hover {
  color: #333;
}
.subnavi-box > ul > li.current > a {
  pointer-events: none;
}
.subnavi-box .btn-prev,
.subnavi-box .btn-next {
  position: absolute;
  top: 0;
  background-color: #f3f3f3;
  background-image: url(../../common/images/icon-arrow01.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.subnavi-box .btn-prev {
  left: 0;
  transform: rotate(-180deg);
}
.subnavi-box .btn-next {
  right: 0;
}

.result-list-box > h3 {
  line-height: 2;
  font-weight: 400;
}

.result-list-box > ul > li > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.result-list-box > ul > li > ul > li {
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}
.result-list-box > ul > li > ul > li:first-child {
}
.result-list-box > ul > li > ul > li a {
  display: block;
  color: rgb(190,24,36);
}
.result-list-box .round {
  position: relative;
}
.result-list-box .round .num,
.result-list-box .round .num > span {
  display: block;
  position: absolute;
  z-index: 1200;
  color: #fff;
  line-height: 2;
}
.result-list-box .round .num:before {
  display: block;
  position: absolute;
  z-index: 1150;
  background-color: #191919;
  content: "";
  transform: skewX(-27deg);
}
.result-list-box .round a .num:before {
  background-color: rgb(190,24,36);
}
.result-list-box .round .place,
.result-list-box .round .note {
  position: relative;
  z-index: 1200;
  display: block;
  text-align: left;
}
.result-list-box .round .place {
}
.result-list-box .round .note {
}
.result-list-box .rdate,
.result-list-box .qp,
.result-list-box .rac,
.result-list-box .point,
.result-list-box .total,
.result-list-box .std {
  position: relative;
  z-index: 1200;
  font-style: italic;
}
.result-list-box > .note {
  text-align: right;
}
.result-list-box li:before {
  display: none;
}
.result-list-box .rdate:before { content: "決勝日"; }
.result-list-box .qp:before    { content: "予選"; }
.result-list-box .rac:before   { content: "決勝"; }
.result-list-box .point:before { content: "Point"; }
.result-list-box .total:before { content: "Point累積"; }
.result-list-box .std:before { content: "暫定R"; }
.result-list-box ul > li > ul > li.note:before {
  content: "";
  padding-top: 1.6875rem;
}


@media screen and (max-width: 750px) {
  .topbox {
    padding-top: 64%;
    padding-bottom: 0;
  }
  .toppanel-bg > ul {
    padding-top: 64%;
  }
  .toppanel-bg > ul >li {
    padding-top: 64%;
    background-image: url(../images/img02_2021ewc.jpg);
  }
  .contents > .ttl-box {
    margin-bottom: 8%;
  }

  .contents > .ttl-box > span {
    padding-left: 4.78%;
  }
  .contents > .ttl-box > span.year {
    margin-top: -3.25rem;
    padding-right: 4.78%;
  }

  .contents > .article-box {
  }

  .subnavi-box {
    height: 4rem;
    font-size: 2rem;
    line-height: 2;
  }
  .subnavi-box .btn-prev,
  .subnavi-box .btn-next {
    display: none;
  }

  .result-list-box {
    margin-top: 2.5%;
  }
  .result-list-box > h3 {
    margin: 0 4%;
    font-size: 2rem;
    border-bottom: 2px #333 solid;
  }

  .result-list-box > ul > li > ul {
    background-color: #fff;
  }
  .result-list-box > ul > li > ul > li {
    flex-basis: 16.5%;
    min-height: 4rem;
    font-size: 0.875rem;
  }
  .result-list-box > ul > li > ul > li.note {
    flex-basis: 82.5%;
  }
  .result-list-box > ul > li > ul > li:first-child {
    flex-basis: 100%;
    background-color: #f3f3f3;
  }
  .result-list-box > ul > li > ul > li a {
    min-height: 5rem;
  }
  .result-list-box .round {
    padding-left: 23.33%;
  }
  .result-list-box .round .num,
  .result-list-box .round .num > span {
    left: 5.5%;
    top: 0.75rem;
    width: 2.5rem;
    font-size: 1rem;
  }
  .result-list-box .round .num:before {
    left: 5.5%;
    top: 0.75rem;
    width: 2.5rem;
    height: 2rem;
  }
  .result-list-box .round a .num:before {
    background-color: rgb(190,24,36);
  }
  .result-list-box .round .place {
    padding-top: 1.25rem;
    font-size: 1rem;
  }
  .result-list-box .round .note {
    font-size: 0.6875rem;
  }
  .result-list-box .round .note br {
    display: none;
  }
  .result-list-box li:before {
    display: block;
    color: #b7b7b7;
    padding-top: 0.6875rem;
    line-height: 2;
    font-size: 0.625rem;
    font-style: normal;
  }

  .result-list-box > .note {
    margin: 4% 4% 0;
    font-size: 0.6875rem;
  }

}

@media screen and (min-width:751px) {
  .toppanel-bg > ul >li {
    background-image: url(../images/img01_2021ewc.jpg);
  }

  .contents > .ttl-box {
    margin: 0 calc(20% - 100px);
  }
  .contents > .ttl-box > span.year {
    margin-top: -56px;
    padding-right: 14px;
  }
  
  .contents > .article-box {
    margin: 0 calc(20% - 100px);
    padding-bottom: 70px;
  }
  
  .subnavi-box {
    height: 32px;
    margin-top: 24px;
    font-size: 18px;
    line-height: 32px;
  }
  .subnavi-box > ul {
  }
  .subnavi-box > ul > li {
  }
  .subnavi-box > ul > li > a {
  }
  .subnavi-box > ul > li.current > a,
  .subnavi-box > ul > li > a:hover {
  }
  .subnavi-box > ul > li.current > a {
  }
  .subnavi-box .btn-prev,
  .subnavi-box .btn-next {
    width: 26px;
    height: 32px;
    background-size: 11.6875px 11px;
  }
  .subnavi-box .btn-prev {
    background-position: 8px 10px;
  }
  .subnavi-box .btn-next {
    background-position: 8px 10px;
  }

  .result-list-box {
    margin-top: 32px;
    padding-bottom: 40px;
  }
  .result-list-box > h3 {
    font-size: 32px;
    margin-bottom: 52px;
  }
  .result-list-box > ul {
    border-top: 2px #cecece solid;
  }

  .result-list-box > ul > li > ul {
  }
  .result-list-box > ul > li:nth-child(2n+1) {
    background-color: #f3f3f3;
  }
  .result-list-box > ul > li:nth-child(2n) {
    background-color: #f9f9f9;
  }
  .result-list-box > ul > li > ul > li {
    flex-basis: 10%;
    min-height: 64px;
    font-size: 12px;
  }
  .result-list-box > ul > li > ul > li.note {
    flex-basis: 50%;
  }
  .result-list-box > ul > li > ul > li:first-child {
    max-width: 40%;
    flex-basis: 40%;
  }
  .result-list-box > ul > li > ul > li a {
    min-height: 64px;
  }
  .result-list-box .round {
    padding-left: 13.75%;
  }
  .result-list-box .round .num,
  .result-list-box .round .num > span {
    left: 9.38%;
    top: 8px;
    width: 40px;
    font-size: 16px;
  }
  .result-list-box .round .num:before {
    left: 9.38%;
    top: 8px;
    width: 40px;
    height: 32px;
  }
  .result-list-box .round a .num:before {
    background-color: rgb(190,24,36);
  }
  .result-list-box .round a:hover:before {
    display: block;
    position: absolute;
    z-index: 1100;
    left: 0;
    width: 250%;
    height: 100%;
    background-color: #e1e1e1;
    content: "";
  }
  .result-list-box .round .place,
  .result-list-box .round .note {
  }
  .result-list-box .round .place {
    padding-top: 11px;
    font-size: 18px;
  }
  .result-list-box .round .note {
  }
  .result-list-box .rdate,
  .result-list-box .qp,
  .result-list-box .rac,
  .result-list-box .point,
  .result-list-box .total,
  .result-list-box .std,
  .result-list-box ul > li > ul > li.note {
    padding-top: 22px;
  }
  .result-list-box > .note {
    margin-top: 12px;
    font-size: 12px;
  }
  .result-list-box li:first-child li:before {
    display: block;
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 18px;
    overflow: hidden;
  }

  .pankuzu {
    display: none;
  }

  .contents > footer {
    margin-top: 0;
  }
}
@media screen and (min-width:751px) and (max-width:1040px) {
  .container > .topbox,
  .toppanel-bg,
  .toppanel-bg > ul,
  .toppanel-bg > ul > li {
    height: calc(100vh - 360px);
  }
  .article-title-box {
    position: relative;
    z-index: 1000;
    margin-top: -175px;
  }
}