@media screen and (max-width: 1400px){
	#aside {right:15px;bottom:30px}
}

@media screen and (max-width: 1280px){
	#aside {right:10px;bottom:20px}
	#aside .aside_txt {margin-bottom:18px}
	#aside .btn {width:60px;height:60px;background-size:40px;background-position:center top 15px}

	#footer {padding:45px 0 120px 0}
	#footer .logo img {width:252px}
	#footer .f_sns a {width:44px;height:44px}
	#footer .f_sns .sns_list {margin-right:18px}
	#footer .footer_site {width:210px}
}

@media screen and (max-width: 1080px){
	#footer {padding:35px 0 80px 0}
	#footer .container {display:grid}
	#footer .logo {order:2;margin-top:32px}
	#footer .logo img {width:242px}
	#footer .f_txt {order:3;max-width:100%}
	#footer .f_link {order:5;max-width:100%;margin-top:24px;padding-top:24px;border-top:1px solid #fff}
	#footer .f_sns {order:4;margin-top:32px;position:relative;right:auto;top:auto}
	#footer .f_family_site {order:1;position:relative;right:auto;top:auto}
	#footer .copy {order:6;margin-top:16px;position:relative;right:auto;bottom:auto}
}

@media screen and (max-width:767px){
	#aside .aside_txt {width:125px;margin-bottom:13px;padding:5px 0;font-size:0.85em}
	#aside .aside_txt::before {border-top-width:10px;border-bottom-width:10px;bottom:-19px}

	#footer {padding:30px 0 70px 0;font-size:1em}
	#footer .logo img {width:212px}
	#footer .f_sns {display:flex;justify-content:space-between}
	#footer .f_family_site {font-size:1em}
	#footer .footer_site {width:calc(50% - 4px)}
}

@media screen and (max-width:480px){
	#aside {right:8px;bottom:15px}
	#aside .aside_txt {display:none}
	#aside .btn {width:50px;height:50px;background-size:32px;background-position:center top 13px}

	#footer {padding-bottom:40px}
	#footer .logo img {width:192px}
	#footer .f_txt .list_txt_group .list_txt {width:100%}
	#footer .f_txt .list_txt_group .list_txt.line {margin-right:0;padding-right:0}
	#footer .f_txt .list_txt_group .list_txt.line::after {display:none}
	#footer .f_sns a {width:42px;height:42px}
	#footer .f_sns .sns_list {column-gap:4px;margin-right:0}
	#footer .f_family_site {display:block;width:100%}
	#footer .footer_site {width:100%;margin-bottom:8px}
	#footer .footer_site:last-child {margin-bottom:0}
}