.z-sequence {
  width: 100%;
}
html.ie {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body #oc-header {
    overflow: hidden;
  }
}
body #oc-wrapper {
  overflow: visible;
}
body.no-scroll {
  overflow: hidden;
}
#main-wrapper {
  font-size: 16px;
  font-weight: 200;
  font-family: OPPOSans-Regular, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'STHeiti', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
#main-wrapper * {
  box-sizing: border-box;
}
#main-wrapper a {
  text-decoration: none;
}
#main-wrapper img {
  display: block;
}
#main-wrapper img:not(.loaded) {
  min-width: 1px;
  min-height: 1px;
}
#main-wrapper canvas img {
  display: none;
}
#main-wrapper video {
  display: block;
}
#main-wrapper br {
  font-family: 'Open Sans', '-apple-system', 'BlinkMacSystemFont', 'Helvetica Neue', 'Helvetica', 'Roboto', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Jhenghei', 'sans-serif';
}
#main-wrapper .vertical-center {
  height: 100%;
  display: flex;
  align-items: center;
}
#main-wrapper .vertical-center > * {
  width: 100%;
}
#main-wrapper .horizontal-center {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#main-wrapper .horizontal-center > * {
  height: 100%;
}
#main-wrapper .text-center {
  text-align: center;
}
#main-wrapper .g--sticky-container {
  position: relative;
}
#online-store {
  position: fixed;
  z-index: 999;
  top: -999vh;
  top: calc(var(--vh, 1vh) * -999);
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#online-store .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.5s ease;
}
#online-store .store-container {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 1312px;
  height: 720px;
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  transition-delay: 0.25s;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 1440px) and (max-width: 1600px) and (orientation: landscape) {
  #online-store .store-container {
    width: 1312px;
    height: 625px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (orientation: landscape) {
  #online-store .store-container {
    width: 896px;
    height: 580px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  #online-store .store-container {
    width: 720px;
    height: 850px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #online-store .store-container {
    width: 320px;
    height: 620px;
  }
}
#online-store .store-container .store-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
#online-store .store-container .store-page::-webkit-scrollbar {
  width: 4px;
}
#online-store .store-container .store-page::-webkit-scrollbar-thumb {
  background-color: #2ec84d;
}
#online-store .store-container .store-page .close-button {
  position: absolute;
  z-index: 3;
  top: 32px;
  right: 32px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#online-store .store-container .store-page .title-area {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: 146px;
  background-color: #fff;
  text-align: center;
  padding-top: 70px;
}
#online-store .store-container .store-page .title-area p {
  font-size: 28px;
  line-height: 44px;
  letter-spacing: -0.1;
  font-family: OPPOSans-Bold;
}
#online-store .store-container .store-page .store-content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 146px;
  margin-bottom: 28px;
}
#online-store .store-container .store-page .store-content .store-list {
  width: 1088px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1439px) and (orientation: landscape) {
  #online-store .store-container .store-page .store-content .store-list {
    width: 664px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list {
    width: 532px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list {
    width: 280px;
  }
}
#online-store .store-container .store-page .store-content .store-list .store-title {
  flex: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#online-store .store-container .store-page .store-content .store-list .store {
  width: 192px;
  height: 144px;
  background-color: rgba(0,0,0,0.04);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#online-store .store-container .store-page .store-content .store-list .store img {
  width: 118px;
  height: 80px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1440px) {
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(5n+1)) {
    margin-left: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (orientation: landscape) {
  #online-store .store-container .store-page .store-content .store-list .store {
    width: 200px;
    height: 150px;
  }
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(3n+1)) {
    margin-left: 32px;
  }
  #online-store .store-container .store-page .store-content .store-list .store img {
    width: 122px;
    height: 82px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list .store {
    width: 155px;
    height: 116px;
  }
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(3n+1)) {
    margin-left: 32px;
  }
  #online-store .store-container .store-page .store-content .store-list .store img {
    width: 95px;
    height: 64px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list .store {
    width: 132px;
    height: 96px;
  }
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(2n+1)) {
    margin-left: 16px;
  }
  #online-store .store-container .store-page .store-content .store-list .store img {
    width: 98px;
    height: 66px;
  }
}
#online-store .store-container .store-page .store-content .store-list .store:hover,
#online-store .store-container .store-page .store-content .store-list .store :active {
  background-color: rgba(0,0,0,0.01);
}
#online-store .store-container .store-page .store-content .store-list .store:hover img,
#online-store .store-container .store-page .store-content .store-list .store :active img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#online-store .store-container .store-page .store-content .store-list:not(:first-child) {
  margin-top: 6px;
}
#online-store.show {
  top: 0;
}
#online-store.show .mask {
  opacity: 1;
}
#online-store.show .store-container {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#oc-header.fixed {
  position: absolute;
}
#main-wrapper {
  position: relative;
  padding-top: 61px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #main-wrapper {
    padding-top: 51px;
  }
}
.position-sticky #main-wrapper {
  padding-top: 0;
}
nav#navbar {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-left: none;
  border-right: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
nav#navbar li a,
nav#navbar li span {
  opacity: 0.6;
  color: inherit;
  transition: opacity 0.3s ease;
}
nav#navbar li a:hover,
nav#navbar li span:hover {
  opacity: 1;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .products li,
  nav#navbar .links li {
    background-color: #fff;
  }
  nav#navbar .products li a,
  nav#navbar .links li a {
    border-bottom: 1px solid #e5e5e5;
  }
  nav#navbar .products > :last-child > :last-child,
  nav#navbar .links > :last-child > :last-child,
  nav#navbar .products > :last-child > :last-child > :last-child,
  nav#navbar .links > :last-child > :last-child > :last-child {
    border-bottom-color: transparent;
  }
}
nav#navbar .container .mask {
  background-color: rgba(253,253,253,0.9);
  transition: background-color 0.3s ease;
}
nav#navbar .container .indicator .arrow {
  fill: #000;
  transition: fill 0.3s ease;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar.sticked {
    background-color: #fff;
  }
}
nav#navbar[data-theme='dark'] {
  color: #fff;
  background-color: #000;
  border-color: rgba(255,255,255,0.1);
}
nav#navbar[data-theme='dark'] .container .mask {
  background-color: rgba(21,21,21,0.9);
}
nav#navbar[data-theme='dark'] .container .indicator .arrow {
  fill: #fff;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar[data-theme='dark'] .products li,
  nav#navbar[data-theme='dark'] .links li {
    background-color: #000;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar[data-theme='dark'].sticked {
    background-color: #000;
  }
}
nav#navbar {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 61px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar {
    height: 51px;
  }
}
nav#navbar li {
  color: inherit;
}
nav#navbar li,
nav#navbar li a {
  font-family: OPPOSans-Medium;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.06px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar li,
  nav#navbar li a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.051px;
  }
}
nav#navbar li a,
nav#navbar li span {
  display: flex;
  align-items: center;
  cursor: default;
}
nav#navbar li a {
  cursor: pointer;
  white-space: nowrap;
}
nav#navbar .container {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 14.4rem;
  margin: 0 auto;
  padding: 0 0.6rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  nav#navbar .container {
    padding: 0 0.5rem;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container {
    padding: 0 0.15rem;
  }
}
nav#navbar .container ul,
nav#navbar .container li {
  display: flex;
}
nav#navbar .container .products,
nav#navbar .container .links,
nav#navbar .container .buttons {
  min-width: 0;
  align-items: center;
}
nav#navbar .container .products ul + ul,
nav#navbar .container .links ul + ul,
nav#navbar .container .buttons ul + ul,
nav#navbar .container .products ul + li,
nav#navbar .container .links ul + li,
nav#navbar .container .buttons ul + li,
nav#navbar .container .products li + ul,
nav#navbar .container .links li + ul,
nav#navbar .container .buttons li + ul,
nav#navbar .container .products li + li,
nav#navbar .container .links li + li,
nav#navbar .container .buttons li + li {
  margin-left: 18px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  nav#navbar .container .products ul + ul,
  nav#navbar .container .links ul + ul,
  nav#navbar .container .buttons ul + ul,
  nav#navbar .container .products ul + li,
  nav#navbar .container .links ul + li,
  nav#navbar .container .buttons ul + li,
  nav#navbar .container .products li + ul,
  nav#navbar .container .links li + ul,
  nav#navbar .container .buttons li + ul,
  nav#navbar .container .products li + li,
  nav#navbar .container .links li + li,
  nav#navbar .container .buttons li + li {
    margin-left: 12px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .products ul + ul,
  nav#navbar .container .links ul + ul,
  nav#navbar .container .buttons ul + ul,
  nav#navbar .container .products ul + li,
  nav#navbar .container .links ul + li,
  nav#navbar .container .buttons ul + li,
  nav#navbar .container .products li + ul,
  nav#navbar .container .links li + ul,
  nav#navbar .container .buttons li + ul,
  nav#navbar .container .products li + li,
  nav#navbar .container .links li + li,
  nav#navbar .container .buttons li + li {
    margin-left: 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .products,
  nav#navbar .container .links {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  nav#navbar .container .products li,
  nav#navbar .container .links li {
    position: relative;
    padding: 0 58px;
    justify-content: stretch;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(-800%);
            transform: translateY(-800%);
  }
  nav#navbar .container .products li a,
  nav#navbar .container .links li a {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 15px 0;
  }
}
nav#navbar .container .products {
  flex: 1 1 0%;
  justify-content: flex-start;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .products {
    z-index: 3;
  }
}
nav#navbar .container .products .active {
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .products .divider {
    display: none;
  }
}
nav#navbar .container .products .divider a {
  cursor: default;
}
nav#navbar .container .links {
  flex: 3 3 0%;
  justify-content: center;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .links {
    z-index: 4;
  }
  nav#navbar .container .links > ul {
    flex-direction: column;
  }
}
nav#navbar .container .links .anchors {
  margin-left: 0;
}
nav#navbar .container .links .anchors > :first-child {
  margin-left: 18px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  nav#navbar .container .links .anchors > :first-child {
    margin-left: 12px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .links .anchors > :first-child {
    margin-left: 0;
  }
}
nav#navbar .container .buttons {
  flex: 1 1 0%;
  justify-content: flex-end;
}
nav#navbar .container .buttons .button {
  position: relative;
  overflow: hidden;
}
nav#navbar .container .buttons .button a {
  font-family: OPPOSans-Bold;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0;
  opacity: 1;
  line-height: 1;
  background-color: #2ec84d;
  height: 32px;
  padding: 0 15px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .buttons .button a {
    height: 24px;
    padding: 0 10px;
  }
}
nav#navbar .container .links[data-active=''] .default,
nav#navbar .container .links:not([data-active]) .default {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="1"] > li:nth-child(1) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="2"] > li:nth-child(2) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="3"] > li:nth-child(3) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="4"] > li:nth-child(4) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="5"] > li:nth-child(5) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="6"] > li:nth-child(6) a {
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container {
    position: relative;
  }
  nav#navbar .container .mask {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    opacity: 0;
  }
  nav#navbar .container .indicator {
    height: 24px;
    margin-left: 5px;
  }
  nav#navbar .container .indicator .arrow {
    margin-top: 5px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  nav#navbar .container .selector {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  nav#navbar .container .selector li * {
    opacity: 1;
    font-family: OPPOSans-Bold;
  }
  nav#navbar .container[data-active-selector] .mask {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 1;
  }
  nav#navbar .container[data-active-selector='product'] .product-selector .indicator .arrow {
    -webkit-transform: none;
            transform: none;
  }
  nav#navbar .container[data-active-selector='product'] .products {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  nav#navbar .container[data-active-selector='product'] .products > li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  nav#navbar .container[data-active-selector='link'] .link-selector .indicator .arrow {
    -webkit-transform: none;
            transform: none;
  }
  nav#navbar .container[data-active-selector='link'] .links {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  nav#navbar .container[data-active-selector='link'] .links > li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  nav#navbar .container .product-selector,
  nav#navbar .container .buttons {
    flex: 0 0 85px;
  }
  nav#navbar .container .link-selector {
    margin: 0 5px;
    flex: 1 1 0%;
    justify-content: center;
  }
}
.g--popup-mask {
  z-index: 500;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(150vh);
          transform: translateY(150vh);
  background-color: #000;
}
.g--popup-mask.show {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.g--popup-mask.fold {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.g--popup-mask video {
  z-index: 1;
  width: 100%;
}
.g--popup-mask video:focus {
  outline: none;
}
.g--popup-mask .close {
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.g--popup-mask .close::before {
  background: #fff;
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 21px;
}
.g--popup-mask .close::after {
  background: #fff;
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 21px;
}
.g--popup-mask.light {
  background-color: #fff;
}
.g--popup-mask.light .close::before,
.g--popup-mask.light .close::after {
  background-color: #000;
}
#online-store {
  position: fixed;
  z-index: 999;
  top: -999vh;
  top: calc(var(--vh, 1vh) * -999);
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#online-store .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.5s ease;
}
#online-store .store-container {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 1312px;
  height: 720px;
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  transition-delay: 0.25s;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 1440px) and (max-width: 1600px) and (orientation: landscape) {
  #online-store .store-container {
    width: 1312px;
    height: 625px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (orientation: landscape) {
  #online-store .store-container {
    width: 896px;
    height: 580px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  #online-store .store-container {
    width: 720px;
    height: 850px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #online-store .store-container {
    width: 320px;
    height: 620px;
  }
}
#online-store .store-container .store-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
#online-store .store-container .store-page::-webkit-scrollbar {
  width: 4px;
}
#online-store .store-container .store-page::-webkit-scrollbar-thumb {
  background-color: #2ec84d;
}
#online-store .store-container .store-page .close-button {
  position: absolute;
  z-index: 3;
  top: 32px;
  right: 32px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#online-store .store-container .store-page .title-area {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: 146px;
  background-color: #fff;
  text-align: center;
  padding-top: 70px;
}
#online-store .store-container .store-page .title-area p {
  font-size: 28px;
  line-height: 44px;
  letter-spacing: -0.1;
  font-family: OPPOSans-Bold;
}
#online-store .store-container .store-page .store-content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 146px;
  margin-bottom: 28px;
}
#online-store .store-container .store-page .store-content .store-list {
  width: 1088px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1439px) and (orientation: landscape) {
  #online-store .store-container .store-page .store-content .store-list {
    width: 664px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list {
    width: 532px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list {
    width: 280px;
  }
}
#online-store .store-container .store-page .store-content .store-list .store-title {
  flex: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#online-store .store-container .store-page .store-content .store-list .store {
  width: 192px;
  height: 144px;
  background-color: rgba(0,0,0,0.04);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#online-store .store-container .store-page .store-content .store-list .store img {
  width: 118px;
  height: 80px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1440px) {
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(5n+1)) {
    margin-left: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (orientation: landscape) {
  #online-store .store-container .store-page .store-content .store-list .store {
    width: 200px;
    height: 150px;
  }
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(3n+1)) {
    margin-left: 32px;
  }
  #online-store .store-container .store-page .store-content .store-list .store img {
    width: 122px;
    height: 82px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list .store {
    width: 155px;
    height: 116px;
  }
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(3n+1)) {
    margin-left: 32px;
  }
  #online-store .store-container .store-page .store-content .store-list .store img {
    width: 95px;
    height: 64px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list .store {
    width: 132px;
    height: 96px;
  }
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(2n+1)) {
    margin-left: 16px;
  }
  #online-store .store-container .store-page .store-content .store-list .store img {
    width: 98px;
    height: 66px;
  }
}
#online-store .store-container .store-page .store-content .store-list .store:hover,
#online-store .store-container .store-page .store-content .store-list .store :active {
  background-color: rgba(0,0,0,0.01);
}
#online-store .store-container .store-page .store-content .store-list .store:hover img,
#online-store .store-container .store-page .store-content .store-list .store :active img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#online-store .store-container .store-page .store-content .store-list:not(:first-child) {
  margin-top: 6px;
}
#online-store.show {
  top: 0;
}
#online-store.show .mask {
  opacity: 1;
}
#online-store.show .store-container {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.g--container {
  margin: 0 auto;
  width: 1312px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--container {
    width: 896px;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  .g--container {
    width: 88.88888888888889vw;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .g--container {
    width: 93.75vw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .g--pt-hidden {
    display: none !important;
  }
}
@media (orientation: portrait) and (min-width: 1025px), (orientation: landscape) and (min-width: 1024px) {
  .g--ls-hidden {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .g--mb-hidden {
    display: none !important;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .g--pc-hidden {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--pc-hidden {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .g--pc-hidden {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .g--pc-hidden {
    display: none !important;
  }
}
#main-wrapper .z-font-headline1,
#main-wrapper .z-font-headline1 * {
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: -0.0171875em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline1,
  #main-wrapper .z-font-headline1 * {
    font-size: 44px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline1,
  #main-wrapper .z-font-headline1 * {
    font-size: 49px;
    line-height: 1.142857142857143;
    letter-spacing: -0.020408163265306em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline1,
  #main-wrapper .z-font-headline1 * {
    font-size: 49px;
    line-height: 1.142857142857143;
    letter-spacing: -0.008163265306122em;
  }
}
#main-wrapper .z-font-headline2,
#main-wrapper .z-font-headline2 * {
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: -0.0171875em;
  font-family: OPPOSans-Bold;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline2,
  #main-wrapper .z-font-headline2 * {
    font-size: 44px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline2,
  #main-wrapper .z-font-headline2 * {
    font-size: 49px;
    line-height: 1.142857142857143;
    letter-spacing: -0.020408163265306em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline2,
  #main-wrapper .z-font-headline2 * {
    font-size: 34px;
    line-height: 1.647058823529412;
    letter-spacing: -0.011764705882353em;
  }
}
#main-wrapper .z-font-headline3,
#main-wrapper .z-font-headline3 * {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -0.0175em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline3,
  #main-wrapper .z-font-headline3 * {
    font-size: 27px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline3,
  #main-wrapper .z-font-headline3 * {
    font-size: 33px;
    line-height: 1.696969696969697;
    letter-spacing: 0.003030303030303em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline3,
  #main-wrapper .z-font-headline3 * {
    font-size: 26px;
    line-height: 1.692307692307692;
    letter-spacing: -0.002692307692308em;
  }
}
#main-wrapper .z-font-headline3-s,
#main-wrapper .z-font-headline3-s * {
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.0175em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline3-s,
  #main-wrapper .z-font-headline3-s * {
    font-size: 27px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline3-s,
  #main-wrapper .z-font-headline3-s * {
    font-size: 33px;
    line-height: 1.424242424242424;
    letter-spacing: 0.003030303030303em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline3-s,
  #main-wrapper .z-font-headline3-s * {
    font-size: 26px;
    line-height: 1.384615384615385;
    letter-spacing: -0.002692307692308em;
  }
}
#main-wrapper .z-font-desc1,
#main-wrapper .z-font-desc1 * {
  font-size: 19px;
  line-height: 1.684210526315789;
  letter-spacing: -0.015789473684211em;
  font-family: OPPOSans-Bold;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc1,
  #main-wrapper .z-font-desc1 * {
    font-size: 13px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc1,
  #main-wrapper .z-font-desc1 * {
    font-size: 19px;
    line-height: 1.684210526315789;
    letter-spacing: -0.015789473684211em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc1,
  #main-wrapper .z-font-desc1 * {
    font-size: 19px;
    line-height: 1.684210526315789;
    letter-spacing: -0.015789473684211em;
  }
}
#main-wrapper .z-font-desc2,
#main-wrapper .z-font-desc2 * {
  font-size: 19px;
  line-height: 1.684210526315789;
  letter-spacing: -0.015789473684211em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc2,
  #main-wrapper .z-font-desc2 * {
    font-size: 13px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc2,
  #main-wrapper .z-font-desc2 * {
    font-size: 15px;
    line-height: 1.866666666666667;
    letter-spacing: -0.009333333333333em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc2,
  #main-wrapper .z-font-desc2 * {
    font-size: 15px;
    line-height: 1.866666666666667;
    letter-spacing: -0.009333333333333em;
  }
}
#main-wrapper .z-font-desc2-b,
#main-wrapper .z-font-desc2-b * {
  font-size: 19px;
  line-height: 1.684210526315789;
  letter-spacing: -0.015789473684211em;
  font-family: OPPOSans-Bold;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc2-b,
  #main-wrapper .z-font-desc2-b * {
    font-size: 13px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc2-b,
  #main-wrapper .z-font-desc2-b * {
    font-size: 15px;
    line-height: 1.866666666666667;
    letter-spacing: -0.009333333333333em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc2-b,
  #main-wrapper .z-font-desc2-b * {
    font-size: 15px;
    line-height: 1.866666666666667;
    letter-spacing: -0.009333333333333em;
  }
}
#main-wrapper .z-font-desc2s,
#main-wrapper .z-font-desc2s * {
  font-size: 19px;
  line-height: 1.684210526315789;
  letter-spacing: -0.015789473684211em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc2s,
  #main-wrapper .z-font-desc2s * {
    font-size: 13px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc2s,
  #main-wrapper .z-font-desc2s * {
    font-size: 11px;
    line-height: 2.181818181818182;
    letter-spacing: 0.003636363636364em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc2s,
  #main-wrapper .z-font-desc2s * {
    font-size: 11px;
    line-height: 2.181818181818182;
    letter-spacing: 0.003636363636364em;
  }
}
#main-wrapper .z-font-desc3,
#main-wrapper .z-font-desc3 * {
  font-size: 15px;
  line-height: 1.866666666666667;
  letter-spacing: -0.009333333333333em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc3,
  #main-wrapper .z-font-desc3 * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc3,
  #main-wrapper .z-font-desc3 * {
    font-size: 15px;
    line-height: 1.333333333333333;
    letter-spacing: -0.009333333333333em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc3,
  #main-wrapper .z-font-desc3 * {
    font-size: 15px;
    line-height: 1.333333333333333;
    letter-spacing: -0.009333333333333em;
  }
}
#main-wrapper .z-font-desc4,
#main-wrapper .z-font-desc4 * {
  font-size: 15px;
  line-height: 1.866666666666667;
  letter-spacing: -0.026666666666667em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc4,
  #main-wrapper .z-font-desc4 * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc4,
  #main-wrapper .z-font-desc4 * {
    font-size: 11px;
    line-height: 1.818181818181818;
    letter-spacing: 0.003636363636364em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc4,
  #main-wrapper .z-font-desc4 * {
    font-size: 11px;
    line-height: 1.818181818181818;
    letter-spacing: 0.003636363636364em;
  }
}
#main-wrapper .z-font-desc5,
#main-wrapper .z-font-desc5 * {
  font-size: 13px;
  line-height: 1.846153846153846;
  letter-spacing: 0em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc5,
  #main-wrapper .z-font-desc5 * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc5,
  #main-wrapper .z-font-desc5 * {
    font-size: 13px;
    line-height: 1.846153846153846;
    letter-spacing: 0em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc5,
  #main-wrapper .z-font-desc5 * {
    font-size: 13px;
    line-height: 1.846153846153846;
    letter-spacing: 0em;
  }
}
#main-wrapper .z-font-desc5s,
#main-wrapper .z-font-desc5s * {
  font-size: 14px;
  line-height: 1.714285714285714;
  letter-spacing: -0.004285714285714em;
  font-family: OPPOSans-Medium;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc5s,
  #main-wrapper .z-font-desc5s * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc5s,
  #main-wrapper .z-font-desc5s * {
    font-size: 14px;
    line-height: 1.714285714285714;
    letter-spacing: -0.004285714285714em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc5s,
  #main-wrapper .z-font-desc5s * {
    font-size: 14px;
    line-height: 1.714285714285714;
    letter-spacing: -0.004285714285714em;
  }
}
#main-wrapper .z-font-remark,
#main-wrapper .z-font-remark * {
  font-size: 12px;
  line-height: 1.666666666666667;
  letter-spacing: -0.041666666666667em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-remark,
  #main-wrapper .z-font-remark * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-remark,
  #main-wrapper .z-font-remark * {
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: -0.00425em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-remark,
  #main-wrapper .z-font-remark * {
    font-size: 11px;
    line-height: 1.818181818181818;
    letter-spacing: -0.003636363636364em;
  }
}
#main-wrapper .z-font-linkTitle,
#main-wrapper .z-font-linkTitle * {
  font-size: 19px;
  line-height: 1.684210526315789;
  letter-spacing: -0.015789473684211em;
  font-family: OPPOSans-Medium;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-linkTitle,
  #main-wrapper .z-font-linkTitle * {
    font-size: 13px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-linkTitle,
  #main-wrapper .z-font-linkTitle * {
    font-size: 19px;
    line-height: 1.684210526315789;
    letter-spacing: -0.015789473684211em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-linkTitle,
  #main-wrapper .z-font-linkTitle * {
    font-size: 19px;
    line-height: 1.684210526315789;
    letter-spacing: -0.015789473684211em;
  }
}
#main-wrapper .z-headline-offset,
#main-wrapper .z-headline-offset * {
  margin-top: -14px;
}
@media (orientation: portrait) and (max-width: 720px) {
  #main-wrapper .z-headline-offset,
  #main-wrapper .z-headline-offset * {
    margin-top: -10px;
  }
}
#main-wrapper .z-title-std,
#main-wrapper .z-title-std * {
  font-size: 68px;
  line-height: 1.205882352941176;
  letter-spacing: -0.011764705882353em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-title-std,
  #main-wrapper .z-title-std * {
    font-size: 46px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-title-std,
  #main-wrapper .z-title-std * {
    font-size: 49px;
    line-height: 1.285714285714286;
    letter-spacing: -0.020408163265306em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-title-std,
  #main-wrapper .z-title-std * {
    font-size: 36px;
    line-height: 1.277777777777778;
    letter-spacing: -0.005em;
  }
}
#main-wrapper .g--black {
  color: #000;
}
#main-wrapper .g--white {
  color: #fff;
}
#main-wrapper .g--black-grey1 {
  color: rgba(0,0,0,0.6);
}
#main-wrapper .g--black-grey2 {
  color: rgba(0,0,0,0.5);
}
#main-wrapper .g--white-grey {
  color: rgba(255,255,255,0.6);
}
.g--v-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 10;
  display: none;
}
.g--v-mask.show {
  display: block;
}
.g--v-mask .g--v-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  position: relative;
  width: 100%;
  height: 100%;
}
.g--v-mask .g--video-wrapper {
  position: relative;
  margin-top: -12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.g--v-mask .g--video-wrapper .g--video {
  width: 100%;
  height: 100%;
}
.ie .g--v-mask .g--video-wrapper .g--video {
  display: flex;
  justify-content: center;
}
.g--v-mask .g--video-wrapper video {
  width: 100%;
  height: 100%;
}
.g--v-mask .g--video-wrapper video.video-disappear {
  display: none !important;
}
.g--popup-close {
  position: absolute;
  top: -32px;
  right: 0;
  z-index: 99;
  width: 12px;
  height: 12px;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 2260px) {
  .g--popup-close {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .g--popup-close {
    width: 18px;
    height: 18px;
    top: 20px;
    right: 10px;
  }
}
.g--popup-close.theme-white polygon {
  fill: #000;
}
.g--popup-close.theme-black polygon {
  fill: #fff;
}
#section-kv .g--container {
  position: relative;
  padding-top: 182px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv .g--container {
    padding-top: 124px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-kv .g--container {
    padding-top: 96px;
  }
}
#section-kv .video {
  position: relative;
  width: 100%;
  height: 738px;
  overflow: hidden;
  margin: auto;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv .video {
    height: 504px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-kv .video {
    width: 88.88888888888889vw;
    height: 160vw;
  }
}
#section-kv .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-kv .video canvas {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#section-kv .video canvas img {
  display: none;
}
#section-kv .video .play {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 146px;
  height: 48px;
  padding: 0 27px 0 20px;
  position: absolute;
  bottom: 62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv .video .play {
    bottom: 42px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv .video .play {
    width: 116px;
    height: 38px;
    padding: 0 21px 0 16px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-kv .video .play {
    bottom: 20px;
  }
}
#section-kv .video .play .arrow {
  width: 14px;
  height: 18px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv .video .play .arrow {
    width: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv .video .play .arrow {
    height: 12px;
  }
}
#section-kv .video .z-font-desc5 {
  font-family: OPPOSans-Medium;
}
#section-kv .kv-video .g--v-container {
  background: #fff;
}
#section-kv .kv-video .g--video-wrapper {
  width: 1280px;
  height: 720px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-kv .kv-video .g--video-wrapper {
    width: 960px;
    height: 540px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv .kv-video .g--video-wrapper {
    width: 720px;
    height: 405px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-kv .kv-video .g--video-wrapper {
    width: 100%;
    height: 56.25vw;
  }
}
#section-kv .kv-container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
#section-kv .kv-container video,
#section-kv .kv-container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-kv .kv-desc-std {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-kv .kv-desc-std {
    margin: auto;
    width: 88.88888888888889vw;
    text-align: left;
  }
}
#section-kv .kv-desc-std .content {
  margin-top: 28px;
  width: 800px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv .kv-desc-std .content {
    margin-top: 19px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv .kv-desc-std .content {
    width: 546px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-kv .kv-desc-std .content {
    width: 100%;
  }
}
#section-screen {
  overflow: hidden;
}
#section-screen > * {
  position: relative;
}
#section-screen .g-title-wrapper {
  padding: 182px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .g-title-wrapper {
    padding: 124px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .g-title-wrapper {
    padding: 96px 0;
    width: 88.88888888888889vw;
    margin: 0 auto;
  }
}
#section-screen .g-title-wrapper .g-title {
  text-align: center;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .g-title-wrapper .g-title {
    text-align: left;
  }
}
#section-screen .container {
  width: 1312px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .container {
    width: 896px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .container {
    width: 88.88888888888889vw;
    margin: 0 auto;
  }
}
#section-screen .t1-desc {
  display: flex;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .t1-desc {
    flex-direction: column;
  }
}
#section-screen .t1-desc .t1-desc-title-wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 64px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .t1-desc .t1-desc-title-wrapper {
    margin-right: 44px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .t1-desc .t1-desc-title-wrapper {
    margin: 0 0 20px;
  }
}
#section-screen .t1-desc .t1-desc-content {
  width: 640px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .t1-desc .t1-desc-content {
    width: 100%;
  }
}
#section-screen .t2-title-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .t2-title-wrapper {
    margin-bottom: 14px;
  }
}
#section-screen .t2-desc {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .t2-desc {
    margin-bottom: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .t2-desc {
    margin-bottom: 64px;
    flex-direction: column;
    align-items: flex-start;
  }
}
#section-screen .t2-desc .t2-content {
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .t2-desc .t2-content {
    width: 437px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .t2-desc .t2-content {
    width: 88.88888888888889vw;
  }
}
#section-screen .part-0 .container,
#section-screen .part-2 .container {
  padding-bottom: 128px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-0 .container,
  #section-screen .part-2 .container {
    padding-bottom: 87px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-0 .container,
  #section-screen .part-2 .container {
    padding-bottom: 80px;
  }
}
#section-screen .part-1 .container {
  padding: 128px 0 128px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-1 .container {
    padding: 87px 0 87px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-1 .container {
    padding: 80px 0 64px;
  }
}
#section-screen .part-3 .container,
#section-screen .part-4 .container,
#section-screen .part-5 .container {
  padding: 128px 0 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-3 .container,
  #section-screen .part-4 .container,
  #section-screen .part-5 .container {
    padding: 87px 0 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-3 .container,
  #section-screen .part-4 .container,
  #section-screen .part-5 .container {
    padding: 80px 0 0;
  }
}
#section-screen .part-0 {
  background-color: #f7f7f7;
}
#section-screen .part-0 .container .anime-wrapper .img-wrapper {
  margin: 0 0 80px;
  width: 100vw;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-0 .container .anime-wrapper .img-wrapper {
    margin: 0 0 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-0 .container .anime-wrapper .img-wrapper {
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-0 .container .anime-wrapper .img-wrapper {
    margin: 0 auto 80px;
  }
}
#section-screen .part-0 .container .anime-wrapper .img-wrapper .phone.g--pt-hidden {
  width: 100vw;
  height: 34.74vw;
}
#section-screen .part-0 .container .anime-wrapper .img-wrapper .phone.g--ls-hidden {
  width: 265.4673vw;
  height: 92.2222vw;
  margin-left: -63%;
}
@media (min-width: 1024px) and (max-width: 1439px) and (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-0 .container .anime-wrapper .img-wrapper {
    margin: 0 auto 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-0 .container .t1-desc {
    margin-top: 64px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-0 .container .t1-desc .t1-desc-content {
    max-height: 112px;
  }
}
#section-screen .part-1 .container .img-wrapper {
  margin-bottom: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-1 .container .img-wrapper {
    margin-bottom: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-1 .container .img-wrapper {
    margin-bottom: 64px;
  }
}
#section-screen .part-1 .container .img-wrapper .video {
  width: 1312px;
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-1 .container .img-wrapper .video {
    width: 896px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-1 .container .img-wrapper .video {
    height: 504px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-1 .container .img-wrapper .video {
    width: 88.88888888888889vw;
    height: 50vw;
    margin: 0 auto;
  }
}
#section-screen .part-1 .container .img-wrapper .video canvas {
  width: 100%;
  height: 100%;
}
#section-screen .part-1 .container .img-wrapper .video canvas img {
  display: none;
}
#section-screen .part-1 .container .img-wrapper .imgDesc-wrapper {
  width: 45%;
  margin: 32px auto 0;
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-1 .container .img-wrapper .imgDesc-wrapper {
    margin: 22px auto 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-1 .container .img-wrapper .imgDesc-wrapper {
    width: 100%;
    margin: 4px 0 0;
  }
}
#section-screen .part-1 .container .img-wrapper .imgDesc-wrapper .desc1,
#section-screen .part-1 .container .img-wrapper .imgDesc-wrapper .desc2 {
  width: 50%;
  text-align: center;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-1 .container .img-wrapper .imgDesc-wrapper .desc1,
  #section-screen .part-1 .container .img-wrapper .imgDesc-wrapper .desc2 {
    text-align: left;
  }
}
#section-screen .part-2 .container .img-wrapper {
  margin-bottom: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-2 .container .img-wrapper {
    margin-bottom: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-2 .container .img-wrapper {
    width: 70vw;
    margin: 0 auto 64px;
  }
}
#section-screen .part-2 .container .img-wrapper .g--pt-hidden {
  width: 1312rpxrpx;
  height: 607px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-2 .container .img-wrapper .g--pt-hidden {
    height: 414px;
  }
}
#section-screen .part-2 .container .img-wrapper .g--ls-hidden {
  width: 70vw;
  height: 150.8vw;
}
#section-screen .part-2 .container .desc {
  display: flex;
  flex-direction: column;
}
#section-screen .part-2 .container .desc .desc-wrapper-line {
  width: 837px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-2 .container .desc .desc-wrapper-line {
    width: 572px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-2 .container .desc .desc-wrapper-line {
    flex-direction: column;
    width: 100%;
  }
}
#section-screen .part-2 .container .desc .desc-wrapper-line:first-child {
  margin-bottom: 48px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-2 .container .desc .desc-wrapper-line:first-child {
    margin-bottom: 33px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-2 .container .desc .desc-wrapper-line:first-child {
    margin: 0;
  }
}
#section-screen .part-2 .container .desc .desc-wrapper-line .desc-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 168px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-2 .container .desc .desc-wrapper-line .desc-wrapper {
    min-width: 115px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-2 .container .desc .desc-wrapper-line .desc-wrapper {
    margin-bottom: 32px;
  }
}
#section-screen .part-2 .container .desc .desc-wrapper-line .desc-wrapper .d--up {
  margin-bottom: 4px;
  margin-left: -2px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-2 .container .desc .desc-wrapper-line .desc-wrapper .d--up {
    margin-bottom: 8px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-2 .container .desc .line2 .desc-wrapper:last-child {
    margin: 0;
  }
}
#section-screen .part-3,
#section-screen .part-4,
#section-screen .part-5 {
  overflow: hidden;
  background-color: #000;
  margin-top: -1px;
}
#section-screen .part-3 .container .logo-wrapper,
#section-screen .part-4 .container .logo-wrapper,
#section-screen .part-5 .container .logo-wrapper {
  margin-left: 144px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-3 .container .logo-wrapper,
  #section-screen .part-4 .container .logo-wrapper,
  #section-screen .part-5 .container .logo-wrapper {
    margin-left: 98px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-3 .container .logo-wrapper,
  #section-screen .part-4 .container .logo-wrapper,
  #section-screen .part-5 .container .logo-wrapper {
    margin: 32px 16px 0 0;
  }
}
#section-screen .part-3 .container .logo-wrapper .logo,
#section-screen .part-4 .container .logo-wrapper .logo,
#section-screen .part-5 .container .logo-wrapper .logo {
  width: 79px;
  height: 79px;
  margin-right: 17px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-3 .container .logo-wrapper .logo,
  #section-screen .part-4 .container .logo-wrapper .logo,
  #section-screen .part-5 .container .logo-wrapper .logo {
    width: 54px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-3 .container .logo-wrapper .logo,
  #section-screen .part-4 .container .logo-wrapper .logo,
  #section-screen .part-5 .container .logo-wrapper .logo {
    height: 54px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-3 .container .logo-wrapper .logo,
  #section-screen .part-4 .container .logo-wrapper .logo,
  #section-screen .part-5 .container .logo-wrapper .logo {
    margin-right: 12px;
  }
}
#section-screen .part-3 .container .img-wrapper,
#section-screen .part-4 .container .img-wrapper,
#section-screen .part-5 .container .img-wrapper {
  position: relative;
  width: 1312px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-3 .container .img-wrapper,
  #section-screen .part-4 .container .img-wrapper,
  #section-screen .part-5 .container .img-wrapper {
    width: 896px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-3 .container .img-wrapper,
  #section-screen .part-4 .container .img-wrapper,
  #section-screen .part-5 .container .img-wrapper {
    width: 88.88888888888889vw;
  }
}
#section-screen .part-3 .g--pt-hidden {
  width: 100%;
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-3 .g--pt-hidden {
    height: 504px;
  }
}
#section-screen .part-3 .g--ls-hidden {
  width: 100%;
  height: 66.67vw;
}
#section-screen .part-4 .g--pt-hidden {
  width: 100%;
  height: 607px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-4 .g--pt-hidden {
    height: 414px;
  }
}
#section-screen .part-4 .g--ls-hidden {
  width: 70vw;
  height: 150.8vw;
  margin: 0 auto;
}
#section-screen .part-4 .pic-2 {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#section-screen .part-4 .pic-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s;
}
#section-screen .part-4 .pic-1.disappear {
  opacity: 0;
}
#section-screen .part-4 .border {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
}
#section-screen .part-4 .container .img-wrapper {
  position: relative;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-4 .container .img-wrapper {
    width: 70vw;
    margin: 0 auto;
  }
}
#section-screen .part-5 {
  overflow-x: hidden;
  padding-bottom: 182px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-screen .part-5 {
    padding-bottom: 124px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-screen .part-5 {
    padding-bottom: 96px;
  }
}
#section-screen .part-5 .g--pt-hidden {
  width: 100vw;
  height: 24.57vw;
}
#section-screen .part-5 .g--ls-hidden {
  width: 237.5vw;
  height: 58.33vw;
  margin-left: -13.89vw;
}
#camera {
  width: 100%;
  overflow: hidden;
}
#camera .part-1 {
  background-color: #fff;
}
#camera .part-1 .title {
  margin: 182px 0;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-1 .title {
    margin: 124px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-1 .title {
    margin: 96px 0 96px 4.5vw;
    text-align: left;
  }
}
#camera .part-1 .title .grey {
  color: rgba(0,0,0,0.6);
}
#camera .part-1 .content {
  position: relative;
}
#camera .part-1 .content .phone-container {
  position: relative;
  margin-left: 39vw;
}
#camera .part-1 .content .phone-container .front {
  width: 48.3vw;
  height: 50vw;
  margin-left: 3vw;
}
#camera .part-1 .content .phone-container .back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48.3vw;
  height: 40vw;
}
#camera .part-1 .content .params-container {
  position: absolute;
  top: 5vw;
  left: 16vw;
}
#camera .part-1 .content .params-container .camera-param {
  position: absolute;
  left: 0;
  border-top: 1px solid rgba(0,0,0,0.15);
  padding-top: 20px;
  width: 31vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-1 .content .params-container .camera-param {
    padding-top: 14px;
  }
}
#camera .part-1 .content .params-container .camera-param.param1 {
  top: 0;
}
#camera .part-1 .content .params-container .camera-param.param2 {
  top: 13vw;
}
#camera .part-1 .content .params-container .camera-param.param3 {
  top: 20vw;
}
#camera .part-1 .content .params-container .camera-param.param4 {
  top: 27vw;
}
#camera .part-1 .content .params-container .camera-param.param5 {
  top: 34vw;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-1 .content {
    padding-bottom: 80px;
  }
  #camera .part-1 .content .m-params-container {
    margin-left: 4.5vw;
  }
  #camera .part-1 .content .m-params-container .camera-param {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.15);
  }
  #camera .part-1 .content .m-params-container .camera-param .p-text {
    margin-top: 4px;
  }
  #camera .part-1 .content .m-params-container .camera-param.param1 {
    display: none;
  }
  #camera .part-1 .content .phone {
    margin: 64px 0;
    width: 100%;
    height: 124.5vw;
    overflow: hidden;
    position: relative;
  }
  #camera .part-1 .content .phone .back {
    position: absolute;
    top: 0;
    left: -1px;
    width: 84vw;
  }
  #camera .part-1 .content .phone .front {
    width: 104vw;
    margin-top: 24.3vw;
  }
  #camera .part-1 .content .param6 {
    margin-left: 4.5vw;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.15);
  }
}
#camera .part-1 .sec-box-1 .content-box,
#camera .part-1 .sec-box-2 .content-box {
  color: #000;
}
#camera .sec-box-1 .media-box,
#camera .sec-box-2 .media-box {
  width: 100%;
  -webkit-transform-origin: top;
          transform-origin: top;
}
#camera .sec-box-1 .media-box img,
#camera .sec-box-2 .media-box img,
#camera .sec-box-1 .media-box video,
#camera .sec-box-2 .media-box video,
#camera .sec-box-1 .media-box canvas,
#camera .sec-box-2 .media-box canvas {
  width: 100%;
  height: 100%;
}
#camera .sec-box-1 .media-box {
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .sec-box-1 .media-box {
    height: 504px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #camera .sec-box-1 .media-box {
    height: 70vw;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #camera .sec-box-1 .media-box {
    height: 66.67vw;
  }
}
#camera .sec-box-1 .content-box {
  color: #fff;
  margin-top: 14px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .sec-box-1 .content-box {
    margin-top: 10px;
  }
}
#camera .sec-box-1 .content-box .c-text {
  margin-top: 2px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .sec-box-1 .content-box .c-text {
    margin-top: 1px;
  }
}
#camera .sec-box-1:not(:first-child) {
  margin-top: 80px;
}
@media (orientation: portrait) and (max-width: 720px) {
  #camera .sec-box-1:not(:first-child) {
    margin-top: 32px;
  }
}
#camera .sec-box-1.sec-108mp .media-box {
  position: relative;
}
#camera .sec-box-1.sec-108mp .media-box .square {
  position: absolute;
  z-index: 1;
  top: 21%;
  left: 44%;
  width: 15%;
  height: 18%;
  border: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.5s linear;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .sec-box-1.sec-108mp .media-box .square {
    top: 13%;
    left: 45%;
    height: 16%;
    border-width: 1px;
  }
}
#camera .sec-box-1.sec-108mp .media-box .square.show {
  opacity: 1;
}
#camera .sec-box-1.sec-108mp .media-box .zoom {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s linear;
  transition-delay: 1s;
}
#camera .sec-box-1.sec-108mp .media-box .zoom.show {
  opacity: 1;
}
#camera .sec-box-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #camera .sec-box-2 {
    display: block;
    margin-top: 32px;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #camera .sec-box-2 {
    display: block;
    margin-top: 32px;
  }
}
#camera .sec-box-2 .sec-left {
  width: 830px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .sec-box-2 .sec-left {
    width: 567px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #camera .sec-box-2 .sec-left {
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #camera .sec-box-2 .sec-left {
    width: 100%;
  }
}
#camera .sec-box-2 .sec-left .media-box {
  height: 556px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .sec-box-2 .sec-left .media-box {
    height: 380px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #camera .sec-box-2 .sec-left .media-box {
    height: 71.5vw;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #camera .sec-box-2 .sec-left .media-box {
    height: 66.67vw;
  }
}
#camera .sec-box-2 .sec-right {
  width: 370px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .sec-box-2 .sec-right {
    width: 253px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #camera .sec-box-2 .sec-right {
    width: 100%;
    margin-top: 32px;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #camera .sec-box-2 .sec-right {
    width: 100%;
    margin-top: 32px;
  }
}
#camera .sec-box-2 .sec-right .media-box {
  position: relative;
  height: 556px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .sec-box-2 .sec-right .media-box {
    height: 380px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #camera .sec-box-2 .sec-right .media-box {
    height: 71.5vw;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #camera .sec-box-2 .sec-right .media-box {
    height: 66.67vw;
  }
}
#camera .sec-box-2 .sec-right .media-box .img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s linear;
}
#camera .sec-box-2 .sec-right .media-box .img3.none {
  opacity: 0;
}
#camera .sec-box-2 .content-box {
  color: #fff;
  margin-top: 14px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .sec-box-2 .content-box {
    margin-top: 10px;
  }
}
#camera .sec-box-2 .content-box .c-text {
  margin-top: 2px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .sec-box-2 .content-box .c-text {
    margin-top: 1px;
  }
}
#camera .part-2 .camera-text-container {
  width: 100%;
  margin-top: 128px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .camera-text-container {
    margin-top: 87px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-2 .camera-text-container {
    margin-top: 80px;
  }
}
#camera .part-2 .camera-text-container .text-flex {
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .camera-text-container .text-flex {
    width: 100%;
  }
}
#camera .part-2 .camera-text-container .text-flex .left {
  flex: 50%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .camera-text-container .text-flex .left {
    flex: 50%;
  }
}
#camera .part-2 .camera-text-container .text-flex .left .sub-title {
  color: rgba(0,0,0,0.6);
}
#camera .part-2 .camera-text-container .text-flex .right {
  flex: 50%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .camera-text-container .text-flex .right {
    flex: 50%;
  }
}
#camera .part-2 .camera-text-container .mobile-text .sub-title {
  color: rgba(0,0,0,0.7);
}
#camera .part-2 .camera-text-container .mobile-text .text {
  margin-top: 20px;
}
#camera .part-2 .camera-text-container .video-box {
  margin-top: 80px;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .camera-text-container .video-box {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-2 .camera-text-container .video-box {
    margin-top: 64px;
  }
}
#camera .part-2 .camera-text-container .video-box video {
  width: 100%;
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .camera-text-container .video-box video {
    height: 504px;
  }
}
#camera .part-2 .camera-text-container .video-box canvas {
  width: 100%;
  height: 66.67vw;
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #camera .part-2 .camera-text-container .video-box canvas {
    height: 70vw;
  }
}
#camera .part-2 .camera-text-container .video-box canvas img {
  width: 100%;
  height: 100%;
}
#camera .part-2 .camera-text-container .video-box .tab-container {
  display: flex;
  margin-top: 32px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .camera-text-container .video-box .tab-container {
    margin-top: 22px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-2 .camera-text-container .video-box .tab-container {
    margin-top: 5px;
  }
}
#camera .part-2 .camera-text-container .video-box .tab-container .tab {
  flex: 1;
  text-align: center;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-2 .camera-text-container .video-box .tab-container .tab {
    text-align: center;
  }
}
#camera .part-2 .sloop-container {
  width: 100%;
  display: flex;
  margin: 128px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .sloop-container {
    margin: 87px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-2 .sloop-container {
    display: block;
  }
}
#camera .part-2 .sloop-container .left,
#camera .part-2 .sloop-container .right {
  flex: 1;
}
#camera .part-2 .sloop-container .left {
  padding-right: 144px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .sloop-container .left {
    padding-right: 98px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-2 .sloop-container .left {
    padding: 0;
  }
}
#camera .part-2 .sloop-container .left .sloop-title.grey {
  color: rgba(0,0,0,0.6);
}
#camera .part-2 .sloop-container .left .sloop-text {
  margin-top: 20px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .sloop-container .left .sloop-text {
    margin-top: 14px;
  }
}
#camera .part-2 .sloop-container .left img {
  width: 80px;
  height: 80px;
  margin-top: 32px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .sloop-container .left img {
    margin-top: 22px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-2 .sloop-container .left img {
    width: 68px;
    height: 68px;
  }
}
#camera .part-2 .sloop-container .right .phone {
  width: 416px;
  height: 899px;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .sloop-container .right .phone {
    width: 284px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-2 .sloop-container .right .phone {
    height: 614px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-2 .sloop-container .right .phone {
    width: 252px;
    height: 545px;
    margin: 64px auto 0;
  }
}
#camera .reno4-soloop .g--video-wrapper {
  width: 70%;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .reno4-soloop .g--video-wrapper {
    width: 100%;
  }
}
#camera .reno4-soloop .g--video-wrapper video {
  height: auto;
}
#camera .part-3 {
  background-color: #000;
  padding: 128px 0;
  padding: 182px 0 128px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-3 {
    padding: 87px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-3 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-3 {
    padding-top: 96px;
    padding-bottom: 80px;
  }
}
#camera .part-3 .text {
  color: #fff;
  margin-top: 12px;
}
#camera .part-3 .text.text2 {
  margin-top: 2px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-3 .text.text2 {
    margin-top: 1px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-3 .text.text2 {
    margin-top: 0;
  }
}
#camera .part-3 .sec-1 .pic {
  width: 100%;
  height: 738px;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-3 .sec-1 .pic {
    height: 504px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #camera .part-3 .sec-1 .pic {
    height: 72.26vw;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #camera .part-3 .sec-1 .pic {
    height: 68.5vw;
  }
}
#camera .part-3 .sec-container {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-3 .sec-container {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-3 .sec-container {
    display: block;
    margin-top: 32px;
  }
}
#camera .part-3 .sec-container .sec-2 {
  width: 670px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-3 .sec-container .sec-2 {
    width: 458px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-3 .sec-container .sec-2 {
    width: 100%;
  }
}
#camera .part-3 .sec-container .sec-2 .pic {
  width: 100%;
  height: 893px;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-3 .sec-container .sec-2 .pic {
    height: 610px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #camera .part-3 .sec-container .sec-2 .pic {
    height: 72.26vw;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #camera .part-3 .sec-container .sec-2 .pic {
    height: 68.5vw;
  }
}
#camera .part-3 .sec-container .sec-box {
  width: 530px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-3 .sec-container .sec-box {
    width: 362px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-3 .sec-container .sec-box {
    padding: 0;
    margin-top: 32px;
    width: 100%;
  }
}
#camera .part-3 .sec-container .sec-box .pic {
  width: 100%;
  height: 354px;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-3 .sec-container .sec-box .pic {
    height: 242px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #camera .part-3 .sec-container .sec-box .pic {
    height: 72.26vw;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #camera .part-3 .sec-container .sec-box .pic {
    height: 68.5vw;
  }
}
#camera .part-3 .sec-container .sec-box .sec-4 {
  margin-top: 83px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-3 .sec-container .sec-box .sec-4 {
    margin-top: 57px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-3 .sec-container .sec-box .sec-4 {
    margin-top: 28px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-3 .sec-container .sec-box .sec-4 {
    margin-top: 32px;
  }
}
#camera .part-3 .title {
  color: #fff;
  margin-bottom: 182px;
  text-align: center;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-3 .title {
    margin: 0 0 96px 5.5vw;
    text-align: left;
  }
}
#camera .part-3 .title .white {
  color: rgba(255,255,255,0.6);
}
#camera .part-4 {
  background-color: #111;
  padding-top: 128px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-4 {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-4 {
    padding-top: 80px;
  }
}
#camera .part-4 .content-box {
  display: flex;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-4 .content-box {
    display: block;
  }
}
#camera .part-4 .content-box .title-box {
  color: #fff;
  flex: 1;
}
#camera .part-4 .content-box .title-box .white {
  color: rgba(255,255,255,0.6);
}
#camera .part-4 .content-box .text {
  flex: 1;
  color: #fff;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-4 .content-box .text {
    margin-top: 21px;
  }
}
#camera .part-4 .phone-param-container {
  width: 100%;
  height: 760px;
  margin-top: 80px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-4 .phone-param-container {
    margin-top: 55px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-4 .phone-param-container {
    height: 562px;
    margin-top: 46px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-4 .phone-param-container {
    margin-top: 67px;
    height: calc(113vw + 30px);
  }
}
#camera .part-4 .phone-param-container .param-container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 51.2%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-4 .phone-param-container .param-container {
    width: 450px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-4 .phone-param-container .param-container {
    width: 82vw;
    left: 5.56vw;
  }
}
#camera .part-4 .phone-param-container .param-container .camera-param {
  color: #fff;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.3);
  width: 80%;
  opacity: 0;
  transition: opacity 0.5s linear;
}
#camera .part-4 .phone-param-container .param-container .camera-param.show {
  opacity: 1;
}
#camera .part-4 .phone-param-container .param-container .camera-param .p-title {
  font-size: 20px;
  line-height: 32px;
}
#camera .part-4 .phone-param-container .param-container .camera-param .p-text {
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-4 .phone-param-container .param-container .camera-param {
    padding-top: 8px;
  }
  #camera .part-4 .phone-param-container .param-container .camera-param .p-title {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-4 .phone-param-container .param-container .camera-param {
    width: 73%;
    padding-top: 2px;
  }
  #camera .part-4 .phone-param-container .param-container .camera-param .p-title,
  #camera .part-4 .phone-param-container .param-container .camera-param .p-text {
    font-size: 12px;
    line-height: 20px;
  }
}
#camera .part-4 .phone-param-container .param-container .camera-param.param1 {
  border-right: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 137.5px;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-4 .phone-param-container .param-container .camera-param.param1 {
    padding-bottom: 116px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-4 .phone-param-container .param-container .camera-param.param1 {
    padding-bottom: calc(27vw - 12px);
  }
}
#camera .part-4 .phone-param-container .param-container .camera-param.param2 {
  transition-delay: 0.25s;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-4 .phone-param-container .param-container .camera-param.param2 .p-text {
    width: 130px;
  }
}
#camera .part-4 .phone-param-container .param-container .camera-param.param3 {
  margin-top: 64.5px;
  transition-delay: 0.5s;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-4 .phone-param-container .param-container .camera-param.param3 {
    margin-top: 34px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-4 .phone-param-container .param-container .camera-param.param3 {
    margin-top: calc(23vw - 63px);
  }
}
#camera .part-4 .phone-param-container .param-container .camera-param.param4 {
  margin-top: 63.5px;
  transition-delay: 0.75s;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-4 .phone-param-container .param-container .camera-param.param4 {
    margin-top: 34px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-4 .phone-param-container .param-container .camera-param.param4 {
    margin-top: calc(23vw - 43px);
  }
}
#camera .part-4 .phone-param-container .phone {
  width: 930px;
  height: 715px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #camera .part-4 .phone-param-container .phone {
    width: 648px;
    height: 498px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #camera .part-4 .phone-param-container .phone {
    width: 60vw;
    height: 113vw;
  }
}
#section-design > * {
  position: relative;
}
#section-design .d--description .content {
  margin-top: 20px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .d--description .content {
    margin-top: 14px;
  }
}
#section-design .part-0 {
  width: 100%;
  background: #000;
}
#section-design .part-0 .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.position-sticky #section-design .part-0 .container {
  position: relative;
}
#section-design .part-0 .container .title {
  position: relative;
  margin-top: 63px;
  text-align: center;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-0 .container .title {
    margin-top: 43px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-0 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #section-design .part-0 .container {
    height: 100%;
  }
  #section-design .part-0 .container .title {
    margin-top: 0;
    text-align: left;
  }
}
#section-design .part-0 .phone-0 {
  width: 1250px;
  height: 735px;
  margin-left: auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-design .part-0 .phone-0 {
    width: 900px;
    height: 528px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-0 .phone-0 {
    width: 900px;
    height: 528px;
  }
}
@media (min-width: 2260px) {
  #section-design .part-0 .phone-0 {
    width: 1725px;
    height: 1012px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-0 .phone-0 {
    width: 717px;
    height: 695px;
    margin: 92px 0 0 25px;
  }
}
#section-design .part-0 .phone-0 img {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
#section-design .part-0-desc {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 100vh;
  padding-top: calc(var(--vh, 1vh) * 100);
  padding-bottom: 128px;
}
.position-sticky #section-design .part-0-desc {
  position: relative;
  padding-top: 0;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .position-sticky #section-design .part-0-desc {
    position: relative;
    top: 0;
    margin-top: -300px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-0-desc {
    position: relative;
    top: 0;
    margin-top: -300px;
    padding-bottom: 80px;
  }
}
@media (min-width: 2260px) {
  #section-design .part-0-desc {
    padding-bottom: 256px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-0-desc {
    padding-bottom: 85px;
  }
}
#section-design .part-0-desc .d--description {
  padding: 0;
}
#section-design .part-0-desc .d--description .content {
  width: 528px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-0-desc .d--description .content {
    width: 361px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-0-desc .d--description .content {
    width: 100%;
  }
}
#section-design .part-1 {
  overflow-y: hidden;
  padding-top: 126px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-1 {
    padding-top: 86px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-1 {
    padding-top: 0;
  }
}
#section-design .part-1 .container-1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-1 .container-1 {
    flex-direction: column;
    padding-top: 80px;
  }
}
#section-design .part-1 .container-1 .phone-1 {
  margin-right: 100px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-1 .container-1 .phone-1 {
    margin-right: 68px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-1 .container-1 .phone-1 {
    margin-right: 0;
  }
}
#section-design .part-1 .white-desc,
#section-design .part-1 .night-desc {
  width: 304px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-1 .white-desc,
  #section-design .part-1 .night-desc {
    width: 208px;
  }
}
#section-design .part-1.change-black .black-f,
#section-design .part-1.change-black .b-blue,
#section-design .part-1.change-black .back-1-std {
  opacity: 1;
}
#section-design .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#section-design .bg.b-white {
  background-image: linear-gradient(180deg, #6a8fd1 0%, #d9f0fd 100%, #30384a 100%);
}
#section-design .bg.b-blue {
  background-image: linear-gradient(180deg, #6174aa 0%, #f7f7f7 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
#section-design .phone-desc {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-top: -126px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .phone-desc {
    margin-top: -86px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .phone-desc {
    margin-top: 0;
  }
}
#section-design .phone-desc .gap-line {
  width: 304px;
  height: 1px;
  background: rgba(0,0,0,0.15);
  margin: 20px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .phone-desc .gap-line {
    width: 208px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .phone-desc .gap-line {
    margin: 14px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .phone-desc .gap-line {
    width: 90vw;
  }
}
#section-design .phone-desc .p-content {
  margin-top: 4px;
}
#section-design .phone-1 {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .phone-1 {
    margin: 64px 0 0 auto;
  }
}
#section-design .behind {
  position: relative;
  z-index: 1;
  width: 410px;
  height: 767px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .behind {
    width: 280px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .behind {
    height: 524px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .behind {
    width: 68.88888888888889vw;
    height: 130vw;
  }
}
#section-design .behind img {
  width: 100%;
  height: 100%;
  height: 1267px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .behind img {
    height: 865px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .behind img {
    height: 212.77777777777777vw;
  }
}
#section-design .behind .back-1-std {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
#section-design .front {
  position: absolute;
  z-index: 2;
  width: 412px;
  height: 643px;
  bottom: 0;
  right: 116px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .front {
    width: 281px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .front {
    height: 439px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .front {
    right: 79px;
  }
}
#section-design .front .sub-phone {
  width: 100%;
  height: 1272px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .front .sub-phone {
    height: 869px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .front {
    width: 69.44444444444444vw;
    height: 111.11111111111111vw;
    right: 19.444444444444443vw;
  }
  #section-design .front .sub-phone {
    height: 214.16666666666666vw;
  }
}
#section-design .front img {
  width: 100%;
  height: 100%;
}
#section-design .front .black-f {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
#section-design .part-2 {
  overflow-x: hidden;
  padding: 128px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-2 {
    padding: 87px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-2 {
    padding: 80px 0;
  }
}
#section-design .part-2 .desc .content {
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-2 .desc .content {
    width: 437px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-2 .desc .content {
    width: 100%;
  }
}
#section-design .part-2 .glare {
  width: 1312px;
  height: 738px;
  margin-top: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-2 .glare {
    width: 896px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-2 .glare {
    height: 504px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-2 .glare {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-2 .glare {
    width: 100%;
    height: 50vw;
    margin-top: 64px;
  }
}
#section-design .part-0-std {
  padding: 182px 0 128px 0;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-0-std {
    padding: 124px 0 87px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-0-std {
    padding: 96px 0;
    text-align: left;
  }
}
#section-design .part-0-std .design-std-content {
  margin: 28px auto 182px auto;
  width: 864px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-0-std .design-std-content {
    margin: 19px auto 124px auto;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-0-std .design-std-content {
    width: 590px;
  }
}
#section-design .part-0-std .design-std-title .title > * {
  font-family: OPPOSans-Bold;
}
#section-design .part-0-std .design-poster {
  width: 100%;
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .part-0-std .design-poster {
    height: 504px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-0-std .design-poster {
    height: 50vw;
    margin-top: 80px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .part-0-std .content {
    margin-top: 13px;
  }
}
#section-design .part-2-std {
  overflow-x: hidden;
}
#section-design .desc-0 {
  padding: 128px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-0 {
    padding: 87px 0;
  }
}
#section-design .desc-0 .hor-phone {
  margin: 80px 0;
  width: 1726px;
  height: 101px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-0 .hor-phone {
    margin: 55px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-0 .hor-phone {
    width: 1179px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-0 .hor-phone {
    height: 69px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .desc-0 .hor-phone {
    margin: 80px 0 64px 0;
    width: 194.44444444444443vw;
    height: 8.913043478260871vw;
  }
}
@media (min-width: 2260px) {
  #section-design .desc-0 .hor-phone {
    width: 2226px;
    height: 130px;
  }
}
#section-design .desc-0 .digital-wrapper-0 {
  display: flex;
}
#section-design .desc-0 .digital-wrapper-0 > :first-child {
  margin-right: 190px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-0 .digital-wrapper-0 > :first-child {
    margin-right: 130px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .desc-0 .digital-wrapper-0 {
    flex-direction: column;
  }
  #section-design .desc-0 .digital-wrapper-0 > :first-child {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
#section-design .desc-0 .content {
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-0 .content {
    width: 437px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .desc-0 .content {
    width: 100%;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-design .desc-0 {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-design .desc-0 {
    padding: 112px 0;
  }
}
#section-design .desc-1 .digital-wrapper-0 .d--up,
#section-design .desc-1 .digital-wrapper-1 .d--up {
  margin-left: -2px;
}
#section-design .desc-1 .desc-s {
  display: flex;
}
#section-design .desc-1 .desc-s > * {
  flex: 1;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .desc-1 .desc-s {
    flex-direction: column;
  }
}
#section-design .desc-1 .desc-s .title {
  width: 550px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-1 .desc-s .title {
    width: 376px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .desc-1 .desc-s .title {
    width: 100%;
  }
}
#section-design .desc-1 .d--description .content {
  margin-top: 0;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .desc-1 .d--description .content {
    margin-top: 20px;
  }
}
#section-design .desc-1 .screen {
  width: 100%;
  height: 613px;
  margin: 80px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-1 .screen {
    height: 419px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-1 .screen {
    margin: 55px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .desc-1 .screen {
    margin: 64px auto;
    width: 70vw;
    height: 149.44444444444443vw;
  }
}
#section-design .desc-1 .screen img {
  width: 100%;
  height: 100%;
}
#section-design .desc-1 .digital-wrapper-1 {
  display: flex;
  margin-bottom: 48px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-1 .digital-wrapper-1 {
    margin-bottom: 33px;
  }
}
#section-design .desc-1 .digital-wrapper-1 > * {
  flex: 1;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .desc-1 .digital-wrapper-1 {
    flex-direction: column;
    margin-bottom: 32px;
  }
  #section-design .desc-1 .digital-wrapper-1 > :not(:first-child) {
    margin-top: 32px;
  }
}
#section-design .desc-1 .digital-wrapper-2 .tuv {
  width: 68px;
  height: 68px;
  margin-right: 12px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-1 .digital-wrapper-2 .tuv {
    width: 46px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-1 .digital-wrapper-2 .tuv {
    height: 46px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-1 .digital-wrapper-2 .tuv {
    margin-right: 8px;
  }
}
#section-design .desc-1 .digital-wrapper-2 .d-anime {
  display: flex;
  align-items: center;
}
#section-design .desc-2 {
  padding: 128px 0 182px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-2 {
    padding: 87px 0 124px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .desc-2 {
    padding: 80px 0 100px 0;
  }
}
#section-design .desc-2 .glare {
  margin-top: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-2 .glare {
    margin-top: 55px;
  }
}
#section-design .desc-2 .glare img {
  width: 100%;
  height: 426px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-2 .glare img {
    height: 291px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .desc-2 .glare {
    margin-top: 64px;
  }
  #section-design .desc-2 .glare img {
    width: 49.166666666666664vw;
    height: 151.38888888888889vw;
    margin: auto;
  }
}
#section-design .desc-2 .content {
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-design .desc-2 .content {
    width: 437px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-design .desc-2 .content {
    width: 100%;
  }
}
#section-performance {
  background-color: #000;
}
#section-performance > * {
  position: relative;
}
#section-performance .f-title {
  margin-top: 12px;
}
#section-performance .f-title,
#section-performance .f-content {
  color: #fff;
}
#section-performance .part-0 {
  overflow: hidden;
  padding: 182px 0 125px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0 {
    padding: 124px 0 85px 0;
  }
}
#section-performance .part-0 .performance-title {
  margin-bottom: 182px;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0 .performance-title {
    margin-bottom: 124px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0 {
    padding: 96px 0 80px 0;
  }
  #section-performance .part-0 .performance-title {
    margin-bottom: 96px;
    text-align: left;
  }
}
#section-performance .part-0 .title-0 {
  margin-bottom: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0 .title-0 {
    margin-bottom: 55px;
  }
}
#section-performance .part-0 .figure-0 {
  width: 100%;
}
#section-performance .part-0 .figure-0 img {
  width: 100%;
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0 .figure-0 img {
    height: 504px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0 .figure-0 img {
    height: 66.66666666666667vw;
  }
}
#section-performance .part-0 .figure-group {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0 .figure-group {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0 .figure-group {
    flex-direction: column;
  }
}
#section-performance .part-0 .figure-group .figure-1 {
  width: 830px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0 .figure-group .figure-1 {
    width: 567px;
  }
}
#section-performance .part-0 .figure-group .figure-1 img {
  width: 100%;
  height: 556px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0 .figure-group .figure-1 img {
    height: 380px;
  }
}
#section-performance .part-0 .figure-group .figure-2 {
  width: 370px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0 .figure-group .figure-2 {
    width: 253px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0 .figure-group .figure-2 {
    margin-top: 32px;
  }
}
#section-performance .part-0 .figure-group .figure-2 img {
  width: 100%;
  height: 556px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0 .figure-group .figure-2 img {
    height: 380px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0 .figure-group .figure-1,
  #section-performance .part-0 .figure-group .figure-2 {
    width: 100%;
  }
  #section-performance .part-0 .figure-group .figure-1 img,
  #section-performance .part-0 .figure-group .figure-2 img {
    height: 66.66666666666667vw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-performance .part-0 .figure-group {
    margin-top: 32px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-performance .part-0 .figure-group {
    margin-top: 45px;
  }
}
#section-performance .part-1 .d--description .content {
  margin-top: 20px;
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-1 .d--description .content {
    margin-top: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-1 .d--description .content {
    width: 437px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-1 .d--description .content {
    width: 100%;
  }
}
#section-performance .part-1 .phone-components {
  position: relative;
  width: 100%;
  height: 280vh;
  height: calc(var(--vh, 1vh) * 280);
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-1 .phone-components {
    height: 250vh;
    height: calc(var(--vh, 1vh) * 250);
  }
}
#section-performance .part-1 .phone-components .c-sticky {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-1 .phone-components .c-sticky {
    align-items: flex-start;
  }
}
#section-performance .part-1 .phone-components .c-sticky .components-container {
  position: relative;
  width: 1084px;
  height: 262px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-performance .part-1 .phone-components .c-sticky .components-container {
    width: 802.16px;
    height: 193.88px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-1 .phone-components .c-sticky .components-container {
    width: 737.12px;
    height: 178.16000000000003px;
  }
}
@media (min-width: 2260px) {
  #section-performance .part-1 .phone-components .c-sticky .components-container {
    width: 1517.6px;
    height: 366.79999999999995px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-1 .phone-components .c-sticky .components-container {
    width: 88.88888888888889vw;
    height: 21.38888888888889vw;
  }
}
#section-performance .part-1 .phone-components .c-sticky .components-container .components {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-performance .part-1 .phone-components .c-sticky .components-container .components img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-performance .part-1 .phone-components .c-sticky .components-container .components .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-performance .part-1 .phone-components .c-sticky .components-container .components .cpu-0 {
  position: absolute;
  width: 80px;
  height: 38px;
  top: 28px;
  left: 773px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-performance .part-1 .phone-components .c-sticky .components-container .components .cpu-0 {
    width: 59.2px;
    height: 28.12px;
    top: 20.72px;
    left: 572.02px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-1 .phone-components .c-sticky .components-container .components .cpu-0 {
    width: 54.400000000000006px;
    height: 25.840000000000003px;
    top: 19.040000000000003px;
    left: 525.64px;
  }
}
@media (min-width: 2260px) {
  #section-performance .part-1 .phone-components .c-sticky .components-container .components .cpu-0 {
    width: 112px;
    height: 53.199999999999996px;
    top: 39.199999999999996px;
    left: 1082.1999999999998px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-1 .phone-components .c-sticky .components-container .components .cpu-0 {
    width: 6.666666666666666vw;
    height: 3.055555555555555vw;
    top: 2.5vw;
    left: 63.61111111111111vw;
  }
}
#section-performance .part-1 .phone-components .c-sticky .components-container .components .cpu-1 {
  position: absolute;
  width: 70px;
  height: 38px;
  top: 63px;
  left: 789px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-performance .part-1 .phone-components .c-sticky .components-container .components .cpu-1 {
    width: 51.8px;
    height: 28.12px;
    top: 46.62px;
    left: 583.86px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-1 .phone-components .c-sticky .components-container .components .cpu-1 {
    width: 47.6px;
    height: 25.840000000000003px;
    top: 42.84px;
    left: 536.52px;
  }
}
@media (min-width: 2260px) {
  #section-performance .part-1 .phone-components .c-sticky .components-container .components .cpu-1 {
    width: 98px;
    height: 53.199999999999996px;
    top: 88.19999999999999px;
    left: 1104.6px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-1 .phone-components .c-sticky .components-container .components .cpu-1 {
    width: 6.111111111111111vw;
    height: 3.333333333333333vw;
    top: 5.277777777777778vw;
    left: 64.72222222222221vw;
  }
}
#section-performance .part-1 .phone-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section-performance .part-1 .phone-content .desc-wrapper {
  position: relative;
}
#section-performance .part-1 .phone-content .p-desc-1 {
  position: absolute;
  width: 100%;
  top: 130vh;
  top: calc(var(--vh, 1vh) * 130);
  left: 0;
}
#section-performance .part-0-std .video-wrapper img {
  width: 100%;
  height: 100%;
}
#section-performance .part-0-std .play-wrapper {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: center;
}
#section-performance .part-0-std .play-wrapper .play {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 5.5px 11.5px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .play-wrapper .play {
    font-size: 10px;
  }
}
#section-performance .part-0-std .play-wrapper .play .arrow {
  width: 10px;
  height: 12px;
  margin-right: 7.5px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0-std .canvas-wrapper {
    height: 66.66666666666667vw;
  }
}
#section-performance .part-0-std .video-wrapper img {
  cursor: pointer;
}
#section-performance .part-0-std .figure-std-0 .video-wrapper,
#section-performance .part-0-std .figure-std-0 canvas {
  width: 100%;
  height: 736px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .figure-std-0 .video-wrapper,
  #section-performance .part-0-std .figure-std-0 canvas {
    height: 503px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0-std .figure-std-0 .video-wrapper,
  #section-performance .part-0-std .figure-std-0 canvas {
    height: 66.66666666666667vw;
  }
}
#section-performance .part-0-std .figure-group {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .figure-group {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0-std .figure-group {
    margin-top: 32px;
    flex-direction: column;
  }
}
#section-performance .part-0-std .figure-group .sub-group-0 {
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .figure-group .sub-group-0 {
    width: 437px;
  }
}
#section-performance .part-0-std .figure-group .sub-group-0 .video-wrapper,
#section-performance .part-0-std .figure-group .sub-group-0 canvas {
  width: 100%;
  height: 960px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .figure-group .sub-group-0 .video-wrapper,
  #section-performance .part-0-std .figure-group .sub-group-0 canvas {
    height: 656px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0-std .figure-group .sub-group-0 {
    width: 100%;
  }
  #section-performance .part-0-std .figure-group .sub-group-0 canvas {
    height: 66.66666666666667vw;
  }
}
#section-performance .part-0-std .figure-group .sub-group-1 {
  width: 528px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .figure-group .sub-group-1 {
    width: 361px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0-std .figure-group .sub-group-1 {
    margin-top: 32px;
    width: 100%;
  }
}
#section-performance .part-0-std .figure-group .sub-group-1 .figure-std-2 canvas,
#section-performance .part-0-std .figure-group .sub-group-1 .figure-std-2 .video-wrapper {
  width: 100%;
  height: 396px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .figure-group .sub-group-1 .figure-std-2 canvas,
  #section-performance .part-0-std .figure-group .sub-group-1 .figure-std-2 .video-wrapper {
    height: 270px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0-std .figure-group .sub-group-1 .figure-std-2 canvas {
    height: 66.66666666666667vw;
  }
}
#section-performance .part-0-std .figure-group .sub-group-1 .figure-std-3 {
  margin-top: 64px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .figure-group .sub-group-1 .figure-std-3 {
    margin-top: 44px;
  }
}
#section-performance .part-0-std .figure-group .sub-group-1 .figure-std-3 canvas,
#section-performance .part-0-std .figure-group .sub-group-1 .figure-std-3 .video-wrapper {
  width: 100%;
  height: 396px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .figure-group .sub-group-1 .figure-std-3 canvas,
  #section-performance .part-0-std .figure-group .sub-group-1 .figure-std-3 .video-wrapper {
    height: 270px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0-std .figure-group .sub-group-1 .figure-std-3 {
    margin-top: 32px;
  }
  #section-performance .part-0-std .figure-group .sub-group-1 .figure-std-3 canvas {
    height: 66.66666666666667vw;
  }
}
#section-performance .part-0-std .figure-std-4 {
  margin-top: 80px;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .figure-std-4 {
    margin-top: 55px;
  }
}
#section-performance .part-0-std .figure-std-4 img {
  width: 100%;
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .figure-std-4 img {
    height: 504px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0-std .figure-std-4 {
    margin-top: 32px;
  }
  #section-performance .part-0-std .figure-std-4 img {
    height: 66.66666666666667vw;
  }
}
#section-performance .part-0-std .tuv-std {
  display: flex;
  align-items: center;
  margin-top: 48px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .tuv-std {
    margin-top: 33px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0-std .tuv-std {
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
#section-performance .part-0-std .tuv-std .tuv {
  width: 68px;
  height: 68px;
  margin-right: 12px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .tuv-std .tuv {
    width: 46px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .tuv-std .tuv {
    height: 46px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-0-std .tuv-std .tuv {
    margin-right: 8px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-0-std .tuv-std .tuv {
    width: 17.77777777777778vw;
    height: 17.77777777777778vw;
    margin: 0 0 12px 0;
  }
}
#section-performance .part-1-std {
  padding-top: 128px;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-1-std {
    padding-top: 87px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-1-std {
    padding-top: 80px;
  }
}
#section-performance .part-1-std .d--description .content {
  margin-top: 20px;
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-1-std .d--description .content {
    margin-top: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-1-std .d--description .content {
    width: 437px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-1-std .d--description .content {
    width: 100%;
  }
}
#section-performance .part-1-std .per-std-phone {
  position: relative;
  width: 100%;
  margin: 102px 0 65px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-1-std .per-std-phone {
    margin: 70px 0 44px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-1-std .per-std-phone {
    margin: 142px 0 65px 0;
  }
}
#section-performance .part-1-std .per-std-phone .per-phone {
  position: relative;
  width: 2054px;
  height: 509px;
  margin-left: -438px;
  z-index: 1;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-performance .part-1-std .per-std-phone .per-phone {
    width: 1519.96px;
    height: 376.65999999999997px;
    margin-left: -324.12px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-1-std .per-std-phone .per-phone {
    width: 1396.72px;
    height: 346.12px;
    margin-left: -297.84000000000003px;
  }
}
@media (min-width: 2260px) {
  #section-performance .part-1-std .per-std-phone .per-phone {
    width: 2875.6px;
    height: 712.5999999999999px;
    margin-left: -613.1999999999999px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-1-std .per-std-phone .per-phone {
    width: 246.94444444444443vw;
    height: 61.388888888888886vw;
    margin-left: -152.77777777777777vw;
  }
}
#section-performance .part-1-std .per-std-phone .per-phone img {
  width: 100%;
  height: 100%;
}
#section-performance .part-1-std .per-std-phone .cpu-std {
  position: absolute;
  top: 0;
  left: 0;
}
#section-performance .part-1-std .per-std-digtial {
  display: flex;
}
#section-performance .part-1-std .per-std-digtial > :not(:first-child) {
  margin-left: 257px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .part-1-std .per-std-digtial > :not(:first-child) {
    margin-left: 176px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-performance .part-1-std .per-std-digtial {
    flex-direction: column;
  }
  #section-performance .part-1-std .per-std-digtial > :not(:first-child) {
    margin-left: 0;
    margin-top: 32px;
  }
}
#section-performance .performance-ai .g--video-wrapper {
  width: 60%;
}
#section-performance .performance-ai .g--video-wrapper video {
  height: auto;
}
#section-performance .performance-gesture .g--video-wrapper {
  height: 70%;
}
#section-performance .performance-gesture .g--video-wrapper video {
  width: auto;
}
#section-performance .performance-prevention .g--video-wrapper,
#section-performance .performance-rotation .g--video-wrapper {
  width: 801px;
  height: 600px;
}
@media (min-width: 2260px) {
  #section-performance .performance-prevention .g--video-wrapper,
  #section-performance .performance-rotation .g--video-wrapper {
    width: 1200px;
    height: 900px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-performance .performance-prevention .g--video-wrapper,
  #section-performance .performance-rotation .g--video-wrapper {
    width: 613px;
    height: 468px;
  }
}
#section-colorOS {
  overflow-x: hidden;
}
#section-colorOS .t-img-wrapper {
  position: relative;
}
#section-colorOS .t-img-wrapper .play-wrapper {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: center;
}
#section-colorOS .t-img-wrapper .play-wrapper .play {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 5.4px 11.5px 6.6px;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
}
#section-colorOS .t-img-wrapper .play-wrapper .play .arrow {
  width: 10px;
  height: 12px;
  margin-right: 7.5px;
}
#section-colorOS .t-desc {
  width: 100%;
  padding-top: 14px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .t-desc {
    padding-top: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .t-desc {
    padding-top: 12px;
    margin-bottom: 32px;
  }
}
#section-colorOS .g-title-wrapper {
  margin: 182px 0;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .g-title-wrapper {
    margin: 124px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .g-title-wrapper {
    margin: 96px 0;
    text-align: left;
  }
}
#section-colorOS .container {
  width: 1312px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .container {
    width: 896px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .container {
    width: 88.88888888888889vw;
  }
}
#section-colorOS .part-0 {
  margin: 0;
}
#section-colorOS .part-0 .pic-word1 .t-img-wrapper {
  position: relative;
}
#section-colorOS .part-0 .pic-word1 .t-img-wrapper .img.g--pt-hidden {
  width: 100%;
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-0 .pic-word1 .t-img-wrapper .img.g--pt-hidden {
    height: 504px;
  }
}
#section-colorOS .part-0 .pic-word1 .t-img-wrapper .img.g--ls-hidden {
  width: 88.88888888888889vw;
  height: 66.66666666666667vw;
}
#section-colorOS .part-0 .pic-word2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-0 .pic-word2 {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-0 .pic-word2 {
    margin-top: 32px;
    display: block;
  }
}
#section-colorOS .part-0 .pic-word2 .left .video,
#section-colorOS .part-0 .pic-word2 .right .video,
#section-colorOS .part-0 .pic-word2 .left .img,
#section-colorOS .part-0 .pic-word2 .right .img {
  width: 100%;
  height: 556px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-0 .pic-word2 .left .video,
  #section-colorOS .part-0 .pic-word2 .right .video,
  #section-colorOS .part-0 .pic-word2 .left .img,
  #section-colorOS .part-0 .pic-word2 .right .img {
    height: 380px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-0 .pic-word2 .left .video,
  #section-colorOS .part-0 .pic-word2 .right .video,
  #section-colorOS .part-0 .pic-word2 .left .img,
  #section-colorOS .part-0 .pic-word2 .right .img {
    height: 66.66666666666667vw;
  }
}
#section-colorOS .part-0 .pic-word2 .left {
  width: 830px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-0 .pic-word2 .left {
    width: 567px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-0 .pic-word2 .left {
    width: 88.88888888888889vw;
  }
}
#section-colorOS .part-0 .pic-word2 .left .t-img-wrapper {
  width: 830px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-0 .pic-word2 .left .t-img-wrapper {
    width: 567px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-0 .pic-word2 .left .t-img-wrapper {
    width: 88.88888888888889vw;
  }
}
#section-colorOS .part-0 .pic-word2 .right {
  width: 370px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-0 .pic-word2 .right {
    width: 253px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-0 .pic-word2 .right {
    width: 88.88888888888889vw;
  }
}
#section-colorOS .part-0 .pic-word2 .right .t-img-wrapper {
  width: 370px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-0 .pic-word2 .right .t-img-wrapper {
    width: 253px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-0 .pic-word2 .right .t-img-wrapper {
    width: 88.88888888888889vw;
  }
}
#section-colorOS .part-1 {
  margin: 0;
}
#section-colorOS .part-1 .content-wrapper {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-1 .content-wrapper {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-1 .content-wrapper {
    margin-top: 0;
    display: block;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-1 .content-wrapper-1 {
    margin-top: 32px;
  }
}
#section-colorOS .part-1 .content-wrapper-1 .left {
  width: 670px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-1 .content-wrapper-1 .left {
    width: 458px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-1 .content-wrapper-1 .left {
    width: 88.88888888888889vw;
    margin-bottom: 32px;
  }
}
#section-colorOS .part-1 .content-wrapper-1 .left .t-img-wrapper {
  position: relative;
}
#section-colorOS .part-1 .content-wrapper-1 .left .t-img-wrapper .img,
#section-colorOS .part-1 .content-wrapper-1 .left .t-img-wrapper .video {
  width: 100%;
  height: 893px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-1 .content-wrapper-1 .left .t-img-wrapper .img,
  #section-colorOS .part-1 .content-wrapper-1 .left .t-img-wrapper .video {
    height: 610px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-1 .content-wrapper-1 .left .t-img-wrapper .img,
  #section-colorOS .part-1 .content-wrapper-1 .left .t-img-wrapper .video {
    height: 66.66666666666667vw;
  }
}
#section-colorOS .part-1 .content-wrapper-1 .left .t-desc {
  height: auto;
  width: 100%;
  padding-top: 14px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-1 .content-wrapper-1 .left .t-desc {
    padding-top: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-1 .content-wrapper-1 .left .t-desc {
    padding-top: 12px;
    margin-bottom: 32px;
  }
}
#section-colorOS .part-1 .content-wrapper-1 .right {
  width: 530px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-1 .content-wrapper-1 .right {
    width: 362px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-1 .content-wrapper-1 .right {
    width: 88.88888888888889vw;
  }
}
#section-colorOS .part-1 .content-wrapper-1 .right .img,
#section-colorOS .part-1 .content-wrapper-1 .right .video {
  width: 100%;
  height: 354px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-1 .content-wrapper-1 .right .img,
  #section-colorOS .part-1 .content-wrapper-1 .right .video {
    height: 242px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-1 .content-wrapper-1 .right .img,
  #section-colorOS .part-1 .content-wrapper-1 .right .video {
    height: 66.66666666666667vw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-1 .content-wrapper-1 .right .up,
  #section-colorOS .part-1 .content-wrapper-1 .right .down {
    margin-bottom: 32px;
  }
}
#section-colorOS .part-1 .content-wrapper-1 .right .up .t-desc {
  height: 185px;
  width: 100%;
  padding-top: 14px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-1 .content-wrapper-1 .right .up .t-desc {
    height: 126px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-1 .content-wrapper-1 .right .up .t-desc {
    padding-top: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-1 .content-wrapper-1 .right .up .t-desc {
    padding-top: 12px;
    margin-bottom: 32px;
    height: auto;
  }
}
#section-colorOS .part-1 .content-wrapper-1 .right .down .t-desc {
  height: auto;
  width: 100%;
  padding-top: 14px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-1 .content-wrapper-1 .right .down .t-desc {
    padding-top: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-1 .content-wrapper-1 .right .down .t-desc {
    padding-top: 12px;
    margin-bottom: 32px;
  }
}
#section-colorOS .part-2 .container .content-wrapper {
  margin-top: 128px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper {
    margin-top: 87px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-2 .container .content-wrapper {
    margin-top: 80px;
  }
}
#section-colorOS .part-2 .container .content-wrapper .title {
  margin-bottom: 20px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper .title {
    margin-bottom: 14px;
  }
}
#section-colorOS .part-2 .container .content-wrapper .content {
  margin-bottom: 80px;
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper .content {
    margin-bottom: 55px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper .content {
    width: 437px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-2 .container .content-wrapper .content {
    margin-bottom: 64px;
    width: 88.88888888888889vw;
  }
}
#section-colorOS .part-2 .container .content-wrapper .pic-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper {
    display: block;
  }
}
#section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper {
  width: 310px;
  height: 662px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper {
    width: 212px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper {
    height: 452px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper {
    width: 100vw;
    height: auto;
    left: -5.555555555555555vw;
  }
}
#section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .img,
#section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .video {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .img,
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .video {
    height: 105.6vw;
  }
}
#section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .border {
  position: absolute;
  top: 0;
  left: 0;
}
#section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .play-wrapper {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  width: 35px;
  height: 35px;
  background-color: rgba(0,0,0,0.15);
  border-radius: 50%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .play-wrapper {
    top: calc(50% - 12px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .play-wrapper {
    left: calc(50% - 12px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .play-wrapper {
    width: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .play-wrapper {
    height: 24px;
  }
}
#section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .play-wrapper .play {
  width: 35px;
  height: 35px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .play-wrapper .play {
    width: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .part-2 .container .content-wrapper .pic-wrapper .img-wrapper .play-wrapper .play {
    height: 24px;
  }
}
#section-colorOS .part-2 .container .content-wrapper-2 .video {
  -webkit-transform-origin: 50% 35%;
          transform-origin: 50% 35%;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .part-2 .container .content-wrapper-2 .img {
    width: 100vw;
    height: 105.6vw;
    position: relative;
    left: -5.555555555555555vw;
  }
}
#section-colorOS .link-wrapper {
  margin: 182px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .link-wrapper {
    margin: 124px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .link-wrapper {
    width: 88.88888888888889vw;
    text-align: left;
    margin: 96px auto;
  }
}
#section-colorOS .link-wrapper .desc {
  margin-bottom: 32px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .link-wrapper .desc {
    margin-bottom: 22px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .link-wrapper .desc {
    margin-bottom: 32px;
  }
}
#section-colorOS .link-wrapper .link {
  border-bottom: 1px solid #000;
}
#section-colorOS .remark-wrapper {
  width: 1312px;
  margin: 0 auto 182px;
  opacity: 50%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .remark-wrapper {
    width: 896px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .remark-wrapper {
    margin: 0 auto 124px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-colorOS .remark-wrapper {
    width: 88.88888888888889vw;
    margin: 0 auto 96px;
  }
}
#section-colorOS .coloros-video1 .g--video-wrapper {
  width: 900px;
  height: 733px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-colorOS .coloros-video1 .g--video-wrapper {
    width: 750px;
    height: 533.333px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .coloros-video1 .g--video-wrapper {
    width: 700px;
    height: 666.4px;
  }
}
#section-colorOS .coloros-video2 .g--video-wrapper {
  width: 900px;
  height: 601px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-colorOS .coloros-video2 .g--video-wrapper {
    width: 800px;
    height: 534px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .coloros-video2 .g--video-wrapper {
    width: 700px;
    height: 468px;
  }
}
#section-colorOS .coloros-video3 .g--video-wrapper {
  width: 900px;
  height: 601px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-colorOS .coloros-video3 .g--video-wrapper {
    width: 800px;
    height: 534px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .coloros-video3 .g--video-wrapper {
    width: 700px;
    height: 468px;
  }
}
#section-colorOS .coloros-video4 .g--video-wrapper {
  width: 900px;
  height: 733px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-colorOS .coloros-video4 .g--video-wrapper {
    width: 750px;
    height: 533.333px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .coloros-video4 .g--video-wrapper {
    width: 700px;
    height: 666.4px;
  }
}
#section-colorOS .coloros-video5 .g--video-wrapper {
  width: 900px;
  height: 601px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-colorOS .coloros-video5 .g--video-wrapper {
    width: 800px;
    height: 534px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .coloros-video5 .g--video-wrapper {
    width: 700px;
    height: 468px;
  }
}
#section-colorOS .coloros-video6 .g--video-wrapper {
  width: 900px;
  height: 601px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-colorOS .coloros-video6 .g--video-wrapper {
    width: 800px;
    height: 534px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-colorOS .coloros-video6 .g--video-wrapper {
    width: 700px;
    height: 468px;
  }
}
#main-wrapper img[data-srcset] {
  opacity: 0;
}
#main-wrapper img[data-srcset].loaded {
  opacity: 1;
}

