@charset "UTF-8";

/*---------------------------------------------

Each Page CSS
coded by cloud-box at 201704

---------------------------------------------*/

@import url(default.css);
@import url(base.css);
.pc {
	display: block;
}
.sp {
	display: none;
}

@media screen and (max-width:960px) {

}

@media screen and (max-width:750px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}

@media screen and (max-width:520px) {
}

@media screen and (max-width:375px) {
}

@media screen and (max-width:360px) {
}
