/* LP Archive 専用スタイル */
.lp-ashirai {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}
.lp-ashirai .ashirai-image {
    width: 100%;
    height: auto;
}
.lp-archive-inner {
  position: relative;
  padding: 48px 24px 32px;
  border-radius: 40px;
  background: #fffdea;
}
.lp-heading {
  text-align: center;
  margin: 50px 0 60px;
}
.lp-heading-en {
  font-weight: 600;
  font-size: var(--28px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #156fc6;
  margin: 0 0 16px;
}
.lp-heading-ja {
  font-weight: 600;
  font-size: var(--18px);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #27292b;
}
.lp-heading-intro {
  max-width: 840px;
  margin: 16px auto 48px;
  font-size: 14px;
  line-height: 1.8;
  color: #2f3a45;
  font-weight: 400;
  text-align: center;
  word-break: break-word;
}
@media (max-width: 640px) {
  .lp-heading-intro {
    font-size: 13px;
    margin: 12px auto 40px;
    padding: 0 8px;
  }
}
.lp-count-info {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
}
.lp-count {
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
.lp-count-number {
  color: #156fc6;
  text-align: center;
  font-size: var(--24px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.48px;
}
.lp-count-label {
  color: #156fc6;
  text-align: center;
  font-size: var(--14px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.28px;
  margin-left: 4px;
}
.lp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
  margin-bottom: 60px;
}
.lp-card {
  width: 100%;
  min-width: 100%;
  max-width: none;
  box-shadow: none;
}
.lp-card-inner {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lp-card-thumb img,
.lp-card-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.lp-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  flex: 1;
}
.lp-card-title {
  font-size: var(--16px);
  font-weight: bold;
  padding-bottom: 8px;
  color: #27292b;
  line-height: 1.8;
  padding-top: 8px;
}
.lp-card-excerpt {
  font-size: var(--14px);
  line-height: 1.7;
  color: #27292b;
}

.lp-card-meta-line {
  font-size: 12px;
  color: #555;
  display: flex;
  gap: 12px;
  margin: 6px 0 4px;
  align-items: center;
}
.lp-mode-badge {
  background: #156fc6;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1;
}
.lp-arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 600;
  font-size: var(--14px);
  line-height: 1.7;
  color: #156fc6;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.lp-arrow span {
  margin-right: 4px;
}
.arrow-circle {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #156fc6;
  border-radius: 50%;
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #ffffff;
  margin-left: 1px;
}

.lp-pagination-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.lp-page-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #555;
  text-decoration: none;
  font-size: var(--14px);
}
.lp-page-number.active {
  background: #156fc6;
  color: #fff;
}
.lp-page-dots {
  padding: 0 4px;
}
.lp-empty {
  text-align: center;
  padding: 40px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  margin: 20px 0;
  color: #444;
  font-size: 14px;
}
.lp-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Utility: hide empty range gracefully */
.lp-display-info {
  color: #156fc6;
  font-size: var(--10px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.2px;
}
