@charset "shift_jis";

.movie-btn img
#song img {
	width: 100%;
	height: auto;
}

#topper h1.ttl {
	padding-top: 30px;
	text-align: right;
}

#song {
	position: relative;
	padding-top: 50px;
}

#song .chara {
	position: absolute;
	top: -22px;
	right: 0;
}


#song .lead {
	padding: 5px 15px;
	line-height: 1.6;
}

#song li {
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url(../key/images/song_bg.png) no-repeat center bottom;
	background-size: 100%;
	text-align: center;
}

#song li:last-child {
	background: none;
}

#song .movie {
	width: 75%;
	margin: 12px auto;
}

#song dt {
	font-size: 18px;
	margin-bottom: 5px;
}

#song dd {
	font-size: 12px;
	line-height: 1.6;
}


/* ========================================
	Movie
======================================== */
body#movie {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: none;
	background-color: #000;
}
#movie .wrap {
	position: relative;
	margin: 20px auto 0 auto;
	text-align: center;
}
#close {
	margin: 10px 0 0;
}