#subcontents{
    width: 960px;
    padding-top:120px;
    margin:auto auto;
	text-align: left;
}

#subcontents .linkimg:after{
content: url("../img/linkimg_sg.svg");
}

#subcontents .linkarrow{
    position: relative;
    display: inline-block;
    text-decoration: none;
}


#subcontents .linkarrow:before{
content: url("../img/arrow.svg");
vertical-align: sub;
margin: 3px 5px;

}


#subcontents a.linkarrow:after{
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
	
}
#subcontents a.linkarrow:hover::after {
  transform: scale(1, 1);
}

.otherlink:after {
content: url("../img/linkimg_sg.svg");
	}


#subcontents h2{
	text-align: center;
	padding:10px 0 2px 0;
	font-size: 2.3rem;
	line-height: 3rem;
}

#subcontents h2.namae{
font-family: "a-otf-ryumin-pr6n", serif;
font-weight: 500;
font-style: normal;

}


#subcontents .profname{
	letter-spacing: 0.3rem;
}

#subcontents .profoutsour{
	color: #7c7c7c;
}
   

#profilemain{
	margin:0px 0 0px 0;
}
#profilebox{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin:30px auto 0 auto;
	
    justify-content: center;
}
#profileimg{
	width:450px;
}
#profileimg img{
	margin: 0 auto 20px auto;
}

 
#profileright{
	width:480px;
	text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
}
ul.profilemain{
}
ul.profilemain li{
	width:100%;
	display: flex;
	border-bottom: #000 1px dotted;
    padding-top: 10px;
	text-align: left;
	}
ul.profilemain li .profiler{
	width:30%;
	color:#4f8959;
	font-weight:bold;
	display:block;
	}
ul.profilemain li .profilename{
	text-align:center;
	color:#fff;
	font-weight:bold;
	background-color:#000;
	display:block;
	}
ul.profilemain li .profilel{
	display:block;
	width: 70%;
	}
	
ul.profilemain li .profilep{
	min-width:30%;
	display:block;
	background-color:#4f8959;
	color:#fff;
	text-align:center;
	background : linear-gradient(45deg,
                               #32581e,
                               #acb134);
	border-radius: 10px 0;

	}

	
ul.profilemain li .profiled{
	display:block;
    word-break: normal;
    word-wrap: break-word;
    min-width: 100%;
	}
	
ul.profilemain li .profiles{
	display:block;
	padding-left:10px;
	}
.mgh3{
	text-indent:30px;
	border-bottom:solid 4px #000;
	color:#000;
	font-weight:bold;
	line-height:30px;
	width:100%;
	}
.mgh4{
	color:#fff;
	text-align: center;
	font-weight:bold;
	line-height:25px;
	width:100%;
	background-color:#000;
    margin: 20px 0px 10px 0px;
	 border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	background: linear-gradient(
							45deg
							, #bd9fff, #73b7cc);
	}
 .profiledetail{
    width: 960px;
	margin:auto auto;
 }   
.profiledetail .profilbar{
	display: flex;
	flex-wrap: wrap;
	border-bottom: #333 1px dotted;
	text-align: left;
	}
.profiledetail .year{
	width:20%;
	color:#000;
	font-weight:bold;
	display:block;
	}

.profiledetail  .detail{
	width:80%;
	display:block;
    text-align: left;

	}
.bordernone{
	padding: 10px 0;
	border-bottom:none  !important;
}
.snsicons{
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	border-bottom:none  !important;
}

.snsicons a{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

/*マネージメント*/


.listATHLETE,
.listTALENT,
.listMAN,
.listWOMAN,
.listCOMEDIAN,
.listSPECIALIST,
.listCREATOR,
.listARTIST,
.listJUNIOR {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    padding: 10px 0;
    font-weight: lighter;
    font-family: input-mono-condensed, monospace;
    font-weight: 400;
    font-style: normal;

	margin: 120px 0 10px ;
	color:#000;
	width:100%;
	}


.listbt{
	padding:50px 0 0 0;
	display: flex;
	justify-content:space-between;
	}

.newslistbt{
	padding:20px 0 0 0;
	text-align: right;
	}
	
.newslistbt a{
	margin: 10px 0 10px 3px;
	padding:3px 8px 3px 25px ;
	color:#fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
    background: url(../img/linkimg_sg.svg) no-repeat -3px -2px;
	background-color:#000;
	}
.newslistbt a:hover{
	background-color:#333;
	}


	
.btcategory{
	border-radius: 100px; 
	color: #fff;
	background-color:#000;
    line-height: 100px;
	height: 100px;
    width: 100px;
	 opacity: 0;
	}

a.btcategory {
	color: #fff;
}
.btcategoryani{
	 opacity: 1;
	 animation: listlinkanime 1s ease 0s 1 alternate none running;
}

@keyframes listlinkanime {
0% {
    transform: scale(.1)  translate(0, 0px)  ; 
  }
25% {
    transform: scale(.5)   translate(0, 0px);
  }
50% {
    transform:  scale(.8) translate(0,-30px);
  }
100% {
    transform: translate(0, 0) ;
  }
}


.grdATHLETE:hover{ background : linear-gradient(45deg,
                               #9b0000,
                               orange);
}

.grdATHLETE{ background : linear-gradient(45deg,
                               red,
                               orange);
}
.grdMAN:hover{ background : linear-gradient(45deg,
                               orange,
                               #b4b600);
}
.grdMAN{ background : linear-gradient(45deg,
                               orange,
                               yellow);
}
.grdWOMAN:hover{ background : linear-gradient(45deg,
                               #b4b600,
                               green);
}
.grdWOMAN{ background : linear-gradient(45deg,
                               yellow,
                               green);
}
.grdJUNIOR:hover{ background : linear-gradient(45deg,
                               green,
                               #0096b6);
}
.grdJUNIOR{ background : linear-gradient(45deg,
                               green,
                               aqua);
}
.grdARTIST:hover{ background : linear-gradient(45deg,
                               #0096b6,
                               blue);
}
.grdARTIST{ background : linear-gradient(45deg,
                               aqua,
                               blue);
}
.grdSPECIALIST:hover{ background : linear-gradient(45deg,
                               blue,
                               #b400b6);
}
.grdSPECIALIST{ background : linear-gradient(45deg,
                               blue,
                               rgb(255, 2, 255));
}

.listflex{
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:200px;
}

.listbox{
	width:20%;
	 padding: 5px 5px 20px;
    box-sizing: border-box;
	/*transition: all .5s ease-out;*/
	}
.listname{
	padding-top: 20px;
	font-size:20px;
}

.listgenre{
	font-size:10px;
	color: rgb(151, 151, 151);
	line-height: 11px;
}
.listimg{
	}

.listlink{
	text-align:right;
	width:128px;
	padding-right:15px;
	background: url(http://bennu.co.jp/wp/img/sub/listarrow.gif) no-repeat right center ;
	display:block;
	}

.mgbt{
	margin:20px 0 20px 0;
	text-align:center;
	}
.mgbt a{
	margin: 10px 0 10px 3px;
	padding:3px 8px 3px 25px ;
	color:#fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	background: url(../img/mail.png) no-repeat left center ;
	background-color:#000;
	}
.mgbt a:hover{
	background: url(../img/mail.png) no-repeat left center ;
	background-color:#333;
	}

.cogh3{
	margin: 100px 0 20px;
	text-align: left;
	border-left:5px solid #000;
	padding-left:10px;
	font-size: 1.5rem;
}

.ngg-galleryoverview.default-view{
	/*text-align: left  !important;*/
}



/*プロフィール下部 2023*/


.pthm01{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
	width: 940px;
	margin:auto auto;
	justify-content: space-between;
    align-items: flex-start;
}


.pthm01 h2{
	width: 100%;
}



.pthm01 > ul{
	width: 100%;
	margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;		

}
.pthm01 > ul >li{
    text-align: left;
    font-size: 80%;
    line-height: 1.2rem;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: dashed 1px #2e5c2e;
}

.pthm01  h3 {
font-size: 120%;
line-height: 2rem;
	
}


.pthm01 > ul >li > div > h2{
	margin:5px 0 10px;
}



.pthm01 > ul >li > div.tmbimg{
	height: 163px;
	width: 244px;
	background-color: #e8e9bf;
	align-items: center;
	display: flex;
}

.tagbase{
    color: #fff;
    text-decoration: double;
    padding: 3px 10px;
    margin: 5px 0;
    display: inline-block;
    border-radius: 20px;
}



.prfh2{
	width: auto;
	margin-top: 100px;
}
.h3box{
    width: 100%;
    border-bottom: solid 1px #e8e9bf;
    display: flex;
    justify-content: center;
    height: 35px;
	overflow: auto;
}
.pthmbtbox{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
	width: 940px;
	margin:auto auto;
    justify-content: center;
}

.pthmboxch{

    text-align: left;
    font-size: 80%;
    line-height: 1.2rem;
    width: 100%;
    margin-bottom: 2px;
    border-bottom: dashed 1px #2e5c2e;
}
div.tmbimg{
	height: 157px;
	width: 235px;
	background-color: #e8e9bf;
	align-items: center;
	text-align: center;
	display: flex;
}
div.tmbimg > img{
	max-width: 100%;
    max-height: 100%;
    margin: auto auto;
}
.catmg{
	margin:20px 0;
}
.h3box .dt19{
	background-color: #c3c58e;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	color: #FFF;
	margin:0 3px;
	min-width: 5%;
	width: 15%;
	font-size: 12px;
}

.h3box .active{
	background-color: #32581e;
}


.morebox.positive{
display: flex;
}


.morebox{
    display: none;
    flex-wrap: wrap;
    text-align: center;
	width: 100%;
	margin:auto auto;
    justify-content:space-between;
}

.mgmr{
	width: 100%;
}

.morebtbio.positive{
display: none;
}

.morebtbio{
	width:20%;
	cursor:pointer;
	padding: 10px;
	margin: 20px auto;
	background-color:#4f8959;
	color:#fff;
	text-align:center;
	background : linear-gradient(45deg,
                               #32581e,
                               #acb134);
	border-radius: 50px;
	opacity: .5;
  transition: opacity .5s ease-in, transform .8s ease-in;
}



.morebtbio:hover{
	opacity: 1;
}


.tagCM{
	background-color: #c3c58e;
}

.tagRADIO{
	background-color: #8eb9c5;
}
.tagDRAMA{
	background-color: #8e98c5;
}
.tagMOVIE{ 
	background-color: #bc8ec5;
}
.tagSTAGE{ 
	background-color: #c58ea8;
}
.tagTV{ 
	background-color: #c5a18e;
}
.tagYOUTUBE{ 
	background-color: #c58ec1;
}
.tagWEB{ 
	background-color: #9784e2;
}
.tagOTHER{ 
	background-color: #858585;
}
.tagAWARD{
	background-color: #8eb9c5;
}
.tagDVD{
	background-color: #9eb250;
}
.tagBOOK{
	background-color: #556191;
}
.tagCD{
	background-color: #9488d9;
}

.floating-element {
      opacity: 0;
  transform: translateY(5px);
}

.floating-element.fadeIn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease-in, transform .5s ease-in;
}

/*listall*/
.listflex{
    min-height: 200px;
    box-sizing: border-box;
    padding-top: 15px;
	width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto auto;
}
.listbox{
    width: 25%;
    padding: 5px 25px 5px;
    box-sizing: border-box;
    transition: all .5s ease-out;
	display: block;
	text-align: center;
}
.listname{
    color: #4f8959;
    letter-spacing: 0.5rem;
    font-weight: lighter;
    font-family: "korolev-rounded", sans-serif;
    font-weight: 400;
    width: 100%;
    font-style: normal;
    margin: 10px 0 20px;
	padding-top: 10px;
    font-size: 12px;
	text-align: center;
}












/*会社概要 */

.companydetail{
	text-align: left;
}


.companydetail li{
	width:100%;
	margin:0px 0 4px 0;
	padding:7px 0 7px 0;
	border-bottom: #000 1px dotted;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	
	}

.companydetail li .map{
	width: 100%;
}

.companydetail li .map a{
	text-align:center;
	padding:3px 3px 3px 3px ;
	margin:3px;
	background-color:#acb134;
	 border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	display:block;
	}
                               
	
.companydetail li .map a:hover,
.companydetail li .map a:visited,
.companydetail li .map a:active{
	background-color:#32581e;
	}
	
	
.companydetail .year{
	width:120px;
	font-weight:bold;
	display:block;
	}
.companydetail  .detail{
	display:block;
	width: 840px;
	}

.bluebox{
	margin: 3px;
	padding:20px;
	color:#fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
    background: linear-gradient(45deg, #3f9cde, #2a21b7);
	}
	



/*ページナビ */
.nav-links{
text-align: center;
}
.pagenation{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto auto;


}

.prev.page-numbers,
.next.page-numbers{
display: none;
}

.page-numbers{
	border: solid 1px #32581e;
	display: inline-block;
	line-height: 1.5rem;
	padding: .5rem;
}


.page-numbers.current{
	border: solid 1px #858585;
	color: #858585;
	padding: .5rem;
}







/*Android&iphone*/

@media screen and (max-width: 767px) {
		.bdk_w70{
			width: 70%;
			text-align: center;
			margin: auto;
		}
		.btk_bold2{
			font-size: 2rem;
			line-height: 2rem;
			margin: 2rem 0;
			text-align: center;
		}
		.bdk_box{
		display:block;
			}
			.bdk_boxc1{
			width: 90%;
			margin: auto;
		}
		.bdk_boxc2{
			width: 90%;
			padding:1rem;
			box-sizing: border-box;
			margin: auto;
		}
		.bdk_boxrv{
		flex-flow: row;
		}
		
		.photosw1,
		.photosw2{
		margin:0px 0px 0px 0px ;
		padding: 20px 10px;
		text-align: center;
		}
		.photosw1 img,
		.photosw2 img{
		margin:0px 0px 0px 0px ;
		}
		.btk_schedule{
			width: 100%;
		}
		.btk_br{
			display: block;
		}
	.btk_bold1{
	font-size: 3rem;
	line-height: 4rem;
	display: block;
}


}