.footer__wrap {
	position: relative;
	font-size: 14px;
	line-height: 1.1;
	color: #707070;
	font-family: tenon, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.02em;
	border-top: 1px solid #d6d6d6;
}
.footer__wrap a {
	color: #707070;
	transition: opacity 0.3s;
}
.footer__wrap a:hover {
	opacity: 0.5;
}

.footer__wrap .widget.style1 {
	padding: 0;
        border: none;
}
.footer__wrap .widget > strong {
	display: none;
}
.footer__wrap .widget ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.1;
}
.footer__wrap .widget ul li + li {
	margin-top: 5px !important;
}
.footer__wrap .widget ul li a {
	color: #707070;
        padding: 3px 0;
        display: block;
}

.footer__wrap .footer__main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 30px;
}
.footer__wrap .footer__main .footer__logo {
	width: 25%;
        padding-right: 36px;
}
.footer__wrap .footer__main .footer__logo img {
	width: auto;
	height: 64px;
}
.footer__wrap .footer__main .footer__menu {
	width: 50%;
        margin-top: -3px;
}
.footer__wrap .footer__main .footer__menu .widget .textwidget {
	display: flex;
	justify-content: space-between;
}
.footer__wrap .footer__main .footer__sns p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.1;
	font-family: tenon, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.02em;
}
.footer__wrap .footer__main .footer__sns ul {
	display: flex;
	flex-wrap: wrap;
        justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}
.footer__wrap .footer__main .footer__sns ul li {
	width: 26px;
	margin-top: 0 !important;
	margin-right: 12px !important;
}
.footer__wrap .footer__main .footer__sns ul li:last-child {
	margin-right: 0 !important;
	margin-left: 3px !important;
}

.footer__wrap .footer__copyright {
	padding: 30px;
	border-top: 1px solid #d6d6d6;
}
.footer__wrap .footer__copyright p {
	margin: 0;
	font-size: 12px;
	line-height: 1.8;
	font-weight: 300;
	text-align: center;
}



/* responsive */



/* pc */

@media screen and (max-width: 1280px){

.footer__wrap {
	position: relative;
	font-size: 12px;
}
.footer__wrap .footer__main .footer__logo img {
	height: 58px;
}
.footer__wrap .widget ul li {
	font-size: 12px;
}
.footer__wrap .footer__main .footer__sns p {
	font-size: 12px;
}
.footer__wrap .footer__copyright p {
	font-size: 10px;
}

}

/* tb */

@media screen and (max-width: 1024px){

.footer__wrap .footer__main .footer__menu {
	width: 55%;
}
.footer__wrap .footer__main .footer__sns {
	width: 20%;
}

}

/* sp */

@media screen and (max-width: 767px){

.footer__wrap {
	position: relative;
	font-size: 3.5vw;
}
.footer__wrap .widget ul li {
	font-size: 4vw;
}
.footer__wrap .footer__main .footer__sns p {
	font-size: 3.5vw;
}
.footer__wrap .footer__copyright p {
	font-size: 3vw;
}


.footer__wrap .widget ul li + li {
	margin-top: 3vw !important;
}

.footer__wrap .footer__main {
	display: block;
	padding: 0;
}
.footer__wrap .footer__main .footer__logo {
	width: 100%;
	padding: 8vw 4vw;
	border-bottom: 1px solid #d6d6d6;
}
.footer__wrap .footer__main .footer__logo img {
	width: 70%;
	height: auto;
}
.footer__wrap .footer__main .footer__menu {
	width: 100%;
}
.footer__wrap .footer__main .footer__menu .widget .textwidget {
	display: block;
	padding: 0 4vw;
}
.footer__wrap .footer__main .footer__menu .widget ul {
	padding: 4vw 0;
	border-bottom: 1px solid #d6d6d6;
}
.footer__wrap .footer__main .footer__sns {
	width: 100%;
	padding: 4vw;
	text-align: center;
}
.footer__wrap .footer__main .footer__sns ul {
	justify-content: center;
	margin-top: 2vw;
}
.footer__wrap .footer__main .footer__sns ul li {
	width: 6vw;
	margin-top: 0 !important;
	margin-right: 2vw !important;
}
.footer__wrap .footer__main .footer__sns ul li:last-child {
	margin-right: 0 !important;
	margin-left: 1vw !important;
}

.footer__wrap .footer__copyright {
	padding: 8vw 4vw;
}

}
