




/*========================================================================
main_visual_area
========================================================================*/


#main_visual_area {
	width: 100%;
	position:relative;
	overflow:hidden;
	zoom: 1;
}
#main_visual_area .main img {}

#main_visual_area li{ width: 100%; position:relative }
#main_visual_area li.slide01 {
	background: url(../img/top/main_01.png) left center no-repeat;
	background-size: cover;
}
#main_visual_area li.slide02 {
	background: url(../img/top/main_02.png) left center no-repeat;
	background-size: cover;
}
#main_visual_area li.slide03 {
	background: url(../img/top/main_03.png) left center no-repeat;
	background-size: cover;
}


/******************************************************

 #slideShow
 
****************************************************/


#slideShow {
	overflow: hidden;
	zoom:1;
	width: 100%;
	height: 100%;
	position: relative;
	z-index:100;
}
#slideShow li {
	position: relative;
}

#slideShow img {
	display: block;
	width: 100%;
	height: auto;
}

#slideShow li .copy{
	width: 39%;
	max-width: 499px;
	margin-top: -105px;
	position: absolute;
	right: 4%;
	top: 50%;
}
#slideShow li .chara {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#slideShow li.slide01,
#slideShow li.slide02 {
	display: none;
}

#slideShow li.slide01 {
	background: url(../img/top/bg_main_01.png) center center no-repeat;
	background-size: cover ;
}
#slideShow li.slide01 .chara {
	width: 59.5%;
	max-width: 1000px;
	
	position: absolute;
	left: -1%;
	bottom: -1%;
	top: 10%;
}

#slideShow li.slide01 .logo{
	width: 40%;
	max-width: 277px;
	margin-top: -105px;
	position: absolute;
	right: 20px;
	bottom: 90px;
}


#slideShow li.slide02 {
	background: url(../img/top/bg_main_02.png) center center no-repeat;
	background-size: cover ;
}
#slideShow li.slide02 .chara {
	width: 59.5%;
	max-width: 1000px;
	position: absolute;
	left: 0;
	top: 10%;
}
#slideShow li.slide02 .logo{
	width: 40%;
	max-width: 236px;
	margin-top: -105px;
	position: absolute;
	right: 20px;
	bottom: 90px;
}

#slideShow li.slide03 {
	background: url(../img/top/bg_main_03.png) center center no-repeat;
	background-size: cover ;
}
#slideShow li.slide03 .chara {
	width: 74.2%;
	max-width: 1000px;
	position: absolute;
	left: -7%;
	top: 10%;
}
#slideShow li.slide03 .logo{
	width: 40%;
	max-width: 311px;
	margin-top: -105px;
	position: absolute;
	right: 20px;
	bottom: 90px;
}



@media screen and (max-width: 1350px) {
	#slideShow li.slide01 .chara,
	#slideShow li.slide02 .chara {
		width: 70%;
		left: -10%;
	}
		#slideShow li.slide03 .chara {
		width: 80%;
		left: -12%;
		bottom: -10%;
	}
}
@media screen and (min-height: 800px) {
	

}

@media screen and (max-width: 720px) {
#slideShow li .copy{
	width: 39%;
	max-width: 499px;
	margin-top: -50px;
	position: absolute;
	right: 4%;
	top: 50%;
}

#slideShow li.slide01 .logo,
#slideShow li.slide02 .logo,
#slideShow li.slide03 .logo{
	width: 30%;
	bottom:10px;
}


}


@media screen and (max-width: 480px) {

	#slideShow li.slide01 .copy{
		width: 80%;
		margin-top: 0;
		position: absolute;
		left:15%;
		top: 65px;
		text-align: center;
	}
	#slideShow li.slide01 .chara {
		width: 145%;
		position: absolute;
		left: -20%;
		top: auto;
		bottom: -62%;
	}
	
	#slideShow li.slide01 .logo{
		width: 30%;
		right: 5px;
		bottom: 5px;
	}
	
	#slideShow li.slide02 .copy{
		width: 80%;
		margin-top: 0;
		position: absolute;
		left:10%;
		top: 80px;
		text-align: center;
	}
	#slideShow li.slide02 .chara {
		width: 145%;
		position: absolute;
		left: -16.2%;
		top: auto;
		bottom: -38%;
	}
	
	#slideShow li.slide02 .logo{
		width: 30%;
		right: 5px;
		bottom: 5px;
	}	
	
	
		#slideShow li.slide03 .copy{
		width: 80%;
		margin-top: 0;
		position: absolute;
		left:10%;
		top: 80px;
		text-align: center;
	}
	#slideShow li.slide03 .chara {
		width: 145%;
		position: absolute;
		left: -23%;
		top: auto;
		bottom: -60%;
	}
	
	#slideShow li.slide03 .logo{
		width: 30%;
		right: 5px;
		bottom: 5px;
	}	
	
	

}








/*informaiton_area
-----------------------------------------------------------*/

#informaiton_area {
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/top/bg_information.png) rgba(0,0,0,0.8);
	z-index:200;
}



.scroll {
	width: 100%;
	margin-top: -120px;
	text-align: center;
	position: relative;
	z-index: 150
}

#informaiton_area .information {
	width: 100%;
	padding-right: 211px;
	position:relative;
}
#informaiton_area .information .information_inner {
	position:relative;
}
#informaiton_area  .information h2 {
	width:125px;
	border-right: 1px dotted #ccc;
	position: absolute;
	left: 30px;
	top: 0px;
}
#informaiton_area  .information h2 img {
	vertical-align: middle;
}


.ticker {
    width:100%;
		margin: 30px 0 0 185px;
    text-align: left;
    position: relative;
    overflow: hidden;
		z-index:100;
		display:block;
}
.ticker ul {
    width: 100%;
    position: relative;
}
.ticker ul li {
    width: 100%;
    display: none;
}
.ticker .date {
	padding: 2px 5px;
	margin-right: 5px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #1f50a1;


}
	


.ticker,
.ticker a,
#informaiton_area .info,
#informaiton_area .info a {
	color: #fff;
}





#informaiton_area .info ul {
	padding: 0 15px 15px;
}
#informaiton_area .info li {
	padding: 5px 0;
	border-bottom: 1px dotted #555;
}
#informaiton_area .info .date {
	font-size: 10px;
	line-height: 15px;
	display: block;
}




#informaiton_area .btn_more {
	position: absolute;
	top : 0px;
	right:10px;
	z-index:300;
}
#informaiton_area .btn_more a {
	padding: 5px 10px 5px 20px;
	color: #fff;
	border: 2px solid #ccc;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#informaiton_area .btn_more a:before {
content: "";
	position: absolute;
	top: 40%;
	left: 8px;
	border: 3px solid transparent;
	border-left: 4px solid #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#informaiton_area .btn_more a:hover {
	color: #000;
	background: #fff;
}
#informaiton_area .btn_more a:hover:before {
content: "";
	border-left: 4px solid #000;
}

#informaiton_area .bnnr {
	width:211px;
	height: 80px;
	padding: 5px;
	border-left: 1px solid #555;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index:101;
	background:rgba(0,0,0,0.8);
}


@media screen and (max-width: 720px) {

.scroll {
	display: none;
}

#informaiton_area {
	width: 100%;
	height: auto;
	position: relative;
}

#informaiton_area .information {
	width: 100%;
	padding: 15px 0;
	position:relative;
}
#informaiton_area  .information h2 {
	width: 100%;
	padding-bottom: 15px;
	margin: 0 auto;
	border-right:none;
	border-bottom: 1px dotted #555;
	position: relative;
	left:0;
	text-align: center;
}
#informaiton_area  .information h2 img {
	vertical-align: middle;
}

.ticker {
	left:-9999px;
	position: absolute;
}

#informaiton_area .btn_more {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	float: none;
	position: relative;
	right: auto;
	z-index:300;
}
#informaiton_area .btn_more a {
	width: 100%;
	display:block;
	text-align: center;

}




#informaiton_area .bnnr {
	width:100%;
	height:auto;
	/*padding: 5px;*/
	padding:15px 5px 0 5px;
	border-left: none;
	text-align: center;
	border-top: 1px solid #555;
	position: static;
	background:rgba(0,0,0,1);
}


}

/**/
.herouta_bnnr {
	padding-top: 15px;
	position: absolute;
	right: 15px;
	top:80px;
	z-index:1000;
	
	display: none;
}
.herouta_bnnr  a {
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	
	display: none; //default:block
}

#crpg10th {
	position: absolute;
    right: 10px;
    top: 80px;
	width: 200px;
	z-index:1000;
}

#crpg10th img {
	width: 200px;
}

#hachinan {
	position: absolute;
	right: 10px;
    top: 80px;
	width: 285px;
	z-index:1001;
}

#hachinan img {
	width: 285px;
}




@media screen and (max-width: 785px) {
	#crpg10th {
		margin-right: 15px;
		width: 190px;
		height: 100px;
		
	}
	#crpg10th img {
		width: 190px;
		height: 100px;
	}
	#hachinan {
		margin-right: 15px;
		width: 190px;
		height: 100px;
		
	}
	#hachinan img {
		width: 190px;
		height: 100px;
	}
}

@media screen and (max-width: 720px) {

	.herouta_bnnr {
		padding-bottom: 15px;
		position: static;
		background: #000;
		
		display: none;
	}
	.herouta_bnnr  a {
		width: 80%;
		
		display: none;
	}

	#crpg10th {
		position: static;
		height: 170px;
		padding-top: 10px;
		width: 100%;
		text-align: center;
		background: #000000;
	}

	#crpg10th img {
		width: 285px;
		height: 150px;
	}

	#hachinan {
		position: static;
		height: 170px;
		padding-top: 10px;
		width: 100%;
		text-align: center;
		background: #000000;
	}

	#hachinan img {
		width: 285px;
		height: 150px;
	}


}
/*========================================================================
#contents
========================================================================*/

#contents h2 {
	margin-bottom: 35px;
	text-align: center;
}


#contents h2 img {
	margin-bottom: 5px;
}

@media screen and (max-width: 720px) {
#contents h2 {
	margin-bottom: 15px;
}


}



/*========================================================================
about_section
========================================================================*/
#about_section {
	text-align: center;
}


/*.about_block_01
-----------------------------------------------------------*/

.about_block_01 {
	width: 100%;
	background: url(../img/about/bg_about_lblue.jpg) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.about_block_01_inner {
	width: 100%;
	height: 600px;
	padding-top: 190px;
	background: url(../img/about/bg_about_block_01_inner%20.png) left bottom repeat-x;
}



.about_block_01_inner p img {
	margin-bottom: 10px;
}
.about_block_01 .img_about_arrow_01 {
	padding: 60px 0;
	position:relative;
}

.about_block_01_inner h2 img,
.about_block_01_inner .copy01,
.about_block_01_inner .copy02,
.about_block_01 .img_about_arrow_01 {
	opacity: 0;
	position:relative;
	top: -20px;
}
.about_block_01_inner .copy01 {
	margin-bottom: 10px;
}

@media screen and (max-width: 720px) {
	#contents .about_block_01_inner  h2 img {
		width: auto;
		height: 43px;
	}
	.about_block_01_inner {
		height: auto;
		padding: 90px 15px 0;
	}
	.about_block_01 .img_about_arrow_01 {
		padding: 30px 0;
		position:relative;
	}

}
@media screen and (max-width: 480px) {
	#contents .about_block_01_inner  h2 img {
		width: auto;
		height: 35px;
	}
}

/*.about_block_02
-----------------------------------------------------------*/

.about_block_02 {
	width: 100%;
	border-bottom: 2px solid #fff;
	background: url(../img/about/bg_about_blue.jpg) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.about_block_02_inner {
	width: 100%;
	background: #fff;
}

.about_block_02_inner .chara_block {
	width: 100%;
	max-width: 1220px;
	padding: 70px 0 80px;
	margin: 0 auto;
	overflow: hidden;
	zoom:1;
}

.about_block_02_inner .chara_block .box {
	width: 32%;
	max-width: 380px;
	float: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.about_block_02_inner .chara_block .box.chara01 { margin-right: 1%;}
.about_block_02_inner .chara_block .box.chara03 { margin-left: 1%;}

.about_block_02_inner .chara_block .box.chara02 {
	width: 34%;
	max-width: 420px;
	padding: 0 1%;
	float: left;
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
}


.about_block_02_inner .chara_block .box h3 {
	margin-bottom: 15px;
}
.about_block_02_inner .chara_block .box .catch {
	width: 100%;
	max-width: 85px;
	margin: 0 auto 20px;
}
.about_block_02_inner .chara_block .box .txt {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.about_block_02_inner .chara_block h3 + .img {
	width: 100%;
	max-width: 380px;
}
.about_block_02_inner .chara_block .box p {
	padding-top: 15px;
}
.about_block_02_inner .chara_block .box p .em {
	color: #ff0072;
	font-size: 15px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffde2a 0%);

}
.about_block_02 .img_about_arrow_02 {
	width: 100%;
	height: 135px;
	background: url(../img/about/bg_about_arrow.png) 0 0 repeat-x;
	position:relative;
	overflow: hidden;
	
}
.about_block_02 .img_about_arrow_02 img {
	margin-left: -110px;
	position: absolute;
	left: 50%;
	top: -120px;
}



.about_block_02_inner .chara_block .box.chara01,
.about_block_02_inner .chara_block .box.chara02,
.about_block_02_inner .chara_block .box.chara03 {
	opacity: 0;
	position:relative;
}

@media screen and (max-width: 720px) {
	.about_block_02_inner .chara_block .box.chara01,
	.about_block_02_inner .chara_block .box.chara02,
	.about_block_02_inner .chara_block .box.chara03 {
		width: 100%;
		max-width: 420px;
		padding: 15px;
		margin: 0 auto;
		float:none;
		border:none;
	}
	.about_block_02_inner .chara_block .box.chara02 {
		margin: 15px auto;
	}
}
@media screen and (max-width: 480px) {
	.about_block_02_inner .chara_block {
		padding: 40px 0 30px;
	}

	.about_block_02_inner .chara_block .box .catch {
		max-width: 65px;
	}
	
	
	.about_block_02 .img_about_arrow_02 {
		height: 70px;
	}	
	.about_block_02 .img_about_arrow_02 img {
		width: 130px;
		height: auto;
		margin-left: -65px;

	}
	
}


/*.about_block_03
-----------------------------------------------------------*/
.about_block_03 {
	width: 100%;
	background: url(../img/about/bg_start.png) center center no-repeat;
	background-size: cover;
	opacity: 0;
}
.about_block_03  .top_animation {
	background: url(../img/about/img_fellow_list.jpg) 0 0 repeat-x;
}
.about_block_03  .bottom_animation {
	padding: 170px 0;
	background: url(../img/about/img_scenario_list.jpg) left bottom  repeat-x;
}

.about_block_03 .about_block_03_copy {
}
.about_block_03 .about_block_03_copy p img {
	margin-bottom: 20px;
}

.about_block_03 .logo_sanzen {
	overflow: hidden;
	zoom :1;
}
.about_block_03 .logo_sanzen img {
	margin: 5px;
}



.about_block_03 .block_link_list {
	width: 100%;
	max-width: 1200px;
	min-width:1000px;
	margin: 40px auto 0;
	padding: 40px 30px 30px 60px;
	border-top: 2px dotted #ccc;
}


.about_block_03 .block_link_list .icon_free {
	padding: 0 15px 0;
	display: inline-block;  
	*display: inline; 
	*zoom: 1;
	position: relative;
}



.about_block_03 .block_link_list .box {
	width: 100%;
	max-width: 300px;
	padding:10px;
	display: inline-block;  
	*display: inline; 
	*zoom: 1;
}


.about_block_03 .block_link_list .box.s-avatar .game_ttl_logo img {
	width: auto;
	height: 83px;
}
.about_block_03 .block_link_list .box.herouta .game_ttl_logo img {
	width: auto;
	height: 83px;
	padding-bottom: 15px;
}
.about_block_03 .block_link_list .box a {
	display: block;
}

.about_block_03 .block_link_list .box a .bnnr_item {
	width: 100%;
	height: 40px;
	background: #1f50a1;
	border: 1px solid #1f50a1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	overflow: hidden;
	zoom:1;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.about_block_03 .block_link_list .box .bnnr_item .shine {
	position:absolute;
	left:0;
	top:0;
}
.about_block_03 .block_link_list .box .bnnr_item .txt {
	width: 90%;
	max-width: 200px;
	margin: -13px 0 0 -100px;
	position:absolute;
	left:50%;
	top:50%;
}

.about_block_03 .block_link_list .box a:hover .bnnr_item {
	background-color: #2562c7;
	border: 1px solid #2562c7;
}

.about_block_03 .block_link_list .sample_link {
	margin: 10px 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}




.about_block_03 .block_link_list .sample_link li{
	width: 50%;
	display: inline-block;  
	*display: inline; 
	*zoom: 1;
}
.about_block_03 .block_link_list .sample_link li:nth-child(1){
	padding-right: 5px;
}
.about_block_03 .block_link_list .sample_link li:nth-child(2){
	padding-left: 5px;
}

.about_block_03 .block_link_list .sample_link li a {
	width: 100%;
	display: block;
	color: #555;
	position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	display: block;
}

.about_block_03 .block_link_list .sample_link li a:before {
	content: "";
	position: absolute;
	top: 35%;
	left: 8px;
	border: 5px solid transparent;
	border-left: 5px solid #ccc;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.about_block_03 .block_link_list .sample_link li a:hover {
	color: #2562c7;
}



@media screen and (max-width: 720px) {
.about_block_03 .about_block_03_copy p img {
	width: auto;
	height: 28px;
}
.about_block_03 .bnnr {
	marign-bottom:0;
}


.about_block_03 .block_link_list {
	min-width: initial;
	min-width: auto;
	padding: 30px 50px 0 0 ;
	position:relative;
}
.about_block_03 .block_link_list .icon_free {
	position: absolute;
	top: 10px;
	right:-5px;
}
.about_block_03 .block_link_list .icon_free img {
	width: 70px;
	height: auto;
}



}


@media screen and (max-width: 640px) {
.about_block_03 .block_link_list {
	padding: 150px 0 0 ;
}
.about_block_03 .block_link_list .icon_free {
	top: 20px;
	right:50%;
	margin-right: -75px;
}
.about_block_03 .block_link_list .icon_free img {
	width: 120px;
	height: auto;
}
}
@media screen and (max-width: 500px) {
.about_block_03 {
	border-bottom: 2px solid #1f50a1;
	background-size: cover;
}
.about_block_03  .top_animation,
.about_block_03  .bottom_animation {
	background: none;
}


}

@media screen and (max-width: 480px) {

.about_block_03 .about_block_03_copy p img {
	width: auto;
	height: 20px;
}
.about_block_03 .about_block_03_copy p span {
	display: block;
}


}


/*========================================================================
column_section
========================================================================*/
#column_section {
	padding: 150px 0;
	text-align: center;
	opacity: 0;
}


.block_column_list {
	width: 100%;
	
	margin: 40px auto 30px;
	overflow: hidden;
	zoom :1;
}
.block_column_list .box {
	width: 50%;
	border-right:1px solid #fff;
	float: left;
}
.block_column_list .box a {
	color: #fff;
	background: url(../img/column/column_box_off.png) right bottom no-repeat #000;
	display:block;
	overflow: hidden;
	zoom :1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.block_column_list .box .thum {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	zoom:1;
}
.block_column_list .box .thum .color {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index:1
}
.block_column_list .box .thum img {
	transition: 0.5s;
}
.block_column_list .box .txt {
	width: 50%;
	padding: 10% 15px 0;
	float: right;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.block_column_list .box .txt h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
.block_column_list .box .txt p .caption {
	font-size: 10px;
}
.block_column_list .box .btn {
}
	
.block_column_list .box a .btn{
	width: 135px;
	padding: 5px;
	margin: 20px auto 0;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.block_column_list .box a:hover .btn {
}
.block_column_list .box a .btn span {
	padding-right: 15px;
	background: url(../img/share/icon_new_win.png) 100% 3px no-repeat;
}

/*hover*/

.block_column_list .box a:hover {
	background: url(../img/column/column_box_on.png) right bottom no-repeat #ffc600;
}
	
.block_column_list .box a:hover .thum img{
	-webkit-transform:	scale(1.1);
	transform:		scale(1.1);
}
.block_column_list .box a:hover .thum .color {
	opacity:1;
}

@media screen and (max-width: 1280px) {
	.block_column_list .box .txt {
		padding: 5% 30px 0;
	}
	.block_column_list .box a .btn{
		margin-top: 10px;
	}
}


@media screen and (max-width: 720px) {

	#column_section {
		padding: 80px 0;
		text-align: center;
	}



	#contents #column_section  h2 img {
		width: auto;
		height: 28px;
	}
	.block_column_list .box {
		width: 100%;
		border-right:none;
		border-bottom:1px solid #fff;
		float: none;
	}
	.block_column_list .box .txt {
		padding: 8% 30px 0;
	}
}
@media screen and (max-width: 540px) {
.block_column_list .box .thum {
	width: 100%;
	height: 180px;
	float: none;
	position: relative;
	overflow: hidden;
	zoom:1;
}	
	.block_column_list .box .txt {
		width: 100%;
		padding: 20px 10px;
		float: none;

	}
}	


/*========================================================================
production_section
========================================================================*/

#production_section {
	padding: 150px 0;
	text-align: center;
	background: url(../img/production/bg_production.png) top right no-repeat #ecf0f6;
	opacity: 0;
}


.block_production_list {
	width: 100%;
	padding: 0 20px;
}
.block_production_list .box {
	width: 33.3%;
	max-width: 413px;
	padding: 10px 20px 20px;
	text-align: left;
	display: inline-block;  
	*display: inline; 
	*zoom: 1;
}
.block_production_list .box .thum {
	margin-bottom: 15px;
}

.block_production_list .box h3 {
	padding: 0 0 0 10px;
	font-size: 15px;
	font-weight:bold;
	border-left: 5px solid #1f50a1;
}
.block_production_list .box h3.op { background: url(../img/production/icon_op.gif) 100% 0 no-repeat; }
.block_production_list .box h3.op_finish { background: url(../img/production/icon_op_finish.gif) 100% 0 no-repeat; }
.block_production_list .box h3 .copy {
	font-size: 12px;
	font-weight:normal;
	display: block;
}
.block_production_list .box h3 .date {
	font-size: 10px;
	font-weight:normal;
}

.block_production_list .box p {
	padding: 10px 0;
	font-size: 12px;
}

.block_production_list .box .btn a {
	width: 100%;
	padding: 5px;
	display: block;
	background: #ffc600;
	text-align: center;
	font-weight: bold;
	color: #fff;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.block_production_list .box .btn a:hover {
	background: #ffde2a;
}
.block_production_list .box .btn a span {
	padding-right: 15px;
	background: url(../img/share/icon_new_win.png) 100% 3px no-repeat;
}

@media screen and (max-width: 1080px) {
.block_production_list .box h3 .date {
	display: block;
}
	
}

@media screen and (max-width: 720px) {
	#production_section {
		padding: 80px 0;
		background-image: none;
	}
	#contents #production_section  h2 img {
		width: auto;
		height: 28px;
	}
	
	.block_production_list .box {
		width: 100%;
	}	
	.block_production_list {
		padding: 0;
	}
}
@media screen and (max-width: 480px) {
	.block_production_list .box h3.op,
	.block_production_list .box h3.op_finish {
		background-size: 63px 17px;
	}
	.block_production_list .box h3 .copy {
		font-size: 10px;
	}
	.block_production_list .box h3 .date {
		display: block;
	}
	
	
	

}


/*========================================================================
fcp_section
========================================================================*/

#contents #fcp_section h2 {
	margin-bottom: 20px;
}


#fcp_section {
	width: 100%;
	padding-top: 30px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	opacity: 0;
}

#fcp_section .fcp_block {
	width: 100%;
	height: 400px;
	padding: 70px 0 0 0;
	background: url(../img/fcp/bg_fcp.png) center center;
	background-size: cover;
}
#fcp_section .btn_fcp a {
	width: 100%;
	max-width: 500px;
	padding: 20px;
	margin: 20px auto 0;
	border: 2px solid #fff;
	overflow: hidden;
	zoom:1;
	display: block;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#fcp_section .btn_fcp .fcp_logo {
	width: 90%;
	max-width: 126px;
	float: left;
}
#fcp_section .btn_fcp .fcp_txt {
	width: 90%;
	max-width: 294px;
	float: right;
}

#fcp_section  .btn_fcp a:hover {
	background: rgba(255,255,255,0.5);
}

@media screen and (max-width: 720px) {

#contents #fcp_section h2 img {
	width: auto;
	height: 28px;
}
#fcp_section .fcp_block {
	height: auto;
	padding: 30px 20px;
}
#fcp_section .btn_fcp .fcp_logo {
	margin: 0 auto 10px;
	float: none;
}
#fcp_section .btn_fcp .fcp_txt {
	margin: 0 auto;
	float: none;
}
#fcp_section .btn_fcp a  {
	padding: 10px;
}
}

















