var/cache/dev/twig/f1/f174744851757715e549c3a1402e5a01388a0db988509e9759d6a2aec3dd3211.php line 48

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* Help/about_cocofuru.twig */
  14. class __TwigTemplate_8e5fd9548afc0d80ac9b5e7d54871b57e4cf7d2ce64b8110c05076c4a061e322 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'main' => [$this'block_main'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "default_frame.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/about_cocofuru.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/about_cocofuru.twig"));
  38.         $this->parent $this->loadTemplate("default_frame.twig""Help/about_cocofuru.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  42.         
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  44.     }
  45.     // line 3
  46.     public function block_main($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  53.         // line 4
  54.         echo "
  55. <style>
  56.     html {
  57.       scroll-behavior: smooth;
  58.     }
  59.     img {
  60.         max-width: 100%;
  61.     }
  62.     ul {
  63.         list-style: none;
  64.         margin: 0;
  65.         padding: 0;
  66.     }
  67.     .page-contents {
  68.         max-width: 1150px;
  69.         margin: 0 auto;
  70.     }
  71.     .container {
  72.         width: min(100% - 15px, 1720px);
  73.         margin-inline: auto;
  74.         padding-right: 5px;
  75.         padding-left: 5px;
  76.     }
  77.     .page-section {
  78.         max-width: 1600px;
  79.         padding: 100px 0 80px 0;
  80.         margin-inline: auto;
  81.     }
  82.     @media(max-width:991px) {
  83.         .page-section {
  84.             padding: 40px 0 40px 0;
  85.         }
  86.     }
  87.     .page-heading {
  88.         width: min(100% - 30px, 1840px);
  89.         margin-inline: auto;
  90.         padding: 80px 0 10px 0;
  91.         margin-bottom: 60px;
  92.         border-bottom: solid 1px #707070;
  93.     }
  94.     @media(max-width:991px) {
  95.         .page-heading {
  96.             padding: 40px 0 10px 0;
  97.             margin-bottom: 40px;
  98.         }
  99.     }
  100.     @media(max-width:480px) {
  101.         .page-heading {
  102.             border-top: solid 1px #707070;
  103.             padding: 8px 0 8px 0;
  104.             margin-bottom:10px;
  105.         }
  106.     }
  107.     .page-title {
  108.         max-width: 1720px;
  109.         font-size: max(20px, min(3.8vw,30px) );
  110.         font-weight: 600;
  111.         color: #707070;
  112.         margin: 0 auto;
  113.         line-height: 1.4;
  114.     }
  115.     .section-heading {
  116.         display: inline-block;
  117.         font-size: max(24px, min(3vw,16px) );
  118.         font-weight: 600;
  119.         color: #fff;
  120.         background: #000;
  121.         border-radius: 60px;
  122.         padding: 28px;
  123.         margin: 0 0 50px 0;
  124.     }
  125.     @media(max-width:480px) {
  126.         .section-heading {
  127.             display: none;
  128.         }
  129.     }
  130.     /*MV*/
  131.     .cocofuru-mv {
  132.         margin-right: calc(50% - 50vw);
  133.         margin-left: calc(50% - 50vw);
  134.     }
  135.     .mv-photo {
  136.         width: 100%;
  137.     }
  138.     @media(max-width:480px) {
  139.         .cocofuru-mv {
  140.             display: none;
  141.         }
  142.     }
  143.     /*ページナビ*/
  144.     .page-nav {
  145.         display: flex;
  146.         background: #e3e3e3;
  147.     }
  148.     .page-nav__item {
  149.         flex: 1;
  150.         position: relative;
  151.         display: flex;
  152.         align-items: center;
  153.     }
  154.     .page-nav__item:not(:last-of-type)::after {
  155.         content: \"\";
  156.         display: inline-block;
  157.         width: .5px;
  158.         height: 50%;
  159.         background: #000;
  160.     }
  161.     .page-nav__link {
  162.         color: #000;
  163.         font-size: max(12px, min(3vw,24px) );
  164.         font-weight: 600;
  165.         display: block;
  166.         text-align: center;
  167.         padding: 20px 0;
  168.         width: 100%;
  169.     }
  170.     .page-nav__link:hover {
  171.         text-decoration: none;
  172.         color: #000;
  173.     }
  174.     .page-nav__link:hover::after {
  175.         content: \"\";
  176.         display: block;
  177.         position: absolute;
  178.         bottom: 0;
  179.         left: 0;
  180.         right: 0;
  181.         max-width: 256px;
  182.         height: 9px;
  183.         background: #63A7D5;
  184.         margin: 0 auto;
  185.     }
  186.     /*ここふるとは*/
  187.     .about-box {
  188.         display: grid;
  189.         grid-template: auto / 60% 1fr;
  190.         gap: 20px 60px;
  191.     }
  192.     .about-text p {
  193.         font-size: max(16px, min(3vw,20px) );
  194.         color: #707070;
  195.         line-height: 1.8;
  196.     }
  197.     .about-logo {
  198.     }
  199.     @media(max-width:767px) {
  200.         .about-box {
  201.             display: block;
  202.         }
  203.         .about-text {
  204.             width: 100%;
  205.             margin: 0 auto;
  206.         }
  207.         .about-logo {
  208.             width: 80%;
  209.             margin: 25px auto 0 auto;
  210.         }
  211.     }
  212.     @media(max-width:480px) {
  213.         .about-text,
  214.         .about-logo {
  215.             max-width: 370px;
  216.         }
  217.     }
  218.     /*メリット*/
  219.     .merit-box {
  220.         /*padding: 20px 0 0 0;*/
  221.     }
  222.     .merit-list {
  223.         display: grid;
  224.         grid-template-columns: repeat(3, 1fr);
  225.         gap: 45px 100px;
  226.     }
  227.     .merit-img {
  228.         max-width: 300px;
  229.         margin: 0 auto;
  230.     }
  231.     .merit-title {
  232.         font-weight: 600;
  233.         font-size: max(18px, min(2vw,24px) );
  234.         color: #707070;
  235.         line-height: 1.6;
  236.         text-align: center;
  237.         margin-top: 3rem;
  238.         margin-bottom: 3rem;
  239.         min-height: 3em;
  240.         display: grid;
  241.         place-items: center;
  242.     }
  243.     @media(max-width:480px) {
  244.         .merit-title {
  245.             margin-top: 2rem;
  246.             margin-bottom: 2rem;
  247.         }
  248.     }
  249.     .merit-text {
  250.         font-size: max(16px, min(2vw,14px) );
  251.         color: #707070;
  252.         line-height: 1.6;
  253.         text-align: center;
  254.         max-width: 385px;
  255.         margin: 0 auto;
  256.     }
  257.     @media(max-width:991px) {
  258.         .merit-list {
  259.             gap: 45px 50px;
  260.         }
  261.         .merit-img {
  262.             max-width: 200px;
  263.         }
  264.     }
  265.     @media(max-width:740px) {
  266.         .merit-list {
  267.             grid-template-columns: repeat(1, 1fr);
  268.         }
  269.         .merit-title br {
  270.             display: none;
  271.         }
  272.     }
  273.     @media(max-width:480px) {
  274.         .merit-img {
  275.             max-width: 160px;
  276.         }
  277.     }
  278.     /*ご利用方法*/
  279.     .howto-box {
  280.         width: min(100% - 18px, 1720px);
  281.         margin: 0 auto;
  282.     }
  283.     .howto-title {
  284.         font-size: max(28px, min(3vw,16px) );
  285.         font-weight: 600;
  286.         color: #707070;
  287.         border-bottom: solid 1px #707070;
  288.         padding: 0 1em 10px 1em;
  289.         margin-inline: auto;
  290.         line-height: 1.4;
  291.     }
  292.     .howto-movie {
  293.         width: 88%;
  294.         aspect-ratio: 16/9;
  295.         margin: 50px auto 100px auto;
  296.     }
  297.     .howto-movie:last-of-type {
  298.         margin-bottom: 0;
  299.     }
  300.     .howto-movie iframe {
  301.         width: 100%;
  302.         height: 100%;
  303.         display: block;
  304.     }
  305.     @media(max-width:740px) {
  306.         .howto-title {
  307.             padding: 0 0 5px 0;
  308.         }
  309.     }
  310.     @media(max-width:480px) {
  311.         .howto-title {
  312.             font-size: max(18px, min(2vw,24px) );
  313.             padding-left: 20px;
  314.         }
  315.         .howto-title span {
  316.             display: inline-block;
  317.             margin-left: -20px;
  318.             width: 20px;
  319.         }
  320.         .howto-movie {
  321.             margin: 15px auto 40px auto;
  322.             width: 95%;
  323.         }
  324.     }
  325.     /*FAQ*/
  326.     .faq-box {
  327.         background: #fafafa;
  328.         padding: 60px 0;
  329.         margin: 0 auto 60px auto;
  330.         border-radius: 50px;
  331.         box-shadow: 3px 4px 6px rgb(0 0 0 / 16%);
  332.     }
  333.     .faq-inner {
  334.         width: min(100% - 60px, 1300px);
  335.         margin-inline: auto;
  336.     }
  337.     .faq-item {
  338.         border: solid 2px #707070;
  339.         background: #fff;
  340.         border-radius: 35px;
  341.         padding: 15px 30px;
  342.         margin-bottom: 50px;
  343.         cursor: pointer;
  344.     }
  345.     .faq-item:last-of-type {
  346.         margin-bottom: 0;
  347.     }
  348.     .faq-qs {
  349.         font-size: max(28px, min(3vw,16px) );
  350.         font-weight: 600;
  351.         padding-right: 20px;
  352.         display: flex;
  353.         position: relative;
  354.     }
  355.     .q-icon {
  356.         width: 1.5em;
  357.     }
  358.     .faq-ans {
  359.         font-size: max(14px, min(3vw,20px) );
  360.         font-weight: 600;
  361.         color: #707070;
  362.         height: 0;
  363.         padding: 0 2.2em;
  364.         overflow: hidden;
  365.         text-align: justify;
  366.         transition-duration: .3s;
  367.     }
  368.     .faq-ans a {
  369.         text-decoration: underline;
  370.     }
  371.     .faq-item.active .faq-ans {
  372.         padding: 20px 2.2em 0 2.2em;
  373.         height: auto;
  374.         overflow: visible;
  375.     }
  376.     .faq-ans-desc {
  377.         margin-bottom: 30px;
  378.     }
  379.     .faq-ans-desc-list {
  380.         list-style: disc;
  381.     }
  382.     .faq-ans-desc-list li {
  383.         margin-bottom: 10px;
  384.     }
  385.     .open-icon {
  386.         background: #000;
  387.         width: 40px;
  388.         height: 40px;
  389.         margin-left: auto;
  390.         align-self: center;
  391.         border-radius: 999px;
  392.         display: flex;
  393.         align-items: center;
  394.         justify-content: center;
  395.     }
  396.     .open-icon::before {
  397.         content: \"\";
  398.         background: url(/html/template/default/assets/img/help/plus-icon.svg) no-repeat;
  399.         background-size: contain;
  400.         display: block;
  401.         width: 30px;
  402.         height: 30px;
  403.     }
  404.     .faq-item.active .open-icon::before {
  405.         content: \"\";
  406.         background: url(/html/template/default/assets/img/help/minus-icon.svg) no-repeat;
  407.         background-size: contain;
  408.         display: block;
  409.         width: 30px;
  410.         height: 30px;
  411.     }
  412.     .faq-note {
  413.         margin: 0 auto;
  414.         font-size: max(16px, min(3vw,20px) );
  415.         color: #707070;
  416.     }
  417.     .faq-note a {
  418.         text-decoration: underline;
  419.     }
  420.     .add-padding {
  421.         display: block;
  422.         padding-left: 13px;
  423.     }
  424.     .add-padding span {
  425.         margin-left: -13px;
  426.     }
  427.     @media(max-width:767px) {
  428.         .faq-item {
  429.             border-radius: 25px;
  430.             padding: 10px 20px;
  431.         }
  432.         .faq-qs {
  433.             padding-right: 0;
  434.         }
  435.     }
  436.     @media(max-width:599px) {
  437.         .faq-box {
  438.             border-radius: 14px;
  439.             padding: 20px 12px;
  440.             margin-bottom: 20px;
  441.         }
  442.         .faq-item.active {
  443.             border-radius: 25px;
  444.         }
  445.         .faq-inner {
  446.             width: 100%;
  447.         }
  448.         .faq-item {
  449.             margin-bottom: 15px;
  450.         }
  451.         .faq-ans {
  452.             padding: 0 0 0 0;
  453.             text-align: justify;
  454.         }
  455.         .faq-item.active .faq-ans {
  456.             padding: 20px 0 0 0;
  457.         }
  458.         .open-icon {
  459.             width: 24px;
  460.             height: 24px;
  461.         }
  462.         .open-icon::before,
  463.         .faq-item.active .open-icon::before {
  464.             width: 15px;
  465.             height: 15px;
  466.         }
  467.         .faq-ans-desc-list {
  468.             list-style-position: outside;
  469.             padding: 0 0 0 16px;
  470.         }
  471.     }
  472.     @media(max-width:480px) {
  473.         .faq-qs {
  474.             font-size: max(16px, min(2vw,20px) );
  475.         }
  476.         .faq-item {
  477.             border-radius: 25px;
  478.             padding: 10px;
  479.         }
  480.     }
  481.     .faq-ans .reception-hours {
  482.         padding: 1rem 0 0 13.8rem;
  483.     }
  484.     @media(min-width:480px) and (max-width:740px) {
  485.         .faq-ans .reception-hours {
  486.             padding: 0.5rem 0 0 11.2rem;
  487.         }
  488.     }
  489.     @media(max-width:599px) {
  490.         .faq-ans .reception-hours {
  491.             padding: 0.5rem 0 0 11.2rem;
  492.         }
  493.     }
  494.     @media(max-width:480px) {
  495.         .faq-ans .reception-hours {
  496.             padding: 0.5rem 0 0 9.6rem;
  497.         }
  498.     }
  499.     /* SP タブ*/
  500.     @media(max-width:480px) {
  501.         .page-nav__link {
  502.             padding: 15px 0;
  503.         }
  504.         .page-nav__item .page-nav__link::after {
  505.             content: \"\";
  506.             display: block;
  507.             position: absolute;
  508.             bottom: 0;
  509.             left: 0;
  510.             right: 0;
  511.             width: 80%;
  512.             height: 4px;
  513.             background: #e3e3e3;
  514.             margin: 0 auto;
  515.         }
  516.         .page-nav__item.is-active .page-nav__link::after {
  517.             background: #63A7D5;
  518.         }
  519.         .page-section {
  520.             display: none;
  521.         }
  522.         .page-section.is-active {
  523.             display: block;
  524.         }
  525.     }
  526.     ";
  527.         // line 479
  528.         echo "    @media(min-width:480px) and (max-width:740px) {
  529.         .page-nav__link {
  530.             font-size: 3vw;
  531.             padding: 10px 0;
  532.         }
  533.         .merit-list__item {
  534.             margin-bottom: 3.2rem;
  535.         }
  536.         .about-text p,
  537.         .about-note,
  538.         .merit-text__note,
  539.         .merit-text,
  540.         .step-item__text,
  541.         .step-item__note,
  542.         .footer-text {
  543.             font-size: max(18px, min(2.8vw,16px) );
  544.         }
  545.         .merit-title,
  546.         .howto-title {
  547.             font-size: max(24px, min(4vw,20px) );
  548.             margin-top: 1rem;
  549.             margin-bottom: 1rem;
  550.         }
  551.         .faq-qs {
  552.             font-size: max(22px, min(4vw,18px) );
  553.         }
  554.         .faq-ans {
  555.             font-size: max(12px, min(3vw,16px) );
  556.         }
  557.         .open-icon {
  558.             width: 30px;
  559.             height: 30px;
  560.         }
  561.         .merit-text,
  562.         .merit-text__note {
  563.             max-width: 85%;
  564.             margin: 0 auto 10px;
  565.         }
  566.         .step-item {
  567.             padding: 38px;
  568.         }
  569.     }
  570. </style>
  571. <script>
  572.     (function(d) {
  573.     var config = {
  574.         kitId: 'rhd5jop',
  575.         scriptTimeout: 3000,
  576.         async: true
  577.     },
  578.     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)
  579.     })(document);
  580.     \$(function() {
  581.         const faq_open = \$(\".js-open\");
  582.         faq_open.on('click', function () {
  583.             \$(this).parent('.faq-item').toggleClass(\"active\");
  584.         });
  585.     });
  586.     function switchByWidth() {
  587.         if (window.matchMedia('(max-width: 480px)').matches) {
  588.             // タブ
  589.             \$('.js-tab').on('click', function(e) {
  590.                 e.preventDefault()
  591.                 \$('.js-tab, .js-panel').removeClass('is-active');
  592.                 \$(this).addClass('is-active');
  593.                 var index = \$('.js-tab').index(this);
  594.                 \$('.js-panel').eq(index).addClass('is-active');
  595.             });
  596.         }
  597.     }
  598.     window.onload = switchByWidth;
  599.     window.onresize = switchByWidth;
  600.     loadFaqCocofuru = () => {
  601.         const currentHash = window.location.hash
  602.         if(currentHash) {
  603.             const navHrefs = Array.from(document.querySelectorAll('.page-nav__link'),
  604.             link => link.getAttribute('href'))
  605.             navHrefs.includes(currentHash) ? 
  606.             document.querySelector(`.page-nav__link[href='\${currentHash}']`).click() : null;
  607.         }
  608.     }
  609.     window.matchMedia('(max-width: 480px)').matches ?
  610.     window.addEventListener('load', loadFaqCocofuru) : null;
  611. </script>
  612. <div class=\"cocofuru-mv\">
  613.     <img class=\"mv-photo\" src=\"";
  614.         // line 573
  615.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/about-cocofuru-mv.jpg"), "html"nulltrue);
  616.         echo "\" alt=\"ココふるとは\">
  617. </div>
  618. <div class=\"page-contents\">
  619.     
  620.     <div class=\"page-heading\">
  621.         <h2 class=\"page-title\">ココふるとは</h2>
  622.     </div>
  623.     
  624.     <ul class=\"page-nav\">
  625.         <li class=\"page-nav__item js-tab is-active\"><a class=\"page-nav__link\" href=\"#about-cocofuru\">ココふるとは?</a></li>
  626.         <li class=\"page-nav__item js-tab\"><a class=\"page-nav__link\" href=\"#merit-cocofuru\">メリット</a></li>
  627.         <li class=\"page-nav__item js-tab\"><a class=\"page-nav__link\" href=\"#howto-cocofuru\">ご利用方法</a></li>
  628.         <li class=\"page-nav__item js-tab\"><a class=\"page-nav__link\" href=\"#faq-cocofuru\">よくあるご質問</a></li>
  629.     </ul>
  630.     <div class=\"container\">
  631.         
  632.         <div class=\"page-wrap\">
  633.         
  634.             <div id=\"about-cocofuru\" class=\"page-section js-panel is-active\">
  635.                 <h3 class=\"section-heading\">ココふるとは?</h3>
  636.                 <div class=\"about-box\">
  637.                     <div class=\"about-text\">
  638.                         <p>「ココふる」とは現地消費に特化した新しいカタチの「ふるさと納税サービス」です。<br>
  639.                         今訪れているこの場で、すぐに使えるお礼の品だけを集めました。レジャー施設や宿泊施設のご優待などをお礼の品として受け取り、旅中のご予定を少しお得に体験して、地域を応援してみませんか?<br>
  640.                         寄附のお申し込みはスマートフォンでお手続き可能です。従来のふるさと納税とは違い、その場ですぐに利用できますので、ご自宅への郵送もなく気軽にお申し込みいただけます。<br>
  641.                         皆さまが、ここで体験する新しい思い出づくりのお役にたてることを楽しみにお待ちしております。</p>
  642.                     </div>
  643.                     <div class=\"about-logo\">
  644.                         <img src=\"";
  645.         // line 603
  646.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/logo-box.png"), "html"nulltrue);
  647.         echo "\" alt=\"";
  648.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'603$this->source); })()), "shop_name", [], "any"falsefalsefalse603), "html"nulltrue);
  649.         echo "\">
  650.                     </div>
  651.                 </div>
  652.             </div>
  653.             
  654.             <div id=\"merit-cocofuru\" class=\"page-section js-panel\">
  655.                 <h3 class=\"section-heading\">メリット</h3>
  656.                 <div class=\"merit-box\">
  657.                     <ul class=\"merit-list\">
  658.                         <li class=\"merit-list__item\">
  659.                             <div class=\"merit-img\">
  660.                                 <img src=\"";
  661.         // line 614
  662.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/merit-01.png?1"), "html"nulltrue);
  663.         echo "\" alt=\"\">
  664.                             </div>
  665.                             <h3 class=\"merit-title\">今すぐに<br>お礼の品を受け取れる</h3>
  666.                             <p class=\"merit-text\">「ココふる」は納税したその場ですぐにお礼の品を受け取ることができます。配送の心配もゼロ、管理の心配もゼロ。楽しみがすぐにあなたのもとへ届きます。</p>
  667.                         </li>
  668.                         <li class=\"merit-list__item\">
  669.                             <div class=\"merit-img\">
  670.                                 <img src=\"";
  671.         // line 621
  672.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/merit-02.png?1"), "html"nulltrue);
  673.         echo "\" alt=\"\">
  674.                             </div>
  675.                             <h3 class=\"merit-title\">いつもの旅をお得に<br>グレードアップできる</h3>
  676.                             <p class=\"merit-text\">旅先での少しの贅沢を「寄附」という形で行うことで、いつもより少しお得に旅中のご予定をグレードアップさせることができます。</p>
  677.                         </li>
  678.                         <li class=\"merit-list__item\">
  679.                             <div class=\"merit-img\">
  680.                                 <img src=\"";
  681.         // line 628
  682.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/merit-03.png?1"), "html"nulltrue);
  683.         echo "\" alt=\"\">
  684.                             </div>
  685.                             <h3 class=\"merit-title\">ここでしか味わえない<br>特別な体験ができる</h3>
  686.                             <p class=\"merit-text\">ここにしかない景色、ここにしかない食材、ここにしかない遊び、ここにしかない人々。旅先では旅先にしかない魅力が沢山あります。<br>
  687.                             「ココふる」を通して特別な体験を提供いたします。</p>
  688.                         </li>
  689.                     </ul>
  690.                 </div>
  691.             </div>
  692.             
  693.             <div id=\"howto-cocofuru\" class=\"page-section js-panel\">
  694.                 <h3 class=\"section-heading\">ご利用方法</h3>
  695.                 <div class=\"page-inner\">
  696.                     <div class=\"howto-box\">
  697.                         <h3 class=\"howto-title\"><span>1. </span>QRコードからサイトにアクセスして、お礼の品を選択</h3>
  698.                         <div class=\"howto-movie\">
  699.                             <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5XhA03UEzO0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
  700.                         </div>
  701.                         <h3 class=\"howto-title\"><span>2. </span>利用規約に同意いただき、新規会員登録</h3>
  702.                         <div class=\"howto-movie\">
  703.                             <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/MCfChwSqXzQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
  704.                         </div>
  705.                         <h3 class=\"howto-title\"><span>3. </span>寄附を進める</h3>
  706.                         <div class=\"howto-movie\">
  707.                             <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/IzuuEVQw1k8\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
  708.                         </div>
  709.                         <h3 class=\"howto-title\"><span>4. </span>お礼の品の申し込みを確認、受け取る</h3>
  710.                         <div class=\"howto-movie\">
  711.                             <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/8vZop1zCNEM\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
  712.                         </div>
  713.                     </div>
  714.                 </div>
  715.             </div>
  716.             
  717.             <div id=\"faq-cocofuru\" class=\"page-section js-panel\">
  718.                 <h2 class=\"section-heading\">よくあるご質問</h2>
  719.                 <div class=\"faq-box\">
  720.                     <div class=\"faq-inner\">
  721.                         <dl class=\"faq-item\">
  722.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>「ココふる」利用後の流れは?<span class=\"open-icon\"></span></dt>
  723.                             <dd class=\"faq-ans\">ご入力いただいた住所に各自治体から「寄付金受領証明書」が届きます。その後、税金の控除をお受けください。詳しくは<a href=\"/help/about_furusatotax\">こちら</a>。</dd>
  724.                         </dl>
  725.                         <dl class=\"faq-item\">
  726.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>利用場所がわかりません。<span class=\"open-icon\"></span></dt>
  727.                             <dd class=\"faq-ans\">本サイト、お礼の品ページに記載がございます。<a href=\"/products/list\">こちら</a>をご確認ください。その他詳細に関しましては、
  728.             各施設にお問い合わせください。</dd>
  729.                         </dl>
  730.                         <dl class=\"faq-item\">
  731.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>決済エラーが出ました。<span class=\"open-icon\"></span></dt>
  732.                             <dd class=\"faq-ans\">
  733.                                 決済に関するお問い合わせは、下記番号までご連絡下さいますよう、お願いします。サポート担当者へ決済エラーが表示された旨をお伝えください。<br><br>
  734.                                 <div><b>決済サポート:0120-599-526</b></div>
  735.                                 <div class=\"reception-hours\"><b>受付時間 10:00〜20:00</b></div>
  736.                             </dd>
  737.                         </dl>
  738.                         <dl class=\"faq-item\">
  739.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>寄付完了メールが届きません。<span class=\"open-icon\"></span></dt>
  740.                             <dd class=\"faq-ans\">
  741.                                 マイページの購入履歴から寄附が完了しているかご確認ください。また、下記内容にもご注意ください。<br><br>
  742.                                 <span class=\"add-padding\"><span>・</span>迷惑メールフィルタでの受信をしていないか</span>
  743.                                 <span class=\"add-padding\"><span>・</span>会員登録時にご登録いただいたメールアドレスが間違っていないかどうか<span>
  744.                             </dd>
  745.                         </dl>
  746.                         <dl class=\"faq-item\">
  747.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>クレジットカード以外の決済方法は?<span class=\"open-icon\"></span></dt>
  748.                             <dd class=\"faq-ans\">現在「ココふる」での決済方法はクレジットカードのみとなっております。ご了承ください。</dd>
  749.                         </dl>
  750.                         <dl class=\"faq-item\">
  751.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>ログインIDとパスワードを忘れました。<span class=\"open-icon\"></span></dt>
  752.                             <dd class=\"faq-ans\">
  753.                                 ログインIDは新規会員登録時にご登録いただいたメールアドレスです。<br>
  754.                                 パスワードをお忘れの場合は、<a href=\"/mypage/change\">こちら</a>より再設定をお願いします。
  755.                             </dd>
  756.                         </dl>
  757.                         <dl class=\"faq-item\">
  758.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>住所が変わりました。<span class=\"open-icon\"></span></dt>
  759.                             <dd class=\"faq-ans\">
  760.                                 <p class=\"faq-ans-desc\">マイページより会員情報を変更ください。</p>
  761.                                 <p class=\"faq-ans-desc\">既に今年の寄付がお済みの場合は、寄付申請時の登録情報で手続きされています。マイページの変更内容は、過去の寄付済み情報に自動で反映はされませんので、状況に応じて以下のご対応をお願いいたします。(寄付者住所・氏名は、ふるさと納税を行った翌年1月1日時点の住民票記載情報をご登録していただく必要があります。)</p>
  762.                                 <ul class=\"faq-ans-desc-list\">
  763.                                     <li>各種書類を未受領の場合:当自治体へ変更のご連絡をお願いいたします。</li>
  764.                                     <li>控除手続き前(確定申告またはワンストップ特例が未申請)の場合:当自治体へ変更のご連絡をお願いいたします。</li>
  765.                                     <li>控除手続き後(ワンストップ特例が申請済み)の場合:<a href=\"";
  766.         // line 710
  767.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  768.         echo "html/template/default/assets/pdf/declaration.pdf\" download=\"申告特例申請事項変更届.pdf\">申告特例申請事項変更届</a>をダウンロードしていただき、当自治体へ寄付を行った年の翌年1月10日(必着)までにご郵送ください。</li>
  769.                                 </ul>
  770.                             </dd>
  771.                         </dl>
  772.                     </div>
  773.                 </div>
  774.                 <p class=\"faq-note\">その他、お問い合わせは<a href=\"/contact\">こちら</a>まで。</p>
  775.             </div>
  776.     
  777.         </div>
  778.     </div>
  779.     ";
  780.         // line 722
  781.         echo "    
  782. </div>
  783. ";
  784.         
  785.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  786.         
  787.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  788.     }
  789.     public function getTemplateName()
  790.     {
  791.         return "Help/about_cocofuru.twig";
  792.     }
  793.     public function isTraitable()
  794.     {
  795.         return false;
  796.     }
  797.     public function getDebugInfo()
  798.     {
  799.         return array (  808 => 722,  794 => 710,  709 => 628,  699 => 621,  689 => 614,  673 => 603,  640 => 573,  544 => 479,  68 => 4,  58 => 3,  35 => 1,);
  800.     }
  801.     public function getSourceContext()
  802.     {
  803.         return new Source("{% extends 'default_frame.twig' %}
  804. {% block main %}
  805. <style>
  806.     html {
  807.       scroll-behavior: smooth;
  808.     }
  809.     img {
  810.         max-width: 100%;
  811.     }
  812.     ul {
  813.         list-style: none;
  814.         margin: 0;
  815.         padding: 0;
  816.     }
  817.     .page-contents {
  818.         max-width: 1150px;
  819.         margin: 0 auto;
  820.     }
  821.     .container {
  822.         width: min(100% - 15px, 1720px);
  823.         margin-inline: auto;
  824.         padding-right: 5px;
  825.         padding-left: 5px;
  826.     }
  827.     .page-section {
  828.         max-width: 1600px;
  829.         padding: 100px 0 80px 0;
  830.         margin-inline: auto;
  831.     }
  832.     @media(max-width:991px) {
  833.         .page-section {
  834.             padding: 40px 0 40px 0;
  835.         }
  836.     }
  837.     .page-heading {
  838.         width: min(100% - 30px, 1840px);
  839.         margin-inline: auto;
  840.         padding: 80px 0 10px 0;
  841.         margin-bottom: 60px;
  842.         border-bottom: solid 1px #707070;
  843.     }
  844.     @media(max-width:991px) {
  845.         .page-heading {
  846.             padding: 40px 0 10px 0;
  847.             margin-bottom: 40px;
  848.         }
  849.     }
  850.     @media(max-width:480px) {
  851.         .page-heading {
  852.             border-top: solid 1px #707070;
  853.             padding: 8px 0 8px 0;
  854.             margin-bottom:10px;
  855.         }
  856.     }
  857.     .page-title {
  858.         max-width: 1720px;
  859.         font-size: max(20px, min(3.8vw,30px) );
  860.         font-weight: 600;
  861.         color: #707070;
  862.         margin: 0 auto;
  863.         line-height: 1.4;
  864.     }
  865.     .section-heading {
  866.         display: inline-block;
  867.         font-size: max(24px, min(3vw,16px) );
  868.         font-weight: 600;
  869.         color: #fff;
  870.         background: #000;
  871.         border-radius: 60px;
  872.         padding: 28px;
  873.         margin: 0 0 50px 0;
  874.     }
  875.     @media(max-width:480px) {
  876.         .section-heading {
  877.             display: none;
  878.         }
  879.     }
  880.     /*MV*/
  881.     .cocofuru-mv {
  882.         margin-right: calc(50% - 50vw);
  883.         margin-left: calc(50% - 50vw);
  884.     }
  885.     .mv-photo {
  886.         width: 100%;
  887.     }
  888.     @media(max-width:480px) {
  889.         .cocofuru-mv {
  890.             display: none;
  891.         }
  892.     }
  893.     /*ページナビ*/
  894.     .page-nav {
  895.         display: flex;
  896.         background: #e3e3e3;
  897.     }
  898.     .page-nav__item {
  899.         flex: 1;
  900.         position: relative;
  901.         display: flex;
  902.         align-items: center;
  903.     }
  904.     .page-nav__item:not(:last-of-type)::after {
  905.         content: \"\";
  906.         display: inline-block;
  907.         width: .5px;
  908.         height: 50%;
  909.         background: #000;
  910.     }
  911.     .page-nav__link {
  912.         color: #000;
  913.         font-size: max(12px, min(3vw,24px) );
  914.         font-weight: 600;
  915.         display: block;
  916.         text-align: center;
  917.         padding: 20px 0;
  918.         width: 100%;
  919.     }
  920.     .page-nav__link:hover {
  921.         text-decoration: none;
  922.         color: #000;
  923.     }
  924.     .page-nav__link:hover::after {
  925.         content: \"\";
  926.         display: block;
  927.         position: absolute;
  928.         bottom: 0;
  929.         left: 0;
  930.         right: 0;
  931.         max-width: 256px;
  932.         height: 9px;
  933.         background: #63A7D5;
  934.         margin: 0 auto;
  935.     }
  936.     /*ここふるとは*/
  937.     .about-box {
  938.         display: grid;
  939.         grid-template: auto / 60% 1fr;
  940.         gap: 20px 60px;
  941.     }
  942.     .about-text p {
  943.         font-size: max(16px, min(3vw,20px) );
  944.         color: #707070;
  945.         line-height: 1.8;
  946.     }
  947.     .about-logo {
  948.     }
  949.     @media(max-width:767px) {
  950.         .about-box {
  951.             display: block;
  952.         }
  953.         .about-text {
  954.             width: 100%;
  955.             margin: 0 auto;
  956.         }
  957.         .about-logo {
  958.             width: 80%;
  959.             margin: 25px auto 0 auto;
  960.         }
  961.     }
  962.     @media(max-width:480px) {
  963.         .about-text,
  964.         .about-logo {
  965.             max-width: 370px;
  966.         }
  967.     }
  968.     /*メリット*/
  969.     .merit-box {
  970.         /*padding: 20px 0 0 0;*/
  971.     }
  972.     .merit-list {
  973.         display: grid;
  974.         grid-template-columns: repeat(3, 1fr);
  975.         gap: 45px 100px;
  976.     }
  977.     .merit-img {
  978.         max-width: 300px;
  979.         margin: 0 auto;
  980.     }
  981.     .merit-title {
  982.         font-weight: 600;
  983.         font-size: max(18px, min(2vw,24px) );
  984.         color: #707070;
  985.         line-height: 1.6;
  986.         text-align: center;
  987.         margin-top: 3rem;
  988.         margin-bottom: 3rem;
  989.         min-height: 3em;
  990.         display: grid;
  991.         place-items: center;
  992.     }
  993.     @media(max-width:480px) {
  994.         .merit-title {
  995.             margin-top: 2rem;
  996.             margin-bottom: 2rem;
  997.         }
  998.     }
  999.     .merit-text {
  1000.         font-size: max(16px, min(2vw,14px) );
  1001.         color: #707070;
  1002.         line-height: 1.6;
  1003.         text-align: center;
  1004.         max-width: 385px;
  1005.         margin: 0 auto;
  1006.     }
  1007.     @media(max-width:991px) {
  1008.         .merit-list {
  1009.             gap: 45px 50px;
  1010.         }
  1011.         .merit-img {
  1012.             max-width: 200px;
  1013.         }
  1014.     }
  1015.     @media(max-width:740px) {
  1016.         .merit-list {
  1017.             grid-template-columns: repeat(1, 1fr);
  1018.         }
  1019.         .merit-title br {
  1020.             display: none;
  1021.         }
  1022.     }
  1023.     @media(max-width:480px) {
  1024.         .merit-img {
  1025.             max-width: 160px;
  1026.         }
  1027.     }
  1028.     /*ご利用方法*/
  1029.     .howto-box {
  1030.         width: min(100% - 18px, 1720px);
  1031.         margin: 0 auto;
  1032.     }
  1033.     .howto-title {
  1034.         font-size: max(28px, min(3vw,16px) );
  1035.         font-weight: 600;
  1036.         color: #707070;
  1037.         border-bottom: solid 1px #707070;
  1038.         padding: 0 1em 10px 1em;
  1039.         margin-inline: auto;
  1040.         line-height: 1.4;
  1041.     }
  1042.     .howto-movie {
  1043.         width: 88%;
  1044.         aspect-ratio: 16/9;
  1045.         margin: 50px auto 100px auto;
  1046.     }
  1047.     .howto-movie:last-of-type {
  1048.         margin-bottom: 0;
  1049.     }
  1050.     .howto-movie iframe {
  1051.         width: 100%;
  1052.         height: 100%;
  1053.         display: block;
  1054.     }
  1055.     @media(max-width:740px) {
  1056.         .howto-title {
  1057.             padding: 0 0 5px 0;
  1058.         }
  1059.     }
  1060.     @media(max-width:480px) {
  1061.         .howto-title {
  1062.             font-size: max(18px, min(2vw,24px) );
  1063.             padding-left: 20px;
  1064.         }
  1065.         .howto-title span {
  1066.             display: inline-block;
  1067.             margin-left: -20px;
  1068.             width: 20px;
  1069.         }
  1070.         .howto-movie {
  1071.             margin: 15px auto 40px auto;
  1072.             width: 95%;
  1073.         }
  1074.     }
  1075.     /*FAQ*/
  1076.     .faq-box {
  1077.         background: #fafafa;
  1078.         padding: 60px 0;
  1079.         margin: 0 auto 60px auto;
  1080.         border-radius: 50px;
  1081.         box-shadow: 3px 4px 6px rgb(0 0 0 / 16%);
  1082.     }
  1083.     .faq-inner {
  1084.         width: min(100% - 60px, 1300px);
  1085.         margin-inline: auto;
  1086.     }
  1087.     .faq-item {
  1088.         border: solid 2px #707070;
  1089.         background: #fff;
  1090.         border-radius: 35px;
  1091.         padding: 15px 30px;
  1092.         margin-bottom: 50px;
  1093.         cursor: pointer;
  1094.     }
  1095.     .faq-item:last-of-type {
  1096.         margin-bottom: 0;
  1097.     }
  1098.     .faq-qs {
  1099.         font-size: max(28px, min(3vw,16px) );
  1100.         font-weight: 600;
  1101.         padding-right: 20px;
  1102.         display: flex;
  1103.         position: relative;
  1104.     }
  1105.     .q-icon {
  1106.         width: 1.5em;
  1107.     }
  1108.     .faq-ans {
  1109.         font-size: max(14px, min(3vw,20px) );
  1110.         font-weight: 600;
  1111.         color: #707070;
  1112.         height: 0;
  1113.         padding: 0 2.2em;
  1114.         overflow: hidden;
  1115.         text-align: justify;
  1116.         transition-duration: .3s;
  1117.     }
  1118.     .faq-ans a {
  1119.         text-decoration: underline;
  1120.     }
  1121.     .faq-item.active .faq-ans {
  1122.         padding: 20px 2.2em 0 2.2em;
  1123.         height: auto;
  1124.         overflow: visible;
  1125.     }
  1126.     .faq-ans-desc {
  1127.         margin-bottom: 30px;
  1128.     }
  1129.     .faq-ans-desc-list {
  1130.         list-style: disc;
  1131.     }
  1132.     .faq-ans-desc-list li {
  1133.         margin-bottom: 10px;
  1134.     }
  1135.     .open-icon {
  1136.         background: #000;
  1137.         width: 40px;
  1138.         height: 40px;
  1139.         margin-left: auto;
  1140.         align-self: center;
  1141.         border-radius: 999px;
  1142.         display: flex;
  1143.         align-items: center;
  1144.         justify-content: center;
  1145.     }
  1146.     .open-icon::before {
  1147.         content: \"\";
  1148.         background: url(/html/template/default/assets/img/help/plus-icon.svg) no-repeat;
  1149.         background-size: contain;
  1150.         display: block;
  1151.         width: 30px;
  1152.         height: 30px;
  1153.     }
  1154.     .faq-item.active .open-icon::before {
  1155.         content: \"\";
  1156.         background: url(/html/template/default/assets/img/help/minus-icon.svg) no-repeat;
  1157.         background-size: contain;
  1158.         display: block;
  1159.         width: 30px;
  1160.         height: 30px;
  1161.     }
  1162.     .faq-note {
  1163.         margin: 0 auto;
  1164.         font-size: max(16px, min(3vw,20px) );
  1165.         color: #707070;
  1166.     }
  1167.     .faq-note a {
  1168.         text-decoration: underline;
  1169.     }
  1170.     .add-padding {
  1171.         display: block;
  1172.         padding-left: 13px;
  1173.     }
  1174.     .add-padding span {
  1175.         margin-left: -13px;
  1176.     }
  1177.     @media(max-width:767px) {
  1178.         .faq-item {
  1179.             border-radius: 25px;
  1180.             padding: 10px 20px;
  1181.         }
  1182.         .faq-qs {
  1183.             padding-right: 0;
  1184.         }
  1185.     }
  1186.     @media(max-width:599px) {
  1187.         .faq-box {
  1188.             border-radius: 14px;
  1189.             padding: 20px 12px;
  1190.             margin-bottom: 20px;
  1191.         }
  1192.         .faq-item.active {
  1193.             border-radius: 25px;
  1194.         }
  1195.         .faq-inner {
  1196.             width: 100%;
  1197.         }
  1198.         .faq-item {
  1199.             margin-bottom: 15px;
  1200.         }
  1201.         .faq-ans {
  1202.             padding: 0 0 0 0;
  1203.             text-align: justify;
  1204.         }
  1205.         .faq-item.active .faq-ans {
  1206.             padding: 20px 0 0 0;
  1207.         }
  1208.         .open-icon {
  1209.             width: 24px;
  1210.             height: 24px;
  1211.         }
  1212.         .open-icon::before,
  1213.         .faq-item.active .open-icon::before {
  1214.             width: 15px;
  1215.             height: 15px;
  1216.         }
  1217.         .faq-ans-desc-list {
  1218.             list-style-position: outside;
  1219.             padding: 0 0 0 16px;
  1220.         }
  1221.     }
  1222.     @media(max-width:480px) {
  1223.         .faq-qs {
  1224.             font-size: max(16px, min(2vw,20px) );
  1225.         }
  1226.         .faq-item {
  1227.             border-radius: 25px;
  1228.             padding: 10px;
  1229.         }
  1230.     }
  1231.     .faq-ans .reception-hours {
  1232.         padding: 1rem 0 0 13.8rem;
  1233.     }
  1234.     @media(min-width:480px) and (max-width:740px) {
  1235.         .faq-ans .reception-hours {
  1236.             padding: 0.5rem 0 0 11.2rem;
  1237.         }
  1238.     }
  1239.     @media(max-width:599px) {
  1240.         .faq-ans .reception-hours {
  1241.             padding: 0.5rem 0 0 11.2rem;
  1242.         }
  1243.     }
  1244.     @media(max-width:480px) {
  1245.         .faq-ans .reception-hours {
  1246.             padding: 0.5rem 0 0 9.6rem;
  1247.         }
  1248.     }
  1249.     /* SP タブ*/
  1250.     @media(max-width:480px) {
  1251.         .page-nav__link {
  1252.             padding: 15px 0;
  1253.         }
  1254.         .page-nav__item .page-nav__link::after {
  1255.             content: \"\";
  1256.             display: block;
  1257.             position: absolute;
  1258.             bottom: 0;
  1259.             left: 0;
  1260.             right: 0;
  1261.             width: 80%;
  1262.             height: 4px;
  1263.             background: #e3e3e3;
  1264.             margin: 0 auto;
  1265.         }
  1266.         .page-nav__item.is-active .page-nav__link::after {
  1267.             background: #63A7D5;
  1268.         }
  1269.         .page-section {
  1270.             display: none;
  1271.         }
  1272.         .page-section.is-active {
  1273.             display: block;
  1274.         }
  1275.     }
  1276.     {# タブレット #}
  1277.     @media(min-width:480px) and (max-width:740px) {
  1278.         .page-nav__link {
  1279.             font-size: 3vw;
  1280.             padding: 10px 0;
  1281.         }
  1282.         .merit-list__item {
  1283.             margin-bottom: 3.2rem;
  1284.         }
  1285.         .about-text p,
  1286.         .about-note,
  1287.         .merit-text__note,
  1288.         .merit-text,
  1289.         .step-item__text,
  1290.         .step-item__note,
  1291.         .footer-text {
  1292.             font-size: max(18px, min(2.8vw,16px) );
  1293.         }
  1294.         .merit-title,
  1295.         .howto-title {
  1296.             font-size: max(24px, min(4vw,20px) );
  1297.             margin-top: 1rem;
  1298.             margin-bottom: 1rem;
  1299.         }
  1300.         .faq-qs {
  1301.             font-size: max(22px, min(4vw,18px) );
  1302.         }
  1303.         .faq-ans {
  1304.             font-size: max(12px, min(3vw,16px) );
  1305.         }
  1306.         .open-icon {
  1307.             width: 30px;
  1308.             height: 30px;
  1309.         }
  1310.         .merit-text,
  1311.         .merit-text__note {
  1312.             max-width: 85%;
  1313.             margin: 0 auto 10px;
  1314.         }
  1315.         .step-item {
  1316.             padding: 38px;
  1317.         }
  1318.     }
  1319. </style>
  1320. <script>
  1321.     (function(d) {
  1322.     var config = {
  1323.         kitId: 'rhd5jop',
  1324.         scriptTimeout: 3000,
  1325.         async: true
  1326.     },
  1327.     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)
  1328.     })(document);
  1329.     \$(function() {
  1330.         const faq_open = \$(\".js-open\");
  1331.         faq_open.on('click', function () {
  1332.             \$(this).parent('.faq-item').toggleClass(\"active\");
  1333.         });
  1334.     });
  1335.     function switchByWidth() {
  1336.         if (window.matchMedia('(max-width: 480px)').matches) {
  1337.             // タブ
  1338.             \$('.js-tab').on('click', function(e) {
  1339.                 e.preventDefault()
  1340.                 \$('.js-tab, .js-panel').removeClass('is-active');
  1341.                 \$(this).addClass('is-active');
  1342.                 var index = \$('.js-tab').index(this);
  1343.                 \$('.js-panel').eq(index).addClass('is-active');
  1344.             });
  1345.         }
  1346.     }
  1347.     window.onload = switchByWidth;
  1348.     window.onresize = switchByWidth;
  1349.     loadFaqCocofuru = () => {
  1350.         const currentHash = window.location.hash
  1351.         if(currentHash) {
  1352.             const navHrefs = Array.from(document.querySelectorAll('.page-nav__link'),
  1353.             link => link.getAttribute('href'))
  1354.             navHrefs.includes(currentHash) ? 
  1355.             document.querySelector(`.page-nav__link[href='\${currentHash}']`).click() : null;
  1356.         }
  1357.     }
  1358.     window.matchMedia('(max-width: 480px)').matches ?
  1359.     window.addEventListener('load', loadFaqCocofuru) : null;
  1360. </script>
  1361. <div class=\"cocofuru-mv\">
  1362.     <img class=\"mv-photo\" src=\"{{ asset('assets/img/help/about-cocofuru-mv.jpg') }}\" alt=\"ココふるとは\">
  1363. </div>
  1364. <div class=\"page-contents\">
  1365.     
  1366.     <div class=\"page-heading\">
  1367.         <h2 class=\"page-title\">ココふるとは</h2>
  1368.     </div>
  1369.     
  1370.     <ul class=\"page-nav\">
  1371.         <li class=\"page-nav__item js-tab is-active\"><a class=\"page-nav__link\" href=\"#about-cocofuru\">ココふるとは?</a></li>
  1372.         <li class=\"page-nav__item js-tab\"><a class=\"page-nav__link\" href=\"#merit-cocofuru\">メリット</a></li>
  1373.         <li class=\"page-nav__item js-tab\"><a class=\"page-nav__link\" href=\"#howto-cocofuru\">ご利用方法</a></li>
  1374.         <li class=\"page-nav__item js-tab\"><a class=\"page-nav__link\" href=\"#faq-cocofuru\">よくあるご質問</a></li>
  1375.     </ul>
  1376.     <div class=\"container\">
  1377.         
  1378.         <div class=\"page-wrap\">
  1379.         
  1380.             <div id=\"about-cocofuru\" class=\"page-section js-panel is-active\">
  1381.                 <h3 class=\"section-heading\">ココふるとは?</h3>
  1382.                 <div class=\"about-box\">
  1383.                     <div class=\"about-text\">
  1384.                         <p>「ココふる」とは現地消費に特化した新しいカタチの「ふるさと納税サービス」です。<br>
  1385.                         今訪れているこの場で、すぐに使えるお礼の品だけを集めました。レジャー施設や宿泊施設のご優待などをお礼の品として受け取り、旅中のご予定を少しお得に体験して、地域を応援してみませんか?<br>
  1386.                         寄附のお申し込みはスマートフォンでお手続き可能です。従来のふるさと納税とは違い、その場ですぐに利用できますので、ご自宅への郵送もなく気軽にお申し込みいただけます。<br>
  1387.                         皆さまが、ここで体験する新しい思い出づくりのお役にたてることを楽しみにお待ちしております。</p>
  1388.                     </div>
  1389.                     <div class=\"about-logo\">
  1390.                         <img src=\"{{ asset('assets/img/help/logo-box.png') }}\" alt=\"{{ BaseInfo.shop_name }}\">
  1391.                     </div>
  1392.                 </div>
  1393.             </div>
  1394.             
  1395.             <div id=\"merit-cocofuru\" class=\"page-section js-panel\">
  1396.                 <h3 class=\"section-heading\">メリット</h3>
  1397.                 <div class=\"merit-box\">
  1398.                     <ul class=\"merit-list\">
  1399.                         <li class=\"merit-list__item\">
  1400.                             <div class=\"merit-img\">
  1401.                                 <img src=\"{{ asset('assets/img/help/merit-01.png?1') }}\" alt=\"\">
  1402.                             </div>
  1403.                             <h3 class=\"merit-title\">今すぐに<br>お礼の品を受け取れる</h3>
  1404.                             <p class=\"merit-text\">「ココふる」は納税したその場ですぐにお礼の品を受け取ることができます。配送の心配もゼロ、管理の心配もゼロ。楽しみがすぐにあなたのもとへ届きます。</p>
  1405.                         </li>
  1406.                         <li class=\"merit-list__item\">
  1407.                             <div class=\"merit-img\">
  1408.                                 <img src=\"{{ asset('assets/img/help/merit-02.png?1') }}\" alt=\"\">
  1409.                             </div>
  1410.                             <h3 class=\"merit-title\">いつもの旅をお得に<br>グレードアップできる</h3>
  1411.                             <p class=\"merit-text\">旅先での少しの贅沢を「寄附」という形で行うことで、いつもより少しお得に旅中のご予定をグレードアップさせることができます。</p>
  1412.                         </li>
  1413.                         <li class=\"merit-list__item\">
  1414.                             <div class=\"merit-img\">
  1415.                                 <img src=\"{{ asset('assets/img/help/merit-03.png?1') }}\" alt=\"\">
  1416.                             </div>
  1417.                             <h3 class=\"merit-title\">ここでしか味わえない<br>特別な体験ができる</h3>
  1418.                             <p class=\"merit-text\">ここにしかない景色、ここにしかない食材、ここにしかない遊び、ここにしかない人々。旅先では旅先にしかない魅力が沢山あります。<br>
  1419.                             「ココふる」を通して特別な体験を提供いたします。</p>
  1420.                         </li>
  1421.                     </ul>
  1422.                 </div>
  1423.             </div>
  1424.             
  1425.             <div id=\"howto-cocofuru\" class=\"page-section js-panel\">
  1426.                 <h3 class=\"section-heading\">ご利用方法</h3>
  1427.                 <div class=\"page-inner\">
  1428.                     <div class=\"howto-box\">
  1429.                         <h3 class=\"howto-title\"><span>1. </span>QRコードからサイトにアクセスして、お礼の品を選択</h3>
  1430.                         <div class=\"howto-movie\">
  1431.                             <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5XhA03UEzO0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
  1432.                         </div>
  1433.                         <h3 class=\"howto-title\"><span>2. </span>利用規約に同意いただき、新規会員登録</h3>
  1434.                         <div class=\"howto-movie\">
  1435.                             <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/MCfChwSqXzQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
  1436.                         </div>
  1437.                         <h3 class=\"howto-title\"><span>3. </span>寄附を進める</h3>
  1438.                         <div class=\"howto-movie\">
  1439.                             <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/IzuuEVQw1k8\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
  1440.                         </div>
  1441.                         <h3 class=\"howto-title\"><span>4. </span>お礼の品の申し込みを確認、受け取る</h3>
  1442.                         <div class=\"howto-movie\">
  1443.                             <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/8vZop1zCNEM\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
  1444.                         </div>
  1445.                     </div>
  1446.                 </div>
  1447.             </div>
  1448.             
  1449.             <div id=\"faq-cocofuru\" class=\"page-section js-panel\">
  1450.                 <h2 class=\"section-heading\">よくあるご質問</h2>
  1451.                 <div class=\"faq-box\">
  1452.                     <div class=\"faq-inner\">
  1453.                         <dl class=\"faq-item\">
  1454.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>「ココふる」利用後の流れは?<span class=\"open-icon\"></span></dt>
  1455.                             <dd class=\"faq-ans\">ご入力いただいた住所に各自治体から「寄付金受領証明書」が届きます。その後、税金の控除をお受けください。詳しくは<a href=\"/help/about_furusatotax\">こちら</a>。</dd>
  1456.                         </dl>
  1457.                         <dl class=\"faq-item\">
  1458.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>利用場所がわかりません。<span class=\"open-icon\"></span></dt>
  1459.                             <dd class=\"faq-ans\">本サイト、お礼の品ページに記載がございます。<a href=\"/products/list\">こちら</a>をご確認ください。その他詳細に関しましては、
  1460.             各施設にお問い合わせください。</dd>
  1461.                         </dl>
  1462.                         <dl class=\"faq-item\">
  1463.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>決済エラーが出ました。<span class=\"open-icon\"></span></dt>
  1464.                             <dd class=\"faq-ans\">
  1465.                                 決済に関するお問い合わせは、下記番号までご連絡下さいますよう、お願いします。サポート担当者へ決済エラーが表示された旨をお伝えください。<br><br>
  1466.                                 <div><b>決済サポート:0120-599-526</b></div>
  1467.                                 <div class=\"reception-hours\"><b>受付時間 10:00〜20:00</b></div>
  1468.                             </dd>
  1469.                         </dl>
  1470.                         <dl class=\"faq-item\">
  1471.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>寄付完了メールが届きません。<span class=\"open-icon\"></span></dt>
  1472.                             <dd class=\"faq-ans\">
  1473.                                 マイページの購入履歴から寄附が完了しているかご確認ください。また、下記内容にもご注意ください。<br><br>
  1474.                                 <span class=\"add-padding\"><span>・</span>迷惑メールフィルタでの受信をしていないか</span>
  1475.                                 <span class=\"add-padding\"><span>・</span>会員登録時にご登録いただいたメールアドレスが間違っていないかどうか<span>
  1476.                             </dd>
  1477.                         </dl>
  1478.                         <dl class=\"faq-item\">
  1479.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>クレジットカード以外の決済方法は?<span class=\"open-icon\"></span></dt>
  1480.                             <dd class=\"faq-ans\">現在「ココふる」での決済方法はクレジットカードのみとなっております。ご了承ください。</dd>
  1481.                         </dl>
  1482.                         <dl class=\"faq-item\">
  1483.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>ログインIDとパスワードを忘れました。<span class=\"open-icon\"></span></dt>
  1484.                             <dd class=\"faq-ans\">
  1485.                                 ログインIDは新規会員登録時にご登録いただいたメールアドレスです。<br>
  1486.                                 パスワードをお忘れの場合は、<a href=\"/mypage/change\">こちら</a>より再設定をお願いします。
  1487.                             </dd>
  1488.                         </dl>
  1489.                         <dl class=\"faq-item\">
  1490.                             <dt class=\"faq-qs js-open\"><span class=\"q-icon\">Q.</span>住所が変わりました。<span class=\"open-icon\"></span></dt>
  1491.                             <dd class=\"faq-ans\">
  1492.                                 <p class=\"faq-ans-desc\">マイページより会員情報を変更ください。</p>
  1493.                                 <p class=\"faq-ans-desc\">既に今年の寄付がお済みの場合は、寄付申請時の登録情報で手続きされています。マイページの変更内容は、過去の寄付済み情報に自動で反映はされませんので、状況に応じて以下のご対応をお願いいたします。(寄付者住所・氏名は、ふるさと納税を行った翌年1月1日時点の住民票記載情報をご登録していただく必要があります。)</p>
  1494.                                 <ul class=\"faq-ans-desc-list\">
  1495.                                     <li>各種書類を未受領の場合:当自治体へ変更のご連絡をお願いいたします。</li>
  1496.                                     <li>控除手続き前(確定申告またはワンストップ特例が未申請)の場合:当自治体へ変更のご連絡をお願いいたします。</li>
  1497.                                     <li>控除手続き後(ワンストップ特例が申請済み)の場合:<a href=\"{{ url('homepage') }}html/template/default/assets/pdf/declaration.pdf\" download=\"申告特例申請事項変更届.pdf\">申告特例申請事項変更届</a>をダウンロードしていただき、当自治体へ寄付を行った年の翌年1月10日(必着)までにご郵送ください。</li>
  1498.                                 </ul>
  1499.                             </dd>
  1500.                         </dl>
  1501.                     </div>
  1502.                 </div>
  1503.                 <p class=\"faq-note\">その他、お問い合わせは<a href=\"/contact\">こちら</a>まで。</p>
  1504.             </div>
  1505.     
  1506.         </div>
  1507.     </div>
  1508.     {#container#}
  1509.     
  1510. </div>
  1511. {% endblock %}""Help/about_cocofuru.twig""/home/cajiya/fjdksla.com/public_html/cocofuru.fjdksla.com/src/Eccube/Resource/template/default/Help/about_cocofuru.twig");
  1512.     }
  1513. }