@charset "UTF-8";
/* CSS Document */

body{
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	width:100%;height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	position: absolute;
	top: 0;
	color:#454950;
}

img{
	vertical-align:top;
	border:none;
	margin:0;
	padding:0;
}

ul,li,dl,dd,dt,div,a{
	margin:0;
	padding:0;
	font-weight:normal; 
	text-decoration:none;
	list-style-type:none;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-weight:normal;
}
p{
	margin:0;
	padding:0;
}

.sp_only{
	display:none !important;
}

#wrapper{
	width:100%;
	max-width:2500px;
	overflow: hidden;
}

.sc_block {
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-out;
	transition: opacity 0.8s ease-out;
}

/********************************/

@media screen and (min-width: 751px) {
	.blink:hover {
		animation: blink 0.3s ease-out;
		-webkit-animation:blink 0.3s ease-out;
	}
	
	.btn{
		-webkit-transition:transform 0.2s ease-out,opacity 0.3s ease-out;
		transition:transform 0.2s ease-out,opacity 0.3s ease-out;
	}
	
	.btn:hover{
		-webkit-transform:scale(1.08);
		transform:scale(1.08);
	}
	
	.btn a{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
}

@keyframes blink{
	0%{opacity:0}
	100%{opacity:1}
}
@-webkit-keyframes blink{
	0%{opacity:0}
	100%{opacity:1}
}


footer{
	background-color:#1f1718;
	width:100%;
	padding:60px 0 45px;
}

footer .page_top{
	width:53px;
	height:29px;
	cursor:pointer;
	margin:0 auto;
}

footer p{
	text-align:center;
	line-height:3.33;
	font-size:12px;
	color:#fff;
	margin-top: 45px;
}



/*
SP
*******************************/

@media screen and (max-width: 750px) {
	.pc_only{
		display:none !important;
	}
	
	.sp_only{
		display:block !important;
	}
	
	img{
		width:100%;
		height:auto;
	}
	
	.sc_block {
		-webkit-transition: opacity 0.8s ease-out;
		transition: opacity 0.8s ease-out;
	}
	
	#wrapper{
		max-width:inherit;
	}
	
	footer{
		padding: 6.6vw 0 14vw;
	}
	
	footer .page_top{
		width: 8.93%;
		height: auto;
	}
	
	footer p{
		font-size: 3.2vw;
		line-height: 2.1;
		margin-top: 6.5vw;
	}
}


/********************************/


.clear_fix{
	zoom:1;
}

.clear_fix:after{
	content:"";
	display:block;
	clear:both;
	font-size:0;
	line-height:0;
	visibility:hidden;
}

/********************************/