@charset "utf-8";
/*********************************************************************
 *
 *  For ARTIST
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {

/* artist */
/* --------------------------------------------------------------------------- */
#artist {
	margin-bottom: 25px;
}
#artist .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#artist article {
	width: 465px;
}
#artist article h4 {
	margin-bottom: 30px;
	color: #FFF;
	font-size: 3.4rem;
	letter-spacing: 0.2rem;
	text-indent: 0.2rem;
	line-height: 52px;
	text-align: center;
	background-image: url(../img/h4_sat.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
}
#artist article.sat h4 {
	background-image: url(../img/h4_sat.png);
}
#artist article.sun h4 {
	background-image: url(../img/h4_sun.png);
}
#artist article h4 span {
	font-size: 2.4rem;
}
#artist article h4 p {
	margin-left: 10px;
	display:inline;
}
#artist article .stg h5 {
	margin: 0 auto 20px;
	width: 300px;
}
#artist article .list {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#artist article .list li {
	margin-bottom: 30px;
	width: 230px;
}
#artist article.sat .list li {
	background-color: #af3a00;
}
#artist article.sun .list li {
	background-color: #17226b;
}
#artist article .list li a {
	display: block;
}
#artist article .list li a h6 {
	position: relative;
	padding: 5px 2px;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
#artist article .list li.new a h6::after {
	content: "";
	position: absolute;
	right: 5px;
	top: -51px;
	width: 46px;
	height: 46px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 46px auto;
}
#artist article.sat .list li.new a h6::after {
	background-image: url(../img/new_1.png);
}
#artist article.sun .list li.new a h6::after {
	background-image: url(../img/new_2.png);
}
#artist .more {
	margin: 0 auto 5px;
	width: 148px;
}
#artist .note {
	width: 100%;
	color: #061d6e;
	font-size: 1.2rem;
	text-align: center;
}
}/* min-width: 768px */

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

/* artist */
/* --------------------------------------------------------------------------- */
#artist {
}
#artist .inner {
}
#artist article {
	margin-bottom: 30px;
}
#artist article h4 {
	margin-bottom: 15px;
	color: #FFF;
	font-size: 3.4rem;
	letter-spacing: 0.2rem;
	text-indent: 0.2rem;
	line-height: 52px;
	text-align: center;
	background-image: url(../img/h4_sat.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
}
#artist article.sat h4 {
	background-image: url(../img/h4_sat.png);
}
#artist article.sun h4 {
	background-image: url(../img/h4_sun.png);
}
#artist article h4 span {
	font-size: 2.4rem;
}
#artist article h4 p {
	margin-left: 10px;
	display:inline;
}
#artist article .stg h5 {
	margin: 0 auto 15px;
	width: 70%;
}
#artist article .list {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#artist article .list li {
	margin-bottom: 10px;
	width: 49%;
}
#artist article.sat .list li {
	background-color: #af3a00;
}
#artist article.sun .list li {
	background-color: #17226b;
}
#artist article .list li a {
	display: block;
}
#artist article .list li a h6 {
	position: relative;
	padding: 5px 2px;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}
#artist article .list li.new a h6::before {
	content: "";
	position: absolute;
	right: 5px;
	top: -35px;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px auto;
}
#artist article.sat .list li.new a h6::before {
	background-image: url(../img/new_1.png);
}
#artist article.sun .list li.new a h6::before {
	background-image: url(../img/new_2.png);
}
#artist .more {
	margin: 0 auto 5px;
	width: 148px;
}
#artist .note {
	width: 100%;
	color: #061d6e;
	font-size: 1.1rem;
	text-align: center;
}

}/* max-width: 767px */