/* ============================
	Onair
============================ */

#music .mainttl .jp .l>span {
	padding: 0.15em 0.2em 0.25em 0.2em;
	font-size: 215%;
}

.ms-dtll {
	padding-top: 2.0em;
}

.ms-dtl .ttl {
	margin-bottom: 0.8em;
	font-size: 140%;
}

.ms-dtl .name {
	margin-bottom: 30px;
	font-weight: 700;
}

.ms-dtl .name-song {
	display: block;
	font-size: 270%;
	line-height: 1.2;
	margin-bottom: 0.3em;
	color: var(--cl-olive2);
	letter-spacing: -0.05em;
}

.ms-dtl .name-artist {
	display: block;
	font-size: 170%;
	line-height: 1.2;
}

.ms-pic {
	margin-bottom: 40px;
}

.ms-pic figure {
	aspect-ratio: 1200 / 800;
	background-size: cover;
}

.ms-profile {
  box-shadow: 0 0 1.0em rgba(255,255,255,0.3) inset;
	padding: 2.5em;
}

.ms-profile .sttl {
	margin-bottom:0.7em;
	padding-bottom:0.7em;
	border-bottom: rgba(255,255,255,0.3) 1px solid;
	font-family: 'EB_Garamond';
  font-weight: 600;
	font-size: 150%;
	color: var(--cl-olive2);
	text-align: left;
}

.ms-profile .txt {
	margin-bottom: 1.5em;
	line-height: 1.8;
	text-align: left;
}
.ms-profile .txt:last-child {
	margin-bottom: 0.5em;
}

/* -- Media Queries -- */

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

.ms-dtl {
	font-size: 90%;
}

.ms-dtl .name {
	font-size: 90%;
}

.ms-profile {
	padding: 1.5em;
}

}
