/*
 * 푸르른 우리 위로 ~
 * 커다란 strawberry moon 한 스쿱 ~
 */

.app.scene-strawberry {
  --color-moon: #f6c9e6;
  --color-moon-crater: #f3b2dd;
}

.sky-background-strawberry {
  background: linear-gradient(to bottom, #02085f, #6b5bb5);
}

.scene-strawberry .sky-background-strawberry {
  opacity: 1;
}

.sea-background-strawberry {
  box-shadow: 0px -5px 3px 2px #573e8f;
  background: linear-gradient(to bottom, #573e8f, #322b80);
}

.scene-strawberry .sea-background-strawberry {
  opacity: 1;
}

.sea-reflect-strawberry {
  box-shadow: var(--size-sea-reflect-offset) 3px 12px 10px var(--color-moon),
    var(--size-sea-reflect-offset) 12px 20px 20px #573e8f;
}

.scene-strawberry .sea-reflect-strawberry {
  opacity: 1;
}

.scene-strawberry .cloud1 {
  transform: translate3d(-200px, 60px, 0);
}

.scene-strawberry .cloud2 {
  transform: translate3d(100px, -20px, 0);
}

.scene-strawberry .cloud {
  opacity: 0.9;
}
