#Footer {
	box-sizing: border-box;
	position: relative;
	z-index: 10000;
	padding: 90px 40px;
	width: calc(100% - 80px);
	background: #e8e7ec;
	color: #2b2b2b;
}

#Footer>div {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
	text-align: left;
}

#Footer .desc {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
}

#Footer .desc>div:nth-of-type(1) {
	width: 490px;
}

#Footer .desc>div:nth-of-type(2) {
	width: calc(100% - 490px);
	text-align: right;
}

#Footer .desc .banners {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#Footer .desc .banners>li {
	margin-bottom: 10px;
	width: calc(50% - 5px);
}

#Footer .desc .banners a {
	display: block;
	line-height: 0;
}

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

#Footer .desc .banners a img {
	display: block;
	width: 100%;
}

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

#Footer .desc .logos>li {
	margin-right: 20px;
}

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

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

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

#Footer .desc dl.share {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	line-height: 0;
}

#Footer .desc dl.share>dt {
	margin-right: 5px;
	font-size: .7em;
	line-height: 0;
	font-family: mittwoch,serif;
	font-weight: 400;
}

#Footer .desc dl.share .bro-snsbox>div>div {
	margin: 0 0 0 10px;
}

#Footer .desc dl.share .bro-snsbox.bro-circle-view>div>div {
	width: 30px !important;
}

#Footer .desc dl.share .bro-snsbox.bro-circle-view>div>div a {
	overflow: hidden;
	display: block;
}

#Footer .desc dl.share .bro-snsbox.bro-circle-view>div>div a:hover {
	transform: scale(1.06);
}

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

#Footer .desc .links>li {
	border-bottom: 2px solid #bfa46f;
	width: 210px;
}

#Footer .desc .links>li:nth-of-type(even) {
	margin-left: 20px;
}

#Footer .desc .links>li:nth-of-type(n+3) {
	margin-top: 20px;
}

#Footer .desc .links a {
	display: block;
	padding: 5px 15px 5px 0;
	color: #bfa46f;
	font-size: .7em;
	line-height: 1.2em;
	text-decoration: none;
	text-align: left;
	background: rgba(0,0,0,0) url(../img/ft_arrow.png) 100% 60%/12px auto no-repeat;
	white-space: nowrap;
}

#Footer .desc .links a:hover {
	background-position: calc(100% - 10px) 60%;
}

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

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

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

#Footer .desc .copy {
	font-size: .7em;
	line-height: 1.6em;
}

#Footer.lower>div .desc .fd_bnr {
	height: -moz-fit-content;
	height: fit-content;
	display: block;
	margin-right: auto;
	width: 100%;
	max-width: 264px;
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
}

#Footer.lower>div .desc .fd_bnr:hover {
	opacity: .6;
}

#Footer.lower>div .desc .fd_bnr img {
	width: 100%;
	display: block;
}

#Footer.lower>div .desc._openfd .logos {
	padding-top: 100px;
}

#Bg {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	line-height: 0;
}

#Bg>div {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
	border: 2px solid #bfa46f;
	border-radius: 100%;
	animation: ripples 3s linear 1;
}

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

#Footer {
	width: auto;
}

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

#Footer .desc {
	display: block;
}

#Footer .desc>div {
	width: auto !important;
	text-align: center !important;
}

#Footer .desc .banners {
	justify-content: center;
}

#Footer .desc .banners>li {
	margin-bottom: 20px;
	width: 500px;
}

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

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

#Footer .desc .logos>li {
	margin: 0 15px !important;
}

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

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

#Footer .desc dl.share {
	justify-content: center !important;
	position: static;
	margin-top: 60px !important;
}

#Footer .desc dl.share>dt {
	margin-right: 5px;
	line-height: 0;
}

#Footer .desc dl.share .bro-snsbox>div>div {
	margin: 0 0 0 20px;
}

#Footer .desc dl.share .bro-snsbox.bro-circle-view>div>div {
	width: 60px !important;
}

#Footer .desc dl.share .bro-snsbox.bro-circle-view>div>div a:hover {
	transform: scale(1);
}

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

#Footer .desc .links>li {
	margin-left: 0 !important;
	width: calc((100% - 30px)/2);
}

#Footer .desc .links>li:nth-of-type(n+3) {
	margin-top: 30px;
}

#Footer .desc .links a {
	padding: 5px 15px 5px 0;
	font-size: .8em;
	line-height: 1.2em;
	background-size: auto;
}

#Footer .desc .links a:hover {
	background-position: 100% 60%;
}

#Footer .desc .caution {
	margin-top: 60px !important;
}

#Footer .desc .caution .en {
	line-height: 1.4em;
}

#Footer .desc .caution .nintendo {
	line-height: 1.4em;
}

#Footer .desc .copy {
	line-height: 1.4em;
}

#Footer.lower>div .desc .fd_bnr {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

#Footer.lower>div .desc._openfd .logos {
	padding-top: 0;
}

}

@keyframes ripples {

0% {
	opacity: 1;
}

50% {
	opacity: 0;
	width: 250px;
	height: 250px;
	transform: translate(-125px, -125px);
}

}


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