@charset "utf-8";
@import url("../../../../common/reset.css");
@import url("../../../../common/common.css");
@import url("../../../../common/common_sp.css") (max-width: 768px);
@import url("../../../../common/common_pc.css") (min-width: 769px);
@import url("../../../../page_common/sp.css") (max-width: 768px);
@import url("../../../../page_common/pc.css") (min-width: 769px);
@import url("../sleep_common.css");
@import url("sp.css?v=20260909-1") only screen and (max-width: 768px);
@import url("pc.css?v=20260909-1") only screen and (min-width: 769px);


/*==============================================

	Kanetaya
	Store > Yokohama (Sleep Gallery)

==============================================*/

/*================================
	Animation
================================*/
@keyframes fadein-anim {
	0%  {opacity: 0;}
	100%  {opacity: 100;}
}
