html {
  height: 100%;
  font-size: 62.5%;
}

.body {
  width: 100%;
  height: 100%;
  font-family: "instrument", sans-serif;
  background-color: #FFFFFF;
}
.body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: #222222;
  transform-origin: top;
  animation: slideUp 2s forwards;
}
@keyframes slideUp {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(0%);
    background-color: #222222;
  }
  100% {
    transform: translateY(100%);
    background-color: #222222;
  }
}
.body .mv {
  width: 100%;
  margin-top: 120px;
  height: 80vh;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .body .mv {
    height: auto;
    padding: 0 20px;
    margin: 96px 0 120px 0;
  }
}
.body .mv__title {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-size: 86px;
  color: #1A1919;
  font-weight: 700;
}
@media (max-width: 768px) {
  .body .mv__title {
    font-size: 48px;
    line-height: 120%;
  }
}
.body .mv .clickProfile {
  color: #96C2F3;
}
.body .works {
  width: 100%;
  margin-bottom: 80px;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .body .works {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.body .works__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.body .works .workCases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 96px;
  column-gap: 24px;
}
@media (max-width: 768px) {
  .body .works .workCases {
    column-gap: 0;
    row-gap: 80px;
    grid-template-columns: 1fr;
  }
}
.body .works .workCases__item {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .body .works .workCases__item {
    width: 100%;
  }
}
.body .works .workCases__item img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.1s ease-in-out;
}
.body .works .workCases__item img:hover {
  transform: scale(0.95);
  transition: 0.1s ease-in-out;
}

.header {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  position: relative;
}
.header .header-inner {
  padding: 0 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header .header-inner {
    padding: 0 20px;
  }
}
.header__title--logo {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222222;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .header__title--logo {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.header__title .click-profile {
  text-decoration: underline;
  color: #1A1919;
}
.header .sp-title-logo {
  display: none;
}
@media (max-width: 1024px) {
  .header .sp-title-logo {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.1rem;
    opacity: 0;
  }
}
.header .humburger {
  display: none;
}
@media (max-width: 1024px) {
  .header .humburger {
    display: block;
    position: relative;
    z-index: 999;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .header .humburger:hover {
    cursor: pointer;
  }
  .header .humburger .line {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #1A1919;
  }
  .header .humburger .line3 {
    width: 80%;
  }
}
.header .hm-act {
  display: none;
}
.header .sp-nav {
  display: none;
}
@media (max-width: 1024px) {
  .header .sp-nav {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: 999;
  }
}
.header .sp-nav-act {
  visibility: visible;
  backdrop-filter: blur(4px);
}
@media (max-width: 1024px) {
  .header .sp-grnav {
    width: 60%;
    height: 100vh;
    background-color: #1A1919;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    transform: translateX(100%);
    transition: 1s;
    visibility: hidden;
  }
}
.header .sp-grnav .header-list {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 43vw 0 20vw 10.5vw;
}
.header .sp-grnav .header-list__title {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 700;
}
.header .sp-grnav .header-list__item {
  margin-right: 20px;
  list-style: none;
  opacity: 0;
  transform: transformX(60px);
}
@media (max-width: 1024px) {
  .header .sp-grnav .header-list__item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.header .sp-grnav .header-list__item:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .header .sp-grnav .header-list__item:last-child {
    margin-bottom: 0;
  }
}
.header .sp-grnav .header-list .item-act {
  transition: 0.6s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}
.header .sp-grnav .header-list__link {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
.header .sp-grnav .header-list__link--sn {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .sp-grnav .header-list__link--sn:before {
  content: "";
  display: block;
  width: 12px;
  height: 1.5px;
  background-color: #FFFFFF;
}
.header .sp-grnav .header-list__link:before {
  content: "";
  display: block;
  width: 12px;
  height: 1.5px;
  background-color: #FFFFFF;
}
.header .sp-grnav .header-list .border-line {
  display: block;
  width: 80%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.header .menu-act {
  transition: 0.7s ease-in-out;
  transform: translateX(0);
  visibility: visible;
}
.header .close {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 45px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  visibility: hidden;
  z-index: 999;
}
.header .close .line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #FFFFFF;
}
.header .close .line1 {
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
}
.header .close .line2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
}
.header .close-act {
  transition: 0.1s;
  visibility: visible;
}
.header .pc-nav {
  display: block;
}
@media (max-width: 1024px) {
  .header .pc-nav {
    display: none;
  }
}
.header .pc-nav .header-list {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .pc-nav .header-list {
    flex-direction: column;
    justify-content: center;
  }
}
.header .pc-nav .header-list__item {
  margin-right: 20px;
  list-style: none;
}
@media (max-width: 1024px) {
  .header .pc-nav .header-list__item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.header .pc-nav .header-list__item:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .header .pc-nav .header-list__item:last-child {
    margin-bottom: 0;
  }
}
.header .pc-nav .header-list__link {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  text-decoration: none;
  color: #1A1919;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header .pc-nav .header-list__link {
    font-size: 2rem;
    color: #FFFFFF;
  }
}
.header .pc-nav .header-list__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #1A1919;
  position: absolute;
  top: 30px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: 0.3s ease-in-out;
}
.header .pc-nav .header-list__link:hover::after {
  opacity: 1;
  transform: scaleX(1);
  transition: 0.3s ease-in-out;
}

.footer {
  width: 100%;
  box-sizing: border-box;
}
.footer .contact {
  width: 100%;
  margin-bottom: 80px;
}
.footer .contact .contact-inner {
  display: flex;
  padding: 140px 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer .contact .contact-inner {
    padding: 70px 0px;
    width: 100%;
  }
}
.footer .contact__title1 {
  animation: ContactTextMove 40s linear infinite;
  white-space: nowrap;
}
.footer .contact__title2 {
  animation: ContactTextMove 40s linear infinite;
  white-space: nowrap;
}
@keyframes ContactTextMove {
  100% {
    transform: translateX(-100%);
  }
}
.footer .contact .text-loop {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-size: 160px;
  letter-spacing: 0.4rem;
  font-weight: 600;
  color: #1A1919;
  padding: 0 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer .contact .text-loop {
    font-size: 80px;
    letter-spacing: 1px;
    margin-top: 12px;
    text-align: center;
  }
}
.footer .footer-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2vw 80px;
}
@media (max-width: 768px) {
  .footer .footer-menu {
    padding: 4vw;
  }
}
.footer .footer-menu__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer .footer-menu__list {
    flex-direction: column;
    gap: 10px;
  }
}
.footer .footer-menu__link {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  text-decoration: none;
  color: #777777;
  font-size: 3.2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .footer .footer-menu__link {
    font-size: 2.2rem;
  }
}
.footer .footer-menu .copyright {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  color: #777777;
  font-size: 3.2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .footer .footer-menu .copyright {
    font-size: 2.2rem;
  }
}

html {
  height: 100%;
}

.about-page {
  height: 100%;
}
@media (max-width: 1024px) {
  .about-page {
    overflow: auto;
    height: auto;
  }
}
.about-page .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: #222222;
  animation: slideDown 2s forwards;
}
@keyframes slideDown {
  0% {
    transform: translateY(100%);
  }
  70% {
    transform: translateY(0%);
    background-color: #222222;
  }
  100% {
    transform: translateY(0%);
    background-color: #222222;
  }
}
.about-page .about-mv {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  padding: 0 4vw;
  top: 0;
  z-index: -1;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .about-page .about-mv {
    justify-content: start;
    height: auto;
    margin-bottom: 120px;
  }
}
.about-page .about-mv__title {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-size: 100px;
  font-weight: 700;
  color: #1A1919;
  opacity: 0;
  animation: AboutTextMove 2s ease-in-out forwards;
}
@keyframes AboutTextMove {
  0% {
    opacity: 0;
    transform: translate(0px, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@media (max-width: 1024px) {
  .about-page .about-mv__title {
    font-size: 50px;
  }
}
.about-page .about-mv .arrow-img img {
  width: 70px;
  animation: arrow 2s infinite;
}
@media (max-width: 1024px) {
  .about-page .about-mv .arrow-img img {
    width: 50px;
  }
}
@keyframes arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
.about-page .about {
  width: 100%;
  padding-bottom: 160px;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .about-page .about {
    padding-bottom: 80px;
  }
}
.about-page .about__title {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 100px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 100px;
  text-align: center;
}
.about-page .about .about-inner {
  width: 100%;
  padding: 0vw 4vw;
}
@media (max-width: 1024px) {
  .about-page .about .about-inner {
    padding: 7vw 5vw;
    margin-top: 0;
  }
}
.about-page .about .profile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .about-page .about .profile {
    margin-bottom: 32px;
    flex-direction: column;
    gap: 20px;
  }
}
.about-page .about .profile__title {
  flex: 1;
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-size: 56px;
  font-weight: 600;
  color: #1A1919;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.7s;
}
@media (max-width: 768px) {
  .about-page .about .profile__title {
    font-size: 24px;
  }
}
.about-page .about .profile .active {
  transform: translateY(0);
  opacity: 1;
}
.about-page .about .profile__text {
  flex: 3;
  color: #000000;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .about-page .about .profile__text {
    gap: 10px;
  }
}
.about-page .about .profile__text--ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  line-height: 2.2;
  font-size: 1.8rem;
  text-align: justify;
  letter-spacing: 1px;
  word-spacing: normal;
  color: #868686;
}
@media (max-width: 768px) {
  .about-page .about .profile__text--ja {
    font-size: 1.4rem;
    line-height: 2.4;
  }
}
.about-page .about .profile__text--en {
  color: #1A1919;
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-size: 2.8rem;
  letter-spacing: 1px;
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about-page .about .profile__text--en {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
.about-page .about .profile__text--skill {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.4;
  color: #868686;
  text-align: justify;
  word-spacing: normal;
  font-feature-settings: "kern" 0;
}
.about-page .about .skills {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .about-page .about .skills {
    flex-direction: column;
    gap: 20px;
  }
}
.about-page .about .skills__title {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-size: 56px;
  color: #1A1919;
  font-weight: 600;
  transform: translateY(20px);
  transition: 0.7s;
  opacity: 0;
}
@media (max-width: 768px) {
  .about-page .about .skills__title {
    font-size: 24px;
  }
}
.about-page .about .skills .active {
  transform: translateY(0);
  opacity: 1;
}
.about-page .about .skills .skills-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about-page .about .skills .skills-wrap__item {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-size: 32px;
  font-weight: 600;
  color: #1A1919;
}
@media (max-width: 768px) {
  .about-page .about .skills .skills-wrap__item {
    font-size: 18px;
  }
}
.about-page .about .AnimeImg {
  width: 100%;
  padding: 0 20vw;
}
@media (max-width: 768px) {
  .about-page .about .AnimeImg {
    padding: 0 5vw;
  }
}
@media (max-width: 768px) {
  .about-page .about .AnimeImg__item {
    width: 30%;
  }
}
.about-page .about .AnimeImg__img {
  width: 80px;
}
.about-page .about .AnimeImg__img--reverse {
  width: 80px;
  animation: waitAnimate_659845543 4s linear infinite;
  transform-origin: 50% 50%;
  perspective: 120px;
}
@media (max-width: 768px) {
  .about-page .about .AnimeImg__img--reverse {
    width: 70px;
    display: block;
    margin: 0 auto;
  }
}
@keyframes waitAnimate_659845543 {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotateY(120deg);
  }
  10% {
    transform: rotateY(240deg);
    opacity: 0;
  }
  15% {
    transform: rotateY(360deg);
    opacity: 1;
  }
  20% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.about-page .about .AnimeImg__img--float {
  width: 80px;
  position: relative;
  animation: floatAndBack 5s ease-in-out infinite;
}
@media (max-width: 768px) {
  .about-page .about .AnimeImg__img--float {
    width: 70px;
    display: block;
    margin: 0 auto;
  }
}
@keyframes floatAndBack {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  10% {
    transform: translateY(-20px);
    animation-timing-function: ease-in;
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
.about-page .about .AnimeImg-menu {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .about-page .about .AnimeImg-menu {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.about-page .about__img {
  width: 240px;
  position: absolute;
  bottom: 10px;
  right: 30px;
}
@media (max-width: 768px) {
  .about-page .about__img {
    display: none;
  }
}

.portfolio-detail {
  width: 100%;
  padding: 0 80px;
  margin-bottom: 160px;
  margin-top: 128px;
}
@media (max-width: 768px) {
  .portfolio-detail {
    margin-bottom: 196px;
    padding: 0 20px;
  }
}
.portfolio-detail__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.portfolio-detail__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 48px;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 160px;
  color: #222222;
}
@media (max-width: 768px) {
  .portfolio-detail__title {
    font-size: 40px;
    margin-bottom: 128px;
  }
}
.portfolio-detail__title--en {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  letter-spacing: 0;
  text-transform: uppercase;
}
.portfolio-detail .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 128px;
}
@media (max-width: 768px) {
  .portfolio-detail .detail-item {
    gap: 32px;
    margin-bottom: 96px;
  }
}
.portfolio-detail .detail-item:last-child {
  margin-bottom: 0;
}
.portfolio-detail .outline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.portfolio-detail__contents {
  margin-bottom: 160px;
  text-align: center;
}
.portfolio-detail__contents video {
  width: 60%;
}
@media (max-width: 768px) {
  .portfolio-detail__contents video {
    width: 100%;
  }
}
.portfolio-detail__contents .contents__item {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .portfolio-detail__contents .contents__item {
    margin-bottom: 32px;
  }
}
.portfolio-detail__contents .contents__item img {
  width: 100%;
}
.portfolio-detail__sub {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #868686;
}
@media (max-width: 768px) {
  .portfolio-detail__sub {
    font-size: 28px;
  }
}
.portfolio-detail__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.2rem;
  text-align: right;
  color: #222222;
}
.portfolio-detail__text--ja {
  text-align: justify;
  font-size: 16px;
  line-height: 220%;
  letter-spacing: 1.6px;
  color: #222222;
  font-weight: 400;
}
@media (max-width: 768px) {
  .portfolio-detail__text--ja {
    text-align: justify;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 1.6px;
    color: #222222;
    font-weight: 400;
  }
}
.portfolio-detail__text--role {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  color: #222222;
}
@media (max-width: 768px) {
  .portfolio-detail__text--role {
    font-size: 18px;
  }
}
.portfolio-detail__text--url {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  flex: 5;
  color: #222222;
  position: relative;
}
.portfolio-detail__text--url:after {
  content: "";
  display: block;
  margin: 4px auto 0 auto;
  width: 100%;
  height: 1.5px;
  background-color: #1A1919;
  position: absolute;
  top: 40px;
  right: 0;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: 0.3s ease-in-out;
}
.portfolio-detail__text--url:hover::after {
  opacity: 1;
  transform: scaleX(1);
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .portfolio-detail__text--url {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .portfolio-detail .text-outline {
    line-height: 2.4;
  }
}
.portfolio-detail__link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #1A1919;
  font-size: 16px;
  letter-spacing: 1.8px;
  position: relative;
}
@media (max-width: 768px) {
  .portfolio-detail__link {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.portfolio-detail__link:after {
  content: "";
  display: block;
  margin: 4px auto 0 auto;
  width: 15%;
  height: 1.5px;
  background-color: #1A1919;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: 0.3s ease-in-out;
}
.portfolio-detail__link:hover::after {
  opacity: 1;
  transform: scaleX(1);
  transition: 0.3s ease-in-out;
}

/*# sourceMappingURL=style.css.map */
