
@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #bd79ae 0px, #bd79ae 2px, transparent 2px, transparent 5px,#bd79ae 5px, #bd79ae 7px) left bottom / 100% 7px no-repeat;
  color: #bd79ae;
}

.spc_comment_tit {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 2%;
}

.spc_comment_txt {
  width: 90%;
  color: #666;
}

.spc_brSP {
  font-size: 0;
  display: none;
}


/*
------------------------------------------------------------------------------------*/
.spc72_back {
  background:
    linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100px),
    linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100px),
    url(/images/pc/content/free/spc72/back_pc.webp) top center / contain repeat-y;
  margin-top: 60px;
}

.spc72_top {
  width: 80%;
  margin: auto;
  padding: 100px 0;
}

.spc72_read {
  width: 90%;
  color: #666;
  font-size: 18px;
  line-height: 30px;
  margin: calc(30px + ((18px - 30px) / 2)) auto calc((18px - 30px) / 2);
}

.spc72_category_title_img {
  width: auto;
  height: 124px;
  margin: 0 auto;
}

.spc72_category_txt {
  color: #666;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin: 8px 0 60px
}

.spc72_category_detail {
  width: 84%;
  background: #fff;
  box-shadow: 0 0 20px 20px #fff;
  border-radius: 28px;
  margin: 40px auto 120px;
  padding: 20px 0 32px;
}

.spc72_category_detail_name_img {
  width: auto;
  height: 132px;
  margin: 0 auto;
}

.spc72_category_detail_eyes_img_wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px 40px calc((18px - 30px) / 2);
}

.spc72_category_detail_eyes_img {
  width: 48%;
  display: block;
  border-radius: 12px;
}

.spc72_category_detail_spec {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 32px auto 0;
}
.spc72_category_detail_spec_dia { flex-basis: 32%; }
.spc72_category_detail_spec_bc { flex-basis: 25%; }
.spc72_category_detail_spec_gdia { flex-basis: 39%; }

.spc72_category_detail_spec p {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding: 9px 8px 7px 8px;
}

.spc72_category_detail_txt {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  margin: calc(24px + ((18px - 30px) / 2)) 40px calc((18px - 30px) / 2);
}

.spc72_category_detail_click_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 40px 8px;
  padding-top: 16px;
}

.spc72_category_detail_click {
  width: 45%;
}

.spc72_category_detail_click_one {
  width: 32.5%;
  margin-right: 20px;
}

.spc72_category_detail_click_set {
  width: 45%;
}

.spc72_category_detail_click_produce {
  width: 45%;
}

.spc72_category_detailColor_01 .spc72_category_detail_period,
.spc72_category_detailColor_01 .spc72_category_detail_name,
.spc72_category_detailColor_01 .spc72_category_detail_spec_dia,
.spc72_category_detailColor_01 .spc72_category_detail_spec_bc,
.spc72_category_detailColor_01 .spc72_category_detail_spec_gdia {
  color: #bd79ae;
}

.spc72_category_detailColor_01 .spc72_category_detail_spec_dia,
.spc72_category_detailColor_01 .spc72_category_detail_spec_bc,
.spc72_category_detailColor_01 .spc72_category_detail_spec_gdia {
  border: #bd79ae solid 1px;
  border-radius: 8px;
}

.spc72_category_detailColor_02 .spc72_category_detail_period,
.spc72_category_detailColor_02 .spc72_category_detail_name,
.spc72_category_detailColor_02 .spc72_category_detail_spec_dia,
.spc72_category_detailColor_02 .spc72_category_detail_spec_bc,
.spc72_category_detailColor_02 .spc72_category_detail_spec_gdia {
  color: #6974b7;
}

.spc72_category_detailColor_02 .spc72_category_detail_spec_dia,
.spc72_category_detailColor_02 .spc72_category_detail_spec_bc,
.spc72_category_detailColor_02 .spc72_category_detail_spec_gdia {
  border: #6974b7 solid 1px;
  border-radius: 8px;
}

.spc72_list {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
  filter: drop-shadow(3px 3px 6px rgb(0 0 0 / 30%));
}