@charset "UTF-8";
html {
  font-family: "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #707070;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #FBFBFB;
}

a {
  font-family: "futura-pt", "Century Gothic", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #707070;
  transition: opacity 0.6s;
}
a:hover {
  opacity: 0.6;
}

p {
  font-family: "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  line-height: 200%;
  font-weight: 400;
  text-wrap: normal;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt", "Century Gothic", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #707070;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 20px 0;
  font-size: 15px;
  font-weight: 400;
  text-shadow: 0px 1px 6px #D0D0D0;
  letter-spacing: 4px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 13px;
  }
}

h2 {
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0px 1px 3px #D0D0D0;
  letter-spacing: 4px;
  font-feature-settings: "palt";
  border-top: 1px solid #707070;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: -3vw;
}

h3:before {
  content: "└ ";
  font-weight: 600;
}

h3 {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  text-shadow: 0px 1px 6px #D0D0D0;
  letter-spacing: 3px;
  font-feature-settings: "palt";
}

h4 {
  font-size: 13px;
  font-weight: 400;
  text-shadow: 0px 1px 6px #D0D0D0;
  letter-spacing: 3px;
  font-feature-settings: "palt";
  width: 75px;
}

/*h2::before {
  content: "- ";
}
h2::after {
  content: " -";
}*/
#sidebar {
  z-index: 1000;
  text-align: right;
  position: fixed;
  backface-visibility: hidden;
  top: 15vh;
  right: 3vw;
}

.anchor-link li {
  padding-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.anchor-text {
  margin-right: 15px;
  font-size: 13px;
  letter-spacing: 1px;
  transition: all 0.1s ease-in-out;
}

.anchor-decoration {
  display: inline-block;
  margin: 0;
  width: 14px;
  height: 7px;
  border: 1px solid #707070;
  transition: background 0.1s ease-in-out;
}

.anchor-decoration:active {
  background-color: #707070;
}

.anchor-decoration_isHere {
  background-color: #707070;
}

main {
  min-width: 300px;
}

#container {
  overflow: hidden;
}

#title-logo-svg {
  width: 125px;
  filter: drop-shadow(0px 1px 3px #D0D0D0);
}

#about {
  transition: width 0.7s ease-in-out 0.01s;
  padding-top: 200px;
  width: 60vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  #about {
    padding-top: 150px;
    max-width: 600px;
    width: 80vw;
  }
}
#about h3 {
  width: 100px;
}

.my-face {
  text-align: center;
  border: 1px solid #707070;
}
.my-face img {
  max-width: 300px;
}

.about-info {
  margin-top: 30px;
}

#printed-matter-design {
  transition: width 0.7s ease-in-out 0.01s;
  width: 60vw;
  max-width: 700px;
  padding-top: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  #printed-matter-design {
    padding-top: 150px;
    max-width: 600px;
    width: 80vw;
  }
}
#logo-design {
  transition: width 0.7s ease-in-out 0.01s;
  padding-top: 200px;
  width: 60vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  #logo-design {
    padding-top: 150px;
    max-width: 600px;
    width: 80vw;
  }
}

.logo-notice {
  padding-top: 10px;
}

#web-coding {
  transition: width 0.7s ease-in-out 0.01s;
  width: 60vw;
  max-width: 700px;
  padding-top: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  #web-coding {
    padding-top: 150px;
    max-width: 600px;
    width: 80vw;
  }
}
.web-example {
  margin-bottom: 30px;
}
.web-example h3 {
  font-family: "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: normal;
}
.web-example a {
  font-family: "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: block;
}

.web-example-image {
  border: 1px solid #707070;
}
.web-example-image a {
  display: block;
}

footer {
  transition: width 0.7s ease-in-out 0.01s;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  margin-top: 200px;
  width: 60vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  footer {
    margin-top: 150px;
    max-width: 600px;
    width: 80vw;
  }
}
footer .copyright {
  font-family: "futura-pt", "Century Gothic", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-right: 30px;
  font-size: 12px;
}

.footer-container {
  padding: 30px;
}

.container_isShow {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */