﻿//忍者ホームページ
//<script>
  if( window.location.protocol == 'http:') {
	window.location.protocol = "https:";
  }
//</script>
