.p-play_bg {
  width: 2937px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .p-play_bg {
    width: 100%;
    transform: translate(-50%, 8.4%);
  }
}

.p-play__inner {
  background-color: var(--color-blue);
  padding: 60px 0 100px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .p-play__inner {
    padding: 30px 0 180px;
  }
}
.p-play__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/deco_main_pc.png) no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  transform-origin: top;
  transform: translateY(-10px) scale(0.9);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.5s, opacity 0.6s var(--ease-main) 0.5s;
}
.is-load .p-play__inner::before {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-play__inner::before {
    width: 96%;
    background: url(../img/deco_main_sp.png) no-repeat center top/100% auto;
    left: 50%;
    transform: translate(-50%, -10px) scale(0.9);
  }
  .is-load .p-play__inner::before {
    transform: translateX(-50%);
  }
}

.p-play__header-logo {
  width: 217px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound), opacity 0.6s var(--ease-main);
}
.is-load .p-play__header-logo {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-play__header-logo {
    width: 118px;
  }
}
.p-play__header-title {
  width: 438px;
  margin: 17px auto 0;
  position: relative;
  z-index: 1;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-load .p-play__header-title {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-play__header-title {
    width: 236px;
    margin: 9px auto 0;
  }
}

.p-play__cloud-item {
  position: absolute;
}
.p-play__cloud-item:nth-child(1) {
  width: 216px;
  top: 145px;
  left: 0;
}
@media screen and (max-width: 749px) {
  .p-play__cloud-item:nth-child(1) {
    width: 28.7%;
    max-width: 142px;
    top: 28.2%;
    left: 0;
  }
}
.p-play__cloud-item:nth-child(2) {
  width: 592px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 749px) {
  .p-play__cloud-item:nth-child(2) {
    width: 60%;
    max-width: 400px;
  }
}
.p-play__cloud-item:nth-child(3) {
  width: 28.7%;
  max-width: 142px;
  top: 45.3%;
  right: 0;
  transform: rotateY(180deg) translateX(-8%);
}

.p-play__character {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.p-play__character-item {
  position: absolute;
  z-index: 1;
  transform: translateY(80px) scale(0.8);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.3s, opacity 0.6s var(--ease-main) 0.3s;
  pointer-events: none;
}
.is-load .p-play__character-item {
  transform: translateY(0);
  opacity: 1;
}
.p-play__character-item:nth-child(1) {
  width: 29.5%;
  bottom: 94px;
  left: 3.6%;
  max-width: 580px;
}
.is-start .p-play__character-item:nth-child(1) {
  animation: charaMove01 1s steps(1) infinite;
}
@media screen and (max-width: 749px) {
  .p-play__character-item:nth-child(1) {
    width: 47.6%;
    max-width: 198px;
    bottom: 52px;
    left: 2.6%;
  }
}
.p-play__character-item:nth-child(2) {
  width: 27.9%;
  bottom: 90px;
  right: 4.3%;
  max-width: 550px;
}
.is-start .p-play__character-item:nth-child(2) {
  animation: charaMove02 1s steps(1) infinite;
}
@media screen and (max-width: 749px) {
  .p-play__character-item:nth-child(2) {
    width: 45%;
    max-width: 185px;
    bottom: 50px;
    right: -1.7%;
  }
}
@keyframes charaMove01 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes charaMove02 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}

.p-play__image {
  width: 236px;
  margin: 58px auto 0;
  position: relative;
  z-index: 1;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.2s, opacity 0.6s var(--ease-main) 0.2s;
}
.is-load .p-play__image {
  transform: translateY(0);
  opacity: 1;
}
.is-start .p-play__image {
  animation: lottery_shuffle 2s steps(1) forwards;
}
@keyframes lottery_shuffle {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(15deg);
  }
  80% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.p-play__image img {
  width: 100%;
}
.is-start .p-play__image img {
  animation: lottery_end 1s var(--ease-bound) forwards 2.5s;
}
@keyframes lottery_end {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-150deg);
  }
}
@media screen and (max-width: 749px) {
  .p-play__image {
    width: 133px;
    margin: 38px auto 0;
  }
}

.p-play__btn {
  width: 380px;
  margin: 47px auto 0;
  position: relative;
  z-index: 1;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.4s, opacity 0.6s var(--ease-main) 0.4s;
}
.is-load .p-play__btn {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1070px) {
  .p-play__btn {
    width: 300px;
  }
}
@media screen and (max-width: 1070px) and (max-width: 749px) {
  .p-play__btn {
    width: 250px;
    margin: 20px auto 0;
  }
}
.p-play__btn-item-text {
  font-size: 2.5rem;
}
@media screen and (max-width: 749px) {
  .p-play__btn-item-text {
    font-size: 1.7rem;
  }
}