@charset "UTF-8";

/* ============================================================
   PRIVACY POLICY  /privacy/css/privacy.css
============================================================ */

.privacy-page {
  position: relative;
  padding: 72px 0 120px;
}

.privacy-page .container {
  position: relative;
}

.privacy-header {
  max-width: 860px;
  margin: 0 auto 56px;
  text-align: center;
}

.privacy-label {
  margin: 0 0 14px;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .22em;
  color: #8b8700;
}

.privacy-header h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -.045em;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
}

.privacy-lead {
  max-width: 720px;
  margin: 26px auto 0;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: rgba(var(--text-r), var(--text-g), var(--text-b), .78);
}

.privacy-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 54px;
  border: 1px solid rgba(74, 124, 255, .10);
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 50px rgba(12, 35, 80, .06);
}

.privacy-section {
  padding: 36px 0;
  border-bottom: 1px solid rgba(74, 124, 255, .09);
}

.privacy-section:first-child {
  padding-top: 0;
}

.privacy-section:last-of-type {
  border-bottom: 0;
}

.privacy-section h2 {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 18px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -.025em;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
}

.privacy-section h2 span {
  flex-shrink: 0;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #8b8700;
}

.privacy-section h3 {
  margin: 26px 0 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}

.privacy-section p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: rgba(var(--text-r), var(--text-g), var(--text-b), .80);
}

.privacy-section p + p {
  margin-top: 1em;
}

.privacy-section ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-section li {
  position: relative;
  padding-left: 1.4em;
  font-size: 14px;
  line-height: 2;
  color: rgba(var(--text-r), var(--text-g), var(--text-b), .80);
}

.privacy-section li::before {
  content: "";
  position: absolute;
  top: .9em;
  left: .2em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bbb907;
}

.privacy-contact {
  margin-top: 22px;
  padding: 8px 22px;
  border-radius: 12px;
  background: rgba(187, 185, 7, .055);
}

.privacy-contact dl {
  margin: 0;
}

.privacy-contact dl > div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.privacy-contact dl > div:last-child {
  border-bottom: 0;
}

.privacy-contact dt,
.privacy-contact dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.privacy-contact dt {
  font-weight: 700;
}

.privacy-contact a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-date {
  margin: 34px 0 0;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
  color: rgba(var(--text-r), var(--text-g), var(--text-b), .55);
}

@media (max-width: 767px) {
  .privacy-page {
    padding: 48px 0 80px;
  }

  .privacy-header {
    margin-bottom: 36px;
    text-align: left;
  }

  .privacy-lead {
    margin-top: 20px;
  }

  .privacy-content {
    padding: 32px 22px;
    border-radius: 18px;
  }

  .privacy-section {
    padding: 28px 0;
  }

  .privacy-section h2 {
    gap: 10px;
  }

  .privacy-contact {
    padding: 6px 16px;
  }

  .privacy-contact dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 10px 0;
  }

  .privacy-date {
    text-align: left;
  }
}
