@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 {
  margin: 0 12px;
  padding: 40px 0 24px;
}
  
.spc_comment_tit {
  background: linear-gradient(transparent 70%, rgba(200,149,150,0.5) 0%);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 4px;
}

.spc_comment_txt {
  text-align: left;
}


/*
------------------------------------------------------------------------------------*/
.spc30_wrap {
  color: #53332f;
  background-image: url(/images/sp/content/free/spc30/back_sp.webp);
  background-repeat: repeat-y;
  background-size: contain;
  text-align: center;
}
 
/* spc_content1 */
.spc30_content1 {
  margin: 0;
  padding: 0 10px;
}

.spc30_content1_sub1 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin: 20px 0 0;
}

.spc30_content1_tit1 {
  display: inline-block;
  color: #e01c5e;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3rem;
  border-bottom: double 6px #e01c5e;
}

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

.spc30_content1_line {
  display: block;
  width: 100%;
  margin: 12px 0;
}

.spc30_content1_wrap2 {
  display: table;
  position: relative;
  background-color: rgba(242, 220, 219, 0.5);
  padding: 16px;
  border: solid 1px #53332f;
  border-radius: 16px;
  margin: 0 auto 12px;
}

.spc30_content1_sub2 {
  color: #e01c5e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.3rem;
}

.spc30_content1_tit2 {
  color: #e01c5e;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.4rem;
}

.spc30_content1_txt2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.3rem;
}

.spc30_content1_img2 {
  position: absolute;
  width: 80px;
  bottom: -40px;
  left: -24px;
}

.spc30_content1_sub3 {
  display: inline-block;
  color: #fff;
  background-color: #e01c5e;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.2rem;
  margin: 12px 0 0;
  padding: 0 8px;
}

.spc30_content1_tit3 {
  color: #e01c5e;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin: 0 0 4px;
}

.spc30_content1_wrap3 {
  display: flex;
  justify-content: center;
  margin: 0 0 12px;
}

.spc30_content1_img3 {
  width: 60px;
  height: 60px;
  margin: auto 0;
}

.spc30_content1_txt3 {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.2rem;
  margin-left: 8px;
}

/* spc_content2 */
.spc30_content2_tit {
  margin: 40px 0 12px;
}
  
.spc30_content2_spec {
  width: 84%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 8px auto -4px;
}
  
.spc30_content2_spec_li {
  width: 48.5%;
  color: #c89596;
  border: 1px solid #c89596;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 4px;
  margin: 0.75%;
}

.spc30_content2_img1 {
  width: 100%;
}

.spc30_content2_img2 {
  width: 60%;
  margin: 24px auto;
}

.spc30_content2_txt {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.2rem;
  margin-top: 16px;
  padding: 0 12px;
}

.spc30_content2_etc {
  display: table;
  background: linear-gradient(transparent 70%, rgba(200, 149, 150, 0.5) 0%);
  margin: 40px auto -24px;
}

/* 購入ボタン */
.spc30_content2_btn {
  width: 70%;
  background: #e01c5e;
  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(204 213 73 / 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(52, 114, 123, 0); /* ボタンの色をRGB化 */
  }
}

.spc30_content2_btn_sub {
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin: 1px 0 3px;
}

.spc30_content2_btn_click {
  position: absolute;
  top: -4px;
  right: -16px;
  transform: rotate(15deg);
  color: #53332f; /* CLICK!の文字色 */
  text-shadow: 2px 2px 0 #fff; /* CLICK!の文字の影色 */
}