@charset "utf-8";

#main hr {
	height: 5px;
	background-color: var(--music-light-color);
	margin: 0 20px 20px;
}
.box {
	background-color: rgba(255,255,255,.5);
	border-radius: .3em;
	padding: 20px;
	margin-bottom: 20px;
	/*-webkit-box-shadow: 0px 0px 10px rgba(200,92,255,0.50);
	box-shadow: 0px 0px 10px rgba(200,92,255,0.50);*/
}
.box .title {
	text-align: left;
	border-left: .8em solid var(--music-color);
	font-size: 140%;
	letter-spacing: -.03em;
	padding: .3em 1em;
	margin-bottom: 20px;
	line-height: 1.2;
	/*text-shadow: 2px 2px 6px rgba(200,92,255,0.50);*/
}
.box .title p span {
	display: inline-block;
}
.box .title p > span.subname {
	line-height: 1;
	letter-spacing: 0;
	display: block;
	margin-bottom: .5em;
}
.box .title p > span.subname > span {
	display: inline-block;
}

@media screen and (min-width:481px) {
	.box .title p > span.subname {
		font-size: 70%;
	}
	.box .infobox {
		display: flex;
		flex-wrap: wrap;
	}
	.box .infobox .cover {
		width: 40%;
	}
	.box .infobox .spec {
		width: 60%;
		line-height: 1.2;
		padding-left: 1em;
	}
	.box .infobox .spec.clear {
		width: 100%;
		line-height: 1.2;
		padding-left: 0;
		padding-top: 2em;
		clear: both;
	}
	#bd .spec .track {
		margin-left: 1em;
	}

}
@media screen and (max-width:480px) {
	.box .title p > span.subname {
		font-size: 60%;
	}
	.box .infobox {
		display: inline;
	}
	.box .infobox .cover {
		margin-bottom: 30px;
	}
	.box .infobox .spec {
		line-height: 1.2;
	}
}

.box .infobox .cover img {
	display: block;
	margin: 0 auto 10px;
}
.box .infobox .cover img:last-child {
	margin: 0 auto;
}
.box .infobox .spec > dt {
	font-size: 80%;
	color: var(--music-color);
	border-bottom: thin solid var(--music-light-color);
	padding: 0 .5em .2em .5em;
	margin-bottom: .5em;
}
.box .infobox .spec > dd {
	padding: 0 .5em .2em 1em;
	margin-bottom: 1em;
}
.box .infobox .spec > dd.price span {
	display: inline-block;
	width: 3.5em;
	margin: 0 .5em;
	text-align: center;
	position: relative;
}
.box .infobox .spec > dd.price span::before {
	content: '[';
	width: .5em;
	display: inline-block;
	position: absolute;
	left: 0;
	margin-left: -.5em;
}
.box .infobox .spec > dd.price span::after {
	content: ']';
	width: .5em;
	display: inline-block;
	position: absolute;
	right: 0;
	margin-right: -.5em;
}
.box .infobox .spec > dd .attention {
	font-size: 80%;
}
.box .infobox .spec > dd .attention li {
	margin-left: 1.2em;
}
.box .infobox .spec > dd .attention li::before {
	content: '※';
	display: inline-block;
	text-align: left;
	width: 1.2em;
	margin-left: -1.2em;
}


.spec .section {
	background-color: #eee;
	font-size: 80%;
	padding: 2px 5px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.spec .track {
	margin-bottom: 20px;
}
.spec .track:last-of-type {
	margin-bottom: 0;
}
.track li {
	margin-bottom: .8em;
}
.track li > ins {
	text-decoration: none;
	font-size: 80%;
	letter-spacing: -.01em;
	display: inline-block;
}
.track li > span {
	display: block;
	padding-top: .2em;
	padding-left: 1.8em;
	font-size: 90%;
	letter-spacing: -.01em;
}
.track li > dl {
	font-size: 85%;
	padding: .5em 0 0 2em;
	color: #666;
	line-height: 1.3;
}
.track li > dl dt {
	float: left;
	display: block;
	min-width: 1em;
	text-align: right;
}
.track li > dl dd {
	letter-spacing: -.01em;
	margin-bottom: .5em;
	padding-left: 2em;
}
.track li:last-child > dl dd:last-child {
	margin-bottom: 0;
}
.track li > dl dd span {
	display: inline-block;
}


.spec p.date {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: 600;
}
.spec p.date:first-child {
	margin-top: 1em;
}
.spec p.media {
	background-color: var(--music-light-color);
	display: block;
	font-size: 80%;
	font-weight: 600;
	padding: .3em .5em;
	margin-bottom: 1em;
}

p.kokuchi {
	margin-top: 20px;
	font-size: 120%;
	font-weight: bold;
	padding: .5em 1em;
	text-align: center;
	line-height: 1.2;
}
p.kokuchi span {
	display: inline-block;
}
@media screen and (max-width:480px) {
	p.kokuchi {
		text-align: left;
		font-size: 110%;
	}
}


/* 封入特典用 */
.tokutenbox {
	font-size: 80%;
	line-height: 1.2;
	letter-spacing: -.001em;
	margin-top: 20px;
	padding: calc(1em / .8);
	background-color: rgba(27,166,255,.1);
	border-radius: .3em;
}
.tokutenbox .tokutentitle {
	margin-left: 1.2em;
}
.tokutenbox .tokutentitle::before {
	content: '●';
	width: 1.2em;
	display: inline-block;
	margin-left: -1.2em;
}
.tokutenbox .tokutenlist li {
	margin-left: 1em;
	margin-top: .5em;
}
.tokutenbox .tokutenlist li::before {
	content: '・';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
}
.tokutenbox .tokutenlist li table th {
	font-weight: normal;
	padding-right: 1em;
	border-right: .6em solid var(--music-light-color);
	vertical-align: top;
	white-space: nowrap;
}
.tokutenbox .tokutenlist li table th.noborder {
	padding-right: 0;
	border-right: none;
}
.tokutenbox .tokutenlist li table td {
	padding-left: 1em;
	vertical-align: top;
}
.tokutenbox .tokutenlist li table td span {
	display: inline-block;
}

ruby > rt {
	text-align: center;
}