.cp-accessories-bg-full {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cp-accessories-bg-full .is-pc {
  display: block;
}

.cp-accessories-bg-full .is-mo {
  display: none;
}

.cp-accessories-bg-full * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-accessories-bg-full .cm-section-title {
  padding: 0;
}

.cp-accessories-bg-full .cm-section-title__title sup {
  position: relative;
  top: -10px;
  top: -1rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "genesis-text-office", sans-serif;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #fff;
}

.cp-accessories-bg-full .cm-section-btn {
  margin: 48px 0 0;
  margin: 4.8rem 0 0;
}

.cp-accessories-bg-full {
  position: relative;
  padding: 27.08333333% 0 0;
  background-color: #f5f5f5;
}

.cp-accessories-bg-full.dark-bg {
  background: #000;
}

.cp-accessories-bg-full__cover {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  padding: 0 140px;
  padding: 0 14rem;
}

.cp-accessories-bg-full__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.cp-accessories-bg-full__title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 52.8px */
  letter-spacing: -0.48px;
}

.cp-accessories-bg-full__title {
  direction: rtl;
}

.cp-accessories-bg-full__image-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cp-accessories-bg-full__image {
  position: absolute;
  top: 0;
  width: 100%;
}

.cp-accessories-bg-full__image img {
  width: 100%;
  height: 100%;
}

.cp-accessories-bg-full .cm-section-btn {
  color: #fff;
}

.cp-accessories-bg-full .cm-section-title__subtitle {
  color: #7c7c7c;
}

@media screen and (min-width: 1921px) {
  .cp-accessories-bg-full {
    height: 520px;
    padding: 0;
  }
}

@media screen and (max-width: 1919px) {
  .cp-accessories-bg-full__cover {
    padding: 0 120px;
    padding: 0 12rem;
  }
}

@media screen and (max-width: 1599px) {
  .cp-accessories-bg-full__cover {
    padding: 0 100px;
    padding: 0 10rem;
  }
}

@media screen and (max-width: 1359px) {
  .cp-accessories-bg-full__cover {
    padding: 0 76px;
    padding: 0 7.6rem;
  }
}

@media (max-width: 1199px) {
  .cp-accessories-bg-full .cm-section-title + * {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-accessories-bg-full .cm-section-title__title sup {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media (max-width: 1023px) {
  .cp-accessories-bg-full {
    background-color: #000;
  }
  .cp-accessories-bg-full.dark-bg {
    position: relative;
  }
  .cp-accessories-bg-full.dark-bg::before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    top: -2rem;
    left: -20px;
    left: -2rem;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
    background: #000;
  }
  .cp-accessories-bg-full .is-pc {
    display: none;
  }
  .cp-accessories-bg-full .is-mo {
    display: block;
  }
  .cp-accessories-bg-full .cm-section-title sup {
    top: -5px;
    top: -0.5rem;
  }
  .cp-accessories-bg-full .cm-section-title__subtitle {
    font-family: "genesis-text-office", sans-serif;
  }
  .cp-accessories-bg-full .cm-section-btn {
    margin: 20px 0 0;
    margin: 2rem 0 0;
  }
  .cp-accessories-bg-full {
    margin: 20px;
    margin: 2rem;
    padding: 160% 0 0;
  }
  .cp-accessories-bg-full__cover {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .cp-accessories-bg-full__inner {
    position: relative;
  }
  .cp-accessories-bg-full__inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33.3334%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99.99%, rgba(0, 0, 0, 0.42)), to(rgba(217, 217, 217, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 99.99%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 99.99%, rgba(217, 217, 217, 0) 100%);
    opacity: 0.2;
  }
  .cp-accessories-bg-full__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .cp-accessories-bg-full__image img {
    width: auto;
  }
  .cp-accessories-bg-full__title {
    top: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 40px 20px 0 20px;
    padding: 4rem 2rem 0 2rem;
  }
}

@media (max-width: 1023px) and (min-width: 500px) {
  .cp-accessories-bg-full {
    padding: 550px 0 0;
    padding: 55rem 0 0;
  }
  .cp-accessories-bg-full__image {
    position: absolute;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cp-accessories-bg-full__image img {
    object-fit: cover;
    width: 100%;
  }
  .cp-accessories-bg-full__inner:after {
    height: 200px;
    height: 20rem;
  }
}

.cp-modal-with-mobile-swiper-indicator .cp-spec-content-indicator__img-box {
  width: 100%;
}

.cp-modal-with-mobile-swiper-indicator .cm-layer-mix__item-img-box.width-box {
  min-width: 397px;
  max-width: 620px;
}

.cp-modal-with-mobile-swiper-indicator .cm-layer-mix__item-tit-sub.sub-tit-box {
  padding-top: 16px;
  padding-top: 1.6rem;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  display: block;
}

.cp-modal-with-mobile-swiper-indicator__swiper {
  position: relative;
}

.cp-modal-with-mobile-swiper-indicator__indicator {
  position: absolute;
  bottom: 16px;
  bottom: 1.6rem;
  left: 50%;
  width: 120px;
  width: 12rem;
  height: 1.3px;
  height: 0.13rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  will-change: transform;
}

.cp-modal-with-mobile-swiper-indicator__indicator {
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.cp-modal-with-mobile-swiper-indicator__indicator-path {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  width: 6rem;
  height: 1.3px;
  height: 0.13rem;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cp-modal-with-mobile-swiper-indicator__indicator-path {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination {
  margin: 0 auto;
  padding: 80px 20px 0;
  padding: 8rem 2rem 0;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  bottom: 10%;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination::before {
  right: 0;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33%;
  height: 2px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide {
  right: 0;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide:nth-of-type(2) {
  left: 33%;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide:nth-of-type(2) {
  right: 33%;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide:nth-of-type(3) {
  left: 66%;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide:nth-of-type(3) {
  right: 66%;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide:nth-of-type(3)-active ~ .cp-scroll-bar {
  left: 66%;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide:nth-of-type(3)-active ~ .cp-scroll-bar {
  right: 66%;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide-active:nth-of-type(1) ~ .cp-scroll-bar {
  left: 0;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide-active:nth-of-type(1) ~ .cp-scroll-bar {
  right: 0;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide-active:nth-of-type(2) ~ .cp-scroll-bar {
  left: 33%;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide-active:nth-of-type(2) ~ .cp-scroll-bar {
  right: 33%;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide-active:nth-of-type(3) ~ .cp-scroll-bar {
  left: 66%;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .swiper-slide-active:nth-of-type(3) ~ .cp-scroll-bar {
  right: 66%;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .cp-scroll-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  width: 33%;
  height: 1px;
  background-color: #000;
}

.cp-modal-with-mobile-swiper-indicator .cp-swiper-pagination .cp-scroll-bar {
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

@media screen and (max-width: 767px) {
  .cp-modal-with-mobile-swiper-indicator .cm-layer-mix__item-img-box.width-box {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
}

