@charset "utf-8";
.buyOnline {
  padding-top: 23%;
  padding-bottom: 25%;
  position: relative;
  background: url(/lp/madamejuju/sp/assets/img/bg_square.png) repeat;
}

.buyOnline:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 150px;
  background: url(/lp/madamejuju/sp/assets/img/bg_top_overlay_down.png) no-repeat top;
  background-size: 100% auto;
}

.buyOnline:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 150px;
  background: url(/lp/madamejuju/sp/assets/img/bg_over_lay_down.png) no-repeat bottom;
  background-size: 100% auto;
}

.buyOnline h2 {
  font-size: 24px;
  color: #f6e4c0;
  margin-bottom: 14px;
  letter-spacing: -1px
}

.buyOnline h2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}

.buyOnline h2 span:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 13px;
  left: -36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/lp/madamejuju/sp/assets/img/icon_ttl_left.png) no-repeat center;
  background-size: contain;
}

.buyOnline h2 span:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 13px;
  right: -36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/lp/madamejuju/sp/assets/img/icon_ttl_right.png) no-repeat center;
  background-size: contain;
}

.buyOnline .btnOnl {
  position: relative;
  z-index: 10;
  max-width: 352px;
  margin: 0 auto;
}

.buyOnline .btnOnl span {
  display: inline-block;
}

.buyOnline .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(112, 4, 83, 0.75);
  padding: 23px 15px 28px;
  max-width: 750px;
  margin: 0 auto;
  display: none;
}

.buyOnline .popup .content {
  max-width: 345px;
  margin: 60px auto 0;
}

.buyOnline .popup .btn {
  text-align: right;
}

.buyOnline .popup .btn .image {
  display: inline-block;
}

.buyOnline .popup .btn img {
  display: inline-block;
  width: 27px;
}

.buyOnline .popup .listItems {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
  background: url(/lp/madamejuju/sp/assets/img/bg_decor_popup_top.png) no-repeat top;
  background-size: 100% auto;
}
.buyOnline .popup .seller{}
.buyOnline .popup .listItems:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  bottom: 0;
  background: url(/lp/madamejuju/sp/assets/img/bg_decor_popup_btm.png) no-repeat bottom;
  background-size: 100% auto;
  z-index: -1;
}

.buyOnline .popup .listItems a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buyOnline .popup .listItems .item {
  padding: 0 8px;
}

.buyOnline .popup .listItems .item a {
  border-bottom: 1px solid rgba(137, 26, 117, 0.5);
  position: relative;
}

.buyOnline .popup .listItems .item a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 6px;
  height: 5px;
  background: url(/lp/madamejuju/sp/assets/img/icon_arrow_right_popup.png) no-repeat;
  background-size: contain;
}

.buyOnline .popup .listItems .item:first-child img {
  width: 82px;
}

.buyOnline .popup .listItems .item:nth-child(2) img {
  width: 135px;
}

.buyOnline .popup .listItems .item:nth-child(3) img {
  width: 139px;
}

.buyOnline .popup .listItems .item:nth-child(4) img {
  width: 111px;
}

.buyOnline .popup .listItems .item:last-child img {
  width: 140px;
}

.buyOnline .popup .listItems .item:last-child a {
  border-bottom: none;
}