@charset "UTF-8";
footer#sitefoot {
	padding: var(--u-space) 0 2em;
	background-color: var(--footer-bg-color);
}
#sitefoot .wrapper {
	display: flex;
	justify-content: flex-start;
	gap: 7.5em;
}
#sitefoot a.lgm {
	display: inline-block;
}
	#sitefoot a.lgm > img {
		width: 100%;
		height: auto;
	}
#sitefoot .primary div {
	display: flex;
	flex-direction: column;
	gap: 0.15em;
}
#sitefoot .menus .primary a {
	position: relative;
	display: inline-block;
	width: 100%;
	color: var(--cl-white);
	font-weight: 500;
	font-size: 0.875em;
	letter-spacing: 0.07em;
	padding: 0.5em 0;
	padding-left: 1.25em;
}
	#sitefoot .menus .primary a::before,
	#sitefoot .menus .primary a::after {
		position: absolute;
		display: inline-block;
		content: "";
		width: 0.6em;
		height: 1px;
		left: 0;
		top: 50%;
		transform: translate(0,-50%);
		background-color: var(--cl-white);
	}
	#sitefoot .menus .primary a p {
		margin-bottom: 0;
		white-space: nowrap;
	}
#sitefoot small {
	display: block;
	font-family: var(--font-en1);
	font-weight: 300;
	font-size: 0.8125em;
	text-align: center;
	line-height: 1.2em;
	letter-spacing: 0.07em;
	color: var(--cl-white);
	opacity: 0.5;
	margin-top: 11em;
}
@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: -1.0em;
	}
		#sitefoot .primary div {
			width: 9.125em;
		}
		#sitefoot .primary > div:last-of-type {
			width: 10em;
		}	
}
@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.25em;
	}
		#sitefoot .lgm-wrap {
			text-align: center;	
		}
	#sitefoot .menus {
		margin: auto;
	}
	#sitefoot .primary > * {
		width: 100%;
	}
}
@media only screen and (max-width:640px) {
	footer#sitefoot {
		padding: 4em 0;
	}
	#sitefoot .lgm-wrap {
		text-align: center;	
	}
		#sitefoot a.lgm {
			width: 13vw;
		}
	#sitefoot .primary,
	#sitefoot .primary div {
		gap: 0.325em;
	}
	#sitefoot .primary {
		font-size: calc(1em / 13.5 * 14);
	}
	#sitefoot .menus .primary a {
		font-size: 1em;
	}
	#sitefoot small {
		margin-top: 3.75em;
		font-size: 0.975em;
	}	
}

/**/
#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-2-pc.png");
	background-size: cover;
	background-position: center;
	padding: 5em 0 8.25em;
}
	#contact-area .area-tit {	
		font-family: var(--font-en1);
		font-size: 3.125em;
		letter-spacing: 0.1em;
		margin-bottom: 1em;
	}
		#contact-area .bt-group .hover-fix {
			max-width: 380px;
		}
			#contact-area .bt-group a.bt.bt-iconL {
				width: 100%;
				padding: 1.5em;
			}
@media only screen and (max-width:640px) {
	#contact-area {
		background-image: url("/share/asset/footer-banner-2-smp.png");
		padding: 5em 0;
	}
		#contact-area .area-tit {	
			font-size: 2em;
		}
		#contact-area .bt-group a.bt.bt-iconL {
			font-size: 0.75em;
			padding: 1.2em;
		}
}

/**/
#sitefoot .menus .primary a {
	overflow: hidden;
}
	#sitefoot .menus .primary a::after{
		z-index: -1;
		left: -2.5em;
		background-color: var(--cl-main);
		opacity: 0;
		transition: all 0.3s;
	}
	#sitefoot .menus .primary a:hover::after {
		z-index: 2;
		left: 0;
		opacity: 2;	
	}
/**/
#sitefoot .menus .channel-group {
	display: flex;
	flex-wrap: nowrap;
	gap: 1.25em;
	align-items: center;
	margin-top: 0.75em;
}
#sitefoot .menus .channel-group a {
	width: 1.75em;
	aspect-ratio: 1/1;
}
#sitefoot .menus .channel-group a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
@media only screen and (max-width:950px) {
	#sitefoot .menus .channel-group {
		justify-content: center;
	}
}
@media only screen and (max-width:640px) {
	#sitefoot .menus .channel-group {
		margin-top: 2.5em;
		gap: 1.6em;
	}
	#sitefoot .menus .channel-group a {
		width: 2.275em;
	}
}