/* ==============================
   salon-owners.css
   ※ CSS変数をこのファイル内で定義（スタンドアロン版）
============================== */

:root {
  --cher:       #c8648a;
  --pink:       #e8829e;
  --pink-light: #fdeef4;
}

/* ----- 共通ユーティリティ ----- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  color: #333;
  overflow-x: hidden;
}

.so-page {
  overflow-x: hidden;
}

.so-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.so-section-title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #222;
}

.so-section-title em {
  font-style: normal;
  color: var(--cher);
}

.so-br-sp { display: inline; }
.so-br-pc { display: none; }

/* ----- CTA ボタン ----- */
.so-cta-btn {
  display: inline-block;
  background: var(--cher);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: .05em;
  box-shadow: 0 4px 16px rgba(0,0,0,.18);
  transition: opacity .2s, transform .15s;
}

.so-cta-btn:hover {
  opacity: .85;
  transform: translateY(-2px);
}

.so-cta-btn--large {
  font-size: 18px;
  padding: 20px 48px;
}

/* ----- HERO ----- */
.so-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
}

.so-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.so-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.so-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.3) 100%);
}

.so-hero__body {
  position: relative;
  z-index: 1;
  padding: 60px 24px;
  color: #fff;
  max-width: 700px;
}

.so-hero__eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  margin-bottom: 12px;
  opacity: .85;
  border-left: 3px solid var(--pink);
  padding-left: 10px;
}

#so-hero__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
  color:#fff;
  border:0;
}

.so-hero__sub {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 32px;
  opacity: .92;
}

.so-hero__sub strong {
  background: var(--pink);
  color: #fff;
  padding: 1px 6px;
  border-radius: 3px;
}

/* ----- WORRIES ----- */
.so-worries {
  background: #faf7f7;
  padding: 64px 0;
}

.so-worries__list {
  list-style: none;
  margin: 0 0 32px;
  display: grid;
  gap: 14px;
}

.so-worries__item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-left: 4px solid var(--pink);
  border-radius: 6px;
  padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.so-worries__icon {
  font-size: 24px;
  flex-shrink: 0;
}

.so-worries__item p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.so-worries__answer {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: var(--cher);
  padding: 20px;
  background: var(--pink-light);
  border-radius: 8px;
}

/* ----- MERITS ----- */
.so-merits {
  padding: 72px 0;
  background: #fff;
}

.so-merits__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.so-merit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1.5px solid #f0d8e2;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 20px rgba(200,100,130,.08);
  text-align: center;
}

.so-merit-card__icon-wrap {
  flex-shrink: 0;
}

.so-merit-card__svg {
  width: 120px;
  height: 120px;
}

.so-merit-card__num {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .15em;
  color: var(--cher);
  border: 1.5px solid var(--cher);
  border-radius: 30px;
  padding: 3px 12px;
  margin-bottom: 10px;
}

.so-merit-card__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #222;
}

.so-merit-card__title em {
  font-style: normal;
  color: var(--cher);
}

.so-merit-card__text {
  font-size: 14px;
  line-height: 1.85;
  color: #555;
}

/* ----- IMAGE STRIP ----- */
.so-strip {
  overflow: hidden;
  padding: 10px 0;
  background: var(--pink-light);
}

.so-strip__rail {
  display: flex;
  gap: 10px;
  animation: so-strip-scroll 30s linear infinite;
  width: max-content;
}

.so-strip__rail img {
  width: 200px;
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

@keyframes so-strip-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ----- STEPS ----- */
.so-steps {
  background: #faf7f7;
  padding: 72px 0;
}

.so-steps__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.so-steps__list::before {
  content: '';
  position: absolute;
  left: 34px;
  top: 44px;
  bottom: 44px;
  width: 2px;
  background: linear-gradient(to bottom, var(--cher), var(--pink));
  z-index: 0;
}

.so-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 1;
  padding: 16px 0;
}

.so-step__num {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  background: var(--cher);
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .05em;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.so-step__body {
  padding-top: 14px;
}

.so-step__label {
  font-size: 17px;
  font-weight: bold;
  color: #222;
  margin-bottom: 4px;
}

.so-step__desc {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}

/* ----- CTA ----- */
.so-cta {
  background: linear-gradient(135deg, var(--cher) 0%, #e07098 100%);
  color: #fff;
  padding: 72px 0;
  text-align: center;
}

.so-cta__label {
  font-size: 13px;
  letter-spacing: .1em;
  opacity: .85;
  margin-bottom: 12px;
}

.so-cta__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 32px;
}

.so-cta .so-cta-btn {
  background: #fff;
  color: var(--cher);
}

.so-cta .so-cta-btn:hover {
  background: #fff3f7;
  color:#fff!important;
}

.so-cta__note {
  font-size: 12px;
  margin-top: 16px;
  opacity: .8;
}

/* ==============================
   PC レイアウト (700px+)
============================== */
@media (min-width: 700px) {
  .so-br-sp { display: none; }
  .so-br-pc { display: inline; }

  .so-section-title {
    font-size: 28px;
    margin-bottom: 48px;
  }

  /* Hero */
  .so-hero {
    min-height: 580px;
  }

  .so-hero__title {
    font-size: 46px;
  }

  .so-hero__sub {
    font-size: 15px;
  }

  /* Worries */
  .so-worries__list {
    grid-template-columns: 1fr 1fr;
  }

  /* Merits */
  .so-merit-card {
    flex-direction: row;
    text-align: left;
    padding: 40px;
    gap: 36px;
  }

  .so-merit-card__body {
    flex: 1;
  }

  .so-merit-card__title {
    font-size: 22px;
  }

  .so-merit-card__text {
    font-size: 15px;
  }

  /* Strip */
  .so-strip__rail img {
    width: 260px;
    height: 170px;
  }

  /* Steps */
  .so-steps__list {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }

  .so-steps__list::before {
    top: 34px;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, var(--cher), var(--pink));
  }

  .so-step {
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px;
  }

  .so-step__body {
    padding-top: 16px;
  }

  /* CTA */
  .so-cta__title {
    font-size: 32px;
  }
}
