.pageGuide__block:not(:last-of-type) {
  margin-bottom: calc(70 / 375 * 100vw);
}
.pageGuide__block:last-of-type {
  padding-bottom: 1.2rem;
}

.pageGuide__listTabs {
  display: flex;
  justify-content: space-around;
  padding: 1.2rem;
  font-size: 150%;
}
.pageGuide__listTab {
  padding: 0 calc(12 / 375 * 100vw);
}
.pageGuide__listTab:not(:last-of-type) {
  border-right: 0.1rem solid #707070;
}
.pageGuide__points {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pageGuide__point {
  width: calc(165 / 375 * 100vw);
  margin-bottom: calc(40 / 375 * 100vw);
}
.pageGuide__point:last-of-type {
  margin: 0 auto calc(40 / 375 * 100vw);
}
.pageGuide__point--img {
  width: calc(165 / 375 * 100vw);
  height: calc(165 / 375 * 100vw);
  border-radius: 0.3rem;
  border: 0.1rem solid #707070;
  position: relative;
}
.pageGuide__point--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageGuide__point--coupon {
  width: calc(66 / 375 * 100vw);
}
.pageGuide__point--car {
  width: calc(79 / 375 * 100vw);
}
.pageGuide__point--point {
  width: calc(55 / 375 * 100vw);
}
.pageGuide__point--wallet {
  width: calc(55 / 375 * 100vw);
}
.pageGuide__point--mail {
  width: calc(57 / 375 * 100vw);
}
.pageGuide__link {
  color: #90847d;
  text-align: center;
  text-decoration: underline;
}

/*202509 追加分*/
  .pagesBigWrapper {
    max-width: 90rem;
    margin: 8rem auto 0;
    padding: 0;
  }
  .pagesWrapper {
    max-width: 70rem;
    margin: 8rem auto 0;
    padding: 0;
  }
  .pagesTtl {
    font-size: 2.4rem;
  }
  .pagesTtlSub {
    font-size: 2rem;
  }
  .pagesTxt {
    line-height: 2.2;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
  }
  .pagesTxtSub {
    font-size: 1.2rem;
  }
  .pagesTxtCaution {
    font-size: 1rem;
  }
  .pagesBrown {
    background-color: #f2eeec;
    padding: 3rem 0;
  }
  .pagesTxtCenterPc {
    text-align: center;
  }
  .mb-5 {
    margin-bottom: 0.5rem;
  }
  .mb-10 {
    margin-bottom: 1rem;
  }
  .mb-15 {
    margin-bottom: 1.5rem;
  }
  .mb-20 {
    margin-bottom: 2rem;
  }
  .mb-25 {
    margin-bottom: 2.5rem;
  }
  .mb-30 {
    margin-bottom: 3rem;
  }
  .mb-35 {
    margin-bottom: 3.5rem;
  }
  .mb-40 {
    margin-bottom: 4rem;
  }
  .mb-50 {
    margin-bottom: 5rem;
  }
  .mb-60 {
    margin-bottom: 6rem;
  }
  .mb-70 {
    margin-bottom: 7rem;
  }
.pageGuide__block:not(:last-of-type) {
    margin-bottom: 13rem;
  }
  .pageGuide__listTabs {
    width: 35rem;
    margin: 0 auto;
  }
  .pageGuide__listTab {
    padding: 0 1.2rem;
  }
  .pageGuide__points {
    display: flex;
    justify-content: space-between;
    max-width: 90rem;
    margin: 0 auto;
  }
  .pageGuide__point {
    width: 14.5rem;
    margin-bottom: 4rem;
  }
  .pageGuide__point:last-of-type {
    margin: 0 0 4rem;
  }
  .pageGuide__point--img {
    width: 14.5rem;
    height: 14.5rem;
    border-radius: 0.3rem;
  }
  .pageGuide__point--coupon {
    width: 5.8rem;
  }
  .pageGuide__point--car {
    width: 6.9rem;
  }
  .pageGuide__point--point {
    width: 4.8rem;
  }
  .pageGuide__point--wallet {
    width: 4.8rem;
  }
  .pageGuide__point--mail {
    width: 5rem;
  }
  .pageGuide__graph {
    width: 50rem;
    margin: 0 auto 4rem;
  }
  .pageGuide__table {
    width: 50rem;
    margin: 0 auto 4rem;
  }

   .membershipPrivacy__ttl {
    margin-bottom: 10rem;
  }
  .membershipPrivacy__block {
    margin-bottom: 4rem;
  }