/* popup */

.popup-inner a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: rgb(255, 47, 0);
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  color: #fff;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  color: #fff;
  overflow: -moz-scrollbars-none;
}

.popup .popup-inner p {
  color: #000000;
}

.popup::-webkit-scrollbar {
  width: 0 !important;
}

.popup:before {
  /* content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle; */
}

.popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 40px;
  -webkit-box-shadow: 0px 2px 6px #000;
  box-shadow: 0px 2px 6px #000;
  border-radius: 3px;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  margin: 50px 0;
  word-wrap: break-word;
  color: #fff;
  border: 3px solid #908c91;
}

@media screen and (max-width: 600px) {
  .popup-inner {
    padding: 40px 20px;
  }
}

.popup-inner h2 {
  font-weight: 700;
}

.popup-inner p {
  font-size: 1.1rem;
  font-weight: 400;
}

.popup-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #333333;
}

.popup-close:after,
.popup-close:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #c9dae2;
  text-decoration: none;
  border-color: #c9dae2;
}

.popup-close:hover:after,
.popup-close:hover:before {
  background: #fff;
}

@media (max-width: 950px) {
  .popup-inner {
    max-width: 900px;
    width: 90%;
  }
}

.popup .modal-content {
  background-color: transparent;
}

/* .popup .modal-content a {
    border: none;
    background: none;
}

.popup .modal-content a:hover {
    border: none;
    background: none;
} */

/* Terms and Conditions */

.modal-content {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.modal-content .modal-header h5 {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 0;
  margin: 20px 0;
  color: #fff;
}

.modal-content .modal-body {
  text-align: left;
}

.modal-content.giftcard .modal-body {
  padding: 20px;
  text-align: center;
}

.modal-content.giftcard .spendButton {
  display: block;

  margin: 20px auto;
  text-align: center;
}

.modal-content.giftcard .spendButton a {
  font-size: 26px;
  line-height: 1.5;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: transparent;
}

.modal-content.giftcard .spendButton a:hover {
  background-color: #fff;
}

.modal-content.giftcard .modal-header {
  font-size: 26px;
  color: #d6d8db;
}

.modal-content .modal-body table {
  border: 1px rgb(65, 64, 64) solid;
  text-align: center;
  margin: 20px auto;
  line-height: 1.5;
}

.modal-content .modal-body th {
  background-color: #a693df;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-right: 1px solid rgb(66, 66, 66);
  border-bottom: 1px solid rgb(66, 66, 66);
}

.modal-content .modal-body td {
  border-right: 1px solid rgb(66, 66, 66);
  border-bottom: 1px solid rgb(66, 66, 66);
  padding: 10px;
  background-color: #dfdfdf;
  color: #000;
}

.modal-content .modal-body ul:nth-of-type(1) {
  list-style-type: none;
}

.modal-content .modal-body .redeem-modal p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin: 20px 0;
  background: #505050;
  padding: 10px;
  color: #fff;
}

.modal-content .modal-body p {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
}

.modal-content .modal-body h4 {
  font-size: 23px;
  padding: 10px 0;
  font-weight: 900;
  color: #fff;
}

.modal-content .modal-body ul.dots li {
  list-style: disc;
}

.modal-content .modal-body ul li ul.dots li {
  list-style: disc;
}

.modal-content .modal-body ul.lower-roman li {
  list-style: lower-roman;
}

.modal-content .modal-body ul.lower-alpha li {
  list-style: lower-alpha;
}

.modal-content .modal-body ul li ol li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  list-style: lower-roman;
}

.modal-content .modal-body ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}

.modal-content .modal-body ul li ol {
  padding: 0 0 0 5px;
}

.modal-content .modal-body ul li ol:nth-of-type(1) li:nth-of-type(4) ol li {
  list-style-type: decimal;
}

.modal-content .modal-body ul li ol.list-symbol li {
  list-style-type: disc;
}

.modal-content .modal-body ul li ol.list-symbol li ul li {
  list-style-type: none;
}

.modal-content .modal-body .draw-prize .list-style {
  border: 1px solid #2f2f2f;
  padding: 15px;
  margin: 20px 0;
  list-style-type: none;
}

.modal-content .modal-body .draw-prize .list-style li:nth-of-type(1) {
  list-style-type: none;
}

.modal-content .modal-body .draw-prize .list-style li {
  color: #5fd3fffa;
  font-size: 20px;
  font-weight: 900;
  padding-left: 15px;
}

.modal-content .modal-body .draw-prize .list-style-sub {
  list-style: square;
}

.modal-content .modal-body .draw-prize .list-style-sub li {
  font-weight: normal;
  color: #80b8e0;
  font-size: 16px;
  padding-left: 0;
}

.modal-content .modal-body .draw-prize .list-style-sub li:nth-of-type(1) {
  list-style-type: disc;
}

.modal-content .modal-body .draw-prize .list-style-sub li:first-child {
  padding-top: 15px;
}

.modal-content .modal-body .draw-prize .list-style-sub li:last-child {
  list-style-type: none;
}

.modal-content .modal-body .paragraph-style .list-style li:first-child {
  padding-top: 10px;
}

.modal-content .modal-body .paragraph-style .list-style li:last-child {
  padding-bottom: 10px;
}

.termsGoods tr:nth-last-of-type(1) td {
  border-bottom: 0;
}

.termsGoods tr td:nth-last-of-type(1) {
  /* border-right: 0; */
}

.lower-roman {
  list-style: lower-roman;
}

.lower-alpha {
  list-style: lower-alpha;
}

.product-item {
  border: 1px solid #000;
  margin-top: 20px;
}

.product-item tr:nth-of-type(1) td:nth-of-type(1) {
  color: #000;
}

.product-item td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  color: #000;
}

a.btn-s {
  position: absolute;
  color: #ff0000;
  padding: 30px 60px;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

a.close-btn {
  background-color: #da0949;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  padding: 10px 20px;
}

.tc-banner {
  width: 80%;
  margin: 2% auto;
}

.redeem {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, rgb(125, 101, 222)),
    color-stop(130%, rgb(237, 59, 75))
  );
  background: linear-gradient(
    to right,
    rgb(125, 101, 222) 30%,
    rgb(237, 59, 75) 130%
  );
  padding: 3%;
  width: 80%;
  margin: auto;
}

.redeem h2 {
  font-size: 1.8vw;
}

@media screen and (max-width: 1024px) {
  .redeem h2 {
    font-size: 32px;
  }
}

.redeem p {
  font-size: 17px !important;
}

.redeem__flexbox {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.redeem__textbox {
  width: 100%;
}

.redeem__imgbox {
  width: 40%;
  margin: 5% 0;
}

@media screen and (max-width: 1024px) {
  .redeem__imgbox {
    width: 90%;
    margin: 5% 0;
  }
}

.redeem__stepbox {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5% 0;
}

.redeem__stepbox-item {
  border: 1px solid #fff;
  background: #000;
  width: 100%;
  padding: 3% 2%;
  margin: 3% auto;
  text-align: center;
}

.redeem__stepbox-item p {
  color: #000000 !important;
  font-size: 20px;
  background: #fff;
  padding: 2px 10px;
}

.redeem__stepbox-item img {
  max-width: 100px;
  margin: 5% auto;
  display: block;
}

.redeem__stepbox-item span {
  color: #ffffff;
  font-size: 16px;
}

.redeem__linkbox a {
  color: #000000;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 2%;
  background: #fff;
  text-align: center;
}

.redeem__linkbox a:hover {
  background: #bd5d93;
  color: #fff;
}
.project {
  overflow: hidden;
  background-image: url(https://storage-asset.msi.com/event/2024/TW/project/images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ceeaee;
}
@media (min-width: 768px) {
  .project {
    background-size: 100%;
  }
}
.project img {
  max-width: 100%;
  display: block;
}
.project a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .kv {
  position: relative;
}
.project .kv img {
  width: 100%;
  display: block;
}
.project .kv h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.project .kv__textbox {
  text-align: center;
  font-weight: bold;
  margin: 5% auto;
}
.project .kv__textbox p {
  font-size: 20px;
  color: #000;
}
.project .kv__textbox b {
  color: #006dd6;
  border-bottom: 5px solid #ffe400;
}
.project .kv__textbox span {
  display: block;
  margin: 5% auto;
  font-size: 16px;
}
@media (min-width: 996px) {
  .project .kv__textbox {
    margin: 3% auto;
  }
  .project .kv__textbox p {
    font-size: 28px;
  }
  .project .kv__textbox span {
    font-size: 20px;
    margin: 2% auto;
  }
}
.project .pd {
  position: relative;
  padding: 3% 0;
}
.project .pd .pdBox:nth-of-type(1) {
  margin-top: 0;
}
.project .pd .pdBox {
  margin: 10% auto;
  padding: 2%;
  border: 5px solid transparent;
  border-radius: 30px 0 30px 0;
  background-color: #fff;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ffffff),
      to(#ffffff)
    ),
    -webkit-gradient(linear, left top, right top, from(#89f7fe), to(#69aeff));
  background-image: linear-gradient(to right, #ffffff, #ffffff),
    linear-gradient(90deg, #89f7fe, #69aeff);
}
.project .pd .pdBox__title {
  margin-top: -8%;
}
.project .pd .pdBox__title img {
  margin: auto;
}
.project .pd .pdBox__line {
  border-bottom: 5px solid #dfdfdf;
}
.project .pd .pdBox__flex {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project .pd .pdBox__txtbox {
  width: 90%;
  margin: auto;
}
.project .pd .pdBox__txtbox-price {
  margin: 3% auto;
  position: relative;
}
.project .pd .pdBox__txtbox-price:nth-last-of-type(1) {
  margin: 0;
}
.project .pd .pdBox__txtbox-price--item .price-name {
  width: 100% !important;
}
.project .pd .pdBox__txtbox-price-flex--item {
  position: relative;
}
.project .pd .pdBox__txtbox-price-flex--item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #006dd6;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.project .pd .pdBox__txtbox-price:nth-last-of-type(1) .price-name {
  color: #ffffff;
  background: transparent;
  position: relative;
  z-index: 2;
}
.project .pd .pdBox__txtbox-price:nth-last-of-type(1) .price-name::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: -1;
}
.project .pd .pdBox__txtbox-price:nth-last-of-type(1) .price-num {
  color: #006dd6;
  font-size: 18px;
  font-weight: bold;
  width: 70%;
  padding: 5px 0 0 5px;
}
.project .pd .pdBox__txtbox-price:nth-last-of-type(1) .price-num::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 100%;
  height: 100%;
  background: #ffe400;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: -1;
}
.project .pd .pdBox__txtbox-price-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.project .pd .pdBox__txtbox-price-flex::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 3px solid #006dd6;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.project .pd .pdBox__txtbox .price-name {
  color: #006dd6;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  width: 70%;
  text-align: center;
  margin-left: 2%;
}
.project .pd .pdBox__txtbox .price-name b {
  color: #000;
}
.project .pd .pdBox__txtbox .price-num {
  position: relative;
  color: #ffe400;
  font-size: 22px;
  font-weight: bold;
  z-index: 2;
  padding: 0;
  width: 31%;
  text-align: center;
  margin: auto;
  line-height: 1;
}
.project .pd .pdBox__txtbox .price-num::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 102%;
  background: #006dd6;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: -1;
}
.project .pd .pdBox__txtbox .price-num em {
  font-size: 16px;
}
.project .pd .pdBox__txtbox .price-num span {
  color: #fff;
  font-size: 12px;
}
.project .pd .pdBox-past {
  text-align: right;
  position: relative;
}
.project .pd .pdBox-past p {
  display: inline-block;
  position: relative;
}
.project .pd .pdBox-past p::before {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 2px;
  background: #89f7fe;
  top: 60%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) rotate(8deg);
  transform: translate(-50%, -50%) rotate(8deg);
}
.project .pd .pdBox-past p::after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 2px;
  background: #89f7fe;
  top: 60%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) rotate(-8deg);
  transform: translate(-50%, -50%) rotate(-8deg);
}
.project .pd .pdBox-past span {
  font-size: 15px;
  color: #000;
}
.project .pd .pdBox-past em {
  font-size: 20px;
  font-weight: bold;
}
.project .pd .pdBox .line {
  width: 3px;
  height: 400%;
  background: #006dd6;
  display: block;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 100%;
  display: none;
}
.project .pd .pdBox .line::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -12%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: #006dd6 transparent transparent transparent;
}
.project .pd .pdBox__imgbox {
  margin: 5% auto;
}
@media (min-width: 576px) {
  .project .pd .pdBox__txtbox .price-num {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .project .pd .pdBox__txtbox-price--item .price-name {
    width: 70%;
  }
  .project .pd .pdBox__txtbox-price:nth-last-of-type(1) {
    width: 85%;
    margin: 0;
  }
  .project .pd .pdBox__txtbox-price:nth-last-of-type(1) .price-num {
    color: #006dd6;
    font-size: 22px;
    font-weight: bold;
    padding-left: 12px;
  }
  .project
    .pd
    .pdBox__txtbox-price:nth-last-of-type(1)
    .pdBox__txtbox-price-flex--item
    .price-num {
    width: 85%;
  }
  .project .pd .pdBox__txtbox .price-name {
    color: #006dd6;
    font-size: 26px;
    font-weight: bold;
    background: #fff;
    width: 75%;
    text-align: center;
    margin-left: 2%;
  }
  .project .pd .pdBox__txtbox .price-name b {
    color: #000;
  }
  .project .pd .pdBox__txtbox .price-num {
    position: relative;
    color: #ffe400;
    font-size: 36px;
    font-weight: bold;
    z-index: 2;
    padding: 0;
    width: 30%;
    text-align: center;
    margin: auto;
  }
  .project .pd .pdBox__txtbox .price-num em {
    font-size: 20px;
  }
  .project .pd .pdBox__txtbox .price-num span {
    color: #fff;
    font-size: 14px;
  }
  .project .pd .pdBox-past {
    text-align: right;
    position: relative;
  }
  .project .pd .pdBox-past p {
    display: inline-block;
    position: relative;
  }
  .project .pd .pdBox-past p::before {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 2px;
    background: #89f7fe;
    top: 60%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) rotate(8deg);
    transform: translate(-50%, -50%) rotate(8deg);
  }
  .project .pd .pdBox-past p::after {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 2px;
    background: #89f7fe;
    top: 60%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) rotate(-8deg);
    transform: translate(-50%, -50%) rotate(-8deg);
  }
  .project .pd .pdBox-past span {
    font-size: 18px;
    color: #000;
  }
  .project .pd .pdBox-past em {
    font-size: 26px;
    font-weight: bold;
  }
  .project .pd .pdBox .line {
    width: 3px;
    height: 500%;
  }
  .project .pd .pdBox .line::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-color: #006dd6 transparent transparent transparent;
  }
}
@media (min-width: 1200px) {
  .project .pd .pdBox__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .project .pd .pdBox__txtbox {
    width: 50%;
  }
  .project .pd .pdBox__imgbox {
    margin: 0;
  }
  .project .pd .pdBox .line {
    width: 30%;
    height: 3px;
    right: -20%;
    top: 50%;
    display: block;
  }
  .project .pd .pdBox .line::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-color: transparent transparent transparent #006dd6;
  }
}
@media (min-width: 1300px) {
  .project .pd .pdBox__txtbox .price-name {
    color: #006dd6;
    font-size: 22px;
    font-weight: bold;
    background: #fff;
    width: 65%;
    text-align: center;
    margin-left: 2%;
  }
  .project .pd .pdBox__txtbox .price-name b {
    color: #000;
  }
  .project .pd .pdBox__txtbox .price-num {
    position: relative;
    color: #ffe400;
    font-size: 36px;
    font-weight: bold;
    z-index: 2;
    padding: 0;
    width: 35%;
    text-align: center;
    margin: auto;
  }
  .project .pd .pdBox__txtbox .price-num::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 100%;
    height: 100%;
    background: #006dd6;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: -1;
  }
  .project .pd .pdBox__txtbox .price-num em {
    font-size: 22px;
  }
  .project .pd .pdBox__txtbox .price-num span {
    color: #fff;
    font-size: 16px;
  }
}
@media (min-width: 996px) {
  .project .pd .pdBox__txtbox-price-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .project .pd .pdBox__login-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.project .account {
  position: relative;
  background: #fff;
  margin: 5%;
}
.project .account__title {
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
.project .account__title figure {
  width: 40vw;
  margin: auto;
}
.project .account h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #0190b4;
  font-size: 4.5vw;
  font-weight: bold;
  text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff, 0 0 10px #fff;
  width: 100%;
  text-align: center;
  font-family: "source-han-sans-cjk-tc", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.project .account__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  margin: auto;
  padding: 5% 1%;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f1f6fc;
  border-radius: 10px;
}
.project .account__itembox {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 2%;
}
.project .account__itembox-step {
  font-size: 4.8vw;
  font-weight: bold;
  padding: 3% 0 6%;
  position: relative;
}
.project .account__itembox:nth-of-type(odd) .account__itembox-step::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  height: 10px;
  background: #f3a675;
}
.project .account__itembox:nth-of-type(even) .account__itembox-step::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  height: 10px;
  background: #e87498;
}
.project .account__itembox:last-child {
  border: none;
}
.project .account__text {
  font-weight: bold;
  line-height: 1.6;
}
.project .account__text a {
  color: #0190b4;
  word-break: break-word;
}
.project .account__text a:hover {
  text-decoration: underline;
}
.project .account__text span {
  color: #b60000;
  display: block;
  font-size: 0.8vw;
}
.project .account__btn {
  margin: auto;
  z-index: 1;
  position: relative;
  position: absolute;
  top: -6%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  background-color: #da0949;
  border-radius: 50px;
  padding: 5px 4%;
}

.project .account__btn p {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.19) 0px 0px 5px, rgba(0, 0, 0, 0.23) 0px 2px 5px;
  text-align: center;
  display: block;
}
.project .account__btn-pointer {
  width: 30%;
  margin: auto;
  margin-right: -7%;
  margin-top: -22%;
}
@media (min-width: 414px) {
  .project .account__btn {
  }
  .project .account__btn p {
    font-size: 4.5vw;
  }
  .project .account__btn-pointer {
    width: 12vw;
  }
}
@media (min-width: 996px) {
  .project .account__title figure {
    width: 18vw;
    margin: auto;
  }
  .project .account h2 {
    font-size: 2.5vw;
  }
  .project .account__flex {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    width: 80%;
  }
  .project .account__itembox {
    width: calc(25% - 10px);
    border-right: 1px solid #000;
    border-bottom: 0;
  }
  .project .account__itembox-step {
    font-size: 1.8vw;
  }
  .project .account__text span {
    font-size: 0.8vw;
  }
  .project .account__btn {
    background-size: contain;
    height: auto;
    margin: auto;
    top: -10%;
  }
  .project .account__btn p {
    font-size: 2rem;
    display: block;
  }
  .project .account__btn-pointer {
    width: 6vw;
    margin: auto;
    margin-right: -10%;
    margin-top: -27%;
  }
}
@media (min-width: 1930px) {
  .project .account__itembox-step {
    font-size: 2rem;
  }
  .project .account__title {
    width: 100%;
  }
  .project .account__btn {
    width: 22%;
  }
  .project .account__btn p {
    font-size: 30px;
  }
  .project .account__btn-pointer {
    width: 40%;
  }
}
.project .notice {
  color: #fff;
}
.project .notice__wrap {
  width: 80%;
  margin: auto;
  padding: 5% 0;
  text-align: left;
}
.project .notice__wrap ul li {
  list-style-type: decimal;
  line-height: 1.5;
  font-size: 15px;
  padding: 10px 5px;
  color: #000;
}
.project .notice__title {
  text-align: center;
  margin: auto;
}
.project .notice__title h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 2%;
  width: 100%;
  display: inline-block;
  color: #da0949;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 996px) {
  .project .notice__title h2 {
    font-size: 2rem;
  }
}

@-webkit-keyframes wave {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

@keyframes wave {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
@-webkit-keyframes wave1 {
  0%,
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes wave1 {
  0%,
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes wave2 {
  0%,
  100% {
    opacity: 0.9;
    -webkit-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
}
@keyframes wave2 {
  0%,
  100% {
    opacity: 0.9;
    -webkit-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
} /*# sourceMappingURL=main.css.map */
