@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #ed2985 0px, #ed2985 2px, transparent 2px, transparent 5px,#ed2985 5px, #ed2985 7px) left bottom / 100% 7px no-repeat;
  color: #ed2985;
}


/*
------------------------------------------------------------------------------------*/
.spc14_wrap {
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
  color: #FFF;/* 特集ページ紹介文と最後の結びの文の文字色 */
}

.spc14_wrap table {
  width: auto;
  border-collapse: inherit;
  border-spacing: 6px;
}

.spc14_wrap h2 {
  font-size: 2.6rem;
  margin: 40px 0 20px;
}
.spc14_wrap h3 {
  font-size: 2.6rem;
  margin: 40px 0;
}
.spc14_wrap p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.spc14_wrap span{
  font-weight: bold;
}


/* -------------------------------- 
content1
-------------------------------- */
.spc14_content1_text_area, .spc14_content2_text_area, .spc14_content3_text_area {
  overflow: hidden;
  padding: 26px;
}
.spc14_content1 {
  background-image: url("/images/pc/content/free/spc14/back_pc.webp");/* top背景 */
　background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width:100%;
}
.spc14_content1_1 img {
  width: 100%;
}
.spc14_content1_1 hr {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: white;/* top横線の色 */
  border: 0;
  margin-top: 16px;
  margin-bottom: 32px;
}
.spc14_content1_2 {
  display: inline-block;
  border: solid 2px #FFF;/* top四角枠線の色 */
  padding: 0 40px 40px 40px;
  margin: 40px 0;
}
.content1_2 h2 {
  margin-top: 28px;
}

.spc14_circle {
  display: inline-block;
  margin: 0 14px;
}
.spc14_outBox {
  display: table-cell;
  vertical-align: middle;
  width: 230px;
  height: 230px;
  background:linear-gradient(to bottom, #FFAD54, #FFEA63);/* 丸部分の背景色 */
  border-radius: 50%;
}
.spc14_box {
  line-height: 3.4rem;
  margin-bottom: 8px;
}
.spc14_box p {
  font-size: 2.6rem;
  font-weight: bold;
  text-decoration-line: underline;
}

/* -------------------------------- 
content2
-------------------------------- */
.spc14_content2 {
  background-color: #FFE7F0;/* 商品ページの背景色 */
}

.spc14_content2_wrap {
  margin-left: 60px;
}

.spc14_content2 table {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #FF67A0;/* 商品紹介の文字色 */
  text-align: center;
}
.spc14_content2_1 {
  vertical-align: middle;
  width: 40%;
}
.spc14_content2_1 a {
  color: white;/* CHECKの文字色 */
}
.spc14_content2_2 {
  vertical-align: middle;
  width: 60%;
}
.spc14_content2_2 p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
/* 購入ボタン */
div.spc14_bt {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #FF67A0; /* ボタンの色 */
  text-align: center;
  margin-top: 1.6rem;
  padding: 3px 8px 8px 8px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.6rem;
  border-radius: 50px;
  box-shadow: 0 0 0 0 rgb(255 103 160 / 70%); /* ボタンの色をRGB化 */
  -webkit-animation: spc14_pulse 1.25s cubic-bezier(.66,0,0,1) infinite;
  animation: spc14_pulse 1.25s cubic-bezier(.66,0,0,1) infinite;
}
@keyframes spc14_pulse {
  to {
    box-shadow: 0 0 0 6px rgba(255, 103, 160, 0); /* ボタンの色をRGB化 */
  }
}
div.spc14_bt span {
  font-size: 1.4rem;  font-weight: normal;
}
div.spc14_click {  position: absolute;
  top: -7px;
  right: -14px;
  transform: rotate(15deg);
  color: #fbff5f; /* CLICK!の文字色 */
  text-shadow: 2px 2px 0 #FF67A0; /* CLICK!の文字の影色 */
}
/* 商購入ボタンEND */
.spc14_lens_spec {
  margin: 0 auto 16px;
}
.spc14_lens_spec td {
  width: 154px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  border: 2px solid #FF67A0;/* レンズスペックの枠色 */
  text-align: center;
  padding: 14px 0;
  color: #FF67A0;/* レンズスペックの文字色 */
}

/* -------------------------------- 
content3
-------------------------------- */
.spc14_content3 {
  margin-top: -24px;
}