@charset "utf-8";
/*=============================================================
 Layout
=============================================================*/
#contents{
	padding: 0 5%;
}
#contents .pageBox{
	padding: 5%;
	border: 6px solid #fdd000;
	border-top: none;
	border-radius: 0 0 15px 15px;
	background: #fff;
}
#bg{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background: url("../shared/img/bg_dot.png") repeat center center;
	background-size: 14px 14px;
}
#bgBl,
#bgWh{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
}
.scroll-wrap {
	width: 100%;
	height: 100%;
}

.scroll-track {
  display: flex;
	width: 100%;
	height: 100%;
}

.scroll-track img {
  width: auto;
	height: 100%;
  flex-shrink: 0;
}


/* #mainvisual
-------------------------------------------------------------*/
#mainvisual {
}
#mainvisual h1 {
	width: 85%;
	max-width: 600px;
	margin: 0 auto;
}
#mainvisual h1.setScMc{
	opacity:0;
	transform:translateY(0px);
}
#mainvisual h1.setScMc.enter{
	opacity:1;
}
/* #intro
-------------------------------------------------------------*/
#intro {
	margin: 20% 0 20%;
	position: relative;
}
#intro .slideBox{
	width: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
}
#intro .slideBox.topBox{
	top: 0;
	transform: translateY(-55%) scaleX(-1);
}
#intro .slideBox.bottomBox{
	bottom: 0;
	transform: translateY(30%);
}
#intro #slideTop img{
	transform: scaleX(-1);
}
#intro #slideBottom{
}
#intro #fbnrArea{
	width: 80%;
	max-width: 420px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}


/* #pickup
-------------------------------------------------------------*/
#pickup {
}
#pickup .inner {
	padding: 12% 7%;
}
#pickup .inner li+li {
	padding-top: 6%;
}
/* #campaign
-------------------------------------------------------------*/
#campaign {
}
#campaign .inner {
	padding: 0% 7% 12% 7%;
	background: #fff;
}
#campaign .inner .tub {
	margin-right: -2.5%;
}
#campaign .inner .tub p {
	width: 20%;
	padding: 2.5% 0% 4%;
}
#campaign .inner .tub ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#campaign .inner .tub ul li{
	width: calc(25% - 0.5em);
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
#campaign #bnrArea li {
	margin-top: 6%;
	display: none;
	position: relative;
}
#campaign #bnrArea li a{
	position: relative;
}
#campaign #bnrArea li.goods a:after,
#campaign #bnrArea li.present a:after,
#campaign #bnrArea li.other a:after{
	content:"" ;
	width: 8.7%;
	height: 0;
	padding-top: 100%;
	position: absolute;
	top: -20%;
	left: 3%;
}
#campaign #bnrArea li.goods a:after{
	background: url("../img/icn_goods.svg") no-repeat 0 0;
	background-size: 100% auto;
}

#campaign #bnrArea li.present a:after{
	background: url("../img/icn_present.svg") no-repeat 0 0;
	background-size: 100% auto;
}

#campaign #bnrArea li.other a:after{
	background: url("../img/icn_other.svg") no-repeat 0 0;
	background-size: 100% auto;
}

span.blank{
	width: 8.7%;
	position: absolute;
	top: 3%;
	right: 3%;
}

#campaign #bnrArea.all li,
#campaign #bnrArea.goods li.goods,
#campaign #bnrArea.present li.present,
#campaign #bnrArea.other li.other {
	display: block;
}








