@charset "utf-8";

/* ------------------------------------------------------- */
/* Discography
---------------------------------------------------------- */
#discography {
	width: 1000px;
	margin: auto;
	}

/* category */
#discography #category {
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
	}

#discography #category ul {
	display: inline-block;
	}

#discography #category ul li {
	line-height: 1;
	margin: 0 10px;
	display: inline-block;
	}

#discography #category ul li a {
	font-size: 1.8rem;
	font-family: 'David Libre', serif;
	color: #373737;
	text-decoration: none;
	border-radius: 50px;
	padding: 5px 20px;
	display: inline-block;
	}

#discography #category ul li a.active {
	color: #fff;
	background: #69c3c8;
	pointer-events: none;
	}

/* detail */
.DBtmp_box {
	width: 100%;
	border-top: 1px solid #373737;
	}

.DBtmp_box:last-child {
	border-bottom: 1px solid #373737;
	}

.DBtmp_left {
	width: 200px;
	text-align: center;
	padding: 30px 50px 0 0;
	}

.DBtmp_left a {
	margin: -10px 0 0 0;
	display: block;
	}

.DBtmp_left .btn-link {
	margin: 10px 0 0 0;
}

.DBtmp_left .btn-link li {
	margin-bottom: 5px;
}

.DBtmp_left .btn-link li:last-child {
	margin-bottom: 0;
}

.DBtmp_left .btn-link a {
	max-width: 200px;
	font-size: 1.2rem;
	color: #fff;
	background: #a5c8e6;
	border-radius: 20px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 10px;
	display: block;
}

.DBtmp_left .btn-link a:hover {
	opacity: 0.7;
}

.DBtmp_right {
	padding: 30px 0 5px 0;
	}

.DBtmp_compound {
	margin: 0;
	padding: 0 0 5px 0;
	}

.DBtmp_catch {
	margin: 0 0 5px 0;
	}

.DBtmp_title {
	font-size: 1.8rem;
	color: #69c3c8;
	}

.DBtmp_subtitle {
	color: #69c3c8;
	margin: 10px 0 0 0;
	padding: 0;
	}

.DBtmp_line {
	line-height: 0;
	border-top: 1px solid #373737;
	}

.btn-song {
	max-width: 200px;
	font-size: 1.4rem;
	color: #fff;
	background: #69c3c8;
	border-radius: 20px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 10px 30px 10px 40px;
	display: inline-block;
	position: relative;
}

.btn-song:hover {
	opacity: 0.7;
}

.btn-song::after {
	content: "";
	border-width: 5px 0 5px 8px;
	border-style: solid;
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
	display: inline-block;
	margin-top: -5px;
	top: 50%;
	left: 15px;
	position: absolute;
}

/* streaming */
.contents {
	text-align: center;
	margin: 0 0 30px 0;
	}

.contents:last-child {
	margin: 0;
	}

.contents h3 {
	font-size: 2.6rem;
	font-family: 'David Libre', serif;
	line-height: 1;
	text-align: center;
	margin: 0 auto 10px auto;
	display: inline-block;
	}

.contents .bg {
	text-align: center;
	background: rgba(255,255,255,0.5);
	border: 1px solid #ededed;
	padding: 30px;
	}

.contents.streaming .bg ul {
	margin: 0 0 30px 0;
	}

.contents.streaming .bg ul:last-of-type {
	margin: 0;
	}

.contents.streaming .bg h4 {
	font-size: 2.0rem;
	font-family: 'David Libre', serif;
	margin: 0 auto 5px auto;
	padding: 0 65px;
	position: relative;
	display: inline-block;
	}

.contents.streaming .bg h4:before ,
.contents.streaming .bg h4:after {
	content: "";
	width: 50px;
	height: 1px;
	background: #373737;
	top: 50%;
	position: absolute;
	display: inline-block;
	}

.contents.streaming .bg h4:before {
	left: 0;
	}

.contents.streaming .bg h4:after {
	right: 0;
	}

.contents.streaming .bg ul li {
	margin: 5px 2.5px 0 0;
	display: inline-block;
	}

.contents.streaming .bg ul li a {
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	background: #69c3c8;
	padding: 5px 25px 5px 20px;
	position: relative;
	display: inline-block;
	}

.contents.streaming .bg ul li a::after {
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	right: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -3px 0 0 0;
	display: block;
	position: absolute;
	}

.contents.streaming .bg ul li a:hover {
	background: #c8aa73;
	}

.contents.playlist .bg .box {
	text-align: left;
	border-bottom: 1px solid #ededed;
	display: flex;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	}

.contents.playlist .bg .box:last-of-type {
	border-bottom: none;
	margin: 0;
	padding: 0;
	}

.contents.playlist .bg .box .photo {
	width: 30%;
	padding: 0 30px 0 0;
	}

.contents.playlist .bg .box .photo img {
	width: 100%;
	}

.contents.playlist .bg .box .text {
	width: 70%;
	}

.contents.playlist .bg .box .text h4 {
	font-size: 1.6rem;
	margin: 0 auto 10px auto;
	padding: 0 65px 0 0;
	position: relative;
	display: inline-block;
	}

.contents.playlist .bg .box .text h4:before {
	content: "";
	width: 50px;
	height: 1px;
	background: #373737;
	top: 50%;
	right: 0;
	position: absolute;
	display: inline-block;
	}

.contents.playlist .bg .box .text a.btn {
	width: 300px;
	margin: 20px 0 0 0;
	}

.contents.playlist .bg .box .text a.btn {
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #69c3c8;
	border-radius: 50px;
	display: block;
	padding: 10px;
	position: relative;
	}

.contents.playlist .bg .box .text a.btn::after {
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	right: 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -4px 0 0 0;
	display: block;
	position: absolute;
	}

.contents.playlist .bg .box .text a.btn:hover {
	background: #b9b48c;
	}

@media (max-width: 768px){
#discography {
	width: 100%;
	padding: 0 40px;
	}

/* category */
#discography #category ul li {
	margin: 0 10px;
	}

#discography #category ul li a {
	font-size: 1.6rem;
	}

/* streaming */
.contents h3 {
	font-size: 2.4rem;
	}

.contents.streaming .bg h4 {
	font-size: 1.8rem;
	margin: 0 auto;
	}

.contents.streaming .bg ul li a {
	font-size: 1.2rem;
	padding: 3px 25px 3px 20px;
	}

.contents.playlist .bg .box .photo {
	width: 40%;
	}

.contents.playlist .bg .box .text {
	width: 60%;
	}
}

@media (max-width: 640px){
#discography {
	padding: 0 20px;
	}

/* category */
#discography #category {
	margin: 0 0 20px 0;
	}

#discography #category ul li {
	margin: 0 2.5px;
	}

#discography #category ul li a {
	font-size: 1.4rem;
	padding: 5px 10px;
	}

/* detail */
.DBtmp_left {
	width: 100%;
	padding: 30px 0 0 0;
	display: block;
	}

.DBtmp_left .btn-link a {
	font-size: 1.4rem;
}

.DBtmp_right {
	padding: 30px 0 0 0;
	display: block;
	}

.DBtmp_title {
	font-size: 1.6rem;
	}

/* streaming */
.contents h3 {
	font-size: 2.0rem;
	}

.contents .bg {
	padding: 20px;
	}

.contents.streaming .bg h4 {
	padding: 0 45px;
	}

.contents.streaming .bg h4:before ,
.contents.streaming .bg h4:after {
	width: 30px;
	}

.contents.playlist .bg .box {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}

.contents.playlist .bg .box .photo {
	width: 100%;
	text-align: center;
	padding: 0 0 10px 0;
	}

.contents.playlist .bg .box .photo img {
	width: 70%;
	}

.contents.playlist .bg .box .text {
	width: 100%;
	}

.contents.playlist .bg .box .text h4 {
	font-size: 1.4rem;
	padding: 0 45px 0 0;
	}

.contents.playlist .bg .box .text h4:before {
	width: 30px;
	}

.contents.playlist .bg .box .text a.btn {
	width: 100%;
	margin: 15px 0 0 0;
	}
}