@charset "UTF-8";
footer#sitefoot {
	padding: var(--u-space) 0;
	background-color: var(--footer-bg-color);
}
#sitefoot .wrapper {
	display: flex;
	justify-content: space-between;
}
#sitefoot a.lgm {
	display: inline-block;
}
	#sitefoot a.lgm > img {
		width: 100%;
		height: auto;
	}
#sitefoot .menus a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0.4em 0;
	color: var(--cl-white);
	font-weight: 500;
	font-size: 0.875em;
	letter-spacing: 0.1em;
}
	#sitefoot .menus a::before {
		position: absolute;
		display: inline-block;
		content: "";
		width: 1.15em;
		height: 2px;
		left: 0;
		top: 50%;
		transform: translate(0,-50%);
		background-color: var(--cl-white);
	}
	#sitefoot .menus a p {
		margin-bottom: 0;
	}
#sitefoot small {
	display: block;
	font-family: var(--font-en1);
	font-weight: 700;
	font-size: 0.75em;
	text-align: center;
	line-height: 1em;
	color: var(--cl-white);
	opacity: 0.5;
	margin-top: 5em;
}
@media only screen and (min-width:641px) {
	#sitefoot .menus {
		width: 54%;
		min-width: 34em; 
	}
	#sitefoot .wrapper {
		padding-left: var(--u-padding-s);
	}
	#sitefoot .primary {
		margin-top: -0.8em;
	}
		#sitefoot .primary div {
			width: 33.33%;
		}
			#sitefoot .menus a {
				padding: 0.8em 0;
				padding-left: 2em;
			}	
}
@media only screen and (max-width:1192px) {
	#sitefoot .wrapper {
		max-width: calc(100% - var(--u-padding) * 2);
	}
}
@media only screen and (max-width:950px) {
	#sitefoot > *,
	#sitefoot .wrapper {
		width: 100%;
		display: block;
	}
	#sitefoot .wrapper {
		padding-left: 0;
	}
	#sitefoot .elm {
		margin-bottom: 3.75em;
	}
		#sitefoot .lgm-wrap {
			text-align: center;	
		}
	#sitefoot .menus {
		margin: auto;
	}
		#sitefoot .primary {
			flex-wrap: nowrap;
		}
			#sitefoot .primary > * {
				width: auto;
			}
}
@media only screen and (max-width:640px) {
	footer#sitefoot {
		padding: 4em 0;
	}
	#sitefoot > *,
	#sitefoot .wrapper {
		text-align: center;	
	}
	#sitefoot .lgm-wrap {
		text-align: center;	
	}
		#sitefoot a.lgm {
			width: 13vw;
		}
	#sitefoot .primary {
		display: inline-block;	
	}
		#sitefoot .menus a {
			font-size: 1em;
		}
			#sitefoot .menus a::before {
				display: none;	
			}	
	#sitefoot small {
		margin-top: 3.75em;	
	}	
}

/**/
#sitefoot .controls {
	position: fixed;
	z-index: 2;
}
	#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 {
			
		}
	
/*contact-area*/
#contact-area {
	background-image: url("/share/asset/footer-banner-pc.png");
	background-size: cover;
	background-position: center;
	padding: 5em 0 8.25em;
}
	#contact-area h3 {	
		font-family: var(--font-en1);
		font-size: 3.125em;
		letter-spacing: 0.1em;
		margin-bottom: 1em;
	}
	#contact-area .bt-group {
		text-align: center;
		justify-content: center;
		gap: 1.6em;	
	}
		#contact-area .bt-group .hover-fix {
			width: 55%;
			max-width: 380px;
		}
			#contact-area .bt-group .bt {
				width: 100%;
			}
@media only screen and (max-width:640px) {
	#contact-area {
		background-image: url("/share/asset/footer-banner-smp.png");
		padding: 5em 0;
	}
		#contact-area h3 {	
			font-size: 2em;
		}
		#contact-area .bt-group .bt {
			font-size: 0.75em;
			padding: 1.2em;
		}
}
@media only screen and (max-width:440px) {
	#contact-area .bt-group .bt {
		font-size: 1em;
	}
}