@charset "utf-8";
.u-marker {
  background: linear-gradient(to top, #fbff81 0%, #fbff81 36%, transparent 36%);
  font-weight: bold;
}
.u-wave {
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 12px;
  background-image: url(../images/bg-wave.webp?$staticlink$);
  padding-bottom: 4px;
}
@media screen and (min-width: 768px), print {
  .u-wave {
    background-size: 24px;
    padding-bottom: 8px;
  }
}
.p-tips-buy {
  line-height: 1.69;
  font-size: 13px;
  color: #222;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "roboto", sans-serif;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy {
    font-size: min(16/768*100vw, 24px);
    line-height: 2;
    margin-bottom: 110px;
  }
}
.p-tips-buy img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-tips-buy__inner {
    padding-left: calc(15/750*100vw);
    padding-right: calc(15/750*100vw);
  }
}

.p-tips-buy__kv {
  background-color: #fff;
  text-align: center;
}
.p-tips-buy__section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-tips-buy__section--reuse {
  background-image: url(../images/bg-section-reuse.webp?$staticlink$);
}
.p-tips-buy__section--payment {
  background-image: url(../images/bg-section-payment.webp?$staticlink$);
}
.p-tips-buy__section--coupon {
  background-image: url(../images/bg-section-coupon.webp?$staticlink$);
}
.p-tips-buy__section--safety {
  background-image: url(../images/bg-section-safety.webp?$staticlink$);
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .p-tips-buy__section--reuse {
    background-image: url(../images/bg-section-reuse-pc.webp?$staticlink$);
  }
  .p-tips-buy__section--payment {
    background-image: url(../images/bg-section-payment-pc.webp?$staticlink$);
  }
  .p-tips-buy__section--coupon {
    background-image: url(../images/bg-section-coupon-pc.webp?$staticlink$);
  }
  .p-tips-buy__section--safety {
    background-image: url(../images/bg-section-safety-pc.webp?$staticlink$);
  }
}
.p-tips-buy__lead {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px), print {
  .p-tips-buy__lead {
    text-align: center;
    padding: 0;
  }
}
.p-tips-buy__box {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.14);
  padding: 40px 15px 25px;
}
.p-tips-buy__section--reuse .p-tips-buy__box {
  background-image: url(../images/bg-box-reuse-sp.webp?$staticlink$);
}
.p-tips-buy__section--payment .p-tips-buy__box {
  background-image: url(../images/bg-box-payment-sp.webp?$staticlink$);
}
.p-tips-buy__section--coupon .p-tips-buy__box {
  background-image: url(../images/bg-box-coupon-sp.webp?$staticlink$);
}
.p-tips-buy__section--safety .p-tips-buy__box {
  background-image: url(../images/bg-box-safety-sp.webp?$staticlink$);
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__box {
    padding: 80px 30px 50px;
  }
  .p-tips-buy__section--reuse .p-tips-buy__box {
    background-image: url(../images/bg-box-reuse-pc.webp?$staticlink$);
  }
  .p-tips-buy__section--payment .p-tips-buy__box {
    background-image: url(../images/bg-box-payment-pc.webp?$staticlink$);
  }
  .p-tips-buy__section--coupon .p-tips-buy__box {
    background-image: url(../images/bg-box-coupon-pc.webp?$staticlink$);
  }
  .p-tips-buy__section--safety .p-tips-buy__box {
    background-image: url(../images/bg-box-safety-pc.webp?$staticlink$);
  }
}
.p-tips-buy__box__header {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}
.p-tips-buy__box__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0.2em;
}
.p-tips-buy__box__subtitle::before {
  display: block;
  content: "";
  width: 35px;
  height: 36px;
  background: no-repeat url(../images/icon-tips.webp?$staticlink$) center/contain;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__box__header {
    font-size: min(20/768*100vw, 34px);
  }
  .p-tips-buy__box__subtitle::before {
    width: 2em;
    height: 2em;
  }
}
.p-tips-buy__box__title {
  font-size: 23px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__box__title {
    font-size: min(28/768*100vw, 46px);
  }
}
.p-tips-buy__box__image {
  margin: 12px auto 20px;
  text-align: center;
}
.p-tips-buy__section--reuse .p-tips-buy__box__image,
.p-tips-buy__section--payment .p-tips-buy__box__image,
.p-tips-buy__section--safety .p-tips-buy__box__image {
  width: 72%;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__box__image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-tips-buy__box .c-button {
  width: 285px;
  max-width: 100%;
  margin: 20px auto 0;
  height: auto;
  min-height: 30px;
}
.p-tips-buy__box .c-button::after {
  right: 8px;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__box .c-button {
    width: 570px;
    min-height: 60px;
    margin-top: 40px;
  }
  .p-tips-buy__box .c-button::after {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 16px;
  }
}
.p-tips-buy__box__h3 {
  background: #fbff81;
  font-weight: bold;
  font-size: 14px;
  margin: 1em 0 0.7em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__box__h3 {
    min-width: 640px;
    max-width: 100%;
    width: fit-content;
    padding: 4px 0.5em;
    font-size: min(18/768*100vw, 28px);
    margin: 40px auto 20px;
    line-height: 1.4;
  }
}

.p-tips-buy__example-heading {
  margin: 18px auto -2%;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-heading {
    margin: 40px auto -4%;
  }
}
.p-tips-buy__example-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-list {
    flex-direction: row;
    max-width: none;
    gap: 5.2%;
  }
  .p-tips-buy__example-list > li {
    flex: 1;
  }
}
.p-tips-buy__example-item {
  overflow: hidden;
  border: 1px solid #292929;
  border-radius: 5px;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.p-tips-buy__example-item__header {
  background-color: #004da1;
  background: repeating-linear-gradient(-45deg, #003e83 0px, #003e83 1px, #00418a 1px, #00418a 3px);
  color: #fff;
  text-align: center;
  padding: 4px;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__header {
    padding: 7px;
  }
}
.p-tips-buy__example-item__name {
  font-weight: bold;
  font-size: 11px;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__name {
    font-size: min(14/768*100vw, 22px);
  }
}
.p-tips-buy__example-item__buy-date {
  font-size: 10px;
  width: fit-content;
  line-height: 1;
  padding: 0.2em;
  border: 1px solid currentColor;
  margin: 4px auto 0;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__buy-date {
    font-size: min(11/768*100vw, 16px);
  }
}
.p-tips-buy__example-item__body {
  background: #fff;
  display: flex;
  gap: 2.62%;
  padding: 10px;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__body {
    flex-grow: 1;
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
.p-tips-buy__example-item__image {
  width: 54%;
  text-align: center;
  align-self: center;
}
.p-tips-buy__example-list > li:first-child .p-tips-buy__example-item__image img {
  width: 50%;
}
.p-tips-buy__example-item__text {
  flex: 1 1 auto;
  font-size: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__text {
    display: flex;
    flex-direction: column;
    font-size: min(11/768*100vw, 16px);
  }
}
.p-tips-buy__example-item__spec {
  margin-bottom: 1em;
}
.p-tips-buy__example-item__price {
  color: #e50000;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
.p-tips-buy__example-item__price::before {
  content: "→";
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__price {
    margin-top: auto;
    font-size: min(16/768*100vw, 24px);
  }
}
