@charset "UTF-8";
html {
  font-size: 100%;
}

html body {
  color: #383e45;
  font-size: 0.9rem;
}

html body .main-container {
  margin: 0 auto;
}

html body .main-container header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  opacity: 0.8;
}

html body a {
  text-decoration: none;
}

html body img {
  max-width: 100%;
}

html body li {
  list-style: none;
}

html body .site-title {
  width: 120px;
  line-height: 1px;
  padding: 10px 0;
}

html body .site-title a {
  display: block;
}

html body .section-title {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
  border-bottom: solid  1px #383e45;
}

html body .content-title {
  font-size: 1rem;
  margin: 10px 0;
}

html body .wrapper {
  /* max-width: 960px; */
  margin: 0 auto 100px auto;
  padding: 0 4%;
  text-align: center;
}

html body #header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

html body #header h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

html body #header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

html body #header ul li {
  margin-left: 30px;
}

html body #header ul li a {
  color: #24292e;
}

html body #header ul li a :hover {
  opacity: 0.7;
}

html body #mainvisual {
  margin-bottom: 80px;
  position: relative;
}

html body #mainvisual img {
  width: 100%;
  max-width: 1920px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

html body #mainvisual h2 {
  font-family: 'Arizonia', cursive;
  position: absolute;
  font-size: 5rem;
  line-height: 4rem;
  font-weight: lighter;
  text-align: right;
  color: #fff;
  bottom: 3%;
  right: 5%;
}

html .for-sp {
  display: none;
}

html .for-pc {
  display: block;
}

/*effect-fade*/
/* 画面外にいる状態 */
.effect-fade {
  opacity: 0.1;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/* 画面内に入った状態 */
.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*about*/
#about .content {
  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;
}

#about img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 30px;
}

#about .text {
  text-align: left;
}

/*footer*/
#footer {
  font-size: 0.8rem;
  padding: 10px 0;
  text-align: center;
  background-color: #e2e2e2;
}

/*works*/
#works ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

#works li {
  width: 32%;
}

#works img {
  width: 250px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*skills*/
#skills ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

#skills li {
  width: 32%;
  height: 60%;
}

#skills .bar {
  max-width: 600px;
  width: 100%;
  margin: 1em;
  color: white;
  padding: 0.25em;
  -webkit-animation: bar-animation 1 2s;
          animation: bar-animation 1 2s;
  background: #0091EA;
}

#skills .bar1 {
  max-width: 80%;
  background: #FF5252;
}

#skills .bar2 {
  max-width: 60%;
  background: #E040FB;
}

#skills .bar3 {
  max-width: 30%;
  background: #00E676;
}

#skills .bar4 {
  max-width: 20%;
  background: #0091EA;
}

#skills .bar5 {
  max-width: 90%;
  background: #1700e6;
}

#skills .bar6 {
  max-width: 90%;
  background: #f55003;
}

#skills .bar7 {
  max-width: 40%;
  background: #f7266c;
}

#skills .bar8 {
  max-width: 10%;
  background: #bba2ff;
  color: #2c2c2c;
}

#skills .bar9 {
  max-width: 0%;
  background: #ffffff;
}

#skills .bar10 {
  max-width: 90%;
  background: #00ad34;
}

@-webkit-keyframes bar-animation {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes bar-animation {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

#skills img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*トップ背景アニメーション*/
.custom-shape-divider-top-1631601631 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 5;
}

.custom-shape-divider-top-1631601631 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 264px;
}

.custom-shape-divider-top-1631601631 .shape-fill {
  fill: #5C5C5C99;
}

/*contact*/
#contact a p {
  display: block;
  margin: 0 auto;
  padding-top: 1rem;
  width: 30vw;
  height: 4rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: dodgerblue;
}

@media screen and (max-width: 600px) {
  #header nav {
    max-width: 580px;
  }
  #header nav ul li {
    margin-left: 10px !important;
  }
  /*mainvisual*/
  #mainvisual img {
    height: calc(100vh - 60px);
  }
  /*about*/
  #about .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about img {
    margin-right: 0;
  }
  /*works*/
  #works ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #works li {
    width: 100%;
    margin-bottom: 30px;
  }
  /*skills*/
  #skills ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #skills li {
    width: 100%;
    margin-bottom: 30px;
  }
  /*contact*/
  #contact a p {
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
    width: 50vw;
    height: 4rem;
    font-size: 1.1rem;
    color: #fff;
    background-color: dodgerblue;
  }
}
/*# sourceMappingURL=style.css.map */