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

#stage {
	position: relative;
	width: 100%;
	height: auto;
	height: calc(var(--vh, 1vh) * 100);
	background: url(/images/vol24-250105.jpg) no-repeat center top / contain;
	overflow: hidden;
}
@media (max-aspect-ratio:16/9) {
	#stage {
		background-size: cover
	}
}

#siteTitle{
	position: absolute;
	left: 50%;
	top: 6%;
	transform: translateX(-50%);
	display: block;
	font-size: 11px;
  font-weight: 400;
	letter-spacing: 0.15em;
	color: #898D96;
	z-index: 100;
} 
.drawer {
	position: relative;
	width: 100%;
	height: 187px;
	background-color: rgba(0, 0, 0, .6);
}
.backnumbers,
.cure {
	text-align: center;
	color: #563939;
}
.cure {
	padding: 1.5em 0 1em;
	font-size: 11px;
  font-weight: 400;
	line-height: 2;
	border-top: 1px solid #494D50;
}
.cure p + p {
	margin-top: 1em;
}
.backnumbers {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.08em;
	border-top: 1px solid #393532;
	padding: 2em;
}

a:link {
	color: #A86148;
}
a:visited {
	color: hwb(15 15% 65%);
	text-decoration: none;
}
@media (min-width: 768px) {
	.bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		background: url(/images/vol24-250105.jpg) no-repeat center bottom / cover;
		filter: blur(10px);
		z-index: -1;
		opacity: .21;
	}
	a:hover {
		color: #C99B5C;
		text-decoration: none;
		background-color: transparent;
	}
	a:active {
		color: #C99B5C;
	}
	.hideOnPC {
		display: none;
	}
	.drawer {
		position: absolute;
		bottom: -187px;
		transition: bottom .5s ease-in-out;
	}
	.drawer.active {
		bottom: 0;
		transition: bottom .7s ease-in-out;
	}
	.bttn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 1.4rem;
		color: #A0745B;
		cursor: pointer;
		z-index: 1000;
	}
	.bttn::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 30px;
		height: 30px;
		background-color: rgba(0, 0, 0, .6);
		z-index: -1;
		transition: background-color .3s ease;
	}
	.bttn::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '↑';
		width: 30px;
		height: 30px;
		transform: rotate(0deg);
		transition: transform .5s ease
	}
	.active .bttn::after {
		transform: rotate(180deg);
		transition: transform .7s ease
	}
	.bttn:hover::before {
		background-color: rgba(0, 0, 0, .5);
	}

}
a.current {
	display: inline-block;
	padding: 2px;
	color: #BCA078;
	background-color: #A86148;
	text-decoration: none;
}
.attention {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #876451;
	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: #4B3D3D;
	letter-spacing: 0.08em;
	text-align: right;
}
@media screen and (max-width:767px) {
	.bg {
		display: none;
	}
	#stage {
		background-size: auto calc(var(--vh, 1vh) * 100);
		background-position: left 65% top;
		background-repeat: no-repeat;
		height: auto;
		padding-top: 100vh;
		padding-top: calc(var(--vh, 1vh) * 100);
	}
	#siteTitle {
		width: 100%;
    top: 3%;
    font-size: calc(20/640*100vw)
	}
	.drawer {
		position: relative;
		-webkit-text-size-adjust: none;
		height: auto;
		background: linear-gradient(180deg, #161B1F, #282D30)
	}
	.cure {
		padding: 2em 1.5em 1em;
		font-size: 2.666667vw;
		border-top: 1px solid #494D50;
	}
	.backnumbers {
		padding: 1.5em 1.5em 2em;
		font-size: 4vw;
		line-height: 2.25;
		border-top: 1px solid #494D50;
	}
	a.current {
		padding: .2em .5em;
	}
	.attention {
		padding: 1em 0;
		font-size: 3.733333vw;
		/* color: #796051; */
	}
	.exif {
		font-size: 2.4vw;
		color:#635864;
		opacity: .8;
	}
}
@media screen and (max-width:767px) and (orientation: landscape) {
	#stage {
		background-size: auto 100vw;
		background-position: center top;
		padding-top: 100vw
	}
	.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;
	}
}
