@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/*  ########################################  イントロダクション  ########################################  */

#intro {
	font-size: 2.0rem;
	text-align: center;
}

#intro strong {
	color: #222222;
	font-size: 200%;
	font-weight: normal;
}

/*  ########################################  更新履歴  ########################################  */

#modified {
	padding-left: 30px;
	padding-right: 30px;
}

#modified h2 {
	position: relative;
	margin-bottom: 30px;
	padding: 20px 20px 20px 45px;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.0;
	
	border: 1px solid rgba(0, 0, 0, 0.1);
	
	background: #222222;
}
#modified h2:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	height: 18px;
	width: 18px;
	margin: auto;
	
	background: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#modified ul {
	list-style-type: none;
	margin: 0 10px;
}

/*  ########################################  アーティスト情報  ########################################  */

#artist {
	padding-left: 30px;
	padding-right: 30px;
}

#artist h2 {
	position: relative;
	margin-bottom: 30px;
	padding: 20px 20px 20px 45px;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.0;
	
	border: 1px solid rgba(0, 0, 0, 0.1);
	
	background: #222222;
}
#artist h2:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	height: 18px;
	width: 18px;
	margin: auto;
	
	background: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#artist h3 {
	color: #ff6600;
	font-size: 3.0rem;
}

#artist h3:before {
	content: "\f1ae";
	margin-right: 0.3em;
	font-family: "FontAwesome";
}

#artist p.photo img {
	border: 15px solid #222222;
	
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#artist figure.image {
	clear: right;
	float: right;
	position: relative;
	z-index: 100;
	margin-right: 0;
	margin-left: 15px;
	padding: 15px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#artist figure.image + figure.image {
	margin-top: 10px;
}

#artist figure.image img {
	max-width: 250px;
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

#artist figure.youtube {
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#artist figure.youtube div.movie {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding-bottom : 56.25%;
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#artist figure.youtube div.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#artist figcaption {
	display: block;
	color: #666666;
	margin: 0.5em 0 -0.7em 0;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
}

#artist h4 {
	position: relative;
	margin: 1em -20px;
	padding: 10px 0 10px 50px;
	color: #777700;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.0;
	
	border: 1px solid rgba(0, 0, 0, 0.1);
	
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}
#artist h4:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	height: 18px;
	width: 18px;
	margin: auto;
	
	background: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#artist h5 {
	position: relative;
	margin: 1em 0;
	padding: 0.3em 30px;
	color: #777700;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 0.5);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}
#artist h5:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 14px;
	height: 9px;
	width: 9px;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(255, 255,255, 0.85);
	border-radius: 50%;
	
	
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}
#artist h5:after {
	content: "";
	position: absolute;
	top: -6px;
	left: 5px;
	height: 12px;
	width: 12px;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(255, 255,255, 0.85);
	border-radius: 50%;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#artist h5 + p {
	margin-left: 30px;
}

#artist h6 {
	position: relative;
	margin: 1em 0;
	padding-left: 30px;
	color: #666600;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	border-bottom: 1px dotted #666666;
}

#artist h6:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 10px;
	height: 10px;
	margin: auto;
	background: #666600;
	
	background-image: -webkit-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: -moz-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: -o-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: linear-gradient(to bottom, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
}

#artist h6:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 10px;
	height: 10px;
	margin: auto;
	
	background-image: -webkit-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: -moz-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: -o-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: linear-gradient(to right, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
}

#artist h6 + p {
	margin-left: 30px;
}

#artist div.product {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
}

#artist p.title {
	margin: 1em 0;
	font-size: 1.6rem;
}

#artist p.title strong {
	color: #336699;
	font-size: 2.8rem;
	line-height: 1.2;
}

#artist p.link {
	clear: both;
	margin-top: 20px;
	text-align: center;
	line-height: 1.0;
}
#artist p.link a {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	text-overflow: ellipsis;
}

#artist p.link:before {
	content: "link";
	padding: 2px 10px;
	color: #ffffff;
	margin-right: 1em;
	white-space: nowrap;
	background: #222222;
}

/* -------------------- リスト関連 -------------------- */

#artist ul,
#artist ol {
	clear: left;
	margin: 0.5em 47px;
	padding: 0
}

#artist ul > li {
	position: relative;
	list-style-type: none;
}

#artist ul > li:before {
	content: "\f0da";
	position: absolute;
	top: -3px;
	left: -15px;
	color: #999999;
	font-family: "FontAwesome";
	font-size: 1.6rem;
}

#artist > p.list-section {
	float: left;
	position: relative;
	top: -0.5em;
	left: -21px;
	margin-left: 30px;
	margin-bottom: 0;
	padding: 0.5em 20px;
	color: #666600;
	font-size: 1.1rem;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 0.85);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}

/*  ########################################  アーティストリスト  ########################################  */

#artist-list {
	padding-left: 30px;
	padding-right: 30px;
}

#artist-list h2 {
	position: relative;
	margin-bottom: 30px;
	padding: 20px 20px 20px 45px;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.0;
	
	border: 1px solid rgba(0, 0, 0, 0.1);
	
	background: #222222;
}
#artist-list h2:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	height: 18px;
	width: 18px;
	margin: auto;
	
	background: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#artist-list div.list {
	text-align: center;
}

#artist-list figure.image {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#artist-list figure.image img {
	width: auto;
	height: auto;
	max-height: 220px;
}


#artist-list figcaption {
	display: block;
	color: #666666;
	margin: 0.5em 0 -0.7em 0;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
}

/*  ########################################  デモテープ募集  ########################################  */

#demo {
	padding-left: 30px;
	padding-right: 30px;
}

#demo h2 {
	position: relative;
	margin-bottom: 30px;
	padding: 20px 20px 20px 45px;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.0;
	
	border: 1px solid rgba(0, 0, 0, 0.1);
	
	background: #222222;
}
#demo h2:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	height: 18px;
	width: 18px;
	margin: auto;
	
	background: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#demo h3 {
	color: #ff6600;
	font-size: 3.0rem;
}

#demo h3:before {
	content: "\f087";
	margin-right: 0.3em;
	font-family: "FontAwesome";
}

#demo h4 {
	position: relative;
	margin: 1em -20px;
	padding: 10px 0 10px 50px;
	color: #666600;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.0;
	
	border: 1px solid rgba(0, 0, 0, 0.1);
	
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}
#demo h4:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	height: 18px;
	width: 18px;
	margin: auto;
	
	background: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#demo h5 {
	position: relative;
	margin: 1em 0;
	padding-left: 30px;
	color: #666600;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	border-bottom: 1px dotted #666666;
}

#demo h5:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 10px;
	height: 10px;
	margin: auto;
	background: #666600;
}

#demo h5:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 10px;
	height: 10px;
	margin: auto;
}

#demo h5 + p {
	margin-left: 20px;
}


#demo ul {
	list-style-type: circle;
	margin: 0 30px;
}


/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# 950px以下 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

@media screen and (max-width: 950px) {

#artist h2 {
	width: auto;
}

#artist figure.image {
	float: none;
	margin: 0 auto;
}

#artist figure.image img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}

#demo h2 {
	width: auto;
}

#artist-list figure.image img {
	width: 100%;
	height: auto;
	max-height: inherit;
}

}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# 750px以下 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

@media screen and (max-width: 750px) {

#intro p {
	padding: 0 5%;
	font-size: 1.8rem;
	text-align: left;
}

}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# 400px以下 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

@media screen and (max-width: 400px) {

footer p.copyright span {
	display: none;
}

#intro p {
	font-size: 1.4rem;
}

#intro p br {
	display: none;
}

#intro p strong {
	display: block;
	font-size: 1.8rem;
}

#artist {
	padding-left: 5%;
	padding-right: 5%;
}

#artist h2 {
	line-height: 1.5;
}

#artist h3 {
	font-size: 2.0rem;
}
#artist h4 {
	margin: 1em -10px;
}

#demo {
	padding-left: 5%;
	padding-right: 5%;
}

#demo h2 {
	line-height: 1.5;
}

#demo h3 {
	font-size: 2.0rem;
}

#demo h4 {
	margin: 1em -10px;
}

}