

@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #e01c5e 0px, #e01c5e 2px, transparent 2px, transparent 5px,#e01c5e 5px, #e01c5e 7px) left bottom / 100% 7px no-repeat;
  color: #e01c5e;
}

.spc_comment {
  width: 90%;
  border-top: #e01c5e solid 1px;
  margin: 56px auto 0;
  padding-top: 32px;
}

.spc_comment_tit {
  display: inline-block;
  font-size: 3.8rem;
  background: linear-gradient(transparent 70%, rgba(200,149,150,0.5) 0%);
  color: #d4145a;
  margin-bottom: 16px;
}

/* .spc_comment_txt {  } */

/*
------------------------------------------------------------------------------------*/
.spc34_wrap {
  background: #e6e6e6;
  color: #d4145a;
  text-align: center;
}

.spc34_wrap table {
  width: auto;
  border-collapse: inherit;
  border-spacing: 6px;
}

.spc34_wrap h2,
.spc34_wrap h3 {
  font-weight: bold;
}
.spc34_wrap  span {
  font-weight: bold;
}

/* -------------------------------- 
content1
-------------------------------- */
.spc34_top_text {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 6px;
  margin-bottom: 52px;
}
.spc34_content1_2 {
  position: relative;
  margin: 24px 0;
}
.spc34_content1_2_1 {
  display: inline-block;
  border: solid 2px #d4145a;/* top四角枠線の色 */
  border-radius: 32px;
}
.spc34_point_top_wrap {
  display: inline-block;
  background-color: rgba(242,220,219,0.5);
  padding: 32px 48px 28px;
  border-radius: 32px;
  width: 768px;
}
.spc34_point_top_subtitle {
  color: #e01c5e;
  font-size: 2.6rem;
  font-weight: bold;
}
.spc34_point_top_subtitle:first-of-type { margin-top: 24px; }
.spc34_point_top_title {
  color: #e01c5e;
  font-size: 3.8rem;
}
.spc34_point_top_list {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
  padding: 20px 16px 24px;
}
.spc34_model_pop {
  position: absolute;
  width: 20%;
  top: 50%;
  left: 3%;
}

/* -------------------------------- 
content2
-------------------------------- */
.spc34_content2 {
  margin-top: 56px;
}
.spc34_content2 table {
  color: #d4145a;/* 商品紹介の文字色 */
  text-align: center;
}
.spc34_content2_wrap {
  padding: 0 40px 0 64px;
  margin: 26px 0;
}
.spc34_content2_1 {
  vertical-align: middle;
  width: 40%;
  padding-left: 16px;
}
.spc34_content2_1 a {
  color: white;/* CHECKの文字色 */
}
.spc34_content2_2 {
  vertical-align: middle;
  width: 60%;
}
.spc34_content2_2 p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
/* 購入ボタン */
.spc34_bt {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #e01c5e; /* ボタンの色 */
  text-align: center;
  margin-top: 12px;
  padding: 2px 6px 6px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.6rem;
  border-radius: 12px;
  box-shadow: 0 0 0 0 rgb(200 73 103 / 70%); /* ボタンの色をRGB化 */
  -webkit-animation: pulse 1.25s cubic-bezier(.66,0,0,1) infinite;
  animation: pulse 1.25s cubic-bezier(.66,0,0,1) infinite;
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 6px rgba(200, 73, 103, 0); /* ボタンの色をRGB化 */
  }
}
.spc34_bt span {
  font-size: 1.4rem;  font-weight: normal;
}
.spc34_click {  position: absolute;
  top: -8px;
  right: -20px;
  transform: rotate(15deg);
  color: #5c3948; /* CLICK!の文字色 */
  text-shadow: 3px 3px 0 #fff; /* CLICK!の文字の影色 */
}
/* 商購入ボタンEND */
.spc34_lens_spec {
  display: inline-block;
  margin-bottom: 12px;
}
.spc34_lens_spec td {
  width: 192px;
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-weight: bold;
  border: 2px solid #d4145a;/* レンズスペックの枠色 */
  text-align: center;
  padding: 8px 0;
  color: #d4145a;/* レンズスペックの文字色 */
}
#spc34_lens_spec2 td {
  border: 2px solid #d4145a;
  color: #d4145a;
}
#spc34_lens_spec3 td {
  border: 2px solid #d4145a;
  color: #d4145a;
}
#spc34_lens_spec4 td {
  border: 2px solid #d4145a;
  color: #d4145a;
}