/*# sourceMappingURL=custom.css.map */
.privacy .privacy__ttl::before {
  display: none;
}

.recruit .point-wrap .img-wrap.youtube-wrap {
  width: 100%;
}

.recruit .point-wrap .img-wrap {
  position: relative;
  aspect-ratio: 553/410;
  overflow: hidden;
}

.recruit .point-wrap .img-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.top .sec-concept {
  padding: 50px 0 !important;
}
.top .sec-contents {
  padding: 50px 0 !important;
}
.top .sec-salon {
  padding: 75px 0 !important;
}
.l-footer {
  padding: 50px 0 90px !important;
}
.salon-archive {
  padding: 75px 0 !important;
}
.salon-archive .list:not(:last-of-type) {
  margin-bottom: 75px !important;
}
.staff_archive {
  padding: 75px 0 55px !important;
}
.menu {
  padding: 75px 0 !important;
}
.style_archive {
  padding: 75px 0 55px !important;
}
.news_archive {
  padding: 75px 0 45px !important;
}
.recruit {
  padding-top: 75px !important;
}
.recruit .info-wrap {
  margin-bottom: 50px !important;
  padding: 45px 0 65px !important;
}
.recruit .outline-wrap {
  padding: 45px 0 25px !important;
}
/* トップページ：MV上でヘッダー背景を透過（is-top は header.php / footer.php の JS で付与） */
.l-header.is-top {
  background-color: transparent;
  border-bottom: none;
}

/* ハンバーガー線は閉・開どちらもメインカラー固定 */
.l-header .humburger-wrap .hamburger-line::before,
.l-header .humburger-wrap .hamburger-line::after {
  background-color: var(--main-color) !important;
}
.l-header .humburger-wrap .hamburger[aria-expanded="true"] .hamburger-line::before,
.l-header .humburger-wrap .hamburger[aria-expanded="true"] .hamburger-line::after {
  background-color: var(--main-color) !important;
}

.l-header .logo-wrap img {
  width: 150px !important;
  height: 47px !important;
}
@media only screen and (min-width: 992px) {
  .top .sec-concept {
    padding: 100px 0 !important;
  }
  .l-header .logo-wrap img {
    width: auto !important;
    height: 57px !important;
  }
  .top .sec-contents {
    padding: 100px 0 !important;
  }
  .top .sec-salon {
    padding: 100px 0 !important;
  }
}

.l-header .humburger-wrap .button-wrap::before {
  display: none;
}

.recruit .info-wrap .table-info .job {
  width: 100%;
  font-size: 25px;
}

/* リクルート：求人情報 店舗タブ */
.recruit .info-wrap .recruit-store-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 992px) {
  .recruit .info-wrap .recruit-store-tabs {
    gap: 12px 16px;
    margin-bottom: 36px;
  }
}
.recruit .info-wrap .recruit-store-tab {
  margin: 0;
  padding: 10px 18px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #555555;
  background-color: #fff;
  border: 1px solid #dbdcdc;
  border-radius: 2px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}
@media only screen and (min-width: 992px) {
  .recruit .info-wrap .recruit-store-tab {
    padding: 12px 22px;
    font-size: 14px;
  }
}
.recruit .info-wrap .recruit-store-tab:hover,
.recruit .info-wrap .recruit-store-tab:focus-visible {
  border-color: #555555;
  outline: none;
}
.recruit .info-wrap .recruit-store-tab[aria-selected="true"] {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}
.recruit .info-wrap .recruit-store-panel[hidden] {
  display: none;
}

/* リクルート：募集店舗（テーブルの下・全店舗表示） */
.recruit .info-wrap .recruit-store-listing-wrap {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #dbdcdc;
}
@media only screen and (min-width: 992px) {
  .recruit .info-wrap .recruit-store-listing-wrap {
    margin-top: 40px;
    padding-top: 36px;
  }
}
.recruit .info-wrap .recruit-store-listing-heading {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #555555;
}
@media only screen and (min-width: 992px) {
  .recruit .info-wrap .recruit-store-listing-heading {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.recruit .info-wrap .recruit-store-listing-item:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ececec;
}
@media only screen and (min-width: 992px) {
  .recruit .info-wrap .recruit-store-listing-item:not(:last-child) {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
}
.recruit .info-wrap .recruit-store-listing-name {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #555555;
}
.recruit .info-wrap .recruit-store-listing-detail {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #555555;
}
@media only screen and (min-width: 992px) {
  .recruit .info-wrap .recruit-store-listing-detail {
    font-size: 14px;
    line-height: 2;
  }
  .recruit .outline-wrap .table-outline .heading {
    padding: 20px 2.5% !important;
  }
  .recruit .outline-wrap .table-outline .data {
    padding: 20px 2.5% !important;
  }
  .recruit .outline-wrap {
    padding: 50px 0 75px !important;
  }
}
.recruit .outline-wrap .table-outline .heading {
  padding: 5px 0 !important;
}
.recruit .outline-wrap .table-outline .data {
  padding: 5px 0 !important;
}

.l-header {
  position: sticky;
}

@media only screen and (max-width: 768px) {
  .menu .list-salon {
    display: block !important;
    max-width: 350px !important;
  }
  .menu .list-salon .item {
    width: 80% !important;
    margin-bottom: 20px !important;
  }
}

.menu .list-salon {
  max-width: 1000px !important;
}
.menu .list-salon .item {
  width: 300px !important;
  margin-bottom: 0;
  padding: 0 !important;
  /* padding: 15px 25px!important; */
}
.menu .list-salon .item {
  /* background: #eee; */
  /* border-radius: 3px; */
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  /* padding: 10px 25px; */
  text-decoration: none;
  color: #333;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.menu .list-salon .item:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.menu .list-salon .item:hover {
  background: #333;
  color: #fff;
}
.menu .list-salon .item .button {
  padding: 15px 25px;
  background-color: #eee;
}
.menu .list-salon .item .button.is-active {
  background-color: var(--main-color);
  color: #fff;
  transition: 0.3s ease-in-out;
}
.menu .list-salon .item .button:hover {
  color: #fff;
  background-color: var(--main-color);
}
.menu .list-salon .item:not(:first-child) {
  border-left: none !important;
}

/* メニュー：店舗パネル内の予約リンク */
.menu .menu-wrap .inner .reserve-wrap {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .menu .menu-wrap .inner .reserve-wrap {
    margin-top: 50px;
  }
}
