.ppm{
	height: 630px;
	width: 360px;
	width: 345px;
	padding-right: 15px;
	overflow: scroll;
	margin-left: auto;
	margin-right: auto;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
.ppm ul{ font-size: 0; }
.sp_box{
	padding-top: 104px;
	background: url(../img/pinpo/sp_img.png);
	height: 890px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	margin-top: 60px;
	background-position: center top;
}
.top_104{
}
.ponposp{
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	position: absolute;
}



@media screen and (max-width: 720px){
	.ppm{
	padding-right: 0px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}
.sp_box{
	padding-top: 0;
	background: none;
	height: auto;
	background-position: center top;
	box-sizing: border-box;
	margin-top: 60px;
}

}
