#About {
  background-color: rgb(27, 29, 32);
}
#About.visible #typo_2 {
  opacity: 1;
}

.About_container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1410px;
  min-height: calc(100vh - 140px);
  margin: 0px auto;
  padding: 70px 25px;
  box-sizing: border-box;
}
.About_container .attbg {
  position: absolute;
  width: 500px;
  height: 100%;
  min-height: 600px;
  background: url("../../img/desk01.png") 22% 0% no-repeat;
  opacity: 50%;
  background-size: 900px auto;
  background-attachment: fixed;
  filter: brightness(80%);
  z-index: 0;
}
.About_container #typo_2 {
  margin-left: 200px;
  opacity: 0;
  color: white;
  text-align: center;
  transition: 600ms ease;
  z-index: 10;
}
.About_container #typo_2 h1 {
  line-height: 3.5rem;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  animation: text_gradient 8s linear infinite alternate;
  background: linear-gradient(
    90deg,
    rgb(208, 209, 142) 0%,
    rgb(255, 255, 255) 25%,
    rgb(167, 183, 255) 50%,
    rgb(255, 255, 255) 75%,
    rgb(252, 255, 49) 100%
  );
  background-size: 1000% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.About_container #typo_2 h1 span {
  font-size: 4rem;
  font-weight: 900;
}
.About_container #typo_3 {
  max-width: 580px;
  min-width: 0;
  margin-top: 90px;
  margin-right: 100px;
  margin-left: auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9rem;
  opacity: 0;
  transition: 600ms ease;
  z-index: 10;
}
.About_container #typo_3 p {
  /* word-break: keep-all; */
}
.About_container #typo_3 .word {
  margin-left: 8px;
  color: rgb(255, 149, 149);
  font-size: 0.9rem;
}
.About_container #typo_3 .quote {
  font-family: "Noto Sans JP" !important;
  font-size: 0.9rem;
}
.About_container #typo_3 .tag_wrap {
  display: flex;
  margin-top: 15px;
  align-items: center;
  line-height: 100%;
  font-size: 0.8rem;
  font-weight: 300;
}
.About_container #typo_3 .tag_wrap .tag {
  padding: 8px 15px;
  margin: 0 8px;
  background-color: rgba(55, 55, 67, 0.7);
  border-radius: 7px;
  white-space: nowrap;
  will-change: transform;
  transition: transform 300ms;
}
.About_container #typo_3 .tag_wrap .tag:first-child {
  margin-left: 0px !important;
}
.About_container #typo_3 .tag_wrap .tag:hover {
  transform: scale(1.1);
}
.About_container #typo_3 .more {
  display: inline-block;
  margin-top: 40px;
  padding: 8px 35px;
  opacity: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 600ms ease, background-color 400ms ease;
}
.About_container #typo_3 .more.visible {
  opacity: 1;
  bottom: -130px;
}
.About_container #typo_3 .more:hover {
  background-color: rgba(0, 0, 10, 0.7);
}
.About_container #typo_3.visible {
  opacity: 1;
}

#about1 {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 800px;
  height: 100%;
  overflow: auto;
  z-index: 9900;
  pointer-events: none;
  transition: 200ms ease;
  z-index: 10000;
}
#about1.visible {
  right: 0%;
  pointer-events: auto;
}
#about1.visible .back {
  opacity: 1;
}
#about1.visible .close {
  opacity: 1;
}
#about1 .back {
  position: fixed;
  width: calc(100vw - 12px);
  height: 100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  z-index: -2;
  transition: 200ms ease;
}
#about1 .close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  opacity: 0;
  border-radius: 100%;
  border: 1px solid rgb(100, 100, 117);
  cursor: pointer;
  transition: opacity 1000ms ease, border 200ms, background-color 200ms;
}
#about1 .close img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  filter: invert(100%);
  transition: 200ms;
}
#about1 .close:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgb(139, 139, 168);
}
#about1 .about1_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: rgb(36, 38, 44);
  box-sizing: border-box;
}
#about1 .about1_container > h1 {
  margin-bottom: 100px;
  font-size: 2.7rem;
  font-weight: 900;
  color: rgb(255, 255, 123);
}
#about1 .about1_container > p {
  width: 100%;
  text-align: left;
  max-width: 700px;
  padding: 0 20px;
  font-size: 16px;
  box-sizing: border-box;
}
#about1 .past_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 660px;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 15px;
  overflow-x: auto;
  box-sizing: border-box;
  cursor: grab;
  user-select: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}
#about1 .past_wrap.is-grabbing {
  cursor: grabbing;
}
#about1 .past_wrap li img {
  height: 220px;
  transition: 300ms ease;
  cursor: pointer;
  -webkit-user-drag: none;
  user-select: none;
}
#about1 .past_wrap li p {
  width: 90px;
  text-align: center;
}
#about1 .past_wrap::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  display: block !important;
}
#about1 .past_wrap::-webkit-scrollbar-thumb {
  background-color: rgb(77, 80, 85);
}
#about1 .past_wrap::-webkit-scrollbar-thumb:hover {
  background-color: rgb(88, 93, 103);
}
#about1 .img_title {
  margin-bottom: 30px;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center !important;
  color: rgb(179, 179, 179);
}
#about1::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  display: block !important;
  background-color: rgb(36, 38, 44);
  opacity: 1 !important;
}
#about1::-webkit-scrollbar-thumb {
  background-color: rgb(77, 80, 85);
}
#about1::-webkit-scrollbar-thumb:hover {
  background-color: rgb(88, 93, 103);
}

@keyframes text_gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media all and (max-width: 960px) {
  .About_container {
    align-items: center;
    width: 100%;
    margin: 0px auto;
    padding-right: 24px;
    padding-left: 24px;
    min-height: 100vh;
    overflow-x: hidden;
  }
  .About_container #typo_2 {
    width: 100%;
    margin-left: 0px;
  }
  .About_container #typo_3 {
    width: 100%;
    max-width: 580px;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .About_container #typo_3 p {
    word-break: normal;
    overflow-wrap: break-word;
    line-break: strict;
  }
  .About_container #typo_3 .tag_wrap {
    flex-wrap: wrap;
    gap: 8px;
  }
  .About_container #typo_3 .tag_wrap .tag {
    margin: 0;
  }
  .About_container .attbg {
    width: 100vw;
    height: 100%;
    min-height: auto;
    background-size: 960px auto;
  }
}
@media all and (max-width: 480px) {
  .About_container {
    padding-right: 18px;
    padding-left: 18px;
  }
  .About_container #typo_2 h1 {
    font-size: clamp(1.9rem, 8vw, 2.5rem) !important;
    line-height: 1.25;
  }
  .About_container #typo_2 h1 span {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }
  .About_container #typo_3 {
    font-size: 0.95rem;
    line-height: 1.75rem;
  }
  .About_container #typo_3 .word {
    margin-left: 0;
  }
  .about1_container {
    padding-top: 90px !important;
    padding-bottom: 100px !important;
  }
  .about1_container h1 {
    margin-bottom: 50px !important;
  }
  #about1 .close {
    top: 10px !important;
    right: 10px !important;
  }
  #about1::-webkit-scrollbar {
    display: none !important;
  }
  #about1 .past_wrap {
    overflow-x: scroll;
    touch-action: pan-x;
  }
  #about1 .past_wrap li img {
    pointer-events: none;
  }
}
@media all and (hover: hover) {
  .past_wrap li:hover img {
    filter: brightness(120%);
  }
} /*# sourceMappingURL=index.css.map */
