/* 全ページのセクション名。日本語と英語の文字サイズをここで一元管理する。 */
:is(.home-gallery, .subpage-gallery, .intro) .gallery-section-label:is(p, h2, h3) {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 32px;
  padding: 0 0 0 16px;
  border: 0;
  border-left: 4px solid currentColor;
  border-radius: 0;
  color: #2364f5;
  background: transparent;
  font-family: inherit;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .02em;
  text-transform: none;
  white-space: normal;
  text-wrap: wrap;
}
:is(.home-gallery, .subpage-gallery, .intro) .gallery-section-label > span:first-child {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
:is(.home-gallery, .subpage-gallery, .intro) .gallery-section-label > span[lang="en"] {
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .04em;
}
.subpage-gallery :is(.fde-origins, .detail-cta, .blog-post-cta, .mediakit-contact, .glossary-consult-card) .gallery-section-label { color: #dce7ff; }
.gallery-section-label .section-label-char { display: inline-block; }
@media (max-width: 767px) {
  :is(.home-gallery, .subpage-gallery, .intro) .gallery-section-label:is(p, h2, h3) {
    gap: 6px 14px;
    padding-left: 12px;
    margin-bottom: 28px;
    font-size: 20px;
  }
}
