html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
}

body {
  font-size: 16px;
  color: #221814;
}

img {
  max-width: 100%;
  height: auto;
}

.roboto {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

header {
  padding-top: 160px;
}
header h1 {
  text-align: center;
  margin-bottom: 100px;
}
header ul {
  font-size: 46px;
  font-feature-settings: "palt";
  display: grid;
  gap: 20px 0;
  line-height: 1.2;
  margin-bottom: 150px;
}
header ul li {
  padding-left: 3.1em;
  text-indent: -3.1em;
}

#works {
  margin-bottom: 250px;
}
#works p {
  line-height: 1.5;
  margin-bottom: 20px;
}
#works .roboto {
  display: block;
}
#works ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 35px;
  margin-bottom: 80px;
}
#works ul:last-child {
  margin-bottom: 0;
}

#bio {
  line-height: 2;
  font-feature-settings: "palt";
  margin-bottom: 200px;
}
#bio h2 {
  font-size: 32px;
  border-top: solid 1px #000;
  padding-top: 10px;
  margin-bottom: 25px;
}
#bio .w_text {
  margin-bottom: 60px;
}
#bio .w_text p {
  margin-bottom: 2em;
}
#bio .w_text p:last-child {
  margin-bottom: 0;
}
#bio .w_text .fs24 {
  font-size: 24px;
}
#bio .hide {
  display: none;
}
#bio .hide .w_text {
  margin-bottom: 0;
}
#bio .hide .w_text p {
  margin-bottom: 0;
}
#bio #more_btn {
  width: 107px;
  aspect-ratio: 107/66;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: 0.4s ease;
  background: url(../img/renew/more.svg) no-repeat center/cover;
}
#bio #more_btn.active {
  background-image: url(../img/renew/more_on.svg);
}
#bio #more_btn:hover {
  opacity: 0.6;
}

#page-top {
  position: fixed;
  z-index: 99;
  bottom: 50px;
  right: 50px;
  width: 80px;
}

footer {
  padding: 100px 0 50px;
  text-align: center;
}
footer .insta {
  margin-bottom: 30px;
}
footer .insta a {
  transition: 0.4s ease;
}
footer .insta a:hover {
  opacity: 0.6;
}
footer .insta img {
  max-width: 50px;
}
footer small {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body {
    font-size: 1.25vw;
    color: #221814;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .roboto {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
  }
  .w1200 {
    max-width: 93.75vw;
    margin-left: auto;
    margin-right: auto;
  }
  header {
    padding-top: 12.5vw;
  }
  header h1 {
    text-align: center;
    margin-bottom: 7.8125vw;
  }
  header h1 img {
    max-width: 78.125vw;
  }
  header ul {
    font-size: 3.59375vw;
    font-feature-settings: "palt";
    display: grid;
    gap: 1.5625vw 0;
    line-height: 1.2;
    margin-bottom: 11.71875vw;
  }
  header ul li {
    padding-left: 3.1em;
    text-indent: -3.1em;
  }
  #works {
    margin-bottom: 19.53125vw;
  }
  #works p {
    line-height: 1.5;
    margin-bottom: 1.5625vw;
  }
  #works .roboto {
    display: block;
  }
  #works ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 2.734375vw;
    margin-bottom: 6.25vw;
  }
  #works ul:last-child {
    margin-bottom: 0;
  }
  #bio {
    line-height: 2;
    font-feature-settings: "palt";
    margin-bottom: 15.625vw;
  }
  #bio h2 {
    font-size: 2.5vw;
    border-top: solid 0.078125vw #000;
    padding-top: 0.78125vw;
    margin-bottom: 1.953125vw;
  }
  #bio .w_text {
    margin-bottom: 4.6875vw;
  }
  #bio .w_text p {
    margin-bottom: 2em;
  }
  #bio .w_text p:last-child {
    margin-bottom: 0;
  }
  #bio .w_text .fs24 {
    font-size: 1.875vw;
  }
  #bio .hide {
    display: none;
  }
  #bio .hide .w_text {
    margin-bottom: 0;
  }
  #bio #more_btn {
    width: 8.359375vw;
    aspect-ratio: 107/66;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    transition: 0.4s ease;
    background: url(../img/renew/more.svg) no-repeat center/cover;
  }
  #bio #more_btn.active {
    background-image: url(../img/renew/more_on.svg);
  }
  #bio #more_btn:hover {
    opacity: 0.6;
  }
  #page-top {
    position: fixed;
    z-index: 99;
    bottom: 3.90625vw;
    right: 3.90625vw;
    width: 6.25vw;
  }
  footer {
    padding: 7.8125vw 0 3.90625vw;
    text-align: center;
  }
  footer .insta {
    margin-bottom: 2.34375vw;
  }
  footer .insta a {
    transition: 0.4s ease;
  }
  footer .insta a:hover {
    opacity: 0.6;
  }
  footer .insta img {
    max-width: 3.90625vw;
  }
  footer small {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
  .w1200 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  header {
    padding-top: 16vw;
  }
  header h1 {
    text-align: center;
    margin-bottom: 13.3333333333vw;
  }
  header h1 img {
    max-width: 53.3333333333vw;
  }
  header ul {
    font-size: 4.2666666667vw;
    display: grid;
    gap: 4vw 0;
    line-height: 1.2;
    margin-bottom: 21.3333333333vw;
  }
  header ul li {
    padding-left: 3.1em;
    text-indent: -3.1em;
  }
  header ul br {
    display: none;
  }
  #works {
    margin-bottom: 26.6666666667vw;
  }
  #works p {
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
  }
  #works .roboto {
    display: block;
  }
  #works ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8vw 0;
    margin-bottom: 21.3333333333vw;
  }
  #works ul img {
    width: 100%;
  }
  #works ul:last-child {
    margin-bottom: 0;
  }
  #bio {
    line-height: 2;
    font-feature-settings: "palt";
    margin-bottom: 26.6666666667vw;
  }
  #bio h2 {
    font-size: 8vw;
    border-top: solid 0.2666666667vw #000;
    padding-top: 2.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  #bio .w_text {
    margin-bottom: 16vw;
  }
  #bio .w_text p {
    margin-bottom: 2em;
  }
  #bio .w_text p:last-child {
    margin-bottom: 0;
  }
  #bio .hide {
    display: none;
  }
  #bio .hide .w_text {
    margin-bottom: 0;
  }
  #bio #more_btn {
    width: 24vw;
    aspect-ratio: 107/66;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    transition: 0.4s ease;
    background: url(../img/renew/more.svg) no-repeat center/cover;
  }
  #bio #more_btn.active {
    background-image: url(../img/renew/more_on.svg);
  }
  #bio #more_btn:hover {
    opacity: 0.6;
  }
  #page-top {
    position: fixed;
    z-index: 99;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 13.3333333333vw;
  }
  footer {
    padding: 26.6666666667vw 0 13.3333333333vw;
    text-align: center;
  }
  footer .insta {
    margin-bottom: 8vw;
  }
  footer .insta a {
    transition: 0.4s ease;
  }
  footer .insta a:hover {
    opacity: 0.6;
  }
  footer .insta img {
    max-width: 13.3333333333vw;
  }
  footer small {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
