@charset "utf-8";

/*
==================================
セール用LP
/ext/sale.html
==================================
*/

section#sale_page_none{
  margin: 50px 0 50px 0;
  line-height: 1.3;
}

section#sale_page_none div {
  padding: 15px 0;
  border: 5px solid #ff3333;
  border-radius: 20px;
}

section#sale_page_none div p{
  text-align: center;
  color:#ff3333; 
}

section#sale_page_none div p br{
  display: none;
}

section#sale_page_none div p:nth-of-type(1){
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 20px;
}

section#sale_page_none div p:nth-of-type(2){
  font-size: 16px;
}

section#sale_page{
  line-height: 1.3;
  margin: 0 0 50px 0;
}

section#sale_page a:hover img{ 
  opacity: 1;
}

section#sale_page > div{
  margin: 0 0 50px 0;
  padding: 0 0 15px 0;
  background:url(../../../saleimage/timesale_bg_base_1d.jpg);
}

section#sale_page > div > h1{
  margin: 0 0 10px 0;
}

section#sale_page > div > p{
  width: 55%;
  height: 32px;
  margin: 0 auto 12px;
  text-align: center;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 33px;
  border-radius: 16px;
  box-shadow:0 3px 3px 1px rgba(0, 0, 0, 0.25);
}

section#sale_page > div > section > h2{
  margin: 20px 20px 18px 0;
  padding: 5px 20px 3px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  box-shadow:0 3px 3px 1px rgba(0, 0, 0, 0.25);
  border-radius: 0 18px 18px 0;
  border: 3px solid #ffffff;
  border-left: none;
}

section#sale_page > div > section.sec_clearlens > h2{
  background-color: rgba(79,158,232,1.0);
}

section#sale_page > div > section.sec_tc > h2{
  background-color: rgba(73,184,89,1.0);
}

section#sale_page > div > section.sec_mf > h2{
  background-color: rgba(135,77,179,1.0);
}

section#sale_page > div > section.sec_color > h2{
  background-color: rgba(232,93,179,1.0);
}

section#sale_page > div > section > ul{
  padding: 0 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}

section#sale_page > div > section > ul > li{
  margin:0 20px 20px 0;
  width: 335px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow:0 3px 3px 1px rgba(0, 0, 0, 0.25);
}

section#sale_page > div > section > ul > li > a{
  padding: 10px 12px 5px;
  display: block;
  text-decoration: none;
  position: relative;
}

section#sale_page > div > section > ul > li > a:after{
  content: url(../../../saleimage/ico_pricedown.png);
  position: absolute;
  top:-20px;
  right: -20px;
}

section#sale_page > div > section > ul > li.cpn > a:after{
  content: url(../../../saleimage/ico_cpnoff.png);
}

section#sale_page > div > section > ul > li > a:hover:after{
  animation: jump 1s ease 0s infinite;
}

@keyframes jump {
  0% {
      margin-top: 0;
  }
  10% {
      margin-top: -1em;
  }
  20% {
      margin-top: 0;
  }
  26% {
      margin-top: -0.5em;
  }
  32% {
      margin-top: 0;
  }
  36% {
      margin-top: -0.2em;
  }
  40% {
      margin-top: 0;
  }
}

section#sale_page > div > section > ul > li > a > h3{
  width: 145px;
  height: 160px;
  color: #333333;
  font-size: 16px;
  line-height: 1.25;
  overflow: hidden;
  letter-spacing: 0.05em;
}

section#sale_page > div > section > ul > li > a > h3:before{
  white-space:pre;
  height: 18px;
  padding: 0 10px;
  margin: 0 100px 3px 0;
  color: #ffffff;
  font-size:12px;
  font-weight: normal;
  border-radius: 9px;
  line-height: 19px;
  display: inline-block;
}

section#sale_page > div > section > ul > li.lens_1d > a > h3:before{
  content: "1DAY";
  background-color: #30C5A7;
  letter-spacing: 1px;
}

section#sale_page > div > section > ul > li.lens_2w > a > h3:before{
  content: "2WEEK";
  background-color: #ff6600;
  letter-spacing: 1px;
}

section#sale_page > div > section > ul > li.lens_1m > a > h3:before{
  content: "1MONTH";
  background-color: #e8bc0b;
  letter-spacing: 1px;
}

section#sale_page > div > section > ul > li > a > img{
  width: 152px;
  position: absolute;
  top:15px;
  right: 13px;
}

section#sale_page > div > section > ul > li > a > p{
  width: 250px;
  text-align: right;
  font-size: 15px;
  position: relative;
}

section#sale_page > div > section > ul > li > a > p:nth-of-type(1){
  color: #666666;
}

section#sale_page > div > section > ul > li > a > p:nth-of-type(1) > span{
  margin: 0 -5px 0 0 ;
  font-size: 20px;
}

section#sale_page > div > section > ul > li > a > p:nth-of-type(1):before{
  content: "通常価格";
  width: 85px;
  height: 19px;
  margin: 0 5px 0 0;
  background-color: #666666;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  top:2px;
}

section#sale_page > div > section > ul > li > a > p:nth-of-type(2){
  color: #ff3333;
}

section#sale_page > div > section > ul > li > a > p:nth-of-type(2) > span{
  margin: 0 -5px 0 0 ;
  font-size: 20px;
  font-weight: bold;
}

section#sale_page > div > section > ul > li > a > p:nth-of-type(2):before{
  content: "SALE価格";
  width: 85px;
  height: 19px;
  margin: 0 5px 0 0;
  background-color: #ff3333;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  top:2px;
}

section#sale_page > div > section > ul > li > a > p:nth-of-type(3){
  width: 245px;
  font-size: 32px;
  font-weight: bold;
  color: #ff3333;
}

section#sale_page > div > section > ul > li > a > p:nth-of-type(3) > span{
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: normal;
}

section#sale_page > div > section > ul > li > a > p:nth-of-type(4){
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

section#sale_page > div > section > ul > li > a > p:nth-of-type(4) > span{
  width: 55px;
  height: 55px;
  font-size: 21px;
  font-weight: bold;
  background-color: #ff3333;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 1.1;
  display: table-cell;
  vertical-align: middle;
}

section#sale_page > div > section > ul > li.cpn > a > p:nth-of-type(2){
  margin: 6px 0;
  color: #ff5a00;
}

section#sale_page > div > section > ul > li.cpn > a > p:nth-of-type(2):before{
  content: "クーポン\A適用価格";
  white-space:pre;
  height: 35px;
  padding: 2px 0 0 0;
  background-color: #ff5a00;
  line-height: 1.1;
  position: absolute;
  left: 0;
  top:-5px;
}

section#sale_page > div > section > ul > li.cpn > a > p:nth-of-type(3){
  color: #ff5a00;
}

section#sale_page > div > section > ul > li.cpn > a > p:nth-of-type(4) > span{
  background-color: #ff5a00;
}

section#sale_page > div > section > ul > li > a > p.uresuji{
  width: 70px;
  position: absolute;
  bottom: 60px;
  right: 3px;
}

section#sale_page > div > section > ul > li > a > p.uresuji > img{
  width: 70px;
}

section#sale_page > section > h2 {
  margin: 0 0 20px 0;
  text-align: center;
}

section#sale_page > section > h2 > span {
  padding: 0 120px;
  text-align: center;
  color: #ff3333;
  font-size: 26px;
  position: relative;
  display: inline-block;
}

section#sale_page > section > h2 > span:before,
section#sale_page > section > h2 > span:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 90px;
  height: 4px;
  border-top: solid 1px #ff3333;
  border-bottom: solid 1px #ff3333;
}

section#sale_page > section > h2 > span:before {left:0;}
section#sale_page > section > h2 > span:after {right: 0;}

section#sale_page > section > section > h3 {
  margin: 25px 3px 15px;
  padding: 5px 20px 3px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

section#sale_page > section > section.sec_clearlens > h3{
  background-color: rgba(79,158,232,1.0);
}

section#sale_page > section > section.sec_tc > h3{
  background-color: rgba(73,184,89,1.0);
}

section#sale_page > section > section.sec_mf > h3{
  background-color: rgba(135,77,179,1.0);
}

section#sale_page > section > section.sec_color > h3{
  background-color: rgba(232,93,179,1.0);
}

section#sale_page > section > section > ul {
  padding: 0 1px;
  display: flex;
  flex-wrap: wrap;
}

section#sale_page > section > section > ul > li{ 
  margin:0 2px 6px 2px;
  line-height: 1.2;
  border: 1px solid #dedede;
  transition: all 0.5s ease 0s;
  position: relative;
}

section#sale_page > section > section > ul > li:hover{ 
  border: 1px solid #FF3333;
  border-radius: 16px;
}

section#sale_page > section > section > ul > li:before{
  white-space:pre;
  height: 18px;
  padding: 0 15px 0 13px;
  color: #ffffff;
  font-size:11px;
  font-weight: normal;
  border-radius: 9px 0 0 9px;
  line-height: 19px;
  display: inline-block;
  position: absolute;
  top:10px;
  right: 0;
}

section#sale_page > section > section > ul > li.lens_1d:before{
  content: "1DAY";
  background-color: #30C5A7;
  letter-spacing: 1px;
}

section#sale_page > section > section > ul > li.lens_2w:before{
  content: "2WEEK";
  background-color: #ff6600;
  letter-spacing: 1px;
}

section#sale_page > section > section > ul > li.lens_1m:before{
  content: "1MONTH";
  background-color: #e8bc0b;
  letter-spacing: 1px;
}

section#sale_page > section > section > ul > li > a{
  width: 160px;
  padding: 8px;
  color: #666666;
  text-decoration: none;
  display: block;
}

section#sale_page > section > section > ul > li > a > img{ 
  width: 160px;
  margin:0 0 5px 0;
}

section#sale_page > section > section > ul > li > a > h4{
  height: 48px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.3;
  overflow: hidden;
}

section#sale_page > section > section > ul > li > a:hover > h4{
  text-decoration: none;
}

section#sale_page > section > section > ul > li > a > p{
  color: #FF3333;
  position: relative;
  text-align: right;
}

section#sale_page > section > section > ul > li > a > p:nth-of-type(1){
  padding: 25px 0 0 0;
  font-size: 12px;
}

section#sale_page > section > section > ul > li > a > p:nth-of-type(1):before{
  content: "SALE価格";
  width: 80px;
  height: 19px;
  background-color: #ff3333;
  color: #ffffff;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  top:2px;
}

section#sale_page > section > section > ul > li > a > p:nth-of-type(1) > span{
  margin: 0 0 0 5px;
  font-size: 20px;
  font-weight: bold;
}

section#sale_page > section > section > ul > li > a > p:nth-of-type(2){
  font-size: 20px;
  font-weight: bold;
}

section#sale_page > section > section > ul > li > a > p:nth-of-type(2) > span{
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: normal;
}

.sale_k_tx1{
	line-height:1.5em;
	font-size:14px;
	text-align:center;
}
	
.sale_k_tx1 img{
	display:block;
	margin:auto;
	padding:15px;
}

.sale_k_tx1 span{
	color:#666666;
	}
	
.sale_k_tx1 p {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
	}
	
.sale_k_tx2 span {
    color: #EB0C97;
	}