/*footer*/
.footer {
	width: 100%;
	margin: 70px 0 0 0;
	background: #333;
	clear: both;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Lucida Grande', Verdana, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
}

.footer .footer__top {
	width: 1120px;
	margin: 0 auto;
	padding: 40px 0;
}

.footer .footer__top .footer__top__inr {
	height: 30px;
	position: relative;
}

.footer .footer__top .footer__top__inr .footer__logo {
	position: absolute;
	top: 0;
	left: 0;
}

.footer .footer__top .footer__top__inr .footer__logo a {
	width: 170px;
	height: 0;
	padding: 30px 0 0 0;
	display: block;
	overflow: hidden;
	background: url('../image/common/footer_logo.svg') no-repeat center center;
}

.footer .footer__top .footer__top__inr .footer__desc {
	color: #777;
	line-height: 1;
	position: absolute;
	top: 6px;
	left: 210px;
}

.footer .footer__top .footer__top__inr .footer__sns {
	position: absolute;
	top: 2px;
	right: 0;
}

.footer .footer__top .footer__top__inr .footer__sns p {
	margin: 8px 0 0 0;
	color: #777;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

.footer .footer__top .footer__top__inr .footer__sns .footer__sns__list {
	float: left;
}

.footer .footer__top .footer__top__inr .footer__sns .footer__sns__list li {
	margin: 0 0 0 30px;
	float: left;
}

.footer .footer__top .footer__top__inr .footer__sns .footer__sns__list li a {
	width: 26px;
	height: 0;
	padding: 26px 0 0 0;
	display: block;
	overflow: hidden;
}

.footer .footer__top .footer__top__inr .footer__sns .footer__sns__list li a.footer__sns__list--instagram {
	background: url('../image/common/footer_sns_instagram.png') no-repeat center center;
	font-size: 0;
}

.footer .footer__top .footer__top__inr .footer__sns .footer__sns__list li a.footer__sns__list--x {
	background: url('../image/common/footer_sns_x.png') no-repeat center center;
}

.footer .footer__top .footer__top__inr .footer__sns .footer__sns__list li a.footer__sns__list--facebook {
	background: url('../image/common/footer_sns_facebook.png') no-repeat center center;
}

.footer .footer__top .footer__top__inr .footer__sns .footer__sns__list li a.footer__sns__list--line {
	background: url('../image/common/footer_sns_line.png') no-repeat center center / contain;
}

.footer .footer__menu {
	width: 1120px;
	margin: 0 auto;
	padding: 50px 0;
	border-top: 2px solid #707070;
	overflow: hidden;
}

.footer .footer__menu .footer__menu__list {
	margin: 0 90px 0 0;
	float: left;
}

.footer .footer__menu .footer__menu__list:last-of-type {
	margin: 0;
	float: right;
}

.footer .footer__menu .footer__menu__list p {
	margin: 0 0 20px 0;
	color: #777;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.footer .footer__menu .footer__menu__list ul li {
	line-height: 2.1;
}

.footer .footer__menu .footer__menu__list ul li a {
	color: #ddd;
	text-decoration: none;
}

.footer .footer__menu .footer__menu__list ul li a.footer__menu__list--purchase::before {
	content: '';
	width: 18px;
	height: 20px;
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url('../image/common/footer_link_purchase.png') no-repeat center center;
}

.footer .footer__menu .footer__menu__list ul li a.footer__menu__list--app::before {
	content: '';
	width: 18px;
	height: 20px;
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url('../image/common/footer_link_app.png') no-repeat center center;
}

.footer .footer__menu .footer__menu__list ul li a.footer__menu__list--members::before {
	content: '';
	width: 18px;
	height: 20px;
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url('../image/common/footer_link_members.png') no-repeat center center;
}

.footer .footer__menu .footer__menu__list ul li a.footer__menu__list--questionnaire::before {
	content: '';
	width: 18px;
	height: 20px;
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url('../image/common/footer_link_questionnaire.png') no-repeat center center;
}

.footer .footer__menu .footer__menu__list ul li a.footer__menu__list--magazine::before {
	content: '';
	width: 18px;
	height: 20px;
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url('../image/common/footer_link_magazine.png') no-repeat center center;
}

.footer .footer__menu .footer__menu__list ul li a.footer__menu__list--global::before {
	content: '';
	width: 18px;
	height: 20px;
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url('/res/p/common/img/navi/footer_link_global.png') no-repeat center center;
	background-size: contain;
}

.footer .footer__btm {
	width: 100%;
	padding: 30px;
	background: #111;
	overflow: hidden;
}

.footer .footer__btm .footer__btm__inr {
	width: 1120px;
	margin: 0 auto;
}

.footer .footer__btm .footer__btm__inr .footer__company {
	color: #999;
	font-size: 10px;
	float: left;
}

.footer .footer__btm .footer__btm__inr .footer__copyright {
	color: #999;
	font-size: 10px;
	float: right;
}
