@charset "UTF-8";

#works-music h2 > .material-icons{
	padding-right: 0.3em;
}

#works-music h2.rhombus-i:before{
	background-color: #f39800;
}

#works-music h2 > span{
	font-size: 0.7em;
}

#works-music .custom-container{
	padding: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}

#works-music .row:before,
#works-music .row:after {
	display: none;
}

.music-card{
	margin: 1em 0;
	display: block;
}

.music-card .music-card-explain > div > h3{
	position: relative;
	font-size: 16px;
	padding-left: 1em;
}

.music-card .music-card-explain > div > h3:before{
	content: "";
	position: absolute;
	display: inline-block;
	margin-top: -4px;
	top: 0.5em;
	left: 0px;
	width: 8px;
	height: 8px;
	background-color: #f39800;
	border-radius: 2px;
	transform: rotate(-45deg);
}

.music-card .music-card-img{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

#works-music .music-card:first-child .music-card-img:after{
	position: absolute;
	top: 1px;
	right: 1px;
	content: "";
	width: 70px;
	height: 70px;
	background-image: url("/works/imgs/label_new_music.png");
	background-repeat: no-repeat;
	border-radius: 0 3px 0 0;
	background-size: cover;
}

.music-card .music-card-img > a:before{
	content: "";
	top: 50%;
	left: 50%;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	background-color: #000;
	opacity: 0;
	border-radius: 0.5px;
	transform: rotate(-45deg) scale(1.0);
	transition: all 0.8s ease;
	z-index: 101;
}

.music-card .music-card-img > a:hover:before{
	border-radius: 0.5px;
	transform: rotate(-45deg) scale(25.0);
	opacity: 0.7;
}

.music-card .music-card-img > a:after{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("/works/imgs/label_todetail_music.png");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	border-radius: 0.5px;
	transition: all 0.5s ease;
	z-index: 102;
}

.music-card .music-card-img > a:hover:after{
	border-radius: 0.5px;
	opacity: 1;
}


.music-card .music-card-img > a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.music-card .music-card-img > a > img{
	border-radius: 5px;
	border: 1px solid #ddd;
}

.music-card ul.tag-list > li{
	background-color: #f39800;
}

/*----------bootstrap lg----------*/
@media screen and (min-width: 1200px){

}

/*----------bootstrap md----------*/
@media screen and (min-width: 992px) and (max-width: 1199px){

}

/*----------bootstrap sm----------*/
@media screen and (min-width: 768px) and (max-width: 991px){

}

/*----------bootstrap xs----------*/
@media screen and (min-width: 545px) and (max-width: 767px){

}

/*-----bootstrap original grid xss-----*/
@media screen and (max-width: 544px){

}
