

@charset "UTF-8";

.spc_tit {
  background: linear-gradient(0deg, #222 0px, #222 2px, transparent 2px, transparent 5px,#222 5px, #222 7px) left bottom / 100% 7px no-repeat;
  color: #222;
}

 .spc_comment {
  background: #fff;
  padding-top: 48px;
}

 .spc_comment_tit {
  display: inline-block;
  font-size: 2.6rem;
}

.spc_comment_txt { margin-top: 0px; }

/*
------------------------------------------------------------------------------------*/
.spc21_wrap {
  background: #e8e1d7;
  color: #8f775d;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
}

/* -------------------------------- 
全体
-------------------------------- */
.spc21_wrap table {
  width: auto;
  border-collapse: inherit;
  border-spacing: 6px;
}
.spc21_wrap h2 {
  font-size: 2.6rem;
  margin: 20px 0;
}
.spc21_wrap p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.spc21_wrap span{
  font-weight: bold;
}

/* -------------------------------- 
content1
-------------------------------- */
.spc21_content1_text_area, .spc21_content2_text_area, .spc21_content3_text_area {
  overflow: hidden;
  padding: 26px;
}

.spc21_content1_text_area { padding-top: 0px; }
.spc21_content1 { background: url("/images/pc/content/free/spc21/back_pc.webp") center / cover; }

.spc21_content1_1 img {
  width: 84%;
  margin: 16px auto;
}

.spc21_content1_1 h2 {
  margin: -8px 0 8px;
}

.spc21_content1_1 hr {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #8f775d;/* top横線の色 */
  border: 0;
  margin: 20px 0;
}
.spc21_content1_2 {
  display: inline-block;
  border: solid 2px #8f775d;/* top四角枠線の色 */
  padding: 0 20px 20px 20px;
  margin: 20px 0;
}
.spc21_content1_2 h2 {
  line-height: 3.2rem;
}
.spc21_circle {
  display: inline-block;
  margin: 0 12px;
}
.spc21_outBox {
  display: table-cell;
  vertical-align: middle;
  width: 230px;
  height: 230px;
  border-radius: 50%;
}
.spc21_box {
  line-height: 2.6rem;
  margin-bottom: 12px;
}
.spc21_box p {
  font-size: 2.6rem;
  font-weight: bold;
  text-decoration-line: underline;
  margin-bottom: 4px;
}

/* -------------------------------- 
content2
-------------------------------- */
.spc21_content2 {
  background-color: #e9e1d8;/* 商品ページの背景色 */
}
.spc21_content2 table {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #8f775d;/* 商品紹介の文字色 */
  text-align: center;
  margin: 0 auto 12px;
}
.spc21_content2_1 {
  vertical-align: middle;
  width: 40%;
  padding-left: 32px;
}
.spc21_content2_1 a {
  color: white;/* CHECKの文字色 */
}
.spc21_content2_2 {
  vertical-align: middle;
  width: 60%;
}
.spc21_content2_2 p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
/* 購入ボタン */
.spc21_bt {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #cd9674; /* ボタンの色 */
  text-align: center;
  margin-top: 12px;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.6rem;
  border-radius: 12px;
  box-shadow: 0 0 0 0 rgb(205 150 116 / 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(205, 150, 116, 0); /* ボタンの色をRGB化 */
  }
}
.spc21_bt span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
.spc21_click {  position: absolute;
  top: -6px;
  right: -12px;
  transform: rotate(15deg);
  color: #666666; /* CLICK!の文字色 */
  text-shadow: 3px 3px 0 #fff; /* CLICK!の文字の影色 */
}
/* 商購入ボタンEND */
.spc21_lens_spec {
  margin-bottom: 12px;
}
.spc21_lens_spec td {
  width: 154px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  border: 2px solid #FFF;/* レンズスペックの枠色 */
  text-align: center;
  padding: 12px 0;
  color: #FFF;/* レンズスペックの文字色 */
}

.spc21table-natural{
  background-color: #cd9674;
}
  
.spc21table-half{
  background-color: #e3c387;
}	