
/***** artist *****/

.artist {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.artist_layer1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.artist_object1 {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.artist_object1_layer1 {
	position: relative;
	z-index: 0;
	left: 0%;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .5s;
}

.artist_object1:last-child {
	margin: 0px 0px 0px 0px;
}

.artist_object1:nth-child(odd) {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.artist_object1:nth-child(even) {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: center;
	align-items: center;
}

.artist_object1_layer1_inner1 {
	position: relative;
	z-index: 0;
	left: 0%;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .5s;
}

.artist_object1.artist_modal_act1 .artist_object1_layer1_inner1 {
	left: 50%;
}

.artist_object1_image1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.artist_object1_info1 {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	width: 40%;
	height: auto;
	padding: 100px 100px 100px 100px;
	margin: 0px 0px 0px 0px;
	transition: .5s;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.artist_object1_info1_left1 {
	left: 0;
	padding: 100px 100px 100px 100px;
}

.artist_object1_info1_right1 {
	right: 0;
	padding: 100px 100px 100px 100px;
}

.artist_object1_info1_title1 {
	width: 100%;
	height: auto;
	text-shadow: 2px 2px 10px rgba(30, 26, 16, 0.7);
	margin: 0px 0px 40px 0px;
}

.artist_object1_info1_title1_logo1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.artist_object1_info1_title1_logo1 img {
	width: 100%;
	height: auto;
  max-width: 430px;
	margin: 0px 0px 0px 0px;
}

.artist_object1_info1_title1_text1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

.artist_object1_info1_title1_text1 p {
  font-size: 58px;
	font-weight: 700;
}

.artist_object1_info1_title1_text2 {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
}

.artist_object1_info1_title1_text2 p {
  font-size: 18px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
}

.artist_object1_info1_title1_text3 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.artist_object1_info1_title1_text3 a {
	position: relative;
	z-index: 0;
	width: auto;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

.artist_object1_info1_title1_text3 a::after {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background-color: #8E7A4F;
	transition: .3s;
}

.artist_object1_info1_title1_text3 a:hover::after {
	width: 100%;
}

.artist_object1_info1_title1_text3 a p {
	font-size: 20px;
	font-weight: 700;
}

.artist_object1_info1_title1_text3 a p span {
	font-size: 28px;
	font-weight: 700;
	padding: 0px 0px 0px 5px;
}

.artist_object1_info1_comment1 {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	max-width: 1000px;
	text-shadow: 2px 2px 10px rgba(30, 26, 16, 0.7);
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 25px 0px;
}

.artist_object1_info1_comment1::before {
	content: "";
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.artist_object1_info1_comment1::after {
	content: "";
	position: absolute;
	z-index: -10;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.artist_object1_info1_comment1 p {
	font-size: 14px;
	font-weight: 300;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 28px;
}

.artist_object1_info1_caption1 {
	width: 100%;
	height: auto;
	max-width: 1000px;
	text-shadow: 2px 2px 10px rgba(30, 26, 16, 0.7);
	margin: 0px 0px 25px 0px;
	display: block;
}

.artist_object1_info1_caption1 p {
	font-size: 12px;
	font-weight: 300;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 20px;
}

.artist_object1_info1_sns1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 50px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.artist_object1_info1_sns1_set1 {
	width: auto;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

.artist_object1_info1_sns1_set1:last-child {
	padding: 0px 0px 0px 0px;
}

.artist_object1_info1_sns1_set1 a {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.artist_object1_info1_sns1_set1 a img {
	width: 100%;
	max-width: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.artist_movie1 {
  width: 100%;
	margin: 0px 0px 15px 0px;
}

.artist_movie1:last-child {
	margin: 0px 0px 0px 0px;
}

/***** artist_modal *****/

.artist_modal {
  position: absolute;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: -50%;
	width: 50%;
	height: 100%;
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  background-color: rgba(0,0,0,1);
	transition: .5s;
	opacity: 1;
	visibility: visible;
}

.artist_modal.artist_modal_act1 {
	left: 0%;
	opacity: 1;
	visibility: visible;
}

.artist_modal_object1_button1 {
	position: absolute;
	z-index: 70;
	top: 100px;
	right: -100px;
	width: 100px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #8E7A4F;
	cursor: pointer;
	transition: .3s;
	display: none;
	justify-content: center;
	align-items: center;
}

.artist_modal_object1_button1:hover {
	background-color: #ffffff;
}

.artist_modal_object1_button1_kit1 {
	position: relative;
	z-index: 0;
	width: 30px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

.artist_modal_object1_button1_kit1_line1 {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	transition: .3s;
	transform: rotate(0deg);
}

.artist_modal_object1_button1_kit1_line1:nth-child(1) {
	top: 0;
	left: 0;
}

.artist_modal_object1_button1_kit1_line1:nth-child(2) {
	top: 50%;
	left: 0;
	opacity: 1;
	visibility: visible;
	display: none;
}

.artist_modal_object1_button1_kit1_line1:nth-child(3) {
	top: 100%;
	left: 0;
}

.artist_modal_object1_button1:hover .artist_modal_object1_button1_kit1_line1:nth-child(1),
.artist_modal_object1_button1:hover .artist_modal_object1_button1_kit1_line1:nth-child(2),
.artist_modal_object1_button1:hover .artist_modal_object1_button1_kit1_line1:nth-child(3) {
	background-color: #8E7A4F;
}

.artist_modal_object1_button1.artist_modal_act1 .artist_modal_object1_button1_kit1_line1:nth-child(1) {
	top: 50%;
	background-color: #ffffff;
	transform: rotate(-45deg);
}

.artist_modal_object1_button1.artist_modal_act1 .artist_modal_object1_button1_kit1_line1:nth-child(2) {
	opacity: 0;
	background-color: #ffffff;
	visibility: hidden;
}

.artist_modal_object1_button1.artist_modal_act1 .artist_modal_object1_button1_kit1_line1:nth-child(3) {
	top: 50%;
	background-color: #ffffff;
	transform: rotate(45deg);
}

.artist_modal_layer1 {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #060606;
	overflow-y: scroll;
}

.artist_modal_scroll1 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.artist_modal_object1 {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
}

.artist_modal_object1_image1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.artist_modal_object1_info1 {
	width: 100%;
	height: auto;
	padding: 100px 100px 100px 100px;
	margin: 0px 0px 0px 0px;
	background-color: #060606;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.artist_modal_object1_info1_title1 {
	width: 100%;
	height: auto;
	text-shadow: 2px 2px 10px rgba(30, 26, 16, 0.7);
	margin: 0px 0px 40px 0px;
}

.artist_modal_object1_info1_title1_logo1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.artist_modal_object1_info1_title1_logo1 img {
	width: 100%;
	height: auto;
  max-width: 430px;
	margin: 0px 0px 0px 0px;
}

.artist_modal_object1_info1_title1_text1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

.artist_modal_object1_info1_title1_text1 p {
  font-size: 58px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
}

.artist_modal_object1_info1_title1_text2 {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
}

.artist_modal_object1_info1_title1_text2 p {
  font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
}

.artist_modal_object1_info1_title1_text3 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.artist_modal_object1_info1_title1_text3 a {
	position: relative;
	z-index: 0;
	width: auto;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

.artist_modal_object1_info1_title1_text3 a::after {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background-color: #8E7A4F;
	transition: .3s;
}

.artist_modal_object1_info1_title1_text3 a:hover::after {
	width: 100%;
}

.artist_modal_object1_info1_title1_text3 a p {
	font-size: 20px;
	font-weight: 700;
}

.artist_modal_object1_info1_title1_text3 a p span {
	font-size: 28px;
	font-weight: 700;
	padding: 0px 0px 0px 5px;
}

.artist_modal_object1_info1_comment1 {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	max-width: 1000px;
	text-shadow: 2px 2px 10px rgba(30, 26, 16, 0.7);
	padding: 30px 30px 30px 30px;
	margin: 0px 0px 25px 0px;
}

.artist_modal_object1_info1_comment1::before {
	content: "";
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.artist_modal_object1_info1_comment1::after {
	content: "";
	position: absolute;
	z-index: -10;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.artist_modal_object1_info1_comment1 p {
	font-size: 14px;
	font-weight: 300;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 28px;
}

.artist_modal_object1_info1_caption1 {
	width: 100%;
	height: auto;
	max-width: 1000px;
	text-shadow: 2px 2px 10px rgba(30, 26, 16, 0.7);
	margin: 0px 0px 25px 0px;
}

.artist_modal_object1_info1_caption1 p {
	font-size: 12px;
	font-weight: 300;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 24px;
}

.artist_modal_object1_info1_sns1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 50px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.artist_modal_object1_info1_sns1_set1 {
	width: auto;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

.artist_modal_object1_info1_sns1_set1:last-child {
	padding: 0px 0px 0px 0px;
}

.artist_modal_object1_info1_sns1_set1 a {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.artist_modal_object1_info1_sns1_set1 a img {
	width: 100%;
	max-width: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

/***** responsive *****/

@media ( max-width: 1400px ) {

.artist_object1_info1 {
  position: relative;
	width: 100%;
  padding: 80px 80px 80px 80px;
	background-color: #000000;
}

.artist_object1_info1_title1_logo1 {
	align-items: center;
}

.artist_object1_info1_title1_text1 p {
  font-size: 50px;
	text-align: center;
}

.artist_object1_info1_title1_text2 p {
  font-size: 16px;
	text-align: center;
}

.artist_object1_info1_title1_text3 {
	align-items: center;
}

.artist_object1_info1_title1_text3 p {
	text-align: center;
}

.artist_object1_info1_sns1,
.artist_object1_info1_sns1 {
  justify-content: center;
}

.artist_modal_object1_info1 {
  position: relative;
	width: 100%;
  padding: 80px 80px 80px 80px;
}

.artist_modal_object1_info1_title1_logo1 {
	align-items: center;
}

.artist_modal_object1_info1_title1_text1 p {
  font-size: 50px;
	text-align: center;
}

.artist_modal_object1_info1_title1_text2 p {
  font-size: 16px;
	text-align: center;
}

.artist_modal_object1_info1_title1_text3 {
	align-items: center;
}

.artist_modal_object1_info1_title1_text3 p {
	text-align: center;
}

.artist_modal_object1_info1_sns1,
.artist_modal_object1_info1_sns1 {
  justify-content: center;
}

}

@media ( max-width: 1024px ) {

.artist_object1_info1 {
  position: relative;
	width: 100%;
  padding: 80px 80px 80px 80px;
}

.artist_object1_info1_title1_logo1 {
	align-items: center;
}

.artist_object1_info1_title1_text1 p {
  font-size: 50px;
	text-align: center;
}

.artist_object1_info1_title1_text2 p {
  font-size: 16px;
	text-align: center;
}

.artist_object1_info1_title1_text3 {
	align-items: center;
}

.artist_object1_info1_title1_text3 p {
	text-align: center;
}

.artist_object1_info1_sns1,
.artist_object1_info1_sns1 {
  justify-content: center;
}

.artist_modal {
  left: -100%;
  width: 100%;
}

.artist_modal_object1_button1 {
  position: unset;
  width: 100%;
}

.artist_modal_object1_info1 {
  position: relative;
	width: 100%;
  padding: 80px 80px 80px 80px;
}

.artist_modal_object1_info1_title1_logo1 {
	align-items: center;
}

.artist_modal_object1_info1_title1_text1 p {
  font-size: 50px;
	text-align: center;
}

.artist_modal_object1_info1_title1_text2 p {
  font-size: 16px;
	text-align: center;
}

.artist_modal_object1_info1_title1_text3 {
	align-items: center;
}

.artist_modal_object1_info1_title1_text3 p {
	text-align: center;
}

.artist_object1_info1_sns1,
.artist_modal_object1_info1_sns1 {
  justify-content: center;
}

}

@media ( max-width: 767px ) {

.artist_object1_info1,
.artist_object2_info1 {
  position: relative;
  width: 100%;
}

.artist_object1:nth-child(odd) .artist_object1_info1,
.artist_object2:nth-child(odd) .artist_object2_info1 {
  padding: 50px 30px 50px 30px;
}

.artist_object1:nth-child(even) .artist_object1_info1,
.artist_object2:nth-child(even) .artist_object2_info1 {
  padding: 50px 30px 50px 30px;
}

.artist_object1_info1_title1_text1 p,
.artist_object1_info1_title1_text1 p {
  font-size: 36px;
}

.artist_object1_info1_title1_text2 p,
.artist_object1_info1_title1_text2 p {
  font-size: 14px;
}

.artist_object1_info1_caption1 p,
.artist_object1_info1_caption1 p {
	font-size: 12px;
	line-height: 20px;
}
.artist_object1_info1,
.artist_object2_info1 {
  position: relative;
  width: 100%;
}

.artist_object1:nth-child(odd) .artist_object1_info1,
.artist_object2:nth-child(odd) .artist_object2_info1 {
  padding: 50px 30px 50px 30px;
}

.artist_object1:nth-child(even) .artist_object1_info1,
.artist_object2:nth-child(even) .artist_object2_info1 {
  padding: 50px 30px 50px 30px;
}

.artist_object1_info1_title1_text1 p,
.artist_object1_info1_title1_text1 p {
  font-size: 36px;
}

.artist_object1_info1_title1_text2 p,
.artist_object1_info1_title1_text2 p {
  font-size: 14px;
}

.artist_object1_info1_caption1 p,
.artist_object1_info1_caption1 p {
	font-size: 12px;
	line-height: 20px;
}

.artist_modal {
  left: -100%;
  width: 100%;
}

.artist_modal_object1_button1 {
  position: unset;
  width: 100%;
}

.artist_modal_object1_info1 {
  padding: 50px 30px 50px 30px;
}

.artist_modal_object1_info1_title1_text1 p,
.artist_modal_object1_info1_title1_text1 p {
  font-size: 36px;
}

.artist_modal_object1_info1_title1_text2 p,
.artist_modal_object1_info1_title1_text2 p {
  font-size: 14px;
}

.artist_modal_object1_info1_caption1 p,
.artist_modal_object1_info1_caption1 p {
	font-size: 12px;
	line-height: 20px;
}

}
