/* Section 02 */
.section-02 .object_01{
  top: 29.9%; left: 17.7%; width: 19.2%; height: 7.8%;
}

.section-02 .object_02{
  top: 31.4%; left: 76.6%; width: 6.3%; height: 3.2%; 
}

.section-02 .object_03{
  top: 40.3%; left: 9.5%; width: 7.8%; height: 4.0%; 
}

.section-02 .object_04{
  top: 40.1%; left: 73.4%; width: 16.8%; height: 5.8%;
  z-index :2;
}

.section-02 .rabbit{
  top: 28.5%; left: 13.1%; width: 73.4%; height: 32.6%;
  z-index : 2;
}

.section-02 .star{
  top: 34.2%; left: 23.7%; width: 68.6%; height: 8.0%;
}

.section-02 .pick{
  top: 57.2%; left: 19.6%; width: 60.4%; height: 5.6%; 
  z-index :2;
}

.section-02 .rabbit:hover, .section-02 .pick:hover{
  cursor : pointer;
    filter: drop-shadow(0 0 20px #fff782)
    drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.3));
}

/* Section 03 */
.section-03 .saving{
  top: 66.1%; left: 19.8%; width: 60.4%; height: 9.0%;
}

.section-03 .join{
  top: 76.8%; left: 19.8%; width: 60.4%; height: 9.0%;
}