@charset "UTF-8";
.top .mv {
  padding: 0rem 0.66rem 1rem;
  background: url("../img/top/mv_bg_sp.webp") no-repeat center / cover;
  margin: 0;
}
.top .mv h1 figure figcaption {
  font-size: 1.33rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.top .mv h1 figure figcaption strong {
  font-size: 2rem;
}
.top .mv h1 figure figcaption span {
  padding: 0 0.2rem;
  background: #f33;
}
.top .mv h1 figure img {
  width: 20.8rem;
  margin: 0.5rem auto;
}
.top .mv dl {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 1.1rem;
}
.top .mv dl div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.66rem;
}
.top .mv dl div dt {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #f18d1b;
  border-radius: 0.3rem 0.3rem 0 0;
  padding: 0.25em;
}
.top .mv dl div dd {
  width: 100%;
  font-size: 1.46rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 0 0 0.3rem 0.3rem;
}
.top .mv p {
  width: calc(100% + .2rem);
  padding: 0.3rem 0;
  padding-left: 0.2rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.3rem;
}
.top .mv p span {
  color: #f33;
}
.top article {
  padding: 0;
}
.top article > section {
  margin: 0 auto;
}
.top article > section p {
  font-weight: 500;
}
.top article > section .marker {
  font-weight: bold;
  background: linear-gradient(to bottom, transparent 70%, #f18d1b 0) no-repeat center / contain;
}
.top article .lead h2 {
  position: relative;
  padding: 1rem 0.5rem;
  margin: 0;
  font-size: 1.13rem;
  color: #fff;
  text-align: center;
  background: #f18d1b;
}
.top article .lead h2::before {
  position: absolute;
  top: unset;
  bottom: -1rem;
  left: 50%;
  width: 3rem;
  height: 1.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  background: #f18d1b;
  transform: translateX(-50%);
}
.top article .lead_check {
  padding-top: 3rem;
  margin-top: -1rem;
  background: #fff4d0;
}
.top article .lead_check p {
  padding: 0 0.6rem;
}
.top article .lead_check ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  justify-content: center;
  max-width: 20rem;
  padding: 0.6rem 1rem;
  margin: 0.5rem auto 1.6rem;
  background: #fff;
  border-radius: 0.25rem;
}
.top article .lead_check ul li {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: calc(50% - 1rem);
}
.top article .lead_check ul li::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  content: "";
  background: no-repeat center / contain;
}
.top article .lead_check ul li:nth-of-type(1)::before {
  background-image: url("../img/top/top_free.webp");
}
.top article .lead_check ul li:nth-of-type(2)::before {
  background-image: url("../img/top/top_review.webp");
}
.top article .lead_check ul li:nth-of-type(3)::before {
  background-image: url("../img/top/top_design.webp");
}
.top article .lead_check ul li:nth-of-type(4)::before {
  background-image: url("../img/top/top_support.webp");
}
.top article .lead_check_h3 {
  position: relative;
  top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 0;
  margin: 1.5rem 0 0;
  clip-path: polygon(50% 10%, 52.5% 0, 100% 0, 100% 90%, 52.5% 90%, 50% 100%, 47.5% 90%, 0 90%, 0 0, 47.5% 0);
  font-size: 1.33rem;
  color: #fff;
  text-align: center;
  background: repeating-linear-gradient(-45deg, transparent, transparent 0.66rem, #f1951b 0.66rem, #f1951b 1.2rem), #f3a339;
  border: none;
}
.top article .lead_check_h3::before, .top article .lead_check_h3::after {
  position: absolute;
  top: -0.3rem;
  bottom: unset;
  width: 5rem;
  height: 100%;
  content: "";
  background: no-repeat center / contain;
}
.top article .lead_check_h3::before {
  left: 0;
  background-image: url("../img/top/top_wani.webp");
}
.top article .lead_check_h3::after {
  right: 0;
  left: unset;
  background-image: url("../img/top/top_tori.webp");
}
.top article .lead_check_h3 span {
  font-size: 2rem;
}
.top article .lead_site {
  padding: 1.2rem 0.66rem 2.66rem;
}
.top article .lead_site h3 {
  padding: 0;
  margin: 0 0 3rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border: none;
}
.top article .lead_site h3::after {
  display: none;
}
.top article .lead_site h3 span {
  color: #f18d1b;
}
.top article .lead_site h3 strong {
  padding: 0.1rem;
  margin: 0.1rem;
  font-size: 1.5rem;
  color: #fff;
  background: #f33;
}
.top article .lead_site p > span {
  color: #f33;
}
.top article .lead_site figure {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: center;
  margin: 1rem auto 2rem;
}
.top article .lead_site figure img {
  width: 10.6rem;
}
.top article .lead_site figure figcaption {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #000;
}
.top article .lead_site figure figcaption span {
  color: #f33;
}
.top article .lead_site .ranking_link_note {
  display: block;
  font-weight: 500;
  color: #f33;
  text-align: center;
}
.top article .lead_site .ranking_link_note::before {
  margin-right: 0.5rem;
  content: "▼";
}
.top article .lead_site .ranking_link_note::after {
  margin-left: 0.5rem;
  content: "▼";
}
.top article .lead_site a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 23.6rem;
  height: 4.66rem;
  padding: 0.3rem 0 0 6.5rem;
  margin: 1rem auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  background: url("../img/top/top_site_link_bg.webp") no-repeat center / cover;
}
.top article .lead_site a::before {
  position: absolute;
  top: -1.3rem;
  left: 0;
  width: 5.5rem;
  height: 6rem;
  content: "";
  background: url("../img/top/top_wani.webp") no-repeat center / contain;
}
.top article .lead_site a span {
  padding: 0.1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #e9b200;
}
.top article .ranking, .top article .ranking_recommend, .top article .ranking_review, .top article .ranking_free, .top article .topics, .top article .today {
  padding: 0 0.66rem;
}
.top article .ranking .h2, .top article .ranking_recommend .h2, .top article .ranking_review .h2, .top article .ranking_free .h2, .top article .topics .h2, .top article .today .h2 {
  margin-bottom: 0;
}
.top article .ranking > section, .top article .ranking_recommend > section, .top article .ranking_review > section, .top article .ranking_free > section, .top article .topics > section, .top article .today > section {
  padding: 1rem 0;
  background: #fff;
}
.top article .ranking > section .balloon, .top article .ranking_recommend > section .balloon, .top article .ranking_review > section .balloon, .top article .ranking_free > section .balloon, .top article .topics > section .balloon, .top article .today > section .balloon {
  padding: 0 0.66rem;
}
.top article .ranking > section .balloon p, .top article .ranking_recommend > section .balloon p, .top article .ranking_review > section .balloon p, .top article .ranking_free > section .balloon p, .top article .topics > section .balloon p, .top article .today > section .balloon p {
  padding: 0.8rem;
  font-weight: normal;
}
.top article .ranking > section p {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.top article .ranking > section .h3 {
  margin: 2rem 1rem;
}
.top article .ranking > section .sequence_list {
  display: flex;
  flex-direction: column;
  gap: 1.33rem;
  align-items: center;
  padding: 0 1rem;
  margin: 1rem auto;
}
.top article .ranking > section .sequence_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.66rem;
  font-weight: 500;
  background: #fff4d0;
}
.top article .ranking > section .sequence_list li:nth-of-type(n + 2)::before {
  position: absolute;
  top: -1rem;
  bottom: 2rem;
  left: 50%;
  width: 1.3rem;
  height: 0.86rem;
  content: "";
  background: url("../img/icon/arrow.webp") no-repeat center / contain;
  transform: translateX(-50%);
}
.top article .ranking > section .sequence_list li span {
  color: #f33;
}
.top article .ranking > section .sequence_list li:last-child {
  font-size: 1.2rem;
  color: #fff;
  background: #f18d1b;
}
.top article .ranking > section .ranking_link_note {
  display: block;
  font-weight: 500;
  color: #f33;
  text-align: center;
}
.top article .ranking > section .ranking_link_note::before {
  margin-right: 0.5rem;
  content: "▼";
}
.top article .ranking > section .ranking_link_note::after {
  margin-left: 0.5rem;
  content: "▼";
}
.top article .ranking > section .ranking_link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 23.6rem;
  height: 4.66rem;
  padding-top: 0.3rem;
  margin: 1rem auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  background: no-repeat center / cover;
}
.top article .ranking > section .ranking_link::before {
  position: absolute;
  top: -1.3rem;
  left: 0;
  width: 5.5rem;
  height: 6rem;
  content: "";
  background: no-repeat center / contain;
}
.top article .ranking > section .ranking_link span {
  padding: 0.1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
.top article .ranking > section .ranking_link.recommend {
  padding-left: 6rem;
  background-image: url("../img/top/top_review_link_bg.webp");
}
.top article .ranking > section .ranking_link.recommend::before {
  background-image: url("../img/top/top_wani.webp");
}
.top article .ranking > section .ranking_link.recommend span {
  background: #f33;
}
.top article .ranking > section .ranking_link.free {
  align-items: center;
  background-image: url("../img/top/top_free_link_bg.webp");
}
.top article .ranking > section .ranking_link.free::before {
  top: -0.3rem;
  width: 4.5rem;
  background-image: url("../img/top/top_tori.webp");
  transform: scale(-1, 1);
}
.top article .ranking > section .ranking_link.free span {
  background: #008aff;
}
.top article .ranking > section .ranking_link.review {
  padding-left: 6rem;
  background-image: url("../img/top/top_review_link_bg.webp");
}
.top article .ranking > section .ranking_link.review::before {
  background-image: url("../img/top/top_wani.webp");
}
.top article .ranking > section .ranking_link.review span {
  background: #f33;
}
.top article .ranking > section .five_step {
  width: 21rem;
  margin: 1rem auto 2rem;
}
.top article .ranking > section .item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 22rem;
  padding: 1rem 0.66rem;
  margin: 0 auto 1.33rem;
  background: #fff4d0;
}
.top article .ranking > section .item_list li {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}
.top article .ranking > section .item_list li:nth-child(odd) {
  width: 8.5rem;
}
.top article .ranking > section .item_list li:nth-child(even) {
  width: 11.5rem;
}
.top article .ranking > section .item_list li::before {
  margin-right: 0.3rem;
  color: #f18d1b;
  content: "●";
}
.top article .ranking > section .ease_use {
  margin: 1rem auto 2rem;
}
.top article .ranking > section p > span {
  color: #f33;
}
.top article .ranking_recommend li {
  background: #fff;
  padding: 1rem;
  margin: 1rem 0;
}
.top article .ranking_recommend li .top_recommend_bg figure figcaption {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.top article .ranking_recommend li .btn_recommend {
  position: relative;
  display: block;
  width: fit-content;
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin: 1rem auto;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #f18d1b;
  filter: drop-shadow(0 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
  border-radius: 0.5rem;
}
.top article .ranking_recommend li .btn_recommend::after {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  content: "";
  background: url("../img/icon/arrow.webp") no-repeat center / contain;
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}
.top article .ranking_review, .top article .ranking_free {
  margin: 1rem auto;
}
.top article .ranking_review div ul, .top article .ranking_free div ul {
  margin-top: 2rem;
}
.top article .ranking_review div ul li, .top article .ranking_free div ul li {
  padding: 0 0.8rem;
  margin-bottom: 1rem;
}
.top article .ranking_review div ul li a, .top article .ranking_free div ul li a {
  display: flex;
  gap: 0.66rem;
  align-items: flex-start;
  justify-content: center;
}
.top article .ranking_review div ul li a > figure, .top article .ranking_free div ul li a > figure {
  width: 8rem;
  height: 8rem;
}
.top article .ranking_review div ul li a dl, .top article .ranking_free div ul li a dl {
  flex: 1;
}
.top article .ranking_review div ul li a dl dt, .top article .ranking_free div ul li a dl dt {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: solid 0.15rem;
}
.top article .ranking_review div ul li a dl dt span, .top article .ranking_free div ul li a dl dt span {
  display: none;
}
.top article .ranking_review div ul li a dl dt::before, .top article .ranking_free div ul li a dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 1.8rem;
  content: "";
  background: no-repeat center / contain;
}
.top article .ranking_review div ul li a dl dd, .top article .ranking_free div ul li a dl dd {
  margin-top: 0.8rem;
}
.top article .ranking_review div ul li a dl dd figure, .top article .ranking_free div ul li a dl dd figure {
  display: flex;
  gap: 0.27rem;
  align-items: center;
  justify-content: flex-start;
}
.top article .ranking_review div ul li a dl dd figure img, .top article .ranking_free div ul li a dl dd figure img {
  width: 1.6rem;
  height: 1.53rem;
}
.top article .ranking_review div ul li a dl dd span, .top article .ranking_free div ul li a dl dd span {
  font-family: Roboto;
  font-size: 2.46rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.top article .ranking_review div ul li a dl dd i, .top article .ranking_free div ul li a dl dd i {
  font-style: normal;
}
.top article .ranking_review div ul li:nth-child(1) a dt, .top article .ranking_free div ul li:nth-child(1) a dt {
  border-color: #dab318;
}
.top article .ranking_review div ul li:nth-child(1) a dt::before, .top article .ranking_free div ul li:nth-child(1) a dt::before {
  background-image: url("../img/icon/ranking_1.webp");
}
.top article .ranking_review div ul li:nth-child(2) a dt, .top article .ranking_free div ul li:nth-child(2) a dt {
  border-color: #a3afa5;
}
.top article .ranking_review div ul li:nth-child(2) a dt::before, .top article .ranking_free div ul li:nth-child(2) a dt::before {
  background-image: url("../img/icon/ranking_2.webp");
}
.top article .ranking_review div ul li:nth-child(3) a dt, .top article .ranking_free div ul li:nth-child(3) a dt {
  border-color: #d59920;
}
.top article .ranking_review div ul li:nth-child(3) a dt::before, .top article .ranking_free div ul li:nth-child(3) a dt::before {
  background-image: url("../img/icon/ranking_3.webp");
}
.top article .ranking_review div ul li:nth-child(4) a dt, .top article .ranking_free div ul li:nth-child(4) a dt {
  border-color: #f18d1b;
}
.top article .ranking_review div ul li:nth-child(4) a dt::before, .top article .ranking_free div ul li:nth-child(4) a dt::before {
  background-image: url("../img/icon/ranking_4.webp");
}
.top article .ranking_review div ul li:nth-child(5) a dt, .top article .ranking_free div ul li:nth-child(5) a dt {
  border-color: #f18d1b;
}
.top article .ranking_review div ul li:nth-child(5) a dt::before, .top article .ranking_free div ul li:nth-child(5) a dt::before {
  background-image: url("../img/icon/ranking_5.webp");
}
.top article .ranking_review div ul li:nth-child(6) a dt, .top article .ranking_free div ul li:nth-child(6) a dt {
  border-color: #f18d1b;
}
.top article .ranking_review div ul li:nth-child(6) a dt::before, .top article .ranking_free div ul li:nth-child(6) a dt::before {
  background-image: url("../img/icon/ranking_6.webp");
}
.top article .ranking_free {
  margin: 1rem auto;
}
.top article .ranking_free div ul li dl dd p {
  display: flex;
  gap: 0.3rem;
  align-items: baseline;
  margin: 0;
  font-size: 1rem;
  color: #000;
}
.top article .ranking_free div ul li dl dd p span {
  font-size: 1.2rem;
  color: #ff5722;
}
.top article .ranking_free div ul li dl dd p span em {
  font-size: 1.75em;
  color: inherit;
  margin-right: 0.1em;
}
.top article .topics {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .top article .topics {
    padding: 0;
  }
}
.top article .topics ul {
  margin-top: 0.66rem;
}
@media (min-width: 768px) {
  .top article .topics ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}
.top article .topics ul li {
  position: relative;
  padding: 0.8rem;
  margin-bottom: 0.66rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .top article .topics ul li {
    width: 23rem;
  }
}
.top article .topics ul li dl {
  flex: 1;
}
.top article .topics ul li dl dt {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}
.top article .topics ul li dl dt a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top article .topics ul li dl dd {
  margin-top: 0.5rem;
  display: flex;
  gap: 1rem;
}
.top article .topics ul li dl dd span, .top article .topics ul li dl dd i {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.9rem;
  font-style: normal;
  color: #000;
  opacity: 0.7;
}
.top article .topics ul li dl dd span::before, .top article .topics ul li dl dd i::before {
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat center / contain;
}
.top article .topics ul li dl dd span::before {
  background-image: url("../img/icon/category.webp");
}
.top article .topics ul li dl dd i::before {
  background-image: url("../img/icon/day.webp");
}
.top article .today {
  margin: 1rem auto;
}
.top article .today div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
}
.top article .today div ul li {
  width: calc(50% - .15rem);
}
.top article .today div ul li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 3.6rem;
  padding: 1rem 0.5rem;
  font-size: 0;
  background: #fff;
}
.top article .today div ul li a::after {
  position: absolute;
  right: 0.3rem;
  width: 0.9rem;
  height: 0.58rem;
  content: "";
  background: url("../img/icon/stadium_link.webp") no-repeat center / contain;
}
.top article .today div ul li a figure {
  display: flex;
  gap: 0.66rem;
  align-items: center;
}
.top article .today div ul li a figure figcaption {
  min-width: 4.73rem;
  padding: 0.2rem 0.5rem;
  text-align: center;
  background: #d1d1d1;
}
.top article .today div ul li a figure img {
  object-fit: contain;
  height: 1.73rem;
}
.top aside .side-ranking_recommend, .top aside .side-ranking_review, .top aside .side-ranking_free {
  display: none;
}
@media (min-width: 768px) {
  .top .mv {
    background-image: url("../img/top/mv_bg_pc.webp");
  }
  .top .mv .flex {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
  }
  .top .mv .flex dl {
    flex-direction: column;
    margin: 0;
  }
  .top .mv .flex p {
    max-width: 286px;
    padding: 0.5rem;
    text-align: left;
  }
  .top article > section .flex {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .top article > section .flex.list {
    flex-direction: row-reverse;
    gap: 0.66rem;
    padding: 0 1rem;
  }
  .top article > section .flex.list ul {
    width: 55%;
    padding: 0;
  }
  .top article > section .flex.list p {
    width: 45%;
    padding: 0;
  }
  .top article .lead h2 br {
    display: none;
  }
  .top article .lead_check ul {
    margin: 0;
  }
  .top article .lead_check p {
    max-width: 328px;
  }
  .top article .lead_site figure {
    flex-direction: column;
    align-items: center;
  }
  .top article .lead_site figure img {
    width: 500px;
  }
  .top article .ranking > section .ranking_link {
    margin: 1rem auto 2rem;
  }
  .top article .ranking > section .five_step {
    width: 294px;
    margin: 0;
  }
  .top article .ranking > section .ease_use {
    width: 336px;
    margin: 0;
  }
  .top article .ranking_review div ul, .top article .ranking_free div ul, .top article .topics div ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 0.66rem;
  }
  .top article .ranking_review div ul li, .top article .ranking_free div ul li, .top article .topics div ul li {
    width: calc(50% - .66rem);
  }
  .top article .today div ul li {
    width: calc(25% - .15rem);
  }
}
@media (min-width: 1024px) {
  .top .mv {
    max-width: 700px;
    margin-left: auto;
  }
  .top aside .side-ranking_recommend, .top aside .side-ranking_review, .top aside .side-ranking_free {
    display: block;
  }
}
