@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
/* タブレット：min-width:600px */
/* PC：min-width:1025px */
/***************************************
------------- TOP COMMON -------------
***************************************/
@media (min-width: 600px) {
  .home header .header_wrap .store_name {
    display: none;
  }
}

/***************************************
------------- NEWS ------------
***************************************/
.sec_news {
  padding: clamp(60px, 10vw, 150px) 0;
  background: url(../img/news_bg.png) no-repeat right 13% bottom 17%;
}
@media (max-width: 599px) {
  .sec_news {
    background: url(../img/sp_news_bg.jpg) no-repeat center top 22%/100%;
  }
}
.sec_news .slickcontainer {
  max-width: 1220px;
}
.sec_news .slick-prev,
.sec_news .slick-next {
  width: 100px;
  height: 100px;
  top: 22%;
  transform: none;
  z-index: 1;
}
@media (max-width: 1360px) {
  .sec_news .slick-prev,
  .sec_news .slick-next {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 599px) {
  .sec_news .slick-prev,
  .sec_news .slick-next {
    width: 77px;
    max-height: 100px;
    max-width: 10%;
    height: auto;
  }
}
.sec_news .slick-prev {
  left: -5%;
}
@media (max-width: 1360px) {
  .sec_news .slick-prev {
    left: -10px;
  }
}
.sec_news .slick-next {
  right: -5%;
}
@media (max-width: 1360px) {
  .sec_news .slick-next {
    right: -10px;
  }
}

/***************************************
------------- Concept ------------
***************************************/
.sec_concept {
  padding: 0 0 clamp(60px, 10vw, 150px);
  background:url(../img/concept_bg.png) no-repeat left 34% bottom clamp(100px,32%,300px);
}
@media ( min-width : 1501px ) {
.sec_concept {
  background: url(../img/concept_bg.png) no-repeat left 41% bottom clamp(100px,50%,500px);
}
}
@media (max-width: 599px) {
  .sec_concept {
    background: url(../img/sp_concept_bg.jpg) no-repeat center bottom 53%/100%;
  }
}
.sec_concept .container {
  padding: 0;
  max-width: 100%;
}
@media (min-width: 600px) {
  .sec_concept .row {
    display: flex;
    justify-content: space-between;
  }
  .sec_concept .row .con_img {
    width: 40%;
  }
  .sec_concept .row .con_img img {
    max-width: 100%;
    width: 100%;
  }
  .sec_concept .row .con_text {
    max-width: 600px;
    width: 50%;
    margin-left: max(2%, 50% - 600px);
  }
}
@media (max-width: 599px) {
  .sec_concept .row .con_text {
    padding: 0 15px;
  }
}
.sec_concept .text {
  line-height: 2.6666666667;
}
@media (max-width: 599px) {
  .sec_concept .text {
    line-height: 2.1153846154;
  }
}
@media (min-width: 600px) {
  .sec_concept .btn {
    margin-top: 23%;
  }
}

/***************************************
------------- Philosophy ------------
***************************************/
.sec_philosophy {
  padding: clamp(50px, 8vw, 100px) 0;
  background: url(../img/philosophy_bg.jpg) no-repeat center top/cover;
}
@media (max-width: 599px) {
  .sec_philosophy {
    background: url(../img/sp_philosophy_bg.jpg) no-repeat center/cover;
  }
}
.sec_philosophy .container {
  max-width: 1015px;
}
@media (min-width: 600px) {
  .sec_philosophy .row {
    gap: 30px;
  }
}
.sec_philosophy .bg_wrap {
  background: rgba(255, 255, 255, 0.85);
  border: solid 2px var(--base-color01);
  border-radius: 4px;
  padding: min(35px, 7%) min(45px, 9%) min(45px, 9%);
  box-shadow: 0 0 50px rgba(51, 51, 51, 0.05);
}
@media (max-width: 599px) {
  .sec_philosophy .bg_wrap {
    padding: min(35px, 5%) min(45px, 6%) min(45px, 6%);
  }
}
.sec_philosophy .ttl {
  margin: 0 auto 1.5em;
  padding-bottom: 1.5em;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  text-align: center;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .sec_philosophy .ttl {
    margin: 0 auto 0.5em;
    padding-bottom: 0.5em;
    line-height: 1.5;
  }
}
.sec_philosophy .ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 4px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--base-color01);
}
@media (max-width: 599px) {
  .sec_philosophy .ttl:after {
    width: 25px;
  }
}
.sec_philosophy .ttl .en {
  color: var(--base-color01);
  font-family: var(--title-font-family);
  font-size: 1.1666666667em;
  display: block;
  font-weight: 300;
}

/***************************************
------------- ヘアカタログ ------------
***************************************/
.sec_catalog {
  padding: clamp(50px, 8vw, 100px) 0;
  background: url(../img/catclog_bg.png) no-repeat center top , #fafafa;
}
@media (max-width: 599px) {
  .sec_catalog {
    background: url(../img/sp_catalog_bg.jpg) no-repeat center/cover;
  }
}

/***************************************
------------- FAQ ------------
***************************************/
.sec_faq {
  padding: clamp(50px, 8vw, 100px) 0;
  background: url(../img/faq_bg.jpg) no-repeat center top/cover;
}
@media (max-width: 599px) {
  .sec_faq {
    background: url(../img/sp_faq_bg.jpg) no-repeat center top/cover;
  }
}

/***************************************
------------- Reservation ------------
***************************************/
.sec_reservation {
  background: url(../img/reservation_bg.png) no-repeat top 17% left;
}
.sec_reservation p.dlLink a {
  color: var(--base-color01);
  text-decoration: underline;
}
@media (max-width: 599px) {
  .sec_reservation {
    padding: clamp(50px, 8vw, 100px) 0 0;
    background: url(../img/sp_reservation_bg.jpg) no-repeat center top 2%/100%;
  }
}
@media (min-width: 600px) {
  .sec_reservation .ofi {
    padding-top: 0;
    height: 100%;
  }
}
.sec_reservation .container {
  padding: 0;
  max-width: 100%;
}
@media (min-width: 600px) {
  .sec_reservation .row {
    display: flex;
    justify-content: space-between;
    min-height: 900px;
  }
  .sec_reservation .row .con_img {
    width: 40%;
  }
  .sec_reservation .row .con_img img {
    max-width: 100%;
  }
  .sec_reservation .row .con_text {
    max-width: 670px;
    width: 58%;
    margin-left: max(2%, 50% - 600px);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .sec_reservation .row .con_text {
    padding: 0 15px;
  }
}
.sec_reservation .text {
  line-height: 2.6666666667;
}
@media (max-width: 599px) {
  .sec_reservation .text {
    line-height: 2.1153846154;
    letter-spacing: -1px;
  }
}
@media (min-width: 950px) {
  .sec_reservation .pc-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.sec_reservation .button {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0.6em 0.5em;
  width: 360px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 599px) {
  .sec_reservation .button {
    font-size: 1.4rem;
  }
}

.sec_reservation .con_qr .app_box {
  display: flex;
  flex-direction: column;
}
.sec_reservation .con_qr .app_box a {
  width: 100%;
  display: block;
  height: fit-content;
}

@media (min-width: 600px) {
.sec_reservation .con_qr {
  text-align: center;
  max-width: 200px;
  margin: 50px auto 0 auto;
}
.sec_reservation .con_qr .app_box a:nth-of-type(1) {
  margin-bottom: 20px;
}
.sec_reservation .con_qr .app_box a:nth-of-type(1) img {
  aspect-ratio: 10/3;
  object-fit: contain;
  width: 100%;
}
.sec_reservation .con_qr .app_box a:nth-of-type(2) img {
  aspect-ratio: 112/43;
  object-fit: contain;
  width: 100%;
}
}
@media (max-width: 599px) {
  .sec_reservation .con_qr {
    text-align: center;
    margin: 15px auto 0 auto;
    display: flex;
    align-items: center;
    max-width: 360px;
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .sec_reservation .con_qr .app_box {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
  .sec_reservation .con_qr .app_box a:nth-of-type(1) img {
  width: auto;
  height: 60px;
  object-fit: contain;
}
.sec_reservation .con_qr .app_box a:nth-of-type(2) img {
  width: auto;
  height: 48px;
  object-fit: contain;
}
}

.sec_reservation .con_qr .balloon {
  text-align: center;
  position: relative;
  color: #fff;
  line-height: 1.5;
  background: linear-gradient(180deg, #55321e 0%, #30190b 100%);
  border-radius: 4px;
  padding: 0.2em 0.5em;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .sec_reservation .con_qr .balloon {
    font-size: 1.5rem;
    padding: 0.6em 1em;
  }
}
.sec_reservation .con_qr .balloon:after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: -17px;
  margin: auto;
  box-sizing: border-box;
  width: 11px;
  height: 7px;
  border: 7px solid transparent;
  border-top: 11px solid #111111;
}

/***************************************
------------- RECRUIT ------------
***************************************/
.sec_recruit {
  padding: clamp(50px, 8vw, 150px) 0;
  background: url(../img/recruit_bg.jpg) no-repeat center top/cover;
  color: #fff;
}
@media (max-width: 599px) {
  .sec_recruit {
    background: url(../img/sp_recruit_bg.jpg) no-repeat center top/cover;
  }
}
.sec_recruit .h2_top .en:first-letter {
  color: #dac27b;
}
.sec_recruit .h2_top:after {
  background: #dac27b;
}
.sec_recruit .button {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0.8em 0.5em;
  width: 300px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: var(--text-color);
}
.sec_recruit .button:after {
  border-left: 10px solid var(--text-color);
}
@media (max-width: 599px) {
  .sec_recruit .button {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=top.css.map */