* {
	margin: 0;
	padding: 0;
}
body{
	text-align:center;
	background-color:#411508;
}
img {
	border:none;
}
a:link {
	color: #DD7A5C;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color:#946354;
}
@media (min-width: 768px) {
	a:hover {
		text-decoration: underline;
		color: #DA3389;
	}
	a:active {
		text-decoration: none;
	}
}
#contents {
	width:100%;
	height: 63.476563vw;
	max-height:650px;
	background-color:#fff;
}
#wrapper{
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: 100%;
	margin:0 auto;
	background-color:#fff;
	overflow: hidden;
}
#wrapper img {
	width: 100%;
	height: auto;
}
#siteTitle{
	position: absolute;
	top: 5.384615%;
	left: 50%;
	width: 12.890625%;
	height: 2%;
	display: block;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	line-height: 1;
}
#number13 {
	position: absolute;
	top: 93.384615%;
	left: 50%;
	transform: translateX(-50%);
	width: 5.078125%;
	height: 4.923077%
}
#footer {
	width: 100%;
	top: 768px;
	overflow:hidden;
}
.backnumbers,
.cure {
	font-family: Verdana, Geneva, sans-serif;
	color: #C7CFD7;
	text-align: center;
}
.cure {
	font-size: 11px;
	line-height: 2;
	padding: 2em 0 2em;
}
.backnumbers {
	font-size: 14px;
	line-height: 1.7;
	border-top: 1px solid #946354;
	padding: 2em;
}
a.current {
	display: inline-block;
	padding: 1px;
	color: #411508;
	background-color: #DD7A5C;
	text-decoration: none;
}
#animation {
	position: absolute;
	width: 100%;
	max-width: 1024px;
	height: auto;
	top: 20.307692%;
	left: 0;
}
#animation object {
	width: 100%;
}
@media (max-width:767px) {
	.cure {
		font-size: 2.666667vw
	}
	.backnumbers {
		padding: 1.5em;
		font-size: 4vw;
		line-height: 2.25
	}
	a.current {
		padding: .2em .5em;
	}
	#contents {
		height: 75vw;
	}
	#animation object {
		width: 120%;
		margin-left: -10%;
	}
	#number13 {
		width: calc(4.882813% * 2);
		height: calc(3.230769% * 2);
		top: auto;
		bottom: 0.5em;
	}
	#siteTitle {
		width: calc(12.890625% * 3);
		height: calc(2% * 3);
	}
}