@charset "utf-8";




#overlay {
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 5000;
	background: rgba(0,0,0,0.8);
}
.topInfo {
	position: relative;
	width: 854px;
	height: 480px;
	margin: 100px auto 0;
	color: #000;
	background:
		url(../images/top/bg_overlay.png)
		left
		top
		no-repeat;
}
.topInfo_title {
	padding: 25px 0 0 390px;
}
.topInfo_p {
	margin: 20px 0 0 420px;
	text-align: left;
}
.topBtn {
	position: absolute;
	top: 495px;
	left: -120px;
	width: 854px;
	z-index: 5000;
}
.topBtn a {
  margin: 0 5px 0 0;
  padding: 10px 20px;
	color: #fff;
  font-size: 20px;
  background-color: #a9252c;
  border-radius: 3px;
}
@media screen and (max-width: 1020px) {
.topBtn {
	position: absolute;
	top: 505px;
	left: -23px;
	z-index: 5000;
}
.topBtn a {
  margin: 0 5px 0 0;
  padding: 10px 15px;
	color: #fff;
  font-size: 32px;
  background-color: #a9252c;
  border-radius: 3px;
}
}
.topBtn > * {
	display: inline;
}

.topClose {
	position: absolute;
	top: 505px;
	left: 810px ;
	cursor: pointer;
}
.topMovie {
	position: absolute;
	top: 0;
	left: 0;
	width: 854px;
	height: 480px;
}



/* 予告版 */
.koukai {
	position: absolute;
	top: 360px;
	right: 90px;
  font-size: 22px;
}
.topBtn02 {
	position: absolute;
	top: 400px;
	left: 480px;
}







