@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #534741 0px, #534741 2px, transparent 2px, transparent 5px,#534741 5px, #534741 7px) left bottom / 100% 7px no-repeat;
  color: #534741;
}

.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: #534741;
  margin: 0 auto;
}


/* base
------------------------------------------------------------------------------------*/
.spc62_wrap {
  background: #fff3f9;
}


/* hero - リード
------------------------------------------------------------------------------------*/
.spc62_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));
}

.spc62_menu_wrap {
  width: 64%;
  background-image : linear-gradient(to right, #f5abce 5px, transparent 3px),linear-gradient(to bottom, #f5abce 5px, transparent 3px),linear-gradient(to left, #f5abce 5px, transparent 3px),linear-gradient(to top, #f5abce 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;
}

.spc62_menu_tit {
  color: #f5abce;
  font-family: var(--ja_mincho);
  font-size: 2.8rem;
  text-align: center;
}

.spc62_menu_list_wrap {
  font-size: 1.8rem;
  list-style: none;
  margin-top: 12px;
}

.spc62_menu_list_link {
  color: #534741;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
}

.spc62_detail_tit {
  width: 90%;
  height: auto;
  min-height: 49px;
  display: flex;
  margin: 88px auto 0;
  scroll-margin-top: 40px;
}
.spc62_detail_tit::before,
.spc62_detail_tit::after {
  content: "";
  width: 20px;
  height: auto;
  min-height: 70px;
  background: url(/images/pc/content/free/spc62/tit_edge_pc.svg) center / cover no-repeat;
  display: block;
}
.spc62_detail_tit::after {
  transform: scale(-1, 1);
}
 
.spc62_detail_tit_inner {
  height: auto;
  background: url(/images/pc/content/free/spc62/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;
}

.spc62_detail_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));
}

.spc62_profile_wrap {
  background: url(/images/pc/content/free/spc62/profile_back_pc.webp) top left / 21px;
  margin-top: 32px;
  padding: 56px 0 40px;
}

.spc62_profile_img {
  width: 70%;
  margin: 0 auto;
}

.spc62_production_img { margin-bottom: -24px; }
.spc62_lensSet_img {
  width: 64%;
  margin: 40px auto 0;
}
.spc62_lensDesign_img {
  width: 80%;
  margin: 64px auto 0;
}

/* レンズ紹介
------------------------------------------------------------------------------------*/
.spc62_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;
}

.spc62_lineUp_name_wrap {
  width: 520px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.spc62_lineUp_name_img {
  width: 88px;
}

.spc62_lineUp_name {
  color: #534741;
  font-family: var(--ja_mincho);
  font-size: 1.8rem;
  text-align: center;
  flex: 1;
  margin-top: 2px;
}

.spc62_lineUp_name_main {
  color: #534741;
  font-family: var(--ja_mincho);
  font-size: 6rem;
  letter-spacing: -0.01em;
  padding-top: 2px;
}

.spc62_lineUp_img_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.spc62_lineUp_img { width: 48%; }

.spc62_lineUp_spec_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 4px;
  margin: 16px auto 0;
}

.spc62_lineUp_spec1,
.spc62_lineUp_spec2,
.spc62_lineUp_spec3 {
  height: 36px;
  border-radius: 4px;
  font-size: 1.8rem;
  line-height: 1;
  display: grid;
  place-items: center;
}
.spc62_lineUp_spec1 { width: 30.5%; }
.spc62_lineUp_spec2 { width: 26%; }
.spc62_lineUp_spec3 { width: 43.5%; }

.spc62_lineUp_spec_BellBeige {
  border: #dd9bc2 solid 1px;
  color: #dd9bc2;
}

.spc62_lineUp_spec_PrismBlack {
  border: #c4a7cd solid 1px;
  color: #c4a7cd;
}

.spc62_lineUp_spec_KittenGrey {
  border: #b4b4b5 solid 1px;
  color: #b4b4b5;
}

.spc62_lineUp_spec_SavonBlue {
  border: #a1bee3 solid 1px;
  color: #a1bee3;
}

.spc62_lineUp_read {
  --fs: 2.2rem;
  --fh: 2.8rem;
  color: #534741;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) auto calc(-16px + ((var(--fs) - var(--fh)) / 2));
}

.spc62_lineUp_txt {
  --fs: 1.8rem;
  --fh: 3rem;
  color: #534741;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) auto calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.spc62_lineUp_buy {
  width: 700px;
  height: auto;
  min-height: 70px;
  display: flex;
  margin: 56px auto 0;
}
.spc62_lineUp_buy:hover {
  text-decoration: none;
}
.spc62_lineUp_buy::before,
.spc62_lineUp_buy::after {
  content: "";
  width: 17px;
  height: auto;
  min-height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.spc62_lineUp_buy::after {
  transform: scale(-1, 1);
}

.spc62_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;
}

.spc62_lineUp_buy_BellBeige::before, .spc62_lineUp_buy_BellBeige::after { background-image: url(/images/pc/content/free/spc62/BellBeige_tit_edge_pc.svg); }
.spc62_lineUp_buy_BellBeige .spc62_lineUp_buy_inner { background-image: url(/images/pc/content/free/spc62/BellBeige_tit_back_pc.svg); }

.spc62_lineUp_buy_PrismBlack::before, .spc62_lineUp_buy_PrismBlack::after { background-image: url(/images/pc/content/free/spc62/PrismBlack_tit_edge_pc.svg); }
.spc62_lineUp_buy_PrismBlack .spc62_lineUp_buy_inner { background-image: url(/images/pc/content/free/spc62/PrismBlack_tit_back_pc.svg); }

.spc62_lineUp_buy_KittenGrey::before, .spc62_lineUp_buy_KittenGrey::after { background-image: url(/images/pc/content/free/spc62/KittenGrey_tit_edge_pc.svg); }
.spc62_lineUp_buy_KittenGrey .spc62_lineUp_buy_inner { background-image: url(/images/pc/content/free/spc62/KittenGrey_tit_back_pc.svg); }

.spc62_lineUp_buy_SavonBlue::before, .spc62_lineUp_buy_SavonBlue::after { background-image: url(/images/pc/content/free/spc62/SavonBlue_tit_edge_pc.svg); }
.spc62_lineUp_buy_SavonBlue .spc62_lineUp_buy_inner { background-image: url(/images/pc/content/free/spc62/SavonBlue_tit_back_pc.svg); }

.spc62_review_color {
  width: 264px;
  margin: 48px auto 0;
}

.spc62_review_img {
  width: 90.7%;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  margin: 16px auto 0;
}