{ "screen": "/index", "type": "page", "backgroundColor": "#FFFFFF", "body": { "type": "scroll", "padding": { "left": 28, "right": 28, "top": 30, "bottom": 30 }, "child": { "type": "column", "crossAxisAlignment": "stretch", "children": [ { "type": "space", "height": 70 }, { "type": "center", "child": { "type": "container", "width": 110, "height": 110, "backgroundColor": "#FFF0F5", "borderRadius": 55, "alignment": "center", "child": { "type": "icon", "icon": "favorite", "size": 58, "color": "#E85D8E" } } }, { "type": "space", "height": 40 }, { "type": "text", "text": "新しいつながりを見つけよう!!", "fontSize": 28, "fontWeight": "bold", "color": "#222222", "textAlign": "center" }, { "type": "space", "height": 16 }, { "type": "text", "text": "気になる話題や価値観から、新しい出会いを楽しめます。", "fontSize": 15, "color": "#777777", "textAlign": "center" }, { "type": "space", "height": 60 }, { "type": "button", "text": "はじめる", "fullWidth": true, "height": 54, "backgroundColor": "#E85D8E", "color": "#FFFFFF", "borderRadius": 27, "action": { "action_id": "index_register" } }, { "type": "space", "height": 14 }, { "type": "button", "text": "ログインはこちら", "fullWidth": true, "height": 54, "backgroundColor": "#FFFFFF", "color": "#333333", "borderColor": "#DDDDDD", "borderWidth": 1, "borderRadius": 27, "action": { "action_id": "index_login" } }, { "type": "space", "height": 35 }, { "type": "row", "mainAxisAlignment": "center", "children": [ { "type": "text_button", "text": "利用規約", "color": "#888888", "action": { "action_id": "open_terms" } }, { "type": "text", "text": " ・ ", "color": "#AAAAAA" }, { "type": "text_button", "text": "プライバシーポリシー", "color": "#888888", "action": { "action_id": "open_privacy" } } ] } ] } } }