@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
a {
  text-decoration: none;
  color: initial;
}

.altiri-section img {
  margin: initial;
}
.altiri-section .fv_cover {
  height: 80vh;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.altiri-section .fv_cover img {
  max-width: 400px;
  width: 60vw;
}
.altiri-section .works_wrapper {
  background: #EAEAEA;
  padding: 96px 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .altiri-section .works_wrapper {
    padding: 136px 24px;
  }
}
.altiri-section .works_wrapper .works {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .altiri-section .works_wrapper .works {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
  }
}
.altiri-section .works_wrapper .works .work_contents {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 44px;
  cursor: pointer;
}
.altiri-section .works_wrapper .works .work_contents:last-of-type {
  margin-bottom: initial;
}
@media screen and (min-width: 840px) {
  .altiri-section .works_wrapper .works .work_contents {
    width: calc(33.3333333333% - 43px);
  }
}
.altiri-section .works_wrapper .works .work_contents img {
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 840px) {
  .altiri-section .works_wrapper .works .work_contents img {
    filter: grayscale(100%);
    transition: filter 1.6s;
  }
}
.altiri-section .works_wrapper .works .work_contents:hover img {
  filter: initial;
  transition: filter 1.6s;
}
.altiri-section .works_wrapper .works .work_contents .work_txt h3 {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1;
  font-size: 18px;
  color: #888;
  margin-top: 16px;
}
.altiri-section .works_wrapper .works .work_contents .work_txt .work_category {
  color: #BDBEBF;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.altiri-section .works_wrapper .works .work_contents .work_txt .work_category h4 {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1;
  font-size: 14px;
}
.altiri-section .works_wrapper .works .work_contents .work_txt .work_category .border-box {
  display: block;
  background: #BDBEBF;
  width: 14px;
  height: 1px;
  margin: 0 8px;
}/*# sourceMappingURL=brand-work.css.map */