@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #06b153 0px, #06b153 1px, transparent 1px, transparent 4px,#06b153 4px, #06b153 5px) left bottom / 100% 5px no-repeat;
  color: #06b153;
}

.spc_comment {
  border-top:#006666 solid 2px;
  color: #00bc55;
  padding-top: 24px;
}

.spc_comment_tit { 
  
  font-size: 1.6rem;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
  line-height: 2rem;
  font-weight: bold;
 }
 /*
.spc_comment_txt {  }
*/


/*
------------------------------------------------------------------------------------*/
.spc_ranking2021_wrap {
  background: url("/images/sp/content/free/spc_ranking2021/back_sp.webp") top / 100% repeat-y fixed #E6EBE6;
}

/* -------------------------------- 
spc_content1
-------------------------------- */
.spc_ranking2021_content1_title_txt {
  color: #00bc55;
  font-size: 1.4rem;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
  line-height: 2.2rem;
  margin-top: 12px;
  padding: 0 16px;
}

.spc_ranking2021_content1_title_txt_standOut {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.spc_ranking2021_content1_check {
  min-width: 300px;
  max-width: 90%;
  border: #00a4e4 solid 1px;
  position: relative;
  z-index: 1;
  margin: 20px auto 0;
  padding-bottom: 24px;
}

.spc_ranking2021_content1_check_title {
  color: rgb(29, 172, 228);
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
  line-height: 19px;
  margin: 24px 8px 0;
}

.spc_ranking2021_content1_check_wrap {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.spc_ranking2021_content1_check_wrap a {
  width: 40%;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 4px;
  padding-top: 12px;
}

.spc_ranking2021_content1_check_1month { background: #fc6493; }
.spc_ranking2021_content1_check_1day { background: #ffa000; }
    
/* -------------------------------- 
content2
-------------------------------- */
/* spc_content2 */
.spc_ranking2021_content2 {
  padding-bottom: 32px;
}

.spc_ranking2021_content2 h2 {
  margin: 8px 10px 0;
  padding-top: 24px;
}
.spc_ranking2021_content2 h2 img { display: block; }

#smoothplay1,
#smoothplay2 {
  margin-top: 72px; 
  scroll-margin-top: 64px;
}

#smoothplay1 > img:first-of-type { margin-bottom: -32px; }
#smoothplay2 > img:first-of-type { margin-bottom: -32px; }
  
.spc_ranking2021_content2_spec {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 14px auto -4px;

  list-style: none;
}
  
.spc_ranking2021_content2_spec li {
  width: 48%;
  border: #fff solid 1px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin: 2px;
  padding: 6px 0;
}
#smoothplay1 .spc_ranking2021_content2_spec li { background: #f93b75; }
#smoothplay2 .spc_ranking2021_content2_spec li { background: #ff7200; }
  
.spc_ranking2021_content2_img {
  width: 64%;
  display: block;
  margin: 14px auto 0;
}
  
.spc_ranking2021_content2_txt {
  font-size: 1.4rem;
  text-align: left;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
  line-height: 2.2rem;
  margin-top: 16px;
  padding: 0 10px;
}
  
#smoothplay1 .spc_ranking2021_content2_txt { color: #f93b75; }
#smoothplay2 .spc_ranking2021_content2_txt { color: #ff7200; }
  
/* 購入ボタン */
.spc_ranking2021_content2_btn {
  width: 80%;
  background: #fff;
  border-radius: 8px;
  color: #fff;  
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 10px;
  margin: 24px auto 0;
  
  box-shadow: 0 0 0 0 rgb(255 255 255 / 70%); /* ボタンの色をRGB化 */
  -webkit-animation: pulse 1.25s cubic-bezier(.66,0,0,1) infinite;
  animation: pulse 1.25s cubic-bezier(.66,0,0,1) infinite;
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0); /* ボタンの色をRGB化 */
  }
}
.spc_ranking2021_content2_btn span {
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
#smoothplay1 .spc_ranking2021_content2_btn { color: #f93b75; }
#smoothplay2 .spc_ranking2021_content2_btn { color: #ff7200; }
  
.spc_ranking2021_content2_btn_click {
  position: absolute;
  top: -4px;
  right: -16px;
  transform: rotate(15deg);
  color: #006666; /* CLICK!の文字色 */
  text-shadow: 2px 2px 0 #fff; /* CLICK!の文字の影色 */
}

#smoothplay1 .spc_ranking2021_content2_btn_click { color: #f93b75; }
#smoothplay2 .spc_ranking2021_content2_btn_click { color: #ff7200; }
  
#smoothplay1 .spc_ranking2021_content2_btn li a:link,
#smoothplay1 .spc_ranking2021_content2_btn:visited {
  color:#f93b75;
}
  
#smoothplay2 .spc_ranking2021_content2_btn li a:link,
#smoothplay2 .spc_ranking2021_content2_btn:visited {
  color:#ff7200;
}