body {
  margin: 0;
  background: #fff;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", Meiryo, sans-serif;
}

.article-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.article-hero {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  margin: 0 0 32px;
}

.article-header {
  margin-bottom: 40px;
}

.article-category {
  font-size: 13px;
  color: #777;
  margin-bottom: 12px;
}

.article-header h1 {
  font-size: 34px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}

.article-meta {
  font-size: 14px;
  line-height: 1.7;
  color: #777;
  margin: 0;
}

.article-meta span + span::before {
  content: "｜";
  margin: 0 6px;
  color: #aaa;
}

.article-body {
  font-size: 17px;
  line-height: 2;
}

.article-body p {
  margin: 0 0 1.6em;
}

.article-body img {
  width: 100% !important;
  height: auto !important;
  display: block;
  border-radius: 10px;
  margin: 36px 0;
}

.image-caption {
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  text-align: center;
  margin: -22px 0 34px;
}

.article-body a {
  color: #0f6bff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 600px) {
  .article-page {
    padding: 20px 16px 64px;
  }

  .article-header h1 {
    font-size: 28px;
  }

  .article-body {
    font-size: 16px;
    line-height: 1.9;
  }
}

/* === note-style typography start === */
body {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Noto Sans JP", Meiryo, sans-serif;
  color: #08131a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-title,
.article-title,
.article-header h1,
.profile-button,
.category-tab {
  color: #08131a;
}

.category-tab.active {
  color: #fff;
}
/* === note-style typography end === */

/* === note-style weight tuning start === */
body {
  font-weight: 400;
}

.site-title {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-subtitle,
.profile-text,
.article-meta {
  font-weight: 400;
}

.article-title {
  font-weight: 700;
}

.article-header h1 {
  font-weight: 700;
}

.profile-button {
  font-weight: 600;
}

.category-tab {
  font-weight: 700;
}

.article-body {
  font-weight: 400;
}
/* === note-style weight tuning end === */



/* === article back button start === */
.article-back {
  margin-top: 64px;
  text-align: center;
}

.article-back-link {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #08131a24;
  border-radius: 999px;
  color: #08131a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.article-back-link:hover {
  background: #f5f8fa;
}
/* === article back button end === */

/* === app editor content blocks start === */
.text-block {
  margin: 0 0 1.6em;
}

.article-figure {
  margin: 36px 0;
}

.article-figure img {
  width: 100% !important;
  height: auto !important;
  display: block;
  border-radius: 10px;
  margin: 0;
}

.article-figure figcaption {
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  text-align: center;
  margin-top: 10px;
}
/* === app editor content blocks end === */

