@charset "utf-8";
/* CSS Document */

@import url("style-pc.css") screen and (min-width:481px);
@import url("style-sp.css") screen and (max-width:480px);

@font-face {
	font-family: 'chalk';
	src: url(../font/Chalkduster.woff);
}


body #demo-slick *{-webkit-transition:0s;-moz-transition:0s;-ms-transition:0s;transition:0s;opacity:1;filter:alpha(opacity=100);}


