.top .mv {
  padding: 0;
  overflow: hidden;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.6) 2px, transparent 2px), radial-gradient(circle, rgba(255, 255, 255, 0.6) 2px, transparent 2px), linear-gradient(to top, #d6edf3, #fff 100%);
  background-position: 0 0, 4px 8px, center;
  background-size: 8px 16px, 8px 16px, cover;
}
.top .mv h1 {
  position: relative;
  align-content: center;
  height: 14.3rem;
  padding: 0 1rem;
  margin-top: 1.4rem;
  background: url("../img/top/mv_bg_sp.webp") no-repeat center/cover;
}
.top .mv h1 img {
  height: 6.5rem;
}
.top .mv h1 .mv_lead01 {
  position: absolute;
  top: -1.4rem;
  left: 0;
  width: 100%;
  margin: 0;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #208d9c 0%, #2ee7e8 100%);
}
.top .mv h1 .mv_lead02 {
  display: block;
  width: 16rem;
  margin-left: auto;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #208d9c;
}
.top .mv h1 .mv_lead02 em {
  font-size: 0.8rem;
  color: #fff;
}
.top .mv .page_lead {
  position: relative;
  background: none;
}
.top .mv .page_lead img {
  height: 5rem;
  padding-top: 0.5rem;
  background: #fff;
}
.top .mv .page_lead figcaption {
  position: relative;
  z-index: 1;
  padding: 0 1rem 1rem;
  margin: 0 auto;
  background: #fff;
}
.top > section .category li {
  display: flex;
  gap: 1rem;
}
.top > section .category li a {
  text-decoration: underline;
}
.top .topics h2 a,
.top .attention_column h2 a,
.top .attention_racer h2 a,
.top .stadium h2 a {
  position: absolute;
  top: 0.8rem;
  right: 0.5rem;
  display: flex;
  gap: 0.3rem;
  align-items: center;
  font-size: 0.8rem;
  color: #208d9c;
  text-decoration: underline;
}
.top .topics h2 a::before,
.top .attention_column h2 a::before,
.top .attention_racer h2 a::before,
.top .stadium h2 a::before {
  display: inline-block;
  width: 0.5rem;
  height: 0.7rem;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: "";
  background: #208d9c;
}
.top .topics .category,
.top .attention_column .category,
.top .attention_racer .category {
  gap: 0.66rem;
}
.top .topics .category li,
.top .attention_column .category li,
.top .attention_racer .category li {
  padding: 1rem 1rem 1.5rem;
  box-shadow: none;
}
.top .topics .category li:first-child,
.top .attention_column .category li:first-child,
.top .attention_racer .category li:first-child {
  display: block;
}
.top .topics .category li:first-child figure,
.top .attention_column .category li:first-child figure,
.top .attention_racer .category li:first-child figure {
  justify-content: center;
}
.top .topics .category li:first-child figure img,
.top .attention_column .category li:first-child figure img,
.top .attention_racer .category li:first-child figure img {
  width: 100%;
  height: 12rem;
}
.top .topics .category li:first-child a,
.top .attention_column .category li:first-child a,
.top .attention_racer .category li:first-child a {
  display: block;
  margin: 0.5rem auto;
}
.top .topics .category li a,
.top .attention_column .category li a,
.top .attention_racer .category li a {
  max-height: 5.2em;
  font-weight: 500;
  line-height: 1.3;
  -webkit-line-clamp: 4;
}
.top .topics .category li a img,
.top .attention_column .category li a img,
.top .attention_racer .category li a img {
  width: 6.66rem;
  height: 6.66rem;
}
.top .stadium .category li {
  box-shadow: none;
}
.top .stadium .category li figure img {
  width: 10rem;
  height: 7rem;
}
.top .stadium .category li a {
  max-height: 6.4em;
  line-height: 1.6;
}
.top .access .category li {
  flex-direction: row-reverse;
  padding-left: 2.2rem;
}
.top .access .category li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  text-align: center;
  background: #208d9c;
}
.top .access .category li:nth-of-type(1)::before {
  content: "1";
}
.top .access .category li:nth-of-type(2)::before {
  content: "2";
}
.top .access .category li:nth-of-type(3)::before {
  content: "3";
}
.top .access .category li:nth-of-type(4)::before {
  content: "4";
}
.top .access .category li:nth-of-type(5)::before {
  content: "5";
}
.top .access .category li a {
  max-height: 5.2em;
  line-height: 1.3;
}
.top .access .category li time {
  right: unset;
  left: 2rem;
}
.top .popular .category li {
  padding: 1rem 0.66rem 1rem 2.5rem;
  box-shadow: none;
}
.top .popular .category li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  text-align: center;
  background: #208d9c;
}
.top .popular .category li:nth-of-type(1)::before {
  content: "1";
}
.top .popular .category li:nth-of-type(2)::before {
  content: "2";
}
.top .popular .category li:nth-of-type(3)::before {
  content: "3";
}
.top .popular .category li:nth-of-type(4)::before {
  content: "4";
}
.top .popular .category li:nth-of-type(5)::before {
  content: "5";
}
.top .popular .category li figure {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.top .popular .category li figure img {
  width: 5.3rem;
  height: 5.3rem;
}
.top .popular .category li figure a {
  display: block;
  max-width: 13em;
  margin-bottom: 0.5rem;
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top .popular .category li figure p {
  display: -webkit-box;
  max-height: 2.4em;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top .popular .category li time {
  right: unset;
}
.top .popular .category li > span {
  position: absolute;
  bottom: 0.5rem;
  left: 8rem;
  display: flex;
  gap: 0.3rem;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #208d9c;
}
.top .popular .category li > span::before {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background: url("../img/bbs/chat.webp") no-repeat center/contain;
}
.top .popular .banner {
  display: block;
  width: 22rem;
  height: 4.53rem;
  margin: 1.3rem auto;
  font-size: 0;
  background: url(../img/top/bbs_banner.webp) no-repeat center/cover;
}
.top .grandprix ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.66rem 0.5rem;
  margin: 3rem auto;
}
.top .grandprix ul li {
  position: relative;
  width: calc(33.33% - 0.5rem);
  background: #fff;
  border: solid 1px #cce1e1;
  box-shadow: 0.25rem 0.25rem 0 #cce1e1;
}
.top .grandprix ul li::before {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 2.4rem;
  height: 3.33rem;
  content: "";
  background: no-repeat center/contain;
}
.top .grandprix ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.33rem;
  height: 1.33rem;
  content: "";
  background: #fff no-repeat center/1rem;
}
.top .grandprix ul li:nth-of-type(1)::before {
  background-image: url("../img/label/prize_best_01.webp");
}
.top .grandprix ul li:nth-of-type(2)::before {
  background-image: url("../img/label/prize_best_02.webp");
}
.top .grandprix ul li:nth-of-type(3)::before {
  background-image: url("../img/label/prize_best_03.webp");
}
.top .grandprix ul li.good::after {
  background-image: url("../img/icon/condition_good.webp");
}
.top .grandprix ul li.natural::after {
  background-image: url("../img/icon/condition_natural.webp");
}
.top .grandprix ul li.bad::after {
  background-image: url("../img/icon/condition_bad.webp");
}
.top .grandprix ul li figure figcaption {
  padding: 0.1rem 0.5rem;
  color: #208d9c;
}
.top .grandprix ul li a {
  display: block;
  height: 3.5rem;
  padding: 0 0.5rem;
  line-height: 1.2;
}
.top .grandprix ul li a::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.top .grandprix ul li a span {
  display: block;
  font-size: 0.8rem;
  color: #208d9c;
}
.top .grandprix ul li dl {
  padding: 0 0.5rem;
}
.top .grandprix ul li dl dt {
  margin: 0.5rem 0;
}
.top .grandprix ul li dl dt span {
  display: table;
  margin: 0.25rem 0;
}
.top .grandprix ul li dl dt span:nth-of-type(1) {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  background: #208d9c;
}
.top .grandprix ul li dl dt span:nth-of-type(2) {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  color: #208d9c;
  border: solid 1px #208d9c;
}
.top .grandprix ul li dl dd {
  margin-bottom: 0.5rem;
  color: #208d9c;
}
.top .grandprix ul li dl dd span {
  display: block;
  font-weight: 500;
  color: #ff0817;
  white-space: nowrap;
}
.top .grandprix ul li dl dd span em {
  margin-left: 0.2rem;
  font-size: 0.8rem;
  color: #ff0817;
}
.top .grandprix > div figcaption {
  margin: 1rem auto;
}
.top .race dl {
  position: relative;
  margin: 0 auto 2rem;
  background: #fa628b;
  border: solid 0.15rem #fa628a;
}
.top .race dl dt a {
  display: flex;
  justify-content: center;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: url("../img/icon/more_wh.webp") no-repeat center right 1rem/1rem;
}
.top .race dl dt a::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.top .race dl dd {
  background: #fff;
}
.top .race dl dd figure {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  background: #f0f6f6;
}
.top .race dl dd figure::after {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background: no-repeat center/contain;
}
.top .race dl dd figure img {
  width: auto;
  height: 1.33rem;
}
.top .race dl dd figure figcaption {
  padding: 0 0.2rem;
  line-height: 1.2;
  border: solid 1px #000;
}
.top .race dl dd p {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
}
.top .race dl.day dd figure::after {
  background-image: url(../img/icon/day.webp);
}
.top .race > div figcaption {
  margin: 1rem auto;
}

.aside .access {
  display: none;
}

main {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .top .mv {
    background: none;
  }
  .top .mv h1 {
    height: 26.6rem;
    padding: 0 6rem;
    background-image: url("../img/top/mv_bg_pc.webp");
  }
  .top .mv h1 img {
    height: 9rem;
  }
  .top .mv h1 .mv_lead01 {
    font-size: 1.2rem;
  }
  .top .mv h1 .mv_lead02 {
    width: 23rem;
    font-size: 1.4rem;
  }
  .top .mv h1 .mv_lead02 em {
    font-size: 1rem;
  }
  .top .mv .page_lead {
    padding: 1rem 1.5rem;
    background: #f0f6f6;
  }
  .top .mv .page_lead::before {
    top: 1.2rem;
    left: 4rem;
    width: 8rem;
    height: 6rem;
  }
  .top .mv .page_lead::after {
    top: 0.2rem;
    right: 3.8rem;
    width: 7rem;
    height: 9rem;
  }
  .top .mv .page_lead img {
    height: 6rem;
  }
  .top .topics ul,
  .top .attention_column ul,
  .top .attention_racer ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  .top .topics ul li,
  .top .attention_column ul li,
  .top .attention_racer ul li {
    width: 100%;
  }
  .top .topics ul li:first-child,
  .top .attention_column ul li:first-child,
  .top .attention_racer ul li:first-child {
    grid-row: 1/span 3;
    grid-column: 1;
  }
  .top .topics ul li:first-child a,
  .top .attention_column ul li:first-child a,
  .top .attention_racer ul li:first-child a {
    max-height: 3.9em;
    line-height: 1.3;
    -webkit-line-clamp: 3;
  }
  .top .topics ul li:nth-child(2), .top .topics ul li:nth-child(3),
  .top .attention_column ul li:nth-child(2),
  .top .attention_column ul li:nth-child(3),
  .top .attention_racer ul li:nth-child(2),
  .top .attention_racer ul li:nth-child(3) {
    grid-column: 2;
  }
  .top .popular .category li {
    width: 100%;
  }
  .top .popular .category li figure a {
    max-width: 35em;
  }
  .top .popular .banner {
    width: 500px;
    height: 100px;
    margin: 2rem auto;
  }
  .top .grandprix ul li {
    width: calc(16.66% - 0.45rem);
  }
  .top .grandprix div figure {
    display: flex;
    gap: 1rem;
  }
  .top .grandprix div figure img {
    width: 22.7rem;
  }
  .top .race div figure {
    display: flex;
    gap: 1rem;
  }
  .top .race div figure img {
    width: 22.7rem;
  }
  main {
    margin: 4rem auto 2rem;
  }
  body::before {
    height: 35rem;
  }
  .aside .access {
    display: block;
  }
}
@media (min-width: 1024px) {
  .top .access {
    display: none;
  }
  body::before {
    height: 33rem;
  }
}
@media (min-width: 1920px) {
  main {
    margin-top: -1.5rem;
  }
  body::before {
    height: 33.5rem;
  }
  .top {
    margin-top: 6rem;
  }
}/*# sourceMappingURL=top.css.map */