{% extends 'default_frame.twig' %}
{% block javascript %}
<script>
var headerContent = document.getElementById("header_content");
var footerCtaBtn = document.getElementById("footer-cta-btn");
var floatingCta = document.getElementById("float-cta-btn");
function checkVisibility() {
if (headerContent && footerCtaBtn) {
var rect_h = headerContent.getBoundingClientRect();
var rect_f = footerCtaBtn.getBoundingClientRect();
var windowHeight = window.innerHeight || document.documentElement.clientHeight;
if ((rect_h.top < windowHeight && rect_h.bottom >= 0) || (rect_f.top < windowHeight && rect_f.bottom >= 0)) {
floatingCta.style.display = "none";
} else {
floatingCta.style.display = "block";
}
}
}
window.addEventListener("scroll", checkVisibility);
checkVisibility(); // 初回実行
{% 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 %}
// Lineバナークリックイベント
$('.enrty_btn_spot_menu_lp').on('click', function(event) {
const currentPageUrl = window.location.href;
fbq('trackCustom', 'ce_click_spot_menu_lp', {
content_type: "ClickLineBtn",
content_name: currentPageUrl,
value: 20
});
window.dataLayer.push({
event: 'ce_click_spot_menu_lp',
custom_event_name: 'ce_click_spot_menu_lp',
custom_page_url: currentPageUrl,
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_spot_menu_lp'
},['d6fb195c-aa19-4109-8ea0-7b1d883fb349']);
});
{% endif %}
</script>
{% if is_prod %}
<script src="https://js.ptengine.jp/11wx678t.js"></script>
{% endif %}
{% endblock javascript %}
{% block stylesheet %}
<style>
.main_content h1 {
font-size: 22px;
font-weight: bold;
margin: 0px;
}
.main_content h2 {
font-size: 20px;
font-weight: bold;
margin: 0px;
}
.main_content h3 {
font-size: 14px;
font-weight: bold;
}
.main_content img {
margin-bottom: 0px;
}
.main_content strong {
margin-bottom: 10px;
line-height: 1.6;
}
.main_content p, .main_content td {
line-height: 1.6;
}
.main_content {
color: black;
font-family: "メイリオ","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","Helvetica Neue","Helvetica","Arial","sans-serif";
}
li::marker {
font-size: 12px;
}
</style>
{% endblock %}
{% block main %}
{# ブラウザ判定 #}
{% set isMeta = (app.request.headers.get('User-Agent') matches '/instagram/i' or app.request.headers.get('User-Agent') matches '/facebook/i') %}
<div class="main_content" style="max-width: 375px; margin: auto;">
{# フローティングボタン #}
{% if not isMeta %}
<section id="float-cta-btn" style="bottom: 0px; position: fixed; z-index: 1000; text-align: center; width: 100%; left: 0;">
<img src="{{ asset('assets/img/spot_menu_lp/float_rectangle.webp', 'user_data') }}" alt="フローティングボタン" style="width: 100%; position: fixed; left: 0;">
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<img src="{{ asset('assets/img/spot_menu_lp/float_cta.webp', 'user_data') }}" alt="無料で会員登録" style="width: 100%; max-width: 375px; position: relative; padding: 0px 10px;">
</a>
</section>
{% else %}
<section id="float-cta-btn" style="bottom: 0px; position: fixed; z-index: 1000; text-align: center; display: block; background-color: white;">
<img src="{{ asset('assets/img/spot_menu_lp/float_rectangle.webp', 'user_data') }}" alt="フローティングボタン" style="width: 100%; position: fixed;">
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<img src="{{ asset('assets/img/spot_menu_lp/top_cta.webp', 'user_data') }}" alt="無料で会員登録" style="width: 100%; max-width: 375px; position: relative; padding: 0px 10px;">
</a>
</section>
{% endif %}
{# アイキャッチ #}
{% if not isMeta %}
<header id="header_content" style="position: relative;">
<h1><img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_1_with_line.webp', 'user_data') }}" alt="そのまま提供するだけ?!仕込み済みメニューでかんたん売上UP!" style="max-width: 100%;"></h1>
<div style="position: absolute; top: 438px; text-align: center; width: 100%;">
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<img src="{{ asset('assets/img/spot_menu_lp/top_cta.webp', 'user_data') }}" alt="会員登録して商品をチェック" style="width: 100%; max-width: 375px;">
</a>
</div>
</header>
{% else %}
<header id="header_content" style="position: relative;">
<h1><img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_1_non_line.webp', 'user_data') }}" alt="そのまま提供するだけ?!仕込み済みメニューでかんたん売上UP!" style="max-width: 100%;"></h1>
<div style="position: absolute; top: 438px; text-align: center; width: 100%; left: 0;">
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<img src="{{ asset('assets/img/spot_menu_lp/top_cta.webp', 'user_data') }}" alt="会員登録して商品をチェック" style="width: 100%; max-width: 375px;">
</a>
</div>
</header>
{% endif %}
<section style="margin: 0px;">
<h2><img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_2.webp', 'user_data') }}" alt="こんなお悩みありませんか?" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px;">
<h2>
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_3.webp', 'user_data') }}" alt="シコメルストアの仕込み済みメニューで解決" style="max-width: 100%;">
</h2>
</section>
<section style="margin: 0px; position: relative;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_4.webp', 'user_data') }}" alt="SNSで話題沸騰!丸ごとアイスりんご飴" style="max-width: 100%;"></h2>
<div style="position: absolute; top: 330px; left: 40px;">
{% if app.request.query.get('move_product_detail') == '1' %}
<a href="{{ url('product_detail', {'id': 31}) }}" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
{% else %}
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1&sendto=detail¶m=31" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
{% endif %}
<img src="{{ asset('assets/img/spot_menu_lp/link_cta.webp', 'user_data') }}" alt="会員登録して商品をチェック" style="width: 100%; max-width: 375px;">
</a>
</div>
</section>
<section style="margin: 0px; position: relative;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_5.webp', 'user_data') }}" alt="イベント出店などに最適!アイスチョコバナナ" style="max-width: 100%;"></h2>
<div style="position: absolute; top: 330px; left: 40px;">
{% if app.request.query.get('move_product_detail') == '1' %}
<a href="{{ url('product_detail', {'id': 56}) }}" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
{% else %}
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1&sendto=detail¶m=56" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
{% endif %}
<img src="{{ asset('assets/img/spot_menu_lp/link_cta.webp', 'user_data') }}" alt="会員登録して商品をチェック" style="width: 100%; max-width: 375px;">
</a>
</div>
</section>
<section style="margin: 0px; position: relative;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_6.webp', 'user_data') }}" alt="定番ドリンクをお手軽に!タピオカ黒糖ミルクティー" style="max-width: 100%;"></h2>
<div style="position: absolute; top: 330px; left: 40px;">
{% if app.request.query.get('move_product_detail') == '1' %}
<a href="{{ url('product_detail', {'id': 63}) }}" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
{% else %}
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1&sendto=detail¶m=63" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
{% endif %}
<img src="{{ asset('assets/img/spot_menu_lp/link_cta.webp', 'user_data') }}" alt="会員登録して商品をチェック" style="width: 100%; max-width: 375px;">
</a>
</div>
</section>
<section style="margin: 0px; position: relative;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_7.webp', 'user_data') }}" alt="暑い時期にピッタリ!ストロベリー&ナタデココ" style="max-width: 100%;"></h2>
<div style="position: absolute; top: 350px; left: 40px;">
{% if app.request.query.get('move_product_detail') == '1' %}
<a href="{{ url('product_detail', {'id': 22}) }}" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
{% else %}
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1&sendto=detail¶m=22" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
{% endif %}
<img src="{{ asset('assets/img/spot_menu_lp/link_cta.webp', 'user_data') }}" alt="会員登録して商品をチェック" style="width: 100%; max-width: 375px;">
</a>
</div>
</section>
{# POPプレゼント #}
<section style="margin: 0px; position: relative;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_18.webp', 'user_data') }}" alt="店頭POPデータプレゼント" style="max-width: 100%;">
{% if app.request.query.get('move_product_detail') == '1' %}
<a href="{{ url('product_detail', {'id': 31}) }}" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<div style="text-align: center; width: 100%;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_19.webp', 'user_data') }}" alt="会員登録して商品をチェック" style="max-width: 100%;">
</div>
</a>
{% else %}
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<div style="text-align: center; width: 100%;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_19.webp', 'user_data') }}" alt="会員登録して商品をチェック" style="max-width: 100%;">
</div>
</a>
{% endif %}
</section>
<section style="margin-top: 50px;">
<h2 style="font-size: 22px; text-align: center;">お客様の事例</h2>
</section>
{# 事例1 #}
<section style="margin: 0px;">
<h2><img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_9.webp', 'user_data') }}" alt="キャンプ場のデザートにタピオカドリンクを導入し、客単価1.2倍UP!" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px 15px 0px 15px;">
<h2 style="font-size: 18px; line-height: 1.6;">キャンプ場のデザートにタピオカドリンクを導入し、客単価1.2倍UP!</h2>
<table class="table table-ProductDetail" style="margin-top: 10px; margin-bottom: 10px;">
<tbody>
<tr>
<td style="border-style: none; width: 100px; font-size: 12px; border-left: solid 1px; padding: 0px; padding-left: 10px;">エリア<br>業態</td>
<td style="border-style: none; font-size: 12px; padding: 0px;">山口県<br>キャンプ場</td>
</tr>
</tbody>
</table>
</section>
<section style="margin: 0px 15px 0px 15px;">
<h3 style="font-size: 18px; text-align: left;">課題</h2>
<ul style="margin: 0px;">
<li style="font-size: 16px; line-height: 1.6;">
お子様連れの利用客が多く、デザートメニューの需要が高い。
</li>
<li style="font-size: 16px; line-height: 1.6;">
生の果物を使った手作りパフェを提供するも、注文数が少ないとフードロスが大きい。
</li>
</ul>
</section>
<section style="margin: 0px;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_10.webp', 'user_data') }}" alt="タピオカ抹茶ミルク" style="max-width: 100%;">
</section>
<section style="margin: 0px 15px 0px 15px;">
<h3 style="font-size: 18px; text-align: left;">導入後</h2>
<ul style="margin: 0px;">
<li style="font-size: 16px; line-height: 1.6;">
使い勝手が良くて仕込みの手間が減り、フードロスも解消。
</li>
<li style="font-size: 16px; line-height: 1.6;">
以前よりもデザートの注文数が増え、客単価がUP。
</li>
</ul>
</section>
<section style="margin: 0px 15px 0px 15px;">
<h3 style="font-size: 18px; text-align: left;">コメント</h2>
<div style="font-size: 16px; line-height: 1.6; padding: 0px 5px;">
タピオカドリンクは子どもたちにも人気が高く、たちまち夏の人気メニューになりました。<br>
今はパフェの提供はやめて、デザートすべてにシコメルの商品を活用しています。<br>
どれも冷凍のため、以前のようなフードロスはもうありません。<br>
デザートの仕込みがなくなったので、空いた時間は料理以外のサービスを充実していきたいと思っています。<br>
</div>
</section>
<section style="margin-top: 16px; position: relative;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_11.webp', 'user_data') }}" alt="タピオカ抹茶ミルク" style="max-width: 100%;">
{% if app.request.query.get('move_product_detail') == '1' %}
<a href="{{ url('product_detail', {'id': 62}) }}" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<div style="top: 128px; text-align: center; width: 100%; position: absolute;">
<img src="{{ asset('assets/img/spot_menu_lp/middle_cta.webp', 'user_data') }}" alt="この商品をチェック" style="max-width: 327px;">
</div>
</a>
{% else %}
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1&sendto=detail¶m=62" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<div style="top: 128px; text-align: center; width: 100%; position: absolute;">
<img src="{{ asset('assets/img/spot_menu_lp/middle_cta.webp', 'user_data') }}" alt="この商品をチェック" style="max-width: 327px;">
</div>
</a>
{% endif %}
</section>
{# 事例2 #}
<section style="margin: 0px;">
<h2><img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_12.webp', 'user_data') }}" alt="バイトさんだけでも簡単!イベント会場で連日100個売れたりんご飴!" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px 15px 0px 15px;">
<h2 style="font-size: 18px; line-height: 1.6;">バイトさんだけでも簡単!イベント会場で連日100個売れたりんご飴!</h2>
<table class="table table-ProductDetail" style="margin-top: 10px; margin-bottom: 10px;">
<tbody>
<tr>
<td style="border-style: none; width: 100px; font-size: 12px; border-left: solid 1px; padding: 0px; padding-left: 10px;">エリア<br>業態</td>
<td style="border-style: none; font-size: 12px; padding: 0px;">福井県<br>イベント会場の売店</td>
</tr>
</tbody>
</table>
</section>
<section style="margin: 0px 15px 0px 15px;">
<h3 style="font-size: 18px; text-align: left;">課題</h2>
<ul style="margin: 0px;">
<li style="font-size: 16px; line-height: 1.6;">
繁忙期で調理未経験のアルバイトしか採用できず、提供できるメニューが限定的に。
</li>
<li style="font-size: 16px; line-height: 1.6;">
ピークタイムには長蛇の列ができるので、提供までの時間をなるべく短くしたい。
</li>
</ul>
</section>
<section style="margin: 0px;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_13.webp', 'user_data') }}" alt="丸ごとアイスりんご飴" style="max-width: 100%;">
</section>
<section style="margin: 0px 15px 0px 15px;">
<h3 style="font-size: 18px; text-align: left;">導入後</h2>
<ul style="margin: 0px;">
<li style="font-size: 16px; line-height: 1.6;">
丸ごとであれば冷凍から出してそのまま提供するだけで1分掛からずに提供できた。
</li>
<li style="font-size: 16px; line-height: 1.6;">
カットしてカラースプレーを振りかければ、調理なしでもバリエーションを増やせる。
</li>
</ul>
</section>
<section style="margin: 0px 15px 0px 15px;">
<h3 style="font-size: 18px; text-align: left;">コメント</h2>
<div style="font-size: 16px; line-height: 1.6; padding: 0px 5px;">
春夏シーズンのみオープンするレジャープール施設の売店で連日かなり売れました。<br>
特に土日や夏休みシーズンはピークで1日に100個売れる日もある人気商品でした。<br>
地方なので調理未経験のバイトさんしか採用できず、提供が簡単で非常に嬉しかったです。<br>
</div>
</section>
<section style="margin-top: 16px; position: relative;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_14.webp', 'user_data') }}" alt="丸ごとアイスりんご飴" style="max-width: 100%;">
{% if app.request.query.get('move_product_detail') == '1' %}
<a href="{{ url('product_detail', {'id': 31}) }}" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<div style="top: 128px; text-align: center; width: 100%; position: absolute;">
<img src="{{ asset('assets/img/spot_menu_lp/middle_cta.webp', 'user_data') }}" alt="この商品をチェック" style="max-width: 327px;">
</div>
</a>
{% else %}
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1&sendto=detail¶m=31" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<div style="top: 128px; text-align: center; width: 100%; position: absolute;">
<img src="{{ asset('assets/img/spot_menu_lp/middle_cta.webp', 'user_data') }}" alt="この商品をチェック" style="max-width: 327px;">
</div>
</a>
{% endif %}
</section>
{# 事例3 #}
<section style="margin: 0px;">
<h2><img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_15.webp', 'user_data') }}" alt="客層に合わせて使い分けやすい!ついで買いにもおすすめな冷凍チョコバナナ" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px 15px 0px 15px;">
<h2 style="font-size: 18px; line-height: 1.6;">客層に合わせて使い分けやすい!ついで買いにもおすすめな冷凍チョコバナナ</h2>
<table class="table table-ProductDetail" style="margin-top: 10px; margin-bottom: 10px;">
<tbody>
<tr>
<td style="border-style: none; width: 100px; font-size: 12px; border-left: solid 1px; padding: 0px; padding-left: 10px;">エリア<br>業態</td>
<td style="border-style: none; font-size: 12px; padding: 0px;">東京近郊<br>キッチンカー</td>
</tr>
</tbody>
</table>
</section>
<section style="margin: 0px 15px 0px 15px;">
<h3 style="font-size: 18px; text-align: left;">課題</h2>
<ul style="margin: 0px;">
<li style="font-size: 16px; line-height: 1.6;">
メイン商品はカレーだが、ランチタイム以外のアイドルタイムで売れる商品が欲しい。
</li>
<li style="font-size: 16px; line-height: 1.6;">
花見や花火などイベントに出店する際、気軽に大量に用意でき、提供に時間が掛からない商品が欲しい。
</li>
</ul>
</section>
<section style="margin: 0px;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_16.webp', 'user_data') }}" alt="アイスチョコバナナ" style="max-width: 100%;">
</section>
<section style="margin: 0px 15px 0px 15px;">
<h3 style="font-size: 18px; text-align: left;">導入後</h2>
<ul style="margin: 0px;">
<li style="font-size: 16px; line-height: 1.6;">
冷凍のまま提供し、「3-5分経つと食べごろです」と伝えることで、解凍の手間が不要に。
</li>
<li style="font-size: 16px; line-height: 1.6;">
1本から安く提供できるので、空き時間で売れ、ファミリー客にも複数本売れるので、客単価がUP。
</li>
</ul>
</section>
<section style="margin: 0px 15px 0px 15px;">
<h3 style="font-size: 18px; text-align: left;">コメント</h2>
<div style="font-size: 16px; line-height: 1.6; padding: 0px 5px;">
春から夏にかけて色々な現場に出店するため、現場の客層に合わせて販売できる商品を探していました。<br>
特にファミリー向けで提供に手間が掛からないものを探しており、シコメルさんのチョコバナナはぴったりでした。<br>
1本単位ですぐに販売でき、単価も安いのでランチとのセットでおすすめもしやすかったですね。<br>
</div>
</section>
<section style="margin-top: 16px; position: relative;">
<img src="{{ asset('assets/img/spot_menu_lp/spot_menu_lp_17.webp', 'user_data') }}" alt="アイスチョコバナナ" style="max-width: 100%;">
{% if app.request.query.get('move_product_detail') == '1' %}
<a href="{{ url('product_detail', {'id': 56}) }}" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<div style="top: 128px; text-align: center; width: 100%; position: absolute;">
<img src="{{ asset('assets/img/spot_menu_lp/middle_cta.webp', 'user_data') }}" alt="この商品をチェック" style="max-width: 327px;">
</div>
</a>
{% else %}
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1&sendto=detail¶m=56" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<div style="top: 128px; text-align: center; width: 100%; position: absolute;">
<img src="{{ asset('assets/img/spot_menu_lp/middle_cta.webp', 'user_data') }}" alt="この商品をチェック" style="max-width: 327px;">
</div>
</a>
{% endif %}
</section>
{# CTA #}
{% if not isMeta %}
<section style="margin: 0px;" id="footer-cta-btn">
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<img src="{{ asset('assets/img/spot_menu_lp/float_cta.webp', 'user_data') }}" alt="無料で会員登録" style="max-width: 100%; padding: 0px 10px;">
</a>
</section>
{% else %}
<section style="margin: 0px; text-align: center;" id="footer-cta-btn">
<a href="https://web-order.shikomel.com/entry/before?fromSpotMenuLp=1" style="cursor: pointer;" class="enrty_btn_spot_menu_lp">
<img src="{{ asset('assets/img/spot_menu_lp/top_cta.webp', 'user_data') }}" alt="無料で会員登録" style="width: 100%; max-width: 375px; padding: 0px 10px;">
</a>
</section>
{% endif %}
{% endblock %}