@charset "UTF-8";

/*=======================
#top_visual
=======================*/
#top_visual{
	display:table;
	position:fixed;
	top:0;
	left:50%;
	margin-left:-50%;
	width:100%;
	min-height:750px;
	background:white;
	z-index:-1;
}
#top_visual .container{
	position:relative;
	display:table-cell;
	margin:0 auto;
	width:100%;
	height:100%;
	vertical-align:middle;
	z-index:1;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center center;
	background-size:cover;
}
#top_txt{
	text-align:center;
}
#top_txt img{
	max-width: 690px;
	width: 62.7272%;
	height: auto;
}
#top_mark{
	text-align:center;
	line-height:0;
}

/*=======================
#page
=======================*/
#page {
	position:relative;
	/*min-width:1100px;*/
	width: 100%;
	z-index:1;
	/*top:-172px;*/
	overflow-y: hidden;
}


/*=======================
.go-top
=======================*/
.go-top{
    position: fixed;
    bottom: 25px;
    right: 145px;
    z-index: 100;
}
.go-top2{
    position: fixed;
    bottom: 25px;
    right: 45px;
    z-index: 100;
}/*
.go-top a{
	fill: #FFF;
	display: inline-block;
	width: 100%;
}
.go-top svg{
	padding: 18px 0;
}

/* SP */
@media screen and (max-width: 750px){

	/*=======================
	#top_visual
	=======================*/
	#top_visual{
		min-height:482px;
	}
	#top_txt img{
		max-width: 590px;
		width: 78.6666%;
	}
	#top_mark{
		position: absolute;
		width: 100%;
		bottom: 100%;
	}
	#top_mark img{
		max-width: 103px;
		width: 13.7333%;
		height: auto;
	}

	/*=======================
	#page
	=======================*/
	#page {
		/*top:-86px;*/
		position: relative;
		overflow: inherit;
	}
	#page > *{
		overflow: hidden;
	}
	#page > *#top_mark{
		overflow: inherit;
	}
	
	
	.go-top{
		right: 120px;
	}
	.go-top2{
		right: 30px;
	}
}

