/* スマホでは section.parallax の固定背景をやめる（iOS対策） */
@media (max-width: 768px) {
  section.parallax {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}
