@charset "utf-8";
/*----------------------------------------------------
	共通
----------------------------------------------------*/
#page-home .article {
	border: none;
	margin-bottom: 20px;
}

#page-home .borderShort {
	border-top: solid 5px #ddd;
	display: block;
	width: 100px;
	position: absolute;
	top: 0;
	left: 20px;
}

#page-home .borderLong {
	border-top: solid 5px #ddd;
	display: block;
	width: 270px;
	position: absolute;
	top: 0;
	left: 20px;
}

#page-home .toList a {
	color: #333;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding-left: 25px;
	text-decoration: none;
}

#page-home .titleArea .icon {
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 40px;
}

#page-home .titleArea h2 {
	background-color: #fff;
	border-bottom: dotted 2px #f2f2f2;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 3px 15px;
}

#page-home .toAbout {
	padding: 10px 15px;
}

#page-home .toAbout a {
	color: #333;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding-left: 25px;
	text-decoration: none;
}

#page-home a:hover {
	opacity: 0.8;
}

/*----------------------------------------------------
	スライド
----------------------------------------------------*/

/*ログアウト時*/
#honeSlideArea-logout {
	background-color: #111;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}

#honeSlideArea-logout .slide_all {
	height: 348px;
	position: relative;
	margin: 0 auto;
	width: 720px;
}

#honeSlideArea-logout .slide_wrap {
	position: absolute;
	left: 50%;
	margin-left: -1080px;
	width: 2160px;
}

#honeSlideArea-logout .bxslider {
	width: 100%;
}

#honeSlideArea-logout .mainImgArea .bx-wrapper{
	margin-bottom: 0;
}

#honeSlideArea-logout .bx-viewport {
	background-color: #111;
	box-shadow:none;
	border:0;
	padding: 24px 0;
}

#honeSlideArea-logout .slide {
	margin: 0 10px;
	width: 720px;
}

#honeSlideArea-logout .slide img {
	vertical-align: bottom;
	width: 100%;
}

#honeSlideArea-logout .mainImgArea #bx-pager{
	background: #333;
	height: 60px;
	padding: 11px 0;
	text-align: center;
}

#honeSlideArea-logout .mainImgArea #bx-pager a{
	display: inline-block;
	height: 60px;
	margin: 0 4px;
	width: 144px;
}

#honeSlideArea-logout .mainImgArea #bx-pager a img{
	height: 60px;
	width: 144px;
}

/*ログイン時*/
#honeSlideArea-login {
	margin: 20px auto;
	width: 1000px;
}

#honeSlideArea-login .mainImgArea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 360px;
	float: left;
	overflow: hidden;
	width: 720px;
}

#honeSlideArea-login .mainImgArea .bx-wrapper{
	margin-bottom: 0;
}

#honeSlideArea-login .mainImgArea .bx-wrapper .bx-viewport{
	box-shadow:none;
	border:0;
	left:0;
}

#honeSlideArea-login .mainImgArea .bx-wrapper .bx-viewport .bxslider li img{
	width: 720px;
	height: 300px;
}

#honeSlideArea-login .mypageArea {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	text-align: center;
	height: 360px;
	overflow: hidden;
	width: 260px;
}

#honeSlideArea-login .mypageArea .userData {
	padding: 10px;
}

#honeSlideArea-login .mypageArea .userData .new_notification_ttl {
	color: #e83e42;
	font-weight: bold;
	border-bottom: 2px solid #e83e42;
	background: url(../img/home/notification_ttl.png) no-repeat left center;
	text-align: left;
	padding: 0 0 0 20px;
}

#honeSlideArea-login .mypageArea .titleArea {
	background-color: #333;
    padding: 6px 2px 6px 10px;
}

#honeSlideArea-login .mypageArea .titleArea .production_img {
	float: left;
}

#honeSlideArea-login .mypageArea .titleArea .organization {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    float:left;
    padding: 4px 0 0 10px;
}

#honeSlideArea-login .mypageArea .userData .notification_area ul li {
    border-bottom: 1px solid #d9d9d9;
}

#honeSlideArea-login .mypageArea .userData .notification_area ul li a {
    text-align: left;
    background: url(../img/home/attention.png) no-repeat left center, url(../img/home/arrow_home.png) no-repeat right 7px center;
    display: block;
    padding: 10px 20px 10px 25px;
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: 0.1px;
}

#honeSlideArea-login .mypageArea .userData .notification_area ul li a.g_scout {
    background: url(../img/home/arrow_home.png) no-repeat right 7px center, url(../img/g_scout/bg.png) left center;
    padding: 15px 20px 10px 5px;
}

#honeSlideArea-login .mypageArea .userData .notification_area ul li a.g_scout .flex_area {
    display: flex;
    align-items: center;
}

#honeSlideArea-login .mypageArea .userData .notification_area ul li a .notification_reason {
    color: #000;
    font-weight: bold;
    text-decoration:underline;
}

#honeSlideArea-login .mypageArea .userData .notification_area ul li a.g_scout .notification_reason {
    margin-left: 5px;
}

#honeSlideArea-login .mypageArea .userData .notification_area ul li a .production_name {
    color: #9a9a9a;
    font-size: 12px;
}

#honeSlideArea-login .mypageArea .userData .notification_area ul li a.g_scout .production_name {
    margin: 5px 0 0 5px;
    font-weight: bold;
}

#honeSlideArea-login .mypageArea .userData .notification_area .update {
    color: #9a9a9a;
    text-align: left;
    margin: 15px 0 0;
}

#honeSlideArea-login .mypageArea .userData .no_notification_area {
    text-align: left;
}

#honeSlideArea-login .mypageArea .userData .no_notification_area img {
    margin: 15px 0;
}

#honeSlideArea-login .mypageArea .userData .no_notification_area img:hover {
    opacity: 1;
}

#honeSlideArea-login .mypageArea .userData .no_notification_area .toMypage a {
    display:block;
    border: 1px solid #f82a20;
    text-align: center;
    font-weight: bold;
    color: #f82a20;
    font-size: 16px;
    text-decoration: none;
    border-radius: 7px;
    padding: 8px;
}

#honeSlideArea-login .mypageArea .userData .update {
	margin-bottom: 4px;
}

#honeSlideArea-login .mypageArea .userData .update a {
	background: url(../img/home/ico_exclamation.png) left center no-repeat;
	font-size: 12px;
	padding-left: 22px;
}

#honeSlideArea-login .mainImgArea #bx-pager{
	padding: 11px 0;
	background: #333;
	height: 40px;
}

#honeSlideArea-login .mainImgArea #bx-pager a{
	display: block;
	width: 98px;
	height: 40px;
	float: left;
	margin: 0 10px;
}

#honeSlideArea-login .mainImgArea #bx-pager a img{
	width: 98px;
	height: 40px;
	margin: 0 8px;
}

/*----------------------------------------------------
	マイページ
----------------------------------------------------*/
#page-home .mypageArea {
	background-color: #fff;
	border-radius: 5px;
	float: right;
	overflow: hidden;
	width: 250px;
}

#page-home .mypageArea .titleArea h2 {
	background-color: #333;
	border-bottom: none;
	color: #fff;
	float: none;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0;
	text-align: center;
}

#page-home .mypageArea .userData {
	padding: 5px 0 0;
	margin: 0 auto;
	width: 210px;
}

/* ウォッチが実装されましたら、削除してください */
#page-home .mypageArea .userData .productionContact {
	margin: 0 auto;
	width: 105px;
}
/* ここまで */

#page-home .mypageArea .userData .productionContact li {
	float: left;
	font-size: 11px;
	width: 80px;
}

#page-home .mypageArea .userData .productionContact .watch {
	background: url('../img/home/ico_watch.png') no-repeat left center;
	padding-left: 25px;
}

#page-home .mypageArea .userData .productionContact .footprint {
	background: url('../img/home/ico_footprint.png') no-repeat left center;
	padding-left: 25px;
}

#page-home .mypageArea .userData .bustupImage {
	border: solid 1px #f2f2f2;
	margin: 5px 0;
	text-align: center;
	width: 208px;
}

#page-home .mypageArea .userData .bustupImage img {
	max-height: 100%;
	max-width: 100%;
}

#page-home .mypageArea .userData .update a {
	background: url('../img/home/ico_exclamation.png') no-repeat left center;
	padding-left: 25px;
}

#page-home .mypageArea .userData .toMypage {
	margin: 10px 0;
	text-align: center;
}

/*----------------------------------------------------
	新着情報
----------------------------------------------------*/
#page-home .informationArea {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 10px 10px 20px;
	position: relative;
}

#page-home .informationArea .borderShort {
	border-color: #e52c2c;
}

#page-home .informationArea .informationImage {
	float: left;
	text-align: center;
	width: 100px;
}

#page-home .informationArea .informationImage h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

#page-home .informationArea .informationImage img {
	margin: 35px 0;
}

#page-home .informationArea .informationImage .toList {
	position: absolute;
	bottom: 10px;
}

#page-home .informationArea .informationImage .toList a {
	background: url('../img/home/ico_double_arrow.png') no-repeat left center;
}

#page-home .informationArea .informationList {
	border: solid 1px #ddd;
	border-radius: 5px;
	float: right;
	padding: 8px 15px;
	width: 820px;
}

#page-home .informationArea .informationList table {
	border-collapse: collapse;
}

#page-home .informationArea .informationList table tr {
	border-bottom: solid 5px #fff;
}

#page-home .informationArea .informationList table tr:last-child {
	border-bottom: none;
}

#page-home .informationArea .informationList th {
	width: 110px;
}

#page-home .informationArea .informationList th span {
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 180%;
	text-align: center;
	width: 100px;
}

#page-home .informationArea .informationList .school span {
	background-color: #30a54e;
}

#page-home .informationArea .informationList .production span {
	background-color: #3399ff;
}

#page-home .informationArea .informationList .audition span {
	background-color: #ff9933;
}

#page-home .informationArea .informationList .feature span {
	background-color: #9966cc;
}

#page-home .informationArea .informationList .information span {
	background-color: #e52c2c;
}

#page-home .informationArea .informationList td a {
	font-size: 13px;
	line-height: 150%;
}

/*----------------------------------------------------
	特集
----------------------------------------------------*/
#page-home .featureArea {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

#page-home .featureArea .borderShort {
	border-color: #9966cc;
}

#page-home .featureArea .titleArea .icon {
	background-color: #9966cc;
}

#page-home .featureArea .titleArea h2 {
	padding: 5px 15px 3px 15px;
	width: 930px;
}

#page-home .featureArea .titleArea h2 .toList {
	float: right;
	width: 85px;
}

#page-home .featureArea .titleArea h2 .toList a {
	background: url('../img/home/ico_double_arrow_purple.png') no-repeat left center;
}

#page-home .featureArea .featureList {
	padding: 15px;
}

#page-home .featureArea .featureList li {
	border: solid 1px #f2f2f2;
	border-radius: 5px;
	float: left;
	margin-bottom: 10px;
	min-height: 110px;
	padding: 15px 20px;
	position: relative;
	width: 435px;
}

#page-home .featureArea .featureList li:nth-child(odd) {
	margin-right: 15px;
}

#page-home .featureArea .featureList li .image {
	float: left;
	width: 100px;
}

#page-home .featureArea .featureList li .image img {
	max-height: 100%;
	max-width: 100%;
}

#page-home .featureArea .featureList li .text {
	float: right;
	position: relative;
	width: 320px;
}

#page-home .featureArea .featureList li .text a {
	display: block;
}

#page-home .featureArea .featureList li .date {
	color: #999;
	font-size: 11px;
	position: absolute;
	right: 20px;
	bottom: 5px;
}

/*----------------------------------------------------
	幅いっぱいのバナー
----------------------------------------------------*/
#page-home .large_banner_area {
	margin-bottom: 20px;
	text-align: center;
}

/*----------------------------------------------------
	コンテスト協賛企業
----------------------------------------------------*/
#page-home .contest_sponsorship {
	background: #fff;
	padding: 20px;
}

#page-home .contest_sponsorship .contest_title {
	border-bottom: 2px solid #cd005c;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#page-home .contest_sponsorship .left {
	text-align: left;
	width: 48%;
}

#page-home .contest_sponsorship .right {
	align-items: center;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	display: flex;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	width: 48%;
}

#page-home .contest_sponsorship .right img {
	border: 1px solid #e8e8e8;
	margin-right: 15px;
	width: 50px;
}

#page-home .contest_sponsorship .right .catch{
	color: #8d8d8d;
}
/*----------------------------------------------------
	芸能相談室
----------------------------------------------------*/
#page-home .adviceArea {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

#page-home .adviceArea .titleArea .icon {
	background-color: #0071BC;
}

#page-home .adviceArea .titleArea h2 {
	padding: 5px 15px 3px 15px;
	width: 930px;
}

#page-home .adviceArea .titleArea h2 .toList {
	float: right;
	width: 85px;
}

#page-home .adviceArea .titleArea h2 .toList a {
	background: url('../img/home/ico_double_arrow_blue.png') no-repeat left center;
}

#page-home .adviceArea .adviceList {
	border-bottom: solid 2px #f2f2f2;
	padding: 15px;
}

#page-home .adviceArea .adviceList li.list {
	border: solid 1px #f2f2f2;
	border-radius: 5px;
	float: left;
	margin-bottom: 10px;
	min-height: 148px;
	padding: 15px 20px;
	position: relative;
	width: 435px;
}

#page-home .adviceArea .adviceList li.list:nth-child(odd) {
	margin-right: 15px;
}

#page-home .adviceArea .adviceList li.list .image {
	float: left;
	width: 80px;
}

#page-home .adviceArea .adviceList li.list .image img {
	max-height: 100%;
	max-width: 100%;
}

#page-home .adviceArea .adviceList li.list .text {
	float: right;
	position: relative;
	width: 340px;
}

#page-home .adviceArea .adviceList li.list .text .userName {
	margin-bottom: 10px;
}

#page-home .adviceArea .adviceList li.list .text .userName span {
	color: #999;
	float: right;
	width: 80px;
}

#page-home .adviceArea .adviceList li.list .text .tag {
	margin: 10px 0;
}

#page-home .adviceArea .adviceList li.list .text .tag li {
	background-color: #B29176;
	color: #fff;
	font-size: 12px;
	display: inline;
	margin-right: 5px;
	padding: 0 5px;
}

#page-home .adviceArea .adviceList li.list .text a {
	display: block;
}

#page-home .adviceArea .toAbout a {
	background: url('../img/home/ico_question_mark_blue.png') no-repeat left center;
	width: 100px;
}


/*----------------------------------------------------
	ニュース
----------------------------------------------------*/
#page-home .newsArea {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

#page-home .newsArea .borderShort {
	border-color: #ff92af;
}

#page-home .newsArea .titleArea .icon {
	background-color: #ff92af;
}

#page-home .newsArea .titleArea h2 {
	padding: 5px 15px 3px 15px;
	width: 930px;
}

#page-home .newsArea .titleArea h2 .toList {
	float: right;
	width: 85px;
}

#page-home .newsArea .titleArea h2 .toList a {
	background: url('../img/home/ico_double_arrow_pink.png') no-repeat left center;
}

#page-home .newsArea .newsList {
	padding: 15px;
}

#page-home .newsArea .newsList li {
	border: solid 1px #f2f2f2;
	border-radius: 5px;
	float: left;
	margin-bottom: 10px;
	min-height: 110px;
	padding: 15px 20px;
	position: relative;
	width: 435px;
}

#page-home .newsArea .newsList li:nth-child(odd) {
	margin-right: 15px;
}

#page-home .newsArea .newsList li .image {
	float: left;
	width: 100px;
}

#page-home .newsArea .newsList li .image img {
	max-height: 100%;
	max-width: 100%;
}

#page-home .newsArea .newsList li .text {
	float: right;
	position: relative;
	width: 320px;
}

#page-home .newsArea .newsList li .text a {
	display: block;
}

#page-home .newsArea .newsList li .date {
	color: #999;
	font-size: 11px;
	position: absolute;
	right: 20px;
	bottom: 5px;
}


/*----------------------------------------------------
	ピっクアップ
----------------------------------------------------*/
#page-home .pickupArea {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

#page-home .pickupArea .titleArea .icon {
	background-color: #e52c2c;
}

#page-home .pickupArea .titleArea h2 {
	padding: 5px 15px 3px 15px;
	width: 930px;
}

#page-home .pickupArea .titleArea h2 .toList {
	float: right;
	width: 85px;
}

#page-home .pickupArea .titleArea h2 .toList a {
	background: url('../img/home/ico_double_arrow.png') no-repeat left center;
}

#page-home .pickupArea .pickupList {
	padding: 15px;
}

#page-home .pickupArea h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 0 3px 30px;
}

#page-home .pickupArea .pickupAudition,
#page-home .pickupArea .pickupProduction {
	float: left;
	width: 300px;
}

#page-home .pickupArea .pickupAudition {
    width: 620px;
}

#page-home .pickupArea .pickupProduction {
	margin: 0 20px;
}

#page-home .pickupArea .top_area {
	padding: 14px;
	border-bottom: 1px solid #ccc;
}

/* audition */
#page-home .pickupArea .pickupAudition h3 {
	background: url('../img/home/ico_audition.png') no-repeat left center;
	border-bottom: 2px solid #ff9933;
}

#page-home .pickupArea .pickupAudition li {
	border: solid 1px #cccccc;
	border-radius: 5px;
	float: left;
	margin: 0 0 10px;
	min-height: 158px;
	position: relative;
    width: 300px;
    box-sizing: border-box;
}

#page-home .pickupArea .pickupAudition li:nth-child(2n) {
    margin-left: 20px;
}

#page-home .pickupArea .pickupAudition li .image {
	padding: 14px;
	border-bottom: 1px solid #ccc;
}

#page-home .pickupArea .pickupAudition li .image .img_inner {
	overflow: hidden;
	width: 270px;
    height: 108px;
	position: relative;
}

#page-home .pickupArea .pickupAudition li .image img {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#page-home .pickupArea .pickupAudition li p {
	padding: 5px 14px;
	font-weight: bold;
}

/* production */

#page-home .pickupArea .pickupProduction h3 {
	background: url('../img/home/ico_production.png') no-repeat left center;
	border-bottom: 2px solid #3399ff;
}

#page-home .pickupArea .link_area {
	padding: 5px 14px;
	font-weight: bold;
}

/* school */

#page-home .pickupArea .pickupSchool h3 {
	background: url('../img/home/ico_school.png') no-repeat left center;
	border-bottom: 2px solid #30a54e;
}

#page-home .pickupArea .pickupProduction li,
#page-home .pickupArea .pickupSchool li {
	border: solid 1px #cccccc;
	border-radius: 5px;
	margin-bottom: 10px;
	min-height: 110px;
	position: relative;
    width: 300px;
    box-sizing: border-box;
}

#page-home .pickupArea .pickupProduction li .image,
#page-home .pickupArea .pickupSchool li .image {
	float: left;
	text-align: center;
    width: 108px;
    height: 108px;
    display: table;
}

#page-home .pickupArea .pickupProduction li .image .img_inner,
#page-home .pickupArea .pickupSchool li .image .img_inner {
	display: table-cell;
	vertical-align: middle;
}

#page-home .pickupArea .pickupProduction li .image img,
#page-home .pickupArea .pickupSchool li .image img {
	max-height: 100%;
	width: 100%;
}

#page-home .pickupArea .pickupProduction li .text,
#page-home .pickupArea .pickupSchool li .text {
	float: right;
	width: 145px;
	color: #767676;
}

#page-home .pickupArea .pickupProduction li .text a,
#page-home .pickupArea .pickupSchool li .text a {
	display: block;
}

/*----------------------------------------------------
	オーディション
----------------------------------------------------*/
#page-home .auditionArea {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

#page-home .auditionArea .titleArea .icon {
    background-color: #ff9933;
    height: 35px;
    padding: 2px 0 0;
    box-sizing: border-box;
}

#page-home .auditionArea .titleArea h2 {
    padding: 5px 15px 3px 15px;
    width: 930px;
}

#page-home .auditionArea .titleArea h2 .toList {
    float: right;
    width: 85px;
}

#page-home .auditionArea .titleArea h2 .toList a {
    background: url('../img/home/ico_double_arrow_orange.png') no-repeat left center;
    background-size: 15px 10px;
}

#page-home .auditionArea .auditionList {
    border-bottom: solid 2px #f2f2f2;
    padding: 15px;
}

#page-home .auditionArea .auditionList li.list {
    border: solid 1px #f2f2f2;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px 20px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

#page-home .auditionArea .auditionList li.list:first-child {
    margin-top: 0;
}

#page-home .auditionArea .auditionList li.list .image {
    display: table-cell;
    width: 200px;
}

#page-home .auditionArea .auditionList li.list .image img {
    max-height: 100%;
    max-width: 100%;
}

#page-home .auditionArea .auditionList li.list .text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

#page-home .auditionArea .auditionList li.list .text a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*----------------------------------------------------
	メンテナンスのお知らせ
----------------------------------------------------*/
#page-home .maintenance {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 10px 10px 20px;
}