@charset "utf-8";

@media screen and (min-width: 655px) {

html, body{
	height: 100%;
	background-color: #000000;
}

header{
	z-index: 5;
	position: relative;
}

div#sqexFooter{
	z-index: 2;
	position: relative;
}

br.sp{
	display: none;
}

.contents_bg{
	position: fixed;
	background-color: #000000;
	background-image: url('../img/bg.jpg');
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.contents_container{
	z-index: 2;
	position: relative;
}

	.contents_container *{
		color: #FFFFFF;
		font-family: "Sawarabi Mincho";
		text-align: center;
		line-height: 250%;
		font-size: 15px;
	}

.bg_wrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
	.bglayers.l1{
		height: 10%;
		background-image: url('../img/bg_g.png');
		background-size: 100% 100%;
	}
	.bglayers.l2{
		height: 90%;
		background-color: #000000;
	}

.contents_wrapper{
	max-width: 900px;
	margin: 40vw auto 0 auto;
	position: relative;
}

.title_main{
	width: 80%;
	left: 10%;
	position: relative;
	line-height: 0px;
}

.info_date{
	font-size: 34px;
	font-weight: bold;
	line-height: 150%;
}

.info_jacketimage{
	width: 260px;
	margin: 40px;
	left: 50%;
	position: relative;
	margin-left: -130px;
	box-shadow: 0px 0px 6px 3px rgba(134, 5, 255, 0.47);
	
	line-height: 0;
}

.info_detail{
	line-height: 120%;
}

.info_photoslide{
	position: relative;
	width: 480px;
	height: 303px;
	line-height: 0;
	overflow: hidden;
	margin: 40px;
	left: 50%;
	margin-left: -240px;
}
	.info_photoslide ul, .info_photoslide li{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		
	}
	.info_photoslide li{
		opacity:0;
		animation-name: photoslide_kf;
		animation-duration: 40s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
	}
		.info_photoslide li img{
			height: auto;
		}
		
		#photoslide1 {
			animation-delay: 0s;
		}
		#photoslide2 {
			animation-delay: 8s;
		}
		#photoslide3 {
			animation-delay: 16s;
		}
		#photoslide4 {
			animation-delay: 24s;
		}
		#photoslide5 {
			animation-delay: 32s;
		}

.split{
	margin: 30px auto 30px auto;
	line-height: 0;
}

.store_links{
	overflow: hidden;
	margin: 20px auto 60px auto;
}
	.store_links.bd{
		overflow: hidden;
		margin: 30px auto 0px auto;
	}
	.store_links .btn_stores{
		width: 32%;
		padding: 10px 0 10px 0;
		border: solid 2px #50408d;
		background-color: #161125;
		position: relative;
		float: left;
		margin-left: 2%;
		font-weight: bold;
		transition: all 0.4s;
		box-sizing:border-box;
		font-size: 13px;
	}
		.store_links a:first-child .btn_stores{
			margin-left: 0;
		}
		.store_links .btn_stores:hover{
			border-color: #312651;
			background-color: #a093c5;
			color: #161125;
		}
			.store_links .btn_stores.off{
				border: solid 2px #333333;
				background-color: #111111;
				color: #666666;
			}
			.store_links .btn_stores.off:hover{
				border: solid 2px #333333;
				background-color: #222222;
				color: #888888;
			}

.actors_wrapper{
	margin-top: 70px;
	padding-bottom: 60px;
}
	.actors_detail{
		width: 640px;
		height: 320px;
		position: relative;
		margin:  40px auto auto;
		background-color: rgba(32,24,60,0.5);
		
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
		-webkit-align-items: center;
		align-items:         center;
	}
		.actors_detail .actors_image{
			width: 180px;
			position: relative;
			float: left;
			line-height: 0;
		}
		.actors_detail .actors_text{
			width: 410px;
			/*
												padding: 30px;
												*/
			position: relative;
			float: left;
			text-align: left;
			font-size: 12px;
			line-height: 200%;
			margin-right: 20px;
		}
			.actors_charactor, .actors_charactor *{
				color: #ddceff;
				font-weight: bold;
				font-size: 18px;
				line-height: 150%;
			}


}

@keyframes photoslide_kf {
	0% { opacity:0; }
	7% { opacity:1; }
	18% { opacity:1; }
	25% { opacity:0; }
	100% { opacity:0; }
}

































