.mvanimationend .mainvisual .mainvisualBG.banner {
  height: 33.5vw;
}

.mvanimationend:before {
  content: "";
  position: fixed;
  left: 1.3rem;
  bottom: 0;
  width: 2rem;
  height: 0.7rem;
  background: url(../images/common/bg-01.png) no-repeat;
  background-size: 100% auto;
}

.mvanimationend .mainvisual {
  z-index: 1;
}

.mvanimationend .mainvisual.fadeout {
  z-index: 0;
}

@media print, screen and (min-width: 1025px) {
  .mvanimationend .mainvisual {
    margin-bottom: calc(33.5vw + 60px);
  }
}

.hot-area {
  position: relative;
  overflow: hidden;
}

.hot-area .hot-area-inner {
  padding: 1.5rem 0 1rem 0;
  background-repeat: no-repeat;
  background-image: url(../images/hot/bg.jpg);
}

.hot-area .in {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.hot-area .maintit {
  position: relative;
  margin-bottom: 0.5rem;
  padding-top: .8rem;
  text-align: center;
  opacity: 0;
}

.hot-area .hot-row:first-of-type {
  margin-bottom: 1.2rem;
}

.hot-area .hot-row:nth-of-type(2n-1) .pic {
  float: right;
}

.hot-area .hot-row:nth-of-type(2n-1) .info {
  float: left;
}

.hot-area .hot-row:nth-of-type(2n) .pic {
  float: left;
}

.hot-area .hot-row:nth-of-type(2n) .info {
  float: right;
}

.hot-area .hot-row .pic, .hot-area .hot-row .info {
  display: inline-block;
  vertical-align: middle;
}

.hot-area .hot-row .pic {
  width: 55%;
  height: 25vw;
  border-top-right-radius: 80px;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4);
}

.hot-area .hot-row .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hot-area .hot-row .info {
  padding: 0 10% 0 5%;
  width: 44%;
}

.hot-area .hot-row .lead {
  margin-bottom: .2rem;
  font-size: .22rem;
  color: #e8e8e9;
  letter-spacing: .03rem;
}

.hot-area .hot-row .txt {
  margin-bottom: .5rem;
  font-size: .18rem;
  color: #babcbf;
  letter-spacing: .03rem;
}

.hot-area .brand {
  font-size: .36rem;
  color: #fff;
  line-height: 50px;
}

.hot-area .brand > div {
  display: inline-block;
  vertical-align: middle;
}

.hot-area .brand .brand-logo {
  margin-left: .15rem;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.hot-area .brand .brand-logo img {
  width: 112px;
  height: 50px;
}

.hot-area .phone {
  padding: .3rem 0 .5rem 0;
  color: #c29f6d;
  font-size: .22rem;
  letter-spacing: .05rem;
  font-weight: bold;
}

.hot-area .phone > div {
  display: inline-block;
  vertical-align: middle;
}

.hot-area .phone img {
  display: block;
}

.mvanimationend .hot-area .maintit {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .mvanimationend .mainvisual .mainvisualBG.banner {
    height: 49vw;
  }
  .hot-area .maintit {
    padding-top: 0;
  }
  .hot-area .brand {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .hot-area .brand .brand-logo {
    height: 40px;
  }
  .hot-area .brand .brand-logo img {
    width: 90px;
    height: 40px;
  }
  .hot-area .hot-row:nth-of-type(2n-1) .info, .hot-area .hot-row:nth-of-type(2n-1) .pic, .hot-area .hot-row:nth-of-type(2n) .info, .hot-area .hot-row:nth-of-type(2n) .pic {
    float: none;
  }
  .hot-area .hot-row .pic {
    height: 325px;
    margin-bottom: 25px;
  }
  .hot-area .hot-row .info, .hot-area .hot-row .pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    padding: 0;
  }
  .hot-area .hot-row .lead {
    font-size: 20px;
  }
  .hot-area .hot-row .txt {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .hot-area .hot-row:first-of-type {
    margin-bottom: 30px;
  }
  .hot-area .btn-more {
    font-size: 16px;
  }
  .hot-area .phone {
    padding: 20px 0 30px 0;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .hot-area .phone img {
    width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .hot-area .hot-row .info, .hot-area .hot-row .pic {
    width: 100%;
    height: 49vw;
  }
  .hot-area .hot-area-inner {
    padding: 60px 0 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .hot-area .hot-row .lead,
  .hot-area .phone {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .hot-area .hot-row .txt {
    font-size: 15px;
    letter-spacing: 0;
  }
  .hot-area .btn-more {
    font-size: 15px;
  }
  .hot-area .hot-row .pic {
    border-top-right-radius: 30px;
  }
  .hot-area .phone img {
    width: 40px;
  }
}
