@charset "utf-8";
/* CSS Document */
/* --------------------------------
             Footer
-------------------------------- */
.footer{
    width: 100%;
	background: #000;
	padding: 5rem 3rem 2rem;
}
.GlbList{
	width: 100%;
	max-width: 905px;
	color: #fff;
	margin: 0 auto;
}
.footer .toggle > ul{
	padding-bottom: 2rem;
}
.footer .toggle > ul > li{
	font-size: 1.4rem;
	line-height: 4rem;
}
.footer .toggle .toggle_title{
    border-bottom: 0.5px solid #666;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
	color: #fff;
}
.footer .toggle ul li a{
    color: #fff;
}
.footer_sns{
    display: contents;
    width: 21%;
}
.footer_sns .f_sns_txt{
	display: none;
	border-bottom: none;
}
.footer_sns ul{
    display: flex;
	justify-content: center;
	margin: 1.5rem 0 0;
}
.footer_sns ul li{
	margin-right: 1rem;
}
.sns_icon img{
    width: 3.5rem;
}
.copyright{
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	background: #000;
}
@media screen and (min-width: 769px){
	.GlbNav .toggle .arrow, .GlbNav .toggle .arrow, .footer .toggle .arrow, .footer .toggle .arrow {
    display: none !important;
    background: none !important;
    pointer-events: none;
    width: 0;
    height: 0;
}
	.footer{
	background: #000;
	padding: 8rem 0;
}
	.footer .toggle .toggle_title{
	border: none;
	font-size: 1.4rem;
	font-weight: 600;
    padding-bottom: 1.5rem;
    margin-bottom: 0;	
}
	.footer .toggle > ul > li{
	font-size: 1.4rem;
	line-height: 3rem;
}
	.footer > ul, .footer .toggle {
    width: 25%;
    float: left;
}
	.footer .toggle:nth-of-type(3){
		width: 29%;
	}
	.GlbNav .toggle ul, .footer .toggle ul {
    display: block;
    padding: 0;
}	
	.footer .nttoggle a{
    background: none;
    padding: 14px 0;
		color: #fff;
}
	.footer_sns .f_sns_txt{
	width: 155px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
	.sns_icon img{
    width: 3rem;
}
	.icon_lb{
		margin-top: 10rem;
	}
	.icon_lb img{
		width: 13rem;
	}
	.footer_sns ul{
		margin: 0 auto;
		justify-content: unset;
	}

}
