/* @font-face {
  font-family: 'KeiFont';
  src: url('fonts/keifont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.font-keifont {
  font-family: 'KeiFont', sans-serif;
} */
.top-banner__img {
  width: 100%;
  object-fit: cover;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.pr-title {
  height: 40px;
  width: 100%;
  background: #68C0CF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pr-title__text {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.pr-content-warp {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #F5F5F5;
}

.pr-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: #FFFFFF; */
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.osusume-item {
  display: flex;
  width: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  gap: 10px;
  padding-bottom: 20px;
}

.osusume-item__title {
  text-align: left;
  display: flex;
  gap: 10px;
}
.osusume-item__title-number {
}
.osusume-item__title-number > img {
  width: 60px;
}

.osusume-item__title-text {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
}

.osusume-item__image {
  padding: 0 40px;
}

.osusume-item__image > img{
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}

.osusume-item__desc {
  text-align: left;
  padding: 0 40px; 
}


@media screen and (max-width: 768px) {
  .pr-title {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .pr-title__text {
    color: #ffffff;
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
  }
  .osusume-item {
    width: 95%;
    gap: 10px;
  }
  
  .osusume-item__title {
    /* padding: 0 20px; */
    /* font-size: 16px; */
  }

  .osusume-item__title-number > img {
    width: 50px;
  }

  .osusume-item__title-text {
    font-size: 16px;
  }
  
  .osusume-item__image {
    padding: 0 20px;
  }
    
  .osusume-item__desc {
    padding: 0 20px; 
  }

  .osusume-item__image > img{
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
    overflow: hidden;
  }
  .ranking__head {
    width: unset;
  }
}


.ranking--sp {
  margin: 0 auto;
  /* padding: 0 5px; */
}

.ranking__head {
  position: relative;
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: 100%;
}

.ranking__head div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--main-color);
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 12.5px;
}

.ranking__head-img {
  width: 100%;
  object-fit: cover;
}

.annotation__text {
  font-size: 8px;
  color: #7f7f7f;
  text-align: end;
  width: 100%;
}

.ranking__button-campaign {
  width: 95%;
  max-width: 400px;
  margin: 5px auto 8px;
  background: #32ceb6;
  box-shadow: 0 5px 0 #009b81;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .ranking__button-campaign {
    font-size: 1.8rem;
  }

  .ranking__title--image {
    margin-bottom: 25px !important;
  }
  .ranking__head div {
    font-size: 30px;
  }
}

.ranking {
  position: relative;
}

.ranking__title--image {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}

.ranking__title {
  width: 100%;
  height: 25vw;
  margin-top: 10px;
  padding-top: 5px;
  background-image: url(../images/ranking/head_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  color: #630;
  font-size: 2rem;
  font-weight: bold;
}

.ranking-item__head {
  position: relative;
  width: 100%;
  background: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: black !important;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ranking-item__badge {
  top: 10px;
  width: 80px;
  object-fit: contain;
}
.ranking-item__name {
  color: black;
  font-size: 2rem;
  /* text-decoration: none; */
}
.ranking-item__tagline {
  color: black;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: underline;
}
.ranking-item {
  width: 100%;
  margin: 0 auto 5px;
  padding: 15px 85px;
}
.ranking-item__star {
  display: none;
  align-items: center;
  width: 100%;
  padding: 0.5em 1em;
  color: red;
  font-weight: bold;
}
.ranking-item__star-head {
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  border: solid 1px #843c0c;
  color: #843c0c;
  font-weight: bold;
}

.ranking-item__mainimg {
  display: flex;
  max-width: 100%;
  max-height: 220px;
  padding-left: 16px;
  padding-right: 16px;
}
.ranking-item__mainimg > img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 15px;
}
.ranking-item__info {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
.ranking-item__campaign-title {
  display: none;
  width: 98%;
  margin: 10px auto 0;
  padding: 0.2em 0 0.1em;
  background: #f0a0a5;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.ranking-item__campaign-text {
  display: none;
  width: 98%;
  margin: 0 auto;
  padding: 0.5em;
  background: #fee3d2;
  border: solid 2px #f0a0a5;
  text-align: center;
}
.ranking-item__campaign-text > img {
  max-width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .ranking__title {
    height: 190px;
    font-size: 3.2rem;
  }
  .ranking-item {
    justify-content: space-between;
  }
  .ranking-item__head {
    /* padding: 0.2em 0 0.1em 80px;
      font-size: 2.4rem; */
  }
  .ranking-item__badge {
    left: 15px;
  }
  .ranking-item__mainimg {
    max-width: 38%;
    padding-right: 0px !important;
  }
  .ranking-item__info {
    width: 60%;
    padding-left: 0px !important;
  }
  .ranking-item__mainimg > img {
    margin-bottom: 0;
  }
}

.ranking-point {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 8px;
  color: #843c0c;
}
.ranking-point__img {
  display: none;
}
.ranking-point__wrapper {
  width: 100%;
}
.ranking-point__title {
  position: relative;
  padding: 10px 5px;
  background: var(--light-red-color);
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
}

.ranking-point__title::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  border: solid 10px transparent;
  border-top: solid 15px var(--light-red-color);
}

.ranking-point__block {
  width: 100%;
  margin: 0px auto 8px;
  padding: 20px 10px 5px;
  background: #fff9e7;
}

.ranking-point__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  padding: 0.3em 0.6em;
  border-radius: 1.2em;
  background: var(--main-color);
  color: var(--brown-color);
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 35px;
  margin: 0.5em auto 0;
}

.ranking-point__block li {
  margin-bottom: 5px;
  padding: 0.2em 0 0.1em 38px;
  background-image: url(/images/check.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 23px;
  font-size: 14px;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .ranking-point__title {
    padding: 0.5em 0 0.2em 0.5em;
    background-image: none;
    font-size: 1.8rem;
  }

  .ranking-point__wrapper {
    width: 100%;
  }
}

.simple-ranking {
  width: 100%;
}

.simple-ranking__title {
  background: linear-gradient(150deg, #fb858b 0%, #e04a3f 50%, #bf5d97 100%);
  color: white;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 20px;
}

.simple-ranking__title--big {
  font-size: 35px;
  font-weight: bold;
}

.simple-ranking__link {
  display: flex;
  padding: 8px;
  flex-direction: column;
}

.simple-ranking__link-tips {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 3px 0;
  border-bottom: 1px solid #d9d9d9;
}

.simple-ranking__under-text {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: white;
  display: block;
  background: url(/images/ranking/simple-ranking_bg_2.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.ranking__marquee {
  width: 95%;
  margin: 5px auto;
  padding: 0.2em 0;
  border-radius: 5px;
  background: #333;
  color: #fff;
}

.link-tips__text {
  font-size: 20px;
}

.link-tips__star {
  display: flex;
  align-items: center;
}

.link-tips__left {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 2px 10px;
}

.link-tips__icon {
  grid-row: 1/3;
  width: 100%;
  object-fit: contain;
}

.link-tips__star-icon {
  width: 27px;
  object-fit: contain;
}

.link-tips__star-text {
  color: #ff5677;
  font-weight: bold;
}

.link-tips__star-text--big {
  font-size: 20px;
}

.ranking__marquee {
  width: 95%;
  margin: 5px auto;
  padding: 0.2em 0;
  border-radius: 5px;
  background: #333;
  color: #fff;
}

.ranking-campaign {
  position: relative;
  width: 95%;
  margin: 8px auto;
}
.ranking-campaign__head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0;
  background: #ff7c80;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.ranking-campaign__icon {
  height: 1em;
  margin-right: 5px;
  object-fit: contain;
}
.ranking-campaign__text {
  padding: 0.8em;
  border: solid 1px #ff7c80;
  background: #fff9e7;
  text-align: center;
  color: #843c0c;
}
.ranking-campaign__bottom {
  border: solid 46vw transparent;
  border-top: solid 35px #ff7c80;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .ranking-campaign {
    width: 80%;
  }
  .ranking-campaign__bottom {
    border: solid 260px transparent;
    border-top: solid 40px #ff7c80;
    border-bottom: none;
  }
}

.ranking-review {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15px 8px;
}
.ranking-review__title {
  width: 100%;
  margin: 1em auto 0;
  padding: 0.2em 0 0.2em 35px;
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: left;
  border-bottom: solid 2px var(--main-color);
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.ranking-review__title > img {
  width: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ranking-review__list {
  margin: 0px 0 0px;
}
.ranking-review__item {
  display: grid;
  grid-template-columns: 66px 1fr 1fr;
  grid-template-rows: 66px minmax(8.5em, 1fr);
  gap: 5px 10px;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 3px 8px;
  border-radius: 15px;
  border: solid 1px #aaa;
  position: relative;
  min-height: 202px;
}

@media screen and (min-width: 768px) {
  .ranking-review__item {
    grid-template-rows: 86px minmax(5em, 1fr);
  }
}

.ranking-review__item-inner {
  display: flex;
  flex-direction: column;
  grid-column: 2/3;
}

.ranking-review__icon {
  /* display: block;
          object-fit: contain;
          margin-left: 0.5em;
          width: 86px;
          height: 89px; */
  display: block;
  width: 90%;
  object-fit: contain;
  margin-left: 0.5em;
}
.ranking-review__prof {
  font-size: 1.6rem;
}
.ranking-review__star {
  display: flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
}
.star {
  color: #888;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.ranking-review__star img {
  width: 15px;
  height: 15px;
}
.ranking-review__text {
  grid-column: 1/-1;
  padding: 0.2em;
  height: 100%;
  border-top: solid 1px #aaa;
}
/* swiper */

.ranking-recommend__title {
  display: block;
  width: 95%;
  margin: 8px auto 0;
  padding: 5px 0;
  image-rendering: -webkit-optimize-contrast;
}
.ranking-recommend {
  width: 85%;
  margin: 0 auto;
}
.ranking-recommend__item {
  display: grid;
  grid-template-columns: 50px 1fr 100px;
  grid-template-rows: 60px;
  gap: 15px;
  justify-items: center;
  align-items: center;
  border-bottom: solid 1px #e7e6e6;
  padding: 8px 0;
}
.ranking-recommend__item:last-of-type {
  border-bottom: none;
}
.ranking-recommend__badge {
  width: 100%;
  object-fit: contain;
}
.ranking-recommend__logo {
  display: block;
  width: 80%;
  object-fit: contain;
  margin: auto;
}

/* ranking-compare */
.ranking-compare__title {
  display: block;
  width: 100%;
  margin: 4px auto 0;
  padding: 5px 0;
  image-rendering: -webkit-optimize-contrast;
  /* margin-bottom: 10px; */
}
.ranking-compare__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.ranking-compare {
  width: max-content;
  font-size: 1.4rem;
  overflow: visible;
}
.ranking-compare span {
  font-family: "Hiragino Kaku Gothic ProN","Meiryo",sans-serif !important;
}
.ranking-compare__tr-title {
  height: 35px;
}
.ranking-compare__tr-title td {
  position: absolute;
  left: 5px;
  right: 5px;
  background-color: var(--main-color);
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 13px;
}
.ranking-compare__th {
  background-color: var(--main-color);
  color: white;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  padding: 5px;
}
.ranking-compare__th,
.ranking-compare__td {
  border-right: solid 2px #68C0CF;
  background: #fffff;
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic ProN","Meiryo",sans-serif !important;
}

.ranking-compare__th,
.ranking-compare__td:last-of-type {
  border-right: none;
}

.ranking-compare__td.campaign .text {
  min-height: 50px;
}

.ranking-compare__td.campaign .button {
  width: 100%;
  height: auto !important;
  margin: 6px;
}

.ranking-compare__mark {
  width: 15%;
  min-width: 30px;
}

.ranking-compare .text-tb{
  font-family: "Hiragino Kaku Gothic ProN","Meiryo",sans-serif !important;
}

.ranking-compare .text-tb div{
  font-family: "Hiragino Kaku Gothic ProN","Meiryo",sans-serif !important;
}

.ranking-compare-logo {
  background-color: transparent;
}

.ranking-compare-logo img {
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
.ranking-compare__th {
  position: sticky;
  z-index: 2;
  left: 0;
  /* width: 10%; */
  background: var(--main-color);
  border-left: none;
  color: #fff;
  font-weight: bold;
}
.ranking-compare__th::after {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: -2.5px;
  left: 0;
  right: 0;
  right: -3px;
  border-left: 0px;
  background: transparent;
}
.ranking-compare__td {
  width: 250px;
  padding: 2em 0.4em;
  text-align: center;
  color: #484d45;
  /* font-weight: bold; */
  /* min-width: 215.3px; */
  vertical-align: inherit;
}
.ranking-compare__td-recommend {
  background: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ranking-compare__td-recommend-wrapper .selected {
  background: gray;
}

.ranking-compare__td .check-list::before {
  content: "✔";
  margin-right: 10px;
}

.ranking-compare__td:last-child {
  border-right: none;
}
.ranking-compare__td--campaign {
  vertical-align: middle;
  color: #f0a0a5;
}
.ranking-compare__td-head {
  align-items: center;
}
.ranking-compare__badge {
  display: block;
  height: 40px;
  object-fit: contain;
  margin: 0 auto;
}
.ranking-compare__logo {
  display: block;
  /* width: 95%; */
  object-fit: contain;
  margin: 5px auto;
  width: 180px;
}
.ranking-compare .compare-img {
  display: block;
  width: 20%;
  object-fit: contain;
  margin: 5px auto;
}
.ranking-compare__star {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: gold;
  font-size: 1.8rem;
  font-weight: bold;
}
.ranking-compare__star--big {
  font-size: 2.6rem;
}
.ranking-compare__toggle {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
.ranking-compare__list {
  padding: 0.2em 0.2em 0.2em 1em;
  text-align: left;
}
.ranking-compare__btn {
  background: linear-gradient(#ff2d00, #ff6900) !important;
  box-shadow: 0 5px 0 #b90e00 !important;
}

.button-jump--small {
  width: 95%;
  height: 3.5em;
  font-size: 1.4rem;
}
.ranking-compare__help {
  display: inline-block;
  height: 1.2em;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) {
  .ranking-compare__th {
    width: 100px;
  }
  .ranking-compare__td {
    width: 296.7px;
  }
  .ranking_top>.box_wrap>div>.box_title{
    font-size: 13px !important;
  }
  .ranking-compare__title {
    /* width: 75%; */
    /* margin-bottom: 32px; */
  }
}

.ranking-search {
  width: 100%;
  font-size: 1.6rem;
}
.ranking-search__head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4em 0;
  background: #e88596;
  color: #fff;
}
.ranking-search__arrow {
  width: 24px;
  margin-left: 5px;
}
.ranking-search__arrow--close {
  display: none;
}
.ranking-search__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
}
.ranking-search__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 48%;
  padding: 1.1em 0.4em;
  border-radius: 3px;
  background-image: url(/images/ranking/search_select.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: right 0.5em top 50%;
  color: #333;
}
.ranking-search__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 3.5em;
  background: #5da396;
  box-shadow: 2px 2px 4px #aaa;
  border-radius: 8px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.ranking-search__icon {
  width: 24px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .ranking-item {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .ranking-item__mainimg {
    padding-left: 8px;
    padding-right: 8px;
  }

  .ranking-item__info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .ranking-point {
    padding: 0 8px;
  }

  .ranking-point__block {
    padding: 25px 12px 12px !important;
  }
  .ranking-point__title {
    margin-top: 6px;
  }

  .ranking__title--image {
    margin: 10px 0;
  }

  .ranking-compare__title {
    margin-top: 0px;
    /* margin-bottom: 10px; */
    padding-bottom: 0px;
  }
  .ranking-point__head {
    font-size: 1.5rem;
  }

  .ranking-compare__th {
    padding: 5px;
  }
}

@keyframes btnlike-btn {
  0% {
    box-shadow: 0 4px 0 #750107;
    transform: translatey(0);
  }
  60% {
    box-shadow: 0 4px 0 #750107;
    transform: translatey(0);
  }
  70% {
    box-shadow: none;
    transform: translatey(4px);
  }
  80% {
    box-shadow: 0 4px 0 #750107;
    transform: translatey(0);
  }
  100% {
    box-shadow: 0 4px 0 #750107;
    transform: translatey(0);
  }
}
.box-topranking-button .cv {
  animation-name: btnlike-btn;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border-radius: 50px;
}

.box-topranking-button .cv {
  animation-name: btnlike-btn;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border-radius: 50px;
}
.toptxt-btn {
  font-weight: bold;
  color: #444;
  letter-spacing: 0.05rem;
  margin-top: 10px;
  /* margin-bottom: 5px; */
  text-align: center;
  position: relative;
  bottom: -10px;
}

.button {
  margin: 1rem 2rem;
  text-align: center;
}
.button .cv {
  background: #FF3615;
  border-radius: 5px;
  font-size: 1.4rem;
  display: inline-block;
  width: 100%;
  text-shadow: 2px 2px 2px #666;
  box-shadow: 0 4px 0 #a10b0c;
  margin: 0 0 1.3rem 0;
}
.button .cv a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 1.5rem 2rem;
}

.box-topranking-button .cv::before {
  content: url(/images/arrow.svg);
  display: inline-block;
	width: 9px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.button .info {
  font-size: 1.3rem;
}

.button-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 2rem;
}
.button-flex .cv {
  flex-basis: 100%;
}
.button-flex .info {
  background: #bbb;
  border-radius: 4px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 0.5rem 1.5rem 0;
  box-shadow: 0 4px 0 #777;
  flex-basis: 50%;
}
.button-flex .info a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 1.5rem 1rem;
}
.btn-in-compare:hover{
  transform: scale(1.05);
}
/*コンバージョンボタン　キランとするやつ*/
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.shiny-btn {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.shiny-btn::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    white 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shiny-btn a {
  color: #fff;
}

.recommended-tb{
  display: block;
}

.recommended-tb__sp{
  display: none;
}

.ranking_top img{
  max-width: 100%;
}

@media screen and (max-width: 400px) {
  .ranking-compare__td-recommend-wrapper span {
    width: 80px;
  }

  .ranking-compare__td{
    width: 195px;
  }
}

@media screen and (max-width: 430px) {
  /* .ranking-compare__td {
    max-width: 126.5px;
  } */

  .ranking-compare__td .button .cv a {
    padding: 1rem;
  }

  .recommended-tb{
    display: none;
  }

  .recommended-tb__sp{
    display: block;
  }
  .f14__sp{
    font-size: 14px;
  }

  .box-topranking-button-mb .cv::before {
    content: "";
    background-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 5px;
    display: inline-block;
    width: 5px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    
  }
  .ranking-compare__td-small {
    padding: 1em 0.4em;
  }
}

.ranking-compare__td.campaign ul{
  padding: 0;
}
.ranking-compare__td.campaign ul>li{
  text-align: initial;
  list-style: none;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
  position: relative;
}
.ranking-compare__td.campaign ul>li::before{
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--main-color);
  content: '';
  border-radius: 50px;
}
.c .text .text-tb {
  font-size: 13px !important;
}

.border-bottom__white{
  border-bottom: 2px solid white;
}

.border-bottom-ranking-compare {
  border-bottom: 2px solid #68C0CF;
}

.border-top-ranking-compare {
  border-top: 2px solid #68C0CF;
}

.ranking_top .box_wrap{
  display: flex;
  gap:10px;
  justify-content: center;
  font-size: 14px;
}

.ranking_top>.box_wrap>div{
  border: 1px solid var(--main-color);
  padding: 10px;
  border-radius: 15px;
  width: 280px;
  min-height: 320px;
}

.ranking_top>.box_wrap>div>.box_title{
  color: #1EB5B8;
  background-color: #E9F6FB;
  border-radius: 20px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  /* font-weight: bold; */
}

.ranking_top>.box_wrap>div>.box_img{
  text-align: center;
  margin: 5px 0;
}

.ranking_top>.box_wrap>div>.box_img>img{
  width: 250px;
  object-fit: contain;
}

.ranking_top>.box_wrap>div>div{
  text-align: justify;
}

.ranking_top>.box_wrap>div>.checked{
  padding: 0px;
  list-style: none;
}
.ranking_top>.box_wrap>div>ul{
  padding-left: 18px;
}

.ranking_top>.box_wrap>div>.checked>li::before{
  content: '✔';
  color: var(--main-color);
}

@media screen and (max-width: 430px) {
  .ranking_top .box_wrap{
    flex-direction: column;
    align-items: center;
  }

  .ranking_top>.box_wrap>div{
    min-width: 343px;
    min-height: 370px;
  }

  .ranking_top>.box_wrap>div>.box_img>img{
    width: 320px;
  }
}

@media screen and (min-width: 430px) {
  .ranking_top>.box_wrap>div>ul{
    list-style: none;
    padding-left: 0;
  }
}