.bottom-footer-box{padding:30px 0 50px;background-color:#000;}
.bottom-footer-box .inner-box{display:flex;margin:0 auto;max-width:1500px;box-sizing:border-box;}
.bottom-footer-box .footer-con-box{position:relative;padding:0 0 0 140px;width:100%;box-sizing:border-box;}

.bottom-footer-box .footer-link-outer{display:flex;justify-content:space-between;flex-wrap:wrap;padding:0 0 11px;border-bottom:1px solid rgba(237,240,245,.16);}
.bottom-footer-box .footer-link-box{padding:20px 10px 8px 0;}
.bottom-footer-box .footer-link-box ul{font-size:0;}
.bottom-footer-box .footer-link-box ul li{display:inline-block;vertical-align:middle;}
.bottom-footer-box .footer-link-box ul li::after{content:'';display:inline-block;margin:-2px 16px 0;width:1px;height:15px;background-color:#666;vertical-align:middle;}
.bottom-footer-box .footer-link-box ul li:last-of-type::after{display:none;}
.bottom-footer-box .footer-link-box ul li a{display:inline-block;font-size:16px;font-weight:700;color:#666;line-height:21px;vertical-align:middle;}
.bottom-footer-box .footer-link-box ul li a:hover{color:#c1c1c1;}
.bottom-footer-box .footer-link-box ul li.privacy a{color:#c1c1c1;}

.bottom-footer-box .footer-sns-box > p{display:inline-block;padding:0 22px 0 0;font-size:14px;font-weight:700;color:#666;line-height:19px;vertical-align:middle;}
.bottom-footer-box .footer-sns-box ul{display:inline-block;vertical-align:middle;font-size:0;}
.bottom-footer-box .footer-sns-box ul li{display:inline-block;padding:0 8px 0 0;vertical-align:middle;}
.bottom-footer-box .footer-sns-box ul li:last-of-type{padding:0;}
.bottom-footer-box .footer-sns-box ul li a{display:block;width:49px;height:49px;border-radius:50%;background-color:#666;background-repeat:no-repeat;background-size:28px 28px;background-position:center;text-indent:-9999px;}
.bottom-footer-box .footer-sns-box ul li a.youtube{background-image:url(/_res/cuk/_share/img/common/ico-footer-sns-youtube.png);}
.bottom-footer-box .footer-sns-box ul li a.insta{background-image:url(/_res/cuk/_share/img/common/ico-footer-sns-insta.png);}
.bottom-footer-box .footer-sns-box ul li a:hover{background-color:#fff;}

.bottom-footer-box .footer-logo-box{position:absolute;top:13px;left:0;width:140px;box-sizing:border-box;}
.bottom-footer-box .footer-logo-box img{max-width:100%;}
.bottom-footer-box .footer-logo-box > img.pc{display:block;}
.bottom-footer-box .footer-logo-box > img.mo{display:none;}

.bottom-footer-box address{padding:14px 0 8px;}
.bottom-footer-box address ul{display:flex;flex-wrap:wrap;align-items:center;font-size:0;}
.bottom-footer-box address ul br{display:none;}
.bottom-footer-box address ul li{display:inline-block;font-style:normal;font-size:14px;font-weight:500;color:#666;line-height:19px;word-break:keep-all;vertical-align:middle;}
.bottom-footer-box address > ul > li::after{content:'';display:inline-block;margin:-2px 8px 0;width:1px;height:11px;background-color:#666;vertical-align:middle;}
.bottom-footer-box address > ul > li:last-of-type::after{display:none;}
.bottom-footer-box address > ul > li > ul{display:inline-block;vertical-align:top;}
.bottom-footer-box address > ul > li > ul > li::after{content:'';display:inline-block;margin:0 8px;width:1px;height:11px;background-color:#666;vertical-align:middle;}
.bottom-footer-box address > ul > li > ul > li:last-of-type::after{display:none;}
.bottom-footer-box address > ul > li a{display:inline-block;}
.bottom-footer-box address > ul > li a:hover{text-decoration:underline;}
.bottom-footer-box .copyright{font-size:14px;font-weight:500;color:#666;line-height:19px;}

@media screen and (max-width:1500px){
	.bottom-footer-box .inner-box{padding:0 20px;}
}

@media screen and (max-width:1024px){
	.bottom-footer-box{padding:40px 0 50px;}
	
	.bottom-footer-box .footer-con-box{padding:0;}

	.bottom-footer-box .footer-link-outer{flex-direction:column;padding:0 0 22px;border:none;}
	.bottom-footer-box .footer-link-box{padding:0 0 17px;border-bottom:1px solid rgba(237,240,245,.1);text-align:center;}
	.bottom-footer-box .footer-link-box ul li{margin:0 24px 10px 0;}
	.bottom-footer-box .footer-link-box ul li:last-of-type{margin-right:0;}
	.bottom-footer-box .footer-link-box ul li::after{display:none;}
	.bottom-footer-box .footer-link-box ul li a{font-size:14px;line-height:19px;}

	.bottom-footer-box .footer-logo-box{position:static;margin:0 auto;width:200px;}
	.bottom-footer-box .footer-logo-box > img.pc{display:none;}
	.bottom-footer-box .footer-logo-box > img.mo{display:block;}

	.bottom-footer-box .footer-sns-box{padding:15px 0;border-bottom:1px solid rgba(237,240,245,.1);text-align:center;}
	.bottom-footer-box .footer-sns-box > p{padding:0 18px 0 0;}
	.bottom-footer-box .footer-sns-box ul li{padding:0 6px 0 0;}
	.bottom-footer-box .footer-sns-box ul li a{width:32px;height:32px;background-size:20px 20px;}

	.bottom-footer-box address{padding:28px 0;}
	.bottom-footer-box address > ul{flex-direction:column;justify-content:center;text-align:center;}
	.bottom-footer-box address > ul > li{margin:0 0 14px;}
	.bottom-footer-box address > ul > li:last-of-type{margin:0;}
	.bottom-footer-box address > ul > li::after{display:none;}
	.bottom-footer-box address > ul > li > ul > li::after{margin:0 5px;background-color:#161616;}

	

	.bottom-footer-box .copyright{text-align:center;}
}

@media screen and (max-width:480px){
	.bottom-footer-box .footer-sns-box{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:15px 10px;}
	.bottom-footer-box .footer-sns-box > p{padding:0 10px 0 0;}

	.bottom-footer-box .footer-logo-box{width:168px;}

	.bottom-footer-box address{padding:20px 0;}
	.bottom-footer-box address ul li{font-size:12px;line-height:17px;}
	.bottom-footer-box address > ul > li{margin:0 0 6px;}
	.bottom-footer-box .copyright{font-size:12px;line-height:24px;}
}