header,
li,
ul,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}

header {
  float: left;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 7.5%;
  padding-right: 7.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  header {
    padding-left: 12%;
  }
}
@media (max-width: 599px) {
  header {
    padding-right: 12%;
  }
}
@media (max-width: 599px) {
  header.navigating {
    width: 100%;
  }
}
@media (max-width: 599px) {
  header.navigating {
    right: 0;
  }
}
@media (max-width: 599px) {
  header.navigating {
    float: left;
  }
}
header .brand {
  bottom: 0;
  top: 0;
  position: absolute;
  display: table;
  height: 100%;
  z-index: 1005;
  width: auto;
}
header .brand a {
  display: table-cell;
  vertical-align: middle;
  font-size: 38px;
}
@media (max-width: 979px) {
  header .brand a {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  header .brand a {
    font-size: 26px;
  }
}
header .brand a .arrow {
  display: none;
  margin-right: 15px;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
header .brand a .text {
  font: 5px !important;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  -webkit-background-size: 250px 21px;
  -moz-background-size: 250px 21px;
  background-size: 250px 21px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  height: 100%;
  width: 250px;
}
@media (max-width: 979px) {
  header .brand a .text {
  
  }
}
@media (max-width: 979px) {
  header .brand a .text {
    width: 40px;
  }
}
@media (max-width: 979px) {
  header .brand a .text {
    height: 43px;
  }
}
@media (max-width: 979px) {
  header .brand a .text {
    -webkit-background-size: 40px 43px;
    -moz-background-size: 40px 43px;
    background-size: 40px 43px;
  }
}
@media (max-width: 599px) {
  header .brand a .text {
    background-image: url("../img/-brand.png");
  }
}
@media (max-width: 599px) {
  header .brand a .text {
    width: 40px;
  }
}
@media (max-width: 599px) {
  header .brand a .text {
    height: 43px;
  }
}
@media (max-width: 599px) {
  header .brand a .text {
    -webkit-background-size: 40px 43px;
    -moz-background-size: 40px 43px;
    background-size: 40px 43px;
  }
}
header .menu {
  white-space: nowrap;
  top: 0;
  bottom: 0;
  left: 300px;
  right: 7.5%;
  position: absolute;
  -webkit-transition: color 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 599px) {
  header .menu {
    left: 12%;
  }
}
@media (max-width: 599px) {
  header .menu {
    right: 12%;
  }
}
header .menu ul {
  margin: auto;
  display: table;
  width: 70%;
  text-align: right;
  float: right;
  height: 100%;
}
header .menu ul li {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 979px) {
  header .menu ul li {
    padding-left: 55px;
  }
}
@media (max-width: 599px) {
  header .menu ul li {
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  header .menu ul li {
    width: auto;
  }
}
header .menu ul li a {
  line-height: 38px;
  font-size: 2em;
  letter-spacing: -0.035em;
  color: #ccc;
  position: relative;
  white-space: nowrap;
  display: block;
}
@media (max-width: 599px) {
  header .menu ul li a {
    font-size: 1.5em;
  }
}

header .menu ul li a:hover,
header .menu ul li.active a{
  color: #000;
}

.all-anim {
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.hide {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}

/*
.in-view {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}*/

.home .projects-frame {
  position: fixed;
  top: 140px;
  left: 7.5%;
  right: 7.5%;
  bottom: 0;
  overflow: hidden;
}

@media (max-width: 599px) {
  .home .projects-frame {
    top: 20%;
  }
}
@media (max-width: 599px) {
  .home .projects-frame {
    left: 12%;
  }
}
@media (max-width: 599px) {
  .home .projects-frame {
    right: 12%;
  }
}
.home section.projects a.project {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-transform 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.home section.projects a.project img {
  width: 100%;
  height: auto;
  display: block;
}
.home section.projects a.project.scroll-prev {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  z-index: 10;
}
.home section.projects a.project.scroll-current {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -o-transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  z-index: 20;
}
.home section.projects a.project.scroll-next {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  z-index: 10;
}
.home .title {
  font: 170px 'helvetica';
  line-height: 180px;
  height: 190px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.04em;
  position: absolute;
  top: 50%;
  left: -3.75%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0;
}
@media (max-width: 1279px) {
  .home .title {
    height: 140px;
  }
}
@media (max-width: 1279px) {
  .home .title {
    font-size: 120px;
  }
}
@media (max-width: 1279px) {
  .home .title {
    line-height: 130px;
  }
}
@media (max-width: 979px) {
  .home .title {
    height: 100px;
  }
}
@media (max-width: 979px) {
  .home .title {
    font-size: 80px;
  }
}
@media (max-width: 979px) {
  .home .title {
    line-height: 90px;
  }
}
@media (max-width: 599px) {
  .home .title {
    height: 82px;
  }
}
@media (max-width: 599px) {
  .home .title {
    font-size: 68px;
  }
}
@media (max-width: 599px) {
  .home .title {
    line-height: 75px;
  }
}
.home{
  font-family: 'Playfair Display', serif;
  line-height: 140%;
  font-size: 16px;
  display: block;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 10px;
}
@media (max-width: 599px) {
  .home{
    font-size: 12px;
  }
}

.home section.text-scroll {
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 7.5%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 110;
}
.home section.text-scroll .frame {
  position: relative;
  overflow: hidden;
}
.home section.text-scroll .frame .scroll {
  position: relative;
}
@media (max-width: 599px) {
  .home section.titles {
    display: none;
  }
}
.home section.titles .title-wrapper {
  position: relative;
  margin-left: 7.5%;
  height: 190px;
}
@media (max-width: 1279px) {
  .home section.titles .title-wrapper {
    height: 140px;
  }
}
@media (max-width: 979px) {
  .home section.titles .title-wrapper {
    height: 100px;
  }
}
@media (max-width: 599px) {
  .home section.titles .title-wrapper {
    height: 78px;
  }
}
.home section.titles .title {
  position: relative;
  display: block;
  top: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.home {
  margin-top: -24px;
}
@media (max-width: 979px) {
  .home {
    margin-top: -20px;
  }
}
@media (max-width: 599px) {
  .home {
    display: none;
  }
}
.home {
  position: relative;
  margin-left: 7.5%;
  height: 18px;
}
.home {
  position: relative;
  left: -3.75%;
  line-height: 18px;
}
.home .nav {
  position: fixed;
  z-index: 10000;
  width: 7.5%;
  top: 100%;
  right: 0;
  text-align: center;
}
@media (max-width: 599px) {
  .home .nav {
    width: 12%;
  }
}
.home .nav ul li a {
  width: 44px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.home .nav ul li a .active-line {
   position: absolute;
  width: 0px;
  height: 1px;
  display: block;
  position: absolute;
  margin-left: 15px;
  margin-top: 9px;
  border-top: 1px solid #000;
  -webkit-transition: width 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: width 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: width 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 800ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 100;
}
.home .nav ul li a:after {
   content: " ";
  width: 13px;
  height: 1px;
  display: block;
  position: absolute;
  margin-left: 15px;
  margin-top: 9px;
  border-top: 1px solid #bbb;
  -webkit-transition: border 300ms ease;
  -moz-transition: border 300ms ease;
  -o-transition: border 300ms ease;
  -ms-transition: border 300ms ease;
  transition: border 300ms ease;
}
.no-touch .home .nav ul li a:hover:after {
  border-top-color: #999;
}

.home .nav ul li.active a .active-line {
  width: 13px;
}

.home.full .projects-frame {
  left: 0%;
  right: 0%;
  top: 0% !important;
  bottom: 0% !important;
  width: auto !important;
  height: auto !important;
}
.home.full .projects-frame section.projects a.project.scroll-prev,
.home.full .projects-frame section.projects a.project .scroll-next {
  display: none;
}
.home.full.out-from-right .projects-frame {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.home.full.out-from-left .projects-frame {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.home.text-out-left section.text-scroll {
  -webkit-transform: translate3d(-105%, 0, 0) !important;
  -moz-transform: translate3d(-105%, 0, 0) !important;
  -o-transform: translate3d(-105%, 0, 0) !important;
  -ms-transform: translate3d(-105%, 0, 0) !important;
  transform: translate3d(-105%, 0, 0) !important;
}
.home.text-out-right section.text-scroll {
  -webkit-transform: translate3d(105%, 0, 0) !important;
  -moz-transform: translate3d(105%, 0, 0) !important;
  -o-transform: translate3d(105%, 0, 0) !important;
  -ms-transform: translate3d(105%, 0, 0) !important;
  transform: translate3d(105%, 0, 0) !important;
}
.home.out .nav {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.home.out-from-right .projects-frame {
  -webkit-transform: translate3d(-115%, 0, 0);
  -moz-transform: translate3d(-115%, 0, 0);
  -o-transform: translate3d(-115%, 0, 0);
  -ms-transform: translate3d(-115%, 0, 0);
  transform: translate3d(-115%, 0, 0);
}
.home.out-from-left .projects-frame {
  -webkit-transform: translate3d(115%, 0, 0);
  -moz-transform: translate3d(115%, 0, 0);
  -o-transform: translate3d(115%, 0, 0);
  -ms-transform: translate3d(115%, 0, 0);
  transform: translate3d(115%, 0, 0);
}
.home.only-current-project .projects-frame a.project {
  display: none;
}
.home.only-current-project .projects-frame a.project.scroll-current {
  display: block;
}
.page.page-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.page.page-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.page.page-up {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.page.page-down {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.page.detail .next {
  margin-top: 200px;
}
@media (max-width: 599px) {
  .page.detail .next {
    margin-top: 80px;
  }
}
@media (max-width: 979px) {
  .page.detail .next {
    margin-top: 80px;
  }
}
.page.detail .next a {
  font-size: 80px;
  font-weight: bold;
  color: #111;
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  height: 400px;
  line-height: 400px;
  letter-spacing: -5px;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .page.detail .next a {
    font-size: 60px;
  }
}
@media (max-width: 599px) {
  .page.detail .next a {
    letter-spacing: -2px;
  }
}
@media (max-width: 599px) {
  .page.detail .next a {
    height: 200px;
  }
}
@media (max-width: 599px) {
  .page.detail .next a {
    line-height: 200px;
  }
}
@media (max-width: 979px) {
  .page.detail .next a {
    height: 300px;
  }
}
@media (max-width: 979px) {
  .page.detail .next a {
    line-height: 300px;
  }
}
@media (max-width: 979px) {
  .page.detail .next a {
    font-size: 65px;
  }
}
@media (max-width: 979px) {
  .page.detail .next a {
    letter-spacing: -2px;
  }
}
.page.detail .next a .bg {
  background: #c0c0c0 no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: opacity 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 800ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 10;
}
.page.detail .next a .label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 50;
}
.no-touch .page.detail .next a:hover .bg {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.no-touch .page.detail .next-speedo a:hover {
  color: #fff;
}
.page.detail .next-speedo a .bg {
  background-image: url("../img/speedo/1.jpg");
}
.no-touch .page.detail .next-sony a:hover {
  color: #fff;
}
.page.detail .next-sony a .bg {
  background-image: url("../img/sony/1.jpg");
}
.no-touch .page.detail .next-nike a:hover {
  color: #fff;
}
.page.detail .next-nike a .bg {
  background-image: url("../img/nike/1.jpg");
}
.no-touch .page.detail .next-beauty a:hover {
  color: #fff;
}
.page.detail .next-beauty a .bg {
  background-image: url("../img/beauty/1.jpg");
}
.no-touch .page.detail .next-roku a:hover {
  color: #fff;
}
.page.detail .next-roku a .bg {
  background-image: url("../img/roku/1.jpg");
}
.no-touch .page.detail .next-clinch a:hover {
  color: #fff;
}
.page.detail .next-clinch a .bg {
  background-image: url("../img/clinch/1.jpg");
}
.no-touch .page.detail .next-domains a:hover {
  color: #fff;
}
.page.detail .next-domains a .bg {
  background-image: url("../img/domains/1.jpg");
}
.no-touch .page.detail .next-sqsp a:hover {
  color: #fff;
}
.page.detail .next-sqsp a .bg {
  background-image: url("../img/sqsp/1.jpg");
}
.no-touch .page.detail .next-bridges a:hover {
  color: #fff;
}
.page.detail .next-bridges a .bg {
  background-image: url("../img/bridges/1.jpg");
}
.page.detail .next-hm a .bg {
  background-image: url("../img/hm/1.jpg");
}
.page.detail .next-simple a .bg {
  background-image: url("../img/simplehuman/1.jpg");
}
.no-touch .page.detail .next-hp a:hover {
  color: #fff;
}
.page.detail .next-hp a .bg {
  background-image: url("../img/hp/1.jpg");
}
.no-touch .page.detail .next-facebook a:hover {
  color: #fff;
}
.page.detail .next-facebook a .bg {
  background-image: url("../img/facebook/1.jpg");
}
.section-inverted {
  background: #000;
  color: #fff;
}
.section-inverted header .brand a .text {
  background-image: url("../img/brand-white.png");
}
.detail h1 {
  font-size: 72px;
  line-height: 1.5;
  color: #2c3e50;
  font-weight: 100;
}
.detail #container {
  width: 980px;
  margin: 0 auto;
}
.detail section {
  height: 300px;
  margin: 60px 0;
}
.detail .section--purple {
  background-color: #9b59b6;
}
.detail .section--blue {
  background-color: #3498db;
}
.detail .section--green {
  background-color: #2ecc71;
}
.detail #main {
  text-align: center;
}
.detail #more {
  margin: 20px auto 48px;
}
.detail .container {
  text-align: center;
}
.detail .img_center {
  display: inline-table;
  width: 89%;
  height: auto;
  margin-top: 150px;
  max-width: 1600px;
}
@media (max-width: 979px) {
  .detail .img_center {
    width: 90%;
  }
}
@media (max-width: 979px) {
  .detail .img_center {
    margin-top: 50px;
  }
}
@media (max-width: 599px) {
  .detail .img_center {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .detail .img_center {
    margin-top: 50px;
  }
}
@media (max-width: 599px) {
  .detail .img_center {
    width: 90%;
  }
}
.detail .img_full {
  width: 100%;
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 150px;
  background: #e6e6e6;
}
@media (max-width: 599px) {
  .detail .img_full {
    width: 90%;
  }
}
@media (max-width: 599px) {
  .detail .img_full {
    margin: auto;
  }
}
@media (max-width: 599px) {
  .detail .img_full {
    background: #e6e6e6;
  }
}
@media (max-width: 599px) {
  .detail .img_full {
    margin-top: 50px;
  }
}
@media (max-width: 599px) {
  .detail .img_full {
    padding: 5%;
  }
}
@media (max-width: 979px) {
  .detail .img_full {
    width: 90%;
  }
}
@media (max-width: 979px) {
  .detail .img_full {
    margin-top: 50px;
  }
}
@media (max-width: 979px) {
  .detail .img_full {
    padding: 5%;
  }
}
.detail .img_full img {
  width: 100%;
  max-width: 1200px;
}
.detail .video_full {
  background: #000;
  display: inline-table;
  width: 80%;
  height: auto;
  min-width: 100%;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 599px) {
  .detail .video_full {
    margin-top: 50px;
  }
}
@media (max-width: 599px) {
  .detail .video_full {
    padding-top: 30px;
  }
}
@media (max-width: 599px) {
  .detail .video_full {
    padding-bottom: 30px;
  }
}
.detail .video_full video {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  height: auto;
}
.detail .video_container {
  max-width: 1280px;
  margin: auto;
}
.detail .video_container .video_wrapper {
  position: relative;
  padding-bottom: 56.25% /* 16:9 */;
  height: 0;
  margin: 100px 0 100px 0;
}
@media (max-width: 979px) {
  .detail .video_container .video_wrapper {
    margin: 50px 0 50px 0;
  }
}
.detail .video_container .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail .video_full_white {
  background: #fff;
  display: inline-table;
  width: 80%;
  height: auto;
  min-width: 100%;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  .detail .video_full_white {
    margin-top: 50px;
  }
}
@media (max-width: 599px) {
  .detail .video_full_white {
    padding-top: 0px;
  }
}
@media (max-width: 599px) {
  .detail .video_full_white {
    padding-bottom: 0px;
  }
}
.detail .video_full_white video {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  height: auto;
}
.detail .img_center img,
.detail .img_full img {
  max-width: 1600px;
  margin: auto;
  width: 100%;
  height: auto;
}
.detail .img_full img {
  max-width: 1200px;
  width: 100%;
}
.detail .project_about {
  position: relative;
  display: inline-table;
  margin-top: 100px;
  font-family: 'Helvetica';
  text-align: left;
  line-height: 48px;
  color: #333;
  padding-right: 80px;
  vertical-align: middle;
  letter-spacing: -0.01em;
  font-size: 40px;
  margin-left: 7.5%;
  margin-right: 7.5%;
  max-width: 1500px;
}
@media (max-width: 979px) {
  .detail .project_about {
    margin-top: 90px;
  }
}
@media (max-width: 599px) {
  .detail .project_about {
    margin-left: 12%;
  }
}
@media (max-width: 599px) {
  .detail .project_about {
    margin-right: 12%;
  }
}
@media (max-width: 599px) {
  .detail .project_about {
    padding-right: 10px;
  }
}
@media (max-width: 599px) {
  .detail .project_about {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .detail .project_about {
    line-height: 38px;
  }
}
@media (max-width: 599px) {
  .detail .project_about {
    margin-top: 60px;
  }
}
.detail .project_title_copy {
  font-size: 22px;
  line-height: 10px;
}
@media (max-width: 979px) {
  .detail .project_title_copy {
    font-size: 28px;
  }
}
@media (max-width: 979px) {
  .detail .project_title_copy {
    margin-top: 60px;
  }
}
@media (max-width: 599px) {
  .detail .project_title_copy {
    line-height: 10px;
  }
}
@media (max-width: 599px) {
  .detail .project_title_copy {
    font-size: 24px;
  }
}
.detail .project_team {
  font: 26px 'Helvetica';
  max-width: 900px;
  line-height: 48px;
  color: #333;
  text-align: left;
  vertical-align: middle;
  letter-spacing: -0.5px;
  line-height: 40px;
  text-align: center;
  margin: 200px auto 0 auto;
}
@media (max-width: 979px) {
  .detail .project_team {
    margin: 60px 100px 0 100px;
  }
}
@media (max-width: 599px) {
  .detail .project_team {
    margin-top: 60px;
  }
}
.detail .project_team a {
  font: 90px 'Helvetica';
  color: #2e36ff;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.detail .project_team a:hover {
  color: #000;
}
.detail .img_fixed {
  margin-top: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 1000px;
}
@media (max-width: 979px) {
  .detail .img_fixed {
    margin-top: 50px;
  }
}
@media (max-width: 979px) {
  .detail .img_fixed {
    height: 600px;
  }
}
@media (max-width: 599px) {
  .detail .img_fixed {
    height: 400px;
  }
}
@media (max-width: 599px) {
  .detail .img_fixed {
    margin-top: 50px;
  }
}
.about {
  font: 80px 'Helvetica';
  letter-spacing: -0.04em;
  line-height: 110px;
  margin-top: 250px;
  padding-left: 50%;
  padding-right: 7.5%;
  color: #000;
}
@media (max-width: 1279px) {
  .about {
    font-size: 4em;
  }
}
@media (max-width: 1279px) {
  .about {
    line-height: 1.4em;
  }
}
@media (max-width: 1279px) {
  .about {
    letter-spacing: -0.04em;
  }
}
@media (max-width: 1279px) {
  .about {
    margin-top: 160px;
  }
}
@media (max-width: 979px) {
  .about {
    padding-left: 7.5%;
  }
}
@media (max-width: 979px) {
  .about {
    line-height: 60px;
  }
}
@media (max-width: 979px) {
  .about {
    margin-top: 110px;
  }
}
@media (max-width: 979px) {
  .about {
    letter-spacing: -1.5px;
  }
}
@media (max-width: 599px) {
  .about {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .about {
    line-height: 45px;
  }
}
@media (max-width: 599px) {
  .about {
    letter-spacing: -2px;
  }
}
@media (max-width: 599px) {
  .about {
    margin-top: 120px;
  }
}
@media (max-width: 599px) {
  .about {
    padding-left: 12%;
  }
}
@media (max-width: 599px) {
  .about {
    padding-right: 12%;
  }
}
.about .about_link {
  color: #2e36ff;
}
.about .about_link:hover {
  background: #2e36ff;
  color: #fff;
}
.about .awards {
  font-size: 50px;
  letter-spacing: -0.05em;
  margin-top: 150px;
  zoom: 1;
}
@media (max-width: 599px) {
  .about .awards {
    margin-top: 80px;
  }
}
.about .awards:before,
.about .awards:after {
  content: "";
  display: table;
}
.about .awards:after {
  clear: both;
}
.about .talk {
  font-weight: bold;
  margin-top: 150px;
  clear: both;
}
@media (max-width: 599px) {
  .about .talk {
    margin-top: 0px;
  }
}
@media (max-width: 979px) {
  .about .talk {
    margin-top: 40px;
  }
}
.about .links_about {
  position: absolute;
  top: 0;
  left: 7.5%;
  font-size: 0.4em;
  letter-spacing: -0.04em;
  line-height: 50px;
  font-weight: normal;
}
@media (max-width: 979px) {
  .about .links_about {
    position: relative;
  }
}
@media (max-width: 979px) {
  .about .links_about {
    left: 0;
  }
}
@media (max-width: 979px) {
  .about .links_about {
    margin-top: 10px;
  }
}
@media (max-width: 979px) {
  .about .links_about {
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .about .links_about {
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .about .links_about {
    font-size: 0.8em;
  }
}
@media (max-width: 599px) {
  .about .links_about a {
    display: block;
  }
}
@media (max-width: 599px) {
  .about .links_about a {
    height: 20px;
  }
}
@media (max-width: 599px) {
  .about .links_about a {
    margin-bottom: -40px;
  }
}
@media (max-width: 599px) {
  .about .links_about a {
    margin-top: -40px;
  }
}
@media (max-width: 979px) {
  .about .links_about a {
    margin-top: 20px;
  }
}
.no-touch .about a hover {
  text-decoration: line-through;
}
.about .awards_number {
  float: left;
  zoom: 1;
  padding-right: 80px;
}
.about .awards_number:before,
.about .awards_number:after {
  content: "";
  display: table;
}
.about .awards_number:after {
  clear: both;
}
@media (max-width: 979px) {
  .about .awards_number {
    margin-top: -100px;
  }
}
@media (max-width: 599px) {
  .about .awards_number {
    margin-top: -20px;
  }
}
.about .awards_number .big {
  font-size: 420px;
  line-height: 420px;
  font-weight: bold;
}
@media (max-width: 979px) {
  .about .awards_number .big {
    font-size: 300px;
  }
}
@media (max-width: 979px) {
  .about .awards_number .big {
    line-height: 340px;
  }
}
@media (max-width: 599px) {
  .about .awards_number .big {
    font-size: 150px;
  }
}
@media (max-width: 599px) {
  .about .awards_number .big {
    line-height: 220px;
  }
}
.about .awards_number .counting {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-left: 17px;
  letter-spacing: -1px;
  float: left;
  position: relative;
  margin-top: -30px;
}
@media (max-width: 979px) {
  .about .awards_number .counting {
    margin-left: 10px;
  }
}
@media (max-width: 599px) {
  .about .awards_number .counting {
    margin-left: 2px;
  }
}
@media (max-width: 599px) {
  .about .awards_number .counting {
    margin-top: -45px;
  }
}
@media (max-width: 979px) {
  .about .awards_number .counting {
    font-size: 50px;
  }
}
@media (max-width: 979px) {
  .about .awards_number .counting {
    letter-spacing: -1px;
  }
}
@media (max-width: 599px) {
  .about .awards_number .counting {
    font-size: 30px;
  }
}
@media (max-width: 979px) {
  .about .awards_number .counting {
    letter-spacing: -0.5px;
  }
}
@media (max-width: 979px) {
  .about .awards_number .counting {
    margin-left: 0px;
  }
}
.about .awards_title {
  font-size: 0.7em;
  letter-spacing: -0.04em;
}
@media (max-width: 979px) {
  .about .awards_title {
    height: 200px;
  }
}
@media (max-width: 599px) {
  .about .awards_title {
    height: 60px;
  }
}
.about .awards_list {
  font-size: 13px;
  letter-spacing: -0.4px;
  line-height: 30px;
  float: left;
  position: relative;
}
@media (max-width: 599px) {
  .about .awards_list {
    font-size: 9px;
  }
}
@media (max-width: 979px) {
  .about .awards_list {
    font-size: 13px;
  }
}
@media (max-width: 979px) {
  .about .awards_list {
    line-height: 22px;
  }
}
@media (max-width: 599px) {
  .about .awards_list {
    letter-spacing: -0.4px;
  }
}
@media (max-width: 599px) {
  .about .awards_list {
    line-height: 24px;
  }
}
@media (max-width: 599px) {
  .about .awards_list {
    margin-left: 0px;
  }
}
@media (max-width: 599px) {
  .about .awards_list {
    margin-top: 30px;
  }
}
.almost {
  font: 130px 'Helvetica';
  font-weight: bold;
  letter-spacing: -4px;
  padding-left: 7.5%;
  padding-right: 7.5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
  color: #000;
}
@media (max-width: 1279px) {
  .almost {
    margin-top: 200px;
  }
}
@media (max-width: 979px) {
  .almost {
    font-size: 80px;
  }
}
@media (max-width: 979px) {
  .almost {
    line-height: 20px;
  }
}
@media (max-width: 979px) {
  .almost {
    margin-top: -200px;
  }
}
@media (max-width: 979px) {
  .almost {
    borde: 1px solid #00f;
  }
}
@media (max-width: 599px) {
  .almost {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .almost {
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .almost {
    letter-spacing: -2px;
  }
}
@media (max-width: 599px) {
  .almost {
    margin-top: 100px;
  }
}
@media (max-width: 599px) {
  .almost {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .almost {
    padding-right: 0;
  }
}
.almost .almost_copy {
  margin-top: 280px;
  font-family: 'Helvetica';
  text-align: left;
  line-height: 75px;
  font-weight: bold;
  max-width: 1000px;
  z-index: 200;
  position: relative;
  color: #000;
  vertical-align: middle;
  letter-spacing: -1.5px;
  font-size: 75px;
}
@media (max-width: 1799px) {
  .almost .almost_copy {
    font-size: 55px;
  }
}
@media (max-width: 1799px) {
  .almost .almost_copy {
    line-height: 55px;
  }
}
@media (max-width: 1799px) {
  .almost .almost_copy {
    max-width: 750px;
  }
}
@media (max-width: 1799px) {
  .almost .almost_copy {
    margin-top: 200px;
  }
}
@media (max-width: 979px) {
  .almost .almost_copy {
    font-size: 40px;
  }
}
@media (max-width: 979px) {
  .almost .almost_copy {
    line-height: 40px;
  }
}
@media (max-width: 979px) {
  .almost .almost_copy {
    margin-bottom: 150px;
  }
}
@media (max-width: 979px) {
  .almost .almost_copy {
    margin-top: 350px;
  }
}
@media (max-width: 979px) {
  .almost .almost_copy {
    max-width: 500px;
  }
}
@media (max-width: 599px) {
  .almost .almost_copy {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .almost .almost_copy {
    line-height: 35px;
  }
}
@media (max-width: 599px) {
  .almost .almost_copy {
    letter-spacing: -2px;
  }
}
@media (max-width: 599px) {
  .almost .almost_copy {
    margin-top: 100px;
  }
}
@media (max-width: 599px) {
  .almost .almost_copy {
    margin-bottom: 220px;
  }
}
@media (max-width: 599px) {
  .almost .almost_copy {
    padding-left: 12%;
  }
}
@media (max-width: 599px) {
  .almost .almost_copy {
    padding-right: 12%;
  }
}
.almost .c_container {
  padding-left: 7.5%;
  padding-right: 7.5%;
  text-align: center;
  max-width: 1600px;
  margin: auto;
  margin-top: -120px;
}
@media (max-width: 1799px) {
  .almost .c_container {
    margin-top: -90px;
  }
}
@media (max-width: 979px) {
  .almost .c_container {
    margin-top: -200px;
  }
}
@media (max-width: 599px) {
  .almost .c_container {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .almost .c_container {
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .almost .c_container {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .almost .c_container {
    max-width: 100%;
  }
}
.almost .c_container .c_image_100 {
  vertical-align: bottom;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: auto;
  margin: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
@media (max-width: 1799px) {
  .almost .c_container .c_image_100 {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .almost .c_container .c_image_100 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_100 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_100 {
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_100 {
    padding-top: 20px;
  }
}
.almost .c_container .c_image_100 img,
.almost .c_container .c_image_100 video {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  padding-bottom: 3px;
}
@media (max-width: 599px) {
  .almost .c_container .c_image_100 img,
  .almost .c_container .c_image_100 video {
    padding-bottom: 20px;
  }
}
.almost .c_container .c_image_47 {
  vertical-align: bottom;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 0;
  height: auto;
  margin: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 47%;
}
@media (max-width: 1799px) {
  .almost .c_container .c_image_47 {
    width: 47%;
  }
}
@media (max-width: 979px) {
  .almost .c_container .c_image_47 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_47 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_47 {
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_47 {
    padding-top: 20px;
  }
}
.almost .c_container .c_image_47 img,
.almost .c_container .c_image_47 video {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  padding-bottom: 3px;
}
@media (max-width: 599px) {
  .almost .c_container .c_image_47 img,
  .almost .c_container .c_image_47 video {
    padding-bottom: 20px;
  }
}
.almost .c_container .c_image_29 {
  vertical-align: bottom;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 0;
  height: auto;
  margin: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 27%;
}
@media (max-width: 1799px) {
  .almost .c_container .c_image_29 {
    width: 27%;
  }
}
@media (max-width: 979px) {
  .almost .c_container .c_image_29 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_29 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_29 {
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_29 {
    padding-top: 20px;
  }
}
.almost .c_container .c_image_29 img,
.almost .c_container .c_image_29 video {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  padding-bottom: 3px;
}
@media (max-width: 599px) {
  .almost .c_container .c_image_29 img,
  .almost .c_container .c_image_29 video {
    padding-bottom: 20px;
  }
}
.almost .c_container .c_image_70 {
  vertical-align: bottom;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 0;
  height: auto;
  margin: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 60%;
}
@media (max-width: 1799px) {
  .almost .c_container .c_image_70 {
    width: 60%;
  }
}
@media (max-width: 979px) {
  .almost .c_container .c_image_70 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_70 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_70 {
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_70 {
    padding-top: 20px;
  }
}
.almost .c_container .c_image_70 img,
.almost .c_container .c_image_70 video {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  padding-bottom: 3px;
}
@media (max-width: 599px) {
  .almost .c_container .c_image_70 img,
  .almost .c_container .c_image_70 video {
    padding-bottom: 20px;
  }
}
.almost .c_container .c_image_50 {
  vertical-align: bottom;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 0;
  height: auto;
  margin: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 49%;
}
@media (max-width: 1799px) {
  .almost .c_container .c_image_50 {
    width: 49%;
  }
}
@media (max-width: 979px) {
  .almost .c_container .c_image_50 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_50 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_50 {
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .almost .c_container .c_image_50 {
    padding-top: 20px;
  }
}
.almost .c_container .c_image_50 img,
.almost .c_container .c_image_50 video {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  padding-bottom: 3px;
}
@media (max-width: 599px) {
  .almost .c_container .c_image_50 img,
  .almost .c_container .c_image_50 video {
    padding-bottom: 20px;
  }
}

