@charset "utf-8";
.p-weekend-sale-lead {
  display: flex;
  justify-content: center;
}
.p-weekend-sale-lead__image {
  flex: 0 0 60px;
  margin-right: 8px;
}
.ws-logo {
  width: 100px;
}
.p-weekend-sale-lead__text {
  text-align-last: left;
  font-size: 18px;
}
.p-weekend-sale-media {
  display: flex;
  flex-wrap: nowrap;
}
.p-weekend-sale-media:not(:last-of-type) {
  margin-bottom: 2em;
}
.p-weekend-sale-media__image {
  width: 40%;
}
.p-weekend-sale-media__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-weekend-sale-media__text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-content: center;
  align-items: center;
  margin-left: 16px;
}
.p-otoku-comment {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.p-cashback-comment-balloon {
  position: absolute;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 160px;
  max-width: 100%;
  top: -15px;
  right: 120px;
  color: #059c40;
  font-size: 16px;
  border: 3px solid #059c40;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.p-cashback-comment-balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 2;
}
.p-cashback-comment-balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #059c40;
  z-index: 1;
}
.p-otoku-comment-illust img {
  width: 120px;
}
.u-sp-hide {
  display: none;
}
