<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* index.twig */
class __TwigTemplate_3769e457de913436e707c9b91924846d extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
'main' => [$this, 'block_main'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 5
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
// line 7
$context["body_class"] = "front_page";
// line 5
$this->parent = $this->loadTemplate("default_frame.twig", "index.twig", 5);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 9
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 12
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 15
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 16
echo " <div id=\"main-visulal\" class=\"position-relative _overflow-x\">
<div class=\"swiper-container position-relative\" id=\"swiper1\">
<div class=\"swiper-wrapper text-center\">
<div class=\"swiper-slide\"><a href=\"";
// line 19
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?category_id=7\"><img decoding=\"async\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/mv01.png"), "html", null, true);
echo "\" width=\"1296\" height=\"610\" alt=\"名入れゴルフボールプリント\"></a></div>
";
// line 24
echo " </div>
<div class=\"swiper-pagination\"></div>
<div class=\"swiper-button-prev\"></div>
<div class=\"swiper-button-next\"></div>
</div>
</div>
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-4 text-center mb-3\"><a href=\"";
// line 33
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("faq_detail", ["id" => "19"]);
echo "\"><img decoding=\"async\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_sv01.png"), "html", null, true);
echo "\" class=\"img-fluid\" width=\"400\" height=\"80\" alt=\"即日出荷OK\"></a></div>
<div class=\"col-md-4 text-center mb-3\"><a href=\"";
// line 34
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("faq_detail", ["id" => "21"]);
echo "\"><img decoding=\"async\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_sv02.png"), "html", null, true);
echo "\" class=\"img-fluid\" width=\"400\" height=\"80\" alt=\"ポイント3%還元\"></a></div>
<div class=\"col-md-4 text-center mb-3\"><a href=\"";
// line 35
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?category_id=10\"><img decoding=\"async\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_sv03.png"), "html", null, true);
echo "\" class=\"img-fluid\" width=\"400\" height=\"80\" alt=\"ギフトラッピング\"></a></div>
</div>
<div class=\"my-md-5 text-center\">
<a href=\"";
// line 38
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=7&name=&pageno=1&disp_number=21&orderby=1&ball-type=14&ball-nums=&ball-price=\"><img decoding=\"async\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_price.png"), "html", null, true);
echo "\" class=\"img-fluid\" width=\"990\" height=\"210\" alt=\"持ち込みボール印刷業界最安値挑戦中3球495円から\"></a>
</div>
<h1 class=\"section-title -underline my-5\">
<span>ゴルフプリントのサービス</span>
</h1>
<div class=\"row\">
<div class=\"col-md-3 text-center mb-3\">
<a href=\"";
// line 45
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("faq_detail", ["id" => "11"]);
echo "\"><img decoding=\"async\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_service01.png"), "html", null, true);
echo "\" class=\"img-fluid\" width=\"294\" height=\"105\" alt=\"デザイン自由\"></a>
<h2 class=\"fw-bold _fs-3\">デザイン自由<br>お好きなデザインを印刷します</h2>
<p class=\"text-center text-md-start\">文字OK!写真OK!イラストOK!お手持ちの画像や当店オリジナルデザインを印刷できます。</p>
</div>
<div class=\"col-md-3 text-center mb-3\">
<a href=\"";
// line 50
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("faq_detail", ["id" => "12"]);
echo "\"><img decoding=\"async\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_service02.png"), "html", null, true);
echo "\" class=\"img-fluid\" width=\"294\" height=\"105\" alt=\"送料無料・代引手数料無料\"></a>
<h2 class=\"fw-bold _fs-3\">送料無料<br>代引き手数料無料</h2>
<p class=\"text-center text-md-start\">5,000円以上のご注文は代引き手数料無料。8,0000円以上のご注文で送料無料。</p>
</div>
<div class=\"col-md-3 text-center mb-3\">
<a href=\"";
// line 55
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("faq_detail", ["id" => "21"]);
echo "\"><img decoding=\"async\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_service03.png"), "html", null, true);
echo "\" class=\"img-fluid\" width=\"294\" height=\"105\" alt=\"ポイント3%還元\"></a>
<h2 class=\"fw-bold _fs-3\">全商品対象<br>3%のポイント還元</h2>
<p class=\"text-center text-md-start\">全商品に3%のポイントが付きます。<br>(1ポイント=1円)要会員登録(無料)</p>
</div>
<div class=\"col-md-3 text-center mb-3\">
<a href=\"";
// line 60
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("faq_detail", ["id" => "17"]);
echo "\"><img decoding=\"async\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_service04.png"), "html", null, true);
echo "\" class=\"img-fluid\" width=\"294\" height=\"105\" alt=\"代行出荷サービス\"></a>
<h2 class=\"fw-bold _fs-3\">手間ゼロ<br>代行出荷サービス</h2>
<p class=\"text-center text-md-start\">ご注文者様名義でお客様に商品を直接お送りいたします。(無料)</p>
</div>
</div>
<div class=\"mx-auto section-title -fukidashi mb-5 _fs-4\">ご注文は簡単3ステップ!</div>
<div class=\"row\">
<div class=\"col-md-4 position-relative\">
<span class=\"badge bg-dark rounded-pill\" style=\"position: absolute; top:-8px; left:50%; transform: translateX(-50%);\">STEP 01</span>
<div class=\"text-center border border-dark rounded-3 p-4 mb-3\">
<p class=\"fw-bold pt-2\">名入れ商品を選ぶ</p>
<img decoding=\"async\" src=\"";
// line 71
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/fig_step01.png"), "html", null, true);
echo "\" class=\"img-fluid mb-2\" width=\"336\" height=\"136\" alt=\"名入れ商品を選ぶ\">
<p class=\"text-start\">商品ページ「ボールを選ぶ」または「マーカーを選ぶ」へお進みいただき、印刷をしたい商品をお選びください。</p>
</div>
</div>
<div class=\"col-md-4 position-relative\">
<span class=\"badge bg-dark rounded-pill\" style=\"position: absolute; top:-8px; left:50%; transform: translateX(-50%);\">STEP 02</span>
<div class=\"text-center border border-dark rounded-3 p-4 mb-3\">
<p class=\"fw-bold pt-2\">デザインを選ぶ</p>
<img decoding=\"async\" src=\"";
// line 79
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/fig_step02.png"), "html", null, true);
echo "\" class=\"img-fluid mb-2\" width=\"336\" height=\"136\" alt=\"デザインを選ぶ\">
<p class=\"text-start\">商品ページ「デザインを選ぶ」へお進みいただき、ご自身でご用意されたデザインや当店のオリジナルデザインをお選びください。</p>
</div>
</div>
<div class=\"col-md-4 position-relative\">
<span class=\"badge bg-dark rounded-pill\" style=\"position: absolute; top:-8px; left:50%; transform: translateX(-50%);\">STEP 03</span>
<div class=\"text-center border border-dark rounded-3 p-4 mb-3\">
<p class=\"fw-bold pt-2\">ご注文</p>
<img decoding=\"async\" src=\"";
// line 87
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/fig_step03.png"), "html", null, true);
echo "\" class=\"img-fluid mb-2\" width=\"336\" height=\"136\" alt=\"ご注文\">
<p class=\"text-start\">ゴルフボール(またはゴルフマーカー)とデザインをカートに追加して、ご注文フォームを送信したら、ご注文完了となります。</p>
</div>
</div>
</div>
<h2 class=\"section-title -underline my-5\">
デザイン制作<span class=\"text-danger\">無料</span>で承ります
</h2>
<div class=\"bg-secondary\">
<div class=\"row p-4 align-items-center\">
<div class=\"col-md-4 mb-3 mb-md-0\">
<div class=\"text-center\">
<img decoding=\"async\" src=\"";
// line 99
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/fig_design.png"), "html", null, true);
echo "\" class=\"img-fluid\" width=\"400\" height=\"190\" alt=\"デザイン制作無料\">
</div>
</div>
<div class=\"col-md-8\">
<ul>
<li>導入事例から参考イメージを選んでいただき、そのイメージに近いデザインをご用意いたします</li>
<li>導入事例と全く同じものはお作りできません</li>
<li>文字を入れるなどの軽微な加工は可能です</li>
<li>提示したデザインの修正は原則承りかねます</li>
</ul>
</div>
</div>
</div>
";
// line 113
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "Block/ranking_home.twig");
echo "
";
// line 115
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "Block/case_home.twig");
echo "
";
// line 117
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "Block/news.twig");
echo "
";
// line 121
echo "
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 280 => 121, 275 => 117, 270 => 115, 265 => 113, 248 => 99, 233 => 87, 222 => 79, 211 => 71, 195 => 60, 185 => 55, 175 => 50, 165 => 45, 153 => 38, 145 => 35, 139 => 34, 133 => 33, 122 => 24, 116 => 19, 111 => 16, 101 => 15, 83 => 12, 65 => 9, 54 => 5, 52 => 7, 39 => 5,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE, Overwrite by INSPIRATION
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'front_page' %}
{% block stylesheet %}
{% endblock %}
{% block javascript %}
{% endblock javascript %}
{% block main %}
<div id=\"main-visulal\" class=\"position-relative _overflow-x\">
<div class=\"swiper-container position-relative\" id=\"swiper1\">
<div class=\"swiper-wrapper text-center\">
<div class=\"swiper-slide\"><a href=\"{{ url('product_list') }}?category_id=7\"><img decoding=\"async\" src=\"{{ asset('assets/img/top/mv01.png') }}\" width=\"1296\" height=\"610\" alt=\"名入れゴルフボールプリント\"></a></div>
{# 他のカテゴリ解放時に合わせて掲載
<div class=\"swiper-slide\"><a href=\"\"><img decoding=\"async\" src=\"{{ asset('assets/img/top/mv02.png') }}\" width=\"1296\" height=\"610\" alt=\"名入れゴルフマーカープリント\"></a></div>
<div class=\"swiper-slide\"><a href=\"\"><img decoding=\"async\" src=\"{{ asset('assets/img/top/mv03.png') }}\" width=\"1296\" height=\"610\" alt=\"ギフトラッピング\"></a></div>
#}
</div>
<div class=\"swiper-pagination\"></div>
<div class=\"swiper-button-prev\"></div>
<div class=\"swiper-button-next\"></div>
</div>
</div>
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-4 text-center mb-3\"><a href=\"{{ url('faq_detail', {'id':'19'}) }}\"><img decoding=\"async\" src=\"{{ asset('assets/img/top/bnr_sv01.png') }}\" class=\"img-fluid\" width=\"400\" height=\"80\" alt=\"即日出荷OK\"></a></div>
<div class=\"col-md-4 text-center mb-3\"><a href=\"{{ url('faq_detail', {'id':'21'}) }}\"><img decoding=\"async\" src=\"{{ asset('assets/img/top/bnr_sv02.png') }}\" class=\"img-fluid\" width=\"400\" height=\"80\" alt=\"ポイント3%還元\"></a></div>
<div class=\"col-md-4 text-center mb-3\"><a href=\"{{ url('product_list') }}?category_id=10\"><img decoding=\"async\" src=\"{{ asset('assets/img/top/bnr_sv03.png') }}\" class=\"img-fluid\" width=\"400\" height=\"80\" alt=\"ギフトラッピング\"></a></div>
</div>
<div class=\"my-md-5 text-center\">
<a href=\"{{ url('product_list') }}?mode=&category_id=7&name=&pageno=1&disp_number=21&orderby=1&ball-type=14&ball-nums=&ball-price=\"><img decoding=\"async\" src=\"{{ asset('assets/img/top/bnr_price.png') }}\" class=\"img-fluid\" width=\"990\" height=\"210\" alt=\"持ち込みボール印刷業界最安値挑戦中3球495円から\"></a>
</div>
<h1 class=\"section-title -underline my-5\">
<span>ゴルフプリントのサービス</span>
</h1>
<div class=\"row\">
<div class=\"col-md-3 text-center mb-3\">
<a href=\"{{ url('faq_detail', {'id':'11'}) }}\"><img decoding=\"async\" src=\"{{ asset('assets/img/top/bnr_service01.png') }}\" class=\"img-fluid\" width=\"294\" height=\"105\" alt=\"デザイン自由\"></a>
<h2 class=\"fw-bold _fs-3\">デザイン自由<br>お好きなデザインを印刷します</h2>
<p class=\"text-center text-md-start\">文字OK!写真OK!イラストOK!お手持ちの画像や当店オリジナルデザインを印刷できます。</p>
</div>
<div class=\"col-md-3 text-center mb-3\">
<a href=\"{{ url('faq_detail', {'id':'12'}) }}\"><img decoding=\"async\" src=\"{{ asset('assets/img/top/bnr_service02.png') }}\" class=\"img-fluid\" width=\"294\" height=\"105\" alt=\"送料無料・代引手数料無料\"></a>
<h2 class=\"fw-bold _fs-3\">送料無料<br>代引き手数料無料</h2>
<p class=\"text-center text-md-start\">5,000円以上のご注文は代引き手数料無料。8,0000円以上のご注文で送料無料。</p>
</div>
<div class=\"col-md-3 text-center mb-3\">
<a href=\"{{ url('faq_detail', {'id':'21'}) }}\"><img decoding=\"async\" src=\"{{ asset('assets/img/top/bnr_service03.png') }}\" class=\"img-fluid\" width=\"294\" height=\"105\" alt=\"ポイント3%還元\"></a>
<h2 class=\"fw-bold _fs-3\">全商品対象<br>3%のポイント還元</h2>
<p class=\"text-center text-md-start\">全商品に3%のポイントが付きます。<br>(1ポイント=1円)要会員登録(無料)</p>
</div>
<div class=\"col-md-3 text-center mb-3\">
<a href=\"{{ url('faq_detail', {'id':'17'}) }}\"><img decoding=\"async\" src=\"{{ asset('assets/img/top/bnr_service04.png') }}\" class=\"img-fluid\" width=\"294\" height=\"105\" alt=\"代行出荷サービス\"></a>
<h2 class=\"fw-bold _fs-3\">手間ゼロ<br>代行出荷サービス</h2>
<p class=\"text-center text-md-start\">ご注文者様名義でお客様に商品を直接お送りいたします。(無料)</p>
</div>
</div>
<div class=\"mx-auto section-title -fukidashi mb-5 _fs-4\">ご注文は簡単3ステップ!</div>
<div class=\"row\">
<div class=\"col-md-4 position-relative\">
<span class=\"badge bg-dark rounded-pill\" style=\"position: absolute; top:-8px; left:50%; transform: translateX(-50%);\">STEP 01</span>
<div class=\"text-center border border-dark rounded-3 p-4 mb-3\">
<p class=\"fw-bold pt-2\">名入れ商品を選ぶ</p>
<img decoding=\"async\" src=\"{{ asset('assets/img/top/fig_step01.png') }}\" class=\"img-fluid mb-2\" width=\"336\" height=\"136\" alt=\"名入れ商品を選ぶ\">
<p class=\"text-start\">商品ページ「ボールを選ぶ」または「マーカーを選ぶ」へお進みいただき、印刷をしたい商品をお選びください。</p>
</div>
</div>
<div class=\"col-md-4 position-relative\">
<span class=\"badge bg-dark rounded-pill\" style=\"position: absolute; top:-8px; left:50%; transform: translateX(-50%);\">STEP 02</span>
<div class=\"text-center border border-dark rounded-3 p-4 mb-3\">
<p class=\"fw-bold pt-2\">デザインを選ぶ</p>
<img decoding=\"async\" src=\"{{ asset('assets/img/top/fig_step02.png') }}\" class=\"img-fluid mb-2\" width=\"336\" height=\"136\" alt=\"デザインを選ぶ\">
<p class=\"text-start\">商品ページ「デザインを選ぶ」へお進みいただき、ご自身でご用意されたデザインや当店のオリジナルデザインをお選びください。</p>
</div>
</div>
<div class=\"col-md-4 position-relative\">
<span class=\"badge bg-dark rounded-pill\" style=\"position: absolute; top:-8px; left:50%; transform: translateX(-50%);\">STEP 03</span>
<div class=\"text-center border border-dark rounded-3 p-4 mb-3\">
<p class=\"fw-bold pt-2\">ご注文</p>
<img decoding=\"async\" src=\"{{ asset('assets/img/top/fig_step03.png') }}\" class=\"img-fluid mb-2\" width=\"336\" height=\"136\" alt=\"ご注文\">
<p class=\"text-start\">ゴルフボール(またはゴルフマーカー)とデザインをカートに追加して、ご注文フォームを送信したら、ご注文完了となります。</p>
</div>
</div>
</div>
<h2 class=\"section-title -underline my-5\">
デザイン制作<span class=\"text-danger\">無料</span>で承ります
</h2>
<div class=\"bg-secondary\">
<div class=\"row p-4 align-items-center\">
<div class=\"col-md-4 mb-3 mb-md-0\">
<div class=\"text-center\">
<img decoding=\"async\" src=\"{{ asset('assets/img/top/fig_design.png') }}\" class=\"img-fluid\" width=\"400\" height=\"190\" alt=\"デザイン制作無料\">
</div>
</div>
<div class=\"col-md-8\">
<ul>
<li>導入事例から参考イメージを選んでいただき、そのイメージに近いデザインをご用意いたします</li>
<li>導入事例と全く同じものはお作りできません</li>
<li>文字を入れるなどの軽微な加工は可能です</li>
<li>提示したデザインの修正は原則承りかねます</li>
</ul>
</div>
</div>
</div>
{{ include('Block/ranking_home.twig') }}
{{ include('Block/case_home.twig') }}
{{ include('Block/news.twig') }}
{# ※includeではcontrollerを読み込まず、直接Twigを読むだけなのでレイアウト管理とした #}
{#{ include('Block/wordpress_home.twig') }#}
</div>
{% endblock %}", "index.twig", "/home/insp/insp.sixcore.jp/public_html/app/template/default/index.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 7);
static $filters = array("escape" => 19);
static $functions = array("url" => 19, "asset" => 19, "include" => 113);
try {
$this->sandbox->checkSecurity(
['set'],
['escape'],
['url', 'asset', 'include']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}