.privacy-breadcrumb-nav {
  padding: 18px clamp(20px, 4vw, 40px) 0;
  background: #ebe5d3;
}

.privacy-breadcrumb-list {
  max-width: 1180px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}

.privacy-breadcrumb-item {
  text-align: left;
}

.privacy-breadcrumb-link {
  color: #5a5647;
  text-decoration: none;
}

.privacy-breadcrumb-separator {
  color: #5a5647;
}

.privacy-breadcrumb-current {
  color: #4a6b3a;
  font-weight: 600;
}

.privacy-page-header-section {
  padding: clamp(40px, 5vw, 70px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
  text-align: center;
  background: linear-gradient(180deg, #ebe5d3 0%, #f5f1e6 100%);
}

.privacy-page-header-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.privacy-page-header-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.privacy-page-header-label {
  font-size: 12px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.privacy-page-header-heading {
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.privacy-page-header-lead {
  font-size: 14px;
  color: #6b6857;
  letter-spacing: 0.05em;
  text-align: center;
}

.privacy-toc-section {
  padding: 0 clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
}

.privacy-toc-inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.privacy-toc-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  background: #fffdf8;
  border: 1px solid #ece5d0;
  border-radius: 4px;
  text-decoration: none;
  color: #3d3a32;
  box-shadow: 0 2px 12px rgba(74, 107, 58, 0.05);
}

.privacy-toc-section-number {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #4a6b3a;
  font-weight: 600;
  margin-bottom: 4px;
}

.privacy-toc-text {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.privacy-privacy-policy-section {
  padding: clamp(40px, 6vw, 60px) clamp(20px, 4vw, 40px) clamp(60px, 8vw, 80px);
  scroll-margin-top: 100px;
}

.privacy-privacy-policy-inner {
  max-width: 980px;
  margin: 0 auto;
}

.privacy-privacy-policy-heading-block {
  margin-bottom: 36px;
}

.privacy-privacy-policy-heading-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.privacy-privacy-policy-label {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #4a6b3a;
  font-weight: 600;
}

.privacy-privacy-policy-divider {
  flex: 1;
  min-width: 60px;
  height: 1px;
  background: linear-gradient(90deg, #d8cfb5 0%, transparent 100%);
}

.privacy-privacy-policy-heading {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
}

.privacy-privacy-policy-panel {
  background: #fffdf8;
  border-radius: 4px;
  padding: clamp(24px, 4vw, 36px);
  border-left: 4px solid #7a9a5b;
  box-shadow: 0 2px 12px rgba(74, 107, 58, 0.05);
  margin-bottom: 36px;
}

.privacy-privacy-policy-text {
  font-size: 16px;
  line-height: 2.1;
  color: #3d3a32;
  margin: 0;
}

.privacy-privacy-policy-layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.privacy-privacy-policy-card {
  background: #fffdf8;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(74, 107, 58, 0.06);
  border: 1px solid #ece5d0;
}

.privacy-privacy-policy-header {
  padding: 18px clamp(20px, 3vw, 28px);
  background: linear-gradient(90deg, #4a6b3a 0%, #7a9a5b 100%);
  display: flex;
  align-items: center;
  gap: 14px;
}

.privacy-privacy-policy-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 253, 248, 0.2);
  color: #fffdf8;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.privacy-privacy-policy-subheading {
  font-size: 18px;
  font-weight: 700;
  color: #fffdf8;
  letter-spacing: 0.08em;
  margin: 0;
}

.privacy-privacy-policy-content {
  padding: clamp(22px, 3vw, 30px) clamp(20px, 3vw, 32px);
}

.privacy-privacy-policy-body-text {
  font-size: 15px;
  line-height: 2.1;
  color: #3d3a32;
  margin: 0;
}

.privacy-privacy-policy-purpose-lead {
  font-size: 15px;
  line-height: 2.1;
  color: #3d3a32;
  margin-bottom: 14px;
}

.privacy-privacy-policy-purpose-note {
  font-size: 15px;
  line-height: 2.1;
  color: #3d3a32;
  margin-bottom: 18px;
}

.privacy-privacy-policy-title {
  font-size: 14px;
  font-weight: 700;
  color: #4a6b3a;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.privacy-privacy-policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.privacy-privacy-policy-item {
  display: flex;
  gap: 12px;
  font-size: 15px;
  line-height: 1.85;
  color: #3d3a32;
}

.privacy-privacy-policy-list-dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  background: #4a6b3a;
  border-radius: 50%;
  margin-top: 13px;
}

.privacy-privacy-policy-disclosure-lead {
  font-size: 15px;
  line-height: 2.1;
  color: #3d3a32;
  margin-bottom: 16px;
}

.privacy-privacy-policy-contact-card {
  background: linear-gradient(135deg, #fffdf8 0%, #f9f5e9 100%);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(74, 107, 58, 0.06);
  border: 1px solid #ece5d0;
}

.privacy-privacy-policy-contact-header {
  padding: 18px clamp(20px, 3vw, 28px);
  background: linear-gradient(90deg, #3d3a32 0%, #6b6857 100%);
  display: flex;
  align-items: center;
  gap: 14px;
}

.privacy-privacy-policy-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 253, 248, 0.2);
  color: #fffdf8;
  border-radius: 50%;
}

.privacy-privacy-policy-contact-body {
  padding: clamp(26px, 4vw, 36px) clamp(22px, 3vw, 36px);
}

.privacy-privacy-policy-company-name {
  font-size: 14px;
  color: #6b6857;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

.privacy-privacy-policy-contact-name {
  font-size: 14px;
  color: #6b6857;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.privacy-privacy-policy-link {
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 700;
  color: #4a6b3a;
  text-decoration: none;
  letter-spacing: 0.04em;
  display: inline-block;
}

.privacy-privacy-policy-contact-hours {
  font-size: 13px;
  color: #6b6857;
  margin-top: 8px;
}

.privacy-commercial-law-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px) clamp(80px, 10vw, 120px);
  background: #ebe5d3;
  scroll-margin-top: 100px;
}

.privacy-commercial-law-inner {
  max-width: 980px;
  margin: 0 auto;
}

.privacy-commercial-law-heading-block {
  margin-bottom: 36px;
}

.privacy-commercial-law-heading-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.privacy-commercial-law-label {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #4a6b3a;
  font-weight: 600;
}

.privacy-commercial-law-divider {
  flex: 1;
  min-width: 60px;
  height: 1px;
  background: linear-gradient(90deg, #c4b894 0%, transparent 100%);
}

.privacy-commercial-law-heading {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
}

.privacy-commercial-law-panel {
  background: #fffdf8;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(74, 107, 58, 0.08);
  border: 1px solid #ece5d0;
}

.privacy-commercial-law-details {
  margin: 0;
  padding: 0;
}

.privacy-commercial-law-grid {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 0;
  border-bottom: 1px solid #ece5d0;
}

.privacy-commercial-law-term {
  padding: 22px clamp(18px, 2.5vw, 28px);
  background: #f9f5e9;
  font-size: 13px;
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.1em;
  border-right: 1px solid #ece5d0;
  display: flex;
  align-items: center;
}

.privacy-commercial-law-description {
  margin: 0;
  padding: 22px clamp(20px, 3vw, 32px);
  font-size: 15px;
  color: #3d3a32;
  line-height: 1.85;
}

.privacy-commercial-law-link {
  color: #4a6b3a;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.privacy-commercial-law-layout {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.privacy-commercial-law-badge {
  display: inline-block;
  padding: 4px 14px;
  background: #ebf2dd;
  color: #4a6b3a;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
}

.privacy-commercial-law-badge-outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  background: #fffdf8;
  border: 1px solid #c4d4a8;
  color: #4a6b3a;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
}

.privacy-commercial-law-long-term {
  padding: 22px clamp(18px, 2.5vw, 28px);
  background: #f9f5e9;
  font-size: 13px;
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.1em;
  border-right: 1px solid #ece5d0;
  display: flex;
  align-items: flex-start;
}

.privacy-commercial-law-title {
  font-size: 14px;
  font-weight: 700;
  color: #4a6b3a;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.privacy-commercial-law-content {
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 2px solid #d8cfb5;
}

.privacy-commercial-law-payment-method {
  font-size: 14px;
  font-weight: 700;
  color: #3d3a32;
  margin-bottom: 4px;
}

.privacy-commercial-law-shipping-note {
  font-size: 14px;
  line-height: 1.85;
  color: #4a4a40;
  margin-bottom: 10px;
}

.privacy-commercial-law-supplement-note {
  font-size: 14px;
  line-height: 1.85;
  color: #4a4a40;
}

.privacy-commercial-law-subsection {
  padding-left: 14px;
  border-left: 2px solid #d8cfb5;
}

.privacy-commercial-law-delivery-note {
  font-size: 14px;
  line-height: 1.85;
  color: #4a4a40;
  margin-bottom: 4px;
}

.privacy-commercial-law-return-note {
  font-size: 14px;
  line-height: 1.85;
  color: #4a4a40;
  margin-bottom: 8px;
}

.privacy-commercial-law-return-caution {
  font-size: 13px;
  line-height: 1.85;
  color: #6b6857;
  background: #fff8ed;
  padding: 8px 12px;
  border-radius: 3px;
  border-left: 3px solid #c4a988;
}

.privacy-commercial-law-exchange-note {
  font-size: 14px;
  line-height: 1.85;
  color: #4a4a40;
  margin-bottom: 6px;
}

.privacy-commercial-law-contact-row {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 0;
}

.privacy-commercial-law-phone-title {
  font-size: 14px;
  font-weight: 700;
  color: #4a6b3a;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.privacy-commercial-law-phone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.privacy-commercial-law-card {
  background: #f9f5e9;
  padding: 14px 18px;
  border-radius: 4px;
  border-left: 3px solid #7a9a5b;
}

.privacy-commercial-law-contact-label {
  font-size: 11px;
  color: #6b6857;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}

.privacy-commercial-law-phone-link {
  font-size: 20px;
  font-weight: 700;
  color: #4a6b3a;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.privacy-commercial-law-contact-hours {
  font-size: 13px;
  color: #6b6857;
  margin-bottom: 16px;
}

.privacy-commercial-law-mail-title {
  font-size: 14px;
  font-weight: 700;
  color: #4a6b3a;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.privacy-commercial-law-form-note {
  margin: 18px 0 10px;
  color: #4a4a40;
  font-size: 13px;
  line-height: 1.8;
}

.privacy-commercial-law-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #fffdf8;
  border: 1px solid #c4d4a8;
  color: #4a6b3a;
  text-decoration: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
}

.privacy-commercial-law-back-link-area {
  text-align: center;
  margin-top: clamp(40px, 6vw, 60px);
}

.privacy-commercial-law-back-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: #fffdf8;
  border: 1px solid #d8cfb5;
  color: #4a6b3a;
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.privacy-toc-button:hover {
  border-color: #4a6b3a;
  box-shadow: 0 4px 20px rgba(74, 107, 58, 0.12);
}

.privacy-commercial-law-button:hover {
  background: #ebf2dd;
}

.privacy-commercial-law-back-button:hover {
  background: #4a6b3a;
  color: #fffdf8;
  border-color: #4a6b3a;
}
