@use "sass:math";
@media screen and (max-width: 1290px) and (min-width: 1101px) {
  .footer__banner .footer__banner--inner {
    align-items: center;
  }
  .footer__banner .text__01 {
    margin-left: 4rem;
    width: 28rem;
  }
  .footer__banner .text__02 {
    margin-left: 1.5rem;
  }
}
@media (max-width: 750px) {
  .shop__tachikawa .grand-open-ttl {
    max-width: 48.5333333333vw;
  }
  .shop__tachikawa .camp__balloon {
    width: 19.4666666667vw;
    top: -8.5333333333vw;
    left: -18.6666666667vw;
  }
  .shop__tachikawa .grand-open-campaign {
    max-width: 48.5333333333vw;
  }
}

/* 入会方法 */
.member {
  background-color: #f1f2d4;
  background-image: none;

  font-weight: bold;
  padding-bottom: 50px;
}

.member .inner {
  margin-inline: auto;
  max-width: 550px;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 2px;
  box-shadow: -30px 30px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  .member .inner {
    max-width: 100%;
  }
}
.member .inner + .inner {
  margin-top: 30px;
}

.member .common__section__title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.member .common__section__title span {
  font-size: 5rem;
}
@media (min-width: 751px) {
  .member .common__section__title span {
    display: inline;
  }
}

.member__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.member-order {
  counter-reset: item;
  padding: 10px 35px;
  margin-inline: auto;
}

.member-item {
  counter-increment: item;
  position: relative;
  font-size: 2.4rem;
}

.member-item .member__item {
  font-size: 1.6rem;
}
.member-item .member-list {
  text-indent: -1em;
  margin-left: 1em;
}
.member-item .member__item::before {
  content: "・";
}

.member-item span {
  background-color: #e60012;
  color: #fff;
  padding: 2px 5px;
  margin-inline: 5px;
}

.member-item .member__note {
  text-align: left;
}

.member-item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -39px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #c19753;
}
.member-item::after {
  content: counter(item);
  position: absolute;
  top: 5px;
  left: -28px;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
}

/* .member__arrow {
  width: 25px;
  height: 25px;
  background: #c19753;
  clip-path: polygon(
    0 49.1%,
    26.9% 49.1%,
    26.9% 0,
    73.1% 0,
    73.1% 49.1%,
    100% 49.1%,
    50% 100%
  );
  margin-inline: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
} */

.member__arrow {
  position: relative;
  display: inline-block;
  width: 32.3px;
  height: 18.1px;

  left: 50%;
  transform: translateX(-50%);
}
.member__arrow::before,
.member__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 3px;
  height: 24px;
  border-radius: 9999px;
  background-color: #c19753;
  transform-origin: 50% calc(100% - 2px);
}

.member__arrow::before {
  transform: rotate(45deg);
}

.member__arrow::after {
  transform: rotate(-45deg);
}

.member__item {
  font-size: 1.8rem;
}
.member-list {
  margin-inline: auto;
  width: fit-content;
}
.member-list i {
  font-style: normal;
  font-size: 2.4rem;
  color: #e60012;
}

.member__text {
  font-size: 1.8rem;
}

.member__note {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}

.member-cards {
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .member-cards {
    flex-wrap: wrap;
  }
}
.member-cards img {
  max-width: 50px;
  height: 100%;
}

.member-finish {
  position: relative;
  margin-top: 10px;
}
.member-finish .free {
  position: absolute;
  transform: rotate(-20deg);
  font-size: 2rem;

  /* 吹き出し */
  border-radius: 9999px;
  background-color: #e60012;
  color: #fff;
  padding: 20px 10px;
  line-height: 1;
  top: -37px;
  left: 25px;
}
@media (max-width: 750px) {
  .member-finish .free {
    top: -37px;
    left: -30px;
  }
}
.member-finish .free::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #e60012 transparent transparent;
  translate: -50% 100%;
}

.member-finish .big {
  font-size: 3.2rem;
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(transparent 61%, #f1f2d4 0%);
  line-height: 1;
}
.member-finish .member__text {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
