@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Noto Sans TC", sans-serif;
  background-color: #e8ecef;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 15px;
}
.header img {
  height: 15px;
}
@media (min-width: 768px) {
  .header {
    padding: 25px;
  }
  .header img {
    height: 25px;
  }
}

.footer {
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 33px;
}
@media (min-width: 576px) {
  .footer {
    height: 61px;
  }
}
@media (min-width: 768px) {
  .footer {
    height: 47px;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1551px;
  }
}

section {
  overflow-x: hidden;
  font-size: 0;
}
section img[src*=_PC] {
  display: none;
}
@media (min-width: 768px) {
  section img[src*=_PC] {
    display: inline-block;
  }
}
section img[src*=_M] {
  display: inline-block;
}
@media (min-width: 768px) {
  section img[src*=_M] {
    display: none;
  }
}
section .container-CRV {
  overflow-x: hidden;
}
section .CRV-img {
  position: absolute;
  top: 0;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
section .CRV-car {
  left: 0%;
  top: 0%;
}
section .CRV-car.active {
  left: 46%;
  top: 13%;
}
section .CRV-shadow {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
section .CRV-shadow.active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (min-width: 768px) {
  section .CRV-shadow.active {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
section .CRV-text {
  position: absolute;
  right: 25.2%;
  top: 19.2%;
  width: 56%;
  -webkit-transition: right 0.8s ease-in-out;
  transition: right 0.8s ease-in-out;
}
section .CRV-text.active {
  right: -200%;
}
@media (min-width: 768px) {
  section .CRV-text {
    right: 7%;
    top: 54.6%;
    width: 24.6%;
  }
  section .CRV-text.clip {
    -webkit-clip-path: url(#CRV-text);
    clip-path: url(#CRV-text);
  }
  section .CRV-text.shiny {
    overflow: hidden;
  }
  section .CRV-text.shiny:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #f3efef;
    -webkit-animation: shiny-btn1 1.5s ease-in-out infinite;
            animation: shiny-btn1 1.5s ease-in-out infinite;
  }
  @-webkit-keyframes shiny-btn1 {
    0% {
      -webkit-transform: scale(0) rotate(37.8deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(37.8deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(37.8deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(37.8deg);
      opacity: 0;
    }
  }
  @keyframes shiny-btn1 {
    0% {
      -webkit-transform: scale(0) rotate(37.8deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(37.8deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(37.8deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(37.8deg);
      opacity: 0;
    }
  }
}
section .CRV-slogan {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
section .CRV-slogan.active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (min-width: 768px) {
  section .CRV-slogan.active {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
section .CRV-testdrive {
  display: block;
  width: 43.33%;
  position: absolute;
  right: 50%;
  bottom: 6.5%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all 0.75s ease-in;
  transition: all 0.75s ease-in;
  -webkit-filter: drop-shadow(1.92px 1.92px 3.2px rgba(89, 100, 124, 0.75));
          filter: drop-shadow(1.92px 1.92px 3.2px rgba(89, 100, 124, 0.75));
}
section .CRV-testdrive:hover {
  -webkit-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-filter: drop-shadow(1.92px 1.92px 3.2px #59647c);
          filter: drop-shadow(1.92px 1.92px 3.2px #59647c);
}
section .CRV-testdrive.float {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
@media (min-width: 768px) {
  section .CRV-testdrive {
    width: 16.67%;
    right: 16.5%;
    bottom: 11.5%;
    -webkit-filter: drop-shadow(7px 7px 5px rgba(108, 113, 124, 0.75));
            filter: drop-shadow(7px 7px 5px rgba(108, 113, 124, 0.75));
  }
  section .CRV-testdrive.active {
    right: -65%;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-filter: drop-shadow(7px 7px 15px rgba(108, 113, 124, 0.75));
            filter: drop-shadow(7px 7px 15px rgba(108, 113, 124, 0.75));
  }
  50% {
    -webkit-filter: drop-shadow(1.92px 1.92px 3.2px #59647c);
            filter: drop-shadow(1.92px 1.92px 3.2px #59647c);
  }
  100% {
    -webkit-filter: drop-shadow(7px 7px 15px rgba(108, 113, 124, 0.75));
            filter: drop-shadow(7px 7px 15px rgba(108, 113, 124, 0.75));
  }
}
@keyframes float {
  0% {
    -webkit-filter: drop-shadow(7px 7px 15px rgba(108, 113, 124, 0.75));
            filter: drop-shadow(7px 7px 15px rgba(108, 113, 124, 0.75));
  }
  50% {
    -webkit-filter: drop-shadow(1.92px 1.92px 3.2px #59647c);
            filter: drop-shadow(1.92px 1.92px 3.2px #59647c);
  }
  100% {
    -webkit-filter: drop-shadow(7px 7px 15px rgba(108, 113, 124, 0.75));
            filter: drop-shadow(7px 7px 15px rgba(108, 113, 124, 0.75));
  }
}
section .container-chair {
  overflow: hidden;
  position: relative;
}
section .chair-img {
  position: absolute;
  top: 0;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
@media (min-width: 768px) {
  section .chair-text span {
    position: absolute;
    display: block;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    bottom: 13%;
    width: 10%;
    height: 3px;
    border-radius: 5px;
    opacity: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, transparent), color-stop(70%, #dec4a6));
    background: linear-gradient(270deg, transparent 30%, #dec4a6 70%);
    -webkit-animation: animate 4s linear infinite;
            animation: animate 4s linear infinite;
  }
  @-webkit-keyframes animate {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0;
      -webkit-transform: translateX(var(--tX));
              transform: translateX(var(--tX));
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes animate {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0;
      -webkit-transform: translateX(var(--tX));
              transform: translateX(var(--tX));
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  section .chair-text span:nth-child(3) {
    right: 85.5%;
    --tX: 273%;
  }
  section .chair-text span:nth-child(4) {
    right: 69.3%;
    --tX: 265%;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  section .chair-text span:nth-child(5) {
    right: 53.5%;
    --tX: 263%;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  section .chair-text span:nth-child(6) {
    right: 37%;
    --tX: 250.5%;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
section .warning {
  padding-top: 54px;
  padding-bottom: 54px;
  margin-top: -242px;
}
section .warning-text {
  max-width: 100%;
  color: #717071;
  line-height: 1.8;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2vmin;
}
@media (min-width: 768px) {
  section .warning-text {
    font-size: 12px;
  }
}
section .warning-text a {
  border-bottom: 1px solid #717071;
  color: inherit;
}
@media (min-width: 576px) {
  section .warning {
    margin-top: -283px;
  }
}
@media (min-width: 768px) {
  section .warning {
    padding-top: 99px;
    padding-bottom: 99px;
    margin-top: -187px;
  }
}
@media (min-width: 992px) {
  section .warning {
    margin-top: -263px;
  }
}
@media (min-width: 1400px) {
  section .warning {
    margin-top: -292px;
  }
}