.footstamp p:not(:first-child){
  display:none !important;
}

#custom-options-checkbox-label #custom-options-checkbox-input[type=checkbox] {
  bottom: -5px !important;
}

<form name="product_form" method="post" action="<{$cart_url}>" >

<{ if $product.id != "" }>
<div class="footstamp">
  <!-- パンくずナビ -->
  <!-- カテゴリ -->
  <p>
    <a href="<{$home_url}>">TOP</a>
    <{if $bid_name != ""}><span>&gt;</span><a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
    <{if $sid_name != ""}><span>&gt;</span><a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
  </p>
  <!-- グループ -->
  <{section name=cnt loop=$group_breadcrumb_list}>
    <p>
      <a href="<{$home_url}>">TOP</a>
      <{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
      <span>&gt;</span>
      <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
      <{/section}>
    </p>
  <{/section}>
  <!--// パンくずナビ -->
</div>

<div class="product_detail_area">
    <div class="add_cart">
      <!-- Product(商品名) -->
      <h2 class="product_name"><{$product.name}></h2>

      <!-- 商品の説明/他リンク -->
      <div class="zoom-desc">
        <h3 class="zoom__title">Detail</h3>
        <ul class="subImageList clearfix">
        <{if $product.img_url != ""}>
          <li class="subImageList__unit"><img class="zoom-tiny-image js-subImage" src="<{$product.img_url}>" /></li>
        <{else}>
          <li class="subImageList__unit"><img class="zoom-tiny-image js-subImage" src="https://img.shop-pro.jp/tmpl_img/56/l.gif" /></li>
        <{/if}>
        <{if $otherimg_num != 0}>
          <{section name=num loop=$otherimg}>
            <{if $otherimg[num].url != ""}>
              <li class="subImageList__unit"><img class="zoom-tiny-image js-subImage" src="<{$otherimg[num].url}>" /></li>
            <{/if}>
          <{/section}>
        <{/if}>
        </ul>
    </div>

      <table class="add_cart_table">
      <!--型番-->
      <{if $product.model != ""}>
          <tr>
          <th>型番</th>
          <td><{$product.model}></td>
          </tr>
      <{/if}>
      <!-- 価格 -->
      <{if $product.price_disp == true}>
          <tr>
          <th>定価</th>
          <td><{$product.price}></td>
          </tr>
      <{/if}>
      <{if $product.sales != ""}>
          <tr>
          <th>販売価格</th>
          <td>
          <{if $members_login_flg == true && $product.discount_flg == true}>
              <!-- 通常販売価格 -->
              <s><{$product.regular_price}></s><br />
          <{/if}>
              <!-- 販売価格 -->
              <strong class="price"><{$product.sales}></strong><br />
          <{if $members_login_flg == true && $product.discount_flg == true}>
              <!-- 割引率 -->
              <{$product.discount_rate}>OFF!!
          <{/if}>
          </td>
          </tr>
      <{/if}>
      <!-- 在庫数 -->
      <{if $product.stock_disp == true}>
          <tr>
          <th>在庫数</th>
          <td><{$product.stock_str}></td>
          </tr>
      <{/if}>
      <!-- 売切れ時・休止時・ログイン限定購入商品は表示しない  -->
      <{if $product.soldout_flg == 0 && $shop_stop_flg == false && $product.login_sale_flg == false }>
      <tr>
          <th>購入数</th>
          <td class="tdCount">
              <table border="0" cellpadding="0" cellspacing="0">
                <tr>
                  <td>
                    <input type="text" name="product_num" value="<{$product.init_num}>" />
                  </td>
                  <td>
                    <div>
                    <a href="<{$num_up_url}>"><img src="<{$num_up_img_url}>"></a>
                    <a href="<{$num_dw_url}>"><img src="<{$num_dw_img_url}>"></a>
                    </div>
                  </td>
                  <td>
                    <{$product.unit}>
                  </td>
                </tr>
              </table>
          </td>
      </tr>
      <{/if}>
      <!--商品オプションをプルダウン形式で表示-->
      <{if !$option_output_mode}>
      <!-- 商品オプション -->
      <{section name=num loop=$option}>
          <tr>
            <th><{$option[num].name}></th>
            <td>
              <select name="<{$option[num].select_name}>">


              <{html_options values=$option_value[num].id  output=$option_value[num].name selected=$key }>
              </select>
            </td>
          </tr>
      <{/section}>
      <{/if}>
      </table>

        <!--在庫0の商品をカートに入れようとした時の注意文を表示-->
        <p class="stock_error"></p>

        <{if $opt_url <> ""}>
          <ul class="option_price">
            <{if $product.stock_disp == true}>
              <li><a href="<{$opt_url}>">オプションの在庫・価格の詳細はコチラ</a></li>
            <{else}>
              <li><a href="<{$opt_url}>">オプションの価格詳細はコチラ</a></li>
            <{/if}>
          </ul>
        <{/if}>


        <!-- 売切れ時・休止時・ログイン限定購入商品は表示しない  -->
        <{if $product.soldout_flg == 0 && $shop_stop_flg == false && $product.login_sale_flg == false }>
          <div class="disable_cartin button_area">
            <input type="submit" value="カートに入れる" class="btn btn-primary btn-large" />
          </div>
        <{if $easy_order_flg == true}>
          <div class="btn_quick disable_quick"><a href="<{$easy_order_url}>" class="btn btn-success btn-large">クイック購入</a></div>
        <{/if}>
        <{else}>
          <{if $product.soldout_flg }>
            <div class="sold_out">SOLD OUT</div>
          <{elseif $product.login_sale_flg }>
            <div>会員のみ購入できます</div>
          <{/if}>
        <{/if}>

        <!-- 特定商取引法リンク -->
        <p id="sk_link_other">
          <a href="<{$sk_url}>" style="font-size:11px;">特定商取引法に基づく表記 (返品など)</a>
        </p>
        <div class="product_link_area">
          <div class="twitter">
            <{twitter_tweet}>
          </div>
          <div class="fb-like">
            <{facebook_like layout="button_count"}>
          </div>
          <div class="line">
            <{line_button type="share-a" }>
          </div>
          <!-- 他リンク -->
          <ul class="other_link">
            <li><a onClick="ChannelIO('show')">この商品についてチャットで相談する</a></li>
            <li><a href="<{$prod_teach_url}>">この商品を友達に教える</a></li>
            <li><a href="<{$keep_shopping_url}>">買い物を続ける</a></li>
          <{ if $review_use_flg }>
            <li><a href="<{$review_lst_url}>">レビューを見る(<{$review_item_num}>件)</a></li>
            <li><a href="<{$review_send_url}>">レビューを投稿</a></li>
          <{ /if }>
          </ul>
        </div>
    </div>

<div class="product_images">

    <div class="zoom-section">
      <div class="zoom-small-image">
        <div id="wrap">
          <!-- 商品画像 -->
          <{if $product.img_url != ""}>
            <img src="<{$product.img_url}>" class="js-mainImage" style="display: block;" />
          <{else}>
            <img src="https://img.shop-pro.jp/tmpl_img/56/l.gif" class="js-mainImage" style="display: block;" />
          <{/if}>
          <!--// 商品画像 -->
        <{$product.info}>
      </div>
    </div>
  </div>

  <!-- 商品の説明 -->
  <div class="product_description">
    <{$product.explain}>
  </div>
  <!-- // 商品の説明/他リンク -->

  <div class="lImageArea">
    <!-- 商品画像拡大エリア -->
    <h2 class="detailTitle">Detail</h2>
    <ul class="lImageList">
      <!-- 商品画像 -->
      <{if $product.img_url != ""}>
        <li class="lImageList__unit"><img src="<{$product.img_url}>"/></li>
      <{/if}>
      <{if $otherimg_num != 0}>
        <{section name=num loop=$otherimg}>
          <{if $otherimg[num].url != ""}>
            <li class="lImageList__unit"><img src="<{$otherimg[num].url}>" /></li>
          <{/if}>
        <{/section}>
      <{/if}>
    </ul>
    <!-- 商品画像拡大エリア -->
    </div>

  <!-- カートに戻るボタン -->
  <div class="cartBottom">
    <input type="button" value="カートに入れる" class="js-cartBack cartBack btn btn-primary btn-large" />
  </div>

</div><!--product_images-->
</div>
</form>
<br style="clear:both;">

<!--売れ筋商品が登録されている場合に表示されます-->
<!-- <{if $seller != 0}>
<div class="ranking">
  <h2 class="detailTitle">RANKING</h2>
  <ul class="itemList itemList--4 clearfix">
    <{section name=num loop=$seller max=4 }>
      <li class="itemList__unit">
        <div class="itemList__imgBox">
          <a class="itemList__link" href="<{$seller[num].link_url}>">
            <{if $seller[num].img_url != ""}>
              <img class="itemList__itemImg" src="<{$seller[num].img_url}>" />
            <{else}>
              <img class="itemList__itemImg" src="http://img.shop-pro.jp/tmpl_img/67/m.gif" />
            <{/if}>
          </a>
        </div>
        <div class="itemList__detail">
          <p class="itemList__name"><a class="itemList__link" href="<{$seller[num].link_url}>"><{$seller[num].name}></a></p>
          <{if $members_login_flg == true && $seller[num].discount_flg == true}>
            <{if $members_login_flg == true && $seller[num].discount_flg == true}>
              <p class="itemList__regular"><{$seller[num].regular_price}></p>
            <{/if}>
          <{/if}>
          <p class="itemList__price"><{$seller[num].price}><{if $members_login_flg == true && $seller[num].discount_flg == true}><{$seller[num].discount_rate}>OFF!!<{/if}></p>
          <{if $seller[num].soldout_flg == true}><p class="itemList__soldOut">SOLD OUT</p><{/if}>
          </p>
        </div>
      </li>
    <{/section}>
  </ul>
</div>
<{/if}> -->
<!--//売筋商品-->

<!-- 「この商品を買った人はこんな商品も買ってます」 -->
<{if $together_product_num != 0}>
<div class="box" id="box_together">
  <div class="header_block clearfix">
  <h3 class="zoom__title">関連商品</h3>
  </div>
<{section name=num loop=$together_product}>
<div class="item_box <{if $smarty.section.num.last}> box_last<{/if}>
<{if $smarty.section.num.first}> box_first<{/if}>">
  <div class="item_image">
    <{if $together_product[num].img_url != "" }>
      <a href="<{$together_product[num].link_url}>"><img src="<{$together_product[num].img_url}>" class="item" /></a><br />
    <{else}>
      <a href="<{$together_product[num].link_url}>"><img src="https://img.shop-pro.jp/tmpl_img/67/m.gif" class="item" /></a><br />
    <{/if}>
  </div>
  <div class="item_detail">
    <p class="item_name">
      <a href="<{$together_product[num].link_url}>"><{$together_product[num].name}></a>
    </p>
  </div>
</div>
<{/section}>
<br class="clear" />
</div>
<{/if}>
<!--// 「この商品を買った人はこんな商品も買ってます」 -->

<!--
<{if $recommend_num != 0}>
  <div class="box <{if $tpl_name == 'product'}> box_small<{/if}>" id="box_recommend">
  <div class="header_block clearfix">
  <div class="icon">
  <img src="https://img.shop-pro.jp/tmpl_img/67/recommended_icon.png">
  </div>
  <div class="title">
  <h3>おすすめ商品</h3>
  </div>
  </div>
    <{section name=num loop= $recommend max=5}>
    <div class="item_box<{if $smarty.section.num.iteration % 5 == 0}> box_last<{/if}>">
        <div class="item_image">
            <{if $recommend[num].img_url != ""}>
            <a href="<{$recommend[num].link_url}>"><img src="<{$recommend[num].img_url}>" class="item" /></a><br />
            <{else}>
            <a href="<{$recommend[num].link_url}>"><img src="https://img.shop-pro.jp/tmpl_img/67/m.gif" class="item" /></a><br />
            <{/if}>
        </div>
        <div class="item_detail">
            <p class="item_name">
                <a href="<{$recommend[num].link_url}>"><{$recommend[num].name}></a><br />
            </p>
            <p class="item_price">
                <{if $members_login_flg == true && $recommend[num].discount_flg == true}>
                <s><{$recommend[num].regular_price}></s><br />
                <{/if}>
                <{$recommend[num].price}><br />
                <{if $members_login_flg == true && $recommend[num].discount_flg == true}>
                <{$recommend[num].discount_rate}>OFF!!
                <{/if}>
                <{if $recommend[num].soldout_flg == true}><span class="sold_out">SOLD OUT</span><{/if}>
            </p>
        </div>
    </div>
    <{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}>
        <br style="clear:both;" />
    <{/if}>
    <{/section}>
    <br style="clear:both;" />
  </div>
<{/if}>
-->


<script type="text/javascript" src="https://img.shop-pro.jp/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="https://img.shop-pro.jp/js/stickysidebar.jquery.js"></script>
<!--
<script>
$(window).load(function () {
  $(function () {
    var product_images_height = $('.product_images').height();
    $('.product_detail_area').css('height',product_images_height);

    $(".add_cart").stickySidebar({
    timer: 400
    , easing: "easeInOutQuad"
    , constrain: true
    });
  });
});
</script>
-->

<{ else }>
<{if $product.hide_flg == true}>
  <!-- 該当商品はログインしないと閲覧できない時 -->
  この商品を閲覧するにはログインが必要です。
  <{else}>
  <!-- 該当商品がないとき -->
  現在、この商品は扱っておりません。
<{/if}>
<{ /if }>

<script type="text/javascript">
ga('require', 'linker');
ga('linker:autoLink', ['shop-pro.jp'], false, true);
</script>

<script>
$(function(){
  $(".js-subImage:first").addClass('selected');
  $(".js-subImage").hover(function() {
    $(".js-subImage").removeClass('selected');
    $(this).addClass('selected');
    $(".js-mainImage").attr('src', $(this).attr('src'));
  });
});
</script>

<script>
$(function(){
  $(".js-cartBack").click(function(event) {
    var back = $(".product_name").offset().top;
    $("html,body").animate({scrollTop: back}, 500);
  });
})
</script>
<!-- End Facebook Pixel EventCode ADSIST動的 -->
<script>
  fbq('track', 'ViewContent', {
    content_ids: '<{ $product.id }>',
    content_type: 'product',
  });
</script>
<!-- End Facebook Pixel EventCode -->