@charset "UTF-8";

html{
	touch-action: manipulation;
	overflow-y: scroll;
	background: var(--background-color);
}

/*
*{
cursor: url(../img/book.png),auto;
}
*/

header{
	margin: 0;
	margin-top: 30px;
	margin-left: 20px;
	position: fixed;
}

body {
	margin: 0;
	width: 100%;
	display: flex;
  flex-direction: column;
  height: 100vh;
	-webkit-text-size-adjust: none;
}

.display{
	padding-top: 57px;
  margin-top: -57px;
}

button{
	border: none;
	background-image: url(../img/svg/leader.svg);
	cursor: pointer;
}
#hide{
	display: none;
}

/* ───────────────────────────────────
base
─────────────────────────────────── */
.telop1{
	margin: 0;
	margin-right: -1px;
	padding: 0;
	width: 28px;
	height: 28px;
}

.telopdot1{
	margin: 0;
	margin-right: -1px;
	padding: 0;
	width: 28px;
	height: 28px;
}

.marquee1 {
	z-index: 5;
	position: fixed;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 28px;
	background-color: white;
}

.marquee1 .menu1 {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	-webkit-text-orientation: upright; /* Safari */
	white-space:nowrap;
	white-space:nowrap;
		-webkit-animation-name: marquee1;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration: 16s;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-name: marquee1;
		-moz-animation-timing-function: linear;
		-moz-animation-duration: 16s;
		-moz-animation-iteration-count: infinite;
		-ms-animation-name: marquee1;
		-ms-animation-timing-function:linear;
		-ms-animation-duration: 16s;
		-ms-animation-iteration-count: infinite;
		-o-animation-name: marquee1;
		-o-animation-timing-function: linear;
		-o-animation-duration: 16s;
		-o-animation-iteration-count:infinite;
		animation-name: marquee1;
		animation-timing-function: linear;
		animation-duration: 16s;
		animation-iteration-count: infinite;
}
@-webkit-keyframes marquee1 {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee1 {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee1 {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee1 {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee1 {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}
.telop2{
	float: left;
	margin-top: 0;
	margin-bottom: 4px;
	padding: 0;
	width: 28px;
	height: 28px;
}
.telop2:hover{
	background-color: black;
	animation: blackback 0.04s infinite alternate;
}

.telopdot2{
	float: left;
	margin-top: 0;
	margin-bottom: 4px;
	padding: 0;
	width: 28px;
	height: 28px;
}

.marquee2 {
	z-index: 4;
	position: fixed;
	overflow: hidden;
	top: 0;
	width: 28px;
	height: 100%;
	background-color: white;

}

.marquee2 .menu2 {
	display: inline-block;
	-webkit-text-orientation: upright; /* Safari */
	margin: 0;
	padding-top: 100vh;
	font-size: 28px;
	color: black;
	white-space:nowrap;
		-webkit-animation-name: marquee2;
		-webkit-animation-timing-function: linear;
		-webkit-animation-duration: 18s;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-name: marquee2;
		-moz-animation-timing-function: linear;
		-moz-animation-duration: 18s;
		-moz-animation-iteration-count: infinite;
		-ms-animation-name: marquee2;
		-ms-animation-timing-function: linear;
		-ms-animation-duration: 18s;
		-ms-amation-iteration-count: infinite;
		-o-animation-name: marquee2;
		-o-animation-timing-function: linear;
		-o-animation-duration: 18s;
		-o-animation-iteration-count: infinite;
		animation-name: marquee2;
		animation-timing-function: linear;
		animation-duration: 18s;
		animation-iteration-count: infinite;
}
@-webkit-keyframes marquee2 {
  from   { -webkit-transform: translateY(0%);}
  99%,to { -webkit-transform: translateY(-100%);}
}
@-moz-keyframes marquee2 {
  from   { -moz-transform: translateY(0%);}
  99%,to { -moz-transform: translateY(-100%);}
}
@-ms-keyframes marquee2 {
  from   { -ms-transform: translateY(0%);}
  99%,to { -ms-transform: translateY(-100%);}
}
@-o-keyframes marquee2 {
  from   { -o-transform: translateY(0%);}
  99%,to { -o-transform: translateY(-100%);}
}
@keyframes marquee2 {
  from   { transform: translateY(0%);}
  99%,to { transform: translateY(-100%);}
}

/* ───────────────────────────────────
wrapper
─────────────────────────────────── */
.wrapper{
	margin-top: 70px;
}

.name2{
	padding-left: 8px;
	display: flex;
	width: auto;
	word-break: normal;
}

.albam{
	margin-top: 28px;
	position: relative;
}
.albam img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 12px;
}

.top1{
	display: block;
	margin: 0 auto;
	animation: gameneye 1s infinite alternate
}
.top2{
	position: absolute;
	top: 0;
}
@keyframes gameneye{
0% { background-color: black }
40% { background-color: black }
42% { background-color: rgba(0,0,0,0) }
49% { opacity: 1 }
50% { opacity: 0 }
100% { opacity: 0 }
}

h1{
	margin: 0;
	font-size: 50px;
	font-weight: 100;
	font-family: serif;
	transform: scale(0.7,1);
	color: black;
	float: left;
	line-height: 50px;
	padding: 0;
}

h2{
	margin: 0;
	margin-right: 15px;
	padding-top: 5px;
	font-size: 15px;
	font-family: serif;
	transform: scale(0.7,1);
	font-weight: 600;
	color: black;
	float: left;
	line-height: 20px;
}

header h3{
	margin: 0;
	padding-top: 5px;
	font-size: 15px;
	font-family: serif;
	transform: scale(0.7,1);
	font-weight: 600;
	color: black;
	float: right;
	line-height: 20px;
}

footer h3{
	font-family: serif;
	font-weight: 400;
	letter-spacing: -0.2px;
	line-height: 15px;
	position: absolute;
	margin: 0;
	padding: 8px;
	padding-left: 8px;
	color: black;
	font-size: 11px;
}

.space{
	margin: 0;
	padding-bottom: 0;
}
.space .texter{
	margin: 0;
	padding: 0;
}

.base{
	padding-top: 1px;
	padding-left: 1px;
	overflow: hidden;
}

.box{
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

.opus0{
	height: 42px;
	width: 42px;
	margin-right: 54px;
	margin-bottom: 18px;
}
.opus0 .thumb0{
	vertical-align: bottom;
	margin-top: 0;
	margin-left: 0;
	height: 42px;
	width: 42px;
}
.thumb0none{
	vertical-align: bottom;
	height: 42px;
	width: 42px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.opus1{
	margin-right: 0px;
	margin-bottom: 0px;

}

.opus1 .thumb1{
	vertical-align: bottom;
	margin-top: 1px;
	margin-left: 0;
	height: 300px;
	width: 300px;
}
.thumb1none{
	vertical-align: bottom;
	height: 84px;
	width: 84px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.opus2{
	height: 252px;
	width: 252px;
	margin-right: 36px;
	margin-bottom: 36px;
}
.opus2 .thumb2{
	vertical-align: bottom;
	margin-top: 0;
	margin-left: 0;
	height: 252px;
	width: 252px;
}

.opus3{
	height: 252px;
	width: 252px;
	margin-right: 36px;
	margin-bottom: 36px;
}
.opus3 .thumb3{
	vertical-align: bottom;
	margin-top: 0;
	margin-left: 0;
	height: 252px;
	width: 252px;
}

.opus4{
	height: 20px;
	width: 170px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.opus5{
	height: 20px;
	width: 178px;
	margin-right: 12px;
	margin-bottom: 12px;
}

@keyframes blackback{
   0% { background-color: rgba(0,0,0,0) }
 100% { background-color: black }
}
@keyframes blinkAnime{
	 0% { opacity: 0 }
 100% { opacity: 1 }
}
@keyframes homes{
	0% { opacity: 0 }
	60% { opacity: 0 }
	61% { opacity: 1 }
	100% { opacity: 1 }
}
/* ───────────────────────────────────
footer
─────────────────────────────────── */
footer{
	margin-top: 25px;
	margin-bottom: 40px;
	margin-left: 35px;
}

.profile{
	margin:0;
	margin-top: 6px;
	padding-top: 0;
}
.boxnone{
	float: left;
}

.contact{
	margin: 0;
	padding: 0;
	text-decoration:underline;
}
.contact:link {
	color: black;
}
.contact:visited {
	color: black;
}
.contact:hover {
	background-color: magenta;
}
.contact:active {
	background-color: magenta;
}
