body {
  height: auto !important; }

#wrapper {
  display: none; }

.btnMenu {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 2.5s; }
  .btnMenu.animate {
    opacity: 1; }

.loading {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500; }
  .loading .loadLine {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .loading .loadLine span {
      display: block;
      position: absolute;
      background: #000;
      width: 100%;
      height: 1px; }
      .loading .loadLine span:nth-child(1) {
        animation: loading01 1s ease-in-out infinite;
        top: 0; }
      .loading .loadLine span:nth-child(2) {
        top: 50%;
        animation: loading02 1s ease-in-out infinite; }
      .loading .loadLine span:nth-child(3) {
        bottom: 0;
        animation: loading01 1s ease-in-out infinite; }

h2 {
  padding-bottom: 20px;
  display: inline-block;
  position: relative; }
  h2::after {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000; }

#mv {
  padding-top: 100px; }
  @media screen and (max-width: 750px) {
    #mv {
      padding-top: 0; } }
  #mv .txt {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1; }
    @media screen and (max-width: 750px) {
      #mv .txt {
        position: relative;
        top: inherit;
        left: inherit; } }
    #mv .txt h1 {
      margin-bottom: 40px;
      color: #0f7a9e;
      line-height: 1.2;
      font-size: 0;
      font-weight: 600; }
      @media screen and (max-width: 750px) {
        #mv .txt h1 {
          margin-top: -40vw;
          margin-bottom: 10px; } }
      #mv .txt h1 span {
        font-size: 8.8rem;
        /*font-family: 'Cormorant Garamond', serif;*/
        font-family: 'Vollkorn', serif;
        -ms-font-feature-settings: "normal";
        display: inline-block;
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
        @media screen and (max-width: 750px) {
          #mv .txt h1 span {
            font-size: 14vw; } }
        #mv .txt h1 span:nth-of-type(2) {
          margin-left: 20px; }
          @media screen and (max-width: 750px) {
            #mv .txt h1 span:nth-of-type(2) {
              margin-left: 0; } }
      #mv .txt h1 + span {
        margin-left: 5px; }
      #mv .txt h1 + p {
        font-size: 1.6rem;
        line-height: 2;
        opacity: 0; }
    #mv .txt .scrollAnime {
      margin-top: 180px;
      position: relative;
      opacity: 0;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      /*&::before {
      	content: "";
      	position: absolute;
      	bottom: 0;
      	left: 0;
      	width: 1px;
      	height: 80px;
      	background: #666;
      }*/ }
      #mv .txt .scrollAnime a {
        color: #bbb !important; }
      #mv .txt .scrollAnime::after {
        content: "";
        position: absolute;
        bottom: 65px;
        left: 0;
        width: 1px;
        height: 10px;
        background: #0f7a9e;
        animation: scrollAnime 1.5s linear infinite; }
  #mv .imgWrap {
    width: 900px;
    float: right;
    position: relative;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media screen and (max-width: 750px) {
      #mv .imgWrap {
        width: calc(100% - -40px);
        float: none;
        margin: 0px -20px 0; } }
    #mv .imgWrap .obj div {
      display: block;
      width: 10%;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      z-index: 1; }
      #mv .imgWrap .obj div:nth-child(1) {
        right: 90%; }
      #mv .imgWrap .obj div:nth-child(2) {
        right: 80%; }
      #mv .imgWrap .obj div:nth-child(3) {
        right: 70%; }
      #mv .imgWrap .obj div:nth-child(4) {
        right: 60%; }
      #mv .imgWrap .obj div:nth-child(5) {
        right: 50%; }
      #mv .imgWrap .obj div:nth-child(6) {
        right: 40%; }
      #mv .imgWrap .obj div:nth-child(7) {
        right: 30%; }
      #mv .imgWrap .obj div:nth-child(8) {
        right: 20%; }
      #mv .imgWrap .obj div:nth-child(9) {
        right: 10%; }
      #mv .imgWrap .obj div:nth-child(10) {
        right: 0%; }
  #mv.animate .imgWrap {
    opacity: 1;
    transition-delay: 3s; }
    @media screen and (max-width: 750px) {
      #mv.animate .imgWrap {
        transition-delay: 0.5s; } }
    #mv.animate .imgWrap .obj div {
      animation: mvImgFadeIn .5s ease-out forwards; }
      #mv.animate .imgWrap .obj div:nth-child(1) {
        animation-delay: 3s; }
        @media screen and (max-width: 750px) {
          #mv.animate .imgWrap .obj div:nth-child(1) {
            animation-delay: 0.5s; } }
      #mv.animate .imgWrap .obj div:nth-child(2) {
        animation-delay: 3.2s; }
        @media screen and (max-width: 750px) {
          #mv.animate .imgWrap .obj div:nth-child(2) {
            animation-delay: 0.6s; } }
      #mv.animate .imgWrap .obj div:nth-child(3) {
        animation-delay: 3.3s; }
        @media screen and (max-width: 750px) {
          #mv.animate .imgWrap .obj div:nth-child(3) {
            animation-delay: 0.7s; } }
      #mv.animate .imgWrap .obj div:nth-child(4) {
        animation-delay: 3.4s; }
        @media screen and (max-width: 750px) {
          #mv.animate .imgWrap .obj div:nth-child(4) {
            animation-delay: 0.8s; } }
      #mv.animate .imgWrap .obj div:nth-child(5) {
        animation-delay: 3.5s; }
        @media screen and (max-width: 750px) {
          #mv.animate .imgWrap .obj div:nth-child(5) {
            animation-delay: 0.9s; } }
      #mv.animate .imgWrap .obj div:nth-child(6) {
        animation-delay: 3.6s; }
        @media screen and (max-width: 750px) {
          #mv.animate .imgWrap .obj div:nth-child(6) {
            animation-delay: 1.0s; } }
      #mv.animate .imgWrap .obj div:nth-child(7) {
        animation-delay: 3.7s; }
        @media screen and (max-width: 750px) {
          #mv.animate .imgWrap .obj div:nth-child(7) {
            animation-delay: 1.1s; } }
      #mv.animate .imgWrap .obj div:nth-child(8) {
        animation-delay: 3.8s; }
        @media screen and (max-width: 750px) {
          #mv.animate .imgWrap .obj div:nth-child(8) {
            animation-delay: 1.2s; } }
      #mv.animate .imgWrap .obj div:nth-child(9) {
        animation-delay: 3.9s; }
        @media screen and (max-width: 750px) {
          #mv.animate .imgWrap .obj div:nth-child(9) {
            animation-delay: 1.3s; } }
      #mv.animate .imgWrap .obj div:nth-child(10) {
        animation-delay: 4s; }
        @media screen and (max-width: 750px) {
          #mv.animate .imgWrap .obj div:nth-child(10) {
            animation-delay: 1.4s; } }
  #mv.animate .txt h1 span {
    animation: txtFadeIn 1s ease-out forwards;
    /*&:nth-of-type(4) {
    	animation-delay: 0.25s;
    }
    &:nth-of-type(5) {
    	animation-delay: 0.3s;
    }
    &:nth-of-type(6) {
    	animation-delay: 0.35s;
    }
    &:nth-of-type(7) {
    	animation-delay: 0.4s;
    }
    &:nth-of-type(8) {
    	animation-delay: 0.45s;
    }
    &:nth-of-type(9) {
    	animation-delay: 0.5s;
    }
    &:nth-of-type(10) {
    	animation-delay: 0.55s;
    }
    &:nth-of-type(11) {
    	animation-delay: 0.6s;
    }
    &:nth-of-type(12) {
    	animation-delay: 0.65s;
    }
    &:nth-of-type(13) {
    	animation-delay: 0.7s;
    }
    &:nth-of-type(14) {
    	animation-delay: 0.75s;
    }
    &:nth-of-type(15) {
    	animation-delay: 0.8s;
    }
    &:nth-of-type(16) {
    	animation-delay: 0.85s;
    }
    &:nth-of-type(17) {
    	animation-delay: 1.0s;
    }
    &:nth-of-type(18) {
    	animation-delay: 1.05s;
    }
    &:nth-of-type(19) {
    	animation-delay: 1.10s;
    }
    &:nth-of-type(20) {
    	animation-delay: 1.15s;
    }
    &:nth-of-type(21) {
    	animation-delay: 1.20s;
    }
    &:nth-of-type(22) {
    	animation-delay: 1.25s;
    }
    &:nth-of-type(23) {
    	animation-delay: 1.30s;
    }
    &:nth-of-type(24) {
    	animation-delay: 1.35s;
    }
    &:nth-of-type(25) {
    	animation-delay: 1.40s;
    }*/ }
    #mv.animate .txt h1 span:nth-of-type(1) {
      animation-delay: 0.5s; }
      @media screen and (max-width: 750px) {
        #mv.animate .txt h1 span:nth-of-type(1) {
          animation-delay: 1.0s; } }
    #mv.animate .txt h1 span:nth-of-type(2) {
      animation-delay: 0.8s; }
      @media screen and (max-width: 750px) {
        #mv.animate .txt h1 span:nth-of-type(2) {
          animation-delay: 1.4s; } }
    #mv.animate .txt h1 span:nth-of-type(3) {
      animation-delay: 1.5s; }
      @media screen and (max-width: 750px) {
        #mv.animate .txt h1 span:nth-of-type(3) {
          animation-delay: 1.8s; } }
  #mv.animate .txt h1 + p {
    animation: txtFadeIn02 1s 2.5s ease-out forwards; }
  #mv.animate .txt .scrollAnime {
    opacity: 1;
    transition-delay: 5s; }

.about {
  margin-top: 200px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .about {
      margin-top: 60px; } }
  .about::after {
    content: "";
    width: 100%;
    height: 0;
    background: #0f7a9e;
    position: absolute;
    top: 80px;
    z-index: -1;
    transform: skewY(-7deg);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.8s;
    transition-duration: 0.8s; }
    @media screen and (max-width: 750px) {
      .about::after {
        top: 60px;
        bottom: inherit; } }
  @media screen and (max-width: 750px) {
    .about .imgWrap {
      margin-top: 0px;
      height: 150px;
      overflow: hidden; } }
  .about .txt {
    left: 660px;
    position: absolute;
    top: 150px;
    z-index: 5;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 1.2s;
    transition-duration: 1s; }
    @media screen and (max-width: 750px) {
      .about .txt {
        position: relative;
        left: inherit;
        top: inherit;
        transform: inherit;
        margin-top: 30px; } }
    .about .txt h2 {
      color: #fff !important; }
      .about .txt h2::after {
        background: #fff !important; }
    .about .txt .lead {
      color: #fff !important; }
    .about .txt .btn a {
      color: #fff !important;
      border: 1px solid #fff !important; }
      .about .txt .btn a span::before {
        background: #fff !important; }
      .about .txt .btn a span::after {
        border-left: 1px solid #fff !important;
        border-top: 1px solid #fff !important; }
      @media print, screen and (min-width: 751px) {
        .about .txt .btn a:hover {
          background: #fff !important;
          color: #0f7a9e !important; }
          .about .txt .btn a:hover span::before {
            background: #0f7a9e !important; }
          .about .txt .btn a:hover span::after {
            border-left: 1px solid #0f7a9e !important;
            border-top: 1px solid #0f7a9e !important; } }
  .about figure {
    width: 500px; }
    @media screen and (max-width: 750px) {
      .about figure {
        width: 100%; } }
  .about.animate::after {
    height: 370px; }
  .about.animate .txt {
    opacity: 1;
    transform: translateY(0px); }

.works {
  margin-top: 280px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .works {
      margin-top: 140px; } }
  .works .inner {
    position: relative;
    z-index: 1; }
  .works .txt {
    text-align: center; }
    .works .txt h2 {
      font-size: 4.6rem;
      margin-bottom: 20px;
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-duration: 1s; }
      .works .txt h2::after {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      @media screen and (max-width: 750px) {
        .works .txt h2 {
          font-size: 3.2rem; } }
    .works .txt .lead {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-delay: 0.25s;
      transition-duration: 1s; }
  .works ul {
    margin-top: 50px; }
    @media print, screen and (min-width: 751px) {
      .works ul {
        display: flex;
        justify-content: space-between;
        align-items: stretch; } }
    @media screen and (max-width: 750px) {
      .works ul {
        margin-top: 40px; } }
    .works ul li {
      position: relative;
      width: 33.333333%;
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-duration: 1s; }
      @media screen and (max-width: 750px) {
        .works ul li {
          width: 100%; } }
      .works ul li:nth-child(1) {
        transition-delay: 1.0s; }
      .works ul li:nth-child(2) {
        transition-delay: 1.3s; }
      .works ul li:nth-child(3) {
        transition-delay: 1.6s; }
      @media screen and (max-width: 750px) {
        .works ul li + li {
          margin-top: 30px; } }
      .works ul li dl {
        width: 90%;
        margin: -40px auto 0;
        background: #fff;
        padding: 30px 30px 50px;
        position: relative;
        text-align: center;
        box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
        @media screen and (max-width: 750px) {
          .works ul li dl {
            margin-top: -80px;
            padding-bottom: 30px; } }
        .works ul li dl::after {
          content: "";
          display: block;
          position: absolute;
          width: 0;
          height: 1px;
          bottom: 0;
          left: 0;
          opacity: 0;
          transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
          @media screen and (max-width: 750px) {
            .works ul li dl::after {
              opacity: 1;
              width: 100%;
              background: #0f7a9e; } }
        .works ul li dl dt {
          font-size: 2.4rem;
          margin-bottom: 10px; }
        .works ul li dl dd {
          text-align: left; }
      @media print, screen and (min-width: 751px) {
        .works ul li a:hover dl {
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
          .works ul li a:hover dl::after {
            width: 100%;
            background: #0f7a9e;
            transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
            -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
            opacity: 1; } }
  .works.animate .txt h2 {
    opacity: 1;
    transform: translateY(0px); }
  .works.animate .txt .lead {
    opacity: 1;
    transform: translateY(0px); }
  .works.animate ul li {
    opacity: 1;
    transform: translateY(0px); }

.contact {
  padding: 120px 0;
  position: relative; }
  .contact .inner {
    z-index: 10;
    padding: 50px 0; }
  @media screen and (max-width: 750px) {
    .contact {
      padding: 60px 0; } }
  .contact p {
    color: #000 !important; }
  .contact .mail {
    margin-top: 30px; }
    .contact .mail .fas {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle;
      color: #107a9d; }
  .contact a {
    color: #000 !important;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .contact a:hover {
      opacity: 0.6; }
  .contact .bg {
    transform: skewY(-7deg);
    overflow: hidden;
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 0;
    top: 0;
    background: #daebf0; }
    @media screen and (max-width: 750px) {
      .contact .bg {
        height: 300px; } }
    .contact .bg figure {
      text-align: right;
      transform: skewY(7deg); }
      .contact .bg figure img {
        width: 1400px !important; }
        @media screen and (max-width: 750px) {
          .contact .bg figure img {
            width: 100% !important; } }

footer {
  padding-top: 220px;
  margin-top: -80px; }
  @media screen and (max-width: 750px) {
    footer {
      padding-top: 130px;
      margin-top: -110px; } }

@keyframes scrollAnime {
  0% {
    opacity: 0;
    bottom: 120px;
    height: 80px; }
  20% {
    opacity: 1; }
  80% {
    opacity: 0;
    bottom: 30px;
    height: 20px; }
  100% {
    opacity: 0; } }
@-webkit-keyframes scrollAnime {
  0% {
    opacity: 0;
    bottom: 120px;
    height: 80px; }
  20% {
    opacity: 1; }
  80% {
    opacity: 0;
    bottom: 30px;
    height: 20px; }
  100% {
    opacity: 0; } }
@keyframes loading01 {
  0% {
    width: 0%;
    left: 0; }
  45% {
    width: 100%;
    right: 0;
    left: 0; }
  55% {
    width: 100%;
    right: 0;
    left: 0; }
  100% {
    width: 0%;
    right: 0;
    left: 100%; } }
@-webkit-keyframes loading01 {
  0% {
    width: 0%;
    left: 0; }
  45% {
    width: 100%;
    right: 0;
    left: 0; }
  55% {
    width: 100%;
    right: 0;
    left: 0; }
  100% {
    width: 0%;
    right: 0;
    left: 100%; } }
@keyframes loading02 {
  0% {
    width: 0%;
    right: 0;
    left: initial; }
  45% {
    width: 100%;
    left: initial;
    right: 0; }
  55% {
    width: 100%;
    left: 0;
    right: 0; }
  100% {
    width: 0%;
    left: 0;
    right: 100%; } }
@-webkit-keyframes loading02 {
  0% {
    width: 0%;
    right: 0;
    left: initial; }
  45% {
    width: 100%;
    left: initial;
    right: 0; }
  55% {
    width: 100%;
    left: 0;
    right: 0; }
  100% {
    width: 0%;
    left: 0;
    right: 100%; } }
@keyframes txtFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
    letter-spacing: -5px; }
  100% {
    opacity: 1;
    transform: translateX(0);
    letter-spacing: 0; } }
@-webkit-keyframes txtFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
    letter-spacing: -5px; }
  100% {
    opacity: 1;
    transform: translateX(0);
    letter-spacing: 0; } }
@keyframes txtFadeIn02 {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes txtFadeIn02 {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes mvImgFadeIn {
  0% {
    width: 10%;
    opacity: 1; }
  100% {
    width: 0%;
    opacity: 0.8; } }
@-webkit-keyframes mvImgFadeIn {
  0% {
    width: 10%;
    opacity: 1; }
  100% {
    width: 0%;
    opacity: 0.8; } }
