@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #ed975e 0px, #ed975e 2px, transparent 2px, transparent 5px,#ed975e 5px, #ed975e 7px) left bottom / 100% 7px no-repeat;
  color: #ed975e;
}

.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
------------------------------------------------------------------------------------*/
.spc67_wrap {
  background: #fff6f0;
}

.spc67_tit {
  display: inline-block;
  scroll-margin-top: 40px;
  width: 90%;
  height: 60px;
  font-size: 2.8rem;
  line-height: 4.6rem;
  text-align: center;
  vertical-align: bottom;
  color: #ffffff;
  background: #edb088;
  box-shadow: 0px 0px 0px 5px #edb088;
  border: solid 2px #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  padding: 0.2em 0.5em;
  margin: 88px 5% 0;
}


/* hero - リード
------------------------------------------------------------------------------------*/
.spc67_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));
}

.spc67_menu_wrap {
  width: 64%;
  background-image : linear-gradient(to right, #ed975e 5px, transparent 3px),linear-gradient(to bottom, #ed975e 5px, transparent 3px),linear-gradient(to left, #ed975e 5px, transparent 3px),linear-gradient(to top, #ed975e 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;
}

.spc67_menu_tit {
  color: #ed975e;
  font-family: var(--ja_mincho);
  font-size: 2.8rem;
  text-align: center;
}

.spc67_menu_list_wrap {
  font-size: 1.8rem;
  list-style: none;
  margin-top: 12px;
}

.spc67_menu_list_link {
  color: #534741;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
}


/* レンズ紹介
------------------------------------------------------------------------------------*/
.spc67_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: 48px auto;
  padding: 40px 64px;
}

.spc67_lineUp_name_wrap {
  width: 520px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.spc67_lineUp_name_img {
  width: 88px;
}

.spc67_lineUp_name {
  font-family: var(--ja_mincho);
  font-size: 1.8rem;
  text-align: center;
  flex: 1;
  margin-top: 2px;
}

.spc67_lineUp_name_main {
  font-family: var(--ja_mincho);
  font-size: 6rem;
  letter-spacing: -0.01em;
  padding-top: 2px;
}

.spc67_lineUp_name_CharmBlack { color: #66615f; }
.spc67_lineUp_name_LilymBrown { color: #845f5d; }
.spc67_lineUp_name_IlunaBeige { color: #9b885d; }
.spc67_lineUp_name_RizzGray { color: #878c89; }
.spc67_lineUp_name_ChermieBrown { color: #937e6c; }
.spc67_lineUp_name_FioraMoca { color: #a56951; }

.spc67_lineUp_img_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.spc67_lineUp_img { width: 48%; }

.spc67_lineUp_spec_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 4px;
  margin: 16px auto 0;
}

.spc67_lineUp_spec1,
.spc67_lineUp_spec2,
.spc67_lineUp_spec3 {
  height: 36px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  display: grid;
  place-items: center;
}
.spc67_lineUp_spec1 { width: 30.5%; }
.spc67_lineUp_spec2 { width: 26%; }
.spc67_lineUp_spec3 { width: 43.5%; }

.spc67_lineUp_spec_CharmBlack { background: #66615f; }
.spc67_lineUp_spec_LilymBrown { background: #845f5d; }
.spc67_lineUp_spec_IlunaBeige { background: #9b885d; }
.spc67_lineUp_spec_RizzGray { background: #878c89; }
.spc67_lineUp_spec_ChermieBrown { background: #937e6c; }
.spc67_lineUp_spec_FioraMoca { background: #a56951; }

.spc67_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));
}

.spc67_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));
}

.spc67_lineUp_buy {
  width: 360px;
  display: flex;
  margin: 24px auto 0;
}

.spc67_review_img {
  width: 90.7%;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  margin: 24px auto 0;
}
.spc67_review_img:first-of-type {
  margin: 48px auto 0;
}


/* シリコーンハイドロゲルとは？
------------------------------------------------------------------------------------*/
.spc67_expl_tit {
  color: #ed975e;
  font-family: var(--ja_mincho);
  font-size: 2.4rem;
}

.spc67_expl_txt {
  --fs: 1.8rem;
  --fh: 3rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: 12px 0 48px;
}
.spc67_expl_txt:last-of-type {
  margin: 12px 0 0;
}


.spc67_bg {
  width: 90.7%;
  background: #fff;
  border-radius: 8px;
  position: relative;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  margin: 48px auto;
  padding: 64px;
}


/* Smooth Liquid Background Effect
------------------------------------------------------------------------------------*/
.spc67_wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.spc67_zIndex {
  position: relative;
  z-index: 1;
}

.bouncing-blobs-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

/* JSでtranslateする要素 */
.bouncing-blob {
  position: absolute;
  width: 240px;
  height: 240px;
}

/* CSSでscaleアニメーションする内側 */
.blob-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.7;
  mix-blend-mode: screen;
  animation: blobPulse 8s ease-in-out infinite alternate;
}

@keyframes blobPulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.5); }
  100% { transform: scale(1); }
}