.result-prize, .result-noprize {
  width: 100%;
  z-index: 190;
  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 h6, .result-noprize h6 {
    font-size: 36px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 3px;
    margin-bottom: 10px; }
    @media (max-width: 340px) {
      .result-prize h6, .result-noprize h6 {
        font-size: 32px; } }
  .result-prize .prize-name, .result-noprize .prize-name {
    padding: 0 5%; }
    .result-prize .prize-name p, .result-noprize .prize-name p {
      font-size: 26px;
      letter-spacing: 1px;
      color: #f4ce15;
      margin-bottom: 15px; }
      @media (max-width: 340px) {
        .result-prize .prize-name p, .result-noprize .prize-name p {
          font-size: 22px; } }
  .result-prize .prize-wrapper, .result-noprize .prize-wrapper {
    text-align: center;
    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: 20px 5% 30px 5%;
    text-align: center;
    width: 100%; }
    .result-prize .prize-button p, .result-noprize .prize-button p {
      margin-bottom: 10px;
      font-size: 14px;
      color: #999; }
    .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;
      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;
      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-prize .prize-button img.share, .result-noprize .prize-button img.share {
      width: 75%; }

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

.start-area img {
  cursor: pointer; }

.scratch-area {
  z-index: 3;
  position: relative; }
  .scratch-area .start {
    z-index: 10;
    position: absolute;
    cursor: pointer; }
  .scratch-area .sc__wrapper {
    cursor: pointer;
    display: block;
    margin: 0 auto; }
    .scratch-area .sc__wrapper .sc__container {
      position: relative;
      overflow: hidden; }
    .scratch-area .sc__wrapper .sc__container > img {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
    .scratch-area .sc__wrapper .sc__container canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }

.hide {
  display: none !important; }

.ofhidden {
  overflow: hidden; }
