@charset "UTF-8";

/*==========footer==========*/
#footer {
	position: relative;
	z-index: 1;
}

.footer__inner {
	padding: 40px 0;
	background-color: rgba(0, 0, 0, .2);
}

.footer__list {
	max-width: 500px;
	margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
}

.footer__item {
	display: inline-block;
	width: 50%;
	font-size: 12px;
	vertical-align: top;
}

.footer__contents {
	padding: 28px 0 30px;
	text-align: center;
}

.footer__headline {
	padding: 0 8px;
	font-size: 14px;
	text-align: center;
}

.footer__list_sns {
	flex-wrap: wrap;
	padding: 0 8px;
}

.footer-store__wrapper, .footer__list_sns {
	display: flex;
	justify-content: center;
}

.footer__list_sns .footer__item {
	width: auto;
	padding: 12px 8px 0;
}

.footer__list_sns .footer__link {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.footer__list_sns .sns__icon {
	width: 80%;
	height: 80%;
}

.footer__icon-text::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-family: 'icon';
	font-size: 30px;
	text-indent: 0;
}

.footer__list_sns .footer__link::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.sns__icon {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.footer__inner_base {
	padding: 40px 16px 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
}

.footer__inner_base .footer__link {
	position: relative;
	display: block;
	padding: 8px 8px 8px 10px;
	color: #FFF;
	font-size: 12px;
}

.footer__inner_base .footer__link::before {
	position: absolute;
	left: 0px;
	content: "・";
}

.footer-store__link {
	display: block;
	margin: 16px 10px 0;
}

.footer-store__link img {
	width: auto;
	max-height: 40px;
}

.footer__text_accessory {
	display: inline-block;
	vertical-align: middle;
}

.footer__logo {
	display: inline-block;
	width: 100%;
	max-width: 90px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
}

.footer__copy {
	position: relative;
	margin: 0 -16px;
	padding: 13px 0;
	font-size: 12px;
	text-align: center;
}

.footer__copy::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .6);
	transform: scaleY(.5);
}

@media screen and (min-width: 768px) {
	
	.footer__inner {
		display: block;
		padding: 60px 0;
	}

	.footer__inner_base {
		padding: 52px 0 0;
	}

	.footer__title {
		font-size: 36px;
	}
	
	.footer__clublogo {
		max-height: 100px;
	}
	
	.footer__list {
		max-width: none;
	}

	.footer__list_sns .footer__item {
		padding: 28px 20px 0;
	}

	.sns__icon {
		width: 100%;
		height: 100%;
	}

	.footer__list_sns .sns__icon {
		width: 100%;
		height: 100%;
	}

	.footer__icon-text::before {
		font-size: 40px;
	}

	.footer__menu-list {
		width: 50%;
		padding: 0 0 0 26px;
		text-align: center;
	}
	
	.footer__inner_base .footer__list {
		text-align: center;
	}
	
	.footer__inner_base .footer__item {
		width: auto;
		padding: 8px 20px;
	}
	
	.footer__inner_base .footer__link {
		position: static;
		display: block;
		padding: 0;
		font-size: 14px;
	}
	
	.footer__inner_base .footer__link::before {
		position: static;
		left: auto;
		content: none;
	}
	
	.footer__contents {
		display: flex;
		align-items: center;
		justify-content:center;
		padding: 32px 0 60px;
	}

	.footer__logo {
	    max-width: 120px;
    }
	
	.footer-logo__wrapper {
		width: 50%;
		padding: 0 25px 0 0;
		text-align: right;
	}
	
	.footer-store__wrapper {
		width: 50%;
		padding: 0 0 0 15px;
		justify-content: flex-start;
	}
	
	.footer-store__link {
		margin: 0 10px;
	}

	.footer__copy {
	    padding: 12px 0;
	    font-size: 14px;
	    text-align: center;
	}
}