#Footer {
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	padding: 60px 40px;
	width: 100%;
	color: #b5c1c9;
}

#Footer::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: linear-gradient(180deg, transparent 0%, #fff 4%, #fff 100%);
	z-index: -1;
}

#Footer > div {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
	max-width: 1060px;
	text-align: left;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#Footer .menu {
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

#Footer .menu .logo {
	width: 90px;
	display: block;
	transition: all 0.3s;
	position: relative;
	top: -38px;
}

#Footer .menu .logo:hover {
	opacity: 0.6;
}

#Footer .menu .logo img {
	width: 100%;
	display: block;
}

#Footer .menu .nav {
	box-sizing: border-box;
	padding: 20px 0 20px 30px;
	margin-left: 30px;
	border-left: #8650a9 solid 2px;
}

#Footer .menu .nav .nav_list {
	height: -moz-fit-content;
	height: fit-content;
}

#Footer .menu .nav .nav_list:not(:last-child) {
	margin-bottom: 22px;
}

#Footer .menu .nav .nav_list > li:not(:last-child) {
	margin-bottom: 20px;
}

#Footer .menu .nav .nav_list > li > p {
	position: relative;
	z-index: 1;
	font-size: 1.4em;
	line-height: 1em;
	letter-spacing: 0.1em;
	font-family: consolas, sans-serif;
	font-weight: 400;
	font-style: normal;
}

#Footer .menu .nav .nav_list > li > p a,
#Footer .menu .nav .nav_list > li > p span {
	color: #8650a9;
	display: inline-block;
}

#Footer .menu .nav .nav_list > li > p a:hover {
	opacity: 0.7;
}

#Footer .desc {
	width: 50%;
}

#Footer .desc .logos {
	display: inline-flex;
	flex-flow: row nowrap;
	line-height: 0;
}

#Footer .desc .logos > li:not(:last-child) {
	margin-right: 26px;
}

#Footer .desc .logos a {
	display: block;
}

#Footer .desc .logos a:hover img {
	opacity: 0.6;
}

#Footer .desc .logos img {
	width: auto;
	max-width: none;
	height: 35px;
}

#Footer .desc dl.share {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

#Footer .desc dl.share dt {
	margin-right: 11px;
	color: #b5c1c9;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0;
	flex-shrink: 0;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#Footer .desc dl.share dd {
	width: -moz-fit-content;
	width: fit-content;
	padding: 0;
	margin: 0;
}

#Footer .desc dl.share dd * {
	padding: 0;
	margin: 0;
}

#Footer .desc dl.share ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

#Footer .desc dl.share ul > li:not(:last-child) {
	margin-right: 10px;
}

#Footer .desc dl.share ul a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	border-radius: 100%;
	width: 40px;
	height: 40px;
}

#Footer .desc dl.share ul a img {
	width: 100%;
}

#Footer .desc dl.share ul a:hover {
	transform: scale(1.06);
}

#Footer .desc .links {
	display: inline-flex;
	flex-flow: row wrap;
	margin-top: 30px;
	width: -moz-fit-content;
	width: fit-content;
}

#Footer .desc .links > li {
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}

#Footer .desc .links > li:not(:last-child) {
	margin-right: 44px;
}

#Footer .desc .links > li:not(:last-child)::before {
	content: "";
	display: block;
	position: absolute;
	right: -23px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background-color: #b5c1c9;
}

#Footer .desc .links a {
	display: block;
	color: #b5c1c9;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0.01em;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
}

#Footer .desc .links a:hover {
	color: #864faa;
}

#Footer .desc .caution {
	margin-top: 24px;
}

#Footer .desc .caution .jp,
#Footer .desc .caution .en {
	font-size: 0.6em;
	line-height: 1.6em;
}

#Footer .desc .caution .jp {
	letter-spacing: 0.12em;
}

#Footer .desc .caution .en {
	letter-spacing: 0.088em;
	margin-top: 10px;
}

#Footer .desc .caution .nintendo {
	margin-top: 1em;
	font-size: 0.6em;
	line-height: 1.6em;
	letter-spacing: 0.088em;
}

#Footer .desc .copy {
	margin-top: 1em;
	font-size: 0.6em;
	line-height: 1.6em;
}

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

#Footer .desc .logos {
	flex-flow: row wrap;
}

}

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

#Footer {
	padding: 80px 40px;
}

#Footer > div {
	display: block;
	text-align: center;
}

#Footer .menu {
	width: 100%;
	margin: 0 auto;
}

#Footer .menu .logo {
	width: 170px;
	top: 0;
}

#Footer .menu .logo:hover {
	opacity: 1;
}

#Footer .menu .nav {
	display: flex;
	align-items: center;
	padding: 0;
	margin-left: 62px;
	border: none;
}

#Footer .menu .nav .nav_list {
	box-sizing: border-box;
	padding: 24px 0 20px 28px;
	border-left: #8650a9 solid 2px;
	text-align: left;
}

#Footer .menu .nav .nav_list:not(:last-child) {
	margin-bottom: 0;
}

#Footer .menu .nav .nav_list:not(:first-child) {
	margin-left: 42px;
}

#Footer .menu .nav .nav_list > li:not(:last-child) {
	margin-bottom: 50px;
}

#Footer .menu .nav .nav_list > li > p {
	font-size: 1.25em;
	letter-spacing: 0.08em;
}

#Footer .menu .nav .nav_list > li > p a:hover {
	opacity: 1;
}

#Footer .desc {
	width: auto;
	text-align: center;
}

#Footer .desc .logos {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

#Footer .desc .logos > li:not(:last-child) {
	margin-right: 30px;
}

#Footer .desc .logos a:hover img {
	opacity: 1;
}

#Footer .desc .logos img {
	height: auto;
}

#Footer .desc dl.share {
	margin-top: 55px;
	width: -moz-fit-content;
	width: fit-content;
	margin: 55px auto 0;
}

#Footer .desc dl.share dt {
	margin-right: 30px;
	font-size: 2.4rem;
}

#Footer .desc dl.share ul > li:not(:last-child) {
	margin-right: 20px;
}

#Footer .desc dl.share ul > li {
	flex-basis: auto;
}

#Footer .desc dl.share ul a {
	width: 60px;
	height: 60px;
}

#Footer .desc dl.share ul a a:hover {
	transform: scale(1);
}

#Footer .desc .links > li:not(:last-child) {
	margin-right: 69px;
}

#Footer .desc .links > li:not(:last-child)::before {
	right: -34px;
	width: 2px;
	min-height: 22px;
}

#Footer .desc .links {
	display: flex;
	justify-content: center;
	margin: 60px auto 0;
	width: 100%;
	max-width: 670px;
}

#Footer .desc .links a {
	font-size: 1em;
	letter-spacing: 0;
	line-height: 1.2em;
}

#Footer .desc .links a:hover {
	color: #b5c1c9;
}

#Footer .desc .caution {
	margin-top: 32px;
}

#Footer .desc .caution .jp,
#Footer .desc .caution .en {
	font-size: 0.5em;
	line-height: 1.6em;
}

#Footer .desc .caution .en {
	margin-top: 4px;
	line-height: 1.4em;
	letter-spacing: 0.045em;
	position: relative;
	left: -7px;
}

#Footer .desc .caution .nintendo {
	margin-top: 16px;
	font-size: 0.5em;
	line-height: 1.4em;
}

#Footer .desc .copy {
	margin-top: 16px;
	font-size: 0.5em;
	line-height: 1.4em;
	letter-spacing: 0.02em;
}

}


/*# sourceMappingURL=../map/footer.css.map */
