body{
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  background-color: #efefef;
  background-image: url("../img/bg.png");
  background-size: 15px;
}
@media screen and (min-width:768px){
  body{
    background-size: 22px;
  }
}

.headerbg{
  background-image: url("../img/headerbg.jpg?0717");
  background-size: cover;
  background-position: center center;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

img{
  margin: auto;
}

footer{
  background-color: #231815;
  background-image: url("../img/bg2.png");
  background-size: 15px;
  color: #fff;
}
@media screen and (min-width:768px){
  footer{
    background-size: 22px;
  }
}

/*--フォーム--*/
.search-form-1 {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 3px solid #000000;
  border-radius: 6px;
}
.search-form-1 label {
  width: 100%;
}
.search-form-1 input {
  width: 100%;
  height: 30px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
  background-color: transparent;
}
.search-form-1 input::placeholder{
  color: #777777;
}
.search-form-1 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  border: none;
  background-color: #000000;
  cursor: pointer;
}
.search-form-1 button::after {
  width: 100px;
  height: 30px;
  content: '検索';
  color: #fff;
}
@media screen and (min-width:768px){
  .search-form-1{
    max-width: 800px;
  }

  .search-form-1 input{
    height: 45px;
  }

  .search-form-1 button{
    height: 45px;
  }

  .search-form-1 button::after{
    height: 40px;
  }
}


.rank1_bg{
  background-image: url("../img/rank1_frame_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width:768px){
  .rank1_bg{
    background-image: url("../img/rank1_frame_pc.png");
  }
}

.rank2_bg{
  background-image: url("../img/rank2_frame_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width:768px){
  .rank2_bg{
    background-image: url("../img/rank2_frame_pc.png");
  }
}

.rank3_bg{
  background-image: url("../img/rank3_frame_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width:768px){
  .rank3_bg{
    background-image: url("../img/rank3_frame_pc.png");
  }
}

.myrank_bg{
  background-image: url("../img/myrank_frame_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width:768px){
  .myrank_bg{
    background-image: url("../img/myrank_frame_pc.png");
  }
}

.text-gold{
  background: radial-gradient(circle, #fffac6 0%, #ffe45f 25%, #f9bf3d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.text-silver{
  background: radial-gradient(circle, #ffffff 0%, #a1bbd4 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.text-bronze{
  background: radial-gradient(circle, #ffdeb7 0%, #b69079 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.text-myrank{
  background: radial-gradient(circle, #fffac6 0%, #ffe45f 25%, #f9bf3d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media screen and (min-width:768px){
  .text-myrank{
    -webkit-text-stroke: 4px #900000;
    text-stroke: 4px #900000;
  }
}

.js-time_limited{
  display: none;
}
.js-time_limited_fire{
  display: block;
}
