$(function() {
	$('a[href*=#]').click(function() {
		if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
			var target = $(this.hash);
			target = target.length && target;
			if (target.length) {
				var sclpos = 30;
				var scldurat = 1200;
				var targetOffset = target.offset().top - sclpos;
				$('html,body')
					.animate({scrollTop: targetOffset}, {duration: scldurat, easing: "easeOutExpo"});
				return false;
			}
		}
	});
});
$(function(){  
	$('.topics-list li').biggerlink();
	$('.pickup-block').biggerlink();  
});
function pressentry(){
window.open("https://gw.tv/tgc/09SS/press_entry/index.php","entry","scrollbars=yes,resizable=no,menubar=no,directories=no,status=no,location=no,width=700,height=550");
}
function sgcmovie(){
window.open("sgc_movie/index.html","sgcmovie","scrollbars=yes,resizable=no,menubar=no,directories=no,status=no,location=no,width=580,height=630");}
function owabi(){
window.open("owabi/index.html","owabi","scrollbars=yes,resizable=no,menubar=no,directories=no,status=no,location=no,width=640,height=420");}