main {
  overflow: unset;
}

#top header, header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

header .inner .innerCont, #top header .sticky .wrap {
  margin: 0 8%;
}

header .inner {
  position: relative;
  height: 100%;
}

header .inner .innerCont nav ul li, #top header .sticky .wrap nav ul li {
  color: #645144;
  margin-left: 40px;
}

header .inner .innerCont nav ul li a, #top header .sticky .wrap nav ul li a {
  font-size: 16px;
}

header .drawer_list .wrap ul {
  top: 65px;
}

header .drawer_btn.on {
  top: 25px;
}

footer.s-block {
  bottom: 6vw;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  footer.s-block {
    bottom: 1vw;
  }
}

#sec04 footer.s-block a {
  width: auto;
}

footer .footerInner {
  max-width: unset;
  padding: 0rem 8%;
  font-weight: 600;
}
@media screen and (max-width: 1079px) {
  footer .footerInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 2vw;
  }
}

@media screen and (max-width: 550px) {
  footer img {
    width: 30vw;
  }
}

#sec01, #sec02, #sec03, #sec04, #sec04_1-2 {
  overflow: hidden;
}
#sec01 .title_bg, #sec02 .title_bg, #sec03 .title_bg, #sec04 .title_bg, #sec04_1-2 .title_bg {
  top: 0%;
  width: 85.25%;
  height: 31.7vw;
  background-image: url(../images/titleBg.png);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 82%, 50% 100%, 0 82%);
          clip-path: polygon(0 0, 100% 0%, 100% 82%, 50% 100%, 0 82%);
  background-size: contain;
  background-repeat: repeat-y;
}

#sec01 .title {
  top: 18.5%;
  width: 60%;
}
#sec01 .title_icon {
  top: 19%;
  width: 85%;
  /* width: 11%; */
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

#sec02 .title {
  top: 18.5%;
  width: 55%;
}
#sec02 .title_icon {
  top: 9.5%;
  width: 15%;
  left: 76%;
}

#sec03 .title {
  top: 14.5%;
  width: 70%;
}
#sec03 a {
  display: block;
  width: 100%;
  height: 100%;
}
#sec03 .btn01 {
  width: 20%;
  height: 6vw;
  z-index: 1;
  top: 25vw;
  left: 50%;
  cursor: pointer;
  z-index: 2;
}

#sec04 .title {
  top: 13%;
  width: 70%;
}
#sec04 .title_icon {
  top: 20.2%;
  width: 47%;
  left: 48%;
}
#sec04 a {
  display: block;
  width: 100%;
  height: 100%;
}
#sec04 .btn01 {
  width: 17%;
  height: 17vw;
  z-index: 1;
  top: 32vw;
  left: 66%;
  cursor: pointer;
  z-index: 2;
}

#sec04_1-2 .title {
  top: 9%;
  width: 64%;
}
#sec04_1-2 .title_icon {
  top: 25.2%;
  width: 13%;
  left: 78%;
}
#sec04_1-2 a {
  display: block;
  width: 100%;
  height: 100%;
}
#sec04_1-2 .btn02 {
  width: 77%;
  height: 26vw;
  z-index: 1;
  bottom: 13vw;
  left: 50%;
}
#sec04_1-2 .btn02 .btn02_1, #sec04_1-2 .btn02 .btn02_2, #sec04_1-2 .btn02 .btn02_3 {
  width: 30%;
  height: 100%;
  display: inline-block;
  margin: 0 1%;
}
@media screen and (max-width: 550px) {
  #sec04_1-2 .btn02 .btn02_1, #sec04_1-2 .btn02 .btn02_2, #sec04_1-2 .btn02 .btn02_3 {
    margin: 0 0.5%;
  }
}/*# sourceMappingURL=page.css.map */