/* ヘッダーアプリバナー */
@media screen and (max-width:767px) {
  .epark-header-app-banner {
    height: auto !important;
  }
  .epark-header-app-banner__link {
    display: block;
    position: relative;
  }
  .epark-header-app-banner__image {
    width: 100%;
  }
  .epark-header-app-banner__close {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8%;
    height: 70%;
    z-index: 1002;
  }
}