Showing
12 changed files
with
617 additions
and
0 deletions
css/content01.css
0 → 100644
1 | +header { | ||
2 | + position: static; | ||
3 | + padding: 10px 0 6px 0; | ||
4 | +} | ||
5 | + | ||
6 | +header .logo { | ||
7 | + text-align: center; | ||
8 | +} | ||
9 | + | ||
10 | +@media only screen and (max-width: 767px) { | ||
11 | + main { | ||
12 | + padding-left: 3%; | ||
13 | + padding-right: 3%; | ||
14 | + } | ||
15 | +} | ||
16 | + | ||
17 | +main .container { | ||
18 | + max-width: 970px; | ||
19 | +} | ||
20 | + | ||
21 | +main h1 { | ||
22 | + font-weight: normal; | ||
23 | + color: #62bcc3; | ||
24 | + font-size: 3.4rem; | ||
25 | +} | ||
26 | + | ||
27 | +@media only screen and (max-width: 767px) { | ||
28 | + main h1 { | ||
29 | + font-size: 2.2rem; | ||
30 | + } | ||
31 | +} | ||
32 | + | ||
33 | +main h1 p { | ||
34 | + border-bottom: 2px #62bcc3 solid; | ||
35 | + padding-bottom: 15px; | ||
36 | +} | ||
37 | + | ||
38 | +main h1 p.small { | ||
39 | + font-size: 2.8rem; | ||
40 | + margin-bottom: 8px; | ||
41 | + margin-top: 20px; | ||
42 | +} | ||
43 | + | ||
44 | +@media only screen and (max-width: 767px) { | ||
45 | + main h1 p.small { | ||
46 | + font-size: 1.8rem; | ||
47 | + } | ||
48 | +} | ||
49 | + | ||
50 | +main h1 p.big { | ||
51 | + margin-bottom: 20px; | ||
52 | +} | ||
53 | + | ||
54 | +main p.catch { | ||
55 | + font-size: 2.0rem; | ||
56 | +} | ||
57 | + | ||
58 | +@media only screen and (max-width: 767px) { | ||
59 | + main p.catch { | ||
60 | + font-size: 1.8rem; | ||
61 | + line-height: 1.7; | ||
62 | + } | ||
63 | +} | ||
64 | + | ||
65 | +main p.writer { | ||
66 | + font-size: 1.2rem; | ||
67 | + text-align: right; | ||
68 | +} | ||
69 | + | ||
70 | +@media only screen and (max-width: 767px) { | ||
71 | + main p.writer { | ||
72 | + margin-top: 2.0rem; | ||
73 | + } | ||
74 | +} | ||
75 | + | ||
76 | +main .block { | ||
77 | + margin-top: 4.0rem; | ||
78 | +} | ||
79 | + | ||
80 | +main .block h2 { | ||
81 | + background-color: #62bcc3; | ||
82 | + color: #fff; | ||
83 | + padding: 8px; | ||
84 | + font-size: 2.2rem; | ||
85 | + margin-bottom: 20px; | ||
86 | +} | ||
87 | + | ||
88 | +main .block p { | ||
89 | + font-weight: 300; | ||
90 | + line-height: 1.7; | ||
91 | +} | ||
92 | + | ||
93 | +main .block p.note { | ||
94 | + font-size: 1.2rem; | ||
95 | +} | ||
96 | + | ||
97 | +main #firstSection > div:nth-child(1) { | ||
98 | + width: 26%; | ||
99 | +} | ||
100 | + | ||
101 | +@media only screen and (max-width: 767px) { | ||
102 | + main #firstSection > div:nth-child(1) { | ||
103 | + width: 100%; | ||
104 | + order: 2; | ||
105 | + } | ||
106 | +} | ||
107 | + | ||
108 | +main #firstSection > div:nth-child(2) { | ||
109 | + width: 71%; | ||
110 | +} | ||
111 | + | ||
112 | +@media only screen and (max-width: 767px) { | ||
113 | + main #firstSection > div:nth-child(2) { | ||
114 | + width: 100%; | ||
115 | + } | ||
116 | +} | ||
117 | + | ||
118 | +main #firstSection .prof { | ||
119 | + margin-bottom: 30px; | ||
120 | +} | ||
121 | + | ||
122 | +@media only screen and (max-width: 767px) { | ||
123 | + main #firstSection .prof figure { | ||
124 | + text-align: center; | ||
125 | + } | ||
126 | +} | ||
127 | + | ||
128 | +main #firstSection .prof p { | ||
129 | + font-size: 1.3rem; | ||
130 | + line-height: 1.7; | ||
131 | +} | ||
132 | + | ||
133 | +main #firstSection .prof p.name { | ||
134 | + font-size: 1.8rem; | ||
135 | +} | ||
136 | + | ||
137 | +main #firstSection #healsio > div:nth-child(1) { | ||
138 | + width: 62%; | ||
139 | +} | ||
140 | + | ||
141 | +@media only screen and (max-width: 767px) { | ||
142 | + main #firstSection #healsio > div:nth-child(1) { | ||
143 | + width: 100%; | ||
144 | + } | ||
145 | +} | ||
146 | + | ||
147 | +main #firstSection #healsio > div:nth-child(2) { | ||
148 | + width: 35%; | ||
149 | +} | ||
150 | + | ||
151 | +@media only screen and (max-width: 767px) { | ||
152 | + main #firstSection #healsio > div:nth-child(2) { | ||
153 | + width: 100%; | ||
154 | + margin-bottom: 20px; | ||
155 | + } | ||
156 | + main #firstSection #healsio > div:nth-child(2) figure { | ||
157 | + text-align: center; | ||
158 | + margin-top: 20px; | ||
159 | + } | ||
160 | +} | ||
161 | + | ||
162 | +main #energy { | ||
163 | + margin-top: 40px; | ||
164 | +} | ||
165 | + | ||
166 | +main #energy > div:nth-child(1) { | ||
167 | + width: 35%; | ||
168 | +} | ||
169 | + | ||
170 | +@media only screen and (max-width: 767px) { | ||
171 | + main #energy > div:nth-child(1) { | ||
172 | + width: 100%; | ||
173 | + margin-bottom: 20px; | ||
174 | + } | ||
175 | +} | ||
176 | + | ||
177 | +main #energy > div:nth-child(2) { | ||
178 | + width: 62%; | ||
179 | +} | ||
180 | + | ||
181 | +@media only screen and (max-width: 767px) { | ||
182 | + main #energy > div:nth-child(2) { | ||
183 | + width: 100%; | ||
184 | + } | ||
185 | +} | ||
186 | + | ||
187 | +main #comment { | ||
188 | + max-width: 680px; | ||
189 | + margin-left: auto; | ||
190 | + margin-right: auto; | ||
191 | + margin-top: 40px; | ||
192 | +} | ||
193 | + | ||
194 | +main #comment > div { | ||
195 | + width: 42.5%; | ||
196 | +} | ||
197 | + | ||
198 | +@media only screen and (max-width: 767px) { | ||
199 | + main #comment > div { | ||
200 | + width: 100%; | ||
201 | + } | ||
202 | +} | ||
203 | + | ||
204 | +main #comment > div img { | ||
205 | + margin-left: 30px; | ||
206 | +} | ||
207 | + | ||
208 | +main #comment > div p.remark { | ||
209 | + padding: 40px 20px 10px 20px; | ||
210 | + position: relative; | ||
211 | +} | ||
212 | + | ||
213 | +main #comment > div p.remark:before { | ||
214 | + content: ""; | ||
215 | + display: block; | ||
216 | + border: 2px #62bcc3 solid; | ||
217 | + width: 100%; | ||
218 | + height: 100%; | ||
219 | + position: absolute; | ||
220 | + left: 0; | ||
221 | + top: 20px; | ||
222 | +} | ||
223 | + | ||
224 | +main .contact p { | ||
225 | + font-size: 1.4rem; | ||
226 | + line-height: 1.7; | ||
227 | + margin-top: 40px; | ||
228 | +} | ||
229 | + | ||
230 | +main .back { | ||
231 | + text-align: center; | ||
232 | + margin-top: 40px; | ||
233 | +} | ||
234 | + | ||
235 | +@media only screen and (max-width: 767px) { | ||
236 | + main .back img { | ||
237 | + max-width: 100%; | ||
238 | + } | ||
239 | +} |
css/content01.scss
0 → 100644
1 | + | ||
2 | +header{ | ||
3 | + position: static; | ||
4 | + padding: 10px 0 6px 0; | ||
5 | + .logo{ | ||
6 | + text-align: center; | ||
7 | + } | ||
8 | +} | ||
9 | +main{ | ||
10 | + @media only screen and (max-width: 767px){ | ||
11 | + padding-left: 3%; | ||
12 | + padding-right: 3%; | ||
13 | + } | ||
14 | + .container{ | ||
15 | + max-width: 970px; | ||
16 | + } | ||
17 | + h1{ | ||
18 | + font-weight: normal; | ||
19 | + color: #62bcc3; | ||
20 | + font-size: 3.4rem; | ||
21 | + @media only screen and (max-width: 767px){ | ||
22 | + font-size: 2.2rem; | ||
23 | + } | ||
24 | + p{ | ||
25 | + border-bottom: 2px #62bcc3 solid; | ||
26 | + padding-bottom: 15px; | ||
27 | + } | ||
28 | + p.small{ | ||
29 | + font-size: 2.8rem; | ||
30 | + margin-bottom: 8px; | ||
31 | + margin-top: 20px; | ||
32 | + @media only screen and (max-width: 767px){ | ||
33 | + font-size: 1.8rem; | ||
34 | + } | ||
35 | + } | ||
36 | + p.big{ | ||
37 | + margin-bottom: 20px; | ||
38 | + } | ||
39 | + } | ||
40 | + p.catch{ | ||
41 | + font-size: 2.0rem; | ||
42 | + @media only screen and (max-width: 767px){ | ||
43 | + font-size: 1.8rem; | ||
44 | + line-height: 1.7; | ||
45 | + } | ||
46 | + } | ||
47 | + p.writer{ | ||
48 | + font-size: 1.2rem; | ||
49 | + text-align: right; | ||
50 | + @media only screen and (max-width: 767px){ | ||
51 | + margin-top: 2.0rem; | ||
52 | + } | ||
53 | + } | ||
54 | + .block{ | ||
55 | + margin-top: 4.0rem; | ||
56 | + h2{ | ||
57 | + background-color: #62bcc3; | ||
58 | + color: #fff; | ||
59 | + padding: 8px; | ||
60 | + font-size: 2.2rem; | ||
61 | + margin-bottom: 20px; | ||
62 | + } | ||
63 | + p{ | ||
64 | + font-weight: 300; | ||
65 | + line-height: 1.7; | ||
66 | + } | ||
67 | + p.note{ | ||
68 | + font-size: 1.2rem; | ||
69 | + } | ||
70 | + } | ||
71 | + #firstSection{ | ||
72 | + >div:nth-child(1){ | ||
73 | + width: 26%; | ||
74 | + @media only screen and (max-width: 767px){ | ||
75 | + width: 100%; | ||
76 | + order: 2; | ||
77 | + } | ||
78 | + } | ||
79 | + >div:nth-child(2){ | ||
80 | + width: 71%; | ||
81 | + @media only screen and (max-width: 767px){ | ||
82 | + width: 100%; | ||
83 | + } | ||
84 | + } | ||
85 | + .prof{ | ||
86 | + margin-bottom: 30px; | ||
87 | + @media only screen and (max-width: 767px){ | ||
88 | + figure{ | ||
89 | + text-align: center; | ||
90 | + } | ||
91 | + } | ||
92 | + p{ | ||
93 | + font-size: 1.3rem; | ||
94 | + line-height: 1.7; | ||
95 | + } | ||
96 | + p.name{ | ||
97 | + font-size: 1.8rem; | ||
98 | + } | ||
99 | + } | ||
100 | + #healsio{ | ||
101 | + >div:nth-child(1){ | ||
102 | + width: 62%; | ||
103 | + @media only screen and (max-width: 767px){ | ||
104 | + width: 100%; | ||
105 | + } | ||
106 | + } | ||
107 | + >div:nth-child(2){ | ||
108 | + width: 35%; | ||
109 | + @media only screen and (max-width: 767px){ | ||
110 | + width: 100%; | ||
111 | + margin-bottom: 20px; | ||
112 | + figure{ | ||
113 | + text-align: center; | ||
114 | + margin-top: 20px; | ||
115 | + } | ||
116 | + } | ||
117 | + } | ||
118 | + } | ||
119 | + } | ||
120 | + #energy{ | ||
121 | + margin-top: 40px; | ||
122 | + >div:nth-child(1){ | ||
123 | + width: 35%; | ||
124 | + @media only screen and (max-width: 767px){ | ||
125 | + width: 100%; | ||
126 | + margin-bottom: 20px; | ||
127 | + } | ||
128 | + } | ||
129 | + >div:nth-child(2){ | ||
130 | + width: 62%; | ||
131 | + @media only screen and (max-width: 767px){ | ||
132 | + width: 100%; | ||
133 | + } | ||
134 | + } | ||
135 | + } | ||
136 | + #comment{ | ||
137 | + max-width: 680px; | ||
138 | + margin-left: auto; | ||
139 | + margin-right: auto; | ||
140 | + margin-top: 40px; | ||
141 | + >div{ | ||
142 | + width: 42.5%; | ||
143 | + @media only screen and (max-width: 767px){ | ||
144 | + width: 100%; | ||
145 | + } | ||
146 | + img{ | ||
147 | + margin-left: 30px; | ||
148 | + } | ||
149 | + p.remark{ | ||
150 | + padding: 40px 20px 10px 20px; | ||
151 | + position: relative; | ||
152 | + &:before{ | ||
153 | + content: ""; | ||
154 | + display: block; | ||
155 | + border:2px #62bcc3 solid; | ||
156 | + width: 100%; | ||
157 | + height: 100%; | ||
158 | + position: absolute; | ||
159 | + left: 0; | ||
160 | + top: 20px; | ||
161 | + } | ||
162 | + } | ||
163 | + } | ||
164 | + } | ||
165 | + .contact{ | ||
166 | + p{ | ||
167 | + font-size: 1.4rem; | ||
168 | + line-height: 1.7; | ||
169 | + margin-top: 40px; | ||
170 | + } | ||
171 | + } | ||
172 | + .back{ | ||
173 | + text-align: center; | ||
174 | + margin-top: 40px; | ||
175 | + @media only screen and (max-width: 767px){ | ||
176 | + img{ | ||
177 | + max-width: 100%; | ||
178 | + } | ||
179 | + } | ||
180 | + } | ||
181 | +} |
img/interview/content01/bnr_top.jpg
0 → 100644

92.5 KB
img/interview/content01/h1_img.png
0 → 100644

685 KB
img/interview/content01/pic_ph1.png
0 → 100644

141 KB
img/interview/content01/pic_ph2.png
0 → 100644

134 KB
img/interview/content01/pic_ph3.png
0 → 100644

120 KB
img/interview/content01/pic_ph4.png
0 → 100644

96.6 KB
img/interview/content01/pic_ph5.png
0 → 100644

198 KB
img/interview/content01/pic_prof1.png
0 → 100644

154 KB
img/interview/content01/pic_prof2.png
0 → 100644

134 KB
interview/content01.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html> | ||
3 | +<head> | ||
4 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
5 | + <meta name="format-detection" content="telephone=no"> | ||
6 | + <!-- Google Tag Manager --> | ||
7 | + <script>(function (w, d, s, l, i) { | ||
8 | + w[l] = w[l] || []; w[l].push({ | ||
9 | + 'gtm.start': | ||
10 | + new Date().getTime(), event: 'gtm.js' | ||
11 | + }); var f = d.getElementsByTagName(s)[0], | ||
12 | + j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = | ||
13 | + 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); | ||
14 | + })(window, document, 'script', 'dataLayer', 'GTM-KH9WKH6');</script> | ||
15 | + <!-- End Google Tag Manager --> | ||
16 | +<title>働くママを応援、“自分の暮らし”に寄り添うスマートライフ</title> | ||
17 | +<meta charset="utf-8"> | ||
18 | +<meta name="description" content=""> | ||
19 | +<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no"> | ||
20 | +<link rel="stylesheet" type="text/css" href="/common/css/html5reset-1.6.1.css"> | ||
21 | +<link rel="stylesheet" type="text/css" href="/common/css/common.css"> | ||
22 | +<link rel="stylesheet" type="text/css" href="/css/content01.css"> | ||
23 | +<!--[if lt IE 9]> | ||
24 | +<script src="//cdn.jsdelivr.net/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
25 | +<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script> | ||
26 | +<![endif]--> | ||
27 | +</head> | ||
28 | +<body> | ||
29 | + <!-- Google Tag Manager (noscript) --> | ||
30 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KH9WKH6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
31 | + <!-- End Google Tag Manager (noscript) --> | ||
32 | + <header> | ||
33 | + <div class="logo"> | ||
34 | + <a href="/"><img src="/common/img/logo.png" alt="LIFE UP プロモーション"></a> | ||
35 | + </div> | ||
36 | + </header> | ||
37 | + <main> | ||
38 | + <section id="content01"> | ||
39 | + <div class="container"> | ||
40 | + <figure> | ||
41 | + <img src="/img/interview/content01/h1_img.png" alt="働くママを応援、“自分の暮らし”に寄り添うスマートライフ"> | ||
42 | + </figure> | ||
43 | + <h1> | ||
44 | + <p class="small">火事をIoT家電にアウトソーシング</p> | ||
45 | + <p class="big">働くママを応援、“自分の暮らし”に寄り添うスマートライフ</p> | ||
46 | + </h1> | ||
47 | + <p class="catch"> | ||
48 | + 昨今よく耳にする「スマートライフ」。<br class="sp">住まいの家電や設備がインターネットとつながるこのライフスタイルは、働くママに新たなゆとりを生み出すという。<br class="sp">その先駆者を招いたトークショーが、「二子玉川 蔦屋家電」で開催された。 | ||
49 | + </p> | ||
50 | + <p class="writer"> | ||
51 | + 文/小林由佳<br class="sp"> 写真/杉山節夫<br class="sp"> 企画・制作/AERA dot. AD セクション | ||
52 | + </p> | ||
53 | + | ||
54 | + <div class="block"> | ||
55 | + <h2>スマートライフは時間を短縮するではなく、時間をつくりだす</h2> | ||
56 | + <div id="firstSection" class="flex flex-between"> | ||
57 | + <div> | ||
58 | + <div class="prof"> | ||
59 | + <figure> | ||
60 | + <img src="/img/interview/content01/pic_prof1.png" alt="戸井田園子さん"> | ||
61 | + </figure> | ||
62 | + <p class="name">戸井田園子さん</p> | ||
63 | + <p> | ||
64 | + 家電コーディネーター。自分らしい暮らしを実現するための家電、ライフスタイルの変化に応じた家電選びをアドバイスする講演や、TBSテレビの人気ドラマ「逃げるは恥だが役に立つ」の家電コーディネートなどを手がける。 | ||
65 | + </p> | ||
66 | + </div> | ||
67 | + <div class="prof"> | ||
68 | + <figure> | ||
69 | + <img src="/img/interview/content01/pic_prof2.png" alt="小沢あやさん"> | ||
70 | + </figure> | ||
71 | + <p class="name">小沢あやさん</p> | ||
72 | + <p> | ||
73 | + コンテンツプランナー・編集者。エッセーやアイドル、ミュージシャンなどのインタビューも多数執筆する一方、「Engadget」日本版連載、「ワーママのガジェット育児日記」にて暮らしに役立つガジェットを紹介している。 | ||
74 | + </p> | ||
75 | + </div> | ||
76 | + </div> | ||
77 | + <div> | ||
78 | + <p> | ||
79 | + 会場壇上に上がった家電コーディネーターの戸井田園子さんとコンテンツプランナーの小沢あやさんは、スマート家電を日常的に活用している働くママたちだ。戸井田さんは、スマートライフそのものを知らない人がまだ多いと言う。<br> | ||
80 | + 「スマートライフとは、住まいの家電や設備をネットにつなげることで、暮らしの課題を解決していくものです。家電・人・情報のつながりが、新たな時間を生み出してくれる……これは従来の家電に求められてきた“時短”とは異なるもの。だから私は、これらの家電を“時産家電”と呼んでいます。これがスマートライフの魅力です」(戸井田さん)<br><br> | ||
81 | + 例えば、買い物中にスマホでストック食材を確認できる冷蔵庫、使ううちに好みを学習し、オススメ料理を提案してくれる電気鍋。ネットで得た天気予報を元に、その日に適切なコースをアドバイスしてくれる洗濯乾燥機もある。どれも、忙しい毎日の中で感じる悩みや煩わしさを払拭してくれる。2歳児を育児中の小沢さんは、スマートライフの実践で、子どもと過ごす時間が充実していることがうれしいと言う。<br> | ||
82 | + 「育児の時間は削れませんから、家事のオペレーションを簡略化できる機能性の高い家電を、出産前からそろえ始めていました。洗濯乾燥機、ロボット掃除機などを最初にそろえて、子どもが幼児食の年齢になって自動調理鍋を買い足したり……。そういうふうに、“これがもうちょっと効率化できたらいいな” という日常の気づきで、新たなスマート家電を買い足すようにしているんです」(小沢さん) | ||
83 | + </p> | ||
84 | + <div id="healsio" class="flex flex-between"> | ||
85 | + <div> | ||
86 | + <p class="mt20"> | ||
87 | + 便利そうだからと一度にそろえず、ライフスタイルに合わせてひとつずつそろえるのは正解だと、戸井田さんもうなずく。<br> | ||
88 | + 「自動調理鍋でいうと、シャープの『ホットクック』には、料理キットの宅配サービスもありますね。カットされて届く素材をこの鍋に入れるだけなので、忙しい時に重宝します。家事を大別すると、料理や子育てなどゼロから積み上げていく“プラス家事”と、掃除など汚れたものを綺麗にする“リセット家事”に分けられると思うんです。そこで例えば、個人の文化や暮らしの仕様が色濃く出るプラス家事には積極的に取り組み、掃除など誰がやっても到達点に変わりがないリセット家事はスマート家電にアウトソーシングするという考え方も、スマートライフのスタートに良いと思います」(戸井田さん) | ||
89 | + </p> | ||
90 | + </div> | ||
91 | + <div> | ||
92 | + <figure> | ||
93 | + <img src="/img/interview/content01/pic_ph1.png" alt="シャープの「ヘルシオ ホットクック」"> | ||
94 | + </figure> | ||
95 | + <p class="note"> | ||
96 | + シャープの「ヘルシオ ホットクック」では、専用の宅配サービス料理キットを使い、おいしくて体にいい料理が手軽にできる。これで時産にもなるからお役立ち必至 | ||
97 | + </p> | ||
98 | + </div> | ||
99 | + </div> | ||
100 | + </div> | ||
101 | + </div> | ||
102 | + </div> | ||
103 | + <div class="block"> | ||
104 | + <h2>安全や健康も考えてくれる、親身なサービスで快適に</h2> | ||
105 | + <p> | ||
106 | + スマート家電を活用するスマートライフは、料理、洗濯、掃除など主要な家事だけでなく、家族の生活リズムや健康管理もサポートしてくれる。小沢さんが今、注目しているのは、カーテンの自動開閉機だ。<br> | ||
107 | + 「私はカーテンを開けて眠り自然光で目覚めたいタイプ、夫はしっかり遮光して眠りたいタイプで、就寝時のカーテンをどうするかは夫婦の問題だったんです(笑)。でもこの自動開閉機があれば、起床時に自動でカーテンが開くのでお互いにストレスがない。ほかにも床暖房を遠隔操作できるというシステムもいいですよね。とくに冬は、朝起きて部屋が暖まるまで機敏に行動できないし。こういうものを上手に取り入れていくことで、生活の質が上げられると思うんです。もうひとつ注目しているのは、鍵がなくても、スマホからのパスワード発行で玄関の施錠にアクセスできるというもの。急な仕事で保育園のお迎えに行けない時に、代行してくれるヘルパーさんのスマホにパスワードを送ればいいんです。子どもに合鍵を持たせるのも心配ですし」(小沢さん)<br><br> | ||
108 | + 血圧計や体組成計などにネット環境が加わる、健康領域のスマートライフ化も進んでいると戸井田さんは言う。<br> | ||
109 | + 「健康寿命がうたわれる現代、自分だけでなく家族の健康管理も常時確認できるのはいいですよね。ネットとつながる電動歯ブラシもあります。これは日々の歯磨きのデータがネット上で蓄積され、歯ブラシの使い方までチェックしてくれる。お子さんがゲーム感覚で歯磨きを覚えられるアプリもあります。健康管理のスマートライフ化は、お子さんの成長記録にもなりますね」(戸井田さん)<br><br> | ||
110 | + 家で使う電気やガスの使用量がチェックできる、“住まいの健康管理”もスマートライフならたやすい。戸井田さんは自宅のエネルギー管理に活用している。 | ||
111 | + </p> | ||
112 | + <div id="energy" class="flex flex-between"> | ||
113 | + <div> | ||
114 | + <figure> | ||
115 | + <img src="/img/interview/content01/pic_ph2.png" alt="自宅のエネルギー使用量や家族の健康状況を手元で確認できることで、節電対策や健康寿命の意識を自然と高められそうだ。これからのスマート家電はエネルギーの見える化と健康管理がスマホひとつでOKに。"> | ||
116 | + </figure> | ||
117 | + <p class="note"> | ||
118 | + 自宅のエネルギー使用量や家族の健康状況を手元で確認できることで、節電対策や健康寿命の意識を自然と高められそうだ。これからのスマート家電はエネルギーの見える化と健康管理がスマホひとつでOKに。 | ||
119 | + </p> | ||
120 | + </div> | ||
121 | + <div> | ||
122 | + <p> | ||
123 | + 「調理家電やロボット掃除機なども便利ですが、今後は特に自宅のエネルギー使用量を把握していくというのも大切だと思います。日々の電気代を確認できるアプリもありますが、我が家は部屋のエアコンを個別にネットにつなぎ、部屋ごとに使用量をチェックできるようにしています。家全体のガス代・電気代という大雑把なものよりリアルで、自分が使うエネルギーをコントロールするという意識が高まります。スマート家電は、ネット上の情報を家電が取り込むことで、今まで以上のきめ細かな対応をしてくれるものです。スマホからの遠隔操作は一昨年くらいから進化しており、今は家電同士がつながる時代。例えば調理家電で魚を焼こうとすると、空気清浄機が煙や臭いを想定して稼働するような……従来のように、家電の間に人が介入することがないんですよね」(戸井田さん)<br> | ||
124 | + スマート家電から得られたデータを活用することで生活を豊かにするサービスが提供されていき、それを利用することにより生まれたゆとりが、結果的に人と人とのつながりを深めていく、これがスマートライフの目指すところだ。」 | ||
125 | + </p> | ||
126 | + </div> | ||
127 | + </div> | ||
128 | + <div id="comment" class="flex flex-between"> | ||
129 | + <div> | ||
130 | + <p class="remark"> | ||
131 | + 以前からIoTに期待していました。スマホを扱えれば、操作は十中八九簡単だと思います。ぜひ試してみてください。 | ||
132 | + </p> | ||
133 | + <figure><img src="/img/interview/content01/pic_ph3.png" alt="以前からIoTに期待していました。スマホを扱えれば、操作は十中八九簡単だと思います。ぜひ試してみてください。"></figure> | ||
134 | + </div> | ||
135 | + <div> | ||
136 | + <p class="remark"> | ||
137 | + 夫はこんなアプリを入れてみようといったゲーム感アックで取り入れています。今後は「見守り機能」を使ってみたいですね。 | ||
138 | + </p> | ||
139 | + <figure><img src="/img/interview/content01/pic_ph4.png" alt="夫はこんなアプリを入れてみようといったゲーム感アックで取り入れています。今後は「見守り機能」を使ってみたいですね。"></figure> | ||
140 | + </div> | ||
141 | + </div> | ||
142 | + </div> | ||
143 | + <div class="block"> | ||
144 | + <h2>スマートライフなら、暮らしがこんなに豊かになる</h2> | ||
145 | + <p> | ||
146 | + 家電をインターネットにつなげて提供されるデータによって個人に寄り添った便利なサービスが実現、結果的に家事の省力化、時短化が図られ、豊かで有意義な時間が増えていきます。 | ||
147 | + </p> | ||
148 | + <figure class="mt20"> | ||
149 | + <img src="/img/interview/content01/pic_ph5.png" alt="スマートライフなら、暮らしがこんなに豊かになる"> | ||
150 | + </figure> | ||
151 | + </div> | ||
152 | + <div class="back"> | ||
153 | + <a href="/"><img src="/img/interview/content01/bnr_top.jpg" alt=""></a> | ||
154 | + </div> | ||
155 | + <div class="contact"> | ||
156 | + <p> | ||
157 | + <事業に関するお問い合わせ><br> | ||
158 | + 一般社団法人 環境共創イニシアチブ<br> | ||
159 | + 中間・大前<br> | ||
160 | + TEL:03-5565-8771 MAlL:cyber-physical_info@sii.or.jp | ||
161 | + </p> | ||
162 | + </div> | ||
163 | + </div> | ||
164 | + </section> | ||
165 | + </main> | ||
166 | + <footer> | ||
167 | + <!-- <div class="container"> | ||
168 | + <div class="flex"> | ||
169 | + <div> | ||
170 | + <div class="flex logos"> | ||
171 | + <div><img src="/common/img/logo.png" alt="LIFE UP プロモーション「つながると」と、あなたの一日はこう変わる!"></div> | ||
172 | + <div> | ||
173 | + <p>LIFE UP プロモーション</p> | ||
174 | + </div> | ||
175 | + </div> | ||
176 | + </div> | ||
177 | + <nav> | ||
178 | + <ul> | ||
179 | + <li><a href="/">TOP</a></li> | ||
180 | + <li><a href="/about/">LIFE UP プロモーションについて</a></li> | ||
181 | + <li><a href="/service/">機器・サービス紹介</a></li> | ||
182 | + <li><a href="/interview/">イベント・インタビュー</a></li> | ||
183 | + <li><a href="/privacy/">プライバシーポリシー</a></li> | ||
184 | + </ul> | ||
185 | + </nav> | ||
186 | + </div> | ||
187 | + <div class="gfooter-facebook"> | ||
188 | + <a href="https://www.facebook.com/LIFEUPpr/?modal=admin_todo_tour" target="_blank"><span class="icon"></span><span class="txt">facebook公式アカウント</span></a> | ||
189 | + </div> | ||
190 | + </div> --> | ||
191 | + </footer> | ||
192 | + <div id="pagetop"> | ||
193 | + <a href="#"><img src="/common/img/pagetop.png" alt="PAGE TOP"></a> | ||
194 | + </div> | ||
195 | + <p class="copyright"><span>一般社団法人 環境共創イニシアチブ 〒104-0061 中央区銀座2-16-7 恒産第3ビル7階</span>Copyright (C) Subsidies for promotingcyber / physical integration in living space, All Rights Reserved. </p> | ||
196 | +</body> | ||
197 | +</html> |
-
Please register or login to post a comment