@charset "UTF-8";
/* CSS Document */

.demo, .section05 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
}
.demo a {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: opacity .3s;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	font-weight: 500;
	font-variant: normal;
	text-indent: 0.1px;
	left: 48.25%;
}
.demo a:hover {
	opacity: .5;
	color: #ffd100;
}
.demo a:visited, .demo a:link {
	color: #FFF;
}
.section05 a {	padding-top: 50px;
}
.section05 a span {
	position: absolute;
	left: 48%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	bottom: 0px;
}
@-webkit-keyframes sdb05 {
 0% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
@keyframes sdb05 {
 0% {
 transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
/* 画面サイズが870以下の場合に適用 */
@media only screen and (max-width: 870px) {
.demo a {
	position: absolute;
	bottom: 20px;
	left: 49%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: opacity .3s;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	font-weight: 100;
	font-variant: normal;
	margin-left: -15px;
}
}
/* 画面サイズが670px以下の場合に適用 */
@media only screen and (max-width: 480px) {

.demo a {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: opacity .3s;
	font-size: 12px;
	font-style: normal;
	line-height: 1;
	font-weight: 100;
	font-variant: normal;
	margin-left: -10px;
}

.section05 a span {
	position: absolute;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	bottom: 0px;
	display: none;
}

}
