/* ==========================================================================
   防災協定LP
   ========================================================================== */

/* ---------- 共通 ---------- */
.p-disaster-lp__section-title {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  color: #00306c;
  line-height: 1.6;
  margin-bottom: 12px;
}

.p-disaster-lp__section-title--white {
  color: #fff;
}

.p-disaster-lp__section-line {
  width: 100%;
  max-width: 790px;
  height: 4px;
  background-color: #FFD700;
  margin: 0 auto 32px;
}

.p-disaster-lp__sub-title {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  color: #00306c;
  line-height: 1.6;
  margin-bottom: 12px;
}

.p-disaster-lp__section-lead {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.8;
  color: #535763;
  text-align: center;
  margin-bottom: 12px;
}

.p-disaster-lp__section-lead--white {
  color: rgba(255, 255, 255, 0.85);
}

.p-disaster-lp__sub-title--left {
  text-align: left;
}

.p-disaster-lp__section-lead--left {
  text-align: left;
  font-weight: 400;
}

/* ---------- セクション1: ヒーロー ---------- */
.p-disaster-lp__hero {
  position: relative;
  min-height: 954px;
  overflow: hidden;
}

.p-disaster-lp__hero-bg {
  position: absolute;
  inset: 0;
}

.p-disaster-lp__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-disaster-lp__hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(53, 53, 53, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-disaster-lp__hero-content {
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 60px 20px;
}

.p-disaster-lp__hero-en {
  font-family: "ClashDisplay-Semibold", sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.p-disaster-lp__hero-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-disaster-lp__hero-line {
  width: 100%;
  max-width: 790px;
  height: 4px;
  background-color: #FFD700;
  margin: 0 auto 40px;
}

.p-disaster-lp__hero-subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 40px;
}

.p-disaster-lp__hero-body {
  text-align: center;
}

.p-disaster-lp__hero-body p {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 24px;
}

/* ---------- セクション2: 災害時食支援防災協定とは？ ---------- */
.p-disaster-lp__about {
  padding: 80px 0;
  background-color: #f5f5f0;
}

.p-disaster-lp__about-inner {
  padding: 0 20px;
}

/* タイトル・ライン・リードは共通クラスを使用 */

.p-disaster-lp__about-card {
  background-color: #fff;
  border-radius: 28px;
  max-width: 920px;
  margin: 0 auto 240px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  padding: 48px 40px 56px;
}

.p-disaster-lp__about-card:last-child {
  margin-bottom: 0;
}

.p-disaster-lp__about-card-image {
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 28px;
}

.p-disaster-lp__about-card-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.p-disaster-lp__about-card-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
  color: #535763;
  padding: 0 12px;
}

/* サブタイトルは共通クラスを使用 */

.p-disaster-lp__about-badge-logo {
  padding: 16px 0 24px;
}

.p-disaster-lp__about-badge-logo-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.p-disaster-lp__about-badge-logo-truck {
  width: 180px;
  height: auto;
  object-fit: contain;
}

.p-disaster-lp__about-badge-logo-chara {
  width: 120px;
  height: auto;
  object-fit: contain;
}

.p-disaster-lp__about-badge-logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-disaster-lp__about-badge-logo-label {
  font-size: 24px;
  font-weight: 700;
  color: #535763;
  margin-bottom: 4px;
}

.p-disaster-lp__about-badge-logo-name {
  font-size: 36px;
  font-weight: 700;
  color: #535763;
}

/* ---------- セクション3: 腹ぺこレスキューバッジ ---------- */
.p-disaster-lp__badge {
  padding: 0 0 0;
  background-color: #f5f5f0;
}

.p-disaster-lp__badge-inner {
  padding: 120px 20px 0;
}

.p-disaster-lp__badge-highlight {
  background-color: #00306c;
  padding: 40px 32px;
  text-align: center;
  margin-bottom: 0;
}

.p-disaster-lp__badge-highlight-text {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.8;
}

.p-disaster-lp__badge-mockup {
  text-align: center;
  position: relative;
  z-index: 1;
}

.p-disaster-lp__badge-mockup img {
  max-width: 900px;
  width: 100%;
  height: auto;
  margin-top: -80px;
  margin-bottom: -220px;
}

/* --- ネイビーセクション（波形境界） --- */
.p-disaster-lp__badge-navy {
  position: relative;
  background-color: #00306c;
  padding-top: 160px;
  padding-bottom: 80px;
}

.p-disaster-lp__badge-navy-curve {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 162px;
  background-color: #f5f5f0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-disaster-lp__badge-navy-content {
  position: relative;
  padding: 100px 20px 0;
}

.p-disaster-lp__sub-title--white {
  color: #fff;
}

/* --- 3つの安心ポイント --- */
.p-disaster-lp__points {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 120px;
}

.p-disaster-lp__point {
  flex: 1;
  max-width: 480px;
  background-color: #fff;
  border-radius: 20px;
  padding: 56px 36px 48px;
  text-align: center;
  position: relative;
}

.p-disaster-lp__point-number {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  background-color: #FFD700;
  color: #00306c;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ClashDisplay-Semibold", sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.p-disaster-lp__point-icon {
  margin: 24px auto 24px;
}

.p-disaster-lp__point-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.p-disaster-lp__point-title {
  font-size: 24px;
  font-weight: 700;
  color: #00306c;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}

.p-disaster-lp__point-text {
  font-size: 16px;
  line-height: 1.8;
  color: #535763;
  text-align: left;
}

/* ---------- セクション4: 登録ステップ ---------- */
.p-disaster-lp__steps {
  padding: 80px 0;
  background-color: #f5f5f0;
}

.p-disaster-lp__steps-inner {
  padding: 0 20px;
}

.p-disaster-lp__steps-icon {
  text-align: center;
  margin-bottom: 44px;
}

.p-disaster-lp__steps-icon img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.p-disaster-lp__steps-card {
  background-color: #fff;
  border-radius: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 40px 56px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.p-disaster-lp__steps-list {
  margin-bottom: 48px;
}

.p-disaster-lp__step {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 4px 0;
}

.p-disaster-lp__step-badge {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 68px;
  height: 68px;
  background-color: #FFD700;
  border-radius: 4px;
  justify-content: center;
  padding-top: 4px;
}

.p-disaster-lp__step-badge-label {
  font-size: 12px;
  font-weight: 700;
  color: #00306c;
  line-height: 1;
}

.p-disaster-lp__step-badge-num {
  font-family: "ClashDisplay-Semibold", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #00306c;
  line-height: 1.1;
}

.p-disaster-lp__step-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #00306c;
}

.p-disaster-lp__step-arrow {
  padding: 8px 0;
  color: #ccc;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.p-disaster-lp__steps-cta {
  text-align: center;
}

.p-disaster-lp__steps-cta-btn {
  display: inline-block;
  padding: 28px 80px;
  background-color: #F5D44B;
  color: #00306c;
  font-family: "NotoSansJP-Black", sans-serif;
  font-size: 24px;
  font-weight: 900;
  border-radius: 20px;
  text-decoration: none;
  border: none;
  transition: opacity 0.3s;
  letter-spacing: 0.05em;
}

.p-disaster-lp__steps-cta-btn:hover {
  opacity: 0.8;
}

/* ---------- セクション5: 災害時食支援の流れ ---------- */
.p-disaster-lp__flow {
  padding: 80px 0;
  background-color: #f5f5f0;
}

.p-disaster-lp__flow-inner {
  padding: 0 20px;
}

.p-disaster-lp__flow-card {
  background-color: #fff;
  border-radius: 20px;
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 40px 48px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.p-disaster-lp__flow-diagram {
  text-align: center;
  margin-bottom: 32px;
}

.p-disaster-lp__flow-diagram img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p-disaster-lp__flow-note {
  font-size: 14px;
  line-height: 1.8;
  color: #535763;
  max-width: 800px;
}

/* ---------- セクション6: KCJの取り組み ---------- */
.p-disaster-lp__efforts {
  padding: 80px 0;
  background-color: #fff;
}

.p-disaster-lp__efforts-inner {
  padding: 0 20px;
}

.p-disaster-lp__efforts-photo {
  text-align: center;
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
}

.p-disaster-lp__efforts-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-disaster-lp__japan-map {
  text-align: center;
  margin-top: 40px;
}

.p-disaster-lp__japan-map img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* ---------- タイムライン ---------- */
.p-disaster-lp__timeline {
  margin-top: 60px;
}

.p-disaster-lp__timeline-year {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.p-disaster-lp__timeline-year-label {
  font-size: 28px;
  font-weight: 700;
  color: #00306c;
  white-space: nowrap;
  width: 15%;
  flex-shrink: 0;
}

.p-disaster-lp__timeline-year-line {
  flex: 1;
  height: 2px;
  background: #00306c;
  margin-right: 15%;
}

.p-disaster-lp__timeline-items {
  padding-left: 15%;
  margin-bottom: 40px;
}

.p-disaster-lp__timeline-row {
  display: flex;
  gap: 40px;
  margin-bottom: 12px;
}

.p-disaster-lp__timeline-item {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.p-disaster-lp__timeline-month {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  min-width: 36px;
}

.p-disaster-lp__timeline-city {
  font-size: 16px;
  color: #333;
}

.p-disaster-lp__efforts-cta {
  text-align: center;
  margin-top: 60px;
}

/* ---------- ミッション ---------- */
.p-disaster-lp__mission {
  position: relative;
  min-height: 1100px;
  overflow: hidden;
}

.p-disaster-lp__mission-bg {
  position: absolute;
  inset: 0;
}

.p-disaster-lp__mission-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px);
  transform: scale(1.02);
}

.p-disaster-lp__mission-overlay {
  position: absolute;
  inset: 0;
  background: rgba(99, 88, 83, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-disaster-lp__mission-content {
  padding: 120px 40px;
  max-width: 1000px;
  margin: 0 auto;
  transform: translateX(-22%);
}

.p-disaster-lp__mission-title {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.p-disaster-lp__mission-body p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 2.0;
  letter-spacing: 1.2px;
  margin-bottom: 32px;
}

.p-disaster-lp__mission-body p:last-child {
  margin-bottom: 0;
}

/* ---------- セクション7: CTA ヒーロー ---------- */
.p-disaster-lp__cta-hero {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.p-disaster-lp__cta-hero-bg {
  position: absolute;
  inset: 0;
}

.p-disaster-lp__cta-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-disaster-lp__cta-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 48, 108, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-disaster-lp__cta-hero-content {
  text-align: center;
  color: #fff;
}

.p-disaster-lp__cta-hero-catchcopy {
  font-family: "ClashDisplay-Semibold", sans-serif;
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.p-disaster-lp__cta-hero-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}

.p-disaster-lp__cta-hero-badge {
  margin-bottom: 32px;
}

.p-disaster-lp__cta-hero-badge img {
  width: 80px;
  height: 80px;
}

/* ==========================================================================
   レスポンシブ（SP: max-width 768px）
   ========================================================================== */
@media screen and (max-width: 768px) {

  /* 共通 */
  .p-disaster-lp__section-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .p-disaster-lp__sub-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .p-disaster-lp__section-line {
    margin-bottom: 16px;
  }

  .p-disaster-lp__section-lead {
    font-size: 13px;
    text-align: left;
    margin-bottom: 8px;
    line-height: 1.7;
  }

  .p-disaster-lp__about-inner.l-container--small,
  .p-disaster-lp__badge-inner.l-container--small,
  .p-disaster-lp__badge-navy-content.l-container--small,
  .p-disaster-lp__steps-inner.l-container--small,
  .p-disaster-lp__flow-inner.l-container--small,
  .p-disaster-lp__efforts-inner.l-container--small {
    max-width: 100%;
  }

  .u-br-pc {
    display: none;
  }

  /* ヒーロー */
  .p-disaster-lp__hero {
    min-height: auto;
    height: auto;
  }

  .p-disaster-lp__hero-overlay {
    position: relative;
  }

  .p-disaster-lp__hero-content {
    padding: 160px 16px 32px;
  }

  .p-disaster-lp__hero-en {
    font-size: 14px;
  }

  .p-disaster-lp__hero-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .p-disaster-lp__hero-line {
    margin-bottom: 20px;
  }

  .p-disaster-lp__hero-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .p-disaster-lp__hero-body p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 12px;
  }

  /* 防災協定とは */
  .p-disaster-lp__about {
    padding: 32px 0;
  }

  .p-disaster-lp__about-card {
    margin-bottom: 32px;
    padding: 24px 16px 32px;
  }

  .p-disaster-lp__about-card-image img {
    height: 180px;
  }

  .p-disaster-lp__about-card-text {
    font-size: 13px;
    padding: 12px 0 0;
  }

  .p-disaster-lp__about-badge-logo {
    padding: 8px 0 16px;
  }

  .p-disaster-lp__about-badge-logo-inner {
    gap: 8px;
    flex-wrap: nowrap;
  }

  .p-disaster-lp__about-badge-logo-truck {
    width: 56px;
  }

  .p-disaster-lp__about-badge-logo-chara {
    width: 44px;
  }

  .p-disaster-lp__about-badge-logo-name {
    font-size: 18px;
    white-space: nowrap;
  }

  .p-disaster-lp__about-badge-logo-label {
    font-size: 13px;
    white-space: nowrap;
  }

  /* バッジ */
  .p-disaster-lp__badge {
    padding: 0;
  }

  .p-disaster-lp__badge-inner {
    padding: 32px 16px 0;
  }

  .p-disaster-lp__badge-highlight {
    padding: 14px 16px;
  }

  .p-disaster-lp__badge-highlight-text {
    font-size: 14px;
  }

  .p-disaster-lp__badge-mockup {
    margin-bottom: 0;
  }

  .p-disaster-lp__badge-mockup img {
    margin-top: -40px;
    margin-bottom: -100px;
  }

  .p-disaster-lp__badge-navy-curve {
    height: 40px;
  }

  .p-disaster-lp__badge-navy {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .p-disaster-lp__badge-navy-content {
    padding: 60px 16px 0;
  }

  .p-disaster-lp__points {
    flex-direction: column;
    gap: 120px;
    align-items: center;
    margin-top: 40px;
  }

  .p-disaster-lp__point {
    max-width: 100%;
    width: 100%;
    padding: 40px 20px 32px;
  }

  .p-disaster-lp__point-icon img {
    width: 72px;
    height: 72px;
  }

  .p-disaster-lp__point-title {
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .p-disaster-lp__point-text {
    font-size: 13px;
  }

  /* 登録ステップ */
  .p-disaster-lp__steps {
    padding: 32px 0;
  }

  .p-disaster-lp__steps-icon {
    margin-bottom: 24px;
  }

  .p-disaster-lp__steps-icon img {
    width: 120px;
    height: 120px;
    padding: 16px;
  }

  .p-disaster-lp__steps-card {
    padding: 24px 16px 32px;
  }

  .p-disaster-lp__steps-list {
    margin-bottom: 28px;
  }

  .p-disaster-lp__step {
    gap: 12px;
  }

  .p-disaster-lp__step-badge {
    width: 52px;
    height: 52px;
  }

  .p-disaster-lp__step-badge-num {
    font-size: 28px;
  }

  .p-disaster-lp__step-badge-label {
    font-size: 10px;
  }

  .p-disaster-lp__step-text {
    font-size: 13px;
  }

  .p-disaster-lp__steps-cta-btn {
    padding: 16px 28px;
    font-size: 13px;
    border-radius: 14px;
  }

  /* フロー */
  .p-disaster-lp__flow {
    padding: 32px 0;
  }

  .p-disaster-lp__flow-card {
    padding: 20px 16px 24px;
  }

  .p-disaster-lp__flow-note {
    font-size: 12px;
  }

  /* 取り組み */
  .p-disaster-lp__efforts {
    padding: 32px 0;
  }

  .p-disaster-lp__efforts-photo {
    margin-bottom: 24px;
  }

  .p-disaster-lp__japan-map {
    margin-top: 20px;
  }

  /* タイムライン */
  .p-disaster-lp__timeline {
    margin-top: 24px;
  }

  .p-disaster-lp__timeline-year {
    margin-bottom: 12px;
    gap: 8px;
  }

  .p-disaster-lp__timeline-year-label {
    font-size: 18px;
    width: auto;
    flex-shrink: 0;
  }

  .p-disaster-lp__timeline-year-line {
    margin-right: 0;
  }

  .p-disaster-lp__timeline-items {
    padding-left: 0;
    margin-bottom: 24px;
  }

  .p-disaster-lp__timeline-items--pending {
    padding-left: 70px;
  }

  .p-disaster-lp__timeline-row {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 6px;
  }

  .p-disaster-lp__timeline-item {
    display: flex;
    gap: 12px;
  }

  .p-disaster-lp__timeline-month {
    font-size: 13px;
    min-width: 36px;
    text-align: right;
    flex-shrink: 0;
  }

  .p-disaster-lp__timeline-month:empty {
    display: block;
    min-width: 36px;
  }

  .p-disaster-lp__timeline-city {
    font-size: 13px;
    white-space: nowrap;
  }

  .p-disaster-lp__efforts-cta {
    margin-top: 28px;
  }

  /* ミッション */
  .p-disaster-lp__mission {
    min-height: auto;
  }

  .p-disaster-lp__mission-overlay {
    position: relative;
  }

  .p-disaster-lp__mission-content {
    padding: 40px 20px;
    max-width: 100%;
    margin: 0 auto;
    transform: none;
    text-align: center;
  }

  .p-disaster-lp__mission-title {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 28px;
  }

  .p-disaster-lp__mission-body p {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
}
