﻿@charset "utf-8";


.bgWrap{
  background: url(../img/amiibo/bg_01.jpg) 50% 0 no-repeat;
  background-attachment: fixed;
  background-size:cover;
}

.leadSec01{
  margin-bottom: 26px;
}
.leadSec01 .titSec01{
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  padding: 36px 0 32px;
}

.conSec01{
  width: 960px;
  margin: 0 auto 25px;
  position: relative;
  height: 452px;
}
.conSec01 img{
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec01 .box01{
  position: absolute;
  top: 8px;
  left: -21px;
}
.conSec01 .box02{
  position: absolute;
  top: 156px;
  left: 41px;
  z-index: 999;
}
.conSec01 .box03{
  position: absolute;
  top: -135px;
  right: -45px;
}
.conSec01 .box03 img{
  box-shadow: none;
}
.conSec01 .box03 .box03In{
  position: relative;
}
.conSec01 .box03 .box03In .box03Btn{
  position: absolute;
  bottom: 58px;
  left: 125px;
}

.conSec02{
  width: 960px;
  margin: 0 auto 42px;
  position: relative;
  height: 293px;
}
.conSec02 img{
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec02 .box01{
  position: absolute;
  top: 8px;
  left: -21px;
}
.conSec02 .box01 img{
  box-shadow: none;
}
.conSec02 .box01 .box01In{
  position: relative;
}
.conSec02 .box01 .box01In .box01Btn{
  position: absolute;
  bottom: 42px;
  left: 114px;
}
.conSec02 .box02{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.conSec03{
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 374px;
}
.conSec03 img{
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec03 .box01{
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 999;
}
.conSec03 .box02{
  position: absolute;
  top: 0;
  right: 0;
}
.conSec03 .box02 .box02In{
  position: relative;
}
.conSec03 .box02 .box02In .box02Btn img{
  box-shadow: none;
  position: absolute;
  bottom: 46px;
  right: 32px;
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.conSec03 .box02 ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.conSec03 .box02 ul {
	*zoom: 1;
}