@charset "UTF-8";
/* CSS Document */
body {
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#top img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}
#top a {
  text-decoration: none;
}
#top.container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #d5e1e1;
}
#top .main {
  margin: 0 10% 10%;
  padding-bottom: 15%;
}
#top .brand_banner:hover {
  opacity: 0.7;
}
#top .brand_banner {
  margin-top: 14%;
}

p.top_btn:hover {
  background-color: #fff;
  border: 3px solid #41b6c7;
}

p.top_btn {
  width: 70%;
  margin: 0 auto 10%;
  background-color: #41b6c7;
  text-align: center;
  border: 2px solid #41b6c7;
  transition-duration: 0.3s;
}

p.top_btn a:hover {
  color: #41b6c7;
}

p.top_btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: clamp(13px, 3.5vmin, 24px);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 5% 2%;
}

.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 600px) {
  .main {
    margin: 0 4%;
  }
  .sisters {
    width: 70%;
  }
  p.top_btn {
    width: 80%;
  }
}/*# sourceMappingURL=top_v2.css.map */