@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #f19eab 0px, #f19eab 2px, transparent 2px, transparent 5px,#f19eab 5px, #f19eab 7px) left bottom / 100% 7px no-repeat;
  color: #f19eab;
}

/*
.spc_comment { }
.spc_comment_txt { }
*/

.spc_comment_tit {
  width: 55.98%;
  margin: 0 auto 40px;
}


/* base
------------------------------------------------------------------------------------*/
.spc69_wrap {
  background: url("/images/pc/content/free/spc69/back_pc.webp") top center / contain repeat-y;
  /* padding-top: 16px; */
}

.spc69_wrap img {
  width: 100%;
  display: block;
}


/* リード
------------------------------------------------------------------------------------*/
.spc69_read {
  width: 90%;
  --fs: 1.8rem;
  --fh: 3rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) auto calc(0px + ((var(--fs) - var(--fh)) / 2));
}


/* レンズ紹介
------------------------------------------------------------------------------------*/
.spc69_lineUp_wrap {

}

.spc69_lineUp_tit img {
  width: auto;
  height: 120px;
  margin: 60px auto -20px;
}

.spc69_lineUp {
  width: 84%;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 0px 10px rgb(0,0,0, 0.15);
  margin: 56px auto 0;
  padding: 32px 0;
}

.spc69_lineUp_name img {
  width: auto;
  height: 120px;
  margin: 20px auto 0;
}

.spc69_lineUp_img_wrap {
  width: 84%;
  display: flex;
  justify-content: space-between;
  margin: 16px auto 0;
}

img.spc69_lineUp_img {
  width: 47.6%;
}

.spc69_lineUp_spec_wrap {
  width: 84%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 4px;
  margin: 16px auto 0;
}

.spc69_lineUp_spec1,
.spc69_lineUp_spec2,
.spc69_lineUp_spec3 {
  color: #fff;
  background: #b79b88;
  height: 36px;
  border-radius: 10px;
  font-size: 1.8rem;
  display: grid;
  place-items: center;
}
.spc69_lineUp_spec1 { width: 28.5%; }
.spc69_lineUp_spec2 { width: 24%; }
.spc69_lineUp_spec3 { width: 41.5%; }

.spc69_lineUp_spec_lens2 .spc69_lineUp_spec1,
.spc69_lineUp_spec_lens2 .spc69_lineUp_spec2,
.spc69_lineUp_spec_lens2 .spc69_lineUp_spec3 {
  background: #e2b78d;
}

.spc69_lineUp_spec_lens3 .spc69_lineUp_spec1,
.spc69_lineUp_spec_lens3 .spc69_lineUp_spec2,
.spc69_lineUp_spec_lens3 .spc69_lineUp_spec3 {
  background: #888888;
}

.spc69_lineUp_subTit {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin: 40px 68px -16px;
  padding: 0px 0 0 38px;
  background: url("/images/pc/content/free/spc69/sub_tit_img_pc.webp") top left / 32px no-repeat;
}

.spc69_lineUp_txt {
  --fs: 1.8rem;
  --fh: 3rem;
  width: 84%;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) auto calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.spc69_lineUp_txt_weight { font-weight: bold; }

.spc69_lineUp_buy_wrap {
  width: 84%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: -2px auto 0;
  padding-top: 48px;
}

a.spc69_lineUp_buy_one,
a.spc69_lineUp_buy_set {
  height: 56px;
  border-radius: 12px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px #000;
  display: grid;
  place-items: center;
  margin: 0;
  transition: opacity 300ms;
}

a.spc69_lineUp_buy_one:hover,
a.spc69_lineUp_buy_set:hover {
  text-decoration: none;
}

a.spc69_lineUp_buy_one,
a.spc69_lineUp_buy_set {
  background: #f19eab;
  box-shadow: 3px 3px 6px rgb(0,0,0, 0.25);
}

a.spc69_lineUp_buy_one {
  width: 39.5%;
}

a.spc69_lineUp_buy_set {
  width: 57.5%;
  color: #fff5ba;
}


/* メッセージ
------------------------------------------------------------------------------------*/
img.spc69_review_img {
  width: 84%;
  filter: drop-shadow(0 0 5px rgb(0,0,0, 0.15));
  margin: 32px auto;
}


/* メッセージ
------------------------------------------------------------------------------------*/
.spc69_comment {
  padding-bottom: 60px;
}

.spc69_comment_txt {
  width: 90%;
  --fs: 1.8rem;
  --fh: 3rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) auto calc(0px + ((var(--fs) - var(--fh)) / 2));
}