@charset "UTF-8";


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

/*
------------------------------------------------------------------------------------*/
.spc14_wrap { color: #FF67A0; }


/* -------------------------------- 
spc_content1
-------------------------------- */
.spc14_content1 {
  width: 100%;
  background-image: url("/images/sp/content/free/spc14/back_sp.webp");
　background-attachment: fixed;
  background-size: cover;
  background-position: center;
  
  padding: 8px 10px 0;
}

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

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

.spc14_content1_title_txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 12px;
}

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

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

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

.spc14_content1_point_circle {
  width: 134px;
  height: 134px;
  background:linear-gradient(to bottom, #FFAD54, #FFEA63);
  border-radius: 50%;
  text-align: center;
  margin: 0 4px;
  padding: 30px 0 0;
}

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

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

.spc14_content1_last_lead {
  color: #FF67A0;
  text-align: center;
  margin-top: 24px;
}

.spc14_content1_last_lead span {
  background: linear-gradient(transparent 80%, #FBF1CD 0%);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-align: center;
} 
  
/* -------------------------------- 
content2
-------------------------------- */
/* spc_content2 */
.spc14_content2 {
  background: #FFE7F0;
  padding-bottom: 32px;
}
  
.spc14_content2 h2 {
  border-top: #ccc solid 1px;
  margin-top: 32px;
  padding-top: 24px;
}
.spc14_content2 h2:first-of-type { border: none; }
.spc14_content2 h2 img { display: block; }
  
.spc14_content2_spec {
  width: 90%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 8px auto -4px;
}
  
.spc14_content2_spec li {
  width: 50%;
  border: 1px solid #FF67A0;
  color: #FF67A0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 100%;
  text-align: center;  
  padding: 6px 0 4px;
} 
.spc14_content2_spec li:nth-of-type(n+3) {
  border-top: none;
}
.spc14_content2_spec li:nth-of-type(odd) {
  border-right: none;
}
  
.spc14_content2_spec li span {
  font-size: 10px;
  font-feature-settings: "palt";
}

.spc14_content2_img {
  width: 64%;
  display: block;
  margin: 14px auto 0;
}
  
.spc14_content2_txt {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.2rem;
  margin-top: 16px;
  padding: 0 10px;
}
  
/* 購入ボタン */
.spc14_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 193 84 / 70%); /* ボタンの色をRGB化 */
  -webkit-animation: spc14_pulse 1.25s cubic-bezier(.66,0,0,1) infinite;
  animation: spc14_pulse 1.25s cubic-bezier(.66,0,0,1) infinite;
}
@keyframes spc14_pulse {
  to {
    box-shadow: 0 0 0 4px rgba(255, 193, 84, 0); /* ボタンの色をRGB化 */
  }
}
.spc14_content2_btn span {
  font-size: 10px;
  font-weight: normal;
  display: block;
  margin-top: -1px;
  margin-bottom: 3px;
}
.spc14_content2_btn_click {
  position: absolute;
  top: -4px;
  right: -16px;
  transform: rotate(15deg);
  color: #000; /* CLICK!の文字色 */
  text-shadow: 2px 2px 0 #fff; /* CLICK!の文字の影色 */
}
  
.spc14_content2_btn li a:link,
.spc14_content2_btn:visited {
  color:#fff;
}

/* -------------------------------- 
spc_content3
-------------------------------- */
.spc14_content3 {
  width: 90%;
  color: #FF67A0;
  text-align: center;
  margin: 24px auto 24px;
}
  
.spc14_content3_title {
  /* background: linear-gradient(transparent 70%, rgba(200,149,150,0.5) 0%); */
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}

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

.spc14_content3_title_manager {
  font-size: 1.4rem;
  text-align: right;
}