@charset "UTF-8";
/* sp(320px) */

.list_demo li {
	background-color: #ececec;
	padding: 20px 3%;
	margin-bottom: 25px;
}


.parallaxParent {
	height: 400px;
	overflow: hidden;
	position: relative;
	border: 0px solid;
}
.parallaxParent .bag {
	height: 200%;
	width: 100vw;
	position: relative;
	top: -100%;
}
#parallax01 .bag {
	background-image: url(../img/slide/slide_01.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.parallaxParent .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}


@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */




	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 835px) {
/* pc */



/* end of media query(pc) */
}