@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #333; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: Outfit, Helvetica-r, 微軟正黑體, Noto Sans, Noto Sans CJK TC, Helvetica Neue, Arial; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

.mx_1480 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto; }

:focus {
  outline: none; }

.hideme {
  display: none !important; }

#page {
  width: 100%;
  min-height: 1024px; }

.container-full {
  width: 85%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

#mb_menu {
  display: none; }

#rwd_menu {
  display: none; }

header {
  background: #fff; }
  header .fbox-top-out {
    height: 62px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
  header .fbox-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
  header .logo a {
    display: block; }
    header .logo a img {
      max-width: 116px;
      display: block; }
  header #pc_menu {
    display: flex;
    width: 100%;
    align-items: center; }
    header #pc_menu ul.main-menu {
      display: flex;
      align-items: center; }
      header #pc_menu ul.main-menu li {
        padding: 15px 10px;
        position: relative; }
      header #pc_menu ul.main-menu li.has_child ul {
        display: none; }
      header #pc_menu ul.main-menu li.has_child:hover ul {
        display: block; }
    header #pc_menu ul.sub_menu {
      top: 40px;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      margin: 0;
      padding: 0;
      list-style: none;
      border: 1px solid #ccc;
      background: #fff;
      position: absolute;
      z-index: 2; }
      header #pc_menu ul.sub_menu li {
        padding: 0;
        margin: 0; }
        header #pc_menu ul.sub_menu li a {
          display: block;
          padding: 5px 7px;
          white-space: nowrap;
          cursor: pointer; }
          header #pc_menu ul.sub_menu li a:hover {
            background: #eee; }

#video-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

header #mb_menu {
  position: relative;
  width: 100%; }
  header #mb_menu > button {
    width: 40px;
    border: 0px;
    background: none; }
    header #mb_menu > button img {
      display: block;
      width: 100%; }
  header #mb_menu .mb_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 150px; }
    header #mb_menu .mb_logo img {
      width: 100%; }
  header #mb_menu nav.mobile_nav {
    padding: 20px 27px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(102%, 0);
    background: #fff;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    z-index: 18;
    transition: 0.3s; }
    header #mb_menu nav.mobile_nav .exit_btn {
      padding: 3px;
      background: #efefef;
      border-radius: 8px;
      display: block;
      border: 0px;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      header #mb_menu nav.mobile_nav .exit_btn img {
        width: 34px;
        height: 34px; }
    header #mb_menu nav.mobile_nav ul {
      padding-top: 10px; }
      header #mb_menu nav.mobile_nav ul li {
        display: flex;
        height: 48px;
        flex-wrap: wrap; }
        header #mb_menu nav.mobile_nav ul li a.link {
          padding: 5px 10px;
          position: relative;
          display: flex;
          width: 100%; }
          header #mb_menu nav.mobile_nav ul li a.link svg {
            top: 10px;
            position: absolute;
            right: 15px;
            width: 30px; }
        header #mb_menu nav.mobile_nav ul li a {
          padding: 5px 10px;
          height: 48px;
          display: flex;
          align-items: center;
          font-size: 17px; }
        header #mb_menu nav.mobile_nav ul li .sub-menu {
          display: none;
          padding-top: 10px; }
          header #mb_menu nav.mobile_nav ul li .sub-menu ul {
            display: block;
            padding: 0px; }

header.open_mb #mb_menu nav.mobile_nav {
  transform: translate(0%, 0); }

@media (max-width: 1024px) {
  .container-full {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; } }
@media (max-width: 990px) {
  header #pc_menu {
    display: none; }

  header #mb_menu {
    display: block; }

  .container-full {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
header #mb_menu nav.mobile_nav ul li .sub-menu {
  width: 100%; }
  header #mb_menu nav.mobile_nav ul li .sub-menu li {
    display: flex;
    height: auto; }
    header #mb_menu nav.mobile_nav ul li .sub-menu li a {
      display: flex; }

footer {
  padding: 18px 0;
  box-shadow: 0 -4px 4px #eee; }
  footer .fbox_inner {
    display: flex;
    justify-content: space-between; }
  footer .footer_social {
    display: flex;
    align-items: center; }
    footer .footer_social .footer_social-terms {
      display: flex;
      align-items: center; }
      footer .footer_social .footer_social-terms span {
        margin: 0 10px; }
    footer .footer_social .footer_social {
      display: flex;
      align-items: center; }
      footer .footer_social .footer_social a {
        display: block;
        margin-left: 10px; }
        footer .footer_social .footer_social a img {
          display: block;
          max-width: 25px; }

@media (max-width: 768px) {
  footer .container-full {
    width: 100%;
    line-height: 1.5; }

  footer .fbox_inner {
    flex-direction: column-reverse; }

  footer .footer_social {
    width: 100%;
    flex-wrap: wrap; }

  footer .footer_social .footer_social {
    margin-bottom: 0; }

  footer .footer_social .footer_social a {
    margin-left: 0;
    margin-right: 10px; }

  footer .footer_social .footer_social-terms {
    margin-bottom: 10px;
    width: 100%; }

  footer .footer_social {
    margin-bottom: 10px;
    width: 100%; } }
#perfect_match {
  max-width: 1400px;
  margin: auto auto 50px;
  padding: 60px 15px; }
  #perfect_match > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #1341CB;
    text-align: center;
    margin-bottom: 20px; }
  #perfect_match > p {
    font-size: #333;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px; }
  #perfect_match .all-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    #perfect_match .all-cards .card {
      width: calc(33.33% - 20px);
      max-width: 480px; }
      #perfect_match .all-cards .card img {
        display: block;
        width: 100%;
        height: auto; }
      #perfect_match .all-cards .card h3 {
        margin-top: 15px;
        font-size: 28px;
        color: #666;
        text-align: center;
        font-weight: 500;
        line-height: 1.3; }

@media (max-width: 768px) {
  #perfect_match .all-cards .card {
    width: 100%;
    margin: auto; } }
@media (max-width: 450px) {
  #perfect_match > h3 {
    font-size: 36px; }

  #perfect_match > p {
    font-size: 20px; } }
#get_one_free {
  padding: 60px 15px;
  background: #d62223; }
  #get_one_free > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-bottom: 20px; }
  #get_one_free > p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px; }
  #get_one_free #form_box {
    max-width: 1400px;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center; }
    #get_one_free #form_box .card1 {
      width: 33.3%;
      position: relative;
      border-radius: 16px;
      overflow: hidden; }
      #get_one_free #form_box .card1 img {
        display: block;
        width: 100%; }
      #get_one_free #form_box .card1 .caption {
        position: absolute;
        color: #fff;
        text-align: center;
        bottom: 40px;
        font-size: 40px;
        text-align: center;
        width: 100%;
        font-weight: bold;
        text-shadow: 0 2px 8px #3911ff;
        line-height: 1.2;
        letter-spacing: 1px; }
        #get_one_free #form_box .card1 .caption img {
          width: 95%;
          display: inline-block; }
    #get_one_free #form_box .my_step {
      display: flex;
      width: calc(66.66%); }
      #get_one_free #form_box .my_step .step {
        width: 33.33%;
        padding: 0 15px;
        box-sizing: border-box; }
        #get_one_free #form_box .my_step .step .card {
          width: 100%;
          height: 420px;
          border-radius: 16px; }
          #get_one_free #form_box .my_step .step .card .sp {
            padding: 25% 10px 10px;
            margin-bottom: 25px; }
            #get_one_free #form_box .my_step .step .card .sp img {
              max-width: 150px;
              display: block;
              margin: auto;
              width: 100%; }
          #get_one_free #form_box .my_step .step .card h3 {
            color: #fff;
            font-size: 25px;
            line-height: 1.2;
            text-align: center;
            font-weight: 500;
            margin-bottom: 0.8em; }
          #get_one_free #form_box .my_step .step .card p {
            color: #fff;
            font-weight: 300;
            line-height: 1.3;
            text-align: center;
            font-size: 18px; }
          #get_one_free #form_box .my_step .step .card .action {
            padding: 0 15px; }
            #get_one_free #form_box .my_step .step .card .action a {
              display: block;
              color: #fff;
              background-color: #FF00E1;
              background-image: url(../images/xclickx.png);
              background-position: calc(100% - 20px) center;
              background-repeat: no-repeat;
              height: 56px;
              border-radius: 10px;
              display: flex;
              padding-left: 30px;
              box-sizing: border-box;
              align-items: center;
              font-size: 26px;
              font-weight: 600;
              max-width: 215px;
              margin: auto;
              box-shadow: 0 0 10px #3b3b3b;
              transition: 0.3s;
              /* justify-content: center; */
             }
              #get_one_free #form_box .my_step .step .card .action a:hover {
                background-color: #fff;
                color: #006AFF;
                background-image: url(../images/blclickx.png); }
        #get_one_free #form_box .my_step .step.st1 .card {
          background: linear-gradient(156.13deg, #006AFF 0.97%, #3911FF 99.95%); }
        #get_one_free #form_box .my_step .step.st2 .card {
          background: linear-gradient(156.13deg, #3511FF 0.97%, #7C11FF 99.95%); }
        #get_one_free #form_box .my_step .step.st3 .card {
          background: linear-gradient(156.13deg, #7710FF 0.97%, #DD00E5 99.95%); }

@media (max-width: 1000px) {
  #get_one_free #form_box {
    flex-wrap: wrap; }

  #get_one_free #form_box .card1 {
    width: 100%;
    margin: auto auto 20px; }

  #get_one_free #form_box .my_step {
    width: 100%; } }
@media (max-width: 768px) {
  #get_one_free #form_box .my_step {
    flex-wrap: wrap; }

  #get_one_free #form_box .my_step .step {
    width: 100%; }

  #get_one_free #form_box .card1 {
    max-width: 500px;
    margin: auto auto 20px; }

  #get_one_free #form_box .my_step .step .card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 400px; }

  #get_one_free #form_box .card1 .caption {
    bottom: 30px;
    font-size: 34px; }

  #get_one_free #form_box .my_step .step .card .sp {
    padding: 20% 10px 10px; }

  #get_one_free #form_box .my_step .step .card {
    height: 400px; }

  #get_one_free #form_box .my_step .step {
    padding: 0; } }
@media (max-width: 450px) {
  #get_one_free > h3 {
    font-size: 36px; }

  #get_one_free > p {
    font-size: 20px; } }
#get_yours_today {
  padding: 60px 15px; }
  #get_yours_today > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #D62223;
    text-align: center;
    margin-bottom: 20px; }
  #get_yours_today > p {
    font-size: #333;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px; }
  #get_yours_today #region_api {
    max-width: 1400px;
    margin: auto; }
    #get_yours_today #region_api .tabs {
      margin: auto;
      display: flex;
      gap: 20px;
      justify-content: center; }
      #get_yours_today #region_api .tabs a {
        font-size: 23px;
        display: inline-block;
        text-align: center;
        padding: 10px 10px;
        box-sizing: border-box;
        color: #d62223;
        border: 2px solid #d62223;
        border-radius: 6px;
        width: 100%;
        max-width: 270px;
        transition: 0.3s;
        font-weight: 500;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        line-height: 1.2;
        align-items: center; }
        #get_yours_today #region_api .tabs a.active {
          color: #fff;
          background: #d62223; }
  #get_yours_today #regions {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #eeeeee;
    border-radius: 16px;
    padding: 30px;
    margin-top: 40px; }
    #get_yours_today #regions .reg_card {
      width: 16.666%;
      margin-bottom: 50px; }
    #get_yours_today #regions h3 {
      text-align: center;
      color: #666666;
      font-size: 24px;
      padding: 10px;
      margin-bottom: 15px;
      height: 2em;
      display: flex;
      justify-content: center; }
    #get_yours_today #regions .logos {
      padding: 0 7px; }
      #get_yours_today #regions .logos a {
        text-align: center;
        display: block;
        margin-bottom: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px #d8d7d7;
        overflow: hidden; }
        #get_yours_today #regions .logos a img {
          display: block;
          width: 100%; }

.cselect {
  appearance: none;
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23d62223" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
  /* Adjust padding to make space for the arrow */
  border: 2px solid #d62223;
  border-radius: 4px;
  padding: 8px 10px;
  color: #d62223;
  width: 100%;
  font-size: 18px;
  display: none;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }

#get_yours_today #region_api .tabs {
  display: flex; }

@media (max-width: 768px) {
  #get_yours_today #regions .reg_card {
    width: 33.333%; }

  #get_yours_today #region_api .tabs a {
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }

  #get_yours_today #region_api .tabs {
    display: none; }

  .cselect {
    display: block; }

  #get_yours_today #regions {
    padding: 30px 15px; }

  #get_yours_today #regions {
    justify-content: flex-start; } }
@media (max-width: 450px) {
  #get_yours_today #regions .reg_card {
    width: 50%; } }
@media (max-width: 450px) {
  #get_yours_today > h3 {
    font-size: 36px; }

  #get_yours_today > p {
    font-size: 20px; } }
#quick_tips {
  padding: 60px 15px 80px;
  background: #1341CB; }
  #quick_tips > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-bottom: 20px; }
  #quick_tips > p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px; }
  #quick_tips #region_api {
    max-width: 1400px;
    margin: auto; }
  #quick_tips .all-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    #quick_tips .all-cards .card {
      width: calc(33.33% - 20px);
      max-width: 480px; }
      #quick_tips .all-cards .card .pic a img {
        display: block;
        width: 100%;
        height: auto; }
      #quick_tips .all-cards .card > a {
        text-align: center;
        font-size: 24px;
        border-radius: 10px;
        display: block;
        border: 2px solid #fff;
        color: #fff;
        line-height: 1em;
        padding: 8px 15px;
        max-width: 177px;
        margin: 20px auto 20px;
        box-sizing: border-box;
        transition: 0.3s; }
        #quick_tips .all-cards .card > a:hover {
          background: #fff;
          color: #1341CB; }

@media (max-width: 768px) {
  #quick_tips .all-cards {
    flex-wrap: wrap;
    justify-content: center; }
    #quick_tips .all-cards .card {
      width: 100%; }

  #quick_tips .all-cards .card a {
    max-width: none; } }
@media (max-width: 450px) {
  #quick_tips > h3 {
    font-size: 36px; }

  #quick_tips > p {
    font-size: 20px; } }
#unboxing {
  padding: 60px 15px; }
  #unboxing > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #1341CB;
    text-align: center;
    margin-bottom: 20px; }
  #unboxing > p {
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px; }
  #unboxing #video_api .sv_video {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }

.video-container.play .icon img {
  opacity: 0; }

.video-container.play .icon {
  opacity: 0; }

.video-container {
  margin: 0 auto 30px;
  max-width: 315px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  position: relative; }
  .video-container .icon {
    transition: 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(217, 217, 217, 0.5); }
    .video-container .icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.88);
      transition: 0.3s;
      cursor: pointer; }
      .video-container .icon img:hover {
        transform: translate(-50%, -50%) scale(1); }

.video-container video {
  display: block;
  width: 100%;
  max-width: 315px;
  margin: auto;
  height: 560px;
  border: none;
  border-radius: 15px; }

.video-frame {
  display: block;
  width: 100%;
  max-width: 315px;
  margin: auto;
  height: 600px;
  border: none;
  border-radius: 15px; }

#unboxing .swiper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

#unboxing .swiper-button-prev {
  background-image: url(../images/arrow_left.png);
  background-size: auto 90%;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px; }

#unboxing .swiper-button-prev:after {
  opacity: 0; }

#unboxing .swiper-button-next {
  background-image: url(../images/arrow_r.png);
  background-size: auto 90%;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px; }

#unboxing .swiper-button-next:after {
  opacity: 0; }

@media (max-width: 768px) {
  .video-container {
    margin-bottom: 30px; } }
@media (max-width: 450px) {
  #unboxing > h3 {
    font-size: 36px; }

  #unboxing > p {
    font-size: 20px; }

  #unboxing .swiper-button-prev {
    left: 0; }

  #unboxing .swiper-button-next {
    right: 0; }

  #unboxing {
    padding: 60px 10px; } }
#top_img .pc_img {
  position: relative; }
  #top_img .pc_img img {
    display: block;
    width: 100%; }
  #top_img .pc_img h2 {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box; }
    #top_img .pc_img h2 img {
      display: inline-block;
      max-width: 1344px;
      display: none; }
    #top_img .pc_img h2 div {
      font-size: 90px;
      color: #fff;
      text-shadow: 1px 2px 5px #737272; }
    #top_img .pc_img h2 span {
      display: none; }
#top_img .mb_img {
  display: none;
  position: relative; }
  #top_img .mb_img img {
    display: block;
    width: 100%; }
  #top_img .mb_img h2 {
    position: absolute;
    bottom: 14%;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box; }
    #top_img .mb_img h2 img {
      display: inline-block;
      max-width: 1344px; }
    #top_img .mb_img h2 span {
      display: none; }

@media (max-width: 1400px) {
  #top_img .pc_img h2 div {
    font-size: 5vw; } }
@media (max-width: 768px) {
  #top_img .pc_img {
    display: none; }
  #top_img .mb_img {
    display: block; }
    #top_img .mb_img div {
      font-size: 40px;
      line-height: 1.2;
      color: #fff;
      text-shadow: 1px 2px 5px #737272; }
    #top_img .mb_img h2 img {
      display: none; } }
.xbtn {
  position: relative;
  overflow: hidden; }

.xbtn {
  position: relative;
  overflow: hidden;
  transition: background 400ms;
  color: #fff;
  padding: 1rem 2rem;
  outline: 0;
  border: 0;
  cursor: pointer; }

span.ripple {
  position: absolute;
  /* The absolute position we mentioned earlier */
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.7); }

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0; } }
.mb_aspect-ratio-box {
  width: 100%;
  padding-bottom: 177.78%;
  /* 1920 / 1080 = 1.7778 */
  position: relative; }

.pc_aspect-ratio-box {
  width: 100%;
  /* Adjust based on parent container */
  max-width: 1920px;
  aspect-ratio: 16 / 9;
  position: relative; }

/*# sourceMappingURL=style.css.map */
