@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 {
  background: #fff;
  padding-top: 32px;
}

.spc_comment_tit {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
}

.spc_comment_txt {  }


/*
------------------------------------------------------------------------------------*/
.spc21_wrap {
  background: #e8e1d7;
  color: #8f775d;
}

/* -------------------------------- 
spc_content1
-------------------------------- */
.spc21_content1 {
  background-image: url("/images/sp/content/free/spc21/back_sp.webp");
  background-color: #e8e1d7;
  background-repeat: no-repeat;
  background-size: 134%;
  background-position: top center;
  margin-bottom: -32px;
  padding: 8px 10px 32px;;
}

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

.spc21_content1_title_lead {
  border-bottom: #8f775d solid 1px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8rem;
  margin: 4px 0 24px;
  padding-bottom: 8px;
}

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

.spc21_content1_point {
  min-width: 300px;
  max-width: 90%;
  border: #8f775d solid 1px;
  margin: 20px auto 0;
  padding-bottom: 12px;
}

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

.spc21_content1_point_circle_wrap {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.spc21_content1_point_circle {
  width: 134px;
  height: 134px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 4px;
  padding: 28px 0 0;
}
.spc21_content1_point_circle:nth-of-type(1) { color: #cd9674; }
.spc21_content1_point_circle:nth-of-type(2) { color: #e3c387; }

.spc21_content1_point_number {
  font-weight: bold;
  text-decoration: underline;
}

.spc21_content1_point_txt {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 6px;
}

.spc21_content1_last_lead {
  text-align: center;
  margin-top: 24px;
}

.spc21_content1_last_lead span {
  background: linear-gradient(transparent 80%, #FBF1CD 0%);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
} 
  
/* -------------------------------- 
content2
-------------------------------- */
/* spc_content2 */
.spc21_content2 {
  padding-bottom: 32px;
}
  
.spc21_content2_brown { background: #e9e2d8; margin-bottom: -32px; padding-bottom: 32px; }
.spc21_content2_beige { background: #f2ebdb; margin-bottom: -32px; padding-bottom: 32px; }
  
.spc21_content2_brown_inner {
  border-top: #ccc solid 1px;
  background: url('/images/sp/content/free/spc21/back2_sp.webp') top center no-repeat;
  background-size: 200%;
  margin: 32px 10px 0;
  padding-top: 24px;
}
.spc21_content2_beige_inner {
  border-top: #ccc solid 1px;
  background: url('/images/sp/content/free/spc21/back3_sp.webp') top center no-repeat;
  background-size: 200%;
  margin: 32px 10px 0;
  padding-top: 24px;
}

.spc21_content2 h2 img { display: block; margin-top: 8px; }
  
.spc21_content2_spec {
  width: 90%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 14px auto -4px;
}
  
.spc21_content2_spec li {
  width: 48%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin: 2px;
  padding: 6px 0;
} 
.spc21_content2_spec li:nth-of-type(n+3) {
  border-top: none;
}
.spc21_content2_spec li:nth-of-type(odd) {
  border-right: none;
}
  
.spc21_content2_spec li span {
  font-size: 10px;
  font-feature-settings: "palt";
}
  
.spc21_content2_brown .spc21_content2_spec li { background: #cd9674; border: #fff solid 2px; }
.spc21_content2_beige .spc21_content2_spec li { background: #e3c387; border: #fff solid 2px; }
  

.spc21_content2_img {
  width: 64%;
  display: block;
  margin: 14px auto 0;
}
  
.spc21_content2_txt {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.2rem;
  margin-top: 16px;
  padding: 0 10px;
}
  
/* 購入ボタン */
.spc21_content2_btn {
  width: 80%;
  background: #f0b246;
  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化 */
  }
}
.spc21_content2_btn span {
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
.spc21_content2_btn_click {
  position: absolute;
  top: -4px;
  right: -16px;
  transform: rotate(15deg);
  color: #000; /* CLICK!の文字色 */
  text-shadow: 2px 2px 0 #fff; /* CLICK!の文字の影色 */
}
  
.spc21_content2_btn li a:link,
.spc21_content2_btn:visited {
  color:#fff;
}
  
.spc21_content2_brown .spc21_content2_btn { background: #ac7d60; }
.spc21_content2_beige .spc21_content2_btn { background: #bca272; }