@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #666666 0px, #666666 2px, transparent 2px, transparent 5px,#666666 5px, #666666 7px) left bottom / 100% 7px no-repeat;
  color: #666666;
}

/*
.spc_comment { }
.spc_comment_txt { }
*/

.spc_comment_tit {
  width: 55.98%;
  margin: 0 auto 40px;
}

.spc_brSP {
  font-size: 0;
  display: none;
}


/* base
------------------------------------------------------------------------------------*/
.spc70_wrap {
  /* padding-top: 16px; */
}

.spc70_wrap img {
  width: 100%;
  display: block;
}


/* リード
------------------------------------------------------------------------------------*/
.spc70_read {
  color: #666666;
  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));
}

.spc70_menu_wrap {
  width: 64%;
  background-image : linear-gradient(to right, #ee0091 5px, transparent 3px),linear-gradient(to bottom, #ee0091 5px, transparent 3px),linear-gradient(to left, #ee0091 5px, transparent 3px),linear-gradient(to top, #ee0091 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 60px;
  padding: 24px 32px;
}

.spc70_menu_tit {
  color: #ee0091;
  font-family: var(--ja_mincho);
  font-size: 2.8rem;
  text-align: center;
}

.spc70_menu_list_wrap {
  font-size: 1.8rem;
  list-style: none;
  margin-top: 12px;
}

.spc70_menu_list_link {
  color: #666666;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
}


/* レンズ紹介
------------------------------------------------------------------------------------*/
.spc70_back {
  background: url("/images/pc/content/free/spc70/back_pc.webp") top center / contain repeat-y;
  padding: 20px 0 40px;
}

.spc70_Model_wrap {

}

.spc70_Model_tit img {
  width: auto;
  height: 120px;
  margin: 60px auto -20px;
}

.spc70_Model {
  position: relative;
  width: 84%;
  margin: 56px auto 0;
  padding: 60px;
  background-clip: padding-box;
  background-origin: padding-box;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.spc70_Model::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    url(/images/pc/content/free/spc70/fuchi_pc.webp) repeat-x top left,
    url(/images/pc/content/free/spc70/fuchi_pc.webp) repeat-x bottom left,
    url(/images/pc/content/free/spc70/fuchi_pc.webp) repeat-y left top,
    url(/images/pc/content/free/spc70/fuchi_pc.webp) repeat-y right top;
  background-size: 20px 20px;
}
.spc70_Model::after {
  content: "";
  position: absolute;
  inset: 10px;
  background: #fff;
  z-index: -1;
}

.spc70_Model_img {
  width: 40%;
}

.spc70_Model_txt {
  width: 60%;
  color: #666666;
  --fs: 1.8rem;
  --fh: 3rem;
  font-size: var(--fs);
  line-height: var(--fh);
  padding-left: 40px;
}

.spc70_lineUp_wrap {

}

.spc70_lineUp_tit img {
  width: auto;
  height: 120px;
  margin: 60px auto -20px;
}

.spc70_lineUp {
  position: relative;
  width: 84%;
  margin: 56px auto 0;
  padding: 32px 0 60px;
  background-clip: padding-box;
  background-origin: padding-box;
  z-index: 0;
}
.spc70_lineUp::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    url(/images/pc/content/free/spc70/fuchi_pc.webp) repeat-x top left,
    url(/images/pc/content/free/spc70/fuchi_pc.webp) repeat-x bottom left,
    url(/images/pc/content/free/spc70/fuchi_pc.webp) repeat-y left top,
    url(/images/pc/content/free/spc70/fuchi_pc.webp) repeat-y right top;
  background-size: 20px 20px;
}
.spc70_lineUp::after {
  content: "";
  position: absolute;
  inset: 10px;
  background: #fff;
  z-index: -1;
}

.spc70_lineUp_name img {
  width: 600px;
  height: auto;
  margin: 20px auto 0;
}

.spc70_lineUp_img_wrap {
  width: 84%;
  display: flex;
  justify-content: space-between;
  margin: 16px auto 0;
}

img.spc70_lineUp_img {
  width: 47.6%;
}

.spc70_lineUp_spec_wrap {
  width: 84%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 6px;
  margin: 16px auto 0;
}

.spc70_lineUp_spec1,
.spc70_lineUp_spec2,
.spc70_lineUp_spec3 {
  color: #fff;
  background: #666666;
  height: 36px;
  border-radius: 10px;
  font-size: 1.8rem;
  display: grid;
  place-items: center;
}
.spc70_lineUp_spec1 { width: 28.5%; }
.spc70_lineUp_spec2 { width: 24%; }
.spc70_lineUp_spec3 { width: 41.5%; }

.spc70_lineUp_subTit {
  color: #666666;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin: 40px 68px -16px;
}

.spc70_lineUp_txt {
  color: #666666;
  --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));
}

.spc70_lineUp_txt_weight { font-weight: bold; }

.spc70_lineUp_buy_wrap {
  width: 65%;
  margin: -2px auto 0;
  padding-top: 48px;
}

a.spc70_lineUp_buy_one,
a.spc70_lineUp_buy_set {
  height: 56px;
  border-radius: 12px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px #666666;
  display: grid;
  place-items: center;
  margin: 0;
  transition: opacity 300ms;
}

a.spc70_lineUp_buy_one:hover {
  text-decoration: none;
}

a.spc70_lineUp_buy_one {
  background: #e75411;
  box-shadow: 3px 3px 6px rgb(0,0,0, 0.25);
}


/* メッセージ
------------------------------------------------------------------------------------*/
img.spc70_review_img {
  width: 84%;
  filter: drop-shadow(0 0 5px rgb(0,0,0, 0.15));
  margin: 32px auto;
}


/* メッセージ
------------------------------------------------------------------------------------*/
.spc70_comment {
  padding-bottom: 60px;
}

.spc70_comment_txt {
  color: #666666;
  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));
}