@charset "utf-8";

/*---------------------------------------------------------------------- general --*/

footer {
	position: relative;
	padding-top: 100px;
	border-top: 1px solid #f0f0f0;
}

footer .frame {
	position: relative;
}

footer .clear {
	border-top: 1px solid #226;
}

@media (1025px <= width) {
	footer .clear {
		height: 100px;
		margin-top: 20px;
	}
}

@media (width <= 1024px) {
	footer {
		padding: 0;
	}
}

/*---------------------------------------------------------------------- .go_top --*/

.go_top {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100px;
	aspect-ratio: 1 / 1;
	background: url(/asset/image/general/go_top_333.png?m=20000101) center / cover;
	opacity: 0.5;
	z-index: 100;
}

@media (width <= 1024px) {
	.go_top {
		display: none;
	}
}

@media (hover: hover) and (pointer: fine) {
	.go_top {
		transition: var(--transition);
	}

	.go_top:hover {
		background: url(/asset/image/general/go_top_fff.png?m=20000101) center / cover, var(--theme);
		opacity: 1;
	}
}

/*---------------------------------------------------------------------- .footer_logo --*/

footer .logo {
	position: absolute;
	bottom: 0;
	right: 0;
}

footer .logo img {
	height: 40px;
}

@media (width <= 1024px) {
	footer .logo {
		display: none;
	}
}

/*---------------------------------------------------------------------- .footer_menu --*/

.footer_menu {
	margin: 0px 0 50px;
}

.footer_menu_group {
	display: flex;
	align-items: center;
}

.footer_menu_group:nth-child(n + 2) {
	margin-top: 15px;
}

.footer_menu_group > div:last-child {
	display: flex;
    flex-wrap: wrap;
}

.footer_menu_group a {
	position: relative;
    line-height: 2em;
	font-family: YuGo-B;
}

.footer_menu_group a:nth-child(n + 2)::before {
	position: relative;
	padding: 0 15px;
}

.footer_menu_group a:nth-child(n + 2)::before {
	content: '/';
}

.footer_menu_category {
	min-width: 190px;
	line-height: 1em;
}

.footer_menu_category a {
	font-size: 20px;	
}

.footer_menu_group a:not(.footer_menu_category a) {
	font-size: 13px;
}

.footer_menu_group a {
	color: #666;	
}

@media (width <= 1024px) {
	.footer_menu {
		display: none;
	}
}

@media (hover: hover) and (pointer: fine) {
	.footer_menu_group a:first-child::after {
		left: 0;
		bottom: 0;
	}

	.footer_menu_group a:first-child:hover::after {
		width: 100%;
	}
	
	.footer_menu_group a:nth-child(2)::after {
		left: 43px;
	}
	
	.footer_menu_group a:nth-child(2):hover::after {
		width: calc(100% - 43px);
	}

	.footer_menu_group a:nth-child(n + 3)::after {
		left: 37px;
	}
	
	.footer_menu_group a:nth-child(n + 3):hover::after {
		width: calc(100% - 37px);
	}
}

/*---------------------------------------------------------------------- .footer_menu_2 --*/

.footer_menu_2 {
	display: flex;
}

.footer_menu_2 a {
	min-width: 248px;
	margin-right: 20px;
	line-height: 60px;
	font-size: 15px;

	border: 1px solid #ddd;
	border-radius: var(--border_radius);
	font-family: YuGo-B;
	text-align: center;
	background: linear-gradient(#fff, #f0f0f0);
}

@media (width <= 1280px) {
	.footer_menu_2 a {
		line-height: 40px;
	}
}

@media (width <= 1024px) {
	.footer_menu_2 {
		display: none;
	}
}

@media (hover: hover) and (pointer: fine) {
	.footer_menu_2 a {
		transition: 0.2s;
	}

	.footer_menu_2 a:hover {
		background: #226;
		color: #fff;
	}
}

/*---------------------------------------------------------------------- .footer_menu_3 --*/

.footer_menu_3 {
	display: flex;
	margin-top: 15px;
}

.footer_menu_3 a {
	position: relative;
	padding-right: 15px;
	font-family: YuGo-B;
	font-size: 13px;
}

.footer_menu_3 a::before {
	content: '';
	position: absolute;
	right: 0;
	width: 10px;
	height: 100%;
	background: url(/asset/image/general/link.svg) no-repeat center / contain;
}

.copyright {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1em;
	font-size: 11px;
}

.copyright {
	font-family: bahnschrift;
}

@media (1025px <= width <= 1600px) {

}

@media (1281px <= width) {
	.footer_menu_3 a {
		position: relative;
		letter-spacing: 0.5px;		
	}
	
	.footer_menu_3 a:not(:last-child) {
		margin-right: 32px;
	}
	
	.copyright {
		letter-spacing: 0.025em;
	}
}

@media (width <= 1280px) {
	.footer_menu_3 a {
		letter-spacing: 0;
	}

	.footer_menu_3 a:not(:last-child) {
		margin-right: 20px;
	}
	
	.copyright {
		letter-spacing: 0;
	}
}  
	
@media (width <= 1024px) {
	.footer_menu_3 {
		display: none;
	}

	.copyright {
		display: inline-block;
		position: static;
		line-height: 50px;
	}
}

@media (width <= 500px) {
	.copyright {
		font-size: 10px;		
	}
}

@media (hover: hover) and (pointer: fine) {



	.footer_menu_3 a, .copyright {

	}
}
