<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>yamagon</title>
	<atom:link href="http://qualitte.com/yamagon/feed" rel="self" type="application/rss+xml" />
	<link>http://qualitte.com/yamagon</link>
	<description>design + club + photo &#38; momo</description>
	<lastBuildDate>Tue, 22 Nov 2011 09:04:34 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://qualitte.com/yamagon/feed" />
		<item>
		<title>BONFIRE Blur Jacket</title>
		<link>http://qualitte.com/yamagon/archives/441</link>
		<comments>http://qualitte.com/yamagon/archives/441#comments</comments>
		<pubDate>Tue, 22 Nov 2011 09:04:34 +0000</pubDate>
		<dc:creator>yamagon</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://qualitte.com/yamagon/?p=441</guid>
		<description><![CDATA[あああ!!!　なんて素敵なの〜!!!　これ欲しい!!!]]></description>
			<content:encoded><![CDATA[<p>あああ!!!　なんて素敵なの〜!!!　これ欲しい!!!<a href="http://qualitte.com/yamagon/wp-content/uploads/2011/11/bonfire.jpg"><img src="http://qualitte.com/yamagon/wp-content/uploads/2011/11/bonfire.jpg" alt="" title="bonfire" width="614" height="614" class="alignnone size-full wp-image-442" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://qualitte.com/yamagon/archives/441/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://qualitte.com/yamagon/archives/441" />
	</item>
		<item>
		<title>いいね! ボタンHTML5</title>
		<link>http://qualitte.com/yamagon/archives/438</link>
		<comments>http://qualitte.com/yamagon/archives/438#comments</comments>
		<pubDate>Thu, 06 Oct 2011 03:23:31 +0000</pubDate>
		<dc:creator>yamagon</dc:creator>
				<category><![CDATA[仕事]]></category>

		<guid isPermaLink="false">http://qualitte.com/yamagon/?p=438</guid>
		<description><![CDATA[Fbのいいね! ボタンは、押されたあとに、指定された固定URLのOGPを参照するんだけど、そのために通常は１ページに１つだけ「いいね!」ボタンが存在できることになる。 だけど、この仕様では例えば1ページの中に複数の異なる &#8230; <a href="http://qualitte.com/yamagon/archives/438">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Fbのいいね! ボタンは、押されたあとに、指定された固定URLのOGPを参照するんだけど、そのために通常は１ページに１つだけ「いいね!」ボタンが存在できることになる。</p>
<p>だけど、この仕様では例えば1ページの中に複数の異なる「いいね!」ボタンを配置することができないので、そこを解決する。</p>
<p>今日現在、Facebookの公式デベロッパーページ( <a href="http://developers.facebook.com/docs/reference/plugins/like/" target="_blank">http://developers.facebook.com/docs/reference/plugins/like/</a> )から　いいねボタンを作る方法は、HTML5、iframe、xfbmmlが選べるけど、恐らくは複数設置の概念から言って、HTML5がよいだろう。だからHTML5でのやり方を解説。デベロッパーページから入力して、出力すると以下のような感じ。<span style="color: #ff0000;">en_US</span>のママだと[LIKE!]ってなるから、[ja_JP]に直したらいいね。でも多言語環境からの閲覧時はどうなるかは分からんです。</p>
<blockquote><p>&lt;div id=&#8221;fb-root&#8221;&gt;&lt;/div&gt;<br />
&lt;script&gt;(function(d, s, id) {<br />
var js, fjs = d.getElementsByTagName(s)[0];<br />
if (d.getElementById(id)) {return;}<br />
js = d.createElement(s); js.id = id;<br />
js.src = &#8220;//connect.facebook.net/<span style="color: #ff0000;">en_US</span>/all.js#xfbml=1&#8243;;<br />
fjs.parentNode.insertBefore(js, fjs);<br />
}(document, &#8216;script&#8217;, &#8216;facebook-jssdk&#8217;));&lt;/script&gt;</p>
<p>&nbsp;</p>
<p><span style="color: #3366ff;">&lt;div data-href=&#8221;<span style="color: #0000ff;">http://www.qualitte.com/facebook/001.html</span>&#8221; data-send=&#8221;false&#8221; data-width=&#8221;450&#8243; data-show-faces=&#8221;false&#8221;&gt;&lt;/div&gt;</span></p></blockquote>
<p>このフォーマットが、html5での「いいね!」ボタンの出力になるんだけど、いいねぼたんを出力しているのは、青い部分のコードになるので、このコードを複数用意することで実現する。</p>
<p>今回は、001.html〜005.htmlまでの合計５ページを用意。それぞれに、OGPを設定してあり、そのページをいいねさせるということ。</p>
<p>表面上はうまく実装されているんだけど、OGP側の設定にエラーがあります。というのも、OGPの正確な記述方法には、&lt;meta property=&#8221;fb:admins&#8221; content=&#8221;XXXXXXXXXXXX&#8221; /&gt;の項目が必要で、これは、facebookのデベロッパー登録してある人の固有番号で、誰が作ったのかをわかるようにしているみたい。（これが何故必要なのかはなんとなくわかる。追記で書きます）しかし、このコードを書くと、Facebookが自動的に恐らくはOGPで設定した「title」に相当する「Facebookページ」を自動的に「登録者」が作ったことにして生成してしまう。</p>
<p>この挙動は驚異で、まだ試してない状況だけど、商品が10000点あれば、おそらくは10000点のFacebookページが生成されてしまうんだと思う。これはなんかおかしい。それを避けるために、あえてfb:admins項目を書かないという選択肢をとっている。</p>
<p>これをどれだけのサイトがきちんと掲載しているのかは分からないけど、ページがどのようにOGPを設定しているのかをデバッグする機能がFacebookにはある。（リンターという名前で呼ばれているみたいだけど、リンターって何？汗）</p>
<p>Input URL or Access Token　<a href="http://developers.facebook.com/tools/debug" target="_blank">http://developers.facebook.com/tools/debug</a></p>
<p>これで、例えば「無印良品のオンラインストア」で特定の商品ページ（例：<a href="http://www.muji.net/store/cmdty/detail/4934761081151" target="_blank">http://www.muji.net/store/cmdty/detail/4934761081151</a>）をこのデバッガーに入力してみると、いくつか足りないことがわかる。足りなくても別に構わないということだろう。少なくともFb推奨のOGPすべてを記述する必要はないようだ。</p>
<p>そして最後に、このOGPは【メタ】記述であるという点が個人的にはセキュリティホールに近いのではないかと考えている。</p>
<p>この機能を用いると、自分の作った参考例　<a href="http://qualitte.com/facebook/000.html" target="_blank">http://qualitte.com/facebook/000.html</a>　のようなサイトであると、いいねを押したあとのfacebookに表示される内容を事前に確認することができない。この機能を逆手にとって、ユーザーの意図しないページの「いいね!」を押させることができる。故意か事故かは別として、</p>
<blockquote><p>&lt;div data-href=&#8221;<span style="color: #ff00ff;">http://www.qualitte.com/facebook/001.html</span>&#8221; data-send=&#8221;false&#8221; data-width=&#8221;450&#8243; data-show-faces=&#8221;false&#8221;&gt;&lt;/div&gt;</p></blockquote>
<p>たったこの部分を編集することで、意図しないページを「いいね!」させることが可能になる。まあ、改訂の速いFbのことだから、そのうち同一ドメインだけとか、それこそ投稿内容の事前可視化＆確認が必須になってしまうのかもしれない。</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://qualitte.com/yamagon/archives/438/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://qualitte.com/yamagon/archives/438" />
	</item>
		<item>
		<title>House Dream feat. NERVO</title>
		<link>http://qualitte.com/yamagon/archives/433</link>
		<comments>http://qualitte.com/yamagon/archives/433#comments</comments>
		<pubDate>Tue, 06 Sep 2011 11:35:05 +0000</pubDate>
		<dc:creator>yamagon</dc:creator>
				<category><![CDATA[club]]></category>

		<guid isPermaLink="false">http://qualitte.com/yamagon/?p=433</guid>
		<description><![CDATA[NERVOみにいこう!!]]></description>
			<content:encoded><![CDATA[<p><a href="http://qualitte.com/yamagon/wp-content/uploads/2011/09/64e194d37b6aa8d0.jpg"><img src="http://qualitte.com/yamagon/wp-content/uploads/2011/09/64e194d37b6aa8d0.jpg" alt="" title="poster_vol3_ol" width="566" height="800" class="alignnone size-full wp-image-434" /></a></p>
<p>NERVOみにいこう!!</p>
]]></content:encoded>
			<wfw:commentRss>http://qualitte.com/yamagon/archives/433/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://qualitte.com/yamagon/archives/433" />
	</item>
		<item>
		<title>LACOSTE L!VE LAUNCH PARTY 行ってきた</title>
		<link>http://qualitte.com/yamagon/archives/429</link>
		<comments>http://qualitte.com/yamagon/archives/429#comments</comments>
		<pubDate>Tue, 06 Sep 2011 11:29:48 +0000</pubDate>
		<dc:creator>yamagon</dc:creator>
				<category><![CDATA[club]]></category>

		<guid isPermaLink="false">http://qualitte.com/yamagon/?p=429</guid>
		<description><![CDATA[クラブ行きたいよ〜ということで、こっそり渋谷はWOMBに行ってきたぜ。 WIREを控えた前々日で石野卓球DJとか贅沢だったなあ。なんか凄いニコニコしていて、嬉しいことでもあったのかな。 この日の続きは壮絶であった・・・ふ &#8230; <a href="http://qualitte.com/yamagon/archives/429">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>クラブ行きたいよ〜ということで、こっそり渋谷はWOMBに行ってきたぜ。</p>
<p><a href="http://qualitte.com/yamagon/wp-content/uploads/2011/09/live2.jpg"><img src="http://qualitte.com/yamagon/wp-content/uploads/2011/09/live2-e1315308446474-764x1024.jpg" alt="" title="live2" width="584" height="782" class="alignnone size-large wp-image-431" /></a></p>
<p><a href="http://qualitte.com/yamagon/wp-content/uploads/2011/09/live1.jpg"><img src="http://qualitte.com/yamagon/wp-content/uploads/2011/09/live1-e1315308409243-764x1024.jpg" alt="" title="live1" width="584" height="782" class="alignnone size-large wp-image-430" /></a></p>
<p>WIREを控えた前々日で石野卓球DJとか贅沢だったなあ。なんか凄いニコニコしていて、嬉しいことでもあったのかな。</p>
<p>この日の続きは壮絶であった・・・ふふふ。</p>
]]></content:encoded>
			<wfw:commentRss>http://qualitte.com/yamagon/archives/429/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://qualitte.com/yamagon/archives/429" />
	</item>
		<item>
		<title>テーマをTwenty Elevenに変更!!</title>
		<link>http://qualitte.com/yamagon/archives/421</link>
		<comments>http://qualitte.com/yamagon/archives/421#comments</comments>
		<pubDate>Fri, 29 Jul 2011 08:32:38 +0000</pubDate>
		<dc:creator>yamagon</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://qualitte.com/yamagon/?p=421</guid>
		<description><![CDATA[WPのまんまの機能で運用しているこのブログですが、本日WordPress 3.2.1にアップグレード!!　管理画面すこしおしゃれになったかな。 ついでに、表側も3.2から標準になった新しいテーマ、Twenty Eleve &#8230; <a href="http://qualitte.com/yamagon/archives/421">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WPのまんまの機能で運用しているこのブログですが、本日WordPress 3.2.1にアップグレード!!　管理画面すこしおしゃれになったかな。<br />
ついでに、表側も3.2から標準になった新しいテーマ、Twenty Elevenに変更してみました。デフォルトの画像もなんか悪くないのが、WPの開発陣のセンスのいいところよね。さすがです。</p>
]]></content:encoded>
			<wfw:commentRss>http://qualitte.com/yamagon/archives/421/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://qualitte.com/yamagon/archives/421" />
	</item>
		<item>
		<title>最近の俺の変わった趣味</title>
		<link>http://qualitte.com/yamagon/archives/422</link>
		<comments>http://qualitte.com/yamagon/archives/422#comments</comments>
		<pubDate>Fri, 22 Jul 2011 09:35:41 +0000</pubDate>
		<dc:creator>yamagon</dc:creator>
				<category><![CDATA[日記]]></category>

		<guid isPermaLink="false">http://qualitte.com/yamagon/?p=422</guid>
		<description><![CDATA[twitterをはじめてから、写真をアップしたり、アップされた写真を見るのが趣味になってきた。 で、俺の場合はその写真に映っているいろんな情報を探して楽しんでいる。例えば、料理の写真をみて、その料理がどこで撮られたものな &#8230; <a href="http://qualitte.com/yamagon/archives/422">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>twitterをはじめてから、写真をアップしたり、アップされた写真を見るのが趣味になってきた。</p>
<p>で、俺の場合はその写真に映っているいろんな情報を探して楽しんでいる。例えば、料理の写真をみて、その料理がどこで撮られたものなのかを推測するのが楽しい。今までに、数回当てたことがある。基本的には、器とか、テーブルの質感などで思い出すんだけど、なんでかしらないけどホントに背景って覚えてるんだよね。こんなに広い日本中で、たった１回しか行ったことがない沖縄の離島の飲み屋の角煮だと判断できるのは、俺が凄いとかじゃなくて、なんか人間の脳の凄さだと思うね。</p>
<p>特に最近笑っちゃったのは、AVでよく使われているどこかのプールがあるんだけど、その画像がネットにアップされた瞬間にみんなツイッターで「知ってる!」ってなるわけ。すごいよね。俺も一瞬でわかったんだけど、要は人間って背景の記憶がすごくいいんだなってこと。</p>
<p>だから最近は（何故今も鑑賞しているのかは放置希望）ビデオで使われているロケ地をズバリ当てるのにハマっている。まあ、未だにわかったことは１、２本程度なんだけど案外別のメーカーとかが同じホテル使ってたりして、なんか業界の横つながりが垣間見える感じもあるね。</p>
<p>それだけ。</p>
]]></content:encoded>
			<wfw:commentRss>http://qualitte.com/yamagon/archives/422/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://qualitte.com/yamagon/archives/422" />
	</item>
		<item>
		<title>靖国神社　みたままつり</title>
		<link>http://qualitte.com/yamagon/archives/416</link>
		<comments>http://qualitte.com/yamagon/archives/416#comments</comments>
		<pubDate>Fri, 15 Jul 2011 02:50:04 +0000</pubDate>
		<dc:creator>yamagon</dc:creator>
				<category><![CDATA[日記]]></category>

		<guid isPermaLink="false">http://qualitte.com/yamagon/?p=416</guid>
		<description><![CDATA[東京に来て12年。靖国神社には１回も行ったことがなかった。特に行く理由も、行かない理由もなかったが、友人が靖国のおまつりに行くという話を聞いて、私も行ってみたくなった。なにより、みたままつりの写真が素晴らしかったから、あ &#8230; <a href="http://qualitte.com/yamagon/archives/416">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>東京に来て12年。靖国神社には１回も行ったことがなかった。特に行く理由も、行かない理由もなかったが、友人が靖国のおまつりに行くという話を聞いて、私も行ってみたくなった。なにより、みたままつりの写真が素晴らしかったから、あの景色をみたいと思った。</p>
<p>靖国神社というのは、いわゆる神様を奉るような場所ではないと私は考えていて、戦争で尊い命を国のために犠牲にしてしまった御先祖様たちの魂を祀るところだと考えている。だから、行く前はきっと厳かで、大人がそっと境内を歩くようなお祭りだと思っていた。</p>
<p>しかしながら、靖国神社のみたままつりは、超満員の大盛況ぶりで、渋谷のスクランブル交差点を彷彿させる混雑は熱帯夜と相まって非常に熱気を帯びていた。浴衣姿の女の子や、大学生と思わしき子供たちが多く、高齢の大人たちは見かけることがあまりなかった。きっと夜の混雑を知って、朝や昼に来ているのだろう。</p>
<p>靖国神社は、戦争の犠牲となった御先祖様たちを祀るところであり、いわゆる八百万の神様ではない。</p>
<p>また、国策で尊い命を奪ってしまったという国の行為を正当化さえしている神社のため、その考え方は様々な思惑があるだろう。だがしかし、どちらにせよ、靖国神社でワイワイガヤガヤやるというのは、どうにも解せない。時折、奇声を上げて再会を喜ぶ若い女の子達が、私たち大人の失笑をかう。大鳥居の前でビール片手にポーズを決める外国人たちを見る目に、理解とは何なのかと考えさせる。</p>
<p>福島原発事故の被害に、靖国の菊御紋がチラついたのは、俺だけだったか。</p>
<p><a href="http://qualitte.com/yamagon/wp-content/uploads/2011/07/Picture-26.jpg"><img src="http://qualitte.com/yamagon/wp-content/uploads/2011/07/Picture-26.jpg" title="Picture-26" width="600" height="448" class="alignnone size-full wp-image-417" /></a></p>
<p><a href="http://qualitte.com/yamagon/wp-content/uploads/2011/07/Picture-27.jpg"><img src="http://qualitte.com/yamagon/wp-content/uploads/2011/07/Picture-27.jpg" title="Picture-27" width="600" height="803" class="alignnone size-full wp-image-419" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://qualitte.com/yamagon/archives/416/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://qualitte.com/yamagon/archives/416" />
	</item>
		<item>
		<title>B&amp;O Club</title>
		<link>http://qualitte.com/yamagon/archives/412</link>
		<comments>http://qualitte.com/yamagon/archives/412#comments</comments>
		<pubDate>Thu, 30 Jun 2011 11:01:51 +0000</pubDate>
		<dc:creator>yamagon</dc:creator>
				<category><![CDATA[仕事]]></category>

		<guid isPermaLink="false">http://qualitte.com/yamagon/?p=412</guid>
		<description><![CDATA[facebookの機能のテストです。いいね！！]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.facebook.com/plugins/like.php?app_id=213511262027257&amp;href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBO-club%2F131445976937731&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe></p>
<p>facebookの機能のテストです。いいね！！</p>
]]></content:encoded>
			<wfw:commentRss>http://qualitte.com/yamagon/archives/412/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://qualitte.com/yamagon/archives/412" />
	</item>
		<item>
		<title>KITSUNE MAISON 11 &#8220;INDIE DANCE ISSUE&#8221; RELEASE PARTY  06.24 (Fri) @ TOKYO WOMB</title>
		<link>http://qualitte.com/yamagon/archives/406</link>
		<comments>http://qualitte.com/yamagon/archives/406#comments</comments>
		<pubDate>Fri, 24 Jun 2011 03:48:41 +0000</pubDate>
		<dc:creator>yamagon</dc:creator>
				<category><![CDATA[club]]></category>

		<guid isPermaLink="false">http://qualitte.com/yamagon/?p=406</guid>
		<description><![CDATA[日本でも絶大な人気を誇るレーベル&#8221;KITSUNE&#8221;のコンピレーションアルバム『KITSUNE MAISON 11』の発売を記念してリリース・パーティーの開催が決定。ユースカルチャーの新しいタイラン &#8230; <a href="http://qualitte.com/yamagon/archives/406">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>日本でも絶大な人気を誇るレーベル&#8221;KITSUNE&#8221;のコンピレーションアルバム『KITSUNE MAISON  11』の発売を記念してリリース・パーティーの開催が決定。ユースカルチャーの新しいタイラントとなったKitsuneブランドのミュージック・マスター マインドであるGILDASが久しぶりにWOMBに帰還を果たす！ &#8211; <a href="http://iflyer.tv/womb/event/83736-KITSUNE-MAISON-11-INDIE-DANCE-ISSUE-RELEASE-PARTY/" target="_blank">iFlyer.tv</a></p>
<p><a href="http://qualitte.com/yamagon/wp-content/uploads/2011/06/43c80437eb0f59b2.jpg"><img src="http://qualitte.com/yamagon/wp-content/uploads/2011/06/43c80437eb0f59b2.jpg" title="43c80437eb0f59b2" width="600" height="601" class="alignnone size-full wp-image-407" /></a></p>
<p>いやー、夏だ！！！　暑すぎる〜！！！今夜のパーティはwomb!!!</p>
<p>KITSUNE 楽しみ〜！！　8月のageHaの予習にもなるか・・・。いやはや、あついあつい。</p>
]]></content:encoded>
			<wfw:commentRss>http://qualitte.com/yamagon/archives/406/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://qualitte.com/yamagon/archives/406" />
	</item>
		<item>
		<title>何故沖縄に行きたいのか</title>
		<link>http://qualitte.com/yamagon/archives/403</link>
		<comments>http://qualitte.com/yamagon/archives/403#comments</comments>
		<pubDate>Mon, 20 Jun 2011 09:01:46 +0000</pubDate>
		<dc:creator>yamagon</dc:creator>
				<category><![CDATA[日記]]></category>

		<guid isPermaLink="false">http://qualitte.com/yamagon/?p=403</guid>
		<description><![CDATA[タイトルそのまま。 俺は仙台産まれ仙台育ちで、ツルツルの氷の階段も転ばず登れる寒冷地仕様。スキーもスノボも大好き。海があんまり好きじゃない。どっちかっていうと山が好き。紅葉がすき。だった。冬も、夏も、温泉が一番の極楽だと &#8230; <a href="http://qualitte.com/yamagon/archives/403">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>タイトルそのまま。</p>
<p>俺は仙台産まれ仙台育ちで、ツルツルの氷の階段も転ばず登れる寒冷地仕様。スキーもスノボも大好き。海があんまり好きじゃない。どっちかっていうと山が好き。紅葉がすき。だった。冬も、夏も、温泉が一番の極楽だと思ってたし、今も週末のクラブが楽しいから、南国とか別に興味なかったわけ。そもそも俺、人工的なリゾート感がろくに味わったこともないくせに好きじゃなくて、なんか「楽しまされてる感」ってのが厭なのよね。だから、きっと沖縄も別におもんないと思ってたの。</p>
<p>仕事で去年初めて沖縄行って、考えがガラガラと変わって、もうガラガラガッシャーン！て感じで、なんで今まで沖縄来なかったのかと正直ホントに悔しくなった。</p>
<p>何が楽しいのかは良くわかんない。ただ、あの暑いのと、夕暮れの風と、深夜のゆるさ、朝の妙な高揚感。。。が、たまらなく好きなのだ。</p>
<p>結局のところ、何が楽しいのかを真面目に考えてみた。俺は沖縄で別に海に入っても、リゾートに泊まってもいないので、味わったことを考えてみる。</p>
<p>１：一人で行ったこと（2回とも家族を置いて一人で行っている）</p>
<p>２：結局仕事はあまりしていない</p>
<p>３：現地の友達が出来て、飲み歩いていること</p>
<p>４：温度が気持ちいいこと</p>
<p>５：料理がうまいこと</p>
<p>んー、こんくらいかなあ。コレのうち、東京で実現できないのは１と２と４なんだよね。逆に考えると、仕事を休み、一人で、イイ温度のところに行けば楽しいと言うことなんだとおもうんだ。俺のダメぶりが現れてるな。</p>
<p>あー、ホントに沖縄・・・行きたいな〜。</p>
]]></content:encoded>
			<wfw:commentRss>http://qualitte.com/yamagon/archives/403/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://qualitte.com/yamagon/archives/403" />
	</item>
	</channel>
</rss>

