<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-family: neuzeit-grotesk, "Hiragino Kaku Gothic ProN","ãã©ã®ãè§ã´ ProN W3","Hiragino Sans","ã¡ã¤ãªãª",Meiryo,sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-style: normal;
  font-family: inherit;
  position: relative;
  letter-spacing: inherit; }

img {
  vertical-align: bottom; }

input, textarea, video {
  outline: none; }

.container {
  max-width: 1680px;
  margin: 0 auto; }

.sp-visible {
  display: none; }

.glichBG {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden; }

.glichBG.active .glitch__img {
  background-image: url(../img/noise.png);
  background-size: 1948px 1698px;
  background-repeat: repeat;
  mix-blend-mode: animation;
  opacity: 0;
  will-change: transform; }
.glichBG.active .glitch__img:nth-child(n+2) {
  opacity: 1; }
.glichBG.active .glitch__img:nth-child(1) {
  opacity: 0; }
.glichBG.active .glitch__img:nth-child(2) {
  transform: translate3d(20px, 0, 0);
  animation: glitch-anim-1-horizontal 1000ms infinite linear alternate; }
.glichBG.active .glitch__img:nth-child(3) {
  opacity: 1;
  transform: translate3d(calc(-1 * 100px), 0, 0);
  opacity: 0; }
.glichBG.active .glitch__img:nth-child(4) {
  transform: translate3d(0, calc(-1 * 20px), 0) scale3d(-1, -1, 1);
  opacity: 0; }
.glichBG.active .glitch__img:nth-child(5) {
  animation: glitch-anim-flash 0.5s steps(1, end) infinite; }

#wrapper {
  background: #FFF;
  height: 100vh;
  overflow: hidden; }
  #wrapper #globLoading {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    background: #19191b;
    transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1); }
  #wrapper.loaded {
    height: auto; }
    #wrapper.loaded #globLoading {
      transform: translateY(100%); }
  #wrapper.home.container,
  #wrapper.home .container {
    max-width: 100%; }

#globHeader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 11;
  color: #FFF;
  mix-blend-mode: difference; }
  #globHeader &gt; .wrap {
    padding: 45px; }
  #globHeader h1 {
    position: absolute;
    left: 45px;
    top: 45px;
    z-index: 2; }
    #globHeader h1 svg path {
      fill: #FFF;
      transition: fill 300ms ease;
      fill-rule: evenodd; }
  #globHeader nav {
    transition: transform 300ms ease; }
    #globHeader nav .mainMenu {
      display: flex;
      justify-content: center; }
      #globHeader nav .mainMenu &gt; li .anchor {
        display: block;
        padding: 12px 19px;
        font-size: 15px;
        letter-spacing: 0.04em; }
      #globHeader nav .mainMenu &gt; li.works .anchor svg {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%); }
      #globHeader nav .mainMenu &gt; li.works .subMenu {
        position: absolute;
        padding-top: 10px;
        opacity: 0;
        transition: opacity 300ms ease;
        letter-spacing: 0.02em; }
        #globHeader nav .mainMenu &gt; li.works .subMenu li a {
          padding: 0 10px;
          font-size: 14px;
          color: #FFF; }
        #globHeader nav .mainMenu &gt; li.works .subMenu li + li {
          margin-top: 4px; }
      #globHeader nav .mainMenu &gt; li.works:hover .subMenu {
        opacity: 1; }
      #globHeader nav .mainMenu &gt; li.joinUs .anchor:before, #globHeader nav .mainMenu &gt; li.joinUs .anchor:after {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 5px;
        border: 1px solid #000; }
      #globHeader nav .mainMenu &gt; li.joinUs .anchor:after {
        top: 14px;
        right: 5px; }
      #globHeader nav .mainMenu &gt; li.joinUs .anchor:before {
        top: 16px;
        right: 7px; }
  #globHeader .social {
    transition: transform 300ms ease;
    position: absolute;
    top: 45px;
    right: 45px;
    z-index: 2; }
    #globHeader .social li {
      float: left; }
      #globHeader .social li + li {
        margin-left: 10px; }
      #globHeader .social li a {
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 100%;
        border: 1px solid rgba(255, 255, 255, 0.5);
        text-align: center;
        line-height: 36px; }
        #globHeader .social li a svg path {
          fill: #FFF;
          fill-rule: evenodd; }
  #globHeader #openMenu {
    font-size: 18px;
    letter-spacing: -0.005em;
    font-weight: 700;
    position: absolute;
    right: 45px;
    top: 45px;
    opacity: 0;
    transition: opacity 300ms ease, transform 300ms ease, color 300ms ease;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    mix-blend-mode: difference; }
    #globHeader #openMenu a {
      display: block; }
    #globHeader #openMenu:after {
      content: "CLOSE";
      display: block;
      text-indent: 0;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      color: transparent;
      transition: color 300ms ease; }

#wrapper.scrolled #globHeader nav,
#wrapper.scrolled #globHeader .social {
  transform: translateY(-85px); }
#wrapper.scrolled #globHeader #openMenu {
  opacity: 1; }
#wrapper.worksSingle, #wrapper.shop-restaurant, #wrapper.contact, #wrapper.openMenu, #wrapper.news, #wrapper.bgBlack, #wrapper.work, #wrapper.newsSingle {
  /*
          #globHeader{
              h1{
                  svg{
                      path{
                          fill: #4b4b4b;
                      }
                  }
              }
              nav{
                  .mainMenu{
                      &gt; li{
                          .anchor{
                              color: #4b4b4b;
                              svg{
                                  path{
                                      fill: #4b4b4b;
                                  }
                              }
                          }
                          &amp;.joinUs {
                              .anchor {
                                  &amp;:after {
                                      border-color: #4b4b4b;
                                  }
                                  &amp;:before {
                                      border-color: #4b4b4b;
                                  }
                              }
                          }
                          .subMenu {
                              li {
                                  a {
                                      color: #4b4b4b;
                                  }
                              }
                          }
                      }
                  }
              }
              .social{
                  li{
                      a{
                          border-color: #4b4b4b;
                          svg{
                              path{
                                  fill: #4b4b4b;
                              }
                          }
                      }
                  }
              }
              #openMenu{
                  color: #4b4b4b;
              }
          }
  */ }
#wrapper.openMenu #globHeader #openMenu {
  transform: rotate(0deg);
  color: transparent; }
  #wrapper.openMenu #globHeader #openMenu:after {
    color: #4b4b4b; }
#wrapper.openMenu #globfixedFooter .wrap #progressCircle {
  display: none; }

#hiddenGlobalMenu {
  display: none;
  color: #FFFFFF;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10; }
  #hiddenGlobalMenu .wrap {
    overflow: hidden;
    height: 100vh; }
    #hiddenGlobalMenu .wrap:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background: #19191b;
      width: 0;
      opacity: 0;
      transition: width 1000ms cubic-bezier(0.16, 1, 0.3, 1), opacity 300ms ease;
      transition-delay: 400ms; }
    #hiddenGlobalMenu .wrap .mainContent {
      position: absolute;
      left: 138px;
      top: 50%;
      padding-right: 217px;
      transform: translateY(-50%); }
      #hiddenGlobalMenu .wrap .mainContent .hide {
        display: block;
        transform: translateY(100%);
        transition: transform 400ms ease;
        vertical-align: bottom; }
      #hiddenGlobalMenu .wrap .mainContent .mainMenu {
        font-size: 80px;
        line-height: 78px;
        letter-spacing: 0.02em;
        font-weight: 700; }
        #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li {
          display: flex; }
          #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li a, #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li span {
            display: block;
            overflow: hidden; }
          #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li .hide,
          #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li .anchor {
            padding-right: 28px; }
            #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li .hide:after,
            #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li .anchor:after {
              content: attr(data-num);
              display: block;
              position: absolute;
              font-size: 19px;
              line-height: 19px;
              font-weight: 400;
              top: 2px;
              right: 0; }
          @media screen and (min-width: 1100px) {
            #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li a {
              -webkit-text-stroke: 1px #FFF;
              transition: color 300ms ease; }
              #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li a:hover {
                color: transparent; }
                #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li a:hover .hide:after {
                  -webkit-text-stroke: 0px;
                  color: #FFF; } }
          #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li.works .anchor {
            height: 78px; }
          #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li.joinUs .hide:before, #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li.joinUs .hide:after {
            content: "";
            display: block;
            position: absolute;
            width: 11px;
            height: 7px;
            border: 1px solid #FFF; }
          #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li.joinUs .hide:before {
            top: 10px;
            right: 8px; }
          #hiddenGlobalMenu .wrap .mainContent .mainMenu &gt; li.joinUs .hide:after {
            top: 14px;
            right: 12px; }
        #hiddenGlobalMenu .wrap .mainContent .mainMenu .subMenu {
          margin-left: 46px;
          font-size: 30px;
          line-height: 37px; }
          #hiddenGlobalMenu .wrap .mainContent .mainMenu .subMenu li {
            overflow: hidden; }
      #hiddenGlobalMenu .wrap .mainContent .address {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.02em;
        opacity: 0;
        transition: opacity 800ms ease; }
        #hiddenGlobalMenu .wrap .mainContent .address a:first-child {
          text-decoration: underline; }
    #hiddenGlobalMenu .wrap .social {
      position: absolute;
      left: 45px;
      bottom: 45px;
      opacity: 0;
      transition: opacity 800ms ease; }
      #hiddenGlobalMenu .wrap .social p {
        font-size: 10px;
        margin-bottom: 16px;
        letter-spacing: 0.05em; }
      #hiddenGlobalMenu .wrap .social li {
        float: left;
        line-height: 22px; }
        #hiddenGlobalMenu .wrap .social li + li {
          margin-left: 20px; }
      #hiddenGlobalMenu .wrap .social svg {
        vertical-align: middle; }
        #hiddenGlobalMenu .wrap .social svg path {
          fill: #FFF; }
  #hiddenGlobalMenu.open .wrap:before {
    width: 100%;
    opacity: 1;
    transition-delay: 0ms; }
  #hiddenGlobalMenu.open .wrap .mainContent .hide {
    transform: translateY(0);
    transition-delay: 500ms; }
  #hiddenGlobalMenu.open .wrap .mainContent .subMenu li .hide {
    transition-delay: 600ms; }
  #hiddenGlobalMenu.open .wrap .mainContent .subMenu li + li .hide {
    transition-delay: 650ms; }
  #hiddenGlobalMenu.open .wrap .mainContent .address {
    opacity: 1;
    transition-delay: 1100ms; }
  #hiddenGlobalMenu.open .wrap .social {
    opacity: 1;
    transition-delay: 1100ms; }

#globfixedFooter {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 47px;
  z-index: 13; }
  #globfixedFooter .wrap {
    padding: 0 45px; }
    #globfixedFooter .wrap #copyright {
      font-size: 12px;
      color: #000;
      font-weight: 700;
      letter-spacing: 0.02em;
      position: absolute;
      right: 45px;
      bottom: 0;
      transition: color 300ms ease;
      color: #FFF;
      mix-blend-mode: difference; }

#topVideoModal {
  background: #19191b;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: none; }
  #topVideoModal .video {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0; }
    #topVideoModal .video .videoWrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      #topVideoModal .video .videoWrap video {
        width: 100%;
        height: 100%; }
  #topVideoModal .close {
    background: url(../img/videoModalClose.png) no-repeat center center rgba(210, 0, 0, 0.3);
    background-size: 16px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }

#top {
  height: 100vh; }
  #top.loadingEnd {
    height: auto; }
  #top.loaded #top01 .content &gt; p {
    opacity: 1;
    transform: translateY(0px); }
  #top.loaded #top02 .loadinVideoCover {
    transform: translateY(-28.63vh) translateX(100%); }
    #top.loaded #top02 .loadinVideoCover:before {
      transform: rotate(0deg); }
  #top .viewAllCirle {
    padding: 40px;
    display: block;
    width: 200px; }
    #top .viewAllCirle .arr {
      display: block;
      width: 120px;
      height: 120px;
      border-radius: 100%;
      line-height: 120px;
      text-align: center;
      font-size: 13px;
      font-weight: bold; }

#top &gt; .glichBG {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

#top01 {
  min-height: 100vh;
  z-index: 2; }
  #top01 .content {
    height: 71.37vh;
    z-index: 2; }
    #top01 .content .glichBG {
      z-index: 1;
      mix-blend-mode: normal; }
      #top01 .content .glichBG .glitch__img {
        background-image: url(../img/noiseBK.png); }
    #top01 .content p {
      position: absolute;
      right: 160px;
      top: 165px;
      transition: opacity 700ms ease, transform 700ms ease;
      opacity: 0;
      transform: translateY(20px); }
    #top01 .content h1 {
      position: absolute;
      left: 90px;
      bottom: 0;
      font-size: 120px;
      line-height: 125px;
      letter-spacing: -0.005em;
      font-weight: 700;
      opacity: 0; }
      #top01 .content h1 span {
        color: #FFF;
        -webkit-text-stroke: 2px #000;
        text-stroke: 2px #000; }
    #top01 .content .dummy {
      position: absolute;
      background: no-repeat center center;
      background-size: contain;
      width: 906px;
      height: 210px;
      left: 97px;
      bottom: 20px; }
      #top01 .content .dummy span {
        display: block;
        position: absolute; }
      #top01 .content .dummy canvas {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) scale(0.5); }
      #top01 .content .dummy._show {
        background-image: url(../img/topMainCatch/allResult.png); }

#top02 {
  min-height: 100vh;
  background: #d1ea00; }
  #top02 &gt; * {
    z-index: 2; }
  #top02 .glichBG {
    z-index: 1;
    mix-blend-mode: normal; }
    #top02 .glichBG .glitch__img {
      background-image: url(../img/noiseBK.png); }
  #top02 .video {
    height: 81.42vh;
    transform: translateY(-28.63vh);
    margin-bottom: -28.63vh;
    overflow: hidden; }
    #top02 .video video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #top02 .video:before, #top02 .video:after {
      content: "";
      display: block;
      position: absolute; }
    #top02 .video:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url(../img/movieCoverDot.png) repeat center center;
      background-size: 4px 4px;
      z-index: 1; }
    #top02 .video:before {
      left: 45px;
      right: 45px;
      top: 20px;
      height: 1px;
      background: #FFF;
      z-index: 2; }
  #top02 .content {
    height: 100px; }
    #top02 .content .catch {
      font-size: 60px;
      line-height: 65px;
      letter-spacing: -0.005em;
      font-weight: 700;
      position: absolute;
      left: 50%;
      margin-left: 10px;
      top: -35px; }
    #top02 .content .showreel {
      display: block;
      padding: 70px 71px 40px;
      position: absolute;
      right: 50%;
      margin-right: 80px;
      top: -156px;
      border-radius: 100px; }
      #top02 .content .showreel .circle {
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.02em; }
        #top02 .content .showreel .circle .arr {
          display: block;
          width: 120px;
          height: 120px;
          border-radius: 100%;
          border: 1px solid #ab2222;
          background: url(../img/showreelArr@0.5x.svg) no-repeat center center;
          margin-bottom: 18px; }
  #top02:after {
    content: "";
    display: block;
    position: absolute;
    left: 45px;
    right: 45px;
    height: 2px;
    bottom: 74px;
    background: #d20000; }
  #top02 .loadinVideoCover {
    background: #FFF;
    transform: translateY(-28.63vh);
    margin-top: -10px;
    transition: transform 1000ms cubic-bezier(0.16, 1, 0.3, 1) 500ms;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh; }
    #top02 .loadinVideoCover .topBG {
      overflow: hidden; }
    #top02 .loadinVideoCover:before {
      content: "";
      display: block;
      width: 100vw;
      height: 100vh;
      transform: rotate(20deg);
      transform-origin: left top;
      background: #FFF;
      position: absolute;
      left: 0;
      top: 0;
      transition: transform 1000ms cubic-bezier(0.16, 1, 0.3, 1) 500ms; }

#top03 .sectionTitle,
#top04 .sectionTitle {
  font-size: 85px;
  padding: 110px 85px 100px;
  letter-spacing: -0.005em;
  z-index: 2;
  font-weight: bold; }

.coveredImage {
  overflow: hidden; }
  @media screen and (min-width: 1100px) {
    .coveredImage:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #d2d2d2;
      transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms; }
    .coveredImage img {
      transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } }

@media screen and (min-width: 1100px) {
  .activated a .coveredImage:after {
    transform: translateY(-100%); }
  .activated a:hover .imageWrap .image img {
    transform: scale(1.06); } }
.worksarticleList {
  padding: 0 35px 0;
  display: flex;
  flex-wrap: wrap; }
  .worksarticleList .worksArticle {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 83px; }
    .worksarticleList .worksArticle a {
      display: block; }
      .worksarticleList .worksArticle a .imageWrap {
        height: 0;
        width: 100%;
        padding-top: 56.25%;
        margin-bottom: 20px;
        overflow: hidden; }
        .worksarticleList .worksArticle a .imageWrap .image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          overflow: hidden; }
          .worksarticleList .worksArticle a .imageWrap .image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        @media screen and (min-width: 1100px) {
          .worksarticleList .worksArticle a .imageWrap:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #d2d2d2;
            transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms; } }
      .worksarticleList .worksArticle a .content .number {
        font-size: 20px;
        color: #545454;
        font-weight: bold;
        margin-bottom: 13px; }
      .worksarticleList .worksArticle a .content h1 {
        color: #d2d2d2;
        font-size: 27px;
        line-height: 31px;
        font-weight: bold;
        font-family: Helvetica; }
    @media screen and (min-width: 1100px) {
      .worksarticleList .worksArticle.activated a .imageWrap:after {
        transform: translateY(-100%); }
      .worksarticleList .worksArticle.activated a .imageWrap .image img {
        transform: scale(1); }
      .worksarticleList .worksArticle.activated a:hover .imageWrap .image img {
        transform: scale(1.06); } }

#top04 {
  background: #19191b;
  padding-bottom: 40px; }
  #top04 .sectionTitle {
    color: #FFF; }
  #top04 .toWorkIndex {
    margin: 0 45px;
    border-top: 1px solid #474749;
    display: flex; }
    #top04 .toWorkIndex &gt; div {
      width: 50%;
      height: 638px;
      position: relative; }
      #top04 .toWorkIndex &gt; div + div {
        border-left: 1px solid #474749; }
      #top04 .toWorkIndex &gt; div .title {
        font-size: 50px;
        line-height: 55px;
        color: #FFF;
        position: absolute;
        top: 28px;
        right: 40px;
        transform: translateX(100%) rotate(90deg);
        transform-origin: left top;
        font-weight: bold;
        font-family: Helvetica;
        padding-bottom: 32px;
        width: 580px; }
        #top04 .toWorkIndex &gt; div .title:after {
          content: "";
          display: block;
          width: 13px;
          height: 13px;
          border-radius: 100%;
          position: absolute;
          left: 0;
          bottom: 0; }
      #top04 .toWorkIndex &gt; div .description {
        color: #d2d2d2;
        writing-mode: vertical-rl;
        font-size: 16px;
        line-height: 30px;
        font-family: source-han-serif-japanese, serif;
        padding-top: 110px;
        margin-left: 20%; }
      #top04 .toWorkIndex &gt; div &gt; a {
        position: absolute;
        left: -10px;
        bottom: -10px; }
        #top04 .toWorkIndex &gt; div &gt; a .arr {
          border: 1px solid #ffffff;
          color: #cfcfcf; }
      #top04 .toWorkIndex &gt; div.toPlace .title:after {
        background: #4f00c8; }
      #top04 .toWorkIndex &gt; div.toCreative .title:after {
        background: #ff29ff; }

#top03 {
  background: #e4e4e4;
  z-index: 2;
  position: relative; }
  #top03 .articles {
    margin: 0 45px;
    border-top: 1px solid #c8c8c8; }
    #top03 .articles .newsArticle {
      border-bottom: 1px solid #c8c8c8; }
      #top03 .articles .newsArticle a {
        display: flex;
        padding: 50px 0; }
        #top03 .articles .newsArticle a .imageWrap {
          width: 27%;
          margin-right: 20px; }
          #top03 .articles .newsArticle a .imageWrap .image {
            height: 0;
            padding-top: 56.25%;
            position: relative; }
            #top03 .articles .newsArticle a .imageWrap .image span {
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              overflow: hidden; }
              #top03 .articles .newsArticle a .imageWrap .image span img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #top03 .articles .newsArticle a .content {
          width: 73%;
          padding-left: 50px;
          padding-right: 25%;
          padding-bottom: 28px; }
          #top03 .articles .newsArticle a .content .date {
            color: #545454;
            font-size: 26px;
            letter-spacing: -0.065em;
            margin-bottom: 23px;
            font-family: Helvetica; }
          #top03 .articles .newsArticle a .content .outline {
            font-size: 19px;
            line-height: 28px; }
          #top03 .articles .newsArticle a .content:after {
            content: "";
            display: block;
            width: 13px;
            height: 13px;
            position: absolute;
            left: 50px;
            bottom: 0;
            background: #000;
            border-radius: 100%; }
        #top03 .articles .newsArticle a:before {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          top: 48px;
          width: 25px;
          height: 27px;
          background: url(../img/showreelArrBlk@0.5x.svg) no-repeat center center; }
        @media screen and (min-width: 1100px) {
          #top03 .articles .newsArticle a:hover .image .imageWrap img {
            transform: scale(1.06); }
          #top03 .articles .newsArticle a:hover .content .outline {
            text-decoration: underline; } }
  #top03 &gt; .viewAllCirle {
    margin: 0px auto 0; }
    #top03 &gt; .viewAllCirle .arr {
      border: 1px solid #000;
      color: #000; }

@keyframes giggle {
  0% {
    transform: translate(0); }
  20% {
    transform: translate(-2px, 2px); }
  40% {
    transform: translate(-2px, -2px); }
  60% {
    transform: translate(2px, 2px); }
  80% {
    transform: translate(2px, -2px); }
  100% {
    transform: translate(0); } }
#top06 {
  background: #e4e4e4;
  padding: 47px 44px 134px; }
  #top06 a {
    padding-bottom: 54px;
    border-bottom: 1px solid #b6b6b6;
    display: block; }
    #top06 a &gt; svg {
      width: 100%; }
      #top06 a &gt; svg text {
        font-size: 214px;
        fill: #989898;
        font-family: Helvetica;
        font-weight: 700;
        transition: fill 300ms ease; }
    #top06 a .arr {
      display: block;
      height: 94px;
      width: 94px;
      line-height: 95px;
      text-align: center;
      border-radius: 100%;
      position: absolute;
      right: 18px;
      bottom: -20px;
      background: #000; }
      #top06 a .arr svg {
        vertical-align: middle;
        position: relative;
        z-index: 2; }
        #top06 a .arr svg rect,
        #top06 a .arr svg path {
          fill: #f8f9fa;
          transition: fill 200ms ease; }
        #top06 a .arr svg path {
          fill-rule: evenodd; }
      #top06 a .arr:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-radius: 100%;
        background-color: #d1ea00;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        transition: width 200ms ease, height 200ms ease; }
    #top06 a:hover &gt; svg text {
      fill: #000000; }
    #top06 a:hover .arr svg rect,
    #top06 a:hover .arr svg path {
      fill: #000; }
    #top06 a:hover .arr:before {
      height: 98px;
      width: 98px; }

.lowerMainSection {
  padding-top: 164px; }
  @media screen and (min-width: 1100px) {
    .lowerMainSection {
      min-height: 100vh; } }
  .lowerMainSection .lowerMainTitle {
    font-size: 90px;
    letter-spacing: -0.005em;
    font-weight: bold;
    padding: 0 85px;
    position: relative;
    z-index: 3; }

#about {
  background: #e4e4e4; }
  #about .lowerMainTitle {
    opacity: 0;
    transition: opacity 600ms ease 800ms; }
  #about #about01 {
    opacity: 0;
    transform: translateY(10px);
    transition: transform 600ms ease 1200ms, opacity 600ms ease 1200ms; }

#wrapper.loaded #about .lowerMainTitle {
  opacity: 1; }
#wrapper.loaded #about #about01 {
  opacity: 1;
  transform: translateY(0); }

#about01 {
  padding: 65px 0 188px;
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-family: source-han-serif-japanese, serif; }
  #about01 h2 img {
    width: 83px; }
  #about01 .text {
    padding-top: 68px;
    padding-right: 68px;
    font-size: 18px;
    line-height: 32px;
    height: 680px; }
    #about01 .text p + p {
      margin-right: 40px; }

#about02,
#about03,
#about04,
#about05,
#about06,
#about07 {
  color: #e8e8e8;
  background: #19191b;
  padding-bottom: 90px; }
  #about02 h1,
  #about03 h1,
  #about04 h1,
  #about05 h1,
  #about06 h1,
  #about07 h1 {
    color: #FFF;
    letter-spacing: -0.005em;
    font-weight: 700;
    padding-top: 46px;
    font-size: 60px;
    border-top: 1px solid #FFF;
    margin-bottom: 34px; }
  #about02 .description,
  #about03 .description,
  #about04 .description,
  #about05 .description,
  #about06 .description,
  #about07 .description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    -webkit-font-smoothing: antialiased; }
  #about02 .container,
  #about03 .container,
  #about04 .container,
  #about05 .container,
  #about06 .container,
  #about07 .container {
    max-width: 1680px;
    padding: 0 90px; }

#about02 {
  padding-top: 150px; }
  #about02 .description {
    margin-bottom: 70px; }
  #about02 .domains {
    display: flex;
    justify-content: space-between; }
    #about02 .domains:after {
      content: "";
      display: block;
      width: 65px;
      height: 65px;
      background: url(../img/aboutCrossIcon.png) no-repeat center center;
      background-size: contain;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      margin-top: 45px; }
    #about02 .domains .domain {
      width: calc(50% - 10px); }
      #about02 .domains .domain h2 {
        font-size: 26px;
        font-weight: bold;
        letter-spacing: -0.005em;
        margin-bottom: 48px; }
        #about02 .domains .domain h2 a:before {
          content: "";
          display: inline-block;
          width: 15px;
          height: 15px;
          border-radius: 100%;
          margin-right: 8px; }
      #about02 .domains .domain.left h2 a:before {
        background: #6600ff; }
      #about02 .domains .domain.left ul:before {
        width: 125px;
        height: 165px;
        background-image: url(../img/aboutPlaceIcon.png); }
      #about02 .domains .domain.right h2 a:before {
        background: #ff29ff; }
      #about02 .domains .domain.right ul:before {
        width: 134px;
        height: 134px;
        background-image: url(../img/aboutEditIcon.png); }
      #about02 .domains .domain ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #about02 .domains .domain ul:before {
          content: "";
          display: block;
          background: no-repeat center center;
          background-size: contain;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          z-index: 2; }
        #about02 .domains .domain ul li {
          width: calc(50% - 5px);
          height: 0;
          padding-top: calc(50% - 5px);
          background: #272727; }
          #about02 .domains .domain ul li div {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            padding: 0 20px; }
            #about02 .domains .domain ul li div p {
              position: absolute;
              text-align: center;
              top: 50%;
              left: 0;
              right: 0;
              transform: translateY(-50%); }
              #about02 .domains .domain ul li div p:before {
                content: "";
                display: block;
                width: 135px;
                height: 83px;
                margin: 0 auto;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center center; }
              #about02 .domains .domain ul li div p span {
                margin-top: 25px;
                display: block;
                width: 100%;
                font-family: neuzeit-grotesk;
                font-weight: 200;
                font-size: 16px;
                line-height: 23px; }
          #about02 .domains .domain ul li + li + li {
            margin-top: 10px; }
          #about02 .domains .domain ul li._1 p:before {
            background-image: url(../img/aboutIcon/1.png); }
          #about02 .domains .domain ul li._2 p:before {
            background-image: url(../img/aboutIcon/2.png); }
          #about02 .domains .domain ul li._3 p:before {
            background-image: url(../img/aboutIcon/3.png); }
          #about02 .domains .domain ul li._4 p:before {
            background-image: url(../img/aboutIcon/4.png); }
          #about02 .domains .domain ul li._5 p:before {
            background-image: url(../img/aboutIcon/5.png); }
          #about02 .domains .domain ul li._6 p:before {
            background-image: url(../img/aboutIcon/6.png); }
          #about02 .domains .domain ul li._7 p:before {
            background-image: url(../img/aboutIcon/7.png); }
          #about02 .domains .domain ul li._8 p:before {
            background-image: url(../img/aboutIcon/4.png); }

#about03 {
  padding-bottom: 95px; }
  #about03 h1 {
    border-top: 2px solid #FFF;
    padding-top: 68px;
    font-size: 70px;
    position: absolute;
    top: 0;
    left: 90px;
    right: 90px; }
  #about03 .content {
    padding-top: 68px;
    margin-left: 43.45%;
    font-size: 14px; }
    #about03 .content dl {
      padding: 40px 0 40px 112px;
      letter-spacing: 0.04em;
      font-family: neuzeit-grotesk; }
      #about03 .content dl dt {
        position: absolute;
        left: 0;
        top: 40px;
        font-weight: 400; }
        #about03 .content dl dt.address {
          line-height: 26px; }
      #about03 .content dl dd {
        font-weight: 200; }
        #about03 .content dl dd .address {
          line-height: 26px;
          margin-bottom: 16px; }
          #about03 .content dl dd .address + span + span {
            margin-left: 55px; }
          #about03 .content dl dd .address a {
            text-decoration: underline; }
      #about03 .content dl + dl {
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
      #about03 .content dl.bottom dt {
        line-height: 31px; }
      #about03 .content dl.bottom dd {
        overflow: hidden; }
        #about03 .content dl.bottom dd ul {
          line-height: 31px; }
          #about03 .content dl.bottom dd ul li {
            padding-left: 123px; }
            #about03 .content dl.bottom dd ul li .position {
              position: absolute;
              left: 0;
              top: 0;
              color: #939393; }

#about04 {
  padding-bottom: 132px; }
  #about04 h1 {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 70px;
    font-size: 65px;
    position: absolute;
    top: 0;
    left: 90px;
    right: 90px; }
  #about04 .address {
    padding-top: 70px;
    margin-left: 43.45%;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.04em; }
  #about04 .map {
    margin: 45px -90px 0; }
    #about04 .map .mapWrap {
      width: 100%;
      height: 0;
      padding-top: 42.18%;
      background: #eee; }
      #about04 .map .mapWrap #aboutMap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

#about05 ul {
  display: flex;
  flex-wrap: wrap; }
  #about05 ul li {
    background: #e4e4e4;
    width: 50%;
    padding: 44px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    #about05 ul li:nth-child(2), #about05 ul li:nth-child(4) {
      border-left: 1px solid #cfcfd0; }
    #about05 ul li:nth-child(3), #about05 ul li:nth-child(4) {
      border-top: 1px solid #cfcfd0; }
    #about05 ul li img {
      width: 64%; }

#about06 .image {
  height: 0;
  padding-top: 51.45%;
  background: url(../img/aboutMind@2x.png) no-repeat center center #272727;
  background-size: auto 100%; }

#works {
  background: #19191b; }
  #works .lowerMainTitle {
    margin-bottom: 20px;
    color: #FFF; }
  #works.space-event .category {
    color: #4f00c8; }
  #works.creative-edit .category {
    color: #ff29ff; }
  #works .category {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 54px;
    padding: 0 85px; }
  #works .worksarticleList {
    z-index: 2;
    padding: 0 75px; }
    #works .worksarticleList .worksArticle {
      width: calc(100% / 2 - 30px);
      margin: 0 15px 83px; }

#works:before {
  height: 100vh;
  z-index: 3; }
#works .lowerMainTitle {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 600ms ease, opacity 600ms ease;
  z-index: 5; }
#works header {
  background: #FFF;
  transform: translateY(30px);
  background: none;
  transition: transform 600ms ease;
  z-index: 4; }
  #works header h1 {
    opacity: 0;
    transition: opacity 600ms ease 600ms; }
    #works header h1 .lines {
      width: 0;
      transition: width 600ms ease 600ms; }
      #works header h1 .lines._1 {
        transition-delay: 500ms; }
      #works header h1 .lines._2 {
        transition-delay: 400ms; }
      #works header h1 .lines._3 {
        transition-delay: 300ms; }
      #works header h1 .lines._4 {
        transition-delay: 200ms; }
      #works header h1 .lines._5 {
        transition-delay: 100ms; }
  #works header .catch {
    margin-top: -30px;
    transition: margin-top 600ms ease; }
  #works header .item {
    opacity: 0;
    transition: opacity 400ms ease 1300ms; }

#works.loaded:after {
  opacity: 0; }
#works.loaded .lowerMainTitle {
  transform: translateY(0px);
  opacity: 1; }
#works.loaded header {
  transform: translateY(0px); }
  #works.loaded header:before {
    opacity: 1; }
  #works.loaded header h1 {
    opacity: 1; }
    #works.loaded header h1 .lines._1 {
      width: 391px; }
    #works.loaded header h1 .lines._2 {
      width: 431px; }
    #works.loaded header h1 .lines._3 {
      width: 471px; }
    #works.loaded header h1 .lines._4 {
      width: 511px; }
    #works.loaded header h1 .lines._5 {
      width: 551px; }
  #works.loaded header .catch {
    margin-top: 0; }
  #works.loaded header .item {
    opacity: 1; }
#works.loaded .worksarticleList {
  z-index: 4; }

#worksSingle {
  color: #e8e8e8;
  background: #19191b;
  padding-top: 165px; }
  #worksSingle .mainContent {
    padding: 88px 90px 105px; }
  #worksSingle &gt; * {
    z-index: 2; }
  #worksSingle &gt; .glichBG {
    z-index: 1; }
  #worksSingle &gt; header {
    padding: 0 90px;
    margin-bottom: 70px; }
    #worksSingle &gt; header p {
      font-size: 34px;
      font-weight: bold;
      margin-bottom: 30px; }
    #worksSingle &gt; header h1 {
      font-size: 60px;
      color: #d2d2d2;
      font-weight: bold;
      font-family: Helvetica; }
      #worksSingle &gt; header h1 a {
        display: inline-block;
        border-bottom: 3px solid #d2d2d2; }
  #worksSingle.creative-edit &gt; header p {
    color: #ff29ff; }
  #worksSingle.produce-event &gt; header p {
    color: #d1ea00; }
  #worksSingle &gt; .mainVisual p img {
    width: 100%;
    height: auto; }

#workSingleReadText {
  padding: 0 0 80px 280px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  #workSingleReadText .tag {
    font-size: 46px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 300;
    color: #FFF;
    letter-spacing: -0.06em;
    position: absolute;
    right: 0;
    top: -33px; }
  #workSingleReadText .year {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.005em; }
    #workSingleReadText .year span {
      display: block;
      font-size: 42px;
      color: #FFF;
      letter-spacing: -0.05em;
      font-weight: 500; }
  #workSingleReadText .text {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
    color: #d2d2d2; }
  #workSingleReadText .website {
    display: block;
    width: 260px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 30px;
    background: #ff29ff;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 30px;
    transition: background-color 300ms ease, color 300ms ease; }

#workSingleSlider {
  margin-top: 60px;
  overflow: hidden;
  padding-top: 5px; }
  #workSingleSlider .slideMeter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height: 5px; }
    #workSingleSlider .slideMeter span {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background: #fff;
      width: 0; }
  #workSingleSlider ul {
    align-items: stretch; }
    #workSingleSlider ul li {
      height: 0;
      width: 100%;
      padding-top: 56.25%; }
      #workSingleSlider ul li img,
      #workSingleSlider ul li iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }

#workSingleMainContent {
  padding-top: 60px;
  font-size: 18px;
  line-height: 26px; }
  #workSingleMainContent p {
    padding: 0 120px; }
  #workSingleMainContent * + p {
    margin-top: 26px; }
  #workSingleMainContent p.img {
    padding: 0; }
  #workSingleMainContent figure img {
    margin-top: 70px;
    width: 100%;
    margin-bottom: 70px; }
  #workSingleMainContent figure:last-child img {
    margin-bottom: 0; }
  #workSingleMainContent .wp-block-embed-youtube {
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 60px; }
    #workSingleMainContent .wp-block-embed-youtube .wp-block-embed__wrapper,
    #workSingleMainContent .wp-block-embed-youtube iframe {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

#workSingleCredit {
  color: #000;
  background: #e4e4e4; }
  #workSingleCredit .container {
    padding: 48px 90px 100px 350px; }
    #workSingleCredit .container h2 {
      position: absolute;
      top: 90px;
      left: 90px;
      font-size: 35px;
      letter-spacing: -0.005em; }
    #workSingleCredit .container ul {
      display: flex;
      flex-wrap: wrap; }
      #workSingleCredit .container ul li {
        margin-top: 52px;
        width: calc(100% / 3); }
        #workSingleCredit .container ul li .position {
          font-size: 15px;
          color: #545454;
          font-weight: 300;
          letter-spacing: -0.005em;
          margin-bottom: 20px;
          font-weight: bold;
          font-family: Helvetica; }
        #workSingleCredit .container ul li .name {
          font-size: 14px;
          line-height: 26px; }

#worksSinglePager {
  padding: 84px 0 152px; }
  #worksSinglePager .container {
    padding: 0 210px;
    min-height: 120px;
    overflow: hidden; }
    #worksSinglePager .container .worksAll {
      display: block;
      width: 120px;
      height: 120px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 100%;
      border: 1px solid #5e5e60;
      font-size: 15px;
      font-weight: bold;
      line-height: 120px;
      text-align: center;
      color: #FFF;
      font-family: Helvetica; }
    #worksSinglePager .container .prev,
    #worksSinglePager .container .next {
      display: block;
      font-size: 16px;
      line-height: 22px;
      color: #d2d2d2;
      width: calc(50% - 100px);
      font-weight: bold; }
      #worksSinglePager .container .prev a,
      #worksSinglePager .container .next a {
        display: block; }
        #worksSinglePager .container .prev a:before,
        #worksSinglePager .container .next a:before {
          display: block;
          font-size: 28px;
          color: #FFF;
          font-weight: bold;
          margin-bottom: 25px;
          font-family: Helvetica; }
    #worksSinglePager .container .prev {
      float: left; }
      #worksSinglePager .container .prev a:before {
        content: "Prev"; }
    #worksSinglePager .container .next {
      float: right;
      text-align: right; }
      #worksSinglePager .container .next a:before {
        content: "Next"; }

#service {
  color: #e8e8e8;
  background: #19191b;
  padding-bottom: 130px; }
  #service .lowerMainTitle {
    padding-bottom: 78px; }
  #service &gt; * {
    z-index: 2; }
  #service &gt; .glichBG {
    z-index: 1; }
  #service .lowerMainTitle {
    opacity: 0;
    transition: opacity 600ms ease 800ms; }
  #service .serviceArticle {
    opacity: 0;
    transform: translateY(10px);
    transition: transform 600ms ease 1200ms, opacity 600ms ease 1200ms; }

#wrapper.loaded #service .lowerMainTitle {
  opacity: 1; }
#wrapper.loaded #service .serviceArticle {
  opacity: 1;
  transform: translateY(0); }

.serviceArticle {
  border-top: 1px solid #303032;
  margin: 0 90px; }
  .serviceArticle + .serviceArticle {
    margin-top: 112px; }
  .serviceArticle h1 {
    font-size: 60px;
    font-weight: 700;
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: -0.005em;
    font-family: Helvetica; }
  .serviceArticle .tag {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 25px;
    color: #545454; }
    .serviceArticle .tag span + span {
      margin-left: 14px; }
  .serviceArticle .slide {
    margin-bottom: 20px; }
    .serviceArticle .slide .slideMeter {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 5px;
      z-index: 2; }
      .serviceArticle .slide .slideMeter span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: #d1ea00;
        width: 200px; }
    .serviceArticle .slide ul li {
      background: #000; }
      .serviceArticle .slide ul li img {
        width: 100%;
        opacity: 0.4;
        transition: opacity 300ms ease; }
      .serviceArticle .slide ul li.swiper-slide-active img {
        opacity: 1; }
  .serviceArticle .anchors {
    z-index: 2;
    padding-bottom: 20px; }
    .serviceArticle .anchors .website {
      position: absolute;
      right: 50px;
      bottom: 35px;
      width: 120px;
      height: 120px;
      background: #FFF;
      border-radius: 100%;
      font-size: 13px;
      text-align: center;
      line-height: 120px;
      color: #000;
      font-weight: bold; }
    .serviceArticle .anchors .social {
      overflow: hidden; }
      .serviceArticle .anchors .social li {
        float: left; }
        .serviceArticle .anchors .social li a {
          display: block;
          width: 36px;
          height: 36px;
          border: 1px solid #FFF;
          border-radius: 100%;
          text-align: center;
          line-height: 36px; }
          .serviceArticle .anchors .social li a svg path {
            fill: #FFF; }
          .serviceArticle .anchors .social li a img {
            vertical-align: middle; }
        .serviceArticle .anchors .social li + li {
          margin-left: 10px; }
  .serviceArticle .detail {
    display: flex;
    border-top: 2px solid #FFF;
    padding-top: 52px; }
    .serviceArticle .detail .description {
      width: 80%;
      padding-right: 140px;
      font-size: 20px;
      line-height: 29px;
      font-weight: bold; }
      .serviceArticle .detail .description h2 {
        font-size: 22px;
        font-weight: bold;
        color: #545454;
        margin-bottom: 30px;
        font-family: Helvetica; }
      .serviceArticle .detail .description p + p {
        margin-top: 29px; }
    .serviceArticle .detail .meta {
      width: 20%; }
      .serviceArticle .detail .meta dl {
        padding-bottom: 30px; }
        .serviceArticle .detail .meta dl dt {
          font-size: 15px;
          font-weight: bold;
          margin-bottom: 12px;
          font-family: Helvetica; }
        .serviceArticle .detail .meta dl dd {
          font-size: 13px;
          line-height: 24px;
          color: #d2d2d2; }
          .serviceArticle .detail .meta dl dd .note {
            font-size: 12px;
            line-height: 20px;
            color: #939393;
            margin-top: 4px; }
          .serviceArticle .detail .meta dl dd a {
            text-decoration: underline; }

#news {
  background: #19191b;
  color: #FFF;
  padding-bottom: 82px; }
  #news .lowerMainTitle {
    margin-bottom: 57px; }
  #news .articles {
    margin: 0 25px;
    display: flex;
    flex-wrap: wrap; }
    #news .articles article {
      margin: 0 20px 50px;
      width: calc(100% / 3 - 40px);
      padding-bottom: 40px;
      border-bottom: 1px solid #3c3c3e; }
      #news .articles article a {
        display: block; }
        #news .articles article a .imageWrap {
          height: 0;
          padding-top: 56.25%;
          margin-bottom: 18px;
          overflow: hidden; }
          #news .articles article a .imageWrap .image {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0; }
            #news .articles article a .imageWrap .image img {
              height: 100%;
              width: 100%;
              object-fit: cover; }
        #news .articles article a .outline {
          font-size: 15px;
          line-height: 24px;
          color: #d2d2d2;
          margin-bottom: 30px; }
      #news .articles article .date {
        font-size: 21px;
        letter-spacing: -0.065em;
        position: absolute;
        left: 0;
        bottom: 22px;
        color: #545454;
        font-family: Helvetica; }
      #news .articles article:after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        bottom: 30px;
        right: 0;
        border-radius: 100%;
        background: #FFF; }
  #news .lowerMainTitle {
    opacity: 0;
    transition: opacity 600ms ease 800ms; }
  #news .articles {
    opacity: 0;
    transform: translateY(10px);
    transition: transform 600ms ease 1200ms, opacity 600ms ease 1200ms; }

#wrapper.loaded #news .lowerMainTitle {
  opacity: 1; }
#wrapper.loaded #news .articles {
  opacity: 1;
  transform: translateY(0); }

#newsSingle {
  padding: 0 90px;
  background: #19191b;
  color: #e8e8e8; }
  #newsSingle .container &gt; * {
    z-index: 2; }
  #newsSingle .container &gt; .glichBG {
    z-index: 1; }
  #newsSingle header {
    margin: 0 -90px;
    padding: 162px 90px 0;
    z-index: 2; }
    #newsSingle header &gt; * {
      z-index: 2; }
    #newsSingle header .date {
      font-size: 26px;
      color: #545454;
      margin: 0 120px 40px;
      font-family: Helvetica; }
    #newsSingle header h1 {
      font-size: 25px;
      line-height: 36px;
      margin: 0 120px;
      letter-spacing: 0.04em;
      padding-bottom: 50px;
      border-bottom: 2px solid #FFF;
      font-weight: bold; }
    #newsSingle header .mainvisual {
      margin-bottom: 80px; }
      #newsSingle header .mainvisual img {
        width: 100%;
        height: auto; }
      #newsSingle header .mainvisual:before {
        content: "";
        display: block;
        position: absolute;
        left: -100vw;
        right: -100vw;
        top: 140px;
        bottom: 0;
        background: #202020; }
    #newsSingle header &gt; .glichBG {
      z-index: 1; }
      #newsSingle header &gt; .glichBG &gt; * {
        background-image: url(../img/noiseBK.png); }
  #newsSingle .content {
    margin: 0 120px;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 120px;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #303032; }
    #newsSingle .content p + p {
      margin-top: 22px; }
    #newsSingle .content figure {
      margin: 0; }
      #newsSingle .content figure.aligncenter {
        margin: 0 auto;
        text-align: center; }
    #newsSingle .content img {
      max-width: 100%;
      height: auto;
      margin: 22px 0; }
    #newsSingle .content a {
      text-decoration: underline; }
  #newsSingle #worksSinglePager {
    padding-left: 120px;
    padding-right: 120px; }
    #newsSingle #worksSinglePager .container {
      padding: 0; }

#joinUs {
  margin-top: 280px; }
  #joinUs:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/joinusBG.jpg) no-repeat center bottom;
    background-size: cover; }
  #joinUs .content {
    padding: 215px 370px 600px 210px; }
    #joinUs .content h1 {
      position: absolute;
      left: 73px;
      top: -127px; }
      #joinUs .content h1 .r, #joinUs .content h1 .b, #joinUs .content h1 .g {
        display: block;
        mix-blend-mode: multiply; }
      #joinUs .content h1 .b, #joinUs .content h1 .g {
        position: absolute;
        left: 0;
        top: 0; }
      #joinUs .content h1 .b {
        top: 4px;
        left: 4px; }
      #joinUs .content h1 .g {
        top: 8px;
        left: 8px; }
    #joinUs .content .text {
      background: rgba(32, 32, 32, 0.9);
      color: #FFF;
      font-size: 35px;
      line-height: 40px;
      font-weight: 200;
      padding-bottom: 16px; }
      #joinUs .content .text p + p {
        margin-top: 40px; }
      #joinUs .content .text h2 {
        font-size: 50px;
        margin-top: 40px;
        line-height: 60px; }
      #joinUs .content .text ul {
        font-family: source-han-serif-japanese, serif;
        margin-bottom: 40px;
        padding-left: 1.5em; }
        #joinUs .content .text ul li {
          list-style: disc; }
      #joinUs .content .text .bottom {
        text-align: right; }
        #joinUs .content .text .bottom a {
          display: inline-block;
          font-size: 110px;
          line-height: 110px;
          color: #d1ea00;
          border-bottom: 4px solid #d1ea00; }
  #joinUs .content h1 {
    opacity: 0;
    transition: opacity 600ms ease 800ms; }
  #joinUs:before,
  #joinUs .content .text {
    opacity: 0;
    transform: translateY(10px);
    transition: transform 600ms ease 1200ms, opacity 600ms ease 1200ms; }

#wrapper.loaded #joinUs .content h1 {
  opacity: 1; }
#wrapper.loaded #joinUs:before,
#wrapper.loaded #joinUs .content .text {
  opacity: 1;
  transform: translateY(0); }

#contact {
  background: #19191b;
  color: #FFF;
  padding-top: 164px;
  min-height: 100vh; }
  #contact &gt; * {
    z-index: 2; }
  #contact &gt; .glichBG {
    z-index: 1; }
  #contact .lowerMainTitle {
    margin-bottom: 0;
    padding: 0 90px; }
  #contact .description {
    margin: 112px 90px 72px;
    padding: 0 120px 87px;
    font-weight: 200;
    border-bottom: 1px solid #d2d2d2;
    letter-spacing: 0.04em; }
    #contact .description .main {
      font-size: 19px;
      line-height: 29px;
      margin-bottom: 40px;
      color: #d2d2d2; }
    #contact .description .note {
      font-size: 14px;
      color: #ababab; }
      #contact .description .note a {
        text-decoration: underline; }
    #contact .description .toTop {
      display: block;
      width: 200px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      font-size: 21px;
      color: #202020;
      background: #FFF;
      border-radius: 35px;
      margin: 109px auto;
      font-weight: bold; }
    #contact .description.complete {
      border-bottom: 0; }
  #contact .form {
    padding-bottom: 200px; }
    #contact .form .wpcf7 &gt; .screen-reader-response {
      display: none !important; }
    #contact .form .upper {
      margin: 0 90px;
      padding: 0 120px;
      overflow: hidden;
      border-bottom: 1px solid #2a2a2d; }
      #contact .form .upper ul li {
        padding: 0 0 0 230px; }
        #contact .form .upper ul li .title {
          position: absolute;
          left: 0;
          top: 32px;
          font-size: 15px;
          font-weight: 500;
          color: #d2d2d2; }
          #contact .form .upper ul li .title span {
            display: inline-block;
            color: #d20000;
            font-size: 10px;
            transform: translateX(5px); }
            #contact .form .upper ul li .title span.note {
              color: #ababab; }
        #contact .form .upper ul li .input input[type=text],
        #contact .form .upper ul li .input textarea {
          background: #222224;
          padding: 25px 25px;
          width: 100%;
          margin: 0;
          border: none;
          line-height: 28px;
          font-size: 14px;
          font-weight: 200; }
        #contact .form .upper ul li .wpcf7-radio,
        #contact .form .upper ul li .wpcf7-checkbox {
          display: block;
          margin-left: -25px;
          padding: 14px 0; }
        #contact .form .upper ul li .wpcf7-list-item {
          margin: 16px 0 16px 25px;
          display: block;
          font-size: 14px; }
        #contact .form .upper ul li label {
          display: inline-block;
          line-height: 20px; }
          #contact .form .upper ul li label input {
            position: absolute;
            opacity: 0;
            margin: 0; }
            #contact .form .upper ul li label input + span {
              display: block; }
              #contact .form .upper ul li label input + span:before {
                content: "";
                display: inline-block;
                width: 19px;
                height: 19px;
                background: #424242;
                border-radius: 100%;
                margin-right: 7px;
                transform: translateY(3px); }
            #contact .form .upper ul li label input:checked + span:before {
              background: #d1ea00; }
        #contact .form .upper ul li textarea {
          height: 172px; }
        #contact .form .upper ul li + li {
          margin-top: 20px; }
      #contact .form .upper .noteCheckbox {
        padding: 66px 0;
        font-size: 12px;
        color: #ababab; }
    #contact .form .lower {
      margin: 0 90px;
      padding: 35px 120px;
      text-align: center; }
      #contact .form .lower .pricacy {
        background: #bdbdbd;
        padding: 40px;
        color: #202020;
        font-size: 12px;
        line-height: 25px;
        height: 265px;
        overflow-y: scroll;
        text-align: left;
        margin-bottom: 38px; }
        #contact .form .lower .pricacy .title {
          font-size: 13px;
          margin-bottom: 8px; }
      #contact .form .lower .privacyBottom {
        font-size: 15px;
        color: #d2d2d2; }
      #contact .form .lower .wpcf7-form-control-wrap.confirm {
        display: block;
        margin-top: 38px;
        margin-bottom: 54px; }
        #contact .form .lower .wpcf7-form-control-wrap.confirm .wpcf7-list-item {
          margin-left: 0 !important; }
          #contact .form .lower .wpcf7-form-control-wrap.confirm .wpcf7-list-item input {
            margin-left: 0; }
        #contact .form .lower .wpcf7-form-control-wrap.confirm + br {
          display: none; }
      #contact .form .lower .ajax-loader {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 25px;
        transform: translateX(100px); }
    #contact .form button,
    #contact .form input[type=submit] {
      box-shadow: none;
      width: 200px;
      line-height: 70px;
      height: 70px;
      text-align: center;
      font-size: 21px;
      letter-spacing: -0.005em;
      background: #FFF;
      padding: 0;
      margin: 0;
      border-radius: 35px;
      border: none;
      cursor: pointer;
      color: #202020;
      font-weight: bold; }
      #contact .form button span,
      #contact .form input[type=submit] span {
        display: inline-block;
        transform: translateY(-2px); }
      @media screen and (min-width: 1100px) {
        #contact .form button,
        #contact .form input[type=submit] {
          transition: background-color 300ms ease, color 300ms ease; }
          #contact .form button:hover,
          #contact .form input[type=submit]:hover {
            background-color: #d1ea00; } }
  #contact .lowerMainTitle {
    opacity: 0;
    transition: opacity 600ms ease 800ms; }
  #contact .description,
  #contact .form {
    opacity: 0;
    transform: translateY(10px);
    transition: transform 600ms ease 1200ms, opacity 600ms ease 1200ms; }

#wrapper.loaded #contact .lowerMainTitle {
  opacity: 1; }
#wrapper.loaded #contact .description,
#wrapper.loaded #contact .form {
  opacity: 1;
  transform: translateY(0); }

._glitch4 {
  color: white;
  position: relative;
  margin: 0 auto; }

@keyframes noise-anim {
  0% {
    clip: rect(65px, 9999px, 50px, 0); }
  5% {
    clip: rect(16px, 9999px, 90px, 0); }
  10% {
    clip: rect(83px, 9999px, 77px, 0); }
  15% {
    clip: rect(83px, 9999px, 18px, 0); }
  20% {
    clip: rect(44px, 9999px, 79px, 0); }
  25% {
    clip: rect(9px, 9999px, 12px, 0); }
  30% {
    clip: rect(77px, 9999px, 37px, 0); }
  35% {
    clip: rect(65px, 9999px, 90px, 0); }
  40% {
    clip: rect(100px, 9999px, 58px, 0); }
  45% {
    clip: rect(44px, 9999px, 88px, 0); }
  50% {
    clip: rect(77px, 9999px, 92px, 0); }
  55% {
    clip: rect(32px, 9999px, 12px, 0); }
  60% {
    clip: rect(81px, 9999px, 53px, 0); }
  65% {
    clip: rect(23px, 9999px, 10px, 0); }
  70% {
    clip: rect(18px, 9999px, 20px, 0); }
  75% {
    clip: rect(63px, 9999px, 17px, 0); }
  80% {
    clip: rect(69px, 9999px, 30px, 0); }
  85% {
    clip: rect(67px, 9999px, 63px, 0); }
  90% {
    clip: rect(9px, 9999px, 41px, 0); }
  95% {
    clip: rect(38px, 9999px, 22px, 0); }
  100% {
    clip: rect(9px, 9999px, 83px, 0); } }
@keyframes noise-anim-works {
  0% {
    clip: rect(24px, 9999px, 162px, 0); }
  5% {
    clip: rect(29px, 9999px, 183px, 0); }
  10% {
    clip: rect(173px, 9999px, 4px, 0); }
  15% {
    clip: rect(107px, 9999px, 12px, 0); }
  20% {
    clip: rect(95px, 9999px, 63px, 0); }
  25% {
    clip: rect(87px, 9999px, 103px, 0); }
  30% {
    clip: rect(7px, 9999px, 115px, 0); }
  35% {
    clip: rect(177px, 9999px, 147px, 0); }
  40% {
    clip: rect(65px, 9999px, 83px, 0); }
  45% {
    clip: rect(154px, 9999px, 3px, 0); }
  50% {
    clip: rect(152px, 9999px, 133px, 0); }
  55% {
    clip: rect(67px, 9999px, 40px, 0); }
  60% {
    clip: rect(129px, 9999px, 4px, 0); }
  65% {
    clip: rect(56px, 9999px, 154px, 0); }
  70% {
    clip: rect(2px, 9999px, 78px, 0); }
  75% {
    clip: rect(15px, 9999px, 136px, 0); }
  80% {
    clip: rect(177px, 9999px, 2px, 0); }
  85% {
    clip: rect(83px, 9999px, 142px, 0); }
  90% {
    clip: rect(166px, 9999px, 12px, 0); }
  95% {
    clip: rect(173px, 9999px, 155px, 0); }
  100% {
    clip: rect(96px, 9999px, 104px, 0); } }
._glitch4:after {
  content: attr(data-text);
  position: absolute;
  left: 3px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: #202020;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse; }

@keyframes noise-anim-2 {
  0% {
    clip: rect(85px, 9999px, 43px, 0); }
  5% {
    clip: rect(84px, 9999px, 65px, 0); }
  10% {
    clip: rect(42px, 9999px, 14px, 0); }
  15% {
    clip: rect(33px, 9999px, 7px, 0); }
  20% {
    clip: rect(95px, 9999px, 95px, 0); }
  25% {
    clip: rect(42px, 9999px, 80px, 0); }
  30% {
    clip: rect(20px, 9999px, 76px, 0); }
  35% {
    clip: rect(33px, 9999px, 40px, 0); }
  40% {
    clip: rect(70px, 9999px, 97px, 0); }
  45% {
    clip: rect(17px, 9999px, 96px, 0); }
  50% {
    clip: rect(14px, 9999px, 74px, 0); }
  55% {
    clip: rect(89px, 9999px, 83px, 0); }
  60% {
    clip: rect(71px, 9999px, 59px, 0); }
  65% {
    clip: rect(42px, 9999px, 69px, 0); }
  70% {
    clip: rect(10px, 9999px, 56px, 0); }
  75% {
    clip: rect(83px, 9999px, 21px, 0); }
  80% {
    clip: rect(60px, 9999px, 1px, 0); }
  85% {
    clip: rect(58px, 9999px, 83px, 0); }
  90% {
    clip: rect(86px, 9999px, 5px, 0); }
  95% {
    clip: rect(11px, 9999px, 17px, 0); }
  100% {
    clip: rect(90px, 9999px, 50px, 0); } }
@keyframes noise-anim-2-works {
  0% {
    clip: rect(156px, 9999px, 180px, 0); }
  5% {
    clip: rect(57px, 9999px, 102px, 0); }
  10% {
    clip: rect(43px, 9999px, 190px, 0); }
  15% {
    clip: rect(186px, 9999px, 40px, 0); }
  20% {
    clip: rect(95px, 9999px, 132px, 0); }
  25% {
    clip: rect(52px, 9999px, 190px, 0); }
  30% {
    clip: rect(122px, 9999px, 47px, 0); }
  35% {
    clip: rect(149px, 9999px, 194px, 0); }
  40% {
    clip: rect(91px, 9999px, 118px, 0); }
  45% {
    clip: rect(131px, 9999px, 43px, 0); }
  50% {
    clip: rect(164px, 9999px, 132px, 0); }
  55% {
    clip: rect(172px, 9999px, 85px, 0); }
  60% {
    clip: rect(47px, 9999px, 156px, 0); }
  65% {
    clip: rect(130px, 9999px, 91px, 0); }
  70% {
    clip: rect(187px, 9999px, 41px, 0); }
  75% {
    clip: rect(164px, 9999px, 138px, 0); }
  80% {
    clip: rect(17px, 9999px, 60px, 0); }
  85% {
    clip: rect(22px, 9999px, 46px, 0); }
  90% {
    clip: rect(142px, 9999px, 66px, 0); }
  95% {
    clip: rect(6px, 9999px, 40px, 0); }
  100% {
    clip: rect(193px, 9999px, 16px, 0); } }
._glitch4:before {
  content: attr(data-text);
  position: absolute;
  left: -3px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse; }

#works ._glitch4:after {
  left: 4px;
  background-color: #202020;
  color: #202020;
  animation: noise-anim-works 0.5s infinite linear alternate-reverse; }
#works ._glitch4:before {
  left: -4px;
  background-color: #202020;
  color: #202020;
  animation: noise-anim-2-works 1s infinite linear alternate-reverse; }

#works header .item ul .text .r,
#works header .item ul .text .g,
#works header .item ul .text .b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: giggle 1s ease infinite;
  mix-blend-mode: difference; }
#works header .item ul .text .dummy {
  display: block;
  z-index: 2; }
#works header .item ul .text .r {
  color: #f00;
  left: -0.5px; }
#works header .item ul .text .g {
  color: #0f0;
  animation-delay: -0.67s; }
#works header .item ul .text .b {
  color: #00f;
  animation-delay: -0.33s;
  left: 0.5px; }

@keyframes giggle {
  0%, 100% {
    transform: translateX(-4px); }
  50% {
    transform: translateX(4px); } }
@keyframes lines {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: 0px 25px; } }
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  border: none !important;
  text-align: center;
  padding: 20px 0;
  line-height: 24px; }

span.wpcf7-not-valid-tip {
  font-size: 11px;
  padding: 10px 0;
  color: #d20000; }

div.wpcf7 .ajax-loader {
  width: 24px;
  height: 24px;
  background: url(../img/loading02b_r1_c1.gif) no-repeat center center;
  background-size: contain;
  float: right;
  margin-right: 20px;
  transform: translateY(15px); }

/*# sourceMappingURL=style.css.map */
</pre></body></html>