@charset "UTF-8";
.top .mv {
  padding-top: 1rem;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background: url("../img/top/mv_bg_new_sp.webp") no-repeat center / cover;
}
.top .mv h1 figure figcaption {
  font-size: 1rem;
  font-weight: 900;
  color: #000;
  text-align: center;
}
.top .mv h1 figure figcaption strong {
  font-size: 1.2rem;
  font-weight: 900;
}
.top .mv h1 figure figcaption span {
  padding: 0 0.2rem;
  background: #f33;
}
.top .mv h1 figure img {
  width: 19rem;
  margin: 0.5rem auto;
}
.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%;
  padding: 0.25em;
  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;
}
.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;
}
.mv_catch {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 900;
  text-align: center;
}
.mv_catch::before, .mv_catch::after {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 5rem;
  /* 画像サイズ */
  height: 5rem;
  /* 画像サイズ */
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mv_catch::before {
  right: calc(100% + -.4rem);
  background-image: url("../img/top/mv_bg_left_sp.webp");
}
.mv_catch::after {
  left: calc(100% + -.2rem);
  background-image: url("../img/top/mv_bg_right_sp.webp");
}
.mv_catch span {
  font-size: 1.5rem;
  color: #f18d1b;
}
.mv_catch span strong {
  font-size: 1.7rem;
}
.mv_catch span em {
  font-size: 1.4rem;
}
.mv_catch em:nth-of-type(2) {
  display: block;
}
.top .mv .flex {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 0;
}
.flex dt, .flex dd {
  position: relative;
  z-index: 0;
  padding: 0.2rem 0.3rem;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
}
.flex dt::before, .flex dd::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  transform: skewX(-15deg);
}
/* 左側 */
.flex dt::before {
  background: #008aff;
}
/* 右側 */
.flex dd::before {
  background: #f18d1b;
}
.flex span, .flex em {
  font-style: normal;
}
.flex span {
  color: #ffe500;
}
.flex em {
  font-size: 1rem;
  color: #fff;
}
.flex strong {
  font-size: 1.4em;
  line-height: 1;
}
.mv_chara {
  display: flex;
  align-content: center;
  align-items: flex-end;
  justify-content: flex-end;
}
.mv_chara .sp_only {
  display: none;
}
.mv_chara figcaption span {
  display: block;
}
/* 吹き出し */
.mv_chara figcaption {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 1;
  width: 13rem;
  min-height: 6rem;
  margin: 0.5rem -2.5rem 2.2rem 0;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.4;
  background: url("../img/top/mv_bg_balloon_sp.webp") center 0.4rem / contain no-repeat;
}
.mv_chara figcaption strong {
  font-size: 1.1rem;
  color: #f18d1b;
}
/* ドカッチ */
.mv_chara img {
  position: relative;
  z-index: 2;
  display: block;
  order: 2;
  width: 8rem;
}
.mv_chara > img {
  transform: translateX(1.5rem);
}
.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 {
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  background-color: #fff4d0;
}
.top article .lead .inner p strong {
  color: #f33;
}
.top article .lead h2 {
  position: relative;
  padding: 0.5rem 0 1rem;
  margin: 0;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 52.5% 90%, 50% 100%, 47.5% 90%, 0 90%);
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: repeating-linear-gradient(-45deg, transparent, transparent 0.66rem, #f1951b 0.66rem, #f1951b 1.2rem), #f3a339;
}
.top article .lead h2 span {
  color: #ffe500;
}
.top article .lead h2 strong {
  font-size: 1.3rem;
}
.top article .lead h2 .sp_only {
  display: block;
}
.top article .lead h2::before, .top article .lead h2::after {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top article .lead h2::before {
  left: 0.2rem;
  background-image: url("../img/top/lead_wani.webp");
}
.top article .lead h2::after {
  right: 0.2rem;
  background-image: url("../img/top/lead_tori.webp");
}
.top article .lead .inner p {
  line-height: 1.6;
  text-align: center;
}
.top article .lead_cnt h3 {
  position: relative;
  z-index: 0;
  width: fit-content;
  padding: 1rem 0;
  margin: 0 auto;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
  isolation: isolate;
  border-left: none;
}
.top article .lead_cnt h3::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 22rem;
  height: 20rem;
  pointer-events: none;
  content: "";
  background: url("../img/top/lead_bg_balloon.webp") center / contain no-repeat;
  transform: translate(-50%, -50%);
}
.top article .lead_cnt h3 img {
  display: inline-block;
  width: 7rem;
  margin: 0 0.2rem;
  vertical-align: middle;
}
.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 {
  padding: 1rem;
  margin: 1rem 0;
  background: #fff;
}
.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 {
  margin-right: 0.1em;
  font-size: 1.75em;
  color: inherit;
}
.top article .topics {
  margin: 1rem auto;
}
.review_topics {
  padding: 1rem 0.66rem 2rem;
}
.review_topics h2 {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background: #fff;
}
.review_topics h2 {
  position: relative;
  /* 画像が文字にかぶらないように左右余白を確保 */
  padding: 0.5rem 0;
  text-align: center;
  background-image: url("../img/top/review_topics_h2right.webp"), url("../img/top/review_topics_h2left.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0 bottom, right 0 bottom;
  background-size: 5rem auto, 6.5rem auto;
  /* 右画像のサイズ */
}
.review_topics h2::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #faa502 40%, #07bf03 0 60%, #f00 0 80%, #018aff 0);
}
.review_topics h2::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background: linear-gradient(to right, #018aff 20%, #f00 0 40%, #faa502 0 60%, #07bf03 0);
}
.review_topics nav {
  width: 100%;
}
.review_topics nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.review_topics nav li {
  width: calc(100% - 1rem);
}
.review_topics nav ul li label {
  display: block;
  line-height: 2.5;
  text-align: center;
  cursor: pointer;
  background-color: #afafaf;
  border-radius: 0.5rem 0.5rem 0 0;
}
#review_good:checked ~ nav label[for="review_good"], #review_bad:checked ~ nav label[for="review_bad"] {
  color: #fff;
  background-color: #f18d1b;
}
.top .review_topics input {
  display: none;
}
.top .reviewlist {
  padding: 0.5rem;
  background: #fff;
  border: solid 0.2rem #f18d1b;
}
.top .reviewlist figure {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.top .reviewlist figure img {
  width: 1.18rem;
  height: 1.1rem;
  margin: 0;
}
.top .reviewlist li > p {
  display: inline-block;
  width: 65%;
  margin-top: 0;
  margin-right: 0.5rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  transform: translateY(-1px);
}
.top .reviewlist > li {
  padding: 0.5em 0;
  border-bottom: 1px #ccc solid;
}
.top .reviewlist > li a p strong {
  text-decoration: underline;
}
.top .reviewlist > li:last-child {
  border-bottom: unset;
}
.top .reviewlist blockquote {
  margin: 0;
}
.top .reviewlist blockquote p::before {
  display: none;
}
.top .reviewlist blockquote.active p {
  -webkit-line-clamp: unset;
}
.is-truncated p {
  cursor: pointer;
}
.top .reviewlist blockquote p {
  display: -webkit-box;
  max-height: 5rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 1.6;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top .reviewlist dl {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  margin: 0.5rem auto;
  font-size: 0.85rem;
}
.top .reviewlist dt {
  max-width: 12rem;
  padding-left: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: no-repeat url(../img/icon/reviewlist_user.webp) left center / auto 1em;
}
.top .reviewlist dd {
  padding-left: 1.25em;
  background: no-repeat url(../img/icon/reviewlist_day.webp) left center / auto 1em;
}
.reviewlist {
  display: none;
}
#review_good:checked ~ .reviewlist.good {
  display: block;
}
#review_bad:checked ~ .reviewlist.bad {
  display: block;
}
.review_topics .top_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 4rem;
  margin: 1rem auto;
  color: #fff;
  background-image: url("../img/top/top_kuchikomi_btn.webp");
  filter: drop-shadow(0 0.15rem 0.12rem rgba(0, 0, 0, 0.2));
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: none;
}
.review_topics .top_btn::before, .review_topics .top_btn::after {
  position: absolute;
  top: 50%;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.review_topics .top_btn::before {
  left: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/top/top_kuchikomi_btn_icon01.webp");
}
.review_topics .top_btn::after {
  right: 1rem;
  width: 2rem;
  height: 1rem;
  background-image: url("../img/top/top_kuchikomi_btn_icon02.webp");
}
/* ----------------------------
lead_riyu
------------------------------- */
.lead_riyu {
  background-color: #fff;
}
.lead_riyu li {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.lead_riyu li {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.lead_riyu li + li {
  padding-top: 2rem;
}
.lead_riyu li + li h3 {
  position: relative;
}
.lead_riyu li + li h3::after {
  position: absolute;
  top: -2rem;
  left: 50%;
  width: 85%;
  height: 1px;
  content: "";
  background: #f18d1b;
  transform: translateX(-50%);
}
.lead_riyu li h3 {
  position: relative;
  padding-right: 0;
  padding-left: 4.8rem;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.1rem;
  border-left: none;
}
.lead_riyu li h3 span {
  color: #f18d1b;
}
.lead_riyu li h3 span strong {
  font-size: 1.3rem;
}
.lead_riyu li h3::after {
  content: none;
}
/* 数字画像の共通設定 */
.lead_riyu li h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.9rem;
  height: 4rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
/* liごとに別画像 */
.lead_riyu li:nth-child(1) h3::before {
  background-image: url("../img/top/lead_riyu_01.webp");
}
.lead_riyu li:nth-child(2) h3::before {
  background-image: url("../img/top/lead_riyu_02.webp");
}
.lead_riyu li:nth-child(3) h3::before {
  background-image: url("../img/top/lead_riyu_03.webp");
}
.lead_riyu li:nth-child(4) h3::before {
  background-image: url("../img/top/lead_riyu_04.webp");
}
/* 偶数番目は右に画像分のスペースを作る */
.lead_riyu li:nth-child(even) h3 {
  padding-right: 4.7rem;
  padding-left: 0;
  text-align: right;
  letter-spacing: -0.19rem;
}
/* 偶数番目は画像を右側に置く */
.lead_riyu li:nth-child(even) h3::before {
  right: 0;
  left: auto;
}
/* li内の回り込み解除 */
.lead_riyu li::after {
  display: block;
  clear: both;
  content: "";
}
/* figure共通 */
.lead_riyu li figure {
  width: 11rem;
  margin: 0 1rem 0.5rem 0;
}
/* 画像 */
.lead_riyu li figure img {
  display: block;
  width: 100%;
  height: auto;
}
/* 01・03：画像を左、pを右に回り込み */
.lead_riyu li:nth-child(odd) figure {
  float: left;
  margin-right: 1rem;
  margin-left: 0;
}
/* 02・04：画像を右、pを左に回り込み */
.lead_riyu li:nth-child(even) figure {
  float: right;
  margin-right: 0;
  margin-left: 1rem;
}
/* p調整 */
.lead_riyu li p {
  margin: 0;
  line-height: 1.8;
}
/* ----------------------------
top_review_ranking
------------------------------- */
.top_review_ranking li {
  margin-bottom: 1rem;
}
.top_review_ranking dt {
  position: relative;
  padding: 0.5rem 0 0 5.5rem;
  background-color: #fff;
}
.top_review_ranking dt h3 {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  border: none;
}
.top_review_ranking dt h3::after {
  content: none;
}
.top_review_ranking dt::before {
  position: absolute;
  top: -0.5rem;
  left: 0;
  z-index: 2;
  width: 5rem;
  height: 6rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0.5rem;
  transform: translateY(0.8rem);
}
.top_review_ranking > ul > li:nth-child(1) dt::before {
  background-image: url("../img/top/top_ranking_01.webp");
}
.top_review_ranking > ul > li:nth-child(2) dt::before {
  background-image: url("../img/top/top_ranking_02.webp");
}
.top_review_ranking > ul > li:nth-child(3) dt::before {
  background-image: url("../img/top/top_ranking_03.webp");
}
.top_review_ranking dt figure.stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: -0.6rem;
}
.top_review_ranking dt figure.stars img {
  width: 1.4rem;
  height: 2rem;
}
.top_review_ranking dt figcaption strong {
  padding-left: 1rem;
  font-size: 1.7rem;
  color: #f18d1b;
}
.top_review_ranking dd ul {
  margin: 1rem;
}
.top_review_ranking dd ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  background-color: #fff;
  border: #707070 1px solid;
  border-radius: 5px;
}
.top_review_ranking dd > ul li p {
  display: -webkit-box;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top_review_ranking dd > ul li blockquote {
  margin: 0;
}
.top_review_ranking dd > ul li blockquote.active p {
  -webkit-line-clamp: unset;
}
.top_review_ranking dd > ul li blockquote p::before {
  display: none;
}
.top_review_ranking dd ul li span {
  margin-left: auto;
}
.top_review_ranking dd ul li i {
  margin-left: 0.8rem;
  font-style: normal;
}
.top_review_ranking dd ul li span, .top_review_ranking dd ul li i {
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #333;
}
.top_review_ranking dd ul li span::before, .top_review_ranking dd ul li i::before {
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* ニックネーム前アイコン */
.top_review_ranking dd ul li span::before {
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: no-repeat url("../img/icon/reviewlist_user.webp") left center/auto 1em;
}
/* 日付前アイコン */
.top_review_ranking dd ul li i::before {
  background: no-repeat url("../img/icon/reviewlist_day.webp") left center / auto 1em;
}
.top_review_ranking dd a {
  display: block;
  width: fit-content;
  padding: 0.3rem 0.8rem;
  margin-right: 1rem;
  margin-left: auto;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  background-color: #008aff;
  border-bottom: 1px solid #008aff;
  border-radius: 5px;
}
.top_review_ranking dd a::after {
  margin-left: 0.3em;
  content: "＞";
}
.link_bunner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 4.3rem;
  padding: 0.5rem 4rem;
  margin: 1rem 1rem 3rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
  text-decoration: underline;
  background: url("../img/link_area_bg.webp") no-repeat center / 100% 100%;
}
.link_bunner::before {
  position: absolute;
  top: 1.3rem;
  left: 0.8rem;
  width: 1.2rem;
  height: 1.6rem;
  content: "";
  background: url("../img/icon/link_clip.webp") no-repeat center / contain;
}
/* ランキング画像エリア */
.top_review_ranking dd > figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
/* 画像 */
.top_review_ranking dd > figure img {
  display: block;
  width: 100%;
  height: auto;
}
.top_review_ranking dd > figure::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
/* ボタン配置 */
.top_review_ranking dd > figure figcaption {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
/* 赤い長方形楕円ボタン */
.top_review_ranking dd > figure figcaption a {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  padding: 0.6rem 1rem;
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background-color: #e60012;
  border: 1px solid #fff;
  border-radius: 999px;
}
.top_review_ranking dd > figure figcaption a::before {
  display: inline-block;
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  background: url("../img/top/top_kuchikomi_btn_icon03.webp") no-repeat center / contain;
}
.top_review_ranking dd > figure figcaption a::after {
  margin-left: 0.3em;
  content: "＞";
}
/* ----------------------------
topics
------------------------------- */
.topics ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  content: "";
  background: url("../img/top/column_new_icon.webp") no-repeat center/contain;
}
/* topics：1つ目だけ縦並び */
.top article .topics ul li:first-child {
  display: block;
}
/* topics：2つ目以降は横並び */
.top article .topics ul li:nth-child(n + 2) {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}
/* 画像サイズ調整 */
.top article .topics ul li:nth-child(n + 2) figure {
  flex: 0 0 90px;
  width: 90px;
  margin: 0;
}
.top article .topics ul li:nth-child(n + 2) figure img {
  display: block;
  width: 100%;
  height: auto;
}
/* dl側を残り幅に */
.top article .topics ul li:nth-child(n + 2) dl {
  flex: 1;
}
.top article .topics ul li:first-child dl dd {
  display: flex;
  gap: 0.1rem;
  align-items: center;
  justify-content: space-between;
}
.top article .topics ul li:first-child dl dd span, .top article .topics ul li:first-child dl dd i {
  margin-right: 0.5rem;
}
.top article .topics ul li:first-child dl dd .link {
  margin-left: auto;
  white-space: nowrap;
}
/* ----------------------------
top_today
------------------------------- */
.top_today h3 {
  position: relative;
  padding: 0.5rem 0.8rem 0.5rem 2.4rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: #f1951b;
}
.top_today h3::before {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 1.15rem;
  height: 1.15rem;
  content: "";
  background: url("../img/icon/h2_deco.webp") no-repeat center / contain;
}
.top_today h3::after {
  content: none;
}
.today_race_list {
  margin: 0.5rem 1rem;
  background-color: #fff;
}
.today_race_list > details > summary {
  padding-left: 1.5em;
  line-height: 2.5;
  border-bottom: 1px #ccc solid;
}
.today_race_list summary {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.today_race_list > details > summary::before {
  left: 0.5rem;
}
/* 2. マーカー消去 */
.today_race_list summary::marker {
  display: none;
}
.today_race_list summary::before {
  /* vertical-align: baseline; */
  /* margin-right: 0.25em; */
  position: absolute;
  top: auto;
  left: 0;
  display: block;
  width: 0.8em;
  height: 0.8em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #f3a339;
}
.today_race_list > details > div details > summary {
  display: flex;
  justify-content: space-between;
  padding-right: 1rem;
  line-height: 2.5;
  border-bottom: 1px #ccc dotted;
}
.today_race_list > details > div details > dl > div {
  padding: 0.5rem;
  border-left: 0.25rem #f3a339 solid;
}
.today_race_list > details > div details > dl > div > dt {
  display: flex;
  align-items: stretch;
}
.today_race_list > details > div details > dl > div > dt > figure {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.today_race_list > details > div details > dl > div > dt > figure img {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
.today_race_list dt h3 {
  position: static;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  border: none;
}
.today_race_list dt h3::before {
  content: none;
}
.today_race_list > details > div details > dl > div > dt > div {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  background: url("../img/icon/stadium_link.webp") no-repeat center right 0.5rem / auto 1rem;
}
.today_race_list > details > div details > dl > div > dd {
  padding: 0.5rem;
  background-color: #f0f0f0;
}
.today_race_list > details > div details > dl > div > dd > div {
  text-align: right;
}
.today_race_list > details > div {
  padding-left: 1rem;
}
.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 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 1.1rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top article .topics ul li dl dt p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top article .topics ul li dl dt a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.top article .topics ul li dl dd {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 0.5rem;
}
.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.8rem;
  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");
}
/* topics：2つ目以降のdd配置 */
.top article .topics ul li:nth-child(n + 2) dl dd {
  display: grid;
  grid-template-areas: "category link" "date     link";
  grid-template-columns: 1fr auto;
  gap: 0.2rem 0.8rem;
  align-items: end;
  justify-content: normal;
}
/* コラム */
.top article .topics ul li:nth-child(n + 2) dl dd span {
  grid-area: category;
}
/* 日付 */
.top article .topics ul li:nth-child(n + 2) dl dd i {
  grid-area: date;
}
/* 続きを読む */
.top article .topics ul li:nth-child(n + 2) dl dd .link {
  grid-area: link;
  align-self: end;
  white-space: nowrap;
}
/* topics：2つ目以降のfigureを正方形にする */
.top article .topics ul li:nth-child(n + 2) figure {
  flex: 0 0 90px;
  width: 90px;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
}
/* 画像を正方形内でトリミング */
.top article .topics ul li:nth-child(n + 2) figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* MV吹き出し内のh3調整 */
.mv_chara figcaption h3 {
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1.5;
  color: #000;
  text-align: center;
  border-left: none;
}
/* 既存のh3装飾が当たる場合のリセット */
.mv_chara figcaption h3::before, .mv_chara figcaption h3::after {
  content: none;
}
/* 吹き出し内のロゴ画像 */
.mv_chara figcaption h3 img {
  display: inline-block;
  width: 6.5rem;
  margin: 0 0.2rem;
  vertical-align: middle;
}
.mv_chara figcaption h3::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 15rem;
  height: 20rem;
  pointer-events: none;
  content: "";
  background: url(../img/top/lead_bg_balloon.webp) center / contain no-repeat;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .mv_chara figcaption h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: -0.05rem;
  }
  .mv_chara figcaption h3 img {
    width: 8.5rem;
  }
}
@media (min-width: 768px) {
  .top article .topics {
    padding: 0;
  }
}
.top article .topics ul {
  margin: 0.66rem 1rem;
}
@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 .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) {
  /* ----------------------------
review_topics
---------------------------- */
  /* ----------------------------
lead_riyu
---------------------------- */
  /* ----------------------------
 top_review_ranking
---------------------------- */
  /* ----------------------------
 topics
---------------------------- */
  /* 1つ目は左側 */
  /* 2つ目以降は右側 */
  .top .mv {
    padding-top: 1.5rem;
    margin: 0 auto;
    background: url("../img/top/mv_bg_new_pc.webp") no-repeat center / cover;
  }
  .top .mv h1 figure figcaption {
    font-size: 1.7rem;
  }
  .top .mv h1 figure figcaption strong {
    font-size: 1.9rem;
  }
  .top .mv h1 figure img {
    width: 25rem;
    margin: 0.5rem auto;
  }
  .mv_catch {
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .mv_catch span {
    font-size: 2.1rem;
    font-weight: 900;
  }
  .mv_catch span strong {
    font-size: 2.5rem;
  }
  .flex dt, .flex dd {
    font-size: 1.1rem;
  }
  .flex em {
    font-size: 1.2rem;
  }
  .flex span {
    font-size: 1.3rem;
  }
  .mv_catch::before, .mv_catch::after {
    position: absolute;
    top: -5.5rem;
    display: inline-block;
    width: 15rem;
    height: 11rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .mv_catch::before {
    right: calc(100% + -2.4rem);
    background-image: url("../img/top/mv_bg_left_pc.webp");
  }
  .mv_catch::after {
    left: calc(100% + -2.2rem);
    background-image: url("../img/top/mv_bg_right_pc.webp");
  }
  .mv_chara figcaption h3::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 21rem;
    height: 8rem;
    pointer-events: none;
    content: "";
    background: url(../img/top/lead_bg_balloon.webp) center / contain no-repeat;
    transform: translate(-50%, -50%);
  }
  .mv_chara figcaption {
    position: relative;
    right: 3rem;
    z-index: 2;
    box-sizing: border-box;
    display: block;
    align-items: center;
    justify-content: center;
    order: 1;
    width: 22rem;
    min-height: 6rem;
    padding-top: 1.1rem;
    margin: 1rem -2.5rem 2.2rem 0;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.1rem;
  }
  .mv_chara figcaption strong {
    font-size: 1.7rem;
    color: #f18d1b;
  }
  .mv_chara img {
    position: relative;
    z-index: 2;
    display: block;
    order: 2;
    width: 11rem;
  }
  .mv_chara > img {
    transform: translateX(-1rem);
  }
  .mv_chara .sp_only {
    display: none;
  }
  .mv_chara figcaption span {
    display: inline;
  }
  .top article .lead h2 .sp_only {
    display: none;
  }
  .top article .lead h2 {
    font-size: 1.15rem;
  }
  .top article .lead h2 strong {
    font-size: 1.8rem;
  }
  .top article .lead h2::before, .top article .lead h2::after {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 1;
    width: 4rem;
    height: 4rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .lead .sp_only {
    display: none;
  }
  .top article .lead_cnt {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
  }
  .top article .lead_cnt h3, .top article .lead_cnt p {
    width: 50%;
  }
  .top article .lead_cnt h3 {
    margin: 0;
  }
  .top article .lead_cnt p {
    width: 40%;
    margin: 0;
    text-align: left;
  }
  .top article .lead .inner .lead_cnt p {
    text-align: left;
  }
  .top .mv .flex {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.8rem;
  }
  .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);
  }
  .review_topics {
    padding: 1rem 0 2rem;
  }
  .review_topics h2 br {
    display: none;
  }
  .review_topics h2 {
    position: relative;
    width: 100%;
    padding: 1rem 0;
    overflow: visible;
    text-align: center;
    background-image: none;
  }
  .review_topics h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
  }
  .review_topics h2 span::before, .review_topics h2 span::after {
    position: absolute;
    bottom: -1rem;
    z-index: -1;
    width: 6rem;
    height: 5rem;
    pointer-events: none;
    content: "";
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
  .review_topics h2 span::before {
    right: 28rem;
    background-image: url("../img/top/review_topics_h2right.webp");
  }
  .review_topics h2 span::after {
    left: 28rem;
    background-image: url("../img/top/review_topics_h2left.webp");
  }
  .review_topics nav ul {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .review .ranking_reviews > ul {
    width: calc(50% - 1rem);
  }
  .review_topics .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top .reviewlist {
    display: block !important;
    width: calc(100% / 2 - .5rem);
  }
  .review_topics nav ul li label {
    color: inherit;
    pointer-events: none;
    cursor: default;
    background-color: #afafaf;
  }
  .review_topics nav ul li label[for="review_good"] {
    color: #fff;
    background-color: #f18d1b;
  }
  .top .reviewlist.bad {
    border-color: #afafaf;
  }
  .lead_riyu li h3::before {
    width: 5rem;
    height: 5rem;
  }
  .lead_riyu li h3 {
    position: relative;
    width: fit-content;
    padding-right: 0;
    padding-left: 6.8rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.1rem;
    border-left: none;
  }
  .lead_riyu li:nth-child(even) h3 {
    padding-right: 6.7rem;
    padding-left: 0;
  }
  .lead_riyu li h3 span strong {
    font-size: 2.1rem;
  }
  .lead_riyu li:nth-child(even) h3 {
    margin-right: auto;
    margin-left: auto;
  }
  .lead_riyu li figure {
    width: 15rem;
    margin: 0 1rem 0.5rem 0;
  }
  .lead_riyu li {
    padding: 0 2rem;
  }
  .top_review_ranking dd {
    display: grid;
    grid-template-areas: "image reviews" "image button";
    grid-template-columns: 22rem 1fr;
    gap: 0 0.5rem;
    align-items: start;
    padding: 1rem 0;
  }
  .top_review_ranking dd > figure {
    grid-area: image;
    margin: 0;
  }
  .top_review_ranking dd > figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .top_review_ranking dd > ul {
    grid-area: reviews;
    margin: 0;
  }
  .top_review_ranking dd > a {
    grid-area: button;
    justify-self: end;
    margin: 0.5rem 0 0;
  }
  .top article .topics ul {
    margin: 0.66rem 0;
  }
  .top article .topics ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.66rem;
  }
  .top article .topics ul li:first-child {
    display: block;
    grid-row: 1 / 4;
    grid-column: 1;
    width: auto;
  }
  .top article .topics ul li:nth-child(n + 2) {
    display: flex;
    grid-column: 2;
    gap: 0.8rem;
    align-items: flex-start;
    width: auto;
  }
  .top article .topics ul li:nth-child(n + 2) figure {
    flex: 0 0 90px;
    width: 90px;
    margin: 0;
  }
  .top article .topics ul li:nth-child(n + 2) dl {
    flex: 1;
  }
  .today_race_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem 0;
  }
  .today_race_list > details {
    width: 50%;
  }
  .link_bunner {
    max-width: 355px;
    margin: 0 auto 3rem;
  }
}
@media (min-width: 1024px) {
  .top .mv {
    max-width: 700px;
    margin: 0 auto;
  }
  .top aside .side-ranking_recommend, .top aside .side-ranking_review, .top aside .side-ranking_free {
    display: block;
  }
}
