@media screen and (min-width: 769px){
    .sp {
        display: none;
    }
    h2.block-top-event--new-header {
        font-size: 40px;
        text-align: center;
        border-top: none;
        padding: 45px 0 30px;
    }
    h2.block-top-event--new-header span {
        font-size: 14px;
        line-height: 19px;
        display: block;
        letter-spacing: 0.12em;
        margin: 10px 0 30px;
    }
    h2.block-top-event--image {
        width: 700px;
        /* text-align: center; */
        margin: auto;
    }
    .block-top-event--new {
    padding: 49px 0 100.5px;
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #ECECEC;
    }
     /* ---more btn--- */
     p.genre.more-btn a {
        width: 355px;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
        letter-spacing: 0.12em;
        color: #484343;
        text-align: center;
        border: 1px solid #484343;
        border-radius: 3px;
        margin: 50px auto;
        background: url(/img/usr/top/icon_aroow01.png) no-repeat;
        background-position: right 21px center;
        background-color: #fff;
        display: block;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
  }

  p.genre.more-btn.s a {
        width: 224px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        letter-spacing: 0.12em;
        color: #484343;
        text-align: center;
        border: 1px solid #484343;
        margin: 20px auto 0;
        background: url(/img/usr/top/icon_aroow02.png) no-repeat;
        background-position: right 21px top 17px;
  }

  p.genre.more-btn a:hover {
        text-decoration: none;
        color: #fff;
        background: url(/img/usr/top/icon_aroow01_on.png) no-repeat;
        background-position: right 11px center;
        background-color: #484343;
  }

  p.genre.more-btn.s a:hover {
        background: url(/img/usr/top/icon_aroow02_on.png) no-repeat;
        background-position: right 11px top 17px;
        background-color: #484343;
  }

  .block-pickup-list-p {
        width: 1200px;
        margin: auto;
  }
}
@media screen and (max-width: 768px){
    .pc {
        display: none;
      }
      h2.block-top-event--new-header span {
        font-size: 0.7em;
        font-weight: 100;
    }
    .block-category-list--event {
        padding: 4%;
    }
    .block-goods-detail-j--goods-image figure {
        background: none;
    }
    
    h2.block-top-event--new-header {
        margin-top: 26px;
    }
    h2.block-top-event--new-header {
    background: none;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 26px;
    padding: 0;
}
    /* ---more-btn--- */
    p.genre.more-btn a {
        width: calc(100vw * 235 / 375);
        max-width: 235px;
        height: 56px;
        text-align: center;
        display: block;
        border: 1px solid #484343;
        margin: 20px auto 0;
        border-radius: 3px;
        padding-top: 16px;
        box-sizing: border-box;
        background: url(../../img/usr/sb/top/icon_arrow01.png) no-repeat;
        background-position: right 20px center;
        background-color:#fff;
        font-size: 15px;
        letter-spacing: 0.12em;
        text-decoration: none;
  }
  p.genre.more-btn a {
        width: calc(100vw * 235 / 375);
        max-width: 235px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        display: block;
        border: 1px solid #484343;
        margin: 20px auto 0;
        border-radius: 3px;
        box-sizing: border-box;
        background: url(../../img/usr/sb/top/icon_arrow01.png) no-repeat;
        background-position: right 5.33333vw center;
        background-color:#fff;
        font-size: 15px;
        padding: 0;
        letter-spacing: 0.12em;
        text-decoration: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
  }
  p.genre.more-btn a:hover {
        color: #fff;
        background: url(../../img/usr/sb/top/icon_arrow01_on.png) no-repeat;
        background-position: right 5.33333vw center;
        background-color:#484343;
  }
  p.genre.more-btn {
    margin-bottom: 60px;
}
}