/*PC用*/


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

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

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

}

.TopImageTextArea_en{
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	width: 90%;
	margin:5% auto 0;
	font-weight: bold;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	font-size: 22px;
	line-height: 1.6;

}

.photoObject {
	width: 100%;
	height: 840px;
	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);
}
	
.TopTitleAera_pc h2{
	font-size: 50px;
	text-align:center;
	line-height: 2;
	color: #fff;
	margin:auto;
}

.emphasis {
	position: relative;
	padding-top: 0.5em;
	font-size:50px
}
 
.emphasis::before {
	position: absolute;
	content: "";
	width: 0.2em;
	height: 0.2em;
	border-radius: 50%;
	background-color: yellow;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	font-size:50px
}
.greentext{
	font-size:80px;
	color: #fff;
}