@charset "utf-8";
.slide_area {
	width: 100%;
	background-color: rgba(3,115,153,1.00);
	padding-top: 40px;
	padding-bottom: 20px;
	background-image: url(../img/index/top_back.png);
	background-position: center center;
	background-size: cover;
}
.slide_area .inner {
	overflow-x: hidden;
	overflow-y: hidden;
}
.big_banner_area {
	max-width: 1740px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: hidden;

}
.big_banner_01 {
	width: 57.5%;
	float: left;
	max-width: 1000px;
	margin-bottom: 20px;
	max-height: 420px;
	overflow-y: hidden;
	/* [disabled]overflow-x: hidden; */
	/* [disabled]overflow-y: hidden; */
}
.big_banner_01 img {
}
.big_banner_02 {
	position: relative;
	float: left;
	width: 42.5%;
	padding-top: 24.1%;
	max-width: 740px;
	max-height: 420px;
	margin-bottom: 20px;
}
.big_banner_02 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.midle_banner_area {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	/*height: 100px;*/
	padding-left: 10px;
}
.midle_banner {
	width: 30%;
	max-width: 320px;
	margin-right: 3%;
}
.midle_banner:last-child {
	margin-right: 0px;
}
.talent {
	background-image: url(../img/index/talent_back.png);
	background-position: center center;
	background-size: cover;
	padding-bottom: 80px;
}
.h2_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 100;
	text-align: center;
}
.talent .h2_title {
	color: #23408f;
	padding-top: 85px;
	padding-bottom: 70px;
}
.news .h2_title {
	color: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
}
.studio .h2_title {
	color: #FFFFFF;
	margin-bottom: 30px;
}
.access .h2_title {
	color: #23408f;
	margin-bottom: 30px;
}

.tag_area {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
.tag_area li {
	float: left;
	margin-right: 20px;
}
.tag_area li:last-child {
	margin-right: 0px;
}
.tag_area a:hover {
	opacity: 0.7;
}
.talent_image {
	margin-left: 0.142%;
}
.talent_image li {
	display: block;
	width: 14%;
	position: relative;
	float: left;
	margin-right: 0.285%;
	margin-bottom: 10px;
	line-height: 0;
	cursor: pointer;
	
}
.talent_image li::before {
	/*content: "";
	display: block;
	padding-top: 100%;position: absolute;*/
}
.talent_box {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.talent_box::before {
	content: "";
	display: block;
	padding-top: 100%;/*position: absolute;*/
}
.over_name {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(35,64,143,0.50);
	width: 100%;
	height: 100%;
	opacity: 0;
	line-height: 1;
	border: 10px solid #23408f;
	box-shadow: inset 0 0 0 10px #FFFFFF;
	-webkit-box-shadow: inset 0 0 0 10px #FFFFFF;
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding-top: 35%;
	font-size: 20px;
	font-weight: bold;
}
.twitter_line {
	width: 20%;
	float: right;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 500px;
}
.news {
	background-color: rgba(3,115,153,1.00);
	padding-bottom: 10px;
	background-image: url(../img/index/news_back.png);
	background-size: cover;
	background-position: right top;
}
.news_area {
	width: 80%;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 60px;
}
.news_area li {
	float: left;
	cursor: pointer;
}
.news_top {
	width: 48%;
	background-color: #452D2E;
	margin-right: 2%;
	position: relative;
	margin-bottom: 1.9%;
	background-size: cover;
	background-position: center center;
}
.news_midle {
	width: 23%;
	background-color: #A82123;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.news_img {
	position: absolute;
	top: 0px;
	width: 100%;
}

.news_word {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 24.35%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 24.35%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 24.35%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 24.35%,rgba(0,0,0,1.00) 100%);
	color: #FFFFFF;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.2;
	font-size: 14px;
}
.news_area .mobile_area {
	display: none;
}
.new_movie {
	width: 100%;
}
.news_midle2 {
	width: 23%;
	background-color: #A82123;
	margin-right: 2%;
	position: relative;
}
.date_cate {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #6A7073;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	line-height: 1;
	padding-right: 0px;
}
.cate_model,
.cate_cm ,
.cate_event,
.cate_movie,
.cate_stage,
.cate_tv,
.cate_yumeado,
.cate_other {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	margin-left: 10px;
}
.cate_model {
	background-color: #DF8705;
	background-image: url(../img/index/s_icon_model.png);
}
.cate_ {
}

.cate_cm {
	background-color: #07BA8E;
	background-image: url(../img/index/s_icon_cm.png);
}
.cate_event {
	background-color: #76B74B;
	background-image: url(../img/index/s_icon_event.png);
}
.cate_movie {
	background-color: #2CA5CD;
	background-image: url(../img/index/s_icon_movie.png);
}
.cate_stage {
	background-color: #AF70CD;
	background-image: url(../img/index/s_icon_stage.png);
}
.cate_tv {
	background-color: #C5BF17;
	background-image: url(../img/index/s_icon_tv.png);
}
.cate_yumeado {
	background-color: #D15B82;
	background-image: url(../img/index/s_icon_yumeado.png);
}
.cate_other {
	background-color: #8D9BA4;
	background-image: url(../img/index/s_icon_other.png);
}
.new_icon {
	width: 86px;
	height: 86px;
	position: absolute;
	top: -2px;
	right: 5px;
	background-image: url(../img/index/icon_new.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.new_icon_s {
	width: 60px;
	height: 60px;
	position: absolute;
	top: -2px;
	right: 5px;
	background-image: url(../img/index/icon_new.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.fb-page, .fb-root {
	position: absolute;	/*float: left;
	width: 23%;
	position: absolute !important;*/
	top: 0px;
	left: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 0px;
}
.fb-container,
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}
.takasa:before {
	content: "";
	display: block;
	padding-top: 100%;/*position: absolute;*/
}
.news_top a, .news_midle a {
	display: block;
	position: absolute;
	color: rgba(255,255,255,1.00);
	top: 0px;
	left: 0px;
}
#twitter-widget-0 {
	margin-top: -10px !important;/*height: 100% !important;*/
	/*min-height: 1001px;*/
}
.studio {
	background-image: url(../img/index/studio_back.png);
	background-position: center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 80px;
	color: rgba(255,255,255,1.00);
}
.access {
	padding-top: 55px;
	padding-bottom: 80px;
	text-align: center;
	background-image: url(../img/index/access_back.png);
	background-repeat: no-repeat;
	background-position: 40% 20%;
	color: #424242;
}
.maps {
	border: 1px solid rgba(130,130,130,1.00);
	width: 95%;
	max-width: 1740px;
	height: 450px;
	display: none;
	margin-left: auto;
	margin-right: auto;
}
.insta {
	background-image: url(../img/index/insta_back.png);
	background-position: center center;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 65px;
}

.name_area {
	display: none;
	margin-top: 5px;
}
.more {
	width: 40%;
	max-width: 330px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.tablet_fb {
	display: none !important;
}
.tag_selector {
	display: none;
}
.name_e {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
}
.news_hide {
	display: none;
}
.news_6 {
	display: none;
}
.movie_li {
	background-position: center center;
	background-size: cover;
}
.flickity-page-dots {
	display: none;
}
.insta {
	text-align: center;
}
.insta_inner {
    width: 100%;
    max-width: 1740px;
    margin-left: auto;
    margin-right: auto;
}
.insta_item {
    width: 17%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
}
.insta img {
	vertical-align: middle;
}
.talent_image .pc_hide {
	display: none;
}






@media screen and (max-width:999px) {
	.h2_title {
		font-size: 70px;
	}
.slide_area {
	padding-top: 0px;
	padding-bottom: 20px;
}
.midle_banner_area {
	max-width: 30%;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: auto;
	padding-left: 10px;
	line-height: 1;
}
.midle_banner {
	width: 100%;
	max-width: 320px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.talent_image {
	margin-left: 1%;
}
.talent_image li {
	width: 23%;
	margin-right: 2%;
	line-height: 1.2;
}
.big_banner_01 {
	width: 100%;
	float: none;
	max-width: none;
}
.big_banner_02 {
	width: 60%;
	padding-top: 28.8%;
	max-width: 740px;
	max-height: 420px;
	margin-left: 50px;

}
.name_area {
	display: block;
	border-left: 8px solid #f89f1c;
	font-size: 24px;
	font-weight: bold;
	color: #4d4d4d;
	padding-left: 5px;
}
.name_e {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
}
.over_name {
}
.talent_image .pc {
	display: none;
}
.news_area {
	width: 100%;
	float: none;
	margin-bottom: 60px;
}
.news_top {
	width: 64.6%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 1.9%;
}
.news_midle {
	width: 31.3%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}
.new_movie {
	width: 100%;
}
.news_midle2 {
	width: 31.3%;
	background-color: #A82123;
	margin-right: 2%;
	position: relative;
	margin-bottom: 10px;
}
.fb_box {
	width: 48%;
}
.twitter_line {
    width: 49%;
    overflow-x: hidden;
    overflow-y: scroll;
	transform: translateZ(0);
}
.news .h2_title {
	text-align: left;
	margin-left: 10px;
}
.news_6 {
	display: block;
}

}

@media screen and (max-width:599px){
.slide_area {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0;
}
.big_banner {
	width: 100%;
	float: left;
	min-height: 104px;
	max-height: 480px;
}
.big_banner_01 {
	margin-bottom: 0px;
}
.big_banner_02 {
	width: 100%;
	padding-top: 42.0%;
	max-width: 768px;
	max-height: 420px;
	margin-left: 0px;
	float: none;
	margin-bottom: 0px;
}
.midle_banner_area {
	width: 100%;
	max-width: 100%;
	float: none;
	height: auto;
	padding-left: 0px;
}
.midle_banner {
	width: 100%;
	margin: 0px;
	display: block;
	max-width: none;
}
.talent_image li {
	width: 48%;
	margin-right: 2%;
}
.talent_image .tablet {
	display: none;
}
.h2_title {
	font-size: 40px;
}
.more {
	width: 80%;
}
.tag_area {
	display: none;
}
.tag_selector {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	background-color: rgba(3,37,126,0.70);
	color: rgba(255,255,255,1.00);
	border: 1px solid rgba(255,255,255,1.00);
}

.news_area .pc_tablet {
	display: none;
}
.news_area .mobile_area {
	display: block;
	color: #FFFFFF;
}
	.news_area .mobile_area a {
	color: #FFFFFF;
}
.m_news_top,
	.m_news_midle {
		margin-bottom: 10px;
	}
.m_news_midle img {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.m_news_midle .m_news_word {
	float: left;
	width: 50%;
}
.fb_iframe_widget span {
    display: block !important;
    position: relative;
    text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.twitter-timeline {
	width: 100%;
}
.twitter_line {
	width: 100%;
	float: none;
}
.studio img {
	width: 70%;
}
.talent .h2_title {
	padding-top: 20px;
	padding-bottom: 20px;
}
.news .h2_title {
	padding-top: 20px;
	padding-bottom: 20px;
}
.studio .h2_title {
	margin-bottom: 20px;
}
.access .h2_title {
	margin-bottom: 20px;
}
.insta .h2_title img {
	width: 70%;
	
}
.insta_item {
    width: 80%;

}
}