@charset "utf-8";

/*---------------------------------
*
*ナンバーワン結果発表
*
----------------------------------*/

.text {
  line-height: 1.6;
}

.sec-result {
  margin-top: 10%;
}
.sec-result .border-box__inner-ttl {
  border: 3px solid var(--color-font);
  border-radius: min(30px, 3cqw);
  overflow: hidden;
  margin: 0;
}
.sec-result .border-box {
  border: none;
  background:none;
}
.sec-result .border-box__inner {
  border: none;
}



/*--------------------
ランキング
--------------------*/

.result-list {
  margin-bottom: 24px;
}

.result-list li {
  position: relative;
  margin-bottom: 5%;
  aspect-ratio: 548 / 291;
}

.result-list_cp li {
  aspect-ratio: 548 / 356;
}

.result-list > .jumin01,
.result-list > .cp01 {
  margin-top: 5%;
}

.result-list li > canvas {
  width: 100%;
  height: 100%;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.jumin01 .figure,
.jumin02 .figure,
.jumin03 .figure,
.cp01 .figure,
.cp02 .figure,
.cp03 .figure {
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.result-list figure img {
  width: 100%;
  height: auto;
}


@media screen and (min-width: 769px), print {
  .result-list > .jumin01,
  .result-list > .cp01 {
    margin-top: 50px;
  }


}

@media screen and (min-width: 769px), print {
  .sec-thanks {
    margin-bottom: 4%;
  }
  .img-thanks {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-about,.sec-notice,.footer-to-top-wrap {
  background: none;
}

@media screen and (min-width: 1100px) {
  .content-bg--no1 {
  padding-bottom: 4%;
  }
}


.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

body.is-fixed {
  display: fixed;
}

.spiner {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  border: 5px solid #fff;
  border-color: transparent #fff #fff #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-right: -20px;
  animation-name: spin;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.grayout-wrap {
  position: relative;
}

.grayout-text {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 22px;
  text-align: center;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

@media screen and (min-width: 769px), print {
  .grayout-text {
    font-size: 26px;
  }

}

