<!--<div class="top-bnrwrap">
  <div class="item">
    <a href="https://sesame-ok.com/?mode=cate&cbid=2876530&csid=0"><img src="https://img02.shop-pro.jp/PA01008/970/etc_base64/Ym5yX2VsZmluZm9saw.jpg?cmsp_timestamp=20230730153923"></a>
  </div>
  <div class="item">
    <a href="https://sesame-ok.com/?mode=cate&cbid=2876530&csid=1"><img src="https://img02.shop-pro.jp/PA01008/970/etc_base64/Ym5yX2VsZmluZm9sa2JhYnk.jpg?cmsp_timestamp=20230730153923"></a>
  </div>

</div>-->


<{if $new_item_num != 0}>
  <div class="new-item-block grid_row">
    <h2 class="ttl-h2">New Items</h2>
    <ul class="unstyled">
      <{section name=num loop=$new_item}>
        <li class="prd-lst-unit col-lg-4 col-md-6 col<{if $smarty.section.num.iteration > 6}> hidden-phone<{/if}>">
          <a href="<{$new_item[num].link_url}>" class="prd_lst_link">
            <{if $new_item[num].img_url != ""}>
              <img src="<{$new_item[num].img_url}>" class="prd-lst-img" alt="<{$new_item[num].name}>" />
            <{else}>
              <img src="https://img.shop-pro.jp/tmpl_img/68/prd_lst_noimage.png" class="prd-lst-img" alt="<{$new_item[num].name}>" />
            <{/if}>
          </a>
          <span class="prd-lst-name prd-lst-span">
            <a href="<{$new_item[num].link_url}>"><{$new_item[num].name}></a>
          </span>
          <{if $new_item[num].s_expl != ""}>
            <span class="prd-lst-exp prd-lst-span">
              <{$new_item[num].s_expl}>
            </span>
          <{/if}>
          <!--<{if $members_login_flg == true && $new_item[num].discount_flg == true}>
            <span class="prd-lst-regular prd-lst-span"><{$new_item[num].regular_price}></span>
          <{/if}>
          <{if $new_item[num].soldout_flg == false}>
            <span class="prd-lst-price prd-lst-span"><{$new_item[num].price}></span>
            <{if $members_login_flg == true && $new_item[num].discount_flg == true}>
              <span class="prd-lst-discount prd-lst-span"><{$new_item[num].discount_rate}>OFF!!</span>
            <{/if}>
          <{else}>
            <span class="prd-lst-soldout prd-lst-span">SOLDOUT</span>
          <{/if}>-->
        </li>
      <{/section}>
    </ul>
    <{if $new_item_num > 6}>
      <div class="more-prd btn btn-03 hidden-tablet hidden-desktop">
        <span>もっと見る</span>
      </div>
    <{/if}>
  </div>
<{/if}>
<{if $recommend_num != 0}>
  <div class="recommend-block grid_row">
    <h2 class="ttl-h2">Recommends</h2>
    <ul class="unstyled">
      <{section name=num loop=$recommend}>
        <li class="prd-lst-unit col-lg-4 col-md-6 col<{if $smarty.section.num.iteration > 6}> hidden-phone<{/if}>">
          <a href="<{$recommend[num].link_url}>" class="prd_lst_link">
            <{if $recommend[num].img_url != ""}>
              <img src="<{$recommend[num].img_url}>" class="prd-lst-img" alt="<{$recommend[num].name}>" />
            <{else}>
              <img src="https://img.shop-pro.jp/tmpl_img/68/prd_lst_noimage.png" class="prd-lst-img" alt="<{$recommend[num].name}>" />
            <{/if}>
          </a>
          <span class="prd-lst-name prd-lst-span">
            <a href="<{$recommend[num].link_url}>"><{$recommend[num].name}></a>
          </span>
          <{if $recommend[num].s_expl != ""}>
            <span class="prd-lst-exp prd-lst-span">
              <{$recommend[num].s_expl}>
            </span>
          <{/if}>
          <!--<{if $members_login_flg == true && $recommend[num].discount_flg == true}>
            <span class="prd-lst-regular prd-lst-span"><{$recommend[num].regular_price}></span>
          <{/if}>
          <{if $recommend[num].soldout_flg == false}>
            <span class="prd-lst-price prd-lst-span"><{$recommend[num].price}></span>
            <{if $members_login_flg == true && $recommend[num].discount_flg == true}>
              <span class="prd-lst-discount prd-lst-span"><{$recommend[num].discount_rate}>OFF!!</span>
            <{/if}>
          <{else}>
            <span class="prd-lst-soldout prd-lst-span">SOLDOUT</span>
          <{/if}>-->
        </li>
      <{/section}>
    </ul>
    <{if $recommend_num > 6}>
      <div class="more-prd btn btn-03 hidden-tablet hidden-desktop">
        <span>もっと見る</span>
      </div>
    <{/if}>
  </div>
<{/if}>
<{if $seller_num != 0}>
  <div class="bestseller-block grid_row">
    <h2 class="ttl-h2">Featured Items</h2>
    <ul class="unstyled">
      <{section name=num loop=$seller}>
        <li class="prd-lst-unit col-lg-4 col-md-6 col<{if $smarty.section.num.iteration > 6}> hidden-phone<{/if}>">
          <a href="<{$seller[num].link_url}>" class="prd_lst_link">
            <{if $seller[num].img_url != ""}>
              <img src="<{$seller[num].img_url}>" class="prd-lst-img" alt="<{$seller[num].name}>" />
            <{else}>
              <img src="https://img.shop-pro.jp/tmpl_img/68/prd_lst_noimage.png" class="prd-lst-img" alt="<{$seller[num].name}>" />
            <{/if}>
          </a>
          <span class="prd-lst-name prd-lst-span">
            <a href="<{$seller[num].link_url}>"><{$seller[num].name}></a>
          </span>
          <{if $seller[num].s_expl != ""}>
            <span class="prd-lst-exp prd-lst-span">
              <{$seller[num].s_expl}>
            </span>
          <{/if}>
          <!--<{if $members_login_flg == true && $seller[num].discount_flg == true}>
            <span class="prd-lst-regular prd-lst-span"><{$seller[num].regular_price}></span>
          <{/if}>
          <{if $seller[num].soldout_flg == false}>
            <span class="prd-lst-price prd-lst-span"><{$seller[num].price}></span>
            <{if $members_login_flg == true && $seller[num].discount_flg == true}>
              <span class="prd-lst-discount prd-lst-span"><{$seller[num].discount_rate}>OFF!!</span>
            <{/if}>
          <{else}>
            <span class="prd-lst-soldout prd-lst-span">SOLDOUT</span>
          <{/if}>-->
        </li>
      <{/section}>
    </ul>
    <{if $seller_num > 6}>
      <div class="more-prd btn btn-03 hidden-tablet hidden-desktop">
        <span>もっと見る</span>
      </div>
    <{/if}>
  </div>
<{/if}>
<{if $free_space != ""}>
  <div class="free_space_block text-block row">
    <{$free_space}>
  </div>
<{/if}>

  
<!--/#top-brand-->
<h2 class="ttl-h2">Brands</h2>
<div id="top-brand" class="free_space_block">
  <div class="item"><a href="http://www.fith.co.jp/brand/denimdungaree/" target="_blank"><img src="https://img02.shop-pro.jp/PA01008/970/etc/201410_top_bnr_dd.gif" alt="DENIM＆DUNGAREE" width="153" height="66" /></a></div>
  <div class="item"><a href="http://www.fith.co.jp/brand/fith/" target="_blank"><img src="https://img02.shop-pro.jp/PA01008/970/etc/201410_top_bnr_fith.gif" alt="FITH" width="153" height="66" /></a></div>
  <div class="item"><a href="http://www.fith.co.jp/brand/gotohollywood/" target="_blank"><img src="https://img02.shop-pro.jp/PA01008/970/etc/201410_top_bnr_gh.gif" alt="GO TO HOLLYWOOD" width="153" height="66" /></a></div>
 <!-- <div class="item"><a href="http://www.fith.co.jp/brand/swapmeetmarket/" target="_blank"><img src="https://img02.shop-pro.jp/PA01008/970/etc/201410_top_bnr_smm.gif" alt="swap meet market" width="153" height="66" /></a></div>-->
  <div class="item"><a href="http://www.fith.co.jp/brand/groovycolors/" target="_blank"><img src="https://img02.shop-pro.jp/PA01008/970/etc/201410_top_bnr_gc.gif" alt="GROOVY COLORS" width="153" height="66" /></a></div>
  <div class="item"><a href="http://www.notsohardwork.com/" target="_blank"><img src="https://img02.shop-pro.jp/PA01008/970/etc/201410_top_bnr_toujours.gif?cmsp_timestamp=20200918111723" alt="TOUJOURS" width="153" height="66" /></a></div>
 <!-- <div class="item"><a href="http://www.fith.co.jp/brand/melt/" target="_blank"><img src="https://img02.shop-pro.jp/PA01008/970/etc/202002_top_bnr_melt.gif?cmsp_timestamp=20200218111815" alt="melt" width="153" height="66" /></a></div>-->
  <div class="item"><a href="https://elfinfolk.com/" target="_blank"><img src="https://img02.shop-pro.jp/PA01008/970/etc_base64/MjAyMDAyX3RvcF9ibnJfZWxmaW5mb2xr.jpg?cmsp_timestamp=20230724191755" alt="elfinfolk" width="153" height="66" /></a></div>
  <div class="item"><a href="https://lapen.official.ec/" target="_blank"><img src="https://img02.shop-pro.jp/PA01008/970/etc_base64/dG9wX2Jucl9sYXBlbg.gif?cmsp_timestamp=20230730155704" alt="LAPEN" width="153" height="66" /></a></div>
  </ul>
</div><!--/#top-brand-->

<script>
  $(window).load(function () {
    $('.more-prd').click(function () {
      $(this).hide();
      $(this).removeClass('hidden-desktop');
      $(this).prev().children().fadeIn();
      $(this).prev().children().removeClass('hidden-phone');
    });
    $('.prd-lst-unit').tile();
    $(window).resize(function() {
      $('.prd-lst-unit').tile();
    });
  });
</script>
