#main {
  display: block;
  background: #ece8e2;
}
#main .main__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
#main .main__wrapper .main__title {
  font-size: 22px;
  color: hsl(0, 0%, 43.5%);
}
#main .main__wrapper .main__box {
  width: 788px;
  padding: 50px;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main .main__wrapper .main__box.--wide {
  width: 100%;
}
#main .--visual .main__box {
  overflow: hidden;
}
#main .--visual .main__box .box__txt {
  z-index: 2;
  overflow: hidden;
}
#main .--visual .main__box .box__txt span {
  display: block;
  font-size: 55px;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(32px);
  animation: textUp 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: transform, opacity;
  overflow: hidden;
}
#main .--visual .main__box .box__txt.--left {
  margin-left: 50px;
}
#main .--visual .main__box .box__txt:nth-of-type(1) span {
  animation-delay: 0.1s;
}
#main .--visual .main__box .box__txt:nth-of-type(2) span {
  animation-delay: 0.2s;
}
#main .--visual .main__box .box__txt:nth-of-type(3) span {
  animation-delay: 0.3s;
}
#main .--visual .main__box .box__txt:nth-of-type(4) span {
  animation-delay: 0.4s;
}
#main .--visual .main__box .box__txt:nth-of-type(5) span {
  animation-delay: 0.5s;
}
#main .--visual .main__box .box__txt:nth-of-type(6) span {
  animation-delay: 0.6s;
}
#main .--visual .main__box .box__txt:nth-of-type(7) span {
  animation-delay: 0.7s;
}
#main .--visual .main__box .box__circle {
  height: 100%;
  aspect-ratio: 1/1;
  background: var(--yellow);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transform-origin: center;
  z-index: 1;
  opacity: 0;
  animation: circleGrow 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#main .--projects {
  padding-top: 0;
  flex-direction: column;
  align-items: center;
}
#main .--projects .projects__letter {
  max-width: 1800px;
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
}
#main .--projects .projects__letter .swiper-wrapper {
  transition-timing-function: linear !important;
}
#main .--projects .projects__letter .letter__swiper {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 140px;
}
#main .--projects .projects__letter .letter__swiper .swiper-slide {
  width: 10em;
  line-height: 1.1;
}
#main .--projects .projects__letter .letter__swiper.--02 .swiper-slide {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  transition: color 0.3s ease;
}
#main .--projects .projects__letter .letter__swiper.--02 .swiper-slide:hover {
  color: #a6814c;
  -webkit-text-stroke: 1.5px #a6814c;
}
#main .--projects .main__container {
  width: 1000px;
}
#main .--projects .main__container .main__title {
  padding-bottom: 0.5em;
}
#main .--projects .main__container .main__box {
  padding: 0;
  background: transparent;
  position: relative;
  /*
  &::after {
      content: "";
      position: absolute;
      inset: 0;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
  }
  */
}
#main .--projects .main__container .main__box:nth-child(odd) {
  margin-inline-start: auto;
}
#main .--projects .main__container .main__box:not(:last-child) {
  margin-bottom: 180px;
}
#main .--projects .main__container .main__box .box__top {
  padding-bottom: 0.3em;
  opacity: 0.3;
}
#main .--projects .main__container .main__box .box__bottom {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  padding-top: 0.6em;
}
#main .--projects .main__container .main__box .box__noti {
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
  padding-top: 0.2em;
  opacity: 0.2;
}
#main .--projects .main__container .main__box.--03 {
  width: auto;
}
#main .--projects .main__container .main__box.--03 .box__img {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
}
#main .--projects .main__container .main__box.--03 .box__img .img__item {
  flex: 1;
  height: 50vh;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: ns-resize;
}
#main .--projects .main__container .main__box.--03 .box__img .img__item img {
  width: 100%;
  display: block;
  height: auto;
}
#main .--projects .main__container .main__box.--03 .box__img .img__txt {
  width: 100%;
  font-size: 12px;
  opacity: 0.3;
}
#main .--about {
  padding-top: 200px;
}
#main .--about .about__title {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  position: sticky;
  left: 0;
  top: -30px;
  z-index: 1;
  background: #ece8e2;
}
#main .--about .about__title h2 {
  font-size: 130px;
  font-stretch: extra-expanded;
  white-space: nowrap;
  line-height: 1;
  transform: scaleY(2);
  padding-top: 0.3em;
  background: #ece8e2;
}
#main .--about .about__title p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.6;
}
#main .--about .about__txt {
  padding-top: 10em;
}
#main .--about .about__txt .txt__container.--01 {
  font-size: 22px;
}
#main .--about .about__txt .txt__container.--02 {
  line-height: 1.8;
  padding-top: 0.8em;
  opacity: 0.6;
}
#main .--about .about__txt .txt__container.--list {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2em;
}
#main .--about .about__txt .txt__container.--list > li {
  width: 33.33%;
  padding-top: 3em;
}
#main .--about .about__txt .txt__container.--list > li dl dt {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 0.3em;
  opacity: 0.8;
}
#main .--about .about__txt .txt__container.--list > li dl dd {
  opacity: 0.6;
  display: flex;
  align-items: center;
}
#main .--about .about__txt .txt__container.--list > li dl dd::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  margin-right: 0.3em;
  border-radius: 50%;
  background: #a6814c;
  display: block;
}
#main .--work h2 {
  position: sticky;
  left: 0;
  top: 2em;
  font-size: 18px;
  opacity: 0.6;
  display: flex;
  align-items: center;
}
#main .--work h2:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #a6814c;
  display: block;
  margin-right: 0.3em;
}
#main .--work .work__item .item__box {
  padding: 2em 0;
}
#main .--work .work__item .item__box:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#main .--work .work__item .item__box .box__title {
  font-size: 24px;
  display: block;
  padding-bottom: 0.3em;
}
#main .--work .work__item .item__box .box__txt {
  opacity: 0.6;
}
#main .--resume .box__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .--resume .box__ul > li {
  padding-bottom: 50px;
}
#main .--resume .box__ul > li:nth-of-type(1) {
  width: 55%;
}
#main .--resume .box__ul > li:nth-of-type(2) {
  width: 36%;
}
#main .--resume .box__ul > li.--wide {
  width: 100%;
}
#main .--resume .box__ul > li > strong {
  font-size: 18px;
  display: block;
  padding-bottom: 0.4em;
}
#main .--resume .box__ul > li .ul__img {
  display: flex;
}
#main .--resume .box__ul > li .ul__img li {
  width: 6%;
}
#main .--resume .box__ul > li .ul__img li:not(:last-child) {
  margin-right: 20px;
}
#main .--resume .box__ul > li .ul__img li img {
  width: 100%;
}
#main .--contact {
  padding: 70px 0 30px;
}
#main .--contact .main__container {
  width: 788px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#main .--contact .main__container > *:not(:last-child) {
  width: 50%;
}
#main .--contact .main__container h2 {
  font-size: 50px;
}
#main .--contact .main__container ul {
  line-height: 1.9;
}
#main .--contact .main__container .contact__copy {
  width: 100%;
  opacity: 0.5;
  padding-top: 7em;
}

@keyframes circleGrow {
  0% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(32px);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  #main .main__wrapper .main__box {
    width: 73%;
  }
  #main .--visual .main__container {
    width: 100%;
  }
  #main .--visual .main__box {
    width: 90% !important;
    margin: 0 auto;
  }
  #main .--visual .main__box .box__txt span {
    font-size: clamp(35px, 6.5vw, 55px);
  }
  #main .--projects .main__container {
    width: 90%;
  }
  #main .--about .about__txt .txt__container.--list {
    width: 90%;
    margin: 0 auto;
  }
  #main .--resume .main__container {
    width: 90%;
    margin: 0 auto;
  }
  #main .--resume .box__ul {
    display: block;
  }
  #main .--resume .box__ul > li {
    width: 100% !important;
  }
  #main .--resume .main__container .main__box {
    width: 100%;
  }
  #main .--contact .main__container {
    width: 90%;
  }
}
@media (max-width: 900px) {
  #main .main__wrapper .main__box {
    width: 100%;
  }
  #main .--projects .projects__letter .letter__swiper {
    font-size: clamp(35px, 12vw, 140px);
  }
  #main .--about .about__title h2 {
    font-size: clamp(35px, 14vw, 122px);
  }
  #main .--about .about__txt .txt__container.--list > li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #main .main__wrapper .main__title {
    font-size: clamp(18px, 3vw, 20px);
  }
  #main .--projects .main__container .main__box.--03 .box__img .img__item {
    height: 40vh;
  }
  #main .--about .about__txt .txt__container.--list > li {
    width: 100%;
  }
  #main .--projects .main__container .main__box .box__bottom {
    font-size: clamp(18px, 3vw, 22px);
  }
  #main .--about .about__txt .txt__container.--01 {
    font-size: clamp(20px, 3.4vw, 22px);
  }
  #main .--resume .box__ul > li .ul__img {
    flex-wrap: wrap;
  }
  #main .--resume .box__ul > li .ul__img li {
    width: 10%;
    margin-bottom: 1em;
  }
  #main .--contact .main__container {
    display: block;
  }
  #main .--contact .main__container h2 {
    padding-bottom: 0.3em;
  }
  #main .--contact .main__container > *:not(:last-child) {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #main .--work .main__container {
    padding: 0 1em;
  }
  #main .main__wrapper .main__box {
    padding: 6vw;
  }
  #main .--visual .main__box .box__txt.--left {
    margin-left: 5vw;
  }
  #main .--about {
    padding-top: 100px;
  }
  #main .--about .about__title {
    top: -50px;
  }
  #main .--about .about__txt {
    padding: 4em 1em 0;
    word-break: keep-all;
  }
  #main .--work .work__item .item__box .box__txt {
    word-break: keep-all;
  }
}/*# sourceMappingURL=main.css.map */