<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, p,
a, code, img, q, s,
small, strong, tt, var,
b, u, i, center,
dl, dt, dd, ul, li, form, label,
article, details, footer, header, section, summary,
time, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

 ul {
  list-style: none;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

article, details, footer, header, main, section, summary {
  display: block;
}

video {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}

button,
input[type=reset] {
  cursor: pointer;
}

button,
input,
textarea,
select {
  border-radius: 0;
  font: inherit;
  letter-spacing: inherit;
  -webkit-appearance: none;
  color: inherit;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled {
  cursor: default;
}

select:disabled {
  opacity: inherit;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

:root {
  --scroll-bar: 0px;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #202020;
  font-size: 0.875rem;
  line-height: 2;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-variant-ligatures: none;
}

.u-font-en {
  font-family: "Poppins", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-fs-12 {
  font-size: 0.75rem;
}

.u-fs-13 {
  font-size: 0.8125rem;
}

.u-fs-14 {
  font-size: 0.875rem;
}

.u-fs-18 {
  font-size: 1.125rem;
}

.u-fs-20 {
  font-size: 1.25rem;
}

.u-fs-21 {
  font-size: 1.3125rem;
}

.u-fs-24 {
  font-size: 1.5rem;
}

.u-fs-26 {
  font-size: 1.625rem;
}

.u-fs-28 {
  font-size: 1.75rem;
}

.u-fs-32 {
  font-size: 2rem;
}

.u-fs-36 {
  font-size: 2.25rem;
}

.u-fs-40 {
  font-size: 2.5rem;
}

.u-fs-42 {
  font-size: 2.625rem;
}

.u-fs-48 {
  font-size: 3rem;
}

.u-fs-60 {
  font-size: 3.75rem;
}

.u-ls-10 {
  letter-spacing: 0.01em;
}

.u-ls-20 {
  letter-spacing: 0.02em;
}

.u-ls-30 {
  letter-spacing: 0.03em;
}

.u-ls-200 {
  letter-spacing: 0.2em;
}

.u-ls-300 {
  letter-spacing: 0.3em;
}

.u-lh-1 {
  line-height: 1;
}

.u-lh-11 {
  line-height: 1.1;
}

.u-lh-13 {
  line-height: 1.3;
}

.u-lh-135 {
  line-height: 1.35;
}

.u-lh-14 {
  line-height: 1.4;
}

.u-lh-15 {
  line-height: 1.5;
}

.u-lh-16 {
  line-height: 1.6;
}

.u-lh-18 {
  line-height: 1.8;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  white-space: nowrap;
          clip-path: inset(50%);
}

.u-ff-palt {
  font-feature-settings: "palt" 1;
}

.u-inline-block {
  display: inline-block;
}

.u-block {
  display: block;
}
.u-grid {
  display: grid;
}

.u-grid-col1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.u-flex {
  display: flex;
}

.u-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-flex-center-y {
  display: flex;
  align-items: center;
}

.u-flex-between {
  display: flex;
  justify-content: space-between;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-col {
  flex-direction: column;
}

.u-flex-row-reverse {
  flex-direction: row-reverse;
}

.u-items-center {
  align-items: center;
}

.u-items-start {
  align-items: flex-start;
}

.u-flex-shrink-0 {
  flex-shrink: 0;
}

.u-btn-elm {
  cursor: pointer;
}

.u-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.u-aspect-square {
  aspect-ratio: 1/1;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-relative {
  position: relative;
}

.u-zi-1 {
  z-index: 1;
}

.u-zi-2 {
  z-index: 2;
}

.u-posi-full {
  position: absolute;
  inset: 0;
}

.u-posi-full-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-w-full {
  width: 100%;
}

.u-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.u-iframe-wrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.u-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-transition-colors {
  transition-duration: 1s;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.u-text-white {
  color: #fff;
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-black {
  background-color: #202020;
}

.u-bg-black-dark {
  background-color: #000;
}

.u-bg-gray-lt {
  background-color: #F4F4F2;
}


.u-hv-op {
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.u-scale-elm {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-side-space {
  box-sizing: content-box;
}

.l-inner-sm {
  max-width: 862px;
  margin-inline: auto;
}

.l-inner {
  max-width: 1040px;
  margin-inline: auto;
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade &gt; .splide__list &gt; .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}

.splide__track--fade &gt; .splide__list &gt; .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb &gt; .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  backface-visibility: hidden;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__sr {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  margin-top: 4px;
  padding: 20px;
  transform: translateY(-50%);
}
.splide__arrow--prev {
  left: -20px;
}
.splide__arrow--next {
  right: -20px;
}
.splide__pagination {
  margin-top: 40px;
  gap: 10px;
}
.splide__pagination__page {
  width: 40px;
  background: #fff;
  transition-duration: 1s;
  transition-property: transform, box-shadow;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.splide__pagination__page.is-active {
  transform: scale(1.15);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
  will-change: box-shadow;
}
.splide--bg {
  position: absolute;
  pointer-events: none;
}
.splide--bg .splide__track {
  width: 100%;
  height: 100%;
}
.splide--bg .is-before .splide--bg-img,
.splide--bg .is-active .splide--bg-img {
  transform: scale(1);
  transition: transform linear 16s;
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.js-anime__item {
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: both;
  opacity: 0;
}
.is-anime {
  animation-name: fadeIn;
}
.is-anime.is-fadeInUp {
  --position: 30px;
  animation-name: fadeInUp;
}
.is-anime.is-scaleDown {
  animation-name: scaleDown;
}
.is-anime.is-ease {
  animation-duration: 1.6s;
  animation-timing-function: ease;
}
.is-anime.is-fadeInGrad {
  animation-duration: 2.6s;
  animation-timing-function: ease;
  animation-name: fadeInGrad;
  -webkit-mask-image: linear-gradient(8deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 69%);
          mask-image: linear-gradient(8deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 69%);
  -webkit-mask-size: 100% 400%;
          mask-size: 100% 400%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.js-anime__title .js-anime__item {
  display: inline-block;
}
.js-anime__title .js-anime__item.is-fadeInUp {
  --position: 0.8em;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInGrad {
  0% {
    opacity: 1;
    -webkit-mask-position: 0 -20%;
            mask-position: 0 -20%;
  }
  100% {
    opacity: 1;
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(var(--position));
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1.2) rotate(0.1deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0.1deg);
    opacity: 1;
  }
}
.js-modal__overlay {
  display: flex;
  z-index: 9;
  position: fixed;
  align-items: center;
  justify-content: center;
  inset: 0;
}
.js-modal__overlay:before {
  position: absolute;
  inset: 0;
  background: #F4F4F2;
  content: "";
}

.is-video .js-modal__overlay:before {
  background: #202020;
}

.js-modal__container {
  z-index: 10;
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  overscroll-behavior: contain;
}
.js-modal {
  display: none;
}
.js-modal.is-open {
  display: block;
}

.js-modal__close {
  z-index: 9;
  position: fixed;
  margin-right: var(--scroll-bar);
}

.js-modal__overlay:before,
.js-modal__container {
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.js-modal[aria-hidden=false] .js-modal__container,
.js-modal[aria-hidden=false] .js-modal__overlay:before {
  animation-duration: 0.6s;
  animation-name: fadeIn;
}

.js-modal[aria-hidden=true] .js-modal__overlay:before,
.js-modal[aria-hidden=true] .js-modal__container {
  animation-duration: 0.5s;
  animation-name: fadeOut;
  pointer-events: none;
}
.js-loading {
  z-index: 10;
  position: fixed;
  inset: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: opacity 0.7s linear, visibility 0.7s linear;
}
.js-loading.is-loaded {
  visibility: hidden;
  opacity: 0;
}
.js-loading.is-page .js-loading__logo {
  --delay-fade-in: .3s;
  --delay-fade-out: 1.6s;
}
.js-loading__overlay {
  --positionY: -62.4074074074vh;
  position: absolute;
  inset: 0;
  background: #000;
  -webkit-mask-image: url(../images/common/mask-spot.png);
          mask-image: url(../images/common/mask-spot.png);
  -webkit-mask-size: 229.1666666667vw 370.3703703704vh;
          mask-size: 229.1666666667vw 370.3703703704vh;
  -webkit-mask-repeat: no-repeat, repeat;
          mask-repeat: no-repeat, repeat;
  -webkit-mask-position: var(--positionX) var(--positionY);
  animation: mask 3.5s 0.2s linear forwards;
          mask-position: var(--positionX) var(--positionY);
}

.js-loading__img-wrap {
  animation: fadeImg 3.5s linear forwards;
  opacity: 0;
}

.js-loading__img {
  animation: loadingImg 9s linear forwards;
}

.js-loading__img-box {
  inset: 0 0 0 -3vw;
}

@keyframes fadeImg {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingImg {
  0% {
    transform: perspective(40vw) rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: perspective(40vw) rotateX(-10deg) rotateY(6deg) rotateZ(-10deg);
  }
}
@keyframes mask {
  0% {
    -webkit-mask-position: 0 var(--positionY);
            mask-position: 0 var(--positionY);
  }
  100% {
    -webkit-mask-position: -88.5416666667vw calc(var(--positionY) - 50vh);
            mask-position: -88.5416666667vw calc(var(--positionY) - 50vh);
  }
}
.js-loading__logo {
  --delay-fade-in: 3s;
  --delay-fade-out: 4.3s;
  position: fixed;
  width: 240px;
  height: 100px;
  margin: auto;
  inset: 0;
  animation: fadeIn 0.8s var(--delay-fade-in) linear forwards, fadeOut 0.5s var(--delay-fade-out) linear forwards;
  opacity: 0;
}
.js-parallax {
  position: relative;
  overflow: hidden;
}
.js-parallax img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-parallax__item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
.js-parallax__item.is-active {
  will-change: transform;
}
.js-parallax__item.is-init {
  opacity: 1;
}
.js-parallax__item.is-scale {
  height: 116%;
}
.c-footer__body {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.c-footer__copyright {
  opacity: 0.5;
}

.c-header__logo {
  position: absolute;
}

.c-header__toggle {
  position: absolute;
  border: 1px solid #fff;
}

.c-header__logo-citizen {
  position: absolute;
}

.c-button {
  padding: 21px 30px;
  box-shadow: 0px 8px 25px rgba(147, 157, 172, 0.2);
}
.c-disclaimer {
  padding-bottom: 40px;
}
.p-top::before {
  position: absolute;
  inset: auto 0 0;
  background: radial-gradient(114.16% 114.16% at 50% 114.16%, rgba(168, 168, 168, 0.5) 0%, rgba(127, 158, 180, 0.5) 23.96%, rgba(53, 153, 184, 0.16) 60.94%, rgba(176, 232, 249, 0) 100%);
  content: "";
}

.p-top-main {
  box-sizing: content-box;
  height: 100vh;
  height: 100svh;
  min-height: 550px;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, black 83%, rgba(0, 0, 0, 0.4) 90%, rgba(0, 0, 0, 0.1) 96%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 83%, rgba(0, 0, 0, 0.4) 90%, rgba(0, 0, 0, 0.1) 96%, transparent 100%);
}

.p-top-main__scroll {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
}

.p-top-main__scroll-text {
  margin: 2rem 0 2.0625rem;
  transform: rotate(90deg);
}
.p-top-about::before, .p-top-about::after {
  position: absolute;
  content: "";
}
.p-top-about::before {
  left: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(127, 158, 180, 0.35) 0%, rgba(127, 158, 180, 0.168) 39.06%, rgba(176, 232, 249, 0) 100%);
}
.p-top-about::after {
  right: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(127, 158, 180, 0.4) 0%, rgba(224, 231, 249, 0.4) 57.29%, rgba(224, 231, 249, 0) 100%);
}

.p-top-about__video-icon {
  margin-block: auto;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
}

.p-top-product__main::before {
  position: absolute;
  content: "";
}

.p-top-product__modal-container {
  min-height: 100%;
}

.p-top-product__modal-info {
  margin-top: 5px;
}
.p-top-product__modal-text {
  margin-top: 35px;
}
.p-top-product__modal-price {
  margin-top: 35px;
}
.p-top-product__modal-link {
  margin-top: 36px;
}
.p-product-main {
  min-height: 100vh;
  min-height: 100svh;
}
.p-product-main::after {
  position: absolute;
  height: 386px;
  inset: auto 0 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0) 0%, #080808 100%);
  content: "";
  mix-blend-mode: multiply;
}

.p-product-main__bg {
  -o-object-position: 0;
     object-position: 0;
}

.p-product-main__scroll {
  position: absolute;
}

.p-product-main__scroll-text {
  margin: 2rem 0 2.0625rem;
  transform: rotate(90deg);
}

.p-product-features__list {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.p-product-features__bg {
  position: sticky;
  top: 0;
  height: 100svh;
  margin-bottom: -100svh;
  opacity: 0.2;
}

.p-product-features__item-img-body {
  padding-top: 100%;
}

.p-product-features__item-title {
  margin-bottom: 36px;
}
.p-product-features__item-text:last-child {
  margin-bottom: 0;
}

.p-product-spec__list {
  border-top: 1px solid rgba(32, 32, 32, 0.2);
}
.p-product-spec__item {
  padding-block: 10px 9px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
}

.p-product-spec__link {
  margin-top: 60px;
}
[lang=en] body {
  font-family: "Poppins", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}

[lang=zh-Hant] body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Arial Unicode MS", sans-serif;
}

[lang=zh-Hans] body {
  font-family: "Noto Sans SC", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

@media (hover: hover) and (pointer: fine) and (min-width: 769px){
  button:hover .u-hv-fill-white,
  a:hover .u-hv-fill-white {
    fill: #fff;
  }
  button:hover .u-hv-fill-black,
  a:hover .u-hv-fill-black {
    fill: #202020;
  }
  button:hover .u-hv-stroke-white,
  a:hover .u-hv-stroke-white {
    stroke: #fff;
  }
  button:hover .u-hv-white,
  a:hover .u-hv-white {
    color: #fff;
  }
  button:hover .u-hv-bg-black,
  a:hover .u-hv-bg-black {
    background-color: #202020;
  }
  .u-hv-op:hover {
    opacity: 0.7;
  }
  .u-hv-bg-black:hover {
    background-color: #202020;
  }
  .u-hv-white:hover {
    color: #fff;
  }
  .u-hv-scale:hover .u-scale-elm {
    transform: scale(1.1) rotate(0.1deg);
  }
  .splide__pagination__page:hover {
    transform: scale(1.15);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
    will-change: box-shadow;
  }
  .c-header__toggle-summary:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}

@media not screen and (min-width: 769px){
  .u-hidden-not-md {
    display: none !important;
  }
  .u-flex-col-not-md {
    flex-direction: column;
  }
  .l-side-space {
    padding-inline: 5.3333333333vw;
  }
  .splide--bg-img {
    transform: scale(1.2);
  }
  .is-video .js-modal__container {
    width: 89.3333333333vw;
  }
  .js-modal[id*=modal-session] .js-modal__overlay {
    z-index: 11;
  }
  .js-modal__close {
    top: 20px;
    right: 5.3333333333vw;
  }
  .c-footer__head {
    padding-block: 53px 37px;
  }
  .c-footer__logo {
    width: 134px;
  }
  .c-footer__body {
    padding-block: 35px 50px;
  }
  .c-footer__list {
    gap: 17px;
  }
  .c-footer__copyright {
    margin-top: 39px;
  }
  .c-footer__bnr {
    padding-block: 72px 22px;
    gap: 48px;
  }
  .c-header__logo {
    top: 20px;
    left: 5.3333333333vw;
    width: 100px;
  }
  .c-header__toggle {
    top: 25px;
    right: 5.3333333333vw;
    width: 50px;
    margin-right: 107px;
  }
  .c-header__toggle-summary {
    padding-block: 3px;
  }
  .c-header__toggle-list {
    padding: 11px 0 2px;
    gap: 14px;
  }
  .c-header__logo-citizen {
    top: 28px;
    right: 5.3333333333vw;
    width: 90px;
  }
  .p-top::before {
    height: 250px;
  }
  .p-top-main {
    padding-bottom: 140px;
  }
  .p-top-main__title-sub {
    margin-top: 20px;
  }
  .p-top-main__title-sub-cn {
    margin-top: 20px;
  }
  .p-top-main__scroll {
    bottom: 116px;
    left: -92px;
    width: 225px;
    height: 225px;
  }
  .p-top-about {
    padding-top: 60px;
  }
  .p-top-about::before {
    top: -385px;
    width: 1051px;
    height: 895px;
    margin-left: -214px;
  }
  .p-top-about::after {
    top: 388px;
    left: -589px;
    width: 998px;
    height: 893px;
    margin-right: -222px;
  }
  .p-top-about__catch {
    margin-top: 20px;
  }
  .p-top-about__text {
    margin-top: 60px;
  }
  .p-top-about__text + .p-top-about__text {
    margin-top: 24px;
  }
  .p-top-about__video-button {
    height: 335px;
    padding: 41px 16px 39px;
  }
  .p-top-about__video {
    margin-top: 136px;
  }
  .p-top-about__video-icon {
    width: 64px;
  }
  .p-top-product {
    padding-block: 152px 220px;
  }
  .p-top-product__main {
    margin-top: 58px;
  }
  .p-top-product__main::before {
    top: -16vw;
    left: 50%;
    width: 1581px;
    height: 177.8666666667vw;
    transform: translateX(-50%);
    background: radial-gradient(50% 50% at 50% 50%, #939DAC 0%, rgba(210, 210, 210, 0.3) 74.48%, rgba(224, 231, 249, 0) 100%);
  }
  .p-top-product__main-head {
    margin: 0 -2px 12px 0;
  }
  .p-top-product__main-text {
    margin-top: 57px;
  }
  .p-top-product__main-name {
    margin-top: 5px;
  }
  .p-top-product__main-link {
    margin-top: 18px;
  }
  .p-top-product__main-catch-en {
    margin-bottom: 3px;
  }
  .p-top-product__main-text-en {
    margin: 34px 0 24px;
  }
  .p-top-product__list {
    margin-top: 124px;
  }
  .p-top-product__item + .p-top-product__item {
    margin-top: 71px;
  }
  .p-top-product__item-img {
    padding-top: 121.2121212121%;
  }
  .p-top-product__item-title {
    margin-top: 14px;
  }
  .p-top-product__item-title-sub {
    margin-top: 11px;
  }
  .p-top-product__item-text {
    margin-top: 6px;
  }
  .p-top-product__item-link {
    margin-top: 13px;
  }
  .p-top-product__modal-slider {
    padding-block: 73px 51px;
  }
  .p-top-product__modal-slider-body {
    padding: 0 7.4666666667vw;
  }
  .p-top-product__modal-body {
    padding-bottom: 76px;
  }
  .p-product-main__body {
    max-width: 500px;
    min-height: 550px;
    margin: 0 auto;
  }
  .p-product-main__img {
    margin: 53px -14.1333333333% -11.4666666667% -0.2666666667%;
  }
  .p-product-main__title {
    width: 180px;
    margin: 0 auto;
    padding-bottom: 24%;
  }
  .p-product-main__title-en {
    width: 240px;
    margin: 20px auto 54.4%;
  }
  .p-product-main__title-tc {
    width: 150px;
    margin: -11.7333333333% auto 49.3333333333%;
  }
  .p-product-main__title-sc {
    width: 150px;
    margin: -11.7333333333% auto 49.3333333333%;
  }
  .p-product-main__scroll {
    bottom: 20px;
    left: -11px;
  }
  .p-product-video {
    padding-block: 48px 27px;
  }
  .p-product-video__body {
    margin-bottom: 100px;
  }
  .p-product-video__title {
    margin-bottom: 72px;
  }
  .p-product-video__button-img-body {
    padding-top: 55.8208955224%;
  }
  .p-product-video__button-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    margin-top: 43.8805970149%;
  }
  .p-product-video__button-text {
    margin-top: 13px;
  }
  .p-product-lead {
    padding-block: 135px 136px;
  }
  .p-product-lead__title {
    margin-bottom: 58px;
  }
  .p-product-lead__text + .p-product-lead__text {
    margin-top: 24px;
  }
  .p-product-features {
    padding-top: 136px;
  }
  .p-product-features__head {
    margin-bottom: 151px;
    padding: 0 4.2666666667vw;
  }
  .p-product-features__img01 {
    margin: 0 0 3.4985422741%;
  }
  .p-product-features__img01-body {
    padding-top: 72.8862973761%;
  }
  .p-product-features__img02-body {
    padding-top: 102.0408163265%;
  }
  .p-product-features__title {
    margin-bottom: 58px;
  }
  .p-product-features__item {
    padding-block: 60px 54px;
  }
  .p-product-features__item-img {
    margin-bottom: 36px;
  }
  .p-product-features__item-text {
    margin-bottom: 23px;
  }
  .p-product-spec {
    padding-block: 136px 136px;
  }
  .p-product-spec__title {
    margin-bottom: 46px;
  }
  .p-product-spec__title-cn {
    margin-bottom: 53px;
  }
  .p-product-spec__text {
    margin-top: 36px;
  }
  [lang=en] .p-top-product {
    padding-bottom: 182px;
  }
  [lang=zh-Hant] .p-top-product {
    padding-bottom: 222px;
  }
}

@media only screen and (min-width: 769px){
  body {
    font-size: 1rem;
  }
  .u-fs-15-md {
    font-size: 0.9375rem;
  }
  .u-fs-16-md {
    font-size: 1rem;
  }
  .u-fs-18-md {
    font-size: 1.125rem;
  }
  .u-fs-20-md {
    font-size: 1.25rem;
  }
  .u-fs-22-md {
    font-size: 1.375rem;
  }
  .u-fs-24-md {
    font-size: 1.5rem;
  }
  .u-fs-28-md {
    font-size: 1.75rem;
  }
  .u-fs-34-md {
    font-size: 2.125rem;
  }
  .u-fs-36-md {
    font-size: 2.25rem;
  }
  .u-fs-40-md {
    font-size: 2.5rem;
  }
  .u-fs-48-md {
    font-size: 3rem;
  }
  .u-fs-64-md {
    font-size: 4rem;
  }
  .u-fs-78-md {
    font-size: 4.875rem;
  }
  .u-fs-112-md {
    font-size: 7rem;
  }
  .u-ls-10-md {
    letter-spacing: 0.01em;
  }
  .u-ls-30-md {
    letter-spacing: 0.03em;
  }
  .u-lh-116-md {
    line-height: 1.16;
  }
  .u-lh-13-md {
    line-height: 1.3;
  }
  .u-lh-14-md {
    line-height: 1.4;
  }
  .u-lh-16-md {
    line-height: 1.6;
  }
  .u-lh-17-md {
    line-height: 1.7;
  }
  .u-lh-18-md {
    line-height: 1.8;
  }
  .u-lh-2-md {
    line-height: 2;
  }
  .u-lh-22-md {
    line-height: 2.2;
  }
  .u-hidden-md {
    display: none !important;
  }
  .u-grid-md {
    display: grid;
  }
  .u-grid-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .u-flex-md {
    display: flex;
  }
  .u-flex-center-md {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .u-flex-between-md {
    display: flex;
    justify-content: space-between;
  }
  .u-text-right-md {
    text-align: right;
  }
  .l-side-space {
    padding-inline: 6.6666666667vw;
  }
  .splide--bg-img {
    transform: scale(1.1);
  }
  .is-video .js-modal__container {
    max-width: 912px;
  }
  .js-modal__close {
    top: 48px;
    right: 4.1666666667vw;
  }
  .js-parallax__item.is-scale-md {
    height: 110%;
  }
  .c-footer__head {
    padding-block: 53px 42px;
  }
  .c-footer__body {
    padding-block: 36px;
  }
  .c-footer__body-inner {
    gap: 36px;
  }
  .c-footer__list {
    gap: 36px;
  }
  .c-footer__bnr {
    padding-block: 72px;
    gap: 25px;
  }
  .c-header__logo {
    top: 48px;
    left: 6.6666666667vw;
  }
  .c-header__toggle {
    top: 54px;
    right: 6.6666666667vw;
    width: 64px;
    margin-right: 177px;
  }
  .c-header__toggle-summary {
    padding-block: 7px 5px;
  }
  .c-header__toggle-list {
    margin-top: -1px;
    padding: 0 0 5px;
    gap: 4px;
  }
  .c-header__logo-citizen {
    top: 58px;
    right: 6.6666666667vw;
  }
  .p-top::before {
    height: 300px;
  }
  .p-top-main {
    padding-bottom: 200px;
  }
  .p-top-main__title-sub {
    margin: 8px 0 -3px;
  }
  .p-top-main__title-sub-cn {
    margin: 13px 0 -11px;
  }
  .p-top-main__scroll {
    bottom: 145px;
    left: -48px;
    width: 256px;
    height: 256px;
  }
  .p-top-about {
    padding-top: 56px;
  }
  .p-top-about::before {
    top: -476px;
    width: 1532px;
    height: 1306px;
    margin-left: -264px;
  }
  .p-top-about::after {
    top: -5px;
    bottom: 2503px;
    width: 1835px;
    height: 1388px;
    margin-right: -301px;
  }
  .p-top-about__catch {
    margin-top: 21px;
  }
  .p-top-about__text {
    margin-top: 61px;
  }
  .p-top-about__text + .p-top-about__text {
    margin-top: 31px;
  }
  .p-top-about__video-button {
    height: 540px;
    padding: 40px;
  }
  .p-top-about__video {
    margin-top: 144px;
  }
  .p-top-product {
    padding-block: 180px 290px;
  }
  .p-top-product__main {
    margin-top: 64px;
  }
  .p-top-product__main::before {
    position: absolute;
    top: -200px;
    bottom: 1235px;
    left: 50%;
    width: 2397px;
    height: 1108px;
    margin-left: -778px;
    background: radial-gradient(50% 50% at 50% 50%, #939DAC 0%, rgba(210, 210, 210, 0.3) 64.58%, rgba(224, 231, 249, 0) 100%);
  }
  .p-top-product__main-head {
    width: 55.1923076923%;
  }
  .p-top-product__main-img {
    transform: translateX(3.9%);
  }
  .p-top-product__main-body {
    width: 43.2692307692%;
  }
  .p-top-product__main-text {
    margin-top: 49px;
  }
  .p-top-product__main-name {
    margin-top: 6px;
  }
  .p-top-product__main-link {
    max-width: 414px;
    margin: 19px 0 1px;
  }
  .p-top-product__main-catch-en {
    margin-bottom: 16px;
  }
  .p-top-product__main-text-en {
    margin: 48px 0 28px;
  }
  .p-top-product__list {
    margin-top: 144px;
    gap: 2.4038461538%;
  }
  .p-top-product__item-img {
    padding-top: 165.4545454545%;
  }
  .p-top-product__item-title {
    margin-top: 23px;
  }
  .p-top-product__item-title-sub {
    margin-top: 30px;
  }
  .p-top-product__item-text {
    margin-top: 8px;
  }
  .p-top-product__item-link {
    margin-top: 23px;
  }
  .p-top-product__modal-container {
    padding-top: 37px;
  }
  .p-top-product__modal-slider {
    width: 40.2884615385%;
    padding-bottom: 20px;
  }
  .p-top-product__modal-slider-body {
    padding: 0 7.1599045346%;
  }
  .p-top-product__modal-body {
    width: 48.75%;
    margin-left: auto;
  }
  .p-product-main__body {
    min-height: 800px;
  }
  .p-product-main__img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 71.5416666667%;
    margin-top: 2.8333333333%;
    transform: translateY(-50%);
  }
  .p-product-main__title {
    position: absolute;
    top: 50%;
    right: 14.5%;
    width: 19.25%;
    margin-top: -1.25%;
    transform: translateY(-50%);
  }
  .p-product-main__title-en {
    position: absolute;
    top: 50%;
    right: 9.4166666667%;
    width: 25.4166666667%;
    margin-top: -1.25%;
    transform: translateY(-50%);
  }
  .p-product-main__title-tc {
    position: absolute;
    top: 50%;
    right: 16.0833333333%;
    width: 15.75%;
    margin-top: -1.25%;
    transform: translateY(-50%);
  }
  .p-product-main__title-sc {
    position: absolute;
    top: 50%;
    right: 16.0833333333%;
    width: 15.8333333333%;
    margin-top: -1.25%;
    transform: translateY(-50%);
  }
  .p-product-main__scroll {
    bottom: 0;
    left: 4%;
    margin-bottom: 4%;
  }
  .p-product-video {
    padding-block: 72px 60px;
  }
  .p-product-video__body {
    margin-bottom: 80px;
  }
  .p-product-video__body:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-product-video__body:nth-child(2n) .p-product-video__title {
    margin: 3.5576923077% 0 0;
  }
  .p-product-video__body:nth-child(2n) .p-product-video__title:after {
    top: 0.5641025641em;
    right: 100%;
    left: auto;
    width: 0.9871794872em;
    margin: 0 0.1666666667em 0 0;
  }
  .p-product-video__body:nth-child(2n) .p-product-video__button {
    margin-left: 3.8461538462%;
  }
  .p-product-video__title {
    margin: 7.1153846154% 0 0;
    font-size: 6.5vw;
  }
  .p-product-video__title:after {
    position: absolute;
    top: 0.6666666667em;
    left: 100%;
    width: 0.7307692308em;
    height: 1px;
    margin-left: 0.1025641026em;
    background: rgba(255, 255, 255, 0.5);
    content: "";
  }
  .p-product-video__button {
    width: 57.3076923077%;
  }
  .p-product-video__button-img {
    width: 93.288590604%;
  }
  .p-product-video__button-img-body {
    padding-top: 45.6834532374%;
  }
  .p-product-video__button-icon {
    margin: -60px 0 17px auto;
  }
  .p-product-video__button-text {
    margin-right: -0.25rem;
  }
  .p-product-lead {
    padding-block: 144px 144px;
  }
  .p-product-lead__title {
    margin-bottom: 61px;
  }
  .p-product-lead__text + .p-product-lead__text {
    margin-top: 31px;
  }
  .p-product-features {
    padding-top: 144px;
  }
  .p-product-features__head {
    margin-bottom: 181px;
  }
  .p-product-features__img01 {
    width: 31.7307692308%;
  }
  .p-product-features__img01-body {
    padding-top: 144.2424242424%;
  }
  .p-product-features__img02 {
    width: 65.8653846154%;
  }
  .p-product-features__img02-body {
    padding-top: 69.4890510949%;
  }
  .p-product-features__title {
    margin-bottom: 72px;
  }
  .p-product-features__item {
    min-height: 100svh;
    padding-block: 100px;
  }
  .p-product-features__item-img {
    width: 48.8461538462%;
  }
  .p-product-features__item-body {
    width: 43.4615384615%;
  }
  .p-product-features__item-text {
    margin-bottom: 22px;
  }
  .p-product-spec {
    padding-block: 156px 156px;
  }
  .p-product-spec__body {
    width: 65.8653846154%;
    margin-top: 15px;
  }
  .p-product-spec__item-title {
    width: 178px;
    padding-right: 25px;
  }
  .p-product-spec__text {
    margin-top: 35px;
  }
  [lang=en] .p-top-product {
    padding-bottom: 270px;
  }
  [lang=zh-Hant] .p-top-product {
    padding-bottom: 265px;
  }
}

@media only screen and (min-width: 960px){
  .u-grid-col3-lg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 1201px){
  .p-product-video__title {
    font-size: 4.875rem;
  }
}

@media (max-aspect-ratio: 1/1){
  .js-loading__overlay {
    -webkit-mask-size: 302.0833333333vw 370.3703703704vh;
            mask-size: 302.0833333333vw 370.3703703704vh;
  }
  .js-loading__img-box {
    inset: -1vh -24vw -3vh -14vw;
  }
}

@media print{
  .js-anime__item {
    opacity: 1;
  }
}</pre></body></html>