/* ============================================================
   NIL hair.haus — Recruit LP
   Layout:
     PC  : html/body overflow:hidden → 3col flex
           左(desk-left) 固定 | 中央(desk-main) overflow-y:auto | 右(desk-right) 固定
     SP  : 通常縦スクロール、左右サイド非表示
   Colors:
     --pink      : #F0A0BE
     --pink-deep : #D97AA0
     --pink-light: #F9C8D8
     --pink-pale : #FDF0F5
     --dark      : #1E1E1E
============================================================ */

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pink:       #F0A0BE;
  --pink-deep:  #D97AA0;
  --pink-light: #F9C8D8;
  --pink-pale:  #FDF0F5;
  --pink-ultra: #FEF8FB;
  --dark:       #1E1E1E;
  --dark2:      #2E2E2E;
  --gray:       #6B6B6B;
  --gray-lt:    #F2F2F2;
  --white:      #FFFFFF;
  --serif: 'Cormorant Garamond', 'Noto Serif JP', serif;
  --sans:  'Noto Sans JP', sans-serif;
  --ease:  cubic-bezier(0.4, 0, 0.2, 1);
}

html { font-size: 16px; }
body {
  font-family: var(--sans);
  color: var(--dark);
  line-height: 1.8;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
em { font-style: italic; }
strong { color: var(--pink-deep); }

/* ============================================================
   PC LAYOUT (≥900px)
   html + body : overflow hidden, height 100vh
   body : display flex, flex-direction row
============================================================ */
@media (min-width: 900px) {
  html {
    height: 100vh;
    overflow: hidden;
  }
  body {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    /* 画面右端にスクロールバーを出すためのダミー領域 */
    position: relative;
  }

  /* ===== LEFT SIDE ===== */
  .desk-left {
    flex: 1 1 0;
    height: 100vh;
    overflow: hidden;
    background: var(--pink-ultra);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 2px solid var(--pink-light);
    box-shadow: 4px 0 16px rgba(240,160,190,0.18);
  }
  .desk-left::before {
    content: 'NIL';
    position: absolute;
    bottom: -20px;
    left: -10px;
    font-family: var(--serif);
    font-size: 200px;
    font-weight: 700;
    color: rgba(240,160,190,0.07);
    pointer-events: none;
    line-height: 1;
  }
  .dl-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 40px 32px;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 360px;
  }
  .dl-logo-block {
    display: flex;
    align-items: center;
	justify-content:center;
    gap: 12px;
	flex-wrap:wrap;
  }
  .dl-logo { height: 52px; width: auto; }
  .dl-logo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .dl-logo-name {
    font-family: var(--serif);
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--dark);
  }
  .dl-logo-sub {
    font-size: 1rem;
    letter-spacing: 0.15em;
    color: var(--gray);
  }
  .dl-catch-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .dl-eyebrow {
    /*font-family: var(--serif);*/
    font-size: 1rem;
    letter-spacing: 0.3em;
    color: var(--pink-deep);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .dl-eyebrow::before, .dl-eyebrow::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: var(--pink);
  }
  .dl-catch {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .dl-catch em {
    font-family: var(--serif);
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    font-weight: 300;
    line-height: 1.3;
    color: var(--dark);
    letter-spacing: 0.02em;
  }
  .dl-desc {
    font-size: 0.82rem;
    color: var(--gray);
    line-height: 1.8;
  }
  .dl-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--pink);
    color: var(--white);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 50px;
    box-shadow: 0 3px 14px rgba(240,160,190,0.4);
    transition: background 0.25s, transform 0.2s;
    letter-spacing: 0.03em;
  }
  .dl-cta svg { width: 14px; height: 14px; }
  .dl-cta:hover { background: var(--pink-deep); transform: translateY(-2px); }
  .dl-opening-badge {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    background: var(--pink);
    padding: 8px 20px;
    border-radius: 50px;
  }
  .dob-num {
    /*font-family: var(--serif);*/
    font-size: 1rem;
    color: var(--white);
    line-height: 1;
  }
  .dob-text { font-size: 0.82rem; color: var(--white); font-weight: 500; }

  /* ===== CENTER (scroll) ===== */
  .desk-main {
    width: 100%;
    max-width: 500px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    flex-shrink: 0;
    /* スクロールバーを完全に非表示 */
    scrollbar-width: none;
  }
  .desk-main::-webkit-scrollbar { display: none; }
  .desk-main-content { width: 100%; }

  /* 右端スクロールバー（仮想・常時表示・操作可能） */
  .scroll-track {
    position: fixed;
    top: 0;
    right: 0;
    width: 10px;
    height: 100vh;
    background: rgba(240,160,190,0.18);
    z-index: 2000;
    pointer-events: all;
    cursor: pointer;
  }
  .scroll-thumb {
    position: absolute;
    right: 0;
    width: 10px;
    background: var(--pink-deep);
    border-radius: 5px;
    opacity: 1;
    pointer-events: all;
    cursor: grab;
    transition: background 0.2s;
  }
  .scroll-thumb:hover {
    background: var(--pink);
  }
  .scroll-thumb.dragging {
    cursor: grabbing;
    background: var(--pink-deep);
  }

  /* ===== RIGHT SIDE ===== */
  .desk-right {
    flex: 1 1 0;
    height: 100vh;
    overflow: hidden;
    background: var(--pink-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-left: 2px solid var(--pink-light);
    box-shadow: -4px 0 16px rgba(240,160,190,0.18);
  }

  .dr-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    padding: 40px 28px;
    width: 100%;
    max-width: 280px;
    position: relative;
    z-index: 1;
  }
  .dr-nav { width: 100%; }
  .dr-nav ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
  }
  .dr-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-radius: 10px;
    color: #353535;
    font-size: 1rem;
    letter-spacing: 0.2em;
    transition: background 0.2s, color 0.2s;
    border: 1px solid transparent;
    overflow: hidden;
  }
  /* テキストスワップ：英語 → 日本語 */
  .dr-link-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 1.2em;
    line-height: 1.2em;
    transition: color 0.25s var(--ease);
  }
  .dr-link-text::after {
    content: attr(data-ja);
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    font-family: var(--sans);
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: var(--pink-deep);
    transition: top 0.25s var(--ease);
  }
  .dr-link:hover .dr-link-text,
  .dr-link.active .dr-link-text {
    color: transparent;
  }
  .dr-link:hover .dr-link-text::after,
  .dr-link.active .dr-link-text::after {
    top: 0;
  }
  .dr-link svg { width: 14px; height: 14px; color: var(--pink-light); opacity: 0.7; transition: opacity 0.2s, transform 0.2s; }
  .dr-link:hover {
    background: rgba(240,160,190,0.12);
    color: var(--pink-deep);
    border-color: rgba(240,160,190,0.2);
  }
  .dr-link:hover svg { opacity: 1; transform: translateX(3px); }
  .dr-link.active {
    background: var(--pink-pale);
    color: var(--pink-deep);
    border-color: rgba(240,160,190,0.3);
    font-weight: 500;
  }
  .dr-link.active svg { opacity: 1; color: var(--pink-deep); }
  .dr-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: var(--pink);
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 14px rgba(240,160,190,0.35);
    transition: background 0.25s;
    letter-spacing: 0.03em;
  }
  .dr-cta svg { width: 14px; height: 14px; }
  .dr-cta:hover { background: var(--pink-deep); }
  .dr-insta {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--gray);
    font-size: 1rem;
    letter-spacing: 0.05em;
    transition: color 0.2s;
  }
  .dr-insta svg { width: 16px; height: 16px; }
  .dr-insta:hover { color: var(--pink-deep); }

  /* モバイル専用要素を非表示 */
  .mob-header,
  .mob-drawer,
  .mob-overlay,
  .mob-bottom-cta { display: none !important; }
}

/* ============================================================
   MOBILE (< 900px)
   通常縦スクロール、左右サイドパネル非表示
============================================================ */
@media (max-width: 899px) {
  html, body {
    height: auto;
    overflow: visible;
  }
  body {
    display: block;
    padding-bottom: 70px;
  }

  /* PC専用サイドパネルを非表示 */
  .desk-left,
  .desk-right { display: none; }

  /* センターエリアを通常フロー */
  .desk-main {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .desk-main-content { width: 100%; }

  /* モバイルヘッダー */
  .mob-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    height: 58px;
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(240,160,190,0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    transition: box-shadow 0.3s;
  }
  .mob-header.scrolled { box-shadow: 0 2px 14px rgba(240,160,190,0.18); }
  .mob-logo {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .mob-logo img { height: 30px; width: auto; }
  .mob-logo span {
    font-size: 1rem;
    line-height: 1.4;
    color: var(--dark2);
    font-weight: 500;
  }
  .mob-logo small { display: block; font-size: 1rem; color: var(--gray); font-weight: 400; }
  /* ハンバーガーボタン */
  .mob-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 8px;
    transition: background 0.2s;
    flex-shrink: 0;
  }
  .mob-hamburger:hover { background: var(--pink-pale); }
  .mob-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--dark2);
    border-radius: 2px;
    transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
    transform-origin: center;
  }
  .mob-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mob-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .mob-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* ドロワーメニュー */
  .mob-drawer {
    position: fixed;
    top: 58px;
    right: 0;
    width: 260px;
    height: calc(100vh - 58px);
    background: var(--white);
    border-left: 1px solid var(--pink-light);
    box-shadow: -4px 0 20px rgba(240,160,190,0.2);
    z-index: 1100;
    transform: translateX(100%);
    transition: transform 0.35s var(--ease);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  .mob-drawer.open {
    transform: translateX(0);
  }
  .mob-drawer-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 16px 0 32px;
    flex: 1;
  }
  .mob-nav ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .mob-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    font-family: var(--serif);
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    color: var(--gray);
    border-bottom: 1px solid rgba(240,160,190,0.15);
    transition: background 0.15s, color 0.15s;
    overflow: hidden;
  }
  .mob-nav-link::after {
    content: '›';
    color: var(--pink-light);
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  /* テキストスワップ：英語 → 日本語 */
  .mob-nav-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 1.2em;
    line-height: 1.2em;
    transition: color 0.25s var(--ease);
  }
  .mob-nav-text::after {
    content: attr(data-ja);
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    font-family: var(--sans);
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    color: var(--pink-deep);
    transition: top 0.25s var(--ease);
  }
  .mob-nav-link:hover .mob-nav-text {
    color: transparent;
  }
  .mob-nav-link:hover .mob-nav-text::after {
    top: 0;
  }
  .mob-nav-link:hover {
    background: var(--pink-ultra);
    color: var(--pink-deep);
  }
  .mob-drawer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 16px;
    background: var(--pink);
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(240,160,190,0.35);
    letter-spacing: 0.03em;
    transition: background 0.2s;
  }
  .mob-drawer-cta:hover { background: var(--pink-deep); }
  .mob-drawer-insta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--gray);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    transition: color 0.2s;
  }
  .mob-drawer-insta svg { width: 16px; height: 16px; }
  .mob-drawer-insta:hover { color: var(--pink-deep); }

  /* オーバーレイ */
  .mob-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1050;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s var(--ease);
  }
  .mob-overlay.open {
    opacity: 1;
    pointer-events: all;
  }

  /* スクロールバーはスマホでは非表示 */
  .scroll-track { display: none; }

  /* モバイル底部CTA */
  .mob-bottom-cta {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 999;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    padding: 9px 16px;
    border-top: 1px solid rgba(240,160,190,0.2);
    transform: translateY(100%);
    transition: transform 0.4s var(--ease);
  }
  .mob-bottom-cta.visible { transform: translateY(0); }
  .mbc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: var(--pink);
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 11px;
    box-shadow: 0 2px 12px rgba(240,160,190,0.4);
    letter-spacing: 0.03em;
    transition: background 0.2s;
  }
  .mbc-btn svg { width: 15px; height: 15px; }
  .mbc-btn:hover { background: var(--pink-deep); }
}

/* ============================================================
   SECTIONS (共通)
============================================================ */
.sec {
  padding: 60px 0;
}
.sec-in {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 22px;
}
@media (min-width: 900px) {
  .sec { padding: 56px 0; }
  .sec-in { max-width: 100%; padding: 0 28px; }
}

.sec-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /*font-family: var(--serif);*/
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: var(--pink-deep);
  margin-bottom: 10px;
}
.sec-label::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--pink);
}
.sec-label--lt { color: var(--pink-light); }
.sec-label--lt::after { background: var(--pink-light); }

.sec-title {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 4vw, 1.65rem);
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 14px;
  color: var(--dark);
}
.sec-sub {
  font-size: 1rem;
  color: var(--pink-deep);
  margin-bottom: 22px;
  font-weight: 500;
}
.sec-sub-sm {
  font-size: 0.85rem;
  color: var(--gray);
  line-height: 1.9;
  margin-bottom: 28px;
}
.sec-note {
  font-size: 1rem;
  color: var(--pink-deep);
  margin-bottom: 24px;
  line-height: 1.9;
}

/* ===== HERO ===== */
.hero-sec {
  min-height: 100svh;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
@media (max-width: 899px) {
  .hero-sec { padding-top: 58px !important; }
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 24px 64px;
  gap: 13px;
  flex: 1;
  justify-content: center;
}
.hero-deco-1 {
  position: absolute;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: var(--pink-light);
  top: -60px; right: -60px;
  opacity: 0.08;
  pointer-events: none;
}
.hero-deco-2 {
  position: absolute;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: var(--pink);
  bottom: 80px; left: -40px;
  opacity: 0.05;
  pointer-events: none;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fadeInDown 0.8s ease both;
}
.he-line { display: block; width: 20px; height: 1px; background: var(--pink); }
.he-text {
  /*font-family: var(--serif);*/
  font-size: 1rem;
  letter-spacing: 0.25em;
  color: var(--pink-deep);
}
.hero-logo-wrap { animation: fadeInDown 0.8s 0.1s ease both; }
.hero-logo { height: 85px; width: auto; margin: 0 auto 5px; }
.hero-logo-sub {
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.45em;
  color: var(--pink-deep);
}
.hero-catch {
  display: flex;
  flex-direction: column;
  gap: 2px;
  animation: fadeInUp 0.8s 0.2s ease both;
  margin-bottom:20px;
}
.hero-catch em {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 6vw, 2.2rem);
  font-weight: 300;
  line-height: 1.3;
  color: var(--dark);
}
.hero-type {
  font-size: 1rem;
  letter-spacing: 0.25em;
  color: var(--pink-deep);
  border: 1px solid var(--pink-light);
  padding: 5px 16px;
  border-radius: 50px;
  animation: fadeInUp 0.8s 0.3s ease both;
  margin-bottom:10px;
}
.hero-desc {
  font-size: 1rem;
  color: var(--gray);
  animation: fadeInUp 0.8s 0.35s ease both;
  margin-bottom:15px;
  margin-top:15px;
}
.hero-badges {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  animation: fadeInUp 0.8s 0.45s ease both;
	width:100%;
	margin-bottom:15px;
}
.hero-badge {
  background: var(--white);
  border: 1px solid var(--pink-light);
  border-radius: 12px;
  padding: 10px 0;
  text-align: center;
  min-width: 70px;
  /*box-shadow: 0 2px 10px rgba(240,160,190,0.14);*/
	background-color: #f0a0be;
	width:30%;
}
.hb-num {
  display: block;
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: var(--pink-deep);
  margin-bottom: 4px;
}
.hb-label {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}
.hero-scroll {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: fadeIn 1.2s 1s ease both;
}
.hero-scroll span {
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: var(--pink);
}
.scroll-line {
  width: 1px;
  height: 30px;
  background: var(--pink);
  animation: scrollAnim 1.5s ease-in-out infinite;
}
@keyframes scrollAnim {
  0%   { transform: scaleY(0); transform-origin: top; }
  49%  { transform: scaleY(1); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ===== TICKER ===== */
.ticker {
  background: var(--pink);
  overflow: hidden;
  padding: 9px 0;
}
.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: ticker 20s linear infinite;
}
.ticker-track span {
  color: var(--white);
  font-size: 1rem;
  letter-spacing: 0.08em;
  padding: 0 24px;
  font-weight: 500;
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== CONCEPT ===== */
.concept-sec { background: var(--white); }
.concept-card {
  background: var(--pink-ultra);
  border-radius: 18px;
  padding: 24px 20px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid rgba(240,160,190,0.2);
}
.cc-lead { font-size: 1rem; color: var(--pink-deep); font-weight: 500; line-height: 1.7; }
.cc-divider { height: 1px; background: var(--pink-light); }
.concept-card p { font-size: 1rem; line-height: 1.9; color: var(--dark2); }
.concept-date-card {
  background: var(--pink-pale);
  border-radius: 18px;
  padding: 22px 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(240,160,190,0.25);
}
.cdc-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
.cdc-num { font-family: var(--serif); font-size: 1.7rem; font-weight: 300; letter-spacing: 0.05em; color: var(--dark); }
.cdc-inf { font-size: 1.8rem; color: var(--pink-deep); line-height: 1; }
.cdc-text { font-size: 1rem; line-height: 1.9; color: var(--gray); }
.concept-tagline { font-family: var(--serif); font-size: 1.05rem; color: var(--dark); margin-bottom: 5px; text-align: center; }
.concept-tagline-jp { font-size: 1rem; color: var(--gray); text-align: center; }

/* ===== WORK STYLE ===== */
.ws-sec { background: var(--pink-ultra); }
.ws-lead { font-size: 1rem; color: var(--gray); margin-bottom: 6px; }
.ws-hl {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--pink-deep);
  margin: 4px 0 6px;
}
.ws-sub { font-size: 1rem; color: var(--gray); margin-bottom: 24px; }
.ws-cards { display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 600px) { .ws-cards { flex-direction: row; } .ws-card { flex: 1; } }
.ws-card {
  border-radius: 16px;
  padding: 22px 20px;
  transition: transform 0.2s;
}
.ws-card:hover { transform: translateY(-3px); }
.ws-card--emp { background: var(--white); border: 1.5px solid var(--pink-light); }
.ws-card--free { background: var(--pink); color: var(--white); }
.wsc-tag { font-family: var(--serif); font-size: 1rem; letter-spacing: 0.3em; margin-bottom: 7px; opacity: 0.7; }
.wsc-title { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; margin-bottom: 4px; }
.wsc-sub { font-size: 1rem; opacity: 0.75; margin-bottom: 12px; }
.wsc-btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
  border: 1.5px solid currentColor;
  transition: background 0.2s;
}
.ws-card--emp .wsc-btn { color: var(--pink-deep); }
.ws-card--free .wsc-btn { color: var(--white); }

/* ===== EMPLOYEE ===== */
.emp-sec { background: var(--white); }

/* ===== BENEFIT LIST ===== */
.benefit-list {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(240,160,190,0.22);
  margin-bottom: 20px;
}
.bl-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  background: var(--white);
  border-bottom: 1px solid rgba(240,160,190,0.13);
  font-size: 1rem;
  color: var(--dark2);
  transition: background 0.15s;
}
.bl-row:last-child { border-bottom: none; }
.bl-row:hover { background: var(--pink-ultra); }
.bl-icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--pink-deep); }
.bl-icon svg { width: 100%; height: 100%; }
.benefit-list--free .bl-row { background: var(--pink-ultra); }
.benefit-list--free .bl-row:hover { background: var(--pink-pale); }

/* ===== DETAIL / SALARY CARDS ===== */
.detail-card, .salary-card {
  background: var(--pink-ultra);
  border-radius: 16px;
  padding: 20px 18px;
  margin-bottom: 14px;
  border: 1px solid rgba(240,160,190,0.18);
}
.salary-card--free { background: var(--white); border-color: rgba(240,160,190,0.28); }
.dc-title {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--pink-deep);
  margin-bottom: 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(240,160,190,0.25);
}
.dc-list { display: flex; flex-direction: column; gap: 9px; margin-bottom: 16px; }
.dc-list li {
  font-size: 1rem;
  color: var(--dark2);
  padding-left: 13px;
  position: relative;
  line-height: 1.7;
}
.dc-list li::before { content: '●'; position: absolute; left: 0; color: var(--pink); font-size: 0.5rem; top:7px; }
.dc-note { font-size: 1rem; color: var(--gray); }
.schedule-ex {
  background: var(--white);
  border-radius: 10px;
  padding: 13px 15px;
  border: 1px solid rgba(240,160,190,0.18);
}
.cate-label { font-size: 1rem; letter-spacing: 0.2em; color: var(--pink-deep); font-weight: 600; margin-bottom: 9px; }
.cate-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(240,160,190,0.25);
}
.cate-row:last-child { border-bottom: none; }
.cate-day { font-size: 1rem; color: var(--gray); min-width: 30px; }
.cate-arr { font-size: 1rem; color: var(--pink); }
.cate-time { /*font-family: var(--serif);*/ font-size: 1.2rem; color: var(--dark); }

.salary-main {
  display: flex;
  align-items: baseline;
  gap: 10px;
  background: var(--pink);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 16px;
  color: var(--white);
}
.sm-label { font-size: 1rem; letter-spacing: 0.1em; opacity: 0.85; }
.sm-val { /*font-family: var(--serif);*/ font-size: 1.5rem; font-weight: 400; line-height: 1; }
.sm-val small { font-size: 1rem; font-family: var(--sans); }
.salary-bars { display: flex; flex-direction: column; gap: 11px; }
.sb-row { display: flex; align-items: center; gap: 9px; }
.sb-label { font-size: 1rem; color: var(--gray); min-width: 64px; flex-shrink: 0; }
.sb-track { flex: 1; height: 5px; background: rgba(240,160,190,0.18); border-radius: 3px; overflow: hidden; }
.sb-fill {
  display: block;
  height: 100%;
  width: var(--w, 0%);
  background: var(--pink);
  border-radius: 3px;
  transition: width 1s var(--ease);
}
.sb-val { /*font-family: var(--serif);*/ font-size: 1.05rem; color: var(--dark); min-width: 56px; text-align: right; }
.sb-val small { font-family: var(--sans); font-size: 1rem; color: var(--gray); margin-left: 2px; }

/* ===== RATE CARDS (3枚横並び) ===== */
.rate-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.rate-card {
  background: var(--white);
  border: 1px solid var(--pink-light);
  border-radius: 14px;
  padding: 16px 10px;
  text-align: center;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.rate-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(240,160,190,0.18);
}
.rate-card-label {
  font-size: 0.78rem;
  color: var(--gray);
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.rate-card-val {
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--pink-deep);
  line-height: 1.1;
  margin-bottom: 4px;
}
.rate-pct {
  font-size: 1rem;
  font-family: var(--sans);
}
.rate-card-note {
  font-size: 0.72rem;
  color: var(--gray);
}

/* ===== HERO LOCATION ===== */
.hero-location {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  background: var(--white);
  /*border: 1px solid var(--pink-light);*/
  border-radius: 12px;
  /*padding: 12px 20px;*/
  margin-top: 4px;
  width:100%;
  animation: fadeInUp 0.8s 0.3s ease both;
}
.hl-row {
  display: flex;
  align-items: center;
}
.hl-pin { font-size: 0.85rem; }
.hl-text {
  font-size: 0.9rem;
  color: var(--dark2);
  letter-spacing: 0.02em;
  color:var(--pink);
}

/* ===== CONTACT ADDRESS ===== */
.contact-address {
  background: var(--pink-ultra);
  border: 1px solid rgba(240,160,190,0.2);
  border-radius: 14px;
  padding: 16px 18px;
  margin-top: 4px;
}
.ca-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ca-icon { font-size: 1rem; margin-top: 2px; }
.ca-text { display: flex; flex-direction: column; gap: 3px; }
.ca-station {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dark2);
}
.ca-addr {
  font-size: 0.8rem;
  color: var(--gray);
  letter-spacing: 0.02em;
}

/* ===== LINE CTA BLOCK ===== */
.line-cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 8px 0 4px;
}
.line-cta-desc {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 1.9;
  text-align: center;
}
.line-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #06C755;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 50px;
  box-shadow: 0 4px 18px rgba(6,199,85,0.35);
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 0.03em;
  width: 100%;
  justify-content: center;
}
.line-cta-btn svg:first-child { width: 22px; height: 22px; }
.line-cta-btn svg:last-child  { width: 16px; height: 16px; }
.line-cta-btn:hover { background: #05b34c; transform: translateY(-2px); }
.line-cta-note {
  font-size: 0.72rem;
  color: var(--gray);
  letter-spacing: 0.05em;
}

/* ===== CTA BANNER ===== */
.cta-banner {
  background: var(--pink-pale);
  padding: 26px 22px;
  text-align: center;
  border-top: 1px solid rgba(240,160,190,0.18);
  border-bottom: 1px solid rgba(240,160,190,0.18);
}
.cta-banner p { font-size: 1rem; color: var(--gray); margin-bottom: 12px; }
.cta-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--pink);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 50px;
  box-shadow: 0 3px 16px rgba(240,160,190,0.42);
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 0.03em;
}
.cta-banner-btn:hover { background: var(--pink-deep); transform: translateY(-2px); }

/* ===== FREELANCE ===== */
.free-sec { background: var(--pink-ultra); }

/* ===== COMMON ===== */
.common-sec { background: var(--white); }
.common-no {
  background: var(--gray-lt);
  border-radius: 16px;
  padding: 18px 16px;
  margin-bottom: 14px;
}
.cn-title, .cy-title {
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: var(--gray);
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.cn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.cn-item { display: flex; align-items: center; gap: 7px; font-size: 1rem; color: #999; }
.cn-x {
  width: 20px; height: 20px;
  background: #e8e8e8;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: #bbb; flex-shrink: 0;
}
.common-yes {
  background: var(--pink-ultra);
  border-radius: 16px;
  padding: 18px 16px;
  border: 1px solid rgba(240,160,190,0.18);
}
.cy-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(240,160,190,0.13);
  font-size: 1rem;
  color: var(--dark2);
  line-height: 1.6;
}
.cy-item:last-child { border-bottom: none; }
.cy-ck {
  width: 20px; height: 20px;
  background: var(--pink-light);
  color: var(--pink-deep);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 700; flex-shrink: 0; margin-top: 1px;
}

/* ===== MESSAGE ===== */
.msg-sec {
  background: var(--pink-pale);
  position: relative;
  overflow: hidden;
}
.msg-sec::after {
  content: 'NIL';
  position: absolute;
  right: -10px; bottom: -10px;
  font-family: var(--serif);
  font-size: 160px; font-weight: 700;
  color: rgba(240,160,190,0.07);
  pointer-events: none; line-height: 1;
}
.msg-body { display: flex; flex-direction: column; gap: 16px; position: relative; z-index: 1; }
.msg-body p { font-size: 1rem; line-height: 2; color: var(--dark2); }
.msg-em {
  background: var(--white);
  border-left: 3px solid var(--pink);
  border-radius: 0 11px 11px 0;
  padding: 16px 16px;
  display: flex; flex-direction: column; gap: 7px;
}
.msg-em p { font-size: 1rem !important; font-weight: 500 !important; color: var(--dark) !important; }
.msg-note {
  background: var(--white);
  border-radius: 14px;
  padding: 18px 16px;
  display: flex; flex-direction: column; gap: 10px;
  border: 1px solid rgba(240,160,190,0.18);
}
.mn-title { font-size: 1rem !important; color: var(--pink-deep) !important; font-weight: 600 !important; }
.msg-close {
  padding-top: 14px;
  border-top: 1px solid rgba(240,160,190,0.28);
  display: flex; flex-direction: column; gap: 5px;
}
.msg-close p { color: var(--gray) !important; }
.mc-final {
  font-family: var(--serif);
  font-size: 1.25rem !important;
  color: var(--dark) !important;
  font-style: italic;
  margin-top: 5px;
}

/* ===== OPENING ===== */
.opening-sec {
  background: var(--pink-ultra);
  color: var(--dark);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(240,160,190,0.2);
}

.op-date-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
}
.op-date { font-family: var(--serif); font-size: 1.5rem; font-weight: 300; letter-spacing: 0.05em; color: var(--dark); }
.op-badge {
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: var(--pink-deep);
  border: 1px solid var(--pink);
  padding: 3px 9px;
  border-radius: 50px;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.65;transform:scale(1.06)} }
.op-title { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; color: var(--dark); margin-bottom: 18px; }
.op-limited {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  background: var(--pink);
  padding: 9px 24px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.ol-num { /*font-family: var(--serif)*/; font-size: 1.2rem; font-weight: 400; color: var(--white); line-height: 1; }
.ol-txt { font-size: 1rem; color: var(--white); font-weight: 500; }
.op-catch { font-family: var(--serif); font-size: 1rem; color: var(--pink-deep); margin-bottom: 9px; }
.op-sub { font-size: 1rem; color: var(--gray); line-height: 2; margin-bottom: 24px; }
.op-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--pink);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 50px;
  box-shadow: 0 3px 16px rgba(240,160,190,0.38);
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 0.03em;
}
.op-btn:hover { background: var(--pink-deep); transform: translateY(-2px); }

/* ===== CONTACT ===== */
.contact-sec { background: var(--white); }
.contact-desc { font-size: 1rem; color: var(--gray); line-height: 1.9; margin-bottom: 24px; }
.steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  background: var(--pink-ultra);
  border-radius: 14px;
  padding: 14px 10px;
  border: 1px solid rgba(240,160,190,0.18);
  margin-bottom: 28px;
}
.step { text-align: center; flex: 1; }
.step-n { font-family: var(--serif); font-size: 1rem; line-height: 1.4; color: var(--pink-deep); font-weight: 600; letter-spacing: 0.05em; margin-bottom: 3px; }
.step-t { font-size: 1rem; color: var(--dark2); line-height: 1.4; }
.step-arr { color: var(--pink); font-size: 1rem; flex-shrink: 0; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.ff { display: flex; flex-direction: column; gap: 5px; }
.ff label { font-size: 1rem; color: var(--gray); display: flex; align-items: center; gap: 7px; }
.req {
  background: var(--pink);
  color: var(--white);
  font-size: 1rem;
  padding: 2px 7px;
  border-radius: 50px;
  letter-spacing: 0.04em;
}
.ff input, .ff select, .ff textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #edd8e4;
  border-radius: 11px;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--dark);
  background: var(--white);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.ff input:focus, .ff select:focus, .ff textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(240,160,190,0.13);
}
.ff select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D97AA0' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px;
  padding-right: 36px;
}
.ff textarea { resize: vertical; min-height: 95px; }
.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  background: var(--pink);
  color: var(--white);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  padding: 15px 22px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 18px rgba(240,160,190,0.42);
  transition: background 0.2s, transform 0.2s;
  margin-top: 6px;
  letter-spacing: 0.03em;
}
.form-btn:hover { background: var(--pink-deep); transform: translateY(-2px); }
.form-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.form-success { display: none; text-align: center; padding: 44px 20px; }
.fs-icon {
  width: 52px; height: 52px;
  background: var(--pink); color: var(--white);
  border-radius: 50%;
  font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.fs-title { font-size: 1.05rem; font-weight: 600; color: var(--dark); margin-bottom: 7px; }
.fs-text { font-size: 1rem; color: var(--gray); line-height: 1.9; }

/* ===== FOOTER ===== */
.site-footer {
  background: var(--gray-lt);
  padding: 40px 20px 28px;
  text-align: center;
  border-top: 1px solid rgba(240,160,190,0.2);
}
.sf-logo {
  height: 40px; width: auto;
  margin: 0 auto 10px;
  opacity: 0.85;
}
.sf-tag { font-family: var(--serif); font-size: 1rem; color: var(--gray); margin-bottom: 16px; letter-spacing: 0.08em; }
.sf-insta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pink-deep);
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  transition: color 0.2s;
}
.sf-insta svg { width: 16px; height: 16px; }
.sf-insta:hover { color: var(--pink); }
.sf-copy { font-size: 1rem; color: var(--gray); letter-spacing: 0.04em; opacity: 0.6; }

/* ===== ANIMATIONS ===== */
@keyframes fadeInDown { from{opacity:0;transform:translateY(-14px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeInUp   { from{opacity:0;transform:translateY(14px)}  to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn     { from{opacity:0} to{opacity:1} }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }


