#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #2b2b2b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner,
.spinner:before,
.spinner:after {
  background: #fdfdfd;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.spinner {
  color: #fdfdfd;
  text-indent: -9999em;
  margin: 250px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.spinner:before,
.spinner:after {
  position: absolute;
  top: 0;
  content: "";
}

.spinner:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.header {
  position: relative;
  align-items: center;
  padding-top: 40px;
  display: flex;
  background-color: #fdfdfd;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 90;
  top: 0;
}
.header__nav {
  position: absolute;
  left: 300px;
  display: flex;
  padding-bottom: 50px;
}
.header__nav a {
  color: #2b2b2b;
  text-decoration: none;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.12;
}
.header__nav a:hover {
  opacity: 50%;
}
.header__wrap {
  margin: auto;
  max-width: 100%;
  width: 1020px;
}
.header__flexbox {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.header__flexbox li {
  margin: 0 auto;
  padding-right: 30px;
}
.header__flexbox li:last-child {
  margin-right: 0;
}
.header__logo {
  position: absolute;
  left: -100px;
  padding-right: 120px;
  padding-left: 40px;
  color: #2b2b2b;
  transform: rotate(-45deg);
  transition: 0.4s;
  padding-bottom: 130px;
}
.header__logo img {
  width: 100px;
  border-radius: 50%;
}
.header__logo:hover {
  opacity: 50%;
}

.header-s {
  display: none;
  position: fixed;
  z-index: 1000;
}
.header-s__hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  left: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.header-s__hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  border-radius: 2px;
  background: #2b2b2b;
  transition: 0.3s ease-in-out;
}
.header-s__hamburger span:nth-child(1) {
  top: 10px;
}
.header-s__hamburger span:nth-child(2) {
  top: 20px;
}
.header-s__hamburger span:nth-child(3) {
  top: 30px;
}
.header-s__hamburger span.active span:nth-child(1), .header-s__hamburger span .header-s__hamburger.active span:nth-child(3) {
  width: 6px;
}
.header-s__hamburger.active span:nth-child(1) {
  transform: translate(-5px, 0px) rotate(315deg);
}
.header-s__hamburger.active span:nth-child(3) {
  transform: translate(15px, -19px) rotate(45deg);
}
.header-s__hamburger.active span:nth-child(2) {
  width: 41px;
  transform: translate(-1px, 0px) rotate(270deg);
}
.header-s__globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #ccc;
  background: #fdfdfd;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}
.header-s__globalMenuSp.active {
  transform: translateY(0%);
}
.header-s__globalMenuSp ul {
  background: #808080;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.header-s__globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fdfdfd;
}
.header-s__globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.header-s__globalMenuSp ul li:hover {
  background: #ddd;
}
.header-s__globalMenuSp ul li a {
  display: block;
  color: #2b2b2b;
  padding: 1.4em 0;
  text-decoration: none;
}

.logo-return {
  transform: rotate(0deg);
  padding-top: 15px;
  padding-bottom: 40px;
}
.logo-return img {
  border: 3px solid rgba(255, 0, 0, 0.6509803922);
}

.logo-return-s {
  transform: rotate(0deg);
}
.logo-return-s img {
  border-radius: 50%;
  border: 3px solid rgba(255, 0, 0, 0.6509803922);
}

.header-scroll {
  border-bottom: 3px solid #2b2b2b;
  border-top: 3px solid #2b2b2b;
  transition: 0.2s;
}

.link-current {
  border-bottom: 8px double #2b2b2b;
}

.scroll-animation-obj {
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}
.scroll-animation-hop {
  transform: translate(0, 60px);
}
.scroll-animation-scale {
  transform: scale(1, 1);
}

@media screen and (max-width: 468px) {
  .header {
    display: none;
  }
  .header-s {
    display: block;
  }
  .header-s__logo {
    width: 70px;
  }
}
@media screen and (max-width: 866px) and (min-width: 468px) {
  .header {
    display: none;
  }
  .header-s {
    display: block;
  }
}
.mv {
  width: 100%;
}
.mv__typing {
  width: 100%;
  height: 529px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv__typing span {
  display: inline-block;
  width: 20ch;
  font: bold 200% Consolas, Monaco, monospace;
  overflow: hidden;
  white-space: nowrap;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 4rem;
  border-right: 2px solid transparent;
  -webkit-animation: typing 3s steps(26), caret 0.3s steps(1) infinite;
          animation: typing 3s steps(26), caret 0.3s steps(1) infinite;
}

@media screen and (max-width: 767px) {
  .mv {
    width: 100%;
    height: 525px;
  }
  .mv span {
    font-size: 24px;
  }
}
@-webkit-keyframes typing {
  from {
    width: 0;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
}
@-webkit-keyframes caret {
  50% {
    border-right-color: currentColor;
  }
}
@keyframes caret {
  50% {
    border-right-color: currentColor;
  }
}
.profile {
  margin: 0 auto;
  width: 200px;
  position: relative;
}
.profile img {
  width: 100%;
  position: absolute;
  border: 6px solid #2b2b2b;
  top: -150px;
}

@media screen and (max-width: 767px) {
  .profile {
    width: 140px;
  }
  .profile img {
    top: -120px;
  }
}
.about {
  text-align: center;
  padding-top: 40px;
  margin: 0 auto;
  max-width: 960px;
}
.about__title {
  padding-top: 40px;
  font-size: 72px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.916;
  color: #2b2b2b;
}
.about__body-texts {
  text-align: left;
  margin: 0 auto;
  width: 632px;
}
.about__body-texts p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
}
.about__body-img {
  max-width: 465px;
  margin: 0 auto;
}
.about__body-img img {
  width: 100%;
}

@media screen and (max-width: 468px) {
  .about {
    padding-top: 100px;
  }
  .about__title {
    font-size: 28px;
  }
  .about__body-texts {
    padding-left: auto;
    padding-right: auto;
    max-width: 90%;
  }
  .about__body-texts p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 866px) and (min-width: 468px) {
  .about {
    padding-top: 100px;
  }
  .about__title {
    font-size: 34px;
  }
  .about__body-texts {
    padding-left: auto;
    padding-right: auto;
    max-width: 90%;
  }
  .about__body-texts p {
    font-size: 1.2rem;
  }
}
.experience {
  text-align: center;
}
.experience__title {
  padding-top: 40px;
  font-size: 72px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.916;
  color: #2b2b2b;
}
.experience__body {
  max-width: 960px;
  margin: 0 auto;
}
.experience__timeline {
  text-align: left;
  list-style: none;
}
.experience__timeline > li {
  margin-bottom: 60px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.experience__timeline-date {
  width: 110px;
  float: left;
  margin-top: 20px;
  font-size: 1.1rem;
}
.experience__timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
}
.experience__timeline-content h3 {
  font-size: 1.1rem;
}
.experience__timeline-content p {
  font-size: 1.1rem;
}
.experience__timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(255, 0, 0, 0.6509803922);
  position: absolute;
  left: 106px;
  top: 24px;
  border-radius: 100%;
}

@media screen and (max-width: 866px) and (min-width: 468px) {
  .experience__title {
    font-size: 34px;
  }
  .experience__body {
    max-width: 100%;
  }
  .experience__timeline {
    margin: 0 auto;
    padding-left: 0;
  }
  .experience__timeline li {
    padding-top: 40px;
    margin: 0 5%;
  }
  .experience__timeline li:first-child {
    padding-top: 0;
  }
  .experience__timeline p {
    margin: 0;
  }
  .experience__timeline-content {
    float: none;
    border-left: none;
    width: 100%;
    padding-left: 0;
  }
  .experience__timeline-content p {
    float: left;
    border: 2px solid black;
    border-radius: 3%;
    padding: 1.5%;
  }
  .experience__timeline-content:before {
    display: none;
  }
  .experience__timeline-date {
    padding-left: 0px;
    float: none;
  }
}
@media screen and (max-width: 468px) {
  .experience__title {
    font-size: 28px;
  }
  .experience__body {
    width: 100%;
  }
  .experience__timeline {
    margin: 0 auto;
    padding-left: 0;
  }
  .experience__timeline li {
    padding-top: 40px;
  }
  .experience__timeline li:first-child {
    padding-top: 0;
  }
  .experience__timeline-content {
    float: none;
    border-left: none;
    width: 100%;
    padding-left: 0;
  }
  .experience__timeline-content p {
    float: left;
    border: 2px solid black;
    border-radius: 3%;
    padding: 1%;
    margin: 0 2%;
  }
  .experience__timeline-content:before {
    display: none;
  }
  .experience__timeline-content h3 {
    padding-left: 4px;
  }
  .experience__timeline-date {
    padding-left: 4px;
    float: none;
  }
}
.my-skills {
  text-align: center;
}
.my-skills__title {
  padding-top: 40px;
  font-size: 72px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.916;
  color: #2b2b2b;
}
.my-skills__list {
  font-size: 32px;
  padding-top: 20px;
}

.my-orange::before {
  color: #ec6623;
}

.my-blue::before {
  color: rgb(10, 123, 241);
}

.my-yellow::before {
  color: rgb(200, 203, 12);
}

.my-purple::before {
  color: rgb(159, 110, 238);
}

.my-pink::before {
  color: rgb(252, 105, 207);
}

.my-sky::before {
  color: rgb(31, 63, 231);
}

.my-red::before {
  color: red;
}

@media screen and (max-width: 866px) and (min-width: 468px) {
  .my-skills__title {
    font-size: 34px;
  }
  .my-skills__list {
    font-size: 24px;
  }
}
@media screen and (max-width: 468px) {
  .my-skills__title {
    font-size: 28px;
  }
  .my-skills__list {
    font-size: 18px;
  }
}
.work {
  text-align: center;
}
.work__title {
  padding-top: 40px;
  font-size: 72px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.916;
  color: #2b2b2b;
}
.work__body {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 2%;
}
.work__body-wrapper {
  display: block;
  max-width: 632px;
  margin: 0 auto;
}
.work__body-img {
  padding-top: 3%;
  max-width: 600px;
  display: block;
}
.work__body-img img {
  width: 100%;
  border: 3px solid #2b2b2b;
}
.work__body-text {
  max-width: 632px;
  text-align: left;
  align-items: center;
}
.work__body-text-link {
  text-decoration: none;
}
.work__body-text-pv img {
  width: 100%;
  max-width: 450px;
}
.work__body-text p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
}
.work__body-text p span {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.work__body-text-1 {
  padding-left: 20%;
}
.work__body-text-img {
  max-width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.work__body-text-img img {
  width: 100%;
  min-width: 160px;
  border: 3px solid #2b2b2b;
}
.work__body h3 {
  font-size: 1.5rem;
}
.work__btn {
  margin: 0 auto;
  max-width: 150px;
  display: flex;
}
.work__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2rem;
  text-decoration: none;
  transition: all 0.15s ease;
}
.work__btn-icon i {
  position: relative;
  top: 1px;
}
.work__btn-icon:hover {
  color: #fdfdfd;
}
.work__btn-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -150%);
}
.work__btn-icon:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.work__btn-icon--site {
  background: #1E90FF;
  color: #fff;
}
.work__btn-icon--site .tooltip {
  background: #1E90FF;
  color: currentColor;
}
.work__btn-icon--site .tooltip::after {
  border-top-color: #1E90FF;
}
.work__btn-icon--gitbub {
  background: #2b2b2b;
  color: #fdfdfd;
}
.work__btn-icon--gitbub .tooltip {
  background: #2b2b2b;
  color: currentColor;
}
.work__btn-icon--gitbub .tooltip::after {
  border-top-color: #2b2b2b;
}

.tooltip {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.8rem 1rem;
  border-radius: 40px;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
  z-index: 1;
}
.tooltip:after {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent;
  transform: translate(-50%, 100%);
}

@media screen and (max-width: 468px) {
  .work {
    margin-top: 0;
    padding-top: 0;
  }
  .work__title {
    font-size: 28px;
  }
  .work h3 {
    font-size: 1.4rem;
  }
  .work__body-text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 866px) and (min-width: 468px) {
  .work {
    padding-top: 0px;
  }
  .work__title {
    font-size: 34px;
  }
  .work h3 {
    font-size: 1.4rem;
  }
  .work__body-text {
    margin: 0 auto;
  }
}
.contact {
  text-align: center;
  margin-bottom: 80px;
}
.contact__title {
  padding-top: 40px;
  font-size: 72px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.916;
  color: #2b2b2b;
}
.contact__body-wrapper {
  border-radius: 4px;
  background-color: #fdfdfd;
  position: relative;
}
.contact__body-wrapper-icons {
  font-size: 3.3rem;
  color: #fdfdfd;
  position: relative;
  border-radius: 50%;
  padding: 19px;
  margin: 9px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
  text-decoration: none;
}
.contact__body-wrapper-icons::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px;
  transform: scale(0.8);
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.contact__body-wrapper-icons::after:hover {
  transform: scale(1);
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}
.contact__body-wrapper-icons:nth-of-type(1) {
  background-color: #2b2b2b;
}
.contact__body-wrapper-icons:nth-of-type(1):hover {
  color: #2b2b2b;
}
.contact__body-wrapper-icons:nth-of-type(1)::after {
  border-color: #2b2b2b;
}
.contact__body-wrapper-icons:nth-of-type(2) {
  background-color: #4cc4f2;
}
.contact__body-wrapper-icons:nth-of-type(2):hover {
  color: #4cc4f2;
}
.contact__body-wrapper-icons:nth-of-type(2)::after {
  border-color: #4cc4f2;
}
.contact__body-wrapper-icons:nth-of-type(3) {
  background-color: #f13f79;
}
.contact__body-wrapper-icons:nth-of-type(3):hover {
  color: #f13f79;
}
.contact__body-wrapper-icons:nth-of-type(3)::after {
  border-color: #f13f79;
}
.contact__body-wrapper-icons:hover {
  background-color: transparent;
  transform: rotate(90deg);
  cursor: pointer;
  box-shadow: none;
}

@media screen and (max-width: 468px) {
  .contact {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .contact__title {
    font-size: 28px;
  }
  .contact__body-wrapper-icons {
    font-size: 2rem;
  }
}
@media screen and (max-width: 866px) and (min-width: 468px) {
  .contact {
    padding-top: 0px;
  }
  .contact__title {
    font-size: 34px;
  }
  .contact__body-wrapper-icons {
    font-size: 2.2rem;
  }
}
.footer {
  text-align: center;
  background: #fdfdfd;
  height: 80px;
}
.footer p {
  color: #2b2b2b;
  padding-top: 30px;
}
/*# sourceMappingURL=style.css.map */