.topMv {
  position: relative;
  min-height: 620px;
  height: 100svh;
}
.topMv__swiper,
.topMv__item,
.topMv__fig {
  position: absolute;
  inset: 0;
}
.topMv__item {
  opacity: 0;
  transition: opacity 1s linear;
}
.topMv__item.is-active {
  opacity: 1;
}
.topMv__fig .ph {
  min-height: 100%;
  font-size: 13px;
}
.topMv__img,
.topAbout__img,
.topDesigner__bgImg,
.topOthers__img,
.topHeadNews__fig img,
.topBrands__img,
.topProductList__img,
.blogList__img,
.topWorkList__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topMv__catch {
  position: absolute;
  top: 50%;
  left: 6vw;
  z-index: 3;
  transform: translateY(-56%);
  color: #fff;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: .02em;
  text-shadow: 0 2px 30px rgba(0,0,0,.25);
}
.topMv__catchMd,
.topMv__catchLight,
.topMv__catchBtm {
  display: block;
  overflow: hidden;
  font-size: clamp(44px, 7.4vw, 104px);
}
.topMv__catchLight {
  font-weight: 300;
}
.topMv__catch .in {
  display: inline-block;
  transform: translateY(110%);
  animation: catchIn .9s cubic-bezier(.2,.7,.2,1) forwards;
}
.topMv__catchLight .in {
  animation-delay: .15s;
}
.topMv__catchBtm .in {
  animation-delay: .3s;
}
.topMv__catchDesc {
  display: block;
  margin-top: 26px;
  overflow: hidden;
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2em;
}
.topMv__catchDesc .in {
  animation-delay: .5s;
}
.topMv__bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 6vw;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.35), transparent);
}
.topMv__names {
  display: flex;
  gap: 34px;
}
.topMv__namesItem {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 0;
  color: inherit;
  list-style: none;
  opacity: .55;
  cursor: pointer;
  transition: opacity .3s;
}
.topMv__namesItem:focus-visible,
.topMv__pagination-bullet:focus-visible {
  outline: 1px solid rgba(255,255,255,.9);
  outline-offset: 4px;
}
.topMv__namesItem.is-active {
  opacity: 1;
}
.topMv__namesItemNum {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
}
.topMv__namesItemText {
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: lowercase;
}
.topMv__pagination {
  display: flex;
  gap: 10px;
}
.topMv__pagination-bullet {
  display: block;
  width: 26px;
  height: 2px;
  background: rgba(255,255,255,.4);
  cursor: pointer;
  transition: background .3s;
}
.topMv__pagination-bullet.active {
  background: #fff;
}
.topHeadNews {
  position: absolute;
  right: 0;
  bottom: 64px;
  z-index: 4;
  width: min(420px, 86vw);
}
.topHeadNews__inner {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: rgba(255,255,255,.96);
}
.topHeadNews__fig {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.topHeadNews__fig .ph {
  min-height: 100%;
}
.topHeadNews__ttl {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .03em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.topHeadNews__info {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
}
.topHeadNews__text {
  min-width: 0;
}
.topHeadNews__date {
  font-family: var(--font-en);
  font-size: 11px;
  color: var(--c-muted);
  letter-spacing: .08em;
}
.topHeadNews__cat {
  font-size: 10.5px;
  color: var(--c-muted);
}
.topScrollTxt {
  position: absolute;
  bottom: 0;
  left: calc(6vw - 6px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  color: #fff;
}
.topScrollTxt .txt {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: .22em;
  writing-mode: vertical-rl;
}
.topScrollTxt .bar {
  position: relative;
  width: 1px;
  height: 64px;
  overflow: hidden;
  background: rgba(255,255,255,.5);
}
.topScrollTxt .bar::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: scrollBar 2s ease-in-out infinite;
}
.topAbout {
  padding: 130px 0 110px;
}
.topEntry {
  padding: 110px 0 72px;
  background:
    radial-gradient(circle at top left, rgba(205, 221, 214, .55), transparent 34%),
    linear-gradient(180deg, #fbfaf7 0%, #f4f1eb 100%);
}
.topEntry__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 40px;
  align-items: end;
  margin-bottom: 38px;
}
.topEntry__lead,
.topJourney__lead {
  color: #4f4a45;
}
.topEntry__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.topEntryCard {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(28, 28, 28, .08);
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 46px rgba(40, 35, 28, .08);
}
.topEntryCard__label,
.topJourneyStep__number {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
  color: var(--c-muted);
}
.topEntryCard__title,
.topJourneyStep__title {
  margin: 0;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: .06em;
}
.topEntryCard__text,
.topJourneyStep__text {
  margin: 0;
  color: #4f4a45;
}
.topEntryCard .arrowBtn {
  margin-top: auto;
}
.topJourney {
  padding: 0 0 120px;
  background:
    linear-gradient(180deg, #f4f1eb 0%, #ffffff 48%, #ffffff 100%);
}
.topJourney__intro {
  max-width: 760px;
  margin-bottom: 40px;
}
.topJourney__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.topJourneyStep {
  position: relative;
  min-height: 100%;
  padding: 30px 28px;
  border-top: 2px solid #1c1c1c;
  background: #fff;
  box-shadow: 0 14px 36px rgba(30, 26, 21, .06);
}
.topJourneyStep::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -13px;
  width: 26px;
  height: 1px;
  background: rgba(28, 28, 28, .2);
}
.topJourneyStep:last-child::after {
  display: none;
}
.topJourney__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}
.topAbout__container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}
.topAbout__pictures {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
}
.topAbout__fig {
  overflow: hidden;
}
.topAbout__fig:nth-child(1) {
  grid-column: 1 / 9;
  aspect-ratio: 4 / 3;
}
.topAbout__fig:nth-child(2) {
  grid-column: 7 / 13;
  margin-top: -22%;
  aspect-ratio: 1 / 1;
}
.topAbout__fig:nth-child(3) {
  grid-column: 2 / 8;
  margin-top: -14%;
  aspect-ratio: 4 / 3;
}
.topAbout__fig .ph {
  min-height: 100%;
}
.topAbout__img {
  display: block;
}
.topAbout__desc,
.topBrand__desc,
.topProduct__intro,
.topBlog__desc,
.topWork__desc {
  color: #333;
}
.topAbout__desc {
  margin: 26px 0 36px;
}
.topBrand {
  padding: 110px 0;
  background: var(--c-bg-soft);
}
.topBrand__desc {
  margin: 22px 0 40px;
}
.topBrands__list {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  padding-bottom: 14px;
  margin-bottom: 36px;
  scroll-snap-type: x mandatory;
}
.topBrands__list::-webkit-scrollbar,
.topBrandRecordSlider__list::-webkit-scrollbar {
  height: 4px;
}
.topBrands__list::-webkit-scrollbar-thumb {
  background: #c9c9c9;
}
.topBrands__item {
  flex: 0 0 min(340px, 74vw);
  scroll-snap-align: start;
}
.topBrands__fig {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e8e8e6;
}
.topBrands__head {
  margin-top: 12px;
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .1em;
}
.topProduct {
  padding: 120px 0 0;
}
.topProduct__text,
.topWork__text {
  padding: 0 24px;
  margin-bottom: 56px;
  text-align: center;
}
.topProduct__intro,
.topWork__desc {
  margin-top: 22px;
}
.topProductList,
.topWorkList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 28px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}
.topProductList__item,
.blogList__item {
  position: relative;
}
.topProductList__item_is_new::before,
.topProductList__item_is_pickup::before,
.blogList__item_is_new::before {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 12px;
  color: #fff;
  font-family: var(--font-en);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .16em;
}
.topProductList__item_is_new::before,
.blogList__item_is_new::before {
  content: "NEW";
  background: var(--c-red);
}
.topProductList__item_is_pickup::before {
  content: "PICK UP";
  background: var(--c-line-strong);
}
.topProductList__fig,
.blogList__fig,
.topWorkList__fig,
.topDesigner__fig,
.topBrandRecordSlider__fig {
  overflow: hidden;
  background: #e8e8e6;
}
.topProductList__fig,
.topBrandRecordSlider__fig,
.topDesigner__fig {
  aspect-ratio: 4 / 3;
}
.blogList__fig {
  aspect-ratio: 16 / 9;
}
.topWorkList__fig {
  aspect-ratio: 3 / 2;
}
.topProductList__fig .ph,
.blogList__fig .ph,
.topWorkList__fig .ph,
.topDesigner__fig .ph,
.topBrandRecordSlider__fig .ph {
  min-height: 100%;
}
.topProductList__ttl,
.topWorkList__ttl {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
}
.topProductList__cat,
.blogList__date {
  margin-top: 4px;
  font-size: 11.5px;
  color: var(--c-muted);
}
.topBrandRecord {
  margin-top: 90px;
  padding: 64px 0 72px;
  color: #fff;
  background: #1c1c1c;
}
.topBrandRecord__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.topBrandRecord__ttl {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .16em;
}
.topBrandRecordSlider__list {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
}
.topBrandRecordSlider__list::-webkit-scrollbar-thumb {
  background: #555;
}
.topBrandRecordSlider__item {
  flex: 0 0 min(260px, 64vw);
  scroll-snap-align: start;
}
.topBrandRecordSlider__ttl {
  margin-top: 10px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: .06em;
}
.topBrandRecord .arrowBtn,
.topDesigner .arrowBtn {
  margin-top: 40px;
  border-color: #fff;
}
.topBrandRecord .arrowBtn:hover,
.topDesigner .arrowBtn:hover {
  color: #1c1c1c;
  background: #fff;
}
.topBlog {
  padding: 120px 0;
}
.topBlog__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 48px;
}
.blogList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-bottom: 48px;
}
.blogList__head {
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .03em;
}
.blogList__date {
  display: block;
  margin-top: 6px;
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: .08em;
}
.topNews {
  padding: 0 0 120px;
}
.topNews__ttl {
  margin-bottom: 36px;
}
.newsList {
  margin-bottom: 44px;
  border-top: 1px solid var(--c-line);
}
.newsList__link {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 20px;
  align-items: baseline;
  padding: 20px 6px;
  border-bottom: 1px solid var(--c-line);
}
.newsList__date {
  flex: 0 0 88px;
  color: var(--c-muted);
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: .08em;
}
.newsList__new {
  padding: 1px 10px;
  color: var(--c-red);
  border: 1px solid var(--c-red);
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
}
.newsList__cat {
  flex: 0 0 auto;
  padding: 2px 12px;
  color: var(--c-muted);
  border: 1px solid var(--c-line);
  border-radius: 2px;
  font-size: 11px;
}
.newsList__ttl {
  flex: 1 1 380px;
  font-size: 14px;
  font-weight: 500;
}
.topDesigner {
  position: relative;
  padding: 120px 0;
  color: #fff;
}
.topDesigner__slideBg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.topDesigner__bgImg,
.topOthers__img {
  display: block;
}
.topDesigner__slideBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}
.topDesigner__container {
  position: relative;
  z-index: 1;
}
.topDesigner .rowTtl__en {
  color: rgba(255,255,255,.7);
}
.topDesigner__desc {
  max-width: 640px;
  margin: 24px 0 40px;
  color: #eee;
}
.topDesigner__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.topDesigner__name {
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: .04em;
}
.topWork {
  padding: 120px 0;
  background: var(--c-bg-soft);
}
.topWorkList {
  margin-bottom: 52px;
}
.topWorkList__cat {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 11px;
  color: var(--c-muted);
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 2px;
  font-size: 10.5px;
}
.topWork__btnWrap {
  text-align: center;
}
.topOthers {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.topOthers__item {
  position: relative;
  min-height: 300px;
}
.topOthers__bg {
  position: absolute;
  inset: 0;
}
.topOthers__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
  transition: background .3s;
}
.topOthers__link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  height: 100%;
  color: #fff;
  text-align: center;
}
.topOthers__ttlEn {
  display: block;
  font-family: var(--font-en);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .16em;
}
.topOthers__ttlJp {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .24em;
}
.topOthers__btnText {
  display: inline-block;
  margin-top: 26px;
  padding: 10px 34px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: .18em;
  transition: background .3s, color .3s;
}
.topOthers__item:hover .topOthers__bg::after {
  background: rgba(0,0,0,.65);
}
.topOthers__item:hover .topOthers__btnText {
  color: #1c1c1c;
  background: #fff;
}
@keyframes catchIn {
  to {
    transform: translateY(0);
  }
}
@keyframes scrollBar {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@media (max-width: 1060px) {
  .blogList {
    grid-template-columns: repeat(2, 1fr);
  }
  .topBlog__head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .topEntry__head,
  .topEntry__grid,
  .topJourney__list {
    grid-template-columns: 1fr;
  }
  .topJourneyStep::after {
    top: auto;
    right: auto;
    bottom: -13px;
    left: 28px;
    width: 1px;
    height: 26px;
  }
}
@media (max-width: 960px) {
  .topEntry {
    padding-top: 88px;
  }
  .topAbout__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .topProductList,
  .topWorkList,
  .topDesigner__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .topHeadNews {
    bottom: 80px;
  }
}
@media (max-width: 600px) {
  .topProductList,
  .topWorkList,
  .topDesigner__list,
  .blogList,
  .topOthers {
    grid-template-columns: 1fr;
  }
  .topEntryCard,
  .topJourneyStep {
    padding: 24px 20px;
  }
  .topMv__names,
  .topHeadNews {
    display: none;
  }
  .newsList__ttl {
    flex-basis: 100%;
  }
}
