body {
  font-family: neue-haas-unica, BlinkMacSystemFont, -apple-system, 'Helvetica Neue', helvetica, roboto, arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'YuGothic','YuGothic UI',sans-serif;
  letter-spacing: 0.07em;
  font-feature-settings: 'palt';
  color: #444; }

@media screen and (max-width: 940px) {
  * {
    -webkit-tap-highlight-color: transparent; }

  body {
    color: #333; }
    body.body-fixed {
      position: fixed; }

  .pc {
    display: none; }

  #wrapper {
    width: 100%;
    margin-bottom: 80px; }
    #wrapper nav {
      width: 100%;
      margin-bottom: 40px;
      position: absolute;
      z-index: 1;
      background-color: #fff; } }
    @media screen and (max-width: 940px) and (max-width: 600px) {
      #wrapper nav {
        padding-top: 30px; } }
    @media screen and (max-width: 940px) and (min-width: 600px) and (max-width: 940px) {
      #wrapper nav {
        padding-top: 8%; } }
@media screen and (max-width: 940px) {
      #wrapper nav.nav-active {
        height: 100vh;
        position: fixed; }
      #wrapper nav h1 {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between; }
        #wrapper nav h1 .img-container {
          width: 48%; }
          #wrapper nav h1 .img-container img {
            width: 100%;
            max-width: 150px; }
        #wrapper nav h1 #humburgur-button {
          width: 31px;
          margin-top: 25px; }
          #wrapper nav h1 #humburgur-button span {
            display: block;
            width: 100%;
            border-bottom: 2px solid #444;
            margin-bottom: 11px; }
        #wrapper nav h1 .humburgur-active {
          margin-right: 5px; }
          #wrapper nav h1 .humburgur-active span:first-of-type {
            width: 36.96px !important;
            transform-origin: right top;
            transform: rotate(-45deg); }
          #wrapper nav h1 .humburgur-active span:nth-of-type(2) {
            visibility: hidden; }
          #wrapper nav h1 .humburgur-active span:nth-of-type(3) {
            width: 36.96px !important;
            transform-origin: right bottom;
            transform: rotate(45deg); }
      #wrapper nav ul {
        height: 0px;
        overflow: hidden;
        width: 85%;
        margin: 0 auto; }
        #wrapper nav ul li {
          margin-bottom: 28px;
          font-size: 21px;
          font-weight: 300;
          letter-spacing: 0.1em; }
          #wrapper nav ul li a {
            text-decoration: none;
            color: #000; }
        #wrapper nav ul.ul-active {
          height: auto; }
    #wrapper article {
      width: 85%;
      margin: 0 auto; } }
    @media screen and (max-width: 940px) and (max-width: 600px) {
      #wrapper article {
        padding-top: 130px; } }
    @media screen and (max-width: 940px) and (min-width: 600px) and (max-width: 940px) {
      #wrapper article {
        padding-top: 11%; } }
@media screen and (max-width: 940px) {
      #wrapper article section {
        padding-top: 30px;
        margin-bottom: 50px; }
        #wrapper article section h2 {
          color: #111;
          font-weight: 200;
          font-size: 35px;
          margin-bottom: 28px;
          letter-spacing: 0.07em; }
        #wrapper article section > p {
          font-weight: 300;
          font-size: 16px;
          letter-spacing: 0.07em;
          line-height: 1.55;
          color: #000; }
          #wrapper article section > p span.year {
            margin-right: 5px; }
        #wrapper article section ul li {
          position: relative;
          list-style: none;
          margin-bottom: 25px;
          margin-left: 26px; }
          #wrapper article section ul li:before {
            content: "";
            width: 16px;
            height: 16px;
            display: inline-block;
            background: url(../imgs/list.svg);
            background-size: contain;
            position: absolute;
            top: 5px;
            left: -24px;
            margin-right: 5px;
            vertical-align: top; }
          #wrapper article section ul li h3 {
            font-size: 20px;
            font-weight: 300;
            margin-bottom: 6px;
            line-height: 1.3;
            color: #222; }
          #wrapper article section ul li p {
            font-weight: 300;
            font-size: 14px;
            line-height: 1.4;
            margin-bottom: 5px;
            color: #000; }
            #wrapper article section ul li p strong {
              font-weight: 500;
              color: #333; }
            #wrapper article section ul li p a {
              color: #000; }
              #wrapper article section ul li p a:hover {
                opacity: 0.6; } }
      @media screen and (max-width: 940px) and (min-width: 600px) and (max-width: 940px) {
        #wrapper article section#works .works-list {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          #wrapper article section#works .works-list .work {
            width: 31.2%;
            height: 31.2%;
            position: relative;
            margin-bottom: 3%; }
            #wrapper article section#works .works-list .work img {
              width: 100%; }
            #wrapper article section#works .works-list .work p.credit {
              position: absolute;
              bottom: 5px;
              right: 5px;
              font-size: 10px;
              font-weight: 300;
              color: #eee; }
            #wrapper article section#works .works-list .work a.remodal-link:hover {
              cursor: pointer;
              opacity: 0.7; }
          #wrapper article section#works .works-list::after {
            content: "";
            display: block;
            width: 31.2%; } }
      @media screen and (max-width: 940px) and (max-width: 600px) {
        #wrapper article section#works .works-list {
          margin-bottom: 12px; }
          #wrapper article section#works .works-list .work {
            width: 100%;
            position: relative;
            margin-bottom: 8%; }
            #wrapper article section#works .works-list .work img {
              width: 100%; }
            #wrapper article section#works .works-list .work p.credit {
              position: absolute;
              bottom: 5px;
              right: 5px;
              font-size: 10px;
              font-weight: 300;
              color: #eee; }
            #wrapper article section#works .works-list .work a.remodal-link:hover {
              cursor: pointer;
              opacity: 0.7; }
            #wrapper article section#works .works-list .work:last-of-type {
              margin-bottom: 20px; } }
@media screen and (max-width: 940px) {
        #wrapper article section#works p.right {
          text-align: right;
          font-size: 18.5px; }
          #wrapper article section#works p.right img {
            height: 12px;
            margin-left: 2px;
            margin-bottom: 0px; }
          #wrapper article section#works p.right a#see-more-works {
            color: #333;
            text-decoration: none; }
            #wrapper article section#works p.right a#see-more-works:hover {
              opacity: 0.65; }
        #wrapper article section#works p.left {
          font-size: 18.5px; }
          #wrapper article section#works p.left img {
            height: 12px;
            margin-left: 2px;
            margin-bottom: 0px; }
          #wrapper article section#works p.left a#see-more-works {
            color: #333;
            text-decoration: none; }
            #wrapper article section#works p.left a#see-more-works:hover {
              opacity: 0.65; }
        #wrapper article section#publication h3 {
          font-weight: 500;
          letter-spacing: 0.07em;
          color: #666;
          margin-bottom: 20px;
          font-size: 16.2px; }
        #wrapper article section#publication ul:first-of-type {
          margin-bottom: 28px; }
        #wrapper article section#publication ul li p {
          font-size: 16px;
          line-height: 1.45; }

  footer {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px; }
    footer p {
      font-size: 10px;
      text-align: center;
      font-weight: 300;
      letter-spacing: 0.07em; }

  .remodal h3 {
    text-align: left;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 28px;
    line-height: 1;
    color: #111; }
  .remodal p.description {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 1.55;
    margin-bottom: 26px;
    color: #000; }
  .remodal h4 {
    text-align: left;
    font-weight: 300;
    margin-bottom: 6px;
    color: #000; }
  .remodal h5 {
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
    margin-top: 14px; }
  .remodal ul {
    padding-left: 15px;
    margin-bottom: 18px; }
    .remodal ul li {
      position: relative;
      font-weight: 300;
      text-align: left;
      font-size: 14px;
      padding-bottom: 4.5px;
      list-style: none;
      line-height: 1.5;
      color: #000; }
      .remodal ul li span.small {
        display: inline-block;
        font-size: 11.5px;
        line-height: 1.5;
        margin-left: 10px; }
      .remodal ul li a {
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #000;
        display: inline-block;
        height: 19px; }
        .remodal ul li a:hover {
          opacity: 0.65; }
      .remodal ul li:before {
        content: "";
        width: 12px;
        height: 12px;
        display: inline-block;
        background: url(../imgs/list.svg);
        background-size: contain;
        position: absolute;
        top: 5px;
        left: -16px;
        vertical-align: top; }
  .remodal p.credit {
    font-weight: 300;
    text-align: left;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 28px;
    color: #000; }
  .remodal p.remodal-confirm {
    text-align: center;
    margin-bottom: 2px; }
    .remodal p.remodal-confirm:hover {
      cursor: pointer; }
    .remodal p.remodal-confirm span {
      display: inline-block;
      border-bottom: 1px solid #333;
      line-height: 1.3;
      font-weight: 300;
      font-size: 19px; }
  .remodal .movie-container {
    margin-bottom: 5%; }
  .remodal .img-container {
    width: 100%;
    margin-bottom: 5%; }
    .remodal .img-container img {
      width: 100%; }
  .remodal .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .remodal .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

  .remodal {
    width: 97%;
    padding: 31px 5.5%; }
    .remodal p.remodal-confirm span {
      font-size: 18.5px; } }
@media screen and (min-width: 940px) {
  .sp {
    display: none; }

  #wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 80px; }
    #wrapper nav {
      width: 280px; }
      #wrapper nav h1 {
        width: 150px;
        margin-bottom: 50px; }
        #wrapper nav h1 img {
          width: 100%; }
      #wrapper nav ul li {
        margin-bottom: 25px;
        font-size: 19px;
        font-weight: 300;
        letter-spacing: 0.1em; }
        #wrapper nav ul li a {
          text-decoration: none;
          color: #444; }
    #wrapper article {
      width: 720px; }
      #wrapper article section {
        margin-bottom: 60px; }
        #wrapper article section h2 {
          font-weight: 200;
          font-size: 38px;
          margin-bottom: 20px;
          letter-spacing: 0.07em; }
        #wrapper article section > p {
          font-weight: 300;
          font-size: 16px;
          letter-spacing: 0.07em;
          line-height: 1.55; }
          #wrapper article section > p span.year {
            margin-right: 5px; }
        #wrapper article section ul li {
          position: relative;
          list-style: none;
          margin-bottom: 20px;
          margin-left: 26px; }
          #wrapper article section ul li:before {
            content: "";
            width: 16px;
            height: 16px;
            display: inline-block;
            background: url(../imgs/list.svg);
            background-size: contain;
            position: absolute;
            top: 4.5px;
            left: -24px;
            margin-right: 5px;
            vertical-align: top; }
          #wrapper article section ul li h3 {
            font-size: 18.5px;
            font-weight: 300;
            margin-bottom: 5px;
            line-height: 1.3; }
          #wrapper article section ul li p {
            font-weight: 300;
            font-size: 12.5px;
            line-height: 1.3;
            margin-bottom: 2px; }
            #wrapper article section ul li p strong {
              font-weight: 500; }
            #wrapper article section ul li p a {
              text-decoration: none;
              color: #444;
              border-bottom: 1px solid #444;
              display: inline-block;
              height: 15px; }
              #wrapper article section ul li p a:hover {
                opacity: 0.6; }
        #wrapper article section#works .works-list {
          display: flex;
          justify-content: space-between;
          margin-bottom: -12px;
          flex-wrap: wrap; }
          #wrapper article section#works .works-list .work {
            width: 215px;
            height: 215px;
            position: relative;
            margin-bottom: 22px; }
            #wrapper article section#works .works-list .work img {
              width: 100%; }
            #wrapper article section#works .works-list .work p.credit {
              position: absolute;
              bottom: 5px;
              right: 5px;
              font-size: 10px;
              font-weight: 300;
              color: #eee; }
            #wrapper article section#works .works-list .work a.remodal-link:hover {
              cursor: pointer;
              opacity: 0.7; }
          #wrapper article section#works .works-list::after {
            content: "";
            display: block;
            width: 215px; }
        #wrapper article section#works p.right {
          text-align: right; }
          #wrapper article section#works p.right img {
            height: 12px;
            margin-left: 2px;
            margin-bottom: -1.2px; }
          #wrapper article section#works p.right a#see-more-works {
            color: #444;
            text-decoration: none; }
            #wrapper article section#works p.right a#see-more-works:hover {
              opacity: 0.65; }
        #wrapper article section#works p.left {
          text-align: left;
          font-size: 18px; }
          #wrapper article section#works p.left img {
            height: 13.5px;
            margin-left: 2px;
            margin-bottom: -1.2px; }
          #wrapper article section#works p.left a#see-more-works {
            color: #444;
            text-decoration: none; }
            #wrapper article section#works p.left a#see-more-works:hover {
              opacity: 0.65; }
        #wrapper article section#publication h2 {
          margin-bottom: 28px; }
        #wrapper article section#publication h3 {
          font-weight: 500;
          letter-spacing: 0.07em;
          color: #555;
          margin-bottom: 18px; }
        #wrapper article section#publication ul:first-of-type {
          margin-bottom: 28px; }
        #wrapper article section#publication ul li p {
          font-size: 16px;
          line-height: 1.45; }

  footer {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 20px; }
    footer p {
      font-size: 12px;
      text-align: center;
      font-weight: 300;
      letter-spacing: 0.1em; }

  .remodal h3 {
    text-align: left;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 1; }
  .remodal p.description {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 1.55;
    margin-bottom: 26px; }
  .remodal h4 {
    text-align: left;
    font-weight: 300;
    margin-bottom: 6px; }
  .remodal h5 {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
    margin-top: 14px;
    text-align: left; }
  .remodal ul {
    padding-left: 16px;
    margin-bottom: 18px; }
    .remodal ul li {
      position: relative;
      font-weight: 300;
      text-align: left;
      font-size: 14px;
      padding-bottom: 4.5px;
      list-style: none;
      line-height: 1.5; }
      .remodal ul li span.small {
        display: inline-block;
        font-size: 10.5px;
        line-height: 1.8; }
      .remodal ul li a {
        color: #444;
        text-decoration: none;
        border-bottom: 1px solid #444;
        display: inline-block;
        height: 18px; }
        .remodal ul li a:hover {
          opacity: 0.65; }
      .remodal ul li:before {
        content: "";
        width: 12px;
        height: 12px;
        display: inline-block;
        background: url(../imgs/list.svg);
        background-size: contain;
        position: absolute;
        top: 5px;
        left: -16px;
        vertical-align: top; }
  .remodal p.credit {
    font-weight: 300;
    text-align: left;
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 45px; }
  .remodal p.remodal-confirm {
    text-align: center;
    margin-bottom: 2px; }
    .remodal p.remodal-confirm:hover {
      cursor: pointer; }
    .remodal p.remodal-confirm span {
      display: inline-block;
      border-bottom: 1px solid #444;
      line-height: 1.3;
      font-weight: 300;
      font-size: 19px; }
  .remodal .movie-container {
    margin-bottom: 27px; }
  .remodal .img-container {
    width: 100%;
    margin-bottom: 27px; }
    .remodal .img-container img {
      width: 100%; }
  .remodal .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .remodal .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; } }

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