// ムービーページリンク＆クローズ
<!--
function remote(url) {
  opener.location.href = url
  self.window.close();
}
//-->
