@charset "UTF-8";
/******************************************************************************
 * Version 1.0 Release;
 * Copyright 2018
 ******************************************************************************/
/* autoprefixer grid: autoplace */
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,400i,700,900");
.mrt-btn {
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0.05em;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mrt-form {
  width: 100%;
  position: relative;
}
.mrt-form .mrt-row {
  overflow: hidden;
}
.mrt-form__sub {
  padding: 0 15.1851851852%;
  margin: 0 auto;
}
.mrt-form__control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: "Rubik", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  line-height: 1.15;
  width: 100%;
  padding: 10px 20px;
  min-height: 50px;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #3e3a39;
  padding: 14px 30px;
}
select.mrt-form__control {
  padding: 10px;
  background: #fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjUuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Imljb24tY2hldnJvbi1kb3duIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDQgNDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0IDQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6IzIzMTgxNTt9Cjwvc3R5bGU+CjxnIGlkPSJjaGV2cm9uLWRvd24iPgoJPHJlY3QgaWQ9IlJlY3RhbmdsZV8yMTg0IiBjbGFzcz0ic3QwIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiLz4KCTxwYXRoIGlkPSJQYXRoXzY2MTciIGNsYXNzPSJzdDEiIGQ9Ik0yMiwzMGMtMC41LDAtMS0wLjItMS40LTAuNmwtMTItMTJjLTAuOC0wLjgtMC44LTIsMC0yLjhjMC44LTAuOCwyLTAuOCwyLjgsMEwyMiwyNS4yCgkJbDEwLjYtMTAuNmMwLjgtMC44LDItMC44LDIuOCwwYzAuOCwwLjgsMC44LDIsMCwyLjhsLTEyLDEyQzIzLDI5LjgsMjIuNSwzMCwyMiwzMHoiLz4KPC9nPgo8L3N2Zz4K") right center no-repeat;
}

textarea.mrt-form__control {
  height: auto;
}

.mrt-form__control[disabled], .mrt-form__control[readonly], fieldset[disabled] .mrt-form__control {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.65;
  background-color: #ccc;
  border-color: #ddd;
}
.mrt-form__controls {
  margin-bottom: 18px;
}
.mrt-form__controls:focus {
  border-color: #ddd;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.mrt-form__fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.mrt-form__legend {
  display: none;
}
.mrt-form__intro {
  margin: 0 0 1em;
  line-height: 1.4;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .mrt-form__intro {
    font-size: 44px;
  }
}
.mrt-form__field {
  margin-bottom: 18px;
}
.mrt-form__field::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.mrt-form__field--inline .mrt-form__field::after {
  display: none;
}
.mrt-form__field-group .mrt-form__field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  margin: 0 10px;
}
.mrt-form__field--small {
  margin-bottom: 0;
}
.mrt-form__field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.mrt-form__field-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mrt-form__field--error .mrt-form__field-inner {
  border-color: #d4706f;
}
.mrt-form__field--full .mrt-form__field-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mrt-form__field--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mrt-form__field-verify img {
  width: auto;
  max-width: auto;
}
@media (min-width: 768px) {
  .mrt-form__field-birth .mrt-form__control-row {
    margin: 0 -5px;
    overflow: hidden;
  }
}
.mrt-form__field-birth .mrt-form__control-year,
.mrt-form__field-birth .mrt-form__control-month,
.mrt-form__field-birth .mrt-form__control-day {
  display: block;
}
@media (min-width: 768px) {
  .mrt-form__field-birth .mrt-form__control-year,
.mrt-form__field-birth .mrt-form__control-month,
.mrt-form__field-birth .mrt-form__control-day {
    float: left;
    margin: 0 5px;
    width: calc(33.33333333% - 10px);
  }
}
.mrt-form__field-birth .mrt-form__control-year,
.mrt-form__field-birth .mrt-form__control-month {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .mrt-form__field-address .mrt-form__control-row {
    margin: 0 -5px;
    overflow: hidden;
  }
}
.mrt-form__field-address .mrt-form__control-city,
.mrt-form__field-address .mrt-form__control-town,
.mrt-form__field-address .mrt-form__control-zip,
.mrt-form__field-address .mrt-form__control-address {
  display: block;
}
@media (min-width: 768px) {
  .mrt-form__field-address .mrt-form__control-city,
.mrt-form__field-address .mrt-form__control-town,
.mrt-form__field-address .mrt-form__control-zip {
    float: left;
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .mrt-form__field-address .mrt-form__control-city,
.mrt-form__field-address .mrt-form__control-town {
    width: calc(40% - 10px);
  }
}
@media (min-width: 768px) {
  .mrt-form__field-address .mrt-form__control-zip {
    width: calc(20% - 10px);
  }
}
@media (min-width: 768px) {
  .mrt-form__field-address .mrt-form__control-zip::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
  }
}
@media (min-width: 768px) {
  .mrt-form__field-address .mrt-form__control-address {
    clear: both;
  }
}
.mrt-form__field-keepcheckbox {
  margin-bottom: 5px;
}
.mrt-form__label {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: bold;
  text-align: left;
  font-weight: normal;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.1888412017%;
          flex: 0 0 32.1888412017%;
  padding: 10px 0;
  letter-spacing: 3px;
}
@media (min-width: 1280px) {
  .mrt-form--horizontal .mrt-form__label {
    margin-bottom: 0;
    float: left;
    min-height: 1px;
    width: 130px;
    padding: 20px 10px;
  }
}
.mrt-form__field--full .mrt-form__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.mrt-form__field--inline .mrt-form__label {
  margin-bottom: 0;
}
.mrt-form__field--inline .mrt-form__label:after {
  content: ":";
  display: inline;
}
.mrt-form__label-tips {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: 5px 0 0 0;
}
@media (min-width: 768px) {
  .mrt-form__label-tips {
    display: inline;
    margin: 0 0 0 5px;
  }
}
.mrt-form__field-required .mrt-form__label::after {
  content: "* ";
  display: inline;
  color: #d4706f;
  margin-left: 4px;
}
.mrt-form__label--hide {
  display: none;
}
.mrt-form__tips {
  font-size: 18px;
  margin: 0 0 20px;
}
@media (min-width: 1560px) {
  .mrt-form__tips {
    font-size: 26px;
  }
}
.mrt-form__optgroup {
  background: #f4f4f4;
}
.mrt-form__btn-verify {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 160px);
          flex: 0 0 calc(100% - 160px);
}
.mrt-form__inputgroup {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.2832618026%;
          flex: 0 0 48.2832618026%;
}
.mrt-form__field-required .mrt-form__inputgroup {
  position: relative;
}
.mrt-form__field--inline .mrt-form__inputgroup {
  padding-left: 5px;
}
.mrt-form__field--full .mrt-form__inputgroup {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1280px) {
  .mrt-form--horizontal .mrt-form__inputgroup {
    padding: 0 0 0 130px;
  }
}
.mrt-form__inputgroup--with-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mrt-form__inputgroup--with-btn .mrt-btn {
  margin-left: 10px;
}
.mrt-form__inputgroup.mrt-loading::after {
  margin: -0.7em 0em 0em -0.7em;
  width: 1.4em;
  height: 1.4em;
}
.mrt-form__feedstatic {
  min-height: 46px;
  padding: 14px 0 12px;
  line-height: 1.4;
}
.mrt-form__field--inline .mrt-form__feedstatic {
  min-height: initial;
  padding: 0;
  line-height: 1.2;
}
.mrt-form__comment {
  color: #888;
  font-size: 0.875em;
  margin: 5px 0 10px;
  line-height: 1.64;
}
.mrt-form__controls + .mrt-form__comment {
  margin-top: -10px;
}
.mrt-form__comment-highlight {
  color: #d4706f;
}
.mrt-form__feedback {
  display: none;
  margin: 20px 0 10px;
  position: relative;
  padding-left: 32.1888412017%;
  line-height: 1.3;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.mrt-form__comment + .mrt-form__feedback {
  margin: -5px 0 0;
}
.mrt-form__field--error .mrt-form__feedback {
  color: #d4706f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mrt-form__field--error .mrt-form__feedback > a {
  color: inherit;
}
.mrt-form__field--full .mrt-form__feedback, .mrt-form__field--small .mrt-form__feedback {
  padding-left: 0;
}
.mrt-form__field--success .mrt-form__feedback {
  color: #0cac00;
  display: block;
}
.mrt-form__controls + .mrt-form__feedback {
  margin-top: -10px;
}
.mrt-form__feedback i {
  position: absolute;
  font-size: 20px;
  top: -1px;
  left: 0;
}
.mrt-form__feedback-icon {
  width: 32px;
  margin: 0 5px 0 0;
}
.mrt-form__field--success .mrt-form__feedback-icon {
  color: #0cac00;
}
.mrt-form__field--error .mrt-form__feedback-icon {
  color: #d4706f;
}
.mrt-form__feedback-text {
  font-size: 22px;
}
@media (min-width: 1560px) {
  .mrt-form__feedback-text {
    font-size: 32px;
  }
}
.mrt-form__comment + .mrt-form__keep {
  margin-top: -8px;
}
.mrt-form__keep-label {
  font-size: 0.875em;
  margin: 0;
  line-height: 1.7 !important;
}
.mrt-form__keeps {
  overflow: hidden;
}
.mrt-form__keep-left {
  float: left;
}
.mrt-form__keep-right {
  float: right;
  padding: 12px 0 0;
  font-size: 14px;
}
.mrt-form__btn-edit {
  margin: 10px 0 0 0;
}
.mrt-form__expend {
  overflow: hidden;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  max-height: 0;
  margin-bottom: 0;
}
.mrt-form__expend--open {
  max-height: 2000px;
}
.mrt-form__body {
  position: relative;
}
.mrt-form__selects-tips {
  font-size: 26px;
  position: absolute;
  top: -40px;
  left: 230px;
}
.mrt-form__selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -30px 125px;
}
.mrt-form__selects-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  padding: 0 30px;
}
.mrt-form__selects-item--coupon {
  display: none;
}
.mrt-form__selects-item:not(:last-child) {
  border-right: 1px solid #3e3a39;
}

.mrt-form-upload__control {
  position: fixed;
  right: 100%;
  bottom: 100%;
}
.mrt-form-upload__preview {
  background: #fff;
  border: 1px dashed #ddd;
  text-align: center;
  margin: 10px 0 0;
  overflow: hidden;
  position: relative;
}
.mrt-form-upload__preview::after {
  content: "";
  padding-top: 75%;
  display: block;
}
.mrt-form-upload__preview-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mrt-input-verify-icon {
  position: absolute;
  right: 5px;
  top: 10px;
  display: none;
}
.mrt-form__field--error .mrt-input-verify-icon {
  color: #d4706f;
}
.mrt-form__field--success .mrt-input-verify-icon {
  color: #0cac00;
  display: block;
}

.mrt-list-option {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .mrt-list-option {
    text-align: left;
  }
}
.mrt-list-option--2, .mrt-list-option--3 {
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .mrt-list-option--2, .mrt-list-option--3 {
    margin: 0;
  }
}
.mrt-list-option--inline {
  overflow: hidden;
}
.mrt-list-option__item {
  list-style: none;
  text-align: left;
}
@media (min-width: 768px) {
  .mrt-list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 1280px) {
  .mrt-list-option__item {
    margin-right: 30px;
  }
}
.mrt-list-option--inline .mrt-list-option__item {
  width: auto;
  margin: 0 20px 0 5px;
  float: left;
}
.mrt-list-option--2 .mrt-list-option__item {
  width: calc(50% - 10px);
  margin: 0 5px;
  float: left;
}
@media (min-width: 768px) {
  .mrt-list-option--2 .mrt-list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 1280px) {
  .mrt-list-option--2 .mrt-list-option__item {
    margin-right: 30px;
  }
}
.mrt-list-option--3 .mrt-list-option__item {
  width: calc(33.333% - 10px);
  margin: 0 5px;
  float: left;
}
@media (min-width: 768px) {
  .mrt-list-option--3 .mrt-list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 768px) {
  .mrt-list-option__item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .mrt-list-option--2 .mrt-list-option__item:last-child, .mrt-list-option--3 .mrt-list-option__item:last-child {
    margin-right: 0;
  }
}

.mrt-list-option-img {
  padding: 0;
  list-style: none;
  min-height: 29px;
}
@media (min-width: 1280px) {
  .mrt-list-option-img {
    margin: 0 -4px;
  }
}
.mrt-list-option-img__item {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 4px;
}
@media (min-width: 1280px) {
  .mrt-list-option-img__item {
    width: 20px;
    height: 20px;
  }
}
.mrt-list-option-img__checkbox, .mrt-list-option-img__radio {
  display: none;
  position: absolute;
  padding: 0;
  margin-left: 0;
}
.mrt-list-option-img__label {
  cursor: pointer;
  display: block;
  position: relative;
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
}
.mrt-list-option-img__label::after {
  content: "";
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mrt-list-option-img__checkbox:checked + .mrt-list-option-img__label::after, .mrt-list-option-img__radio:checked + .mrt-list-option-img__label::after {
  display: block;
}
.mrt-list-option-img__img {
  pointer-events: none;
}

.mrt-radiobox,
.mrt-checkbox {
  display: none;
  position: absolute;
}
.mrt-radiobox[disabled],
.mrt-checkbox[disabled] {
  cursor: not-allowed;
}
.mrt-radiobox__label,
.mrt-checkbox__label {
  cursor: pointer;
  display: block;
  position: relative;
  vertical-align: middle;
  padding: 9px 0 9px 33px;
  line-height: 1.5;
  font-weight: normal;
  max-width: initial;
  font-size: 25px;
  color: #3e3a39;
}
.mrt-radiobox__label::before,
.mrt-checkbox__label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #3e3a39;
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 0px;
  background: transparent;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.mrt-radiobox__label::after,
.mrt-checkbox__label::after {
  content: "";
  position: absolute;
  display: none;
}
.mrt-radiobox__label-title, .mrt-radiobox__label-img, .mrt-radiobox__label-stock,
.mrt-checkbox__label-title,
.mrt-checkbox__label-img,
.mrt-checkbox__label-stock {
  opacity: 0.3;
}
.mrt-radiobox__label-img,
.mrt-checkbox__label-img {
  position: relative;
  left: -30px;
}
.mrt-radiobox__label--xl,
.mrt-checkbox__label--xl {
  font-size: 33px;
  padding-left: 45px;
}
.mrt-radiobox__label--xl::before,
.mrt-checkbox__label--xl::before {
  width: 34px;
  height: 34px;
  top: 18px;
  left: 0;
}
.mrt-radiobox__label-stock,
.mrt-checkbox__label-stock {
  position: absolute;
  bottom: 0;
  left: -30px;
  right: 0;
  text-align: center;
  pointer-events: none;
}
.mrt-radiobox__label-stock-num,
.mrt-checkbox__label-stock-num {
  color: #d4706f;
  margin: 0 10px;
  display: inline-block;
}

.mrt-radiobox:checked + .mrt-radiobox__label .mrt-radiobox__label-title,
.mrt-radiobox:checked + .mrt-radiobox__label .mrt-radiobox__label-img,
.mrt-radiobox:checked + .mrt-radiobox__label .mrt-radiobox__label-stock {
  opacity: 1;
}

.mrt-radiobox:checked + .mrt-radiobox__label::after,
.mrt-checkbox:checked + .mrt-checkbox__label::after {
  display: block;
}

.mrt-radiobox[disabled] + .mrt-radiobox__label,
.mrt-checkbox[disabled] + .mrt-checkbox__label {
  cursor: not-allowed;
}

.mrt-radiobox[disabled] + .mrt-radiobox__label::before,
.mrt-radiobox[disabled] + .mrt-radiobox__label::after .mrt-checkbox[disabled] + .mrt-checkbox__label::before,
.mrt-checkbox[disabled] + .mrt-checkbox__label::after {
  cursor: not-allowed;
}

.mrt-radiobox__label::before {
  border-radius: 50%;
}
.mrt-radiobox__label::after {
  background: #3e3a39;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  top: 21px;
  left: 4px;
}
.mrt-radiobox:checked[disabled] + .mrt-radiobox__label::after {
  background: #ddd;
}

.mrt-form__selects {
  margin: 0 0 50px;
}
.mrt-form__selects .mrt-radiobox__label {
  font-size: 43px;
  padding-left: 43px;
  padding-bottom: 60px;
}
.mrt-form__selects .mrt-radiobox__label::before {
  width: 34px;
  height: 34px;
  top: 23px;
}
.mrt-form__selects .mrt-radiobox__label::after {
  width: 22px;
  height: 22px;
  top: 29px;
  left: 6px;
}

.mrt-checkbox__label::after {
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 4px;
  border-style: solid;
  border-color: #3e3a39;
  border-top: 0;
  border-left: 0;
  top: 18px;
  left: 5px;
}
.mrt-checkbox:checked[disabled] + .mrt-checkbox__label::after {
  border-color: #ddd;
}

.mrt-checkbox__label--xl::after {
  border-width: 6px;
  width: 12px;
  height: 23px;
  top: 18px;
  left: 9px;
}

.mrt-list-report {
  padding: 0;
  list-style: none;
}
.mrt-list-report__item {
  margin-bottom: 5px;
}
.mrt-list-report__item:last-child {
  margin-bottom: 0;
}
.mrt-list-report__item--all .mrt-list-report__title {
  float: none;
  width: 100%;
  text-align: left;
}
.mrt-list-report__data {
  word-break: break-all;
  word-wrap: break-word;
}
.mrt-list-report__item--all .mrt-list-report__data {
  padding-left: 0;
}

.mrt-list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mrt-list-btn__item {
  margin: -1px 0 0 -1px;
}
.mrt-list-btn--xs-2 .mrt-list-btn__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (min-width: 1280px) {
  .mrt-list-btn--lg-4 .mrt-list-btn__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 1280px) {
  .mrt-list-btn--lg-5 .mrt-list-btn__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

.mrt-radiobtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mrt-radiobtn__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mrt-radiobtn__item + .mrt-radiobtn__item {
  margin-left: -1px;
}
.mrt-radiobtn__input {
  display: none;
  position: absolute;
}
.mrt-radiobtn__label {
  border: 1px solid #ddd;
  font-size: 33px;
  text-align: center;
  padding: 15px;
  line-height: 1.15;
  min-height: 50px;
  font-weight: normal;
  width: 100%;
  margin: 0;
  display: block;
  cursor: pointer;
  position: relative;
  background: #fff;
  padding-left: 40px;
}
.mrt-radiobtn__input:checked + .mrt-radiobtn__label {
  background: #7C2F00;
  color: #fff;
}

.mrt-btn-submit {
  border: none;
  background: transparent;
  display: block;
  cursor: pointer;
  aspect-ratio: 440/136;
  width: 47.2103004292%;
  overflow: hidden;
  background: url("../images/btn_apply.png") no-repeat 0 0;
  background-size: contain;
  text-indent: -99999px;
}
.mrt-btn-submit:hover {
  opacity: 0.8;
}

.mrt-btn-verify {
  border: none;
  display: block;
  cursor: pointer;
  aspect-ratio: 164/76;
  width: 164px;
  overflow: hidden;
  margin-left: 25px;
  background: url("../images/btn_verify.png") no-repeat 0 0;
  background-size: 100%;
  text-indent: -99999px;
}
.mrt-btn-verify:hover {
  opacity: 0.8;
}

.mrt-heading1,
.mrt-heading2,
.mrt-heading3,
.mrt-heading4,
.mrt-heading5,
.mrt-heading6 {
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
  color: #3F210F;
}

.mrt-heading1 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  .mrt-heading1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.mrt-heading2 {
  font-size: 16px;
  margin: 0 0 15px;
}

.mrt-heading6 {
  font-size: 1em;
}

.mrt-heading-desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .mrt-heading-desc {
    margin-bottom: 40px;
  }
}

.mrt-page-paragraph {
  font-size: 14px;
  line-height: 1.7;
}

.mrt-time {
  font-size: 12px;
  color: #ddd;
  font-weight: 300;
}

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

.mrt-text-bold {
  font-weight: bold;
}

.mrt-text-under {
  display: inline-block;
  border-bottom: 2px solid #3e3a39;
}

.mrt-text-primary {
  color: #a37a0d;
}
.mrt-text-primary:hover, .mrt-text-primary:focus {
  color: #a37a0d;
}

.mrt-text-secondary {
  color: #d4706f;
}
.mrt-text-secondary:hover, .mrt-text-secondary:focus {
  color: #d4706f;
}

.mrt-text-dark {
  color: #3F210F;
}
.mrt-text-dark:hover, .mrt-text-dark:focus {
  color: #3F210F;
}

.mrt-text-third {
  color: #888;
}

.mrt-text-fourth {
  color: #eee;
}

.mrt-text-success {
  color: #0cac00;
}
.mrt-text-success:hover, .mrt-text-success:focus {
  color: #0cac00;
}

.mrt-text-info {
  color: #888;
}
.mrt-text-info:hover, .mrt-text-info:focus {
  color: #888;
}

.mrt-text-warning {
  color: #d4706f;
}
.mrt-text-warning:hover, .mrt-text-warning:focus {
  color: #d4706f;
}

.mrt-bg-primary {
  background: #ef8ab5;
}

.mrt-link {
  color: #3e3a39;
  text-decoration: underline;
}
.mrt-link:focus, .mrt-link:active {
  color: #3e3a39;
  text-decoration: none;
  outline: 0;
}
@media (min-width: 1280px) {
  .mrt-link:hover {
    color: #3e3a39;
    text-decoration: none;
    outline: 0;
  }
}

.mrt-btn-link {
  text-decoration: underline;
  background: transparent;
}
.mrt-btn-link:active {
  text-decoration: none;
}

.mrt-listtext {
  padding: 0 0 0 30px;
  line-height: 1.4;
}
.mrt-listtext--no {
  padding-left: 0;
  list-style-type: none;
}
.mrt-listtext--decimal-arc {
  counter-reset: counter;
}
.mrt-listtext--decimal-arc > .mrt-listtext__item {
  list-style: none;
  position: relative;
}
.mrt-listtext--decimal-arc > .mrt-listtext__item::before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
  position: absolute;
  left: -1.5em;
}
.mrt-listtext--cjk-arc {
  counter-reset: counter;
  padding-left: 1.5em;
}
.mrt-listtext--cjk-arc > .mrt-listtext__item {
  list-style: none;
  position: relative;
  padding-left: 0.3em;
}
.mrt-listtext--cjk-arc > .mrt-listtext__item::before {
  counter-increment: counter;
  content: "(" counter(counter, cjk-ideographic) ")";
  position: absolute;
  left: -1.5em;
}
.mrt-listtext__item {
  margin-bottom: 15px;
}
.mrt-listtext--disc > .mrt-listtext__item {
  list-style-type: disc;
}
.mrt-listtext--circle > .mrt-listtext__item {
  list-style-type: circle;
}
.mrt-listtext--square > .mrt-listtext__item {
  list-style-type: square;
}
.mrt-listtext--no > .mrt-listtext__item {
  list-style-type: none;
}
.mrt-listtext--decimal > .mrt-listtext__item {
  list-style-type: decimal;
}
.mrt-listtext--cjk > .mrt-listtext__item {
  list-style-type: cjk-ideographic;
}
.mrt-listtext--lowerlatin > .mrt-listtext__item {
  list-style-type: lower-latin;
}
.mrt-listtext__field {
  display: block;
  float: left;
  text-align: right;
  width: 90px;
}
.mrt-listtext__data {
  display: block;
  padding: 0 0 0 90px;
  word-break: break-all;
  word-wrap: break-word;
}

.mrt-listtext--gap > .mrt-listtext__item {
  margin-bottom: 1.5em;
}
.mrt-listtext--lg > .mrt-listtext__item {
  font-size: 14px;
  font-weight: bold;
}
.mrt-listtext__item * {
  font-weight: initial;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mrt-listtext__item * {
    font-size: medium;
    font-weight: normal;
  }
}

.mrt-text-article {
  line-height: 1.625;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.mrt-text-article .mrt-listtext--cjk {
  padding-left: 2.5em;
}
.mrt-text-article .mrt-listtext--disc {
  padding-left: 1.5em;
}
.mrt-text-article__heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: #3F210F;
}
.mrt-text-article__heading--bg {
  font-size: 16px;
  background: #FFEFBF;
  padding: 0.625em;
}
@media (min-width: 768px) {
  .mrt-text-article__heading:first-child {
    margin-top: 20px;
  }
}
.mrt-text-article__heading--black {
  color: inherit;
}
.mrt-text-article__heading--gap-sm {
  margin-bottom: 0.3333333333em;
}
.mrt-text-article__subheading {
  font-weight: bold;
  margin-bottom: 10px;
  color: #3F210F;
  font-size: 14px;
}
.mrt-text-article__paragraph {
  margin: 0 0 2.15em;
}
.mrt-text-article__paragraph--gap-top {
  margin-top: 2.15em;
}

.mrt-note {
  font-size: 14px;
  margin-bottom: 10px;
}

.mrt-list-report {
  padding: 0;
  list-style: none;
}
.mrt-list-report__item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.mrt-list-report__item:last-child {
  margin-bottom: 0;
}
.mrt-list-report__item--all {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mrt-list-report__title {
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #3F210F;
  float: none;
  width: 80px;
  text-align: left;
}
.mrt-list-report__item--all .mrt-list-report__title {
  float: none;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.mrt-list-report__title::after {
  content: "：";
  display: inline;
}
.mrt-list-report__item--all .mrt-list-report__title::after {
  display: none;
}
.mrt-list-report__data {
  word-break: break-all;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .mrt-list-report__data {
    padding-left: 0;
  }
}
.mrt-list-report__item--all .mrt-list-report__data {
  padding-left: 0;
}

.mrt-text-indent {
  position: absolute;
  text-indent: -9999px;
}

.mrt-wrap {
  color: #3e3a39;
  font: 100%/1.4 "Rubik", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background: #ef8ab5;
  position: relative;
  overflow: hidden;
  font-size: 23px;
  margin: 0 auto;
  color: #202121;
}
@media (min-width: 1560px) {
  .mrt-wrap {
    font-size: 33px;
  }
}
.mrt-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mrt-wrap__inner {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1280px) {
  .mrt-wrap__inner::after {
    content: " ";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
  }
}

.mrt-content {
  min-height: 50vh;
  margin: 0 auto;
  position: relative;
}
.mrt-deco {
  position: absolute;
  top: 0;
  z-index: 1;
}

.mrt-ani-down {
  -webkit-animation: bubble-down 1.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
          animation: bubble-down 1.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

.mrt-ani-down2 {
  -webkit-animation: bubble-down2 1.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
          animation: bubble-down2 1.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

.mrt-ani-up {
  -webkit-animation: bubble-up 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
          animation: bubble-up 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
}

.mrt-ani-left {
  -webkit-animation: bubble-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
          animation: bubble-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
}

.mrt-ani-right {
  -webkit-animation: bubble-right 1.8s cubic-bezier(0.5, 1.25, 0.7, 1) infinite alternate;
          animation: bubble-right 1.8s cubic-bezier(0.5, 1.25, 0.7, 1) infinite alternate;
}

.mrt-ani-shine1 {
  -webkit-animation: ray-shine1 10s cubic-bezier(0.5, 1.25, 0.7, 1) infinite 1s;
          animation: ray-shine1 10s cubic-bezier(0.5, 1.25, 0.7, 1) infinite 1s;
}

.mrt-ani-shine2 {
  -webkit-animation: ray-shine2 0.5s cubic-bezier(0.5, 1.25, 0.7, 1) infinite 0.5s alternate;
          animation: ray-shine2 0.5s cubic-bezier(0.5, 1.25, 0.7, 1) infinite 0.5s alternate;
}

@-webkit-keyframes bubble-down {
  0% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(3%, -3%);
            transform: translate(3%, -3%);
  }
}

@keyframes bubble-down {
  0% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(3%, -3%);
            transform: translate(3%, -3%);
  }
}
@-webkit-keyframes bubble-down2 {
  0% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0%, -5%);
            transform: translate(0%, -5%);
  }
}
@keyframes bubble-down2 {
  0% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0%, -5%);
            transform: translate(0%, -5%);
  }
}
@-webkit-keyframes bubble-up {
  0% {
    -webkit-transform: translate(4%, 4%);
            transform: translate(4%, 4%);
  }
  100% {
    -webkit-transform: translateY(4%, -4%);
            transform: translateY(4%, -4%);
  }
}
@keyframes bubble-up {
  0% {
    -webkit-transform: translate(4%, 4%);
            transform: translate(4%, 4%);
  }
  100% {
    -webkit-transform: translateY(4%, -4%);
            transform: translateY(4%, -4%);
  }
}
@-webkit-keyframes bubble-left {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(-4%, -3%) scale(1.02, 0.97);
            transform: translate(-4%, -3%) scale(1.02, 0.97);
  }
}
@keyframes bubble-left {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(-4%, -3%) scale(1.02, 0.97);
            transform: translate(-4%, -3%) scale(1.02, 0.97);
  }
}
@-webkit-keyframes bubble-right {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(4%, 4%) scale(1.01, 0.97);
            transform: translate(4%, 4%) scale(1.01, 0.97);
  }
}
@keyframes bubble-right {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(4%, 4%) scale(1.01, 0.97);
            transform: translate(4%, 4%) scale(1.01, 0.97);
  }
}
@-webkit-keyframes ray-shine1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ray-shine1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes ray-shine2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 1;
  }
}
@keyframes ray-shine2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 1;
  }
}
@-webkit-keyframes swip {
  0% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
}
@keyframes swip {
  0% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
}
.mrt-section {
  position: relative;
}
.mrt-section__inner {
  padding: 0 3.75%;
}
.mrt-section__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mrt-section__img {
  border: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.mrt-section__btnboxs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mrt-section__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  cursor: pointer;
  aspect-ratio: 493/160;
  width: 25.6770833333%;
  -webkit-animation: swip 1.5s infinite alternate;
          animation: swip 1.5s infinite alternate;
}
.mrt-section__marquee {
  position: absolute;
  z-index: 1;
  color: #fff;
  -webkit-animation: swip 1.5s infinite alternate;
          animation: swip 1.5s infinite alternate;
}
.mrt-section__marquee-num {
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 1280px) {
  .mrt-section__marquee-num {
    font-size: 120%;
  }
}
@media (min-width: 1900px) {
  .mrt-section__marquee-num {
    font-size: 174%;
  }
}
.mrt-section__bubbles {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.mrt-section__bubble {
  aspect-ratio: 1920/245;
  -webkit-animation: bubble-down 1.5s ease-in-out infinite alternate;
          animation: bubble-down 1.5s ease-in-out infinite alternate;
}
.mrt-section__bubble-up {
  -webkit-animation: bubble-up 1.5s infinite 0.5s alternate;
          animation: bubble-up 1.5s infinite 0.5s alternate;
}
.mrt-section__links, .mrt-section__pds {
  position: absolute;
  z-index: 1;
}
.mrt-section__link {
  margin-bottom: 30px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.mrt-section__link:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.mrt-section__pds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mrt-section__pd {
  margin: 0 10px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.mrt-section__pd:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.mrt-section1 .mrt-heading-wrap {
  aspect-ratio: 1203/295;
  width: 62.65625%;
  position: absolute;
  top: 8.0022383884%;
  left: 16.40625%;
}
.mrt-section1 .mrt-deco-shine1 {
  aspect-ratio: 61/60;
  width: 5.177083%;
  top: 0.834359%;
  right: 24%;
}
.mrt-section1 .mrt-deco-shine2 {
  aspect-ratio: 78/80;
  width: 4.0625%;
  top: 82%;
  left: 31.677083%;
}

.mrt-section2 .mrt-deco-pd1 {
  aspect-ratio: 410/930;
  width: 21.3541666667%;
  top: 22.5190839695%;
  left: 47.34375%;
}
.mrt-section2 .mrt-deco-pd2 {
  aspect-ratio: 386/638;
  width: 20.1041666667%;
  top: 32.3664122137%;
  left: 31.1979166667%;
}
.mrt-section2 .mrt-deco-bubble1 {
  aspect-ratio: 374/403;
  width: 19.4791666667%;
  top: 48.0916030534%;
  left: 15.1041666667%;
}
.mrt-section2 .mrt-deco-bubble2 {
  aspect-ratio: 370/401;
  width: 19.2708333333%;
  top: 35.2671755725%;
  left: 64.0625%;
}

.mrt-section3 .mrt-deco-section_heading1 {
  aspect-ratio: 1142/392;
  width: 59.4791666667%;
  top: 8.6884567646%;
  left: 21.875%;
}
.mrt-section3 .mrt-deco-pd1-2 {
  aspect-ratio: 259/572;
  width: 13.4895833333%;
  top: 57.9230450972%;
  left: 34.8958333333%;
}
.mrt-section3 .mrt-section__btn {
  top: 85.7674803475%;
  left: 57.5%;
}

.mrt-sheen_heading {
  position: relative;
  /* 用圖片 alpha 當遮罩，只讓掃光出現在字的形狀裡 */
  -webkit-mask: url("../images/section_heading1.png") center/contain no-repeat;
  mask: url("../images/section_heading1.png") center/contain no-repeat;
}

.mrt-sheen_heading2 {
  -webkit-mask: url("../images/section_heading2.png") center/contain no-repeat;
  mask: url("../images/section_heading2.png") center/contain no-repeat;
}

.mrt-sheen_heading::before {
  content: "";
  position: absolute;
  inset: -30%; /* 放大避免邊緣鋸齒 */
  background: linear-gradient(75deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0.92) 50%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: sheen 2.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
          animation: sheen 2.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  /* 若想讓掃光與原字色互動更亮，開啟以下一行；想純白高光就拿掉 */
  mix-blend-mode: screen;
  will-change: transform;
}

.mrt-sheen_heading__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: translateX(-110%) rotate(10deg);
            transform: translateX(-110%) rotate(10deg);
  }
  100% {
    -webkit-transform: translateX(110%) rotate(10deg);
            transform: translateX(110%) rotate(10deg);
  }
}

@keyframes sheen {
  0% {
    -webkit-transform: translateX(-110%) rotate(10deg);
            transform: translateX(-110%) rotate(10deg);
  }
  100% {
    -webkit-transform: translateX(110%) rotate(10deg);
            transform: translateX(110%) rotate(10deg);
  }
}
/* 使用者偏好低動畫就停掉 */
@media (prefers-reduced-motion: reduce) {
  .mrt-section_heading1::before {
    -webkit-animation: none;
            animation: none;
  }
}
.mrt-section4 .mrt-deco-pd2-2 {
  aspect-ratio: 315/485;
  width: 16.40625%;
  top: 46.7639593909%;
  left: 44.2708333333%;
}
.mrt-section4 .mrt-deco-bubble3 {
  aspect-ratio: 350/378;
  width: 18.2291666667%;
  top: 45.6852791878%;
  left: 54.6875%;
}
.mrt-section4 .mrt-deco-girl {
  aspect-ratio: 924/1308;
  width: 48.125%;
  top: 17.0050761421%;
  right: 0%;
}
.mrt-section4 .mrt-section__btn {
  top: 82.6776649746%;
  left: 16.4583333333%;
}

.mrt-section5 .mrt-deco-section_heading2 {
  aspect-ratio: 978/383;
  width: 50.9375%;
  top: 12.5%;
  left: 24.1145833333%;
}
.mrt-section5 .mrt-deco-pd3 {
  aspect-ratio: 345/544;
  width: 17.96875%;
  top: 3.5460992908%;
  left: 4.9479166667%;
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}
.mrt-section5 .mrt-deco-pd4 {
  aspect-ratio: 220/518;
  width: 11.4583333333%;
  top: 7.5354609929%;
  left: 81.3541666667%;
}
.mrt-section5 .mrt-deco-pd5 {
  aspect-ratio: 317/427;
  width: 16.5104166667%;
  top: 52.304964539%;
  left: 2.6041666667%;
}
.mrt-section5 .mrt-deco-pd6 {
  aspect-ratio: 336/482;
  width: 17.5%;
  top: 56.7375886525%;
  left: 80.7291666667%;
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}

.mrt-section6 {
  background: #ef8ab5 url("../images/event_06.jpg") top center no-repeat;
  background-size: 100%;
  padding: 0 11.9791666667% 17.1526586621%;
}
.mrt-section6 .mrt-section6__moviebox {
  margin: 0 auto;
}

.mrt-movie-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mrt-movie-box iframe,
.mrt-movie-box object,
.mrt-movie-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mrt-section7 .mrt-section__btn {
  width: 25.5729166667%;
  aspect-ratio: 491/158;
  top: 73.8998482549%;
  left: 15.7291666667%;
}
.mrt-section7 .mrt-section__marquee {
  width: 34.375%;
  aspect-ratio: 660/51;
  top: 8.8770864947%;
  left: 6.09375%;
}
.mrt-section7 .mrt-section__marquee-num {
  right: 5%;
  top: 1%;
}
.mrt-section7 .mrt-section__bubbles {
  top: 51.3657056146%;
  left: 0;
  padding-left: 8.4375%;
}
.mrt-section7 .mrt-section__bubble {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 13.3674630262%; /*1920-162*/
}

.mrt-section-finish {
  background: url("../images/event_finish_mobile.jpg") bottom center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 6.799392% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 1560px) {
  .mrt-section-finish {
    background: url("../images/event_finish_web.jpg") bottom center no-repeat;
    background-size: cover;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 5.7291666667% 2.9197080292% 0;
  }
}
.mrt-section-finish__imgbox {
  margin-bottom: -2.5%;
}
@media (min-width: 1560px) {
  .mrt-section-finish__imgbox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 59.6354166667%;
  }
}
.mrt-section-finish__img {
  width: 100%;
}
.mrt-section-finish__wrap {
  padding: 0 8%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 3px;
}
@media (min-width: 1560px) {
  .mrt-section-finish__wrap {
    padding: 8.0291970803% 0 0;
    position: relative;
    width: 47.9166666667%;
    margin: 0;
    z-index: 2;
  }
}
.mrt-section-finish__logo {
  width: 43.3962264151%;
  margin: 0 0 5%;
}
@media (min-width: 1560px) {
  .mrt-section-finish__logo {
    width: 62.5890736342%;
    margin-bottom: 10%;
  }
}
.mrt-section-finish__logo-img {
  width: 100%;
}
.mrt-section-finish__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0 0 7%;
}
@media (min-width: 1560px) {
  .mrt-section-finish__heading {
    gap: 50px;
    margin-bottom: 35px;
  }
}
.mrt-section-finish__title {
  font-size: 32px;
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .mrt-section-finish__title {
    font-size: 52px;
  }
}
@media (min-width: 1560px) {
  .mrt-section-finish__title {
    font-size: 78px;
  }
}
.mrt-section-finish__subtitle {
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .mrt-section-finish__subtitle {
    font-size: 30px;
  }
}
@media (min-width: 1560px) {
  .mrt-section-finish__subtitle {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  .mrt-section-finish__subtitle {
    font-size: 47px;
  }
}
.mrt-section-finish__note {
  font-size: 6px;
  font-weight: normal;
  margin: 0 0 3%;
}
.mrt-section-finish__box {
  padding: 10px 15px;
  margin: 0 0 5%;
  background: #fff;
  border-radius: 22px;
  -webkit-box-shadow: 0 0 20px rgba(255, 0, 140, 0.7);
          box-shadow: 0 0 20px rgba(255, 0, 140, 0.7);
  width: 100%;
}
@media (min-width: 1560px) {
  .mrt-section-finish__box {
    padding: 45px 30px 5px;
    position: relative;
  }
}
.mrt-section-finish__box-imgbox {
  margin: 0 0 10px;
}
.mrt-section-finish__box-img {
  width: 100%;
}
.mrt-section-finish .mrt-section__btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.mrt-section-finish .mrt-section__btn-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.3333333333%;
  aspect-ratio: 334/74;
  position: static;
  -webkit-animation: none;
          animation: none;
}
@media (min-width: 1560px) {
  .mrt-section-finish .mrt-section__btn-copy {
    position: absolute;
    left: 5.5%;
    bottom: 8%;
    width: 41.333333%;
  }
}
.mrt-section-finish .mrt-section__btn-copy-img {
  width: 100%;
}
.mrt-section-finish .mrt-section__btn-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  aspect-ratio: 334/74;
  position: static;
  -webkit-animation: none;
          animation: none;
}
.mrt-section-finish .mrt-section__btn-other-img {
  width: 100%;
}

.mrt-goto {
  aspect-ratio: 238/318;
  width: 12.3958333333%;
  position: fixed;
  z-index: 3;
  bottom: 5%;
  right: 1.5625%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.mrt-goto:hover {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.mrt-section__form-head .mrt-heading-wrap {
  aspect-ratio: 887/171;
  width: 46.1979166667%;
  position: absolute;
  top: 6.8292682927%;
  left: 29.6875%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.mrt-section__form-body {
  background: url("../images/event_form02.jpg") top center no-repeat;
  background-size: 100%;
  padding: 0 1.5625% 9.3625498008%;
}
@media (min-width: 1560px) {
  .mrt-section__form-body {
    padding: 0 14.84375% 9.3625498008%;
  }
}
.mrt-section__form-body .mrt-deco-bubble5 {
  aspect-ratio: 344/341;
  width: 17.9166666667%;
  top: 10.9027474924%;
  left: 3.3333333333%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.mrt-section__form-body .mrt-deco-bubble6 {
  aspect-ratio: 374/374;
  width: 9.3229166667%;
  top: 32.827737%;
  right: 10.8125%;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
.mrt-section__form-body .mrt-deco-bubble7 {
  aspect-ratio: 374/374;
  width: 17.34375%;
  top: 39.8168338421%;
  left: -10.8854166667%;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.mrt-box {
  max-width: 1350px;
  margin: 0 auto 90px;
  border-top-right-radius: 70px;
  border-top-left-radius: 70px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.mrt-box__header {
  background: #e3007f;
  padding: 1.5%;
  text-align: center;
}
.mrt-box__body {
  padding: 65px 0;
  background: white;
}
.mrt-box__title {
  aspect-ratio: 644/54;
  width: 47.7037037037%;
  color: #fff;
  background: url("../images/form_title.png") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  text-indent: -99999999999px;
}

.mrt-pd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  padding: 0 2%;
}
.mrt-pd-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.mrt-pd__title {
  font-size: 33px;
}
@media (min-width: 1560px) {
  .mrt-pd__title {
    font-size: 43px;
  }
}
.mrt-pd__imgbox {
  max-width: 300px;
}
.mrt-pd__img {
  border: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.mrt-pd__stock {
  font-size: 33px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media (min-width: 1560px) {
  .mrt-pd__stock {
    font-size: 43px;
  }
}
.mrt-pd__stock-num {
  color: #d4706f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
  font-family: Rubik;
  font-weight: bold;
}

.mrt-section__form-btnbox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0;
}

.mrt-note {
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3e3a39;
  font-size: 19px;
  padding: 0 5%;
}
.mrt-note__title {
  letter-spacing: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
  border-right: 1px solid #3e3a39;
  padding-top: 5px;
  text-align: center;
}
.mrt-note__desc {
  padding-left: 20px;
  line-height: 1.55;
}
.mrt-note .mrt-listtext {
  margin: 0;
}