@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #5c5972 0px, #5c5972 2px, transparent 2px, transparent 5px,#5c5972 5px, #5c5972 7px) left bottom / 100% 7px no-repeat;
  color: #5c5972;
}

.spc_comment {
  padding: 0 0 48px;
}

.spc_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));
}

.contactLens_tit {
  width: 87.75%;
  color: #5c5972;
  margin: 0 auto;
}


/* base
------------------------------------------------------------------------------------*/
.spc68_wrap {
  background: #e0d0d9;
}

.spc68_tit {
  width: 90%;
  min-height: 70px;
  display: flex;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  margin: 88px auto 0;
  scroll-margin-top: 40px;
}
.spc68_tit::before,
.spc68_tit::after {
  content: "";
  width: 9px;
  height: auto;
  min-height: 70px;
  background: url(/images/pc/content/free/spc68/tit_edge_pc.svg) center / cover no-repeat;
  display: block;
}
.spc68_tit::after {
  transform: scale(-1, 1);
}
 
.spc68_tit_inner {
  height: auto;
  background: url(/images/pc/content/free/spc68/tit_back_pc.svg) center / contain repeat-x;
  min-height: 70px;
  color: #fff;
  font-family: var(--ja_mincho);
  font-size: 2.8rem;
  display: grid;
  flex: 1;
  place-items: center;
}


/* hero - リード
------------------------------------------------------------------------------------*/
.spc68_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));
}

.spc68_menu_wrap {
  width: 64%;
  background-image : linear-gradient(to right, #5c5972 5px, transparent 3px),linear-gradient(to bottom, #5c5972 5px, transparent 3px),linear-gradient(to left, #5c5972 5px, transparent 3px),linear-gradient(to top, #5c5972 5px, transparent 3px);
  background-size: 8px 2px, 2px 8px, 8px 2px, 2px 8px;
  background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
  background-position:left top,right 0px,3px bottom,left 7px;
  margin: 56px auto 0;
  padding: 24px 32px;
}

.spc68_menu_tit {
  color: #5c5972;
  font-family: var(--ja_mincho);
  font-size: 2.8rem;
  text-align: center;
}

.spc68_menu_list_wrap {
  font-size: 1.8rem;
  list-style: none;
  margin-top: 12px;
}

.spc68_menu_list_link {
  color: #5c5972;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
}


/* レンズ紹介
------------------------------------------------------------------------------------*/
.spc68_lineUp_wrap {
  width: 90.7%;
  background: #fff;
  border-radius: 8px;
  position: relative;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  margin: 24px auto;
  padding: 40px 64px;
}

.spc68_lineUp_name_wrap {
  width: 520px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.spc68_lineUp_name_img {
  width: 88px;
}

.spc68_lineUp_name {
  font-family: var(--ja_mincho);
  font-size: 1.8rem;
  text-align: center;
  flex: 1;
  margin-top: 8px;
}

.spc68_lineUp_name_BearBlack { color: #626262; }
.spc68_lineUp_name_BearBrown { color: #795959; }

.spc68_lineUp_name_main {
  font-family: var(--ja_mincho);
  font-size: 6rem;
  letter-spacing: -0.01em;
  padding-top: 2px;
}

.spc68_lineUp_img_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.spc68_lineUp_img { width: 48%; }

.spc68_lineUp_spec_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 4px;
  margin: 16px auto 0;
}

.spc68_lineUp_spec1,
.spc68_lineUp_spec2,
.spc68_lineUp_spec3 {
  height: 36px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  display: grid;
  place-items: center;
}
.spc68_lineUp_spec1 { width: 30.5%; }
.spc68_lineUp_spec2 { width: 26%; }
.spc68_lineUp_spec3 { width: 43.5%; }

.spc68_lineUp_spec_BearBlack { background: #626262; }
.spc68_lineUp_spec_BearBrown { background: #795959; }

.spc68_lineUp_read {
  --fs: 2.2rem;
  --fh: 2.8rem;
  color: #5c5972;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) auto calc(-16px + ((var(--fs) - var(--fh)) / 2));
}

.spc68_lineUp_txt {
  --fs: 1.8rem;
  --fh: 3rem;
  color: #5c5972;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) auto calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.spc68_lineUp_buy {
  width: 700px;
  min-height: 70px;
  display: flex;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  margin: 56px auto 0;
}
.spc68_lineUp_buy:hover {
  text-decoration: none;
}
.spc68_lineUp_buy::before,
.spc68_lineUp_buy::after {
  content: "";
  width: 14px;
  height: auto;
  min-height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.spc68_lineUp_buy::after {
  transform: scale(-1, 1);
}

.spc68_lineUp_buy_inner {
  height: auto;
  background-size: contain;
  min-height: 70px;
  color: #fff;
  font-family: var(--ja_mincho);
  font-size: 2.9rem;
  display: grid;
  flex: 1;
  place-items: center;
}

.spc68_lineUp_buy_BearBlack::before, .spc68_lineUp_buy_BearBlack::after { background-image: url(/images/pc/content/free/spc68/BearBlack_btn_edge_pc.svg); }
.spc68_lineUp_buy_BearBlack .spc68_lineUp_buy_inner { background-image: url(/images/pc/content/free/spc68/BearBlack_btn_back_pc.svg); }

.spc68_lineUp_buy_BearBrown::before, .spc68_lineUp_buy_BearBrown::after { background-image: url(/images/pc/content/free/spc68/BearBrown_btn_edge_pc.svg); }
.spc68_lineUp_buy_BearBrown .spc68_lineUp_buy_inner { background-image: url(/images/pc/content/free/spc68/BearBrown_btn_back_pc.svg); }

.spc68_review_img {
  width: 90.7%;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  margin: 0 auto;
}
.spc68_review_img:first-of-type { margin: 40px auto 0; }