@import url("top_PC.css") screen and (min-width: 801px) ;
@import url("ico_wNew_SP.css") screen and (max-width: 800px) ;
@import url("ico_wNew_PC.css") screen and (min-width: 801px) ;
@import  "wnew.css";

/*SP用*/
@media screen and (max-width: 800px) {

	body {
		height: 100%;
	}
	
	#areaTop {
	}
	
	#top_movie {
		position: relative;
		height: auto;
		width: 100%;
	}
	video {
		height: auto;
		width: 100%;
	}
	
/*
	#top_movie .movieLogo{
		height: 50px;
		width: 150px;
		position: absolute;
		right: 0px;
		left: 0px;
		top: 30%;
		margin: auto;
	}
*/
	
	#top_movie .copy{
		text-shadow: 0px 0px 3px #2d2d2d;
		margin: auto;
		font-family: "Josefin Slab", "Times New Roman", serif;
		font-style: normal;
		font-weight: normal;
		line-height: 1.3em;
		top: 35%;
		right: 0px;
		left: 0px;
		position: absolute;
		display: block;
		max-width: 310px;
		font-size: 13px;
		color: white;
		opacity: 0.7;
	}
#top_movie .copy .main{
	padding-bottom: 0px;
	line-height: 1.3em;
	font-family: "Nothing You Could Do";
	margin-bottom: 3px;
	letter-spacing: 1px;
	font-size: 32px;
}

#top_movie .copy .sub{
	padding-bottom: 0px;
	line-height: 1em;
	font-family: Quicksand;
	margin-bottom: 20px;
	letter-spacing: 3px;
	font-size: 70%;
}

#top_movie .copy .sub2{
	font-family: serif;
	letter-spacing: 2px;
	font-size: 16px;
}
.unkou{
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: black;
	line-height: 1em;
	font-size: 80%;
	z-index: 0;
}
.unkou_m{
	padding: 10px;
	position: relative;
	background-color: #dbe7f0;
	vertical-align: middle;
}
.unkou_m:after{
	content: "";
	z-index: 1;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	right: 1px;
	left: 1px;
	bottom: 1px;
	top: 1px;
	position: absolute;
}
.unkou .title{
	margin-bottom: 5px;
	display: block;
}
.unkou .blink{
	display: block;
}


}