@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Regular.eot");
  src: local("Neue Haas Unica Regular"), local("NeueHaasUnica-Regular"), url("NeueHaasUnica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Bold.eot");
  src: local("Neue Haas Unica Bold"), local("NeueHaasUnica-Bold"), url("NeueHaasUnica-Bold.eot?#iefix") format("embedded-opentype"), url("NeueHaasUnica-Bold.woff2") format("woff2"), url("NeueHaasUnica-Bold.woff") format("woff"), url("NeueHaasUnica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
:root {
  --main-color: #000;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* ---------------------------- */
/* font
/* ---------------------------- */
/* 変更 */
main .l-inner {
  margin: 0 auto;
}

main .l-inner * {
  box-sizing: border-box;
}

main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper p {
  line-height: 1em;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/*fix*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2.5s;
  /* ここを変更 */
  animation-duration: 2.5s;
  /* ここも変更 */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-time14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-time18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-time3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-time35 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.delay-time4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-time45 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.box-wrapper {
  font-family: "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color: #000;
  /* ---------------------------- */
  /* common
  /* ---------------------------- */
}
.box-wrapper *,
.box-wrapper *::before,
.box-wrapper *::after {
  box-sizing: border-box;
}
.box-wrapper * {
  margin: 0;
}
.box-wrapper html,
.box-wrapper body {
  height: 100%;
}
.box-wrapper body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.box-wrapper img,
.box-wrapper picture,
.box-wrapper video,
.box-wrapper canvas,
.box-wrapper svg {
  display: block;
  max-width: 100%;
}
.box-wrapper input,
.box-wrapper button,
.box-wrapper textarea,
.box-wrapper select {
  font: inherit;
}
.box-wrapper p,
.box-wrapper h1,
.box-wrapper h2,
.box-wrapper h3,
.box-wrapper h4,
.box-wrapper h5,
.box-wrapper h6 {
  overflow-wrap: break-word;
}
.box-wrapper #root,
.box-wrapper #__next {
  isolation: isolate;
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    padding-bottom: 0px;
  }
}
.box-wrapper * {
  color: var(--main-color);
  letter-spacing: 0.05em;
}
.box-wrapper a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.box-wrapper img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-wrapper li {
  list-style: none;
}
.box-wrapper .is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-pc {
    display: none;
  }
}
.box-wrapper .is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-sp {
    display: block;
  }
}
.box-wrapper .mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mt-100 {
    margin-top: 0;
  }
}
.box-wrapper .logo {
  width: 9.375vw;
  max-width: 160px;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 750px) {
  .box-wrapper .logo {
    bottom: auto;
    top: 3%;
    right: auto;
    left: 25px;
    width: 100px;
  }
}
.box-wrapper .logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #31269d !important;
}
.box-wrapper .logo svg rect {
  mix-blend-mode: difference;
}
.box-wrapper .header__logo.header__logo-white.is-active {
  display: none;
}
.box-wrapper .header__logo.header__logo-black {
  display: none;
}
.box-wrapper .header__logo.header__logo-black.is-active {
  display: block;
}
.box-wrapper .header__logo a {
  height: inherit;
}
.box-wrapper .ryumin {
  font-family: "A-OTF Ryumin Pr6N", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", serif;
}
.box-wrapper .desc {
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* look
    /* ---------------------------- */
    /* ---------------------------- */
    /* look01
    /* ---------------------------- */
    /* ---------------------------- */
    /* look02
    /* ---------------------------- */
    /* ---------------------------- */
    /* look03
    /* ---------------------------- */
    /* ---------------------------- */
    /* look04
    /* ---------------------------- */
    /* ---------------------------- */
    /* look05
    /* ---------------------------- */
    /* ---------------------------- */
    /* look06
    /* ---------------------------- */
    /* ---------------------------- */
    /* profile
    /* ---------------------------- */
  }
  .box-wrapper .content-wrapper {
    margin: 0 auto;
    grid-template-columns: 3fr 7fr;
    display: grid;
    max-width: 1080px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper .content-wrapper__left {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 15px;
    height: 100vh;
  }
  .box-wrapper .content-wrapper__left .anchor-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
  }
  .box-wrapper .content-wrapper__right {
    padding-top: 15px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .box-wrapper .container {
    max-width: 614px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper .hero {
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-wrapper .hero-main {
    background-image: url(../images/hero-bg_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 751px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1%;
    padding-right: 1%;
  }
  .box-wrapper .hero-main__sub {
    font-size: 19px;
    color: white;
    background-color: #798DB4;
    padding: 3px 7px;
  }
  .box-wrapper .hero-main__ttl {
    margin-top: 30px;
    line-height: 1.3;
  }
  .box-wrapper .hero-main__ttl .inner {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
  }
  .box-wrapper .hero-main__ttl .inner p {
    color: white;
    font-size: 40px;
  }
  .box-wrapper .hero-main__ttl .inner.top p span {
    color: white;
    font-size: 30px;
  }
  .box-wrapper .hero-main__ttl .inner.bottom p span {
    color: white;
    font-size: 50px;
    text-shadow: 5px 5px 0px rgb(121, 141, 180);
  }
  .box-wrapper .hero-main__logo {
    margin-top: 25px;
    width: 127px;
  }
  .box-wrapper .hero-desc {
    margin: 46px auto 0;
    max-width: 525px;
    font-size: 14px;
  }
  .box-wrapper .look {
    margin-top: 45px;
    border-top: 1px solid #798DB4;
    padding-top: 55px;
  }
  .box-wrapper .look-ttl {
    color: #798DB4;
    font-size: 19px;
    text-align: center;
  }
  .box-wrapper .look-ttl span {
    display: inline-block;
    font-size: 40px;
    color: #798DB4;
  }
  .box-wrapper .look-sub {
    margin-top: 10px;
    font-size: 19px;
    text-align: center;
  }
  .box-wrapper .look-thumb {
    margin-top: 40px;
    width: 100%;
  }
  .box-wrapper .look-desc {
    margin: 42px auto 0;
    max-width: 525px;
  }
  .box-wrapper .look-desc__ttl {
    background-color: #798DB4;
    color: white;
    font-size: 17px;
    display: inline-block;
    padding: 3px 7px;
  }
  .box-wrapper .look-desc__content {
    margin-top: 31px;
    font-size: 14px;
    position: relative;
  }
  .box-wrapper .look-desc__content:before {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    border-top: 1px solid #798DB4;
    border-right: 1px solid #798DB4;
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .box-wrapper .look-desc__content:after {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    border-bottom: 1px solid #798DB4;
    border-left: 1px solid #798DB4;
    position: absolute;
    bottom: -20px;
    left: -20px;
  }
  .box-wrapper .look-lead {
    margin-top: 80px;
    text-align: center;
    color: #798DB4;
    font-size: 20px;
  }
  .box-wrapper .look-gallery img {
    margin-top: 30px;
  }
  .box-wrapper .look-gallery img.full {
    width: 100%;
  }
  .box-wrapper .look-gallery img.left {
    margin-left: 0;
    margin-right: auto;
  }
  .box-wrapper .look-gallery img.right {
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper .look-session {
    margin: 67px auto 0;
    max-width: 525px;
    position: relative;
  }
  .box-wrapper .look-session:before {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    border-top: 1px solid #798DB4;
    border-left: 1px solid #798DB4;
    position: absolute;
    top: -20px;
    left: -20px;
  }
  .box-wrapper .look-session:after {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    border-bottom: 1px solid #798DB4;
    border-right: 1px solid #798DB4;
    position: absolute;
    bottom: -20px;
    right: -20px;
  }
  .box-wrapper .look-session__ttl {
    color: #798DB4;
    font-size: 12px;
  }
  .box-wrapper .look-session__list {
    margin-top: 21px;
  }
  .box-wrapper .look-session__item {
    display: flex;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .box-wrapper .look-session__item span {
    white-space: nowrap;
  }
  .box-wrapper .look-session__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper .look-select {
    margin: 76px auto;
    position: relative;
    max-width: 525px;
  }
  .box-wrapper .look-select__ttl {
    font-weight: 400;
    font-size: 12px;
    color: #798DB4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    padding-right: 13px;
    transform: translateY(-50%);
  }
  .box-wrapper .look-select .credit {
    border-top: 1px solid #798DB4;
    padding-top: 15px;
    padding-bottom: 12px;
  }
  .box-wrapper .look-select .credit p.name {
    font-size: 12px;
  }
  .box-wrapper .look-select .credit p.fee {
    font-size: 11px;
    color: #999999;
    margin-bottom: 25px;
  }
  .box-wrapper .look-select .credit p.fee a {
    margin-left: 18px;
    display: inline-block;
    color: #798DB4;
    text-decoration: underline;
  }
  .box-wrapper .look01-gallery__item02 {
    width: 70%;
  }
  .box-wrapper .look01-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .look02-gallery__item02 {
    width: 70%;
  }
  .box-wrapper .look02-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .look03-gallery__item02 {
    width: 70%;
  }
  .box-wrapper .look03-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .look03-gallery__item04 {
    width: 86%;
  }
  .box-wrapper .look04-gallery__item02 {
    width: 86%;
  }
  .box-wrapper .look04-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .look05-gallery__item02 {
    width: 70%;
  }
  .box-wrapper .look05-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .look06-gallery__item02 {
    width: 70%;
  }
  .box-wrapper .look06-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .profile {
    padding-top: 110px;
    padding-bottom: 174px;
  }
  .box-wrapper .profile-thumb {
    margin: 0 auto;
    width: 290px;
  }
  .box-wrapper .profile-name {
    margin-top: 25px;
    font-size: 23px;
    text-align: center;
  }
  .box-wrapper .profile-desc {
    margin: 12px auto 0;
    max-width: 525px;
    font-size: 14px;
  }
  .box-wrapper .profile-insta {
    display: block;
    margin: 26px auto 0;
    width: 75px;
    font-size: 14px;
    text-decoration: underline;
    color: #798DB4;
  }
  .box-wrapper .profile-staff {
    margin-top: 90px;
    text-align: center;
    font-size: 13px;
    color: #798DB4;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* look
    /* ---------------------------- */
    /* ---------------------------- */
    /* look01
    /* ---------------------------- */
    /* ---------------------------- */
    /* look02
    /* ---------------------------- */
    /* ---------------------------- */
    /* look03
    /* ---------------------------- */
    /* ---------------------------- */
    /* look04
    /* ---------------------------- */
    /* ---------------------------- */
    /* look05
    /* ---------------------------- */
    /* ---------------------------- */
    /* look06
    /* ---------------------------- */
    /* ---------------------------- */
    /* profile
    /* ---------------------------- */
  }
  .box-wrapper .content-wrapper {
    margin: 0 auto;
  }
  .box-wrapper .content-wrapper__left {
    display: none;
  }
  .box-wrapper .container {
    margin: 0 auto;
  }
  .box-wrapper .hero-main {
    background-image: url(../images/hero-bg_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 115.8974358974vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1%;
    padding-right: 1%;
  }
  .box-wrapper .hero-main__sub {
    font-size: 11px;
    color: white;
    background-color: #798DB4;
    padding: 2px 4px;
  }
  .box-wrapper .hero-main__ttl {
    margin-top: 15px;
    line-height: 1.3;
  }
  .box-wrapper .hero-main__ttl .inner {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
  }
  .box-wrapper .hero-main__ttl .inner p {
    color: white;
    font-size: 24px;
  }
  .box-wrapper .hero-main__ttl .inner.top p span {
    color: white;
    font-size: 18px;
  }
  .box-wrapper .hero-main__ttl .inner.bottom p span {
    color: white;
    font-size: 30px;
    text-shadow: 4px 4px 0px rgb(121, 141, 180);
  }
  .box-wrapper .hero-main__logo {
    margin-top: 20px;
    width: 76px;
  }
  .box-wrapper .hero-desc {
    margin: 23px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .box-wrapper .look {
    margin-top: 37px;
    border-top: 1px solid #798DB4;
    padding-top: 55px;
  }
  .box-wrapper .look-ttl {
    color: #798DB4;
    font-size: 16px;
    text-align: center;
  }
  .box-wrapper .look-ttl span {
    display: inline-block;
    font-size: 33px;
    color: #798DB4;
  }
  .box-wrapper .look-sub {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
  }
  .box-wrapper .look-thumb {
    margin-top: 40px;
    width: 100%;
  }
  .box-wrapper .look-desc {
    margin: 42px auto 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box-wrapper .look-desc__ttl {
    background-color: #798DB4;
    color: white;
    font-size: 17px;
    display: inline-block;
    padding: 2px 7px;
    white-space: nowrap;
  }
  .box-wrapper .look-desc__content {
    margin-top: 31px;
    font-size: 14px;
    position: relative;
  }
  .box-wrapper .look-desc__content:before {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    border-top: 1px solid #798DB4;
    border-right: 1px solid #798DB4;
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .box-wrapper .look-desc__content:after {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    border-bottom: 1px solid #798DB4;
    border-left: 1px solid #798DB4;
    position: absolute;
    bottom: -20px;
    left: -20px;
  }
  .box-wrapper .look-lead {
    margin-top: 80px;
    text-align: center;
    color: #798DB4;
    font-size: 18px;
  }
  .box-wrapper .look-gallery img {
    margin-top: 23px;
  }
  .box-wrapper .look-gallery img.full {
    width: 100%;
  }
  .box-wrapper .look-gallery img.left {
    margin-left: 0;
    margin-right: auto;
  }
  .box-wrapper .look-gallery img.right {
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper .look-session {
    margin: 57px 40px 0;
    position: relative;
  }
  .box-wrapper .look-session:before {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    border-top: 1px solid #798DB4;
    border-left: 1px solid #798DB4;
    position: absolute;
    top: -20px;
    left: -20px;
  }
  .box-wrapper .look-session:after {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    border-bottom: 1px solid #798DB4;
    border-right: 1px solid #798DB4;
    position: absolute;
    bottom: -20px;
    right: -20px;
  }
  .box-wrapper .look-session__ttl {
    color: #798DB4;
    font-size: 12px;
  }
  .box-wrapper .look-session__list {
    margin-top: 21px;
  }
  .box-wrapper .look-session__item {
    display: flex;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .box-wrapper .look-session__item span {
    white-space: nowrap;
  }
  .box-wrapper .look-session__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper .look-select {
    margin: 68px 20px 0;
    position: relative;
  }
  .box-wrapper .look-select__ttl {
    font-weight: 400;
    font-size: 12px;
    color: #798DB4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    padding-right: 13px;
    transform: translateY(-50%);
  }
  .box-wrapper .look-select .credit {
    border-top: 1px solid #798DB4;
    padding-top: 15px;
    padding-bottom: 12px;
  }
  .box-wrapper .look-select .credit p.name {
    font-size: 12px;
  }
  .box-wrapper .look-select .credit p.fee {
    font-size: 11px;
    color: #999999;
    margin-bottom: 25px;
  }
  .box-wrapper .look-select .credit p.fee a {
    margin-left: 18px;
    display: inline-block;
    color: #798DB4;
    text-decoration: underline;
  }
  .box-wrapper .look01-gallery__item02 {
    width: 70%;
  }
  .box-wrapper .look01-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .look02-gallery__item02 {
    width: 70%;
  }
  .box-wrapper .look02-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .look03-gallery__item02 {
    width: 70%;
  }
  .box-wrapper .look03-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .look03-gallery__item04 {
    width: 86%;
  }
  .box-wrapper .look04-gallery__item02 {
    width: 86%;
  }
  .box-wrapper .look04-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .look05-gallery__item02 {
    width: 70%;
  }
  .box-wrapper .look05-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .look06-gallery__item02 {
    width: 70%;
  }
  .box-wrapper .look06-gallery__item03 {
    width: 70%;
  }
  .box-wrapper .profile {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .box-wrapper .profile-thumb {
    margin: 0 auto;
    width: 176px;
  }
  .box-wrapper .profile-name {
    margin-top: 25px;
    font-size: 23px;
    text-align: center;
  }
  .box-wrapper .profile-desc {
    margin: 12px 40px 0;
    font-size: 14px;
  }
  .box-wrapper .profile-insta {
    display: block;
    margin: 26px auto 0;
    width: 75px;
    font-size: 14px;
    text-decoration: underline;
    color: #798DB4;
  }
  .box-wrapper .profile-staff {
    margin-top: 90px;
    text-align: center;
    font-size: 13px;
    color: #798DB4;
  }
}
/*# sourceMappingURL=style.css.map */