/* スタイルを上書きしてます↓ */
@media only screen and (max-width: 767px) {
  .modal {
    overflow: scroll;
  }
  .modal__inner {
    margin-top: 100px;
  }
  body.top .favorite__contents__pop {
    overflow: scroll;
  }
  body.top .favorite__contents__pop__inner {
    margin-top: 100px;
  }
}
