#Footer {
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	padding: 60px 40px;
	width: 100%;
	color: #979594;
	background-color: rgba(0,0,0,0);
}

#Footer>div {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	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: 236px;
	display: block;
	transition: all .3s;
	position: relative;
	flex-shrink: 0;
	margin-right: 40px;
}

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

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

#Footer .menu dl.share {
	display: flex;
	align-items: center;
}

#Footer .menu dl.share dt {
	margin-right: 11px;
	color: #979594;
	font-size: 1.7rem;
	line-height: 1em;
	letter-spacing: 0;
	flex-shrink: 0;
	font-family: "Zen Old Mincho",serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
}

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

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

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

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

#Footer .menu 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: 34px;
	height: 34px;
}

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

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

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

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

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

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

#Footer .menu .links a {
	display: block;
	color: #979594;
	font-family: "Zen Old Mincho",serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: .04em;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
}

#Footer .menu .links a:hover {
	color: #c4924f;
}

#Footer .desc {
	width: 47.5%;
	position: relative;
	margin-left: 80px;
}

#Footer .desc::before {
	content: "";
	display: block;
	position: absolute;
	left: -44px;
	top: 0;
	width: 5px;
	height: 100%;
	background-color: rgba(0,0,0,0);
	border-left: #979594 solid 1px;
	border-right: #979594 solid 1px;
	box-sizing: border-box;
}

#Footer .desc .logos {
	display: inline-flex;
	flex-flow: row nowrap;
	line-height: 0;
	position: relative;
	top: -9px;
}

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

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

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

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

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

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

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

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

#Footer .desc .caution .nintendo {
	margin-top: 5px;
	font-size: .7em;
	line-height: 1.6em;
	letter-spacing: .07em;
}

#Footer .desc .copy {
	margin-top: 3px;
	font-size: .7em;
	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: 90px 40px;
}

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

#Footer .menu {
	margin: 0 auto;
}

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

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

#Footer .menu dl.share {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

#Footer .menu dl.share dt {
	margin-right: 14px;
	font-size: 2.7rem;
}

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

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

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

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

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

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

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

#Footer .menu .links a {
	font-size: 1.2em;
	letter-spacing: .07em;
	line-height: 1.2em;
}

#Footer .menu .links a:hover {
	color: #979594;
}

#Footer .desc::before {
	width: 100%;
	height: 8px;
	left: 0;
	border-left: none;
	border-right: none;
	border-top: #979594 solid 2px;
	border-bottom: #979594 solid 2px;
}

#Footer .desc {
	width: 100%;
	text-align: center;
	margin-left: 0;
	margin-top: 62px;
	box-sizing: border-box;
	padding-top: 65px;
}

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

#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 .caution {
	margin-top: 32px;
	font-weight: 700;
}

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

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

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

#Footer .desc .caution .nintendo {
	margin-top: 11px;
	font-size: .8em;
}

#Footer .desc .copy {
	margin-top: 11px;
	font-size: .8em;
	font-weight: 700;
	line-height: 1.6em;
	letter-spacing: .1em;
}

}


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