@charset "utf-8";
.main {
  position: relative;
  width: 100%;
}

.com-rich-text1 * {
  max-width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
}

.com-array1 {
  font-size: 0;
  position: relative;
}

.com-array-101 {
  width: 101%;
  margin: 0 0 0 -0.5%;
  font-size: 0;
}

.com-array-102 {
  width: 102%;
  margin: 0 0 0 -1%;
}

.com-array-104 {
  width: 104%;
  margin: 0 0 0 -2%;
}

.com-array1-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
}

.com-img-sizeall1 {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}

.com-a-sizeall1 {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.com-img-abso1 {
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes zoomIn1 {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.zoomIn1 {
  animation-name: zoomIn1;
}

@keyframes slideInUp1 {
  0% {
    transform: translate3d(0, 50%, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.slideInUp1 {
  animation-name: slideInUp1;
}

@keyframes slideInDown1 {
  0% {

    transform: translate3d(0, -50%, 0);
    visibility: visible;
    opacity: 0;
  }
  to {

    transform: translateZ(0);
    opacity: 1;
  }
}

.slideInDown1 {

  animation-name: slideInDown1;
}

@keyframes slideInLeft1 {
  0% {

    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {

    transform: translateZ(0);
    opacity: 1;
  }
}

.slideInLeft1 {

  animation-name: slideInLeft1;
}

@keyframes slideInRight1 {
  0% {

    transform: translate3d(50%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {

    transform: translateZ(0);
    opacity: 1;
  }
}

.slideInRight1 {

  animation-name: slideInRight1;
}

.fs-0 {
  font-size: 0;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.fs-38 {
  font-size: 38px;
}

.fs-40 {
  font-size: 40px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fs-60 {
  font-size: 60px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-34 {
  line-height: 34px;
}

.lh-36 {
  line-height: 36px;
}

.lh-40 {
  line-height: 40px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.z-1 {
  z-index: -1;
}

.z-2 {
  z-index: 2;
}

.z-5 {
  z-index: 5;
}

.z-100 {
  z-index: 100;
}

.ov-hi {
  overflow: hidden;
}

.di-bl {
  display: block;
}

.di-tab {
  display: table;
}

.di-tab-ce {
  display: table-cell;
}

.di-no {
  display: none;
}

.di-in {
  display: inline-block;
}

.wi-50 {
  width: 50%;
}

.wi-100 {
  width: 100%;
}

.he-100 {
  height: 100%;
}

.he-au {
  height: auto;
}

.wi-au {
  width: auto;
}

.si-all {
  width: 100%;
  height: 100%;
}

.mawi-100 {
  max-width: 100%;
}

.mahe-100 {
  max-height: 100%;
}

.fw-bo {
  font-weight: bold;
}

.fw-no {
  font-weight: normal;
}

.va-to {
  vertical-align: top;
}

.va-mi {
  vertical-align: middle;
}

.va-bo {
  vertical-align: bottom;
}

.po-re {
  position: relative;
}

.po-ab {
  position: absolute;
}

.po-fi {
  position: fixed;
}

.ta-le {
  text-align: left;
}

.ta-ce {
  text-align: center;
}

.ta-ri {
  text-align: right;
}

.ta-ju {
  text-align: justify;
}

.cu-po {
  cursor: pointer;
}

.op-0 {
  opacity: 0;
}

.op-1 {
  opacity: 1;
}

.trf-no {
  transform: none;
}

.co-0 {
  color: #000000;
}

.co-3 {
  color: #333333;
}

.co-6 {
  color: #666666;
}

.co-9 {
  color: #999999;
}

.co-f {
  color: #ffffff;
}

.bora-50 {
  border-radius: 50%;
}

.ov-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


















