@charset "UTF-8";

#contents .artistList li {
	margin-bottom: 4em;
}

#contents .artistList a .name  {
	color: #000;
	font-size: 2.4rem;
	letter-spacing: 2px;
	text-align: center;
} 

#contents .artistList a .name small {
	color: #999;
	display: block;
	font-size: 1.0rem;
}

#contents .artistList a .imgName img {
	max-width: 104px !important;
}

#contents .artistList a:hover {
	text-decoration: none;
}


.fullBox {
	height: 100vh;
	width: 100%;
}

.profile {
	position: relative;
}

.profile .photo {
	height: 100vh;
	width: 43%;
	vertical-align: top;
	position: absolute;
	right: 0;
}

.profile .photo img {
	height: auto;
	width: 100%;
}

.profile .photographer {
	text-align: right;
	font-size: 1.8rem;
	padding: 10px;
}


.profile .txtBox {
	padding: 10% 5% 5%;
	vertical-align: middle;
	position: absolute;
	left: 0;
	width: 45%;
}

.photo ul.slider {
	margin: 0 auto ;
	width: 100%;
}

.slick-prev, .slick-next {
	height: 40px !important;
	width: 40px !important;
}

.slick-prev:before,
.slick-next:before {
	color:#064377 !important;
	font-size: 40px !important;
}

.slick-next {
	right: 15px !important;
	z-index: 9999 !important;
}

.slick-prev {
	left: 15px !important;
    z-index: 9999 !important;
}

.slick-dots {
	bottom: 25px !important;
}

.slick-dots li button::before {
	font-size: 18px !important;
}



#contents .profile .artsitName {
	color: #000;
	font-size: 4.6rem;
	line-height: 1.4;
	letter-spacing: 4px;
	margin-bottom: 40px;
}

#contents .profile .artsitName02 {
	color: #000;
	font-size: 4.5rem;
	letter-spacing: 0px;
	line-height: 1.4;
	margin-bottom: 40px;
}  


#contents .profile .artsitName:first-letter,
#contents .profile .artsitName02:first-letter {
	color: #064377;
}

#contents .profile .artsitName span,
#contents .profile .artsitName02 span{
	font-size: 0.6em !important;
}

#contents .profile .artsitName small,
#contents .profile .artsitName02 small {
	color: #666;
	display: block;
	font-size: 1.6rem;
	font-weight: 300;
	padding-left: 10px;
}

#contents .profile .kanji {
	max-width: 120px;
	margin-bottom: 5px;
}



#contents #schedule .scheduleList {
	clear: both;
	overflow: hidden;
	border-bottom: dotted 1px #ddd;
	display: table;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 100%;
}

#contents #schedule .scheduleList dt {
	display: table-cell;
	color: #46a2cd;
	width: 22%;
	font-weight: 700;
	letter-spacing: 2px;
	padding-right: 20px;
	vertical-align: top;
}

#contents #schedule .scheduleList dt span {
	background: #f9d408;
	color: #184e74;
	font-size: 1.1rem;
	padding: 6px 10px;
	margin-right: 20px;
	font-weight: bold;
	margin-left: 15px;
}

#contents #schedule .scheduleList dd {
	display: table-cell;
	width: 80%;
	vertical-align: top;
}



#contents #schedule .scheduleList dd a {
	color: #000;
}

#contents #schedule .scheduleList dd a:hover {
	color: #46a2cd;
}

#contents #tab {
	margin: 0 auto;
	width: 90%;
}

#contents .accordion .acClick {
	cursor: pointer
}

#contents .accordion .acClick::before {
	content: "\f13a";
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 7px;
}

#contents .accordion .open::before {
	content:"\f139";
}

#contents .accordion ul{
	display:none;
	margin: 0 auto;
	width: 95%;
}

#contents ul.workList li {
	border-bottom: dotted 1px #DDD;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#contents ul.workList li span.fltDataL {
	color:#064377;
	font-size:1.6rem;
	font-weight:bold;
	margin-right:15px;
	display:inline-block;
	padding-left:0;
}

#contents ul.workList li span {
	color: #555;
	padding-left: 15px;
	font-size: 1.0rem;
}

#contents ul.workList li span.years {
	padding-left: 4.6em;
	font-size: 100%;
}

.artsit #main {
	padding-top: 0;
	position: static;
}

#contents .companyLogo {
	margin: 0 auto 50px;
	max-width: 120px;
}

#contents .audition .bscTbl02 table td {
	line-height: 2.0 !important;
}


@media only screen and (max-width: 1000px) {
.profile .photo {
	height: 100vh;
	width: 40%;
}
}

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が850px以下の場合*/
@media only screen and (max-width: 850px) {

	.fullBox {
		height: auto;
	}

	.profile .photo {
		position: static;
		margin: 5% auto 30px;
		height: auto;
		width: 80%;
	}

	.profile .txtBox {
		position: static;
		width: 100%;
	}

	#contents .profile .artsitName,
	#contents .profile .artsitName02 {
		text-align: center;
	}

	#contents .profile .artsitName02 {
		line-height: 0.8em;
	}
	
	

	.slick-dots {
		bottom: -45px !important;
	}


	#contents .artistList a .name02  {
		color: #000;
		font-size: 2.0rem !important;
		letter-spacing: 0px !important;
		text-align: center;
		line-height: 1.1;
	} 

	#contents .artistList a .name02 span {
		font-size: 1.4rem !important;
		padding-bottom: 3px;
	} 

	#contents .artistList a .name02 {
		line-height: 0.9 !important;
	}
	
	#contents .artistList a .name02 small {
		margin-top: 8px;
	}

	#contents #schedule .scheduleList dt,
	#contents #schedule .scheduleList dd {
		display: block;
		width: 100%;
	}

	#contents #schedule .scheduleList dt {
		margin-bottom: 8px;
	}

	#contents #schedule .scheduleList dt span {
		padding: 3px 10px;

	}

	#contents .accordion .head02 {
		font-size: 1.6rem;
	}

	#contents .workList li {
		font-size: 1.2rem;
	}

	#contents #works #tab {
		width: 100%;
	}





}


