.rank-section--feature {
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .rank-section--feature {
      margin-bottom: 8rem;
  }
}

.rank-section1 {
  margin-bottom: 10rem;
}

.rank-head {
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .rank-head {
      margin-bottom: 0;
  }
}
.rank-head__title {
  margin-bottom: 6.5rem;
}
.rank-head__title > img {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .rank-head__title {
      margin-bottom: 4.5rem !important;
  }
}
.rank-head__visual {
  position: relative;
  margin-bottom: 6rem;
}
.rank-head__visual .circle-logo2 {
  position: absolute;
  right: -5rem;
  bottom: -5rem;
}
.rank-head__visual-img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .rank-head__visual-img {
      height: 21rem;
      object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .rank-head__visual {
      margin-bottom: 4.5rem;
  }
}
.rank-head__catch {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 5rem;
  margin-bottom: 11rem;
}
.rank-head__read {
  position: absolute;
  left: 6.8rem;
  top: 6.2rem;
  width: 70.5rem;
}
@media screen and (max-width: 768px) {
  .rank-head__read {
      width: 9.3rem;
      left: 2rem;
      top: 2.6rem;
  }
}
.rank-head__row {
  text-align: center;
}
.rank-head__row h3 {
  font-size: 3.2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .rank-head__row h3 {
      font-size: 2rem;
      text-align: center;
      margin-bottom: 3rem;
  }
}
.rank-head__row p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .rank-head__row p {
      font-size: 1.4rem;
      line-height: 2.8rem;
  }
}

.rank-cells {
  display: grid;
  grid-template-columns: repeat(3, minmax(31rem, 310px));
  grid-auto-rows: 25.2rem;
  gap: 7.75rem 3.5rem;
  counter-reset: cnt;
  padding-top: 4.3rem;
}
@media screen and (max-width: 768px) {
  .rank-cells {
      grid-template-columns: repeat(2, 1fr);
      gap: 3.5rem 1rem;
      grid-auto-rows: auto;
  }
}

.rank-cell {
  background-color: #fff;
  border-radius: 10px;
  padding: 6.25rem 2.3rem 4.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rank-cell {
      padding: 3.3rem 1.6rem 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .rank-cell.irgr2 img {
      height: 3.2rem;
  }
}
.rank-cell__no {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 8.5rem;
  height: 8.5rem;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 1.65rem 0 0;
  font-weight: bold;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285%22%20height%3D%2285%22%20viewBox%3D%220%200%2085%2085%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_98743%22%20data-name%3D%22%E3%83%91%E3%82%B9%2098743%22%20d%3D%22M42.5%2C0%2C35.963%2C9.666%2C26.23%2C3.227%2C23.906%2C14.664%2C12.447%2C12.448l2.216%2C11.458L3.227%2C26.231l6.439%2C9.733L0%2C42.5l9.666%2C6.537L3.227%2C58.77l11.436%2C2.324L12.448%2C72.553l11.458-2.216%2C2.325%2C11.436%2C9.733-6.439L42.5%2C85l6.537-9.666%2C9.733%2C6.439%2C2.324-11.436%2C11.458%2C2.215L70.337%2C61.094l11.436-2.325-6.439-9.733L85%2C42.5l-9.666-6.537%2C6.439-9.733L70.336%2C23.906l2.216-11.458L61.094%2C14.663%2C58.769%2C3.227%2C49.037%2C9.666Z%22%20fill%3D%22%23a99dbc%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  counter-increment: cnt;
}
@media screen and (max-width: 768px) {
  .rank-cell__no {
      width: 4.5rem;
      height: 4.5rem;
      font-size: 0.8rem;
      padding: 1rem;
  }
}
.rank-cell__no::after {
  content: "0" counter(cnt);
  display: block;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .rank-cell__no::after {
      font-size: 1.5rem;
  }
}
.rank-cell__t1 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .rank-cell__t1 {
      font-size: 1rem;
      margin-left: -2rem;
      margin-right: -2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.35rem;
  }
}
.rank-cell__t2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 -1.5rem .5rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .rank-cell__t2 {
      font-size: 1rem;
      line-height: 1.25;
      margin: 0 0 0.8rem;
      line-height: 1.8rem;
  }
  .rank-cell__t2 .fz-20 {
      font-size: 1.4rem;
  }
  .rank-cell__t2 .fz-24 {
      font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .rank-cell__t2.irgr5 {
      padding: 0 0 0;
      margin-bottom: 0rem;
  }
}
.rank-cell__t2.irgr1 {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .rank-cell__t2.irgr1 {
      margin-bottom: 1.3rem;
  }
}
.rank-cell__t2.irgr1 .fz-14 {
  padding-right: 1rem;
}
.rank-cell__figure {
  min-height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .rank-cell__figure {
      min-height: auto;
      max-height: 6.2rem;
  }
  .rank-cell__figure img {
      max-height: 6.2rem;
  }
  .rank-cell__figure.irgr6 {
      max-width: 3.7rem;
      margin: auto;
  }
}

.c-section-title--rank1::after {
  width: 192px;
}

.c-section-title--rank3::after {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .c-section-title--rank3::after {
      width: 125px;
  }
}

.c-section-title--center {
  margin-left: auto;
  margin-right: auto;
}

.c-section-title--rank2 {
  text-align: center;
  margin: auto;
  display: table;
}
.c-section-title--rank2::after {
  width: 140px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-section-title--rank2::after {
      width: 9.3rem;
  }
}

.rank-section2 {
  margin-bottom: 10rem;
}

.rank-section3 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .rank-section3 {
      margin-bottom: 6rem;
  }
}

.rank-section4 {
  margin-bottom: 9rem;
}

.font-20 {
  font-size: 2rem;
}

.rank-items {
  margin-bottom: 5rem;
}

.rank-item {
  position: relative;
  margin-bottom: 9rem;
}
.rank-item::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.57%22%20height%3D%2243.182%22%20viewBox%3D%220%200%2049.57%2043.182%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18524%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018524%22%20transform%3D%22translate(-658.016%20-2053.868)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_157606%22%20data-name%3D%22%E3%83%91%E3%82%B9%20157606%22%20d%3D%22M0%2C0C1.93%2C1.678%2C23.7%2C23.916%2C23.7%2C23.916L47.523%2C0%22%20transform%3D%22translate(659%202055)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_157607%22%20data-name%3D%22%E3%83%91%E3%82%B9%20157607%22%20d%3D%22M0%2C0C1.93%2C1.678%2C23.7%2C23.916%2C23.7%2C23.916L47.523%2C0%22%20transform%3D%22translate(659%202071)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translate(-50%, 100%);
  width: 4.7rem;
  height: 4rem;
}
.rank-item:last-child {
  margin-bottom: 0;
}
.rank-item:last-child::after {
  display: none;
}
.rank-item__header {
  background-color: #ffebb5;
  border-radius: 10px 10px 0 0;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .rank-item__header {
      font-size: 1.8rem;
      justify-content: start;
      padding: 1rem 2rem;
      min-height: 6rem;
      display: block;
      height: auto;
  }
}
.rank-item__header span {
  font-size: 2.4rem;
}
.rank-item__header--t2 {
  background: rgba(169, 157, 188, 0.4);
}
.rank-item__header--t3 {
  background: #a99dbc;
  color: #fff;
}
.rank-item__header--t4 {
  background: rgba(243, 4, 108, 0.5);
  color: #fff;
}
.rank-item__header--t5 {
  background: #f3046c;
  color: #fff;
}
.rank-item__content {
  background-color: #fff;
  padding: 2.5rem 3.5rem 3.5rem;
  border-radius: 0 0 10px 10px;
}
.rank-item__content--1 {
  border-radius: 10px;
}
.rank-section2 p {
  line-height: 3.5rem;
}
@media screen and (max-width: 768px) {
  .rank-item__content {
      padding: 2.5rem 2rem;
  }
}
.rank-item__content ul {
  margin-top: 4rem;
}
.rank-item__content ul li {
  list-style-type: none;
  background-image: url("../images/rank/sakura.png");
  background-repeat: no-repeat;
  background-position: center left 0;
  background-size: 1.6rem;
  padding-left: 1.5em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .rank-item__content ul li {
      font-size: 1.6rem;
  }
}
.rank-item__content ul li + li {
  margin-top: 1.4rem;
}
.rank-item__body .row {
  display: grid;
  grid-template-columns: 21.5rem 1fr;
  gap: 4.5rem;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 768px) {
  .rank-item__body .row {
      display: block;
  }
}
@media screen and (max-width: 768px) {
  .rank-item__body .col1 {
      margin-bottom: 2rem;
  }
}
.rank-item__body .col1 img {
  border-radius: 10px;
}
.rank-item__body .t1,
.rank-item__body .t2 {
  font-family: "Kiwi Maru", serif;
}
.rank-item__body .t1 {
  font-size: 1.4rem;
}
.rank-item__body .t2 {
  margin-bottom: 2rem;
}
.rank-item__body .t2 span {
  font-size: 2.4rem;
}
.rank-item__footer {
  padding-top: 1.6rem;
}
.rank-item__footer-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.rank-item__footer-columns {
  display: grid;
  grid-template-columns: 32rem 22rem 28.8rem;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .rank-item__footer-columns {
      grid-template-columns: 1fr;
      gap: 4rem;
  }
}
.rank-item__footer-column {
  background: #fff9e9;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 0 1.8rem;
  position: relative;
  font-weight: 500;
}
.rank-item__footer-column::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(170%, -50%);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.36%22%20height%3D%2217.2%22%20viewBox%3D%220%200%2017.36%2017.2%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158498%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158498%22%20d%3D%22M1.32-11.64h6.8v6.8h3.76v-6.8h6.8v-3.6h-6.8v-6.8H8.12v6.8H1.32Z%22%20transform%3D%22translate(-1.32%2022.04)%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
  width: 2rem;
  height: 2rem;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .rank-item__footer-column::after {
      transform: translate(-50%, 100%);
      left: 50%;
      right: auto;
      bottom: -1rem;
      top: auto;
  }
}
.rank-item__footer-column:last-child::after {
  display: none;
}
.rank-item__footer-column .t1 {
  background-color: #ffebb5;
  padding: 0.5rem 2rem;
  border-radius: 5px 5px 0 0;
  min-height: 6rem;
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1rem;
}
.rank-item__footer-column:nth-child(2) .tl {
  position: relative;
}
.rank-item__footer-column:nth-child(2) .tl::before {
  font-weight: bold;
  content: "ポイント\a付与率";
  white-space: pre;
  display: block;
}
.rank-item__footer-column:nth-child(3) .t2::before {
  content: "";
  background-image: url("../images/rank/birthday.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2rem;
  height: 5.8rem;
  display: inline-block;
  position: relative;
  top: -0.5rem;
}
.rank-item__footer-column:nth-child(3) .t2.is-coin {
  font-size: 4.8rem;
  gap: 1.5rem;
}
.rank-item__footer-column:nth-child(3) .t2.is-coin::before {
  content: "";
  background-image: url("../images/rank/coin2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2rem;
  height: 6.1rem;
  display: inline-block;
  position: relative;
}
.rank-item__footer-column:nth-child(1) .tl::before {
  content: "ポイント\a付与率";
  font-size: 1.4rem;
  white-space: pre;
  align-self: center;
  font-weight: bold;
  margin-right: 1rem;
}
.rank-item__footer-column:nth-child(3) .t1 {
  font-size: 1.6rem;
}
.rank-item__footer-column .tl {
  padding-top: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.rank-item__footer-column .t2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 5.6rem;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.5rem;
}
.rank-item__footer-column .t2::before {
  content: "";
  background-image: url("../images/rank/coin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.2rem;
  height: 5.2rem;
  display: inline-block;
  position: relative;
  top: 0.3rem;
}
.rank-item__footer-column .t3 {
  margin-left: 0.5rem;
  font-size: 1.4rem;
  align-self: center;
  text-align: left;
  position: relative;
  font-weight: bold;
}
.rank-item__footer-column .t3 span {
  font-size: 1.6rem;
  display: block;
}
.rank-item__footer-column .t4 {
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: -0.8rem;
}
.rank-item__footer-column .t6 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  align-self: end;
  margin-left: 1rem;
}
.rank-item__footer-column .t5 {
  font-weight: normal;
  position: relative;
  top: -0.6rem;
  left: -2.8rem;
}

.rank-box2 {
  background: #fff;
  border-radius: 10px;
  padding: 4rem 3.5rem 3.5rem;
  margin: 3.5rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rank-box2 {
      padding: 2rem;
  }
}
.rank-box2.t1 {
  margin-bottom: 10rem;
}
.rank-box2.t1::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.57%22%20height%3D%2243.182%22%20viewBox%3D%220%200%2049.57%2043.182%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18707%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018707%22%20transform%3D%22translate(-658.016%20-7265.868)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158483%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158483%22%20d%3D%22M0%2C0C1.93%2C1.678%2C23.7%2C23.916%2C23.7%2C23.916L47.523%2C0%22%20transform%3D%22translate(659%207267)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158484%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158484%22%20d%3D%22M0%2C0C1.93%2C1.678%2C23.7%2C23.916%2C23.7%2C23.916L47.523%2C0%22%20transform%3D%22translate(659%207283)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.7rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  bottom: -7rem;
  transform: translate(-50%, 0);
}
.rank-box2__heading {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  height: 6.2rem;
  font-weight: bold;
  padding-left: 8rem;
  background-image: url("../images/rank/mark1.png");
  background-size: 6.2rem;
  background-repeat: no-repeat;
  background-position: left 0 center;
}
@media screen and (max-width: 768px) {
  .rank-box2__heading {
      font-size: 1.8rem;
      height: 4rem;
      white-space: nowrap;
      background-size: 4rem;
      padding-left: 4.5rem;
      margin-bottom: -2rem;
  }
}
.rank-box2__heading.t2 {
  background-image: url("../images/rank/mark2.png");
}
.rank-box2__read {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__read {
      font-size: 2rem;
      margin-bottom: 2rem;
  }
}
.rank-box2__head {
  display: flex;
  gap: 1rem;
  background-color: #fff9e9;
  border-radius: 10px;
  padding: 2.5rem 4.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__head {
      padding: 2rem;
      display: block;
  }
  .rank-box2__head-figure {
      max-width: 50%;
      margin: 2rem auto 0;
  }
}
.rank-box2__head-label {
  width: 30.4rem;
  height: 4rem;
  background-color: #ffebb5;
  border-radius: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__head-label {
      width: auto;
  }
}
.rank-box2__head-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 1.3rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.749%22%20height%3D%2215.365%22%20viewBox%3D%220%200%2013.749%2015.365%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_124349%22%20data-name%3D%22%E3%83%91%E3%82%B9%20124349%22%20d%3D%22M5206.631%2C22053.572l13.749%2C15.365v-15.365Z%22%20transform%3D%22translate(-5206.631%20-22053.572)%22%20fill%3D%22%23ffebb5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.rank-box2__head-point {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 1rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__head-point {
      font-size: 1.8rem;
      white-space: nowrap;
  }
}
.rank-box2__head-t1 span {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  color: #a99dbc;
}
.rank-box2__head-t2 {
  font-size: 2.5rem;
}
.rank-box2__head-t3 span {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  color: #f3046c;
}
.rank-box2__head-text {
  font-weight: 500;
}
.rank-box2__item-title {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-title {
      font-size: 1.6rem;
  }
}
.rank-box2__item-title--2 {
  margin-bottom: 6.8rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-title--2 {
      margin-bottom: 2rem;
  }
}
.rank-box2__item-label {
  width: fit-content;
  height: 4rem;
  padding: 1rem 1.37rem;
  background-color: #ffebb5;
  border-radius: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  transform: translate(0, -70%);
  white-space: nowrap;
}
.rank-box2__item-label > span {
  font-size: 2rem;
  padding: 0 1.5rem;
}
.rank-box2__item-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 1.3rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.749%22%20height%3D%2215.365%22%20viewBox%3D%220%200%2013.749%2015.365%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_124349%22%20data-name%3D%22%E3%83%91%E3%82%B9%20124349%22%20d%3D%22M5206.631%2C22053.572l13.749%2C15.365v-15.365Z%22%20transform%3D%22translate(-5206.631%20-22053.572)%22%20fill%3D%22%23ffebb5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.rank-box2__item-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 2rem;
  gap: 1.2rem;
}
.rank-box2__item-columns {
  display: grid;
  grid-template-columns: 28.8rem 38rem;
  gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-columns {
      grid-template-columns: 1fr;
      gap: 3rem;
  }
}
.rank-box2__item-columns2 {
  display: grid;
  grid-template-columns: 23rem 26rem 32.3rem;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-columns2 {
      gap: 5rem;
      grid-template-columns: 1fr;
  }
}
.rank-box2__item-column2 {
  height: 11.5rem;
  border-radius: 5px;
  background: #fff9e9;
  position: relative;
  text-align: center;
  place-items: center center;
  line-height: 1;
}
.rank-box2__item-column2--outline {
  background: #fff;
  border: 1px solid #212121;
  padding: 1rem;
}
.rank-box2__item-column2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 70%;
  transform: translate(180%, -50%);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%223%22%20viewBox%3D%220%200%2020%203%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_935%22%20data-name%3D%22%E7%B7%9A%20935%22%20x2%3D%2220%22%20transform%3D%22translate(0%201.5)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  width: 2rem;
  height: 5rem;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column2::after {
      transform: translate(-150%, 82%) rotate(90deg);
      left: 50%;
      right: auto;
      bottom: -0.5rem;
      top: auto;
  }
}
.rank-box2__item-column2:nth-child(2)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18721%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018721%22%20transform%3D%22translate(-786%20-7660.185)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_936%22%20data-name%3D%22%E7%B7%9A%20936%22%20x2%3D%2220%22%20transform%3D%22translate(786%207661.685)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_937%22%20data-name%3D%22%E7%B7%9A%20937%22%20x2%3D%2220%22%20transform%3D%22translate(786%207671.685)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.rank-box2__item-column2:nth-child(3)::after {
  display: none;
}
.rank-box2__item-column {
  height: 15rem;
  border-radius: 5px;
  background: #fff9e9;
  position: relative;
  text-align: center;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column {
      padding: 2rem 1.5rem;
      height: 12.5rem;
  }
}
.rank-box2__item-column::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(180%, -50%);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.36%22%20height%3D%2217.2%22%20viewBox%3D%220%200%2017.36%2017.2%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158498%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158498%22%20d%3D%22M1.32-11.64h6.8v6.8h3.76v-6.8h6.8v-3.6h-6.8v-6.8H8.12v6.8H1.32Z%22%20transform%3D%22translate(-1.32%2022.04)%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
  width: 2rem;
  height: 5rem;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column::after {
      transform: translate(-50%, 100%);
      left: 50%;
      right: auto;
      bottom: -0.5rem;
      top: auto;
  }
}
.rank-box2__item-column:last-child::after {
  display: none;
}
.rank-box2__item .tb1 {
  font-size: 2.8rem;
  padding: 1.4rem 0 0;
  font-weight: 500;
}
.rank-box2__item .tl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  white-space: nowrap;
}
.rank-box2__item .t1 {
  font-size: 2rem;
  font-weight: bold;
}
.rank-box2__item .t1 span {
  font-size: 1.6rem;
}
.rank-box2__item .t2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .t2 {
      font-size: 4.8rem;
  }
}
.rank-box2__item .t2::before {
  content: "";
  background-image: url("../images/rank/coin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.2rem;
  height: 5.2rem;
  display: inline-block;
  position: relative;
  top: 1rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .t2::before {
      width: 4.3rem;
      height: 4.3rem;
  }
}
.rank-box2__item .tlg {
  display: flex;
  place-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .tlg {
      gap: 1.5rem;
  }
}
.rank-box2__item .tlg .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .tlg .item {
      width: 8rem;
  }
}
.rank-box2__item .tlg .item::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cg%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20transform%3D%22translate(7)%20rotate(90)%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M5.5%2C0%2C11%2C7H0Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%205.5%201.61859130859375%20L%202.057464599609375%206.000000476837158%20L%208.942535400390625%206.000000476837158%20L%205.5%201.61859130859375%20M%205.5%204.76837158203125e-07%20L%2011%207.000000476837158%20L%200%207.000000476837158%20L%205.5%204.76837158203125e-07%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(220%, -50%);
  width: 1.2rem;
  height: 0.8rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .tlg .item::before {
      transform: translate(160%, -50%);
  }
}
.rank-box2__item .tlg span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .tlg span {
      font-size: 1.2rem;
  }
}
.rank-box2__item .t3 {
  margin-left: 0.5rem;
  font-size: 1.4rem;
  align-self: center;
  text-align: left;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .t3 {
      font-size: 1.2rem;
  }
}
.rank-box2__item .t3 span {
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .t3 span {
      font-size: 1.4rem;
  }
}
.rank-box2__item .t4 {
  position: relative;
  top: -0.2rem;
  left: -1.2rem;
  font-size: 1.4rem;
}
.rank-box2__item .t5 {
  font-size: 1.8rem;
}

.rank-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .rank-table {
      min-width: 107rem;
  }
}
.rank-table-wrap {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .rank-table-wrap {
      overflow: auto;
  }
}
.rank-table__head {
  display: table-row;
}
.rank-table__tr {
  display: table-row;
}
.rank-table__tr:last-child .rank-table__td {
  border-bottom: 0;
}
.rank-table__th {
  background-color: #f1f1f1;
  display: table-cell;
  padding: 1rem 3rem;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #d1d1d1;
  border-top: 0;
  font-size: 1.5rem;
}
.rank-table__th:first-child {
  border-left: 0;
}
.rank-table__th:last-child {
  border-right: 0;
}
.rank-table__td {
  display: table-cell;
  padding: 2rem 1.5rem;
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
  background-color: #fff;
  border: solid 1px #d1d1d1;
  position: relative;
}
.rank-table__td .rank {
  position: absolute;
  left: 1rem;
  font-weight: normal;
  font-size: 1.4rem;
  top: 50%;
  transform: translate(0, -50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.rank-table__td:first-child {
  border-left: 0;
}
.rank-table__td:last-child {
  border-right: 0;
}
.rank-table__td:nth-child(3) {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.rank-table__td:nth-child(4) {
  text-align: left;
  vertical-align: top;
}
.rank-table__td:first-child {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem;
}
.rank-table__td:first-child span {
  font-size: 1.4rem;
  display: block;
}

.rank-icon-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.2rem;
}

.rank-icon-column {
  text-align: center;
  font-weight: 500;
}
.rank-icon-column__figure {
  height: 12.5rem;
  margin-bottom: 2rem;
  display: flex;
  place-items: center center;
}
.rank-cta {
  height: 18rem;
  border-radius: 1rem;
  place-items: center center;
  background-color: #FFEBB5;
  padding: 4.8rem 0 0;
  width: 100rem;
  background-size: 100% 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .rank-cta {
      width: 100%;
      height: auto;
      padding: 4rem 0;
  }
}
.rank-cta__title {
  font-family: "Kiwi Maru", serif;
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 1em;
}
.rank-cta__button {
  width: 34rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .rank-cta__button {
      width: 84%;
      height: 6rem;
      font-size: 1.8rem;
  }
}
.rank-cta__button__inner {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  background: #f3046c;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank-cta__button:hover {
  opacity: 0.7;
}
.rank-cta__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #bc0052;
}

@media print, screen and (min-width: 769px) {
  .rank-content {
      overflow: hidden;
  }

  .rank-mark-wrap .bird1 {
      top: 110rem;
  }
  .rank-mark-wrap .sakura2 {
      top: 200rem;
  }
  .rank-mark-wrap .sakura3 {
      bottom: auto;
      top: 465.9rem;
  }
  .rank-mark-wrap .bird3 {
      position: absolute;
      top: 754rem;
      right: -8rem;
  }
  .rank-mark-wrap .bird4 {
      position: absolute;
      top: 760rem;
      right: 4rem;
  }
}
.rank-box2__item-column2.is-special {
  border: solid 5px #f3046c;
  background-color: #fff2f8;
  position: relative;
  padding: 1rem 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column2.is-special {
      margin-top: 2.4rem;
  }
}
.rank-box2__item-column2.is-special .col1 {
  top: 0;
}
.rank-box2__item-column2.is-special .col1 sup {
  font-size: 1.6rem;
  font-weight: bold;
  align-self: center;
  margin-top: -0.2rem;
}
.rank-box2__item-column2.is-special .col1 .plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.36%22%20height%3D%2217.2%22%20viewBox%3D%220%200%2017.36%2017.2%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158498%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158498%22%20d%3D%22M1.32-11.64h6.8v6.8h3.76v-6.8h6.8v-3.6h-6.8v-6.8H8.12v6.8H1.32Z%22%20transform%3D%22translate(-1.32%2022.04)%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.3rem;
  height: 3.5rem;
  margin: 0 1.1rem 0;
  align-self: center;
}
.rank-box2__item-column2.is-special .rank-box2__item-catch {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -200%);
  font-weight: bold;
  color: #f3046c;
  display: flex;
  place-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  gap: 1.25rem;
}
.rank-box2__item-column2.is-special .rank-box2__item-catch::after,
.rank-box2__item-column2.is-special .rank-box2__item-catch::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.552%22%20height%3D%2217.261%22%20viewBox%3D%220%200%2014.552%2017.261%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158497%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158497%22%20d%3D%22M0%2C0%2C13%2C16%22%20transform%3D%22translate(0.776%200.63)%22%20fill%3D%22none%22%20stroke%3D%22%23f3046c%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.6rem;
}
.rank-box2__item-column2.is-special .rank-box2__item-catch::after {
  transform: scaleX(-1);
}
.rank-box2__item-column2 .col1 {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2rem;
  padding: 0 1.45rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column2 .col1 {
      margin-bottom: -0.5rem;
  }
}
.rank-box2__item-column2 .col1-title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.rank-box2__item-column2 .col1-title span {
  font-size: 2.4rem;
}
.rank-box2__item-column2 .col1__left img {
  margin: 0;
}
.rank-box2__item-column2 .col1__right-t1 {
  font-size: 1.4rem;
  text-align: left;
}
.rank-box2__item-column2 .col1__right-t2 {
  display: flex;
  align-items: baseline;
  position: relative;
}
.rank-box2__item-column2 .col1__right-t2 span {
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
}
.rank-box2__item-column2 .col1__right-t2 sub {
  font-size: 1.4rem;
  vertical-align: baseline;
  margin-left: 0.5rem;
}
.rank-box2__item-column2 .col1__right-t2::after {
  content: "";
  display: block;
  width: 0.96rem;
  height: 2.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18692%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018692%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.651%22%20height%3D%2226.479%22%20viewBox%3D%220%200%209.651%2026.479%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_5580%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%205580%22%20width%3D%229.651%22%20height%3D%2226.479%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18691%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018691%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158487%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158487%22%20d%3D%22M4.826%2C0A6.733%2C6.733%2C0%2C0%2C1%2C9.651%2C2.018l-.314.608a6.34%2C6.34%2C0%2C0%2C0-9.024%2C0L0%2C2.018A6.733%2C6.733%2C0%2C0%2C1%2C4.826%2C0%22%20transform%3D%22translate(0%200)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158488%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158488%22%20d%3D%22M3.605%2C10.334a11.482%2C11.482%2C0%2C0%2C0-.922-1.257v4.339h-.73V8.935A10.762%2C10.762%2C0%2C0%2C1%2C.483%2C11.591%2C3.443%2C3.443%2C0%2C0%2C0%2C.107%2C10.9%2C10.494%2C10.494%2C0%2C0%2C0%2C1.852%2C7.729H.3v-.71H1.952V5.478c-.5.1-1.014.183-1.48.254A2.858%2C2.858%2C0%2C0%2C0%2C.24%2C5.144a15.155%2C15.155%2C0%2C0%2C0%2C3.213-.812L3.97%2C4.9a8.493%2C8.493%2C0%2C0%2C1-1.287.406V7.019H3.95v.71H2.683v.618C3%2C8.61%2C3.859%2C9.5%2C4.062%2C9.736Zm5%2C2.3c.213%2C0%2C.264-.161.284-1.267a1.872%2C1.872%2C0%2C0%2C0%2C.659.3c-.071%2C1.3-.263%2C1.643-.861%2C1.643H7.823c-.7%2C0-.861-.223-.861-.973V9.523H6.1c-.183%2C1.7-.679%2C3.153-2.434%2C3.923a2.343%2C2.343%2C0%2C0%2C0-.456-.578c1.582-.638%2C1.987-1.905%2C2.15-3.345H4.325V6.218H8.969V9.523H7.681v2.818c0%2C.254.031.293.254.293ZM5.309%2C6.208a7.742%2C7.742%2C0%2C0%2C0-.872-1.744L5.066%2C4.2a7.533%2C7.533%2C0%2C0%2C1%2C.9%2C1.693ZM5.045%2C8.854H8.218V6.878H5.045Zm3.884-4.41A17.454%2C17.454%2C0%2C0%2C1%2C7.884%2C6.188l-.629-.254A10.738%2C10.738%2C0%2C0%2C0%2C8.168%2C4.18Z%22%20transform%3D%22translate(-0.017%20-0.646)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158489%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158489%22%20d%3D%22M3.673%2C21.209c-.426.153-.851.3-1.276.446v2.889c0%2C.416-.1.629-.355.751a3.758%2C3.758%2C0%2C0%2C1-1.349.122%2C2.919%2C2.919%2C0%2C0%2C0-.223-.68c.456.01.872.01%2C1%2C0s.183-.041.183-.193V21.909l-1.277.436-.224-.761c.416-.112.933-.273%2C1.5-.446V18.868H.288v-.709H1.656V16.181H2.4v1.977H3.512v.709H2.4v2.038l1.175-.375Zm5.11-1.135a7.782%2C7.782%2C0%2C0%2C1-1.429%2C3.5%2C5.614%2C5.614%2C0%2C0%2C0%2C2.21%2C1.257%2C2.851%2C2.851%2C0%2C0%2C0-.5.649%2C5.966%2C5.966%2C0%2C0%2C1-2.19-1.358%2C5.827%2C5.827%2C0%2C0%2C1-1.916%2C1.308%2C3.151%2C3.151%2C0%2C0%2C0-.436-.6A5.1%2C5.1%2C0%2C0%2C0%2C6.39%2C23.6a8.006%2C8.006%2C0%2C0%2C1-1.135-1.856A6.526%2C6.526%2C0%2C0%2C1%2C3.2%2C25.387a2%2C2%2C0%2C0%2C0-.548-.5c1.744-1.379%2C2.18-3.852%2C2.3-6.276H3.634v-.7H4.981c.011-.588.021-1.165.021-1.723h.719c0%2C.558-.009%2C1.135-.03%2C1.723H9.433v.7H5.661c-.019.446-.051.9-.1%2C1.348H8.2l.132-.03Zm-3.265.568a6.949%2C6.949%2C0%2C0%2C0%2C1.338%2C2.413%2C6.716%2C6.716%2C0%2C0%2C0%2C1.106-2.413Z%22%20transform%3D%22translate(-0.024%20-2.502)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158490%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158490%22%20d%3D%22M4.826%2C30.843A6.737%2C6.737%2C0%2C0%2C1%2C0%2C28.825l.314-.608a6.34%2C6.34%2C0%2C0%2C0%2C9.024%2C0l.314.608a6.736%2C6.736%2C0%2C0%2C1-4.825%2C2.018%22%20transform%3D%22translate(0%20-4.364)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  margin-left: 0.5rem;
}
.rank-box2__item-column2 .col1__right-t2.non-after::after {
  display: none;
}
.rank-box2__item-column2 .col1__right-t3 {
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column2 {
      padding: 2rem 0 1rem;
      height: auto;
  }
}

.rank-box2__item-column3 {
  width: 64rem;
  margin-top: 3rem;
  margin-left: 29.5rem;
  height: 11.5rem;
  border: solid 5px #f3046c;
  background-color: #fff2f8;
  position: relative;
  padding: 1.2rem 2.4rem 3.2rem 6rem;
  white-space: nowrap;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3 {
      width: 100%;
      height: auto;
      margin-left: auto;
      padding: 1.2rem 2.4rem 0rem 2rem;
  }
}
.rank-box2__item-column3::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.749%22%20height%3D%2215.365%22%20viewBox%3D%220%200%2013.749%2015.365%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158486%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158486%22%20d%3D%22M5206.631%2C22068.936l13.749-15.365v15.365Z%22%20transform%3D%22translate(-5206.631%20-22053.57)%22%20fill%3D%22%23f3046c%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 14.8rem;
  top: 0;
  transform: translate(0, -100%);
  width: 1.3rem;
  height: 1.5rem;
}
.rank-box2__item-column3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2298.469%22%20height%3D%2298.469%22%20viewBox%3D%220%200%2098.469%2098.469%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18706%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018706%22%20transform%3D%22translate(-457.766%20-7762.841)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158492%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158492%22%20d%3D%22M42.5%2C0%2C35.963%2C9.666%2C26.23%2C3.227%2C23.906%2C14.664%2C12.447%2C12.448l2.216%2C11.458L3.227%2C26.231l6.439%2C9.733L0%2C42.5l9.666%2C6.537L3.227%2C58.77l11.436%2C2.324L12.448%2C72.553l11.458-2.216%2C2.325%2C11.436%2C9.733-6.439L42.5%2C85l6.537-9.666%2C9.733%2C6.439%2C2.324-11.436%2C11.458%2C2.215L70.337%2C61.094l11.436-2.325-6.439-9.733L85%2C42.5l-9.666-6.537%2C6.439-9.733L70.336%2C23.906l2.216-11.458L61.094%2C14.663%2C58.769%2C3.227%2C49.037%2C9.666Z%22%20transform%3D%22matrix(0.985%2C%20-0.174%2C%200.174%2C%200.985%2C%20457.766%2C%207777.602)%22%20fill%3D%22%23f3046c%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158498%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158498%22%20d%3D%22M8.52-4.52A4.366%2C4.366%2C0%2C0%2C1%2C7.36-2.78%2C7.591%2C7.591%2C0%2C0%2C1%2C5.42-4.52ZM5.22-7.76H8.9v.64c0%2C.22%2C0%2C.44-.02.66H5.22Zm0-3.06H8.9v1.28H5.22Zm9.94%2C0v1.28H11.4v-1.28Zm0%2C4.36H11.38c.02-.22.02-.44.02-.64v-.66h3.76Zm2.36%2C1.94v-8.22H11.4v-1.18h7.36v-2.12H1.24v2.12H8.9v1.18H2.98v8.22H5.1l-1.82.74A9.643%2C9.643%2C0%2C0%2C0%2C5.34-1.54%2C19.415%2C19.415%2C0%2C0%2C1%2C.82-.36%2C11.048%2C11.048%2C0%2C0%2C1%2C2.26%2C1.76%2C18.049%2C18.049%2C0%2C0%2C0%2C7.68-.12c2.86%2C1.26%2C6.54%2C1.56%2C10.88%2C1.66A5.765%2C5.765%2C0%2C0%2C1%2C19.58-.82c-4.06.02-7.34-.06-9.94-.92A6.555%2C6.555%2C0%2C0%2C0%2C11.1-4.52Zm11.44-9.46v2.56a53.679%2C53.679%2C0%2C0%2C0%2C8.6%2C0V-14A41.126%2C41.126%2C0%2C0%2C1%2C28.96-13.98Zm1.6%2C8.54-2.3-.22a12.219%2C12.219%2C0%2C0%2C0-.34%2C2.6C27.92-1%2C29.58.22%2C33.02.22a28.324%2C28.324%2C0%2C0%2C0%2C5.16-.38l-.04-2.7a23.642%2C23.642%2C0%2C0%2C1-5.02.52c-2.04%2C0-2.8-.54-2.8-1.42A6.788%2C6.788%2C0%2C0%2C1%2C30.56-5.44Zm-4.68-9.88-2.8-.24c-.02.64-.14%2C1.4-.2%2C1.96a55.769%2C55.769%2C0%2C0%2C0-.84%2C7.92A25.566%2C25.566%2C0%2C0%2C0%2C22.82.86L25.14.7c-.02-.28-.04-.6-.04-.82a6.035%2C6.035%2C0%2C0%2C1%2C.1-.94c.22-1.06.88-3.24%2C1.44-4.9L25.4-6.94c-.28.66-.6%2C1.36-.9%2C2.04a9.649%2C9.649%2C0%2C0%2C1-.08-1.3%2C53.046%2C53.046%2C0%2C0%2C1%2C.96-7.34C25.46-13.9%2C25.72-14.9%2C25.88-15.32ZM42.74-5.04h1.92l.42-7.38.1-2.78H42.22l.1%2C2.78ZM43.7.28a1.854%2C1.854%2C0%2C0%2C0%2C1.84-1.92A1.842%2C1.842%2C0%2C0%2C0%2C43.7-3.56a1.826%2C1.826%2C0%2C0%2C0-1.82%2C1.92A1.838%2C1.838%2C0%2C0%2C0%2C43.7.28Z%22%20transform%3D%22matrix(0.985%2C%20-0.174%2C%200.174%2C%200.985%2C%20486.854%2C%207824.337)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9.8rem;
  height: 9.8rem;
  transform: translate(-55%, -50%);
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3::before {
      width: 6.8rem;
      height: 6.8rem;
  }
}
.rank-box2__item-column3 .rank-box2__item-column3-row {
  display: flex;
  align-items: center;
  gap: 5.8rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3 .rank-box2__item-column3-row {
      display: block;
  }
}
.rank-box2__item-column3-t1 {
  font-size: 1.4rem;
}
.rank-box2__item-column3-t2 {
  font-weight: bold;
}
.rank-box2__item-column3-t2 span {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3-t2 span {
      font-size: 2.4rem;
  }
}
.rank-box2__item-column3-t2 sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3-t2 sub {
      font-size: 2rem;
  }
}
.rank-box2__item-column3-t3 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 5.6rem;
  margin-left: 1rem;
}
.rank-box2__item-column3-t4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 1rem;
  margin-top: 1.6rem;
}
.rank-box2__item-column3-col1 {
  position: relative;
}
.rank-box2__item-column3-col1::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: 23%;
  transform: translate(-50%, 0);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.217%22%20height%3D%2223.806%22%20viewBox%3D%220%200%2014.217%2023.806%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158493%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158493%22%20d%3D%22M0%2C10.95C.883%2C10.182%2C10.85%2C0%2C10.85%2C0L21.759%2C10.95%22%20transform%3D%22translate(12.082%200.984)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 3.1rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3-col1::after {
      left: 50%;
      right: auto;
      bottom: -3rem;
      top: auto;
      transform: translate(-100%, 0) rotate(90deg);
  }
}
.rank-box2__item-column3-col2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3-col2 {
      margin-top: 1.5rem;
  }
}

.rank-box2__item-caveat {
  text-align: right;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-caveat {
      margin-top: 2rem;
  }
}

.singup-dialog__content .rank-cells {
  zoom: 0.9;
  margin: auto;
  justify-content: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .singup-dialog__content .rank-cells {
      margin-bottom: 5rem;
  }
}
.singup-dialog__content .banners {
  justify-content: center;
}

.singup-dialog__content .title {
  margin-bottom: 7.2rem;
}

.banner-read {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 3rem;
  margin: 5rem auto 3rem;
  position: relative;
  background-image: url("../images/rank/coin2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 2.5rem center;
  padding: 0 0 0 9rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .banner-read {
      font-size: 1.6rem;
      background-size: 3.3rem;
      background-position: left 1.1rem center;
      padding: 0 0 0 6rem;
  }
}
.banner-read span {
  color: #f3046c;
}

@media print, screen and (min-width: 769px) {
  .singup-dialog .banner {
      max-width: 45rem;
  }

  .mypage-point-dialog__content .box .row {
      gap: 4.5rem;
  }
}
.mypage-rank-info {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.mypage-rank-info img {
  border-radius: 6px;
}
.mypage-rank-info__next {
  margin-bottom: 2rem;
  border-bottom: dashed 1px #707070;
}
.mypage-rank-info__next dl {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  justify-content: end;
}
.mypage-rank-info__next dl dt {
  font-weight: bold;
}
.mypage-rank-info__next dl dd {
  margin-left: 0.25rem;
}
.mypage-rank-info__next dl .pt {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
.mypage-rank-info__next dl .pt::after {
  content: "pt";
  font-size: 1.2rem;
}
.mypage-rank-info__content {
  font-family: "Kiwi Maru", serif;
}
.mypage-rank-info__rank {
  font-size: 1.4rem;
}
.mypage-rank-info__rank-name {
  font-size: 2.4rem;
}
.mypage-rank-info__rank-name span {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .sp-none {
      display: none;
  }
}
.mypage-head__columns {
  border-radius: 10px;
  align-self: baseline;
}
.mypage-head__columns .mypage-head__column {
  background-color: #fff;
}

.mypage-head__info .t2 {
  margin-bottom: 1rem;
}

.mypage-head__info .t6 {
  margin-bottom: 1.6rem;
}

.mypage-head__info .point {
  font-size: 1.6rem;
  margin-bottom: 1.1rem;
}

.cart-privileges {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  grid-auto-rows: 6rem;
  counter-reset: cnt;
}

.cart-privilege {
  background: #fff;
  border-radius: 5px;
  display: grid;
  overflow: hidden;
  grid-template-columns: 6rem 1fr;
  counter-increment: cnt;
  gap: 1rem;
}
.cart-privilege__no {
  background: #ffebb5;
  text-align: center;
  font-size: 1rem;
  padding-top: 1em;
}
.cart-privilege__no::after {
  content: counter(cnt);
  text-align: center;
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.cart-privilege__text {
  align-self: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cart-privilege__text {
      font-size: 1.2rem;
      white-space: nowrap;
  }
}
.cart-privilege__text .b {
  font-weight: bold;
}
.cart-privilege__text .fs-18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .cart-privilege__text .fs-14_sp {
      font-size: 1.4rem !important;
  }
}
.cart-privilege__text .fs-20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .cart-privilege__text .fs-20 {
      font-size: 1.6rem;
  }
}

.mypage-point-dialog__content .box .t1 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.mypage-point-dialog__content .box .t1::before {
  content: "＼";
}

.mypage-point-dialog__content .box .t1::after {
  content: "／";
}

.mypage-point-dialog__content .box .link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mypage-point-dialog__content .box .link img {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .cart-login-form {
      background-size: 100% 100%;
  }
  .mypage-point-dialog__content .box {
      padding: 1.5rem 3rem;
      margin-top: 6rem;
  }
  .rank-head__catch {
    font-size: 1.4rem !important;
    line-height: 2;
    text-align: left;
  }
}


.rank-section__title {
  margin-bottom: 4.4rem;
}
.rank-section__title-img {
  margin-left: 0;
}
.rank-section__title-img--0 {
  width: 38.8rem;
}
.rank-section__title-img--1 {
  width: 13.8rem;
}
.rank-section__title-img--2 {
  width: 31.2rem;
}
.rank-section__title-img--3 {
  width: 38.9rem;
}
.rank-section__title-img--4 {
  width: 35.3rem;
}

.rank-section3__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.rank-section3__column {
  border-radius: 1rem;
}
.page-content--rank-page {
  background-position: center top 38rem;
  background-image: url("../images/rank/sakura-bg.png");
  background-size: 128.4rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .rank-head {
      padding-top: 0;
      margin-bottom: 6rem;
  }
  .rank-head__catch {
      font-size: 1.8rem;
      line-height: 3.4rem;
      margin-bottom: 6rem;
      padding-top: 0rem;
  }
  .rank-cells {
      padding-top: 2.4rem;
  }
  .rank-section__title-img--0 {
      width: calc(38.8rem *.75);
  }
  .rank-section__title-img--1 {
      width: calc(13.8rem *.75);
  }
  .rank-section__title-img--2 {
      width: calc(31.2rem *.75);
  }
  .rank-section__title-img--3 {
      width: calc(38.9rem *.75);
  }
  .rank-section__title-img--4 {
      width: calc(35.3rem *.75);
  }
  .rank-section__title {
      margin-bottom: 2.4rem;
  }
  .rank-head__title {
      margin-bottom: 3.2rem !important;
  }
  .rank-section2 p {
      line-height: 2.8rem;
  }
  .rank-section3__columns {
      grid-template-columns: 1fr;
  }
}