@charset "UTF-8";
footer#sitefoot {
	text-align: left;
	color: #fff;
	background-color: #252525;
	padding-top: 6em;
	padding-bottom: 5em;
}
#sitefoot .controls {
	position: fixed;
	z-index: 1;
}
#sitefoot .pagetop {
	display: inline-block;
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 0;
	padding: 2.0em;
	padding-bottom: 3.4em;
	opacity: 0.0;
	transform: translateY(-2em);
	transition: all 1s;
	transition-delay: inherit;
}
	#sitefoot .pagetop > img {
		width: 2em;
		height: auto;
		transition: all 1.0s;
	}
[data-ispagescrolled="true"] #sitefoot .pagetop {
	opacity: 1.0;
	transform: translateY(0em);
}
[data-ispagescrolled="true"] #sitefoot .pagetop > img {

}
@media (max-width: 800px) {
	footer#sitefoot {
		padding: 3em 1.4em;
	}
	#sitefoot > .flexbox {
		text-align: center;
	}
}
#sitefoot .wide-bind {
	padding: 0 40px;
	align-items: center;
}
@media only screen and (min-width:1281px) {
	#sitefoot .wide-bind {
		max-width: var(--bindwrap-width);
		padding: 0;
	}
}
@media only screen and (max-width:640px) {
	#sitefoot .wide-bind {
		padding: 0 1.4em;
	}
}

/*Left*/
#sitefoot .elm {
	text-align: center;
}
#sitefoot .lgm-wrap {
	text-align: left;
	padding: 1em 0;
}
#sitefoot a.lgm {
	display: inline-block;
	width: 11em;
}
	#sitefoot a.lgm > img {
		width: 100%;
		height: auto;
		max-height: 200px;
	}
#sitefoot .c-f-info {
	padding-top: 2em;
}
	#sitefoot .c-f-info p {
		font-size: 0.9em;
		font-weight: 300;
		line-height: 1.9;
		margin-bottom: 0.4em;
	}
	#sitefoot .c-f-info p:last-of-type {
		margin-top: 2.5em;
	}
#sitefoot .shortcut {
	padding: 0.5em 0 3.5em;
}
	#sitefoot .shortcut a {
		display: inline-block;
		margin: 0 0.6em;
		margin-left: 0;
	}
	#sitefoot .shortcut a.store {
		color: #fff;
		padding: 0.85em 1.25em 0.4em;
		font-size: 0.9em;
	}
#sitefoot small {
	display: block;
	font-size: 12px;
	line-height: 1em;
	color: var(--cl-line);
	margin-top: 1em;
}
#sitefoot .menus a {
	display: inline-block;
	font-size: 1em;
	line-height: 1em;
	padding: 0.8em 0;
}
#sitefoot a.addLA {
	color: #fff;
}
#sitefoot a.addLA::before {
	background-color: rgba(255, 255, 255, 0.25);
}
#sitefoot a.addLA::after {
	background-color: var(--cl-pageink);
}
#sitefoot a.addLA.locate::before,
#sitefoot a.addLA.locate::after {
	bottom: -2px;
}
#sitefoot a.addLA.locate::after {
	z-index: -1;
	left: -100%;
}
#sitefoot a.addLA.locate:hover::after {
	z-index: 3;
	animation: gooogle-line-anim 0.5s ease-in-out forwards;
}
#sitefoot .footR a.addLA::before,
#sitefoot .footR a.addLA::after {
	bottom: 2px;
}
@media only screen and (min-width: 801px) {
	#sitefoot .footR div {
		border-top: 2px solid #fff;
		text-align: right;
		padding-top: 0.5em;
		padding-left: 2.5em;
		width: 10.5em;
	}
}
@media only screen and (max-width: 800px) {
	footer#sitefoot,
	#sitefoot .lgm-wrap,
	#sitefoot .shortcut {
		text-align: center;
		justify-content: center;
	}
	#sitefoot a.lgm {
		width: 8em;
	}
		#sitefoot .lgm > img {
			width: 32vw;
			max-width: 200px;
		}
	#sitefoot .shortcut a.store {
		font-size: 0.7em;
		padding: 0.9em 1em 0.6em;
	}
	#sitefoot .footL {
		order: 2;
		width: 100%;
	}
	#sitefoot .footR {
		order: 1;
		width: 100%;
		margin-bottom: 3em;
	}
	#sitefoot .footR div {
		border: none;
		padding: 0;
		display: block;
	}
	#sitefoot .footR a {
		display: block;
		text-align: center;
	}
	#sitefoot .footR a.addLA::before,
	#sitefoot .footR a.addLA::after {
		opacity: 0;
	}
	#sitefoot .c-f-info p,
	#sitefoot .shortcut a.store {
		font-size: 1em;
	}
}