@charset "UTF-8";


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

.spc_comment {
  width: 90%;
  border-top:#006666 solid 2px;
  text-align: center;
  margin: 0 auto 16px;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
}

.spc_comment_tit {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  display: inline-block;
}

.spc_comment_txt { text-align: left; }


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

/* -------------------------------- 
spc_content1
-------------------------------- */
.spc26_content1 {
  padding: 8px 10px 32px;
}

.spc26_content1_title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  margin-top: 8px;
}

.spc26_content1_title_txt {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 12px;
}

.spc26_content1_title_txt_topLine {
  border-top: #006666 solid 1px;
  padding-top: 16px;
}

.spc26_content1_title_txt_standOut {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

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

.spc26_content1_check_title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.9rem;
  margin: 24px 8px 0;
}

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

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

.spc26_content1_check_1month { background: #006666; }
.spc26_content1_check_1day { background: #3F8C8C; }
    
/* -------------------------------- 
content2
-------------------------------- */
/* spc_content2 */
.spc26_content2 {
  padding-bottom: 32px;
}

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

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

.spc26_content2_ranking1 h2 {
  margin-top: 0;
}
  
.spc26_content2_spec {
  width: 90%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 14px auto -4px;
}
  
.spc26_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;
} 
.spc26_content2_spec li:nth-of-type(n+3) { border-top: none; }
.spc26_content2_spec li:nth-of-type(odd) { border-right: none; }

.spc26_content2_ranking1 .spc26_content2_spec li { background: #BBAB89; }
.spc26_content2_ranking2 .spc26_content2_spec li { background: #979797; }
.spc26_content2_ranking3 .spc26_content2_spec li { background: #AF9486; }
  
.spc26_content2_img {
  width: 64%;
  display: block;
  margin: 14px auto 0;
}
  
.spc26_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;
}
.spc26_content2_ranking1 .spc26_content2_txt { color: #A48E61; }
.spc26_content2_ranking2 .spc26_content2_txt { color: #808080; }
.spc26_content2_ranking3 .spc26_content2_txt { color: #A08170; }
  
/* 購入ボタン */
.spc26_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;
  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化 */
  }
}
.spc26_content2_btn span {
  font-size: 10px;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
.spc26_content2_btn_click {
  position: absolute;
  top: -4px;
  right: -16px;
  transform: rotate(15deg);
  color: #006666; /* CLICK!の文字色 */
  text-shadow: 2px 2px 0 #fff; /* CLICK!の文字の影色 */
}
  
.spc26_content2_btn li a:link,
.spc26_content2_btn:visited {
  color:#fff;
}
  
.spc26_content2_ranking1 .spc26_content2_btn { background: #BBAB89; }
.spc26_content2_ranking2 .spc26_content2_btn { background: #979797; }
.spc26_content2_ranking3 .spc26_content2_btn { background: #AF9486; }