@font-face {
  font-family: "DFHeiStd-W3";
  src: url("../fonts/DFHeiStd-W3.otf"); }

@font-face {
  font-family: "DFHeiStd-W5";
  src: url("../fonts/DFHeiStd-W5.otf"); }

@font-face {
  font-family: "DFHeiStd-W7";
  src: url("../fonts/DFHeiStd-W7.otf"); }

@font-face {
  font-family: "DFHeiStd-W9";
  src: url("../fonts/DFHeiStd-W9.otf"); }

@-webkit-keyframes donut_spin {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg); } }

@keyframes donut_spin {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg); } }

.loading {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100; }

.dount {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  border-radius: 50%;
  border: 9px solid #dce4eb;
  border-left-color: #22943f;
  -webkit-animation: donut_spin 1.2s linear infinite;
  animation: donut_spin 1.2s linear infinite; }

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0; }

.w5 {
  font-family: "DFHeiStd-W5"; }

.w7 {
  font-family: "DFHeiStd-W7"; }

.w9 {
  font-family: "DFHeiStd-W9"; }

.color-primary {
  color: #22943f; }

.color-secondary {
  color: #087754; }

#wrap.menu-open {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

#header {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 480px;
  height: 76.5px;
  border-bottom: #dddddd 1px solid;
  background: #ffffff;
  z-index: 3; }
  @media (max-width: 480px) {
    #header {
      height: 15.9375vw; } }
  #header .logo {
    position: absolute;
    top: 27px;
    left: 24px;
    width: 94px;
    height: 24px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    @media (max-width: 480px) {
      #header .logo {
        top: 5.625vw;
        left: 5vw;
        width: 19.58333vw;
        height: 5vw; } }
    #header .logo a {
      display: block;
      width: 100%;
      height: 100%;
      background: url(../images/header-logo.svg) center center no-repeat;
      background-size: 94px 24px; }
      @media (max-width: 480px) {
        #header .logo a {
          background-size: 19.58333vw 5vw; } }
  #header .btn-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 46px;
    height: 37.5px;
    cursor: pointer; }
    @media (max-width: 480px) {
      #header .btn-menu {
        top: 4.16667vw;
        right: 4.16667vw;
        width: 9.58333vw;
        height: 7.8125vw; } }
    #header .btn-menu span {
      position: absolute;
      width: 46px;
      height: 5px;
      border-radius: 5px;
      background: #c1c1c1;
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      pointer-events: none; }
      @media (max-width: 480px) {
        #header .btn-menu span {
          width: 9.58333vw;
          height: 1.04167vw;
          border-radius: 1.04167vw; } }
      #header .btn-menu span:nth-child(1) {
        top: 0px; }
      #header .btn-menu span:nth-child(2), #header .btn-menu span:nth-child(3) {
        top: 16.5px; }
        @media (max-width: 480px) {
          #header .btn-menu span:nth-child(2), #header .btn-menu span:nth-child(3) {
            top: 3.4375vw; } }
      #header .btn-menu span:nth-child(4) {
        top: 33px; }
        @media (max-width: 480px) {
          #header .btn-menu span:nth-child(4) {
            top: 6.875vw; } }
    #header .btn-menu.open span:nth-child(1) {
      width: 0;
      top: 0; }
    #header .btn-menu.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #header .btn-menu.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #header .btn-menu.open span:nth-child(4) {
      width: 0;
      top: 33px; }
      @media (max-width: 480px) {
        #header .btn-menu.open span:nth-child(4) {
          top: 6.875vw; } }

#footer {
  clear: both;
  position: fixed;
  width: 100%;
  max-width: 480px;
  bottom: 0;
  letter-spacing: 0.5px;
  padding-top: 85px;
  z-index: 1; }
  @media (max-width: 480px) {
    #footer {
      padding-top: 17.70833vw; } }

#warnings {
  position: fixed;
  top: auto;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 85px;
  font-size: 0;
  text-align: center;
  background-color: #000;
  background-size: cover;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (max-width: 480px) {
    #warnings {
      height: 17.70833vw; } }
  #warnings > p {
    overflow: hidden;
    pointer-events: none;
    height: 100%; }
    #warnings > p span {
      display: inline-block;
      height: 100%;
      color: #b6b6b6;
      font-size: 32px;
      font-weight: 300;
      line-height: 85px;
      letter-spacing: 1.5px;
      vertical-align: middle;
      -webkit-transform: scaleY(1.5);
      -ms-transform: scaleY(1.5);
      transform: scaleY(1.5);
      position: relative;
      top: 3px; }
      @media (max-width: 480px) {
        #warnings > p span {
          font-size: 6.66667vw;
          line-height: 17.70833vw;
          letter-spacing: 0.3125vw; } }
      #warnings > p span:nth-child(1) {
        padding-left: 3px; }
        @media (max-width: 480px) {
          #warnings > p span:nth-child(1) {
            padding-left: 0.625vw; } }
      #warnings > p span img {
        width: 33.5px;
        height: 26.5px;
        margin-top: -8.5px;
        margin-right: 1.5px;
        vertical-align: middle; }
        @media (max-width: 480px) {
          #warnings > p span img {
            width: 6.77083vw;
            height: 5.52083vw;
            margin-top: -1.77083vw;
            margin-right: 0.3125vw; } }

#menu {
  width: 100%;
  max-width: 480px;
  height: 100%;
  position: absolute;
  top: 76.5px;
  left: -100%;
  background-color: #dee8b7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-height: 100vh;
  overflow: scroll; }
  #menu .inner {
    position: relative;
    width: 100%;
    left: 50%;
    margin-top: 50px;
    margin-bottom: 75px;
    padding-bottom: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    #menu .inner.center_pos {
      margin-top: auto;
      margin-bottom: auto;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  #menu.open {
    left: 0; }
  @media screen and (max-width: 480px) {
    #menu {
      top: 15.9375vw; } }

.menu-btn-group {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .menu-btn-group > a {
    display: block;
    width: 257px;
    height: 60px;
    font-size: 24.5px;
    line-height: 60px;
    background-color: #22943f;
    border-radius: 60px;
    background-image: url("../images/tri.png");
    background-size: 14px 16px;
    background-repeat: no-repeat;
    background-position: 222.5px 50.1%;
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 480px) {
      .menu-btn-group > a {
        width: 53.54167vw;
        height: 12.5vw;
        font-size: 5.10417vw;
        line-height: 12.5vw;
        border-radius: 12.5vw;
        background-size: 2.91667vw 3.33333vw;
        background-position: 46.35417vw 50.1%; } }
    .menu-btn-group > a > img {
      image-rendering: -moz-crisp-edges;
      /* Firefox */
      image-rendering: -o-crisp-edges;
      /* Opera */
      image-rendering: -webkit-optimize-contrast;
      /*Webkit (non-standard naming) */
      image-rendering: crisp-edges;
      -ms-interpolation-mode: nearest-neighbor;
      /* IE (non-standard property) */
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 480px) {
        .menu-btn-group > a > img {
          width: 22.1875vw; } }
    .menu-btn-group > a:not(:first-of-type) {
      margin-top: 18.5px; }
      @media screen and (max-width: 480px) {
        .menu-btn-group > a:not(:first-of-type) {
          margin-top: 3.85417vw; } }

.menu-decoration {
  position: relative;
  left: 50%;
  margin-top: 62.5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 85%; }
  @media screen and (max-width: 480px) {
    .menu-decoration {
      width: 74.16667vw;
      margin-top: 13.02083vw; } }

body {
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
  overflow: -moz-scrollbars-none; }
  body::-webkit-scrollbar {
    display: none; }

#wrap {
  position: relative;
  overflow: hidden;
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.textHide,
.text-hide {
  font-size: 0;
  text-indent: -5000px; }

#custom {
  padding-top: 32.5px;
  padding-bottom: 120px;
  min-height: 100vh;
  background-color: #dee8b7; }
  @media (max-width: 480px) {
    #custom {
      padding-top: 6.77083vw;
      padding-bottom: 25vw; } }

.topic {
  font-family: "DFHeiStd-W7";
  font-size: 40px;
  text-align: center;
  color: #22943f;
  margin-bottom: 25px; }
  @media (max-width: 480px) {
    .topic {
      font-size: 8.33333vw;
      margin-bottom: 5.20833vw; } }

.block {
  display: block; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.title1 {
  max-width: 80%; }

.title2 {
  max-width: 80%;
  margin-top: 53.5px; }
  @media (max-width: 480px) {
    .title2 {
      margin-top: 11.14583vw; } }

.award {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 17.5px;
  width: 425px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }
  .award.nogrid {
    display: block; }
    .award.nogrid > div {
      width: 100%;
      height: 534px;
      background-repeat: no-repeat;
      background-image: url("../images/slot.png");
      background-size: cover;
      -ms-interpolation-mode: nearest-neighbor;
      /* IE (non-standard property) */
      image-rendering: -moz-crisp-edges;
      /* Firefox */
      image-rendering: -o-crisp-edges;
      /* Opera */
      image-rendering: -webkit-optimize-contrast;
      /*Webkit (non-standard naming) */
      image-rendering: crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated; }
      .award.nogrid > div > .points {
        position: absolute;
        bottom: 32px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-size: 10px 11px;
        background-position: 131px 51%; }
    .award.nogrid .btn {
      left: 17px;
      top: 17px; }
    .award.nogrid .points {
      width: 170px;
      height: 40px;
      line-height: 42px; }
    @media (max-width: 480px) {
      .award.nogrid > div {
        height: 111.25vw; }
        .award.nogrid > div > .points {
          bottom: 6.66667vw;
          background-size: 2.08333vw 2.29167vw;
          background-position: 27.29167vw 51%; }
      .award.nogrid .btn {
        left: 3.54167vw;
        top: 3.54167vw; }
      .award.nogrid .points {
        width: 35.41667vw;
        height: 8.33333vw;
        line-height: 8.75vw; } }
  .award > div {
    width: 204px;
    height: 237.5px;
    background-color: #fff;
    border-radius: 26.5px;
    padding-top: 25px;
    padding-bottom: 13.5px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .award .btn {
    position: absolute;
    left: 6.5px;
    top: 6.5px;
    width: 34px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  @media (max-width: 480px) {
    .award {
      grid-column-gap: 3.125vw;
      grid-row-gap: 3.64583vw;
      margin-top: 4.16667vw; }
      .award > div {
        width: 42.5vw;
        height: 49.47917vw;
        border-radius: 5.52083vw;
        padding-top: 5.20833vw;
        padding-bottom: 2.8125vw; }
      .award .btn {
        width: 7.08333vw;
        left: 1.35417vw;
        top: 1.35417vw; } }
  @media screen and (max-width: 350px) {
    .award .btn {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95); } }

.award-title {
  font-size: 16px;
  text-align: center; }
  @media (max-width: 480px) {
    .award-title {
      font-size: 3.33333vw; } }
  @media screen and (max-width: 350px) {
    .award-title {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95); } }

.award-count {
  font-size: 13.5x;
  color: #afca47; }
  @media (max-width: 480px) {
    .award-count {
      font-size: 2.8125vw; } }

.points {
  width: 121.5px;
  height: 33.5px;
  line-height: 33.5px;
  border-radius: 33.5px;
  padding-left: 26px;
  margin-top: 16px;
  background-color: #24ac3e;
  background-image: url("../images/tri_green.png");
  background-size: 9.5px 11px;
  background-repeat: no-repeat;
  background-position: 97.5px 50.1%;
  font-size: 19px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block; }
  .points.slot {
    padding-left: 33.5px;
    text-decoration: none;
    display: block; }
  @media (max-width: 480px) {
    .points {
      width: 25.3125vw;
      height: 6.97917vw;
      line-height: 6.97917vw;
      border-radius: 6.97917vw;
      padding-left: 5.41667vw;
      margin-top: 3.33333vw;
      background-size: 1.97917vw 2.29167vw;
      background-position: 20.52083vw 50.1%;
      font-size: 3.95833vw; }
      .points.slot {
        padding-left: 6.97917vw; } }

.prize1 {
  margin-top: 15px;
  width: 107.5px; }
  @media (max-width: 480px) {
    .prize1 {
      width: 22.39583vw;
      margin-top: 3.125vw; } }

.prize2 {
  margin-top: 20px;
  width: 162px; }
  @media (max-width: 480px) {
    .prize2 {
      width: 33.75vw;
      margin-top: 4.16667vw; } }

.prize3 {
  margin-top: 8px;
  width: 96px; }
  @media (max-width: 480px) {
    .prize3 {
      width: 20vw;
      margin-top: 1.66667vw; } }

.prize3 + div {
  margin-top: 9px; }
  @media (max-width: 480px) {
    .prize3 + div {
      margin-top: 1.875vw; } }

.prize3 + a {
  margin-top: 7.5px; }
  @media (max-width: 480px) {
    .prize3 + a {
      margin-top: 1.5625vw; } }

.prize4 {
  margin-top: 12.5px;
  position: relative;
  left: 12.5px;
  width: 150px; }
  @media (max-width: 480px) {
    .prize4 {
      width: 31.25vw;
      margin-top: 2.60417vw;
      left: 2.60417vw; } }

.prize4 + div {
  margin-top: 12px; }
  @media (max-width: 480px) {
    .prize4 + div {
      margin-top: 2.5vw; } }

.prize4 + a {
  margin-top: 10px; }
  @media (max-width: 480px) {
    .prize4 + a {
      margin-top: 2.08333vw; } }

.prize5 {
  margin-top: 20.5px;
  width: 57px; }
  @media (max-width: 480px) {
    .prize5 {
      width: 11.875vw;
      margin-top: 4.27083vw; } }

.prize5 + div {
  margin-top: 19px; }
  @media (max-width: 480px) {
    .prize5 + div {
      margin-top: 3.95833vw; } }

.prize6 {
  margin-top: 10px;
  width: 151px; }
  @media (max-width: 480px) {
    .prize6 {
      width: 31.45833vw;
      margin-top: 2.08333vw; } }

.prize6 + div {
  margin-top: 9px; }
  @media (max-width: 480px) {
    .prize6 + div {
      margin-top: 1.875vw; } }

.prize7 {
  margin-top: 25px;
  width: 98px; }
  @media (max-width: 480px) {
    .prize7 {
      width: 20.41667vw;
      margin-top: 5.20833vw; } }

.prize7 + div {
  margin-top: 17.5px; }
  @media (max-width: 480px) {
    .prize7 + div {
      margin-top: 3.64583vw; } }

#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 232, 183, 0.9);
  left: 0;
  top: 0;
  z-index: -10;
  opacity: 0;
  overflow: auto; }
  #popup.active {
    display: block;
    z-index: 10;
    opacity: 1; }
  #popup .close_btn {
    display: block;
    margin-left: auto;
    cursor: pointer;
    width: 57.5px; }
  #popup > div {
    width: 407.5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12.5px;
    position: relative; }
    #popup > div.center_pos {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #popup > div .pop_award {
      width: 407.5px;
      height: 433px;
      margin-top: 12.5px;
      margin-bottom: 12.5px;
      image-rendering: -moz-crisp-edges;
      /* Firefox */
      image-rendering: -o-crisp-edges;
      /* Opera */
      image-rendering: -webkit-optimize-contrast;
      /*Webkit (non-standard naming) */
      image-rendering: crisp-edges;
      -ms-interpolation-mode: nearest-neighbor; }
      #popup > div .pop_award.slot {
        height: auto; }
    #popup > div img {
      image-rendering: -moz-crisp-edges;
      /* Firefox */
      image-rendering: -o-crisp-edges;
      /* Opera */
      image-rendering: -webkit-optimize-contrast;
      /*Webkit (non-standard naming) */
      image-rendering: crisp-edges;
      -ms-interpolation-mode: nearest-neighbor;
      /* IE (non-standard property) */ }
  @media (max-width: 480px) {
    #popup > div {
      width: 84.89583vw;
      margin-top: 2.60417vw;
      margin-bottom: 2.60417vw; }
      #popup > div .close_btn {
        width: 10.9375vw;
        height: 10.9375vw; }
      #popup > div .pop_award {
        margin-top: 2.60417vw;
        width: 84.89583vw;
        height: 90.20833vw; } }

.point-slot {
  font-size: 21px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #22943f;
  text-align: center;
  line-height: 1.234; }
  @media (max-width: 480px) {
    .point-slot {
      font-size: 4.375vw;
      margin-top: 8.33333vw;
      margin-bottom: 8.33333vw; } }
