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

.hero {
  position: relative;
  border-radius: 20px 20px 0 0;
  padding-top: 191px;
  padding-bottom: 100px;
  overflow: hidden;
  background-color: #fff;
}
.hero__icon {
  width: 49px;
  margin: 0 auto 25px;
}
.hero__heading {
  text-align: center;
}
.hero__heading--ja {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.hero__heading--en {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 576px) {
  .hero {
    border-radius: 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: 135px;
  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 {
  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 #sb_instagram #sbi_images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sns #sb_instagram #sbi_images .sbi_item {
  width: calc(50% - 5px);
  margin-bottom: 10px !important;
  border-radius: 10px;
  overflow: hidden;
}
.sns #sb_instagram .sbi_type_carousel .fa-clone {
  display: none !important;
}
.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=profile.css.map */