/* ------------------------------------------------
 KV
------------------------------------------------ */
#kv {
  background-color: #000;
  height: 43.125em;
  position: relative;
  overflow: hidden;
}
#kv .note {
  color: #fff;
  font-size: 0.75em;
  position: absolute;
  left: 1.5em;
  bottom: 1.5em;
  z-index: 10;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
#kv .scene {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
#kv .scene > * {
  pointer-events: initial;
}
#kv .btn_ctrl {
  font-size: 1em;
  border: none;
  background: transparent url(../img/top/kv/btn_ctrl.svg) 0 0 no-repeat;
  background-size: auto 100%;
  padding: 0;
  width: 3.25em;
  aspect-ratio: 1/1;
  position: absolute;
  right: 1.25em;
  bottom: 1.25em;
  z-index: 10;
  cursor: pointer;
}
#kv .btn_ctrl[data-state="1"] {
  background-position: 0 0;
}
#kv .btn_ctrl[data-state="0"] {
  background-position: 100% 0;
}
@media screen and (max-width: 767.9px) {
  #kv {
    height: 39.1333333333em;
  }
  #kv .note {
    font-size: 0.5333333333em;
    letter-spacing: normal;
    left: unset;
    right: 1.25em;
    bottom: 1.25em;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  }
  #kv .btn_ctrl {
    width: 2.7333333333em;
    right: 1.6666666667em;
    bottom: 2.3333333333em;
  }
}

/* ----------------------------
 bottles
------------------------------*/
#kv_s2 .bottles {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#kv_s2 .bottle {
  width: 21em;
  position: absolute;
  left: calc(50% - 10.5em);
  top: 15.375em;
  opacity: 0;
}
@media screen and (min-width: 768.1px) {
  #kv_s2.fin .bottle {
    width: 13.75em;
    top: 20.9375em;
  }
  #kv_s2.fin .bottle.cc {
    left: 31.875em;
  }
  #kv_s2.fin .bottle.dvc {
    left: 5em;
  }
  #kv_s2.fin .bottle.melon {
    left: 18.375em;
  }
  #kv_s2.fin .bottle.orange {
    left: 45em;
  }
  #kv_s2.fin .bottle.ringo {
    left: 57.25em;
  }
}
@media screen and (max-width: 767.9px) {
  #kv_s2 .bottle {
    width: 16.8666666667em;
    left: 4.1333333333em;
    top: 15.6em;
  }
}

/* ------------------------------------------------
 cp_soon
------------------------------------------------ */
#cp_soon {
  z-index: 2 !important;
}
#cp_soon .slime {
  width: 10.5em;
  position: absolute;
  left: calc(50% - 24.375em);
  bottom: 1.875em;
}
@media screen and (max-width: 767.9px) {
  #cp_soon .slime {
    width: 7.4em;
    left: 2.1333333333em;
    bottom: -1.1333333333em;
  }
}