
:root {
  --ink: #111111;
  --text: #333333;
  --muted: #767676;
  --line: #dddddd;
  --soft: #f6f6f6;
  --paper: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
body.menu-open { overflow: hidden; }

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 clamp(18px, 4vw, 56px);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #ececec;
}
.header__logo img {
  display: block;
  width: 178px;
  height: auto;
}
.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 28px);
}
.nav a {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}
.nav a:hover,
.footer__nav a:hover { border-color: var(--ink); }
.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.menu-btn span {
  position: absolute;
  left: 11px;
  width: 20px;
  height: 1.5px;
  background: var(--ink);
  transition: transform .2s ease, opacity .2s ease, top .2s ease;
}
.menu-btn span:first-child { top: 16px; }
.menu-btn span:last-child { top: 24px; }
.menu-btn.open span:first-child { top: 20px; transform: rotate(45deg); }
.menu-btn.open span:last-child { top: 20px; transform: rotate(-45deg); }
.mobile-menu {
  position: fixed;
  inset: 64px 0 auto 0;
  z-index: 95;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #ececec;
  display: none;
}
.mobile-menu nav {
  display: grid;
  gap: 0;
  padding: 6px 18px 16px;
}
.mobile-menu a {
  padding: 14px 0;
  border-bottom: 1px solid #efefef;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}
.mobile-menu.open { display: block; }

.hero {
  padding: 18px clamp(18px, 4vw, 56px) 0;
}
.hero__frame {
  position: relative;
  min-height: clamp(420px, 56vh, 540px);
  padding: clamp(28px, 4.4vw, 56px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 18%, rgba(30,30,30,.04) 0, rgba(30,30,30,.04) 10%, transparent 10.5%),
    radial-gradient(circle at 15% 82%, rgba(30,30,30,.045) 0, rgba(30,30,30,.045) 12%, transparent 12.5%),
    linear-gradient(135deg, #fafafa 0%, #f3f3f3 55%, #fbfbfb 100%);
  border: 1px solid #ebebeb;
}
.hero__frame::before,
.hero__frame::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(17,17,17,.07);
  border-radius: 999px;
  pointer-events: none;
}
.hero__frame::before {
  width: clamp(280px, 30vw, 520px);
  height: clamp(280px, 30vw, 520px);
  top: -18%; right: -10%;
}
.hero__frame::after {
  width: clamp(200px, 22vw, 360px);
  height: clamp(200px, 22vw, 360px);
  bottom: -16%; right: 8%;
}
.hero__copy {
  position: relative;
  z-index: 2;
  width: min(100%, 860px);
}
.hero__copy img {
  display: block;
  width: 100%;
  height: auto;
}

.news,
.business,
.brands,
.company,
.contact,
.subpage-main {
  padding: clamp(54px, 6vw, 82px) clamp(18px, 7vw, 110px);
}
.news { padding-top: 28px; background: var(--paper); }
.brands { background: var(--soft); }
.contact { background: var(--paper); border-top: 1px solid var(--line); }

.news__header,
.business__header,
.brands__header,
.company__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ink);
}
.news__header h2,
.business__header h2,
.brands__header h2,
.company__header h2,
.contact__title,
.subpage-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--ink);
}
.news__header p,
.business__header p,
.brands__header p,
.company__header p,
.subpage-lead {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}
.news__header p,
.business__header p,
.brands__header p,
.company__header p { text-align: right; }

.news__list,
.company__table,
.brands__list { border-top: 1px solid var(--line); }
.news__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.news__date {
  color: #8c8c8c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.news__text {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.7;
}

.business__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.business-card {
  min-height: 170px;
  padding: 22px 24px;
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.business-card:first-child { grid-column: 1 / -1; }
.business-card__num {
  display: block;
  color: #909090;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}
.business-card h3 {
  margin: 14px 0 0;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25;
  letter-spacing: -.03em;
}
.business-card p {
  margin: 10px 0 0;
  color: #5c5c5c;
  font-size: 12px;
  line-height: 1.75;
}

.brand-row {
  display: grid;
  grid-template-columns: 40px minmax(360px, 1.18fr) minmax(320px, .82fr) 112px;
  gap: 22px;
  align-items: center;
  min-height: 176px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.brand-row__num {
  color: #999999;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.brand-row__logo {
  position: relative;
  height: 132px;
  min-height: 132px;
  padding: 10px 18px;
  background: var(--paper);
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.brand-row__logo img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 760px;
  max-height: 116px;
  height: auto;
  object-fit: contain;
}
.brand-row--01 .brand-row__logo {
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    #020202;
  border-color: #111111;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.brand-row--02 .brand-row__logo {
  background: linear-gradient(135deg, #ffffff 0%, #fbfbfb 100%);
}
.brand-row--03 .brand-row__logo {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.22) 0 1.4%, transparent 7%),
    radial-gradient(circle at 21% 34%, rgba(255,220,120,.18) 0 3%, transparent 12%),
    radial-gradient(circle at 76% 20%, rgba(255, 67, 155, .40) 0 10%, transparent 24%),
    radial-gradient(circle at 86% 74%, rgba(255, 195, 82, .32) 0 10%, transparent 24%),
    radial-gradient(circle at 28% 84%, rgba(116, 93, 255, .26) 0 12%, transparent 28%),
    linear-gradient(90deg, transparent 0 10%, rgba(255,255,255,.12) 10% 11%, transparent 11% 24%, rgba(255,255,255,.07) 24% 25%, transparent 25% 100%),
    linear-gradient(135deg, #030303 0%, #190612 28%, #25091f 55%, #090910 100%);
  border-color: #2a1123;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.04),
    inset 0 0 40px rgba(255, 59, 146, .10);
}
.brand-row--03 .brand-row__logo::before,
.brand-row--03 .brand-row__logo::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.brand-row--03 .brand-row__logo::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(255,255,255,.10) 12% 13%, transparent 13% 30%, rgba(255,255,255,.07) 30% 31%, transparent 31% 100%),
    radial-gradient(circle at 64% 42%, rgba(255,255,255,.18) 0 1%, transparent 1.1% 100%),
    radial-gradient(circle at 70% 50%, rgba(255,255,255,.16) 0 1.1%, transparent 1.2% 100%),
    radial-gradient(circle at 78% 38%, rgba(255,255,255,.18) 0 1.2%, transparent 1.3% 100%),
    radial-gradient(circle at 84% 46%, rgba(255,255,255,.14) 0 0.9%, transparent 1% 100%);
  opacity: .95;
}
.brand-row--03 .brand-row__logo::after {
  inset: auto;
  width: 380px;
  height: 380px;
  right: -118px;
  top: -148px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 60, 150, .34), rgba(255, 60, 150, .14) 30%, rgba(255, 60, 150, 0) 68%),
    radial-gradient(circle at 32% 70%, rgba(255, 205, 95, .18), rgba(255, 205, 95, 0) 65%);
  filter: blur(6px);
}
.brand-row__desc {
  margin: 0;
  color: #565656;
  font-size: 12px;
  line-height: 1.82;
}
.brand-row__link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  white-space: nowrap;
}
.brand-row__link span { font-size: 16px; font-weight: 400; }

.company__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.company__row dt {
  margin: 0;
  color: #8b8b8b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}
.company__row dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 650;
}
.company__business-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.company__business-list span { white-space: nowrap; }

.contact__inner {
  display: grid;
  grid-template-columns: minmax(220px,.64fr) minmax(0,1.36fr);
  gap: 36px;
  align-items: end;
}
.contact__body {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
}
.contact__body p {
  margin: 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.8;
}
.contact__link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  min-width: 240px;
  padding: 15px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}
.contact__link span { font-size: 18px; font-weight: 400; }

.footer {
  padding: 30px clamp(18px, 7vw, 110px) 24px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
}
.footer__logo img { display: block; width: 148px; height: auto; }
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 22px;
}
.footer__nav a {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.footer__bottom {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #ededed;
}
.footer__copy {
  margin: 0;
  color: #919191;
  font-size: 9px;
  letter-spacing: .08em;
}

.subpage-main {
  max-width: 980px;
  margin: 0 auto;
}
.subpage-lead {
  margin-top: 18px;
  max-width: 720px;
}
.subpage-rule {
  margin-top: 34px;
}
.legal-section {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.legal-section:first-child { border-top: 1px solid var(--line); }
.legal-section h2 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
}
.legal-section p,
.legal-section li {
  color: var(--text);
  font-size: 14px;
  line-height: 1.9;
}
.legal-section p { margin: 0; }
.legal-section ul { margin: 0; padding-left: 1.2em; }
.legal-meta { margin-top: 24px; color: var(--muted); font-size: 12px; }

.contact-form {
  margin-top: 34px;
}
.contact-form__row {
  margin-bottom: 22px;
}
.contact-form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}
.contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 7px;
  border: 1px solid #d5d5d5;
  border-radius: 999px;
  color: #666666;
  font-size: 10px;
  font-weight: 700;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-family: inherit;
}
.contact-form textarea { min-height: 180px; resize: vertical; }
.contact-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 6px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.8;
}
.contact-form__privacy input {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 4px;
  padding: 0;
}
.contact-form__privacy a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  margin-top: 28px;
  padding: 15px 28px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  cursor: pointer;
}
.contact-form__submit:hover { opacity: .92; }

@media (max-width: 900px) {
  .nav { display: none; }
  .menu-btn { display: block; }
  .mobile-menu { inset: 64px 0 auto 0; }
  .hero__frame { min-height: 380px; }
  .brand-row {
    grid-template-columns: 34px minmax(240px, 1fr) minmax(0, 1fr);
    min-height: 168px;
  }
  .brand-row__logo {
    height: 122px;
    min-height: 122px;
  }
  .brand-row__logo img { max-height: 108px; }
  .brand-row__link { grid-column: 2 / -1; justify-self: start; }
  .contact__inner,
  .contact__body { display: block; }
  .contact__link { margin-top: 24px; }
}
@media (max-width: 700px) {
  .brand-row {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 22px 0;
  }
  .brand-row__num { display: block; }
  .brand-row__logo {
    width: 100%;
    height: 116px;
    min-height: 116px;
    padding: 10px 14px;
  }
  .brand-row__logo img { max-height: 100px; }
  .brand-row__link { grid-column: auto; }
  .header {
    min-height: 60px;
    padding: 0 16px;
  }
  .header__logo img { width: 150px; }
  .mobile-menu { inset: 60px 0 auto 0; }
  .hero { padding: 14px 16px 0; }
  .hero__frame {
    min-height: 290px;
    padding: 24px 20px;
  }
  .news,
  .business,
  .brands,
  .company,
  .contact,
  .subpage-main {
    padding-left: 18px;
    padding-right: 18px;
  }
  .news__header,
  .business__header,
  .brands__header,
  .company__header {
    display: block;
  }
  .news__header p,
  .business__header p,
  .brands__header p,
  .company__header p {
    margin-top: 10px;
    text-align: left;
  }
  .news__item,
  .company__row,
  .business__grid { grid-template-columns: 1fr; }
  .news__item { gap: 6px; }
  .business-card:first-child { grid-column: auto; }
  .brand-row {
    grid-template-columns: 26px 1fr;
    gap: 12px 14px;
    min-height: 0;
  }
  .brand-row__logo,
  .brand-row__desc,
  .brand-row__link { grid-column: 2; }
  .brand-row__logo {
    min-height: 90px;
    padding: 10px 12px;
  }
  .brand-row__logo img {
    max-width: 100%;
    max-height: 82px;
  }
  .company__business-list { display: block; }
  .company__business-list span {
    display: block;
    white-space: normal;
    margin-bottom: 5px;
  }
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer__top { display: block; }
  .footer__nav {
    justify-content: flex-start;
    margin-top: 18px;
  }
  .subpage-title { font-size: 34px; }
}


/* =========================================================
   BRANDS v9 — clickable visual banners
   ========================================================= */
.brand-row{
  grid-template-columns:40px minmax(380px,1.22fr) minmax(320px,.78fr);
  gap:24px;
  align-items:center;
}

.brand-row__visual-wrap{
  min-width:0;
  align-self:center;
}

.brand-row__logo-link{
  cursor:pointer;
  text-decoration:none;
  transform:translateZ(0);
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease, filter .22s ease;
}

.brand-row__logo-link:hover{
  transform:translateY(-2px);
  filter:brightness(1.04);
  box-shadow:0 12px 30px rgba(0,0,0,.09), inset 0 0 0 1px rgba(255,255,255,.035);
}

.brand-row__logo-link:focus-visible{
  outline:2px solid #111;
  outline-offset:4px;
}

.brand-row--01 .brand-row__logo-link:focus-visible,
.brand-row--03 .brand-row__logo-link:focus-visible{
  outline-color:#fff;
}

.brand-row__site-hint{
  margin:9px 0 0 2px;
  color:#777;
  font-size:10px;
  font-weight:750;
  line-height:1.5;
  letter-spacing:.08em;
  white-space:nowrap;
}

.brand-row__link{
  display:none !important;
}

@media(max-width:900px){
  .brand-row{
    grid-template-columns:34px minmax(250px,1fr) minmax(0,1fr);
    gap:18px;
  }
  .brand-row__site-hint{ margin-top:8px; }
}

@media(max-width:700px){
  .brand-row{
    grid-template-columns:26px 1fr;
    gap:12px 14px;
  }
  .brand-row__visual-wrap{ grid-column:2; }
  .brand-row__desc{ grid-column:2; }
  .brand-row__site-hint{
    margin:8px 0 0 1px;
    font-size:9px;
    letter-spacing:.07em;
    white-space:normal;
  }
}


/* =========================================================
   COMPANY v10 — RELATED ENTITY / EMALICA
   ========================================================= */
.company__row--related{
  padding-top:20px;
  padding-bottom:20px;
}
.company__related{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.company__related-name{
  display:block;
  color:#111;
  font-size:15px;
  font-weight:750;
  line-height:1.5;
}
.company__related-note{
  display:block;
  margin-top:4px;
  color:#777;
  font-size:11px;
  font-weight:500;
  line-height:1.7;
}
.company__related-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 0 6px;
  border-bottom:1px solid #111;
  color:#111;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  white-space:nowrap;
}
.company__related-link span{
  font-size:15px;
  font-weight:400;
}

@media(max-width:700px){
  .company__related{
    display:block;
  }
  .company__related-link{
    margin-top:14px;
  }
}
