/*-----------------FONTS-----------------*/
@font-face {
  font-family: "lunchtype";
  src: url("../asset/font/lunchtype22-regular-webfont.otf");
  src: url("../asset/font/lunchtype22-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../asset/font/lunchtype22-regular-webfont.woff2") format("woff2"), url("../asset/font/lunchtype22-regular-webfont.woff") format("woff"), url("../asset/font/lunchtype22-regular-webfont.ttf") format("truetype"), url("../asset/font/lunchtype22-regular-webfont.svg#lunchtype22regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "messapia";
  src: url("../asset/font/messapia-regular.woff2") format("woff2"), url("../asset/font/messapia-regular.woff") format("woff"), url("../asset/font/messapia-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*-----------------GLOBAL VARIABLES-----------------*/
:root {
  font-size: 16px;
}
@media screen and (min-width: 1921px) {
  :root {
    font-size: 18px;
  }
}
@media screen and (max-width: 1660px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  :root {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    font-size: 10px;
  }
}

::-moz-selection {
  background-color: #cccccc;
  color: #000;
}

::selection {
  background-color: #cccccc;
  color: #000;
}

/*-----------------MIXIN IMPORT-----------------*/
/*-----------------GLOBAL SETTINGS-----------------*/
html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: #000;
  font-family: "lunchtype", "arial", "helvetica", sans-serif;
  font-weight: 400;
}

button {
  background-color: #fff;
  border-radius: 100px;
  border: none;
  color: #000;
  font-size: 1.2rem;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  text-decoration: none;
}

ul,
ol,
figure {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3rem;
  font-weight: 400;
  font-family: "messapia", serif;
}
@media screen and (max-width: 980px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 980px) {
  h3 {
    font-size: 2rem;
    line-height: auto;
  }
}

h4 {
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  h5 {
    font-size: 1.5rem;
  }
}

p {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  p {
    font-size: 1.5rem;
  }
}

.showmobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .showmobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .hidemobile {
    display: none;
  }
}

.imgwrap img {
  position: relative;
  width: 100%;
}

/*-----------------OTHER IMPORTS-----------------*/
nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.6vw 0;
  z-index: 3;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 980px) {
  nav {
    padding: 5vw 0;
  }
}
nav .navwrap {
  width: 93vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 980px) {
  nav .navwrap {
    width: 95vw;
  }
}
@media screen and (max-width: 980px) {
  nav .navwrap {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.5rem;
  }
}
nav .navwrap .logowrap {
  grid-column: 1/span 2;
  transition: filter 0.2s ease;
}
@media screen and (max-width: 980px) {
  nav .navwrap .logowrap {
    grid-column: 1/span 3;
  }
}
nav .navwrap .logowrap img {
  position: relative;
  width: 100%;
}
nav .navwrap .menu-trigger {
  grid-column: 7/span 1;
  font-size: 1.2rem;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  nav .navwrap .menu-trigger {
    grid-column: 6/span 1;
    font-size: 1.4rem;
    justify-self: flex-end;
  }
}

.menu {
  width: 100%;
  height: 50vh;
  background-color: #000;
  position: fixed;
  z-index: 2;
  color: #fff;
  transform: translateY(-100%);
  transition: transform 0.8s ease;
}
@media screen and (max-width: 980px) {
  .menu {
    height: auto;
    padding-top: 150px;
  }
}
.menu_wrap {
  width: 93vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
  height: 100%;
  position: relative;
  align-items: flex-end;
  padding-bottom: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .menu_wrap {
    width: 95vw;
  }
}
@media screen and (max-width: 980px) {
  .menu_wrap {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.5rem;
  }
}
.menu_wrap ul {
  position: relative;
  height: auto;
  margin: 0;
  display: block;
}
.menu_wrap ul.menu_wrap_buttons {
  grid-column: 1/span 6;
}
.menu_wrap ul.menu_wrap_buttons li {
  font-size: 4rem;
}
.menu_wrap ul.menu_wrap_buttons li a {
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s ease;
}
.menu_wrap ul.menu_wrap_buttons li:hover a {
  border-bottom: 1px solid #fff;
}
.menu_wrap ul.menu_wrap_info {
  grid-column: 8/span 4;
}
@media screen and (max-width: 980px) {
  .menu_wrap ul.menu_wrap_info {
    grid-column: 1/span 6;
    padding-top: 30px;
  }
}
.menu_wrap ul.menu_wrap_info li {
  font-size: 1.5rem;
}
.menu_wrap ul.menu_wrap_info li a:hover {
  text-decoration: underline;
}
.menu_wrap ul.menu_wrap_info li:nth-of-type(1) {
  padding-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .menu_wrap ul.menu_wrap_info li:nth-of-type(1) {
    padding-bottom: 30px;
  }
}

.menu-open {
  transform: translateY(0);
}

.logowrap-open {
  background-color: transparent;
}
.logowrap-open .menu-trigger {
  color: #B29783 !important;
}
.logowrap-open .logowrap {
  filter: brightness(0) saturate(100%) invert(69%) sepia(5%) saturate(1501%) hue-rotate(343deg) brightness(90%) contrast(87%);
}

.homepage_intro {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.homepage_intro_text {
  align-items: flex-end;
  padding-bottom: 60px;
  padding: 0 12vw 0 3.5vw;
  background-color: rgba(255, 255, 255, 0.6862745098);
  height: 40vh;
  box-sizing: border-box;
  margin-bottom: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage_intro_text h1 {
  font-size: 4rem;
}
@media screen and (max-width: 980px) {
  .homepage_intro_text {
    width: 100%;
    padding: 10% 5%;
    height: auto;
    margin-bottom: 0;
  }
}
.homepage_intro .videowrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.homepage_intro .videowrap video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.about_wrap {
  padding-top: 180px;
}
@media screen and (max-width: 980px) {
  .about_wrap {
    padding-top: 90px;
  }
}
.about_wrap_start {
  width: 93vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
  padding-bottom: 45px;
}
@media screen and (max-width: 980px) {
  .about_wrap_start {
    width: 95vw;
  }
}
@media screen and (max-width: 980px) {
  .about_wrap_start {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.5rem;
  }
}
.about_wrap_start h1 {
  grid-column: 1/span 8;
  padding-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .about_wrap_start h1 {
    grid-column: 1/span 6;
    padding-bottom: 30px;
  }
}
.about_wrap_start .vidwrap {
  grid-column: 1/span 10;
  padding: 60px 0;
}
@media screen and (max-width: 980px) {
  .about_wrap_start .vidwrap {
    grid-column: 1/span 6;
  }
}
.about_wrap_start .vidwrap video {
  width: 100%;
  position: relative;
}
.about_wrap_start h3,
.about_wrap_start p {
  grid-column: 2/span 11;
  font-size: 2.1rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .about_wrap_start h3,
  .about_wrap_start p {
    grid-column: 1/span 6;
  }
}
.about_wrap .videogal {
  width: 93vw;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media screen and (max-width: 980px) {
  .about_wrap .videogal {
    width: 95vw;
  }
}
.about_wrap .videogal ul li {
  position: relative;
  min-height: 400px;
  aspect-ratio: 9/16;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.about_wrap .videogal ul li img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_wrap .videogal ul li.is-active {
  opacity: 1;
}
.about_wrap .videogal ul li video {
  width: 100%;
  position: relative;
}
.about_wrap_end {
  background-color: #B29783;
  padding: 60px 0;
}
.about_wrap_end .textwrap {
  width: 93vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
}
@media screen and (max-width: 980px) {
  .about_wrap_end .textwrap {
    width: 95vw;
  }
}
@media screen and (max-width: 980px) {
  .about_wrap_end .textwrap {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.5rem;
  }
}
.about_wrap_end .textwrap p {
  font-size: 2.5rem;
  color: #fff;
  grid-column: 2/span 11;
}
@media screen and (max-width: 980px) {
  .about_wrap_end .textwrap p {
    grid-column: 1/span 6;
  }
}
.about_wrap_end .imgwrap {
  position: relative;
  padding: 60px 0 0 0;
  width: 93vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
}
@media screen and (max-width: 980px) {
  .about_wrap_end .imgwrap {
    width: 95vw;
  }
}
@media screen and (max-width: 980px) {
  .about_wrap_end .imgwrap {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.5rem;
  }
}
.about_wrap_end .imgwrap img {
  position: relative;
  width: 100%;
  grid-column: 1/span 12;
}
@media screen and (max-width: 980px) {
  .about_wrap_end .imgwrap img {
    grid-column: 1/span 6;
  }
}

.works {
  padding-bottom: 150px;
}
.works_list {
  padding-top: 20vh;
  width: 93vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
}
@media screen and (max-width: 980px) {
  .works_list {
    width: 95vw;
  }
}
@media screen and (max-width: 980px) {
  .works_list {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.5rem;
  }
}
.works_list ul {
  margin: 0;
  grid-column: 1/span 6;
}
.works_list ul li {
  font-family: "messapia", serif;
  font-size: 3rem;
  padding-bottom: 60px;
}
.works_list ul li a {
  display: inline-block;
  transition: transform 0.4s ease;
}
.works_list ul li a:hover {
  transform: translateX(30px);
}
.works_preview {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .works_preview {
    display: none;
  }
}
.works_preview .imgwrap {
  width: 60vw;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.works_preview .imgwrap img {
  position: relative;
  width: 100%;
}

.single {
  width: 100%;
}
.single_intro {
  width: 100%;
}
.single_intro_text {
  padding-top: 180px;
  width: 93vw;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .single_intro_text {
    width: 95vw;
  }
}
.single_intro_img {
  width: 100%;
  position: relative;
}
.single_intro_img img {
  position: relative;
  width: 100%;
}
.single_wrap {
  width: 93vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .single_wrap {
    width: 95vw;
  }
}
.single_wrap ul {
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
}
@media screen and (max-width: 980px) {
  .single_wrap ul {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.5rem;
  }
}
.single_wrap ul li {
  padding-top: 60px;
  position: relative;
}
.single_wrap ul li.vert {
  grid-column: 4/span 6;
}
.single_wrap ul li.oriz {
  grid-column: 1/span 12;
}
.single_wrap ul li img {
  position: relative;
  width: 100%;
}
.single_back {
  width: 100%;
  padding: 60px 0;
  background-color: #B29783;
  margin-top: 120px;
}
.single_back_wrap {
  width: 93vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .single_back_wrap {
    width: 95vw;
  }
}
.single_back_wrap:hover a {
  transform: translateX(-20px);
}
.single_back_wrap a {
  display: block;
  color: #fff;
  font-family: "messapia", serif;
  font-size: 4rem;
  transition: transform 0.4s ease;
}

.footer {
  width: 100%;
  background-color: #000;
  padding-bottom: 60px;
}
.footer_wrap {
  width: 93vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
  padding: 30px 0;
}
@media screen and (max-width: 980px) {
  .footer_wrap {
    width: 95vw;
  }
}
@media screen and (max-width: 980px) {
  .footer_wrap {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.5rem;
  }
}
.footer_wrap_left {
  grid-column: 1/span 6;
}
@media screen and (max-width: 980px) {
  .footer_wrap_left {
    padding-right: 5%;
  }
}
.footer_wrap_left img {
  position: relative;
  width: 50%;
  filter: invert(1);
}
@media screen and (max-width: 980px) {
  .footer_wrap_left img {
    width: 100%;
    padding-bottom: 30px;
  }
}
.footer_wrap_right {
  grid-column: span 6;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
.footer_wrap_right li a {
  text-decoration: underline;
}
.footer_wrap_right li a:hover {
  text-decoration: none;
}
.footer_wrap_right .mail {
  padding-bottom: 30px;
}

.objects_top {
  padding-top: 20vh;
  padding-bottom: 30px;
  width: 93vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .objects_top {
    width: 95vw;
  }
}
.objects_wrap {
  width: 93vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .objects_wrap {
    width: 95vw;
  }
}
.objects_wrap_list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 20px;
}
@media screen and (max-width: 980px) {
  .objects_wrap_list {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.5rem;
  }
}
.objects_wrap_list li {
  grid-column: span 4;
}
.objects_wrap_list li a:hover figure img {
  filter: grayscale(1);
}
.objects_wrap_list li a figure figcaption {
  font-size: 1.5rem;
}
.objects_wrap_list li a figure img {
  transition: filter 0.4s ease;
}/*# sourceMappingURL=main.css.map */