@charset "UTF-8";
#about-detail {
  padding: 169px 0 120px;
}

.about-detail__inner {
  max-width: 980px;
  width: calc(100% - 40px);
  margin-inline: auto;
}

.about-detail__head {
  margin-bottom: 40px;
}

.about-detail__title {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3rem);
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #111;
}

.about-detail__hero {
  margin: 0 0 100px;
  overflow: hidden;
}

.about-detail__hero img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-detail__body {
  display: grid;
  gap: 40px;
}

.about-detail__block {
  display: grid;
  gap: 12px;
}

.about-detail__heading {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #111;
}

.about-detail__text {
  display: grid;
  gap: 18px;
}

.about-detail__text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 2;
  color: #111;
}

.about-detail__gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8px;
  margin-top: 110px;
}

.about-detail__gallery-main,
.about-detail__gallery-sub {
  margin: 0;
  overflow: hidden;
}

.about-detail__gallery-side {
  display: grid;
  gap: 8px;
}

.about-detail__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-detail__company {
  margin-top: 110px;
}

.about-detail__company-title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  color: #111;
}

.about-detail__table {
  border-top: 1px solid #9b9b9b;
}

.about-detail__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #9b9b9b;
}

.about-detail__label {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #111;
  margin-left: 28px;
}

.about-detail__value {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #111;
  margin-left: 48px;
}

/* 初期状態はJSで使う */
.about-detail__title,
.about-detail__hero,
.about-detail__block,
.about-detail__gallery-main,
.about-detail__gallery-sub,
.about-detail__company-title,
.about-detail__row {
  will-change: transform, opacity;
}

.about-detail__hero,
.about-detail__gallery-main,
.about-detail__gallery-sub {
  overflow: hidden;
}

@media (max-width: 768px) {
  #about-detail {
    padding: 80px 0 100px;
  }
  .about-detail__title {
    margin: 20px 0 20px;
    font-size: clamp(2.4rem, 4vw, 3rem);
  }
  .about-detail__inner {
    width: calc(100% - 24px);
  }
  .about-detail__hero {
    margin-bottom: 32px;
  }
  .about-detail__body {
    gap: 28px;
  }
  .about-detail__heading {
    font-size: 1.3rem;
  }
  .about-detail__text {
    gap: 14px;
  }
  .about-detail__text p {
    font-size: 0.9rem;
    line-height: 1.9;
  }
  .about-detail__gallery {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .about-detail__gallery-side {
    grid-template-columns: 1fr 1fr;
  }
  .about-detail__company {
    margin-top: 40px;
  }
  .about-detail__company-title {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
  .about-detail__row {
    grid-template-columns: 92px 1fr;
    gap: 16px;
    padding: 16px 0;
  }
  .about-detail__label,
  .about-detail__value {
    font-size: 0.9rem;
  }
}

/* ===============================
CONTACT
=============================== */
#contact {
  padding: 169px 0 120px;
}

.contact__inner {
  max-width: 980px;
  width: calc(100% - 48px);
  margin-inline: auto;
}

.contact__head {
  margin-bottom: 56px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.34);
}

.contact__title {
  margin: 0 0 40px;
  font-size: clamp(2.4rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #111;
}

.contact__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: rgba(17, 17, 17, 0.86);
}

.contact__form {
  display: grid;
  gap: 36px;
}

.contact__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  align-items: center;
}

.contact__row--textarea {
  align-items: start;
}

.contact__label-wrap {
  padding-top: 2px;
}

.contact__label {
  display: inline-block;
  font-size: 1.05rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #111;
}

.contact__field-wrap {
  min-width: 0;
}

.contact__input,
.contact__textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.48);
  border-radius: 8px;
  background: transparent;
  color: #111;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  appearance: none;
}

.contact__input {
  height: 58px;
  padding: 0 22px;
}

.contact__textarea {
  min-height: 280px;
  padding: 16px 22px;
  resize: vertical;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
  color: rgba(17, 17, 17, 0.42);
}

.contact__input:focus,
.contact__textarea:focus {
  outline: none;
  border-color: rgba(17, 17, 17, 0.9);
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.08);
}

.contact__actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.contact__submit {
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 64px;
  padding: 0 36px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: background-color 0.35s ease, color 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
}

.contact__submit:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

/* GSAP用 */
.contact__title,
.contact__lead,
.contact__row,
.contact__actions {
  will-change: transform, opacity;
}

@media (max-width: 768px) {
  #contact {
    padding: 80px 0 100px;
  }
  .contact__inner {
    width: calc(100% - 24px);
  }
  .contact__head {
    margin-bottom: 36px;
    padding-bottom: 22px;
  }
  .contact__title {
    margin: 20px 0 20px;
  }
  .contact__lead {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .contact__form {
    gap: 24px;
  }
  .contact__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .contact__label {
    font-size: 1rem;
  }
  .contact__input {
    height: 54px;
    padding: 0 16px;
    font-size: 0.92rem;
  }
  .contact__textarea {
    min-height: 220px;
    padding: 14px 16px;
    font-size: 0.92rem;
  }
  .contact__actions {
    margin-top: 8px;
  }
  .contact__submit {
    min-width: 180px;
    height: 56px;
    font-size: 0.9rem;
  }
}

.footer {
  position: relative;
  color: #fff;
  background-color: #0b0b0b;
  background-image: url("../img/footer-bg.webp");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  pointer-events: none;
}

.footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: calc(100% - 64px);
  margin-inline: auto;
  padding: 34px 0 18px;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 220px;
}

.footer__logo,
.footer__sublogo {
  display: inline-flex;
  width: fit-content;
}

.footer__logo img {
  display: block;
  width: auto;
  height: 42px;
}

.footer__sublogo img {
  display: block;
  width: auto;
  height: 28px;
}

.footer__nav-wrap {
  display: flex;
  justify-content: flex-end;
}

.footer__nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 18px 56px;
}

.footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__nav-item + .footer__nav-item {
  margin-top: 10px;
}

.footer__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  transition: opacity 0.3s ease;
}

.footer__nav-link:hover {
  opacity: 0.72;
}

.footer__nav-link--icon {
  gap: 10px;
}

.footer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

.footer__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__bottom {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.footer__copy {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 768px) {
  .footer__inner {
    width: calc(100% - 32px);
    padding: 28px 0 16px;
  }
  .footer__top {
    flex-direction: column;
    gap: 28px;
  }
  .footer__brand {
    gap: 14px;
  }
  .footer__logo img {
    height: 36px;
  }
  .footer__sublogo img {
    height: 24px;
  }
  .footer__nav-wrap {
    width: 100%;
    justify-content: flex-start;
  }
  .footer__nav {
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    width: 100%;
  }
  .footer__nav-link {
    font-size: 0.82rem;
  }
  .footer__bottom {
    margin-top: 28px;
  }
  .footer__copy {
    font-size: 0.68rem;
    text-align: center;
  }
}

header.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 117px;
  background-image: url("../img/bg-texture.webp");
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: height 0.35s ease, background-color 0.35s ease;
}

@media (max-width: 680px) {
  header.l-header {
    height: 72px;
  }
}

@media (max-width: 480px) {
  header.l-header {
    height: 64px;
  }
}

header.l-header .inner {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 680px) {
  header.l-header .inner {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  header.l-header .inner {
    padding: 0 16px;
  }
}

header.l-header .logo {
  margin: 0;
  line-height: 1;
  flex-shrink: 0;
}

header.l-header .logo a {
  display: inline-block;
  line-height: 1;
}

header.l-header .logo svg {
  display: block;
  width: 153px;
  height: auto;
  transition: width 0.35s ease;
}

@media (max-width: 680px) {
  header.l-header .logo svg {
    width: 108px;
  }
}

@media (max-width: 480px) {
  header.l-header .logo svg {
    width: 92px;
  }
}

header.l-header .menu-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1003;
}

@media (max-width: 680px) {
  header.l-header .menu-toggle {
    display: block;
  }
}

header.l-header .menu-toggle span {
  position: absolute;
  left: 11px;
  width: 22px;
  height: 2px;
  background: #111;
  border-radius: 999px;
  transition: transform 0.35s ease, opacity 0.25s ease;
}

header.l-header .menu-toggle span:nth-child(1) {
  top: 14px;
}

header.l-header .menu-toggle span:nth-child(2) {
  top: 21px;
}

header.l-header .menu-toggle span:nth-child(3) {
  top: 28px;
}

header.l-header .global-nav {
  margin-left: auto;
}

@media (max-width: 680px) {
  header.l-header .global-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 84vw;
    max-width: 360px;
    height: 100vh;
    padding: 86px 22px 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: auto;
    z-index: 1002;
  }
}

@media (max-width: 480px) {
  header.l-header .global-nav {
    width: 88vw;
    padding: 78px 18px 24px;
  }
}

header.l-header .main-menu {
  display: flex;
  align-items: center;
  margin: 0 24px 0 auto;
  padding: 0;
  list-style: none;
}

@media (max-width: 680px) {
  header.l-header .main-menu {
    display: block;
    width: 100%;
    margin: 0;
  }
}

header.l-header .main-menu li {
  margin: 0 10px;
}

@media (max-width: 680px) {
  header.l-header .main-menu li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateX(18px);
    transition: opacity 0.45s ease, transform 0.55s ease;
  }
}

@media (max-width: 680px) {
  header.l-header .main-menu li:nth-child(1) {
    transition-delay: 0.04s;
  }
}

@media (max-width: 680px) {
  header.l-header .main-menu li:nth-child(2) {
    transition-delay: 0.08s;
  }
}

@media (max-width: 680px) {
  header.l-header .main-menu li:nth-child(3) {
    transition-delay: 0.12s;
  }
}

@media (max-width: 680px) {
  header.l-header .main-menu li:nth-child(4) {
    transition-delay: 0.16s;
  }
}

@media (max-width: 680px) {
  header.l-header .main-menu li:nth-child(5) {
    transition-delay: 0.2s;
  }
}

@media (max-width: 680px) {
  header.l-header .main-menu li:nth-child(6) {
    transition-delay: 0.24s;
  }
}

@media (max-width: 680px) {
  header.l-header .main-menu li:nth-child(7) {
    transition-delay: 0.28s;
  }
}

header.l-header .main-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-decoration: none;
  padding: 10px 4px;
  transition: opacity 0.25s ease;
}

@media (max-width: 680px) {
  header.l-header .main-menu a {
    display: flex;
    width: 100%;
    padding: 18px 0;
    font-size: 15px;
  }
}

header.l-header .main-menu a:hover {
  opacity: 0.65;
}

header.l-header .main-menu a::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: calc(100% - 8px);
  height: 1px;
  background: #111;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

header.l-header .main-menu a:hover::after {
  transform: scaleX(1);
}

header.l-header .main-menu a[aria-current="page"]::after, header.l-header .main-menu a.is-current::after {
  transform: scaleX(1);
}

@media (max-width: 680px) {
  header.l-header .main-menu a::after {
    left: 0;
    bottom: 12px;
    width: 100%;
  }
}

header.l-header .main-menu li.insta {
  margin-left: 14px;
}

@media (max-width: 680px) {
  header.l-header .main-menu li.insta {
    margin-left: 0;
    margin-top: 14px;
    border-bottom: 0;
  }
}

header.l-header .main-menu li.insta a {
  padding: 0;
}

header.l-header .main-menu li.insta a::after {
  display: none;
}

@media (max-width: 680px) {
  header.l-header .main-menu li.insta a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
  }
}

header.l-header .main-menu li.insta img {
  display: block;
  width: 22px;
  height: 22px;
}

header.l-header .menu-overlay {
  display: none;
}

@media (max-width: 680px) {
  header.l-header .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.26);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1001;
  }
}

header.l-header.is-open .global-nav {
  transform: translateX(0);
}

header.l-header.is-open .menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

header.l-header.is-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

header.l-header.is-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

header.l-header.is-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 680px) {
  header.l-header.is-open .main-menu li {
    opacity: 1;
    transform: translateX(0);
  }
}

header.l-header.is-compact {
  height: 84px;
}

@media (max-width: 680px) {
  header.l-header.is-compact {
    height: 64px;
  }
}

@media (max-width: 480px) {
  header.l-header.is-compact {
    height: 56px;
  }
}

header.l-header.is-compact .logo svg {
  width: 128px;
}

@media (max-width: 680px) {
  header.l-header.is-compact .logo svg {
    width: 96px;
  }
}

@media (max-width: 480px) {
  header.l-header.is-compact .logo svg {
    width: 82px;
  }
}

/* ===============================
LOADING / MELTING SVG LOGO
=============================== */
.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #111;
}

.loading.is-hidden {
  pointer-events: none;
}

.loading__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 24%, rgba(255, 255, 255, 0) 48%), #111;
}

.loading__center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  max-width: 52vw;
  transform: translate(-50%, calc(-50% - 10px));
  z-index: 3;
}

.loading__logo-wrap {
  transform: translateY(-10px);
}

.loading__logo {
  display: block;
  width: 120px;
  height: auto;
}

.loading__logo-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.loading__logo-main,
.loading__logo-steam {
  transform-origin: 50% 50%;
  transform-box: fill-box;
  will-change: transform, opacity, filter;
}

.loading__logo-steam {
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(6px);
}

.loading__logo-piece {
  transform-origin: 50% 50%;
  transform-box: fill-box;
  will-change: transform, opacity, filter;
}

@media (max-width: 768px) {
  .loading__center {
    width: 140px;
    max-width: 58vw;
  }
  .loading__logo {
    width: 96px;
  }
}

/* ===============================
NEWS DETAIL
=============================== */
#news-detail {
  padding: 169px 0 120px;
}

.news-detail__inner {
  max-width: 960px;
  width: calc(100% - 48px);
  margin-inline: auto;
}

.news-detail__hero {
  margin: 0 0 28px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}

.news-detail__hero img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-detail__meta {
  margin-bottom: 14px;
}

.news-detail__date {
  display: block;
  font-size: 0.82rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: rgba(17, 17, 17, 0.68);
}

.news-detail__header {
  margin: 20px auto 32px;
}

.news-detail__head {
  margin: 32px 0;
}

.news-detail__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #111;
}

.news-detail__content {
  display: grid;
  gap: 28px;
}

.news-detail__content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 2;
  letter-spacing: 0.01em;
  color: rgba(17, 17, 17, 0.88);
}

.news-detail__recent {
  margin-top: 96px;
}

.news-detail__recent-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #111;
}

.news-detail__recent-list {
  max-width: 760px;
  margin-inline: auto;
  border-top: 1px solid rgba(17, 17, 17, 0.28);
}

.news-detail__recent-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.28);
  text-decoration: none;
  color: #111;
  transition: opacity 0.3s ease;
}

.news-detail__recent-item:hover {
  opacity: 0.72;
}

.news-detail__recent-date {
  display: block;
  font-size: 0.68rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: rgba(17, 17, 17, 0.62);
  white-space: nowrap;
}

.news-detail__recent-text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.82);
}

.news-detail__footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.news-detail__footer {
  margin-top: 60px;
  text-align: center;
}

.news-detail__back {
  display: inline-flex;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 56px;
  padding: 0 40px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}

.news-detail__back:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

/* GSAP用 */
.news-detail__recent-title,
.news-detail__recent-item,
.news-detail__back {
  will-change: transform, opacity;
}

/* ===============================
RESPONSIVE
=============================== */
@media (max-width: 768px) {
  #news-detail {
    padding: 72px 0 88px;
  }
  .news-detail__inner {
    width: calc(100% - 24px);
  }
  .news-detail__hero {
    margin-bottom: 20px;
  }
  .news-detail__meta {
    margin-bottom: 10px;
  }
  .news-detail__date {
    font-size: 0.76rem;
  }
  .news-detail__header {
    margin-bottom: 24px;
  }
  .news-detail__title {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .news-detail__content {
    gap: 22px;
  }
  .news-detail__content p {
    font-size: 0.92rem;
    line-height: 1.9;
  }
  .news-detail__recent {
    margin-top: 64px;
  }
  .news-detail__recent-title {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .news-detail__recent-list {
    max-width: none;
  }
  .news-detail__recent-item {
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
    padding: 12px 0;
  }
  .news-detail__recent-date {
    font-size: 0.72rem;
  }
  .news-detail__recent-text {
    font-size: 0.82rem;
    line-height: 1.65;
  }
  .news-detail__footer {
    margin-top: 24px;
  }
  .news-detail__back {
    min-width: 120px;
    height: 38px;
    font-size: 0.76rem;
  }
}

/* ===============================
NEWS DETAIL / RECENT NEWS
=============================== */
#news-detail {
  padding: 96px 0 120px;
}

.news-detail__inner {
  max-width: 1120px;
  width: calc(100% - 48px);
  margin-inline: auto;
}

/* ===============================
RECENT NEWS
=============================== */
.news-detail__recent {
  margin-top: 120px;
}

.news-detail__recent-title {
  margin: 0 0 44px;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #111;
}

.news-detail__recent-list {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.news-detail__recent-item {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #111;
  transition: opacity 0.4s ease, transform 0.4s ease, background-color 0.4s ease;
}

.news-detail__recent-item:hover {
  opacity: 0.72;
  transform: translateY(-2px);
}

.news-detail__recent-date {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.6);
}

.news-detail__recent-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.86);
  word-break: break-word;
  transition: transform 0.4s ease;
}

.news-detail__recent-item:hover .news-detail__recent-text {
  transform: translateX(6px);
}

/* ===============================
BACK BUTTON
=============================== */
.news-detail__footer {
  margin-top: 60px;
  text-align: center;
}

.news-detail__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 56px;
  padding: 0 40px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}

.news-detail__back:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

/* GSAP用 */
.news-detail__recent-title,
.news-detail__recent-item,
.news-detail__back {
  will-change: transform, opacity;
}

/* ===============================
RESPONSIVE
=============================== */
@media (max-width: 768px) {
  #news-detail {
    padding: 72px 0 88px;
  }
  .news-detail__inner {
    width: calc(100% - 24px);
  }
  .news-detail__recent {
    margin-top: 72px;
  }
  .news-detail__recent-title {
    margin-bottom: 28px;
    font-size: 1.7rem;
  }
  .news-detail__recent-item {
    padding: 14px 0;
  }
  .news-detail__recent-date {
    font-size: 11px;
  }
  .news-detail__recent-text {
    font-size: 13px;
    line-height: 1.65;
  }
  .news-detail__recent-item:hover {
    transform: none;
  }
  .news-detail__recent-item:hover .news-detail__recent-text {
    transform: none;
  }
  .news-detail__footer {
    margin-top: 36px;
  }
  .news-detail__back {
    min-width: 150px;
    height: 50px;
    padding: 0 28px;
    font-size: 12px;
  }
}

/* ===============================
NEWS ARCHIVE
=============================== */
#news-archive {
  padding: 169px 0 120px;
}

.news-archive__inner {
  max-width: 1100px;
  width: 92%;
  margin-inline: auto;
}

.news-archive__title {
  font-size: clamp(2.4rem, 4vw, 3rem);
  letter-spacing: 0.04em;
  margin: 0 0 40px;
  font-weight: 400;
}

/* LIST */
.news-archive__list {
  border-top: 1px solid rgba(17, 17, 17, 0.4);
}

.news-archive__item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: stretch;
  padding: 30px 15px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.32);
  text-decoration: none;
  color: inherit;
  transition: background 0.4s ease;
  will-change: transform, opacity;
  cursor: pointer;
}

.news-archive__item:hover {
  background: rgba(0, 0, 0, 0.03);
}

/* THUMB */
.news-archive__thumb {
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.news-archive__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.19, 0.8, 0.3, 1);
  will-change: transform;
}

.news-archive__item:hover .news-archive__thumb img {
  transform: scale(1.035);
}

/* BODY */
.news-archive__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.news-archive__date {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  opacity: 0.6;
  margin-bottom: 6px;
  display: block;
}

.news-archive__item-title {
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  margin: 0 0 10px;
  line-height: 1.5;
}

.news-archive__excerpt {
  font-size: 0.9rem;
  line-height: 1.75;
  opacity: 0.72;
  margin: 0;
}

/* PAGINATION */
.news-archive__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 80px;
}

.news-archive__page {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(17, 17, 17, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-decoration: none;
  color: inherit;
  transition: 0.35s;
}

.news-archive__page--current,
.news-archive__page.is-current {
  background: #7d2d2d;
  color: #fff;
  border-color: #7d2d2d;
}

.news-archive__page:hover {
  transform: translateY(-2px);
}

/* ===============================
RESPONSIVE
=============================== */
@media (max-width: 768px) {
  #news-archive {
    padding: 80px 0 100px;
  }
  .news-archive__title {
    margin: 20px 0 20px;
  }
  .news-archive__inner {
    width: calc(100% - 24px);
  }
  .news-archive__item {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .news-archive__thumb {
    height: 180px;
  }
}

/* ===============================
PRIVACY POLICY
このページだけに適用
=============================== */
body.privacy-policy {
  font-size: 16px;
  line-height: 2;
  color: rgba(17, 17, 17, 0.88);
}

body.privacy-policy .site-main {
  padding: 100px 0 120px;
}

@media (max-width: 768px) {
  body.privacy-policy .site-main {
    padding: 80px 0 100px;
  }
}

body.privacy-policy article.page,
body.privacy-policy article.page .entry-content {
  max-width: 980px;
  width: calc(100% - 48px);
  margin-inline: auto;
}

@media (max-width: 768px) {
  body.privacy-policy article.page,
  body.privacy-policy article.page .entry-content {
    width: calc(100% - 24px);
  }
}

body.privacy-policy article.page {
  color: #111;
}

@media (max-width: 768px) {
  body.privacy-policy {
    font-size: 0.95rem;
    line-height: 1.9;
  }
}

body.privacy-policy > *:first-child {
  margin-top: 0;
}

body.privacy-policy p {
  margin: 0 0 18px;
}

body.privacy-policy ul,
body.privacy-policy ol {
  margin: 0 0 24px;
  padding-left: 1.4em;
}

body.privacy-policy li {
  margin-bottom: 8px;
}

body.privacy-policy a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

body.privacy-policy strong {
  font-weight: 700;
}

body.privacy-policy hr {
  border: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.34);
  margin: 40px 0;
}

body.privacy-policy h1,
body.privacy-policy h2,
body.privacy-policy h3,
body.privacy-policy h4 {
  color: #111;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

body.privacy-policy h1 {
  margin: 0 0 40px;
  font-size: clamp(2.4rem, 4vw, 3rem);
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.34);
}

@media (max-wCidth: 768px) {
  body.privacy-policy h1 {
    margin: 20px 0 20px;
    padding-bottom: 22px;
  }
}

body.privacy-policy h2 {
  margin: 64px 0 24px;
  font-size: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.34);
}

@media (max-width: 768px) {
  body.privacy-policy h2 {
    margin: 40px 0 18px;
    font-size: 22px;
    padding-bottom: 14px;
  }
}

body.privacy-policy h3 {
  margin: 36px 0 16px;
  font-size: 1.35rem;
}

@media (max-width: 768px) {
  body.privacy-policy h3 {
    margin: 28px 0 14px;
    font-size: 1.2rem;
  }
}

body.privacy-policy h4 {
  margin: 28px 0 12px;
  font-size: 1.05rem;
}

body.privacy-policy table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 32px;
}

body.privacy-policy th,
body.privacy-policy td {
  padding: 16px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.24);
  text-align: left;
  vertical-align: top;
}

body.privacy-policy blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 2px solid #111;
  background: rgba(0, 0, 0, 0.03);
}

/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, li {
  margin: 0;
}

ul[role="list"], ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  background-image: url("../img/bg-texture.webp");
  background-repeat: repeat;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

section#top {
  height: calc(100vh - 117px);
  width: 100%;
  margin-top: 110px;
}

section#top .js-trigger {
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 24px;
}

section#top .js-trigger .js-box {
  background-color: red;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

section#top .fixed-kv {
  margin-bottom: 20px;
  height: 35%;
  overflow: hidden;
}

.kv-slide,
.kv-slide__bg,
.kv-slide__bg img {
  backface-visibility: hidden;
}

.kv__slider,
.kv .swiper-wrapper,
.kv .swiper-slide {
  width: 100%;
  height: 64%;
}

.kv-slide {
  position: relative;
  overflow: hidden;
}

.kv-slide__bg {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.kv-slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  will-change: transform;
}

.kv-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.24) 40%, rgba(0, 0, 0, 0.38) 100%);
}

.kv-slide__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8rem 6rem 7rem;
}

.kv-slide__content {
  max-width: 760px;
  color: #fff;
}

.kv-slide__eyebrow,
.kv-slide__title,
.kv-slide__text,
.kv-slide__action {
  opacity: 0;
  transform: translateY(24px);
}

.kv-slide__eyebrow {
  margin: 0;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.8;
}

.kv-slide__title {
  margin: 1rem 0 0;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.kv-slide__text {
  margin: 1.5rem 0 0;
  max-width: 36rem;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.8;
}

.kv-slide__action {
  margin-top: 2rem;
}

.kv-slide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 52px;
  padding: 0 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  text-decoration: none;
  background: transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.kv-slide__button:hover,
.kv-slide__button:focus-visible {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.kv__ui {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  pointer-events: none;
}

.kv__meta,
.kv__nav {
  pointer-events: auto;
}

.kv__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #fff;
}

.kv__fraction {
  display: flex;
  align-items: baseline;
  gap: 0.3em;
  flex: 0 0 auto;
  min-width: 76px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.kv__current,
.kv__total {
  display: inline-block;
  min-width: 2ch;
}

.kv__slash {
  opacity: 0.5;
}

.kv__progress {
  position: relative;
  flex: 1 1 auto;
  height: 1px;
  overflow: hidden;
  width: 220px;
  background: rgba(255, 255, 255, 0.25);
}

.kv__progress-bar {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  background: #fff;
}

.kv__nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.kv__prev,
.kv__next {
  appearance: none;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.kv__prev:hover,
.kv__next:hover,
.kv__prev:focus-visible,
.kv__next:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.95);
}

.kv__prev span,
.kv__next span {
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 1024px) {
  .kv-slide__inner {
    padding: 7rem 3rem 6.5rem;
  }
}

@media (max-width: 768px) {
  section#top {
    margin-top: 17px;
  }
  .kv {
    min-height: 560px;
  }
  .kv-slide__inner {
    align-items: flex-end;
    padding: 6.5rem 1.25rem 7rem;
  }
  .kv-slide__title {
    font-size: clamp(2.3rem, 12vw, 4rem);
  }
  .kv-slide__text {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .kv__ui {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    align-items: flex-end;
    gap: 1rem;
  }
  .kv__meta {
    min-width: 0;
    flex: 1 1 auto;
    gap: 1rem;
  }
  .kv__fraction {
    min-width: 62px;
    font-size: 0.9rem;
  }
  .kv__prev,
  .kv__next {
    width: 48px;
    height: 48px;
  }
}

/* about */
section#about.about {
  padding: 97px 0 48px;
}

section#about.about .about-inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin-inline: auto;
}

section#about.about .about-inner h2 {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 36px;
}

section#about.about .about-inner .txt p {
  font-size: 16px;
  line-height: 35px;
}

/* news */
#news {
  padding: 80px 0 48px;
}

.news__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin-inline: auto;
}

.news__head {
  margin-bottom: 40px;
}

.news__title-wrap {
  position: relative;
  display: inline-block;
  padding: 18px 20px 14px 18px;
  overflow: visible;
}

.news__title {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 0.9;
}

.news__title-text {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.news__title-frame {
  position: absolute;
  top: -5px;
  left: -30px;
  width: 132%;
  height: 134%;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
  transform-origin: center center;
}

.news__title-frame-rect {
  fill: none;
  stroke: rgba(0, 0, 0, 0.8);
  stroke-width: 1.2;
  stroke-dasharray: 10 6;
  stroke-linecap: square;
  vector-effect: non-scaling-stroke;
}

.news__list {
  border-top: 1px solid #7a7a7a;
}

.news__item {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  padding: 38px 0;
  border-bottom: 1px solid #7a7a7a;
  text-decoration: none;
  color: #111;
  transition: background 0.4s ease;
}

.news__date {
  font-size: 1rem;
  white-space: nowrap;
  margin-left: 40px;
}

.news__text-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.news__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  transition: transform 0.45s cubic-bezier(0.19, 0.8, 0.3, 1);
}

.news__arrow {
  position: absolute;
  right: 0;
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.19, 0.8, 0.3, 1);
}

.news__item:hover .news__text {
  transform: translateX(18px);
}

.news__item:hover .news__arrow {
  opacity: 1;
  transform: translateX(0);
}

.news__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}

.news__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 60px;
  border-radius: 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: 16px;
  transition: 0.3s;
  border: 1px solid #000;
}

.news__button:hover {
  background: transparent;
  color: #000;
}

@media (max-width: 768px) {
  section#about.about {
    padding: 80px 0 10px;
  }
  section#about.about .about-inner h2 {
    font-size: 28px;
  }
  .news__inner {
    width: calc(100% - 24px);
  }
  .news__head {
    margin-bottom: 28px;
  }
  .news__title-wrap {
    padding: 10px 14px 10px 10px;
  }
  .news__title {
    font-size: 34px;
    letter-spacing: 0.04em;
    line-height: 0.92;
  }
  .news__title-frame {
    width: 108%;
    height: 108%;
    top: 0;
    left: 0;
  }
  .news__item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }
  .news__date {
    margin-left: 0;
    font-size: 0.95rem;
  }
  .news__text-wrap {
    margin-left: 0;
  }
  .news__text {
    transform: none !important;
  }
  .news__arrow {
    display: none;
  }
  .news__button {
    min-width: 180px;
    height: 56px;
    border-radius: 16px;
  }
}

/* product */
#products {
  padding: 88px 0 64px;
}

.products__inner {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin-inline: auto;
}

.products__head {
  margin-bottom: 36px;
}

.products__title {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #111;
}

.products__main {
  display: block;
  border-bottom: 1px solid #d3d3d3;
  padding: 0px 0 60px 0;
  margin-bottom: 60px;
}

.products__hero {
  margin: 0;
}

.products__hero img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.products__content {
  margin-top: 48px;
}

.products__name {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin-left: 8px;
}

.products__description {
  margin: 18px 0 0 8px;
  max-width: 760px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.products__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.products__thumb {
  margin: 0;
  background: rgba(255, 255, 255, 0.32);
}

.products__thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.products__meta {
  margin-top: 22px;
  display: flex;
}

.products__spec {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #111;
}

.products__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
  margin-left: auto;
}

.products__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 60px;
  border-radius: 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: 16px;
  transition: 0.3s;
  border: 1px solid #000;
}

.products__button:hover {
  background-color: transparent;
  color: #000;
}

@media (max-width: 1024px) {
  .products__content {
    margin-top: 40px;
  }
  .products__gallery {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  #products {
    padding: 64px 0 48px;
  }
  .products__inner {
    width: calc(100% - 24px);
  }
  .products__head {
    margin-bottom: 24px;
  }
  .products__content {
    margin-top: 28px;
  }
  .products__name {
    font-size: 24px;
  }
  .products__description {
    margin-top: 14px;
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .products__gallery {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }
  .products__meta {
    margin-top: 18px;
  }
  .products__spec {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .products__footer {
    margin-top: 24px;
  }
  .products__button {
    min-width: 190px;
    height: 56px;
    border-radius: 16px;
    font-size: 1rem;
  }
}

#product-list {
  padding: 0px 0 200px;
}

.product-list__inner {
  max-width: 1180px;
  width: calc(100% - 40px);
  margin-inline: auto;
}

.product-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #111;
  background: rgba(255, 255, 255, 0.44);
  padding: 22px 22px 18px;
}

.product-card__image {
  margin: 0;
  background: rgba(255, 255, 255, 0.65);
}

.product-card__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-card__body {
  padding-top: 16px;
}

.product-card__title {
  margin: 0 0 14px;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #111;
}

.product-card__meta {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.6px;
  color: #111;
}

.product-list__footer {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.product-list__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 60px;
  border-radius: 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: 16px;
  transition: 0.3s;
  border: 1px solid #000;
}

.product-list__button:hover {
  background: transparent;
  color: #000;
}

.product-card,
.product-list__footer {
  opacity: 0;
  transform: translateY(32px);
}

@media (max-width: 1100px) {
  .product-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #product-list {
    padding: 0px 0 72px;
  }
  .product-list__inner {
    width: calc(100% - 24px);
  }
  .product-list__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .product-card {
    padding: 16px 16px 14px;
  }
  .product-card__body {
    padding-top: 12px;
  }
  .product-card__title {
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
  }
  .product-card__meta {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .product-list__footer {
    margin-top: 32px;
  }
  .product-list__button {
    min-width: 200px;
    height: 58px;
    border-radius: 16px;
    font-size: 1rem;
  }
}

/* gallery */
#gallery {
  padding: 0 0 240px;
}

.gallery__inner {
  max-width: 1180px;
  width: calc(100% - 40px);
  margin-inline: auto;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 上2枚 */
.gallery__item--square {
  aspect-ratio: 560 / 600;
  /* 少し縦長 */
}

/* 森 */
.gallery__item--wide {
  grid-column: 1 / -1;
  aspect-ratio: 2.35 / 1;
}

/* 中段2枚 */
.gallery__item--middle {
  aspect-ratio: 560 / 399;
}

/* 空 */
.gallery__item--full {
  grid-column: 1 / -1;
  aspect-ratio: 2.45 / 1;
}

/* 下2枚 */
.gallery__item--bottom {
  aspect-ratio: 560 / 400;
}

@media (max-width: 768px) {
  #gallery {
    padding: 48px 0 72px;
  }
  .gallery__inner {
    width: calc(100% - 24px);
  }
  .gallery__grid {
    gap: 4px;
  }
  .gallery__item--wide {
    grid-column: 1 / -1;
    aspect-ratio: 2.1 / 1;
  }
  .gallery__item--full {
    grid-column: 1 / -1;
    aspect-ratio: 2.2 / 1;
  }
}

/*# sourceMappingURL=style.css.map */