@charset "UTF-8";

.buttonPagetop{
	text-align: center;
}
.buttonPagetop span{
	background: url(../img/common/icoPagetopBK.png) no-repeat top center;
	display: block;
}
.buttonPagetop span:hover{
	transition: 0.8s;
	background: url(../img/common/icoPagetopGL.png) no-repeat top center;
}


footer{
	width: 100%;
	background: #242323;
	padding: 100px 0 20px;
	font-size: 0.975em;
	text-align: center;
	color: #dabb61;
	border-top: solid 5px #dabb61;
}
.footerNavWrap{
	margin: 0 auto;
	padding-left: 20px;
	width: 900px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 70px 0;
}
.footerNavMain{
	width: calc( 50% - 30px );
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}
.footerNavMain img{
	width: 28px;
	margin-top: 10px;
}
.footerNavMain h2{
	width: 150px;
	text-align: center;
}
footer ul li,
footer ul li a,
footer ul li a:visited{
	color: #ccc;
}
footer ul li a:hover{
	color: #dabb61;
}
.footerNavMain{
	text-align: left;
}
.footerNavSub li{
	padding-left: 15px;
	white-space: nowrap;
	position: relative;
}
.footerNavSub li::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	color: #dabb61;
	line-height: 1;
	width: 0.5em;
	height: 0.5em;
	border-top: 0.1em solid currentColor;
	border-right: 0.1em solid currentColor;
	box-sizing: border-box;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
footer li p{
	font-size: 1.25em;
	line-height: 1.375em;
	box-sizing: border-box;
	padding: 0 0 10px;
	display: inline-block;
	position: relative;
}
footer li p span{
	position: absolute;
	font-size: 0.85rem;
	display: block;
	white-space: nowrap;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.footerNavSub span{
	font-size: 0.75em;
	line-height: 1em;
	letter-spacing: 0.1em;
	font-family: Pelago VF Light, sans-serif;
	font-variation-settings: "wght" 400;
	padding-left: 7px;
}
.footerNavSub a,
.footerNavSub h3{
	display: inline-block;
}
.linkWindow{
	position: relative;
}
.linkWindow::after{
	content: '';
	position: absolute;
	background: url("../img/common/icoWindow.webp");
	background-size: contain;
	width: 12px;
	height: 12px;
	margin-top: 1px;
	top: 50%;
	right: -18px;
	transform: translateY(-50%);
}
footer .copyright{
	font-size: 0.85em;
	margin-top: 100px;
}
footer .copyright::after{
	margin: 5px auto 0;
}
footer .copyright::before{
	content: '';
	background: url(../img/common/icoStar.webp);
	background-size: contain;
	width: 11px;
	height: 11px;
	display: block;
	margin: 0 auto 20px;
}
@media screen and (max-width: 900px){
	.footerNavWrap{
		margin: 0 auto;
		padding-left: 45px;
		width: 470px;
		gap: 0;
	}
	.footerNavMain{
		width: 100%;
		gap: 10px;
	}
	.footerNavMain img{
		width: 24px;
	}
	.footerNavMain h2{
		width: 180px;
		height: 90px;
		margin-top: 0;
	}
	.footerNavSub:first-of-type,
	.footerNavSub:nth-of-type(4){
		padding-bottom: 30px;
	}
	footer li p{
		font-size: 1.15em;
	}
	footer li p span{
		position: absolute;
		bottom: -15px;
	}
	footer .copyright{
		margin-top: 80px;
	}
}
@media screen and (max-width: 768px){
	footer{
		padding: 50px 0 15px;
	}
	.footerNavWrap{
		padding-left: 3px;
		width: 320px;
	}
	.footerNavMain{
		gap: 20px;
	}
	.footerNavMain img{
		width: 20px;
	}
	.footerNavMain h2{
		width: 95px;
		height: 70px;
		margin-top: -2px;
	}
	.footerNavSub{
		font-size: 0.85em;
	}
	.footerNavSub:first-of-type,
	.footerNavSub:nth-of-type(4){
		padding-bottom: 25px;
	}
	footer li p{
		font-size: 0.925em;
	}
	footer li p span{
		font-size: 0.7em;
		position: absolute;
		bottom: -12px;
	}
	.linkWindow::after{
		width: 10px;
		height: 10px;
		margin-top: 0;
	}
	footer .copyright{
		font-size: 0.7em;
		margin-top: 20px;
	}
	footer .copyright::before{
		margin: 0 auto 8px;
	}
}
@media screen and (max-width: 375px) {
	footer{
		padding: 50px 0 15px;
	}
	.footerNavWrap{
		padding-left: 2px;
		width: 280px;
	}
	.footerNavSub{
		font-size: 0.8em;
	}
	.footerNavSub:first-of-type,
	.footerNavSub:nth-of-type(4){
		padding-bottom: 22px;
	}
	.footerNavSub li{
		padding-left: 12px;
	}
	.footerNavMain h2{
		width: 70px;
		height: 60px;
		margin-top: -4px;
	}
	.footerNavMain img{
		width: 18px;
	}
	footer li p{
		font-size: 0.85em;
	}
	footer li p span{
		font-size: 0.62rem;
		bottom: -7px;
	}
	.linkWindow::after{
		width: 10px;
		height: 10px;
		margin-top: 1px;
		right: -15px;
	}
	footer .copyright{
		font-size: 0.62em;
	}
}