/* 整備・修理（蓝湖 image_id=60503b1a） */
.repair-page {
  padding: 0;
  overflow-x: hidden;
}

.repair-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.repair-sec-head {
  text-align: center;
  margin-bottom: 48px;
}

.repair-sec-head h2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.35;
  color: #111;
}

.repair-sec-head p {
  margin-top: 16px;
  color: #111;
  font-size: 16px;
  line-height: 1.75;
}

.repair-sec-head span {
  color: var(--red);
}

/* ===== Hero ===== */
.repair-hero {
  position: relative;
  line-height: 0;
}

.repair-hero-media {
  background-color: #f4f4f4;
  aspect-ratio: 1920 / 1121;
}

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

/* ===== Services ===== */
.repair-services {
  padding: 88px 0 40px;
}

.repair-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 28px;
}

.repair-service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid #111;
  border-radius: 10px;
  box-shadow: 0 13px 0 rgba(26, 15, 5, 0.14);
  padding: 28px 28px 32px;
  text-decoration: none;
  color: inherit;
  min-height: 540px;
  box-sizing: border-box;
}

.repair-service-card .thumb {
  width: 100%;
  height: 196px;
  border-radius: 8px;
  overflow: hidden;
  background: #f6f6f6;
}

.repair-service-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repair-service-card h3 {
  margin-top: 28px;
  font-size: 22px;
  font-weight: 900;
  color: #111;
}

.repair-service-card p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  flex: 1;
}

.repair-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.repair-service-tags span {
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: 12px;
  color: #000;
  white-space: nowrap;
}

.tag-yellow {
  background: rgba(255, 246, 103, 0.4);
}

.tag-green {
  background: rgba(118, 217, 141, 0.4);
}

.tag-blue {
  background: rgba(128, 203, 247, 0.4);
}

.tag-pink {
  background: rgba(255, 185, 193, 0.4);
}

/* ===== Cases ===== */
.repair-cases {
  position: relative;
  padding: 96px 0 110px;
  background: url("../assets/repair/icon-24.png") center / 100% 100% no-repeat;
}

.repair-case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.repair-case-card {
  display: grid;
  grid-template-columns: 246px 1fr;
  gap: 24px;
  align-items: start;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 11px 1px rgba(0, 0, 0, 0.08);
  padding: 24px 20px;
  min-height: 460px;
  box-sizing: border-box;
}

.repair-case-card>img {
  width: 246px;
  height: 407px;
  object-fit: cover;
  border-radius: 8px;
  background: #f4f4f4;
}

.repair-case-body h3 {
  font-size: 20px;
  font-weight: 900;
  color: #111;
}

.repair-case-body p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.repair-case-body dl {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.9;
  color: #666;
}

.repair-case-body dl div {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 4px;
}

.repair-case-body dt::after {
  content: "：";
}

.repair-case-btn {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

/* ===== Cost ===== */
.repair-cost {
  padding: 40px 0 96px;
}

.repair-cost-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
}

.repair-cost-grid article {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: center;
}

.repair-cost-grid img {
  width: 100%;
  height: auto;
}

.repair-cost-grid h3 {
  font-size: 26px;
  font-weight: 900;
  color: #111;
}

.repair-cost-grid h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  margin-top: 16px;
  background: #f86864;
  border-radius: 2px;
}

.repair-cost-grid p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

/* ===== Photo CTA ===== */
.repair-photo-cta {
  position: relative;
  z-index: 2;
  background: url("../assets/repair/icon-20.png") top center / 100% 100% no-repeat;
  color: #fff;
  padding: 140px 0 0;
  height: 800px;
  box-sizing: border-box;
}

.repair-photo-cta-inner {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 480px);
  gap: 40px;
  align-items: center;
  position: relative;
}

.repair-photo-copy {
  padding-top: 30px;
}

.repair-photo-copy h2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.3;
}

.repair-photo-copy p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.repair-photo-copy .note {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.92;
}

.repair-line-btn {
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 72px;
  padding: 0 36px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: linear-gradient(-12deg, #00ca85, #19ef6f);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 6px 10px 0 rgba(0, 0, 0, 0.28);
}

.repair-line-btn img {
  width: 36px;
  height: auto;
}

.repair-photo-aside {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
  width: 480px;
  max-width: 100%;
  min-height: 317px;
  box-sizing: border-box;
  background: url("../assets/repair/icon-14.png") center / 100% 100% no-repeat;
  color: #111;
  padding: 80px 72px 64px 62px;
  position: absolute;
  bottom: -280px;
  right: 0;
}

/* ===== Flow ===== */
.repair-flow {
  position: relative;
  z-index: 1;
  padding: 72px 0 100px;
}

.repair-flow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  bottom: -80px;
  width: 100%;
  transform: translateX(-50%);
  background: url("../assets/repair/icon-19.png") center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 0;
}

.repair-flow .wrap {
  position: relative;
  z-index: 1;
}

.repair-flow-board {
  position: relative;
}

.repair-flow-row {
  display: grid;
  grid-template-columns: 1fr 48px 1fr 48px 1fr;
  gap: 12px;
  align-items: start;
}

.repair-flow-row-2 {
  grid-template-columns: 1fr 48px 1fr;
  max-width: 860px;
  margin: 56px auto 0;
}

.repair-flow-row article {
  text-align: center;
}

.repair-flow-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  margin-bottom: 8px;
}

.repair-flow-head h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  color: #111;
  text-align: center;
}

.repair-flow-step {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fb5454;
  color: #fff;
  line-height: 1;
}

.repair-flow-step span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.repair-flow-step strong {
  font-size: 16px;
  font-weight: 900;
  margin-top: 1px;
}

.repair-flow-row article>img {
  width: min(252px, 100%);
  height: auto;
  margin: 8px auto 16px;
}

.repair-flow-row p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: left;
}

.repair-flow-arrow {
  width: 48px;
  height: auto;
  margin-top: 120px;
}

/* ===== Stores ===== */
.repair-stores {
  position: relative;
  z-index: 1;
  padding: 40px 0 80px;
}

.repair-store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 36px;
}

.repair-store-card {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  column-gap: 28px;
  row-gap: 22px;
  align-items: start;
}

.repair-store-card > .cover,
.repair-store-card .cover-link {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 300px;
  height: 270px;
}

.repair-store-card > .cover,
.repair-store-card .cover-link .cover {
  object-fit: cover;
  background: #f4f4f4;
}

.repair-store-card .cover-link .cover {
  width: 100%;
  height: 100%;
}

.repair-store-card .body {
  grid-column: 2;
  grid-row: 1;
  padding-top: 8px;
}

.repair-store-card h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  color: #111;
}

.repair-store-card .store-name {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  color: #f33c38;
}

.repair-store-card.is-accent-green .store-name {
  color: #38c566;
}

.repair-store-card .store-name::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 264px;
  height: 1px;
  margin-top: 12px;
  background: currentColor;
}

.repair-store-card .lead {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  font-weight: 700;
}

.repair-store-meta {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
}

.repair-store-meta div {
  display: grid;
  grid-template-columns: 18px 5.5em 1fr;
  gap: 10px;
  align-items: start;
  font-size: 16px;
  line-height: 1.7;
}

.repair-store-meta img {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}

.repair-store-meta dt {
  color: #111;
  font-weight: 700;
}

.repair-store-card.is-accent-red .repair-store-meta a {
  color: #f33c38;
  font-weight: 700;
}

.repair-store-card.is-accent-green .repair-store-meta a {
  color: #38c566;
  font-weight: 700;
}

.repair-store-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 16px;
  margin-top: 4px;
}

.repair-store-actions a {
  flex: 0 0 230px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  border: 2px solid #fff;
}

.repair-store-actions .primary {
  /* background: url("../assets/repair/icon-4.png") center / 100% 100% no-repeat; */
  color: #fff;
  background: linear-gradient(-12deg, #FF413D, #F86864);
  box-shadow: 6px 12px 0px 0px rgba(0, 0, 0, 0.42);
  border-radius: 27px;
  border: 2px solid #FFFFFF;
}

.repair-store-actions .ghost {
  /* background: url("../assets/repair/icon-5.png") center / 100% 100% no-repeat; */
  color: #111;
  background: linear-gradient(-12deg, #FFD115, #FFE478);
  box-shadow: 6px 12px 0px 0px rgba(0, 0, 0, 0.42);
  border-radius: 27px;
  border: 2px solid #FFFFFF;
}

/* ===== Reviews ===== */
.repair-reviews {
  position: relative;
  padding: 80px 0 220px;
  overflow: visible;
}

.yellow-bg {
  background: url("../assets/repair/icon-8.png") center / 100% 100% no-repeat;
  background-position: 0 560px;
}

.repair-reviews .wrap {
  position: relative;
  z-index: 1;
}

.repair-review-layout {
  position: relative;
  min-height: 560px;
  padding: 8px 0 40px;
}

.repair-review-mascot {
  position: absolute;
  left: -160px;
  bottom: -100px;
  width: 904px;
  max-width: 46%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

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

.repair-reviews .mall-faq-section {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.repair-review-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.repair-review-card {
  display: flex;
  align-items: center;
  gap: 4px;
}

.repair-review-card.is-left,
.repair-review-card.is-right {
  align-self: center;
  max-width: 860px;
}

.repair-review-card.is-right {
  margin-top: -12px;
}

.repair-review-card .avatar {
  width: 240px;
  max-width: 32%;
  height: auto;
  flex-shrink: 0;
}

.repair-review-card .bubble {
  flex: 1;
  min-width: 0;
  min-height: 260px;
  box-sizing: border-box;
  background: url("../assets/repair/icon-17.png") center / 100% 100% no-repeat;
  padding: 56px 56px 48px 64px;
}

.repair-review-card.is-right .bubble {
  transform: scaleX(-1);
}

.repair-review-card.is-right .bubble>* {
  transform: scaleX(-1);
}

.repair-review-card .tag {
  color: #f33c38;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 16px;
}

.repair-review-card .quote {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 10px;
  align-items: start;
}

.repair-review-card .quote img {
  width: 38px;
  height: 27px;
}

.repair-review-card .q-close {
  align-self: end;
}

.repair-review-card p {
  font-size: 16px;
  line-height: 1.85;
  color: #333;
}

.repair-review-card .meta {
  margin-top: 16px;
  font-size: 13px;
  color: #777;
}

.repair-page>.mall-faq-section .bottom-cta {
  position: relative;
  overflow: visible;
}

.repair-page .mall-faq-section .bottom-btn {
  text-decoration: none;
}

.repair-cta-bubble {
  position: absolute;
  top: -230px;
  right: max(24px, calc((100% - var(--content)) / 2));
  z-index: 4;
  width: 480px;
  max-width: min(480px, calc(100% - 48px));
  min-height: 317px;
  box-sizing: border-box;
  background: url("../assets/repair/icon-14.png") center / 100% 100% no-repeat;
  padding: 80px 62px 48px 62px;
  color: #111;
  pointer-events: none;
}

.repair-cta-bubble p {
  font-size: 24px !important;
  font-weight: 900;
  line-height: 1.35;
  max-width: none !important;
  opacity: 1 !important;
  color: #111 !important;
  margin: 0 !important;
}

@media (max-width: 1100px) {

  .repair-sec-head h2,
  .repair-photo-copy h2 {
    font-size: 32px;
  }

  .repair-service-grid,
  .repair-case-grid,
  .repair-cost-grid,
  .repair-store-grid {
    grid-template-columns: 1fr;
  }

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

  .repair-store-card > .cover,
  .repair-store-card .cover-link {
    width: 100%;
    height: 220px;
  }

  .repair-store-actions {
    flex-wrap: wrap;
  }

  .repair-store-actions a {
    flex: 1 1 200px;
  }

  .repair-photo-cta-inner {
    grid-template-columns: 1fr;
  }

  .repair-review-layout {
    min-height: 0;
    padding-bottom: 0;
  }

  .repair-review-mascot {
    position: absolute;
    left: -250px;
    bottom: -100px;
    width: 280px;
    max-width: 42%;
    margin: 0;
  }

  .repair-review-card,
  .repair-review-card.is-left,
  .repair-review-card.is-right {
    flex-direction: column;
    align-self: stretch;
    max-width: none;
    margin: 0;
  }

  .repair-review-card .avatar {
    width: 180px;
    max-width: 50%;
  }

  .repair-review-card.is-right .avatar {
    order: -1;
  }

  .repair-review-card.is-right .bubble,
  .repair-review-card.is-right .bubble>* {
    transform: none;
  }

  

  .repair-case-card,
  .repair-cost-grid article {
    grid-template-columns: 1fr;
  }

  .repair-case-card>img {
    width: 100%;
    height: 280px;
  }

  .repair-flow-row,
  .repair-flow-row-2 {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .repair-flow-arrow {
    display: none;
  }

  .repair-flow::before {
    width: 140%;
    background-size: 140% 100%;
  }

  .repair-flow-head {
    justify-content: flex-start;
  }

  .repair-cta-bubble {
    position: static;
    width: 100%;
    max-width: 480px;
    min-height: 240px;
    margin: 0 auto 16px;
    padding: 56px 36px 40px;
    pointer-events: auto;
  }

  .repair-photo-aside {
    width: 100%;
    min-height: 240px;
    padding: 56px 36px 40px;
  }
}