.mask-white {
  z-index: 190;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff; }
  .mask-white.mask-white-anime {
    -webkit-animation: mask-white-anime 2.5s 1 forwards linear;
    animation: mask-white-anime 2.5s 1 forwards linear; }

@-webkit-keyframes mask-white-anime {
  0% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes mask-white-anime {
  0% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.result-prize, .result-noprize {
  width: 100%;
  z-index: 190;
  padding-top: 30%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 340px) {
    .result-prize, .result-noprize {
      padding-top: 20%; } }
  @media (min-width: 540px) {
    .result-prize, .result-noprize {
      padding-top: 25%; } }
  .result-prize h6, .result-noprize h6 {
    font-size: 40px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 3px;
    margin-bottom: 10px; }
    @media (max-width: 340px) {
      .result-prize h6, .result-noprize h6 {
        font-size: 36px; } }
  .result-prize .prize-name, .result-noprize .prize-name {
    padding: 0 5%; }
    .result-prize .prize-name p, .result-noprize .prize-name p {
      font-size: 36px;
      letter-spacing: 1px;
      color: #f4ce15;
      margin-bottom: 15px; }
      @media (max-width: 340px) {
        .result-prize .prize-name p, .result-noprize .prize-name p {
          font-size: 32px; } }
  .result-prize .prize-wrapper, .result-noprize .prize-wrapper {
    text-align: center;
    width: 100%;
    position: relative; }
    .result-prize .prize-wrapper .prize-img, .result-noprize .prize-wrapper .prize-img {
      max-width: 60%;
      margin-bottom: 40px;
      z-index: 10;
      position: relative; }
    .result-prize .prize-wrapper img.light-circle, .result-noprize .prize-wrapper img.light-circle {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-animation: lightCircle 20s linear infinite;
      animation: lightCircle 20s linear infinite; }

@-webkit-keyframes lightCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes lightCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }
  .result-prize .prize-button, .result-noprize .prize-button {
    padding: 0 2%;
    text-align: center;
    width: 100%; }
    .result-prize .prize-button a, .result-noprize .prize-button a {
      z-index: 20;
      position: relative;
      width: 75%;
      cursor: pointer;
      margin-bottom: 20px;
      display: inline-block;
      color: #fff;
      border: 2px solid #fc6cee;
      background-color: #000;
      border-radius: 50px;
      padding: 14px 18px;
      line-height: 16px;
      letter-spacing: 1px;
      text-decoration: none;
      text-align: center;
      font-size: 18px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-box-shadow: 0px 0px 10px 5px rgba(252, 108, 238, 0.2);
      box-shadow: 0px 0px 10px 5px rgba(252, 108, 238, 0.2);
      white-space: nowrap; }
      @media (max-width: 375px) {
        .result-prize .prize-button a, .result-noprize .prize-button a {
          width: 75%; } }
      @media (max-width: 340px) {
        .result-prize .prize-button a, .result-noprize .prize-button a {
          font-size: 16px;
          width: 80%; } }
      .result-prize .prize-button a:hover, .result-noprize .prize-button a:hover {
        opacity: 0.9; }
      .result-prize .prize-button a.btn-coupon, .result-noprize .prize-button a.btn-coupon {
        background-color: #7e1238; }
      @media (max-width: 340px) {
        .result-prize .prize-button a, .result-noprize .prize-button a {
          min-width: 50%; } }

.result-noprize h6 {
  font-size: 40px;
  margin-bottom: 20px; }

.result-noprize .prize-name p {
  font-size: 22px;
  margin-bottom: 18px; }

.result-noprize .prize-wrapper {
  margin-bottom: 50px; }
  .result-noprize .prize-wrapper .prize-img {
    max-width: 65%; }

.mask-black {
  z-index: 70;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8); }

.machine-area {
  z-index: 1;
  position: relative;
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1); }
  .machine-area.machine-anime {
    -webkit-animation: machine-anime 4s 1 forwards ease;
    animation: machine-anime 4s 1 forwards ease; }

@-webkit-keyframes machine-anime {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1); }
  40% {
    -webkit-transform: translate(-6%, -30%) scale(1.6);
    transform: translate(-6%, -30%) scale(1.6); }
  80% {
    -webkit-transform: translate(-6%, -30%) scale(1.6);
    transform: translate(-6%, -30%) scale(1.6); }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1); } }

@keyframes machine-anime {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1); }
  40% {
    -webkit-transform: translate(-6%, -30%) scale(1.6);
    transform: translate(-6%, -30%) scale(1.6); }
  80% {
    -webkit-transform: translate(-6%, -30%) scale(1.6);
    transform: translate(-6%, -30%) scale(1.6); }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1); } }
  .machine-area .mask-black-temp {
    z-index: 70;
    opacity: 0.8;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: #000; }
    .machine-area .mask-black-temp.mask-black-temp-anime {
      -webkit-animation: mask-black-temp-anime 1s 1 forwards linear;
      animation: mask-black-temp-anime 1s 1 forwards linear; }

@-webkit-keyframes mask-black-temp-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.8; } }

@keyframes mask-black-temp-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.8; } }
  .machine-area .light img {
    z-index: 60;
    opacity: 0;
    width: 20px;
    position: absolute;
    pointer-events: none;
    left: 0%;
    top: -10%;
    z-index: 60; }
    @media (min-width: 768px) {
      .machine-area .light img {
        width: 30px; } }
  .machine-area .kanban-wrapper {
    z-index: 61;
    position: absolute;
    left: 50%;
    top: -7.6%;
    -webkit-transform: translate(-50%, 0%) rotate(-3deg);
    -ms-transform: translate(-50%, 0%) rotate(-3deg);
    transform: translate(-50%, 0%) rotate(-3deg);
    width: 95%; }
    .machine-area .kanban-wrapper .kanban {
      text-align: center;
      position: relative; }
      .machine-area .kanban-wrapper .kanban .kanban-title {
        padding: 10px 22%;
        z-index: 1;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 58%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .machine-area .kanban-wrapper .kanban .kanban-title h1 {
          margin: 0;
          font-size: 18px;
          line-height: 26px;
          color: #fff; }
          @media (min-width: 640px) {
            .machine-area .kanban-wrapper .kanban .kanban-title h1 {
              font-size: 20px;
              line-height: 30px; } }
          @media (max-width: 375px) {
            .machine-area .kanban-wrapper .kanban .kanban-title h1 {
              font-size: 16px; } }
          @media (max-width: 340px) {
            .machine-area .kanban-wrapper .kanban .kanban-title h1 {
              font-size: 14px;
              line-height: 20px; } }
  .machine-area .machine-wrapper {
    margin-bottom: 0px;
    padding: 13.4% 2% 0 2%; }
    .machine-area .machine-wrapper .machine {
      position: relative;
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 0;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .machine-area .machine-wrapper .machine img.boxlight {
        position: absolute;
        left: 50%;
        top: 38.5%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 50;
        width: 100%; }
      .machine-area .machine-wrapper .machine .canvas-wrapper {
        position: absolute;
        left: 49.5%;
        top: 44.6%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70%;
        height: auto; }
        .machine-area .machine-wrapper .machine .canvas-wrapper #canvas {
          height: 100%;
          width: 100%;
          margin: 0;
          padding: 0;
          display: block; }
      .machine-area .machine-wrapper .machine img.start {
        position: absolute;
        left: 32.4%;
        top: 75.4%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
        -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
        width: 28%;
        height: auto;
        z-index: 60;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .machine-area .machine-wrapper .machine img.start:hover {
          -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.05);
          -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1.05);
          transform: translate(-50%, -50%) rotate(0deg) scale(1.05); }
        .machine-area .machine-wrapper .machine img.start.start-anime {
          -webkit-animation: start-anime 1s 3 ease forwards;
          animation: start-anime 1s 3 ease forwards; }

@-webkit-keyframes start-anime {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1.1);
    transform: translate(-50%, -50%) rotate(360deg) scale(1.1); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
    transform: translate(-50%, -50%) rotate(360deg) scale(1); } }

@keyframes start-anime {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1.1);
    transform: translate(-50%, -50%) rotate(360deg) scale(1.1); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
    transform: translate(-50%, -50%) rotate(360deg) scale(1); } }
      .machine-area .machine-wrapper .machine .prize-ball {
        position: absolute;
        left: 67.8%;
        top: 66%;
        -webkit-transform: translate(-50%, -50%) scale(1.3) rotate(0deg);
        -ms-transform: translate(-50%, -50%) scale(1.3) rotate(0deg);
        transform: translate(-50%, -50%) scale(1.3) rotate(0deg);
        width: 14%;
        height: auto; }
        .machine-area .machine-wrapper .machine .prize-ball.prize-ball-drop-anime {
          -webkit-animation: prize-ball-drop-anime 0.5s 1 linear forwards;
          animation: prize-ball-drop-anime 0.5s 1 linear forwards; }

@-webkit-keyframes prize-ball-drop-anime {
  0% {
    left: 67.8%;
    top: 64%; }
  30% {
    left: 67.8%;
    top: 83%; }
  50% {
    left: 67.8%;
    top: 77%; }
  70% {
    left: 67.8%;
    top: 83%; }
  85% {
    left: 67.8%;
    top: 80%; }
  100% {
    left: 67.8%;
    top: 83%; } }

@keyframes prize-ball-drop-anime {
  0% {
    left: 67.8%;
    top: 64%; }
  30% {
    left: 67.8%;
    top: 83%; }
  50% {
    left: 67.8%;
    top: 77%; }
  70% {
    left: 67.8%;
    top: 83%; }
  85% {
    left: 67.8%;
    top: 80%; }
  100% {
    left: 67.8%;
    top: 83%; } }
        .machine-area .machine-wrapper .machine .prize-ball.prize-ball-move-anime {
          -webkit-animation: prize-ball-move-anime 0.4s 1 ease-out forwards;
          animation: prize-ball-move-anime 0.4s 1 ease-out forwards; }

@-webkit-keyframes prize-ball-move-anime {
  0% {
    left: 67.8%;
    top: 83%;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg); }
  100% {
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%) scale(3) rotate(360deg);
    transform: translate(-50%, -50%) scale(3) rotate(360deg); } }

@keyframes prize-ball-move-anime {
  0% {
    left: 67.8%;
    top: 83%;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg); }
  100% {
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%) scale(3) rotate(360deg);
    transform: translate(-50%, -50%) scale(3) rotate(360deg); } }
        .machine-area .machine-wrapper .machine .prize-ball img.prize-ball-top {
          -webkit-transform: translate(0%, 20%);
          -ms-transform: translate(0%, 20%);
          transform: translate(0%, 20%); }
          .machine-area .machine-wrapper .machine .prize-ball img.prize-ball-top.prize-ball-top-anime {
            -webkit-animation: prize-ball-top-anime 1.5s 1 ease-out forwards;
            animation: prize-ball-top-anime 1.5s 1 ease-out forwards; }

@-webkit-keyframes prize-ball-top-anime {
  0% {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%); }
  100% {
    -webkit-transform: translate(30%, -60%) rotate(30deg);
    transform: translate(30%, -60%) rotate(30deg); } }

@keyframes prize-ball-top-anime {
  0% {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%); }
  100% {
    -webkit-transform: translate(30%, -60%) rotate(30deg);
    transform: translate(30%, -60%) rotate(30deg); } }
        .machine-area .machine-wrapper .machine .prize-ball img.prize-ball-bottom {
          -webkit-transform: translate(0%, -20%);
          -ms-transform: translate(0%, -20%);
          transform: translate(0%, -20%); }
          .machine-area .machine-wrapper .machine .prize-ball img.prize-ball-bottom.prize-ball-bottom-anime {
            -webkit-animation: prize-ball-bottom-anime 1.5s 1 ease-out forwards;
            animation: prize-ball-bottom-anime 1.5s 1 ease-out forwards; }

@-webkit-keyframes prize-ball-bottom-anime {
  0% {
    -webkit-transform: translate(0%, -20%);
    transform: translate(0%, -20%); }
  100% {
    -webkit-transform: translate(0%, 30%) rotate(-10deg);
    transform: translate(0%, 30%) rotate(-10deg); } }

@keyframes prize-ball-bottom-anime {
  0% {
    -webkit-transform: translate(0%, -20%);
    transform: translate(0%, -20%); }
  100% {
    -webkit-transform: translate(0%, 30%) rotate(-10deg);
    transform: translate(0%, 30%) rotate(-10deg); } }
      .machine-area .machine-wrapper .machine img.machine-mask {
        position: absolute;
        z-index: 50; }
    .machine-area .machine-wrapper .ball {
      display: none;
      position: absolute; }

.info-area {
  position: relative;
  padding: 15px 5%;
  margin: 0 25px 60px 25px;
  background-color: rgba(19, 8, 17, 0.5);
  border-radius: 10px;
  border: 2px solid #fd6bee;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(253, 107, 238, 0.3);
  box-shadow: 0px 0px 15px 10px rgba(253, 107, 238, 0.3);
  text-align: center; }
  .info-area .info-title {
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
    border: 2px solid #fd6bee;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(253, 107, 238, 0.3);
    box-shadow: 0px 0px 5px 5px rgba(253, 107, 238, 0.3);
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 2px 14px; }
  .info-area .prize-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px; }
    .info-area .prize-list .prize-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding: 6px; }
      .info-area .prize-list .prize-item img {
        border-radius: 5px;
        margin-bottom: 5px; }
      .info-area .prize-list .prize-item p {
        line-height: 20px;
        color: #fff;
        font-size: 14px; }
  .info-area .info-date p, .info-area .info-notice p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px; }
  .info-area .info-notice p {
    text-align: left;
    margin: 0; }

.hide {
  display: none !important; }

.blink {
  -webkit-animation: blink 0.7s linear;
  animation: blink 0.7s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes blink {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.btnGray {
  background-color: #999 !important;
  border: 1px solid #999 !important;
  pointer-events: none !important; }

img {
  max-width: 100%;
  height: auto; }

.ofhidden {
  overflow: hidden; }

.ud-alert .ud-button {
  max-width: 50% !important; }
