@include("/include/siteparts/mobile-navigation.html", { "module_id": "nav_global_sp" })
@include("/include/parts/button.html", { "href": "%{BASE_URL}%{SIGNIN_SEGMENT}/", "className": "is-arrow is-lg is-block", "text": "サインイン" })
@include("/include/parts/button.html", { "href": "%{BASE_URL}%{SIGNUP_SEGMENT}", "className": "is-arrow is-inverse is-bordered is-lg is-block", "text": "新規会員登録" })
@include("/include/parts/button.html", { "href": "%{BASE_URL}mypage/", "className": "is-arrow is-lg is-block", "text": "マイページ" })
@include("/include/parts/button.html", { "as": "button", "type": "submit", "name": "ACMS_POST_Logout", "className": "is-arrow is-inverse is-bordered is-lg is-block", "text": "サインアウト" })
@include("/include/parts/mobile-links.html", { "module_id": "links_global_sp" })
@include("/include/parts/sns-accounts.html")