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

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


body .lightbox * { -webkit-transition: 0s; -moz-transition: 0s; -ms-transition: 0s; transition: 0s; }
body .photobox * { -webkit-transition: 0s; -moz-transition: 0s; -ms-transition: 0s; transition: 0s; }