@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:#5C3948 solid 2px;
  text-align: center;
  margin: 0 auto 24px;
  padding-top: 24px;
}
  
.spc_comment_tit {
  background: linear-gradient(transparent 70%, rgba(200,149,150,0.5) 0%);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  display: inline-block;
}

.spc_comment_txt { text-align: left; }


/*
------------------------------------------------------------------------------------*/
.spc31_wrap {
  background: url("/images/sp/content/free/spc31/back_sp.webp") top / 100% repeat-y fixed #E6EBE6;
  color: #5C3948;
}
   
/* -------------------------------- 
spc31_content1
-------------------------------- */
.spc31_content1 {
  padding: 8px 10px 8px;
}

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

.spc31_content1_title_txt {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 12px;
}
.spc31_content1_title_txt:first-of-type {
  margin-top: 0;
}

.spc31_content1_pickup {
  width: 90%;
  background-color: rgba(242,220,219,0.5);
  border: #5C3948 solid 1px;
  border-radius: 10px;
  font-size: 1.4rem;
  text-align: left;
  counter-reset: my-counter;
  margin: 24px auto -8px;
  padding: 12px 8px 12px;
  position: relative;
}

.spc31_content1_pickup_title {
  color: #e01c5e;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
}

.spc31_content1_pickup_title span { font-size: 1.6rem; }

.spc31_content1_pickup_list {
  border-top: #5C3948 dotted 1px;
  border-bottom: #5C3948 dotted 1px;
  text-align: left;
  list-style: none;
  counter-reset: my-counter;
  margin: 10px 4px 0;
  padding: 8px 8px 12px;
  position: relative;
}
  
.spc31_content1_pickup_list li {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  margin-top: 5px;
  padding-left: 19px;
}
  
.spc31_content1_pickup_list li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 16px;
  height: 16px;
  border: #5C3948 solid 1px;
  border-radius: 50%;
  color: #5C3948;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0 4px 0 -20px;
  padding-left: 1px;
}

/* -------------------------------- 
spc_content2
-------------------------------- */
/* spc_content2 */
.spc31_content2 {
  padding-bottom: 32px;
}

.spc31_content2 h2 {
  border-top: #5C3948 solid 1px;
  margin-top: 32px;
  padding-top: 16px;
}
.spc31_content2 h2 img { display: block; }
  
.spc31_content2_spec {
  width: 90%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 14px auto -4px;
}
  
.spc31_content2_spec li {
  width: 48%;
  border: #5C3948 solid 1px;
  color: #5C3948;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin: 2px;
  padding: 6px 0 4px;
} 

  
.spc31_content2_spec li span {
  font-size: 1rem;
  font-feature-settings: "palt";
}

.spc31_content2_img {
  width: 64%;
  display: block;
  margin: 14px auto 0;
}
  
.spc31_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;
}

/* 購入ボタン */
.spc31_content2_btn {
  width: 80%;
  background: #C84D67;
  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(200 73 103 / 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(200, 73, 103, 0); /* ボタンの色をRGB化 */
  }
}
.spc31_content2_btn span {
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
.spc31_content2_btn_click {
  position: absolute;
  top: -4px;
  right: -16px;
  transform: rotate(15deg);
  color: #5C3948; /* CLICK!の文字色 */
  text-shadow: 2px 2px 0 #fff; /* CLICK!の文字の影色 */
}
  
.spc31_content2_btn li a:link,
.spc31_content2_btn:visited {
  color:#fff;
}
  
.spc31_content2_ranking1 .spc31_content2_btn { background: #BBAB89; }
.spc31_content2_ranking2 .spc31_content2_btn { background: #979797; }
.spc31_content2_ranking3 .spc31_content2_btn { background: #AF9486; }