@charset "UTF-8";
/*RELEASE*/
#banner_area{
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 580px;
	width: 100%;
	line-height: 0;
	z-index: 1000;
}
/* PRE*/
#eyeserum_page {
  box-sizing: border-box;
}
#eyeserum_page .wrap {
  box-sizing: border-box;
  max-width: 580px;
  margin: auto;
}
#eyeserum_page .cont {
  line-height: 0;
}
/*OFFER*/
.offer_area {
  box-sizing: border-box;
  background: rgba(235, 206, 212, .1);
}
.offer_area:last-child{
	padding-bottom: 80px;
}
.offer_code {
  box-sizing: border-box;
  background: #FFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: 90.5%;
  margin: auto;
  padding: 0 10px 25px;
}
@media screen and (max-width: 590px){
.offer_code .accordion-open{
	padding: 5px 10px 15px;
}
}
#eyeserum_page .offer_modal {
  margin-bottom: 15px;
}
#eyeserum_page .accordion {
  font-size: 14px;
  padding: 15px 20px;
}
/*CART*/
.set_tanpin .btn_cart input[type="submit"] {
  background: #FFF;
  border: 1px solid #f0618d;
  color: #f0618d;
}
.set_teiki .btn_cart input[type="submit"], .set_tanpin .btn_cart input[type="submit"] {
  font-size: 1.1rem;
  line-height: 64px;
}
.set_tanpin .btn_cart::before {
  border-top: solid 2px #f0618d;
  border-right: solid 2px #f0618d;
}
@media screen and (max-width: 590px) {
  .set_teiki .btn_cart input[type="submit"], .set_tanpin .btn_cart input[type="submit"] {
    line-height: 56px;
	  font-size: 16px;
  }
}