/* 全ページ共通：説明文を読みやすくする設定 */
.logo {
  display: inline-flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.logo::after {
  content: "〈MUSUBIYA〉";
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .13em;
  color: currentColor;
  opacity: .62;
}

:where(main, section, .hero, .intro) p:not(.source):not(.free-note):not(.footer-copy):not(.copyright):not(.privacy-note):not(.area-note):not(.photo-note):not(.zoom-note) {
  font-size: 14px !important;
  line-height: 1.9;
}

:where(main, section) li {
  font-size: 14px;
  line-height: 1.85;
}

.area-heading p {
  font-size: 14px !important;
}

.area-card span {
  font-size: 13px !important;
}

.area-note,
.photo-note,
.zoom-note,
.privacy-note,
.disclaimer,
.disclaimer p {
  font-size: 12px !important;
  line-height: 1.8;
}

.sources p {
  font-size: 11px !important;
}

@media (max-width: 760px) {
  :where(main, section, .hero, .intro) p:not(.source):not(.free-note):not(.footer-copy):not(.copyright):not(.privacy-note):not(.area-note):not(.photo-note):not(.zoom-note) {
    font-size: 14px !important;
    line-height: 1.85;
  }

  .area-card span {
    font-size: 12px !important;
  }
}
