.about-page {
  background: #fff;
}

.ab-hero {
  height: 22.8rem;
  overflow: hidden;
  background: #1a1a1a;
}

.ab-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.ab-sec {
  padding: 3.2rem 2rem 0;
}

.ab-sec.is-tint-1 {
  margin-top: 7.4rem;
  margin-bottom: 4.4rem;
  padding: 0 2rem 3.2rem;
  position: relative;
  background: linear-gradient(180deg, #FEEAEA 0%, #FFFFFF 47.6%, #FFF5F0 100%);
}

.is-tint-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7.4rem;
  width: 100%;
  height: 7.4rem;
  background: url(../../assets/mall/mall-cats-bg.png) center / 100% 100% no-repeat;

}

.is-tint-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7.4rem;
  width: 100%;
  height: 7.4rem;
  background: url(../../assets/images/rental-bg-1.png) center / 100% 100% no-repeat;
}

.ab-sec.is-tint-2 {
  margin-top: 7.4rem;
  padding: 0 2rem 3.2rem;
  position: relative;
  background: linear-gradient(180deg, #FFFCEF 0%, #FFFAE3 100%);
}

.is-tint-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7.4rem;
  width: 100%;
  height: 7.4rem;
  background: url(../../assets/images/base-yellow-top-bg.png) center / 100% 100% no-repeat;
}

.ab-head {
  max-width: 31rem;
  margin: 0 auto 1.6rem;
  text-align: center;
}

.ab-head h1,
.ab-head h2 {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.8rem;
}

.ab-bar {
  display: block;
  width: 24rem;
  height: 0.9rem;
  margin: 0.8rem auto 0;
  object-fit: contain;
}

.ab-lead,
.ab-head p {
  margin-top: 0.8rem;
  color: #666;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.ab-table {
  overflow: hidden;
  margin-top: 2.4rem;
  border-radius: 0.4rem;
}

.ab-table>div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 4.8rem;
  padding: 1rem;
  background: #fffbed;
}

.ab-table>div:nth-child(even) {
  background: #fff;
}

.ab-table span {
  flex: 0 0 11rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.ab-table strong {
  flex: 1;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: right;
}

.ab-quote {
  padding: 2rem 1.6rem 1.6rem;
  background: #fdfbf9;
  border-radius: 0.8rem;
  box-shadow: 0.6rem 0.6rem 0 rgba(231, 217, 0, 0.2);
}

.ab-quote p {
  color: #666;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}

.ab-quote p+p {
  margin-top: 1.2rem;
}

.ab-quote footer {
  margin-top: 2.4rem;
  color: #666;
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-align: right;
}

.ab-quote footer strong {
  display: inline;
  margin-left: 0.4rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
}

.ab-biz {
  display: grid;
  gap: 2rem;
}

.ab-biz-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.ab-biz-card img {
  display: block;
  width: 100%;
  height: 19rem;
  object-fit: cover;
  border-radius: 0.8rem;
  background: #f4f4f4;
}

.ab-biz-card h3 {
  margin-top: 1.2rem;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 2.4rem;
}

.ab-biz-card p {
  margin-top: 0.4rem;
  color: #666;
  font-size: 1.2rem;
  line-height: 2rem;
}

.ab-stores {
  display: grid;
  gap: 1.6rem;
}

.ab-store {
  overflow: hidden;
  padding: 1rem 1rem 1.6rem;
  background: #fff;
  border-radius: 0.8rem;
}

.ab-store .photo {
  display: block;
  width: 100%;
  height: 21.8rem;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #f4f4f4;
}

.ab-store .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ab-store .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  min-height: 3.2rem;
  margin: 0.5rem 0 1.6rem 0.4rem;
  padding: 0.4rem 1.2rem;
  border: 0.2rem solid #fff;
  border-radius: 0.2rem;
  background: linear-gradient(106deg, #f86864 0%, #ff4d47 100%);
  box-shadow: 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.6rem;
  position: relative;
  z-index: 1;
}

.ab-store.is-yellow .badge {
  background: linear-gradient(106deg, #ffe478 0%, #ffd115 100%);
  color: #333;
}

.ab-store ul {
  display: grid;
  gap: 0.8rem;
}

.ab-store li {
  position: relative;
  padding-left: 1.4rem;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.ab-store li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--h5-primary);
}

.ab-store a {
  color: inherit;
}

.about-page .bottom-cta {
  margin-top: 0;
}