{% if app.session.get('header_footer_layout') == 'plaza' %}
<script>$(window).on("scroll", function(){$("#gnav").css("left", -$(window).scrollLeft());});</script>
<script>$(window).on("scroll", function(){$("#head_search").css("left", -$(window).scrollLeft());});</script>
<script async src="/js/viewport.js"></script>
<!-- TODO: SVG置換完了後に icon-placeholder.css の読み込みを削除(旧FontAwesome読み込み位置) -->
<link rel="stylesheet" href="/html/template/default/assets/css/icon-placeholder.css?v=8">
<link rel="stylesheet" href="/css/default_style.css?v=1" />
<link rel="stylesheet" href="/css/global.css?v=11" />
<link rel="stylesheet" href="/css/sm.css?v=26" media="screen and (max-width:640px)" />
<link rel="stylesheet" href="/css/pc.css?v=52" media="screen and (min-width:641px)" />
<link rel="stylesheet" href="/css/pc_plaza.css?v=11" media="screen and (min-width:641px)" />
<link rel="stylesheet" href="/css/sm_plaza.css?v=11" media="screen and (max-width:640px)" />
<link rel="stylesheet" href="/css/overwrite.css?v=16" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Croissant+One&family=Ramaraja&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css" />
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.umd.js"></script>
<style>.fancybox__container { z-index: 2147483640 !important; }</style>
<!-- WorldShopping Checkout -->
<script type="text/javascript" charset="UTF-8" async="true" src="https://checkout-api.worldshopping.jp/v1/script?token=coinpalace_jp"></script>
<!-- End WorldShopping Checkout -->
{% else %}
<script>$(window).on("scroll", function(){$("#gnav").css("left", -$(window).scrollLeft());});</script>
<script>$(window).on("scroll", function(){$("#head_search").css("left", -$(window).scrollLeft());});</script>
<script async src="/js/viewport.js"></script>
<!-- TODO: SVG置換完了後に icon-placeholder.css の読み込みを削除(旧FontAwesome読み込み位置) -->
<link rel="stylesheet" href="/html/template/default/assets/css/icon-placeholder.css?v=8">
<link rel="stylesheet" href="/css/default_style.css?v=1" />
<link rel="stylesheet" href="/css/global.css" />
<link rel="stylesheet" href="/css/sm.css?v=26" media="screen and (max-width:640px)" />
<link rel="stylesheet" href="/css/pc.css?v=52" media="screen and (min-width:641px)" />
<link rel="stylesheet" href="/css/overwrite.css?v=16" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Croissant+One&family=Ramaraja&display=swap" rel="stylesheet">
<!-- WorldShopping Checkout -->
<script type="text/javascript" charset="UTF-8" async="true" src="https://checkout-api.worldshopping.jp/v1/script?token=coinpalace_jp"></script>
<!-- End WorldShopping Checkout -->
{% endif %}