@charset "UTF-8";
/*-- reset --*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/*-- common --*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Roboto, "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #575757;
  line-height: 1.4;
  position: relative;
}

table {
  border-collapse: collapse;
}

a {
  color: #2bb85f;
  cursor: pointer;
  text-decoration: none;
}
a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

ul, ol {
  list-style-type: none;
}

article {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  article {
    width: 375px;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*-- navbar --*/
.navbar {
  padding: 14px;
}
.navbar__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 137px;
}
.navbar__logo img {
  display: block;
}

/*-- button --*/
.btn {
  width: 160px;
  height: 46px;
  line-height: 46px;
  border-radius: 10em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #c50222;
  background-color: #ffffff;
  border: 2px solid #c50222;
  -webkit-box-shadow: 0px 4px 0 #c50222;
          box-shadow: 0px 4px 0 #c50222;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 767px) {
  .btn {
    width: 42.6666vw;
    height: 12.2666vw;
    font-size: 5.8vw;
  }
}
.btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #c50222;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .btn::after {
    border-width: 1.5vw 0 1.5vw 3vw;
    margin-left: 1vw;
  }
}
.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*-- pop --*/
.pop__container {
  padding-bottom: 60px;
}
.pop__wrap {
  overflow: hidden;
}
.pop__wrap--game {
  width: 306px;
  height: 441px;
  background: url("../images/pop/pop-bg-game.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .pop__wrap--game {
    width: 81.6vw;
    height: 117.6vw;
    padding-top: 8.5vw;
  }
}
.pop__wrap--game.result .pop__img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop__wrap--game.hide {
  display: none;
}
.pop__wrap--game .pop__img {
  width: 63px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  -webkit-animation: shakeX 1s ease 1 forwards;
          animation: shakeX 1s ease 1 forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .pop__wrap--game .pop__img {
    width: 16.8vw;
    margin-top: 3.2vw;
  }
}
.pop__wrap--game .pop__btn {
  margin-top: 20px;
}
.pop__wrap--result {
  width: 306px;
  padding-bottom: 10px;
  display: none;
  -webkit-animation: zoomIn 0.5s ease 1 forwards;
          animation: zoomIn 0.5s ease 1 forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .pop__wrap--result {
    width: 82.67vw;
  }
}
.pop__wrap--result.active {
  display: block;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop__wrap--result .pop__img {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pop__wrap--result .pop__img {
    width: 100%;
  }
}
.pop__wrap--result .pop__btn {
  margin-top: 16px;
}
.pop__wrap--draw {
  width: 306px;
  height: 441px;
  background: url("../images/pop/pop-bg-game.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 42px;
  display: none;
  -webkit-animation: zoomIn 0.8s ease 1 forwards;
          animation: zoomIn 0.8s ease 1 forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .pop__wrap--draw {
    width: 81.6vw;
    height: 117.6vw;
    padding-top: 11.2vw;
  }
}
.pop__wrap--draw.active {
  display: block;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop__wrap--draw .pop__img {
  width: 96px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pop__wrap--draw .pop__img {
    width: 25.6vw;
    margin-top: 3.2vw;
  }
}
.pop__wrap--draw .pop__btn {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .pop__wrap--draw .pop__btn {
    margin-top: 3.73vw;
  }
}
.pop__close {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url("../images/pop/pop-close.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  position: absolute;
  top: -9px;
  right: -6px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .pop__close {
    width: 8.8vw;
    height: 8.8vw;
    top: -2.4vw;
    right: -1.6vw;
  }
}
.pop__close:hover {
  opacity: 0.8;
}
.pop__text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #542d00;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .pop__text {
    font-size: 5.3vw;
  }
}
.pop__text .sm {
  font-size: 0.8em;
}
.pop__list {
  font-size: 1.125rem;
  font-weight: 700;
  color: #542d00;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-top: 14px;
  width: 240px;
  counter-reset: list;
  margin-left: 16%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pop__list {
    font-size: 4.8vw;
    margin-top: 4.7vw;
    width: 64vw;
    margin-left: 12vw;
  }
}
@media (max-width: 480px) {
  .pop__list {
    margin-top: 3.7vw;
  }
}
.pop__list .highlight {
  color: #c99942;
}
.pop__list li {
  list-style: none;
  position: relative;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .pop__list li {
    margin-top: 2.9vw;
  }
}
.pop__list li:first-child {
  margin-top: 0;
}
.pop__list li::before {
  content: counter(list);
  counter-increment: list;
  width: 17px;
  height: 17px;
  line-height: 16px;
  display: inline-block;
  background: #c50222;
  font-size: 0.8em;
  color: #ffffff;
  text-align: center;
  border-radius: 10em;
  position: absolute;
  top: 2px;
  left: -24px;
}
@media (max-width: 767px) {
  .pop__list li::before {
    width: 4.53vw;
    height: 4.53vw;
    font-size: 4vw;
    line-height: 110%;
    left: -5vw;
  }
}
.pop__btn {
  text-align: center;
}

/*-- collapse --*/
.collapse.active .collapse__head-controller::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.collapse__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
}
.collapse__head-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #575757;
  text-align: center;
}
@media (max-width: 767px) {
  .collapse__head-title {
    font-size: 4.8vw;
  }
}
.collapse__head-controller {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  position: relative;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .collapse__head-controller {
    width: 4vw;
    height: 4vw;
    -webkit-transform: translateY(-0.3vw);
            transform: translateY(-0.3vw);
  }
}
.collapse__head-controller::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #c50222;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 767px) {
  .collapse__head-controller::before {
    width: 4vw;
    height: 0.5vw;
    top: 48%;
  }
}
.collapse__head-controller::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #c50222;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .collapse__head-controller::after {
    width: 4vw;
    height: 0.5vw;
    top: 46%;
  }
}
.collapse__body {
  display: none;
  padding-top: 15px;
}

/*-- index --*/
.kv {
  background-image: url("../images/kv/kv-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  background-size: cover;
  position: relative;
  padding-top: 42px;
}
@media (max-width: 767px) {
  .kv {
    height: 146.666vw;
    padding-top: 11.2vw;
  }
}
.kv::before {
  content: "";
  display: block;
  width: 197px;
  height: 204px;
  background-image: url("../images/kv/kv-bg-2.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 108px);
  bottom: 0;
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease;
          animation: fadeInDown 0.8s ease;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  .kv::before {
    width: 52.53vw;
    height: 54.4vw;
    left: 20vw;
  }
}
.kv__title {
  background-image: url("../images/kv/kv-title.png");
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 56px;
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
  text-indent: -99999px;
}
@media (max-width: 767px) {
  .kv__title {
    height: 14.93333vw;
  }
}
.kv__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #542d00;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 72px;
  padding-left: 20px;
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease;
          animation: fadeInDown 0.8s ease;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  .kv__subtitle {
    font-size: 6.4vw;
    margin-top: 19.2vw;
  }
}
.kv__subtitle .highlight {
  color: #c99942;
}
.kv__list {
  font-size: 1.125rem;
  font-weight: 700;
  color: #542d00;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-top: 14px;
  width: 240px;
  counter-reset: list;
  margin-left: 24%;
  margin-right: auto;
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease;
          animation: fadeInDown 0.8s ease;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  .kv__list {
    font-size: 4.8vw;
    margin-top: 3.73vw;
    width: 64vw;
    margin-left: 23vw;
  }
}
.kv__list .highlight {
  color: #c99942;
}
.kv__list li {
  list-style: none;
  position: relative;
  margin-top: 5px;
}
.kv__list li:first-child {
  margin-top: 0;
}
.kv__list li::before {
  content: counter(list);
  counter-increment: list;
  width: 17px;
  height: 17px;
  line-height: 16px;
  display: inline-block;
  background: #c50222;
  font-size: 0.8em;
  color: #ffffff;
  text-align: center;
  border-radius: 10em;
  position: absolute;
  top: 2px;
  left: -24px;
}
@media (max-width: 767px) {
  .kv__list li::before {
    width: 4.53vw;
    height: 4.53vw;
    font-size: 4vw;
    line-height: 110%;
    left: -5vw;
  }
}
.kv__btn {
  text-align: center;
  margin-top: 170px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease;
          animation: fadeInDown 0.8s ease;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  .kv__btn {
    margin-top: 45.3vw;
  }
}

.s1 {
  background: #fffcfa;
  padding-top: 106px;
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 28.26vw;
    padding-bottom: 11.3vw;
  }
}
.s1__wrap {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/s1/s1-bg_02.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .s1__wrap {
    width: 89.33vw;
    padding-top: 2.6vw;
    padding-bottom: 5.3vw;
  }
}
.s1__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 41px;
  background-image: url("../images/s1/s1-bg_01.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -41px;
  left: 0;
}
@media (max-width: 767px) {
  .s1__wrap::before {
    height: 10.93vw;
    top: -10.93vw;
  }
}
.s1__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 42px;
  background-image: url("../images/s1/s1-bg_04.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -42px;
  left: 0;
}
@media (max-width: 767px) {
  .s1__wrap::after {
    height: 11.96vw;
    bottom: -11.96vw;
  }
}
.s1__title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #542d00;
  text-align: center;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .s1__title {
    font-size: 6.4vw;
  }
}
.s1__title::before {
  content: "";
  display: block;
  width: 20px;
  height: 24px;
  background-image: url("../images/s1/s1-title-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: calc(50% - 82px);
}
@media (max-width: 767px) {
  .s1__title::before {
    width: 5.3vw;
    height: 6.2vw;
    top: 1.2vw;
    left: calc(50% - 20vw);
  }
}
.s1__title::after {
  content: "";
  display: block;
  width: 20px;
  height: 24px;
  background-image: url("../images/s1/s1-title-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: calc(50% - 82px);
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
@media (max-width: 767px) {
  .s1__title::after {
    width: 5.3vw;
    height: 6.2vw;
    top: 1.2vw;
    right: calc(50% - 20vw);
  }
}
.s1__block {
  width: 266px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .s1__block {
    width: 70vw;
  }
}
.s1__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .s1__item {
    margin-top: 5.3vw;
  }
}
.s1__img {
  width: 62px;
}
@media (max-width: 767px) {
  .s1__img {
    width: 16.53vw;
  }
}
.s1__body {
  width: calc(100% - 62px);
  padding-left: 35px;
}
@media (max-width: 767px) {
  .s1__body {
    width: calc(100% - 16.53vw);
    padding-left: 9.3vw;
  }
}
.s1__step {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #ffffff;
  background: #eebaae;
  padding: 4px 7px;
  display: inline-block;
  border-radius: 10em;
  line-height: 1;
}
@media (max-width: 767px) {
  .s1__step {
    font-size: 3.46667vw;
    padding: 1vw 2vw;
  }
}
.s1__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #542d00;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .s1__subtitle {
    font-size: 5.3vw;
    margin-top: 1vw;
  }
}
.s1__text {
  font-size: 1rem;
  font-weight: 500;
  color: #585858;
  line-height: 1.2;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .s1__text {
    font-size: 4.2667vw;
    margin-top: 1vw;
  }
}
.s1__text .highlight {
  color: #c99942;
}

.notice {
  background: #fffcfa;
  padding-top: 24px;
  padding-bottom: 28px;
}
.notice__list {
  font-size: 0.875rem;
  font-weight: 400;
  color: #575757;
  line-height: 1.7;
  list-style: decimal;
  margin-left: 1.5em;
}
@media (max-width: 767px) {
  .notice__list {
    font-size: 3.73vw;
  }
}
.notice__list a {
  color: #575757;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.notice__list a:hover {
  opacity: 0.8;
}