@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/*-------------------------------------------
px→vw
 * ex)
   width: sp(200)
   width: tab(200)
-------------------------------------------*/
.mainCol.BathPopping.Pokemon {
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .mainCol.BathPopping.Pokemon {
    width: 100%;
  }
}
.mainCol.BathPopping.Pokemon .childCols .childColsAnim01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1 / 4.1666;
  background: url("../../images/feature/bikkura/BathPopping/Pokemon/animation01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.mainCol.BathPopping.Pokemon .childCols .childColsAnim02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1 / 4.1666;
  background: url("../../images/feature/bikkura/BathPopping/Pokemon/animation02.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.mainCol.BathPopping.Pokemon .childCols .childColsAnim03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1 / 4.1666;
  background: url("../../images/feature/bikkura/BathPopping/Pokemon/animation03.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@keyframes bgAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mainCol.BathPopping.Pokemon .childCols .childCol {
  display: block;
  width: 100%;
}
.mainCol.BathPopping.Pokemon .childCols .childCol.child02 {
  background: url("../../images/feature/bikkura/BathPopping/Pokemon/sec02_bg.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mainCol.BathPopping.Pokemon .childCols .childCol.child03 {
  background: url("../../images/feature/bikkura/BathPopping/Pokemon/sec03_bg.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mainCol.BathPopping.Pokemon .childCols .childCol.child04 {
  background: url("../../images/feature/bikkura/BathPopping/Pokemon/sec04_bg.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.mainCol.BathPopping.Pokemon .childCols .childCol.child04 a {
  width: 46.7592%;
  aspect-ratio: 1 / 0.196;
  position: absolute;
  bottom: 2.4816%;
  left: 50%;
  transform: translateX(-50%);
}
.mainCol.BathPopping.Pokemon .childCols .childCol.child05 {
  background: url("../../images/feature/bikkura/BathPopping/Pokemon/sec05_bg.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
