@charset "UTF-8";



/* =========================================================
   utillity
========================================================= */
.none,
.sp_only {
	display: none;
}
.hidden {
	visibility: hidden;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}



/* =========================================================
   wrapper
========================================================= */
#wrapper {
	min-width: 960px;
	overflow: hidden;
	margin: 0 auto;	
}



/* =========================================================
   hero-container
========================================================= */
.hero-container {
	position: relative;
	min-width: 960px;
	padding-bottom: 40px;
	background: url(../img/hero_bg_pattern.png) center top repeat;
}
.hero-container:after {
	content: "";
	display: block;
	position: absolute;
	top: -71px;
	left: 50%;
	z-index: 0;
	width: 1184px;
	height: 655px;
	margin-left: -592px;
	background: url(../img/hero_bg_light.png) center left no-repeat;
}
.hero-header-container {
	position: relative;
	z-index: 10;
	height: 81px;
}
.header-logo-pokemon {
	position: absolute;
	top: 21px;
	left: 22px;
}
.header-logo-3ds {
	position: absolute;
	top: 20px;
	right: 13px;
}
.hero-body {
	position: relative;
	z-index: 10;
	width: 960px;
	margin: 0 auto 42px auto;
}
.hero-category {
	margin-bottom: 49px;
	color: #000000;
}
.hero-category:before {
	content: "";
	display: block;
	float: left;
	width: 8px;
	height: 44px;
	margin-right: 14px;
	border-radius: 8px;
	background-color: #cc1c26;
}
.hero-category-hardware {
	padding-top: 3px;
	font-size: 100%;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.hero-category-type {
	padding-top: 4px;
	font-size: 157.14285%;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.02em;
}
.hero-soft-logo-list {
	width: 962px;
	margin-left: -2px;
	margin-bottom: 49px;
}
.hero-soft-logo-item {
	float: left;
	margin-right: 48px;
	text-decoration: none;
}
.hero-soft-logo-yellow {
	margin-right: 0;
	margin-left: -3px;
}
.hero-soft-logo-btn {
	position: relative;
	width: 94px;
	height: 20px;
	margin: 5px auto 0 auto;
	padding-top: 4px;
	padding-left: 25px;
	background-color: #ff7700;
	border-radius: 24px;
	text-align: left;
	font-size: 71.42857%;
	font-weight: bold;
	color: #ffffff;
}
.hero-soft-logo-red .hero-soft-logo-btn {
	left: -4px;
}
.hero-soft-logo-green .hero-soft-logo-btn {
	left: -5px;
}
.hero-soft-logo-blue .hero-soft-logo-btn {
	left: -2px;
	margin-top: 4px;
}
.hero-soft-logo-yellow .hero-soft-logo-btn {
	left: 2px;
}
.hero-soft-logo-btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/arrow_btn_s.png) left top no-repeat;
}
.hero-date {
	position: relative;
	left: 5px;
	width: 570px;
	height: 27px;
	margin: 0 auto;
	padding-top: 9px;
	background-color: #cc1c26;
	border-radius: 36px;
	text-align: center;
}
.hero-ss-container {
	position: relative;
	z-index: 10;
	width: 100%;
	overflow: hidden;
}
.hero-ss-list {
	width: 1280px;
	margin: 0 auto;
}
.hero-ss-item {
	float: left;
}



/* =========================================================
   spdl-container
========================================================= */
.spdl-container {
	padding-bottom: 37px;
	background: url(../img/contents_bg_pattern.png) left top repeat;
}
.spdl-title-container {
	margin-bottom: 68px;
	background-color: #000000;
	-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.16);
	        box-shadow: 0 0 4px 4px rgba(0,0,0,0.16);
}
.spdl-title-body {
	position: relative;
	width: 960px;
	height: 90px;
	margin: 0 auto;
}
.spdl-title-date {
	position: absolute;
	top: 50%;
	left: -18px;
	margin-top: -65px;
}
.spdl-title {
	padding-top: 29px;
	color: #ffffff;
}
.spdl-title:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 36px;
  margin-right: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  vertical-align: middle;
  line-height: 0;
}
.spdl-title-text {
	font-size: 214.28571%;
	line-height: 1;
	letter-spacing: 0.04em;
	font-weight: bold;
	vertical-align: middle;
}
.spdl-title-option {
	display: inline-block;
	position: relative;
	top: 0;
	margin-left: 10px;
	padding: 6px 29px 5px 25px;
	background-color: #cc1c26;
	border-radius: 40px;
	font-size: 100%;
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: bold;
	vertical-align: middle;
}
.spdl-title-price {
	position: absolute;
	top: 27px;
	right: -9px;
	font-size: 100%;
	letter-spacing: 0.02em;
	color: #ffffff;
}
.spdl-title-price span {
	font-size: 150%;
	font-weight: bold;
}
.spdl-body {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.spdl-leadtext {
	margin-bottom: 68px;
	padding-left: 12px;
	font-size: 117.85714%;
	line-height: 1.93939;
	font-weight: normal;
	color: #000000;
}
.spdlDate {
	line-height: 1.2;
}
.spdlDate br {
	display: none;
}
.spdl-package-list {
	margin-left: -26px;
	margin-bottom: 58px;
}
.spdl-package-item {
	float: left;
}
.spdl-package-red {
	margin-right: -16px;
}
.spdl-package-green {
	margin-top: 4px;
	margin-right: -23px;
}
.spdl-package-blue {
	margin-top: 4px;
	margin-right: -24px;
}
.spdl-package-yellow {
	margin-top: 1px;
}
.spdl-package-name {
	font-size: 78.57143%;
	letter-spacing: 0.02em;
}
.spdl-package-red .spdl-package-name {
	margin-top: -10px;
	margin-left: 85px;
	color: #e62c3d;
}
.spdl-package-green .spdl-package-name {
	margin-top: -10px;
	margin-left: 76px;
	color: #00a954;
}
.spdl-package-blue .spdl-package-name {
	margin-top: -10px;
	margin-left: 73px;
	color: #0098d3;
}
.spdl-package-yellow .spdl-package-name {
	margin-top: -7px;
	margin-left: 63px;
	color: #f19a44;
}
.spdl-set-container {
	width: 797px;
	margin-left: 39px;
	margin-bottom: 54px;
	padding: 30px 34px 31px 41px;
	border: 4px solid #d4d4d4;
	background-color: #ffffff;
	border-radius: 14px;
}
.spdl-set-title {
	height: 23px;
	margin-bottom: 48px;
	padding-top: 9px;
	background: url(../img/set_bg_pattern.png) center top repeat;
	border-radius: 8px;
	text-align: center;
	font-size: 92.85714%;
	line-height: 1;
	font-weight: bold;
	color: #ffffff;
}
.spdl-set-list {
	margin-left: 18px;
	margin-bottom: 24px;
}
.spdl-set-item {
	float: left;
}
.spdl-set-dlcard {
	margin-right: 48px;
}
.spdl-set-seal {
	margin-top: 3px;
	margin-right: 46px;
}
.spdl-set-magnet {
	margin-top: -5px;
	margin-right: 52px;
}
.spdl-set-map {
	margin-right: 45px;
}
.spdl-set-code {
	margin-right: 0;
}
.spdl-set-caption {
	margin-top: 10px;
	font-size: 78.57143%;
	line-height: 1.45454;
	color: #000000;
}
.spdl-set-dlcard .spdl-set-caption {
	margin-top: 10px;
	margin-left: -8px;
}
.spdl-set-seal .spdl-set-caption {
	margin-top: 14px;
	margin-left: -2px;
}
.spdl-set-magnet .spdl-set-caption {
	margin-top: 8px;
	margin-left: -5px;
}
.spdl-set-map .spdl-set-caption {
	margin-top: 10px;
	margin-left: -3px;
}
.spdl-set-code .spdl-set-caption {
	margin-top: 10px;
	margin-left: 2px;
}
.spdl-set-caption sup {
	position: relative;
	top: -0.2em;
	vertical-align: top;
	font-size: 81.81818%;
}
.spdl-set-note {
	padding-top: 26px;
	padding-left: 6px;
	background: url(../img/dot_line.png) left top repeat-x;
	text-align: left;
}
.spdl-set-note-item {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 78.57143%;
	line-height: 1.81818;
	letter-spacing: 0.03em;
	color: #505050;
}
.spdl-btn {
	width: 320px;
	margin: 0 auto 17px auto;
}
.spdl-btn a {
	display: inline-block;
	position: relative;
	left: -3px;
	z-index: 0;
	width: 280px;
	height: 38px;
	padding-top: 6px;
	padding-left: 40px;
	background-color: #818181;
	border-radius: 44px;
	vertical-align: middle;
	text-align: left;
	font-size: 100%;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.spdl-btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 17px;
	width: 13px;
	height: 13px;
	margin-top: -11px;
	background: url(../img/arrow_btn.png) left top no-repeat;
}
.spdl-btn a:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #000000;
	border-radius: 40px;
}
.spdl-btn a span {
	display: inline-block;
	margin-left: -8px;
}
.spdl-note {
	font-size: 78.57143%;
	color: #000000;
}



/* =========================================================
   dl-container
========================================================= */
.dl-container {
	padding-bottom: 37px;
	background: url(../img/contents_bg_pattern.png) left top repeat;
}
.dl-title-container {
	margin-bottom: 64px;
	background-color: #000000;
	-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.16);
	        box-shadow: 0 0 4px 4px rgba(0,0,0,0.16);
}
.dl-title-body {
	position: relative;
	width: 960px;
	height: 70px;
	margin: 0 auto;
}
.dl-title {
	padding-top: 17px;
	color: #ffffff;
}
.dl-title:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 36px;
	margin-right: 20px;
	background-color: #ffffff;
	border-radius: 6px;
	vertical-align: middle;
}
.dl-title-text {
	vertical-align: middle;
	font-size: 157.14286%;
	line-height: 1;
	letter-spacing: 0.04em;
	font-weight: bold;
}
.dl-title-price {
	position: absolute;
	top: 18px;
	right: -9px;
	font-size: 100%;
	letter-spacing: 0.02em;
	color: #ffffff;
}
.dl-title-price span {
	font-size: 150%;
	font-weight: bold;
}
.dl-body {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.dl-card-container {
	margin-top: 46px;
	margin-bottom: 69px;
	padding-left: 37px;
	padding-right: 41px;
}
.dl-card-list {
	float: left;
	width: 500px;
}
.dl-card-item {
	float: left;
}
.dl-card-red {
	margin-right: 79px;
	margin-bottom: 35px;
}
.dl-card-green {
	margin-bottom: 35px;
}
.dl-card-blue {
	margin-right: 79px;
}
.dl-card-name {
	font-size: 78.57143%;
	letter-spacing: 0.02em;
}
.dl-card-red .dl-card-name {
	color: #e62c3d;
}
.dl-card-green .dl-card-name {
	color: #00a954;
}
.dl-card-blue .dl-card-name {
	color: #0098d3;
}
.dl-card-yellow .dl-card-name {
	color: #f19a44;
}
.dl-set-container {
	float: right;
	width: 276px;
	margin-top: 46px;
	padding: 20px 19px 23px 24px;
	border: 4px solid #d4d4d4;
	background-color: #ffffff;
	border-radius: 14px;
}
.dl-set-title {
	height: 22px;
	margin-bottom: 29px;
	padding-top: 9px;
	background: url(../img/set_bg_pattern.png) center top repeat;
	border-radius: 8px;
	text-align: center;
	font-size: 100%;
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: bold;
	color: #ffffff;
}
.dl-set-item {
	display: table;
	margin-left: 15px;
	margin-bottom: 18px;
}
.dl-set-caption {
	display: table-cell;
	padding-right: 24px;
	vertical-align: middle;
	font-size: 82.14286%;
	line-height: 1.56522;
	color: #000000;
}
.dl-set-caption sup {
	position: relative;
	top: -0.2em;
	vertical-align: top;
	font-size: 78.26087%;
}
.dl-set-img {
	display: table-cell;
	padding-top: 3px;
	vertical-align: middle;
}
.dl-set-note {
	width: 260px;
	margin-left: 4px;
	padding-top: 26px;
	background: url(../img/dot_line.png) left top repeat-x;
	text-align: left;
}
.dl-set-note-item {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 78.57143%;
	line-height: 1.72727;
	letter-spacing: 0.06em;
	color: #505050;
}
.dl-btn {
	width: 320px;
	margin: 0 auto 17px auto;
}
.dl-btn a {
	display: inline-block;
	position: relative;
	left: -3px;
	z-index: 0;
	width: 229px;
	height: 38px;
	padding-top: 6px;
	padding-left: 91px;
	background-color: #818181;
	border-radius: 44px;
	vertical-align: middle;
	text-align: left;
	font-size: 100%;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #ffffff;
}
.dl-btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 17px;
	width: 13px;
	height: 13px;
	margin-top: -11px;
	background: url(../img/arrow_btn.png) left top no-repeat;
}
.dl-btn a:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #000000;
	border-radius: 40px;
}
.dl-btn a span {
	display: inline-block;
}
.dl-note {
	font-size: 78.57143%;
	color: #000000;
}



/* =========================================================
   foot-container
========================================================= */
.foot-container {
	padding-top: 40px;
	padding-bottom: 38px;
	background-color: #ffffff;
	text-align: center;
}
.foot-bnr-2ds {
	width: 960px;
	margin: 0 auto 70px auto;
	line-height: 1;
}
.foot-copyright {
	font-size: 71.42857%;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #505050;
}



/* =========================================================
   hover
========================================================= */
.hero-soft-logo-item a:hover, 
.hero-soft-logo-item a:active,
.hero-soft-logo-item a:focus,
.hero-soft-logo-item,
.hero-soft-logo-body,
.hero-soft-logo-img img,
.foot-bnr-2ds img,
.hero-soft-logo-btn {
	text-decoration: none;
}
.hero-soft-logo-img img,
.foot-bnr-2ds img {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.25s ease-out;
			transition: opacity 0.25s ease-out;
}
.hero-soft-logo-btn {
	text-decoration: none;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition: background 0.2s ease-out;
			transition: background 0.2s ease-out;
}
.hero-soft-logo-item:hover .hero-soft-logo-img img,
.foot-bnr-2ds:hover img {
	opacity: 0.7;
}
.hero-soft-logo-item:hover .hero-soft-logo-btn {
	background-color: #ff8b00;
}
.spdl-btn a:before,
.spdl-btn a:after,
.spdl-btn a span,
.dl-btn a:before,
.dl-btn a:after,
.dl-btn a span {
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	        transition: transform 0.2s ease-out;
}
.spdl-btn:hover a:before,
.spdl-btn:hover a:after,
.spdl-btn:hover a span,
.dl-btn:hover a:before,
.dl-btn:hover a:after,
.dl-btn:hover a span {
	-webkit-transform: translate3d(0,4px,0);
	        transform: translate3d(0,4px,0);
}


