@charset "UTF-8";
.bgtotalcol {
  background-color: #eea6ab;
}

.bgheigakucol {
  background-color: #F5A21B;
}

.bgtsushincol {
  background-color: #a0d2d4;
}

.bgothercol {
  background-color: #ACA7D0;
}

.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.outerWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 95%;
  }
  .inrWidth {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 80%;
  }
  .outerWidth {
    width: 86.6%;
  }
}
@-webkit-keyframes animeMVdeco {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1;
  }
}
@keyframes animeMVdeco {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1;
  }
}
.headlineTitle {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.headlineText {
  font-size: 1.9rem;
  line-height: 2.2;
}

.sectionTitle {
  font-size: 2.3rem;
  font-weight: bold;
}

#totalBeauty {
  text-align: justify;
  hanging-punctuation: allow-end;
}
#totalBeauty .skill__title {
  text-align: center;
  line-height: 1.5;
}
#totalBeauty .skill__title .lato {
  font-size: 6.1rem;
  color: #eea6ab;
}
#totalBeauty .skill__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  padding-bottom: 70px;
}
#totalBeauty .skill__flex--textArea {
  width: 45%;
  margin-right: 60px;
  margin-top: 6px;
}
#totalBeauty .skill__flex--imageArea {
  width: calc(55% - 60px);
}
#totalBeauty .skill__flex--imageArea--image {
  width: 100%;
}
#totalBeauty .skill__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#totalBeauty .skill__tab.--btm{
  padding-bottom: 60px;
}
#totalBeauty .skill__tab--item {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  background-color: #efe7cf;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#totalBeauty .skill__tab--item--link {
  display: block;
}
#totalBeauty .skill__tab--item.current .skill__tab--item--text {
  color: #fff;
}
#totalBeauty .skill__tab--item:nth-of-type(3n) {
  margin-right: 0;
}
#totalBeauty .skill__tab--item:nth-of-type(n + 4) {
  margin-top: 32px;
}
#totalBeauty .skill__tab--item:nth-of-type(1) .skill__tab--item--angle {
  background-color: #e16972;
}
#totalBeauty .skill__tab--item.current:nth-of-type(1) {
  background-color: #e16972;
}
#totalBeauty .skill__tab--item:nth-of-type(2) .skill__tab--item--angle {
  background-color: #009d8b;
}
#totalBeauty .skill__tab--item.current:nth-of-type(2) {
  background-color: #009d8b;
}
#totalBeauty .skill__tab--item:nth-of-type(3) .skill__tab--item--angle {
  background-color: #009d8b;
}
#totalBeauty .skill__tab--item.current:nth-of-type(3) {
  background-color: #009d8b;
}
#totalBeauty .skill__tab--item:nth-of-type(4) .skill__tab--item--angle {
  background-color: #f29600;
}
#totalBeauty .skill__tab--item.current:nth-of-type(4) {
  background-color: #f29600;
}
#totalBeauty .skill__tab--item:nth-of-type(5) .skill__tab--item--angle {
  background-color: #004981;
}
#totalBeauty .skill__tab--item.current:nth-of-type(5) {
  background-color: #004981;
}
#totalBeauty .skill__tab--item:nth-of-type(6) .skill__tab--item--angle {
  background-color: #913f92;
}
#totalBeauty .skill__tab--item.current:nth-of-type(6) {
  background-color: #913f92;
}
#totalBeauty .skill__tab--item--text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 5px 0;
  height: 62px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#totalBeauty .skill__tab--item--angle {
  position: relative;
  height: 22px;
  border-radius: 0 0 10px 10px;
}
#totalBeauty .skill__tab--item--angle--image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 13px;
}

#totalBeauty .skill__tab.--btm .skill__tab--item--angle--image{
  transform: translate(-50%, -50%) rotate(180deg);
}
#totalBeauty .skill #hair,
#totalBeauty .skill #matsuge,
#totalBeauty .skill #make,
#totalBeauty .skill #nail,
#totalBeauty .skill #este,
#totalBeauty .skill #kitsuke {
  padding-top: 68px;
  margin-top: -68px;
}
#totalBeauty .skillTitleArea {
  margin-top: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#totalBeauty .skillTitleArea.hair {
  background-image: url(../img/total_beauty/tabBg1.jpg);
  padding: 8% 0 14%;
}
#totalBeauty .skillTitleArea.matsuge {
  background-image: url(../img/total_beauty/tabBg2.jpg);
  padding: 8% 0 9%;
}
#totalBeauty .skillTitleArea.make {
  background-image: url(../img/total_beauty/tabBg3.jpg);
  padding: 18% 0 4%;
}
#totalBeauty .skillTitleArea.nail {
  background-image: url(../img/total_beauty/tabBg4.jpg);
  padding: 6% 0 17%;
  margin-top: 80px;
  background-size: 114%;
  background-repeat: no-repeat;
  background-position: 0% 90%;
}
#totalBeauty .skillTitleArea.este {
  background-image: url(../img/total_beauty/tabBg5.jpg);
  padding: 10% 0 12%;
}
#totalBeauty .skillTitleArea.kitsuke {
  background-image: url(../img/total_beauty/tabBg6.jpg);
  padding: 17% 0 5%;
}
#totalBeauty .skillTitleArea.sp {
  display: none;
}
#totalBeauty .skillTitleArea__title {
  font-size: 3.7rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  display: inline-block;
}
#totalBeauty .skillTitleArea__title.hair {
  border-bottom: 1px solid #e16972;
}
#totalBeauty .skillTitleArea__title.matsuge {
  border-bottom: 1px solid #009d8b;
}
#totalBeauty .skillTitleArea__title.make {
  border-bottom: 1px solid #009d8b;
}
#totalBeauty .skillTitleArea__title.nail {
  border-bottom: 1px solid #f29600;
}
#totalBeauty .skillTitleArea__title.este {
  border-bottom: 1px solid #004981;
}
#totalBeauty .skillTitleArea__title.kitsuke {
  border-bottom: 1px solid #913f92;
}
#totalBeauty .skillTitleArea__text {
  margin-top: 30px;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
}
#totalBeauty .reason {
  padding-top: 80px;
  padding-bottom: 65px;
}
#totalBeauty .reason.hair {
  background-color: #fcf2f2;
}
#totalBeauty .reason.matsuge {
  background-color: #d9f0ee;
}
#totalBeauty .reason.make {
  background-color: #d9f0ee;
}
#totalBeauty .reason.nail {
  background-color: #fdefd9;
}
#totalBeauty .reason.este {
  background-color: #d9e4ec;
}
#totalBeauty .reason.kitsuke {
  background-color: #eee2ef;
}
#totalBeauty .reason__title {
  text-align: center;
  letter-spacing: 0.12em;
}
#totalBeauty .reason__card {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#totalBeauty .reason__card.matsuge {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#totalBeauty .reason__card.este {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#totalBeauty .reason__card.kitsuke {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#totalBeauty .reason__card--item {
  width: calc(33.3333333333% - 30px);
  margin-right: 45px;
  border-radius: 11px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  position: relative;
}
#totalBeauty .reason__card--item:last-of-type {
  margin-right: 0;
}
#totalBeauty .reason__card--item .pointImage {
  position: absolute;
  top: -8px;
  left: -7%;
  width: 32%;
  height: 52px;
}
#totalBeauty .reason__card--item--imageArea--image {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
#totalBeauty .reason__card--item--textArea {
  padding: 30px 20px 20px 20px;
  border-radius: 0 0 10px 10px;
}
#totalBeauty .reason__card--item--textArea--title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#totalBeauty .reason__card--item--textArea--title.hair {
  color: #e16972;
}
#totalBeauty .reason__card--item--textArea--title.matsuge {
  color: #009d8b;
  height: 23px;
}
#totalBeauty .reason__card--item--textArea--title.make {
  color: #009d8b;
}
#totalBeauty .reason__card--item--textArea--title.nail {
  color: #f29600;
}
#totalBeauty .reason__card--item--textArea--title.nail.third {
  letter-spacing: 0;
}
#totalBeauty .reason__card--item--textArea--title.este {
  color: #004981;
}
#totalBeauty .reason__card--item--textArea--title.kitsuke {
  color: #913f92;
}
#totalBeauty .reason__card--item--textArea--text {
  font-size: 1.6rem;
  margin-top: 23px;
  line-height: 1.8;
}
#totalBeauty .curriculumm {
  padding: 73px 0 50px;
}
#totalBeauty .curriculumm__title {
  text-align: center;
  letter-spacing: 0.3em;
}
#totalBeauty .curriculumm__flex {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#totalBeauty .curriculumm__flex.matsuge {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#totalBeauty .curriculumm__flex.nail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#totalBeauty .curriculumm__flex.este {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#totalBeauty .curriculumm__flex.kitsuke {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#totalBeauty .curriculumm__flex--item {
  width: calc(25% - 30px);
  margin-right: 40px;
}
#totalBeauty .curriculumm__flex--item:nth-of-type(4n) {
  margin-right: 0;
}
#totalBeauty .curriculumm__flex--item:last-of-type {
  margin-right: 0;
}
#totalBeauty .curriculumm__flex--item:nth-of-type(n + 5) {
  margin-top: 35px;
}
#totalBeauty .curriculumm__flex--item--imageArea--image {
  width: 100%;
  border-radius: 10px;
}
#totalBeauty .curriculumm__flex--item--textArea {
  padding: 6px 0;
}
#totalBeauty .curriculumm__flex--item--textArea--title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#totalBeauty .curriculumm__flex--item--textArea--text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
#totalBeauty .license {
  padding-bottom: 60px;
}
#totalBeauty .license__container {
  border-radius: 10px;
  padding: 33px 0;
}
#totalBeauty .license__container.hair {
  background-color: #f6d2d5;
}
#totalBeauty .license__container.matsuge {
  background-color: #80cec5;
}
#totalBeauty .license__container.make {
  background-color: #80cec5;
}
#totalBeauty .license__container.nail {
  background-color: #f8ca80;
}
#totalBeauty .license__container.este {
  background-color: #80a4c0;
}
#totalBeauty .license__title {
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
}
#totalBeauty .license__text {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 12px;
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  #totalBeauty .reason {
    margin-top: 13px;
    padding-top: 20px;
    padding-bottom: 45px;
  }
  #totalBeauty .reason__card {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  #totalBeauty .reason__card--item {
    border-radius: 30px;
    width: calc(50% - 15px) !important;
    margin-right: 30px !important;
  }
  #totalBeauty .reason__card--item:nth-of-type(n + 2) {
    margin-top: 0 !important;
  }
  #totalBeauty .reason__card--item:nth-of-type(n + 3) {
    margin-top: 30px !important;
  }
  #totalBeauty .reason__card--item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .headlineTitle {
    font-size: 2rem;
  }
  .headlineText {
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .sectionTitle {
    font-size: 1.6rem;
  }
  #totalBeauty .skill {
    /*margin-top: 10px;*/
  }
  #totalBeauty .skill__title {
    text-align: left;
  }
  #totalBeauty .skill__title .lato {
    font-size: 3.7rem;
  }
  #totalBeauty .skill__flex {
    margin-top: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #totalBeauty .skill__flex--textArea {
    width: 100%;
    margin-right: 0;
  }
  #totalBeauty .skill__flex--imageArea {
    width: 100%;
    margin-top: 24px;
  }
  #totalBeauty .skill__tab {
    margin-top: 67px;
  }
  #totalBeauty .skill__tab.--btm{
    padding-bottom: 75px;
    margin-top: 0;
  }
  #totalBeauty .skill__tab--item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  #totalBeauty .skill__tab--item:nth-of-type(3n) {
    margin-right: 10px;
  }
  #totalBeauty .skill__tab--item:nth-of-type(2n) {
    margin-right: 0px;
  }
  #totalBeauty .skill__tab--item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  #totalBeauty .skill__tab--item--text {
    font-size: 1.5rem;
    height: 50px;
  }
  #totalBeauty .skill__tab--item--angle {
    height: 12px;
  }
  #totalBeauty .skill__tab--item--angle--image {
    width: 8px;
    height: 8px;
  }
  #totalBeauty .skillTitleArea {
    margin-top: 45px;
  }
  #totalBeauty .skillTitleArea.pc {
    display: none;
  }
  #totalBeauty .skillTitleArea.sp {
    display: block;
    background-image: none;
  }
  #totalBeauty .skillTitleArea.sp .skillTitleArea__image {
    width: 100%;
  }
  #totalBeauty .skillTitleArea__title {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    margin-top: 25px;
  }
  #totalBeauty .skillTitleArea__text {
    font-size: 1.5rem;
    margin-top: 14px;
  }
  #totalBeauty .reason {
    margin-top: 25px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #totalBeauty .reason__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  #totalBeauty .reason__card--item {
    width: 100%;
    margin-right: 0;
  }
  #totalBeauty .reason__card--item:nth-of-type(n + 2) {
    margin-top: 35px;
  }
  #totalBeauty .reason__card--item .pointImage {
    position: absolute;
    top: -19px;
    left: -11%;
    width: 40%;
    height: 65px;
  }
  #totalBeauty .reason__card--item--textArea {
    padding: 20px 23px 20px 23px;
  }
  #totalBeauty .reason__card--item--textArea--title {
    height: auto;
    font-size: 1.6rem;
  }
  #totalBeauty .reason__card--item--textArea--text {
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.7;
  }
  #totalBeauty .curriculumm {
    padding: 38px 0 34px;
  }
  #totalBeauty .curriculumm.kitsuke {
    padding: 38px 0 64px;
  }
  #totalBeauty .curriculumm__title {
    letter-spacing: 0.1em;
  }
  #totalBeauty .curriculumm__flex {
    margin-top: 15px;
  }
  #totalBeauty .curriculumm__flex--item {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  #totalBeauty .curriculumm__flex--item:nth-of-type(4n) {
    margin-right: 15px;
  }
  #totalBeauty .curriculumm__flex--item:nth-of-type(2n) {
    margin-right: 0;
  }
  #totalBeauty .curriculumm__flex--item:nth-of-type(n + 3) {
    margin-top: 22px;
  }
  #totalBeauty .curriculumm__flex--item--textArea {
    padding: 9px 0 6px 0;
  }
  #totalBeauty .curriculumm__flex--item--textArea--title {
    font-size: 1.6rem;
    text-align: center;
  }
  #totalBeauty .curriculumm__flex--item--textArea--text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 4px;
  }
  #totalBeauty .license {
    padding-bottom: 75px;
  }
  #totalBeauty .license__container {
    padding: 29px 0;
  }
  #totalBeauty .license__title {
    font-size: 1.4rem;
  }
  #totalBeauty .license__text {
    font-size: 1.3rem;
    margin-top: 6px;
  }
}
/*--fadeInUp--*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*--fadeInUpBig--*/
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

/* SP ここまで */