@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "IBM Plex Sans JP", sans-serif;
  text-decoration: none;
  letter-spacing: 0.1em;
}
*::-moz-selection {
  color: #fdfdfd !important;
  background-color: #555 !important;
}
*::selection {
  color: #fdfdfd !important;
  background-color: #555 !important;
}

body {
  font-weight: 200;
  font-size: clamp(16px, 1.7vw, 18px);
  background: #fdfdfd;
  color: #050505;
  line-height: 2;
}

h1,
h2,
h3 {
  font-weight: 200;
  line-height: 1.6;
}

a {
  color: #050505;
  transition: 0.2s;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
  text-decoration-color: inherit;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
a:hover {
  opacity: 0.7;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
  border-radius: 5px;
}

.back {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 11;
}
@media screen and (max-width: 500px) {
  .back {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
  }
}
.back a {
  padding: 0.8em 1em;
  font-size: 14px;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
  text-decoration-color: inherit;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  background: #fdfdfd;
  display: flex;
  align-items: center;
  gap: 0.5em;
  border-radius: 10px;
}
.back a::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px #050505;
  border-left: solid 1px #050505;
  transform: rotate(-45deg);
}
.back a:hover {
  background: #eee;
}

main {
  padding: clamp(60px, 14vw, 200px) 20px clamp(100px, 15vw, 200px);
  max-width: 800px;
  margin: 0 auto;
}
main.page_top {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
main.page_top h2 {
  margin-bottom: 10px;
  font-size: 16px;
}
main.page_top .profile {
  padding: 0 10px;
}
main.page_top .profile ul li {
  display: flex;
  align-items: center;
}
main.page_top .profile ul li img {
  display: inline-block;
  width: 1.3em;
  height: auto;
  margin-bottom: 0;
  margin-right: 0.5em;
}
main.page_top .work ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 600px) {
  main.page_top .work ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.page_top .work ul li a {
  display: block;
  aspect-ratio: 1/1;
  line-height: 0;
}
main.page_top .work ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
main.page_top .note {
  padding: 0 10px;
}
main.page_top .note h2 img {
  display: inline-block;
  width: 1.3em;
  height: auto;
  margin-bottom: -0.2em;
  margin-right: 0.5em;
}
main.page_top .note ul li {
  display: flex;
  gap: 0.3em;
  margin-bottom: 0.4em;
  align-items: flex-start;
}
main.page_top .note ul li img {
  display: inline-block;
  width: 1.3em;
  height: auto;
  margin-bottom: 0;
  margin-right: 0.5em;
  padding-top: 0.1em;
}
main.page_top .note ul li a {
  font-size: 15px;
}
main.page_top .log {
  padding: 0 10px;
}
main.page_top .log ul li {
  display: inline-block;
}
main.page_top .log ul li::after {
  content: ",";
  padding: 0 0.2em;
}
main.page_top .log ul li:last-child::after {
  display: none;
}
main.page_top .log ul li a {
  font-size: 13px;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
  text-decoration-color: inherit;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
main.page_work .data {
  padding-top: 40px;
}
main.page_work .data .name {
  margin-bottom: 1em;
  font-size: 0.9em;
}
main.page_work .data ul.team li {
  font-size: 0.9em;
  margin-bottom: 0.2em;
}
main.page_work .data ul.team li span:first-child::after {
  content: ":";
  padding: 0 0.2em;
}
main.page_note .iconvisual {
  text-align: center;
}
main.page_note .iconvisual img {
  width: 100px;
}
main.page_note article > div {
  margin-bottom: 40px;
}
main.page_note article h1 {
  margin-bottom: 2em;
  font-size: clamp(22px, 2.4vw, 26px);
}
main.page_note article h2 {
  padding: 2em 0 0.2em;
  margin-bottom: 1em;
  border-bottom: solid 1px #b4b4b4;
  font-size: clamp(20px, 2.1vw, 22px);
}
main.page_note article h3 {
  padding: 2em 0 1em;
  font-size: clamp(18px, 1.9vw, 20px);
}
main.page_note article p {
  margin-bottom: 2em;
}
main.page_note article p strong {
  font-weight: 400;
}
main.page_note article p code {
  background: #f4f4f4;
  border-radius: 2px;
  padding: 0 0.4em;
  margin: 0 0.2em;
}
main.page_note article .code-toolbar pre {
  padding: 3em 1.5em 1.5em 1.5em;
  border-radius: 5px;
  background-color: #f4f4f4;
}
main.page_note article .code-toolbar pre code {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 300;
}
main.page_note article .code-toolbar .toolbar {
  opacity: 1;
  top: 7px;
  right: 5px;
}
main.page_note article .code-toolbar .toolbar .toolbar-item button {
  box-shadow: none;
  cursor: pointer;
  box-shadow: none;
  background: #ddd;
  color: #444;
  padding: 0.2em 0.8em;
  border-radius: 5px;
}
main.page_note article .code-toolbar .toolbar .toolbar-item button:hover {
  opacity: 0.8;
}
main.page_note article .code-toolbar .toolbar .toolbar-item span {
  box-shadow: none;
  background: transparent;
  color: #333;
}/*# sourceMappingURL=style.css.map */