@charset "utf-8";

/* ==========================================

========================================== */

.footer {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
}

.footer-top-illust {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
}

.footer-container {
	width: 100%;
	padding: 9rem 1.5rem 5rem;
}

.footer-area {
	max-width: 125rem;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-logo {
	max-width: 21.8rem;
	width: 100%;
	margin: 0 auto;
}

.footer-address-text-area {
    margin: 3rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-link-flex {
    margin: 2rem 0 0;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-text01 {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5625;
}

.footer-left {
    max-width: 39.6rem;
    width: 100%;
	margin: 0 2rem 0 0;
}

.footer-sns-flex {
	margin: 4rem 0 0;
    max-width: 13rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-right {
	max-width: 58rem;
	width: 100%;
}

.footer-text-box {
	margin: 4rem 0 0;
}

.footer-text-flex {
	display: flex;
}

.footer-text-flex:first-child {
	margin: 0;
}

.footer-text-flex .footer-text01:last-child {
	flex: 1;
}

.copyright-area {
	margin: 1rem auto 0;
	max-width: 125rem;
	width: 100%;
	text-align: right;
}

.copyright {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.access-btn {
    max-width: 26.2rem;
    width: 100%;
}

.access-btn a {
    padding: 0.5rem 1rem 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--fifth);
    background: var(--primary);
	text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 16%);
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 16%);
	transition: all .3s;
}

.access-btn a::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 1.3rem;
    background: url(../../../../uploads/access_arrow.svg)center center / contain no-repeat;
	margin: 0 0 0 7%;
	transition: all .3s;
}

.access-btn a:hover::after {
    transform: translateX(0.6rem);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	.footer-container {
		padding: 6rem 1.5rem 5rem;
	}

	.footer-area {
		flex-direction: column;
	}

	.footer-left {
		max-width: 100%;
		margin: 0;
	}

	.footer-logo {
		max-width: 16rem;
	}

	.footer-link-flex {
		margin: 1rem 0 0;
		flex-direction: column;
	}

	.footer-link-flex 

	.footer-sns-flex {
		margin: 3rem 0 0;
		max-width: 11rem;
	}

	.footer-right {
		max-width: 100%;
	}

	.access-btn {
		margin: 1rem 0 0;
	}

	.footer-text-box {
		margin: 2rem 0 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.copyright-area {
		text-align: center;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {


	.footer-text01 {
		font-size: 1.3rem;
	}


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */