@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: monogram;
	src: url('fonts/monogram.woff2') format('woff2'),
			 url('fonts/monogram.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	/*touch-action: none;*/
	touch-action: pan-y;
}
body {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	user-select: none;
	height: 100%;
	width: 100%;
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	scroll-behavior: smooth;
}
.hidden {
	opacity: 0;
	z-index: -999;
	visibility: none;
	display: block;
	position: absolute;
}
.php-test {
	color: green;
	font-size:18px;
	z-index: 99999;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	background-color: white;
}
#logo {
	position: absolute;
	width: 150px;
	height: 111px;
	top: 20px;
	left: 18px;
	background-image: url("images/logo.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
	image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
#arrow-key {
	position: absolute;
	display: block;
	width: 300px;
	height: 172px;
	bottom: 5%;
	left: 5%;
	box-sizing: border-box;
	z-index: 3;
	image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
	background-image: url("images/arrowkey.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: rgba(255,255,255,0.8);
	font-size: 12px;
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
	text-align: center;

}
#arrow-key p {
	position: absolute;
	widows: 100%;
	bottom: -40px;
	left: 0;
	letter-spacing: 0.03em;
	white-space: nowrap;
	font-weight: bold;
}
.arrow-key {
	position: absolute;
	width: 96px;
	height: 83px;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 312.5%;
	cursor: pointer;
}
#arrow-up {
	background-position: top;
	top: 0;
	left: 50%;
	margin-left: -48px;
}
#arrow-down {
	background-position: bottom;
	bottom: 0;
	left: 50%;
	margin-left: -48px;
}

#arrow-left {
	background-position: bottom left;
	bottom: 0;
	left: 0;
}

#arrow-right {
	position: absolute;
	width: 96px;
	height: 83px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 312.5%;
	bottom: 0;
	right: 0;
}

#poster {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	background-image: url("images/bg.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-image: radial-gradient(#002041,#000000);*/
	z-index: 1000;
	overflow: hidden;
	color: #FFFFFF;
	font-family:  monogram, Helvetica, Arial, sans-serif;
	image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
#poster h2 {
    color:#ffffff;
}
#center-circle, #center-circle-top, #poster-p {
	box-sizing: border-box;
	display: flex;
    align-items: center; /*垂直居中*/
	justify-content: center;
	position: absolute;
	width: calc(100vh * 0.45);
	height: calc(100vh * 0.45);
	top: 50%;
	left: 50%;
	margin-left: calc(100vh * 0.45 / -2);
	margin-top: calc(100vh * 0.45 / -2);
	/*border-radius: calc(100vh * 0.45 / 2);*/
	letter-spacing: calc(100vh * 0.002);
	font-size: calc(100vh * 0.02);
	color: #FFFFFF;
	font-family: monogram, "Microsoft YaHei", Helvetica, Arial, monospace;
	font-weight: bolder;
	background-image: none;
	
}
#poster-p {
    margin-top: -200px;
}
#center-circle-top {
	background-image: none;
	image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-text-stroke-width: 40px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: #000000;
	
}
#center-circle {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
  from {
		transform: rotateZ(0deg);
	}
  to {
		transform: rotateZ(360deg);
	}
}
#poster-title {
	box-sizing: border-box;
	position: absolute;
	width: 400px;
	margin-left: -200px;
    margin-top: calc(100vh * -0.275 / 2 - 30px);
	height: calc(100vh * 0.275);
	top: 50vh;
	left: 50%;
    background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
#poster-title span:first-of-type {
	font-size: calc(100vh * 0.028);
}
#poster-title span:last-of-type {
	font-size: calc(100vh * 0.015);
	letter-spacing: calc(100vh * 0.0126);
	padding-left: calc(100vh * 0.006);
}
#poster-date {
	box-sizing: border-box;
	position: absolute;
	height: calc(100vh * 0.275);
	bottom: 0;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	background-image: url("images/date2.svg");
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 50%;
}

#goback {
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	color: #FFFFFF;
	z-index: 800;
	right: 8px;
	bottom: 8px;
	background-color: #2fdbff;
	border-radius: 20px;
	text-align: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	font-weight: bolder;
	font-size: 36px;
	line-height: 1;
	/*background-color: rgba(0,0,0,0.85);*/
}
#info {
	display: none;
	width: 240px;
	position: absolute;
	height: 30px;
	font-size: 24px;
	top: 0;
	left: 50%;
	margin-left: -120px;
	z-index: 1;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
}
#embed {
	width: 100%;
	height: 100vh;
	user-select: none;
    top:0;
}
#joy3Div {
	transform: scale(1.1);
	opacity: 1;
	box-sizing: border-box;
	z-index: 1;
	user-select: none;
	position: absolute;
	overflow: hidden;
    display: none;
}

#joy3XValue, #joy3YValue {
	display: none;
}
#aside-right {
	position: absolute;
	box-sizing: border-box;
	width: 72px;
	height: 250px;
	right: 20px;
	top: 20px;
	z-index: 1;
}
.aside-icon {
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	/*border-radius: 36px;*/
	background-repeat: no-repeat;
	/*border: 3px solid #FFFFFF;*/
	background-size: 140px;
	image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
	margin-bottom: 20px; 
}
#icon-camera {
	background-image: url("images/icons.gif");
	background-position: center left;
}

#icon-music {
	background-image: url("images/icons.gif");
	background-position: top left;
}
#icon-about {
	background-image: url("images/icons.gif");
	background-position: bottom left;
}

#screenshot {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
}
#screenshot-img {
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	transform: scale(0.9);
	border: 30px solid #FFFFFF;
	/*filter: sepia(1);*/
}

@keyframes blurOut {
	from {
		filter: blur(30px) sepia(0);
	}
	to {
		filter: blur(0px) sepia(0.3);
	}
}
#joy3Value {
	visibility: hidden;
    display: none;
}
#screenshot-close {
	background-color: #000000;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url("images/close.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
}
#screenshot-p {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 42px;
	bottom: 18%;
	left: 0;
	box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 42px;
	letter-spacing: 2px;
	padding-left: 2px;
	text-shadow: 0px 0px 10px #000000;
	pointer-events: none;
}
.article {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: rgba(0,0,0,0.85);
	width: 100%;
	min-height: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: aqua;
}
.article a,.article a:active,.article a:hover,.article a:visited {
	color: aqua;
	text-decoration: none;
}
#preface {
	display: block;
}
#about {
	display: none;
	z-index: 999;
}
.article-content {
	padding: 60px;
	font-size: 28px;
	line-height: 1.6;
	overflow-y: auto;
}
.article-content h3 {
	letter-spacing: 10px;
	padding-left: 10px;
	text-align: center;
}
.article-content p {
	text-indent: 2em;
	text-align: justify;
}
.text-align-right {
	text-align: right !important;
	padding-right: 2em;
}
#detail-inner,.detail-inner {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	border: 4px solid aqua;
	top: 40px;
	left: 40px;
	clip-path: polygon(
    0 40px,
    40px 0,
		30% 0,
		30% 10px,
		70% 10px,
		70% 0,
    calc(100% - 40px) 0,
    100% 40px,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    40px 100%,
    0% calc(100% - 40px),
    0% 40px
  );
}

.detail-conner {
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
}
.detail-conner-topleft {
	left: -1px;
	top: -1px;
	border-width: 40px 40px 0 0;
	border-color: aqua transparent transparent transparent;
}
.detail-conner-topright {
	right: -1px;
	top: -1px;
	border-width: 0 40px 40px 0;
	border-color: transparent aqua transparent transparent;
}

.detail-conner-bottomleft {
	left: -1px;
	bottom: -1px;
	border-width: 40px 0 0 40px;
	border-color: transparent transparent transparent aqua;
}

.detail-conner-bottomright {
	right: -1px;
	bottom: -1px;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent aqua transparent;
}
#detail-logo-title, .detail-logo-title {
	padding: 0;
	position: absolute;
	left: 0;
	top: 43px;
	margin-top: -12px;
	width: 100%;
	height: 24px;
	color: aqua;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	letter-spacing: 10px;
	font-weight: 600;
	margin-left: 5px;
}

#detail-inner-work {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 48%;
	margin: 100px 40px 40px 40px;
	width: calc(100% - 80px);
	cursor: pointer;
}

#detail-inner-info {
	width: calc(100% - 80px);
	height: auto !important;
	font-size: 28px;
	padding: 40px;
	letter-spacing: 1px;
	overflow-y: auto;
	scroll-behavior: smooth;
	margin-bottom: 40px;
}
#detail-inner-info dt,#detail-inner-info dd {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	letter-spacing: 1px;
}
#detail-inner-info dt:first-of-type {
	font-size: 36px;
	line-height: 1.2;
}
#detail-inner-info .hr {
	display: block;
	border-bottom: 3px solid aqua;
	border-top: none;
	width: 100%;
	margin: 15px 0 50px 0;
}
#detail-inner-info dl {
	text-align: justify; 
	text-align-last: justify; 
	text-justify: inter-ideograph;
}
#metadata-img {
	display: none;
}
.meta-name {
	width: 120px;
	text-align: justify;
}
#work-description p {
	width: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: justify;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

::-webkit-scrollbar              {background-color: transparent;}
::-webkit-scrollbar-button       {background-color: transparent;}
::-webkit-scrollbar-track        {background-color: transparent;}
::-webkit-scrollbar-track-piece  {background-color: transparent;}
::-webkit-scrollbar-corner       {background-color: transparent;}
::-webkit-resizer                {background-color: transparent;}
::-webkit-scrollbar-thumb        {
	background-color: transparent;
	width: 80px;
	border-left: 5px  dotted aqua;
}
#go-back, .go-back {
	box-sizing: border-box;
	font-size: 33px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	width: 190px;
	height: 190px;
	position: absolute;
	border-radius: 100px;
	color: #000000;
	z-index: 10;
	padding-left: 28px;
	padding-top: 42px;
	background-image: url("images/circle.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	right: -15px;
	top: 41.3%;
	transform: scale(0.8) skewY(-8deg);
}
#img-scale {
	display: none;
	position: absolute;
	z-index: 990;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgba(0,0,0,0.85);
}
#img-close {
	display: none;
	background-color: #000000;
	width: 60px;
	height: 60px;
	background-image: url("images/close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
@media only screen and (orientation: landscape) {
	#detail-inner {
		flex-direction: row;
	}
	#joy3Div {
		transform: scale(0.8);
		left: 10% !important;
		bottom: -20px !important;
	}
}