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

.waku-story .leaf1 {
	position: absolute;
	z-index: 500;
	left: -33px;
	top: -101px;
}
.waku-story .leaf2 {
	position: absolute;
	z-index: 500;
	right: -15px;
	top: -19px;
}

@media screen and (max-width:1285px){
    .waku-story .leaf1 {
	left: auto;
	margin-left: 0px;

}
.waku-story .leaf2 {
	right: 14px;
}
}

@media screen and (max-width:600px){
.waku-story .leaf1 {
	left: -4px;
}
.waku-story .leaf2 {
	right: 14px;
}
    
    }
