@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*******************************
Reset
*******************************/
html, body, div, span, 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, dl, dt, dd, ol, ul, li,
formet, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0 0;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

formet {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*******************************
Page
*******************************/
html {
  font-size: 100%;
}

body {
  direction: ltr;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-width: 320px;
  background: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 100%;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
  font-smoothing: antialiased;
}

body {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
}

@media print, screen and (max-width: 760px) {
  .container {
    padding: 0 16px;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.header .header-logo {
  position: relative;
  width: auto;
  color: #000000;
}
.header .header-logo .the-name {
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: flex-start;
}
.header .header-logo .the-name span {
  display: flex;
  width: 0;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  opacity: 0;
  transition: width 200ms ease-in-out, opacity 200ms ease-in-out 300ms;
}
.header .header-logo .the-name span.im {
  width: 24px;
  opacity: 1;
}
.header .header-logo .the-name:hover span {
  width: 24px;
  opacity: 1;
}
.header .main-menu .links-list {
  display: flex;
}
.header .main-menu .link-lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .main-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .main-menu ul li {
  display: block;
  position: relative;
  padding: 0 16px;
}
.header .main-menu ul li a {
  background: #fff;
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 4px 0;
  color: #000000;
  font-weight: 400;
  transition: all 200ms ease-out;
}
.header .main-menu ul li a:hover {
  opacity: 0.5;
}
.header .main-menu .divider {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #E0E0E0;
}

@media print, screen and (max-width: 760px) {
  .header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 0;
  }
}
.index-about {
  display: flex;
  padding: 10vw 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.index-about h1 {
  max-width: 1000px;
  align-self: stretch;
  color: #BFBFBF;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.6%;
}
.index-about h1 span {
  color: #000;
}

@media print, screen and (max-width: 760px) {
  .index-about h1 {
    font-size: 24px;
  }
}
.index-section-title {
  display: flex;
  padding: 24px 0;
  align-items: center;
  align-self: stretch;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.6%;
}

.project-label {
  display: flex;
  padding: 4px 8px 4px 4px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  color: #8A8A8A;
  background: #FFF;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.project-label.figma span {
  width: 16px;
  height: 16px;
  background: url("../image/figma-logo.svg") no-repeat;
}
.project-label.medium span {
  margin-right: 2px;
  width: 16px;
  height: 16px;
  background: url("../image/medium-logo.svg") no-repeat;
}

.works-list {
  margin-bottom: 80px;
  display: grid;
  gap: 24px;
  align-self: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.works-list .the-project {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: all 200ms ease-out;
}
.works-list .the-project .project-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.works-list .the-project .project-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.6%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
  padding: 16px 24px;
  align-items: flex-end;
  opacity: 0;
  transition: all 200ms ease-in-out;
  background: rgba(0, 0, 0, 0.1);
}
.works-list .the-project:hover {
  transform: scale(1.01);
}
.works-list .the-project:hover .project-title {
  opacity: 1;
}
.works-list.crafts-list {
  display: grid;
  row-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-self: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.works-list.crafts-list .the-project {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: start;
  justify-self: stretch;
  border-radius: 0;
}
.works-list.crafts-list .project-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.works-list.crafts-list .project-img img {
  aspect-ratio: 1/1;
}
.works-list.crafts-list .project-caption .project-title {
  position: relative;
  background: none;
  color: #000000;
  opacity: 1;
  padding: 0;
}
.works-list.crafts-list .project-caption .project-desc {
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.works-list .project-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

@media print, screen and (max-width: 1200px) {
  .works-list.crafts-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media print, screen and (max-width: 1000px) {
  .works-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media print, screen and (max-width: 760px) {
  .works-list.crafts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.publications-list {
  padding-bottom: 80px;
  display: grid;
  gap: 24px;
  align-self: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.publications-list .the-publication {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: start;
  justify-self: stretch;
  border-radius: 12px;
  background: #F5F6F7;
  position: relative;
  z-index: 1;
  transition: all 200ms ease-in-out;
}
.publications-list .the-publication .the-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  align-self: stretch;
}
.publications-list .the-publication h3 {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}
.publications-list .the-publication p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}
.publications-list .the-publication:hover {
  background: #f0f0f0;
}

@media print, screen and (max-width: 760px) {
  .publications-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.the-work-page .page-title {
  display: flex;
  padding: 10vw 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.6%;
}
.the-work-page .page-content {
  color: #202020;
  font-family: "Inter", sans-serif;
}
.the-work-page .page-content h1,
.the-work-page .page-content h2,
.the-work-page .page-content h3,
.the-work-page .page-content h4,
.the-work-page .page-content h5,
.the-work-page .page-content h6 {
  margin: 48px auto 8px;
  max-width: 800px;
  font-weight: 500;
}
.the-work-page .page-content h1 {
  font-size: 36px;
}
.the-work-page .page-content h2 {
  font-size: 32px;
}
.the-work-page .page-content h3 {
  font-size: 28px;
}
.the-work-page .page-content h4 {
  font-size: 24px;
}
.the-work-page .page-content h5 {
  font-size: 20px;
}
.the-work-page .page-content h6 {
  font-size: 18px;
}
.the-work-page .page-content p,
.the-work-page .page-content .wp-block-list,
.the-work-page .page-content .wp-block-gallery,
.the-work-page .page-content .wp-block-columns,
.the-work-page .page-content .about-img,
.the-work-page .page-content .wp-block-image,
.the-work-page .page-content .wp-block-quote,
.the-work-page .page-content .wp-block-pullquote,
.the-work-page .page-content .wp-block-media-text {
  margin: 8px auto;
}
.the-work-page .page-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
  max-width: 800px;
}
.the-work-page .page-content p.has-background {
  border-radius: 12px;
  overflow: hidden;
  padding: 16px;
}
.the-work-page .page-content .wp-block-list {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
  max-width: 800px;
  padding-left: 24px;
}
.the-work-page .page-content ul {
  list-style: disc outside;
}
.the-work-page .page-content ol {
  list-style: decimal outside;
}
.the-work-page .page-content a {
  color: #0048ff;
}
.the-work-page .page-content a:hover {
  color: #0800ff;
}
.the-work-page .page-content .wp-block-image img {
  display: block;
  margin: auto;
  border-radius: 16px !important;
}
.the-work-page .page-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 32px !important;
}
.the-work-page .page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 32px 0 0 !important;
}
.the-work-page .page-content .wp-block-media-text img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 16px !important;
}
.the-work-page .page-content .wp-block-cover {
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.the-work-page .page-content .wp-block-quote {
  max-width: 800px;
}
.the-work-page .page-content .wp-block-quote p {
  font-size: 20px;
  font-weight: 300;
  padding: 0 0 0 16px;
  margin: 0;
  border-left: 8px solid #e0e0e0;
}
.the-work-page .page-content .wp-block-pullquote {
  padding: 0 1rem;
  background: #f5f5f5 !important;
  text-align: center;
  padding: 1rem 1rem !important;
  border-radius: 0.75rem;
}
.the-work-page .page-content .wp-block-pullquote p {
  font-size: 1.5rem;
  font-weight: 300;
}
.the-work-page .page-content .wp-block-pullquote cite {
  font-size: 0.875rem;
  font-weight: 300;
  color: #999;
  display: block;
}

@media print, screen and (max-width: 760px) {
  .the-work-page .page-title {
    font-size: 32px;
  }
}
.footer {
  text-align: center;
  padding: 128px 24px;
  margin-top: 48px;
  background: #111;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 18px;
  background: #ffffff;
  border-radius: 0 0 48px 48px;
}
.footer p {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 24px;
}
.footer p.mail {
  opacity: 0.5;
  font-weight: 400;
}
.footer .social-link {
  margin-top: 48px;
}
.footer .social-link a {
  color: #ffffff;
  opacity: 1;
  display: inline-block;
  margin: 16px;
  font-size: 20px;
  font-weight: 500;
}
.footer .social-link a:hover {
  opacity: 0.5;
}

@media print, screen and (max-width: 760px) {
  .footer {
    padding: 64px 24px;
  }
  .footer::before {
    border-radius: 0 0 24px 24px;
  }
  .footer p {
    font-size: 32px;
  }
  .footer .social-link {
    margin-top: 32px;
  }
}/*# sourceMappingURL=style.css.map */