@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:#fff solid 2px;
  text-align: center;
  margin: 32px auto 0;
  padding: 32px 0;
}

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

.spc_comment_txt { text-align: left; }


/*
------------------------------------------------------------------------------------*/
.spc25_wrap {
  background: url("/images/sp/content/free/spc25/back_sp.webp") top / 100% repeat-y;
  color: #fff;
}
  
/* -------------------------------- 
spc_content1
-------------------------------- */
.spc25_content1 {
  padding: 8px 10px 32px;
}

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

.spc25_content1_title_txt_topLine {
  border-top: #fff solid 1px;
  padding-top: 16px;
}

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

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

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

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

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

.spc25_content1_check_1month { background: #BF9000; }
.spc25_content1_check_1day { background: #7F6000; }
    
/* -------------------------------- 
content2
-------------------------------- */
/* spc_content2 */
.spc25_content2 {
  padding-bottom: 32px;
}

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

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

#smoothplay1 h2:first-of-type,
#smoothplay2 h2:first-of-type {
  margin-top: 0;
}
  
#smoothplay1 > img:first-of-type,
#smoothplay2 > img:first-of-type {
  border-top: #fff solid 1px;
  padding-top: 24px;
}
  
.spc25_content2_spec {
  width: 90%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 14px auto -4px;
}
  
.spc25_content2_spec li {
  width: 50%;
  border: #fff solid 1px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
} 
.spc25_content2_spec li:nth-of-type(n+3) {
  border-top: none;
}
.spc25_content2_spec li:nth-of-type(odd) {
  border-right: none;
}
  
.spc25_content2_spec li span {
  font-size: 1rem;
  font-feature-settings: "palt";
}

.spc25_content2_img {
  width: 64%;
  display: block;
  margin: 14px auto 0;
}
  
.spc25_content2_txt {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.2rem;
  margin-top: 16px;
  padding: 0 10px;
}
  
/* 購入ボタン */
.spc25_content2_btn {
  width: 80%;
  background: #fff;
  border-radius: 8px;
  color: #333;  
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 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化 */
  }
}
.spc25_content2_btn span {
  font-size: 10px;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
.spc25_content2_btn_click {
  position: absolute;
  top: -4px;
  right: -16px;
  transform: rotate(15deg);
  color: #ebaf78; /* CLICK!の文字色 */
  text-shadow: 2px 2px 0 #452710; /* CLICK!の文字の影色 */
}
  
.spc25_content2_btn li a:link,
.spc25_content2_btn:visited {
  color:#333;
}
  
.spc25_content2_brown .spc25_content2_btn { background: #ac7d60; }
.spc25_content2_beige .spc25_content2_btn { background: #bca272; }