@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #59bac8 0px, #59bac8 2px, transparent 2px, transparent 5px,#59bac8 5px, #59bac8 7px) left bottom / 100% 7px no-repeat;
  color: #59bac8;
}

.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
------------------------------------------------------------------------------------*/
.spc66_wrap {
  background: url(/images/pc/content/free/spc66/content_back_pc.webp) top left / contain repeat-y;
}

.spc66_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;
}
.spc66_tit::before,
.spc66_tit::after {
  content: "";
  width: 20px;
  height: auto;
  min-height: 70px;
  background: url(/images/pc/content/free/spc66/tit_edge_pc.svg) center / cover no-repeat;
  display: block;
}
.spc66_tit::after {
  transform: scale(-1, 1);
}
 
.spc66_tit_inner {
  height: auto;
  background: url(/images/pc/content/free/spc66/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 - リード
------------------------------------------------------------------------------------*/
.spc66_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));
}

.spc66_menu_wrap {
  width: 64%;
  background-image : linear-gradient(to right, #dea2b7 5px, transparent 3px),linear-gradient(to bottom, #dea2b7 5px, transparent 3px),linear-gradient(to left, #dea2b7 5px, transparent 3px),linear-gradient(to top, #dea2b7 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;
}

.spc66_menu_tit {
  color: #dea2b7;
  font-family: var(--ja_mincho);
  font-size: 2.8rem;
  text-align: center;
}

.spc66_menu_list_wrap {
  font-size: 1.8rem;
  list-style: none;
  margin-top: 12px;
}

.spc66_menu_list_link {
  color: #534741;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
}


/* レンズ紹介
------------------------------------------------------------------------------------*/
.spc66_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;
}

.spc66_lineUp_name_wrap {
  width: 520px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.spc66_lineUp_name_img {
  width: 88px;
}

.spc66_lineUp_name {
  color: #534741;
  font-family: var(--ja_mincho);
  font-size: 1.8rem;
  text-align: center;
  flex: 1;
  margin-top: 2px;
}

.spc66_lineUp_name_main {
  color: #534741;
  font-family: var(--ja_mincho);
  font-size: 6rem;
  letter-spacing: -0.01em;
  padding-top: 2px;
}

.spc66_lineUp_img_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.spc66_lineUp_img { width: 48%; }

.spc66_lineUp_spec_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 4px;
  margin: 16px auto 0;
}

.spc66_lineUp_spec1,
.spc66_lineUp_spec2,
.spc66_lineUp_spec3 {
  height: 36px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  display: grid;
  place-items: center;
}
.spc66_lineUp_spec1 { width: 30.5%; }
.spc66_lineUp_spec2 { width: 26%; }
.spc66_lineUp_spec3 { width: 43.5%; }

.spc66_lineUp_spec_ImHIME { background: #7fc8d3; }
.spc66_lineUp_spec_WithHIME { background: #7ba1d8; }
.spc66_lineUp_spec_BeBunny { background: #cba3d5; }
.spc66_lineUp_spec_AngelTear { background: #f3a9c1; }
.spc66_lineUp_spec_LittleBear { background: #ec9ba7; }

.spc66_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));
}

.spc66_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));
}

.spc66_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;
}
.spc66_lineUp_buy:hover {
  text-decoration: none;
}
.spc66_lineUp_buy::before,
.spc66_lineUp_buy::after {
  content: "";
  width: 17px;
  height: auto;
  min-height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.spc66_lineUp_buy::after {
  transform: scale(-1, 1);
}

.spc66_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;
}

.spc66_lineUp_buy_ImHIME::before, .spc66_lineUp_buy_ImHIME::after { background-image: url(/images/pc/content/free/spc66/ImHIME_btn_edge_pc.svg); }
.spc66_lineUp_buy_ImHIME .spc66_lineUp_buy_inner { background-image: url(/images/pc/content/free/spc66/ImHIME_btn_back_pc.svg); }

.spc66_lineUp_buy_WithHIME::before, .spc66_lineUp_buy_WithHIME::after { background-image: url(/images/pc/content/free/spc66/WithHIME_btn_edge_pc.svg); }
.spc66_lineUp_buy_WithHIME .spc66_lineUp_buy_inner { background-image: url(/images/pc/content/free/spc66/WithHIME_btn_back_pc.svg); }

.spc66_lineUp_buy_BeBunny::before, .spc66_lineUp_buy_BeBunny::after { background-image: url(/images/pc/content/free/spc66/BeBunny_btn_edge_pc.svg); }
.spc66_lineUp_buy_BeBunny .spc66_lineUp_buy_inner { background-image: url(/images/pc/content/free/spc66/BeBunny_btn_back_pc.svg); }

.spc66_lineUp_buy_AngelTear::before, .spc66_lineUp_buy_AngelTear::after { background-image: url(/images/pc/content/free/spc66/AngelTear_btn_edge_pc.svg); }
.spc66_lineUp_buy_AngelTear .spc66_lineUp_buy_inner { background-image: url(/images/pc/content/free/spc66/AngelTear_btn_back_pc.svg); }

.spc66_lineUp_buy_LittleBear::before, .spc66_lineUp_buy_LittleBear::after { background-image: url(/images/pc/content/free/spc66/LittleBear_btn_edge_pc.svg); }
.spc66_lineUp_buy_LittleBear .spc66_lineUp_buy_inner { background-image: url(/images/pc/content/free/spc66/LittleBear_btn_back_pc.svg); }

.spc66_review_ImHIME {
  margin: 56px auto 0;
}

.spc66_review_WithHIME,
.spc66_review_BeBunny,
.spc66_review_AngelTear,
.spc66_review_LittleBear {
  margin: 32px auto 0;
}

.spc66_review_ImHIME { width: 220px; }
.spc66_review_WithHIME { width: 276px; }
.spc66_review_BeBunny { width: 240px; }
.spc66_review_AngelTear { width: 276px; }
.spc66_review_LittleBear { width: 262px; }

.spc66_review_img {
  width: 90.7%;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  margin: 0 auto;
}