@charset "UTF-8";
/*

　トップページ
----------------------------------------------- */
.h2 {
  font-family: var(--font-en);
  font-weight: 450;
  font-size: 36rem;
}
@media (width > 768px) {
  .h2 {
    margin-bottom: 45px;
  }
}
@media (width <= 768px) {
  .h2 {
    margin-bottom: 40px;
  }
}

/* メインビジュアル */
.hero {
  display: grid;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (width > 768px) {
  .hero {
    padding-inline: calc(50dvw - 635px);
    grid-template-columns: 306px 1fr;
    align-items: end;
  }
}
@media (width > 768px) and (width < 1350px) {
  .hero {
    padding-inline: 40px;
  }
}
@media (width <= 768px) {
  .hero {
    gap: 33px;
  }
  .hero .text {
    padding-inline: 40px;
  }
}
.hero h2 {
  display: grid;
  gap: 30px;
  margin-bottom: 27px;
  font-family: var(--font-en);
  font-weight: 450;
  font-size: 36rem;
}
.hero h2::after {
  content: "";
  width: 40px;
  height: 1px;
  background: currentColor;
}
.hero p {
  font-size: 18rem;
  line-height: 1.55;
}
@media (width > 768px) {
  .hero .image {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, min(360px, 24.5vw));
  }
}
@media (width <= 768px) {
  .hero .image {
    grid-row: 1/2;
  }
}
.hero .image figure {
  aspect-ratio: 361/573;
  overflow: hidden;
  opacity: 0;
  transition: opacity 2.8s;
}
@media (width <= 768px) {
  .hero .image figure {
    width: min(234px, 65vw);
    margin-inline: 6px;
  }
}
.hero .image figure:nth-child(3n+1) {
  transition-delay: 0.4s;
}
.hero .image figure:nth-child(3n+2) {
  transition-delay: 0.1s;
}
.hero .image figure:nth-child(3n+3) {
  transition-delay: 0.7s;
}
.hero .image figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  scale: 1.06;
  transition: scale 2.4s;
}
.hero.view figure {
  opacity: 1;
}
.hero.view figure img {
  scale: 1;
}

/* ABOUT */
.about {
  padding-inline: calc(50dvw - 510px);
}
@media (width < 1100px) {
  .about {
    padding-inline: 40px;
  }
}
.about {
  padding-top: 100px;
}
@media (width > 768px) {
  .about {
    margin-bottom: 190px;
  }
}
@media (width <= 768px) {
  .about {
    margin-bottom: 50px;
  }
}
.about-name {
  display: flex;
  align-items: baseline;
  gap: 1em;
  margin-bottom: 40px;
}
.about-name .en {
  font-size: 22rem;
}
.about-name .ja {
  font-weight: 500;
  font-size: 14rem;
}
.about-content {
  display: grid;
  gap: 60px;
}
@media (width > 768px) {
  .about-content {
    grid-template-columns: 22.2% 1fr;
  }
}
.about-content .en {
  line-height: 1.65;
}
.about-content .ja {
  margin-top: 2em;
  font-size: 14rem;
  line-height: 2;
}
.about-footer {
  display: flex;
}
@media (width > 768px) {
  .about-footer {
    align-items: center;
    gap: 65px;
    margin-top: 40px;
  }
}
@media (width <= 768px) {
  .about-footer {
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
  }
}
.about-footer .creative {
  display: flex;
}
@media (width > 768px) {
  .about-footer .creative {
    gap: 45px;
  }
}
@media (width <= 768px) {
  .about-footer .creative {
    flex-direction: column;
    gap: 20px;
  }
}
.about-footer .creative li {
  display: grid;
  line-height: 1.6;
}
.about-footer .creative .en {
  font-size: 19rem;
}
.about-footer .creative .ja {
  font-size: 14rem;
  font-weight: 500;
}
.about-footer .social {
  display: flex;
  gap: 25px;
  font-size: 20rem;
}

/* PRODUCE */
.produce {
  padding-inline: calc(50dvw - 510px);
}
@media (width < 1100px) {
  .produce {
    padding-inline: 40px;
  }
}
.produce {
  padding-top: 100px;
}
@media (width > 768px) {
  .produce {
    margin-bottom: 130px;
  }
}
@media (width <= 768px) {
  .produce {
    margin-bottom: 50px;
  }
}
.produce-content {
  display: grid;
}
@media (width > 768px) {
  .produce-content {
    grid-template-columns: 33.5% 1fr;
    gap: 70px;
    align-items: end;
  }
}
@media (width <= 768px) {
  .produce-content {
    gap: 55px;
  }
}
.produce h3 {
  display: grid;
  gap: 0.7em;
  margin-bottom: 45px;
}
.produce h3 .en {
  font-weight: 450;
  letter-spacing: 0;
}
.produce h3 .ja {
  color: #4A5565;
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.05em;
}
.produce p {
  line-height: 1.625;
}
.produce .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  border: 1px solid currentColor;
  width: 204px;
  height: 58px;
  font-size: 20rem;
  text-decoration: none;
}
@media (width > 768px) {
  .produce .button {
    margin-top: 45px;
  }
}
@media (width <= 768px) {
  .produce .button {
    margin-top: 35px;
  }
}

/* WORKS */
.works {
  padding-inline: calc(50dvw - 510px);
}
@media (width < 1100px) {
  .works {
    padding-inline: 40px;
  }
}
.works {
  padding-top: 100px;
}