figure, p {
  margin: 0;
}

@media screen and (min-width: 641px) {
  .p-pc--none {
    display: none;
  }
}

@media screen and (max-width: 1220px) {
  .p-sp--none {
    display: none;
  }
}
