/*! 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; }

@-webkit-keyframes op1 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes op1 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html,
body {
  background-color: #233530; }

body {
  position: fixed;
  overscroll-behavior-y: contain; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.index-pc {
  width: 100vw;
  height: 100vh;
  background-color: #233530;
  display: none; }

.qrcode-group {
  width: 476px;
  height: 502px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.pc_mainImg {
  position: absolute;
  bottom: 0;
  right: 0; }

.qrcode {
  width: 204px;
  height: 204px;
  background-color: #eeedde;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px; }

#qrcode {
  width: 130px;
  height: 130px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.index-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  overflow: hidden; }
  .index-mobile.covered::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 16vh;
    background-color: #233530; }

.loading {
  width: 100%;
  height: 100%; }

.progress-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  width: 100%;
  height: 4px; }
  @media (max-width: 750px) {
    .progress-group {
      margin-top: 5.3333333vw; } }
  .progress-group > * {
    height: 100%; }
  .progress-group .left-side {
    width: 0%;
    -webkit-transition: width 0.1s linear;
    -o-transition: width 0.1s linear;
    transition: width 0.1s linear;
    background-color: #f0dc8c; }
  .progress-group .right-side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #202d2a; }

.percent {
  font-size: 75px;
  color: #eeedde;
  position: absolute;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .percent p {
    margin: 0; }
  .percent span {
    font-size: 15px; }

.logo {
  position: absolute;
  left: 30px;
  bottom: 70px;
  width: 80px; }
  @media (max-width: 750px) {
    .logo {
      left: 4vw;
      bottom: 6.3333333vw; } }

.light-group {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  .light-group img {
    width: 100%; }
  .light-group.fadeout {
    position: relative;
    width: 50vw;
    opacity: 0; }
    .light-group.fadeout .light__item--blur {
      display: none; }

.light__item--on {
  position: relative;
  opacity: 0; }
  .light__item--on.turn-on {
    -webkit-animation: op1 1s linear both;
    animation: op1 1s linear both; }

.light__item--blur {
  position: absolute;
  width: 130px;
  height: 200px;
  left: -50px;
  top: -80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/mobile/blur.png); }

.slide-group {
  background-color: #21312d;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 12px;
  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;
  width: 27px;
  height: 137px;
  position: absolute;
  right: 20px;
  bottom: 32px;
  z-index: 1;
  opacity: 0.6;
  -webkit-transition: right 0.6s ease-in-out;
  -o-transition: right 0.6s ease-in-out;
  transition: right 0.6s ease-in-out; }
  @media (max-width: 750px) {
    .slide-group {
      right: 5.33333333vw; } }
  .slide-group.hidden {
    right: -100%; }

.slider-minus {
  cursor: pointer;
  background-color: white;
  width: 14px;
  height: 5px;
  border-radius: 3.5px; }
  .slider-minus > div {
    background-color: white;
    width: 14px;
    height: 5px;
    opacity: 0;
    position: relative;
    top: 3.5px; }

.slider-add {
  width: 14px;
  height: 14px;
  position: relative;
  cursor: pointer; }
  .slider-add hr {
    position: absolute;
    width: 100%;
    border: none; }
  .slider-add > :nth-of-type(1) {
    height: 4px;
    border-radius: 4px;
    background-color: white; }
  .slider-add > :nth-of-type(2) {
    height: 4px;
    border-radius: 4px;
    background-color: white;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.slider-container {
  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;
  position: relative;
  width: 100%;
  height: 95px;
  padding-top: 8px;
  padding-bottom: 13px;
  /* Special styling for WebKit/Blink */
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */ }
  .slider-container #slidebar {
    position: absolute;
    overflow: hidden;
    width: 80px;
    height: 25px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    cursor: pointer;
    bottom: 34px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    z-index: 1; }
  .slider-container input[type="range"] {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 100%;
    /* Specific width is required for Firefox. */
    background: transparent;
    /* Otherwise white in Chrome */ }
  .slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; }
  .slider-container input[type="range"]:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ }
  .slider-container input[type="range"]::-ms-track {
    width: 100%;
    cursor: pointer;
    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #a9303e;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #a9303e;
    cursor: pointer; }
  .slider-container input[type="range"]::-moz-range-thumb {
    border: 1px solid #a9303e;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #a9303e;
    cursor: pointer; }
  .slider-container input[type="range"]::-ms-thumb {
    border: 1px solid #a9303e;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #a9303e;
    cursor: pointer; }
  .slider-container .top-side {
    width: 3.5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top-left-radius: 3.5px;
    border-bottom-left-radius: 3.5px;
    background-color: rgba(255, 255, 255, 0); }
  .slider-container .bottom-side {
    width: 3.5px;
    height: 90%;
    border-radius: 3.5px;
    background-color: white; }

.christmas-view {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%) translateY(-60%);
  -ms-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
  display: none; }

.mobile_fix {
  right: 0;
  bottom: 0; }

.christmas-content {
  width: 100vw;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  overflow: hidden;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-origin: 49.9% 53.3%;
  -ms-transform-origin: 49.9% 53.3%;
  transform-origin: 49.9% 53.3%;
  will-change: transform-origin;
  -webkit-will-change: transform-origin;
  -webkit-transition: -webkit-transform-origin 1.25s ease-out;
  transition: -webkit-transform-origin 1.25s ease-out;
  -o-transition: transform-origin 1.25s ease-out;
  transition: transform-origin 1.25s ease-out;
  transition: transform-origin 1.25s ease-out, -webkit-transform-origin 1.25s ease-out, -ms-transform-origin 1.25s ease-out; }
  .christmas-content > div {
    position: relative; }
    .christmas-content > div.focus_hide::before {
      content: "";
      display: block;
      position: absolute;
      width: 100vw;
      height: 10px;
      top: -12px;
      background-color: #233530; }
  .christmas-content > div > div {
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    background-image: url("../images/mobile/window_lightoff.gif");
    background-position: center center; }
    @media (max-width: 750px) {
      .christmas-content > div > div {
        width: 8.316853vw;
        height: 11.027699vw; } }
  .christmas-content > div:nth-of-type(3) > div:nth-of-type(6) {
    background-image: url("../images/mobile/p1.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(4) > div:nth-of-type(5) {
    background-image: url("../images/mobile/p2.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(4) > div:nth-of-type(6) {
    background-image: url("../images/mobile/p3.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(4) > div:nth-of-type(7) {
    background-image: url("../images/mobile/p4.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(5) > div:nth-of-type(4) {
    background-image: url("../images/mobile/p5.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(5) > div:nth-of-type(5) {
    background-image: url("../images/mobile/p6.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(5) > div:nth-of-type(6) {
    background-image: url("../images/mobile/p7.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(5) > div:nth-of-type(7) {
    background-image: url("../images/mobile/p8.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(5) > div:nth-of-type(8) {
    background-image: url("../images/mobile/p9.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(6) > div:nth-of-type(3) {
    background-image: url("../images/mobile/p10.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(6) > div:nth-of-type(4) {
    background-image: url("../images/mobile/p11.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(6) > div:nth-of-type(5) {
    background-image: url("../images/mobile/p12.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(6) > div:nth-of-type(6) {
    background-image: url("../images/mobile/p13.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(6) > div:nth-of-type(7) {
    background-image: url("../images/mobile/p14.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(6) > div:nth-of-type(8) {
    background-image: url("../images/mobile/p15.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(6) > div:nth-of-type(9) {
    background-image: url("../images/mobile/p16.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(7) > div:nth-of-type(4) {
    background-image: url("../images/mobile/p17.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(7) > div:nth-of-type(5) {
    background-image: url("../images/mobile/p18.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(7) > div:nth-of-type(6) {
    background-image: url("../images/mobile/p19.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(7) > div:nth-of-type(7) {
    background-image: url("../images/mobile/p20.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(7) > div:nth-of-type(8) {
    background-image: url("../images/mobile/p21.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(8) > div:nth-of-type(3) {
    background-image: url("../images/mobile/p22.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(8) > div:nth-of-type(4) {
    background-image: url("../images/mobile/p23.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(8) > div:nth-of-type(5) {
    background-image: url("../images/mobile/p24.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(8) > div:nth-of-type(6) {
    background-image: url("../images/mobile/p25.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(8) > div:nth-of-type(7) {
    background-image: url("../images/mobile/p26.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(8) > div:nth-of-type(8) {
    background-image: url("../images/mobile/p27.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(8) > div:nth-of-type(9) {
    background-image: url("../images/mobile/p28.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(9) > div:nth-of-type(2) {
    background-image: url("../images/mobile/p29.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(9) > div:nth-of-type(3) {
    background-image: url("../images/mobile/p30.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(9) > div:nth-of-type(4) {
    background-image: url("../images/mobile/p31.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(9) > div:nth-of-type(5) {
    background-image: url("../images/mobile/p32.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(9) > div:nth-of-type(6) {
    background-image: url("../images/mobile/p33.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(9) > div:nth-of-type(7) {
    background-image: url("../images/mobile/p34.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(9) > div:nth-of-type(8) {
    background-image: url("../images/mobile/p35.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(9) > div:nth-of-type(9) {
    background-image: url("../images/mobile/p36.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(9) > div:nth-of-type(10) {
    background-image: url("../images/mobile/p37.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(10) > div:nth-of-type(5) {
    background-image: url("../images/mobile/p38.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(10) > div:nth-of-type(6) {
    background-image: url("../images/mobile/p39.gif?v=20201221"); }
  .christmas-content > div:nth-of-type(10) > div:nth-of-type(7) {
    background-image: url("../images/mobile/p40.gif?v=20201221"); }

.christmas-msg {
  position: absolute;
  left: 15px;
  top: 35px;
  width: 171px;
  -webkit-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out; }
  .christmas-msg.hidden {
    left: -160%; }

.ending-msg {
  position: absolute;
  left: 15px;
  top: 165px;
  width: 85px;
  height: 52px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }
  .ending-msg.active {
    opacity: 1; }

.decoration {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 35%;
  background-image: url("../images/mobile/p19-bg.gif");
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  left: -8px; }
  .decoration.zoom-out {
    opacity: 0; }
  .decoration.zoom-in {
    opacity: 0; }

.focus-hide {
  -webkit-transition: opacity 0.3s linear 0.7s;
  -o-transition: opacity 0.3s linear 0.7s;
  transition: opacity 0.3s linear 0.7s;
  opacity: 0; }
