{% block stylesheet %}
<link rel="stylesheet" href="{{ asset('assets/css/footer.css', 'user_data') }}?{{ 'now'|date('His') }}">
<link rel="stylesheet" href="{{ asset('assets/css/footer_sp.css', 'user_data') }}?{{ 'now'|date('His') }}">
{% endblock %}
{% block javascript %}
<script>
$(function() {
{% set current_domain = app.request.getHost() %}
{% set is_prod = 'web-order.shikomel.com' in current_domain %}
{% set is_stg = 'web-order-stg.shikomel.com' in current_domain %}
// フッタクリックイベント
{% if is_prod %}
$('.footerLinkArea dd a').on('click', function(event) {
const linkText = $(this).text().trim();
const linkHref = $(this).attr('href');
fbq('trackCustom', 'ce_click_link', {
content_type: "ClickLink",
content_name: linkText,
value: 10
});
window.dataLayer.push({
event: 'ce_click_link',
custom_event_name: 'ce_click_link',
custom_link_name: linkText,
custom_link_url: linkHref,
custom_customer_id: '',
custom_user_agent: $("#user_agent").val(),
custom_is_ig: $("#is_ig").val(),
custom_is_line: $("#is_line").val(),
custom_referer: $("#referer").val(),
custom_real_ip: $("#real_ip").val(),
});
_lt('send', 'cv', {
type: 'ce_click_link'
},['d6fb195c-aa19-4109-8ea0-7b1d883fb349']);
});
{% endif %}
});
</script>
{% endblock javascript %}
<section class="footerAboutactive footerLinkArea">
<dl class="footerAboutactiveBlock">
<dt class="footerAboutactiveTitle">有名店で実際に使われているOEM商品が並ぶプロ専用通販サイト</dt>
<dd class="footerAboutactiveText">シコメルストアは実店舗のレシピで仕込みをした、プロ専用仕込み済みメニューが並ぶ業界初の通販です。</dd>
</dl>
<div class="footerAboutactiveSubBlock">
<dl class="footerAboutactiveSubBox">
<dt class="footerAboutactiveSubTitle">シコメルについて</dt>
<dd><a href="https://corp.shikomel.com/business/introduction">事業内容</a></dd>
<dd><a href="https://corp.shikomel.com/business/story">事業開発ストーリー</a></dd>
<dd><a href="https://corp.shikomel.com/about-us#company">会社概要</a></dd>
</dl>
</div>
</section>