@media screen and (max-width: 767px) {
    .top .new,
    .top .limited,
    .top .launch,
    .top .campaign,
    .genre #revoltech,
    .genre #display,
    .genre #capsule,
    .genre #danboard,
    .genre #nature,
    .genre #assembly {
      padding-top: 60px;
      margin-top: -60px;
    }

    .fs-l-main {
      margin-top: 141.5px;
    }
  }
  
  .header-sp {
    position: fixed;
    top: 0;
    z-index: 20;
    background: #fff;
  }
  
  .header-sp-scrollimg {
    display: none;
    width: 146px;
  }
  
  .header-sp-itemsearch {
    width: 100%;
    /*overflow: scroll;*/
    z-index: 1;
    padding:10px 12px 22px 12px;
  }
  
  .header-sp-itemsearch-inner {
    background: #fff;
    border: 1px solid #333;
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 5px;
  }
  
  /* .header-sp-itemsearch input[type="text"] {
    width: 100%;
    padding: 13px;
    border: none;
    border-right: 2px solid #f5f5f5;
    height: 38px;
    border-radius: 5px;
    font-size: 14px;
  } */
  
  .header-sp-itemsearch input[type="text"] {
    width: 100%;
      padding: 12px 13px 13px 13px;
      border: none;
      height: 40px;
      border-radius: 5px;
      font-size: 16px;
      transform: scale(0.875);/* iOSズーム対策 */
      position: absolute;
      left: -20px;
  }
  
  .header-sp-itemsearch input[type="text"]:focus {
    outline: 0;
    /* border: 1px orange solid; */
  }
  
  .header-sp-itemsearch input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: url(https://figure.itembox.design/item/img/top/mv_btn_search.png) center 0 no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0;
    border-radius: 0 4px 4px 0;
  }
  
  .overlay{
    background: #000;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 130px;
    right: 0;
    z-index: -10;
  }
  
  #search:focus ~ .overlay {
    opacity: 0.3;
    pointer-events: auto;
  }
  
  /* ヘッダーSP　スクロール時*/
  
  @media screen and (min-width: 768px) {
    .scroll {
      display: none!important;
    }
  }
  
  .scroll {
    display: flex;
    height: 60px;
    width: 100%;
  }
  
  .scroll .header-sp-img {
    display: none;
  }
  
  .scroll .header-sp-scrollimg {
    display: block;
  }
  
  .scroll .header-sp-itemsearch {
    width: 220px;
    height: 60px;
    padding: 17px 20px 12px 5px;
    margin-left: auto;
  }
  
  .scroll .header-sp-itemsearch-inner {
    height: 30px;
  }
  
  .scroll .header-sp-itemsearch-inner form {
    display: inline-block;
  }
  
  /* .scroll .header-sp-itemsearch input[type="text"] {
    padding: 8px;
    font-size: 12px;
    height: 28px;
    border-radius: 5px;
    position: absolute;
    top: 0;
  } */
  
  
  .scroll .header-sp-itemsearch input[type="text"] {
    padding: 8px;
    font-size: 16px;
    transform: scale(0.75);/* iOSズーム対策 */
    height: 36px;
    border-radius: 5px;
    position: absolute;
    top: -4.5px;
    width: 210px;
    left: -25px;
  }
  
  .scroll .overlay {
    top: 60px;
  }