/*common*/
*{margin:0; padding:0;}
li{list-style:none;}
a{text-decoration:none;}
.clearfix::before, .clearfix::after{content:""; display:block; clear:both;}
#wrap{width:100%;}
/*common*/

/*header*/
#logo{float:left; 
	height: 44px;
	margin-top:43px;}
#logo img{width:120px;}

header{width:100%;
		height:130px;
		background-color:#fff;
		position:fixed;
		z-index:1;}
#header_inner_wrap{width:1200px;
				   margin:0 auto;}

#nav_wrap{width:470px;
		margin:0 auto;}
nav li{float:left;
		margin-left:38px;
		line-height:130px;
		display:block;}
nav li:nth-child(1){margin-left:0px;}
nav li a{padding-bottom:10px;
		 border-bottom:3px solid rgba(0,0,0,0);} 
.nav_open{color:#8132c7;
		  padding-bottom:10px;
		  border-bottom:3px solid #8132c7;
		 transition:0.5s;}

#links{float:right;
		line-height:130px;}
#links span .link_open{color:#8132c7;
					   font-weight:600;}

/*header*/

#contents_wrap{width:100%;}
/**/
#top_main{width:100%;
		  height:500px;
		  position:relative;
		  top:130px;
		  background:url("../img/sub_top_img01.png");
		  background-position:center;
		  background-size:cover;
		  background-repeat:no-repeat;}
#title_wrap{width:850px;
			height:220px;
			padding-top:140px;
			text-align:center;
			margin:0 auto;}
#group_wrap{margin-top:30px;}
.group_wrap_each{width:100px;
				float:left;
				margin-left:50px;}
#group_wrap > div:nth-child(1){margin-left:0;}
.group_title span{text-align:center;
				  line-height:30px;}
.group_member{width:78px;
			  margin:0 auto;}
/**/
#actor_pic_wrap{width:100%;position:relative;top:130px;}
#actor_pic_left,#actor_pic_right{width:50%;
									float:left;
									}
#actor_pic_left div,#actor_pic_right div{width:100%;
									background-size:110%;
									background-position:center;
									background-repeat:no-repeat;}

#left_1{height:900px;
		background-image:url("../img/sub_l01_bw.jpg");}
#left_2{height:730px;
		background-image:url("../img/sub_l02_clr.jpg");}
#left_3{height:510px;
		background-image:url("../img/sub_l03_bw.jpg");}
#left_4{height:840px;
		background-image:url("../img/sub_l04_clr.jpg");}

#right_1{height:840px;
		background-image:url("../img/sub_r01_bw.jpg");}
#right_2{height:600px;
		background-image:url("../img/sub_r02_bw.jpg");}
#right_3{height:700px;
		background-image:url("../img/sub_r03_clr.jpg");}
#right_4{height:840px;
		background-image:url("../img/sub_r04_clr.jpg");}
#right_1{text-align:right;}

.actor_pic{position:relative;}
.pic_text_wrap{position:absolute;
				opacity:0;}

#actor_pic_left .pic_text_wrap{left:40px;}
#left_1 .pic_text_wrap{bottom:40px;}
#left_2 .pic_text_wrap{bottom:40px;}
#left_3 .pic_text_wrap{bottom:40px;}
#left_4 .pic_text_wrap{top:40px;}

#right_1 .pic_text_wrap{right:40px;
						bottom:40px;}
#right_2 .pic_text_wrap{left:40px;
						bottom:40px;}
#right_3 .pic_text_wrap{left:40px;
						bottom:40px;}
#right_4 .pic_text_wrap{left:40px;
						top:40px;}
/*hover*/
.actor_pic:hover .pic_text_wrap{opacity:1; transition:1s;}



/*hover*/

/*footer*/
footer{width:100%;
		height:180px;
		position:relative;
		top:130px;
		background-color:#0d0019;
		text-align:center;
		margin:0 auto;}
footer img{width:120px;
			height:44px;
			margin-top:48px;}
footer span{display:inline-block;
			margin-top:5px;}
/*footer*/


