app/template/default/Block/common_script.twig line 1

Open in your IDE?
  1. {% if app.session.get('header_footer_layout') == 'plaza' %}
  2. <script>$(window).on("scroll", function(){$("#gnav").css("left", -$(window).scrollLeft());});</script>
  3. <script>$(window).on("scroll", function(){$("#head_search").css("left", -$(window).scrollLeft());});</script>
  4. <script async src="/js/viewport.js"></script>
  5. <!-- TODO: SVG置換完了後に icon-placeholder.css の読み込みを削除(旧FontAwesome読み込み位置) -->
  6. <link rel="stylesheet" href="/html/template/default/assets/css/icon-placeholder.css?v=8">
  7. <link rel="stylesheet" href="/css/default_style.css?v=1" />
  8. <link rel="stylesheet" href="/css/global.css?v=11" />
  9. <link rel="stylesheet" href="/css/sm.css?v=26" media="screen and (max-width:640px)" />
  10. <link rel="stylesheet" href="/css/pc.css?v=52" media="screen and (min-width:641px)" />
  11. <link rel="stylesheet" href="/css/pc_plaza.css?v=11" media="screen and (min-width:641px)" />
  12. <link rel="stylesheet" href="/css/sm_plaza.css?v=11" media="screen and (max-width:640px)" />
  13. <link rel="stylesheet" href="/css/overwrite.css?v=16" />
  14. <link rel="preconnect" href="https://fonts.googleapis.com">
  15. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  16. <link href="https://fonts.googleapis.com/css2?family=Croissant+One&family=Ramaraja&display=swap" rel="stylesheet">
  17. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css" />
  18. <script src="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.umd.js"></script>
  19. <style>.fancybox__container   { z-index: 2147483640 !important; }</style>
  20. <!-- WorldShopping Checkout -->
  21. <script type="text/javascript" charset="UTF-8" async="true" src="https://checkout-api.worldshopping.jp/v1/script?token=coinpalace_jp"></script>
  22. <!-- End WorldShopping Checkout -->
  23. {% else %}
  24. <script>$(window).on("scroll", function(){$("#gnav").css("left", -$(window).scrollLeft());});</script>
  25. <script>$(window).on("scroll", function(){$("#head_search").css("left", -$(window).scrollLeft());});</script>
  26. <script async src="/js/viewport.js"></script>
  27. <!-- TODO: SVG置換完了後に icon-placeholder.css の読み込みを削除(旧FontAwesome読み込み位置) -->
  28. <link rel="stylesheet" href="/html/template/default/assets/css/icon-placeholder.css?v=8">
  29. <link rel="stylesheet" href="/css/default_style.css?v=1" />
  30. <link rel="stylesheet" href="/css/global.css" />
  31. <link rel="stylesheet" href="/css/sm.css?v=26" media="screen and (max-width:640px)" />
  32. <link rel="stylesheet" href="/css/pc.css?v=52" media="screen and (min-width:641px)" />
  33. <link rel="stylesheet" href="/css/overwrite.css?v=16" />
  34. <link rel="preconnect" href="https://fonts.googleapis.com">
  35. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  36. <link href="https://fonts.googleapis.com/css2?family=Croissant+One&family=Ramaraja&display=swap" rel="stylesheet">
  37. <!-- WorldShopping Checkout -->
  38. <script type="text/javascript" charset="UTF-8" async="true" src="https://checkout-api.worldshopping.jp/v1/script?token=coinpalace_jp"></script>
  39. <!-- End WorldShopping Checkout -->
  40. {% endif %}