@charset "UTF-8";


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

.spc_comment {
  width: 90%;
  border-top:#71c2d4 solid 2px;
  text-align: center;
  margin: 24px 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; }


/*
------------------------------------------------------------------------------------*/
.spc23_wrap {
  background: url("/images/sp/content/free/spc23/back_sp.webp") top / 100% repeat-y;
  color: #636782;
}

/* -------------------------------- 
spc_content1
-------------------------------- */
.spc23_content1 {
  margin-bottom: -32px;
  padding: 8px 10px 32px;;
}

.spc23_content1_title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
  line-height: 2rem;
  margin-top: 8px;
}

.spc23_content1_title_txt {
  font-size: 1.4rem;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
  line-height: 2.2rem;
  margin-top: 12px;
}

.spc23_content1_last_lead {
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
  margin-top: 24px;
}

.spc23_content1_last_lead span {
  background: linear-gradient(transparent 80%, #FBF1CD 0%);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
} 
  
/* -------------------------------- 
content2
-------------------------------- */
/* spc_content2 */
.spc23_content2 {
  padding-bottom: 32px;
}

.spc23_content2 h2 {
  border-top: #ccc solid 1px;
  margin-top: 32px;
  padding-top: 24px;
}
.spc23_content2 h2 img { display: block; }
  
.spc23_content2_spec {
  width: 90%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 14px auto -4px;
}
  
.spc23_content2_spec li {
  width: 48%;
  background-color: rgba(0,186,221,0.55);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  margin: 2px;
  padding: 6px 0;
} 
.spc23_content2_spec li:nth-of-type(n+3) {
  border-top: none;
}
.spc23_content2_spec li:nth-of-type(odd) {
  border-right: none;
}
  
.spc23_content2_spec li span {
  font-size: 1rem;
  font-feature-settings: "palt";
}

.spc23_content2_img {
  width: 64%;
  display: block;
  margin: 14px auto 0;
}
  
.spc23_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;
}
  
/* 購入ボタン */
.spc23_content2_btn {
  width: 80%;
  background: #D7A739;
  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(215 167 57 / 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(215, 167, 57, 0); /* ボタンの色をRGB化 */
  }
}
.spc23_content2_btn span {
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
.spc23_content2_btn_click {
  position: absolute;
  top: -4px;
  right: -16px;
  transform: rotate(15deg);
  color: #000; /* CLICK!の文字色 */
  text-shadow: 2px 2px 0 #fff; /* CLICK!の文字の影色 */
}
  
.spc23_content2_btn li a:link,
.spc23_content2_btn:visited {
  color:#fff;
}
  
.spc23_content2_brown .spc23_content2_btn { background: #ac7d60; }
.spc23_content2_beige .spc23_content2_btn { background: #bca272; }

/* -------------------------------- 
spc_content3
-------------------------------- */
.spc_content3 {
  width: 90%;
  border-top:#71c2d4 solid 2px;
  text-align: center;
  margin: 0 auto 24px;
  padding-top: 24px;
}
  
.spc_content3_title {
  /* background: linear-gradient(transparent 70%, rgba(200,149,150,0.5) 0%); */
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
}

.spc_content3_title_txt {
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
  margin-top: 16px;
}
    
.spc_content3_title_manager {
  font-size: 14px;
  text-align: right;
}