@charset "UTF-8";
/*! ======================================================
トップページ独自
====================================================== */
.corner {
  width: 100%;
  min-height: 600px;
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
  .corner__inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; }
    @media all and (max-width: 768px) {
      .corner__inner {
        padding: 0 6%;
        width: 100%; } }

.main {
  padding-top: 0 !important; }

.corporateTop .topMidashi:before {
  content: "";
  width: 1px;
  height: 30px;
  top: -26px;
  left: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: #EFCA93; }

.corporateTop .topMidashi:after {
  content: none; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーー
▼ページトップエリア
ーーーーーーーーーーーーーーーーーーーーーーーーー */
#pageTop {
  height: 100vh;
  position: relative;
  min-height: 500px;
  margin-bottom: -100px;
  width: 100%; }
  @media all and (max-width: 768px) {
    #pageTop {
      height: auto;
      min-height: 400px; } }
  @media only screen and (max-device-width: 768px) {
    #pageTop {
      height: 100vh; } }
  #pageTop .sankaku.kotei {
    border-width: 0 25px 43.3px 25px; }
    #pageTop .sankaku.kotei:before {
      border-width: 0 13px 22.5px 13px; }
  #pageTop .drop .lefty {
    display: none; }
  #pageTop .drop.small.right {
    right: 34%; }

.android #pageTop {
  margin-bottom: 0px; }

.mainSlideWrap {
  position: relative;
  margin-bottom: 160px; }
  @media all and (max-width: 640px) {
    .mainSlideWrap {
      margin-bottom: 0; } }
  .mainSlideWrap .mainSlide {
    transition: .3s;
    opacity: 0; }
    .mainSlideWrap .mainSlide.slick-initialized {
      opacity: 1; }
    .mainSlideWrap .mainSlide .slick-slide {
      height: 85vh; }
      @media all and (max-width: 640px) {
        .mainSlideWrap .mainSlide .slick-slide {
          height: 75vh; } }
      .mainSlideWrap .mainSlide .slick-slide img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }
  .mainSlideWrap .mainSlideLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0.9;
    margin-top: 60px; }
    @media all and (max-width: 640px) {
      .mainSlideWrap .mainSlideLogo {
        transform: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 75vh;
        margin-top: 30px; }
        .mainSlideWrap .mainSlideLogo #newLogo {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%); } }
  .mainSlideWrap .mainSlideText {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
    .mainSlideWrap .mainSlideText__inner {
      position: absolute;
      padding: 60px 0px 0px 60px;
      bottom: -7.1em;
      left: 60px; }
      @media all and (max-width: 640px) {
        .mainSlideWrap .mainSlideText__inner {
          position: static;
          padding: 60px 30px 0px 30px;
          max-width: 320px;
          margin: 0 auto;
          text-align: center; } }
      .mainSlideWrap .mainSlideText__inner:before {
        content: "";
        border-left: 1px solid #333;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 75%; }
        @media all and (max-width: 640px) {
          .mainSlideWrap .mainSlideText__inner:before {
            content: none; } }
    .mainSlideWrap .mainSlideText p {
      font-size: 19px;
      margin-bottom: 1em; }
      @media all and (max-width: 640px) {
        .mainSlideWrap .mainSlideText p {
          font-size: 16px; } }
      @media all and (max-width: 640px) {
        .mainSlideWrap .mainSlideText p.last {
          line-height: 2.6; } }
      .mainSlideWrap .mainSlideText p br {
        display: none; }
        @media all and (max-width: 640px) {
          .mainSlideWrap .mainSlideText p br {
            display: block; } }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーー
▼homecare エリア
ーーーーーーーーーーーーーーーーーーーーーーーーー */
.homeBoxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .homeBoxWrap .homeBox {
    width: calc(100% / 3 - 14px);
    border: 1px solid rgba(77, 77, 77, 0.2);
    border-radius: 3px;
    padding-bottom: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: .2s; }
    @media all and (max-width: 768px) {
      .homeBoxWrap .homeBox {
        width: calc(100% / 2 - 14px); }
        .homeBoxWrap .homeBox:nth-child(even) {
          margin-right: 0; } }
    @media all and (max-width: 640px) {
      .homeBoxWrap .homeBox {
        width: calc(100%);
        margin-right: 0 !important;
        max-width: 420px; } }
    .homeBoxWrap .homeBox:hover {
      border-color: #EFCA93; }
      .homeBoxWrap .homeBox:hover img {
        opacity: 0.7; }
    .homeBoxWrap .homeBox:last-child {
      margin-right: 0; }
    .homeBoxWrap .homeBox__image {
      margin-bottom: 20px;
      width: 100%;
      position: relative;
      overflow: hidden; }
      .homeBoxWrap .homeBox__image:before {
        content: "";
        width: 80%;
        height: 1px;
        border-bottom: 1px solid #C69C6D;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%); }
      .homeBoxWrap .homeBox__image img {
        max-width: 100%;
        opacity: 1;
        transition: .2s; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーー
▼PROFESSIONAL エリア
ーーーーーーーーーーーーーーーーーーーーーーーーー */
#professional {
  background: rgba(252, 174, 189, 0.1); }

.proBoxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .proBoxWrap .proBox {
    margin-bottom: 20px;
    width: calc(100% / 2 - 20px);
    border: 4px solid #fff;
    border-radius: 4px;
    background: #f5f5f5;
    transition: .2s; }
    @media all and (max-width: 640px) {
      .proBoxWrap .proBox {
        width: calc(100%); } }
    .proBoxWrap .proBox__image {
      background: #fff; }
      .proBoxWrap .proBox__image img {
        opacity: 1;
        transition: .2s; }
    .proBoxWrap .proBox__text {
      text-align: left;
      padding: 24px 50px; }
      .proBoxWrap .proBox__text--title {
        font-size: 20px;
        padding: 6px 0 16px;
        position: relative; }
        .proBoxWrap .proBox__text--title:before {
          content: "";
          width: 1px;
          height: 5em;
          border-left: 1px solid #333;
          position: absolute;
          left: -1.3em;
          top: -2em;
          transition: .2s; }
      .proBoxWrap .proBox__text--detail {
        font-size: 14px;
        line-height: 1.7;
        opacity: 0.9; }
    .proBoxWrap .proBox:hover {
      border-color: rgba(239, 202, 147, 0.5); }
      .proBoxWrap .proBox:hover img {
        opacity: 0.7; }
      .proBoxWrap .proBox:hover .proBox__text--title:before {
        height: 0px; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーー
▼動画エリア
ーーーーーーーーーーーーーーーーーーーーーーーーー */
@media all and (max-width: 640px) {
  #movie {
    min-height: inherit !important; } }

#movie .corner__inner {
  position: relative;
  width: 100%;
  padding-top: 510px; }
  @media all and (max-width: 900px) {
    #movie .corner__inner {
      padding-top: 56%; } }
  @media all and (max-width: 768px) {
    #movie .corner__inner {
      padding-top: 56.25%; } }
  #movie .corner__inner.balm {
    margin-bottom: 120px; }
  #movie .corner__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 506px; }

#movie .movieText {
  text-align: center;
  margin-top: 10px;
  line-height: 1.5; }
  #movie .movieText a, #movie .movieText span {
    font-size: 15px;
    font-size: 1.5rem;
    color: #AE8D23;
    font-weight: 300; }
    @media all and (max-width: 640px) {
      #movie .movieText a, #movie .movieText span {
        font-size: 14px;
        font-size: 1.4rem; } }
  #movie .movieText a {
    text-decoration: underline; }
    #movie .movieText a:hover {
      text-decoration: none; }
  #movie .movieText span {
    display: inline-block; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーー
▼productsエリア bxslider部分はcorporate.cssに記述
ーーーーーーーーーーーーーーーーーーーーーーーーー */
#produts .corner__inner {
  width: 100%; }
  @media all and (max-width: 414px) {
    #produts .corner__inner {
      opacity: 1;
      transition: none;
      animation: none; } }

#produts .productDetail__title {
  min-height: 80px; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーー
▼caseエリア
ーーーーーーーーーーーーーーーーーーーーーーーーー */
.caseTitle__title {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 300;
  margin-bottom: 20px; }
  @media all and (max-width: 640px) {
    .caseTitle__title {
      font-size: 25px;
      font-size: 2.5rem; } }
  .caseTitle__title span {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 300; }
    @media all and (max-width: 640px) {
      .caseTitle__title span {
        font-size: 25px;
        font-size: 2.5rem; } }
  @media all and (max-width: 640px) {
    .caseTitle__title {
      line-height: 3.5rem; } }

.caseTitle__text {
  font-weight: 200;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem; }
  @media all and (max-width: 640px) {
    .caseTitle__text {
      text-align: left;
      font-size: 16px;
      font-size: 1.6rem; } }

.caseDetail__image, .caseDetail__text {
  padding: 10px 20px;
  vertical-align: middle; }
  @media all and (max-width: 768px) {
    .caseDetail__image, .caseDetail__text {
      padding: 10px 0; } }

.caseDetail__image {
  padding-top: 0; }
  .caseDetail__image img {
    max-width: 400px;
    width: 100%;
    position: relative;
    left: 7%; }
    @media all and (max-width: 640px) {
      .caseDetail__image img {
        max-width: 260px; } }
    @media all and (max-width: 320px) {
      .caseDetail__image img {
        max-width: 220px; } }

.caseDetail__text p {
  font-weight: 200; }
  @media all and (max-width: 640px) {
    .caseDetail__text p {
      text-align: left; } }

.caseDetail__text--link {
  color: #BFB197;
  padding: 1rem;
  width: 100%;
  height: 50px;
  border: 1px solid #BFB197;
  display: block;
  background: #fff;
  text-align: center;
  position: relative;
  transition: .2s;
  box-shadow: 4px 4px #E0D7C8;
  top: 0;
  margin: 20px auto 0;
  max-width: 300px; }
  .caseDetail__text--link:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 30px 0 0;
    border-color: #BFB197 transparent transparent;
    position: absolute;
    top: 0;
    left: 0; }
  .caseDetail__text--link:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #BFB197;
    box-shadow: 0px 0px #E0D7C8;
    top: 4px; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーー
▼information…infoページと共通部分はcorporate.cssに記述
ーーーーーーーーーーーーーーーーーーーーーーーーー */
#info {
  background: #fff;
  padding: 100px 0 0px !important; }
  #info:before, #info:after {
    content: none; }
  #info .infoList {
    position: relative;
    z-index: 10;
    width: calc(100% / 2 - 30px);
    padding-left: 80px; }
    @media all and (max-width: 768px) {
      #info .infoList {
        width: calc(100%);
        padding-left: 40px; } }
    #info .infoList li {
      border-bottom: none !important;
      margin-bottom: 10px; }
    #info .infoList a {
      border: 1px solid #e7e7e7;
      border-radius: 4px;
      position: relative;
      padding: 16px 0 !important; }
      #info .infoList a:before {
        content: none !important; }
      #info .infoList a:after {
        content: "";
        border-right: 10px solid rgba(255, 199, 214, 0.6);
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 3px; }
      #info .infoList a .info__data {
        font-size: 11px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        position: absolute;
        left: -4em;
        width: 62px;
        line-height: 1.3;
        color: #C69C6D;
        padding: 0 0px 4px 4px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
        #info .infoList a .info__data:before {
          content: "";
          border-bottom: 1px solid #C69C6D;
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0;
          left: 0; }
        #info .infoList a .info__data:after {
          content: none; }
        #info .infoList a .info__data br {
          line-height: 1; }
      #info .infoList a .info__title {
        font-size: 14px; }
        @media all and (max-width: 640px) {
          #info .infoList a .info__title {
            font-size: 12px;
            line-height: 26px; } }
    #info .infoList__inner:nth-child(n+6) {
      display: none; }
  #info .hanyouBtn.more {
    margin-top: 0; }

.info__detailWrap {
  display: flex;
  flex-wrap: wrap; }
  @media all and (max-width: 768px) {
    .info__detailWrap {
      margin-bottom: 30px; } }
  .info__detailWrap .newInfo {
    width: calc(100% / 2 + 30px);
    text-align: left; }
    @media all and (max-width: 768px) {
      .info__detailWrap .newInfo {
        width: calc(100%); } }
    .info__detailWrap .newInfo__date {
      display: inline-block;
      background: #333;
      color: #fff;
      font-size: 11px;
      line-height: 22px;
      position: relative;
      padding: 0 16px; }
      .info__detailWrap .newInfo__date:before, .info__detailWrap .newInfo__date:after {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        bottom: 0; }
      .info__detailWrap .newInfo__date:before {
        content: "";
        border-width: 0 0 22px 10px;
        border-color: transparent transparent #333 transparent;
        left: -10px; }
      .info__detailWrap .newInfo__date:after {
        content: "";
        border-width: 22px 10px 0 0;
        border-color: #333 transparent transparent transparent;
        right: -10px; }
    .info__detailWrap .newInfo__title {
      display: block;
      font-size: 20px;
      padding: 10px 16px;
      position: relative;
      transition: .2s; }
      .info__detailWrap .newInfo__title:before {
        content: "";
        width: 3em;
        border-bottom: 1px solid #C69C6D;
        position: absolute;
        bottom: 0;
        left: 0; }
    .info__detailWrap .newInfo__detail {
      padding: 16px;
      max-height: 200px;
      overflow: hidden;
      transition: .6s; }
      .info__detailWrap .newInfo__detail * {
        font-size: 14px; }
    .info__detailWrap .newInfo .moreWrap {
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 47%, white 48%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 47%, white 48%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 47%, white 48%);
      display: block;
      width: 100%;
      padding-top: 40px;
      position: relative;
      top: -40px; }
    .info__detailWrap .newInfo__more {
      border-radius: 50%;
      border: 1px solid #333;
      width: 40px;
      height: 40px;
      position: relative;
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      cursor: pointer;
      transition: .2s;
      margin: 0 auto; }
      .info__detailWrap .newInfo__more #iconArrow {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -45%);
        -ms-transform: translate(-50%, -45%);
        -webkit-transform: translate(-50%, -45%);
        -moz-transform: translate(-50%, -45%); }
        .info__detailWrap .newInfo__more #iconArrow .st0 {
          transition: .2s; }
      .info__detailWrap .newInfo__more:hover {
        border-color: #C69C6D; }
        .info__detailWrap .newInfo__more:hover #iconArrow .st0 {
          fill: #C69C6D; }
    .info__detailWrap .newInfo.moreDetail .newInfo__detail {
      max-height: 100%; }
    .info__detailWrap .newInfo.moreDetail .moreWrap {
      background: transparent; }
    .info__detailWrap .newInfo.moreDetail .newInfo__more {
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg); }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーー
▼forsalonエリア
ーーーーーーーーーーーーーーーーーーーーーーーーー */
#for-salon {
  padding-top: 81px !important;
  margin-top: -81px; }
  #for-salon .forSalonBg {
    background: url(/top/image/salon_bg02.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    margin-bottom: 60px; }
    @media all and (max-width: 640px) {
      #for-salon .forSalonBg {
        margin-bottom: 30px; } }
    #for-salon .forSalonBg:before {
      content: "";
      background: url(/top/image/salon_bg01.png?ver2021-01-14) no-repeat center center;
      background-size: 1507px, 309px;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      @media all and (max-width: 640px) {
        #for-salon .forSalonBg:before {
          background-position: 30% 50%;
          background-size: cover; } }
    #for-salon .forSalonBg .topMidashi {
      border: 1px solid #333;
      background: rgba(255, 255, 255, 0.3);
      padding: 26px 0;
      display: block;
      width: 90%;
      max-width: 350px;
      margin: 0 auto; }
      #for-salon .forSalonBg .topMidashi:before {
        content: "";
        height: 20px;
        top: 10px; }

.loginForm .member__login {
  text-align: left; }
  .loginForm .member__login .panel-inner p, .loginForm .member__login .panel-inner span {
    font-size: 14px; }

.loginForm .inquiry.btn-reg {
  max-width: 400px; }

.registerText {
  width: 100%;
  margin: 0 auto 30px; }
  @media all and (max-width: 640px) {
    .registerText {
      text-align: left;
      padding: 3%; } }
  @media all and (max-width: 640px) {
    .registerText .dpInlineBlock {
      display: inline !important; } }

.registerBtn {
  margin-bottom: 40px; }
  .registerBtn__link {
    display: inline-block;
    width: 230px;
    height: 50px;
    padding: 1.3rem;
    border: 1px solid #BFB197;
    position: relative;
    box-shadow: 4px 4px #E6E6E6;
    top: 0;
    transition: .2s;
    margin: 0 0.5rem;
    color: #333;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem; }
    @media all and (max-width: 768px) {
      .registerBtn__link {
        width: 60%;
        display: block;
        margin: 15px auto; } }
    @media all and (max-width: 640px) {
      .registerBtn__link {
        width: 90%; } }
    .registerBtn__link:hover {
      top: 4px;
      box-shadow: 0 0 #E6E6E6;
      color: #333;
      text-decoration: none; }
    .registerBtn__link:before {
      content: "";
      direction: block;
      width: 50px;
      height: 48px;
      position: absolute;
      top: 0;
      left: 0; }
    .registerBtn__link.salon {
      border-color: #BFB197; }
      .registerBtn__link.salon:before {
        background: url("../image/icon-regist.svg") no-repeat;
        background-position: center;
        background-size: 45%;
        background-color: rgba(239, 202, 147, 0.8); }
    .registerBtn__link.sumi {
      border-color: #BFB197; }
      .registerBtn__link.sumi:before {
        content: "\f007";
        font-family: Fontawesome;
        color: #fff;
        background-color: rgba(224, 175, 102, 0.7);
        font-size: 28px;
        font-size: 2.8rem; }
    .registerBtn__link.contact {
      border-color: #BFB197; }
      .registerBtn__link.contact:before {
        background: url("../image/icon-contact.svg") no-repeat;
        background-position: center;
        background-size: 50%;
        background-color: #d7c7a9; }
    .registerBtn__link.junbi {
      opacity: 0.4;
      cursor: default; }
      .registerBtn__link.junbi:hover {
        box-shadow: 4px 4px #E6E6E6;
        top: 0;
        color: #333; }
      .registerBtn__link.junbi:after {
        content: "ただいま準備中です";
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        line-height: 5rem;
        background: rgba(174, 141, 35, 0.75); }

.registerDetail {
  border: 1px solid #e3e2e2;
  padding: 10px;
  width: 80%;
  margin: 0 auto; }
  @media all and (max-width: 768px) {
    .registerDetail {
      width: 100%; } }
  @media all and (max-width: 640px) {
    .registerDetail {
      text-align: left; } }
  .registerDetail p {
    font-weight: 200;
    line-height: 2.2rem;
    font-size: 13px;
    font-size: 1.3rem; }
    .registerDetail p:first-child {
      margin-bottom: 10px; }
