@charset "UTF-8";

body {
	background: #FFF url(../products/images/bg.png) center top repeat;
	background-size: 85px 61px;
}
/* ========================================
	header
======================================== */
.header{
	position: relative;
	margin-bottom: 3px;
}
.header__title {
	width: 33.4375%;
	padding: 5px;
}
.header__3ds {
	position: absolute;
	top: 3px;
	right: 1px;
	width: 27.1875%;
}


/* ========================================
	pagelink
======================================== */
.pagelink {
	display: table;
}
.pagelink__item {
	display: table-cell;
	width: 50%;
}

/* ========================================
	top-btn
======================================== */
.top-btn {
	margin-bottom: 20px;
}

#valentia {
	margin-top: -15px;
}

/* ========================================
	footer
======================================== */
.footer {
	padding: 20px 0;
	text-align: center;
	background: #4e1212;
}
.footer__nav {
	font-size: 0;
	background: url(../common/footer_nav_bg.png) repeat-x center top;
  background-size: 1px 10px;
}
.footer__nav-nintendo {
	display: inline-block;
	width: 32.8125%;
	font-size: 14px;
}
.footer__nav-3ds {
	display: inline-block;
	width: 48.4375%;
	font-size: 14px;
}

/* ---------------
	modal
--------------- */
#modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

/* ---------------
	products-list
--------------- */
#products-list {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
	padding: 10px 5px 0;
}
.modal-3ds #products-list {
	display: block;
	position: relative;
	width: auto;
	overflow-y: visible;
	background: rgba(0, 0, 0, 0.6);
}
.is3ds #products-list {
	position: absolute;
	width: 280px;
	height: 650px;
	overflow-y: visible;
}
.products-list__body {
	position:relative;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 20px;
}
.products-list__sentence {
}
.products-list__close-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	padding: 16px;
	cursor: pointer;
}
.products-list__close-btn {
	width: 40.625%;
	margin: 0 auto 10px;
	cursor: pointer;
}
.products-list__close-btn img {
}
.products-list__store {
	position: absolute;
	top: 55px;
	right: 13px;
	width: 65px;
}