.loading {
  width: 100%;
  max-width: 750px;
  top: 0;
}

.hidden {
  display: none;
}

.rank_body h3 {
  margin-left: 0px;
}

.ranking {
  margin-top: 0px;
  padding-top: 5%;
  background-color: #FFFEE6;
}

.ranking h2 {
  margin-top: 0%;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .ranking h2 {
    font-size: 50px;
  }
}

.rank_body {
  padding: 0;
  margin: 0 auto;
  background: none;
}

.result_box {
  background: none;
  border: none;
  display: block;
}
.result_box span {
  color: #F68446;
}
.result_box a {
  display: block;
  margin: 0 auto;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .result_box a {
    margin-top: 10px;
  }
}
.result_box a img {
  width: 49.0666666667vw;
  max-width: 365px;
  margin: 0 auto;
  display: block;
}

.tab-button {
  font-size: 3.7333333333vw;
  width: 25.3333333333vw;
  max-width: 190px;
  margin: 0 1.3333333333vw;
  padding-left: 0;
  padding-right: 0;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .tab-button {
    font-size: 28px;
    margin: 0 10px;
    border-radius: 10px;
  }
}
.tab-button.active {
  color: #F68446;
  border-color: #F68446;
  -webkit-box-shadow: 0 4px #F68446;
  box-shadow: 0 4px #F68446;
}

.itemArea {
  position: relative;
  width: 93.3333333333vw;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-top: solid #F68446 5px;
  border-bottom: solid #F68446 5px;
  box-shadow: 0 0 5px #f68446;
  border-radius: 1.3333333333vw;
  padding-bottom: 6.6666666667vw;
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  .itemArea {
    border-radius: 10px;
    padding-bottom: 50px;
    margin-top: 30px;
  }
}
.itemArea .ttlArea {
  width: 86vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .itemArea .ttlArea {
    width: 645px;
  }
}
.itemArea .ttlArea .ttl {
  font-size: 6vw;
  font-weight: 700;
}
@media screen and (min-width: 751px), print {
  .itemArea .ttlArea .ttl {
    font-size: 45px;
  }
}
.itemArea .ttlArea .ttl a {
  color: #3E70CF;
  transition: all ease 0.2s;
}
.itemArea .ttlArea .ttl a:hover {
  opacity: 0.7;
}
.itemArea .ttlArea .rating-display {
  display: none;
}
.itemArea .campaignArea {
  display: none;
}
.itemArea .crown {
  width: 13.3333333333vw;
  height: 10vw;
  left: 3.7333333333vw;
  top: 5.6vw;
}
@media screen and (min-width: 751px), print {
  .itemArea .crown {
    width: 100px;
    height: 75px;
    left: 28px;
    top: 42px;
  }
}
.itemArea .rank_img {
  width: 86vw;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .itemArea .rank_img {
    margin: 0 auto;
    margin-top: 20px;
    width: 645px;
  }
}
.itemArea .rank_img > a {
  width: 36vw;
  max-width: 270px;
}
.itemArea .rank_img .rank_table {
  width: 46.6666666667vw;
  max-width: 350px;
}
.itemArea .rank_img .rank_table table {
  border: none;
  border: solid 1px #787878;
}
.itemArea .rank_img .rank_table table th {
  font-size: 2.9333333333vw;
  line-height: 1.2;
  font-weight: 500;
  background-color: #FFF9E1;
  padding: 1.3333333333vw 0;
  border: none;
  border-right: solid 1px #787878;
  border-bottom: solid 1px #787878;
}
@media screen and (min-width: 751px), print {
  .itemArea .rank_img .rank_table table th {
    font-size: 22px;
    padding: 10px 0;
  }
}
.itemArea .rank_img .rank_table table td {
  font-size: 3.3333333333vw;
  font-weight: 500;
  text-align: center;
  border: none;
  border-bottom: solid 1px #787878;
  line-height: 1.2;
}
@media screen and (min-width: 751px), print {
  .itemArea .rank_img .rank_table table td {
    font-size: 25px;
  }
}
.itemArea .rank_img .rank_table table td .red {
  color: #F68446;
  font-size: 4.6666666667vw;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 751px), print {
  .itemArea .rank_img .rank_table table td .red {
    font-size: 35px;
  }
}
.itemArea .rank_img .rank_table table td.card {
  flex-wrap: wrap;
  border: none;
  justify-content: center;
  align-items: center;
}
.itemArea .rank_img .rank_table table td.card img {
  width: 6.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .itemArea .rank_img .rank_table table td.card img {
    width: 50px;
  }
}
.itemArea .rank_img .rank_table table tr:nth-last-child(1) th {
  border-bottom: none;
}
.itemArea .rank_img .rank_table table tr:nth-last-child(1) td {
  border-bottom: none;
}
.itemArea .flex-clomun {
  display: flex;
  flex-direction: column-reverse;
}
.itemArea .osusumeArea {
  display: none;
}
.itemArea .reviewArea {
  display: none;
}
.itemArea .timerArea {
  padding: 1.3333333333vw 0;
  background-color: #2D2D2D;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .itemArea .timerArea {
    padding: 10px 0;
    margin-top: 40px;
  }
}
.itemArea .timerArea-txt {
  font-size: 3.7333333333vw;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 751px), print {
  .itemArea .timerArea-txt {
    font-size: 28px;
  }
}
.itemArea .timerArea-txt .timer {
  font-family: "Poppins", sans-serif;
  font-size: 6.4vw;
  text-decoration: underline;
  font-weight: 500;
  color: #FFF83A;
  line-height: 1;
  display: inline;
  padding: 0 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .itemArea .timerArea-txt .timer {
    font-size: 48px;
    padding: 0 10px;
  }
}
.itemArea .buttonArea > a {
  background: #FF5A01;
  border-radius: 100px;
  width: 80vw;
  max-width: 600px;
  line-height: 1.4;
}
.itemArea .buttonArea > a .txt {
  display: block;
  font-size: 3.7333333333vw;
  line-height: 1.2;
  border-bottom: solid 1px #fff;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 0.5333333333vw;
}
@media screen and (min-width: 751px), print {
  .itemArea .buttonArea > a .txt {
    font-size: 28px;
    padding-bottom: 4px;
  }
}
.itemArea .buttonArea > a .ttl {
  font-size: 4.8vw;
  line-height: 1.2;
  padding-top: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .itemArea .buttonArea > a .ttl {
    font-size: 36px;
    padding-top: 10px;
  }
}
.itemArea .shiny-btn3 {
  background: #fff;
  border: solid 3px #FF5A01;
  color: #FF5A01;
  width: 80vw;
  max-width: 600px;
  line-height: 1;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .itemArea .shiny-btn3 {
    font-size: 40px;
  }
}
.itemArea .shiny-btn3 span {
  color: #2C2C2C;
  font-size: 4vw;
  font-weight: 500;
}
@media screen and (min-width: 751px), print {
  .itemArea .shiny-btn3 span {
    font-size: 30px;
  }
}/*# sourceMappingURL=result.css.map */