@charset "utf-8";
.midashi_eng {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    color: #498CCC;
    margin-bottom: 15px;
}
.midashi_eng span {
    font-size: 2em;
    display: block;
    color: #000;
    font-weight: normal;
}
.midashi_eng span::first-letter {
    color: #498CCC;
}
.event_wrap{
	background-color: #E6EDF3;
	padding: 30px 0;
}
a.form_button{
	background-color: #35A7D3;
	color: #ffffff;
	padding: 15px 35px;
	margin: 20px auto;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
}
.view_trriger {
	width: 100%;	
	height: 100%;
	position: absolute;
	z-index: 98;
	cursor: pointer
}
.hide_contents {
	display: none;
}
div.cancel_box {
	position: absolute;
	right: 0;
	top: 0;		
	background: black;
	padding-left: 3px;
	border: 1px solid #fff;
	cursor: pointer;
}
.css-cancel{
  display: inline-block;
  position: relative;
  margin: 7px 16px 0 12px;;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
}
.css-cancel:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
}
.talent_img_box.one{
	text-align: center;
}
.talent_img_box.one img{
	max-width: 500px!important;
}
/*---------------------------
 共通パーツ
---------------------------*/
.view {
	margin: 0;
	width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff;
}
.view .mask, .view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
	
}
.view .mask:last-of-type , .view .content:last-of-type {
	right: 0!important;
	left: auto!important;
}
.view img {
    display: block;
    position: relative
}
.view h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;

}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}
.view-first img { 
    transition: all 0.2s linear;
	cursor: pointer;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(35,109,148,.7); 
    transition: all 0.4s ease-in-out;
	height: 100%;
	width: 50%;
}
.view-first .mask:first-of-type {
	border-right: 2px solid #fff;
}
.view-first h3 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}
.view-first.hover_original img {
	transform: scale(1.1);
} 
.view-first.hover_original .mask.first_mask {
	border-right: 2px solid #fff;
}
.view-first.hover_original .mask { 
	opacity: 1;
	z-index: 0;
}
.view-first.hover_original h3,
.view-first.hover_original p,
.view-first.hover_original a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first.hover_original p {
    transition-delay: 0.1s;
}
.view-first.hover_original a.info {
    transition-delay: 0.2s;
    bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}



h2.pagetitle {
	padding: 3em 0;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
h2.pagetitle {
		background-image: url("/talent/img/midashi.jpg");
}
h2.pagetitle span {
		font-size: 15px;
	font-weight: 100;
	display: block;
}
/* 二色見出し */
h3.twoColMidasi {
    font-size: 20px;
    position: relative;
    padding-bottom: .5em;
    border-bottom: 4px solid #ccc;
	font-weight: 600;
	color: #696969;
}
h3.twoColMidasi:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #33A6D2;
}
.event_box h2{
	color: #6cb4e4;
	text-align: center;
	padding: 0.25em;
	font-size: 20px;
	font-weight: 600;
	border: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.event_box{
	position: relative;
	display: inline-block;
	/*float: left;
	width: 49%;
	margin-right: 2%;*/
}
.event_box:last-child{
	margin-right: 0;
}

.mushimegane{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
}
/*---------------------------
 ヘッダー
---------------------------*/
header {
	background-color: #fff;
}
.header_contents {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header_leftbox .link_img {
	float: left;
	margin-right: 20px;
}
h1 {
	font-size: 11px;
    background-color: #4489CA;
    color: #fff;
    text-align: center;
}
p.name {
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;;
	font-weight: 600;
	font-size: 20px;
	float: left;
}
a {
	text-decoration: none;
	color: inherit;
}
.header_leftbox , .header_rightbox {
	display: table-cell;
}
.header_leftbox {
	float: left;
	width: 35%;
}
.header_rightbox {
	float: right;
	width: 65%;
}
.header_rightbox a {
	display: block;
	float: right;
	margin-top: 15px;
}
.header_rightbox a {
	margin-left: 10px;
}
.header_rightbox a:last-child {
	margin-left: 0;
}
.header_rightbox a img {
	max-width: 100%;
}

nav.disp_pc_over {
	width: 65%;
    float: right;
	color: #0C4477;
    text-align: right;
	background-color: #fff;
	font-weight: 600;
	padding: 10px;
}
nav.disp_pc_over ul {
    display: inline-block;
}
nav.disp_pc_over ul:first-of-type {
    margin-right: 30px;
}
nav.disp_pc_over ul:last-of-type {
    padding-left: 30px;
    border-left: 2px solid #0D2839;
    height: 20px;
    vertical-align: middle;
}
nav.disp_pc_over li {
    margin-right: 20px;
    color: #0D2839;
	text-align: center;
	display: inline-block;
}
nav.disp_pc_over ul:last-of-type li {
    margin-right: 10px;
    transform: translateY(-5px);
}
nav.disp_pc_over li:last-of-type {
    margin-right: 0;
}
nav.disp_pc_over li a {
    font-size: 20px;
    padding-bottom: 2px;
}
nav.disp_pc_over li a img {
    vertical-align: top;
}
nav.disp_pc_over ul:first-of-type li:nth-of-type(1) {
    border-bottom: 5px solid #FF6E00;
}
nav.disp_pc_over ul:first-of-type li:nth-of-type(2) {
    border-bottom: 5px solid #F9B552;
}
nav.disp_pc_over ul:last-of-type li:nth-of-type(2) img {
    vertical-align: text-top;
}
nav.disp_pc_over ul:first-of-type li:nth-of-type(3) {
    border-bottom: 5px solid #89C997;
}
nav.disp_pc_over ul:last-of-type li:nth-of-type(3) img {
    vertical-align: text-bottom;
}
nav.disp_pc_over ul:first-of-type li:nth-of-type(4) {
    border-bottom: 5px solid #4489CA;
}


/*---------------------------
 サイドバー
---------------------------*/
.side {
	top: auto;
}
.side .bn_box a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.side .bn_box a img {
	width: 100%;
}

/*---------------------------
 フッター
---------------------------*/
footer {
	background-repeat: repeat;
	border-top: 1px solid #B4B4B4;
	padding-top: 20px;
}

/*----------------
 copyright
----------------*/
.copyright {
	background-color: #4489CA;
	padding: 4px 0;
	color: #ffffff;
	font-size: 16px;
}

/*---------------------------
 トップページ
---------------------------*/

/*----------------
 メイン画像
----------------*/
.main_image img{
	width: 100%;
}
/*----------------
 NEWS
----------------*/
/* 見出し */
h2.iconMidasi {
	font-size: 25px;
	color: #646464;
	font-weight: 600;
}
.new_mark {
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	padding: 1px 10px;
	background-color: darkred;
	margin-bottom: 5px;
	font-size: 12px;
}

.news a {
	color: #3366FF;
}
.news a:hover {
	text-decoration: underline;
}
.news .iconMidasi {
	background-image: url(/common/img/icon_news.png) , url(/common/img/bg_gray_dott.png);
	-webkit-background-size: auto , auto;
	background-size: auto , auto;
	background-position: 10px center , left center;
	background-repeat: no-repeat , repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.1em;
	padding-left: 30px;
}
/* 内容 */
.news_inner {
}
.news ul {
	max-height: 180px;
	overflow-y: scroll;
	padding: 15px 25px;
}
.news li {
	padding: 10px 0;
	border-top: 1px solid #000;
	font-size: 14px;
}
.news li:last-of-type {
	padding-top: 0;
    border-bottom: 1px solid #000;
}
/* 日付 */
.news_List_Ymd {
	color: #2D2D2D;
	font-weight: 600;
	padding-top: 3px;
}
span.news_List_Title {
    word-wrap: break-word;
}

/*----------------
 実績
----------------*/
.performance .tab_box .tab_btn {
    width: 50%;
    font-size: 18px;
    font-weight: 600;
    float: left;
    padding:10px;
    color: #fff;
    background-color: #D2D2D2;
    cursor: pointer;
    text-align: center;
}
.performance .tab_box .tab_btn.active {
    background-color: #4489CA;
}
.performance ul li {
    padding: 13px;
    border-bottom: 1px solid #C6C6C6;
    word-break: break-all;
}
.performance ul li span:not(.performance_title) {
    text-align: center;
    width: 25%;
    vertical-align: top;
    margin-right: 4%;
    display: inline-block;
}
.performance ul li span.performance_title {
    display: inline-block;
    width: 71%;
    
}
.tab_box {
    border-bottom: 2px solid #4489CA;
}
.performance_box {
    min-height: 208px;
    border-bottom: 2px solid #4489CA;
}
.performance_box ul {
    max-height: 198px;
    overflow-y: scroll;
    margin-top: 10px;
}

/*----------------
 タレントピックアップ
----------------*/
.talent_pickup h2 span {
	font-size: 0.7em;
	color: #C1C1C1;
}
.talent_pickup h2 span:before , .talent_pickup h2 span:after {
	content: ' - ';
}
.talent_pickup .iconMidasi {
	background-image: url(/common/img/icon_pickup.png);
	-webkit-background-size: auto;
	background-size: auto;
	background-position: 10px center;
	background-repeat: no-repea;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.1em;
	padding-left: 30px;
	border-bottom: 1px solid #F4F4F4;
}
.pickup_box {
	width: 21.25%;
	float: left;
	margin-right: 5%;
}
.pickup_box:last-of-type {
	margin-right: 0;
}
.pickup_box img {
	width: 100%;
	height: auto;
}
.pickup_box p {
	background-image: url(/img/icon_click.png);
	-webkit-background-size: auto;
	background-size: auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.9em;
	padding-left: 25px;
}
.pickup_box p:hover {
	text-decoration: underline;
}
/* ボタン */
.talent_button {
	display: inline-block;
	text-align: center;
	width: 200px;
	background-color: #34A6D2;
	color: #ffffff;
	padding: 6px 0;
	clear: both;
	border-radius: 8px;
}
/*----------------
 オーディション情報・映像制作
----------------*/
.mv_img_box img{
	width: 32.666666%;
	margin-right: 1%;
	float: left;
}
.mv_img_box img:last-child{
	margin-right: 0;
}
.contact_btn{
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	background-color: #35A7D3;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	border-radius: 10px;
}
.setumei_wrap{
	background-color: #E2F0DD;
	padding: 30px 0;
	margin-bottom: 30px;
}
.setumei_wrap p{
	font-size: 14px;
	line-height: 1.8;
}
.to_customers_wrap_top {
    position: relative;
}
.to_customers_box_top{
    width: 45%;
    background-color: #fff;
    color: #000000;
    padding: 50px;
    position: absolute;
    top: 20%;
    right: 10%;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
.to_customers_wrap_top img {
    width: 60%;
    padding-top: 40px;
}
.to_customers_wrap_top h2{
	font-size: 35px;
	margin-bottom: 20px;
	color: #448aca;
	font-weight: 600;
	border-bottom: 1px solid #448aca;
	padding-bottom: 20px;
	text-align: center;
}
.to_customers_wrap_bottom {
    position: relative;
}
.to_customers_box_bottom{
    width: 45%;
    background-color: #fff;
    color: #000000;
    padding: 50px;
    position: absolute;
    top: 20%;
    left: 10%;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
.to_customers_wrap_bottom img {
    width: 60%;
    padding-top: 40px;
	float: right;
}
.to_customers_wrap_top .setsumei_btn{
	background-color: #4489CA;
	color: #fff;
	text-align: center;
	width: 80%;
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	font-weight: 600;
	margin-top: 20px;
}
.to_customers_wrap_bottom .setsumei_btn{
	background-color: #EC6941;
	color: #fff;
	text-align: center;
	width: 80%;
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	font-weight: 600;
	margin-top: 20px;
}
.to_customers_wrap_bottom h2{
	font-size: 35px;
	margin-bottom: 20px;
	color: #ec6941;
	font-weight: 600;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ec6941;
}
.col_blue{
	color: #00b1c3;
}

/*---------------------------
 イベント情報部分
---------------------------*/
.koukoku_box_two .img_box{
	width: 47.5%;
	float: left;
	border: 1px solid #575757;
}
.koukoku_box_two .img_box:first-child{
	margin-right: 5%;	
}
.koukoku_box_four .img_box{
	width: 23.5%;
	float: left;
	border: 1px solid #575757;
	margin-right: 2%;	
}
.koukoku_box_four .img_box:last-child{
	margin-right: 0;	
}

/*---------------------------
 ピックアップグループ
---------------------------*/
.pickup_group{
	background-color: #ecf3fa;
	padding-top: 30px;
	padding-bottom: 30px;
}
.pickup_group a {
    display: inline-block;
    max-width: 340px;
}
.pickup_group img {
    width: 100%;
    margin-bottom: 10px;
}
.pickup_group h3 {
    font-weight: 600;
}

/*---------------------------
 各種リリース情報
---------------------------*/
.arrow_midashi{
	text-align: center;
	font-weight: 600;
	background-color: #EDEDED;
	padding: 10px;
}

/*---------------------------
 オーディションページ
---------------------------*/
/*----------------
 Coming Soon
----------------*/
.comingsoon {
	background-color: #EEEEEE;
	text-align: center;
	padding: 35px 0;
	margin: 100px auto;
}
.comingsoon .coming_title {
	font-weight: 600;
	font-size: 27px;
	color: #000;
}
.comingsoon p {
	color: #616161;
}
/*----------------
 オーディションあり
----------------*/
.audition_box h3 {
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	padding: .5em 1em .5em 1.5em;
	border-bottom: 1px solid #ccc;
}
.audition_box h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
/*---------------------------
 問い合わせ
---------------------------*/

/*---------------------------
 タレント一覧
---------------------------*/
.sentaku_fix_pc {
	position: fixed;
	top:140px;
	left:0;
	z-index: 99999;
}
.sentaku_fix_sp {
	position: fixed;
	top:45px;
	left:0;
	z-index: 99999;
}
.gaiyou_description {
	width: 100%;
	margin: auto;
	padding: 10px;
}
.talent_gaiyou_wrap {
	padding-bottom: 30px;
}
.talent_gaiyou_contact_wrap h3 {
	font-weight: 600;
	text-align: center;
}
.talent_gaiyou_contact_wrap a {
	color: blue;
}
.talent_gaiyou_contact_wrap a:hover {
	text-decoration: underline;
}
.gaiyou_tel , .gaiyou_site {
	border: 2px solid #E0E0E0;
	padding: 10px;
}
.gaiyou_site a {
	margin-top: 10px;
	display: block;
	padding: 5px;
	background-color: #FDAF0B;
	border-radius: 5px;
	color: #fff;
	width: 100%;
}
.gaiyou_tel .gaiyou_tel_osaka{
	margin-right: 1%;
}
.gaiyou_tel a{
	color: rgba(55,168,212,1.00);
	font-weight: 600;
}
.gaiyou_tel .gaiyou_tel_osaka, .gaiyou_tel_fukuoka {
    float: left;
    background-color: #F0F0F0;
    margin-top: 10px;
    width: 49%;
}
.gaiyou_tel h4 {
    display: inline-block;
    padding-right: 10px;
    padding: 5px;
}
.gaiyou_tel .in_bl {
	text-align: center;
}
.talent_wrap h3 {
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 20px;
}
.talent_box {
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.talent_box img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}
.talent_wrap .talent_box:last-child, .talent_wrap .talent_box:nth-of-type(5n){
	margin-right: 0;
}
.talent_box p {
	text-align: center;
}

.talent_box .talent_name {
	font-size: 11px;
}



.p_talent_box {
	width: 32.33333333%;
	float: left;
	margin-right: 1%;
	margin-bottom: 15px;
}
.p_talent_box img {
	width: 100%;
}
.talent_wrap .p_talent_box:last-child{
	margin-right: 0;
}
.p_talent_box p {
	text-align: center;
}
.p_talent_box p.ad{
	background-color: #42424E;
	color: #ffffff;
	font-size: 13px;
	padding: 5px 0;
}
.p_talent_box .talent_name {
	font-size: 15px;
}

.talent_box .phonetic {
	color: #949494;
	font-size: 0.9em;
}
.talent_list a:hover {
	text-decoration: underline;
}
.talent_sentaku {
	background-color: #fff;
	width: 100%;
}
.talent_sentaku a {
	display: inline-block;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-align: center;
}
.talent_sentaku a:first-child {
	margin-right: 15px;	
}
.talent_sentaku a:last-child {
	margin-left: 15px;	
}
.mt78 {
	margin-top: 78px;
}

/*---------------------------
 タレント詳細
---------------------------*/
.talent_img_box {
	width: 46.65%;
	margin-right: 6.7%;
	float: left;
}
.talent_img_box img {
	width: 100%;
	border: 1px solid #DCDCDC;
}
.talent_img_main li:nth-child(n+2) {
	display: none;
}
.thumb li{
	cursor: pointer;
}
.thumb.icon2 li {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.thumb.icon3 li {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.thumb.icon4 li {
    width: 23%;
	margin-right: 2%;
    margin-bottom: 2%;
	float: left;
}
.thumb .icon4 li:nth-child(4n) {
	margin-right: 0;
}
.thumb li:last-child {
	margin-right: 0;
}
/*----------------
 プロフテーブル
----------------*/
.prof_box {
	width: 46.65%;
	float: right;
}
.prof_top_line {
	display: block;
	height: 8px;
	background-color: #33A6D2;
}
.prof_box h3 {
	font-size: 25px;
	margin-bottom: 25px;
}
.prof_box h3 span {
	margin-left: 20px;
	font-size: 15px;
	color: #B6B6B6;
}
/* 幅 */
table.profTable {
	width: 100%;
	font-size: 16px;
}
table.profTable th {
	width:30%;	
}
table.profTable td {
	width:70%;	
}
/* パディング */
table.profTable th , table.profTable td {
	padding:20px;
}
/* ボーダー */
table.profTable tbody  {
	border: 2px solid #DCDCDC;
}
table.profTable tr {
	border-bottom: 2px solid #DCDCDC;
}
table.profTable tr:last-child {
	border-bottom: none;
}
table.profTable th {
	border-right: 2px solid #DCDCDC;
}
/* 戻るボタン */
.goList {
	font-weight: bold;
	display: block;
	width: 270px;
	text-align: center;
	padding: 10px 0;
	margin: auto;
	color: #fff;
	background-color: #33A6D2;
}
.banner_sp{
	display: none!important;
}
/* 会社概要 */
.gaiyou_headline{
	background-color: rgba(55,168,212,1.00);
	color: #ffffff;
	padding: 5px 10px;
	font-size: 25px;
	font-weight: 600;
}
.gaiyou_pickup_headline{
	background-color: rgba(253,176,12,1.00);
	color: #ffffff;
	padding: 5px 10px;
	font-size: 25px;
	font-weight: 600;
}
.page_link{
	border: 1px solid #000000;
	padding: 10px 10px;
	width: 200px;
	text-align: left;
}
a.page_link:hover{
	opacity: 1.0;
}
.page_link_enable {
	background-color: #DB802A;
	color: #fff;
}
/*---------------------------
 プライバシーポリシー
---------------------------*/
.policy_wrap p {
	margin-bottom: 20px;
}
.policy_wrap h3 {
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: 600;
	margin-bottom: 10px;

}

/*---------------------------
 フッターSNS
---------------------------*/
.snsbox{
	border-top: 1px solid #B4B4B4;
	padding: 10px;
	text-align: center;
}
.snsbox .cont{
	display: inline-block;
}
.snsbox a{
	display: inline-block;
	float: left;
	margin: 3% 6%;
    width: 13%;
	
}
/*---------------------------
　タレント
---------------------------*/
.talent_img_box{
	width: 100%!important;
}
.talent_img_box{
	margin-bottom: 30px;
}
.talent_img_box li {
	width: 49%!important;
	margin-right: 2%!important;
	float: left;
}
.talent_img_box li:last-child{
	margin-right: 0!important;
}
.talent_details h3{
	display: inline-block;
	background-color: #2CA1CD;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	width: 200px;
	margin-bottom: 10px;
}
.talent_details h4{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}	
.talent_details .rubi{
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 600;
}
.prof_box{
	width: 100%!important;
}
.prof_box .leftbox{
width: 49%!important;
	float: left;
}
.prof_box h5{
	text-align: center;
	background-color: #448aca;
	padding: 10px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}
.chihou div.talent_box:first-child {
	margin-right: 2%!important;
}
.chihou div.talent_box:nth-child(5n) {
	margin-right: 0!important;
}
/*----------------
テーブル
----------------*/
.n_profTable{
	width: 100%;
}
.n_profTable th,.n_profTable td{

	padding-bottom: 10px;
	padding-top: 10px;
}
.n_profTable th{
	font-weight: 600;
	padding-right: 20px;
}
.prof_box .rightbox{
width: 49%!important;
	float: right;
}
.jissekiTable{
	width: 100%;
}
.jissekiTable th{
	font-weight: 600;
	font-size: 18px;
	display: block;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.jissekiTable td{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
/*---------------------------
 映画製作
---------------------------*/
.video_box_top{
	margin-bottom: 20px;
}
.video_box{
	width: 32.5%;
	margin-right: 1%;
	float: left;
}
.video_box:last-child{
	margin-right: 0;
}
.video_box h4{
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #35A7D3;
	padding: 5px;
	margin-bottom: 10px;
}
.video_box_top h4{
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #35A7D3;
	padding: 5px;
	margin-bottom: 10px;
}



/*===========================
 【320px以下】※iphone5縦以下
 ===========================*/
@media screen and (max-width:360px){
	.talent_sentaku a {
		font-size: 12px;
	}
}

/*===========================
 【481px以上かつ667以下】※iphone初期横～iphone6横まで
 ===========================*/
@media screen and (min-width:481px) and (max-width:667px){
	.gaiyou_site a {
		width: 80%;
		display: block;
		margin: auto;
	}
}

/*===========================
 【666px以下】※スマホ横以下
 ===========================*/
@media screen and (max-width:666px){
	/*---------------------------
	 上部バナー
	---------------------------*/
	.top_bn a {
		width: 100%;
		margin: 0 0 15px 0;
	}
	/*---------------------------
	 ランキング
	---------------------------*/
	.lank_top , .lank_other {
		width: 100%;
	}
	.lank_top .article_box {
		width: 80%;
		margin: auto;
	}

	/*---------------------------
	 フッター
	---------------------------*/
	.footer_left {
		width: 100%;
		text-align: center;
	}
	.footer_left img {
		max-width: 90px;
		hegiht: auto;
	}
	.footer_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.footer_nav {
		width: 100%;
		float: none;
	}
	
	.footer_nav li {
		float: left;
	}
	.footer_nav li a:before{
		margin-right: 0.5em;
		content: url(/img/icon_click.png)
	}
	.footer_nav li {
		width: 50%;
		margin-right: 0;
		background-color: #F2F2F2;
		border: 1px solid #B4B4B4;
	}
	.footer_nav li a {
		display: table-cell;
		width: 500px;
		height: 64px;
		padding-left: 10px;
		line-height: 1em;
		font-size: 14px;
		vertical-align: middle;
	}
	.footer_nav li:nth-child(n+3) {
		border-top: none;
	}
	.footer_nav li:nth-child(odd) {
		border-left: none;
		border-right: none;
	}
	.footer_nav li:nth-child(even) {
		border-right: none;
	}
	.footer_left img {
        max-width: 80%;
		margin-bottom: 10px;
	}
	.footer_left p {
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	.footer_right_bn_box {
		display: none;
	}
	.footer_logo {
		width: 40%;
		margin: auto;
	}
	.footer_logo img{
		width: 100%;
	}
	.footer_nav {
		width: 100%!important;
		margin-bottom: 0!important;
	}
	.footer_right_bn_box_sp a {
		float: left;
		display: block;
		width: 45%;
		margin: 10px 2.5%;
	}
	.footer_right_bn_box_sp_inner img {
		width: 100%;
	}

	/*---------------------------
	 タレント一覧
	---------------------------*/
	.talent_box {
		width: 47.5%;
		margin-right: 5%!important;
	}
	.talent_box:nth-of-type(even) {
			margin-right: 0!important;
	}	
	.chihou div.talent_box:nth-child(even) {
			margin-right: 0!important;
		}
	.chihou div.talent_box:nth-child(odd) {
		margin-right: 5%!important;
		}
	.gaiyou_tel .gaiyou_tel_osaka, .gaiyou_tel_fukuoka {
		width: 100%;
		text-align: center;
	}
	
	/*---------------------------
	 イベント情報部分
	---------------------------*/
	.koukoku_box_two .img_box{
		width: 100%;
		margin: 0;
	}
	.koukoku_box_two .img_box:first-child{
		margin-bottom: 20px;
	}
	.koukoku_box_four .img_box{
		width: 48%;
		float: left;
		border: 1px solid #575757;
		margin-right: 4%;	
	}
	.koukoku_box_four .img_box:first-child,.koukoku_box_four .img_box:nth-child(2){
		margin-bottom: 20px;
	}
	.koukoku_box_four .img_box:last-child,.koukoku_box_four .img_box:nth-child(2){
		margin-right: 0;	
	}
}

/*===========================
 【667px以上】※スマホ横以上
 ===========================*/
@media screen and (min-width:667px){
	/*---------------------------
	 フッター
	---------------------------*/
	.footer_right_bn_box_sp {
		display: none;
	}
	/* ロゴ・住所 */
	.footer_left {
		float: left;
		width: 50%;
	}
	.footer_left img {
		height: 85px;
		width: auto;
        margin-bottom: 10px;
		margin-right: 8px;
	}
	.footer_left p {
		font-size: 13px;
	}
	footer nav li{
		font-weight: normal;
	}
	.footer_nav {
		width: 100%;
		float: left;
		clear: both;
	}
	.footer_right {
		width: 50%;
		float: right;
		margin-top: 20px;
	}
	.footer_right_bn_box_inner {
		float: right;
		padding-right: 20px;
	}
	.footer_right_bn_box a {
		display: block;
		height: 30px;
		float: left;
	}
	.footer_right_bn_box a:first-child {
		margin-right: 10px;
	}
	.footer_right_bn_box a img {
		line-height: 30px;
		vertical-align: middle!important;
	}
    .footer_nav {
        background-color: #69A0D6;
    }
	.footer_nav ul {
        text-align: center;
    }
    .footer_nav li {
		display: inline-block;
		text-align: center;
		color: #fff;
		font-size: 15px;
        margin-right: 30px;
        padding: 7px 0;
	}
	.footer_nav li:last-child {
        margin-right: 0;
	}
}
/*===========================
 【1300px以下】
 ===========================*/
@media screen and (max-width:1279px){
	.to_customers_wrap_bottom {
		margin-bottom: 90px!important;
	}
	.to_customers_box_bottom {
	    width: 50%;
	    background-color: #fff;
	    color: #000000;
	    padding: 20px;
	    position: absolute;
	    top: 5%;
	    left: 3%;
	    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	}
	.to_customers_box_top{
	    width: 50%;
	    background-color: #fff;
	    color: #000000;
	    padding: 20px;
	    position: absolute;
	    top: 5%;
	    right: 3%;
	    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	}
	.to_customers_wrap_bottom {
		margin-bottom: 140px!important;
	}
}
/*===========================
 【767px以下】※タブレット未満
 ===========================*/
@media screen and (max-width:767px){
	.event_wrap .cont .flex_box:first-of-type {
		margin-bottom: 40px;
	}
	.to_customers_wrap_bottom h2{
		font-size: 25px;
	}
	.to_customers_wrap_top h2{
		font-size: 25px;
	}
	.to_customers_box_bottom {
		width: 100%;
		background-color: #fff;
		color: #000000;
		padding: 20px;
		position: static;
		border-top: 5px solid #ec6941;
		background-color: #F9EFEB;
		filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	}
	.to_customers_box_top {
		width: 100%;
		background-color: #fff;
		color: #000000;
		padding: 20px;
		position: static;
		border-top: 5px solid #4489CA;
		background-color: #EEF6FF;
		/* background-color: #ec6941; */
		filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	}
	.to_customers_wrap_bottom {
		margin-bottom: 40px!important;
	}
	.to_customers_wrap_bottom img {
		width: 100%;
		float: none;
		padding-top: 0;
		
	}
	.to_customers_wrap_top img {
		width: 100%;
		float: none;
		padding-top: 0;
	}
    .footer_right_top  {
        text-align: center;
    }
    .pickup_group a:first-child {
        
        border-bottom: 1px solid #959595;
    }
    .pickup_group a:last-of-type {
        border-bottom: none;
    }
	.n_profTable th {
		width: 30%;
	}
	.n_profTable td {
		width: 70%;
	}
	.talent_img_box {
		margin-bottom: 10px!important;
	}
	.talent_img_box li {
		width: 100%!important;
		margin-bottom: 10px;
	}
	.prof_box .leftbox{
		width: 100%!important;
		margin-bottom: 15px;
	}
	.prof_box .rightbox{
		width: 100%!important;
	}
	.item02 {
		display: none;
	}
	.thumb_new {
		text-align: center;
		margin-bottom: 30px;
	}
	.thumb_new li {
		cursor: pointer;
		width: 80px;
		margin-right: 5px;
		display: inline-block;
	}
	.thumb_new li:last-of-type {
		margin-right: 0;
	}
	.thumb_new li.select {
		position: relative;
		cursor: default;
	}
	.thumb_new li:not(.select):hover {
		opacity: 0.7;
	}
	.thumb_new li.select::after {
		content: "";
		display: block;
		position: absolute;
		background-color: rgba(0,0,0,0.3);
		width: 100%;
		height: 100%;
		top: 0;
	}
	.thumb_new li.select::before {
		display: block;
		content: '選択中';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-weight: 600;
		color: #fff;
		font-size: 16px;
		width: 100%;
		z-index: 2;
	}
	/*----------------
	 プロフテーブル
	----------------*/
	table.profTable {
		width: 100%;
	}
	/* 会社情報 */
	table.profTable tr {
		border: none;
	}
	table.profTable th {
		text-align: center;
		background-color: #F4F4F4;
	}
	table.profTable th , table.profTable td {
		display: block;
		width: 100%;
		/* 一旦borderをクリア */
		border: none;
		/* bottomのみ復活 */
		border-bottom: 2px solid #DCDCDC;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	table.profTable tr:last-child td {
		border: none;
	}
	.gaiyou_tel , .gaiyou_site {
		margin-bottom: 10px;
	}
	.gaiyou_site a {
		text-align: center;
	}
	.gaiyou_description {
		text-align: left;
	}
	.video_box{
		width: 100%;
		margin-right: 0%;
		float: none;
		margin-bottom: 15px;
		border-bottom: 1px dotted #989898;
		padding-bottom: 10px;
	}
	.video_box_top{
		margin-bottom: 15px;
		border-bottom: 1px dotted #989898;
		padding-bottom: 10px;
	}
	
}
/*===========================
 【768px以上】※タブレット最小縦以上
 ===========================*/
@media screen and (min-width:768px){
	.event_wrap .cont {
		display: flex;
	}
	.event_wrap .cont .flex_box:first-of-type {
		margin-right: 30px;
	}
    .footer_right_top {
        text-align: center;
    }
    .footer_right_top a {
        display: inline-block;
        vertical-align: top;
    }
    .pickup_group a {
        margin-right: 15px;
    }
	.talent_img_box {
		margin-bottom: 40px;
	}
	.thumb_new {
		display: none;
	}
	.pickup_box {
	width: 47.5%;
	margin-right: 2.5%;
	}
	.pickup_box:nth-child(even) {
		margin-right: 0;
	}
	/* 一覧上部お問い合わせ領域 */
	.talent_gaiyou_contact_wrap {
		text-align: center;
		display: flex;
		justify-content: center; /* 子要素をflexboxにより中央に配置する */
	}
	.gaiyou_site {
		width: 38%;
		margin-right: 1%;
		float: left;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-direction: column;
	}
	.gaiyou_tel {
		width: 70%;
		float: right;
	}
}
/*===========================
 【800px以下】※タブレット縦以下
  800pxはNexus10の縦
　※2017年時点でipadProを除いてタブレット縦最大
 ===========================*/
@media screen and (max-width:800px){
	.news_List_Ymd , .news_List_Title{
		display: block;
	}
	.news ul {
		padding: 6px 10px;
	}
	.talent_box {
		font-size: 0.8em;;
	}
	.talent_img_box {
		margin-bottom: 25px;
	}
	.talent_img_box , .prof_box {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
/*===========================
 【567px以下】
★iPhone5横未満まで適用されるCSS
===========================*/
@media screen and (max-width:567px){
	.event_box{
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	
	.event_box:last-child{
		margin-bottom: 0;
	}
	.mv_img_box img{
		width: 90%;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}
	.banner_pc{
		display: none!important;
	}
	.banner_sp{
		display: block!important;
	}
	.view-first.hover_original a.info {
		width: 100%;
		bottom: 4px;
		font-size: 12px;
		font-weight: 600;
		background-color: crimson;
	}
	.view h3 {
		font-size: 9px;
		margin-top: 5px;
	}
	.css-cancel {
		width: 2px;
    	height: 16px;		
		margin: 3px 11px -3px 7px;
	}
	.css-cancel:before {
		left: -7px;
		width: 16px;
		height: 2px;
		margin-top: -1px;
	}
	
	.snsbox a{
		margin: 1%;
		width: 23%;

	}
	
}
/*===========================
 【801px以上】※タブレット縦より大きい
 ===========================*/
@media screen and (min-width:801px){
    .news {
        float: left;
        width: 47%;
    }
    .performance {
        float: right;
        width: 50%;
    }
	.news li:after {
		content:'';
		clear: both;
		display: block;
	}
	.news_List_Ymd {
		color: #2D2D2D;
		font-weight: 600;
		display: block;
		width: 20%;
		float: left;
	}
	span.news_List_Title {
		display: block;
		float: right;
		width: 80%;
	}
}

/*===========================
 【1023px以下】※PCサイズ未満
 ===========================*/
@media screen and (max-width:1023px){
	/*---------------------------
	 トップページ
	---------------------------*/
	/*----------------
	 NEWS
	----------------*/
	.news_list dt{
		width: 100%;
	}
	.news_list dd{
		width: 100%;
		padding-left: 0;
	}
	h1 {
		text-align: center;
		border-bottom: 1px solid #fff;
        position: relative;
        z-index: 99;
	}
	.gsc-results-wrapper-overlay {
		padding: 30px 10px!important;
		width: 100%;
		left: 0;
	}
	form.gsc-search-box {
		padding-top: 4px;
	}
	.gsc-control-wrapper-cse {
		padding-left: 30px;
	}
	.gsc-results-wrapper-overlay {
		z-index: 999999;
	}
	
	/*----------------
	 フッター
	----------------*/
	.footer_left {
		text-align: center;
	}
	.footer_left img {
		float: none;
	}
	.footer_left p {
		display: inline-block;
		text-align: left;
	}
	.footer_left , .footer_right {
		width: 100%;
		float: none;
	}
	.footer_right_bn_box {
		text-align: center;
	}
	.footer_right_bn_box_inner img{
		margin-bottom: 20px;
	}
	.footer_right_bn_box_inner img:first-child{
		margin-right: 20px;
	}
	.footer_right_bn_box_inner {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 65%;
		
	}
	.footer_right_top img {
		margin-bottom: 11px;
	}
	.footer_nav {
		margin: auto;
		float: none;
	}
}

/*===========================
 【1024px以上】※PCサイズ以上
 ===========================*/
@media screen and (min-width:1024px){
    .footer_right_top {
        text-align: right;
    }
    .footer_inner {
        margin-bottom: 30px;
    }
    .footer_right_bottom {
        text-align: right;
        margin-top: 20px;
    }
    .footer_right_bottom a:first-of-type img {
        margin-right: 10px;
    }
    .footer_right_bottom img {
        max-height: 50px;
    }
    .profile_headline_box {
        background-image: url("/img/pararax.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right bottom;
        -webkit-background-size: 100%;
        background-size: 100%;
        height: 300px;
    }
	/*---------------------------
	 ヘッダー
	---------------------------*/
	header {
		width: 100%;
	}
    .header_pc {
        background-color: #fff;
        border-bottom: 1px solid #717171;
    }
	.header_leftbox {
	    height: 65px;
	}
	.link_img {
		display: block;
		height: 100%;
	}
	.link_img img{
		height: 100%;
	}
	/* 高さを失ったヘッダー分、marginを入れる */
	.top.main_image {
		padding-top: 75px;
	}
	/* ナビゲーション追従バー */
	header nav {
		position: relative;
	}
	#slide-line {
		position: absolute;
		bottom: 2px;
		height: 2px;
		background-color: #33A6D2;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
}
.col_tv2,.col_cm,.col_stand,.col_dorama,.col_event,.col_ex,.col_butai,.col_tv,.col_memori,.col_other,.col_zassi,.col_movie {
    padding: 5px 10px;
    color: #fff;
}
.col_tv2 {
    background-color: #219000;
}
.col_tv {
    background-color: #F44336;
}
.col_memori {
    background-color: #E91E63;
}
.col_other {
    background-color: #9C27B0;
}
.col_zassi {
    background-color: #673AB7;
}
.col_movie {
    background-color: #3F51B5;
}
.col_butai {
    background-color: #2196F3;
}
.col_ex {
    background-color: #03A9F4;
}
.col_event{
    background-color: #00BCD4;
}
.col_dorama {
    background-color: #009688;
}
.col_stand {
    background-color: #4CAF50;
}
.col_cm {
    background-color: #FF5722;
}