/* ===== SP調整 ===== */
@media (max-width: 768px) {
  .header-inner,
  .hero-inner,
  .message-inner,
  .concept-inner,
  .recruit-inner,
  .salon-inner,
  .info-inner,
  .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    position: fixed;
  }
  .hero {
    height: 65vh;
  }

  .message {
    padding: 100px 0;
  }

  .concept,
  .recruit,
  .salon,
  .info {
    padding: 120px 0;
  }

  .concept-inner,
  .recruit-inner {
    flex-direction: column;
    gap: 64px;
  }

  .salon-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .footer {
    padding: 64px 0;
  }
  body {
    font-size: 15px;
    line-height: 1.8;
  }

  .hero-copy {
    font-size: 30px;
    line-height: 1.4;
  }

  .message-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .concept-title,
  .recruit-title {
    font-size: 22px;
    line-height: 1.4;
  }

  .concept-description,
  .recruit-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .salon-title,
  .info-title {
    font-size: 18px;
  }
  .message {
    padding: 110px 0;
  }

  .hero + .message {
    padding-top: 120px;
  }

  .message-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .message-text {
    font-size: 16px;
    line-height: 1.85;
  }

  .message-content {
    align-items: center;
    flex-direction: column;
  }

  .message-inner {
    position: relative;
  }

  .message-image p {
    padding: 0.15em 0.5em;
    left: -60%;
    top: -15.5%;
  }

  .message-image,
  .recruit-image {
    width: 60%;
    position: relative;
    right: 0;
    margin-left: 30%;
  }

  .concept-logo-deco {
    bottom: -144px;
    width: 100%;
  }

  img.concept-logo-svg {
    width: 100%;
  }

  .recruit-image p {
    padding: 0.15em 0.5em;
    left: -47%;
    width: 123%;
    top: -7%;
  }

  .concept--center {
    padding: 70px 0 60px;
  }

  .concept--center .concept-inner {
    padding: 0 20px;
  }

  .concept--center .concept-title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .concept--center .concept-description {
    padding-bottom: 40px;
    line-height: 1.8;
  }

  .concept-logo-deco {
    padding: 0px 0 64px;
  }
  .recruit {
    padding: 120px 0;
  }

  .recruit-content {
    flex-direction: column-reverse;
    gap: 64px;
  }

  .recruit-image,
  .recruit-text-wrap {
    flex: 1 1 auto;
    max-width: none;
  }
  .salon {
    padding: 120px 0;
  }

  .salon-inner {
    padding: 0 20px;
  }

  .salon-head {
    margin-bottom: 56px;
  }

  .salon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }

  .salon-thumb {
    margin-bottom: 14px;
  }
  .info {
    padding: 110px 0;
  }

  .info-inner {
    padding: 0 20px;
  }

  .info-head {
    margin-bottom: 52px;
  }

  .info-item {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding: 16px 0;
  }

  .info-date {
    font-size: 11px;
  }

  .info-text {
    font-size: 15px;
  }
  .info-list {
    margin-left: 0;
  }

  .info-item {
    display: flex;
    flex-direction: column;
  }

  .info-text {
    margin-left: 1em;
  }
  .site-footer {
    padding: 90px 0 40px;
  }

  .footer-inner {
    padding: 0 20px;
  }

  .footer-main {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .footer-nav {
    display: none;
  }

  .footer-nav ul {
    flex-direction: column;
    gap: 18px;
  }

  .footer-copy {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  #siteHeader {
    height: 64px;
    padding: 0 14px;
  }

  #siteHeader .site-logo img {
    height: 26px;
    width: auto;
  }

  h1.header-logo {
    max-width: 50%;
  }

  h1.header-logo img {
    max-width: 100%;
  }
  .hero {
    min-height: 50vh;
    padding-top: 0px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
  }

  .hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    width: 100%;
    min-width: unset;
    text-align: center;
  }

  .hero-right {
    order: 1;
    z-index: 2;
    text-align: left;
    padding: 8px 2px 0;
  }
  .hero-right h1 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
  .hero-right .hero-lead {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.95;
  }

  .hero-left {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: min(100vw, 390px);
    left: 0;
    opacity: 0.5;
    width: 100vh;
    overflow: hidden;
  }

  .hero-fade {
    border-radius: 2px;
    filter: none;
    will-change: opacity, transform;
    transition:
      opacity 5.5s cubic-bezier(0.22, 1, 0.36, 1),
      transform 10s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1.03);
    margin-left: 11%;
    overflow: hidden;
    background-position: left bottom;
    background-size: 57vh;
    background-repeat: no-repeat;
  }
  .hero-fade.is-active {
    transform: scale(1);
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.14));
  }
  .hero-copy,
  .hero-copy-sub,
  .hero-logo {
    text-shadow: 0 0 10px #333;
  }
  .hero-logo {
    filter: invert(1) drop-shadow(0px 0px 10px #333);
  }

  .hero-left::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
  }

  .salon-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
    line-height: 1.6;
    font-size: 13px;
  }
  .salon-list .group-title {
    grid-column: 1 / -1;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.12em;
    opacity: 0.8;
  }

  .info-list {
    display: grid;
    gap: 10px;
    font-size: 13px;
    line-height: 1.6;
  }
  .info-item {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 10px;
    align-items: start;
  }
  .info-item .date {
    opacity: 0.8;
    white-space: nowrap;
  }
  .sub-head__en {
    font-size: 3.2em;
    padding-left: 0.8em;
  }
  .sub-head__en::before {
    width: 0.5em;
  }
  .sub-head__inner {
    width: 100%;
    padding: 5%;
  }
  .section {
    padding: 56px 14px;
  }

  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 360px);
    height: 100vh;
    background: rgba(51, 51, 51, 0.92);
    transform: translateX(105%);
    transition: transform 0.45s ease;
    z-index: 1001;
    padding-top: 100px;
  }

  .header-nav.is-open {
    transform: translateX(0);
  }

  .header-nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-left: 28px;
  }

  .header-nav-list a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.16em;
  }

  /* SPハンバーガー */
  .sp-hamburger {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 44px;
    background: none;
    border: none;
    z-index: 1002;
  }

  .sp-line {
    display: block;
    height: 3px;
    background: #333;
    margin-left: auto;
    border-radius: 99px;
    transition: 0.35s ease;
  }

  .sp-line-long {
    width: 60px;
  }
  .sp-line-short {
    width: 40px;
    margin-top: 10px;
  }

  .sp-hamburger.is-open .sp-line-long {
    transform: translateY(6px) rotate(20deg);
  }

  .sp-hamburger.is-open .sp-line-short {
    transform: translateY(-6px) rotate(-20deg);
  }

  body.sp-menu-open {
    overflow: hidden;
  }

  /* ----- リクルート系 ----- */
  .hero.hero_recruit {
    margin-top: 0;
  }

  .hero__bg {
    height: 65vh;
  }

  .hero__bg::after {
    left: -26%;
  }

  .brandlock.from-left::before {
    width: 30%;
    left: -8%;
  }

  .brandlock {
    top: 30vh;
  }

  .site-header.is-scrolled .header-logo img {
    left: 0;
    position: absolute;
    top: 50%;
    height: 50px;
    max-height: 66%;
    transform: translateY(-50%);
  }

  .main-message .section.message,
  .beyond-section {
    width: 100%;
    z-index: 10;
    position: relative;
    padding: 5% 10% 5% 3%;
    top: -2em;
  }

  .main-message,
  .people {
    width: 100%;
    padding-top: 115%;
    height: 200%;
    display: flex;
  }

  .main-message__bg,
  .people__bg {
    width: 100%;
    left: -10%;
    border-radius: 0.75em;
  }

  .main-message .container {
    padding: 0;
  }

  .main-message .lead,
  .beyond .lead {
    line-height: 1;
    padding-bottom: 1em;
  }

  .main-message .imagebreak.work-scene,
  .beyond-salon-work {
    z-index: 5;
    position: absolute;
    width: 100%;
    right: 0;
    top: 72px;
    overflow: hidden;
    transform: none;
  }

  .main-message__bg {
    z-index: 10;
    top: 360px;
    height: calc(100% - 430px);
  }

  .imagebreak.work-scene img {
    right: -10%;
    position: relative;
  }

  .main-message .heading {
    font-size: 1.8em;
    gap: unset;
  }
  .main-message .heading-line {
    width: 0.5em;
    margin-right: 0.5em;
  }

  .main-message .work-scene__title,
  .beyond-salon-work__title {
    top: 13%;
  }
  #values .eyebrow {
    transform: rotateZ(-90deg);
    left: -20%;
    font-size: 36px;
  }

  .values__list {
    margin-left: 90px;
  }

  .peopleWrap .people__bg {
    display: none;
  }

  .peopleWrap {
    width: 100%;
    padding: 0;
    display: grid;
  }

  .beyond.section.container {
    z-index: 15;
  }

  .beyond-salon-work {
    left: -10%;
    z-index: -15;
  }

  .beyond-salon-work__title {
    left: 54%;
  }

  .beyond.section .container {
    z-index: 15;
    width: 100%;
  }

  .beyond.section {
    width: 100%;
    /* padding-left: 20%; */
    right: 0;
    position: relative;
    z-index: 15;
    padding-left: 20%;
    top: -70px;
  }

  .people {
    z-index: 10;
  }

  .beyond.section::after {
    content: "";
    background: #eceff1;
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 10;
    right: -10%;
    top: 0;
    border-radius: 0.75em;
  }
  .recruit-hero {
    width: 100%;
    padding: 0 5%;
  }
  .interview-grid {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .interview-card__image {
    width: 90%;
  }
  .interview-card__info {
    background: rgba(240, 240, 240, 0.95);
  }
  .interview-visual__wrap {
    display: block;
    width: 100%;
    margin: auto;
  }

  figure.interview-visual__photo.is-animate.from-left.delay-1.is-active {
    left: unset;
    padding: 5%;
  }

  .interview-visual__band.is-animate.from-right.is-active {
    top: -60px;
    left: 0;
  }

  .interview-visual__card.is-animate.from-right.delay-1.is-active {
    top: -90px;
  }

  .apply-cta .btn-reserve {
    padding: 16px 56px;
  }

  section.interview-visual {
    padding-bottom: 30px;
  }
  .recruit-hero__inner {
    width: 100%;
  }
  .seminar .l-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 5%;
  }

  .seminar-head,
  .seminar-gallery {
    width: 100%;
  }
  .job-section {
    width: 100%;
    padding: 0 5%;
  }
  a.job-tab {
    width: 45%;
    /* margin: auto; */
    padding: 10px 10%;
    text-align: center;
  }
  .job-tabs {
    gap: 10%;
  }
  li.a_corp {
    padding-top: 30px;
    border-top: 1px solid #fff;
  }
  .page-top {
    writing-mode: horizontal-tb;
    transform: none;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
  }
  .page-top::before {
    height: 16px;
    top: -20px;
  }
  .philosophy-section .l-container,
  .section--alt .l-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header.section-head {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .philosophy {
    width: 92%;
    padding: 0;
  }
  .philosophy__bg {
    font-size: 3em;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: unset;
    width: 100%;
  }

  .info-row {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .info-table {
    width: 100%;
  }

  .info-label {
    width: unset;
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  section.section.pa100 .l-container {
    flex-direction: column;
    width: 100%;
  }

  .timeline {
    border: none;
    padding: 0;
    width: 90%;
  }
  .salon-gallery__thumbs {
    width: 100%;
  }
  .salon-gallery__thumbs img {
    width: calc((100% / 5) - 12px);
  }
  section.salon-detail-wrap {
    width: 100%;
    padding: 60px 5%;
  }
  .salonpage-inner {
    flex-direction: column;
  }
  .salon_logo {
    width: 80%;
  }
  .salon-detail__info {
    width: 100%;
  }
  .sp-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 900;
  }

  body.sp-menu-open .sp-nav-overlay {
    opacity: 1;
    pointer-events: auto;
    height: 100vh;
  }
  .blog-item__link {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .blog-item__thumb img {
    height: 200px;
  }

  .blog-archive {
    padding: 80px 0 60px;
  }

  .blog-title {
    font-size: 22px;
  }
  .cf7-row {
    padding: 18px 0;
  }
  .cf7-actions {
    justify-content: stretch;
  }
  .cf7-submit {
    width: 100%;
  }
  .privacy {
    padding: 88px 0 70px;
  }

  .privacy-head {
    margin-bottom: 40px;
    padding-bottom: 18px;
  }

  .privacy-title {
    font-size: 26px;
  }

  .privacy-body {
    font-size: 14px;
    line-height: 1.95;
  }

  .privacy-body h2 {
    margin: 38px 0 12px;
    font-size: 16px;
  }

  .privacy-contact {
    padding: 16px 16px;
    border-radius: 12px;
  }
  figure.seminar-item.seminar-item--right {
    z-index: 20;
  }
  .timeline::before {
    left: -23px;
  }
}
