@charset "UTF-8";

/* =========================
   TOP HERO / Pattern 02
========================= */
.top-hero{
  width:min(var(--container), calc(100% - 32px));
  margin:26px auto 70px;
  min-height:calc(100vh - var(--header-h) - 40px);
  display:grid;
  grid-template-columns:240px minmax(0, 1fr);
  border-radius:34px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#f5f1ea;
}

.top-hero__side{
  position:relative;
  background:#faf8f4;
  border-right:1px solid rgba(23,23,23,.08);
  min-width:0;
}

.top-hero__side-inner{
  position:relative;
  min-height:100%;
  padding:34px 30px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:28px;
}

.top-hero .eyebrow-b{
  display:block;
  margin:0;
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#625e58;
}

.top-hero .eyebrow-b::before{
  display:none;
}

.logo-b{
  font-family:"Cormorant Garamond", serif;
  font-size:46px;
  line-height:.9;
  letter-spacing:.02em;
  font-weight:500;
  margin:0;
}

.logo-b small{
  display:block;
  margin-top:10px;
  font-family:"Noto Sans JP", sans-serif;
  font-size:10px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--muted);
  line-height:1.6;
}

.top-hero__side-links{
  display:grid;
  gap:8px;
  margin-left:30px;
}

.top-hero__side-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid rgba(33,29,26,.08);
  font-size:14px;
  color:var(--muted);
  transition:
    color .25s ease,
    transform .25s ease;
}

.top-hero__side-links a::after{
  content:"→";
  font-size:13px;
}

.top-hero__side-links a:hover{
  color:var(--text);
  transform:translateX(4px);
}

.vertical-copy{
  position:absolute;
  left:28px;
  bottom:34px;
  writing-mode:vertical-rl;
  text-orientation:mixed;
  font-size:10px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#8a857c;
  pointer-events:none;
}

.top-hero__main{
  position:relative;
  min-height:calc(100vh - var(--header-h) - 40px);
  overflow:hidden;
  background:linear-gradient(180deg,#ddd4c4 0%, #efe7dc 100%);
}

.hero-image-b{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
    linear-gradient(120deg, rgba(214,199,184,.16), rgba(214,199,184,0)),
    url("/images/bg01.jpg") center/cover no-repeat;
  filter:saturate(.88) contrast(.98) brightness(.98);
  transform:scale(1.02);
}

.favor-word{
  position:absolute;
  right:10px;
  top:45%;
  transform:translateY(-50%) rotate(180deg);
  writing-mode:vertical-rl;
  font-family:"Cormorant Garamond",serif;
  font-size:700%;
  line-height:1;
  letter-spacing:-.02em;
  color:rgba(255,255,255,.42);
  z-index:3;
  pointer-events:none;
}

.glass-b{
  position:absolute;
  left:32px;
  right:auto;
  bottom:34px;
  width:min(600px, calc(100% - 64px));
  max-width:100%;
  padding:30px 30px 26px;
  background:rgba(250,248,244,.68);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.52);
  box-shadow:0 18px 36px rgba(0,0,0,.08);
  z-index:3;
}

.glass-b .eyebrow{
  margin:0 0 14px;
	line-height: 100%;
}

.glass-b .eyebrow::before{
  display:none;
}

.title-b{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-size:clamp(26px, 6vw, 46px);
  line-height:1.1;
  font-weight:500;
  letter-spacing:-.03em;
}

.title-b span{
	font-size: 11px;
	line-height: 100%;
  font-family:"Noto Sans JP", sans-serif;
  letter-spacing: 0.5em;
	color: #634B4A;
}

.desc-b{
  margin:18px 0 0;
  font-size:15px;
  line-height:1.85;
  color:#4f4b46;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.hero-actions .btn{
  min-width:180px;
  justify-content:center;
}

/* =========================
   TOP POINTS
========================= */
.top-points{
  padding-top:20px;
}

.point-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  margin-top:30px;
}

.point-card{
  min-width:0;
  background:rgba(255,255,255,.7);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:28px;
}

.point-card h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.45;
}
@media (max-width: 768px){
	.point-card h3{
	  font-size:100%;
	}
}
.point-card p{
  margin:0;
  font-size:14px;
  line-height:1.9;
  color:var(--muted);
}

/* =========================
   SERVICES
========================= */
.top-services{
  padding-top:20px;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.service-card{
  min-width:0;
}

.service-card-link{
  display:flex;
  flex-direction:column;
  height:100%;
  text-decoration:none;
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(120,94,76,.10);
  box-shadow:0 18px 40px rgba(88,70,57,.08);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease,
    background .35s ease;
}

.service-card-link:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 54px rgba(88,70,57,.12);
  border-color:rgba(120,94,76,.18);
  background:rgba(255,255,255,.92);
}

.service-card--hair .service-card-link{
  background:
    linear-gradient(180deg, rgba(205,184,166,.10), rgba(255,255,255,.82));
}

.service-thumb{
  position:relative;
  margin:0;
  aspect-ratio:4 / 2.8;
  overflow:hidden;
  background:#e9e1d9;
}

.service-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .8s ease;
}

.service-card-link:hover .service-thumb img{
  transform:scale(1.06);
}

.service-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.08) 100%);
  pointer-events:none;
}

.service-card-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:22px 22px 24px;
}

.service-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-height:28px;
  padding:0 10px;
  margin-bottom:14px;
  border-radius:999px;
  background:#f2e9e1;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#735f52;
}

.service-card h3{
  margin:0 0 14px;
  font-size:22px;
  line-height:1.45;
  color:#332b26;
}

.service-card p{
  margin:0;
  font-size:14px;
  line-height:1.9;
  color:#6d5f55;
}

.text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  padding-top:22px;
  font-size:13px;
  font-weight:600;
  letter-spacing:.06em;
  color:#7b6457;
}

.text-link::after{
  content:"→";
  display:inline-block;
  transition:transform .3s ease;
}

.service-card-link:hover .text-link::after{
  transform:translateX(4px);
}

/* =========================
   TOPICS
========================= */
.topics-section{
  position:relative;
  padding:110px 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(214,198,183,.18), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(236,228,219,.72), transparent 34%),
    linear-gradient(180deg, #f8f4ef 0%, #f3ede6 100%);
}

.topics-inner{
  width:min(1280px, calc(100% - 10%));
  margin:0 auto;
}

.topics-section-head{
  margin-bottom:38px;
}

.topics-section-head h2{
  color:#2f2722;
}

.topics-section-head .lead{
  max-width:760px;
  color:#6b5c52;
}

.topics-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,420px);
  gap:28px;
  align-items:end;
  margin-bottom:38px;
}

.topics-eyebrow{
  grid-column:1 / -1;
  margin:0 0 4px;
  font-size:12px;
  font-weight:600;
  letter-spacing:.18em;
  color:#9a8476;
}

.topics-title{
  margin:0;
  font-family:"Cormorant Garamond","Yu Mincho",serif;
  font-size:clamp(32px, 4vw, 52px);
  font-weight:600;
  line-height:1.12;
  letter-spacing:.02em;
  color:#2f2722;
}

.topics-lead{
  margin:0;
  font-size:15px;
  line-height:1.9;
  color:#6b5c52;
  text-align:right;
}

.topics-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:20px;
}

.topics-card{
  min-width:0;
}

.topics-card-link{
  display:flex;
  flex-direction:column;
  height:100%;
  text-decoration:none;
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(120,94,76,.10);
  box-shadow:0 18px 40px rgba(88,70,57,.08);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease,
    background .35s ease;
}

.topics-card-link:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 54px rgba(88,70,57,.12);
  border-color:rgba(120,94,76,.18);
  background:rgba(255,255,255,.92);
}

.topics-thumb{
  position:relative;
  margin:0;
  aspect-ratio:4 / 2.8;
  overflow:hidden;
  background:#e9e1d9;
}

.topics-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .8s ease;
}

.topics-card-link:hover .topics-thumb img{
  transform:scale(1.06);
}

.topics-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.08) 100%);
  pointer-events:none;
}

.topics-card-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:22px 22px 24px;
}

.topics-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
}

.topics-date{
  font-size:12px;
  font-weight:500;
  letter-spacing:.08em;
  color:#8f7d70;
}

.topics-cat{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#f2e9e1;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  color:#735f52;
}

.topics-card-title{
  margin:0 0 14px;
  font-size:19px;
  line-height:1.6;
  font-weight:600;
  color:#332b26;
}

.topics-card-text{
  margin:0;
  font-size:14px;
  line-height:1.9;
  color:#6d5f55;
}

.topics-more{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  padding-top:22px;
  font-size:13px;
  font-weight:600;
  letter-spacing:.06em;
  color:#7b6457;
}

.topics-more::after{
  content:"→";
  display:inline-block;
  transition:transform .3s ease;
}

.topics-card-link:hover .topics-more::after{
  transform:translateX(4px);
}

.topics-footer{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.topics-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  border-radius:999px;
  background:#7d6558;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  letter-spacing:.05em;
  box-shadow:0 14px 30px rgba(93,74,61,.18);
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    background .28s ease;
}

.topics-button:hover{
  transform:translateY(-2px);
  background:#6f594d;
  box-shadow:0 18px 36px rgba(93,74,61,.22);
}

/* =========================
   NEWS
========================= */
.news-section{
  padding:70px 0 50px;
  background:#f7f3ee;
}

.news-inner{
  width:min(900px, calc(100% - 10%));
  margin:auto;
}

.news-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
}

.news-eyebrow{
  font-size:12px;
  letter-spacing:.18em;
  color:#9a8476;
  margin-bottom:4px;
}

.news-title{
  font-family:"Cormorant Garamond","Yu Mincho",serif;
  color:#2f2722;
  margin:0;
}

.news-list{
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px solid rgba(0,0,0,.08);
}

.news-item{
  display:grid;
  grid-template-columns:110px 80px 1fr;
  align-items:center;
  gap:16px;
  padding:16px 0;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.news-date{
  font-size:13px;
  color:#8c7b6f;
  letter-spacing:.06em;
}

.news-cat{
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
  padding:4px 8px;
  border-radius:20px;
  background:#efe6df;
  color:#6b5c52;
  text-align:center;
}

.news-link{
  text-decoration:none;
  font-size:15px;
  line-height:1.8;
  color:#3a312c;
  transition:color .2s ease;
}

.news-link:hover{
  color:#7d6558;
}

/* =========================
   CTA
========================= */
.top-cta .cta-box{
  background:rgba(255,255,255,.74);
  border:1px solid var(--line);
  border-radius:32px;
  box-shadow:var(--shadow);
  padding:34px;
}

.top-cta .cta-inner{
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:28px;
  align-items:center;
}

.top-cta .cta-inner h2{
  margin:8px 0 12px;
}

.top-cta .cta-inner p{
  margin:0;
  max-width:52ch;
  color:var(--muted);
  line-height:1.9;
}

.cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-end;
}

.cta-actions .btn{
  min-width:180px;
  justify-content:center;
}

/* =========================
   LEGACY
========================= */
.top-topics .topics-box{
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:24px;
  align-items:end;
  background:rgba(255,255,255,.72);
  border:1px solid var(--line);
  border-radius:32px;
  box-shadow:var(--shadow);
  padding:36px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px){
  .top-hero{
    grid-template-columns:1fr;
    min-height:inherit;
  }
	
	.top-hero__side-links {
		display: none;
	}

  .top-hero__side{
    border-right:none;
    border-bottom:1px solid rgba(23,23,23,.08);
  }

  .top-hero__side-inner{
    min-height:170px;
    padding:24px 22px;
  }

  .vertical-copy,
  .favor-word{
    display:none;
  }

  .top-hero__main{
    min-height:720px;
  }

  .point-grid,
  .service-grid,
  .top-concept__grid,
  .top-topics .topics-box,
  .top-cta .cta-inner{
    grid-template-columns:1fr;
  }

  .cta-actions{
    justify-content:flex-start;
  }
}

@media (max-width: 960px){
  .topics-section{
    padding:88px 0;
  }

  .topics-heading{
    grid-template-columns:1fr;
    gap:12px;
    margin-bottom:28px;
  }

  .topics-lead{
    text-align:left;
  }

  .topics-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 768px){
  .top-hero{
	  width: 90%;
    margin:18px auto 38px;
    border-radius:24px;
  }

  .top-hero__side-inner{
    min-height:auto;
    gap:6px;
    padding:22px 18px;
  }
	
.hero-image-b{
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
    linear-gradient(120deg, rgba(214,199,184,.16), rgba(214,199,184,0)),
    url("/images/bg02.jpg") center/cover no-repeat;
}

.glass-b{
  background:rgba(250,248,244,.42);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 18px 36px rgba(0,0,0,.0);
}
	
  .logo-b{
    font-size:38px;
  }

  .top-hero__side-links{
    margin-left:0;
  }

  .top-hero__main{
    min-height:620px;
  }
	
  .hero-actions{
	  display: none;
  }

  .glass-b{
    left:0;
    right:0;
    width:auto;
    bottom:0;
    padding:3% 5% 5%;
  border:none;
}

  .title-b{
	  line-height: 1.4;
  }

  .desc-b{
    font-size:14px;
    line-height:1.75;
  }

  .desc-b br{
	  display: none;
  }

  .hero-actions{
    margin-top:20px;
  }

  .point-card{
    padding:10%;
  }
  .service-card{
    padding:10% 0;
  }

  .top-topics .topics-box,
  .top-cta .cta-box{
    padding:26px;
  }

  .news-heading{
    display:block;
  }
}

@media (max-width: 640px){
  .desc-b{
    margin-top:10px;
  }

  .topics-section{
    padding:72px 0;
  }

  .topics-inner{
    padding: 24px 0;
  }

  .topics-title{
    font-size:clamp(28px, 9vw, 40px);
  }

  .topics-card-link{
    border-radius:22px;
  }

  .topics-card-body{
    padding:18px 18px 20px;
  }

  .topics-card-title{
    font-size:17px;
  }

  .topics-card-text{
    font-size:13px;
  }

  .hero-actions .btn,
  .cta-actions .btn{
    min-width:0;
    width:100%;
  }
	
  .topics-button{
    width:100%;
  }

  .news-item{
    grid-template-columns:1fr;
    gap:6px;
  }

  .news-cat{
    display:inline-block;
    width:auto;
    justify-self:start;
  }

  .top-cta .cta-box{
    padding:22px 18px;
    border-radius:24px;
  }
}

.brand-message{
  padding:70px 0 40px;
}

.brand-message__inner{
  max-width:760px;
}

.brand-message__lead{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-size:clamp(18px, 6vw, 36px);
  line-height:1.45;
  color:#2f2722;
}

.brand-message__text{
  margin:22px 0 0;
  font-size:15px;
  line-height:2;
  color:var(--muted);
}

@media (max-width:768px){
  .brand-message{
    padding:52px 0 18px;
  }

  .brand-message__inner{
  }

  .brand-message__lead{
  }

  .brand-message__text{
    margin-top:16px;
    font-size:14px;
    line-height:1.9;
  }
}

/* ---- TOPICSカード：アイキャッチなし時のフォールバック ---- */

.topics-thumb--fallback {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 40%, rgba(205,184,166,.45), transparent 55%),
    radial-gradient(circle at 75% 70%, rgba(205,184,166,.25), transparent 45%),
    linear-gradient(135deg, #f3ede6 0%, #ede3d8 50%, #e6d9cc 100%);
}

.topics-fallback-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: .12em;
  color: rgba(170,143,122,.55);
  user-select: none;
}



