@media screen and (width <= 992px) {
  .p-top-bnr {
    padding-bottom: 30px;
  }

  /* オンラインショップバナー＆おすすめ特集バナー */
  .p-top-firstViewBnrWrap {
    bottom: -20px;
    width: auto;
    overflow-x: auto;
  }
  .p-top-firstViewBnrContents {
    display: block;
    width: auto;
  }
  .p-top-firstViewBnrItem {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: transparent;
  }
  .p-top-firstViewBnrItem + .p-top-firstViewBnrItem {
    margin-top: 15px;
  }

  /* 6バナー群 */
  .p-top-bnrList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 10px;
    margin-top: 15px;
  }
  .p-top-bnrItem {
    max-width: 320px;
    width: calc(50% - 7.5px);
    height: auto;
  }
}
