app/template/aneros2023/other/about_us_menu.twig line 1

Open in your IDE?
  1. <div id="about_us_menu" class="cms-page-menu">
  2.     <h2>アネロスジャパンについて</h2>
  3.     <ul>
  4.         <li class="accordion-link-opened">
  5.             <a href="{{ url('homepage') }}greeting" class="{% if body_class|default('') == 'greeting' %}selected{% endif %}">ご挨拶</a>
  6.         </li>
  7.         <li>
  8.             <a href="{{ url('homepage') }}company" class="{% if body_class|default('') == 'company' %}selected{% endif %}">会社概要</a>
  9.         </li>
  10.         <li>
  11.             <a href="{{ url('help_tradelaw') }}" class="{% if body_class|default('') == 'tradelaw' %}selected{% endif %}">特定商取引法に基づく表記</a>
  12.         </li>
  13.         <li>
  14.             <a href="{{ url('homepage') }}patent" class="{% if body_class|default('') == 'patent' %}selected{% endif %}">特許</a>
  15.         </li>
  16.         <li>
  17.             <a href="{{ url('homepage') }}disclaimer" class="{% if body_class|default('') == 'disclaimer' %}selected{% endif %}">免責事項</a>
  18.         </li>
  19.         <li class="accordion-link {% if body_class|default('') == 'privacy' %}accordion-link-opened{% endif %}">
  20.             <a href="{{ url('homepage') }}privacy" class="{% if body_class|default('') == 'privacy' %}selected{% endif %}">プライバシーポリシー</a>
  21.             <ul class="accordion-contr" id="menu-policies-wrap" style="display: {% if body_class|default('') == 'privacy' %}block{% else %}none{% endif %};">
  22.                 <li>
  23.                     <a href="{{ url('homepage') }}privacy#first">取組方針について</a>
  24.                 </li>
  25.                 <li>
  26.                     <a href="{{ url('homepage') }}privacy#second">個人情報の利用目的について</a>
  27.                 </li>
  28.                 <li>
  29.                     <a href="{{ url('homepage') }}privacy#third">個人情報の適正な取得について</a>
  30.                 </li>
  31.                 <li>
  32.                     <a href="{{ url('homepage') }}privacy#fourth">個人情報の第三者提供について</a>
  33.                 </li>
  34.                 <li>
  35.                     <a href="{{ url('homepage') }}privacy#fifth">クッキー(Cookie)及び、ウェブビーコンについて</a>
  36.                 </li>
  37.                 <li>
  38.                     <a href="{{ url('homepage') }}privacy#sixth">個人情報の正確性の確保について</a>
  39.                 </li>
  40.                 <li>
  41.                     <a href="{{ url('homepage') }}privacy#seventh">安全管理措置について</a>
  42.                 </li>
  43.                 <li>
  44.                     <a href="{{ url('homepage') }}privacy#eighth">お問い合わせについて</a>
  45.                 </li>
  46.                 <li>
  47.                     <a href="{{ url('homepage') }}privacy#ninth">「プライバシーポリシー」等の変更について</a>
  48.                 </li>
  49.             </ul>
  50.         </li>
  51.         <li class="accordion-link {% if body_class|default('') == 'terms' %}accordion-link-opened{% endif %}">
  52.             <a href="{{ url('homepage') }}terms" class="{% if body_class|default('') == 'terms' %}selected{% endif %}">ご利用条件</a>
  53.             <ul class="accordion-contr" id="menu-terms-wrap" style="display: {% if body_class|default('') == 'terms' %}block{% else %}none{% endif %};">
  54.                 <li>
  55.                     <a href="{{ url('homepage') }}terms#site-contents">著作権について</a>
  56.                 </li>
  57.                 <li>
  58.                     <a href="{{ url('homepage') }}terms#site-security">商標について</a>
  59.                 </li>
  60.                 <li>
  61.                     <a href="{{ url('homepage') }}terms#limited-quantities">メールについて</a>
  62.                 </li>
  63.                 <li>
  64.                     <a href="{{ url('homepage') }}terms#user-suggestions-ideas">コンテンツの保証について</a>
  65.                 </li>
  66.                 <li>
  67.                     <a href="{{ url('homepage') }}terms#the-discussion-forum">Cookie(クッキー)について</a>
  68.                 </li>
  69.                 <li>
  70.                     <a href="{{ url('homepage') }}terms#indemnification">免責について</a>
  71.                 </li>
  72.                 <li>
  73.                     <a href="{{ url('homepage') }}terms#termination">セキュリティについて</a>
  74.                 </li>
  75.                 <li>
  76.                     <a href="{{ url('homepage') }}terms#links-to-third-party-web-sites">本サイト提供の一時中断</a>
  77.                 </li>
  78.                 <li>
  79.                     <a href="{{ url('homepage') }}terms#product-disclaimer">本サイトの変更</a>
  80.                 </li>
  81.                 <li>
  82.                     <a href="{{ url('homepage') }}terms#riyo-kiyaku-kaitei">利用規約の改訂について</a>
  83.                 </li>
  84.             </ul>
  85.         </li>
  86.         <li>
  87.             <a href="/aneros-af/login.php">アフィリエイト</a>
  88.         </li>
  89.         <li>
  90.             <a href="{{ url('homepage') }}refund-policy" class="{% if body_class|default('') == 'refund-policy' %}selected{% endif %}">返金保証</a>
  91.         </li>
  92.         <li>
  93.             <a href="{{ url('homepage') }}warranty-policy" class="{% if body_class|default('') == 'warranty-policy' %}selected{% endif %}">保証</a>
  94.         </li>
  95.         <li>
  96.             <a href="{{ url('homepage') }}payment" class="{% if body_class|default('') == 'payment' %}selected{% endif %}">支払方法</a>
  97.         </li>
  98.         <li>
  99.             <a href="{{ url('homepage') }}shipping" class="{% if body_class|default('') == 'shipping' %}selected{% endif %}">発送方法</a>
  100.         </li>
  101.         <li>
  102.             <a href="{{ url('homepage') }}aneros-members" class="{% if body_class|default('') == 'aneros-members' %}selected{% endif %}">ANEROS MEMBERS</a>
  103.         </li>
  104.         <li>
  105.             <a href="{{ url('homepage') }}faqs" class="{% if body_class|default('') == 'faqs' %}selected{% endif %}">よくある質問</a>
  106.         </li>
  107.         <li class="contact-link">
  108.             <a href="{{ url('homepage') }}contact">お問い合わせ</a>
  109.         </li>
  110.     </ul>
  111. </div>