/* 202103 */
.acce01-template-02 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .acce01-template-02 {
    min-height: 54vw;
    max-height: 60vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.acce01-template-02__swiper-next,
.acce01-template-02__swiper-prev {
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 45px;
  font-size: 20px;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #000;
}
@media (max-width: 1199px) {
  .acce01-template-02__swiper-next,
  .acce01-template-02__swiper-prev {
    right: -12px;
    width: 45px;
  }
}
.acce01-template-02__swiper-prev {
  right: auto;
  left: 0;
}
@media (max-width: 1199px) {
  .acce01-template-02__swiper-prev {
    left: -12px;
  }
}
.acce01-template-02__swiper-prev {
  left: 3.38542vw;
}
@media (max-width: 767px) {
  .acce01-template-02__swiper-prev {
    left: 0;
  }
}
.acce01-template-02__swiper-prev:after {
  content: '';
  display: block;
  margin-left: 0.57292vw;
  width: 1.19792vw;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .acce01-template-02__swiper-prev:after {
    margin-left: 10px;
    width: 20px;
  }
}
.acce01-template-02__swiper-next {
  right: 3.38542vw;
}
@media (max-width: 767px) {
  .acce01-template-02__swiper-next {
    right: 0;
  }
}
.acce01-template-02__swiper-next:before {
  content: '';
  display: block;
  margin-right: 0.57292vw;
  width: 1.19792vw;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .acce01-template-02__swiper-next:before {
    margin-right: 10px;
    width: 20px;
  }
}
.acce01-template-02__swiper-next,
.acce01-template-02__swiper-prev {
  font-size: 0.9375vw;
  line-height: 1.77778;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  font-weight: 400;
}
@media (max-width: 767px) {
  .acce01-template-02__swiper-next,
  .acce01-template-02__swiper-prev {
    font-size: 14px;
  }
}
.acce01-template-02__swiper-btn-group {
  position: absolute;
  bottom: 1.82292vw;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 4;
}
@media (max-width: 767px) {
  .acce01-template-02__swiper-btn-group {
    right: 0;
    margin: auto;
    width: 35%;
  }
}
.acce01-template-02__swiper-index {
  position: absolute;
  bottom: 3.02083vw;
  left: 34.89583vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.78125vw 0;
  width: 10px;
  font-size: 0.9375vw;
  font-weight: 700;
  text-align: center;
  color: #000;
  z-index: 4;
}
@media (max-width: 767px) {
  .acce01-template-02__swiper-index {
    display: none;
  }
}
.acce01-template-02__swiper-index-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 7.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acce01-template-02__swiper-index-current {
  color: #9a552e;
}
.acce01-template-02__swiper-index-split {
  margin: 1.45833vw auto;
  width: 1px;
  height: 3.125vw;
  background: hsla(0, 0%, 43.9%, 0.2);
}
.acce01-template-02__left,
.acce01-template-02__right {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .acce01-template-02__left,
  .acce01-template-02__right {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}
.acce01-template-02__left {
  padding: 0 3.38542vw;
  text-align: center;
}
@media (max-width: 767px) {
  .acce01-template-02__left {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100%;
  }
}
.acce01-template-02__left-swiper {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .acce01-template-02__left-swiper {
    width: 100%;
  }
}
.acce01-template-02__left-swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.acce01-template-02__left-swiper-slide-thumb {
  position: absolute;
  bottom: 14.6875vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 20.57292vw;
  height: 22.8125vw;
}
@media (max-width: 767px) {
  .acce01-template-02__left-swiper-slide-thumb {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 40%;
  }
}
.acce01-template-02__left-swiper-slide-thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.acce01-template-02__left-swiper-slide-thumb-inner-bg {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.acce01-template-02__left-swiper-slide-slogan,
.acce01-template-02__left-swiper-slide-title {
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
}
.swiper-slide-active .acce01-template-02__left-swiper-slide-slogan,
.swiper-slide-active .acce01-template-02__left-swiper-slide-title,
.swiper-slide-duplicate-active .acce01-template-02__left-swiper-slide-slogan,
.swiper-slide-duplicate-active .acce01-template-02__left-swiper-slide-title {
  opacity: 1;
}
.acce01-template-02__left-swiper-slide-sub-title {
  font-size: 0.9375vw;
  line-height: 1.77778;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.95833vw;
  width: 100%;
}
@media (max-width: 767px) {
  .acce01-template-02__left-swiper-slide-sub-title {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.acce01-template-02__left-swiper-slide-main-title {
  position: relative;
  font-size: 8.07292vw;
  text-indent: 0.60573vw;
  white-space: nowrap;
  color: #9a552e;
  z-index: 1;
  line-height: 1;
  margin-bottom: -3.125vw;
  letter-spacing: 0.60573vw;
}
@media (max-width: 767px) {
  .acce01-template-02__left-swiper-slide-main-title {
    font-size: 60px;
    margin-bottom: -30px;
  }
}
.acce01-template-02__left-swiper-slide-title {
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.acce01-template-02__left-swiper-slide-slogan {
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding-top: 1.30208vw;
}
@media (max-width: 767px) {
  .acce01-template-02__left-swiper-slide-slogan {
    padding-top: 15px;
  }
}
/*202103*/
.acce01-template-02__left-swiper-slide-slogan-zh {
  font-size: 1.66667vw;
  line-height: 1.3125;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.67708vw;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .acce01-template-02__left-swiper-slide-slogan-zh {
    font-size: 24px;
    margin-bottom: 13px;
  }
}
/*202103*/
.acce01-template-02__left-swiper-slide-slogan-en {
  font-size: 0.9375vw;
  line-height: 1.77778;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .acce01-template-02__left-swiper-slide-slogan-en {
    font-size: 14px;
  }
}
.acce01-template-02__right {
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .acce01-template-02__right {
    display: none;
  }
}
.acce01-template-02__right-big-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 33.85417vw;
  height: 47.39583vw;
  z-index: 2;
}
.acce01-template-02__right-big-thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.acce01-template-02__right-big-thumb-inner.-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 1.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 1.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 1.3s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 1.3s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 1.3s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.acce01-template-02__right-swiper {
  position: relative;
  height: 100%;
  z-index: 3;
}
.acce01-template-02__right-swiper-slide {
  position: relative;
  padding: 0.52083vw;
  width: 21.61458vw;
  height: 100%;
}
.acce01-template-02__right-swiper-slide-big-thumb,
.acce01-template-02__right-swiper-slide-small-thumb-inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.acce01-template-02__right-swiper-slide-small-thumb {
  position: absolute;
  bottom: 14.6875vw;
  left: 0;
  margin: auto;
  width: 20.57292vw;
  height: 22.8125vw;
  opacity: 1;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: opacity 0.6s 0.8s;
  transition: opacity 0.6s 0.8s;
}
.acce01-template-02__right-swiper-slide-small-thumb-inner {
  width: 100%;
  height: 100%;
}
.swiper-slide-active .acce01-template-02__right-swiper-slide-small-thumb,
.swiper-slide-duplicate-active
  .acce01-template-02__right-swiper-slide-small-thumb {
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, transform 1s;
  transition: opacity 0.3s, transform 1s, -webkit-transform 1s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.acce01-template-02__circle {
  position: absolute;
  bottom: 5.46875vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 39.0625vw;
  height: 39.0625vw;
  border: 1px solid #cccbca;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .acce01-template-02__circle {
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75vh;
    height: 75vh;
  }
}
.acce01-template-02__copyright {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.38542vw;
  margin: auto;
  font-size: 0.72917vw;
  text-align: center;
  color: #878787;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .acce01-template-02__copyright {
    display: none;
  }
}
.acce01-template-02__line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #d1d1d1;
}

sup {
  transform: translateY(-0.4em);
  display: inline-block;
}
