<?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;
/* @user_data/campaign_introduce.twig */
class __TwigTemplate_78597463cb974e02407df1f9618e4bc1 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 1
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", "@user_data/campaign_introduce.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@user_data/campaign_introduce.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "@user_data/campaign_introduce.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
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 4
echo "<link href=\"https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:500,700,900&display=swap\" rel=\"stylesheet\">
<style>
.introduce {
font-size: 150%;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 500;
}
.introduce div {
width: 100%;
box-sizing: border-box;
}
.introduce img {
width: 100%;
}
.sec-wrapper {
margin-bottom: 30px;
padding: 3%;
}
.mainVisual {
margin-bottom: 30px;
}
.sec01 {
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
border: 4px dotted #ff9400;
padding: 5%;
border-radius: 10px;
}
.sec01 .description,
.sec01 .photo {
width: 100%;
font-weight: 700;
}
.sec02 {
padding: 5%;
background: #fff7af;
}
.sec02 .title {
margin-bottom: 0;
}
.sec02 .description {
padding: 3%;
background: #fff;
text-align: center;
background-image:
url(\"./image/sp_bg_sec02_01.png\"),
/* 最前面の背景レイヤーの背景画像 */
url(\"./image/sp_bg_sec02_02.png\");
background-repeat:
no-repeat,
/* 最前面の背景レイヤーに対応 */
no-repeat;
background-position:
3% center,
/* 最前面の背景レイヤーに対応 */
right 3% bottom 5%;
background-size:
auto 70%,
auto 50%;
}
.sec02 .description span {
background: #ffff52;
paddding: .25em;
color: #c00;
font-weight: 700;
}
.sec02 .description strong {
font-size: 150%;
}
.sec03 {
padding: 5%;
background: #fff7af;
}
.sec03 .title {
margin-bottom: .25em;
}
.sec03 .cell01 {
margin-bottom: 30px;
}
.sec03 .cell01:last-of-type {
margin-bottom: 0;
}
.sec03 dd {
text-align: center;
}
.link {
margin: 0 auto 60px;
text-align: center;
}
.sec04 {
padding: 5%;
background: #f0f0f0;
}
.sec04 .title {
margin-bottom: .25em;
font-size: 150%;
font-weight: 700;
text-align: center;
letter-spacing: .5em;
}
.sec04 .list01 {
width: 95%;
width: calc(100% - 1em);
padding-left: 1em;
list-style: inside;
}
.sec04 .list01 li {
margin-bottom: 1em;
list-style-type: disc;
font-size: 88.89%;
}
@media screen and (min-width: 768px) {
.introduce {
font-size: 125%;
}
.sec01 {
border: 6px dotted #ff9400;
}
.sec01 .description {
width: 60%;
}
.sec01 .photo {
width: 38%;
}
.sec02 {
padding: 3%;
}
.sec02 .description {
background-image:
url(\"./image/bg_sec02_01.png\"),
/* 最前面の背景レイヤーの背景画像 */
url(\"./image/bg_sec02_02.png\");
background-position:
3% center,
/* 最前面の背景レイヤーに対応 */
right 3% bottom 10%;
background-size:
auto 90%,
auto 80%;
}
.sec03 {
padding: 3%;
}
.sec03 dl {
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
align-items: stretch;
}
.sec03 .cell01 {
width: 32%;
}
.sec03 dd {
text-align: left;
font-size: 90%;
}
.sec03 dd br {
display: none;
}
.link {
width: 60% !important;
}
}
</style>
<div class=\"introduce ec-ContentsRole\">
<div class=\"mainVisual\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 220
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_mv.webp"), "html", null, true);
echo "\">
<source media=\" (max-width: 767px)\" srcset=\"";
// line 221
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_mv.png"), "html", null, true);
echo "\">
<source type=\"image/webp\" srcset=\"";
// line 222
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/mv.webp"), "html", null, true);
echo "\">
<img src=\" ";
// line 223
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/mv.png"), "html", null, true);
echo "\" alt=\"みんなで健康生活!ミリオンストア お友達紹介キャンペーン\" width=\"100%\">
</picture>
</div>
<div class=\"sec01 sec-wrapper\">
<div class=\"description\">
ミリオンをいつもご愛顧くださっているお客様からお友達へお気に入りの商品をご紹介してみませんか?<br>
こだわりの国産緑黄色野菜ジュースやミリオンパワーなどのこだわり健康食品でお友達と健康生活を送りましょう!
</div>
<div class=\"photo\">
<picture>
<source type=\"image/webp\" srcset=\"";
// line 233
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_img_sec01_01.webp"), "html", null, true);
echo "\">
<img src=\" ";
// line 234
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_img_sec01_01.png"), "html", null, true);
echo "\" alt=\"家族の笑顔\">
</picture>
</div>
</div>
<div class=\"sec02 sec-wrapper\">
<h3 class=\"title\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 242
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_tit_sec02_01.webp"), "html", null, true);
echo "\">
<source media=\" (max-width: 767px)\" srcset=\"";
// line 243
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_tit_sec02_01.png"), "html", null, true);
echo "\">
<source type=\"image/webp\" srcset=\"";
// line 244
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/tit_sec02_01.webp"), "html", null, true);
echo "\">
<img src=\" ";
// line 245
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/tit_sec02_01.png"), "html", null, true);
echo "\" alt=\"キャンペーン特典\">
</picture>
</h3>
<div class=\"description\">
お友達をご紹介いただくと…<br>
<span><strong>1000円</strong>割引のクーポン</span>を<br>
プレゼント!
</div>
</div>
<div class=\"sec03 sec-wrapper\">
<h3 class=\"title\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 258
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_tit_sec03_01.webp"), "html", null, true);
echo "\">
<source media=\" (max-width: 767px)\" srcset=\"";
// line 259
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_tit_sec03_01.png"), "html", null, true);
echo "\">
<source type=\"image/webp\" srcset=\"";
// line 260
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/tit_sec03_01.webp"), "html", null, true);
echo "\">
<img src=\" ";
// line 261
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/tit_sec03_01.png"), "html", null, true);
echo "\" alt=\"キャンペーン特典\">
</picture>
</h3>
<dl>
<div class=\"cell01\">
<dt>
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 269
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_img_sec03_01.webp"), "html", null, true);
echo "\">
<source media=\" (max-width: 767px)\"
srcset=\"";
// line 271
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_img_sec03_01.png"), "html", null, true);
echo "\">
<source type=\"image/webp\" srcset=\"";
// line 272
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/img_sec03_01.webp"), "html", null, true);
echo "\">
<img src=\" ";
// line 273
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/img_sec03_01.png"), "html", null, true);
echo "\" alt=\"01.応募フォームに入力\">
</picture>
</dt>
<dd>
応募フォームに入力
</dd>
</div>
<div class=\"cell01\">
<dt>
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 284
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_img_sec03_02.webp"), "html", null, true);
echo "\">
<source media=\" (max-width: 767px)\"
srcset=\"";
// line 286
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_img_sec03_02.png"), "html", null, true);
echo "\">
<source type=\" image/webp\" srcset=\"";
// line 287
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/img_sec03_02.webp"), "html", null, true);
echo "\">
<img src=\" ";
// line 288
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/img_sec03_02.png"), "html", null, true);
echo "\" alt=\"02.お友達に1000円引クーポンをお届けします。\">
</picture>
</dt>
<dd>
お友達に1000円引クーポンを<br>お届けします。
</dd>
</div>
<div class=\"cell01\">
<dt>
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 299
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_img_sec03_03.webp"), "html", null, true);
echo "\">
<source media=\" (max-width: 767px)\"
srcset=\"";
// line 301
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_img_sec03_03.png"), "html", null, true);
echo "\">
<source type=\"image/webp\" srcset=\"";
// line 302
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/img_sec03_03.webp"), "html", null, true);
echo "\">
<img src=\" ";
// line 303
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/img_sec03_03.png"), "html", null, true);
echo "\"
alt=\"03.お友達が購入するとあなたにも2000円クーポンをプレゼント!\">
</picture>
</dt>
<dd>
お友達が購入すると<br>あなたにも1000円ポイント<br>プレゼント!
</dd>
</div>
</dl>
</div>
<div class=\"link\">
<a href=\"https://million-store.com/wp/introduce/\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 317
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_btn_odr_01.webp"), "html", null, true);
echo "\">
<source media=\" (max-width: 767px)\" srcset=\"";
// line 318
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/sp_btn_odr_01.png"), "html", null, true);
echo "\">
<source type=\"image/webp\" srcset=\"";
// line 319
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/btn_odr_01.webp"), "html", null, true);
echo "\">
<img src=\" ";
// line 320
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/introduce/btn_odr_01.png\" alt=\"早速お友達を紹介する?"), "html", null, true);
echo "\">
</picture>
</a>
</div>
<div class=\"sec04 sec-wrapper\">
<h3 class=\"title\">注意事項</h3>
<ul class=\"list01\">
<li>ご紹介する方はミリオンストアでのご購入履歴がある方のみです。<br>
(リンク>><a href=\"";
// line 328
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "entry\" target=\"_blank\">会員登録はこちら</a>)
</li>
<li>ご紹介されるお友達は、ミリオンストアからメールが直接送られます。
事前にその旨をお伝えください。
</li>
<li>「お友達紹介キャンペーン」はミリオンストアでのお買い物のみ適用されます。</li>
<li>クーポンはミリオンストアでお使いいただけます。使用方法はご利用ガイドの「ポイント・クーポンについて」をご覧ください (リンク><a
href=\"";
// line 335
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "shopping-guide#point\">「ポイント・クーポンについて」</a>)</li>
<li>ご紹介する方またはご紹介されるお友達に送られるクーポン1000円分は1回のご購入金額が3000円(税抜)(送料別)以上からご利用いただけます。</li>
<li>クーポンの有効期限は1年間です。</li>
<li>定期コースにはクーポンを使用できません。</li>
<li>ご注文済み、発送済みの商品にはクーポンが使用できません。</li>
<li>クーポンを使用してご注文された商品が返品・キャンセルとなった場合でも、クーポンの再発行はできません。</li>
<li>ご紹介いただく人数に制限はございません。</li>
<li>お友達が同居のご家族、すでに購入履歴がある方、購入金額が3000円未満だった場合には、クーポンは発行・適用いたしかねます。</li>
</ul>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@user_data/campaign_introduce.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 494 => 335, 484 => 328, 473 => 320, 469 => 319, 465 => 318, 461 => 317, 444 => 303, 440 => 302, 436 => 301, 431 => 299, 417 => 288, 413 => 287, 409 => 286, 404 => 284, 390 => 273, 386 => 272, 382 => 271, 377 => 269, 366 => 261, 362 => 260, 358 => 259, 354 => 258, 338 => 245, 334 => 244, 330 => 243, 326 => 242, 315 => 234, 311 => 233, 298 => 223, 294 => 222, 290 => 221, 286 => 220, 68 => 4, 58 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% block main %}
<link href=\"https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:500,700,900&display=swap\" rel=\"stylesheet\">
<style>
.introduce {
font-size: 150%;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 500;
}
.introduce div {
width: 100%;
box-sizing: border-box;
}
.introduce img {
width: 100%;
}
.sec-wrapper {
margin-bottom: 30px;
padding: 3%;
}
.mainVisual {
margin-bottom: 30px;
}
.sec01 {
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
border: 4px dotted #ff9400;
padding: 5%;
border-radius: 10px;
}
.sec01 .description,
.sec01 .photo {
width: 100%;
font-weight: 700;
}
.sec02 {
padding: 5%;
background: #fff7af;
}
.sec02 .title {
margin-bottom: 0;
}
.sec02 .description {
padding: 3%;
background: #fff;
text-align: center;
background-image:
url(\"./image/sp_bg_sec02_01.png\"),
/* 最前面の背景レイヤーの背景画像 */
url(\"./image/sp_bg_sec02_02.png\");
background-repeat:
no-repeat,
/* 最前面の背景レイヤーに対応 */
no-repeat;
background-position:
3% center,
/* 最前面の背景レイヤーに対応 */
right 3% bottom 5%;
background-size:
auto 70%,
auto 50%;
}
.sec02 .description span {
background: #ffff52;
paddding: .25em;
color: #c00;
font-weight: 700;
}
.sec02 .description strong {
font-size: 150%;
}
.sec03 {
padding: 5%;
background: #fff7af;
}
.sec03 .title {
margin-bottom: .25em;
}
.sec03 .cell01 {
margin-bottom: 30px;
}
.sec03 .cell01:last-of-type {
margin-bottom: 0;
}
.sec03 dd {
text-align: center;
}
.link {
margin: 0 auto 60px;
text-align: center;
}
.sec04 {
padding: 5%;
background: #f0f0f0;
}
.sec04 .title {
margin-bottom: .25em;
font-size: 150%;
font-weight: 700;
text-align: center;
letter-spacing: .5em;
}
.sec04 .list01 {
width: 95%;
width: calc(100% - 1em);
padding-left: 1em;
list-style: inside;
}
.sec04 .list01 li {
margin-bottom: 1em;
list-style-type: disc;
font-size: 88.89%;
}
@media screen and (min-width: 768px) {
.introduce {
font-size: 125%;
}
.sec01 {
border: 6px dotted #ff9400;
}
.sec01 .description {
width: 60%;
}
.sec01 .photo {
width: 38%;
}
.sec02 {
padding: 3%;
}
.sec02 .description {
background-image:
url(\"./image/bg_sec02_01.png\"),
/* 最前面の背景レイヤーの背景画像 */
url(\"./image/bg_sec02_02.png\");
background-position:
3% center,
/* 最前面の背景レイヤーに対応 */
right 3% bottom 10%;
background-size:
auto 90%,
auto 80%;
}
.sec03 {
padding: 3%;
}
.sec03 dl {
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
align-items: stretch;
}
.sec03 .cell01 {
width: 32%;
}
.sec03 dd {
text-align: left;
font-size: 90%;
}
.sec03 dd br {
display: none;
}
.link {
width: 60% !important;
}
}
</style>
<div class=\"introduce ec-ContentsRole\">
<div class=\"mainVisual\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/campaign/introduce/sp_mv.webp') }}\">
<source media=\" (max-width: 767px)\" srcset=\"{{ asset('assets/img/campaign/introduce/sp_mv.png') }}\">
<source type=\"image/webp\" srcset=\"{{ asset('assets/img/campaign/introduce/mv.webp') }}\">
<img src=\" {{ asset('assets/img/campaign/introduce/mv.png') }}\" alt=\"みんなで健康生活!ミリオンストア お友達紹介キャンペーン\" width=\"100%\">
</picture>
</div>
<div class=\"sec01 sec-wrapper\">
<div class=\"description\">
ミリオンをいつもご愛顧くださっているお客様からお友達へお気に入りの商品をご紹介してみませんか?<br>
こだわりの国産緑黄色野菜ジュースやミリオンパワーなどのこだわり健康食品でお友達と健康生活を送りましょう!
</div>
<div class=\"photo\">
<picture>
<source type=\"image/webp\" srcset=\"{{ asset('assets/img/campaign/introduce/sp_img_sec01_01.webp') }}\">
<img src=\" {{ asset('assets/img/campaign/introduce/sp_img_sec01_01.png') }}\" alt=\"家族の笑顔\">
</picture>
</div>
</div>
<div class=\"sec02 sec-wrapper\">
<h3 class=\"title\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/campaign/introduce/sp_tit_sec02_01.webp') }}\">
<source media=\" (max-width: 767px)\" srcset=\"{{ asset('assets/img/campaign/introduce/sp_tit_sec02_01.png') }}\">
<source type=\"image/webp\" srcset=\"{{ asset('assets/img/campaign/introduce/tit_sec02_01.webp') }}\">
<img src=\" {{ asset('assets/img/campaign/introduce/tit_sec02_01.png') }}\" alt=\"キャンペーン特典\">
</picture>
</h3>
<div class=\"description\">
お友達をご紹介いただくと…<br>
<span><strong>1000円</strong>割引のクーポン</span>を<br>
プレゼント!
</div>
</div>
<div class=\"sec03 sec-wrapper\">
<h3 class=\"title\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/campaign/introduce/sp_tit_sec03_01.webp') }}\">
<source media=\" (max-width: 767px)\" srcset=\"{{ asset('assets/img/campaign/introduce/sp_tit_sec03_01.png') }}\">
<source type=\"image/webp\" srcset=\"{{ asset('assets/img/campaign/introduce/tit_sec03_01.webp') }}\">
<img src=\" {{ asset('assets/img/campaign/introduce/tit_sec03_01.png') }}\" alt=\"キャンペーン特典\">
</picture>
</h3>
<dl>
<div class=\"cell01\">
<dt>
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/campaign/introduce/sp_img_sec03_01.webp') }}\">
<source media=\" (max-width: 767px)\"
srcset=\"{{ asset('assets/img/campaign/introduce/sp_img_sec03_01.png') }}\">
<source type=\"image/webp\" srcset=\"{{ asset('assets/img/campaign/introduce/img_sec03_01.webp') }}\">
<img src=\" {{ asset('assets/img/campaign/introduce/img_sec03_01.png') }}\" alt=\"01.応募フォームに入力\">
</picture>
</dt>
<dd>
応募フォームに入力
</dd>
</div>
<div class=\"cell01\">
<dt>
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/campaign/introduce/sp_img_sec03_02.webp') }}\">
<source media=\" (max-width: 767px)\"
srcset=\"{{ asset('assets/img/campaign/introduce/sp_img_sec03_02.png') }}\">
<source type=\" image/webp\" srcset=\"{{ asset('assets/img/campaign/introduce/img_sec03_02.webp') }}\">
<img src=\" {{ asset('assets/img/campaign/introduce/img_sec03_02.png') }}\" alt=\"02.お友達に1000円引クーポンをお届けします。\">
</picture>
</dt>
<dd>
お友達に1000円引クーポンを<br>お届けします。
</dd>
</div>
<div class=\"cell01\">
<dt>
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/campaign/introduce/sp_img_sec03_03.webp') }}\">
<source media=\" (max-width: 767px)\"
srcset=\"{{ asset('assets/img/campaign/introduce/sp_img_sec03_03.png') }}\">
<source type=\"image/webp\" srcset=\"{{ asset('assets/img/campaign/introduce/img_sec03_03.webp') }}\">
<img src=\" {{ asset('assets/img/campaign/introduce/img_sec03_03.png') }}\"
alt=\"03.お友達が購入するとあなたにも2000円クーポンをプレゼント!\">
</picture>
</dt>
<dd>
お友達が購入すると<br>あなたにも1000円ポイント<br>プレゼント!
</dd>
</div>
</dl>
</div>
<div class=\"link\">
<a href=\"https://million-store.com/wp/introduce/\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/campaign/introduce/sp_btn_odr_01.webp') }}\">
<source media=\" (max-width: 767px)\" srcset=\"{{ asset('assets/img/campaign/introduce/sp_btn_odr_01.png') }}\">
<source type=\"image/webp\" srcset=\"{{ asset('assets/img/campaign/introduce/btn_odr_01.webp') }}\">
<img src=\" {{ asset('assets/img/campaign/introduce/btn_odr_01.png\" alt=\"早速お友達を紹介する?') }}\">
</picture>
</a>
</div>
<div class=\"sec04 sec-wrapper\">
<h3 class=\"title\">注意事項</h3>
<ul class=\"list01\">
<li>ご紹介する方はミリオンストアでのご購入履歴がある方のみです。<br>
(リンク>><a href=\"{{ url('homepage') }}entry\" target=\"_blank\">会員登録はこちら</a>)
</li>
<li>ご紹介されるお友達は、ミリオンストアからメールが直接送られます。
事前にその旨をお伝えください。
</li>
<li>「お友達紹介キャンペーン」はミリオンストアでのお買い物のみ適用されます。</li>
<li>クーポンはミリオンストアでお使いいただけます。使用方法はご利用ガイドの「ポイント・クーポンについて」をご覧ください (リンク><a
href=\"{{ url('homepage') }}shopping-guide#point\">「ポイント・クーポンについて」</a>)</li>
<li>ご紹介する方またはご紹介されるお友達に送られるクーポン1000円分は1回のご購入金額が3000円(税抜)(送料別)以上からご利用いただけます。</li>
<li>クーポンの有効期限は1年間です。</li>
<li>定期コースにはクーポンを使用できません。</li>
<li>ご注文済み、発送済みの商品にはクーポンが使用できません。</li>
<li>クーポンを使用してご注文された商品が返品・キャンセルとなった場合でも、クーポンの再発行はできません。</li>
<li>ご紹介いただく人数に制限はございません。</li>
<li>お友達が同居のご家族、すでに購入履歴がある方、購入金額が3000円未満だった場合には、クーポンは発行・適用いたしかねます。</li>
</ul>
</div>
</div>
{% endblock %}
", "@user_data/campaign_introduce.twig", "/home/xs080051/million-store.com/public_html/st.million-store.com/ec/app/template/user_data/campaign_introduce.twig");
}
}