@charset "utf-8";
@import url("./second.css");
#mv h3{background-image:url(../images/works/mv_text.png)}
#section1,
#section2,
#section3 h4{
	width:1050px;
	margin:0 auto;
}
#section1 p{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:45px;
}
#section1 p.section1_text01{
	background:url(../images/works/section1_text01.png) no-repeat center top;
	height:239px;
	
}
#section1 p.section1_text02{
	background:url(../images/works/section1_text02.png) no-repeat center top;
	height:400px;
}
#section2 h4,
#section3 h4{
	background:url(../images/common/h4_bg.png) no-repeat center top;
	font-size:1.92rem;
	font-weight:bold;
	letter-spacing:0.3rem;
	text-align:center;
	padding:10px;
	margin-bottom:25px;
}
#section2{ margin-bottom:80px;}
#section2 section{
	background:url(../images/works/section2_img.jpg) no-repeat left top;
	min-height:340px;
	padding-left:380px;
	margin-bottom:50px;
}
#section2 h5{
	background:url(../images/common/border_width.png) repeat-x left bottom;
	padding-bottom:22px;
	margin-bottom:22px;
	font-size:2.8rem;
	font-weight:bold;
}
#section2 h5 span{
	display:block;
	font-size:1.4rem;
	font-weight:bold;
}
#section2 section ul{
	margin-top:15px;
	background-color:#fff;
	border: solid 2px #ece0d6;
	padding:15px 0 5px 15px;
}
#section2 section ul li{
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	min-width:190px;
}
#section2 section ul li h6{
	float:left;
	background-color:#874402;
	min-width:80px;
	font-size:1.2rem;
	text-align:center;
	color:#fff;
	margin:2px 5px 0 0;
}
#section2 .youtube_text{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:45px;
	background:url(../images/works/section2_text01.png) no-repeat center top;
	height:48px;
}
#section2 .youtube_button{
	width:730px;
	margin:0 auto;
}
#section2 .youtube_button li{
	float:left;
	margin:0 20px 0;
	height:70px;
}
#section2 .youtube_button li a{
	display:block;
	width:245px;
	height:43px;
	border:solid 1px #000;
	box-shadow:rgb(0, 0, 0) 0px 3px 0px 0px;
	border-radius:8px;
	font-size:2.08rem;
	font-weight:bold;
	padding:20px 10px 0 65px;
	line-height:1;
	transition:0.6s;
}
#section2 .youtube_button li a:hover{
	margin-top:3px;
	box-shadow: none;
}
#section2 .youtube_button li.youtube a{
	background:url(../images/works/button_pict01.png) no-repeat 35px center #f50303;
	color:#fff;
}
#section2 .youtube_button li.youtube a:hover{
	background-color:#d80303;
	background-position:285px center;
}
#section2 .youtube_button li.nicovideo a{
	background:url(../images/works/button_pict02.png) no-repeat 35px center #9da1a5;
	color:#000;
}
#section2 .youtube_button li.nicovideo a:hover{
	background-color:#84898d;
	background-position:285px center;
}
#section3{
	position: relative;
	height:437px;
}
#section3 img{
	position:absolute;
	display:block;
	top:34px;
	left:50%;
	margin-left:-680px;
	
}
#section3 p{
	position:absolute;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../images/works/section3_text.png) no-repeat center top;
	height:239px;
	left:50%;
	margin-left:-525px;
	width:1050px;
}