@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC|Varela&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body, header, footer, aside, nav, section, article, h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, li, strong, img {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  cursor: pointer;
}

textarea {
  vertical-align: top;
}

label {
  display: inline-block;
  cursor: pointer;
}

button {
  cursor: pointer;
}

body, input, select, textarea, button {
  font-family: 'Varela', 'Noto Sans TC', '微軟正黑體';
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.wrapper__draw ~ .datepicker {
  color: #ffffff;
  background-color: #f40000;
}

.wrapper__draw ~ .datepicker-dropdown.datepicker-orient-top:after {
  border-top-color: #f40000;
}

.wrapper__draw ~ .datepicker table tr td:hover,
.wrapper__draw ~ .datepicker table tr th:not(.dow):hover {
  color: #555;
}

.wrapper__draw ~ .datepicker table tr td.active:hover {
  color: #ffffff;
}

.header {
  position: relative;
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px;
  -webkit-transition: background-color .4s, -webkit-box-shadow .4s;
  transition: background-color .4s, -webkit-box-shadow .4s;
  -o-transition: background-color .4s, box-shadow .4s;
  transition: background-color .4s, box-shadow .4s;
  transition: background-color .4s, box-shadow .4s, -webkit-box-shadow .4s;
}

.header--scrolling {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 15px;
  margin-top: -1px;
  background-color: #f40000;
}

@media (max-width: 767px) {
  .footer:not(.footer__hasnum) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer p {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.5;
}

.footer__num {
  width: 100%;
}

@media (max-width: 767px) {
  .footer__num {
    width: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }
  .footer__num + p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__num ~ .footer__links {
    width: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .footer__links {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
}

.footer__link {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: underline;
}

.footer__link:nth-child(n + 2) {
  margin-left: 25px;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/Loading_background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f40000;
  opacity: 0.58;
}

.loading__main {
  position: relative;
  z-index: 2;
}

.loading__main::before {
  content: '';
  position: absolute;
  left: 25%;
  top: 25%;
  z-index: 2;
  width: 50%;
  height: 50%;
  background-color: #f96653;
  border-radius: 50%;
}

.loading__main svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-mask-image: url(../images/coca_cola.svg);
  mask-image: url(../images/coca_cola.svg);
}

.loading__main + .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background-color: transparent;
}

.loading__main-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 67px;
  height: 246px;
  background-color: #f40000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-mask-image: url(../images/coca_cola.svg);
  mask-image: url(../images/coca_cola.svg);
}

.loading__wave {
  -webkit-animation-name: wave;
  animation-name: wave;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.loading__wavebox {
  -webkit-animation-name: waveup;
  animation-name: waveup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.loading__fireworks {
  position: relative;
  z-index: 1;
  width: 390px;
  -webkit-animation-name: firework;
  animation-name: firework;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.loading__coke {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading__words {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.loading__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 11px 15px;
}

.loading__footer p {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.5;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
}

.container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto;
}

.common__titlebox {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.common__titlebox-red {
  color: #f40000;
}

.common__title {
  font-size: 2.75rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .common__title {
    font-size: 2.125rem;
  }
}

.common__subtitle {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .common__subtitle {
    font-size: 1rem;
    margin-top: 15px;
  }
}

.common__formbox:nth-child(n + 2) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .common__formbox:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.common__formbox-label {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 10px;
}

.common__inputbox {
  position: relative;
}

.common__inputbox-email::before {
  content: '';
  position: absolute;
  top: calc(50% - 11px);
  left: 10px;
  width: 30px;
  height: 21px;
  background-image: url(../images/email.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__inputbox-password::before {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  left: 14px;
  width: 25px;
  height: 25px;
  background-image: url(../images/password.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__inputbox-storenumber::before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: 14px;
  width: 25px;
  height: 17px;
  background-image: url(../images/shop_number.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__inputbox-storenumber--disabled::before {
  background-image: url(../images/shop_number_grey.svg);
}

@media (min-width: 768px) {
  .common__inputbox-storenumber--disabled .redbox {
    background-image: url(../images/grey_box.svg);
  }
}

@media (max-width: 767px) {
  .common__inputbox-storenumber--disabled .redbox {
    background-image: url(../images/grey_box_mobile.svg);
  }
}

.common__inputbox-receiptnumber::before {
  content: '';
  position: absolute;
  top: calc(50% - 15px);
  left: 17px;
  width: 20px;
  height: 31px;
  background-image: url(../images/receipt_number.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__inputbox-receiptnumber ~ .notice {
  color: #f40000;
  font-size: 1.125rem;
  text-align: right;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .common__inputbox-receiptnumber ~ .notice {
    font-size: 1rem;
  }
}

.common__inputbox-dollar::before {
  content: '';
  position: absolute;
  top: calc(50% - 15px);
  left: 18px;
  width: 18px;
  height: 30px;
  background-image: url(../images/dollar_icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__inputbox-buydate::before {
  content: '';
  position: absolute;
  top: calc(50% - 15px);
  left: 14px;
  width: 25px;
  height: 25px;
  background-image: url(../images/buy_date.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__inputbox-upload::before {
  content: '';
  position: absolute;
  top: calc(50% - 12.5px);
  left: 14px;
  width: 27px;
  height: 25px;
  background-image: url(../images/upload.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__inputbox-upload::after {
  content: '';
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
  width: 21px;
  height: 18px;
  background-image: url(../images/upload2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__inputbox-upload label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.common__inputbox-upload input[type="file"] {
  display: none;
}

.common__inputbox-name::before {
  content: '';
  position: absolute;
  top: calc(50% - 12.5px);
  left: 14px;
  width: 25px;
  height: 25px;
  background-image: url(../images/name.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__inputbox-phone::before {
  content: '';
  position: absolute;
  top: calc(50% - 19px);
  left: 17px;
  width: 18px;
  height: 38px;
  background-image: url(../images/phone_number.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__inputbox-disabled input {
  color: #444;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 0, 0, 0.8);
}

.common__inputbox-disabled input::-webkit-input-placeholder {
  color: #444;
}

.common__inputbox-disabled input:-ms-input-placeholder {
  color: #444;
}

.common__inputbox-disabled input::-ms-input-placeholder {
  color: #444;
}

.common__inputbox-disabled input::placeholder {
  color: #444;
}

.common__inputbox-disabled.common__inputbox-email::before {
  background-image: url(../images/email_disabled.svg);
}

.common__input {
  width: 100%;
  height: 65px;
  color: #ffffff;
  font-size: 1rem;
  padding: 0 20px 0 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
}

.common__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .common__input {
    height: 50px;
  }
}

.common__selectbox {
  position: relative;
}

.common__selectbox::after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  width: 22px;
  height: 14px;
  background-image: url(../images/dropdown.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__selectbox-store::before {
  content: '';
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url(../images/shop.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__selectbox-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common__selectbox-birth::after {
  display: none;
}

.common__selectbox-birth select {
  width: calc((100% - 40px) / 3);
  height: 65px;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0 20px 0 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
}

.common__selectbox-birth select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__selectbox-birth select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__selectbox-birth select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__selectbox-birth select::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__selectbox-birth select:nth-of-type(n + 2) {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .common__selectbox-birth select {
    height: 50px;
  }
}

.common__selectbox-gender::after {
  display: none;
}

.common__selectbox-gender select {
  width: 100%;
  height: 65px;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0 20px 0 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
}

.common__selectbox-gender select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__selectbox-gender select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__selectbox-gender select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__selectbox-gender select::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .common__selectbox-gender select {
    height: 50px;
  }
}

.common__select {
  width: 100%;
  height: 65px;
  color: #ffffff;
  font-size: 1rem;
  padding: 0 35px 0 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.common__select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.common__select::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .common__select {
    height: 50px;
  }
}

.common__formnotice {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
}

.common__btn {
  position: relative;
  display: inline-block;
}

.common__btn:hover {
  opacity: 0.85;
}

.common__btn p {
  position: absolute;
  top: 20px;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  .common__btn p {
    font-size: 1.25rem;
  }
}

.common__btn-white p {
  color: #f40000;
}

.common__btn-red p {
  color: #ffffff;
}

@media (max-width: 479px) {
  .common__btn {
    max-width: 290px;
  }
}

.common__social .janrainContent {
  height: auto !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.common__social .janrainContent,
.common__social .janrainPage,
.common__social .providers {
  width: 100% !important;
}

.common__social #janrainProviderPages {
  position: static !important;
  padding: 0 !important;
}

.common__social .janrainContent {
  border: 0 !important;
}

.common__social .providers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common__social .providers li {
  height: auto !important;
  display: inline-block;
  margin-bottom: 0 !important;
  border: 0 !important;
}

@media (min-width: 576px) {
  .common__social .providers li {
    width: calc(50% - 10px) !important;
  }
  .common__social .providers li:nth-child(2) {
    margin-left: 20px !important;
  }
}

@media (max-width: 575px) {
  .common__social .providers li {
    width: 100% !important;
  }
  .common__social .providers li:nth-child(2) {
    margin-top: 20px !important;
  }
}

.common__social .providers li a {
  width: 100%;
  display: block;
  padding: 0 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common__social .providers li a::before {
  content: '';
  display: block;
  padding-top: 16.55%;
}

.common__social .providers li a:hover {
  opacity: 0.85;
}

.common__social .providers li a span {
  display: none !important;
}

.common__social #janrain-facebook a {
  background-image: url(../images/facebook_login.svg);
}

.common__social #janrain-googleplus a {
  background-image: url(../images/google_login.svg);
}

.common__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common__checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
}

.common__checkbox input + label {
  cursor: default;
}

.common__checkbox label {
  max-width: calc(100% - 20px);
  color: #ffffff;
  padding-left: 10px;
}

.burgerbox {
  position: absolute;
  top: 20px;
  right: 20px;
}

.burger {
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.logo {
  display: block;
}

.logo img {
  width: 100%;
  min-width: 75px;
}

.back {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (min-width: 768px) {
  .back {
    display: none;
  }
}

.menu {
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 950;
  width: 400px;
  padding: 40px 0 80px;
  background-color: #f40000;
  border-bottom-left-radius: 15px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.menu::before {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #f40000 transparent;
}

@media (max-width: 767px) {
  .menu {
    top: 0;
    width: 100%;
    height: 199%;
    padding: 0;
  }
}

.menu__wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 950;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.menu__wrap--open {
  display: block;
}

.menu__topblock {
  position: relative;
}

@media (max-width: 767px) {
  .menu__topblock {
    height: 160px;
    padding: 40px 20px;
    background-color: #ffffff;
  }
}

.menu__logo {
  text-align: center;
}

@media (min-width: 768px) {
  .menu__logo {
    display: none;
  }
}

.menu__close {
  position: absolute;
  top: 15px;
  left: 20px;
}

@media (min-width: 768px) {
  .menu__close {
    display: none;
  }
}

.menu__title {
  padding: 0 25px 40px;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 767px) {
  .menu__title {
    text-align: center;
    padding: 25px 0 0;
  }
}

.menu__title p {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .2rem;
}

@media (max-width: 767px) {
  .menu__title p {
    color: #777;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .menu__list {
    min-height: calc(100vh - 210px);
  }
}

.menu__list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 40px;
}

.menu__list-block:first-child {
  border-bottom: 1px solid #ffffff;
}

.menu__list-link {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 767px) {
  .menu__list-link {
    font-size: 1.125rem;
  }
}

.menu__list-link:nth-child(n + 2) {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .menu__list-link:nth-child(n + 2) {
    margin-top: 25px;
  }
}

.menu__social {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 40px;
  margin-top: 80px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .menu__social {
    padding: 0 25px;
    margin: 0;
  }
}

.menu__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}

@media (max-width: 767px) {
  .menu__social-link {
    width: 50px;
    height: 50px;
  }
}

.menu__social-link:hover {
  background-color: #ffffff;
}

.menu__social-link:nth-child(n + 2) {
  margin-left: 10px;
}

.gotop {
  position: fixed;
  bottom: 80px;
  right: 35px;
  z-index: 500;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  border: 2px solid #f40000;
  border-radius: 50%;
}

@media (min-width: 576px) {
  .gotop {
    display: none;
  }
}

@media (max-width: 479px) {
  .gotop {
    bottom: 120px;
  }
}

form[class$="-form"] {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

form[class$="-form"] select {
  height: 65px;
  font-family: 'Noto Sans TC', '微軟正黑體';
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form[class$="-form"] select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

form[class$="-form"] select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

form[class$="-form"] select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

form[class$="-form"] select::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

form[class$="-form"] select option {
  color: #f40000;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  form[class$="-form"] select {
    height: 50px;
  }
}

form[class$="-form"] select[name="gender"] {
  width: 100%;
  background-image: url(../images/gender.svg);
  background-size: 25px 25px;
  background-position: 14px center;
  background-repeat: no-repeat;
}

form[class$="-form"] select[name^="birthdate-"] {
  width: calc((100% - 20px) / 3);
}

form[class$="-form"] select[name^="birthdate-"]:nth-of-type(n + 2) {
  margin-left: 10px;
}

form[class$="-form"] select[name="birthdate-month"] {
  background-image: url(../images/birthday.svg);
  background-size: 25px 25px;
  background-position: 14px center;
  background-repeat: no-repeat;
}

form[class$="-form"] input[type="text"],
form[class$="-form"] input[type="tel"],
form[class$="-form"] input[type="email"],
form[class$="-form"] input[type="password"] {
  width: 100%;
  height: 65px;
  font-family: 'Noto Sans TC', '微軟正黑體';
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0 20px 0 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
}

form[class$="-form"] input[type="text"]::-webkit-input-placeholder,
form[class$="-form"] input[type="tel"]::-webkit-input-placeholder,
form[class$="-form"] input[type="email"]::-webkit-input-placeholder,
form[class$="-form"] input[type="password"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

form[class$="-form"] input[type="text"]:-ms-input-placeholder,
form[class$="-form"] input[type="tel"]:-ms-input-placeholder,
form[class$="-form"] input[type="email"]:-ms-input-placeholder,
form[class$="-form"] input[type="password"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

form[class$="-form"] input[type="text"]::-ms-input-placeholder,
form[class$="-form"] input[type="tel"]::-ms-input-placeholder,
form[class$="-form"] input[type="email"]::-ms-input-placeholder,
form[class$="-form"] input[type="password"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

form[class$="-form"] input[type="text"]::placeholder,
form[class$="-form"] input[type="tel"]::placeholder,
form[class$="-form"] input[type="email"]::placeholder,
form[class$="-form"] input[type="password"]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  form[class$="-form"] input[type="text"],
  form[class$="-form"] input[type="tel"],
  form[class$="-form"] input[type="email"],
  form[class$="-form"] input[type="password"] {
    height: 50px;
  }
}

form[class$="-form"] input[name="firstName"],
form[class$="-form"] input[name="lastName"] {
  background-image: url(../images/name.svg);
  background-size: 25px 25px;
  background-position: 14px center;
  background-repeat: no-repeat;
}

form[class$="-form"] input[name="signInEmailAddress"],
form[class$="-form"] input[name="emailAddress"] {
  background-image: url(../images/email.svg);
  background-size: 26px 18px;
  background-position: 12px center;
  background-repeat: no-repeat;
}

form[class$="-form"] input[name="emailAddress"][disabled] {
  background-image: url(../images/email_disabled.svg);
  background-size: 26px 18px;
  background-position: 12px center;
  background-repeat: no-repeat;
}

form[class$="-form"] input[name="currentPassword"],
form[class$="-form"] input[name="newPassword"],
form[class$="-form"] input[name="newPasswordConfirm"] {
  background-image: url(../images/password.svg);
  background-size: 23px 23px;
  background-position: 13.5px center;
  background-repeat: no-repeat;
}

form[class$="-form"] input[name="phone"] {
  background-image: url(../images/phone_number.svg);
  background-size: 18px 38px;
  background-position: 17px center;
  background-repeat: no-repeat;
}

form[class$="-form"] input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0;
}

form[class$="-form"] input[type="checkbox"] ~ label {
  width: calc(100% - 20px);
  padding-left: 10px;
  margin: 0;
  vertical-align: middle;
}

form[class$="-form"] input[disabled] {
  color: #444;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 0, 0, 0.8);
}

form[class$="-form"] .validation-error p {
  position: relative;
  color: #ffffff;
  padding: 10px 20px;
}

form[class$="-form"] .validation-error p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 15px;
  height: 13px;
  background-image: url(../images/error_white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

form[class$="-form"] .validation-error p:empty {
  display: none;
}

form[class$="-form"] button:hover {
  opacity: 0.85;
}

form[class$="-form"] div.div-residencyCountry {
  display: none;
}

form[class$="-form"] div.validation-error {
  position: relative;
}

div[class^="div-"] {
  margin-bottom: 40px;
}

div[class^="div-"] label {
  font-family: 'Noto Sans TC', '微軟正黑體';
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  div[class^="div-"] {
    margin-bottom: 20px;
  }
}

button[class$="-submit"] {
  width: 100%;
  max-width: 200px;
  display: block;
  font-family: 'Noto Sans TC', '微軟正黑體';
  color: #f40000;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  background-color: #ffffff;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
}

.lightbox--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lightbox__main {
  position: relative;
  width: calc(100% - 60px);
  max-width: 900px;
  padding: 35px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .lightbox__main {
    width: calc(100% - 30px);
    padding: 20px 0;
  }
}

.lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  border: 2px solid #f40000;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

@media (max-width: 767px) {
  .lightbox__close {
    width: 24px;
    height: 24px;
  }
  .lightbox__close img {
    max-width: 12px;
  }
}

.lightbox__titlebox {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.lightbox__titlebox::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f40000;
}

.lightbox__titlebox h3 {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #f40000;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  padding: 0 10px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .lightbox__titlebox h3 {
    font-size: 1.5rem;
  }
}

.lightbox__block:nth-child(n + 2) {
  margin-top: 20px;
}

.lightbox__block ul {
  list-style-type: disc;
}

.lightbox__block li {
  color: #f40000;
  line-height: 1.2;
}

.lightbox__block li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.lightbox__text {
  color: #f40000;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .lightbox__text {
    padding: 0 20px;
  }
}

.lightbox__upload .lightbox__main {
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
}

.lightbox__upload-title {
  color: #f40000;
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .lightbox__upload-title {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}

.lightbox__upload-imgbox {
  text-align: center;
}

@media (min-width: 576px) {
  .lightbox__upload-imgbox img {
    max-width: 400px;
  }
}

.lightbox__upload-btnbox {
  text-align: center;
  margin-top: 20px;
}

.errormsg {
  position: relative;
  color: #f40000;
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px;
}

.errormsg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 15px;
  height: 13px;
  background-image: url(../images/error.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.errormsg:empty {
  display: none;
}

@-webkit-keyframes firework {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
}

@keyframes firework {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
  }
}

@-webkit-keyframes waveup {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes waveup {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.topbar {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .topbar {
    height: 5.0523vw;
    background-image: url(../images/redribbon_top.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 575px) {
  .topbar {
    height: 25.6627vw;
    background-image: url(../images/redbar_top.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.bottombar {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .bottombar {
    height: 5.0541vw;
    background-image: url(../images/redribbon_bottom.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 575px) {
  .bottombar {
    height: 25.6720vw;
    background-image: url(../images/redbar_bottom.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.registration__main {
  min-height: calc(100vh - 115px - 5.05vw);
  padding: 20px 0;
  background-color: #f40000;
}

.registration__form {
  width: 100%;
  max-width: 800px;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .registration__form {
    margin-top: 30px;
  }
}

.registration__sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.registration__sex-item:nth-child(n + 2) {
  margin-left: 25px;
}

.registration__sex-item input {
  display: none;
}

.registration__sex-item input:checked + label::after {
  content: '';
  position: absolute;
  top: -15px;
  left: 4px;
  width: 24px;
  height: 38px;
  background-image: url(../images/tick.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.registration__sex-item label {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 28px;
  padding-left: 35px;
}

.registration__sex-item label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #ffffff;
}

.registration__sex-item .cursor__default {
  cursor: default;
}

.registration__agree {
  width: 100%;
  max-width: 500px;
  margin: 20px auto 0;
}

.registration__agree-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.registration__agree-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.registration__agree-item {
  margin-bottom: 20px;
}

.registration__agree-item input {
  display: none;
}

.registration__agree-item label {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 28px;
  padding-left: 35px;
}

.registration__agree-item label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ffffff;
}

.registration__agree-item label a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

.registration__agree-short {
  width: 33.3333%;
}

.registration__agree-full {
  width: 100%;
}

.registration__btnbox {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .registration__btnbox {
    margin-top: 40px;
  }
}

.registration__submitbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.registration__submit {
  width: 100%;
  max-width: 200px;
  color: #f40000;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 4px;
}

.registration__submit:nth-child(n + 2) {
  margin-top: 25px;
}

.registration__form-red {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto;
}

.registration__form-red .common__formbox:nth-child(n + 2) {
  margin-top: 10px;
}

.registration__form-red .common__input {
  color: #f40000;
  background-color: #fcb8b8;
  border-color: #f40000;
}

.registration__form-red .common__input::-webkit-input-placeholder {
  color: #f40000;
}

.registration__form-red .common__input:-ms-input-placeholder {
  color: #f40000;
}

.registration__form-red .common__input::-ms-input-placeholder {
  color: #f40000;
}

.registration__form-red .common__input::placeholder {
  color: #f40000;
}

.registration__form-red .common__select {
  color: #f40000;
  background-color: #fcb8b8;
  border-color: #f40000;
}

.registration__form-red .common__select::-webkit-input-placeholder {
  color: #f40000;
}

.registration__form-red .common__select:-ms-input-placeholder {
  color: #f40000;
}

.registration__form-red .common__select::-ms-input-placeholder {
  color: #f40000;
}

.registration__form-red .common__select::placeholder {
  color: #f40000;
}

.registration__form-red .registration__submit {
  color: #ffffff;
  background-color: #f40000;
}

.registration__bottomnotice {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 30px;
}

.registration__bottomnotice span {
  font-size: 24px;
}

.redbox {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .redbox {
    background-image: url(../images/red_box.svg);
  }
  .redbox::before {
    content: '';
    display: block;
    padding-top: 6.796%;
  }
}

@media (max-width: 767px) {
  .redbox {
    background-image: url(../images/red_box_mobile.svg);
  }
  .redbox::before {
    content: '';
    display: block;
    padding-top: 16.3575%;
  }
}

.redbox + .common__select,
.redbox + .common__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-color: transparent;
}

.redbox + .common__input[disabled] {
  cursor: not-allowed;
}

.redbox + .common__input[disabled]::-webkit-input-placeholder {
  color: #aaa;
}

.redbox + .common__input[disabled]:-ms-input-placeholder {
  color: #aaa;
}

.redbox + .common__input[disabled]::-ms-input-placeholder {
  color: #aaa;
}

.redbox + .common__input[disabled]::placeholder {
  color: #aaa;
}

.receiptnumber__help {
  position: absolute;
  top: calc(50% - 11px);
  right: 10px;
  z-index: 2;
}

.home__bar {
  display: block;
  width: 105%;
  max-width: 105%;
}

.home__main {
  min-height: calc(100vh - 115px - 5.05vw);
  padding: 20px 0;
  background-color: #f40000;
}

.home__name {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.3em;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .home__name {
    font-size: 1.125rem;
  }
}

.home__banner {
  text-align: center;
}

.home__banner a {
  display: inline-block;
}

.home__event {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.home__event-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}

.home__event-subtitle {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 10px;
}

.home__event-subtitle a {
  text-decoration: underline;
}

.home__event-slider {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .home__event-slider {
    margin-top: 25px;
  }
}

.home__event-slide h5 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .home__event-slide h5 {
    font-size: 1rem;
    margin-top: 15px;
  }
  .home__event-slide:nth-child(n + 2) {
    margin-top: 25px;
  }
}

.sociallogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sociallogin__btn {
  width: 100%;
  max-width: calc(50% - 20px);
  display: block;
}

.sociallogin__btn img {
  width: 100%;
}

@media (max-width: 767px) {
  .sociallogin__btn {
    max-width: 100%;
  }
  .sociallogin__btn:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.login__container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.login__main {
  min-height: calc(100vh - 115px - 5.05vw);
  padding: 20px 0;
  background-color: #f40000;
}

.login__info {
  margin: 60px 0 50px;
}

@media (max-width: 767px) {
  .login__info {
    margin: 20px 0;
  }
}

.login__info-title {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .login__info-title {
    font-size: 1rem;
  }
}

.login__info-or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login__info-or::before, .login__info-or::after {
  content: '';
  display: block;
  width: calc((100% - 30px) / 2);
  height: 1px;
  background-color: #ffffff;
}

.login__info-or p {
  width: 30px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.login__text-social {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.login__text-mail {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.login__registration {
  text-align: center;
  margin-top: 15px;
}

.login__forgot {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .login__forgot {
    font-size: 1.125rem;
  }
}

.login__notyet {
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1;
  margin-top: 20px;
}

.login__notyet a {
  font-weight: bold;
  text-decoration: underline;
}

.login__notyet + p {
  color: #ffffff;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .login__notyet {
    font-size: 1.25rem;
  }
  .login__notyet + p {
    font-size: 1.3rem;
  }
}

.brand {
  width: 100%;
  max-width: 480px;
  margin: 30px auto 0;
}

.member__main {
  min-height: calc(100vh - 115px - 5.05vw);
  padding: 20px 0;
  background-color: #f40000;
}

.member__accountlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.member__accountlink-btn {
  width: 100%;
  max-width: calc(50% - 20px);
  display: block;
  font-size: 18px;
  line-height: 40px;
  padding: 0 40px;
}

.member__accountlink-fb {
  color: #ffffff;
  background-color: #4267B2;
}

.member__accountlink-google {
  color: #aaa;
  background-color: #ffffff;
}

.draw {
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  .draw {
    padding-top: 40px;
  }
}

.draw__banner {
  position: relative;
  width: 100%;
  height: 62.93vw;
  margin-top: -2vw;
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .draw__banner {
    background-image: url(../images/Instant_win_form_banner_desktop_v4.png);
  }
}

@media (max-width: 575px) {
  .draw__banner {
    height: 164vw;
    background-image: url(../images/Instant_win_form_banner_v5.png);
    margin-top: -10vw;
  }
}

.draw__banner-topbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 13.802vw;
  background-image: url(../images/white_wave_top.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
}

@media (max-width: 575px) {
  .draw__banner-topbar {
    height: 29.89vw;
    background-image: url(../images/white_wave_top_mobile.svg);
    -webkit-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    transform: translateY(-42%);
  }
}

.draw__banner-bottombar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 5.052vw;
  background-image: url(../images/white_wave_bottom.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .draw__banner-bottombar {
    height: 18.4vw;
    background-image: url(../images/white_wave_bottom_mobile.svg);
  }
}

.draw__fireworks {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 600px;
}

@media (max-width: 767px) {
  .draw__fireworks {
    max-width: 250px;
  }
}

.draw__firework1 {
  left: 0;
  top: 40%;
  -webkit-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%);
}

@media (max-width: 575px) {
  .draw__firework1 {
    top: 45%;
    -webkit-transform: translate(-88%, 0);
    -ms-transform: translate(-88%, 0);
    transform: translate(-88%, 0);
  }
}

.draw__firework2 {
  right: 0;
  top: 30%;
  -webkit-transform: translate(70%, -50%);
  -ms-transform: translate(70%, -50%);
  transform: translate(70%, -50%);
}

@media (max-width: 575px) {
  .draw__firework2 {
    top: 0;
    -webkit-transform: translate(88%, 0);
    -ms-transform: translate(88%, 0);
    transform: translate(88%, 0);
  }
}

.draw__firework3 {
  right: 0;
  bottom: 5%;
  -webkit-transform: translate(88%, 0);
  -ms-transform: translate(88%, 0);
  transform: translate(88%, 0);
}

@media (min-width: 576px) {
  .draw__firework3 {
    display: none;
  }
}

.draw__toptext {
  color: #f40000;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin: 10px 0;
}

.draw__formtitle {
  color: #f40000;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}

.draw__checkbox {
  margin-top: 15px;
}

.draw__agree-box {
  text-align: center;
}

.draw__agree input {
  display: none;
}

.draw__agree input:checked + label::before {
  background-color: #f40000;
}

.draw__agree label {
  position: relative;
  display: inline-block;
  color: #f40000;
  font-size: 1.125rem;
  line-height: 1;
  text-align: left;
  padding-left: 20px;
}

.draw__agree label::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: rgba(244, 0, 0, 0.4);
  border: 1px solid #f40000;
}

.draw__agree label a {
  color: #f40000;
  text-decoration: underline;
}

.draw__agree:nth-child(n + 2) {
  margin-top: 10px;
}

.draw + .topbar {
  position: relative;
  overflow: hidden;
}

.draw + .topbar img {
  position: absolute;
  right: -4%;
  top: 0;
  z-index: -1;
  width: 100%;
  max-width: 600px;
  max-height: initial;
}

@media (max-width: 575px) {
  .draw + .topbar img {
    display: none;
  }
}

@media (min-width: 576px) {
  .draw + .topbar {
    height: calc(5.0523vw + 80px);
    margin-top: -5%;
    background-size: 100% 5.0523vw;
    background-position: center bottom;
  }
}

.term {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: #ffffff;
}

.term__block {
  margin-bottom: 40px;
}

.term__block:last-child {
  margin-bottom: 0;
}

.term__title {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}

.term__subtitle {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.term__text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.term__text a {
  color: #ffffff;
  text-decoration: underline;
  word-break: break-all;
}

.term__list {
  padding-left: 1em;
  margin-bottom: 10px;
}

.term__list li {
  font-size: 16px;
  line-height: 1.4;
}

.term__list li:nth-child(n + 2) {
  margin-top: 10px;
}

.term__list li a {
  color: #ffffff;
  text-decoration: underline;
  word-break: break-all;
}

.landing__banner {
  position: relative;
  width: 100%;
  height: 62.93vw;
  margin-top: -2vw;
  background-size: cover;
  background-position: center 22%;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .landing__banner {
    background-image: url(../images/Instant_win_form_banner_desktop_v4.png);
  }
}

@media (max-width: 575px) {
  .landing__banner {
    height: 164vw;
    background-image: url(../images/Instant_win_form_banner_v5.png);
    margin-top: -15vw;
  }
}

.landing__banner-topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.802vw;
  background-image: url(../images/white_wave_top.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
}

@media (max-width: 575px) {
  .landing__banner-topbar {
    height: 29.89vw;
    background-image: url(../images/white_wave_top_mobile.svg);
    -webkit-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    transform: translateY(-42%);
  }
}

.landing__banner-fireworks {
  position: absolute;
  width: 400px;
}

@media (min-width: 576px) {
  .landing__banner-fireworks {
    display: none;
  }
}

.landing__banner-firework1 {
  left: 0;
  top: 20%;
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

.landing__banner-firework2 {
  right: 0;
  top: 0;
  -webkit-transform: translate(70%, -50%);
  -ms-transform: translate(70%, -50%);
  transform: translate(70%, -50%);
}

.landing__start::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  background-color: #f40000;
  border-radius: 50%;
}

.landing__start::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 7px;
  background-color: #f40000;
  border-radius: 50%;
}

.landing__activity {
  padding: 30px 0 0;
  background-color: #f40000;
}

.landing__activity-wrap {
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
  .landing__activity-wrap {
    margin-top: -5.0523vw;
  }
}

@media (max-width: 575px) {
  .landing__activity-wrap {
    margin-top: -17.2vw;
  }
}

.landing__activity-fireworks {
  position: absolute;
  opacity: .5;
}

@media (max-width: 767px) {
  .landing__activity-fireworks {
    max-width: 250px;
  }
}

.landing__activity-firework1 {
  right: 100%;
  top: 50%;
  -webkit-transform: translate(40%, -50%);
  -ms-transform: translate(40%, -50%);
  transform: translate(40%, -50%);
}

.landing__activity-firework2 {
  left: 100%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.landing__activity-bar {
  display: block;
  width: 100vw;
  max-width: 100vw;
}

.landing__activity-titlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .landing__activity-titlewrap {
    margin-bottom: 20px;
  }
}

.landing__activity-titlewrap img {
  position: relative;
  z-index: 2;
  max-width: 40px;
}

.landing__activity-titlebox {
  width: 100%;
  max-width: 330px;
  position: relative;
  padding: 2px;
  margin-top: -10px;
  border: 2px solid #ffffff;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .landing__activity-titlebox {
    max-width: 250px;
  }
}

.landing__activity-titlebox::before {
  content: '';
  position: absolute;
  top: -2px;
  left: calc(50% - 25px);
  width: 50px;
  height: 10px;
  background-color: #f40000;
}

.landing__activity-innerbox {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}

.landing__activity-innerbox h3 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .landing__activity-innerbox h3 {
    font-size: 1.25rem;
  }
}

.landing__activity-text {
  max-width: 28em;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .landing__activity-text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.landing__activity-smalltext {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.landing__activity-btnbox {
  text-align: center;
}

.landing__activity-btn {
  width: 100%;
  max-width: 260px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.landing__activity-btn p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f40000;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 54px;
}

@media (max-width: 767px) {
  .landing__activity-btn p {
    font-size: 1.125rem;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  .landing__activity-btn p {
    font-size: 1rem;
  }
}

.landing__activity-btn p::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  background-color: #f40000;
  border-radius: 50%;
}

.landing__activity-btn p::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 7px;
  background-color: #f40000;
  border-radius: 50%;
}

.landing__step {
  color: #ffffff;
  margin-bottom: 25px;
}

.landing__step-title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .landing__step-title {
    font-size: 1.25rem;
  }
}

.landing__step-subtitle {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .landing__step-subtitle {
    font-size: 1.25rem;
  }
}

.landing__step-itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.landing__step-item {
  position: relative;
  width: 120px;
}

.landing__step-item:nth-child(n + 2) {
  margin-left: 100px;
}

.landing__step-item:nth-child(n + 2)::before {
  content: '';
  position: absolute;
  top: 29px;
  right: calc(100% + 38px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #ffffff;
}

@media (max-width: 767px) {
  .landing__step-item {
    width: 74px;
  }
  .landing__step-item:nth-child(n + 2) {
    margin-left: 40px;
  }
  .landing__step-item:nth-child(n + 2)::before {
    top: 16px;
    right: calc(100% + 14px);
    border-width: 7px 0 7px 12px;
  }
}

.landing__step-item div {
  width: 86px;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f40000;
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 20px;
  background-color: #ffffff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .landing__step-item div {
    width: 48px;
    height: 48px;
    font-size: 1.75rem;
    margin-bottom: 5px;
  }
}

.landing__step-item p {
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 767px) {
  .landing__step-item p {
    font-size: 14px;
  }
}

.landing__prize-wrap {
  position: relative;
  padding: 50px 0 70px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .landing__prize-wrap {
    padding: 35px 0 50px;
  }
}

.landing__prize-fireworks {
  position: absolute;
}

@media (max-width: 767px) {
  .landing__prize-fireworks {
    max-width: 250px;
  }
}

.landing__prize-firework1 {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}

.landing__prize-firework2 {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

@media (max-width: 575px) {
  .landing__prize-firework2 {
    -webkit-transform: translate(75%, 0);
    -ms-transform: translate(75%, 0);
    transform: translate(75%, 0);
  }
}

.landing__prize-firework3 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.landing__prize-titlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .landing__prize-titlewrap {
    margin-bottom: 20px;
  }
}

.landing__prize-titlewrap img {
  position: relative;
  z-index: 2;
  max-width: 40px;
}

.landing__prize-titlebox {
  width: 100%;
  max-width: 330px;
  position: relative;
  padding: 2px;
  margin-bottom: -10px;
  border: 2px solid #f40000;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .landing__prize-titlebox {
    max-width: 250px;
  }
}

.landing__prize-titlebox::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25px);
  width: 50px;
  height: 10px;
  background-color: #ffffff;
}

.landing__prize-innerbox {
  border: 1px solid rgba(244, 0, 0, 0.8);
  border-radius: 2px;
}

.landing__prize-innerbox h3 {
  color: #f40000;
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
}

.landing__prize-itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 575px) {
  .landing__prize-itembox {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.landing__prize-item {
  text-align: center;
  padding: 15px;
  background-color: #eaeaea;
  border-radius: 13px;
}

@media (min-width: 1366px) {
  .landing__prize-item {
    width: calc((100% - 100px) / 3);
    margin: 20px 50px 0 0;
  }
  .landing__prize-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .landing__prize-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 1365px) and (min-width: 768px) {
  .landing__prize-item {
    width: calc((100% - 40px) / 3);
    margin: 20px 20px 0 0;
  }
  .landing__prize-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .landing__prize-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .landing__prize-item {
    width: 100%;
  }
  .landing__prize-item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.landing__prize-item h4 {
  color: #f40000;
  font-size: 1.25rem;
  line-height: 1;
}

.landing__prize-item p {
  color: #f40000;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .landing__prize-item p {
    font-size: 14px;
  }
}

.reset__main {
  min-height: calc(100vh - 115px - 5.05vw);
  padding: 20px 0;
  background-color: #f40000;
}

.resultpage {
  position: relative;
  min-height: calc(100vh + 2vw - 127px);
  padding: 0 20px 60px;
  margin-top: -2vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (max-width: 575px) {
  .resultpage {
    min-height: calc(100vh + 10vw - 127px);
    padding: 0 20px 100px;
    margin-top: -10vw;
  }
}

.resultpage__bar {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 13.802vw;
  -webkit-transform: translateY(-73%);
  -ms-transform: translateY(-73%);
  transform: translateY(-73%);
  background-image: url(../images/white_wave_top.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .resultpage__bar {
    height: 29.89vw;
    background-image: url(../images/white_wave_top_mobile.svg);
    -webkit-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    transform: translateY(-42%);
  }
}

.resultpage__main + .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-color: transparent;
}

.resultpage__container {
  position: relative;
  padding-top: 6vw;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 575px) {
  .resultpage__container {
    padding-top: 24vw;
  }
}

.resultpage__fireworks {
  position: absolute;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .resultpage__fireworks {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .resultpage__fireworks {
    width: 400px;
  }
}

.resultpage__firework1 {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-70%, 40%);
  -ms-transform: translate(-70%, 40%);
  transform: translate(-70%, 40%);
}

.resultpage__firework2 {
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -30%);
  -ms-transform: translate(60%, -30%);
  transform: translate(60%, -30%);
}

.resultpage__title {
  color: #ffffff;
  font-size: 3.75rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .resultpage__title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

.resultpage__imgwrap {
  text-align: center;
  padding: 8vw 0 40px;
}

@media (max-width: 575px) {
  .resultpage__imgwrap {
    padding: 20vw 0 40px;
  }
}

.resultpage__imgbox {
  position: relative;
  display: inline-block;
}

@media (max-width: 575px) {
  .resultpage__imgbox {
    width: 100%;
    max-width: 300px;
  }
}

.resultpage__imgbox-fireworks {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background-image: url(../images/fireworks_white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.resultpage__imgbox img {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .resultpage__imgbox img {
    width: 400px;
  }
}

.resultpage__content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px;
}

.resultpage__content-text {
  color: #f40000;
  font-size: 1.625rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .resultpage__content-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.resultpage__content-btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
