.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: 40px 8%;
  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; }
  .result-prize .result-wrapper, .result-noprize .result-wrapper {
    padding: 36px 8% 20px 8%;
    background: url("../img/bg_result.jpg") no-repeat top center;
    background-size: 100%;
    background-color: #101f2e;
    text-align: center;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2); }
    .result-prize .result-wrapper .prize-wrapper, .result-noprize .result-wrapper .prize-wrapper {
      text-align: center;
      position: relative;
      margin-bottom: 20px; }
      .result-prize .result-wrapper .prize-wrapper .prize-img, .result-noprize .result-wrapper .prize-wrapper .prize-img {
        z-index: 10;
        position: relative;
        -webkit-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.3); }
    .result-prize .result-wrapper h6, .result-noprize .result-wrapper h6 {
      font-size: 14px;
      color: #f8e7ad;
      line-height: 20px;
      letter-spacing: 2px;
      margin-bottom: 0px; }
    .result-prize .result-wrapper .prize-name, .result-noprize .result-wrapper .prize-name {
      padding: 0 5%;
      margin-bottom: 22px; }
      .result-prize .result-wrapper .prize-name p, .result-noprize .result-wrapper .prize-name p {
        font-size: 22px;
        letter-spacing: 1px;
        color: #f8e7ad; }
    .result-prize .result-wrapper .prize-button, .result-noprize .result-wrapper .prize-button {
      padding: 0 8%;
      text-align: center;
      width: 100%; }
      .result-prize .result-wrapper .prize-button img, .result-noprize .result-wrapper .prize-button img {
        z-index: 20;
        position: relative;
        margin-bottom: 8px; }

.result-noprize .result-wrapper .prize-wrapper {
  margin-bottom: 50px; }
  .result-noprize .result-wrapper .prize-wrapper .prize-img {
    max-width: 45%;
    -webkit-box-shadow: none;
    box-shadow: none; }

.mask-black {
  z-index: 70;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(51, 58, 69, 0.75); }

.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: 0%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 60%; }
    .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 .machine-wrapper {
    margin-bottom: 0px;
    padding: 1% 3% 0 3%;
    position: relative; }
    .machine-area .machine-wrapper .capsules {
      position: absolute;
      left: 50%;
      bottom: -13%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1; }
    .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: 43.4%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 50;
        width: 100%;
        opacity: 0.75; }
      .machine-area .machine-wrapper .machine .canvas-wrapper {
        position: absolute;
        left: 49%;
        top: 51.7%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 58%;
        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: 78.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: 18%;
        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 img.click {
        position: absolute;
        left: 32.5%;
        top: 78.3%;
        color: #e91e63;
        width: 13%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 60;
        pointer-events: none;
        -webkit-animation: click 1s infinite;
        animation: click 1s infinite; }

@-webkit-keyframes click {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes click {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
      .machine-area .machine-wrapper .machine .prize-ball {
        position: absolute;
        left: 64%;
        top: 69%;
        -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: 64%;
    top: 64%; }
  30% {
    left: 64%;
    top: 78%; }
  50% {
    left: 64%;
    top: 72%; }
  70% {
    left: 64%;
    top: 78%; }
  85% {
    left: 64%;
    top: 75%; }
  100% {
    left: 64%;
    top: 78%; } }

@keyframes prize-ball-drop-anime {
  0% {
    left: 64%;
    top: 64%; }
  30% {
    left: 64%;
    top: 78%; }
  50% {
    left: 64%;
    top: 72%; }
  70% {
    left: 64%;
    top: 78%; }
  85% {
    left: 64%;
    top: 75%; }
  100% {
    left: 64%;
    top: 78%; } }
        .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: 64%;
    top: 73%;
    -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: 64%;
    top: 73%;
    -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: 0 4% 15px 4%;
  margin: -25px 0 60px 0;
  text-align: center; }
  .info-area .info-title {
    padding: 0 32%; }
  .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: 12px; }
      .info-area .prize-list .prize-item img {
        border-radius: 3px;
        margin-bottom: 5px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2); }
      .info-area .prize-list .prize-item p {
        line-height: 20px;
        color: #fcd394;
        font-size: 14px; }
  .info-area .info-date .info-title {
    margin-bottom: 14px; }
  .info-area .info-date p {
    font-size: 16px;
    color: #fdf5c7;
    margin-bottom: 20px;
    letter-spacing: 1px; }
  .info-area .info-notice .info-title {
    margin-bottom: 12px; }
  .info-area .info-notice p {
    font-size: 16px;
    color: #fdf5c7;
    line-height: 26px;
    margin-bottom: 25px;
    text-align: left;
  }

.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; }
