(function(){
	var _ref = document.referrer;
	var _cok = document.cookie;
	//console.log(_ref);
	//console.log(_cok);
	if(_ref.indexOf('suntory.co.jp') > -1){
		//
	}else{
		if(_cok.indexOf('yamazakiLang') > -1){
			//
		}else{
			window.location.href = 'entrance.html';
		}
	}
})();

