@charset "UTF-8";
main {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header .menu-trigger {
  display: none;
}

.wrap01 {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1130px) {
  .wrap01 {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    width: 100%;
  }
}

#container {
  padding-top: 0px;
}
#container .pho {
  margin-top: 70px;
}
@media screen and (max-width: 1130px) {
  #container .pho {
    margin-top: 6.2vw;
  }
}
@media screen and (max-width: 768px) {
  #container .pho {
    margin-top: 5.6vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #container .pho img {
    display: block;
    max-width: none;
    width: 116%;
    margin-left: -10%;
    margin-right: -10%;
  }
}
#container .txt {
  margin-top: 30px;
}
@media screen and (max-width: 1130px) {
  #container .txt {
    margin-top: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #container .txt {
    margin-top: 2.4vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #container .txt img {
    display: block;
    max-width: none;
    width: 120%;
    margin-left: -10%;
    margin-right: -10%;
  }
}
#container .btn {
  width: 43.5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1130px) {
  #container .btn {
    margin-top: 6.2vw;
  }
}
@media screen and (max-width: 768px) {
  #container .btn {
    width: 80%;
    margin-top: 6.2vw;
  }
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(30px);
}/*# sourceMappingURL=style.css.map */