#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  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;
  -webkit-transform: translateZ(0);
  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% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}

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

.loaded {
  opacity: 0;
  visibility: hidden;
}

.header {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fdfdfd;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 90;
  top: 0;
}

.header__nav {
  position: absolute;
  left: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.40s;
  transition: 0.40s;
  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;
  -webkit-transition: 0.3s ease-in-out;
  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) {
  -webkit-transform: translate(1px, 3px) rotate(315deg);
  transform: translate(-5px, 0px) rotate(315deg);
}

.header-s__hamburger.active span:nth-child(3) {
  -webkit-transform: translate(11px, -15px) rotate(-45deg);
  transform: translate(15px, -19px) rotate(45deg);
}

.header-s__hamburger.active span:nth-child(2) {
  width: 41px;
  -webkit-transform: translate(-1px, 0px) rotate(270deg);
          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;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
}

.header-s__globalMenuSp.active {
  -webkit-transform: translateY(0%);
          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 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  padding-top: 15px;
  padding-bottom: 40px;
}

.logo-return img {
  border: 3px solid #ff0000a6;
}

.logo-return-s {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.logo-return-s img {
  border-radius: 50%;
  border: 3px solid #ff0000a6;
}

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

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

.scroll-animation-obj {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

.scroll-animation-hop {
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
}

.scroll-animation-scale {
  -webkit-transform: scale(1, 1);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}

@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: #ff0000a6;
  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: #0a7bf1;
}

.my-yellow::before {
  color: #c8cb0c;
}

.my-purple::before {
  color: #9f6eee;
}

.my-pink::before {
  color: #fc69cf;
}

.my-sky::before {
  color: #1f3fe7;
}

.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: 7%;
}

.work__body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work__body-img {
  max-width: 400px;
  padding-top: 3%;
}

.work__body-img img {
  width: 100%;
  min-width: 160px;
  border: 3px solid #2b2b2b;
  border-radius: 5%;
}

.work__body-text {
  padding-left: 10%;
  max-width: 500px;
  text-align: left;
}

.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.3rem;
}

.work__body-text-1 {
  padding-left: 20%;
}

.work__body h3 {
  font-size: 1.5rem;
}

.work__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2.0rem;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  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;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
}

.work__btn-icon:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
          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;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s ease;
  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;
  -webkit-transform: translate(-50%, 100%);
          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-img {
    margin: 0 auto;
  }
  .work__body-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work__body-text {
    padding-left: 0%;
    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-img {
    margin: 0 auto;
  }
  .work__body-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work__body-text {
    padding-left: 0%;
    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;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.3s ease;
  transition: color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.3s ease;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  text-decoration: none;
}

.contact__body-wrapper-icons::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__body-wrapper-icons::after:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
          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;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
  -webkit-box-shadow: none;
          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: 2.0rem;
  }
}

@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 */