* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body{
	position: relative;
	width: 100%;
	height: 100vh;
	font-family: 'Bitter', Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-color: #000;
	}

#stage {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url(/images/IMG_0204-re.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

#siteTitle{
	position: absolute;
	left: 50%;
	top: 6%;
	transform: translateX(-50%);
	display: block;
	font-size: 12px;
	letter-spacing: 0.15em;
	color: #D8D6D2;
	z-index: 100;
	text-shadow: 0 0 5px #2B2F33;
}
.drawer {
	width: 100%;
	height: auto;
	overflow: visible;
/*
	background: rgb(97, 101, 107);
	background: rgba(97, 101, 107, .25);
*/
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, .4);
}
@keyframes drw {
	0% {bottom: -200px; opacity: 0;}
	100% {bottom: 0; opacity: 1;}
}
.backnumbers,
.cure {
	text-align: center;
	color: #686764;
}
.cure {
	padding: 1.5em 0 1em;
	font-size: 11px;
	line-height: 2;
	border-top: 1px solid #666B71;
}
.cure p + p {
	margin-top: 1em;
}
.backnumbers {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.08em;
	border-top: 1px solid #666B71;
	padding: 2em;
}

a:link {
	color: #6c8453;
}
a:visited {
	color: #4d7226;
	text-decoration: none;
}
@media (min-width: 768px) {
	a:hover {
		color: #b3d88c;
		text-decoration: none;
		background-color: transparent;
	}
	a:active {
		color: #FEE49C;
	}
	.hideOnPC {
		display: none;
	}
	.drawer {
		position: absolute;
		bottom: 100vh;
		animation-name: drw;
		animation-delay: 2s;
		animation-duration: 2s;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
}
a.current {
	display: inline-block;
	padding: 2px;
	color: #26353C;
	background-color: #6c8453;
	text-decoration: none;
}
.attention {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #A5815B;
	padding: 1.5em 0 1em;
}
.exif {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: -2em;
	padding-right: 1em;
	font-size: 9px;
	font-style: italic;
	line-height: 2;
	color: #897C6D;
	letter-spacing: 0.08em;
	text-align: right;
	z-index: 2;
}
@media screen and (max-width:767px) {
	#stage {
		background-size: auto 100vh;
		background-position: center top;
		background-repeat: no-repeat;
		height: auto;
		padding-top: 100vh;
	}
	#siteTitle {
		width: 100%;
	}
	.drawer {
		position: relative;
		-webkit-text-size-adjust: none;
		height: auto;
		background: linear-gradient(180deg, #151E14, #313840)
	}
	.cure {
		padding: 2em 1.5em 1em;
		font-size: 2.666667vw
	}
	.backnumbers {
		padding: 1.5em 1.5em 2em;
		font-size: 4vw;
		line-height: 2.25
	}
	a.current {
		padding: .2em .5em;
	}
	.attention {
		padding: 1em 0;
		font-size: 3.733333vw
	}
	.exif {
		font-size: 2.4vw;
		color: #70493B
	}
}
@media screen and (max-width:767px) and (orientation: landscape) {
	#stage {
		background-size: 100vw auto;
		background-position: center top;
		padding-top: 75vw
	}
	.cure {
		font-size: 1.4vw;
	}
	.backnumbers {
		font-size: 1.71875vw;
		line-height: 1.7;
		padding: 1.25em;
	}
	.exif {
		font-size: 1.40625vw;
		line-height: 2;
	}
	.attention {
		font-size: 1.959998vw
	}
	.hideOnPC {
		display: none;
	}
}