footer {
	background-color: #061C42;
	color: #fff;
	padding-bottom: 1.5rem;
	padding-top: 0.875rem;
	position: relative;
	z-index: 2;
}

.footer__wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: -0.75rem;
	text-align: center;
}

.footer__sns {
	display: flex;
	justify-content: center;
	margin-top: 0.625rem;
}

.footer__left {
	margin-left: 0;
}

.footer__snsItem:nth-child(2) {
	margin: 0 1.8125rem;
}

.footer__items {
	margin: auto;
	max-width: 14rem;
	padding-left: 1.375rem;
	text-align: center;
	text-align: left;
	width: 100%;
}

.footer__item {
	position: relative;
}

.footer__item:nth-child(n+2) {
	margin-top: 1rem;
}

.footer__item a {
	-webkit-text-decoration: none;
	display: inline-block; 
	font-weight: bold;
	padding: 0.625rem min(4.2vw, 1.3rem);
	text-decoration: none; 
}

.footer__item:after {
	background-color: #fff;
	bottom: -5px; 
	content: "";
	height: 2px; 
	left: 0; 
	position: absolute;
	transition: all 0.3s ease; 
	width: 0; 
}

.footer__item:hover:after {
	background-color: #fff;
	left: 0; 
	width: 100%;
}

.footer__logo {
	margin-right: 0.25rem;
	max-width: 5.5rem;
	width: 100%;
}

.footer__logo img {
	height: 100%;
}

.footer__snsLink {
	display: inline-block;
	max-width: 2.5rem;
	width: 100%;
}

.footer__snsLink:hover {
	opacity: 0.5;
}

.footer__snsLink:nth-child(2) {
	margin: 0 1.5rem;
}

.footer__snsLink img {
	-o-object-fit: contain;
	object-fit: contain;
}

.footer__title {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}

.footer__title--smallSize {
	font-size: 0.625rem;
}

.footer__subscription {
	font-size: 0.875rem;
	margin-top: 0.5625rem;
	padding: 0.25rem 0.375rem;
	text-align: center;
}

.footer__menu {
	margin-top: 1.25rem;
}

.footer__subscription .footer__btn {
	font-size: 1.25rem;
	max-width: 15.625rem;
	padding: 1.125rem 3.75rem 0.75rem 1.1875rem;
	position: relative;
}

.footer__subscription .footer__btn:before {
	background-image: url("../images/common/pc-img/drawer/drawer__menu.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 2.5rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.75rem;
	z-index: 2;
}

@media screen and (min-width: 768px) {

	footer {
		padding-bottom: 0.5rem;
		padding-top: 2.5625rem;
	}
	
	.footer__wrapper {
		margin-left: 0;
	}
	
	.footer__container {
		align-items: center;
		display: flex;
		justify-content: center;
	}
	
	.footer__sns {
		margin-left: 1.875rem;
		margin-top: 0;
	}
	
	.footer__left {
		margin-left: 2rem;
		margin-right: 3.25rem;
	}
	
	.footer__items {
		display: flex;
		justify-content: center;
		margin-top: 0;
		max-width: 100%;
		padding-left: 0;
	}
	
	.footer__item:nth-child(n+2) {
		margin-top: 0;
	}
	
	.footer__item a {
		padding: 0.25rem min(3.125vw, 3.2rem) 0.25rem min(3.5vw, 4rem);
	}
	
	.footer__logo {
		height: auto;
		margin: auto;
		margin-right: 0.875rem;
		max-width: 13.875rem;
	}
	
	.footer__snsLink {
		max-width: 3.125rem;
	}
	
	.footer__title {
		font-size: 2rem;
	}
	
	.footer__title--smallSize {
		font-size: 1.25rem;
	}
	
	.footer__subscription {
		font-size: 1.5rem;
		margin-top: 0;
	}
	
	.footer__menu {
		margin-top: 1.125rem;
	}
	
	.footer__subscription .footer__btn {
		font-size: 1.5rem;
	}
}