@charset "utf-8";
/* CSS Document */

#movie_sp {
	display: none;
}

.movie_cont {
	width: 980px;
	margin: 0 auto;
}

iframe {
	width: 560px;
	height: 315px;
} 

.movie {
	width: 980px;
	height: 500px;
	margin: 0 auto;
}

.movie_01 {
	width: 980px;
	height: 500px;
	background: url(../img/fuwafuwa/lp_pc_03.jpg) no-repeat;
	position: absolute;
}

.movie_02 {
	width: 980px;
	height: 500px;
	background: url(../img/fuwafuwa/lp_pc_04.jpg) no-repeat;
	position: absolute;
}

.movie_03 {
	width: 980px;
	height: 500px;
	background: url(../img/fuwafuwa/lp_pc_05.jpg) no-repeat;
	position: absolute;
}

.movie_04 {
	width: 980px;
	height: 500px;
	background: url(../img/fuwafuwa/lp_pc_06.jpg) no-repeat;
	position: absolute;
}

.movie_05 {
	width: 980px;
	height: 500px;
	background: url(../img/fuwafuwa/lp_pc_07.jpg) no-repeat;
	position: absolute;
}

.movie_01_p {
	width: 560px;
	height: 315px;
	position: relative;
	top: 55px;
	left: 210px;
}

.movie_01_icon {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 385px;
	left: 210px;
	
}

.movie_01_name {
	width: 350px;
	height: 40px;
	position: absolute;
	top: 385px;
	left: 255px;
	color: #58422a;
	font-size: 20pt;
	font-weight: bold;
}

.movie_01_btn {
	width: 150px;
	height: 40px;
	position: absolute;
	top: 385px;
	right: 210px;
	
}

.movie_banner_area {
	width: 980px;
	text-align: center;
}

.movie_banner {
	margin-top: 40px;
	font-size: 20pt;
	color: #df3c24;
	font-weight: bold;
	
}

.movie_banner img {
	margin-left: 27px;
}

.movie_banner_text {
	display: block;
	margin-top: 5px;
	color: #df3c24;
	text-decoration: underline;
}

.sp_movie {
	display: none;
}

