@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 {}
.spc_comment_tit {}
.spc_comment_txt {}
*/


/*
------------------------------------------------------------------------------------*/
/* spc_content1 */
.spc_cosplaylenslist_content1 p.spc_cosplaylenslist_txt1 {
  color: #848563;
  background-color: #f1ecff;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-align: center;
  padding: 32px 0 0;
}
.spc_cosplaylenslist_content1 p.spc_cosplaylenslist_txt2 {
  color: #848563;
  background-color: #f1ecff;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  padding: 4px 0 32px;
}
.spc_cosplaylenslist_content1 p.spc_cosplaylenslist_txt3 {
  color: #848563;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: left;
  padding: 32px 24px;
}
.spc_cosplaylenslist_content1_text_area img {
  vertical-align: top;
}
  
/* spc_content2 */
.spc_cosplaylenslist_content2 {
  width:100%; /* 商品ページの背景色 */
}
.spc_cosplaylenslist_content2 h2 {
  color: #848563;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.spc_cosplaylenslist_content2_text_area {
  padding: 24px;
}
.spc_cosplaylenslist_content2_link {
  display: block;
  position: relative;
}
.spc_cosplaylenslist_content2_link h3 {
  position: absolute;
  top: calc(50% - 12px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.spc_cosplaylenslist_content2_link p {
  position: absolute;
  top: calc(50% + 22px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
}
.spc_cosplaylenslist_content2_text_area a img {
  display: inline;
  vertical-align: top;
}
.spc_cosplaylenslist_content2_text_area a h3 .click_icon{
  width: 32px;
  vertical-align: middle;
  padding-bottom: 8px;
  margin-left: 8px;
}
.spc_cosplaylenslist_content2_text_area p.spc_cosplaylenslist_txt4 {
  color: #848563;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
  border-left: solid 3px;
  border-bottom: solid 3px;
  border-right: solid 3px;
  padding: 24px;
}
.spc_cosplaylenslist_content2_text_area:nth-of-type(1) p.spc_cosplaylenslist_txt4 {
  border-color: #000;
}
.spc_cosplaylenslist_content2_text_area:nth-of-type(2) p.spc_cosplaylenslist_txt4 {
  border-color: #000;
}
.spc_cosplaylenslist_content2_text_area:nth-of-type(3) p.spc_cosplaylenslist_txt4 {
  border-color: #22b473;
}
.spc_cosplaylenslist_content2_text_area:nth-of-type(4) p.spc_cosplaylenslist_txt4 {
  border-color: #dd252f;
} 
.spc_cosplaylenslist_content2_text_area p.spc_cosplaylenslist_txt4 a {
}
.spc_cosplaylenslist_content2_text_area p.spc_cosplaylenslist_txt4 a img {
  width: 28px;
  vertical-align: middle;
  margin: 0 4px;
  padding-bottom: 4px;
}

/* spc_content3 */
.spc_cosplaylenslist_content3 h2 {
  color: #848563;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-align: center;
  padding: 32px 24px 0;
}
.spc_cosplaylenslist_content3 p {
  color: #848563;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: left;
  padding: 24px;
}
.spc_cosplaylenslist_product_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #848563;
  padding: 56px 24px 0;
}
.spc_cosplaylenslist_product_wrap:first-of-type {
  padding: 24px 24px 0;
}
.spc_cosplaylenslist_product_wrap + .spc_cosplaylenslist_product_wrap {
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x;
  margin-top: 32px;
  padding-top: 32px;
}
.spc_cosplaylenslist_h3 + .spc_cosplaylenslist_product_wrap { padding-top: 40px; }

.spc_cosplaylenslist_product_tit {
  width: 100%;
  --fs: 1.8rem;
  --fh: 2.2rem;
  font-size: var(--fs);
  text-indent: -1em;
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0 calc(16px + ((var(--fs) - var(--fh)) / 2));
  padding-left: 1em;
  scroll-margin-top: 32px;
}

.spc_cosplaylenslist_product_link { width: 30%; }

.spc_cosplaylenslist_product_img { border-radius: 12px; }

.spc_cosplaylenslist_product_spec_wrap {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}

.spc_cosplaylenslist_product_spec_tit {
  --fs: 1.4rem;
  --fh: 1.8rem;
  width: 18%;
  border-bottom: #ccc solid 1px;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding: 14px 4px 4px;
}
.spc_cosplaylenslist_product_spec_tit:first-of-type { margin-top: -12px; }

.spc_cosplaylenslist_product_spec_txt {
  --fs: 1.4rem;
  --fh: 1.8rem;
  width: 45%;
  border-bottom: #ccc solid 1px;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 33% calc(0px + ((var(--fs) - var(--fh)) / 2)) 4%;
  padding: 14px 4px 4px;
}
.spc_cosplaylenslist_product_spec_txt:first-of-type { margin-top: -12px; }
.spc_cosplaylenslist_product_spec_txt br { display: none; }

.spc_cosplaylenslist_product_txt_wrap {
  width: 100%;
  background: #fffaf5;
  margin-top: 20px;
  padding: 12px;
}

.spc_cosplaylenslist_product_txt {
  --fs: 1.4rem;
  --fh: 2.2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(20px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}
.spc_cosplaylenslist_product_txt:first-of-type {
  --fs: 1.4rem;
  --fh: 2.2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
}
