:root {
  --red: #e21f27;
  --white: white;
  --black: #202020;
  --grey: #e8e8e8;
  --grey-2: #e4e4e4;
  --red-2: #f84e6f;
  --grey-3: #9d9d9d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.viewport {
  overflow: hidden;
}

.body {
  background-color: var(--red);
  font-family: Noto Sans TC, sans-serif;
}

.section {
  background-color: var(--white);
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  width: 100%;
}

.head-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 15px 5%;
  display: flex;
}

.head-logo {
  height: 65px;
}

.dropdown {
  order: 1;
  margin-left: 0;
  margin-right: 0;
}

.link-block {
  order: -1;
}

.dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 0 0;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.lang-arrow {
  background-image: url('../images/lang-arrow-down-red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.lang-icon {
  background-image: url('../images/lang-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.dropdown-list {
  background-color: #ddd0;
}

.dropdown-list.w--open {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #e9e9e9;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.lang-link {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
}

.banner {
  width: 100%;
}

.info-contents {
  background-color: #f7f7f7;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 50px 5%;
  display: flex;
}

.contents-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.event-title {
  color: var(--red);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.event-title.mt-nl-30 {
  margin-left: -30px;
}

.event-info-tx {
  color: var(--black);
  text-align: justify;
  letter-spacing: .5px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.tx-l {
  font-size: 32px;
}

.tx-red {
  color: var(--red);
}

.tx-red-l {
  color: var(--red);
  font-size: 32px;
}

.promo-date-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.icon-speaker {
  width: 100%;
  max-width: 90px;
}

.promo-date-tx-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.promo-date-row {
  background-color: var(--grey);
  align-items: center;
  width: 100%;
  padding: 5px 15px;
  display: flex;
}

.promo-date-row.border-bot {
  border-bottom: 1px solid var(--black);
}

.event-date-tx {
  color: var(--black);
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

.text-span {
  font-size: 14px;
}

.promo-date-tx-table {
  border-left: 7px solid var(--red);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.contents-tx-sm {
  font-size: 14px;
  font-weight: 500;
}

.info-content-2-en {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 36px;
}

.collapse-title-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.ollapse-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.collapse-no-num {
  color: #fff;
  padding-left: 5px;
  font-family: Inconsolata, monospace;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.table-tx {
  font-size: 18px;
  line-height: 36px;
}

.collapse-title {
  order: -1;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.collapse-item {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.image-7 {
  width: 100%;
  max-width: 800px;
}

.collapse-no-tx {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.collapse-no {
  background-color: #ed1746;
  order: -1;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.callapse-btn {
  background-color: var(--red);
  border-radius: 50%;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.coll-btn-v {
  background-color: #ed1746;
  width: 4px;
  height: 100%;
  position: absolute;
}

.ollapse-contents {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.ollapse-title-block {
  background-color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #0003;
}

.coll-btn-h {
  background-color: #ed1746;
  width: 100%;
  height: 4px;
  position: absolute;
}

.callapse-arrow {
  width: 50%;
}

.lucky-draw-table {
  border: 1px solid var(--grey-2);
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.table-row {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.table-row.th {
  background-color: var(--red);
  color: var(--white);
}

.table-row.br-bot {
  border-bottom: 1px solid var(--grey-2);
}

.table-col-100 {
  width: 100%;
  padding: 10px 30px;
}

.table-col-20 {
  border-right: 1px solid var(--grey-2);
  width: 30%;
  padding: 10px 30px;
}

.table-col-20.br-white {
  border-right-color: var(--white);
}

.table-col-40 {
  border-right: 1px solid var(--grey-2);
  width: 40%;
  padding: 10px 30px;
}

.table-col-40.last {
  border-right-width: 0;
}

.table-col-40.br-white {
  border-right-color: var(--white);
}

.table-col-50 {
  border-right: 1px solid var(--grey-2);
  width: 50%;
  padding: 10px 30px;
}

.table-col-50.last {
  border-right-width: 0;
}

.table-col-50.br-white {
  border-right-color: var(--white);
}

.title-block {
  background-color: var(--red);
  color: var(--white);
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.step-list {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: wrap;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.step-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 31%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.step-icon-block {
  background-color: var(--white);
  border-radius: 50%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90%;
  padding-right: 0;
}

.step-icon-block.step-1-icon {
  background-image: url('../images/step-1-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  box-shadow: 0 0 20px 7px #0000001a;
}

.step-icon-block.step-2-icon {
  background-image: url('../images/step-2-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  box-shadow: 0 0 20px 7px #0000001a;
}

.step-icon-block.step-3-icon {
  background-image: url('../images/step-3-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  box-shadow: 0 0 20px 7px #0000001a;
}

.step-num-circle {
  background-color: var(--red);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 10px 5px #0003;
}

.text-block {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-copy {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.step-content-block {
  border-left: 7px solid var(--red-2);
  padding-left: 15px;
}

.step-content-tx {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.prize-list {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: wrap;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.prize-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 31%;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #0003;
}

.prize-title-block {
  text-align: center;
  background-image: url('../images/award-title-right.svg'), url('../images/award-title-left.svg');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.prize-tx {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.title-tx-l {
  font-size: 36px;
  font-weight: 900;
}

.div-block-2 {
  background-color: var(--grey);
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 30px;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.ticket {
  width: 100%;
  max-width: 100px;
}

.prize-icon {
  max-width: none;
  height: 100%;
  min-height: 92px;
}

.div-block-4 {
  display: flex;
}

.star {
  background-image: url('../images/award.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.text-block-3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-2 {
  font-size: 24px;
}

.prize-list-2 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  border-top: 1px solid var(--grey-2);
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  padding-top: 50px;
  display: flex;
}

.prize-item-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 21%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 5px solid var(--red-2);
  flex-flow: column;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.step-content-tx-2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-3-copy {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-2-copy {
  font-size: 20px;
}

.ticket-2 {
  width: 100%;
  max-width: 80px;
}

.prize-icon-2 {
  height: 100%;
  min-height: 65px;
  max-height: 65px;
}

.lnk-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--red);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 10px 5px #0003;
}

.link-btn-arrow {
  background-image: url('../images/arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.text-block-4 {
  color: var(--red);
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.underline {
  border-bottom: 1px solid var(--black);
}

.form-block {
  width: 100%;
}

.form-2 {
  grid-column-gap: 3%;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.form-field-block {
  align-items: center;
  width: 48%;
  display: flex;
}

.form-title-block {
  flex-flow: column;
  align-items: flex-start;
  min-width: 170px;
  display: flex;
}

.field-label {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.field-label-copy {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field {
  margin-bottom: 0;
}

.form-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.select-field {
  background-color: var(--white);
  color: var(--black);
  width: 25%;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 0 5px;
  font-size: 18px;
  line-height: 24px;
}

.radio-button-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.form-upload-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.form-upload-btn:hover {
  color: var(--white);
}

.upload-icon {
  background-image: url('../images/upload-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.checkbox {
  border: 1px solid var(--black);
  border-radius: 50%;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--red);
  background-color: var(--red);
}

.checkbox-field {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  display: flex;
}

.tx-bold-underline {
  border-bottom: 1px solid var(--black);
  font-weight: 900;
}

.tx-underline {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  text-decoration: none;
}

.form-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.form-btn:hover {
  border: 1px solid var(--red);
  background-color: var(--white);
  color: var(--red);
}

.form-btn.reset {
  border-color: var(--grey-3);
  background-color: var(--grey-3);
}

.form-btn.reset:hover {
  background-color: var(--white);
  color: var(--grey-3);
}

.form-btn.center {
  margin-left: auto;
  margin-right: auto;
}

.remark-row {
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-block-6 {
  min-width: 70px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-6 {
  background-color: var(--black);
  width: 100%;
  height: 3px;
  margin-bottom: 5px;
}

.remark-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.list-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.step-circle {
  width: 100%;
}

.thx-msg {
  color: var(--red);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.thx-msg.mt-nl-30 {
  margin-left: -30px;
}

.thx-tx {
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.upload-block {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.file-name {
  color: var(--grey-3);
  font-size: 14px;
  font-weight: 400;
}

.upload-name-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.form-row-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

html.w-mod-js [data-ix="scroll-bot-top"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event-title {
    font-size: 28px;
  }

  .event-title.mt-nl-30 {
    margin-left: -20px;
  }

  .event-info-tx {
    margin-top: 0;
  }

  .icon-speaker {
    max-width: 60px;
  }

  .event-date-tx {
    line-height: 30px;
  }

  .info-content-2-en {
    font-size: 18px;
    line-height: 24px;
  }

  .collapse-no-num {
    font-size: 42px;
  }

  .table-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .collapse-title, .collapse-no-tx {
    font-size: 20px;
  }

  .collapse-no {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .title-block {
    font-size: 28px;
    line-height: 30px;
  }

  .step-item {
    padding-top: 30px;
  }

  .step-icon-block {
    width: 100%;
    padding-bottom: 100%;
  }

  .step-num-circle {
    width: 90px;
    height: 90px;
  }

  .text-block {
    font-size: 18px;
  }

  .text-block-copy {
    font-size: 42px;
    line-height: 40px;
  }

  .step-content-block {
    padding-left: 10px;
  }

  .step-content-tx {
    font-size: 16px;
  }

  .prize-list {
    grid-column-gap: 4%;
    grid-row-gap: 15px;
    justify-content: center;
    margin-top: 30px;
  }

  .prize-item {
    width: 48%;
  }

  .prize-tx {
    font-size: 24px;
  }

  .div-block-3 {
    min-height: 150px;
  }

  .ticket {
    max-width: 80px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .text-span-2.tx-red {
    font-size: 20px;
  }

  .prize-item-2 {
    width: 33%;
  }

  .form-2 {
    grid-row-gap: 15px;
  }

  .form-field-block {
    width: 100%;
  }

  .form-upload-btn {
    font-size: 16px;
  }

  .form-btn {
    font-size: 18px;
    line-height: 24px;
  }

  .thx-msg {
    font-size: 28px;
  }

  .thx-msg.mt-nl-30 {
    margin-left: -20px;
  }

  .thx-tx {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .head-logo {
    height: 45px;
  }

  .event-title {
    font-size: 20px;
    line-height: 30px;
  }

  .event-title.mt-nl-30 {
    margin-left: -15px;
  }

  .event-info-tx {
    font-size: 16px;
    line-height: 32px;
  }

  .tx-l, .tx-red-l {
    font-size: 24px;
    line-height: 30px;
  }

  .promo-date-block {
    margin-top: 15px;
  }

  .event-date-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .info-content-2-en {
    font-size: 16px;
  }

  .collapse-title-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .collapse-no-num {
    font-size: 32px;
  }

  .table-tx {
    font-size: 16px;
  }

  .collapse-title, .collapse-no-tx {
    font-size: 18px;
  }

  .title-block {
    font-size: 24px;
    line-height: 24px;
  }

  .step-item, .prize-item {
    width: 100%;
  }

  .prize-item-2 {
    width: 47%;
  }

  .lnk-btn {
    font-size: 20px;
  }

  .text-block-4 {
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .step-circle {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .thx-msg {
    font-size: 20px;
    line-height: 30px;
  }

  .thx-msg.mt-nl-30 {
    margin-left: -15px;
  }

  .thx-tx {
    font-size: 16px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .head-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .head-logo {
    height: 35px;
  }

  .dropdown-toggle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .lang-arrow {
    width: 12px;
    height: 12px;
  }

  .lang-icon {
    width: 20px;
    height: 20px;
  }

  .lang-link {
    font-size: 16px;
  }

  .event-title.mt-nl-30 {
    margin-left: 0;
    font-size: 18px;
  }

  .event-info-tx {
    font-size: 14px;
  }

  .tx-l, .tx-red-l {
    font-size: 20px;
  }

  .promo-date-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .event-date-tx {
    font-size: 14px;
  }

  .contents-tx-sm {
    font-size: 12px;
  }

  .info-content-2-en {
    font-size: 14px;
  }

  .table-tx {
    font-size: 12px;
  }

  .table-col-20, .table-col-40, .table-col-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prize-list {
    grid-row-gap: 20px;
  }

  .div-block-3 {
    min-height: auto;
  }

  .prize-list-2 {
    margin-top: 0;
    padding-top: 15px;
  }

  .prize-item-2 {
    width: 100%;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .form-field-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: flex-start;
  }

  .field-label {
    font-size: 16px;
  }

  .field-label-copy {
    font-size: 12px;
  }

  .form-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .radio-button-field {
    font-size: 16px;
  }

  .form-upload-btn {
    font-size: 14px;
  }

  .thx-msg.mt-nl-30 {
    margin-left: 0;
    font-size: 18px;
  }

  .thx-tx {
    font-size: 14px;
  }

  .upload-block {
    grid-row-gap: 5px;
  }

  .file-name {
    font-size: 12px;
  }

  .form-row-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}


