@charset "utf-8";



/* トップページ
----------------------------------------*/


#top header {
    opacity: 1;
}

#top-inner {
    height: 100%;
    min-width: 1125px;

	text-align:center;
}
#top-inner h2 {
    position: relative;
    top: 53%;
    transform: translateY(-47%);
}
#top-inner h2 img {
	width:90%;
	height:auto;
}
#top-inner #copyright {
    bottom: 20px;
    position: absolute;
    right: 20px;
}
