html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: serif;
}
body {
	background-color: #070707;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
/*
	background: url(/_/haruno.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
*/
}

.iframethum {
	position: relative;
}
	.iframethum a {
		border: none;
	}
	.iframethum a:before {
		position: absolute;
		font-family: "Font Awesome 5 Free";
		content: "\f144";
		font-weight: 900;
		color: #fc0d1c;
		font-size: 8vw;
		top: 50%;
		left: 50%;
		transform : translate(-50%,-50%);
		opacity: .90;
		transition:.5s;
	}
		.iframethum a img {
			width: 100%;
		}
img {
	max-width: 100%;
}



article {
	padding: 2em;
	margin: auto;
	width: 66vw;
	height: 100vh;
	color: #e9e9e9;
}
section {
	margin: 10vh 0;
}

h1 {
	margin: 30vh 0;
	font-size: 2vw;
	color: #8f8f8f;
}
h1 img {
	width: 40%;
}
h2 {
	font-size: 110%;
	text-shadow: 0px 0px 8px black;
}
h2:before {
	content: "― "
}
h2:after {
	content: " ―"
}
p {
	line-height: 1.55;
	margin: 1.2em 0;
	text-shadow: 0px 0px 8px black;
}
ol, ul {
	margin: 0 2em;
}

section.discography img {
	width: 50%;
}
section.discography p {
	font-size: 70%;
}
p a.buy {
	font-size: 150%;
	color: white;
	margin-right: 1em;
}

footer {
	padding: 7vh 0;
	font-size: 85%;
	color: #d5d5d5;
}
footer a {
	color: inherit;
}

@media all and (min-width: 602px) and (max-width: 870px) {
	article {
		padding: .4em;
		width: 73vw;
	}
	h1 {
		font-size: 5vw;
	}
	h1 img {
		width: 60%;
	}
}

@media all and (max-width: 601px) {
	article {
		padding: .4em;
		width: 83vw;
	}
}
