<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N4JTNHW');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<title>{% if subtitle is defined and subtitle is not empty %}{{ subtitle }} | {% elseif title is defined and title is not empty %}{{ title }} | {% endif %}{{ BaseInfo.shop_name }}</title>
{% if Page.author is not empty %}
<meta name="author" content="{{ Page.author }}">
{% endif %}
{% if Page.description is not empty %}
<meta name="description" content="{{ Page.description }}">
{% endif %}
{% if Page.keyword is not empty %}
<meta name="keywords" content="{{ Page.keyword }}">
{% endif %}
{% if Page.meta_robots is not empty %}
<meta name="robots" content="{{ Page.meta_robots }}">
{% endif %}
{% if Page.meta_tags is not empty %}
{{ include(template_from_string(Page.meta_tags)) }}
{% endif %}
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">
<meta
name="format-detection" content="telephone=no">
<meta name="eccube-csrf-token" content="{{ csrf_token(constant('Eccube\\Common\\Constant::TOKEN_NAME')) }}">
<!-- FAVICON -->
<link rel="icon" href="{{ asset('assets/img/common/favicon.ico') }}">
<link rel="shortcut icon" href="{{ asset('assets/img/common/favicon_180.png') }}">
<link rel="apple-touch-icon" href="{{ asset('assets/img/common/favicon_180.png') }}">
<!-- /FAVICON -->
<!-- CSS -->
<link rel="stylesheet" href="{{ asset('assets/css/eccube/style.css') }}">
<link rel="stylesheet" href="{{ asset('assets/css/common.css') }}">
<link rel="stylesheet" href="{{ asset('assets/css/import.css') }}">
<link rel="stylesheet" href="{{ asset('assets/js/lib/slick/slick.css') }}">
<link rel="stylesheet" href="{{ asset('assets/js/lib/slick/slick-theme.css') }}">
{% block stylesheet %}{% endblock %}
<!-- /CSS -->
<!-- FONT -->
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Zen+Old+Mincho:wght@500;700&display=swap" rel="stylesheet"><!-- /FONT -->
<!-- JS LIBRARY -->
<script src="{{ asset('assets/js/lib/jquery-3.6.0.min.js') }}"></script>
<script src="{{ asset('front.bundle.js', 'bundle') }}"></script>
<script>
$(function() {
$.ajaxSetup({
'headers': {
'ECCUBE-CSRF-TOKEN': $('meta[name="eccube-csrf-token"]').attr('content')
}
});
});
</script>
<!-- /JS LIBRARY -->
<!-- SHARE -->
<meta name="twitter:card" content="summary">
<meta property="og:type" content="website">
<meta property="og:locale" content="ja_JP">
<meta property="og:image" content="{{ asset('assets/img/common/ogp_logo.png') }}">
<meta property="og:url" content="">
<meta property="og:title" content="{% if subtitle is defined and subtitle is not empty %}{{ subtitle }} | {% elseif title is defined and title is not empty %}{{ title }} | {% endif %}{{ BaseInfo.shop_name }}">
{% if Page.description is not empty %}
<meta property="og:description" content="{{ Page.description }}">
{% endif %}
<meta
property="og:site_name" content="永江印祥堂 公式ショップ">
<!-- /SHARE -->
{% if Layout.Head %}
{{ include('block.twig', {'Blocks': Layout.Head}) }}
{% endif %}
<link rel="canonical" href="{% if app.request.server.get('HTTPS') %}https{% else %}http{% endif %}://{{ app.request.server.get('SERVER_NAME') }}{{ app.request.server.get('REQUEST_URI') }}">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N4JTNHW"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- HEADER -->
{% if Layout.Header %}
{{ include('block.twig', {'Blocks': Layout.Header}) }}
{% endif %}
<!-- /HEADER -->
<!-- MAIN -->
<main>
{% block main %}
{% endblock %}
<!-- フッター上共通パーツ -->
{% if Layout.ContentsBottom %}
{{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
{% endif %}
<!-- /フッター上共通パーツ -->
</main>
<!-- /MAIN -->
<!-- FOOTER -->
{% if Layout.Footer %}
{{ include('block.twig', {'Blocks': Layout.Footer}) }}
{% endif %}
<!-- /FOOTER -->
<!-- PAGE TOP BTN -->
<div class="pageTop-box">
<div id="pageTop" class="pageTop">
<p class="hdnTxt">ページの先頭へ戻る</p>
<p class="pageTop-text">PAGE TOP</p>
</div>
</div>
<!-- /PAGE TOP BTN -->
<style>
.floatBnr-box .floatBnr {
width: 190px;
height: 120px;
}
@media only screen and (max-width: 599px) {
.floatBnr-box .floatBnr {
max-width: 375px;
width: 100%;
height: unset;
}
}
</style>
<!-- フロートバナー -->
<div class="floatBnr-box">
<div class="floatBnr">
<a href="{{ url('product_list') }}?category_id=14">
<picture>
<source srcset="{{ asset('assets/img/campaign/floatBnr_sp.jpg') }}" media="(max-width:599px)" loading="lazy" width="375" hight="74">
<img src="{{ asset('assets/img/campaign/floatBnr.jpg') }}" alt="キャンペーンセール実施中!" class="imgFit" loading="lazy" width="240"
height="220">
</picture>
</a>
</div>
</div>
<!-- /フロートバナー -->
<!-- JS -->
<script src="{{ asset('assets/js/eccube/eccube.js') }}"></script>
<script src="{{ asset('assets/js/eccube/function.js') }}"></script>
<script src="{{ asset('assets/js/animation.js') }}"></script>
<script src="{{ asset('assets/js/common_navigation.js') }}"></script>
<script src="{{ asset('assets/js/common.js') }}"></script>
<script src="{{ asset('assets/js/lib/slick/slick.min.js') }}"></script>
<!-- /JS -->
{% block javascript %}{% endblock %}
{# プラグイン用Snippet #}
{% if plugin_snippets is defined %}
{{ include('snippet.twig', { snippets: plugin_snippets }) }}
{% endif %}
</body>
</html>