/*
Theme Name: nocks graphic collaboration
Theme URI: http://norry.sakura.ne.jp/profile/
*/
body {
  background: #D9D9D9;
  font-family: "din-2014", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}
body p {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 1px;
}

/* PC setting */
@media screen and (min-width: 1024px) {
  body {
    padding: 32px 0;
  }
}
.container {
  max-width: 1800px;
  background: #F6F5F3;
  margin: 0 auto;
  border-left: solid 1px #423F3B;
  border-right: solid 1px #423F3B;
  border-top: solid 1px #423F3B;
}

section:not(:first-child) {
  border-top: 1px solid #423F3B;
}

.l-header {
  padding: 16px 24px;
}
@media screen and (min-width: 540px) {
  .l-header {
    padding: 24px 32px 26px;
  }
}
.l-header {
  background: #F6F5F3;
  border-bottom: 1px solid #423F3B;
}
.l-header__upper {
  display: flex;
  justify-content: space-between;
}
.l-header__upper hgroup {
  display: flex;
  flex-direction: column;
}
.l-header__upper hgroup h1 {
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
}
.l-header__upper hgroup p {
  font-size: 0.625rem;
  line-height: 1.6;
}
.l-header__gnav ul {
  display: flex;
  gap: 24px;
  padding-top: 10px;
}

header.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
header.l-header .l-header__gnav {
  display: block;
}

/* PC setting */
@media screen and (min-width: 1024px) {
  .l-header {
    padding-top: 18px !important;
    border-left: 1px solid #423F3B;
  }
  .l-header__upper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #423F3B;
    padding-bottom: 8px;
  }
  .l-header__upper hgroup {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 28px;
  }
  .l-header__upper hgroup h1 {
    font-size: 2rem;
  }
  .l-header__upper hgroup p {
    margin-bottom: 3px;
  }
  .l-header__upper .c-list__sns {
    display: flex;
  }
  header.l-header {
    transform: rotate(-90deg) translateY(calc(64px - 100vh));
    transform-origin: top right;
    max-width: calc(100vh - 64px);
    left: initial;
    border-bottom: none;
  }
  header.l-header__upper hgroup p {
    margin-bottom: 3px;
    font-size: 0.875rem;
  }
  header.l-header .l-header__gnav {
    display: block;
  }
}
/* PC setting */
@media screen and (min-width: 1024px) {
  .l-main {
    border-left: 1px solid #423F3B;
    margin-left: 119px;
    margin-top: -118px;
  }
}
footer.l-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #423F3B;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer.l-header .l-header__upper {
  border-bottom: 1px solid #423F3B;
  padding-bottom: 16px;
}
footer.l-header .l-header__gnav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer.l-header .l-header__gnav ul {
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
footer.l-header .l-header__gnav small {
  font-size: 0.75rem;
}

/* PC setting */
@media screen and (min-width: 1024px) {
  footer.l-header .l-header__gnav {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
  }
  footer.l-header .l-header__gnav ul {
    flex-direction: row;
    gap: 24px;
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */