@charset "UTF-8";
html {
  height: 100%; }

body {
  font-family: "Helvetica Neue", Helvetica, "PingFang TC", "LiHei Pro", "Hiragino Sans GB", "Microsoft JhengHei", "微軟正黑體", Arial ,sans-serif;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  background-color: #6c098c; }

p, span, h1, h2, h3, h4, h5, h6, label {
  font-size: 16px;
  font-weight: normal; }
  @media (min-width: 640px) {
    p, span, h1, h2, h3, h4, h5, h6, label {
      font-size: 18px; } }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

a {
  color: #333;
  text-decoration: none !important; }

header {
  z-index: 100;
  position: relative;
  height: 72px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  header img {
    width: inherit;
    height: 75%; }

.container {
  max-width: 540px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  padding-bottom: 60px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #910cbc; }
  .container .wrapper {
    background: url("../img/bg.jpg") no-repeat top center;
    background-size: contain; }

.modal {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); }
  .modal .modal-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .modal .modal-wrapper .modal-content {
      width: 80%;
      max-width: 460px;
      position: relative;
      background-color: #ffe33a;
      border-radius: 20px;
      border: 4px solid #920cbc;
      max-height: 90%;
      overflow-y: auto;
      text-align: center;
      padding: 15px 3%;
      -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3); }
      @media (max-width: 375px) {
        .modal .modal-wrapper .modal-content {
          width: 85%; } }
      @media (max-width: 340px) {
        .modal .modal-wrapper .modal-content {
          width: 90%; } }
      .modal .modal-wrapper .modal-content .close {
        position: absolute;
        right: 10px;
        top: 0px;
        font-size: 24px;
        color: #920cbc; }
      .modal .modal-wrapper .modal-content .button-area .button {
        border: none;
        padding: 8px 0;
        color: #fff;
        background-color: #920cbc;
        border-radius: 50px;
        border: 2px solid #920cbc;
        font-weight: bold;
        letter-spacing: 1px;
        width: 90%;
        margin-bottom: 10px; }
        .modal .modal-wrapper .modal-content .button-area .button:last-of-type {
          margin-bottom: 0; }
        .modal .modal-wrapper .modal-content .button-area .button.button--border {
          background-color: rgba(255, 255, 255, 0);
          border: 2px solid #920cbc;
          color: #920cbc; }
        .modal .modal-wrapper .modal-content .button-area .button.button--disabled {
          background-color: #aaa;
          border: 2px solid #aaa; }

.button {
  display: block;
  cursor: pointer;
  position: relative;
  border: none;
  outline: none !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  letter-spacing: 2px;
  font-size: 16px;
  border-radius: 50px;
  width: 100%;
  min-width: 40%;
  margin: 0 auto 15px auto; }
  .button:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.d-none {
  display: none !important; }

.animate__animated {
  -webkit-animation-duration: 0.7s !important;
  animation-duration: 0.7s !important; }

[v-cloak] {
  display: none; }
