/*TB用*/ 

.TopImageArea{
	margin:auto;
	width:100%;
}

.TopImageTextArea{
	margin:auto;
	width:95%;
	position: absolute;
	top:30%;
	z-index: 10;
	left:0;
	right:0;
}

.TopImageTextArea_jp{
	color: #fff;
	text-align: center;
	margin: auto;
	font-weight: bold;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	font-size: 30px;
	line-height: 1.6;

}

.TopImageTextArea_en{
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 95%;
	margin:5% auto 0;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	line-height: 2;
	writing-mode: horizontal-tb;

}

.photoObject {
	width: 100%;
	height: 580px;
	position: relative;
	z-index: 1;
}
.photoObject div {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition-timing-function: ease-in-out;
}
.photoObject div span {
	background-position: center center;
	background-size: cover;
	transition-timing-function: ease-in;
}
.photoObject div,
.photoObject div span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.photoObject div.s1,
.photoObject div.e2 {
	opacity: 0;
	background: #FFF;
}
.photoObject div.s2,
.photoObject div.e1 {
	opacity: 1;
	background: #FFF;
}

div.photoObject span.anime_in_zoomin {
	transform: scale(1.0);
}
.photoObject span.anime_out_zoomin {
	transform: scale(1.1);
}

.photoObject span.anime_in_zoomout {
	transform: scale(1.1);
}
.photoObject span.anime_out_zoomout {
	transform: scale(1.0);
}
.photoObject span.anime_in_grayscale_zoomin {
	filter: grayscale(100%);
	transform: scale(1.2);
}
.photoObject span.anime_out_grayscale_zoomin {
	filter: grayscale(0%);
	transform: scale(1.15);
}
