.mv {
  position: relative;
}
.mv .mv_slide {
  overflow: hidden;
}

.top_sec1 {
  padding: 150px 0;
  box-sizing: border-box;
  background: linear-gradient(80deg, #F5F0EF 0%, #E1D5D5 100%);
  text-align: center;
  overflow: hidden;
}
.top_sec1 .txt {
  margin-top: 30px;
  line-height: 2.2;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.top_sec1 .ttl_egb {
  position: relative;
  display: inline-block;
}
.top_sec1 .ttl_egb h2 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.4em;
  position: relative;
  z-index: 2;
}
.top_sec1 .ttl_egb .hands {
  font-size: 7.3rem;
  color: white;
  font-family: "Satisfy", cursive;
  opacity: 0.26;
  position: absolute;
  top: -42px;
  left: 20px;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .top_sec1 {
    background: linear-gradient(180deg, #F5F0EF 0%, #E1D5D5 100%);
    padding: 70px 0 90px 0;
    position: relative;
  }
  .top_sec1 .ttl_egb {
    position: static;
  }
  .top_sec1 .ttl_egb .hands {
    font-size: 5.2rem;
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 0;
    white-space: nowrap;
  }
}

.top_sec2 {
  margin-top: 100px;
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 767px) {
  .top_sec2 {
    margin-top: 60px;
  }
}

.ttl_egb2.pcn {
  display: none;
}
@media all and (max-width: 767px) {
  .ttl_egb2.pcn {
    display: block;
  }
}

.ttl_egb2 {
  display: inline-block;
  position: relative;
}
.ttl_egb2 h2 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}
.ttl_egb2 .hands {
  font-size: 2.1rem;
  color: #D27F71;
  font-family: "Satisfy", cursive;
  position: absolute;
  bottom: -10px;
  right: -10px;
  white-space: nowrap;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .ttl_egb2 {
    display: none;
    text-align: center;
  }
  .ttl_egb2 h2 {
    font-size: 2.8rem;
  }
  .ttl_egb2 .hands {
    font-size: 2.1rem;
    position: relative;
    bottom: auto;
    right: auto;
    top: -5px;
  }
}

.c21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c21 .imgs {
  width: 54.5%;
}
.c21 .cont {
  width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
  max-width: 467px;
}
.c21 .cont .txt {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .c21 {
    display: block;
  }
  .c21 .imgs {
    width: 100%;
    margin-top: 30px;
  }
  .c21 .cont {
    width: 89%;
    margin: 20px auto 0 auto;
    padding-left: 0;
    max-width: 100%;
  }
  .c21 .cont .txt {
    margin-top: 0;
  }
}

.c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch;
}
.c2 .imgs {
  width: 57.6%;
}
.c2 .im1 {
  position: relative;
}
.c2 .im1 img {
  position: absolute;
  right: 0;
}
.c2 .cont {
  width: 40%;
}
.c2 .cont .txt {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .c2 {
    display: block;
  }
  .c2 .imgs {
    width: 100%;
  }
  .c2 .cont {
    width: 100%;
  }
  .c2 .cont .txt {
    margin-top: 40px;
  }
}

.top_sec3, .top_sec4 {
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .top_sec3, .top_sec4 {
    margin-top: 60px;
  }
  .top_sec3 .inner, .top_sec4 .inner {
    width: 100%;
  }
  .top_sec3 .imgs, .top_sec4 .imgs {
    margin-top: 20px;
  }
  .top_sec3 .cont, .top_sec4 .cont {
    width: 89%;
    margin: 0 auto;
  }
  .top_sec3 .cont .txt, .top_sec4 .cont .txt {
    margin-top: 20px;
  }
}

.rev {
  flex-direction: row-reverse;
}

.btnw {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .btnw {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=top.css.map */
