:root {
  --c-text: #1c1c1c;
  --c-muted: #767676;
  --c-line: #dedede;
  --c-line-strong: #1c1c1c;
  --c-bg: #ffffff;
  --c-bg-soft: #f6f6f5;
  --c-red: #c0392b;
  --font-jp: "Hiragino Sans", "Yu Gothic", sans-serif;
  --font-en: "Jost", sans-serif;
  --w-container: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--c-text);
  background: var(--c-bg);
  font-family: var(--font-jp);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .04em;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; transition: opacity .25s; }
a:hover { opacity: .6; }
img { display: block; max-width: 100%; height: auto; }
ul { margin: 0; padding: 0; list-style: none; }
.container { max-width: var(--w-container); margin: 0 auto; padding: 0 24px; }
section { overflow: hidden; }
.ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 180px;
  color: #888;
  background: linear-gradient(135deg, #e6e6e3 25%, transparent 25%, transparent 50%, #e6e6e3 50%, #e6e6e3 75%, transparent 75%) 0 0/28px 28px, #efefed;
}
.ph--dark {
  color: #bbb;
  background: linear-gradient(135deg, #2e2e2e 25%, transparent 25%, transparent 50%, #2e2e2e 50%, #2e2e2e 75%, transparent 75%) 0 0/28px 28px, #262626;
}
.fadein {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.fadein.is-view {
  opacity: 1;
  transform: translateY(0);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s;
}
.header.is-scrolled {
  background: rgba(255,255,255,.94);
  border-bottom-color: var(--c-line);
  backdrop-filter: blur(8px);
}
.header__inner, .lowPage__headerContainer, .footer__copyContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header__inner { max-width: 1400px; margin: 0 auto; padding: 0 28px; height: 76px; }
.header__logo, .footer__logo { font-family: var(--font-en); font-weight: 600; letter-spacing: .12em; }
.header__logo { font-size: 22px; }
.header__logo small { display: block; font-size: 10px; font-weight: 500; letter-spacing: .28em; color: var(--c-muted); }
.gNav__list, .breadcrumb__list, .fNav__list, .works_search, .brandProjectsList, .productContentList, .relatedArticlesList, .blog_list, .photoGrid, .topWorkList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.gNav__list { align-items: center; gap: 26px; }
.gNav__list a { font-size: 13.5px; font-weight: 500; }
.ham { display: none; background: none; border: 0; padding: 10px; }
.ham__bar { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--c-text); transition: background .3s; }
.home .header:not(.is-scrolled) .header__logo,
.home .header:not(.is-scrolled) .header__logo small,
.home .header:not(.is-scrolled) .gNav__list a {
  color: #fff;
}
.home .header:not(.is-scrolled) .ham__bar {
  background: #fff;
}
.footer { background: #1c1c1c; color: #eee; margin-top: 80px; }
.footer__container { display: grid; grid-template-columns: minmax(0, 1.35fr) 300px 1fr; gap: 60px; padding: 72px 24px 56px; }
.footer__cta {
  padding: 30px 32px;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
}
.footer__ctaLead {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .08em;
}
.footer__ctaText {
  margin: 16px 0 0;
  color: rgba(255,255,255,.76);
}
.footer__ctaActions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.footer__cta .arrowBtn {
  color: #fff;
  border-color: rgba(255,255,255,.4);
}
.footer__cta .arrowBtn:hover {
  color: var(--c-text);
  background: #fff;
}
.footer__copy { border-top: 1px solid #3a3a3a; }
.footer__copyContainer { padding: 20px 24px; color: #999; }
.lowPage__headerContainer { padding-top: 44px; padding-bottom: 36px; align-items: flex-end; flex-wrap: wrap; }
.lowPage__ttlEn { display: block; font-family: var(--font-en); font-size: clamp(36px,5vw,54px); }
.lowPage__ttlJp { display: block; font-size: 13px; color: var(--c-muted); }
.lowPage__fig { min-height: 260px; }
.breadcrumb__item { font-size: 12px; color: var(--c-muted); }
.breadcrumb__item:not(:last-child)::after { content: "/"; margin-left: 8px; }
.rowTtl__en, .catalog__enTtl, .brandsCol2Ttl__en, .companyTtl__en {
  display: block;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3em;
  color: var(--c-muted);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.rowTtl__jp, .brandsCol2Ttl__jp, .companyTtl__jp { font-size: clamp(24px, 3vw, 32px); font-weight: 700; line-height: 1.55; letter-spacing: .08em; }
.arrowBtn, .moreBtn__link, .catalog__navItemLink, .company__navItemLink, .page-numbers {
  display: inline-block;
  border: 1px solid var(--c-line-strong);
  min-width: 230px;
  padding: 14px 52px 14px 22px;
  border-radius: 2px;
  position: relative;
  font-size: 13.5px;
  font-weight: 500;
  transition: background .25s, color .25s;
}
.arrowBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 24px;
  height: 1px;
  background: currentColor;
}
.arrowBtn::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 18px;
  width: 9px;
  height: 1px;
  background: currentColor;
  transform: rotate(38deg);
  transform-origin: right center;
}
.arrowBtn:hover {
  color: #fff;
  background: var(--c-line-strong);
  opacity: 1;
}
.brandProjectsList, .productContentList { display: grid; grid-template-columns: repeat(3, 1fr); }
.relatedArticlesList, .blog_list { display: grid; grid-template-columns: repeat(3, 1fr); }
.relatedArticlesList__fig, .brandProjectsList__fig, .productContentList__fig, .topBrands__fig, .topWorkList__fig { overflow: hidden; background: #e8e8e6; }
.brandProjectsList__fig, .productContentList__fig, .topWorkList__fig { aspect-ratio: 4/3; }
.relatedArticlesList__fig, .topBrands__fig { aspect-ratio: 16/9; }
.relatedArticlesList__head, .brandProjectsList__head, .productContentList__head { font-size: 15px; font-weight: 700; margin-top: 12px; }
.relatedArticles_wrap, .topBrand, .philosophy, .contactBlock { background: var(--c-bg-soft); }
.works_search, .contactForm__dl, .catalogPdfForm__dl, .companyData__dl, .history__dl {
  border-bottom: 1px solid var(--c-line);
}
.works_searchListWrap, .modal { display: none; }
.works_searchListWrap.is-open, .modal.is-open { display: block; }
.news__pageNation { margin-top: 56px; }
.contentBlock, .productsDtl__container, .catalog__container, .brands__container, .contact__container, .company__container, .news__container { padding-top: 56px; padding-bottom: 110px; }
.is-hidden { display: none; }
.faqPage__lead {
  margin-bottom: 40px;
}
.faqPage__list {
  display: grid;
  gap: 14px;
}
.faqPage__item {
  border: 1px solid var(--c-line);
  background: #fff;
}
.faqPage__question {
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.faqPage__question::-webkit-details-marker {
  display: none;
}
.faqPage__answer {
  padding: 0 24px 20px;
  color: var(--c-muted);
}
@media (max-width: 960px) {
  .header__nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px 28px 28px;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--c-line);
  }
  .header__nav.is-open {
    display: block;
  }
  .gNav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .gNav__list a,
  .home .header:not(.is-scrolled) .gNav__list a {
    color: var(--c-text);
  }
  .ham { display: block; }
  .footer__container { grid-template-columns: 1fr; gap: 40px; }
  .footer__cta { padding: 24px; }
  .brandProjectsList, .productContentList, .relatedArticlesList, .blog_list { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  .fadein { opacity: 1; transform: none; }
  .topMv__catch .in { transform: none; }
}
