<!doctype html>
{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<html lang="{{ eccube_config.locale }}">
<head prefix="og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="eccube-csrf-token" content="{{ csrf_token(constant('Eccube\\Common\\Constant::TOKEN_NAME')) }}">
<title>
{% if app.request.attributes.get('_route') == 'product_detail' and Product is defined %}
{% if Product.code_min is not empty %}{{ Product.code_min }}{% endif %} {{ Product.name }} / {{ BaseInfo.shop_name }}
{% elseif app.request.attributes.get('_route') == 'homepage' %}
{{ BaseInfo.shop_name }}|名入れカカレンダー製作 10冊からの小ロットも対応レンダー印刷・オリジナル
{% elseif subtitle is defined and subtitle is not empty %}
{{ subtitle }}|{{ BaseInfo.shop_name }}
{% elseif title is defined and title is not empty %}
{{ title }}|{{ BaseInfo.shop_name }}
{% else %}
{{ BaseInfo.shop_name }}
{% endif %}
</title>
{% if Page.meta_tags is not empty %}
{{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
{% if Page.description is not empty %}
<meta name="description" content="{{ Page.description }}">
{% endif %}
{% else %}
{{ include('meta.twig') }}
{% endif %}
{% if Page.author is not empty %}
<meta name="author" content="{{ Page.author }}">
{% 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 %}
<link rel="icon" href="{{ asset('assets/img/common/favicon.ico', 'user_data') }}">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="{{ asset('assets/css/style.css') }}">
<link rel="stylesheet" href="{{ asset('assets/assets/css/style.css') }}">
<link rel="stylesheet" href="{{ asset('assets/assets/css/reset.css') }}"/>
<link rel="stylesheet" href="{{ asset('assets/assets/js/slick/slick.css') }}"/>
<link rel="stylesheet" href="{{ asset('assets/assets/css/fix_menu.css') }}"/>
<link rel="stylesheet" href="{{ asset('assets/assets/css/parabox.css') }}"/>
<link rel="stylesheet" href="{{ asset('assets/assets/css/sp_nav.css') }}"/>
{% if app.request.get('_route') == 'homepage' %}
{% else %}
<link rel="stylesheet" href="{{ asset('assets/assets/css/contents.css') }}"/>
<link rel="stylesheet" href="{{ asset('assets/assets/css/scroll-hint.css') }}">
{% endif %}
<script src="{{ asset('front.bundle.js', 'bundle') }}"></script>
{% block stylesheet %}{% endblock %}
<script>
$(function () {
$.ajaxSetup({
'headers': {
'ECCUBE-CSRF-TOKEN': $('meta[name="eccube-csrf-token"]').attr('content')
}
});
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script src="{{ asset('assets/assets/js/slick/slick.min.js') }}"></script>
<script src="{{ asset('assets/assets/js/jquery.inview.min.js') }}"></script>
<script src="{{ asset('assets/assets/js/scroll-hint.min.js') }}"></script>
<script src="{{ asset('assets/assets/js/script.js') }}"></script>
{# Layout: HEAD #}
{% if Layout.Head %}
{{ include('block.twig', {'Blocks': Layout.Head}) }}
{% endif %}
{# プラグイン用styleseetやmetatagなど #}
{% if plugin_assets is defined %}
{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}
{% endif %}
<link rel="stylesheet" href="{{ asset('assets/css/customize.css', 'user_data') }}">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap"rel="stylesheet">
<script>
(function(d) {
var config = {
kitId: 'glp7ocp',
scriptTimeout: 3000,
async: true
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script>
<link rel="stylesheet" href="https://use.typekit.net/hsu6ajc.css">
<!-- 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-MPJJHXK');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3NF3YG97R8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3NF3YG97R8');
</script>
<style>
.sf-minitoolbar {
display:none !important;
}
</style>
</head>
<body
id="page_{{ app.request.get('_route') }}" class="{{ body_class|default('other_page') }}">
{# Layout: BODY_AFTER #}
{% if Layout.BodyAfter %}
{{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
{% endif %}
<div class="wrapper">
{% if isMaintenance %}
<div class="ec-maintenanceAlert">
<div>
<div class="ec-maintenanceAlert__icon"><img src="{{ asset('assets/icon/exclamation-white.svg') }}"/></div>
{{ 'メンテナンスモードが有効になっています。'|trans }}
</div>
</div>
{% endif %}
<div
class="ec-layoutRole">
{# Layout: HEADER #}
{% if Layout.Header %}
<header class="ec-layoutRole__header" id="header">
{{ include('block.twig', {'Blocks': Layout.Header}) }}
</header>
{% endif %}
<div
class="">
<main
class="{{ layoutRoleMain|default('') }}">
{# Layout: CONTENTS_TOP #}
{% if Layout.ContentsTop %}
<div class="ec-layoutRole__contentTop">
{{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
</div>
{% endif %}
{% if app.request.get('_route') == 'homepage' %}
{% else %}
<div class="contents-inner">
{% endif %}
{# Layout: SIDE_LEFT #}
{% if Layout.SideLeft %}
{# <aside class="ec-layoutRole__left"> #}
{{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
{# </aside> #}
{% endif %}
{% set layoutRoleMain = 'ec-layoutRole__main' %}
{% if Layout.ColumnNum == 2 %}
{% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
{% elseif Layout.ColumnNum == 3 %}
{% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
{% endif %}
{# Layout: MAIN_TOP #}
{% if Layout.MainTop %}
<div class="ec-layoutRole__mainTop">
{{ include('block.twig', {'Blocks': Layout.MainTop}) }}
</div>
{% endif %}
{# MAIN AREA #}
{% block main %}{% endblock %}
{# Layout: MAIN_Bottom #}
{% if Layout.MainBottom %}
<div class="ec-layoutRole__mainBottom">
{{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
</div>
{% endif %}
{% if app.request.get('_route') == 'homepage' %}
{% else %}
</div>
{% endif %}
{# Layout: CONTENTS_BOTTOM #}
{% if Layout.ContentsBottom %}
<div class="ec-layoutRole__contentBottom">
{{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
</div>
{% endif %}
<div id="pagetop">
<a href="#"><img src="{{ asset('assets/assets/images/pagetop.png') }}" alt="↑"></a>
</div>
</main>
{# Layout: SIDE_RIGHT #}
{% if Layout.SideRight %}
<aside class="ec-layoutRole__right">
{{ include('block.twig', {'Blocks': Layout.SideRight}) }}
</aside>
{% endif %}
</div>
{# Layout: CONTENTS_FOOTER #}
<footer class="ec-layoutRole__footer" id="footer">
{% if Layout.Footer %}
{{ include('block.twig', {'Blocks': Layout.Footer}) }}
{% endif %}
<div class="copyright">
<p>Copyright(C)きんこうどう. All Rights Reserved.</p>
</div>
</footer>
</div>
<!-- ec-layoutRole -->
<div class="fix_menu">
{# <p><a href="">データ 入 稿</a></p>
<p class="mail"><a title="お問い合わせ" href="/contact/"><i class="fas fa-envelope fa-2x"></i>お問い合わせ</a></p> #}
{% if is_granted('ROLE_USER') %}
<div class="fixbtn">
<a class="" href="{{ url('mypage') }}">
<i class="fa fa-user fa-2x" aria-hidden="true"></i><span>{{ '会員情報'|trans }}</span>
</a>
</div>
{% else %}
<div class="fixbtn">
<a class="" href="{{ url('mypage_login') }}">
<i class="fa fa-lock fa-2x" aria-hidden="true"></i><span>{{ 'ログイン'|trans }}</span>
</a>
</div>
{% endif %}
<div class="fixbtn">
<a href="{{ url('cart') }}">
<i class="fa fa-shopping-cart fa-2x" aria-hidden="true"></i>カート</a>
</div>
</div>
</div>
<div class="ec-overlayRole"></div>
<div class="ec-drawerRoleClose">
{# <i class="fas fa-times"></i> #}
</div>
<div
class="ec-drawerRole">
{# Layout: DRAWER #}
{% if Layout.Drawer %}
{{ include('block.twig', {'Blocks': Layout.Drawer}) }}
{% endif %}
</div>
{# <div class="ec-blockTopBtn pagetop">{{'ページトップへ'|trans}}</div> #}
{% include('@common/lang.twig') %}
<script src="{{ asset('assets/js/function.js') }}"></script>
<script src="{{ asset('assets/js/eccube.js') }}"></script>
{% block javascript %}{% endblock %}
{# Layout: CLOSE_BODY_BEFORE #}
{% if Layout.CloseBodyBefore %}
{{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
{% endif %}
{# プラグイン用Snippet #}
{% if plugin_snippets is defined %}
{{ include('snippet.twig', { snippets: plugin_snippets }) }}
{% endif %}
<script src="{{ asset('assets/js/customize.js', 'user_data') }}"></script>
</body>
</html>