.top-title{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 150;
	margin: 0;
	padding: 0;
}

.top-title p{
	font-size: 24px;
}

.zoom-fade {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.zoom-fade__item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}

.zoom-fade .zoom-fade__item p{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 95%;
	right: 6%;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.zoom-fade__item:first-child {
	background-image: url(../images/top1.jpg);
}

.zoom-fade__item:nth-child(2) {
	background-image: url(../images/top2.jpg);
}

.zoom-fade__item:nth-child(3) {
	background-image: url(../images/top3.jpg);
}

.add-animation {
	animation: zoom-fade 10s both;
}

@keyframes zoom-fade {
	0% {
		transform: scale(1)
	}
	
	100% {
		transform: scale(1.05);
	}
}
