.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);
  }
}

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

.works-area .works-area-inner {
  padding: 1.2rem 0 0.5rem 0;
  background-repeat: no-repeat;
  background-image: url(../images/hot/bg.jpg);
  background-size: cover;
}

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

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

.works-area .history-row > div {
  position: relative;
  float: left;
  margin-bottom: .2rem;
  width: 50%;
  overflow: hidden;
  text-align: center;
}

.works-area .img-wrap {
  display: inline-block;
  width: 645px;
  height: 768px;
  border-top-right-radius: 80px;
  overflow: hidden;
}

.works-area .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.works-area .history-info {
  display: inline-block;
  padding: .25rem 0;
  width: 645px;
  text-align: left;
}

.works-area .history-info .name {
  display: block;
  color: #fff;
  font-size: .28rem;
  font-weight: bold;
  letter-spacing: .05rem;
}

.works-area .history-info .txt {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #c29f6d;
  color: #c29f6d;
  font-size: .2rem;
  font-weight: bold;
  letter-spacing: .02rem;
}

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

.no-touchevents .works-area .img-wrap:hover img {
  width: 105%;
}

@media screen and (max-width: 1700px) {
  .works-area .in {
    width: 100%;
    max-width: initial;
  }
  .works-area .history-row {
    text-align: center;
  }
  .works-area .history-row > div {
    margin: 0 2%;
    float: none;
    display: inline-block;
    width: 38.7%;
  }
  .works-area .img-wrap {
    width: 100%;
    height: 46.1vw;
  }
}

@media screen and (max-width: 1024px) {
  .mvanimationend .mainvisual .mainvisualBG.banner {
    height: 49vw;
  }
  .works-area .maintit {
    padding-top: 0;
  }
  .works-area .history-row > div {
    width: 45%;
  }
  .works-area .img-wrap {
    height: 53.6vw;
  }
  .works-area .history-info .name {
    font-size: 22px;
  }
  .works-area .history-info .txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .works-area .works-area-inner {
    padding: 60px 0 20px 0;
  }
  .works-area .history-row > div {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .works-area .img-wrap {
    height: 97vw;
  }
}

@media screen and (max-width: 480px) {
  .works-area .in {
    padding: 0 5%;
  }
  .works-area h4 {
    font-size: .20rem;
  }
  .works-area h3 {
    font-size: .26rem;
  }
  .mvanimationend .mainvisual .mainvisualBG {
    width: 96%;
    left: 2%;
  }
  .works-area .history-info {
    padding-top: 10px;
  }
  .works-area .history-info .name {
    font-size: 17px;
    letter-spacing: 2px;
  }
  .works-area .history-info .txt {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
    letter-spacing: 2px;
  }
}
