
@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #ea6b88 0px, #ea6b88 2px, transparent 2px, transparent 5px,#ea6b88 5px, #ea6b88 7px) left bottom / 100% 7px no-repeat;
  color: #ea6b88;
}
/*
.spc_comment {  }
*/

.spc_comment_tit { 
  width: 50%;
  margin-top: -24px;
 }

/*
.spc_comment_txt {  }
*/


/*
------------------------------------------------------------------------------------*/
.spc51_wrap { color: #494949; }

.spc51_top_read {
  width: 90%;
  color: #494949;
  font-size: 18px;
  line-height: 30px;
  margin: calc(30px + ((18px - 30px) / 2)) auto calc((18px - 30px) / 2);
}

.spc51_top_img {
  width: 80%;
  margin: 20px 10%;
}

.spc51_page_moveLink_wrap {
  width: 70%;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 20px;
  padding: 0 16px 8px;
}

.spc51_page_moveLink {
  width: 47%; 
  text-align: center;
  padding: 8px 0;
}

.spc51_color_1month {
  background: #bf7c88;
  border: #aa717d solid 5px;
  border-radius: 20px;
}

.spc51_color_1day {
  background: #af90b2;
  border: #9a829e solid 5px;
  border-radius: 20px;
}

.spc51_page_moveLink_period {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.spc51_page_moveLink_txt {
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
}

.spc51_title2 {
  max-width: 1000px;
}

.spc51_detail {
  width: calc(90% - 36px);
  border-radius: 40px;
  position: relative;
  margin: 20px auto 80px;
  padding-bottom: 50px;
}

.spc51_detail_order {
  width: 132px;
  position: absolute;
  top: 12px;
  left: 30px;
}

.spc51_detail_txt {
  display: inline-block;
  color: #44361c;
  background: #fff;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 8px 0 0 180px;
  padding: 4px 6px;
}

.spc51_detail_name {
  color: #fff;
  font-family: sans-serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1.4px;
  margin: 16px 0 0 180px;
}

.spc51_detail_name_kana {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 0;
  display: block;
}

.spc51_detail_eyes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.spc51_detail_eyes_img {
  width: 32%;
  margin: 50px 1.5% 24px;
  border-radius: 10px;
}

.spc51_detail_spec {
  width: 68%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.spc51_detail_spec_period,
.spc51_detail_spec_dia,
.spc51_detail_spec_gdia,
.spc51_detail_spec_bc {
  color: #44361c;
  border: #736855 solid 1px;
  border-radius: 4px;
}
.spc51_detail_spec_period { flex-basis: 63%; }
.spc51_detail_spec_dia { flex-basis: 37%; }
.spc51_detail_spec_gdia { flex-basis: 63%; }
.spc51_detail_spec_bc { flex-basis: 37%; }

.spc51_detail_spec p {
  font-family: sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin: 2px;
  padding: 8px 0;
}

.spc51_detail_txt2 {
  display: inline-block;
  background: #fff;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 40px 0;
}

.spc51_detail_recommend {
  list-style: none;
  margin: 30px 40px 10px;
}

.spc51_detail_recommend p {
  display: inline-block;
  color: #fff;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 6px;
  padding: 4px 6px;
}

.spc51_detail_recommend li {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.spc51_detail_click {
  display: block;
  position: absolute;
  left: 50%;
  bottom: clamp(-35px, -32px, -50px);
  transform: translateX(-50%);
  width: 60%;
  max-width: 450px;
  color: #fff !important;
  border-radius: 8px;
}

.spc51_detail_click .spc51_detail_click_txt {
  display: table;
  background: url(/images/pc/content/free/spc51/img02_arrow_pc.webp) no-repeat right bottom 15px;
  background-size: 16px;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto;
  padding: 0px 25px 0 0;
}

.spc51_detailColor_1month {
  background: url(/images/pc/content/free/spc51/img03_bg_pc.webp) repeat center top;
  background-size: contain;
  padding: 10px 0;
}

.spc51_detailColor_1month .spc51_detail {
  background: linear-gradient(180deg, #ee9ebd 160px, #fff 160px);
  border: #ea86ad solid 5px ;
}

.spc51_detailColor_1month .spc51_detail_recommend p {
  background: #ea86ad;
}

.spc51_detailColor_1month .spc51_detail_recommend li {
  color: #ea86ad;
}

.spc51_detailColor_1day {
  background: url(/images/pc/content/free/spc51/img04_bg_pc.webp) repeat center top;
  background-size: contain;
  padding: 10px 0;
}

.spc51_detailColor_1day .spc51_detail {
  background: linear-gradient(180deg, #85cfee 160px, #fff 160px);
  border: #66c3ea solid 5px ;
}

.spc51_detailColor_1day .spc51_detail_recommend p {
  background: #66c3ea;
}

.spc51_detailColor_1day .spc51_detail_recommend li {
  color: #66c3ea;
}

.spc51_comment {
  color: #494949;
  padding: 0 0 40px;
}

.spc51_comment_title_img {
  width: 50%;
  margin: 50px 25% 0;
}

.spc51_comment_title {
  max-width: 1000px;
  margin: -10px auto 20px;
}

.spc51_comment_txt {
  width: 90%;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  text-align: left;
}

.spc51_comment_txt_manager {
  width: 90%;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
  margin: 30px auto 0;
}