@charset "UTF-8";
/* CSS Document */
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../images/rank_bk.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

#sparkle-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #f9ff45;
  border-radius: 50%;
  opacity: 0;
  -webkit-box-shadow: 0 0 6px #f9ff45, 0 0 12px #f9ff45;
          box-shadow: 0 0 6px #f9ff45, 0 0 12px #f9ff45;
  -webkit-animation: sparkleAnim 2s linear forwards;
          animation: sparkleAnim 2s linear forwards;
}

@-webkit-keyframes sparkleAnim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@keyframes sparkleAnim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes sparkleMove {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@keyframes sparkleMove {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
#wrapper::before {
  content: "";
  width: 196.6rem;
  height: 106.8rem;
  position: fixed;
  background: url(../images/rank_bk_star.png) no-repeat;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: multiply;
  left: -4.5rem;
  top: -3.5rem;
}

.logo {
  position: absolute;
  left: 4rem;
  z-index: 10;
  top: 2rem;
}
.logo img {
  width: 33rem;
}

.title {
  width: 100%;
  height: 55rem;
  position: relative;
  margin: 0 auto 3rem auto;
  z-index: 2;
  background: url(../images/title.png) center bottom no-repeat;
  background-size: 225rem;
}
.title h1 {
  padding-top: 7.5rem;
  margin-bottom: 4rem;
}
.title h1 .lalogo {
  width: 75.4rem;
  margin-bottom: 1.5rem;
}
.title h1 .tit {
  width: 79rem;
}
.title .maruru {
  width: 30.6rem;
  position: absolute;
  top: 3.6rem;
  left: 82rem;
  pointer-events: none;
}
.title .lead {
  font-weight: bold;
  font-size: 2.6rem;
  border-left: 1.2rem solid #000;
  padding-left: 3.5rem;
}

.qc_kekka {
  position: relative;
  z-index: 1;
  padding-bottom: 3.5rem;
  margin-bottom: 4.5rem;
}
.qc_kekka h2 {
  text-align: center;
  font-size: 4.2rem;
  color: #e95098;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 0rem;
  position: relative;
}
.qc_kekka h2 img {
  width: 80rem;
  margin-bottom: -3rem;
}
.qc_kekka .come {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.qc_kekka ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 63rem;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.qc_kekka ul li {
  width: 33rem;
  height: 59rem;
  background: url(../images/rank_qcframe.svg) no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 0.8rem;
  margin-left: -6rem;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  left: 5rem;
  -webkit-transform: translateY(1rem) scale(0);
          transform: translateY(1rem) scale(0);
}
.qc_kekka ul li:nth-child(even) {
  margin-top: 8rem;
}
.qc_kekka ul li:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.qc_kekka ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.qc_kekka ul li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.qc_kekka ul li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.qc_kekka ul li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.qc_kekka ul li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.qc_kekka ul li.mov {
  opacity: 1;
  -webkit-transform: translateY(0) scale(0.75);
          transform: translateY(0) scale(0.75);
}
.qc_kekka ul li .photo {
  position: absolute;
  width: 38rem;
  left: -2.5rem;
  top: -1rem;
}
.qc_kekka ul li .data {
  position: absolute;
  top: 24rem;
  text-align: center;
  width: 32rem;
  left: 0.5rem;
  z-index: 1;
  -webkit-filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.2));
}
.qc_kekka ul li .data .name {
  font-size: 7rem;
  color: #e95098;
  font-weight: 900;
  text-shadow: -0.2rem -0.2rem 0 #fff, 0px -0.2rem 0 #fff, 0.2rem -0.2rem 0 #fff, -0.2rem 0px 0 #fff, 0.2rem 0px 0 #fff, -0.2rem 0.2rem 0 #fff, 0px 0.2rem 0 #fff, 0.2rem 0.2rem 0 #fff;
  -webkit-filter: drop-shadow(0 0.3rem 0 #fff);
          filter: drop-shadow(0 0.3rem 0 #fff);
  margin-bottom: 0.5rem;
}
.qc_kekka ul li .data .sub {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 1.8rem;
  color: #fff;
}
.qc_kekka ul li .data .value {
  background: #e95098;
  line-height: 5rem;
  border-radius: 100vmax;
  color: #f0d760;
  font-size: 4rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
.qc_kekka ul li .data .value span {
  font-size: 2.6rem;
  line-height: 1em;
}

.ranking {
  position: relative;
  z-index: 1;
  padding: 0 10rem 10rem 10rem;
}
.ranking::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -5rem;
  background: url(../images/ranking_bk.png) center top;
  background-size: 225rem;
}
.ranking h2 {
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  text-align: center;
  font-weight: 900;
  color: #248bcb;
  color: #fff;
  position: relative;
  top: 5rem;
  z-index: 1;
  margin-bottom: 8rem;
}
.ranking ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ranking ul li {
  width: 24rem;
  margin: 0 1rem 6rem 1rem;
  position: relative;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(1rem) scale(0);
          transform: translateY(1rem) scale(0);
}
.ranking ul li .box {
  overflow: hidden;
  border-radius: 12rem 12rem 1rem 1rem;
  border: 0.2rem solid #248bcb;
  background: #fff;
}
.ranking ul li:nth-child(even) {
  top: 1.5rem;
}
.ranking ul li.mov {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.ranking ul li .rank {
  width: 13rem;
  height: 12rem;
  background: url(../images/ranking/rank_star.png) no-repeat;
  position: absolute;
  background-size: contain;
  top: -6rem;
  left: -1rem;
  text-align: center;
  line-height: 12.5rem;
  color: #fff;
  font-weight: 900;
  font-size: 4.2rem;
  font-family: "Roboto", sans-serif;
}
.ranking ul li img {
  width: 100%;
  height: 17rem;
}
.ranking ul li .data {
  text-align: center;
  font-weight: 900;
  position: relative;
  padding: 1.5rem 0 0 0;
}
.ranking ul li .data:before {
  content: "";
  background: url(../images/rank_en.svg);
  background-size: 100%;
  left: 0;
  position: absolute;
  top: -2.4rem;
  height: 2.5rem;
  width: 100%;
}
.ranking ul li .data .name {
  color: #e95098;
  font-size: 3.2rem;
  line-height: 1em;
  position: relative;
  top: -2rem;
  margin-bottom: -2rem;
}
.ranking ul li .data .sub {
  color: #e95098;
  font-size: 2rem;
}
.ranking ul li .data .value {
  background: #e95098;
  color: #f0d760;
  font-size: 2.8rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  line-height: 4rem;
  margin-top: 0.8rem;
}
.ranking ul li .data .value span {
  font-size: 1.8rem;
  line-height: 1em;
}

address {
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding-bottom: 3rem;
  font-size: 1.6rem;
}

#page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  opacity: 0.9;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 10rem;
  height: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#6ec4d0), to(#f0d760));
  background: linear-gradient(#6ec4d0, #f0d760);
  color: #fff;
  line-height: 10rem;
  font-size: 4.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  border-radius: 100%;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-top a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#page-top a img {
  width: 100%;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media (max-width: 750px) {
  #wrapper {
    width: 75rem;
    background-size: 75rem auto;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .logo {
    left: 4rem;
  }
  .title {
    width: 100%;
  }
  .title h1 {
    text-align: center;
    width: 100%;
    padding-top: 11.4rem;
    margin-bottom: 2.5rem;
  }
  .title h1 .lalogo {
    width: 62rem;
  }
  .title h1 .tit {
    width: 65rem;
  }
  .title .lead {
    border: none;
    padding: none;
    text-align: center;
    font-size: 2.8rem;
  }
  #wrapper::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/rank_bk_star_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .qc_kekka ul {
    width: 68rem;
  }
  .qc_kekka ul li .data {
    width: 32rem;
    height: 54rem;
    left: 0.5rem;
  }
  .qc_kekka ul li {
    width: 32rem;
    height: 58rem;
    margin-bottom: -6rem;
  }
  .qc_kekka ul li .photo {
    width: 34rem;
    left: -1.5rem;
    top: 3rem;
  }
  .ranking {
    position: relative;
  }
  .ranking ul li {
    width: 30rem;
  }
  .ranking ul li img {
    height: 21.2rem;
  }
  .ranking {
    padding: 0;
  }
  .ranking ul li .data .sub {
    font-size: 2.8rem;
  }
  .ranking ul li .data .name {
    font-size: 4.2rem;
  }
  .ranking ul li .data .value {
    font-size: 4.2rem;
    line-height: 5.6rem;
  }
  .ranking ul li .data .value span {
    font-size: 2.8rem;
  }
  .ranking h2 {
    margin-bottom: 6rem;
    text-align: left;
    margin-left: 6.5rem;
    line-height: 1em;
  }
  .qc_kekka h2 {
    margin-bottom: 6rem;
  }
  .ranking-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 44rem;
    position: relative;
    margin-left: 6rem;
    margin-bottom: 6.5rem;
  }
  .qc_kekka ul {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .qc_kekka ul li.mov {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .qc_kekka ul li {
    margin-left: 0;
    left: 0;
    margin-right: 2rem;
  }
  .qc_kekka ul {
    height: auto;
  }
  .ranking .maruru {
    width: 29rem;
    position: absolute;
    top: -3rem;
    left: 47.5rem;
  }
  .ranking-tabs button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 22rem !important;
    line-height: 8rem;
    margin-right: 1rem;
    border: none;
    background: #eee;
    font-family: "Roboto", sans-serif;
    font-size: 4.2rem;
    border: 0.1rem solid #e95098;
    color: #e95098;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.5);
  }
  .ranking-tabs button.active {
    background: rgb(255, 255, 255);
  }
  /* JSで非表示にする用 */
  .ranking ul li.hide {
    display: none;
  }
  .qc_kekka h2 img {
    width: 62rem;
  }
  #page-top a {
    width: 12rem;
    height: 12rem;
    line-height: 12rem;
    font-size: 5rem;
  }
  .qc_kekka .come {
    font-size: 2.8rem;
    margin-top: 8rem;
  }
  .title {
    background: url(../images/title_sp.png);
    background-size: 100% auto;
    height: 69rem;
  }
  .ranking::before {
    top: -8rem;
  }
  .ranking {
    padding-bottom: 10rem;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) and (min-aspect-ratio: 16/9) {
  /* ここに横長ブラウザ用の調整を書く */
  .logo a {
    display: block;
  }
  .logo a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=ranking.css.map */