/* 会社情報（蓝湖 image_id=885621aa） */

.about-page.page-main {
  padding: 0;
  overflow-x: hidden;
}

.about-page > .mall-faq-section {
  margin-top: 0;
}

.about-page .mall-faq-section .big-main {
  display: none;
}

.about-hero {
  width: 100%;
  background: #111;
  aspect-ratio: 1920 / 725;
}

.about-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.about-overview,
.about-greeting,
.about-business,
.about-locations {
  position: relative;
}

.about-overview {
  padding: 72px 0 48px;
}

.about-greeting {
  padding: 48px 0 80px;
  background: url("../assets/about/greeting-bg.png") center top / 100% auto no-repeat;
}

.about-business {
  padding: 48px 0 72px;
}

.about-locations {
  padding: 80px 0 48px;
  background: url("../assets/about/locations-bg.png") center / 100% 100% no-repeat;
}

.about-page h1,
.about-page h2 {
  margin: 0;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  color: #111;
}

.about-title-line {
  display: block;
  width: min(725px, 100%);
  height: auto;
  margin: 28px auto 0;
}

.about-overview-lead,
.about-section-lead {
  max-width: 914px;
  margin: 42px auto 0;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #111;
}

.about-section-lead {
  color: #333;
  margin-top: 24px;
}

.about-section-lead-wide {
  max-width: 833px;
}

.about-table-wrap {
  margin-top: 56px;
}

.about-spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.about-spec-table th,
.about-spec-table td {
  height: 80px;
  padding: 0 40px 0 100px;
  text-align: left;
  font-size: 26px;
  color: #111;
  border: 0;
  vertical-align: middle;
}

.about-spec-table td {
  padding-left: 0;
  font-weight: 400;
}

.about-spec-table th {
  width: 380px;
  font-weight: 800;
  white-space: nowrap;
}

.about-spec-table tbody tr:nth-child(odd) th,
.about-spec-table tbody tr:nth-child(odd) td {
  background: #fffaf0;
}

.about-spec-table tbody tr:nth-child(even) th,
.about-spec-table tbody tr:nth-child(even) td {
  background: #fff;
}

.about-quote {
  width: min(1238px, 100%);
  min-height: 720px;
  margin: 36px auto 0;
  padding: 120px 170px 72px 120px;
  box-sizing: border-box;
  background: url("../assets/about/quote-card.png") center / 100% 100% no-repeat;
}

.about-quote p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 28px;
  color: #111;
}

.about-quote footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 48px;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
}

.about-quote footer strong {
  font-size: 18px;
  font-weight: 800;
}

.about-biz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 55px;
  margin-top: 48px;
}

.about-biz-card img {
  width: 100%;
  height: 353px;
  object-fit: cover;
  border-radius: 10px;
  background: #f86764;
}

.about-biz-card h3 {
  margin: 24px 0 16px;
  font-size: 22px;
  font-weight: 800;
  color: #111;
}

.about-biz-card p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.about-store-list {
  display: grid;
  gap: 56px;
  margin-top: 56px;
}

.about-store-card {
  display: grid;
  grid-template-columns: 546px 1fr;
  gap: 40px;
  align-items: center;
}

.about-store-photo {
  width: 546px;
  max-width: 100%;
  height: 390px;
  padding: 14px 13px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.14);
}

.about-store-photo a {
  display: block;
  width: 100%;
  height: 100%;
}

.about-store-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  background: #0b151c;
}

.about-store-body {
  min-width: 0;
}

.about-store-badge {
  display: inline-flex;
  align-items: center;
  min-width: 302px;
  max-width: 100%;
  height: 60px;
  padding: 0 28px;
  border-radius: 8px;
  background: #ff4d47;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  box-sizing: border-box;
}

.about-store-card:nth-child(even) .about-store-badge {
  background: #ffd115;
  color: #111;
}

.about-store-meta {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.about-store-meta li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.about-store-meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff4d47;
}

.about-page .mall-faq-section .bottom-inner {
  height: auto;
  min-height: 400px;
  padding-bottom: 56px;
}

.about-page .about-cta-mascot {
  width: 280px;
  height: auto;
  max-width: 36%;
}

.about-page .mall-faq-section .bottom-btn-green {
  margin-top: 18px;
}

.about-page .mall-faq-section .bottom-btn-green:first-child {
  margin-top: 0;
}
.bottom-inner h2{
  color: #fff !important;
}

@media (max-width: 1100px) {
  .about-page h1,
  .about-page h2 {
    font-size: 36px;
  }

  .about-spec-table th,
  .about-spec-table td {
    padding: 16px 20px;
    height: auto;
    font-size: 18px;
  }

  .about-spec-table td {
    padding-left: 20px;
  }

  .about-quote {
    min-height: 0;
    padding: 72px 32px 48px;
    background-size: cover;
  }

  .about-biz-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-biz-card img {
    height: auto;
    aspect-ratio: 623 / 353;
  }

  .about-store-card {
    grid-template-columns: 1fr;
  }

  .about-store-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 546 / 390;
  }
}

@media (max-width: 720px) {
  .about-page h1,
  .about-page h2 {
    font-size: 28px;
  }

  .about-spec-table th {
    width: 38%;
    font-size: 16px;
    white-space: normal;
  }

  .about-spec-table td {
    font-size: 16px;
  }

  .about-store-badge {
    min-width: 0;
    font-size: 18px;
  }
}
