@font-face{
  font-family:"Alivia";
  src:url("../fonts/Alivia-Regular.woff2") format("woff2"),
      url("../fonts/Alivia-Regular.woff") format("woff");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
:root{
  --text:#4d3d3c;
  --muted:#8d7c7b;
  --line:#dedede;
  --white:#fff;
  --base:#fbfaf8;
  --soft:#f4efed;
  --menu-pink:#ecb6b6;
  --header-h:84px;
  --serif:'Noto Serif JP', serif;
  --sans:'Noto Sans JP', sans-serif;
  --script:'Alivia','Times New Roman',serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:#fff;font-family:var(--sans);font-size:16px;line-height:2;letter-spacing:.04em}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
.u-sp{display:none}

.site-header{position:fixed;z-index:50;top:0;left:0;width:100%;height:var(--header-h);display:flex;align-items:center;gap:24px;padding:0 28px;color:var(--white);transition:background .35s ease,color .35s ease,box-shadow .35s ease}
.site-header.is-scrolled,.site-header.is-open{background:rgba(255,255,255,.94);color:var(--text);box-shadow:0 10px 30px rgba(77,61,60,.08);backdrop-filter:blur(10px)}
body.post-type-archive-news .site-header,body.single-news .site-header{background:rgba(255,255,255,.94);color:var(--text);box-shadow:0 10px 30px rgba(77,61,60,.08);backdrop-filter:blur(10px)}
.logo{display:inline-flex;width:104px;white-space:nowrap}
.logo img{width:100%;height:auto}
.site-header .logo{position:relative;flex:0 0 auto}
.site-header .logo img{transition:opacity .35s ease}
.site-header .logo .logo-dark{position:absolute;inset:0;opacity:0}
.site-header.is-scrolled .logo .logo-light,.site-header.is-open .logo .logo-light{opacity:0}
.site-header.is-scrolled .logo .logo-dark,.site-header.is-open .logo .logo-dark{opacity:1}
body.post-type-archive-news .site-header .logo-light,body.single-news .site-header .logo-light{opacity:0}
body.post-type-archive-news .site-header .logo-dark,body.single-news .site-header .logo-dark{opacity:1}
.global-nav{display:flex;align-items:center;gap:26px;margin-left:auto;font-size:15px;line-height:1.4;letter-spacing:.08em}
.global-nav a{position:relative}
.global-nav a::after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:.25s}
.global-nav a:hover::after{transform:scaleX(1);transform-origin:left}
.header-reserve{position:relative;display:flex;margin-left:10px;font-size:14px;line-height:1.4;white-space:nowrap}
.header-reserve-trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:112px;border-bottom:1px solid currentColor;padding:0 0 8px;letter-spacing:.04em}
.header-reserve-trigger::after{content:"";width:7px;height:7px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:.25s}
.header-reserve:hover .header-reserve-trigger::after,.header-reserve:focus-within .header-reserve-trigger::after{transform:translateY(2px) rotate(225deg)}
.header-reserve-menu{position:absolute;right:0;top:calc(100% + 14px);display:grid;gap:0;width:168px;padding:12px 16px;background:rgba(255,255,255,.96);color:var(--text);box-shadow:0 14px 34px rgba(77,61,60,.14);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s;pointer-events:none}
.header-reserve:hover .header-reserve-menu,.header-reserve:focus-within .header-reserve-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.header-reserve-menu::before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.header-reserve a{display:inline-flex;align-items:center;justify-content:center;width:100%;border-bottom:1px solid rgba(77,61,60,.34);padding:10px 0}
.header-reserve a:last-child{border-bottom:0}
.header-reserve a::after,.sp-menu-reserve a::after{content:"";display:block;flex:0 0 auto;width:10px;height:10px;margin-left:8px;background:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6 0v1h2.237L4.533 4.583l.735.646L9 1.463V4h1V0H6ZM9 6h1v4H0V0h4v1H1v8h8V6Z'/%3E%3C/svg%3E");-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6 0v1h2.237L4.533 4.583l.735.646L9 1.463V4h1V0H6ZM9 6h1v4H0V0h4v1H1v8h8V6Z'/%3E%3C/svg%3E");mask-position:center;mask-size:contain;mask-repeat:no-repeat}
.menu-button{display:none;position:relative;width:42px;height:42px;margin-left:auto}
.menu-button span{position:absolute;left:9px;width:24px;height:1px;background:currentColor;transition:.25s}
.menu-button span:first-child{top:16px}.menu-button span:last-child{top:25px}
.hero-mobile-slider,.hero-mobile-image{display:none}

.sp-menu{position:fixed;inset:0;z-index:80;display:none;background:var(--menu-pink);color:var(--text);padding:82px 28px 36px;text-align:center}
.sp-menu.is-active{display:block}
.sp-menu-logo{position:absolute;left:12px;top:14px;width:82px}
.sp-menu-logo img{width:100%;height:auto}
.menu-close{position:absolute;right:12px;top:14px;width:28px;height:28px;font-size:0;line-height:1}
.menu-close::before,.menu-close::after{content:"";position:absolute;left:4px;top:13px;width:21px;height:1px;background:currentColor}
.menu-close::before{transform:rotate(45deg)}
.menu-close::after{transform:rotate(-45deg)}
.sp-menu nav{display:grid;gap:19px;font-size:11px;line-height:1.35;letter-spacing:.16em;text-transform:uppercase}
.sp-menu-reserve{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px;max-width:205px;margin:39px auto 0;font-size:11px;line-height:1.4}
.sp-menu-reserve a{display:inline-flex;align-items:center;justify-content:center;justify-self:center;border-bottom:1px solid rgba(77,61,60,.45);padding:0 0 7px}
.sp-menu-reserve a:last-child{width:auto;min-width:82px;justify-self:center}

.hero{position:relative;height:calc(100vh + 52px);min-height:820px;overflow:hidden;background:#fff;color:#fff}
.hero-slider{position:absolute;inset:0 0 52px}
.hero-slide{position:absolute;inset:0}
.hero-slide{background-size:cover;background-position:center;animation:heroFade 30s infinite;opacity:0;transform:scale(1.03)}
.hero-slide.is-01{background-image:url('../img/hero-main.jpg');animation-name:heroFadeFlipped;animation-delay:0s;transform:scaleX(-1) scale(1.03)}
.hero-slide.is-02{background-image:url('../img/hero-second.jpg');animation-delay:6s;background-size:145% auto;background-position:20% 16%}
.hero-slide.is-03{background-image:url('../img/hero-slide3.jpg');animation-delay:12s;background-position:center}
.hero-slide.is-04{background-image:url('../img/hero-slide4.jpg');animation-delay:18s;background-position:center}
.hero-slide.is-05{background-image:url('../img/hero-slide5.jpg');animation-delay:24s;background-position:center}
.hero::after{content:"";position:absolute;inset:0 0 52px;background:linear-gradient(90deg,rgba(0,0,0,.22),rgba(0,0,0,0) 42%,rgba(0,0,0,.12));pointer-events:none}
@keyframes heroFade{0%,16%{opacity:1;transform:scale(1)}20%,100%{opacity:0;transform:scale(1.03)}}
@keyframes heroFadeFlipped{0%,16%{opacity:1;transform:scaleX(-1) scale(1)}20%,100%{opacity:0;transform:scaleX(-1) scale(1.03)}}
.hero-copy{position:relative;z-index:1;height:calc(100% - 52px);text-shadow:none}
.hero-ja{position:absolute;left:6.9vw;top:403px;margin:0;font-family:var(--serif);font-size:25px;font-weight:500;line-height:1.55;letter-spacing:.08em;opacity:0;animation:heroCopyFade 30s infinite}
.hero-ja.is-right{left:64vw;top:386px}
.hero-ja.is-01{animation-delay:0s}
.hero-ja.is-02{animation-delay:6s}
.hero-ja.is-03{animation-delay:12s}
.hero-ja.is-04{animation-delay:18s}
.hero-ja.is-05{animation-delay:24s}
.hero-home h1{position:absolute;left:6.8vw;top:735px;margin:0;font-family:var(--serif);font-size:15px;font-weight:500;line-height:1.5;letter-spacing:.08em}
.hero-en{position:absolute;left:-22px;top:492px;margin:0;font-family:var(--script);font-size:clamp(180px,20.5vw,280px);font-weight:400;line-height:.8;letter-spacing:.01em;white-space:nowrap;animation:heroTextMarquee 22s linear infinite}
@keyframes heroTextMarquee{0%{transform:translateX(8vw)}100%{transform:translateX(-30vw)}}
@keyframes heroCopyFade{0%,16%{opacity:1}20%,100%{opacity:0}}
.hero-dots{position:absolute;z-index:3;left:50%;bottom:20px;display:flex;gap:10px;align-items:center;justify-content:center;margin:0;transform:translateX(-50%)}
.hero-dots span{width:9px;height:9px;border-radius:50%;background:#d9d9d9;animation:heroDot 30s infinite}
.hero-dots span:nth-child(1){animation-delay:0s}
.hero-dots span:nth-child(2){animation-delay:6s}
.hero-dots span:nth-child(3){animation-delay:12s}
.hero-dots span:nth-child(4){animation-delay:18s}
.hero-dots span:nth-child(5){animation-delay:24s}
@keyframes heroDot{0%,19.99%{background:var(--text)}20%,100%{background:#d9d9d9}}
.scroll-view{position:absolute;z-index:2;right:40px;bottom:76px;display:flex;align-items:flex-end;gap:14px;font-size:12px;line-height:1;letter-spacing:.04em;color:#fff}
.scroll-view::after{content:"\2193";display:block;font-size:30px;font-weight:300;line-height:.8;animation:scrollLine 1.8s ease-in-out infinite}
@keyframes scrollLine{0%,100%{transform:translateY(-4px)}50%{transform:translateY(4px)}}

.section{position:relative;background:#fff}
.section-inner{width:min(1000px,calc(100% - 56px));margin:0 auto}
.section-inner.narrow{width:min(1000px,calc(100% - 56px))}
.section-inner.wide{width:min(1366px,100%)}
.section-title{margin:0;text-align:center;font-family:var(--script);font-size:120px;font-weight:400;line-height:.9;color:var(--text);letter-spacing:.01em}
.section-ja{margin:0;text-align:center;font-family:var(--serif);font-size:28px;font-weight:400;line-height:1.7}
.section-lead{margin:0;text-align:center;font-size:20px;line-height:2}

.about{height:1272px;overflow:hidden;background:#fff}
.about-inner{position:relative;z-index:1;width:min(1366px,100%);max-width:none;text-align:left}
.about .section-ja{position:absolute;left:466px;top:164px;width:440px;transform:none;white-space:nowrap;text-align:center}
.about .section-title{position:absolute;left:394px;top:236px;width:584px;transform:none;font-size:230px;line-height:.78;text-align:center}
.about-body{position:absolute;left:466px;top:429px;width:440px;font-size:20px;line-height:2}
.about-body p{margin:0 0 31px}
.about-eye{position:absolute;right:-16px;top:210px;width:540px;height:540px;border-radius:50%;object-fit:cover;z-index:0}
.about-woman{position:absolute;left:-74px;top:354px;width:480px;height:480px;border-radius:50%;object-fit:cover;object-position:center top}

.style-section{height:760px;padding-top:104px;background:#fff;overflow:hidden}
.style-slider{width:100%;max-width:1000px;margin:64px auto 0;overflow-x:auto;overflow-y:hidden;cursor:grab;scroll-snap-type:x mandatory;scrollbar-width:none;user-select:none}
.style-slider::-webkit-scrollbar{display:none}
.style-slider.is-dragging{cursor:grabbing;scroll-snap-type:none}
.style-grid{display:flex;gap:40px;width:max-content}
.style-card{padding:0;border:0}
.style-card{flex:0 0 220px;scroll-snap-align:start}
.style-thumb{width:220px;height:160px;overflow:hidden;background:#eee;margin-bottom:16px}
.style-thumb img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none;user-select:none;-webkit-user-drag:none}
.style-card h3{margin:0 0 8px;font-family:var(--sans);font-size:16px;font-weight:400;line-height:1.7}
.style-card p{margin:0;font-size:14px;line-height:1.75;color:rgba(77,61,60,.82)}
.style-dots{display:flex;align-items:center;justify-content:center;gap:10px;margin:34px 0 0}
.style-dots span{width:10px;height:10px;border-radius:50%;background:#d9d9d9}
.style-dots span.is-active{background:var(--text)}
.more-wrap{text-align:center;margin:56px 0 0}
.more-link{display:inline-flex;align-items:center;justify-content:center;width:300px;height:50px;border:1px solid var(--text);border-radius:999px;font-family:var(--sans);font-size:18px;font-weight:400;line-height:1;transition:.25s}
.more-link:hover{background:var(--text);color:#fff}

.flow-section{height:1706px;padding-top:96px;background:#fff}
.flow-list{position:relative;list-style:none;width:1000px;margin:64px auto 0;padding:0}
.flow-list::before{content:"";position:absolute;left:0;top:140px;bottom:140px;width:1px;background:rgba(77,61,60,.45)}
.flow-list li{position:relative;display:grid;grid-template-columns:90px 380px 1fr;gap:35px;align-items:center;min-height:280px;padding-left:34px}
.flow-list li::before{content:"";position:absolute;left:-4px;top:50%;width:9px;height:9px;border-radius:50%;background:var(--text);transform:translateY(-50%)}
.flow-list span{font-family:var(--script);font-size:62px;line-height:.9;color:rgba(77,61,60,.55)}
.flow-list span em{display:block;font-family:var(--sans);font-style:normal;font-size:20px;line-height:1.3;color:var(--text)}
.flow-image{width:380px;height:240px;overflow:hidden;background:#eee}
.flow-image img{display:block;width:100%;height:100%;object-fit:cover}
.flow-list p{margin:0;font-size:16px;line-height:2}

.news-section{height:1200px;padding-top:190px;background:#f8f8f8}
.news-grid{display:grid;grid-template-columns:repeat(3,300px);justify-content:center;gap:58px 50px;margin-top:64px}
.news-grid article{padding:0;border:0}
.news-card-main,.news-card-text{display:block}
.news-thumb{width:300px;height:200px;background:#ddd;margin-bottom:18px}
.news-thumb img{width:100%;height:100%;object-fit:cover}
.news-grid time{font-size:18px;line-height:1.5;letter-spacing:.04em}
.news-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:27px;margin-bottom:4px}
.news-labels{display:flex;flex:1;flex-wrap:wrap;gap:6px;justify-content:flex-end;max-width:190px}
.news-label{display:inline-flex;align-items:center;justify-content:center;min-width:100px;height:23px;border:1px solid #fff;border-radius:999px;background:#fff;color:var(--muted);font-size:14px;line-height:1;transition:.25s}
.news-label:hover{background:var(--text);color:#fff}
.news-card-text h2,.news-card-text h3{margin:0;font-family:var(--sans);font-size:16px;font-weight:400;line-height:1.8;color:var(--text)}
.news-section .more-link{background:#fff}
.news-empty{grid-column:1 / -1;text-align:center}
.news-archive-section{min-height:900px;padding:170px 0 130px;background:#f8f8f8}
.news-single{padding:170px 0 130px;background:#fff}
.news-single-label{margin:0 0 28px;text-align:center;font-family:var(--script);font-size:84px;line-height:1;color:var(--text)}
.news-single h1{margin:0 0 18px;font-family:var(--serif);font-size:34px;font-weight:400;line-height:1.7;text-align:center}
.news-single-category{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;width:max-content;max-width:100%;margin:0 auto 14px;color:var(--muted);font-size:14px;line-height:1.6}
.news-single-category .news-label{position:static;height:auto;padding:2px 16px}
.news-single time{display:block;margin:0 0 42px;text-align:center;font-size:16px;color:var(--muted)}
.news-single-thumb{width:100%;margin:0 0 48px;overflow:hidden;background:#eee}
.news-single-thumb img{width:100%;height:auto;max-height:520px;object-fit:cover}
.news-single-body{font-size:16px;line-height:2.1}
.news-single-body p{margin:0 0 1.6em}
.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:58px}
.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border:1px solid rgba(77,61,60,.35);padding:0 10px;font-size:14px;line-height:1}
.pagination .current{background:var(--text);color:#fff}

.gallery-section{height:1080px;padding-top:172px;background:var(--text);color:#fff}
.gallery-section .section-title{color:#fff}
.gallery-section .section-lead{margin-top:42px}
.gallery-section .section-inner.wide{width:100%;max-width:none}
.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;margin-top:56px;overflow:hidden}
.gallery-grid img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}

.salon-section{height:auto;padding:192px 0 150px;background:#f8f7f6;color:var(--text)}
.salon-section .section-title{color:var(--text)}
.salon-section .section-lead{margin-top:42px;color:var(--text)}
.salon-grid{display:grid;grid-template-columns:repeat(2,310px);justify-content:center;gap:62px 80px;margin-top:58px}
.salon-card{padding:0;background:transparent;border:0;color:var(--text)}
.salon-card h3{position:relative;margin:0 0 28px;padding-bottom:18px;font-family:var(--sans);font-size:24px;font-weight:500;text-align:left}
.salon-card h3::after{content:"";position:absolute;left:0;bottom:0;width:150px;height:1px;background:currentColor}
.salon-card img,.salon-map{width:310px;height:210px;object-fit:cover;margin-bottom:24px}
.salon-map{display:block;border:0}
.salon-card p{margin:0 0 16px;font-size:16px;line-height:1.8}
.salon-opening{padding-left:28px;color:var(--muted);font-size:15px!important;letter-spacing:0;white-space:nowrap}
.salon-info{position:relative;padding-left:28px}
.salon-info::before{content:"";position:absolute;left:0;top:.35em;width:18px;height:18px;background:#aa9998}
.salon-info.is-address::before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center/contain no-repeat}
.salon-info.is-phone::before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.8 3.7 5.1 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.4 22 2 13.6 2 3.4 2 2.7 2.5 2.2 3.2 2.2h3.6c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .8-.3 1.2l-1.7 2.2z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.8 3.7 5.1 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.4 22 2 13.6 2 3.4 2 2.7 2.5 2.2 3.2 2.2h3.6c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .8-.3 1.2l-1.7 2.2z'/%3E%3C/svg%3E") center/contain no-repeat}
.salon-info.is-hours::before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm.8 10.2 3.5-3.5 1.1 1.1-4.6 4.6-4-4 1.1-1.1 2.9 2.9z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm.8 10.2 3.5-3.5 1.1 1.1-4.6 4.6-4-4 1.1-1.1 2.9 2.9z'/%3E%3C/svg%3E") center/contain no-repeat}
.salon-info.is-closed::before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h2v3h6V2h2v3h3v17H4V5h3V2zm11 8H6v10h12V10zM8 12h3v3H8v-3z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h2v3h6V2h2v3h3v17H4V5h3V2zm11 8H6v10h12V10zM8 12h3v3H8v-3z'/%3E%3C/svg%3E") center/contain no-repeat}
.reserve-button,.apply-button{display:inline-flex;align-items:center;justify-content:center;width:300px;height:50px;border:1px solid currentColor;border-radius:999px;background:#fff;font-size:16px;transition:.25s}
.reserve-button::after{content:"";width:10px;height:10px;margin-left:12px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Cg fill='none' stroke='black' stroke-width='.8' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M3.2.9h4.9v4.9'/%3E%3Cpath d='M8.1.9 3.8 5.2'/%3E%3Cpath d='M5.7 3.8v4.3H.9V3.3h2.6'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Cg fill='none' stroke='black' stroke-width='.8' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M3.2.9h4.9v4.9'/%3E%3Cpath d='M8.1.9 3.8 5.2'/%3E%3Cpath d='M5.7 3.8v4.3H.9V3.3h2.6'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat}
.reserve-button:hover,.apply-button:hover{background:var(--text);color:#fff}
.reserve-button.is-disabled{pointer-events:none;opacity:.72}
.reserve-button.is-disabled::after{display:none}
.salon-info.is-hours::before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='8.2' fill='none' stroke='%23aa9998' stroke-width='1.5'/%3E%3Cpath d='M6.4 9.9 8.8 12.3 13.9 7.1' fill='none' stroke='%23aa9998' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:none;mask:none}
.salon-info.is-closed::before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Crect x='3.5' y='5.5' width='15' height='14' fill='none' stroke='%23aa9998' stroke-width='1.2'/%3E%3Cpath d='M3.5 9h15M7 3v4M15 3v4' fill='none' stroke='%23aa9998' stroke-width='1.2' stroke-linecap='round'/%3E%3Ctext x='11' y='16' fill='%23aa9998' font-family='Arial, sans-serif' font-size='6.5' text-anchor='middle'%3E23%3C/text%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:none;mask:none}
.salon-info.is-address::before{background:url("../img/salon-icon-address.svg") center/contain no-repeat;-webkit-mask:none;mask:none}
.salon-info.is-phone::before{background:url("../img/salon-icon-phone.svg") center/contain no-repeat;-webkit-mask:none;mask:none}
.salon-info.is-hours::before{background:url("../img/salon-icon-hours.svg") center/contain no-repeat;-webkit-mask:none;mask:none}
.salon-info.is-closed::before{background:url("../img/salon-icon-closed.svg") center/contain no-repeat;-webkit-mask:none;mask:none}
.salon-info.is-address::before{top:.2em;width:19px;height:26px}
.salon-info.is-phone::before{top:.25em;width:17px;height:22px}
.salon-info.is-hours::before{top:.25em;width:23px;height:23px}
.salon-info.is-closed::before{top:.3em;width:23px;height:22px}
.reserve-button{position:relative;border-color:#aa9998;color:var(--text);background:#fff;font-family:var(--sans);letter-spacing:.04em}
.reserve-button::after{flex:0 0 auto;width:15px;height:14px;margin-left:10px;background:url("../img/salon-icon-reserve.svg") center/contain no-repeat;-webkit-mask:none;mask:none}

.site-footer{padding:112px 40px 0;background:#fff;color:var(--text)}
.footer-inner{display:grid;grid-template-columns:180px 1fr 260px;grid-template-areas:". nav ." "logo top copy";gap:34px 40px;align-items:end;width:min(1366px,100%);margin:0 auto}
.site-footer .footer-logo{grid-area:logo;justify-self:start;margin:0}
.footer-nav{grid-area:nav;display:grid;gap:22px;justify-items:center;align-self:center;font-size:16px;line-height:1.4;letter-spacing:.09em}
.footer-top{grid-area:top;display:grid;gap:16px;justify-items:center;margin-top:0;font-size:12px;line-height:1.2;letter-spacing:.04em}
.footer-top span{font-size:42px;font-weight:300;line-height:.8}
.copyright{grid-area:copy;justify-self:end;margin:0 0 6px;font-size:12px;line-height:1.5;letter-spacing:.08em;color:rgba(77,61,60,.75);white-space:nowrap}
.footer-brand{margin:72px 0 0;padding-bottom:52px;text-align:center;font-family:var(--script);font-size:210px;font-weight:400;line-height:.95;letter-spacing:.01em;color:rgba(77,61,60,.28)}

.hero-recruit{background:url('../img/hero-recruit.jpg') center 40%/cover no-repeat}
.hero-recruit::after{z-index:0;background:linear-gradient(90deg,rgba(0,0,0,.24),rgba(0,0,0,.08))}
.recruit-en{position:absolute;z-index:1;left:50%;top:34%;font-family:var(--script);font-size:clamp(180px,25vw,360px);font-weight:400;line-height:.8;letter-spacing:.01em;color:rgba(255,255,255,.2);white-space:nowrap;transform:translateX(-50%);pointer-events:none}
.recruit-copy{z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;text-shadow:0 10px 28px rgba(0,0,0,.32);padding:0 28px 74px}
.recruit-copy h1{margin:0 0 34px;font-family:var(--serif);font-size:38px;font-weight:400;line-height:1.7;letter-spacing:.08em}
.recruit-copy p{margin:0;font-size:17px;line-height:2.1}
.recruit-intro{position:relative;background:#fff;padding:112px 0 0;overflow:hidden}
.workplace-en{position:absolute;left:50%;top:190px;font-family:var(--script);font-size:clamp(120px,15vw,205px);font-weight:400;line-height:.8;letter-spacing:.01em;color:rgba(77,61,60,.11);white-space:nowrap;transform:translateX(-50%);pointer-events:none}
.recruit-intro h2{position:relative;z-index:1;margin:0 0 158px;text-align:center;font-family:var(--serif);font-size:36px;font-weight:400;line-height:1.7}
.recruit-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.recruit-photo-grid figure{position:relative;margin:0;overflow:hidden}
.recruit-photo-grid img{width:100%;aspect-ratio:454/340;object-fit:cover}
.recruit-photo-grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:22px 24px;background:linear-gradient(transparent,rgba(0,0,0,.55));color:#fff;font-family:var(--serif);font-size:18px;line-height:1.6;text-align:center}
.benefits-section{padding:132px 0 138px;background:rgba(77,61,60,.05)}
.benefits-section .section-lead{margin-top:26px}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:72px 86px;margin-top:58px}
.benefit-grid article{position:relative;min-height:300px;padding:0 0 0;text-align:center}
.benefit-grid article::before{content:"";display:block;width:180px;height:180px;margin:0 auto 26px;background:var(--benefit-icon) center/contain no-repeat}
.benefit-grid article:nth-child(1){--benefit-icon:url("../img/benefit-icon-treatment.svg")}
.benefit-grid article:nth-child(2){--benefit-icon:url("../img/benefit-icon-training.svg")}
.benefit-grid article:nth-child(3){--benefit-icon:url("../img/benefit-icon-workstyle.svg")}
.benefit-grid article:nth-child(4){--benefit-icon:url("../img/benefit-icon-growth.svg")}
.benefit-grid article:nth-child(5){--benefit-icon:url("../img/benefit-icon-teamwork.svg")}
.benefit-grid article:nth-child(6){--benefit-icon:url("../img/benefit-icon-contract.svg")}
.benefit-grid h3{margin:0 0 14px;text-align:center;font-family:var(--serif);font-size:24px;font-weight:400}
.benefit-grid p{margin:0;font-size:15px;line-height:2;text-align:left}
.requirements-section{padding-top:148px;background:#fff}
.requirements-section .section-lead{margin-top:30px}
.job-title{display:flex;align-items:center;justify-content:center;width:max-content;min-width:360px;height:38px;margin:34px auto 58px;padding:0 28px;border-radius:999px;background:var(--text);color:#fff;text-align:center;font-family:var(--serif);font-size:24px;font-weight:400;line-height:1;letter-spacing:.04em}
.requirements-list{margin:0}
.requirements-list div{display:grid;grid-template-columns:180px 1fr;gap:36px;border-bottom:1px solid var(--line);padding:34px 0 38px}
.requirements-list dt{font-weight:700;color:var(--text)}
.requirements-list dd{margin:0;line-height:2}
.requirements-list div:last-child{margin-bottom:76px}
.apply-section{padding:142px 0 0;text-align:center;background:var(--base)}
.apply-section .section-title{margin-bottom:54px}
.apply-section p{margin:0 0 46px;font-size:18px;line-height:2.2}
.apply-button{min-width:270px;height:62px;margin-bottom:118px;border-color:var(--text);background:#fff;color:var(--text)}
.apply-button:hover{background:var(--text);color:#fff}
.apply-gallery{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;width:100%;margin-top:0}
.apply-gallery img{width:100%;height:145px;object-fit:cover}

@media (max-width: 1100px){
  .global-nav,.header-reserve{display:none}
  .menu-button{display:block}
  .site-header{padding:0 20px}
  .style-grid,.gallery-grid,.salon-grid,.benefit-grid,.news-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 1100px){
  .news-grid{grid-template-columns:minmax(0,430px);justify-content:center}
  .news-thumb{width:100%;height:auto;aspect-ratio:300/200}
  .news-thumb img{width:100%;height:100%;object-fit:cover}
}
@media (max-width: 640px){
  :root{--header-h:72px}
  .u-sp{display:block}
  body{font-size:15px;line-height:2}
  .site-header{height:var(--header-h);padding:0 20px}
  .logo{width:112px}
  .menu-button{display:block!important;position:fixed!important;top:18px;right:16px;z-index:10000;width:44px;height:44px;margin:0;padding:0;background:transparent;border-radius:0;color:#fff}
  .menu-button span{position:absolute!important;left:8px!important;width:28px!important;height:2px!important;background:#fff!important;box-shadow:0 0 4px rgba(0,0,0,.45)}
  .menu-button span:first-child{top:14px!important}
  .menu-button span:last-child{top:28px!important}
  .menu-button::before{content:"";position:absolute;left:8px;top:21px;width:28px;height:2px;background:#fff;box-shadow:0 0 4px rgba(0,0,0,.45);transition:.25s}
  .site-header.is-scrolled .menu-button span,.site-header.is-open .menu-button span{background:var(--text)!important;box-shadow:none}
  .site-header.is-scrolled .menu-button::before,.site-header.is-open .menu-button::before{background:var(--text);box-shadow:none}
  body.post-type-archive-news .site-header .menu-button span,body.single-news .site-header .menu-button span{background:var(--text)!important;box-shadow:none}
  body.post-type-archive-news .site-header .menu-button::before,body.single-news .site-header .menu-button::before{background:var(--text);box-shadow:none}
  .hero{height:852px;min-height:852px}
  .hero-home{width:100vw;width:100dvw;max-width:none;margin-left:calc(50% - 50vw);margin-left:calc(50% - 50dvw);background:#fff}
  .hero-mobile-slider{position:absolute;inset:0 0 52px;z-index:0;display:block;overflow:hidden}
  .hero-mobile-image{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;opacity:0;animation:heroMobileFade 30s infinite;transform:none}
  .hero-mobile-image.is-01{object-position:70% top;animation-delay:0s}
  .hero-mobile-image.is-02{object-position:16% top;animation-delay:6s}
  .hero-mobile-image.is-03{object-position:28% top;animation-delay:12s}
  .hero-mobile-image.is-04{object-position:center top;animation-delay:18s}
  .hero-mobile-image.is-05{object-position:28% top;animation-delay:24s}
  .sp-menu{display:none;inset:0!important;width:100vw!important;min-height:100vh;padding:82px 28px 36px!important;text-align:center!important}
  .sp-menu.is-active{display:flex!important;flex-direction:column;align-items:center}
  body.is-menu-open .menu-button{display:none!important}
  .sp-menu-logo{left:18px;top:22px;width:124px}
  .menu-close{right:34px;top:34px;width:34px;height:34px;color:#241c1b}
  .menu-close::before,.menu-close::after{left:2px;top:16px;width:31px;height:2px;background:#241c1b}
  .sp-menu nav{width:100%;justify-items:center;text-align:center;gap:26px;font-size:16px;line-height:1.4;letter-spacing:.17em;margin-top:42px}
  .sp-menu-reserve{width:270px;max-width:270px;margin:54px auto 0!important;gap:24px 38px;font-size:14px}
  .sp-menu-reserve a{min-width:104px;padding-bottom:9px}
  .hero-slider{display:none}
  .hero::after{background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.12))}
  .hero-copy{height:calc(100% - 52px);padding:0 20px}
  .hero-copy.is-home-copy{display:block;padding:0 20px}
  .hero-ja,.hero-ja.is-right{position:absolute;left:28px;top:484px;font-size:25px;line-height:1.45;margin:0;opacity:1;animation:none}
  .hero-ja:not(.is-01){display:none}
  .hero-home h1{position:absolute;left:28px;top:577px;font-size:13px;margin:0}
  .hero-en{position:absolute;left:24px;top:718px;font-size:68px;line-height:.9;width:auto;animation:none;transform:none}
  @keyframes heroMobileFade{0%,16%{opacity:1}20%,100%{opacity:0}}
  .scroll-view{right:21px;bottom:38px;font-size:10px}
  .section,.about,.style-section,.flow-section,.news-section,.gallery-section,.salon-section{height:auto;padding:84px 0}
  .section-inner,.section-inner.narrow{width:calc(100% - 40px)}
  .section-title,.about .section-title{position:static;transform:none;font-size:62px;line-height:1;margin-bottom:38px}
  .section-ja,.about .section-ja{position:static;transform:none;font-size:20px}
  .about .section-ja,.about .section-title{width:100%;text-align:center}
  .about .section-title{display:block;margin-left:auto;margin-right:auto}
  .section-lead{font-size:16px;line-height:2;margin:0 0 46px}
  .about-inner{max-width:none}
  .about{padding-bottom:300px!important;overflow:hidden}
  .about-body{position:static;width:auto;font-size:16px;line-height:2.3}
  .about-eye{width:210px;height:210px;right:-32px;top:auto;bottom:70px}
  .about-woman{width:210px;height:210px;left:-32px;top:auto;bottom:20px}
  .style-slider{margin-top:0}
  .style-grid{gap:16px}
  .style-card{flex:0 0 148px}
  .style-thumb{width:148px;height:108px}
  .style-card h3{font-size:17px}
  .style-card p{font-size:12px;line-height:1.9}
  .style-dots{margin-top:28px}
  .more-wrap{margin-top:42px}
  .more-link{width:100%;max-width:300px}
  .flow-list{width:auto;margin-top:0}
  .flow-list::before{display:none}
  .flow-list li{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start;min-height:auto;padding:28px 16px 34px 0}
  .flow-list li::before{left:-4px;top:82px;transform:none}
  .flow-list span{grid-column:1;grid-row:1 / 3;font-size:42px;display:block;margin:40px 0 0;padding-left:12px}
  .flow-list span em{font-size:15px;line-height:1.2}
  .flow-image{grid-column:2;width:100%;height:auto;aspect-ratio:275/198;margin-bottom:14px}
  .flow-list p{grid-column:1 / 3;margin:0;font-size:14px;line-height:1.9}
  .news-grid{grid-template-columns:1fr;gap:28px;margin-top:0}
  .news-grid article{display:block;min-height:0;padding-left:0}
  .news-thumb{width:100%;height:auto;aspect-ratio:300/200}
  .news-thumb img{width:100%;height:100%;object-fit:cover}
  .news-grid time,.news-label,.news-card-text h2,.news-card-text h3{font-size:12px}
  .news-card-main{display:block}
  .news-card-main .news-thumb{margin:0 0 10px}
  .news-meta{align-items:center;min-height:22px;margin-bottom:6px}
  .news-labels{justify-content:flex-end;max-width:none;margin:0}
  .news-label{min-width:auto;height:20px;border:0;margin-top:0;padding:0 10px;text-align:center}
  .news-card-text h2,.news-card-text h3{margin-top:6px}
  .news-archive-section,.news-single{padding:112px 0 88px}
  .news-single-label{font-size:62px}
  .news-single h1{font-size:24px;text-align:left}
  .news-single-category{margin-left:0;margin-right:0}
  .news-single time{text-align:left;margin-bottom:28px}
  .news-single-thumb{margin-bottom:32px}
  .news-single-body{font-size:15px}
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:2px;margin-top:0}
  .gallery-grid img{width:100%;height:auto;aspect-ratio:1/1}
  .salon-grid{grid-template-columns:1fr;gap:30px;margin-top:0}
  .salon-card img,.salon-map{width:100%;height:auto;aspect-ratio:310/210}
  .reserve-button{display:flex;width:min(294px,100%);height:56px;margin-left:auto;margin-right:auto}
  .hero-recruit{background-position:66% 28%}
  .recruit-en{left:50%;top:37%;font-size:112px;color:rgba(255,255,255,.18)}
  .recruit-copy{align-items:center;justify-content:flex-end;text-align:center;padding:0 20px 86px}
  .recruit-copy h1{font-size:27px;line-height:1.55}
  .recruit-copy p{max-width:260px;font-size:15px;line-height:2}
  .recruit-intro{padding-top:78px}
  .workplace-en{top:142px;font-size:64px;color:rgba(77,61,60,.1)}
  .recruit-intro h2{font-size:26px;margin-bottom:108px}
  .recruit-photo-grid{grid-template-columns:repeat(2,1fr)}
  .recruit-photo-grid figcaption{font-size:13px;padding:32px 8px 11px}
  .benefits-section{padding:86px 0 92px}
  .benefit-grid{grid-template-columns:repeat(2,1fr);gap:42px 18px;margin-top:42px}
  .benefit-grid article{min-height:260px;padding:0}
  .benefit-grid article::before{width:140px;height:140px;margin-bottom:18px}
  .benefit-grid h3{font-size:18px}
  .benefit-grid p{font-size:13px;line-height:1.9}
  .requirements-section{padding-top:76px}
  .requirements-section .section-title{margin-bottom:22px}
  .requirements-section .section-lead{margin-top:0;margin-bottom:18px}
  .job-title{width:100%;min-width:0;height:auto;margin:0 auto 30px;padding:8px 18px;font-size:18px;line-height:1.35}
  .requirements-list{font-size:14px}
  .requirements-list div{display:block;padding:26px 0 28px}
  .requirements-list dt{margin-bottom:10px}
  .requirements-list dd{line-height:1.75}
  .requirements-list div:last-child{margin-bottom:54px}
  .apply-section{padding-top:92px}
  .apply-section .section-title{margin-bottom:44px}
  .apply-section p{font-size:15px}
  .apply-button{width:100%;margin-bottom:68px}
  .apply-gallery{grid-template-columns:repeat(2,1fr)}
  .apply-gallery img{height:auto;aspect-ratio:1/1}
  .site-footer{padding:52px 20px 34px;text-align:center;overflow:hidden}
  .footer-inner{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%;margin:0 auto}
  .footer-nav{display:grid;gap:22px;justify-items:center;font-size:15px;line-height:1.2;letter-spacing:.09em}
  .footer-nav a{white-space:nowrap}
  .footer-top{display:grid;gap:12px;justify-items:center;order:2;margin:0}
  .site-footer .footer-logo{order:3;align-self:stretch;display:grid;grid-template-columns:112px 1fr;align-items:center;width:100%;margin:0}
  .site-footer .footer-logo img{width:112px}
  .copyright{order:3;align-self:stretch;margin:-54px 0 0;padding-left:132px;font-size:11px;line-height:1.5;white-space:nowrap;text-align:right}
  .footer-brand{margin:34px 0 0;padding-bottom:0;font-size:88px;line-height:.9;white-space:nowrap}
}
