@charset "UTF-8";
/* Scss Document */
#section-top-slider #top-slider img {
  width: 100%;
  vertical-align: bottom;
}
#section-top-slider #top-scroll {
  position: absolute;
  bottom: 50px;
  right: 5%;
  z-index: 2;
  margin-top: -171px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 930px) {
  .is-loaded #section-top-slider #top-scroll {
    opacity: 0;
    transform: translateY(150px);
    animation: scrollShow 0.5s 0.5s forwards;
  }
}
@keyframes scrollShow {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#section-top-slider #top-scroll img {
  width: 80px;
  height: 104px;
}
@media screen and (min-width: 930px) {
  #section-top-slider #top-scroll img {
    width: 108px;
    height: 141px;
  }
}
#section-top-slider #top-scroll #top-scroll-cursor {
  opacity: 0;
  transform: translateY(0);
  animation: scrollMove 2.5s infinite;
  width: 54px;
  height: 73px;
}
@media screen and (min-width: 930px) {
  #section-top-slider #top-scroll #top-scroll-cursor {
    width: 54px;
    height: 73px;
  }
}
@keyframes scrollMove {
  0% {
    transform: translateY(12px);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: translateY(12px);
  }
  75% {
    opacity: 1;
    transform: translateY(12px);
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}

#section-top-box {
  width: 1060px;
  max-width: 90%;
  margin: 0 auto;
}
#section-top-box #top-greeting {
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  #section-top-box #top-greeting {
    padding: 300px 0 240px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #section-top-box #top-greeting > div {
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  #section-top-box #top-greeting {
    justify-content: space-between;
  }
}
#section-top-box #top-greeting p {
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #section-top-box #top-greeting p {
    font-size: 13px;
    line-height: 3;
  }
}
@media screen and (min-width: 930px) {
  #section-top-box #top-greeting p {
    font-size: 1.4vw;
    line-height: 4.13;
  }
}
@media screen and (min-width: 1060px) {
  #section-top-box #top-greeting p {
    font-size: 15px;
  }
}
#section-top-box #top-greeting p span {
  font-size: 82%;
}
#section-top-box #top-greeting #top-greeting-left {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #section-top-box #top-greeting #top-greeting-left {
    margin-bottom: 0;
  }
}
#section-top-box #top-greeting #top-greeting-right {
  text-align: center;
}
#section-top-box #top-greeting #top-greeting-right img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  #section-top-box #top-greeting #top-greeting-right img {
    width: 32.083vw;
  }
}
@media screen and (min-width: 1440px) {
  #section-top-box #top-greeting #top-greeting-right img {
    width: 462px;
  }
}
#section-top-box #top-member,
#section-top-box #top-sns {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  #section-top-box #top-member,
  #section-top-box #top-sns {
    align-items: center;
    display: flex;
    padding: 140px 0 0;
  }
}
#section-top-box #top-member h2,
#section-top-box #top-sns h2 {
  font-size: 33px;
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  width: 224px;
}
#section-top-box #top-member p,
#section-top-box #top-sns p {
  font-size: 16px;
  margin-right: auto;
  padding-right: 20px;
}
#section-top-box #top-member a,
#section-top-box #top-sns a {
  width: 190px;
  min-width: 190px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  padding-left: 20px;
  box-sizing: border-box;
  transition: 0.2s;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #section-top-box #top-member a,
  #section-top-box #top-sns a {
    margin: 0;
  }
}
#section-top-box #top-member a svg,
#section-top-box #top-sns a svg {
  margin-left: 30px;
}
#section-top-box #top-member a:hover,
#section-top-box #top-sns a:hover {
  background: #000;
  color: #fff;
}
#section-top-box #top-member a:hover .st0 {
  fill: #000;
  stroke: #fff;
}
#section-top-box #top-sns {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  #section-top-box #top-sns {
    padding-top: 90px;
    padding-bottom: 230px;
  }
}
#section-top-box #top-sns a {
  color: #1877f2;
}
#section-top-box #top-sns a .st0 {
  transition: 0.2s;
}
#section-top-box #top-sns a:hover {
  background: #1877f2;
  color: #fff;
}
#section-top-box #top-sns a:hover .st0 {
  fill: #fff;
}/*# sourceMappingURL=index.css.map */