@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI",'Microsoft JhengHei',"Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root {
  --font-color-dark: #fff;
  --font-color-light: #111;
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

picture {
  display: grid;
}

.hideStyle {
  display: none;
}

.common__title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
.common__subtitle {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.common__flex {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common__flex--aTop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.common__flex--jCbw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 996px) {
  .common__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common__title {
    font-size: 50px;
  }
  .common__subtitle {
    font-size: 18px;
  }
}

.evse {
  position: relative;
  font-family: new-hero, sans-serif;
  font-style: normal;
  font-weight: 100;
  overflow-x: hidden;
}
.evse .kv {
  position: relative;
}
.evse .kv__pd {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}
.evse .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.evse .kv__text {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 20;
  text-align: center;
  color: #fff;
  width: 48%;
}
.evse .kv__text--icon {
  position: relative;
  width: 20%;
  z-index: 20;
}
.evse .kv__text--bg {
  position: relative;
  background: rgba(255, 255, 255, 0.7019607843);
  padding: 5px 20px;
  z-index: 17;
  margin-left: -3%;
}
.evse .kv__text h1 {
  font-size: 5vw;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.evse .kv__text h2 {
  font-size: 1.4vw;
  font-weight: 700;
  color: #3c3c3c;
}
.evse .kv__text span {
  color: #606060;
  font-weight: 700;
  font-size: 2.2vw;
}
@media (min-width: 996px) {
  .evse .kv__text {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 55%;
  }
  .evse .kv__text--bg {
    padding: 10px 50px;
  }
  .evse .kv__text h1 {
    font-size: 4vw;
    margin-bottom: 20px;
  }
  .evse .kv__text h3 {
    font-size: 1.2vw;
  }
  .evse .kv__text span {
    font-size: 2.2vw;
  }
}
.evse .feature {
  background: -webkit-gradient(linear, left top, left bottom, from(#b3bec0), to(#4c6267));
  background: linear-gradient(to bottom, #b3bec0, #4c6267);
  padding: 50px 0;
}
.evse .feature__title {
  color: #fff;
}
.evse .feature__subtitle {
  color: #d6ecf0;
}
.evse .feature__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.evse .feature__tab {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.evse .feature__tab-item {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  padding: 4px 3px 0;
  margin: 10px 5px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
}
.evse .feature__tab-item:hover {
  background: #d6ecf0;
  border: 1px solid #d6ecf0;
  cursor: pointer;
  color: #435b60;
}
.evse .feature__tab--active {
  background: #d6ecf0;
  border: 1px solid #d6ecf0;
  cursor: pointer;
  color: #435b60;
}
.evse .feature .youtube {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
}
.evse .feature .youtube:hover .icon-msi-yt-play {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}
.evse .feature .youtube:hover .vd__playbox-img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}
.evse .feature .icon-msi-yt-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(0 0 10px #000);
          filter: drop-shadow(0 0 10px #000);
}
.evse .feature__yt-item {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0px 10px10px;
  text-align: center;
  cursor: pointer;
}
.evse .feature__yt-item--active {
  display: block;
}
.evse .feature__yt-item img {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}
.evse .feature__yt p {
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  color: #ffffff;
  padding: 10px;
  line-height: 1.5;
}
.evse .feature__btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 auto;
  text-align: center;
}
.evse .feature__btn:hover {
  background: #d6ecf0;
  border: 1px solid #d6ecf0;
  color: #435b60;
}
@media (min-width: 996px) {
  .evse .feature {
    padding: 100px 0;
  }
  .evse .feature__content {
    width: 80%;
  }
  .evse .feature__tab {
    position: absolute;
    width: 10%;
    top: 3%;
    left: -8%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    display: block;
    margin-top: 50px;
  }
  .evse .feature__tab-item {
    width: 45px;
    height: 45px;
    margin: 0;
    margin-bottom: 25px;
    padding: 10px;
    font-size: 17px;
  }
  .evse .feature__yt p {
    line-height: 2;
  }
}
.evse .buynowarea {
  background: #f5f5f5;
  padding: 50px 0;
  background: url(https://storage-asset.msi.com/event/2026/evse/home-kit-redemption/images/product-bg.jpg) no-repeat center center/cover;
}
.evse .buynowarea__title {
  color: #435b60;
  margin-bottom: 40px;
}
.evse .buynowarea__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.evse .buynowarea__item {
  width: 40%;
  max-width: 300px;
  text-align: center;
  margin: 0 10px;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.evse .buynowarea__item img {
  margin-bottom: 30px;
}
.evse .buynowarea__item h3 {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
  color: #435b60;
  margin-bottom: 20px;
}
.evse .buynowarea__item--active {
  opacity: 1;
}
.evse .buynowarea__item:hover {
  opacity: 1;
}
.evse .buynowarea__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: none;
}
.evse .buynowarea__content-item {
  background: #5c777e;
  padding: 15px 15px;
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 10px auto;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.evse .buynowarea__content-item:hover {
  background: #8eb3bc;
}
.evse .buynowarea__content-item:hover button {
  background: #fff;
  color: #435b60;
}
.evse .buynowarea__content-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.evse .buynowarea__content-item button {
  margin: 0 0px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 10px 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.evse .buynowarea__content--active {
  display: block;
}
@media (min-width: 996px) {
  .evse .buynowarea {
    padding: 100px 0;
  }
  .evse .buynowarea__item {
    width: 50%;
    margin: 0 80px;
  }
  .evse .buynowarea__item h3 {
    font-size: 24px;
  }
  .evse .buynowarea__content {
    width: 80%;
  }
  .evse .buynowarea__content-item {
    padding: 15px 40px;
    margin: 20px auto;
  }
  .evse .buynowarea__content-item h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.evse .buynow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 34, 34, 0.809);
  z-index: 900;
  display: none;
}
.evse .buynow__inner {
  position: relative;
  max-width: 900px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-green)), to(var(--color-blue)));
  background: linear-gradient(to top, var(--color-green), var(--color-blue));
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 5px solid #5c777e;
}
.evse .buynow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.evse .buynow__box a {
  display: block;
  width: 50%;
  margin: 20px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.evse .buynow__box a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.evse .close-btn {
  cursor: pointer;
  text-align: right;
  display: block;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: #5c777e;
  color: #ffffff;
  border: #5c777e 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.evse .close-btn:before {
  content: "\ea02";
  font-family: "msi-icons";
}
.evse .redeem {
  background: -webkit-gradient(linear, left bottom, left top, from(#9aaeb1), to(#4c6267));
  background: linear-gradient(to top, #9aaeb1, #4c6267);
  padding: 50px 0;
}
.evse .redeem__title {
  color: #fff;
}
.evse .redeem__subtitle {
  color: #d6ecf0;
}
.evse .redeem__flex {
  margin-top: 60px;
  display: block;
}
.evse .redeem__arrow {
  display: none;
  width: 20px;
  margin: 20px 50px;
}
.evse .redeem__arrow img {
  width: 100%;
}
.evse .redeem__item {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.evse .redeem__item figure {
  width: 100px;
  margin: 20px auto;
}
.evse .redeem__item figure img {
  width: 100%;
}
.evse .redeem__item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: underline;
}
.evse .redeem__item p {
  font-weight: 100;
}
.evse .redeem__item a {
  color: #e5fbff;
}
.evse .redeem__btn {
  display: block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 20px 20px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  margin: 10px auto;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}
.evse .redeem__btn button {
  color: #ffffff;
}
.evse .redeem__btn:hover {
  background: #d6ecf0;
  border: 1px solid #d6ecf0;
  color: #435b60;
}
.evse .redeem__btn:hover button {
  color: #435b60;
}
@media (min-width: 996px) {
  .evse .redeem {
    padding: 100px 0;
  }
  .evse .redeem__arrow {
    display: block;
  }
  .evse .redeem__item {
    margin-bottom: 0px;
  }
  .evse .redeem__item figure {
    width: 150px;
  }
  .evse .redeem__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .evse .redeem__btn {
    margin: 100px 20px 20px;
    min-width: 350px;
  }
}
.evse .viewMore {
  background: #f5f5f5;
  padding: 50px 0;
  background: url(https://storage-asset.msi.com/event/2026/evse/home-kit-redemption/images/more-bg.jpg) no-repeat center center/cover;
}
.evse .viewMore__title {
  color: #435b60;
  margin-bottom: 40px;
}
.evse .viewMore__item {
  display: block;
  width: 100%;
  margin: 10px auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.evse .viewMore__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #020405;
  margin-top: 10px;
  text-align: center;
}
.evse .viewMore__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (min-width: 996px) {
  .evse .viewMore {
    padding: 100px 0;
  }
  .evse .viewMore__item {
    width: 30%;
    margin: 0 10px;
  }
}
.evse .tc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(120, 115, 115, 0.6);
  z-index: 900;
  display: none;
}
.evse .tc__inner {
  position: relative;
  max-width: 900px;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-green)), to(var(--color-blue)));
  background: linear-gradient(to top, var(--color-green), var(--color-blue));
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  min-height: 50vh;
  background-color: #000000;
  border: 5px solid #5c777e;
}
.evse .tc-Close {
  cursor: pointer;
  text-align: right;
  display: block;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: #5c777e;
  color: #ffffff;
  border: #5c777e 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.evse .tc-Close:before {
  content: "\ea02";
  font-family: "msi-icons";
}/*# sourceMappingURL=main.css.map */