@charset "UTF-8";
/* width: span(2); */
/* 2 of 4 */
/* @include container; */
/* 反選 */
/* @import 'susy'; */
/* @include container; */
/* susy-use */
/* susy-at */
/* @include gallery(2 of 8); */
/* @include maintain-ratio(4 3); */
/* it is safe to add non-Susy data to Susy maps */
/* Gallery */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
/* Header */
/* 反選 */
/* Links */
/* Style anchor elements. */
/* Font */
/* 字體 */
/* 文字 */
footer, #fix .prompt-message {
  font-size: 0.875rem;
  font-weight: normal;
}

#topnav, #popup .component .subtitle, .receive-button a, .more-button a, #article article .item-inner h3, #lottery .lottery-inner p, #popup .component .component-inner .description, #fix .scroll-button {
  font-size: 1rem;
  font-weight: normal;
}

.titleB, .more-button a:after, #lottery .lottery-inner h3 {
  font-size: 1.125rem;
  font-weight: normal;
}

.titleA {
  font-size: 1.25rem;
  font-weight: normal;
}

/* Menu */
/* Mobile */
/* Desktop */
/* Topnav */
/* Title */
.titleA {
  position: relative;
  color: #5a5a5a;
  margin: 0 0 1.25rem 0;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
.titleA:before, .titleA:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #5a5a5a;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.titleA:before {
  left: 0;
}
.titleA:after {
  right: 0;
}
.titleA span {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .titleA {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    font-size: 1.375rem;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 1280px) {
  .titleA {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    font-size: 1.5rem;
    margin: 0 0 2.5rem 0;
    /* return the global variable to its initial value */
  }
}

/* Footer */
/* Footer Link */
footer a {
  color: #fff;
}
footer a:hover {
  color: #ffe14d;
}

/* Clear */
/* fontawesome */
.more-button a:after, nav li a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}

*,
*::before,
*::after {
  box-sizing: inherit;
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0.3rem 0;
  padding: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

/* IE10+ doesn't honor `<meta name="viewport">` in some cases. */
/* @at-root {
  @-ms-viewport { width: device-width; }
} */
/* Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers) */
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* Body */
/* 1. Remove the margin in all browsers.
2. As a best practice, apply a default `background-color`. */
body {
  font-family: "Roboto", "微軟正黑體", sans-serif;
  font-size: 1rem;
  background: #fff;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.5;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #c48d79;
}

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #c48d79;
}

/* Links */
a {
  color: #5a5a5a;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #ed9d85;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover-focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* Credit: https://github.com/suitcss/base */
[tabindex="-1"]:focus {
  outline: none !important;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Code */
pre,
code,
kbd,
samp {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers. */
}

pre {
  /* Remove browser default top margin */
  margin-top: 0;
  /* Reset browser default of `1em` to use `rem`s */
  margin-bottom: 1rem;
  /* Don't allow content to break outside */
  overflow: auto;
}

/* Figures */
figure {
  /* Apply a consistent margin strategy (matches our type styles). */
  margin: 0 0 1rem;
}

/* Images and content */
img {
  max-width: 100% !important;
  height: auto;
  vertical-align: middle;
  border-style: none;
  /* Remove the border on images inside links in IE 10-. */
}
img::selection {
  background: #54585a;
}
img::-moz-selection {
  background: #54585a;
}

svg:not(:root) {
  overflow: hidden;
  /* Hide the overflow in IE */
}

/* Avoid 300ms click delay on touch devices that support the `touch-action` CSS property. */
/* In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11
DON'T remove the click delay when `<meta name="viewport" content="width=device-width">` is present.
However, they DO support removing the click delay via `touch-action: manipulation`.
See:
* https://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch
* http://caniuse.com/#feat=css-touch-action
* https://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* Tables */
table {
  border-collapse: collapse;
  /* Prevent double borders */
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes upDown {
  0% {
    top: -8px;
  }
  100% {
    top: 8px;
  }
}
@-webkit-keyframes upDown {
  0% {
    top: -8px;
  }
  100% {
    top: 8px;
  }
}
@keyframes upDown {
  0% {
    top: -8px;
  }
  100% {
    top: 8px;
  }
}
@-moz-keyframes hvr-pulse-grow {
  to {
    -moz-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
  }
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -moz-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes shake {
  0% {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
/* Transform */
/* Rotate */
/* Scale */
/* Translate */
/* Skew */
/* Transform origin */
/* 共用 */
/* 圓弧效果  @include border-radius(50px);
區塊陰影  @include box-shadow(30px 30px 30px #000);
背景漸層  @include background(linear-gradient(white,black));
透明度    @include opacity(0.2);
過渡     @include transition(all 0.5s ease-in-out);
@include container(); 渲染
@include full;width: 100%; */
/* Susy3 */
/* @include susy-at($large) {}
flex: 1 1 span(4);
width: span(6.5);
@include gallery(4 of 12); */
main {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  top: 0;
  overflow: hidden;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
@media (min-width: 1024px) {
  main {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    top: 3.75rem;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 1280px) {
  main {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    top: 4.6875rem;
    /* return the global variable to its initial value */
  }
}

#topnav {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  text-align: center;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
#topnav a {
  color: #fff;
}
#topnav a:hover {
  color: #ffe14d;
}
#topnav a {
  padding: 0.625rem 1.25rem;
  background: #d60050;
  border: 1px solid #d60050;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 0 0 1rem 0;
}
#topnav a:last-of-type {
  margin: 0;
}
@media (min-width: 1280px) {
  #topnav {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    display: none;
    /* return the global variable to its initial value */
  }
}

/* Banner */
#banner {
  position: relative;
  overflow: hidden;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
#banner .banner-font {
  position: absolute;
  top: 12%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9;
  width: 90%;
  color: #5a5a5a;
  padding: 0 10%;
}
#banner .banner-font img {
  position: relative;
  width: 100%;
  margin: 0 auto 1.25rem auto;
}
#banner .banner-font .up-and-down {
  -moz-animation: upDown 1.25s linear infinite alternate !important;
  -webkit-animation: upDown 1.25s linear infinite alternate !important;
  animation: upDown 1.25s linear infinite alternate !important;
}
#banner .banner-font .font-title {
  position: relative;
  font-size: 1.25rem;
  line-height: 1rem;
  padding: 0 1.875rem;
  margin: 0;
}
#banner .banner-font .font-title:before, #banner .banner-font .font-title:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: calc(100% - 1rem);
  background: #5a5a5a;
  position: absolute;
  top: 0;
}
#banner .banner-font .font-title:before {
  left: 0;
}
#banner .banner-font .font-title:after {
  right: 0;
}
#banner .banner-font .font-title span {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
}
#banner .banner-font .font-title span:after {
  content: '';
  display: inline-block;
  width: 100%;
}
#banner .banner-image {
  position: relative;
  height: 100vh;
}
#banner .banner-image span {
  display: block;
}
#banner .banner-image span img {
  display: block;
  width: 100%;
}
@media (min-width: 375px) {
  #banner {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #banner .banner-font {
    top: 10%;
    width: 95%;
  }
  #banner .banner-font img {
    margin: 0 auto 1.875rem auto;
  }
}
@media (min-width: 568px) {
  #banner {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #banner .banner-font {
    width: 90%;
  }
  #banner .banner-font img {
    margin: 0 auto 2.5rem auto;
  }
  #banner .banner-font .font-title {
    padding: 0 3.75rem;
  }
  #banner .banner-image {
    height: auto;
  }
}
@media (min-width: 768px) {
  #banner {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #banner .banner-font {
    width: 95%;
  }
  #banner .banner-font img {
    margin: 0 auto 3.75rem auto;
  }
  #banner .banner-font .font-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.375rem;
    line-height: normal;
    letter-spacing: 5px;
  }
  #banner .banner-font .font-title:before, #banner .banner-font .font-title:after {
    height: 1.375rem;
    top: auto;
  }
  #banner .banner-font .font-title span {
    display: inline-block;
  }
  #banner .banner-font .font-title span:after {
    display: none;
  }
  #banner .banner-image {
    height: 100vh;
  }
  #banner .banner-image span img {
    position: absolute;
    top: -8%;
  }
}
@media (min-width: 1024px) {
  #banner {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #banner .banner-font {
    width: 60%;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 5%;
  }
  #banner .banner-font img {
    margin: 0 auto 2.5rem auto;
  }
  #banner .banner-font .font-title {
    padding: 0 1.875rem;
  }
  #banner .banner-image {
    height: 31.25rem;
  }
  #banner .banner-image span img {
    position: relative;
    top: auto;
    max-width: none !important;
    width: auto !important;
    height: 100% !important;
    margin-left: -28.125rem;
  }
}
@media (min-width: 1280px) {
  #banner {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #banner .banner-font {
    width: 48%;
  }
}
@media (min-width: 1366px) {
  #banner {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #banner .banner-image span img {
    margin-left: -25rem;
  }
}
@media (min-width: 1440px) {
  #banner {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #banner .banner-font {
    width: 55%;
    padding: 0 10%;
  }
  #banner .banner-font img {
    width: 95%;
  }
  #banner .banner-font .font-title {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
  }
  #banner .banner-font .font-title:before, #banner .banner-font .font-title:after {
    height: 1.5rem;
  }
  #banner .banner-image {
    height: auto;
  }
  #banner .banner-image span img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-left: 0;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  float: left;
}

section {
  position: relative;
  width: 100%;
  float: left;
  margin: 3.75rem 0;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
section:last-of-type {
  clear: both;
}
section .container {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
@media (min-width: 1024px) {
  section .container {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 1280px) {
  section .container {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding-right: 0 !important;
    padding-left: 0 !important;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 640px) {
  section {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    margin: 0;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 1024px) {
  section {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    margin: 2.5rem 0;
    /* return the global variable to its initial value */
  }
}

/* Title */
.justify {
  margin: 0 0 1.875rem 0;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
.justify .titleA {
  top: 0.5rem;
  width: 14.125rem;
  padding: 0 1.875rem;
  line-height: 1rem;
  margin: auto;
}
.justify .titleA:before, .justify .titleA:after {
  height: calc(100% - 0.75rem);
  top: 0;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  margin: -1px 0 0 0;
}
.justify .titleA span {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
}
.justify .titleA span:after {
  content: '';
  display: inline-block;
  width: 100%;
}
@media (min-width: 414px) {
  .justify {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    margin: 0 0 2.5rem 0;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 736px) {
  .justify {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    margin: 0 0 3.125rem 0;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 768px) {
  .justify {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  .justify .titleA {
    top: 0.75rem;
    width: 18.75rem;
    padding: 0 2.5rem;
    line-height: 1.5rem;
  }
  .justify .titleA:before, .justify .titleA:after {
    height: calc(100% - 1.25rem);
    margin: -3px 0 0 0;
  }
}

.titleB {
  color: #fff;
  text-align: center;
  margin: 0 0 1rem 0;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
.titleB span {
  display: inline-block;
  background: #d60050;
  padding: 0.375rem 0.75rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0.3125rem;
}
@media (min-width: 640px) {
  .titleB {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    margin: 0 0 1.875rem 0;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 1024px) {
  .titleB {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    font-size: 1.25rem;
    /* return the global variable to its initial value */
  }
}

.turntable {
  position: relative;
  width: 100%;
  margin: 2.5rem 0;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
.turntable img {
  display: block;
  width: 100%;
}
.turntable:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 17.8125rem;
  background: url(../images/turntable/background.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.turntable .board {
  position: relative;
  width: 85%;
  margin: auto;
  z-index: 9;
}
.turntable .point {
  width: 4.375rem;
  height: 6.375rem;
  background: url(../images/turntable/point.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  moz-transform-origin: 0;
  -o-transform-origin: 0;
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: -1rem 0 0 0;
  cursor: pointer;
  z-index: 99;
  -moz-animation: hvr-pulse-grow 0.4s linear infinite alternate;
  -webkit-animation: hvr-pulse-grow 0.4s linear infinite alternate;
  animation: hvr-pulse-grow 0.4s linear infinite alternate;
}
@media (min-width: 375px) {
  .turntable {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  .turntable:after {
    height: 21.1875rem;
  }
}
@media (min-width: 414px) {
  .turntable {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  .turntable:after {
    height: 23.625rem;
  }
}
@media (min-width: 568px) {
  .turntable {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    margin: 3.75rem 0;
    /* return the global variable to its initial value */
  }
  .turntable:after {
    height: 33.125rem;
  }
  .turntable .point {
    width: 6.25rem;
    height: 9.0625rem;
    margin: -1.625rem 0 0 0;
  }
}
@media (min-width: 640px) {
  .turntable {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  .turntable:after {
    height: 37.5625rem;
  }
}
@media (min-width: 667px) {
  .turntable {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  .turntable:after {
    height: 39.25rem;
  }
  .turntable .point {
    width: 7.5rem;
    height: 10.875rem;
  }
}
@media (min-width: 736px) {
  .turntable {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  .turntable:after {
    height: 43.5rem;
  }
}
@media (min-width: 768px) {
  .turntable {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  .turntable:after {
    height: 45.5rem;
  }
  .turntable .point {
    width: 9.375rem;
    height: 13.625rem;
    margin: -2.5rem 0 0 0;
  }
}

#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 3.4375rem 0 0 0;
  z-index: 9999;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
#popup .component {
  width: 90%;
  height: calc(100% - 6.875rem);
  background: #fff;
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 1.875rem 0 0 0;
  z-index: 9;
  overflow: hidden;
}
#popup .component > div {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
#popup .component .justify {
  width: 100%;
  margin: 0 0 1.25rem 0;
}
#popup .component .subtitle {
  color: #d60050;
  text-align: center;
  margin: 0 0 1.875rem 0;
}
#popup .component .subtitle span {
  display: block;
}
#popup .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(201, 150, 131, 0.6);
}
#popup #popup-close {
  background: url(../images/close.svg) no-repeat;
  background-size: contain;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 6.25rem;
  right: 9%;
  z-index: 9;
  cursor: pointer;
}
@media (min-width: 568px) {
  #popup {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #popup .component {
    padding: 2.5rem 1.875rem 1.875rem 1.875rem;
  }
}
@media (min-width: 768px) {
  #popup {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding: 3.75rem 0 0 0;
    /* return the global variable to its initial value */
  }
  #popup .component {
    width: 60%;
    height: calc(100% - 7.5rem);
    padding: 3.75rem;
  }
  #popup .component .justify {
    margin: 0 0 1.875rem 0;
  }
  #popup .component .justify .titleA {
    width: 20rem;
  }
  #popup .component .subtitle {
    font-size: 1.125rem;
    margin: 0 0 2.5rem 0;
  }
  #popup #popup-close {
    top: 6.625rem;
    right: 22%;
  }
}
@media (min-width: 1024px) {
  #popup {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #popup .component .subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  #popup {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding: 4.6875rem 0 0 0;
    /* return the global variable to its initial value */
  }
  #popup .component {
    width: 40%;
    height: calc(100% - 9.375rem);
    padding: 5rem 2.25rem 5rem 5rem;
    margin: 2.5rem 0 0 0;
  }
  #popup .component > div {
    padding: 0 1.875rem 0 0;
  }
  #popup .component > div::-webkit-scrollbar-track {
    background: none;
  }
  #popup .component > div::-webkit-scrollbar {
    width: 0.625rem;
  }
  #popup .component > div::-webkit-scrollbar-thumb {
    background: #ccc;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  #popup #popup-close {
    width: 1.5rem;
    height: 1.5rem;
    top: 8.5rem;
    right: 32%;
  }
}

/* Button */
.receive-button {
  text-align: center;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
.receive-button a {
  display: inline-block;
  width: 11.25rem;
  color: #fff;
  background: #ff7583;
  padding: 1rem 1.875rem;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.receive-button a:hover {
  color: #ffe14d;
}
@media (min-width: 1024px) {
  .receive-button {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  .receive-button a {
    width: 12.5rem;
    font-size: 1.125rem;
    padding: 1.25rem 2.5rem;
  }
}

.more-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 1.875rem 0 0 0;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
.more-button > div {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  margin: 0 0.625rem 0 0;
}
.more-button > div:last-of-type {
  margin: 0;
}
.more-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #b03695;
  padding: 0.625rem 0.3125rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.more-button a:after {
  content: "\f138";
  margin: 0 0 0 0.5rem;
}
.more-button a:hover {
  color: #ffe14d;
}
.more-button span {
  color: #b03695;
  margin: 0.5rem 0 0 0;
}
@media (min-width: 375px) {
  .more-button {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  .more-button > div {
    margin: 0 1rem 0 0;
  }
  .more-button a {
    padding: 0.625rem 1rem;
  }
}
@media (min-width: 1024px) {
  .more-button {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    margin: 2.5rem 0 0 0;
    /* return the global variable to its initial value */
  }
}

/* 頁首 */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 3.4375rem;
  background: #d60050;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
header:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #d60050;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
header #header-wrap {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  header #header-wrap {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 1280px) {
  header #header-wrap {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding-right: 0 !important;
    padding-left: 0 !important;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 768px) {
  header {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    height: 3.75rem;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 1280px) {
  header {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    height: auto;
    /* return the global variable to its initial value */
  }
  header #header-wrap {
    padding: 1rem 0;
  }
}

#logo {
  flex: 0 0 auto;
  order: 1;
  z-index: 99999;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
#logo a {
  display: block;
}
#logo a img {
  height: 1.625rem;
}
@media (min-width: 768px) {
  #logo {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #logo a img {
    height: 1.875rem;
  }
}
@media (min-width: 1280px) {
  #logo {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #logo a {
    text-align: center;
  }
  #logo a img {
    display: block;
    height: 2.5rem;
    margin: auto;
  }
}

/* 選單 */
#bar-nav {
  flex: 0 0 auto;
  order: 3;
  cursor: pointer;
  z-index: 99999;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
#bar-nav * {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#bar-nav .bar1,
#bar-nav .bar2,
#bar-nav .bar3 {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #fff;
  margin: 6px auto;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 1280px) {
  #bar-nav {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    display: none;
    /* return the global variable to its initial value */
  }
}

.change .bar1 {
  -moz-transform: rotate(-45deg) translate(-7px, 6px);
  -o-transform: rotate(-45deg) translate(-7px, 6px);
  -ms-transform: rotate(-45deg) translate(-7px, 6px);
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}
.change .bar2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.change .bar3 {
  -moz-transform: rotate(45deg) translate(-6px, -6px);
  -o-transform: rotate(45deg) translate(-6px, -6px);
  -ms-transform: rotate(45deg) translate(-6px, -6px);
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

nav {
  order: 2;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
nav #menu {
  position: absolute;
  top: 3.4375rem;
  left: 0;
  width: 100%;
  /* 行動滑開的寬度 */
  height: calc(100% - 3.4375rem);
  background: #fff;
  overflow-y: auto;
  /* 滾軸 */
}
nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 1.875rem 0 0 0;
}
nav li {
  margin: 0 0 1rem 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav li a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #d60050;
  padding: 0.625rem 1.25rem;
  border: 1px solid #d60050;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  margin: 0 1rem;
}
nav li a:after {
  content: "\f107";
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}
nav li:hover a {
  color: #fff;
  background: #ed9d85;
  border: 1px solid #ed9d85;
}
@media (min-width: 768px) {
  nav {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  nav #menu {
    top: 3.75rem;
    width: 50%;
    height: calc(100% - 3.75rem);
  }
}
@media (min-width: 1024px) {
  nav {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  nav #menu {
    width: 40%;
  }
  nav li a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {
  nav {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none;
    z-index: 99999;
    /* return the global variable to its initial value */
  }
  nav #menu {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none;
    overflow: visible;
    overflow-y: initial;
  }
  nav ul {
    flex-direction: row;
    margin: 0;
  }
  nav li {
    display: flex;
    align-items: center;
    margin: 0;
  }
  nav li a {
    display: inline-block;
    color: #fff;
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0.5rem 1.875rem;
    margin: 0;
  }
  nav li a:after {
    display: none;
  }
  nav li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 1.125rem;
    background: #fff;
  }
  nav li:first-of-type a {
    padding-left: 0;
  }
  nav li:last-of-type a {
    padding-right: 0;
  }
  nav li:last-of-type:after {
    display: none;
  }
  nav li:hover a {
    color: #ffe14d;
    background: none;
    border: none;
  }
}

.open-nav {
  left: 0;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
@media (min-width: 1280px) {
  .open-nav {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    display: none;
    /* return the global variable to its initial value */
  }
}

#bars-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
@media (min-width: 1280px) {
  #bars-close {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    display: none;
    /* return the global variable to its initial value */
  }
}

/* 頁尾 */
/* Footer */
footer {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  background: #d60050;
  padding: 1.875rem 0 8.75rem 0;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
footer .footer-container {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  footer .footer-container {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 1280px) {
  footer .footer-container {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding-right: 0 !important;
    padding-left: 0 !important;
    /* return the global variable to its initial value */
  }
}
footer .footer-container .partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1.875rem 0;
}
footer .footer-container .partner:last-of-type {
  margin: 0;
}
footer .footer-container .partner > div {
  margin: 0 0 0.625rem 0;
}
footer .footer-container .partner > div:last-of-type {
  margin: 0;
}
footer .footer-container .partner .website-link {
  display: flex;
  align-items: center;
}
footer .footer-container .partner .website-link img {
  display: block;
  height: 1.875rem !important;
}
footer .footer-container .partner .website-link > a {
  margin: 0 0.625rem 0 0;
}
footer .footer-container .partner .website-link > a:last-of-type {
  margin: 0;
}
footer .footer-container .partner .website-link .official-text {
  display: inline-block;
  background: #fff;
  color: #d60050;
  padding: 0.3125rem 0.625rem;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-container .partner .website-link:hover .official-text {
  background: #ffe14d;
}
footer .footer-container .partner .social-link a {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
}
footer .footer-container .partner .social-link a span {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
}
footer .footer-container .partner .social-link a span:first-of-type {
  color: #d60050;
  background: #fff;
}
@media (min-width: 768px) {
  footer {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding: 1.875rem 0 10rem 0;
    /* return the global variable to its initial value */
  }
  footer .footer-container .partner {
    flex-direction: row;
  }
  footer .footer-container .partner > div {
    margin: 0 1rem 0 0;
  }
  footer .footer-container .partner .website-link > a {
    margin: 0 0.375rem 0 0;
  }
}
@media (min-width: 1024px) {
  footer {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    font-size: 1rem;
    /* return the global variable to its initial value */
  }
  footer .footer-container {
    flex-direction: row;
  }
  footer .footer-container .partner {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  footer .footer-container .partner > div {
    margin: 0 0 0.625rem 0;
  }
}
@media (min-width: 1280px) {
  footer {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  footer .footer-container .partner {
    flex-direction: row;
    align-items: center;
  }
  footer .footer-container .partner > div {
    margin: 0 1rem 0 0;
  }
}

/* 首頁使用 */
#article {
  background: url(../images/section-bg1.jpg) no-repeat;
  background-size: 68.75rem;
  background-position: center 2.25rem;
  margin: 0;
  padding: 3.75rem 0 0 0;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
#article .editor {
  display: flex;
  flex-direction: column;
}
#article article {
  position: relative;
}
#article article .item-img {
  margin: 0 0 1rem 0;
}
#article article .item-img a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
#article article .item-img a img {
  display: block;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0) translateZ(0);
  -o-transform: translate(-50%, 0) translateZ(0);
  -ms-transform: translate(-50%, 0) translateZ(0);
  -webkit-transform: translate(-50%, 0) translateZ(0);
  transform: translate(-50%, 0) translateZ(0);
}
#article article .item-inner h3 {
  height: 3rem;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
#article article .item-inner h3 a {
  color: #5a5a5a;
}
#article article:hover .item-inner h3 a {
  color: #ed9d85;
}
#article .article-main {
  margin: 1.875rem 0;
}
#article .article-main article {
  width: 85%;
  margin: auto;
}
#article .article-main .receive-button {
  margin: 3.75rem 0 0 0;
}
#article .article-minor {
  position: relative;
  margin: 1rem 0 0 0;
}
#article .article-minor #article-swiper {
  margin: 0 1.875rem;
}
#article .article-minor article {
  background: #fff;
  padding: 1rem;
  margin: 0.625rem 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#article .article-minor article:hover {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#article .article-minor .swiper-navigation {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0;
  z-index: 9;
}
#article .article-minor .swiper-navigation > div {
  width: auto;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
#article .article-minor .swiper-navigation > div svg {
  font-size: 3rem;
  color: #ff7583;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#article .article-minor .swiper-navigation > div:hover svg {
  color: #d60050;
}
#article .article-minor .swiper-navigation .swiper-button-prev {
  left: 0;
}
#article .article-minor .swiper-navigation .swiper-button-prev:after {
  display: none;
  font-family: auto;
  font-size: initial;
}
#article .article-minor .swiper-navigation .swiper-button-next {
  right: 0;
}
#article .article-minor .swiper-navigation .swiper-button-next:after {
  display: none;
  font-family: auto;
  font-size: initial;
}
@media (min-width: 375px) {
  #article {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    background-size: 81.25rem;
    background-position: center top;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 414px) {
  #article {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    background-size: 87.5rem;
    /* return the global variable to its initial value */
  }
  #article .article-main {
    margin: 2.5rem 0;
  }
  #article .article-main article {
    width: 80%;
  }
  #article .article-main article .item-inner h3 {
    height: 4.5rem;
  }
  #article .article-minor article {
    padding: 1.25rem;
  }
}
@media (min-width: 568px) {
  #article {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #article .article-main article {
    width: 58%;
  }
  #article .article-minor {
    margin: 1.875rem 0;
  }
  #article .article-minor article {
    padding: 1rem;
  }
}
@media (min-width: 640px) {
  #article {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    background-size: 100rem;
    padding: 5rem 0 0 0;
    /* return the global variable to its initial value */
  }
  #article .article-main .receive-button {
    margin: 5rem 0 0 0;
  }
}
@media (min-width: 736px) {
  #article {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    background-size: 112.5rem;
    background-position: center bottom;
    padding: 5rem 0;
    /* return the global variable to its initial value */
  }
  #article .article-main {
    margin: 1.875rem 0;
  }
}
@media (min-width: 768px) {
  #article {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    background-position: center top;
    /* return the global variable to its initial value */
  }
  #article .article-main {
    margin: 2.5rem 0;
  }
  #article .article-main article {
    width: 24.375rem;
  }
  #article .article-main article .item-inner h3 {
    height: 5rem;
    font-size: 1.125rem;
  }
  #article .article-minor {
    margin: 2.5rem 0 0 0;
  }
  #article .article-minor #article-swiper {
    margin: 0 2.5rem;
  }
}
@media (min-width: 1024px) {
  #article {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    width: 100%;
    background-size: 125rem;
    padding: 6.25rem 0;
    /* return the global variable to its initial value */
  }
  #article .article-main {
    margin: 3.75rem 0;
  }
  #article .article-main article {
    width: 26.25rem;
  }
  #article .article-main article .item-inner h3 {
    height: 6.75rem;
  }
  #article .article-main .receive-button {
    margin: 7.5rem 0 0 0;
  }
  #article .article-minor {
    margin: 3.75rem 0 0 0;
  }
  #article .article-minor #article-swiper {
    margin: 0 3.125rem;
  }
  #article .article-minor .swiper-navigation > div svg {
    font-size: 3.75rem;
  }
}
@media (min-width: 1600px) {
  #article {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    background-size: cover;
    /* return the global variable to its initial value */
  }
}

#lottery {
  background: url(../images/section-bg2.jpg) no-repeat;
  background-size: 50rem;
  background-position: 82% bottom;
  margin: 0;
  padding: 3.75rem 0 8.75rem 0;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
#lottery .lottery-content {
  display: flex;
  flex-direction: column;
}
#lottery .lottery-content > div {
  flex: 1 1 100%;
}
#lottery .lottery-content > div:last-of-type {
  margin: 0;
}
#lottery .lottery-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#lottery .lottery-inner h3 {
  color: #d60050;
  margin: 0 0 1rem 0;
}
#lottery .lottery-inner p {
  margin: 0;
}
@media (min-width: 375px) {
  #lottery {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #lottery .lottery-inner {
    margin: 1rem 0 0 0 !important;
  }
}
@media (min-width: 640px) {
  #lottery {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    background-size: 56.25rem;
    background-position: 65% bottom;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 768px) {
  #lottery {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding: 0 0 7.5rem 0;
    /* return the global variable to its initial value */
  }
  #lottery .lottery-inner {
    margin: 1.875rem 0 0 0 !important;
  }
}
@media (min-width: 1024px) {
  #lottery {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    background-size: 75rem;
    /* return the global variable to its initial value */
  }
  #lottery .turntable {
    width: 65%;
    margin: 5rem auto;
  }
  #lottery .turntable:after {
    width: 37.5rem;
    height: 37.0625rem;
  }
  #lottery .turntable .point {
    width: 7.5rem;
    height: 10.875rem;
    margin: -1.625rem 0 0 0;
  }
  #lottery .lottery-inner {
    margin: 0 !important;
  }
  #lottery .lottery-inner h3 {
    font-size: 1.25rem;
  }
  #lottery .lottery-inner p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {
  #lottery {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    background-size: 100rem;
    background-position: 50% bottom;
    /* return the global variable to its initial value */
  }
  #lottery .turntable {
    width: 50%;
  }
  #lottery .turntable .board {
    width: 85%;
  }
  #lottery .turntable .point {
    width: 7.5rem;
    height: 10.875rem;
    margin: -1.875rem 0 0 0;
  }
}
@media (min-width: 1600px) {
  #lottery {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    background-size: contain;
    /* return the global variable to its initial value */
  }
}

/* Popup Windows */
#popup {
  z-index: 99999;
}
#popup .component {
  background: url(../images/popup-bg3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#popup .component .component-inner .reward {
  margin: 0 0 1.875rem 0;
}
#popup .component .component-inner .reward img {
  display: block;
  margin: auto;
}
#popup .component .component-inner .description {
  color: #5a5a5a;
  text-align: justify;
}

#fix {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
}
#fix .fix-container {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  /* parse and normalize any shorthand arguments */
  /* build min-and-max queries */
  /* combine them if we need both */
  /* or fall back to the value we need */
  /* apply the results */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  #fix .fix-container {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
    /* return the global variable to its initial value */
  }
}
@media (min-width: 1280px) {
  #fix .fix-container {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    padding-right: 0 !important;
    padding-left: 0 !important;
    /* return the global variable to its initial value */
  }
}
#fix .fix-container > div {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 1.25rem 0 0;
}
#fix .fix-container > div:last-of-type {
  margin: 0;
}
#fix .prompt-message {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #b03695;
  padding: 0.5rem 0.625rem;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 9;
  -moz-animation: shake 1.25s step-end infinite;
  -webkit-animation: shake 1.25s step-end infinite;
  animation: shake 1.25s step-end infinite;
}
#fix .prompt-message:after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 0;
  height: 0;
  border-color: #b03695 transparent transparent transparent;
  border-style: solid solid solid solid;
  border-width: 8px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#fix .scroll-button {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #b03695;
  background: #ffe14d;
  padding: 0.5rem 0.625rem;
  border: 1px solid #5a5a5a;
  -moz-border-radius: 1rem 1rem 0 0;
  -webkit-border-radius: 1rem;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
}
#fix .scroll-button:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #5a5a5a;
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  z-index: -1;
  -moz-border-radius: 1rem 1rem 0 0;
  -webkit-border-radius: 1rem;
  border-radius: 1rem 1rem 0 0;
}
#fix .scroll-button span {
  display: block;
}
@media (min-width: 768px) {
  #fix {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #fix .fix-container > div {
    margin: 0 2.5rem 0 0;
  }
  #fix .prompt-message {
    font-size: 1.125rem;
    padding: 0.625rem 1.25rem;
  }
  #fix .scroll-button {
    font-size: 1.375rem;
    padding: 1.25rem 1.875rem;
  }
  #fix .scroll-button:after {
    left: 0.75rem;
  }
  #fix .scroll-button span {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  #fix {
    /* parse and normalize any shorthand arguments */
    /* record the global settings - */
    /* and update the global variable with our new settings */
    /* any content inside this mixin */
    /* will use the local settings */
    /* return the global variable to its initial value */
  }
  #fix .fix-container > div {
    margin: 0 3.75rem 0 0;
  }
  #fix .scroll-button {
    font-size: 1.5rem;
  }
}

#fancybox .component {
  background: url(../images/popup-bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
