{% extends 'default_frame.twig' %}
{% block javascript %}
<script>
{% 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バナークリックイベント
$('.btn_1yen_product_detail').on('click', function(event) {
const currentPageUrl = window.location.href;
fbq('trackCustom', 'ce_click_1yen_lp', {
content_type: "Click1YenLp",
content_name: currentPageUrl,
value: 20
});
window.dataLayer.push({
event: 'ce_click_1yen_lp',
custom_event_name: 'ce_click_1yen_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_1yen_lp'
},['d6fb195c-aa19-4109-8ea0-7b1d883fb349']);
});
{% endif %}
</script>
{% if is_prod %}
<script src="https://js.ptengine.jp/3epvpvfz.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.8;
}
.main_content p, .main_content td {
line-height: 1.8;
}
.main_content {
color: black;
font-family: "メイリオ","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","Helvetica Neue","Helvetica","Arial","sans-serif";
}
#this_week_products {
scroll-margin-top: 30px; /* ← アンカー遷移時に上に20px余白を確保 */
}
.cta_2 {
width: 305px; display: block;
}
.cta_outer_1 {
position: absolute; top: 410px; left: 45px;
}
.cta_outer_2 {
position: absolute; top: 390px; left: 45px;
}
.cta_outer_3 {
position: absolute; top: 410px; left: 45px;
}
/* スマホ(例: 768px以下の画面幅) */
@media screen and (max-width: 768px) {
.cta_2 {
width: 305px;
}
.cta_outer_1 {
position: absolute; top: 385px; left: 35px;
}
.cta_outer_2 {
position: absolute; top: 365px; left: 35px;
}
.cta_outer_3 {
position: absolute; top: 385px; left: 35px;
}
}
</style>
{% endblock %}
{% block main %}
<div class="main_content" style="max-width: 400px; margin: auto;">
<header id="header_content" style="position: relative; text-align: center;">
<h1 style="margin: auto;">
<img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_2025_1.webp', 'user_data') }}" alt="食材1円お試しキャンペーン" style="max-width: 100%;">
</h1>
<a href="./1yen_2025_lp#this_week_products" class="eye_cta_outer_1">
<img src="{{ asset('assets/img/1yen_2025_lp/cta_1.png', 'user_data') }}" alt="今週の商品をチェック" style="width: 100%; display: block;">
</a>
</header>
<section style="margin: 40px 10px 48px 10px;">
<h2><img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_2025_2.png', 'user_data') }}" alt="キャンペーン概要" style="max-width: 100%;"></h2>
</section>
<section id="this_week_products" style="background-color: #FFF100; text-align: center; margin-top: 66px;">
<h2><img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_2025_3.png', 'user_data') }}" alt="今週の対象商品" style="margin-top: -20px; max-width: 259px;"></h2>
</section>
<section style="background-color: #FFF100; text-align: center; padding: 20px;">
<h2><img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_2025_4_up3.webp', 'user_data') }}" alt="日付" style="max-width: 264px;"></h2>
</section>
<section style="background-color: #FFF100; padding-right: 15px; padding-left: 15px; padding-bottom: 16px; position: relative;">
<div style="max-width:369px; width: 100%; border:3px solid #000; border-radius:10px; overflow:hidden; font-family: 'Helvetica', 'Arial', sans-serif;">
<!-- 商品画像 -->
<img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_food_4-1.webp', 'user_data') }}" alt="鶏もものトマト煮" style="width:100%; display:block;">
<!-- テキスト部分 -->
<div style="padding:16px; background:#fff;">
<!-- 商品名 -->
<h2 style="font-size:24px; font-weight:bold; margin:0 0 12px 0; color:#000;">
鶏もものトマト煮
</h2>
<!-- 詳細テキスト -->
<p style="font-size:14px; line-height:1.6; margin:0 0 20px 0; color:#333;">
都内ダイニングバーで、ランチで月500食の販売実績あり。<br>しっとり柔らかな鶏もも肉を、香草とともにじっくり煮込んだ一品。女性客からの評判も高い。
</p>
<!-- CTAボタン -->
{# <a href="{{ url('product_detail', { id: 680 }) }}" style="display:block; text-align:center; background:#ED4F00; color:#fff; text-decoration:none; font-weight:bold; padding:16px 0; border-radius:4px; font-size:16px;">
1円でこの商品を試す
</a> #}
</div>
</div>
</section>
<section style="background-color: #FFF100; padding-right: 15px; padding-left: 15px; padding-bottom: 16px; position: relative;">
<div style="max-width:369px; width: 100%; border:3px solid #000; border-radius:10px; overflow:hidden; font-family: 'Helvetica', 'Arial', sans-serif;">
<!-- 商品画像 -->
<img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_food_4-2.webp', 'user_data') }}" alt="オリジナルエビカレー" style="width:100%; display:block;">
<!-- テキスト部分 -->
<div style="padding:16px; background:#fff;">
<!-- 商品名 -->
<h2 style="font-size:24px; font-weight:bold; margin:0 0 12px 0; color:#000;">
オリジナルエビカレー
</h2>
<!-- 詳細テキスト -->
<p style="font-size:14px; line-height:1.6; margin:0 0 20px 0; color:#333;">
大ぶりのエビが17〜20個入った、食べ応え抜群の贅沢感あるカレー。<br>辛さが苦手な方でも楽しめる、やさしくも奥深い味わいが特徴。
</p>
<!-- CTAボタン -->
{# <a href="{{ url('product_detail', { id: 681 }) }}" style="display:block; text-align:center; background:#ED4F00; color:#fff; text-decoration:none; font-weight:bold; padding:16px 0; border-radius:4px; font-size:16px;">
1円でこの商品を試す
</a> #}
</div>
</div>
</section>
<section style="background-color: #FFF100; padding-right: 15px; padding-left: 15px; padding-bottom: 15px; position: relative;">
<div style="max-width:369px; width: 100%; border:3px solid #000; border-radius:10px; overflow:hidden; font-family: 'Helvetica', 'Arial', sans-serif;">
<!-- 商品画像 -->
<img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_food_4-3.webp', 'user_data') }}" alt="黒カレーベース" style="width:100%; display:block;">
<!-- テキスト部分 -->
<div style="padding:16px; background:#fff;">
<!-- 商品名 -->
<h2 style="font-size:24px; font-weight:bold; margin:0 0 12px 0; color:#000;">
黒カレーベース
</h2>
<!-- 詳細テキスト -->
<p style="font-size:14px; line-height:1.6; margin:0 0 20px 0; color:#333;">
少しピリ辛に仕上げた、深いコクと辛さを引き立てた濃厚な黒カレーベース。<br>特徴的な色の黒さで、オムライスなどのソースとしても。
</p>
<!-- CTAボタン -->
{# <a href="{{ url('product_detail', { id: 682 }) }}" style="display:block; text-align:center; background:#ED4F00; color:#fff; text-decoration:none; font-weight:bold; padding:16px 0; border-radius:4px; font-size:16px;">
1円でこの商品を試す
</a> #}
</div>
</div>
</section>
<section style="background-color: #FFF100; padding-right: 20px; padding-left: 20px; padding-bottom: 15px;">
<h2><img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_2025_8.png', 'user_data') }}" alt="利用規約" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px; text-align: center;">
<h2><img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_2025_9.png', 'user_data') }}" alt="商品ラインナップ" style="max-width: 259px; margin-top: 48px; margin-bottom: 32px;"></h2>
</section>
<section style="margin: 0px 15px 32px 15px">
<h2><img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_2025_10.webp', 'user_data') }}" alt="第1弾 シコメルの名物商品たち" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px 15px 32px 15px">
<h2><img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_2025_11_up.webp', 'user_data') }}" alt="第2弾 前菜の強い味方" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px 15px 32px 15px">
<h2><img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_2025_12_close.webp', 'user_data') }}" alt="第3弾 手の込んだ、至高の逸品" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px 15px 32px 15px">
<h2><img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_2025_13_close.jpg', 'user_data') }}" alt="第4弾 ランチの強い味方" style="max-width: 100%;"></h2>
</section>
<section style="margin: 48px 15px 96px 15px;">
<h2><img src="{{ asset('assets/img/1yen_2025_lp/1yen_cp_2025_14.webp', 'user_data') }}" alt="キャンペーン詳細" style="max-width: 100%;"></h2>
</section>
{% endblock %}