* {
  box-sizing: border-box;
  color: #3E3A39;
}

html {
  font-size: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}

li {
  list-style: none;
}

p,
h2,
h3,
h4,
h5,
h6,
li {
  line-height: 1.75;
}

p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

body {
  font-size: 16px;
}

.header {
  background-image: url(../img/bg_wave01.png);
  background-position: right top;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header {
    background-size: 90vw;
    height: 32vw;
  }
}
@media screen and (min-width: 768px) {
  .header {
    height: 21.8vw;
  }
}
.header__logo {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 63vw;
    top: 14.5vw;
    left: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .header__logo {
    top: 9.5vw;
    left: 5vw;
  }
}
.header__logo img {
  max-width: 100%;
}

.intro__name {
  max-width: 312px;
  margin: auto;
}
.intro__name p {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 2vw 0 4vw;
}
@media screen and (max-width: 767px) {
  .intro__name p {
    margin: 6vw 0 12vw;
  }
}
@media screen and (min-width: 768px) {
  .intro__name p {
    margin: 2vw 0 4vw;
  }
}
.intro__name p span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .intro__name {
    width: 65vw;
  }
}
.intro__name img {
  width: 100%;
}
.intro__ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
}

.portfolio {
  text-align: center;
}
.portfolio .intro__ttl::before {
  content: "";
  background-image: url(../img/icon_pc.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 3.2rem;
  height: 2.5rem;
  margin: 0 auto 0.5rem;
}
.portfolio__link {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .portfolio {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .portfolio {
    margin-bottom: 4vw;
  }
}

.sns {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sns {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .sns {
    margin-bottom: 4vw;
  }
}
.sns .intro__ttl::before {
  content: "";
  background-image: url(../img/icon_sns.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 3.2rem;
  height: 2.9rem;
  margin: 0 auto 0.5rem;
}
.sns__link {
  line-height: 1;
}
.sns__link::before {
  content: "";
  background-image: url(../img/icon_twitter.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5rem;
  height: 1.2rem;
  margin-right: 0.3rem;
}

.footer {
  background-image: url(../img/bg_wave02.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    background-size: 95vw;
    height: 44.8vw;
    margin-top: 18vw;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    height: 22.8vw;
  }
}
.footer img {
  position: absolute;
  bottom: 3vw;
  right: 5vw;
}
@media screen and (max-width: 767px) {
  .footer img {
    width: 66vw;
  }
}
/*# sourceMappingURL=style.css.map */