@charset "utf-8";

/*---アーティストバンク---*/
.member_tx {
	width: 91.6%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 16px;
	padding-right: 4%;
	padding-left: 4%;
	margin-top: 20px;
}

.member_tx a {
	color: #c33232;
}

.artist_wrap {
	background-color: #f2f2f2;
}

.artist_wall {
	width: 94%;
	margin: 0 auto;
	padding-top: 70px;
}

.sub_title {
	background-image: url("../images/artist/png_01.png");
	background-repeat: no-repeat;
	/*background-position: left center;*/
	background-position: left 12px;
	font-size: 130%;
	padding: 10px 0 6px 25px;
	font-weight: bold;
}

.category_wrap {
	padding: 35px 0 40px;
	display: flex;
	justify-content: center;
}

.category_box {
	border: 1px solid #000000;
	border-radius: 6px;
	background-color: #ffffff;
	width: 120px;
	font-size: 110%;
	position: relative;
	padding-right: 7px;
	margin-right: 30px;
}

.category_box:after {
	position: absolute;
	content: "";
	right: 16px;
	top: 13px;
	/*ボーダー矢印*/
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	transform: rotate(135deg);

}

.category_box a {
	width: 100%;
	padding: 9px 0 6px;
	display: inline-block;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.category_ti {
	font-size: 130%;
	padding: 8px 0 8px 25px;
	font-weight: bold;
	text-align: center;
}

.place_wrap {
	margin: 40px auto 0;
	line-height: 1.4em;
	padding-bottom: 30px;
}

.place01 {
	width: 70%;
	margin: 0 auto;
	padding: 0px 0px 50px 0px;
}

.place_p {
	line-height: 0;
	margin-bottom: 10px;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	background-color: #FFF;
}

.place_p img {
	width: 100%;
	height: 100%;
	transition: .2s all;
	object-fit: contain;
}

/*.place_p img:hover {
	transform: scale(1.2, 1.2);
	transition: .6s all;
}*/

.place_tx {
	font-size: 110%;
	font-weight: bold;
}

.place_tx2 {
	padding-top: 8px;
	line-height: 1.6em;
}

#point_01,
#point_02 {
	margin-top: -10px;
	padding-top: 10px;
}

.download_wrap {
	padding: 10px 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.download_box {
	border: 1px solid #c33232;
	background-color: #ffffff;
	width: 260px;
	padding: 10px 7px 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.word {
	border: 1px solid #2b5797;
}

.dounload_img {
	width: 50px;
}

.dounload_img img {
	width: 100%;
}

.download_tx {
	width: calc(100% - 55px);
}

.download_tx a {
	color: #000000;
	text-decoration: none;
}

/*よくあるお問い合わせ*/
.qa_wrap {
	padding-bottom: 60px;
}

.ya {
	position: relative;

}

.ya:after {
	content: "＋";
	position: absolute;
	top: 8px;
	right: 10px;
	transition: all 0.2s ease-out;

	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 10px;
	/*border-bottom: 2px solid #275a77;
	border-right: 2px solid #275a77;*/
	transform: rotate(0 deg);
	font-size: 130%;
	color: #e50012;
}

.ya_on {
	position: relative;
}

.ya_on:after {
	transform: rotate(0deg);
	content: "－";
}

.qa_wrap .qa {
	border-bottom: 1px solid #666666;
	padding: 15px 0px 10px 0px;
	line-height: 1.7em;
	position: relative;
}

.qa_wrap .qa:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 280px;
	height: inherit;
	border-bottom: 1px solid #e50012;
}

.qqq {
	font-size: 120%;
	color: #e50012;
	padding-right: 10px;
	font-family: Arial, Helvetica, "sans-serif";
}

.aaa {
	font-size: 120%;
	color: #2b5797;
	padding-right: 10px;
	font-family: Arial, Helvetica, "sans-serif";
}

.qa h2 {
	padding: 5px 40px 10px 0;
	font-size: 115%;
	font-weight: normal;
	cursor: pointer;
}

.qa h3 {
	padding: 5px 40px 20px 0;
	font-size: 100%;
	font-weight: normal;
	border-top: 1px solid #cccccc;
}

.qa_other {
	padding-top: 20px;
}

.qa_contact {
	width: 70%;
	max-width: 380px;
	margin: 50px auto 0;
	border: 1px solid #000000;
	padding: 18px;
}

/*---登録アーティスト紹介---*/
.artist_music_ti {
	width: auto;
	float: left;
	background-image: url("../images/artist/png_06.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 150%;
	padding-left: 45px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}

.artist_other_ti {
	width: auto;
	float: left;
	background-image: url("../images/artist/png_07.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 150%;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}

.introduce_wrap {
	padding-top: 40px;
}

.introduce_p {
	width: 80%;
	margin: 0 auto;
}

.introduce_p img {
	width: 100%;
	line-height: 0;
}

.introduce_p ul li {
	list-style: none;
}

/*---スライド---*/
.sub-img li img {
	object-fit: cover;
	height: 100px;
}

/* アクティブな画像の枠線を変更 */

.sub-img li.current img {
	border: 2px solid red;
	transition: border .5s;
}

/* レイアウトのためのスタイル */
.main-img {
	height: auto;
	width: 100%;
	aspect-ratio: 3 / 4;
}

.main-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sub-img {
	display: flex;
	margin-top: 5px;
}

.sub-img li {
	margin-right: 2%;
	width: calc(96% / 3);
}

.sub-img li:nth-child(3n) {
	margin-right: 0;
}

.sub-img li img {
	border: 2px solid transparent;
	transition: border .5s;
}

.sub-img img {
	cursor: pointer;
	width: 100%;
}

.introduce_tx {
	width: 80%;
	margin: 5px auto;
}

.sub_tx {
	font-size: 125%;
	/*font-size: 150%;
	font-weight: bold;*/
	padding: 3px 0 8px 25px;
	color: #e50012;
	/*line-height: 1.75rem;*/
}

.introduce_sub_tx {
	padding: 0 0 8px 25px;
}

.introduce_table {
	margin-top: 20px;
	padding: 0px 0 30px;
	border-top: 1px solid #cccccc;
}

.introduce_table table {
	width: 100%;
	border: 2px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-collapse: collapse;
	table-layout: fixed;
}

.introduce_table tr th {
	padding: 13px 5px 13px 20px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #f2f2f2;
	font-weight: bold;
	text-align: left;
	width: 120px;
}

.introduce_table tr td {
	padding: 13px 5px 13px 20px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	overflow-wrap: break-word;
}

.member_btn_wrap {
	width: 350px;
	margin: 0 auto;
	padding: 50px 0;
}

.member_btn {
	margin: 0 auto 40px;

}

.member_btn a {
	width: 80%;
	display: inline-block;
	padding: 10px 15px;
	color: #e50112;
	border: 1px solid #e50112;
	border-radius: 60px;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.member_btn a:hover {
	color: #ffffff;
	border: 1px solid #e50112;
	background-color: #e50112;
	opacity: 1;
}

/* 画面サイズが501px以上の場合に適用 */
@media only screen and (min-width: 501px) {
	.artist_wall {
		width: 92%;
	}

	.category_wrap {
		justify-content: flex-start;
	}

	.place_wrap {
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		line-height: 1.4em;
	}

	.place01 {
		width: 48%;
		padding: 0px 0px 50px 0px;
		margin: 0;
	}

	/*---登録アーティスト紹介---*/
	.introduce_p {
		width: 65%;
	}

	.introduce_tx {
		width: 65%;
	}

	/*---スライド---*/
	.sub-img li img {
		height: 120px;
	}

}




/* 画面サイズが769px以上の場合に適用 */
@media only screen and (min-width: 769px) {
	.member_tx {
		width: 95.6%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 2%;
		padding-left: 2%;
	}

	.artist_wall {
		width: 96%;
		max-width: 1000px;
	}

	.place01 {
		width: 32%;
	}

	.place_wrap::after {
		content: "";
		display: block;
		width: 32%;
	}

	.download_wrap {
		justify-content: flex-start;
	}

	.download_box {
		margin-right: 20px;
	}

	/*よくあるお問い合わせ*/
	.ya:after {
		top: 8px;
		right: 15px;
	}

	.qa {
		padding: 10px 5px;
	}

	.qa h2 {
		padding-bottom: 5px;
	}

	/*---登録アーティスト紹介---*/
	.introduce_wrap {
		padding-top: 40px;
		display: flex;
		justify-content: space-between;
	}

	.introduce_p {
		width: 48%;
		margin: 0;
		padding-top: 10px;
	}

	.introduce_tx {
		width: 48%;
		margin: 0;
	}

	/*---スライド---*/
	.sub-img li img {
		height: 135px;
	}
}