@charset "UTF-8";
@media screen and (max-width: 576px) {
  .header__button {
    display: none;
  }
}

.container {
  margin-top: 200px;
}
@media screen and (max-width: 576px) {
  .container {
    margin-top: 0;
  }
}

.hero {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.hero__contents {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hero__heading {
  margin-bottom: 50px;
  color: #F4654D;
  text-align: center;
  white-space: nowrap;
}
.hero__heading--ja {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 75px;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.hero__heading--en {
  font-size: 17px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.hero__catch {
  position: relative;
  text-align: center;
}
.hero__catch p {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  background-color: #F4654D;
  color: #fff;
  font-weight: 800;
  font-size: 31px;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  white-space: nowrap;
}
.hero__catch p:first-of-type {
  margin-bottom: 8px;
}
.hero__balloon {
  position: absolute;
  top: -15px;
  width: 59px;
}
.hero__balloon--right {
  left: calc(50% + 130px);
}
.hero__balloon--left {
  left: calc(50% - 185px);
}
@media screen and (max-width: 576px) {
  .hero {
    border-radius: 0;
  }
}

.catch {
  padding-top: 53px;
  background-color: #D0F1FC;
}
.catch__heading {
  position: relative;
  width: 360px;
  margin: 0 auto -80px;
  padding-top: 80px;
  background-image: url(../images/index_catch_cloud.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.catch__heading h2 {
  color: #126AC4;
  font-weight: 800;
  font-size: 33px;
  line-height: 1.35;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: center;
}
.catch__heading h2 span {
  display: block;
  margin-top: 10px;
  padding: 5px;
  border-radius: 10px;
  background-color: #F4654D;
  color: #fff;
}
.catch__image svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#catch-grandmother {
  transform-origin: center center;
  transform-box: fill-box;
  animation: grand-mother 2s ease-in-out infinite alternate;
}

#catch-bird {
  transform-origin: center center;
  transform-box: fill-box;
  animation: catch-bird 10s linear infinite;
}

@keyframes catch-bird {
  from {
    transform: translateX(600px);
  }
  to {
    transform: translateX(-600px);
  }
}
#catch-mother {
  transform-origin: center center;
  transform-box: fill-box;
  animation: catch-mother 2s ease-in-out infinite alternate;
}

@keyframes catch-mother {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: otate(10deg);
  }
}
#catch-car {
  transform-origin: center center;
  transform-box: fill-box;
  animation: catch-car 10s linear infinite;
}

@keyframes catch-car {
  from {
    transform: translateX(-600px);
  }
  to {
    transform: translateX(800px);
  }
}
.thoughts {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #FFE49D;
}
.thoughts__heading {
  width: 224px;
  margin: 0 auto 75px;
}
.thoughts__list {
  margin-bottom: 45px;
}
.thoughts__item {
  position: relative;
  width: 342px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 57px;
  background-image: url(../images/index_thoughts_pattern.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.thoughts__item:not(:last-of-type) {
  margin-bottom: 79px;
}
.thoughts__item--01 .thoughts__image {
  width: 202px;
  margin: 28px auto 0;
}
.thoughts__item--02 .thoughts__image {
  width: 165px;
  margin: 11px auto 0;
}
.thoughts__item--03 .thoughts__image {
  width: 354px;
  margin: 11px auto 0;
}
.thoughts__number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 74px;
}
.thoughts__title {
  text-align: center;
}
.thoughts__title span {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: #fff;
  color: #F4654D;
  font-size: 30px;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}

#light {
  transform-origin: center 55%;
  transform-box: fill-box;
  animation: light 2s ease-in-out infinite alternate;
}

@keyframes light {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
#face {
  transform-origin: center center;
  transform-box: fill-box;
  animation: face 2s ease-in-out infinite alternate;
}

@keyframes face {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(5deg);
  }
}
#girlhand {
  transform-origin: 27px 14px;
  transform-box: fill-box;
  animation: girlhand 2s ease-in-out infinite alternate;
}

@keyframes girlhand {
  from {
    transform: rotate(-25deg);
  }
  to {
    transform: rotate(0);
  }
}
#boyhand {
  transform-origin: 0px 14px;
  transform-box: fill-box;
  animation: boyhand 2s ease-in-out infinite alternate;
}

@keyframes boyhand {
  from {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(0);
  }
}
.profile__inner {
  position: relative;
  background-color: #FF86BA;
}
.profile__heading {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #FF86BA;
}
.profile__pattern {
  position: absolute;
}
.profile__pattern--01 {
  top: 30px;
  left: 0;
  transform: translateX(-105%);
  width: 53px;
}
.profile__pattern--02 {
  top: -33px;
  right: -3px;
  transform: translateX(105%);
  width: 45px;
}
.profile__name {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.profile__name--ja {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 68px;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.profile__name--en {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.profile__contents {
  padding: 50px 22px 0;
  color: #fff;
}
.profile__subheading {
  margin-bottom: 18px;
}
.profile__subheading span {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 5px;
  background-color: #fff;
  color: #FF86BA;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.profile__list {
  margin-bottom: 45px;
}
.profile__item {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}
.profile__item dt, .profile__item dd {
  font-weight: 700;
  font-size: 17px;
}
.profile__item dt {
  width: 127px;
  padding-left: 11px;
}
.profile__item dd {
  flex: 1;
}
.profile__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.profile__sentence {
  margin-bottom: 50px;
  padding-left: 11px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
}

.sns {
  padding-top: 110px;
  padding-bottom: 100px;
}
.sns__heading {
  margin-bottom: 45px;
  color: #fff;
  text-align: center;
}
.sns__contents {
  padding: 0 22px;
}
.sns__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sns__item {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.sns__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sns__item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sns__item a::after {
  display: block;
  padding-top: 100%;
  content: "";
}
.sns__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 319px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
}
.sns__link a span {
  font-weight: 800;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  letter-spacing: 0.025em;
}
.sns__link--instagram {
  margin-bottom: 20px;
  background: #D300C5;
  background: linear-gradient(77deg, rgb(255, 214, 0) 0%, rgb(255, 122, 0) 18%, rgb(255, 0, 105) 45%, rgb(211, 0, 197) 72%, rgb(115, 56, 250) 100%);
}
.sns__link--instagram img {
  width: 32px;
  margin-right: 21px;
}
.sns__link--instagram span {
  color: #fff;
}
.sns__link--tiktok {
  background-color: #fff;
}
.sns__link--tiktok img {
  width: 30px;
  margin-right: 21px;
}
.sns__link--tiktok span {
  color: #242424;
}/*# sourceMappingURL=front-page.css.map */