/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* media common
---------------------------------------------------------------------------- */
.c-page-header {
  background: url("../images/personalstylist/page_head.jpg") no-repeat center center;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    background: url("../images/personalstylist/page_head_sp.jpg") no-repeat center center;
  }
}

.p-personalstylist-section .intro-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .intro-box {
    display: block;
    margin-bottom: 1.6rem;
  }
}
.p-personalstylist-section .intro-box__img {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .intro-box__img {
    width: 17rem;
    max-width: 160px;
    margin: 0 auto 1.6rem auto;
  }
}
.p-personalstylist-section .intro-box__txt {
  width: calc(100% - 160px);
  padding-left: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .intro-box__txt {
    width: 100%;
    padding: 0;
  }
}
.p-personalstylist-section .intro-box__txt .name {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .intro-box__txt .name {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 700;
    margin-bottom: 0;
  }
}
.p-personalstylist-section .intro-box__txt .name .kana {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .intro-box__txt .name .kana {
    font-size: 1.4rem;
    line-height: 2.2857142857;
    font-weight: 700;
  }
}
.p-personalstylist-section .intro-box__txt .text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .intro-box__txt .text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
.p-personalstylist-section .intro-box.-large .intro-box__img {
  width: 256px;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .intro-box.-large .intro-box__img {
    width: 16rem;
  }
}
.p-personalstylist-section .intro-box.-large .intro-box__txt {
  width: calc(100% - 256px);
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .intro-box.-large .intro-box__txt {
    width: 100%;
  }
}
.p-personalstylist-section .meg-box {
  background: #F5F6F5;
  box-sizing: border-box;
}
.p-personalstylist-section .meg-box__ttl {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #998632;
  padding: 8px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .meg-box__ttl {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    padding: 0.8rem 1.6rem;
  }
}
.p-personalstylist-section .meg-box__inner {
  padding: 24px 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .meg-box__inner {
    padding: 1rem 1.6rem 1.6rem 1.6rem;
  }
}
.p-personalstylist-section .meg-box__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .meg-box__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-personalstylist-section .meg-box + .intro-box {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-section .meg-box + .intro-box {
    margin-top: 4.8rem;
  }
}

/*  p-personalstylist-first
---------------------------------------------------------------------------- */
.p-personalstylist-first {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-first {
    margin-bottom: 7.2rem;
  }
}
.p-personalstylist-first .gray-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  background: #F5F6F5;
  padding: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-first .gray-box {
    flex-direction: column;
    padding: 1.6rem;
  }
}
.p-personalstylist-first .gray-box__txt {
  width: calc(100% - 320px);
  padding-right: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-first .gray-box__txt {
    display: contents;
    width: 100%;
    padding: 0;
  }
}
.p-personalstylist-first .gray-box__txt .title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-first .gray-box__txt .title {
    order: 1;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
}
.p-personalstylist-first .gray-box__txt .text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-first .gray-box__txt .text {
    order: 3;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-personalstylist-first .gray-box__img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-first .gray-box__img {
    order: 2;
    width: 26rem;
    max-width: 260px;
    margin: 0 auto 1.6rem auto;
  }
}

/*  p-personalstylist-intro
---------------------------------------------------------------------------- */
.p-personalstylist-intro {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-intro {
    margin-bottom: 7.2rem;
  }
}
.p-personalstylist-intro .c-comment-box {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-personalstylist-intro .c-comment-box {
    margin-top: 5.6rem;
  }
}