/* ============================================================
   エステティシャン カテゴリページ (cid53) 専用CSS
   プレフィックス: es-
   設置：FFFTPで /files/css/es_esthetician.css にアップロード
   読込：HTMLタグ挿入欄（head内）に以下を追加
     <link rel="stylesheet" href="/files/css/es_esthetician.css?v=20260706">
   ※他ページ(uk-/ne-/md-)とプレフィックスが異なるため共通化していません。
   ============================================================ */

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

.es-page {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
  color: #3a3a3c;
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.85;
  letter-spacing: 0.05em;
  font-size: 13.5px;
}
.es-page a { text-decoration: none; color: inherit; }
.es-page a:hover { text-decoration: none; color: inherit; }

.es-hero { position: relative; width: 100%; height: 520px; overflow: hidden; background: linear-gradient(135deg, #8b6f5c 0%, #6b5345 40%, #5a4438 100%); }
.es-hero__img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.es-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.38) 100%); display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding-bottom: 56px; }
.es-hero__en { font-family: 'Book Antiqua', Georgia, serif; font-size: 11px; letter-spacing: 0.35em; color: rgba(255,255,255,0.65); text-transform: uppercase; margin-bottom: 14px; }
.es-hero__title { font-size: 36px; font-weight: normal; color: #fff; letter-spacing: 0.18em; text-shadow: 0 2px 12px rgba(0,0,0,0.3); margin: 0; }
.es-hero__tagline { font-size: 13px; color: rgba(255,255,255,0.78); letter-spacing: 0.18em; margin-top: 18px; padding: 6px 20px; border-top: 1px solid rgba(255,255,255,0.35); border-bottom: 1px solid rgba(255,255,255,0.35); }

.es-concept { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.es-concept__img { position: relative; min-height: 440px; background: linear-gradient(160deg, #d4c4b4 0%, #b8a494 100%); overflow: hidden; }
.es-concept__img-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; color: rgba(255,255,255,0.35); }
.es-concept__text { background: #f5f0eb; padding: 64px 52px; display: flex; flex-direction: column; justify-content: center; }
.es-concept__en-title { font-family: 'Book Antiqua', Georgia, serif; font-size: 11px; letter-spacing: 0.32em; color: #8b6f5c; text-transform: uppercase; margin-bottom: 20px; }
.es-concept__ja-title { font-size: 22px; font-weight: normal; line-height: 1.6; color: #3a3a3c; margin-bottom: 28px; letter-spacing: 0.08em; }
.es-concept__body { font-size: 13px; color: #6b6b6d; line-height: 2.0; letter-spacing: 0.06em; }
.es-concept__accent-line { width: 36px; height: 1px; background: #d4a574; margin: 24px 0; }

.es-section-title { font-family: 'Book Antiqua', Georgia, serif; font-size: 11px; letter-spacing: 0.34em; color: #8b6f5c; text-transform: uppercase; display: block; margin-bottom: 12px; text-align: center; }
.es-section-h2 { font-size: 20px; font-weight: normal; color: #3a3a3c; letter-spacing: 0.1em; margin-bottom: 48px; text-align: center; }

.es-features { background: #fff; padding: 72px 40px; text-align: center; }
.es-features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.es-feature-item { padding: 32px 20px; border: 1px solid #e8e2da; position: relative; }
.es-feature-item::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 2px; background: #d4a574; }
.es-feature-item__icon { width: 48px; height: 48px; margin: 0 auto 18px; border-radius: 50%; background: #f5f0eb; display: flex; align-items: center; justify-content: center; }
.es-feature-item__icon svg { width: 24px; height: 24px; stroke: #8b6f5c; fill: none; stroke-width: 1.5; }
.es-feature-item__title { font-size: 14px; color: #3a3a3c; letter-spacing: 0.1em; margin-bottom: 10px; }
.es-feature-item__body { font-size: 12px; color: #7a7a7c; line-height: 1.9; }

.es-categories { padding: 72px 40px; background: #f5f0eb; }
.es-categories__header { text-align: center; margin-bottom: 24px; }
.es-cat-anchors { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.es-cat-anchors a { display: inline-block; font-size: 12px; letter-spacing: 0.06em; color: #8b6f5c; border: 1px solid #8b6f5c; padding: 6px 16px; text-decoration: none; transition: background 0.2s, color 0.2s; }
.es-cat-anchors a:hover { background: #8b6f5c; color: #fff; }
.es-cat-grid { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 12px; scrollbar-width: thin; scrollbar-color: #d4a574 #e8dfd5; }
.es-cat-grid::-webkit-scrollbar { height: 6px; }
.es-cat-grid::-webkit-scrollbar-track { background: #e8dfd5; border-radius: 3px; }
.es-cat-grid::-webkit-scrollbar-thumb { background: #d4a574; border-radius: 3px; }
.es-cat-item { flex: 0 0 260px; scroll-snap-align: start; display: block; text-decoration: none; color: inherit; background: #fff; overflow: hidden; transition: box-shadow 0.3s; }
.es-cat-item:hover { box-shadow: 0 4px 20px rgba(139,111,92,0.12); }
.es-cat-item__img-wrap { overflow: hidden; }
.es-cat-item__img { width: 100%; aspect-ratio: 1/1; background: linear-gradient(160deg, #d4c4b4 0%, #b8a494 100%); transition: transform 0.5s ease; display: flex; align-items: center; justify-content: center; font-size: 10px; color: rgba(255,255,255,0.35); }
.es-cat-item:hover .es-cat-item__img { transform: scale(1.04); }
.es-cat-item__info { padding: 18px 20px; }
.es-cat-item__label { font-family: 'Book Antiqua', Georgia, serif; font-size: 10px; letter-spacing: 0.2em; color: #8b6f5c; text-transform: uppercase; display: block; margin-bottom: 4px; }
.es-cat-item__name { font-size: 14px; color: #3a3a3c; letter-spacing: 0.08em; margin-bottom: 6px; }
.es-cat-item__desc { font-size: 11px; color: #8a8a8c; line-height: 1.7; }
.es-cat-item > a { display: block; text-decoration: none; color: inherit; }
.es-cat-item__tags { padding: 0 20px 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.es-cat-item__tag { display: inline-block; font-size: 11px; color: #8b6f5c; background: rgba(139,111,92,0.07); border: 1px solid rgba(139,111,92,0.2); padding: 4px 12px; border-radius: 20px; text-decoration: none; letter-spacing: 0.04em; transition: background 0.2s, color 0.2s; line-height: 1.4; }
.es-cat-item__tag:hover { background: #8b6f5c; color: #fff; border-color: #8b6f5c; }

/* ===== 04a. BRANDS ===== */
.es-brands { padding: 72px 40px; background: #fff; }
.es-brands__header { text-align: center; margin-bottom: 24px; }
.es-brand-anchors { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.es-brand-anchors a { display: inline-block; font-size: 12px; letter-spacing: 0.06em; color: #8b6f5c; border: 1px solid #8b6f5c; padding: 6px 16px; text-decoration: none; transition: background 0.2s, color 0.2s; }
.es-brand-anchors a:hover { background: #8b6f5c; color: #fff; }
.es-brands__grid { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 12px; scrollbar-width: thin; scrollbar-color: #d4a574 #e8dfd5; }
.es-brands__grid::-webkit-scrollbar { height: 6px; }
.es-brands__grid::-webkit-scrollbar-track { background: #e8dfd5; border-radius: 3px; }
.es-brands__grid::-webkit-scrollbar-thumb { background: #d4a574; border-radius: 3px; }
.es-brand-card { flex: 0 0 200px; scroll-snap-align: start; display: block; text-decoration: none; color: inherit; background: #f5f0eb; overflow: hidden; transition: box-shadow 0.3s, transform 0.3s; }
.es-brand-card:hover { box-shadow: 0 6px 24px rgba(139,111,92,0.13); transform: translateY(-3px); }
.es-brand-card__img { width: 100%; aspect-ratio: 210/297; background: #e8e2da; overflow: hidden; }
.es-brand-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.es-brand-card:hover .es-brand-card__img img { transform: scale(1.04); }
.es-brand-card__body { padding: 16px 14px 20px; text-align: center; }
.es-brand-card__label { font-family: 'Book Antiqua', Georgia, serif; font-size: 10px; letter-spacing: 0.18em; color: #8b6f5c; text-transform: uppercase; display: block; margin-bottom: 4px; }
.es-brand-card__name { font-size: 14px; color: #3a3a3c; letter-spacing: 0.06em; line-height: 1.5; }
.es-brand-card__maker { font-size: 11px; color: #9a9a9c; margin-top: 4px; }

/* ===== 04b. NEW ARRIVALS SLIDER ===== */
.es-new-arrivals { padding: 72px 40px; background: #fff; }
.es-new-arrivals__header { text-align: center; margin-bottom: 40px; }
.es-new-arrivals__slider { display: flex; overflow-x: auto; gap: 16px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }
.es-new-arrivals__slider::-webkit-scrollbar { height: 4px; }
.es-new-arrivals__slider::-webkit-scrollbar-thumb { background: #d4a574; border-radius: 2px; }
.es-new-arrivals__card { flex: 0 0 180px; scroll-snap-align: start; text-decoration: none; color: inherit; transition: transform .2s; }
.es-new-arrivals__card:hover { transform: translateY(-4px); }
.es-new-arrivals__card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 6px; background: #f5f0eb; }
.es-new-arrivals__card-name { font-size: 12px; margin-top: 8px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.es-new-arrivals__card-price { font-size: 13px; font-weight: 600; color: #8b6f5c; margin-top: 4px; }
.es-new-arrivals__loading { text-align: center; padding: 40px; color: #999; font-size: 13px; }
.es-new-arrivals__more { text-align: center; margin-top: 32px; }
.es-new-arrivals__more a { display: inline-block; padding: 12px 40px; border: 1px solid #8b6f5c; color: #8b6f5c; background: #fff; font-size: 14px; font-weight: 600; border-radius: 6px; text-decoration: none; transition: all .3s; }
.es-new-arrivals__more a:hover { background: #8b6f5c; color: #fff; }

.es-faq { padding: 72px 40px; background: #f5f0eb; }
.es-faq .es-section-h2 { margin-bottom: 40px; }
.es-faq__list { max-width: 800px; margin: 0 auto; }
.es-faq__item { border-bottom: 1px solid #e8e2da; }
.es-faq__item:first-child { border-top: 1px solid #e8e2da; }
.es-faq__q { list-style: none; cursor: pointer; padding: 20px 44px 20px 0; font-size: 14px; color: #3a3a3c; letter-spacing: 0.06em; line-height: 1.65; position: relative; font-family: "游明朝", YuMincho, serif; }
.es-faq__q::-webkit-details-marker { display: none; }
.es-faq__q::before { content: 'Q.'; font-family: 'Book Antiqua', Georgia, serif; font-size: 12px; color: #8b6f5c; margin-right: 10px; }
.es-faq__q::after { content: '+'; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 300; color: #8b6f5c; line-height: 1; transition: transform 0.2s; }
.es-faq__item[open] .es-faq__q::after { content: '−'; }
.es-faq__a { padding: 4px 0 24px 28px; font-size: 13px; color: #6b6b6d; line-height: 2.0; letter-spacing: 0.05em; }

.es-cta { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 36px 24px; background: #8b6f5c; flex-wrap: wrap; }
.es-cta__text { font-family: "游明朝", YuMincho, serif; font-size: 14px; letter-spacing: 0.12em; color: rgba(255,255,255,0.88); }
.es-cta__btn { display: inline-block; font-size: 12px; letter-spacing: 0.1em; color: #8b6f5c; background: #fff; border: 1px solid #fff; padding: 8px 24px; font-weight: 600; transition: background 0.2s, color 0.2s; }
.es-cta__btn:hover { background: transparent; color: #fff; }

.es-jobs { padding: 64px 40px; background: #ede6de; }
.es-jobs__header { text-align: center; margin-bottom: 40px; }
.es-jobs__grid { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.es-job-card { flex: 0 0 200px; text-align: center; text-decoration: none; color: inherit; }
.es-job-card__img { width: 100%; aspect-ratio: 3/4; background: linear-gradient(160deg, #d4c4b4 0%, #b8a494 100%); display: flex; align-items: center; justify-content: center; font-size: 9px; color: rgba(255,255,255,0.3); transition: opacity 0.2s; border-radius: 2px; overflow: hidden; position: relative; }
.es-job-card:hover .es-job-card__img { opacity: 0.82; }
.es-job-card.is-current .es-job-card__img { outline: 2px solid #8b6f5c; outline-offset: -2px; }
.es-job-card__badge { display: inline-block; background: #8b6f5c; color: #fff; font-size: 9px; padding: 2px 8px; letter-spacing: 0.08em; margin-top: -14px; position: relative; z-index: 1; }
.es-job-card__name { margin-top: 10px; font-size: 13px; letter-spacing: 0.08em; color: #3a3a3c; }
.es-job-card__name small { display: block; font-size: 10px; color: #9a9a9c; font-family: 'Book Antiqua', Georgia, serif; }

.es-breadcrumb { padding: 12px 40px; font-size: 11px; color: #8a8a8c; letter-spacing: 0.04em; }
.es-breadcrumb a { color: #6b6b6d; text-decoration: none; }
.es-breadcrumb a:hover { text-decoration: underline; }
.es-breadcrumb__sep { margin: 0 8px; color: #c0c0c0; }

@media (max-width: 768px) {
  .es-hero { height: 380px; }
  .es-hero__title { font-size: 26px; }
  .es-concept { grid-template-columns: 1fr; }
  .es-concept__img { min-height: 280px; }
  .es-concept__text { padding: 40px 28px; }
  .es-features__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .es-cat-grid { gap: 14px; }
  .es-cat-item { flex: 0 0 220px; }
  .es-cat-anchors { gap: 6px; }
  .es-cat-anchors a { font-size: 11px; padding: 5px 12px; }
  .es-brands { padding: 48px 20px; }
  .es-brands__grid { gap: 14px; }
  .es-brand-card { flex: 0 0 160px; }
  .es-brand-card__body { padding: 12px 10px 16px; }
  .es-brand-card__name { font-size: 13px; }
  .es-brand-anchors { gap: 6px; }
  .es-brand-anchors a { font-size: 11px; padding: 5px 12px; }
  .es-new-arrivals { padding: 48px 20px; }
  .es-new-arrivals__card { flex: 0 0 150px; }
  .es-cta { flex-direction: column; gap: 12px; text-align: center; }
  .es-job-card { flex: 0 0 140px; }
}
