

@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; }

/*
------------------------------------------------------------------------------------*/
.spc_season2020summer_wrap {
  color: #666;
  font-size: 1.8rem;
  text-align: center;
  line-height: 3.2rem;
}

.spc_season2020summer_wrap table {
  width: auto;
  border-collapse: inherit;
  border-spacing: 6px;
}
.spc_season2020summer_wrap h2 {
  font-size: 2.6rem;
  margin: 20px 0;
}
.spc_season2020summer_wrap p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.spc_season2020summer_wrap span{
  font-weight: bold;
}

/* -------------------------------- 
content1
-------------------------------- */
.spc_season2020summer_content1_text_area, .spc_season2020summer_content2_text_area, .spc_season2020summer_content3_text_area {
  overflow: hidden;
  padding: 26px;
}
.spc_season2020summer_content1 {
  background: url("/images/pc/content/free/spc_season2020summer/back_pc.webp") top / cover no-repeat;
}
.spc_season2020summer_content1_1 img {
  width: 90%;
  margin: 0 auto;
}
.spc_season2020summer_content1_1 hr {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #666666;/* top横線の色 */
  border: 0;
  margin: 20px 0;
}
.spc_season2020summer_content1_2 {
  display: inline-block;
  border: solid 2px #666666;/* top四角枠線の色 */
  padding: 0 20px 20px 20px;
  margin: 20px 0;
}

.spc_season2020summer_content1_2 h2 {
  line-height: 3.2rem;
}

.spc_season2020summer_circle {
  display: inline-block;
  margin: 0 12px;
}
.spc_season2020summer_outBox {
  display: table-cell;
  vertical-align: middle;
  width: 230px;
  height: 230px;
  border-radius: 50%;
}
.spc_season2020summer_box {
  line-height: 3.2rem;
  margin-bottom: 12px;
}
.spc_season2020summer_box p {
  font-size: 2.6rem;
  font-weight: bold;
  text-decoration-line: underline;
}

/* -------------------------------- 
content2
-------------------------------- */
.spc_season2020summer_content2 {
  background-color: #FFF;/* 商品ページの背景色 */
}
.spc_season2020summer_content2 table {
  font-size: 18px;
  line-height: 32px;
  color: #666666;/* 商品紹介の文字色 */
  text-align: center;
  margin: 0 auto 12px;
}
.spc_season2020summer_content2_1 {
  vertical-align: middle;
  width: 40%;
  padding-left: 40px;
}
.spc_season2020summer_content2_1 a {
  color: white;/* CHECKの文字色 */
}
.spc_season2020summer_content2_2 {
  vertical-align: middle;
  width: 60%;
}
.spc_season2020summer_content2_2 p {
  font-size: 18px;
  line-height: 32px;
}
/* 購入ボタン */
.spc_season2020summer_bt {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #FFA35C; /* ボタンの色 */
  text-align: center;
  margin-top: 12px;
  padding: 10px 0 8px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.6rem;
  border-radius: 12px;
  box-shadow: 0 0 0 0 rgb(255 163 92 / 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(255, 163, 92, 0); /* ボタンの色をRGB化 */
  }
}
.spc_season2020summer_bt span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
.spc_season2020summer_click {  position: absolute;
  top: -6px;
  right: -12px;
  transform: rotate(15deg);
  color: #666666; /* CLICK!の文字色 */
  text-shadow: 3px 3px 0 #fff; /* CLICK!の文字の影色 */
}
#spc_season2020summer_bt3, #spc_season2020summer_bt4 {
  background: #FF679E; /* ボタンの色 */
  box-shadow: 0 0 0 0 rgb(255 103 158 / 70%); /* ボタンの色をRGB化 */
}
#spc_season2020summer_bt5, #spc_season2020summer_bt6 {
  background: #3DAEFF; /* ボタンの色 */
  box-shadow: 0 0 0 0 rgb(61 174 255 / 70%); /* ボタンの色をRGB化 */
}
/* 商購入ボタンEND */
.spc_season2020summer_lens_spec {
  margin-bottom: 12px;
}
.spc_season2020summer_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;/* レンズスペックの文字色 */
}

.spc_season2020summer_table-pink{
  background-color: #FF679E;
}    
  
.spc_season2020summer_table-blue{
  background-color: #3DAEFF;
}    
 
.spc_season2020summer_table-orange{
  background-color: #FFA35C;
}