/* ========================================
   CSS変数（グローバル）
   ======================================== */
:root {
  /* Color */
  --color-white: #fff;
  --color-black: #0c090d;
  --color-black-60: #606283;
  --color-black-40: #9394a1;
  --color-black-20: #e5e6e9;
  --color-black-10: #f3f5fb;
  --color-primary: #e43b68;
  --color-primary-light: #fc7e9f;
  --color-footer: #6a6c7c;

  /* Gradation */
  --gradation-primary: linear-gradient(90deg, #ff8fad 0%, #92a3ff 100%);
}

/* ========================================
   基本スタイル
   ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: var(--color-black);
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

main {
  background-image: url("/assets/images/background.webp");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  width: 100%;
  background-size: cover;
}

/* ========================================
   ルート
   ======================================== */
.pp-root {
  padding-top: 24px;
  padding-bottom: 50px;
}

@media screen and (min-width: 428px) {
  .pp-root {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

/* ========================================
   SecondaryHeading（見出し）
   ======================================== */
.pp-secondary-heading {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
}

.pp-secondary-heading-wrapper {
  position: relative;
}

.pp-secondary-heading-text-main {
  font-family: "Tenor Sans", sans-serif;
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  color: var(--color-black);
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .pp-secondary-heading-text-main {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 3.8px;
  }
}

.pp-secondary-heading-text-sub {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: var(--color-primary-light);
}

@media screen and (min-width: 768px) {
  .pp-secondary-heading-text-sub {
    font-size: 15px;
    font-weight: 400;
  }
}

.pp-decoration-gleam {
  position: absolute;
  right: -24px;
  bottom: 1px;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .pp-decoration-gleam {
    right: -50px;
    bottom: 8px;
    width: 76px;
    height: 76px;
  }
}

/* ========================================
   コンテナ
   ======================================== */
.pp-container {
  margin-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (min-width: 428px) {
  .pp-container {
    margin-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

.pp-wrapper {
  max-width: 973px;
  margin-right: auto;
  margin-left: auto;
}

/* ========================================
   説明文
   ======================================== */
.pp-description {
  font-size: 12px;
  line-height: 1.8;
  color: var(--color-black);
  letter-spacing: 0.05em;
}

@media screen and (min-width: 428px) {
  .pp-description {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.9px;
  }
}

/* ========================================
   本文エリア
   ======================================== */
.pp-body {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 40px;
}

@media screen and (min-width: 428px) {
  .pp-body {
    row-gap: 70px;
    margin: 60px auto 0;
    max-width: 800px;
  }
}

/* ========================================
   セクション見出し
   ======================================== */
.pp-heading {
  display: flex;
  column-gap: 4px;
  align-items: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: var(--color-primary);
  letter-spacing: 0.9px;
  background-color: var(--color-white);
  border-top: 1px dashed var(--color-primary);
  border-bottom: 1px dashed var(--color-primary);
}

@media screen and (min-width: 428px) {
  .pp-heading {
    padding: 15px 25px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.2px;
    column-gap: 8px;
  }
}

.pp-heading::before {
  content: "";
  flex-shrink: 0;
  width: 26px;
  height: 28px;
  background-image: url("/assets/images/decoration-skyblue-jewelry.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 428px) {
  .pp-heading::before {
    width: 36px;
    height: 38px;
  }
}

/* ========================================
   ブロック（本文）
   ======================================== */
.pp-block {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  padding-top: 16px;
}

@media screen and (min-width: 428px) {
  .pp-block {
    row-gap: 50px;
    padding-top: 50px;
  }
}

.pp-block p {
  font-size: 12px;
  line-height: 180%;
  color: var(--color-black);
  letter-spacing: 0.05em;
  word-break: break-all;
}

@media screen and (min-width: 428px) {
  .pp-block p {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.pp-block ul {
  font-size: 13px;
  line-height: 180%;
  color: var(--color-black);
  letter-spacing: 0.65px;
  list-style: disc inside;
}

@media screen and (min-width: 428px) {
  .pp-block ul {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
