/* ------------------------------------------ */
/* Style naming basically follows BEM: http://getbem.com/ */
/* ------------------------------------------ */
.title--extralarge {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 120px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--extralarge {
      font-size: 50px; } }
.title--large {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 60px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--large {
      font-size: 50px; } }
.title--medium, .heading--blk, .heading--gold, .heading--white, .main-banner .catch-copy h2, .project-content .show-more a, .next-project--col h2 {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .title--medium, .heading--blk, .heading--gold, .heading--white, .main-banner .catch-copy h2, .project-content .show-more a, .next-project--col h2 {
      font-size: 22px; } }
.title--medium-small, .project-content--block h2, .project-content--half h2 {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 24px;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .title--medium-small, .project-content--block h2, .project-content--half h2 {
      font-size: 26px; }
      .title--medium-small br, .project-content--block h2 br, .project-content--half h2 br {
        display: none; } }
.title--small, .project-title {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--small, .project-title {
      font-size: 16px; } }

.content--common, #header, .menu a, .main-banner .catch-copy, .txt--logo p {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 18px; }
.content--sm, #footer, .project-info .more-info {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 14px; }
.content--xsm {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 12px; }

/* BEGIN Noto Sans */
@font-face {
  font-family: "BaskervilleURW";
  src: url("fonts/BaskervilleURWNar-Reg.eot?#iefix") format("embedded-opentype"), url("fonts/BaskervilleURWNar-Reg.otf") format("opentype"), url("fonts/BaskervilleURWNar-Reg.woff") format("woff"), url("fonts/BaskervilleURWNar-Reg.ttf") format("truetype"), url("fonts/BaskervilleURWNar-Reg.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Sixstation";
  src: url("fonts/sixstation-Book.eot?#iefix") format("embedded-opentype"), url("fonts/sixstation-Book.otf") format("opentype"), url("fonts/sixstation-Book.woff") format("woff"), url("fonts/sixstation-Book.ttf") format("truetype"), url("fonts/sixstation-Book.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
/* END Noto Sans */
/* Style commonly used  */
/* ------------------------------------------ */
body,
body * {
  max-height: 1000000px; }

html {
  font-size: 16px;
  line-height: 1.7em;
  /*
  @media screen and (max-width:1580px) {
      font-size:15px;
  }
  @media screen and (max-width:991px) {
      font-size:14px;
  }
  @media screen and (max-width:767px) {
      font-size:13px;
  }
  */ }

body {
  font-size: 16px;
  line-height: 1.7em;
  /*
  @media screen and (max-width:1580px) {
      font-size:15px;
  }
  @media screen and (max-width:991px) {
      font-size:14px;
  }
  @media screen and (max-width:767px) {
      font-size:13px;
  }
  */
  font-family: "BaskervilleURW", sans-serif;
  font-weight: 300;
  margin: 0 !important;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #FFF; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: none; }
  a:hover, a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto; }

br {
  display: block;
  opacity: 0;
  font-family: "Arial", sans-serif !important;
  font-size: 0;
  color: transparent;
  line-height: 1em; }

p {
  margin-top: 0;
  margin-bottom: 35px; }
  p:last-child {
    margin-bottom: 0; }

.clearfix {
  content: '';
  display: table;
  width: 100%;
  height: 0;
  clear: both; }

.nowrap {
  overflow: hidden; }

#wrapper {
  position: relative;
  width: 100%;
  top: 0;
  left: 0px;
  min-height: 100vh;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s; }

.block-size {
  position: relative; }
  .block-size--full-width {
    width: 100%; }
  .block-size--half-width {
    width: 50%; }
  .block-size--full-height {
    min-height: 100vh; }
  .block-size--full-fill {
    width: 100%;
    height: 100%; }

.btn {
  position: relative;
  display: inline-block; }
  .btn--overline:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 10%;
    top: 45%;
    left: -5%;
    background-color: #FFF; }
  .btn--overline:hover:after {
    width: 110%; }

.video {
  position: relative; }
  .video--full {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.content-block {
  position: relative;
  width: 100%;
  padding-bottom: 140px;
  background-color: #FFF; }
  .content-block > * {
    opacity: 0;
    transform: translateY(140px);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s; }
    .content-block > *.show {
      opacity: 1;
      transform: translateY(0px); }
  @media screen and (max-width: 768px) {
    .content-block {
      padding: 0px 30px;
      padding-bottom: 35px; } }

.visual-block {
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  margin-bottom: 140px;
  background-color: #000;
  -webkit-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  @media screen and (max-width: 768px) {
    .visual-block {
      background-attachment: inherit;
      margin-bottom: 70px; } }
  .visual-block h2 {
    position: absolute;
    width: 100%;
    top: 105px; }
    @media screen and (max-width: 768px) {
      .visual-block h2 {
        top: 140px; } }
  .visual-block .video-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: scale(1.1); }
  .visual-block video {
    position: absolute;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .visual-block video {
        height: 100%; } }
  .visual-block .video-background {
    display: none; }
    .visual-block .video-background.show {
      display: block; }

.content-row {
  position: relative;
  text-align: center;
  margin-bottom: 0px; }
  @media screen and (max-width: 768px) {
    .content-row {
      margin-bottom: 70px; } }

.content-col {
  position: relative;
  width: 40%;
  max-width: 620px;
  margin: auto;
  vertical-align: top; }
  .content-col > img {
    width: 100%;
    margin: auto;
    display: block; }
  @media screen and (max-width: 768px) {
    .content-col {
      width: 100%;
      margin-bottom: 70px; }
      .content-col:last-child {
        margin-bottom: 0px; } }
  .content-col.normal-col {
    width: auto;
    margin: 0 auto; }
    .content-col.normal-col p {
      margin: 10px 0; }

.content--flex {
  max-width: 1280px;
  flex-wrap: wrap;
  margin: auto; }

.heading--blk {
  margin-bottom: 45px;
  text-align: center; }
.heading--gold {
  margin-bottom: 45px;
  color: #d09c7f;
  text-align: center; }
.heading--white {
  margin-bottom: 45px;
  color: #FFF;
  text-align: center; }

.title--gold {
  color: #d09c7f; }

#content {
  position: relative;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out 0.5s;
  -moz-transition: all 1s ease-in-out 0.5s;
  -o-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s; }
  @media screen and (max-width: 768px) {
    #content {
      width: 100%;
      left: 0%; } }
  #content .main-banner {
    width: 60%;
    left: 20%;
    margin-bottom: 140px;
    -webkit-transition: all 1s ease-in-out 0.5s;
    -moz-transition: all 1s ease-in-out 0.5s;
    -o-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s; }
    @media screen and (max-width: 768px) {
      #content .main-banner {
        margin-bottom: 70px; } }
  #content.show {
    opacity: 1; }
    #content.show .main-banner {
      width: 100%;
      left: 0%; }
  #content.hide {
    width: 100%;
    left: 0%;
    opacity: 0;
    transform: translateY(0px); }

.display--inline-block {
  display: inline-block; }

.display--block {
  display: inline-block; }

.display--inline {
  display: inline; }

.display--table {
  display: table; }

.display--table-cell {
  display: table-cell; }

.display--flex, .content--flex, .client-list, .list-content, .contact--flex {
  display: flex; }

.align--hc {
  text-align: center; }
.align--hl {
  text-align: left; }
.align--hr {
  text-align: right; }
.align--vt {
  vertical-align: top; }
.align--vb {
  vertical-align: bottom; }
.align--vm {
  vertical-align: middle; }
.align--hvc {
  text-align: center;
  vertical-align: middle; }

.hidden-all {
  display: none !important; }

.overflow-hidden {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none; }

.prevent-click:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 30; }

/* END Style commonly used  */
/* ------------------------------------------ */
/* Style for menu */
/* ------------------------------------------ */
#header {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0px;
  padding: 30px 0px;
  z-index: 20; }
  @media screen and (max-width: 768px) {
    #header {
      position: fixed;
      text-align: left;
      padding: 35px 30px; } }
  #header.fixed {
    position: fixed;
    transform: translateY(-100%);
    background-color: white; }
    #header.fixed a {
      color: #000; }
    #header.fixed .catch-copy {
      display: none; }
    #header.fixed .logo {
      display: block; }
  #header.show {
    transform: translateY(0%);
    -webkit-transition: all 0.8s ease-in-out 0s;
    -moz-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s; }
  #header .logo {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    display: none; }

.menu-btn {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 40px;
  height: 10px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
  z-index: 30;
  mix-blend-mode: difference; }
  @media screen and (max-width: 768px) {
    .menu-btn {
      right: 30px;
      display: block; } }
  .menu-btn.active:before {
    top: 50%; }
  .menu-btn.active:after {
    bottom: 50%;
    transform: translateY(1px); }
  .menu-btn:before {
    position: absolute;
    top: 0px;
    left: 0%;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFF;
    transform-origin: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .menu-btn:after {
    position: absolute;
    bottom: 0px;
    left: 0%;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFF;
    transform-origin: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }

.menu {
  position: relative;
  width: 90%;
  max-width: 1276px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  @media screen and (max-width: 768px) {
    .menu {
      position: fixed;
      top: 0px;
      left: -100%;
      width: 100%;
      height: 100%;
      background-color: #FFF;
      display: block;
      padding-top: 100px; } }
  .menu.active {
    left: 0%; }
  .menu ul {
    width: 50%;
    text-align: left;
    list-style: none; }
    .menu ul.sns {
      display: none; }
    @media screen and (max-width: 768px) {
      .menu ul {
        width: 100%;
        padding: 0px 30px;
        box-sizing: border-box;
        text-align: left; }
        .menu ul.sns {
          position: absolute;
          bottom: 30px;
          display: block; }
          .menu ul.sns a {
            font-size: 18px !important; } }
    .menu ul:nth-child(2) {
      text-align: right; }
      @media screen and (max-width: 768px) {
        .menu ul:nth-child(2) {
          text-align: left; } }
    .menu ul li {
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .menu ul li {
          display: block; } }
  .menu a {
    color: #FFF;
    margin: auto 16px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    @media screen and (max-width: 768px) {
      .menu a {
        color: #000;
        font-size: 28px !important;
        margin: .3em auto; } }
    .menu a:hover {
      color: #d09c7f !important; }
    .menu a.active {
      color: #d09c7f !important; }

/* END Style menu  */
/* ------------------------------------------ */
/* Style for menu */
/* ------------------------------------------ */
#footer {
  position: relative;
  width: 100%;
  color: #000;
  padding: 90px 30px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #footer {
      padding: 30px; } }
  #footer a {
    border-bottom: 1px solid #000;
    line-height: .8em; }
  #footer .logo {
    margin-top: 76px;
    margin-bottom: 36px;
    width: 96px; }

/* END Style menu  */
/* ------------------------------------------ */
.title--extralarge {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 120px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--extralarge {
      font-size: 50px; } }
.title--large {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 60px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--large {
      font-size: 50px; } }
.title--medium, .heading--blk, .heading--gold, .heading--white, .main-banner .catch-copy h2, .project-content .show-more a, .next-project--col h2 {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .title--medium, .heading--blk, .heading--gold, .heading--white, .main-banner .catch-copy h2, .project-content .show-more a, .next-project--col h2 {
      font-size: 22px; } }
.title--medium-small, .project-content--block h2, .project-content--half h2 {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 24px;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .title--medium-small, .project-content--block h2, .project-content--half h2 {
      font-size: 26px; }
      .title--medium-small br, .project-content--block h2 br, .project-content--half h2 br {
        display: none; } }
.title--small, .project-title {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--small, .project-title {
      font-size: 16px; } }

.content--common, #header, .menu a, .main-banner .catch-copy, .txt--logo p {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 18px; }
.content--sm, #footer, .project-info .more-info {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 14px; }
.content--xsm {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 12px; }

/* ------------------------------------------ */
.main-banner {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-position: center;
  background-size: cover;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .main-banner {
      height: 90vh; } }
  .main-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: .15; }
  .main-banner .catch-copy {
    position: absolute;
    width: 100%;
    color: #FFF;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: inline-block;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .main-banner .catch-copy {
        top: 50px; } }
    .main-banner .catch-copy p {
      margin-bottom: 0; }
    .main-banner .catch-copy.transit {
      animation: blurIn 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .main-banner .clock {
    font-family: "Sixstation", "BaskervilleURW", sans-serif;
    font-size: 110px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0%;
    color: #FFF;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .main-banner .clock {
        font-size: 70px; } }
    .main-banner .clock .dot {
      opacity: 1;
      font-size: 60px;
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .main-banner .clock .dot {
          width: 100%;
          font-size: 40px;
          transform: translateY(-50%); } }
    .main-banner .clock span {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: .1em; }
      @media screen and (max-width: 768px) {
        .main-banner .clock span {
          line-height: 1em; } }
  .main-banner .logo {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .main-banner .logo {
        width: 70px; } }
  .main-banner .video-holder {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%); }
  .main-banner video {
    position: absolute;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .main-banner video {
        height: 100%; } }
  .main-banner .visual {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0px;
    background-size: cover;
    background-position: center;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%); }
    .main-banner .visual.show {
      visibility: visible;
      opacity: 1; }
  .main-banner .video-background {
    display: none; }
    .main-banner .video-background.show {
      display: block; }

.txt--logo {
  position: absolute;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1; }
  .txt--logo img {
    width: 80px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .txt--logo img {
        width: 50px;
        margin: auto 1em; } }
  .txt--logo p {
    width: 100%; }
  .txt--logo__col {
    width: 50%;
    display: inline-block; }
  .txt--logo__slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .txt--logo__slide.show {
      visibility: visible;
      opacity: 1;
      filter: blur(0px); }
  .txt--logo__holder {
    width: 100px;
    margin: auto 30px;
    box-sizing: border-box;
    opacity: 0;
    animation: blurIn 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    animation-fill-mode: forwards; }
    @media screen and (max-width: 768px) {
      .txt--logo__holder {
        margin: auto;
        width: 50%;
        padding: 20px 10px;
        text-align: right; }
        .txt--logo__holder:nth-child(2n) {
          text-align: left; } }

.director-speech {
  margin-bottom: 140px; }
  @media screen and (max-width: 768px) {
    .director-speech {
      margin-bottom: 70px; } }

.client-list {
  justify-content: center;
  flex-wrap: wrap; }
  .client-list p {
    padding: 0px 30px; }
    @media screen and (max-width: 768px) {
      .client-list p {
        width: 100%;
        padding: 0px;
        text-align: left; } }

.list-content {
  max-width: 930px;
  flex-wrap: wrap;
  margin: auto;
  padding-bottom: 140px;
  margin-bottom: 140px;
  border-bottom: solid 1px #dcdcdd; }
  .list-content:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .list-content p {
    width: 33%;
    margin: 10px 0; }
    @media screen and (max-width: 768px) {
      .list-content p {
        width: 100%;
        text-align: left; } }

.belief-slider {
  padding-bottom: 0px; }
  .belief-slider h3 {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    margin: 1.8em auto; }
  .belief-slider .swiper-slide {
    padding: 0px 5em;
    padding-bottom: 90px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .belief-slider .swiper-slide {
        padding: 0px 30px;
        padding-bottom: 90px; } }
  .belief-slider .word {
    width: 80px;
    margin: auto;
    display: block; }
    @media screen and (max-width: 768px) {
      .belief-slider .word {
        width: 50px; } }

.swiper-pagination-bullet {
  border-radius: 0px;
  width: 40px;
  height: 1px;
  margin: 0 6px !important; }

.swiper-pagination-bullet-active {
  background-color: #000; }

@keyframes blurIn {
  0% {
    filter: blur(3px);
    opacity: 0; }
  100% {
    filter: blur(0px);
    opacity: 1; } }
/* END Style ring-design used  */
/* ------------------------------------------ */
.title--extralarge {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 120px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--extralarge {
      font-size: 50px; } }
.title--large {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 60px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--large {
      font-size: 50px; } }
.title--medium, .heading--blk, .heading--gold, .heading--white, .main-banner .catch-copy h2, .project-content .show-more a, .next-project--col h2 {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .title--medium, .heading--blk, .heading--gold, .heading--white, .main-banner .catch-copy h2, .project-content .show-more a, .next-project--col h2 {
      font-size: 22px; } }
.title--medium-small, .project-content--block h2, .project-content--half h2 {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 24px;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .title--medium-small, .project-content--block h2, .project-content--half h2 {
      font-size: 26px; }
      .title--medium-small br, .project-content--block h2 br, .project-content--half h2 br {
        display: none; } }
.title--small, .project-title {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--small, .project-title {
      font-size: 16px; } }

.content--common, #header, .menu a, .main-banner .catch-copy, .txt--logo p {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 18px; }
.content--sm, #footer, .project-info .more-info {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 14px; }
.content--xsm {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 12px; }

/* ------------------------------------------ */
.contact--flex {
  max-width: 1280px;
  margin: auto;
  margin-bottom: 140px;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .contact--flex {
      margin-bottom: 35px; } }

.contact-col {
  position: relative;
  max-width: 500px;
  min-width: 400px;
  margin: 0 auto;
  vertical-align: top; }
  @media screen and (max-width: 768px) {
    .contact-col {
      width: 100%;
      min-width: auto;
      margin-bottom: 15px; } }
  .contact-col input {
    border: none;
    border-bottom: solid 1px #000;
    width: 100%; }
    .contact-col input:placeholder {
      color: #000; }

.contact-map {
  border: none;
  width: 100%;
  height: 60vh;
  max-width: 1280px;
  margin: auto;
  margin-top: 140px;
  display: block; }
  @media screen and (max-width: 768px) {
    .contact-map {
      margin-top: 70px; } }

.subscribe {
  position: relative;
  box-sizing: border-box;
  padding-right: 30px;
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .subscribe {
      padding-right: 0px; }
      .subscribe span.wpcf7-form-control-wrap.your-email {
        width: 90%; } }
  .subscribe input {
    border: none;
    border-bottom: solid 1px #dcdcdd;
    width: 100%;
    height: 25px;
    line-height: 25px; }
    .subscribe input::placeholder {
      color: #000; }
  .subscribe:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    border-top: solid 1px #dcdcdd;
    border-right: solid 1px #dcdcdd;
    display: block;
    width: 18px;
    height: 18px;
    transform: rotate(45deg) translateY(-50%); }

.sns-block {
  position: relative; }
  .sns-block a {
    margin-right: 1.2em; }

/* END Style ring-design used  */
/* ------------------------------------------ */
.title--extralarge {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 120px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--extralarge {
      font-size: 50px; } }
.title--large {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 60px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--large {
      font-size: 50px; } }
.title--medium, .heading--blk, .heading--gold, .heading--white, .main-banner .catch-copy h2, .project-content .show-more a, .next-project--col h2 {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .title--medium, .heading--blk, .heading--gold, .heading--white, .main-banner .catch-copy h2, .project-content .show-more a, .next-project--col h2 {
      font-size: 22px; } }
.title--medium-small, .project-content--block h2, .project-content--half h2 {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 24px;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .title--medium-small, .project-content--block h2, .project-content--half h2 {
      font-size: 26px; }
      .title--medium-small br, .project-content--block h2 br, .project-content--half h2 br {
        display: none; } }
.title--small, .project-title {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--small, .project-title {
      font-size: 16px; } }

.content--common, #header, .menu a, .main-banner .catch-copy, .txt--logo p {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 18px; }
.content--sm, #footer, .project-info .more-info {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 14px; }
.content--xsm {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 12px; }

/* ------------------------------------------ */
.project-content {
  position: relative;
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding-bottom: 140px;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .project-content {
      padding-bottom: 35px;
      justify-content: center; } }
  .project-content > * {
    opacity: 0;
    transform: translateY(140px);
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s; }
    .project-content > *.show {
      opacity: 1;
      transform: translateY(0px); }
    .project-content > *.hide {
      display: none !important; }
  .project-content.align-left {
    max-width: 1280px;
    justify-content: left; }
  .project-content--block {
    position: relative;
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    margin-bottom: 28px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .project-content--block {
        padding: 0px 30px; } }
    .project-content--block img {
      width: 100%;
      display: block;
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s; }
      @media screen and (max-width: 768px) {
        .project-content--block img {
          /*position: relative;
          left: 50%;
          width: 170%;
          margin-left: -85%;
          max-width: none;*/ } }
    .project-content--block h2 {
      font-weight: 300;
      width: 50%;
      padding-right: 15px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .project-content--block h2 {
          width: 100%;
          padding-right: 0px;
          margin-bottom: 15px; } }
    .project-content--block p {
      width: 50%;
      padding-left: 15px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .project-content--block p {
          width: 100%;
          padding-left: 0px; } }
    .project-content--block small {
      font-size: 70%;
      display: block; }
    .project-content--block a {
      position: relative;
      display: inline-block;
      margin-bottom: 15px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .project-content--block a {
          height: 100vw; } }
      .project-content--block a img {
        position: relative;
        left: 50%;
        display: block;
        transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .project-content--block a img {
            width: auto;
            height: 100%;
            max-width: inherit; } }
      .project-content--block a:hover img {
        transform: scale(1.1) translateX(-45%); }
    .project-content--block img {
      display: block; }
  .project-content--full {
    position: relative;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .project-content--full {
        padding: 0px; } }
    .project-content--full img {
      width: 100%;
      display: block; }
  .project-content--half {
    position: relative;
    width: 50%;
    max-width: 640px;
    display: inline-block;
    padding: 0px 15px;
    box-sizing: border-box;
    margin-bottom: 28px; }
    @media screen and (max-width: 768px) {
      .project-content--half {
        width: 100%;
        max-width: none;
        padding: 0px 30px;
        margin-bottom: 35px; }
        .project-content--half:last-child {
          margin-bottom: 0px; } }
    .project-content--half img {
      width: 100%;
      display: block;
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s; }
    .project-content--half a {
      position: relative;
      display: inline-block;
      margin-bottom: 5px;
      overflow: hidden; }
      .project-content--half a:hover img {
        transform: scale(1.1); }
    .project-content--half h2 {
      font-weight: 300; }
    .project-content--half small {
      font-size: 70%;
      display: block; }
  .project-content .show-more {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 150px; }
    .project-content .show-more.hide {
      display: none; }
    @media screen and (max-width: 768px) {
      .project-content .show-more {
        margin: 70px 0px; } }
    .project-content .show-more a {
      position: relative;
      display: inline-block;
      border-bottom: 1px solid #000;
      line-height: .8em; }

.project-head {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: translateX(-50%); }

.project-slider {
  padding-bottom: 0px; }
  .project-slider.swiper-container {
    width: 100%;
    max-width: 1280px;
    overflow: inherit; }
    @media screen and (max-width: 768px) {
      .project-slider.swiper-container {
        padding: 0px 15px; } }
  .project-slider .swiper-slide {
    width: 1250px;
    padding: 0px 15px;
    padding-bottom: 70px; }

.next-project {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .next-project {
      padding: 0px 30px;
      flex-flow: column-reverse; } }
  .next-project--col {
    width: 50%;
    max-width: 620px;
    text-align: center;
    margin: auto 0; }
    @media screen and (max-width: 768px) {
      .next-project--col {
        width: 100%;
        max-width: inherit;
        padding: 35px 0px; } }
    .next-project--col h2 {
      font-weight: 300;
      max-width: 400px;
      margin: auto; }
    .next-project--col p {
      margin-bottom: auto; }
  .next-project a {
    position: relative;
    display: inline-block;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .next-project a {
        display: block;
        width: 100%; } }
    .next-project a img {
      display: block;
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s; }
    .next-project a:hover img {
      transform: scale(1.1); }

/* END Style ring-design used  */
/* ------------------------------------------ */
.title--extralarge {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 120px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--extralarge {
      font-size: 50px; } }
.title--large {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 60px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--large {
      font-size: 50px; } }
.title--medium, .heading--blk, .heading--gold, .heading--white, .main-banner .catch-copy h2, .project-content .show-more a, .next-project--col h2 {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .title--medium, .heading--blk, .heading--gold, .heading--white, .main-banner .catch-copy h2, .project-content .show-more a, .next-project--col h2 {
      font-size: 22px; } }
.title--medium-small, .project-content--block h2, .project-content--half h2 {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 24px;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .title--medium-small, .project-content--block h2, .project-content--half h2 {
      font-size: 26px; }
      .title--medium-small br, .project-content--block h2 br, .project-content--half h2 br {
        display: none; } }
.title--small, .project-title {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .title--small, .project-title {
      font-size: 16px; } }

.content--common, #header, .menu a, .main-banner .catch-copy, .txt--logo p {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 18px; }
.content--sm, #footer, .project-info .more-info {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 14px; }
.content--xsm {
  font-family: "BaskervilleURW", sans-serif;
  font-size: 12px; }

/* ------------------------------------------ */
.project-details {
  position: relative;
  padding-top: 105px;
  text-align: center;
  opacity: 0;
  animation: fadeIn 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards; }
  @media screen and (max-width: 640px) {
    .project-details {
      position: absolute;
      top: 100px;
      left: 0px;
      width: 100%;
      padding-top: 0px; } }

.project-title {
  color: #FFF;
  font-weight: 300; }
  @media screen and (max-width: 640px) {
    .project-title {
      width: 90%;
      margin: auto; } }

.video-holder {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto; }
  @media screen and (max-width: 640px) {
    .video-holder {
      margin: auto; } }
  .video-holder.projects video {
    width: 100%; }
  .video-holder video {
    position: relative;
    width: auto;
    min-width: 100%;
    /*height: 100%;*/ }
    @media screen and (max-width: 640px) {
      .video-holder video {
        width: auto; } }
    @media (orientation: portrait) {
      .video-holder video {
        width: auto;
        height: 100%; } }
  .video-holder iframe {
    width: 100%;
    height: 100%; }

.project-info {
  position: relative;
  width: 70vw;
  margin: auto;
  padding-bottom: 35px;
  display: inline-block;
  color: #FFF; }
  @media screen and (max-width: 640px) {
    .project-info {
      width: 90%; } }
  .project-info h2 {
    /*@extend .content--sm;*/
    color: #FFF;
    font-weight: 300;
    margin: 16px auto; }
  .project-info p {
    /*@extend .content--xsm;*/
    color: #FFF;
    font-weight: 300;
    margin: 16px auto; }
  .project-info .more-info {
    color: #FFF;
    font-weight: 300;
    margin: 16px auto; }
  .project-info .fade-in {
    animation: fadeIn .8s;
    animation-fill-mode: forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* END Style ring-design used  */
/* ------------------------------------------ */

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