/* ========================================
   プライバシーポリシーページ CSS
   
   【デザインコンセプト】
   - 特定商取引法ページと統一されたデザイン
   - 読みやすい文章表示
   - レスポンシブ対応
   ======================================== */

/* ========================================
   ページ全体
   ======================================== */
.eu-legal-page {
  padding: 32px 0 64px;
  background: linear-gradient(180deg, #f8faf9 0%, #ffffff 100%);
  min-height: 70vh;
}

.eu-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========================================
   パンくずリスト
   ======================================== */
.eu-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 500;
}

.eu-breadcrumb li:not(:last-child)::after {
  content: ">";
  color: #9ca3af;
  margin: 0 6px;
  font-weight: 400;
}

.eu-breadcrumb a {
  color: #6e8b74 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.eu-breadcrumb a:hover {
  color: #5d7563 !important;
}

.eu-breadcrumb li:last-child {
  color: #6b7280 !important;
}

/* ========================================
   ページヘッダー
   ======================================== */
.eu-legal-header {
  text-align: center;
  margin-bottom: 40px;
  animation: fadeInUp 0.6s ease;
}

.eu-legal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #6e8b74 0%, #5d7563 100%);
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(110, 139, 116, 0.2);
}

.eu-legal-icon svg {
  color: #ffffff !important;
}

.eu-legal-title {
  font-size: clamp(28px, 5vw, 38px);
  font-weight: 800;
  margin-bottom: 12px;
  color: #1a202c !important;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.eu-legal-subtitle {
  font-size: 15px;
  color: #64748b !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* ========================================
   サービス提供会社情報
   ======================================== */
.eu-privacy-intro {
  background: #fff;
  padding: 32px 40px;
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border-left: 4px solid #6e8b74;
  animation: fadeInUp 0.6s ease 0.1s backwards;
}

.eu-privacy-intro p {
  font-size: 15px;
  line-height: 1.8;
  color: #475569;
  margin: 0;
}

.eu-privacy-intro a {
  color: #6e8b74;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.eu-privacy-intro a:hover {
  color: #5d7563;
  border-bottom-color: #5d7563;
}

/* ========================================
   セクション
   ======================================== */
.eu-legal-section {
  margin-bottom: 48px;
  scroll-margin-top: 100px;
  animation: fadeInUp 0.6s ease backwards;
}

.eu-legal-section:nth-child(3) { animation-delay: 0.2s; }
.eu-legal-section:nth-child(4) { animation-delay: 0.3s; }
.eu-legal-section:nth-child(5) { animation-delay: 0.4s; }
.eu-legal-section:nth-child(6) { animation-delay: 0.5s; }

.eu-legal-section-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 3px solid #6e8b74;
}

.eu-legal-section-header svg {
  color: #6e8b74 !important;
  flex-shrink: 0;
}

.eu-legal-section-title {
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 700;
  color: #1a202c !important;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: -0.01em;
}

/* ========================================
   コンテンツ
   ======================================== */
.eu-privacy-content {
  background: #fff;
  padding: 32px 40px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.eu-privacy-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 16px;
}

.eu-privacy-content p:last-child {
  margin-bottom: 0;
}

.eu-privacy-content ul,
.eu-privacy-content ol {
  margin: 16px 0;
  padding-left: 24px;
}

.eu-privacy-content li {
  font-size: 15px;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 8px;
}

.eu-privacy-content a {
  color: #6e8b74;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.eu-privacy-content a:hover {
  color: #5d7563;
  border-bottom-color: #5d7563;
}

/* ========================================
   ページトップへ戻るボタン
   ======================================== */
.eu-back-to-top {
  text-align: center;
  margin-top: 56px;
}

.eu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  background: #6e8b74;
  color: #ffffff !important;
  border: 2px solid #6e8b74;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.02em;
}

.eu-btn:hover {
  background: #5d7563;
  border-color: #5d7563;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(110, 139, 116, 0.3);
}

.eu-btn svg {
  flex-shrink: 0;
}

/* ========================================
   アニメーション
   ======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
   印刷時のスタイル
   ======================================== */
@media print {
  .eu-legal-page {
    background: #ffffff;
    padding: 20px 0;
  }
  
  .eu-breadcrumb,
  .eu-back-to-top {
    display: none;
  }
  
  .eu-privacy-intro,
  .eu-privacy-content {
    box-shadow: none;
    border: 1px solid #e5e7eb;
  }
}

/* ========================================
   レスポンシブ対応
   ======================================== */

/* タブレット (600px-800px) */
@media screen and (max-width: 800px) {
  .eu-legal-page {
    padding: 24px 0 48px;
  }

  .eu-legal-header {
    margin-bottom: 32px;
  }

  .eu-legal-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }

  .eu-privacy-intro {
    padding: 24px 28px;
  }

  .eu-privacy-content {
    padding: 24px 28px;
  }
}

/* スマホ (600px以下) */
@media screen and (max-width: 600px) {
  .eu-legal-page {
    padding: 20px 0 40px;
  }

  .eu-breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .eu-legal-title {
    font-size: 24px;
  }

  .eu-legal-subtitle {
    font-size: 13px;
  }

  .eu-legal-icon {
    width: 48px;
    height: 48px;
  }

  .eu-legal-section {
    margin-bottom: 36px;
  }

  .eu-legal-section-header {
    gap: 12px;
    margin-bottom: 20px;
  }

  .eu-legal-section-header svg {
    width: 22px;
    height: 22px;
  }

  .eu-legal-section-title {
    font-size: 20px;
  }

  .eu-privacy-intro {
    padding: 20px 24px;
    border-radius: 12px;
  }

  .eu-privacy-intro p {
    font-size: 14px;
  }

  .eu-privacy-content {
    padding: 20px 24px;
    border-radius: 12px;
  }

  .eu-privacy-content p,
  .eu-privacy-content li {
    font-size: 14px;
  }

  .eu-back-to-top {
    margin-top: 40px;
  }

  .eu-btn {
    width: 100%;
    max-width: 320px;
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* ========================================
   プライバシーポリシーページ CSS 終了
   ======================================== */