body {
	overflow-x: hidden;
	background: #2b2b2b;
	color: #d7d7da;
	font-size: 1.8rem;
	line-height: 2.4em;
	font-family: YakuHanJP, fot-tsukuaoldmin-pr6n, dnp-shuei-mincho-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	text-align: center;
	transition: all 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

a {
	outline: none;
	color: #bfa46f;
	text-decoration: underline;
	transition: all 0.3s;
}

a:hover {
	color: #a0d8ef;
}

a > img {
	transition: all 0.3s;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: inherit;
	margin: 0;
	padding: 0;
}

img,
video {
	box-sizing: border-box;
	outline: none;
	max-width: 100%;
	font-size: 1px !important;
	line-height: 0 !important;
	vertical-align: middle;
}

figure {
	outline: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

pre,
code {
	box-sizing: border-box;
	overflow: auto;
	margin: 0;
	border: 1px solid rgba(191, 164, 111, 0.4);
	padding: 10px 20px;
	max-height: 200px;
	background: rgba(191, 164, 111, 0.1);
	font-size: inherit;
	line-height: 1.4em;
	font-family: inherit;
	font-weight: inherit;
	font-style: italic;
}

rt {
	position: absolute;
	transform: translateY(0.2em);
}

hr {
	display: block;
	margin: 30px 0;
	border: none;
	width: 100%;
	height: 1px;
	background: #d7d7da;
}

#Splash {
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50000;
	width: 100%;
	height: 100%;
	background: #2b2b2b;
}

#Splash > div {
	position: relative;
	z-index: 1;
}

#Splash img {
	max-width: none;
}

#Splash .plate {
	position: relative;
	z-index: 10;
}

#Splash .plate > img {
	width: 84px;
}

#Splash .gear > img {
	position: absolute;
	z-index: 1;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

#Splash .gear > img:nth-of-type(1) {
	top: -68px;
	right: -58px;
	width: 126px;
	animation-name: splash_gear_to_right;
	animation-duration: 12.6s;
}

#Splash .gear > img:nth-of-type(2) {
	top: 55px;
	left: -47px;
	width: 54px;
	animation-name: splash_gear_to_left;
	animation-duration: 5.4s;
}

#Splash .gear > img:nth-of-type(3) {
	bottom: -42px;
	right: -32px;
	width: 82px;
	animation-name: splash_gear_to_right;
	animation-duration: 8.2s;
}

@media screen and (max-width: 750px) {

body {
	font-size: 2.4rem;
	line-height: 2.4em;
}

a:hover {
	color: #bfa46f;
}

hr {
	margin: 40px 0;
	height: 2px;
}

#Splash .plate > img {
	width: auto;
}

#Splash .gear > img:nth-of-type(1) {
	top: -85px;
	right: -74px;
	width: auto;
	animation-duration: 15.7s;
}

#Splash .gear > img:nth-of-type(2) {
	top: 70px;
	left: -60px;
	width: auto;
	animation-duration: 6.8s;
}

#Splash .gear > img:nth-of-type(3) {
	bottom: -54px;
	right: -40px;
	width: auto;
	animation-duration: 10.4s;
}

}

@keyframes splash_gear_to_right {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes splash_gear_to_left {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(-360deg);
}

}


/*# sourceMappingURL=../map/common.css.map */
