@charset: 'utf-8';

#discography-list article {
	display: block;
	width: 100%;
	border-bottom-color: #fff;
	border-bottom-style: solid;
}


.discography-buttons a.button.round {
	background-position: center center;
	margin-bottom: 10px;
}

.discography-buttons a.button > .icon2 {
	background-position: center center;
}

.discography-buttons a.button > span.border {
	position: relative;
	display: inline-block;
	background-color: #fff;
}

.discography-jacket img {
	max-width: 100%;
	height: auto;
}

#discography-list article header h3 {
	line-height: 1;
}


#discography-list article header p {
	line-height: 1;
	margin-bottom: 10px;
}


.discography-info dl {
	width: 100%;
	overflow: hidden;
}

.discography-info dl dt {
	float: left;
	clear: both;
	margin-right: .5em;
}

.discography-info dl dd {
}

.discography-additionalinfo p {
	margin-top: 1em;
}

.discography-additionalinfo dl.releaseform dt{
	float:left;
	margin-right:0.5em;
}

.discography-additionalinfo p:first-of-type {
	margin-top: 0;
}

.discography-additionalinfo ol {
	padding-left: 3em;
}

/* 2022/03 added */

.discography-additionalinfo dl.riaj-award {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
	align-items: center;
}

.discography-additionalinfo dl.riaj-award dt {
	padding: 0 10px 0 0;
	float: none;
	margin-right: 5px;
}

.discography-additionalinfo dl.riaj-award dt img {
	height: 120px;
	width: auto;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.discography-additionalinfo dl.riaj-award.riaj-award2 dt img {
	height: 40px;
	width: auto;
	vertical-align: middle;
}

.discography-additionalinfo dl.riaj-award dd {
	line-height: 1.5;
}

.discography-additionalinfo dl.riaj-award dd p {
	margin-top: 0;
}

/*******************************************
for pc
*******************************************/

@media screen and (min-width: 769px) {
	body#discography {
		background-image: linear-gradient(90deg, #e7215f 0%, #e7215f 4px, #f7f7f7 4px, #f7f7f7 100%);
	}

	#discography-list {
		width: 100%;
	}

	#discography-list article {
		padding: 40px 0;
		font-size: 1.6rem;
		border-bottom-width: 2px;
	}

	#discography-list article .small {
		font-size: 1.4rem;
	}

	#discography-list article .exsmall {
		font-size: 1.2rem;
	}

	.discography-buttons {
		width: 112px;
		padding-top: 50px;
	}

	.discography-buttons a.button.round {
		width: 112px;
	}

	.discography-buttons a.button.round.icon-play {
		background-size: auto 32px;
	}

	.discography-buttons a.button.round.icon-youtube {
		background-size: auto 25px;
	}

	.discography-buttons a.button > .icon2.icon-play,
	.discography-buttons a.button > .icon2.icon-cd {
		width: 32px;
		height: 5rem;
		background-size: auto 32px;
	}

	.discography-buttons a.button > span.border {
		width: 2px;
		height: 40px;
		margin: 5px 10px;
	}

	.discography-jacket {
		width: 360px;
	}

	.discography-info {
		padding: 50px 130px 0 410px;
		line-height: 2;
	}

	#discography-list article header {
		margin-bottom: 40px;
	}

	#discography-list article header h3 {
		font-size: 2.4rem;
	}

	#discography-list article header h3 p {
		font-weight: 300;
		font-size: 1.6rem;
	}


	.discography-info header {
		padding-right: 130px;
	}

	.discography-info dl {
		padding-right: 130px;
	}

	.discography-additionalinfo {
		padding: 0 0 0 410px;
		line-height: 2;
	}

/* 2022/03 added */

	.discography-additionalinfo dl.riaj-award {
		font-size: 1.4rem;
	}


}

/*******************************************
for sp
*******************************************/

@media screen and (max-width: 768px) {
	body#discography {
		background-image: linear-gradient(90deg, #e7215f 0%, #e7215f 2px, #f7f7f7 2px, #f7f7f7 100%);
	}

	#discography-list article {
		padding: 20px 0;
		font-size: 1.2rem;
		border-bottom-width: 1px;
	}

	#discography-list article header h3 p{
		font-size:1.2rem;
		font-weight:300;
	}

	#discography-list article .small {
		font-size: 1.1rem;
	}

	#discography-list article .exsmall {
		font-size: 1rem;
	}

	.discography-jacket {
		width: 50%;
		margin-bottom: 15px;
	}

	.discography-buttons {
		width: 80px;
		text-align: right;
	}

	.discography-buttons a.button.round {
		display: inline-block;
		width: 80px;
	}

	.discography-buttons a.button.round.icon-play {
		background-size: auto 24px;
	}



	.discography-buttons a.button > .icon2.icon-play,
	.discography-buttons a.button > .icon2.icon-cd {
		width: 24px;
		height: 3.6rem;
		background-size: auto 24px;
	}

	.discography-buttons a.button > span.border {
		width: 1px;
		height: 30px;
		margin: 3px 5px;
	}

	.discography-buttons a.button.round.icon-youtube {
		background-size: auto 20px;
	}

	#discography-list article header {
		clear: both;
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	#discography-list article header h3 {
		font-size: 1.8rem;
	}

	#discography-list article .discography-info,
	#discography-list article .discography-additionalinfo {
		line-height: 1.5;
	}

/* 2022/03 added */

	.discography-additionalinfo dl.riaj-award {
	}


}