/* ======================================= カスタマーハラスメントポリシーページ ======================================= */
/* Figma node 7913:17441 準拠 */
/* Design tokens: MOSS BLACK #42220F, BACKGROUND WHITE #FEFDFB, BREADCRUMB BG #FFFBF3 */

.ch-policy-page {
  background-color: #fefdfb;
  padding-top: 72px;
}

/* PC: コンテンツ幅 800px + 左右パディング 160px = max-width 1120px（コラム記事と同様） */
.ch-policy-page__container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 160px 100px;
  box-sizing: border-box;
}

.ch-policy-page__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 2.56px;
  line-height: 1.5;
  color: #42220f;
  margin: 0 0 20px;
}

/* Figma - CLEAR MOSS #B2A581 の装飾線（30×16px） */
.ch-policy-page__line {
  margin-bottom: 20px;
}

.ch-policy-page__line img {
  display: block;
  width: 30px;
  height: 16px;
  object-fit: contain;
}

.ch-policy-page__content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 2.1;
  color: #42220f;
}

.ch-policy-page__content p {
  margin: 0 0 1em;
}

.ch-policy-page__content p:last-child {
  margin-bottom: 0;
}

.ch-policy-page__content h2.ch-policy-page__article-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 2.1;
  color: #42220f;
  margin: 2em 0 0.5em;
}

.ch-policy-page__content h2.ch-policy-page__article-title:first-of-type {
  margin-top: 0;
}

.ch-policy-page__content h3.ch-policy-page__sub-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 2.1;
  color: #42220f;
  margin: 1.5em 0 0.5em;
}

.ch-policy-page__content ol,
.ch-policy-page__content ul {
  margin: 0.5em 0 1em;
  padding-left: 1.5em;
}

.ch-policy-page__content li {
  margin-bottom: 0.25em;
}

/* パンくず */
.ch-policy-page__breadcrumb {
  background-color: #fffbf3;
  padding: 0 160px 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.78px;
  color: #42220f;
}

.ch-policy-page__breadcrumb a {
  color: #42220f;
  text-decoration: none;
}

.ch-policy-page__breadcrumb a:hover {
  text-decoration: underline;
}

.ch-policy-page__breadcrumb-sep {
  color: #42220f;
  opacity: 0.7;
}

/* CTAセクション（about-cta と同一スタイル） */
.ch-policy-page__cta.about-cta {
  position: relative;
  overflow: hidden;
  min-height: 576px;
}

.ch-policy-page__cta .about-cta__bg {
  position: absolute;
  inset: 0;
}

.ch-policy-page__cta .about-cta__bg img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 576px;
  object-fit: cover;
  object-position: center center;
}

.ch-policy-page__cta .about-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(78, 63, 28, 0) 0%, rgba(78, 63, 28, 0.5) 65.77%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.ch-policy-page__cta .about-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 512px 80px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.ch-policy-page__cta .about-cta__text {
  max-width: 600px;
  margin-bottom: 24px;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.ch-policy-page__cta .about-cta__heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 2.56px;
  line-height: 1.5;
  color: #fefdfb;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.ch-policy-page__cta .about-cta__body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 1.7;
  color: #fefdfb;
  margin: 0 0 12px;
}

.ch-policy-page__cta .about-cta__body:last-child {
  margin-bottom: 0;
}

.ch-policy-page__cta .about-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px 48px;
  background-color: #fff;
  color: #546342;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.ch-policy-page__cta .about-cta__btn:hover {
  opacity: 0.9;
  filter: brightness(0.98);
}

.ch-policy-page__cta .about-cta__btn-arrow {
  width: 6px;
  height: 10px;
}

.ch-policy-page__cta .about-cta__btn-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ======================================= タブレット (max-width: 1024px) ======================================= */
/* コンテンツ幅 800px + 左右パディング 80px = max-width 960px（コラム記事と同様） */
@media screen and (max-width: 1024px) {
  .ch-policy-page__container {
    max-width: 960px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .ch-policy-page__breadcrumb {
    padding-left: 80px;
    padding-right: 80px;
  }
}

/* ======================================= SP (max-width: 1024px) ======================================= */
@media screen and (max-width: 1024px) {
  .ch-policy-page {
    padding-top: 56px;
  }

  .ch-policy-page__container {
    padding: 60px 20px 60px;
  }

  .ch-policy-page__title {
    font-size: 24px;
    letter-spacing: 1.92px;
    margin-bottom: 16px;
  }

  .ch-policy-page__line {
    margin-bottom: 16px;
  }

  .ch-policy-page__content {
    font-size: 14px;
    letter-spacing: 0.56px;
  }

  .ch-policy-page__content h2.ch-policy-page__article-title {
    font-size: 14px;
    margin-top: 1.5em;
  }

  .ch-policy-page__content h3.ch-policy-page__sub-title {
    font-size: 14px;
    margin-top: 1.2em;
  }

  .ch-policy-page__breadcrumb {
    padding: 0 20px 32px;
    font-size: 12px;
  }

  .ch-policy-page__cta.about-cta {
    min-height: 694px;
  }

  .ch-policy-page__cta .about-cta__bg img {
    min-height: 694px;
  }

  .ch-policy-page__cta .about-cta__inner {
    padding: 400px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .ch-policy-page__cta .about-cta__heading {
    font-size: 28px;
    letter-spacing: 2.24px;
  }

  .ch-policy-page__cta .about-cta__body {
    font-size: 16px;
    letter-spacing: 0.64px;
  }

  .ch-policy-page__cta .about-cta__btn {
    width: 100%;
    justify-content: center;
  }
}
