@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "TT Hoves Pro Trial";
  src: local("TT Hoves Pro Trial Regular"), url("../fonts/TT Hoves Pro/TT Hoves Pro Trial Regular.ttf") format("truetype");
}

@font-face {
  font-family: "TT Hoves Pro Medium";
  src: local("TT Hoves Pro Trial Medium"), url("../fonts/TT Hoves Pro/TT Hoves Pro Trial Medium.ttf") format("truetype");
}

@font-face {
  font-family: "TT Hoves Pro Light";
  src: local("TT Hoves Pro Trial Light"), url("../fonts/TT Hoves Pro/TT Hoves Pro Trial Light.ttf") format("truetype");
}

body {
  background-color: #ffffff;
  font-family: "TT Hoves Pro Trial";
  color: #000;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TT Hoves Pro Trial";
}

p {
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: unset;
}

section {
  min-height: 100dvh;
  max-width: 100%;
  overflow-x: hidden;
}

@media (min-width: 960px) and (max-width: 1792px) {
  section {
    min-height: auto;
  }
}

nav {
  padding: 37px 0;
  width: 90%;
  margin: auto;
  z-index: 2;
}

nav ul {
  width: 90%;
  margin: auto;
  text-transform: uppercase;
  color: #fff;
}

nav ul li {
  font-size: 32px;
  cursor: pointer;
}

@media (max-width: 1250px) {
  nav ul li {
    font-size: 30px;
  }
}

.first {
  /* closing animation */
}

.first .wrapper {
  position: absolute;
  top: 0;
  visibility: hidden;
  height: 100vh;
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 2;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100vw;
  top: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
}

.first .menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.first .menu .logo {
  margin-left: 5%;
}

.first .menu .menu-btn {
  margin-right: 5%;
}

.first .menu-items {
  right: -100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.first #active:checked ~ .wrapper {
  visibility: visible;
}

.first #active:checked ~ .logo {
  background-color: #000;
}

.first #active:checked ~ .menu-items {
  right: 0;
}

.first .menu-btn {
  position: absolute;
  z-index: 2;
  right: 20px;
  height: 16px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}

.first .menu-btn:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(61%) sepia(74%) saturate(345%) hue-rotate(344deg) brightness(85%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(61%) sepia(74%) saturate(345%) hue-rotate(344deg) brightness(85%) contrast(89%);
}

.first .menu-btn:before,
.first .menu-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 100%;
  border-bottom: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.first .menu-btn:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.first .menu-btn:after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.first .close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}

.first #active:checked + .menu-btn:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(39deg) brightness(104%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(39deg) brightness(104%) contrast(93%);
}

.first #active:checked + .menu-btn span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.first #active:checked + .menu-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #fff;
}

.first #active:checked + .menu-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: #fff;
}

.first .menu-items {
  position: absolute;
  top: 0;
  height: 100vh;
  max-width: 392px;
  background-color: #cf8b52;
  z-index: 4;
}

@media (max-width: 900px) {
  .first .menu-items {
    width: 100%;
    max-width: 100%;
  }
}

.first .menu-items .contacts {
  margin-top: 96px;
}

.first .menu-items .menu-items-wrapper {
  position: absolute;
  bottom: 63px;
}

@media (max-width: 900px) {
  .first .menu-items .menu-items-wrapper {
    bottom: 100px;
  }
}

.first .menu-items button {
  margin-left: 41px;
}

.first .menu-items .action-btn {
  max-width: 244px;
}

.first .menu-items .fb {
  margin-top: 70px;
  margin-left: 49px;
}

.first .menu-items li {
  margin: 24px 0;
  padding-left: 41px;
}

.first .menu-items li.nohover {
  cursor: default;
}

.first .menu-items li:not(.nohover):hover {
  color: #000;
}

.first .menu-items li a {
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 30px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  line-height: 50px;
  margin: 5px 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.first .menu-items li a:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.first .menu-items li a:hover:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.first .menu-items li a:hover {
  color: #1a73e8;
}

.first input[type="checkbox"] {
  display: none;
}

.first #active:checked ~ .menu-items li a {
  opacity: 1;
}

.first .menu-items li a {
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.first #active:checked ~ .menu-items li a {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
          transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
  /* easeOutBackを緩めた感じ */
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.swiper-one {
  position: relative;
  max-height: 100vh;
}

@-webkit-keyframes jumpInfinite {
  0% {
    bottom: 66px;
  }
  50% {
    bottom: 55px;
  }
  100% {
    bottom: 66px;
  }
}

@keyframes jumpInfinite {
  0% {
    bottom: 66px;
  }
  50% {
    bottom: 55px;
  }
  100% {
    bottom: 66px;
  }
}

@media (max-width: 900px) {
  @-webkit-keyframes jumpInfinite {
    0% {
      bottom: 126px;
    }
    50% {
      bottom: 115px;
    }
    100% {
      bottom: 126px;
    }
  }
  @keyframes jumpInfinite {
    0% {
      bottom: 126px;
    }
    50% {
      bottom: 115px;
    }
    100% {
      bottom: 126px;
    }
  }
}

.first {
  position: relative;
}

.first .arrow {
  position: absolute;
  bottom: 66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-animation: jumpInfinite 1.5s infinite;
          animation: jumpInfinite 1.5s infinite;
}

@media (max-width: 900px) {
  .first .arrow {
    bottom: 100px;
  }
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
  text-align: center;
  color: #ffffff;
}

.center h1 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .center h1 {
    font-size: 30px;
  }
}

.center h2 {
  font-size: 25px;
  margin-top: 15px;
}

@media (max-width: 900px) {
  .center h2 {
    font-size: 15px;
    max-width: 57%;
    margin: 13px auto;
  }
}

.swiper-slide img {
  width: 100%;
  max-height: 956px;
}

.swiper-slide .overflow-none {
  height: 298px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .swiper-slide .overflow-none {
    height: 177px;
  }
}

@media (max-width: 900px) {
  .swiper-slide div:not(.overflow-none) {
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    background-position-x: center;
    background-size: cover;
  }
}

.second {
  width: 90%;
  margin: auto;
}

.second h2 {
  color: #cf8b52;
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 83px;
  margin-bottom: 44px;
}

.second p {
  font-size: 20px;
  line-height: 1.5;
}

.second .mob {
  display: none;
}

@media (max-width: 900px) {
  .second h2 {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .second p {
    font-size: 15px;
  }
  .second .mob {
    display: block;
  }
  .second .des {
    display: none;
  }
  .second p:last-child {
    margin-top: 35px;
  }
}

.second .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .second .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 900px) {
  .second p {
    width: 100%;
  }
}

.fluid {
  min-height: auto;
  overflow: hidden;
}

.third .swiper-pagination {
  bottom: 50px !important;
}

.third .swiper-pagination-bullet {
  background: #ababab;
  opacity: 1;
}

.third .swiper-pagination-bullet-active {
  background: white;
}

.third .swiper-wrapper {
  position: relative;
}

.third .click-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 10;
  cursor: pointer;
}

.third .left-zone {
  left: 0;
}

.third .right-zone {
  right: 0;
}

.fourth h2 {
  color: #cf8b52;
  font-size: 25px;
  width: 90%;
  text-transform: uppercase;
  margin: 78px auto 14px;
}

@media (max-width: 900px) {
  .fourth h2 {
    font-size: 14px;
    margin: 52px auto 35px;
  }
  .fourth .accordion-menu h2 {
    font-size: 20px;
  }
}

.accordion-menu {
  display: inline-block;
  position: relative;
  width: 100%;
}

.accordion-menu h2 {
  font-size: 32px;
  color: #000;
  margin: 0px auto;
}

.accordion-menu p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 15px;
  position: relative;
  overflow: hidden;
  max-height: 200px;
  opacity: 1;
  z-index: 2;
  color: #000;
}

.accordion-menu ul {
  list-style: none;
  -webkit-perspective: 900;
          perspective: 900;
  border-radius: 5px;
}

.accordion-menu ul p {
  width: 90%;
  margin: 50px auto 0;
}

.accordion-menu ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid #cf8b52;
}

.accordion-menu ul li:hover h2 {
  color: #cf8b52;
}

.accordion-menu ul li:nth-child(1) {
  border: none;
}

.accordion-menu ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.accordion-menu ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.accordion-menu ul li:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.accordion-menu ul li:last-of-type {
  border-bottom: 1px solid #cf8b52;
}

.accordion-menu ul li .arrow {
  position: absolute;
  right: 5%;
  background-image: url("../images/icons/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
}

@media (max-width: 900px) {
  .accordion-menu ul li .arrow {
    height: 20px;
    width: 20px;
  }
}

.accordion-menu ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.accordion-menu ul li input[type="checkbox"]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  margin-top: 0px;
}

.accordion-menu .transition,
.accordion-menu p,
.accordion-menu ul li .arrow:before,
.accordion-menu ul li .arrow:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.accordion-menu .no-select,
.accordion-menu h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

.fifth h4 {
  color: #cf8b52;
  font-size: 25px;
  margin: 124px auto 7px;
  width: 90%;
  margin-bottom: -30px;
}

.fifth .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 537px;
  overflow: hidden;
}

.fifth .col span {
  margin-top: 14px;
}

.fifth .col img {
  height: 298px;
  width: 537px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  cursor: pointer;
}

@media (max-width: 900px) {
  .fifth .col img {
    height: 177px;
    width: 309px;
  }
}

.fifth .col img:hover {
  max-height: 298px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 900px) {
  .fifth h4 {
    margin: 87px auto 7px;
    font-size: 14px;
    margin-bottom: -30px;
  }
}

.fifth .swipers-arrows {
  margin-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 35px;
}

.fifth .swipers-arrows .swiper-button-next {
  margin-left: 30px;
}

.fifth .swipers-arrows .swiper-button-next,
.fifth .swipers-arrows .swiper-button-prev {
  width: 39px;
  margin-top: 0;
}

.fifth .swipers-arrows .swiper-button-next::after,
.fifth .swipers-arrows .swiper-button-prev::after {
  content: "";
  background-image: url("../images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  width: 39px;
  height: 12px;
}

.fifth .swipers-arrows .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fifth .swipers-arrows div {
  position: static;
}

.fifth .swiper-button-next.swiper-button-disabled,
.fifth .swiper-button-prev.swiper-button-disabled {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7471%) hue-rotate(293deg) brightness(117%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7471%) hue-rotate(293deg) brightness(117%) contrast(85%);
  opacity: 1;
}

.fifth .date {
  color: #cf8b52;
  font-size: 16px;
}

.fifth .title {
  font-size: 24px;
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.button-wrapper button.top {
  margin-bottom: 14px;
}

.button-wrapper .action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.button-wrapper .action-btn img {
  position: absolute;
  left: 19px;
}

.button-wrapper .action-btn {
  padding: 13px 54px;
  border-radius: 100px;
  background: #b37847;
  border: none;
  color: #fff;
  cursor: pointer;
}

.button-wrapper .action-btn:hover {
  background: #9e6a3e;
}

.sixth {
  width: 80%;
  margin: 138px auto 135px;
}

@media (max-width: 900px) {
  .sixth {
    width: 90%;
  }
}

.sixth .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sixth h4 {
  color: #cf8b52;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sixth span {
  color: #000;
  font-size: 20px;
}

@media (max-width: 900px) {
  .sixth span {
    width: 70%;
    line-height: 1.5;
  }
}

.sixth button {
  font-size: 20px;
  padding: 18px 58px;
  border-radius: 100px;
  background-color: #cf8b52;
  border: none;
  margin-top: 58px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 900px) {
  .sixth button {
    font-size: 15px;
    margin-top: 33px;
  }
}

.sixth button:hover {
  background-color: #000;
}

@media (max-width: 900px) {
  .sixth h4 {
    font-size: 25px;
    text-align: center;
  }
  .sixth span {
    text-align: center;
    font-size: 15px;
  }
}

.fb:hover {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}

.italic {
  font-style: italic;
}

footer {
  background: #cf8b52;
  color: #fff;
  min-height: 100vh;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 900px) {
  footer .button-wrapper {
    margin-bottom: 40%;
  }
}

@media (min-width: 960px) and (max-width: 1100px) {
  footer {
    min-height: 50vh;
  }
  footer .lines {
    display: none;
  }
}

@media (min-width: 1384px) {
  footer .lines {
    height: 90% !important;
  }
}

footer nav {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer nav ul {
  text-transform: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: unset;
}

footer nav ul a {
  z-index: 1;
}

footer nav ul li {
  font-size: 18px;
  padding: 15px 30px;
  z-index: 1;
}

footer nav ul li:hover {
  color: #000;
}

footer .bottom {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 60px;
  position: absolute;
  left: 5%;
}

@media (max-width: 900px) {
  footer .bottom {
    bottom: 32px;
  }
}

footer .bottom .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .bottom .fb-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 900px) {
  footer .bottom .fb-link {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

footer .bottom .fb {
  cursor: pointer;
}

footer .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .lines {
  position: absolute;
  background-image: url("../images/decoration/lines.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 158px;
  left: 0;
  right: 0;
}

@media (max-width: 900px) {
  footer nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer nav ul {
    margin-top: 90px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
  footer nav ul li {
    padding-left: 0;
  }
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  footer .bottom .details {
    line-height: 1.75;
  }
  footer .lines {
    display: none;
  }
}

.first.inner {
  min-height: 100vh;
}

.first.inner .menu-btn:before,
.first.inner .menu-btn:after {
  border-bottom: 2px solid #000;
}

.first.inner .project-name {
  font-size: 60px;
  font-weight: 500;
}

.first.inner .content {
  position: absolute;
  top: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.first.inner .content .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  font-weight: 300;
}

.first.inner .content span,
.first.inner .content .descr {
  font-weight: 300;
  font-family: "TT Hoves Pro Light";
  line-height: 1.5;
  max-width: 280px;
}

.first.inner .content strong {
  font-weight: 500;
  margin-bottom: 14px;
  font-family: "TT Hoves Pro Medium";
}

@media (max-width: 900px) {
  .first.inner .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 193px;
  }
  .first.inner .project-name {
    font-size: 30px;
    margin-bottom: 66px;
    font-family: "TT Hoves Pro Medium";
  }
}

.photos img {
  margin-bottom: 22px;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 900px) {
  .photos img {
    margin-bottom: 10px;
  }
}

.photos .half {
  width: 50%;
}

.photos .right {
  margin-left: 50%;
}
/*# sourceMappingURL=style.css.map */