@charset "UTF-8";

/* ========================================
	main
======================================== */
#spec {
	width: 100%;
	background: #FFF url(../images/cloud_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

.movie-btn {
	width: 300px;
	margin: 0 auto 6px auto;
}
.trial-btn {
	width: 300px;
	margin: 0 auto 6px auto;
}

/*----------------------
	#update
----------------------*/
#update {
	width: 300px;
	margin: 0 auto 4px auto;
}

#update-inner {
	width: 275px;
	height: auto;
	padding: 0 10px 15px 15px;
	background: #FFF url(../images/update_bg.png) no-repeat center bottom;
	background-size: 100% auto;
}

#update ul {
	width: 275px;
	height: auto;
	font-size: 13px;
	line-height: 1.5;
	overflow: auto;
}
#update li {
	padding: 3px 0;
}

#update span {
	display: block;
}
#update .date {
	line-height: 1.2;
	text-align: center;
}

#update .update-txt {
	display: block;
	padding: 5px 0 0 0;
	background: url(../images/update_arw.png) no-repeat 76px 5px;
	background-size: 8px 9px;
}

#update li:last-child .update-txt {
	background: none;
}

#update li a:link, #update li a:visited {
	text-decoration: underline;
}
#update li a:hover, #update li a:active {
	text-decoration: none;
}

/*----------------------
	#bnr-area
----------------------*/
#slide-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #FF93C8;
}

#slide-wrap .bx-wrapper {
	width: 64.0625%;
}

#slide-wrap .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
}


/*----------------------
	#spec
----------------------*/
#spec-inner {
	position: relative;
	width: 300px;
	height: 144px;
	margin: 0 auto;
	background: url(../images/spec_bg.png) no-repeat left top;
	background-size: 300px 144px;
}

.spec-pack,
.spec-ico,
.spec-cero,
.spec-amiibo,
.spec-img01,
.spec-img02,
.spec-img03,
.spec-detail,
.spec-guide{
	position: absolute;
}
.spec-pack {
	width: 63px;
	height: 58px;
	left: 15px;
	top: 34px;
}
.spec-ico {
	width: 37px;
	height: 36px;
	left: 82px;
	top: 34px;
}
.spec-cero {
	width: 17px;
	height: 19px;
	left: 82px;
	top: 73px;
}
.spec-amiibo {
	width: 19px;
	height: 19px;
	left: 100px;
	top: 73px;
}
.spec-img01 {
	width: 157px;
	height: 19px;
	left: 129px;
	top: 34px;
}
.spec-img02 {
	width: 158px;
	height: 18px;
	left: 129px;
	top: 55px;
}
.spec-img03 {
	width: 156px;
	height: 16px;
	left: 129px;
	top: 77px;
}
.spec-detail {
	width: 270px;
	height: 32px;
	left: 15px;
	top: 102px;
}
.spec-guide {
	width: 88px;
	height: 10px;
	left: 108px;
	top: 99px;
}


/*----------------------
	bnr
----------------------*/
.relevant-bnr {
	font-size: 0;
}

.relevant-bnr li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

/*----------------------
	slide
----------------------*/
.slide {
	position: relative;
	width: 100%;
	background: url(../images/slide_bg.png) repeat left top;
	background-size: auto;
	overflow: hidden;
}
.slide ul {
	position: relative;
	width: 1266px;
}
.slide ul li {
	float: left;
	margin-right: 3px;
	width: 208px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* ========================================
	footer
======================================== */
/*----------------------
	#sns
----------------------*/
footer {
	background-color: #FF93C8;
}

#sns {
	width: 100%;
	background-color: #d15491;
}

#sns ul {
	display: table;
	width: 37.5%;
	margin: 0 auto;
	padding: 5% 0;
}

#sns li {
	display: table-cell;
	width: 50%;
	padding: 0 10%;
}

/* ----------------------------
   eshop バナー
---------------------------- */
.bnr-eshop-sale{
  width: 100%;
  background: url(../images/bnr_eshop_bg.png);
  -webkit-background-size: 20px;
          background-size: 20px;
  position: relative;
  z-index: 10;
}
.bnr-eshop-sale::before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  left: 0;
  bottom: -2px;
  position: absolute;
}
.bnr-eshop-sale a,
.bnr-eshop-sale span{
  display: block;
  max-width: 375px;
  margin: 0 auto;
}
.bnr-eshop-sale a img,
.bnr-eshop-sale span img{
  max-width: 375px;
  width: 100%;
  height: auto;
}
