@charset "UTF-8";
/*======================================

    common

=======================================*/
.cv_btn {
  margin: 12px auto;
  padding: 0 10px;
}

.cv_btn a {
  max-width: 280px;
  background: #00a7e9;
  border-radius: 60px;
  text-align: center;
  padding: 13px 10px 11px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  font-family: "Hiragino sans";
  font-weight: 500;
}

@media screen and (min-width: 279px) {
  .cv_btn a {
    max-width: auto;
  }
}
.cv_btn a:hover {
  background: #ff413d;
}

@media screen and (max-width: 388px) {
  .br_sp {
    display: none;
  }
}
/*======================================

    ボタンアニメーション

=======================================*/
.button,
.button::before,
.button::after {
  transition: all 0.3s;
}

/*======================================

    wrapper

=======================================*/
.wrapper {
  margin: 0 auto;
  text-align: center;
  max-width: 780px;
}

/*======================================

    header

=======================================*/
.header {
  background-color: white;
}

.header_inner {
  display: flex;
  padding: 0 10px;
}

.header_logo {
  width: 150px;
  padding: 2px 4px 4px;
  background: #fff;
}

.header_logo img {
  width: 100%;
}

/*======================================

    fv

=======================================*/
.fv {
  position: relative;
}
.fv .copy {
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
  position: absolute;
  justify-content: center;
  top: 20%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.fv .copy .gu {
  animation: fuwafuwa 2s infinite ease-in-out 0.8s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 25%;
}
.fv .copy .no {
  animation: fuwafuwa 3s infinite ease-in-out 0.7s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 22%;
}
.fv .copy .shi {
  animation: fuwafuwa 2.5s infinite ease-in-out 0.6s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 24%;
}
.fv .copy .li {
  animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 20%;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

/*======================================

    about

=======================================*/
.about {
  position: relative;
}
.about .flash {
  width: 15%;
  position: absolute;
  top: 54%;
  left: 66%;
}
.about .poyopoyo {
  animation: poyopoyo 1.5s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/*======================================

    feature

=======================================*/
/*======================================

    chat

=======================================*/
.chat {
  position: relative;
}
.chat .inner {
  background-image: url(../img/bg_chat.jpg);
  top: 20%;
  padding-bottom: 20px;
}
.chat .inner h3 {
  color: #fff;
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 60px;
}
@media screen and (max-width: 374px) {
  .chat .inner h3 {
    font-size: 20px;
  }
}
.chat .inner .chat_group {
  margin-bottom: 20%;
}

/*======================================

    other

=======================================*/
.other .exclamation {
  width: 11%;
  position: absolute;
  top: 32%;
  left: 69%;
}
.other .animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.6s;
}
.other .keyframe7 {
  animation-name: jump;
  animation-duration: 1s;
}
@keyframes jump {
  0% {
    transform: translate(0%, 30px) rotateX(50deg);
  }
  100% {
    transform: translate(0%, 0%);
  }
}

/*======================================

    download

=======================================*/
.download {
  padding: 12px 4vw 48px 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
.download .left {
  max-width: 70px;
}
.download .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  gap: 6px;
}
.download ul {
  display: flex;
  gap: 5%;
}

/*======================================

    footer

=======================================*/
footer {
  background-color: black;
}
footer ul {
  padding: 24px 12px;
  text-align: left;
}
footer ul li a {
  font-family: "Hiragino Sans";
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
footer small {
  padding-bottom: 12px;
  font-family: "Hiragino Sans";
  font-weight: 400;
  text-align: center;
  font-size: 10px;
  display: inherit;
  color: #ffffff;
}

/*======================================

    component

=======================================*/
.annotation {
  font-family: "Hiragino Sans";
  font-size: 9px;
  font-weight: 300;
  text-align: center;
}

.red {
  color: #e51813;
}

.tac {
  text-align: center;
}

.centering {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.negativeMargin {
  margin-top: -16vw;
}

/* スクロールするとアンダーラインがのびる */
.Text-Span {
  position: relative;
  z-index: 1;
}

.Text-Span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 2.5em;
  background: linear-gradient(transparent 60%, #ffe169 60%);
  z-index: -1;
  transition: all 0.9s;
}

.Text-Span.isActive:after {
  width: 100%;
}

/* ctaボタン */
#cta {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: white;
  padding: 24px 0px;
  transition: 0.5s;
}

#cta a {
  background: #00a7e9;
  position: relative;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  width: 80%;
  color: white;
  line-height: 100%;
  padding: 12px 0px;
  border-radius: 100px;
  text-align: center;
}
#cta a img {
  width: 18px;
}

/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}/*# sourceMappingURL=style.css.map */