li,ul{
	margin:0;
	padding:0;
	list-style:none;
	magrin:0;
}
.mobile{
	display: none;
}
.pc{
	display: block;
}
.full{
	width: 100%;
}
.master{
	width: 100%;
	max-width: 1000px;
}
.container{text-align: center;}
.container.pc{
	background-image: url(../images/static/candy/bg.png);
	background-size: 100% 100%;
	background-repeat: repeat-x;
}
.container.mobile{
	background-image: url(../images/static/candy/bgm.png);
	background-size: 100% 100%;
	background-repeat: repeat-x;
}
.swiper-wrap{
	position: absolute;
	bottom: 100px;
	right: 0;
	left: 25%;
}
.mobile .swiper-wrap{
	position: absolute;
	top: 80px;
	bottom:auto;
	right: 0;
	left: 6%;
}
.swiper-container img{
	width:100%;
	display:block;
}
.arrow{
	background:url(../images/static/candy-arrow.png) center center no-repeat;
	width:30px;
	height:30px;
	background-size:auto 30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	z-index: 99;
	cursor: pointer;
}
.arrow.prev{
	left: 0;
    margin-left: 15px;
}
.arrow.next{
	right: 0;
    margin-right: 15px;
	transform:rotate(180deg)
}

#layout {
	margin-left: 260px;
	margin-right: 0px;
}


@media screen and (max-width: 1324px){
	
}
@media screen and (max-width: 1024px){
	#layout {
		margin-left: 0px;
	}
}
@media screen and (max-width: 740px){

	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
	
}