@charset "utf-8";




/*----------------------------------------
	for PC
----------------------------------------*/


@media screen and (min-width: 481px){

	#content_inner{
		padding:20px 0 80px;
		width:1000px;
		margin:0 auto 0;
		z-index:50;
		position:relative;
	}


		#secMenu{
			display:block;
			background:#000 url('../img/common/bg_secnavi.jpg') no-repeat center top;
			background-size:auto 100%;
			height:40px;
			margin-top:-5px;
			padding:22px 18px 15px;
			text-align:center;
			box-shadow:0 4px 1px rgba(0,0,0,0.4);
		}

		#secMenu .inner{
			width:490px;
			margin:0 auto 0;
		}

		#secMenu a{
			display:block;
			float:left;
			padding:0 20px;
			border-left:1px solid #999;
			position:relative;
			z-index:150;
		}


		#secMenu a:nth-child(1){width:115px;border-left:none;}
		#secMenu a:nth-child(2){width:113px;}
		#secMenu a:nth-child(3){width:130px;}



		#secMenu a img{
			display:block;
			width:100%;
		}

		#secMenu a:nth-child(3) img.on{display:block;}
		#secMenu a:nth-child(3) img.off{display:none;}


		.catch{
			width:542px;
			display:block;
			margin:0 auto -20px;
		}


	#tab{
		width:100%;
		margin:30px 0 30px;
		position:relative;
		z-index:50;
	}

	#tab .category:nth-child(2){
		border-left:1px solid #999;
	}

	#tab .category{
		display:block;
		width:1000px;
		margin:0 auto 0;
	}

	#tab .category a{
		display:block;
		width:80px;
		float:left;
		box-shadow:1px 1px 2px rgba(0,0,0,0.8);
		margin-left:10px;
		border-radius:10px;
		background-color:#000;
		position:relative;
	}

	#tab .category a.debut{
		display:block;
		width:80px;
		float:left;
		box-shadow:1px 1px 2px rgba(0,0,0,0.8);
		margin-left:10px;
		border-radius:12px;
		background-color:#000;
		position:relative;
	}

	#tab .category a.debut:before{
		display:block;
		content:'';
		position:absolute;
		left:3px;
		top:-29px;
		background-image:url('../img/common/icon_debut.png');
		width:74px;
		padding-top:30%;
		background-repeat:no-repeat;
		background-size:100%;
		opacity:1!important;
	}

	#tab .category a.new::after{
		display:block;
		content:'';
		position:absolute;
		left:-5px;
		top:-5px;
		background-image:url('../img/common/new.gif');
		background-size:30px;
		width:30px;
		height:30px;
		border-radius:15px;
		overflow:hidden;
		box-shadow:2px 2px 3px rgba(0,0,0,0.9),0px 0px 5px rgba(0,0,0,0.9);
	}

	#tab .category a:hover img{
		opacity:1;
	}


	.w01 #tab .category a:nth-child(1) img{opacity:1;}
	.w02 #tab .category a:nth-child(2) img{opacity:1;}
	.w03 #tab .category a:nth-child(3) img{opacity:1;}
	.w04 #tab .category a:nth-child(4) img{opacity:1;}
	.w05 #tab .category a:nth-child(5) img{opacity:1;}
	.w06 #tab .category a:nth-child(6) img{opacity:1;}
	.w07 #tab .category a:nth-child(7) img{opacity:1;}
	.w08 #tab .category a:nth-child(8) img{opacity:1;}
	.w09 #tab .category a:nth-child(9) img{opacity:1;}
	.w10 #tab .category a:nth-child(10) img{opacity:1;}
	.w11 #tab .category a:nth-child(11) img{opacity:1;}

	#tab .category a img{
		display:block;
		width:100%;
		opacity:0.5;
	}

	#base{
		background:transparent url("../img/action/weapon/base.jpg") center top repeat-y;
		position:relative;
		box-shadow:0px 0px 3px rgba(0,0,0,0.6);
	}

	#base::before{
		content:'';
		display:block;
		background:transparent url("../img/action/weapon/base_header.jpg") center top no-repeat;
		position:absolute;
		width:1000px;
		height:774px;
	}

	#base::after{
		content:'';
		display:block;
		background:transparent url("../img/action/weapon/base_bottom.jpg") center top no-repeat;
		position:absolute;
		width:1000px;
		height:283px;
		bottom:0px;
		z-index:0;
	}


	.base_inner{
		padding:700px 60px 60px;
		position:relative;
		z-index:20;
		margin:0 0 0px;

	}


	.left{
		width:49%;
		display:block;
		float:left;
	}

	.right{
		width:49%;
		display:block;
		float:right;
	}

	h4{
		color:#E8CF56;
		font-weight:bold!important;
		font-size:20px;
		padding:0px 0 5px;
		text-shadow:1px 1px 2px rgba(0,0,0,0.4);
		width:100%;
	}


	.base_inner .pic{
		width:100%;
		display:block;
		box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	}

	.base_inner .pic img{
		display:block;
		width:100%;
	}

	.visual{
		position:absolute;
		z-index:10;
	}

	.w01 .visual{
		background:url('../img/action/weapon/w01_visual.png') no-repeat;
		width:1430px;height:928px;
		top:20px;left:-400px;
	}

	.w02 .visual{
		background:url('../img/action/weapon/w02_visual.png') no-repeat;
		width:1746px;height:1164px;
		top:-200px;left:10px;
	}

	.w03 .visual{
		background:url('../img/action/weapon/w03_visual.png') no-repeat;
		width:1378px;height:953px;
		top:-30px;right:-260px;
	}

	.w04 .visual{
		background:url('../img/action/weapon/w04_visual.png') no-repeat;
		width:1040px;height:976px;
		top:-30px;right:-260px;
	}

	.w05 .visual{
		background:url('../img/action/weapon/w05_visual.png') no-repeat;
		width:1681px;height:959px;
		top:-30px;right:-120px;
	}

	.w06 .visual{
		background:url('../img/action/weapon/w06_visual.png') no-repeat;
		width:1050px;height:951px;
		top:-20px;right:-140px;
	}

	.w07 .visual{
		background:url('../img/action/weapon/w07_visual.png') no-repeat;
		width:1246px;height:1139px;
		top:-70px;right:-230px;
	}

	.w08 .visual{
		background:url('../img/action/weapon/w08_visual.png') no-repeat;
		width:803px;height:1352px;
		top:-430px;right:-170px;
	}

	.w09 .visual{
		background:url('../img/action/weapon/w09_visual.png') no-repeat;
		width:1550px;height:1057px;
		top:-120px;right:-520px;
	}

	.w10 .visual{
		background:url('../img/action/weapon/w10_visual.png') no-repeat;
		width:1450px;height:894px;
		top:-20px;right:-820px;
	}

	.w11 .visual{
		background:url('../img/action/weapon/w11_visual.png') no-repeat;
		width:1120px;height:801px;
		top:-20px;right:-360px;
	}



	.info{
		width:450px;
		position:absolute;
		top:50px;
		left:60px;
	}

	.info p{
		padding:8px 0;
		text-shadow:0px 0px 5px rgba(0,0,0,0.5), 0px 0px 10px rgba(0,0,0,0.5), 0px 0px 5px rgba(0,0,0,0.5), 0px 0px 5px rgba(0,0,0,0.5), 0px 0px 5px rgba(0,0,0,0.5);
		letter-spacing: 0.04em;
		color:#fafafa;
	}


	span.waza{
		color:#F3CB4E;
	}

	.info .pic{
		width:250px;
		border:2px solid #BBA356;
		box-shadow:2px 2px 2px rgba(0,0,0,0.8);
		margin:0px 0 0;
	}

	.info .pic_info{
		width:250px;
		border:2px solid #B5A27B;
		box-shadow:2px 2px 3px rgba(0,0,0,0.6),-2px -2px 3px rgba(0,0,0,0.6),2px -2px 3px rgba(0,0,0,0.6),-2px 2px 3px rgba(0,0,0,0.6);
		margin:0px 0 0;
		display:block;
		position:relative;
	}

	.info .pic_info.new::after{
		display:block;
		content:'';
		position:absolute;
		left:-8px;
		top:-8px;
		background-image:url('../img/common/new.gif');
		background-size:30px;
		width:30px;
		height:30px;
		border-radius:15px;
		overflow:hidden;
		box-shadow:2px 2px 3px rgba(0,0,0,0.9),0px 0px 5px rgba(0,0,0,0.9);
	}

	.info .pic_info.movie_icon::before{
		content:'';
		background-image:url('../img/top/btn_play.png');
		display:block;
		width:70px;
		height:70px;
		background-size:100%;
		position:absolute;
		top:50%;
		left:50%;
		margin:-35px 0 0 -35px;
	}

	.info .pic_info img{
		width:100%;
		display:block;
	}

	.info .type{
		padding:5px 0;
		text-shadow:2px 2px 3px rgba(0,0,0,0.6),-2px -2px 3px rgba(0,0,0,0.6),2px -2px 3px rgba(0,0,0,0.6),-2px 2px 3px rgba(0,0,0,0.6);
	}

	.info .type span{
		display:inline-block;
		background:#fefefe;
		color:#4A2C08;
		border-radius:60px;
		width:20px;
		height:20px;
		line-height:1.3;
		padding:3px 0 2px 4px;
		margin:0 0 15px 2px;
		text-shadow:none;
		box-shadow:0px 0px 5px #000;
		font-weight:800;
	}


	.window{
		width:100%;
		border-radius:10px;
		border:2px solid #604E14;
		background:#000 url('../img/action/weapon/base_window.jpg') repeat center top;
		box-shadow:2px 2px 3px rgba(0,0,0,0.8);
	}





	.window_catch{
		width:100%;
		text-align:center;
		padding:30px 0;
		font-size:25px;
		font-weight:800;
		text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	}

	.window_inner{
		padding:10px 40px 40px;
	}



	.window p{
		display:block;
		padding:10px 0 0;
	}

	.window p .waza{
		color:#F3CB4E;
	}

	h3{
		width:100%;
		text-align:center;
		padding:30px 0 10px;
	}

	.img_avi{
		display:block;
		margin-top:20px;
	}

	.box_d .cbox{
		width:50%;
		display:block;
		float:left;

	}

	.box_d{
		position:relative;
				padding-top:20px;
	}

	.box_d::after{
		content:'';
		width:67px;
		height:108px;
		display:block;
		position:absolute;
		top:80px;
		left:370px;
		background-image:url('../img/action/oninote/d.png');
	}



.character_box{
background-color:rgba(0,0,0,0.6);
padding:13px 0px 6px 20px;
border-radius:10px;
width:260px;
margin:60px auto 0px;
}

.character_box.two{
width:370px;
}


.character_box .tit{
	display:block;
	float:left;
	padding-top:28px;
	padding-right:20px;
	line-height:1.4;
	font-size:17px;
	text-align:center;
}
.character_box a{
	display:block;
	width:100px;
		float:left;
}

.character_box a:nth-of-type(2){
margin-left:10px;
}


.character_box a img{
	display:inline-block;
	width:100%;
}

/*0629*/

.window.newaction{
	position:relative;
}

.window.newaction.new:before{
	display:block;
	content:'';
	position:absolute;
	left:-8px;
	top:-8px;
	background-image:url('../img/common/new.gif');
	background-size:30px;
	width:30px;
	height:30px;
	border-radius:15px;
	overflow:hidden;
	box-shadow:2px 2px 3px rgba(0,0,0,0.9),0px 0px 5px rgba(0,0,0,0.9);
}

.newaction .window_catch{
	color:#c19f2f!important;
	padding:20px 0;
}

.newaction h5{
	font-size:19px;
	color:#E8CF56!important;
	font-weight:800!important;
}

.newaction h5 span{
	font-size:14px;
	color:#bbb;
}

.newaction .cbox{
margin-bottom:3%;
}

.newaction p{
	padding:0px 0px 20px !important;
	font-size:15px;
}



}




/*----------------------------------------
	for SP
----------------------------------------*/

@media screen and (max-width: 480px) {


	#content_inner{
		padding:7% 0 20%;
		margin:0 auto 0;
		z-index:50;
		position:relative;
	}

	h2{
		display:block;
		text-align:left;
		padding:10px 0 0;
		margin:0 0 0px;

		max-width:auto;
		}

		h2 img{
			display:block;
			width:auto;
			max-width:100%;
			}



		#secMenu .inner{
			width:100%;
			margin:0 auto 0;
		}

		#secMenu a{
			display:block;
			float:left;
			padding:0 3%;
			border-left:1px solid #999;
			position:relative;
		}

		#secMenu a:nth-child(1){width:24%;border-left:none;}
		#secMenu a:nth-child(2){width:25%;}
		#secMenu a:nth-child(3){width:28%;}



		#secMenu a img{
			display:block;
			width:100%;
		}

		#secMenu a:nth-child(3) img.on{display:block;}
		#secMenu a:nth-child(3) img.off{display:none;}

		.catch{
			width:100%;
			display:block;
			margin:0 auto -20px;
		}


	#tab{
		width:94%;
		margin:12% auto 8%;
		position:relative;
		z-index:20;
	}

	#tab .category{
		display:block;
		width:100%;
		float:left;
	}

	#tab .category a{
		display:block;
		width:22.5%;
		float:left;
		margin-left:2%;
		margin-top:2%;
		position:relative;
	}

	#tab .category a img{
		opacity:0.5;
	}

	#tab .category a.debut:before{
		display:block;
		content:'';
		position:absolute;
		left:12%;
		top:-34%;
		background-image:url('../img/common/icon_debut.png');
		width:80%;
		padding-top:30%;
		background-repeat:no-repeat;
		background-size:100%;
		opacity:1!important;
	}

	#tab .category a.new::after{
		display:block;
		content:'';
		position:absolute;
		left:-5px;
		top:-5px;
		background-image:url('../img/common/new.gif');
		background-size:25px;
		width:25px;
		height:25px;
		border-radius:15px;
		overflow:hidden;
		box-shadow:2px 2px 3px rgba(0,0,0,0.9),0px 0px 5px rgba(0,0,0,0.9);
	}


	#tab .category a img{
		display:block;
		width:100%;
	}

	.w01 #tab .category a:nth-of-type(1) img{opacity:1;}
	.w02 #tab .category a:nth-of-type(2) img{opacity:1;}
	.w03 #tab .category a:nth-of-type(3) img{opacity:1;}
	.w04 #tab .category a:nth-of-type(4) img{opacity:1;}
	.w05 #tab .category a:nth-of-type(5) img{opacity:1;}
	.w06 #tab .category a:nth-of-type(6) img{opacity:1;}
	.w07 #tab .category a:nth-of-type(7) img{opacity:1;}
	.w08 #tab .category a:nth-of-type(8) img{opacity:1;}
	.w09 #tab .category a:nth-of-type(9) img{opacity:1;}
	.w10 #tab .category a:nth-of-type(10) img{opacity:1;}
	.w11 #tab .category a:nth-of-type(11) img{opacity:1;}

	#base{
		background:transparent url("../img/action/weapon/base.jpg") center top repeat-y;
		position:relative;
		box-shadow:0px 0px 3px rgba(0,0,0,0.6);
	}

	#base::before{
		content:'';
		display:block;
		background:transparent url("../img/action/weapon/base_header.jpg") center top no-repeat;
		position:absolute;
		background-size:150%;
		width:100%;
		height:200%;
		box-shadow:0px 0px 3px rgba(0,0,0,0.6);
	}


	.base_inner{
		padding:120% 5% 60px;
		position:relative;
		z-index:20;
		margin:0 0 0px;

	}


	.left{
		width:100%;
		display:block;
		float:left;
		margin-bottom:5%;
	}

	.right{
		width:100%;
		display:block;
		float:right;
	}

	h4{
		color:#E8CF56;
		font-weight:bold!important;
		font-size:16px;
		padding:0px 0 5px;
		text-shadow:1px 1px 2px rgba(0,0,0,0.4);
		width:100%;
	}


	.base_inner .pic{
		width:100%;
		display:block;
		box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	}

	.base_inner .pic img{
		display:block;
		width:100%;
	}

	.visual{
		position:absolute;
	}

	.w01 .visual{
		background:url('../img/action/weapon/w01_visual.png') no-repeat;
		background-size:100%;
		width:200%;height:200%;
		top:10px;left:-90%;
	}

	.w02 .visual{
		background:url('../img/action/weapon/w02_visual.png') no-repeat;
		background-size:100%;
		width:245%;height:200%;
		top:-4%;left:-45%;
	}

	.w03 .visual{
		background:url('../img/action/weapon/w03_visual.png') no-repeat;
		background-size:100%;
		width:205%;height:180%;
		top:1%;left:-65%;
	}

	.w04 .visual{
		background:url('../img/action/weapon/w04_visual.png') no-repeat;
		background-size:100%;
		width:150%;height:180%;
		top:1%;left:-15%;
	}

	.w05 .visual{
		background:url('../img/action/weapon/w05_visual.png') no-repeat;
		background-size:100%;
		width:290%;height:180%;
		top:1%;left:-165%;
	}

	.w06 .visual{
		background:url('../img/action/weapon/w06_visual.png') no-repeat;
		background-size:100%;
		width:170%;height:180%;
		top:1%;left:-50%;
	}


	.w07 .visual{
		background:url('../img/action/weapon/w07_visual.png') no-repeat;
		background-size:100%;
		width:190%;height:180%;
		top:-2%;left:-60%;
	}

	.w08 .visual{
		background:url('../img/action/weapon/w08_visual.png') no-repeat;
		background-size:100%;
		width:130%;height:180%;
		top:-13%;left:-12%;
	}

	.w09 .visual{
		background:url('../img/action/weapon/w09_visual.png') no-repeat;
		background-size:100%;
		width:240%;height:180%;
		top:-5%;left:-65%;
	}

	.w10 .visual{
		background:url('../img/action/weapon/w10_visual.png') no-repeat;
		background-size:100%;
		width:220%;height:180%;
		top:1%;left:-3%;
	}

	.w11 .visual{
		background:url('../img/action/weapon/w11_visual.png') no-repeat;
		background-size:100%;
		width:174%;height:180%;
		top:3%;left:-20%;
	}




	.info{
		width:100%;
		position:relative;
		padding:0 0 5%;
	}

	.info p{
		padding:8px 0;
	}

	.info .pic{
		width:100%;
		border:2px solid #BBA356;
		box-shadow:2px 2px 2px rgba(0,0,0,0.8);
		margin:0px 0 0;
	}

	.info .pic_info{
		width:70%;
		border:2px solid #B5A27B;
		box-shadow:2px 2px 3px rgba(0,0,0,0.6),-2px -2px 3px rgba(0,0,0,0.6),2px -2px 3px rgba(0,0,0,0.6),-2px 2px 3px rgba(0,0,0,0.6);
		margin:5% auto 5%;
		display:block;
		position:relative;
	}

	.info .pic_info.new::after{
		display:block;
		content:'';
		position:absolute;
		left:-8px;
		top:-8px;
		background-image:url('../img/common/new.gif');
		background-size:30px;
		width:30px;
		height:30px;
		border-radius:15px;
		overflow:hidden;
		box-shadow:2px 2px 3px rgba(0,0,0,0.9),0px 0px 5px rgba(0,0,0,0.9);
	}

	.info .pic_info.movie_icon::before{
		content:'';
		background-image:url('../img/top/btn_play.png');
		display:block;
		width:70px;
		height:70px;
		background-size:100%;
		position:absolute;
		top:50%;
		left:50%;
		margin:-35px 0 0 -35px;
	}

	.info .pic_info img{
		width:100%;
		display:block;
	}

	.info .type{
		padding:5px 0;
	}

	.info .type span{
		display:inline-block;
		background:#fefefe;
		color:#4A2C08;
		font-weight:bold;
		border-radius:50px;
		width:20px;
		height:20px;
		line-height:1.2;
		padding:3px 0 0 3px;
		margin:0 0 15px 2px;
	}

	.window{
		width:100%;
		border-radius:10px;
		border:2px solid #604E14;
		background:#000 url('../img/action/weapon/base_window.jpg') repeat center top;
		box-shadow:2px 2px 3px rgba(0,0,0,0.8);
	}

	.window_catch{
		width:100%;
		text-align:center;
		line-height:1.3;
		padding:4% 0 8%;
		font-size:25px;
		font-weight:800;
		text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	}

	.window_inner{
		padding:5% 5% 40px;
	}

	.window p{
		display:block;
		padding:10px 0 0;
	}

	h3{
		width:100%;
		text-align:center;
		padding:30px 0 10px;
	}

	.img_avi{
		display:block;
		margin-top:20px;
	}

	.box_d .cbox{
		width:50%;
		display:block;
		float:left;

	}

	.box_d{
		position:relative;
		padding-top:0px;
		margin-top:5%;
	}

	.box_d::before{
		content:'';
		width:30px;
		height:50px;
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-15px;
		margin-top:-25px;
		background-image:url('../img/action/oninote/d.png');
		background-size:100%;
		z-index:20;
	}

	span.waza{
		color:#F3CB4E;
	}

	.character_box{
	background-color:rgba(0,0,0,0.6);
	padding:3% 8%;
	border-radius:10px;
	width:64%;
	margin:60px auto 0px;
	}



	.character_box .tit{
		display:block;
		padding:3% 0 7%;
		line-height:1.4;
		font-size:15px;
		text-align:center;
	}

	.character_box a{
		display:block;
		width:48%;
		margin:0 auto 0;
	}

	.character_box.two a{
		display:block;
		width:48%;
			float:left;
	}

	.character_box.two a:nth-of-type(2){
		margin-left:4%;
	}


	.character_box a img{
		display:inline-block;
		width:100%;
	}



	/*0629*/

	.window.newaction{
		position:relative;
	}

	.window.newaction.new:before{
		display:block;
		content:'';
		position:absolute;
		left:-8px;
		top:-8px;
		background-image:url('../img/common/new.gif');
		background-size:30px;
		width:30px;
		height:30px;
		border-radius:15px;
		overflow:hidden;
		box-shadow:2px 2px 3px rgba(0,0,0,0.9),0px 0px 5px rgba(0,0,0,0.9);
	}

	.window.newaction .window_catch{
		color:#c19f2f!important;
		padding:1% 0 5%;
		font-size:20px;
	}

	.window.newaction h5{
		font-size:15px;
		color:#E8CF56!important;
		font-weight:800!important;
	}

	.window.newaction h5 span{
		font-size:11px;
		color:#bbb;
	}

	.window.newaction .cbox{
	margin-bottom:3%;
	}

	.window.newaction p{
		padding:0px 0px 15px !important;
		font-size:13px;
		line-height:1.5;
	}


}
