@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap');

html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans JP', sans-serif; }
.font-serif-jp { font-family: 'Noto Serif JP', serif; }
.pull-quote::before {
  content: '“';
  position: absolute;
  top: -2.5rem;
  left: .25rem;
  color: rgba(184, 115, 51, .22);
  font-family: Georgia, serif;
  font-size: 9rem;
  line-height: 1;
}
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
details[open] .faq-plus { transform: rotate(45deg); }
@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.float-soft { animation: floatSoft 5s ease-in-out infinite; }
