.article-page--note {
  min-height: 100vh;
  background: #ffffff;
  background-image: none;
  color: #08131a;
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Noto Sans JP", Meiryo, sans-serif;
}

.note-article-main {
  padding: 112px 0 80px;
}

.note-article {
  width: min(100% - 32px, 620px);
  margin: 0 auto;
}

.note-article__eyecatch {
  margin: 0;
}

.note-article__eyecatch img {
  width: 100%;
  aspect-ratio: 620 / 325;
  object-fit: cover;
  object-position: center;
}

.note-article__header {
  margin-top: 72px;
}

.note-article__title {
  margin: 0 0 18px;
  color: #08131a;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.04em;
}

.note-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0;
  color: #6b7780;
  font-size: 14px;
  line-height: 1.7;
}

.note-article__meta span + span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 12px 3px 0;
  border-radius: 999px;
  background: currentColor;
}

.note-article__lead {
  margin: 54px 0 36px;
  color: #08131a;
  font-size: 18px;
  line-height: 36px;
}

.note-article__content {
  margin-top: 36px;
}

.note-article__content p,
.note-article__content li {
  color: #08131a;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: normal;
}

.note-article__content p {
  margin: 36px 0;
}

.note-article__content strong {
  color: #08131a;
  font-weight: 700;
}

.note-article__content h2 {
  margin: 54px 0 -18px;
  color: #08131a;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.04em;
}

.note-article__content h3 {
  margin: 36px 0 -18px;
  color: #08131a;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.04em;
}

.note-article__content a {
  color: #00a67d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.note-article__content figure {
  margin: 36px 0;
}

.note-article__content figure a {
  display: block;
}

.note-article__content img {
  width: 100%;
  height: auto;
  background: #f7f8f8;
}

.note-article__caption {
  margin: 10px 0 0;
  color: #6b7780;
  font-size: 13px;
  line-height: 1.7;
}

.note-article__list {
  margin: 36px 0;
  padding-left: 1.3em;
}

.note-article__quote {
  margin: 36px 0;
  padding: 0 0 0 18px;
  border-left: 3px solid #d9dee2;
  color: #3e4a52;
}

.note-article__quote p {
  color: inherit;
}

.note-article__code {
  display: block;
  margin: 36px 0;
  padding: 18px;
  overflow-x: auto;
  background: #282c34;
  color: #ffffff;
  font-family: SFMono-Regular, Consolas, Menlo, Courier, monospace;
  font-size: 12px;
  line-height: 18px;
  white-space: pre;
}

.note-article__link-card {
  display: grid;
  gap: 8px;
  margin: 36px 0;
  padding: 16px 0;
  border-top: 1px solid #e5e7e9;
  border-bottom: 1px solid #e5e7e9;
  text-decoration: none;
}

.note-article__link-card-title {
  margin: 0;
  color: #08131a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.note-article__link-card-text {
  margin: 0;
  color: #6b7780;
  font-size: 13px;
  line-height: 1.7;
}

.note-article__platform-embed {
  margin: 36px auto;
  color: #08131a;
}

.note-article__platform-embed--instagram {
  width: min(100%, 540px);
}

.note-article__platform-embed--tiktok {
  width: min(100%, 360px);
}

.note-article__platform-embed--x {
  width: min(100%, 550px);
}

.note-article__platform-frame {
  display: block;
  width: 100%;
  border: 0;
  background: #ffffff;
}

.note-article__platform-frame--instagram {
  min-height: 640px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.note-article__platform-frame--tiktok {
  min-height: 720px;
  overflow: hidden;
  border-radius: 8px;
  background: #000000;
}

.note-article__platform-embed .twitter-tweet {
  margin: 0 !important;
}

.note-article__platform-link {
  display: inline-flex;
  margin-top: 10px;
  color: #00a67d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
}

.note-article__platform-link:hover {
  text-decoration: underline;
}

.note-article__post-preview {
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr);
  gap: 18px;
  margin: 36px 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e5e7e9;
  background: #ffffff;
  color: #08131a;
  text-decoration: none;
}

.note-article__content .note-article__post-preview {
  color: #08131a;
  text-decoration: none;
}

.note-article__content .note-article__post-preview-image {
  width: 100%;
  height: 188px;
  min-height: 188px;
  object-fit: cover;
  background: #f7f8f8;
}

.note-article__post-preview-placeholder {
  display: grid;
  place-items: center;
  width: 188px;
  min-height: 188px;
  background: #f7f8f8;
  color: #6b7780;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.note-article__post-preview-body {
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 0;
  padding: 18px 18px 18px 0;
}

.note-article__post-preview-platform {
  color: #6b7780;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.note-article__post-preview-title {
  color: #08131a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.note-article__post-preview-text {
  display: -webkit-box;
  overflow: hidden;
  color: #5b6770;
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.note-article__post-preview-cta {
  color: #00a67d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.note-article__social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 36px 0;
}

.note-article__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid #e5e7e9;
  border-radius: 999px;
  background: #ffffff;
  color: #08131a;
  text-decoration: none;
}

.note-article__social-link img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
}

.note-article__social-fallback {
  color: #08131a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.note-article__separator {
  margin: 54px 0;
  border: 0;
  border-top: 1px solid #e5e7e9;
}

@media (max-width: 720px) {
  .note-article-main {
    padding: 88px 0 64px;
  }

  .note-article {
    width: 100%;
  }

  .note-article__eyecatch {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .note-article__header,
  .note-article__content {
    width: min(100% - 32px, 620px);
    margin-inline: auto;
  }

  .note-article__header {
    margin-top: 30px;
  }

  .note-article__title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.04em;
  }

  .note-article__meta {
    font-size: 13px;
  }

  .note-article__lead {
    margin: 45px 0 30px;
    font-size: 16px;
    line-height: 32px;
  }

  .note-article__content {
    margin-top: 30px;
  }

  .note-article__content p,
  .note-article__content li {
    font-size: 16px;
    line-height: 32px;
  }

  .note-article__content p,
  .note-article__content figure,
  .note-article__list,
  .note-article__quote,
  .note-article__code,
  .note-article__link-card,
  .note-article__platform-embed,
  .note-article__post-preview,
  .note-article__social {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .note-article__content h2 {
    margin: 45px 0 -15px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.04em;
  }

  .note-article__content h3 {
    margin: 30px 0 -15px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
  }

  .note-article__post-preview {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .note-article__platform-frame--instagram {
    min-height: 600px;
  }

  .note-article__platform-frame--tiktok {
    min-height: 700px;
  }

  .note-article__content .note-article__post-preview-image,
  .note-article__post-preview-placeholder {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .note-article__post-preview-body {
    padding: 14px 16px 16px;
  }
}
