/* ====================== FONTS ======================*/
@font-face {
  font-family: "nlight";
  font-weight: normal;
  font-style: normal;
  src: url("https://res.cloudinary.com/rafaelpizzo/raw/upload/v1526140736/rafaelpizzo/fonts/nlight.otf")
      format("opentype"),
    url("https://res.cloudinary.com/rafaelpizzo/raw/upload/v1526183022/rafaelpizzo/fonts/nlight.woff")
      format("woff");
}
@font-face {
  font-family: "nlightitalic";
  font-weight: normal;
  font-style: normal;
  src: url("https://res.cloudinary.com/rafaelpizzo/raw/upload/v1526140736/rafaelpizzo/fonts/nlightitalic.otf")
      format("opentype"),
    url("https://res.cloudinary.com/rafaelpizzo/raw/upload/v1526183022/rafaelpizzo/fonts/nlightitalic.woff")
      format("woff");
}
@font-face {
  font-family: "nmedium";
  font-weight: normal;
  font-style: normal;
  src: url("https://res.cloudinary.com/rafaelpizzo/raw/upload/v1526140736/rafaelpizzo/fonts/nmedium.otf")
      format("opentype"),
    url("https://res.cloudinary.com/rafaelpizzo/raw/upload/v1526183022/rafaelpizzo/fonts/nmedium.woff")
      format("woff");
}
@font-face {
  font-family: "nmediumitalic";
  font-weight: normal;
  font-style: normal;
  src: url("https://res.cloudinary.com/rafaelpizzo/raw/upload/v1526140736/rafaelpizzo/fonts/nmediumitalic.otf")
      format("opentype"),
    url("https://res.cloudinary.com/rafaelpizzo/raw/upload/v1526183022/rafaelpizzo/fonts/nmediumitalic.woff")
      format("woff");
}
/* ====================== /FONTS ======================*/

/* ====================== FUNCTIONS ======================*/
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nogaps {
  margin: 0 !important;
  padding: 0 !important;
}
.null {
  display: none;
}
.overflow {
  overflow: hidden;
  touch-action: none;
}
.no-overflow {
  overflow: hidden;
}
/* ====================== END FUNCTIONS ======================*/

/* ====================== LAYOUT BASE ======================*/
html,
body,
.viewport {
  font-family: "nlight", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-weight: normal;
  color: #fff;
  margin: 0;
  background-color: #69584d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}
html:lang(ja),
body:lang(ja),
h1:lang(ja),
h2:lang(ja),
h3:lang(ja),
h4:lang(ja),
h5:lang(ja),
h6:lang(ja) {
  font-family: "nlight", "Titillium Web", "Rounded Mplus 1c", Meiryo, Osaka,
    "MS PGothic", sans-serif;
  font-weight: 300;
}
.content {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

html.onViewport,
html.onViewport body {
  position: fixed;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4a3b32;
  font-size: 20px;
  text-transform: uppercase;
  background-color: transparent;
  padding: 4px 22px;
  margin: 0;
  border-radius: 8px;
  border: 1.5px solid #4a3b32;
  transition: 0.2s all ease-out;
  white-space: nowrap;
}
.button:hover {
  border-color: #c99d67;
  color: #c99d67;
}
/* ====================== END LAYOUT BASE ======================*/

/* ====================== HEADER ======================*/
.nav-box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 15px 5%;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
}
.logo-box {
  float: left;
  line-height: 55px;
}
.logo-box img {
  width: auto;
  height: 45px;
  vertical-align: middle;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
header.is-cover:not(.has-video) .logo-box img {
  display: none;
}
.language-box {
  text-align: right;
  display: inline-block;
  float: right;
}
.language-box li {
  display: inline-block;
  float: none;
  border: solid 1px transparent;
  margin: 8px 4px;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.language-box li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  padding: 0 12px;
  cursor: pointer;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.language-box:hover li.active {
  border: solid 1px transparent;
}
.language-box li.active {
  border: solid 1px #fff;
}
.language-box li:hover {
  background-color: transparent;
  border: solid 1px #fff !important;
}

header:not(.has-video) .video-box {
  display: none;
}
.video-box {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}
.video-box .video-layer {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  padding: 0;
}
.video-box .video-layer {
  background: url("../img/dot.png") repeat;
  z-index: 2;
}
.video-box .video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  height: auto;
  overflow: visible;
}
.video-box .video-container video {
  display: block;
  width: 100%;
  object-fit: cover;
}
.video-box .video-container.mobile {
  background-color: #fff;
}
header {
  position: relative;
  margin-bottom: 25px;
  flex: none;
}
header .menu {
  position: absolute;
  bottom: 0;
  z-index: 997;
  width: 100%;
  height: 80px;
  line-height: 80px;
  box-shadow: none;
  transition: 0.2s all;
  overflow: hidden;
  background-position: -5% 15px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
header .menu .headermenu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
header .menu .nav-wrapper {
  text-align: center;
  text-transform: uppercase;
}
header .menu .nav-wrapper ul li {
  display: inline-block;
  float: none;
  border: solid 1px transparent;
  border-radius: 8px;
  margin: 6px 2%;
  transition: all 0.2s ease;
}
header .menu .nav-wrapper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  text-align: center;
  padding: 0 12px;
  font-size: 18px;
  line-height: normal;
  text-shadow: 0 0 8px rgba(0, 0, 0, 1);
}
header .menu .nav-wrapper ul li.active {
  background-color: transparent;
}
header .menu .nav-wrapper ul li:hover {
  background-color: transparent;
  border: solid 1px #fff;
}
header .menu .nav-wrapper ul li:hover a {
  background-color: transparent;
}

header .menu .nav-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: 0.35s all cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .menu .nav-logo a {
  display: inline-block;
}
header .menu .nav-logo img {
  width: auto;
  height: 45px;
  vertical-align: middle;
}

header .menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  background: rgba(56, 44, 38, 0.9) !important;
}
header .menu.mobile .nav-logo,
header .menu.fixed.mobile .nav-logo,
header .menu.fixed .nav-logo {
  opacity: 1;
  transform: translate(0%, 0%);
  left: 5%;
}

header .menu.fixed .nav-wrapper ul li.active,
header .menu.fixed .nav-wrapper ul li.active a {
  color: #c99d67 !important;
  text-shadow: none !important;
}
header .menu.fixed .nav-wrapper ul li.active {
  border: solid 1px #c99d67 !important;
}

header.has-video .header-box {
  display: none;
}
header .header-box {
  height: 400px;
  background: #493b33;
  background-size: contain;
}
header.is-cover .header-box {
  min-height: 100vh;
}
header.is-cover .header-box .parallax-logo {
  height: 90%;
}
header .header-box > .parallax-container {
  height: 100%;
}
header .header-box .parallax-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 15px 0;
  height: calc(100% - 30px);
}
header .header-box .parallax-logo a {
  display: block;
}
header .header-box .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/dot2.png");
}

header .menu:not(.fixed) .nav-wrapper.quick-lang {
  opacity: 0;
  pointer-events: none;
}
header .menu .nav-wrapper.quick-lang {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  transform: translateY(-50%);
  margin: 0;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
header .menu .nav-wrapper.quick-lang ul li a {
  font-size: 0.9em;
  word-break: keep-all;
}

header:not(.is-cover) .scroll-icon {
  display: none;
}
.scroll-icon {
  position: absolute;
  z-index: 998;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.75));
  transition: all 0.25s ease;
}
.scroll-icon .scroll-icon-line {
  position: relative;
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 2em;
  transition: all 0.25s ease;
}
.scroll-icon .scroll-icon-line .scroll-animation {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background-color: #fff;
  border-radius: 1em;
  animation: mouseWheel 1s ease-in infinite;
  transition: all 0.25s ease;
}
@keyframes mouseWheel {
  0% {
    top: 9px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 9px;
    height: 8px;
    opacity: 0;
  }
  20% {
    top: 9px;
    height: 8px;
    opacity: 1;
  }
  80% {
    top: 17px;
    height: 8px;
    opacity: 1;
  }
  95% {
    top: 17px;
    height: 8px;
    opacity: 0;
  }
  100% {
    top: 9px;
    height: 8px;
    opacity: 0;
  }
}

.scroll-icon:hover {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0));
}
.scroll-icon:hover .scroll-icon-line {
  border-color: #c99d67;
}
.scroll-icon:hover .scroll-icon-line .scroll-animation {
  background-color: #c99d67;
}

/* ====================== END HEADER ======================

/* ====================== FOOTER ======================*/
footer {
  background: #4a3b32 url("../img/dot2.png");
  margin: 0;
  flex: none;
}
footer .footer-crop {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
footer .footer-crop img {
  min-width: 104%;
  margin-top: -1px;
  margin: -2px -2% 0 -2%;
}

footer .page-footer {
  position: relative;
  background-color: transparent;
  padding: 60px 110px 40px 110px;
}
footer .footer-logo img {
  max-width: 97px;
  margin-bottom: 6px;
}
footer .footer-logo p {
  font-size: 12px;
  line-height: 1.15em;
  color: #c99d67;
  margin: 0;
  padding: 0;
}
footer .footer-logo .legal-rights {
  display: block;
}

footer .page-footer .return-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
footer .page-footer .return-top a {
  display: inline-block;
  padding: 15px;
  margin-top: 15px;
  transition: all 0.3s ease;
}
footer .page-footer .return-top a:hover {
  margin-top: 5px;
}
footer .page-footer .return-top a img {
  width: 17px;
}
footer .page-footer .return-top a p {
  text-transform: uppercase;
  color: #c99d67;
  font-size: 14px;
  margin: 0;
}

footer .footer-social {
  padding-top: 70px;
  text-align: right;
}
footer .footer-social li {
  display: inline-block;
  padding: 0 3px;
}
footer .footer-social li a {
  display: inline-block;
}
footer .footer-social li a img {
  width: 50px;
  height: 50px;
  transition: all 0.2s ease;
  opacity: 0.7;
}
footer .footer-social li a:hover img {
  opacity: 1;
}
/* ====================== END FOOTER ======================*/

/* ====================== MOBILE ======================*/
.mobile-menu {
  display: none;
  position: relative;
  width: 40px;
  height: 80px;
}
.mobile-menu i::before,
.mobile-menu i::after,
.mobile-menu i {
  display: block;
  border-radius: 2em;
  background-color: rgba(255, 255, 255, 1);
  content: " ";
  width: 100%;
  height: 4px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-menu i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu i::before {
  transform: translate(0, 250%);
}
.mobile-menu i::after {
  transform: translate(0, -350%);
}

header .menu.mobile .mobile-menu {
  display: inline-block !important;
  float: right;
}
header .menu.mobile .mobile-menu i {
  background-color: rgba(255, 255, 255, 0);
}
header .menu.mobile .mobile-menu i {
  background-color: rgba(255, 255, 255, 0);
}
header .menu.mobile .mobile-menu i::before {
  transform: translate(0, 50%) rotate(45deg);
}
header .menu.mobile .mobile-menu i::after {
  transform: translate(0, -50%) rotate(-45deg);
}

header .menu.mobile,
header .menu.fixed.mobile {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  height: 100vh;
  background: rgba(56, 44, 38, 0.95) !important;
  overflow-y: auto;
  z-index: 1001;
}

header .menu.mobile .nav-logo,
header .menu.fixed.mobile .nav-logo {
  transform: none;
  top: 0;
}

header .menu.mobile .headermenu,
header .menu.fixed.mobile .headermenu {
  display: block !important;
  padding-top: 100px;
  height: auto;
}

header .menu.mobile .headermenu li,
header .menu.fixed.mobile .headermenu li {
  display: block !important;
  margin: 32px 2% !important;
}

header .menu.mobile .nav-wrapper {
  height: auto;
}
header .menu.mobile .main-menu {
  flex: 1 1 auto;
}
header .menu.mobile .language-box {
  width: 100%;
  text-align: center;
  border-top: 1px dotted #fff;
  opacity: 0.75;
}
/* ====================== END MOBILE ======================*/

/* ====================== DISPLAY ======================*/
.gold {
  color: #c99d67 !important;
}
.container {
  padding: 0 1.5rem;
  position: relative;
  max-width: 1024px;
}
.section {
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 1.165em;
  line-height: 24px;
  word-spacing: 0.025em;
  letter-spacing: 0.005em;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.section:lang(ja) {
  font-size: 17px;
  word-spacing: -0.025em;
  /* letter-spacing: -0.005em; */
  font-weight: 300;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.075);
}
.section h1 {
  font-size: 42px;
  color: #c99d67;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  z-index: 1000;
}
.section h2 {
  font-size: 18px;
  line-height: 23px;
  color: #c99d67;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 1000;
}
.section b {
  font-family: "nmedium", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-weight: normal;
  font-size: 0.98em;
  color: rgba(255, 255, 255, 0.8);
}
.section b:lang(ja) {
  font-family: "nmedium", "Titillium Web", "Rounded Mplus 1c", Meiryo, Osaka,
    "MS PGothic", sans-serif;
  font-weight: 300;
}
.section b i,
.section i b {
  font-family: "nmediumitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.98em;
  color: rgba(255, 255, 255, 0.8);
}
.section b i:lang(ja),
.section i b:lang(ja) {
  font-family: "nmediumitalic", "Titillium Web", "Rounded Mplus 1c", Meiryo,
    Osaka, "MS PGothic", sans-serif;
}

.section.isHidden,
.section.unHidden {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.section.isHidden {
  opacity: 0;
}
.section.unHidden {
  opacity: 1;
  margin-bottom: 2rem;
}
.section .hidden-content .row {
  margin-top: 2rem;
}

.title-flag {
  display: inline-block;
  position: relative;
}
.title-flag::before,
.title-flag::after {
  display: inline-block;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 54px;
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.title-flag::before {
  background-image: url("../img/titleL.svg");
  left: -15px;
  transform: translateX(-100%);
}
.title-flag::after {
  background-image: url("../img/titleR.svg");
  right: -15px;
  transform: translateX(100%);
}

.isOff .title-flag {
  transform: scale(0.8);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}
.isOn .title-flag {
  transform: scale(1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}
.isOff .title-flag::before {
  left: 0;
  transform: translateX(-150%);
  opacity: 0;
}
.isOff .title-flag::after {
  right: 0;
  transform: translateX(150%);
  opacity: 0;
}

.cropbounds {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cropbounds::before,
.cropbounds::after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-color: #69584d;
}
.cropbounds::before {
  top: -2px;
}
.cropbounds::after {
  bottom: -2px;
}
.cropbounds-up,
.cropbounds-down {
  display: block;
  width: 102%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.cropbounds-up {
  top: -2px;
}
.cropbounds-down {
  bottom: -1px;
}
.cropbounds-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url("../img/dot.png");
}

.expand {
  position: absolute;
  bottom: -45px;
  left: 50%;
  z-index: 999;
  width: 98vw;
  height: 50px;
  text-align: center;
  transform: translateX(-50%);
  background: url("../img/expand.svg") no-repeat;
  background-size: 50% 50%;
  background-position: top center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  animation: moveExpand 2s ease infinite;
}
.expand:hover {
  background-position: bottom center;
}
@keyframes moveExpand {
  0% {
    bottom: -45px;
  }
  50% {
    bottom: -30px;
  }
  100% {
    bottom: -45px;
  }
}

.section-subtitle {
  text-align: center;
  margin: 25px 0;
  padding: 25px 0;
}
.section-subtitle span {
  display: inline-block;
  padding: 0 10px;
  background-color: #4a3b32;
}
.section-subtitle h2 {
  font-family: "nlight", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  padding: 0 14px;
  margin: 0;
  border: 1px solid #c99d67;
  border-radius: 8px;
  background-color: transparent;
}
.section-subtitle h2:lang(ja) {
  font-family: "nlight", "Titillium Web", "Rounded Mplus 1c", Meiryo, Osaka,
    "MS PGothic", sans-serif;
}
.section-subtitle hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dotted #c99d67;
  margin: -20px auto 20px auto;
  padding: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.isOff .section-subtitle hr {
  width: 0;
}

.flex-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* ====================== END DISPLAY ======================*/

/* ====================== PROFILE ======================*/
.profile-w:lang(ja) {
  transform: translateX(-25px);
}
.info-box p {
  max-width: 85%;
}
.info-box p:lang(ja) {
  max-width: 95%;
}
.info-box p i {
  font-family: "nlightitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-style: normal;
}
.profile img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  max-width: 180px;
  max-height: 180px;
  background: url("../img/profile.jpg") center center no-repeat;
  background-size: contain;
}

#more-about .section-subtitle span {
  background-color: #69584d;
}
.experience-container {
  padding: 0 2rem !important;
}

.edu-icon-box {
  text-align: right;
}
.education-box {
  margin: 15px 0 0 0;
}
.education-box img {
  max-width: 80px;
  margin: 5px;
}
.title-box {
  font-size: 20px;
  line-height: 23px;
  color: #c99d67;
  text-transform: uppercase;
}
.timespan-box,
.place-box {
  font-family: "nlightitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 -1px;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
}
.place-box:lang(ja) {
  font-family: "nlightitalic", "Titillium Web", "Rounded Mplus 1c", Meiryo,
    Osaka, "MS PGothic", sans-serif;
}
.degree-box {
  font-size: 16px;
  line-height: 20px;
}
.year-box {
  font-size: 14px;
}

.timespan-wrapper {
  position: relative;
  text-align: center;
  align-self: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.extra-info
  .row:not(:nth-of-type(2)):not(:last-of-type)
  .timespan-wrapper::after {
  display: block;
  content: " ";
  position: absolute;
  z-index: -1;
  top: -60%;
  bottom: -60%;
  left: 50%;
  transform: translateX(-50%);
  border-right: 1px dotted #c99d67;
}
.timespan {
  background-color: #69584d;
  display: block;
  padding: 5px 0;
}
.timespan-box {
  font-size: 12px;
}
/* ====================== END PROFILE ======================*/

/* ====================== SERVICES ======================*/
.icon-block {
  padding: 0 15px;
  margin-top: 50px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.icon-block img {
  max-width: 180px;
}
.icon-block h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
}
.icon-block p {
  text-align: center;
}
.icon-block .example {
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: center;
  margin-top: 2rem;
  padding: 0 1rem;
}
.isOff .row .col .icon-block {
  transform: translateY(50%);
  opacity: 0;
}
.row .col:nth-of-type(1) .icon-block {
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s;
}
.row .col:nth-of-type(2) .icon-block {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.row .col:nth-of-type(3) .icon-block {
  -webkit-transition-delay: 0.23s;
  transition-delay: 0.23s;
}

.process-wrap {
  margin: 150px auto;
  max-width: 864px;
}
.process-graph {
  position: relative;
  margin: 22px;
}
.process-graph svg {
  display: block;
  width: 100%;
}
.process-graph-line path {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
}
.isOn .process-graph-line path {
  animation: linePath 3s linear forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@keyframes linePath {
  to {
    stroke-dashoffset: 0;
  }
}

.process-tag li {
  position: absolute;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}
.isOn .process-tag li {
  transform: translate(-50%, -50%) scale(1.4);
  opacity: 1;
}
.isOff .process-tag li {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.process-tag li:nth-child(1) {
  top: 40%;
  left: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.process-tag li:nth-child(2) {
  bottom: -9%;
  left: 37%;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.process-tag li:nth-child(3) {
  top: 2%;
  left: 62.5%;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.process-tag li:nth-child(4) {
  bottom: 20%;
  right: -3.5%;
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.process-item li {
  position: absolute;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  width: 20%;
  margin: 5px 15px;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}
.isOn .process-item li {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.isOff .process-item li {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.process-item li p {
  font-size: 0.93em;
  text-align: center;
  padding: 0 0.5em;
}
.process-item li:nth-child(1) {
  left: 11%;
  top: 60%;
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.process-item li:nth-child(1) img {
  width: 74%;
}
.process-item li:nth-child(2) {
  left: 35.75%;
  bottom: -23%;
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.process-item li:nth-child(2) img {
  width: 71%;
  margin-top: 11px;
}
.process-item li:nth-child(3) {
  left: 60.5%;
  top: 60%;
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}
.process-item li:nth-child(3) img {
  width: 84%;
}
.process-item li:nth-child(4) {
  right: -9%;
  bottom: -33%;
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}
.process-item li:nth-child(4) img {
  width: 50%;
  margin-top: 15px;
}

.skills-header {
  margin-top: 0;
  margin-bottom: -15px;
}
.skills-header h1 {
  margin-bottom: 0.2em;
}
.skills-header h2 {
  margin-bottom: 0.5em;
}
.skill-icon {
  text-align: center;
  padding-top: 15% !important;
}
.skill-icon img {
  width: 75%;
  padding-right: 25px;
}
.skill-graph-title {
  width: 30%;
  float: left;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.skill-graph-bar-container {
  width: 50%;
  height: 10px;
  float: left;
  background-color: #4a3b32;
  border-radius: 8px;
  margin: 7px 5px 3px 5px;
  overflow: hidden;
}
.skill-graph-bar {
  width: 0%;
  height: 10px;
  border-radius: 8px;
  background-color: #c99d67;
  overflow: hidden;
}
.skill-graph-percent {
  width: 10%;
  margin: 0 8px;
  float: left;
}

.skill-graph ul li .skill-graph-bar {
  -webkit-transition: all 1.25s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 1.25s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  -moz-transition: all 1.25s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  -o-transition: all 1.25s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: all 1.25s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.skill-graph ul:nth-of-type(1) li:nth-child(1) .skill-graph-bar {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.skill-graph ul:nth-of-type(1) li:nth-child(2) .skill-graph-bar {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.skill-graph ul:nth-of-type(2) li:nth-child(1) .skill-graph-bar {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.skill-graph ul:nth-of-type(2) li:nth-child(2) .skill-graph-bar {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.skill-graph ul:nth-of-type(2) li:nth-child(3) .skill-graph-bar {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.skill-graph ul:nth-of-type(3) li:nth-child(1) .skill-graph-bar {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.skill-graph ul:nth-of-type(3) li:nth-child(2) .skill-graph-bar {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.35s;
}
.skill-graph ul:nth-of-type(3) li:nth-child(3) .skill-graph-bar {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
.isOff .skill-graph ul li .skill-graph-bar {
  width: 0 !important;
  -webkit-transition-delay: 0 !important;
  transition-delay: 0 !important;
}
/* ====================== END SERVICES ======================*/

/* ====================== PORTFOLIO ======================*/
.portfolio-content {
  margin: 50px 0 72px 0;
  padding: 22px 0 50px 0;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #4a3b32;
}

.portfolio-content .section-subtitle:not(:first-child) {
  margin: 90px 0 25px 0;
}

.portfolio-list {
  margin-right: -4.5em;
  margin-left: -4.5em;
}
.portfolio-list > li {
  text-align: center;
  line-height: 0;
  padding: 5px;
}
.portfolio-list > li:not(.item) {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.portfolio-list > li img {
  max-width: 100%;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: aopacity 0.2s;
  transition: opacity 0.2s;
}
.portfolio-list > li > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1em;
}
.portfolio-list.muuri > li img {
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio-list.muuri > li > a {
  padding-bottom: calc(270 / 400 * 100%);
}
.portfolio-list.muuri > li > a.tall {
  padding-bottom: calc(552 / 400 * 100%);
}
.portfolio-list > li > a > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/dot.png");
  margin: 0;
  padding: 25px;
  opacity: 0;
  z-index: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.portfolio-list > li > a > div span {
  transform: scale(1.1);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.portfolio-list > li > a > div h3 {
  font-size: 22px;
  line-height: 27px;
  margin-top: 0;
  text-transform: uppercase;
  padding: 0 3rem;
}
.portfolio-list > li > a > div h4 {
  font-family: "nlightitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #c99d67;
}
.portfolio-list > li > a > div h4:lang(ja) {
  font-family: "nlightitalic", "Titillium Web", "Rounded Mplus 1c", Meiryo,
    Osaka, "MS PGothic", sans-serif;
}
.portfolio-list > li > a > div h5 {
  font-size: 0.8em;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.9);
  margin: 5px 0 0 0;
}

.portfolio-list > li > a:hover > div {
  opacity: 1;
}
.portfolio-list > li > a:hover > div span {
  transform: scale(1);
}
.portfolio-list > li > a:hover img {
  opacity: 0.15;
}
.isOff .portfolio-list > li {
  opacity: 0;
}

ul.category {
  margin: 35px 0;
  text-align: center;
}
ul.category li {
  display: inline-block;
  float: none;
  transition: none;
}
ul.category li a {
  display: inline-block;
  height: 35px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0 20px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
ul.category li a:lang(ja) {
  font-family: "nlight", "Titillium Web", "Rounded Mplus 1c", Meiryo, Osaka,
    "MS PGothic", sans-serif;
  font-weight: 300;
}
ul.category li a:hover {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  cursor: pointer;
}
ul.category li a.selected {
  background-color: transparent;
  border: 1px solid #c99d67;
  color: #c99d67;
  cursor: pointer;
}

.grid {
  position: relative;
}
.grid .item {
  display: block;
  position: absolute;
  width: calc(33.333% - 11px);
  height: auto;
  z-index: 1;
  padding: 0;
  margin: 5px;
}
.grid .item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid .item.muuri-hidden {
  z-index: 0;
}
.grid:not(.initialized) img {
  opacity: 0;
}

.animation-list li {
  max-width: 33.333%;
  -webkit-flex: 1 0 33.333%;
  -ms-flex: 1 0 33.333%;
  flex: 1 0 33.333%;
}
.animation-list li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.animation-list li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.animation-list li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.animation-list li:nth-child(4) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.animation-list li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.animation-list li:nth-child(6) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

nav.illust-menu {
  /* height: 35px; */
  line-height: 35px;
  background-color: transparent;
  box-shadow: none;
}
.illust-container {
  margin-top: 35px;
}

.digital-design-list {
  position: relative;
}
.digital-projects-w {
  display: flex;
  position: absolute;
  align-items: center;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  min-width: 0;
  max-width: 30%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0 0 0 3rem;
}
.digital-projects-i {
  max-width: 100%;
}
.digital-projects-w .button {
  font-size: 16px;
  padding: 0 19px;
  height: 33px;
}
.digital-projects-w .button:not(:hover) {
  color: #7e6f66;
  border-color: #7e6f66;
}
.digital-projects {
  display: block;
  padding: 0;
  margin: 0;
}
.digital-projects li {
  margin: 0;
  padding: 0 2px;
  word-spacing: 0.025em;
  letter-spacing: 0.005em;
  font-size: 1.3em;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.digital-projects li .portfolio-item {
  display: block;
  text-align: left;
  margin: 0 auto 30px auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.digital-projects li .portfolio-item h3 {
  font-size: 22px;
  line-height: 27px;
  margin: 0 0 3px 0;
  text-transform: uppercase;
}
.digital-projects li .portfolio-item h4 {
  font-family: "nlightitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #c99d67;
}
.digital-projects li .portfolio-item h4:lang(ja) {
  font-family: "nlightitalic", "Titillium Web", "Rounded Mplus 1c", Meiryo,
    Osaka, "MS PGothic", sans-serif;
}
.digital-projects li .portfolio-item h5 {
  font-size: 0.7em;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.6);
  margin: 5px 0 0 0;
}

.digital-projects-thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
.digital-projects-thumb li {
  display: inline-flex;
  margin: 5px;
  width: 80px;
  height: 80px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.digital-projects-thumb li a {
  flex: 1 1;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  color: #4a3b32;
  background-color: #69584d;
  border: 2px solid transparent;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: aopacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.245;
}
.digital-projects-thumb li a:hover {
  opacity: 1;
}
.digital-projects-thumb li a img {
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  filter: grayscale(100%) brightness(150%);
  transform: scale(0.6);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}
.digital-projects-thumb li a.active {
  opacity: 1;
  color: #c99d67;
  background-color: #4a3b32;
  border-color: #c99d67;
}
.digital-projects-thumb li a.active img {
  filter: grayscale(0);
  transform: scale(0.75);
}

.digital-cases-w {
  width: 55%;
  padding-bottom: 48%;
  position: relative;
  margin-right: 15%;
}
.digital-cases-w .digital-cases {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: filter ease 0.25s;
  -moz-transition: filter ease 0.25s;
  -o-transition: filter ease 0.25s;
  transition: filter ease 0.25s;
  filter: drop-shadow(0 0 0px rgba(201, 157, 103, 0));
}
.digital-cases .mockup {
  -webkit-transition: opacity ease 0.25s;
  -moz-transition: opacity ease 0.25s;
  -o-transition: opacity ease 0.25s;
  transition: opacity ease 0.25s;
}
.digital-cases .mockup.disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.digital-cases .mockup img {
  max-width: 100%;
  width: 100%;
}
.digital-cases .mockup .screen-url {
  position: absolute;
  z-index: 3;
  top: 10%;
  left: 15%;
  right: 15%;
  font-family: Verdana, sans-serif;
  font-size: 9px;
  color: #494949;
  text-align: center;
  letter-spacing: normal;
  padding: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.digital-cases .mockup .screen-overlay {
  position: relative;
  z-index: 2;
}
.digital-cases .mockup .screen-slider {
  display: flex;
  position: absolute;
  z-index: 1;
  align-items: stretch;
  justify-content: center;
  background-color: #3a2e27;
  overflow: hidden;
}
.digital-cases .mockup .screen-list {
  opacity: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
  transition: opacity cubic-bezier(0.47, 0, 0.74, 0.71) 0.3s;
}
.digital-cases .mockup .screen-list.active {
  flex: 1 1;
  pointer-events: all;
  opacity: 1;
  overflow: visible;
  width: auto;
  height: auto;
}

.digital-cases .mockup .screen-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.digital-cases .mockup .screen-list li img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.digital-cases-w .digital-cases .case-mobile,
.digital-cases-w .digital-cases .case-desktop {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.digital-cases .case-desktop {
  position: relative;
  z-index: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.digital-cases .case-desktop .mockup .screen-slider {
  top: 7%;
  left: 6%;
  right: 6%;
  bottom: 30%;
}
.digital-cases .case-mobile {
  position: absolute;
  width: 40%;
  bottom: -20px;
  right: -20%;
  z-index: 2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.digital-cases .case-mobile .mockup .screen-slider {
  top: 15.5%;
  left: 12%;
  right: 12%;
  bottom: 6.5%;
  border-radius: 0 0 1rem 1rem;
}
.digital-cases-w .digital-cases.focus .case-mobile,
.digital-cases-w .digital-cases.focus .case-desktop {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.digital-cases-w .digital-cases:hover {
  /* cursor: pointer; */
  filter: drop-shadow(0 0 4px rgba(201, 157, 103, 0.35));
}

.client-box {
  width: 60%;
  margin: 40px auto -30px auto;
}
.client-box li {
  -webkit-flex: 1 0 33.33%;
  -ms-flex: 1 0 33.33%;
  flex: 1 0 33.33%;
  text-align: center;
  margin: 25px 0;
}
/* ====================== END PORTFOLIO ======================*/

/* ====================== CONTACT ======================*/
#contact .row .col {
  float: right;
}
#contact canvas {
  background-color: #69584d;
}
#contact h1 {
  margin: 2.1rem 0 2.1rem 0;
}

.hireme {
  margin-bottom: 45px;
}
.hireme h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

*::-webkit-input-placeholder {
  color: #c99d67;
}
*::-moz-placeholder {
  color: #c99d67;
}
*:-ms-input-placeholder {
  color: #c99d67;
}
*:-moz-placeholder {
  color: #c99d67;
}

.contactme input[type="text"],
.contactme input[type="email"],
.contactme textarea {
  box-sizing: border-box;
  border: none;
  width: 100%;
  max-width: 100%;
  background-color: #4a3b32;
  font-size: 16px;
  color: #fff;
  margin: 0 0 15px 0;
  padding: 0 12px;
}
.contactme input[type="text"]:not(:placeholder-shown):invalid,
.contactme input[type="email"]:not(:placeholder-shown):invalid,
.contactme textarea:not(:placeholder-shown):invalid {
  border: 1px solid #db3737 !important;
  box-shadow: 0 0 5px rgba(219, 55, 55, 0.35) !important;
}
.contactme textarea {
  padding: 8px 12px;
  min-height: 80px;
  margin: 0;
}
.contactme input[type="text"]:focus:not([readonly]),
.contactme input[type="password"]:focus:not([readonly]),
.contactme input[type="email"]:focus:not([readonly]),
.contactme input[type="url"]:focus:not([readonly]),
.contactme input[type="search"]:focus:not([readonly]),
.contactme textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #c99d67;
  box-shadow: 0 1px 0 0 #c99d67;
}
.contactme input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4a3b32;
  font-size: 20px;
  height: 35px;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0 22px;
  margin-top: 15px;
  border-radius: 8px;
  border: 1.5px solid #4a3b32;
  transition: 0.2s all ease-out;
}
.contactme input[type="submit"]:hover {
  border: 1.5px solid #c99d67;
  color: #c99d67;
}
/* ====================== END CONTACT ======================*/

/* ====================== BOX-CONTENT ======================*/
.box-content-cover {
  position: relative;
  align-self: center;
  text-align: center;
  height: 96vh;
}
.box-content-cover.no-controls {
  height: 100vh;
}
.box-content-cover.has-image {
  align-items: stretch;
  justify-content: stretch;
  background-repeat: repeat, repeat;
  background-size: auto auto, auto auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 82vh;
}
.box-content-cover.has-image.has-image-nogap {
  margin-top: -25px;
  height: 70vh;
}
.box-content-cover.has-image .box-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 1 1 auto;
  max-width: 100%;
  margin: 0;
  padding: 0 0 5rem 0;
  background: linear-gradient(
      to bottom,
      rgba(105, 88, 77, 0),
      rgba(105, 88, 77, 1)
    ),
    url("../img/dot.png") repeat;
}
.box-content-cover.has-image .box-content > h1 {
  position: static;
  text-align: center;
  font-size: 4.2em;
  color: rgba(255, 255, 255, 0.9);
}

.box-content {
  position: relative;
  max-width: 1600px;
  margin: 30px auto 0 auto;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-content > h1 {
  position: absolute;
  z-index: 0;
  max-width: 85vw;
  width: 100%;
  margin: 0;
  bottom: calc(100% - 30px);
  left: 6%;
  font-family: "nmediumitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-size: 6.2em;
  font-weight: normal;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.075);
  text-align: left;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.box-content > h1:lang(ja) {
  font-family: "nmediumitalic", "Titillium Web", "Rounded Mplus 1c", Meiryo,
    Osaka, "MS PGothic", sans-serif;
  font-weight: 300;
}

.box-content-options {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: -15px;
  z-index: 998;
  width: 80%;
  max-width: 1024px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}
.box-content-options li {
  display: block;
  flex: 1 1;
  margin: 0;
  padding: 0;
}
.box-content-options li:first-child {
  text-align: left;
}
.box-content-options li:last-child {
  text-align: right;
}

.box-content-options .scroll-icon {
  position: static;
  display: inline-block;
  transform: none;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0));
}
.box-content-options .scroll-icon .scroll-icon-line {
  border-color: #c99d67;
}
.box-content-options .scroll-icon .scroll-icon-line .scroll-animation {
  background-color: #c99d67;
}
.box-content-options .scroll-icon:hover {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.75));
}
.box-content-options .scroll-icon:hover .scroll-icon-line {
  border-color: #fff;
}
.box-content-options .scroll-icon:hover .scroll-icon-line .scroll-animation {
  background-color: #fff;
}

.box-content-options .nav-arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.box-content-options .nav-arrow > span {
  display: block;
  position: absolute;
  opacity: 0;
  width: 10vw;
  top: 50%;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}
.box-content-options .nav-arrow > span > small,
.box-content-options .nav-arrow > span > h5 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}
.box-content-options .nav-arrow > span > h5 {
  display: block;
  font-family: "nmedium", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-size: 0.98em;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.box-content-options .nav-arrow > span > h5:lang(ja) {
  font-family: "nmedium", "Titillium Web", "Rounded Mplus 1c", Meiryo, Osaka,
    "MS PGothic", sans-serif;
  font-weight: 300;
}
.box-content-options .nav-arrow > span > small {
  display: block;
  font-family: "nlightitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-size: 14px;
  color: #c99d67;
  text-transform: uppercase;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.box-content-options .nav-arrow > span > small:lang(ja) {
  font-family: "nlightitalic", "Titillium Web", "Rounded Mplus 1c", Meiryo,
    Osaka, "MS PGothic", sans-serif;
}
.box-content-options .nav-arrow::after,
.box-content-options .nav-arrow::before {
  display: block;
  content: " ";
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #4a3b32;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}

.box-content-options .nav-arrow:hover::after,
.box-content-options .nav-arrow:hover::before {
  background-color: #c99d67;
}
.box-content-options .nav-arrow:hover > span {
  opacity: 1;
}
.box-content-options .nav-arrow:not(:hover) > span > h5 {
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.box-content-options .nav-arrow:not(:hover) > span > small {
  transform: translateY(50%);
}
.box-content-options .nav-arrow:hover > span::after {
  display: block;
  content: " ";
  position: absolute;
  top: -1rem;
  left: -1.5rem;
  right: -1.5em;
  background-color: transparent;
  bottom: -1rem;
}

.box-content-options .nav-arrow.previous:hover {
  transform: translateX(-5px);
}
.box-content-options .nav-arrow.previous::after,
.box-content-options .nav-arrow.previous::before {
  border-radius: 0 2px 2px 0;
}
.box-content-options .nav-arrow.previous > span {
  text-align: left;
  left: 10px;
  transform: translate(60px, -50%);
}
.box-content-options .nav-arrow.previous:not(:hover) > span {
  transform: translate(40px, -50%);
}
.box-content-options .nav-arrow.previous::before {
  right: 0;
  bottom: 50%;
  transform: rotate(45deg);
  transform-origin: left bottom;
}
.box-content-options .nav-arrow.previous::after {
  right: 0;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: left top;
}

.box-content-options .nav-arrow.next:hover {
  transform: translateX(5px);
}
.box-content-options .nav-arrow.next::after,
.box-content-options .nav-arrow.next::before {
  border-radius: 2px 0 0 2px;
}
.box-content-options .nav-arrow.next > span {
  text-align: right;
  right: 10px;
  transform: translate(-60px, -50%);
}
.box-content-options .nav-arrow.next:not(:hover) > span {
  transform: translate(-40px, -50%);
}
.box-content-options .nav-arrow.next::before {
  left: 0;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: right top;
}
.box-content-options .nav-arrow.next::after {
  left: 0;
  bottom: 50%;
  transform: rotate(-45deg);
  transform-origin: right bottom;
}

.box-content-options.is-footer {
  position: static;
  margin: 1rem auto 4rem auto;
  transform: none;
}
.box-content-options.is-footer li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-content-options.no-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 2rem auto;
}

.box-content.is-full {
  padding: 0 6rem;
  height: 77%;
}
.box-content.is-full img {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.25));
  color: transparent;
}
.box-content-cover .box-content.is-full.no-resize img {
  object-fit: scale-down;
}
.box-content-cover.showAll {
  height: auto;
}
.box-content-cover.showAll .box-content-options {
  transform: translate(-50%, 100%);
  height: 220px;
}
.box-content-cover.showAll .scroll-icon {
  opacity: 0;
  pointer-events: none;
}
.box-content-cover.showAll .box-content.is-full img {
  position: relative;
  z-index: 999;
  min-height: 200px;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  height: auto;
  object-fit: fill;
}
.box-content-cover.showAll .box-content.is-full:not(.no-resize) img:hover {
  cursor: zoom-out;
}
.box-content-cover:not(.showAll)
  .box-content.is-full:not(.no-resize)
  img:hover {
  cursor: zoom-in;
}

.youtube {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  background-color: #000;
  border-radius: 6px;
}

.inner-content {
  width: 60%;
  max-width: 920px;
  margin: auto;
  padding: 3rem 0px;
  word-spacing: 0.025em;
  letter-spacing: 0.005em;
  font-size: 1.3em;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.inner-content .portfolio-item {
  display: block;
  text-align: center;
  border-top: 1px dotted #c99d67;
  border-bottom: 1px dotted #c99d67;
  margin: 0 auto 30px auto;
  padding: 2rem;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.inner-content .portfolio-item h3 {
  font-size: 22px;
  line-height: 27px;
  margin-top: 0;
  text-transform: uppercase;
}
.inner-content .portfolio-item h4 {
  font-family: "nlightitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #c99d67;
}
.inner-content .portfolio-item h4:lang(ja) {
  font-family: "nlightitalic", "Titillium Web", "Rounded Mplus 1c", Meiryo,
    Osaka, "MS PGothic", sans-serif;
}
.inner-content .portfolio-item h5 {
  font-size: 0.8em;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.6);
  margin: 5px 0 0 0;
}

.inner-content .portfolio-description img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.25));
  margin: 0 auto;
}
.inner-content .portfolio-description img.is-full {
  width: 100%;
  max-width: unset;
}

.inner-content p i {
  font-family: "nlightitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-style: normal;
}
.inner-content img.left {
  width: 50%;
  max-width: 500px;
  float: left;
  margin-left: -20%;
  margin-right: 2rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.inner-content section {
  clear: both;
}

.inner-content .columns,
.inner-content .rows {
  margin: 4rem -7%;
}

.inner-content .columns p em,
.inner-content .rows p em {
  font-family: "nlightitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-style: normal;
  display: block;
  text-align: center;
}

.inner-content .columns + .rows,
.inner-content .rows + .columns {
  margin-top: -2.7em;
}
.inner-content .rows .row + .row {
  margin-top: 0.7em;
}

.inner-content .columns br,
.inner-content .rows br {
  display: none;
}

.inner-content .rows {
  display: flex;
  flex-direction: column;
}
.inner-content .rows > * {
  flex: 1 1;
  margin: 0;
}
.inner-content .columns {
  display: flex;
  flex-direction: row;
}
.inner-content .columns > * {
  flex: 1 1;
  margin: 0.375em;
}
.inner-content .columns > *:first-child {
  margin-left: 0;
}
.inner-content .columns > *:last-child {
  margin-right: 0;
}

.inner-content .flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

/* ====================== END BOX-CONTENT ======================*/

/* ====================== PLUGINS ======================*/
.hyphenate {
  /* text-align: justify; */
}
.parallax-container.is-tall {
  height: 400px;
}
.parallax {
  z-index: 0 !important;
}
.parallax img.desktop {
  display: block;
}
.parallax img.mobile {
  display: none;
}
.parallax-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  flex-wrap: wrap;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "nmediumitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-size: 1.25em;
  letter-spacing: -0.035em;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  background-color: rgba(74, 59, 50, 0.35);
  padding: 4rem 0 0 0;
}
.parallax-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 2rem;
}
.parallax-content a > span,
.parallax-content a > .video-play,
.parallax-content a > .video-play::after {
  -webkit-transition: all cubic-bezier(0.16, 1.76, 0.31, 0.77) 0.25s;
  transition: all cubic-bezier(0.16, 1.76, 0.31, 0.77) 0.25s;
}

.parallax-content a .video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-bottom: 1rem;
}
.parallax-content a .video-play::after {
  content: " ";
  width: 0;
  height: 0;
  border-width: 8px 0 8px 11px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.parallax-content a:hover span {
  -webkit-transform: scale3d(1.17, 1.17, 1.17);
  transform: scale3d(1.17, 1.17, 1.17);
}
.parallax-content a:hover .video-play {
  width: 60px;
  height: 60px;
  border-width: 3px;
  -webkit-transform: scale3d(1.07, 1.07, 1.07);
  transform: scale3d(1.07, 1.07, 1.07);
}
.parallax-content a:hover .video-play::after {
  border-width: 10px 0 10px 14px;
}

.isOn {
  transform: scale(1);
  opacity: 1;
  transition: 0.5s all;
}
.isOff {
  transform: scale(0.95);
  opacity: 0.6;
  transition: 0.5s all;
}
.isOn.keepSize {
  transform: none;
  opacity: 1;
  transition: 0.5s all;
}
.isOff.keepSize {
  transform: none;
  opacity: 0.6;
  transition: 0.5s all;
}
/* ====================== END PLUGINS ======================*/

/* ====================== MODAL ======================*/
.modal {
  display: block;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-height: unset;
  border-radius: 0;
  background-color: #69584d;
  padding: 0;
  margin: auto;
  box-shadow: none;
  overflow: hidden;
  z-index: 1002;
  transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.modal.open {
  transform: translateY(0);
  overflow-y: auto;
  opacity: 1;
}
.modal .modal-controls {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1003;
}
.modal .modal-controls .close-modal {
  display: inline-block;
  border: 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
  opacity: 0.75;
}
.modal .modal-controls .close-modal,
.modal .modal-controls .close-modal::before,
.modal .modal-controls .close-modal::after {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.modal .modal-controls .close-modal::before,
.modal .modal-controls .close-modal::after {
  display: block;
  border-radius: 2em;
  background-color: #fff;
  content: " ";
  width: 100%;
  height: 4px !important;
}
.modal .modal-controls .close-modal:hover,
.modal .modal-controls .close-modal:active,
.modal .modal-controls .close-modal:visited,
.modal .modal-controls .close-modal:focus {
  background-color: transparent !important;
}

.modal .modal-controls .close-modal::before {
  transform: translate(0, 50%) rotate(45deg);
}
.modal .modal-controls .close-modal::after {
  transform: translate(0, -50%) rotate(-45deg);
}
.modal .modal-controls .close-modal:hover {
  padding: 5px;
  opacity: 1;
}
.modal .modal-controls .close-modal:focus::before,
.modal .modal-controls .close-modal:focus::after {
  background-color: #c99d67;
}
.modal .modal-container {
  height: 100%;
}
.modal .modal-container .mCSB_scrollTools {
  bottom: 30px;
}
.modal .modal-content {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 0;
}
.modal .modal-container.loading .modal-content {
  opacity: 0;
  pointer-events: none;
}
.modal .modal-container.loading + .modal-loader {
  opacity: 1;
}

.modal-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}

.modal-loader > div {
  display: inline-block;
  background-color: #c99d67;
  height: 100%;
  width: 6px;
  margin: 0 1px;
  -webkit-animation: modalLoader 1.2s infinite ease-in-out;
  animation: modalLoader 1.2s infinite ease-in-out;
}

.form-loader .load2,
.modal-loader .load2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.form-loader .load3,
.modal-loader .load3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.form-loader .load4,
.modal-loader .load4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.form-loader .load5,
.modal-loader .load5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes modalLoader {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes modalLoader {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.modal .modal-container .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.modal .modal-container .mCSB_scrollTools {
  top: 70px;
  right: 27px;
}
/* ====================== END MODAL ======================*/

/* ====================== CONTACT FORM ======================*/
.contactme {
  position: relative;
}
.contactme .form-success,
.contactme .form-content {
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  padding: 0;
}
.contactme.is-done .form-content,
.contactme.loading .form-content {
  opacity: 0;
  pointer-events: none;
}
.contactme.loading .form-loader {
  opacity: 1;
}
.form-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.form-loader > div {
  display: inline-block;
  background-color: #c99d67;
  height: 100%;
  width: 6px;
  margin: 0 1px;
  -webkit-animation: modalLoader 1.2s infinite ease-in-out;
  animation: modalLoader 1.2s infinite ease-in-out;
}

.contactme .form-error {
  font-family: "nmediumitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  text-align: center;
  color: #c99d67;
  font-size: 13px;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  border: 1px dotted #c99d67;
  border-right: 0;
  border-left: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.contactme .form-error:lang(ja) {
  font-family: "nmediumitalic", "Titillium Web", "Rounded Mplus 1c", Meiryo,
    Osaka, "MS PGothic", sans-serif;
}
.contactme.is-done .form-error,
.contactme:not(.has-error) .form-error {
  padding: 0 2rem;
  margin-bottom: 0;
  border-color: transparent;
  font-size: 0px;
  opacity: 1;
}

.contactme:not(.is-done) .form-success {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  overflow: hidden;
}
.contactme.is-done .form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 2rem 2rem 2rem;
  opacity: 1;
}
.contactme .form-success p {
  display: inline-block;
  width: 60%;
  margin: 0;
  text-align: center;
}
.contactme .form-success p b i {
  color: #c99d67;
}
/* ====================== END CONTACT FORM ======================*/

/* ====================== BLOG ======================*/

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  display: inline-block;
}
.pagination li.disabled {
  filter: grayscale(100%);
}
.pagination li a {
  display: inline-flex;
  color: #c99d67;
  font-size: 1.1rem;
  text-align: center;
  min-width: 30px;
  height: 30px;
  margin: 0 8px;
  padding: 0;
  border-radius: 2px;
}
.pagination li a img {
  width: 30px;
  height: 30px;
}
.pagination li:not(.disabled) a img {
  transition: all 0.2s;
}
.pagination li:not(.disabled) a:hover img {
  filter: grayscale(100%) brightness(200%);
}

ul.archive-list {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
ul.archive-list li a {
  display: block;
  font-size: 14px;
  padding: 9px 15px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
ul.archive-list li a:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
}
ul.archive-list li.list-month a {
  padding-left: 30px;
}
ul.archive-list li.list-month .list-count {
  font-size: 11px;
  color: #c99d5f;
}

.blog-search {
  display: flex;
  margin-bottom: 2em;
}
.blog-search input[type="text"] {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  height: 34px;
  border: 0;
  border-radius: 6px 0 0 6px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #cecece;
  height: auto;
  margin: 0;
  padding: 0 12px;
}
.blog-search input[type="text"]::-webkit-input-placeholder {
  color: #d1b6a4;
}
.blog-search input[type="text"]::-moz-placeholder {
  color: #d1b6a4;
}
.blog-search input[type="text"]:-ms-input-placeholder {
  color: #d1b6a4;
}
.blog-search input[type="text"]:-moz-placeholder {
  color: #d1b6a4;
}
.blog-search input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
  text-shadow: none;
}
.blog-search input[type="text"]:focus::-moz-placeholder {
  color: transparent;
  text-shadow: none;
}
.blog-search input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
  text-shadow: none;
}
.blog-search input[type="text"]:focus:-moz-placeholder {
  color: transparent;
  text-shadow: none;
}

.blog-search input[type="text"]:focus:not([readonly]) {
  border-bottom: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.45);
  color: #4a3b32;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.blog-search input[type="submit"] {
  display: inline-flex;
  flex: 1 1;
  justify-content: center;
  min-width: 46px;
  height: 34px;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  background-color: #54463e;
  border: 0;
  border-radius: 0 6px 6px 0;
  transition: 0.2s all;
}
.blog-search input[type="submit"]:hover {
  cursor: pointer;
  background-color: #4a3b32;
  color: rgba(255, 255, 255, 0.8);
}
.blog-search-header {
  font-size: 1rem;
  color: #c99d67;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  border: 1px dotted #c99d67;
  border-right: 0;
  border-left: 0;
}
.blog-search-header span {
  font-family: "nlightitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  color: #fff;
  margin-left: 1em;
}
.blog-search-header span:lang(ja) {
  font-family: "nlightitalic", "Titillium Web", "Rounded Mplus 1c", Meiryo,
    Osaka, "MS PGothic", sans-serif;
}
.blog-item-w .no-results {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  text-align: center;
}
.blog-item-w .no-results > p {
  margin-top: 0;
}

.blog-content {
  margin-top: -25px;
  width: 85%;
}
.blog-content h1 {
  margin: 2.1rem 0 2.5rem 0;
}
.blog-item-w {
  padding-left: 25px !important;
  padding-right: 5% !important;
  margin: 20px 0 0 0;
}
.blog-item {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 30px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.blog-item .item-title h3,
.blog-item .item-title h3 a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 22px;
  font-weight: normal;
  line-height: 34px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.blog-item .item-title h4 {
  font-family: "nlightitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #c99d67;
}
.blog-item .item-title h4:lang(ja) {
  font-family: "nlightitalic", "Titillium Web", "Rounded Mplus 1c", Meiryo,
    Osaka, "MS PGothic", sans-serif;
}
.blog-item .item-content {
  padding-top: 30px;
  line-height: 26px;
}
.blog-item .item-content .flexbox {
  display: flex;
  flex-wrap: wrap;
}
.blog-item .item-content .flexbox > * {
  flex: 1 1;
  margin-top: -1px;
}
.blog-item .item-content p:first-child {
  margin-top: 0;
}
.blog-item .item-content a {
  color: #c99d67;
}
.blog-item .item-content a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.blog-item .item-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.blog-item .item-content iframe {
  width: 100%;
  max-width: 100%;
}
.blog-item.search-item .item-content a {
  display: block;
  width: 100%;
  text-align: center;
}
.blog-item.search-item .item-content img {
  width: auto;
}
.blog-item .item-permalink {
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50% 50% 0 0;
  bottom: 0;
  right: 0;
  padding-top: 3px;
  width: 30px;
  height: 25px;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 20px !important;
}
.blog-item .item-content .item-list li {
  padding-left: 1rem;
}
.blog-item .item-content .item-list li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dotted rgba(201, 157, 103, 0.5);
}

.news_permalink:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #c99d67 !important;
}
/* ====================== END BLOG ======================*/

/* ====================== CV/RESUME ======================*/
#resume .download-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
}
#resume .download-loader .modal-loader {
  opacity: 1;
  position: static;
  transform: none;
}

#resume .download-resume-w {
  text-align: center;
}
#resume .inner-content .portfolio-item {
  margin: 0 auto;
  padding: 1.5rem;
}
#resume .inner-content .portfolio-item h3 a,
#resume .inner-content .portfolio-item h3 a:link,
#resume .inner-content .portfolio-item h3 {
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 0.25rem;
  transition: 0.2s all;
}
#resume .inner-content .portfolio-item h3 a:hover,
#resume .inner-content .portfolio-item h3 a:focus {
  color: rgba(255, 255, 255, 1);
}
#resume .download-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
#resume .download-info small {
  font-family: "nlightitalic", "Titillium Web", Meiryo, Osaka, "MS PGothic",
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: rgba(201, 157, 103, 0.8);
}
#resume .download-info small a,
#resume .download-info small a:link {
  color: rgba(201, 157, 103, 0.8);
  transition: 0.2s all;
}
#resume .download-info small a:hover,
#resume .download-info small a:focus {
  color: rgba(255, 255, 255, 0.8);
}
/* ====================== END CV/RESUME======================*/

/*====================== BREAKPOINTS ======================*/

/*------------------ :: HIGH END SCREENS :: ------------------*/
@media (min-width: 1600px) {
  /* ====================== DISPLAY ======================*/
  .cropbounds {
    height: 450px;
  }
  /* ====================== END DISPLAY ======================*/
}

/*------------------ :: LARGER SCREENS :: ------------------*/
@media (min-width: 1440px) {
  /* ====================== DISPLAY ======================*/
  .box-content > h1 {
    left: 165px;
  }
  /* ====================== END DISPLAY ======================*/
}

/*------------------ :: MEDIUM DEVICES ::; ------------------*/
@media (max-width: 1025px) {
  /* ====================== LAYOUT BASE ======================*/
  .container {
    width: 90%;
  }
  /* ====================== END LAYOUT BASE ======================*/

  /* ====================== HEADER ======================*/
  header .menu .nav-wrapper ul li {
    margin: 6px 1% !important;
  }
  /* ====================== END HEADER ======================*/

  /* ====================== PORTFOLIO ======================*/
  .digital-cases-w {
    margin-right: 13%;
    margin-left: 2%;
  }
  .digital-projects-w {
    height: auto;
    min-height: 100%;
    padding: 0 0 0 2rem;
  }
  /* ====================== END PORTFOLIO ======================*/

  /* ====================== BOX-CONTENT ======================*/
  /* .box-content-options { max-width: 768px; } */
  /* ====================== END BOX-CONTENT ======================*/
}

/*------------------ :: REGULAR SCREENS :: ------------------*/
@media (max-width: 1201px) {
  /* ====================== PORTFOLIO ======================*/
  .portfolio-list {
    margin-right: -3em;
    margin-left: -3em;
  }
  /* ====================== END PORTFOLIO ======================*/

  /* ====================== BOX-CONTENT ======================*/
  .box-content.is-full {
    height: 70%;
  }
  /* ====================== END BOX-CONTENT ======================*/
}

@media (min-width: 993px) {
  /* ====================== LAYOUT BASE ======================*/
  .container {
    width: 90%;
  }
  /* ====================== END LAYOUT BASE ======================*/
}

@media (max-width: 993px) {
  /* ====================== FONTFIX ======================*/
  .language-box li a,
  .section-subtitle h2,
  .title-flag,
  .contactme input[type="submit"],
  .blog-search input[type="text"],
  .blog-search input[type="submit"],
  .button {
    padding-top: 4px !important;
  }
  /* ====================== FONTFIX ======================*/

  /* ====================== MOBILE ======================*/
  header .menu.mobile .nav-logo,
  header .menu.fixed.mobile .nav-logo,
  header .menu.fixed .nav-logo {
    left: 10%;
  }
  header.is-cover:not(.has-video) .scroll-icon {
    bottom: 20px;
  }
  .nav-box {
    padding: 15px 10%;
  }

  .language-box {
    width: 50%;
  }
  .mobile-menu {
    display: inline-block;
    float: right;
  }

  header .menu.mobile .headermenu li,
  header .menu.fixed.mobile .headermenu li {
    margin: 22px 2% !important;
  }
  header .menu:not(.mobile) .nav-lang {
    display: none;
  }
  header .menu .nav-wrapper ul li a {
    height: 54px;
  }
  header .menu .nav-lang {
    line-height: 120px;
  }
  /* ====================== END MOBILE ======================*/

  /* ====================== DISPLAY ======================*/
  .cropbounds {
    margin: 1em 0;
  }
  /* ====================== END DISPLAY ======================*/

  /* ====================== BLOG ======================*/
  .blog-content {
    padding: 0;
  }
  .blog-item-w {
    padding-right: 25px !important;
  }
  /* ====================== END BLOG ======================*/

  /* ====================== PORTFOLIO ======================*/
  .animation-list li {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .digital-design-list {
    display: flex;
    flex-direction: column;
    margin-bottom: -1em;
  }
  .digital-cases-w {
    width: 75%;
    padding-bottom: 68%;
    order: 1;
    margin: 1em auto 0 auto;
  }
  .digital-cases-w .digital-cases {
    transform: translateX(-10%);
  }
  .digital-cases .case-mobile .mockup .screen-slider {
    top: 15.85%;
    bottom: 7.5%;
    border-radius: 0 0 0.75rem 0.75rem;
  }
  .digital-cases .mockup .screen-url {
    display: none;
  }
  .digital-projects-w {
    position: static;
    justify-content: center;
    width: 50%;
    order: 2;
    margin: 0 auto;
    max-width: unset;
    min-width: 0;
    padding: 5rem 2rem 0 2rem;
  }
  .digital-projects-thumb {
    justify-content: center;
  }
  .digital-projects-thumb li {
    width: calc(33.333% - 10px);
    height: auto;
  }
  .digital-projects li .portfolio-options {
    text-align: center;
  }

  .grid .item {
    width: calc(50% - 11px);
  }

  .client-box {
    width: 70%;
  }
  /* ====================== END PORTFOLIO ======================*/

  /* ====================== CONTACT ======================*/
  #contact canvas {
    max-width: 100%;
  }
  /* ====================== END CONTACT ======================*/

  /* ====================== FOOTER ======================*/
  footer .page-footer {
    padding: 60px 60px 40px 60px;
  }
  footer .page-footer .row {
    display: flex;
  }
  footer .page-footer .footer-social-w {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  footer .page-footer .footer-social {
    padding: 0;
    margin: 0 0 1rem 0;
  }
  /* ====================== ENDFOOTER ======================*/
}

/*------------------ :: TABLET :: ------------------*/
@media (max-width: 768px) {
  /* ====================== DISPLAY ======================*/
  .section h1 {
    font-size: 30px;
  }
  /* ====================== END DISPLAY ======================*/

  /* ====================== PROFILE ======================*/
  .profile-w:lang(ja) {
    transform: none;
  }
  .info-box p {
    max-width: 100%;
  }
  /* ====================== END PROFILE ======================*/

  /* ====================== SERVICES ======================*/
  .icon-block p br {
    display: none;
  }
  /* ====================== END SERVICES ======================*/
}

/*------------------ :: MOBILE Large :: ------------------*/
@media (max-width: 601px) {
  /* ====================== HEADER ======================*/
  header .header-box .parallax-logo {
    height: 100%;
  }
  header .header-box {
    height: calc(60vh);
  }
  /* ====================== END HEADER ======================*/

  /* ====================== DISPLAY ======================*/
  .section {
    font-size: 1.265em;
    line-height: 26px;
    padding-bottom: 3em;
  }
  .expand {
    transform: translate(-50%, -60%);
  }

  .parallax-mobile .parallax img.desktop {
    display: none;
  }
  .parallax-mobile .parallax img.mobile {
    display: block;
  }
  /* ====================== END DISPLAY ======================*/

  /* ====================== BOX CONTENT ======================*/
  .inner-content {
    width: 90%;
    max-width: unset;
  }
  .inner-content .columns,
  .inner-content .rows {
    display: block;
    margin: 4rem 0;
  }
  .inner-content img.left {
    float: none !important;
    clear: both;
    max-width: unset;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .inner-content .columns > *,
  .inner-content .columns > *:first-child,
  .inner-content .columns > *:last-child {
    flex: none;
    margin: 0.5rem 0;
  }

  .box-content-options .nav-arrow.previous > span {
    left: 0;
  }
  .box-content-options .nav-arrow.next > span {
    right: 0;
  }

  .box-content-cover.showAll .box-content-options .nav-arrow.previous > span,
  .box-content-cover.showAll .box-content-options .nav-arrow.next > span {
    display: none !important;
  }

  .box-content-cover.showAll + .inner-content .portfolio-item {
    padding: 2rem 15%;
  }
  /* ====================== END BOX CONTENT ======================*/

  /* ====================== PROFILE ======================*/
  .valign-wrapper {
    display: block !important;
  }
  .info-box,
  .profile {
    flex: 0;
  }
  .profile {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    text-align: center !important;
  }

  .experience-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem !important;
  }
  .experience-container .section-subtitle {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .education-box {
    max-width: 260px;
  }
  .edu-icon-box {
    text-align: center;
  }

  .experience-item {
    position: relative;
  }
  .timespan-wrapper {
    position: static;
  }
  .timespan {
    padding-top: 1rem;
  }
  .experience-box {
    background-color: #69584d;
    padding-bottom: 1rem !important;
  }
  .extra-info .row:last-of-type .timespan-wrapper::after {
    display: block;
    content: " ";
    position: absolute;
    z-index: -1;
    top: -60%;
    bottom: -60%;
    left: 50%;
    transform: translateX(-50%);
    border-right: 1px dotted #c99d67;
  }
  /* ====================== END PROFILE ======================*/

  /* ====================== SERVICES ======================*/
  .process-wrap {
    margin: 70px auto;
  }
  .process-graph > svg {
    display: none;
  }
  .process-tag {
    display: none;
  }
  .process-item li {
    display: flex;
    flex-direction: column;
    position: static;
    transform: scale(0.8);
    width: 100%;
    margin: 0;
    padding: 2rem 0;
  }
  .process-item li img {
    width: 50% !important;
  }
  .process-item li:last-child img {
    width: 40% !important;
  }
  .process-item li h2 {
    margin: 1.2rem 0 0 0;
  }
  .process-item li:nth-child(even) > h2,
  .process-item li:nth-child(even) > p {
    order: 2;
  }
  .process-item li:nth-child(even) > div {
    order: 1;
  }

  .isOn .process-item li {
    transform: scale(1);
    opacity: 1;
    margin: 0;
  }

  .skill-icon img {
    width: 60%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .skill-graph-title {
    width: 100%;
  }
  .skill-graph-bar-container {
    width: calc(90% - 15px);
    margin: 2px 10px 16px 0;
  }
  .skill-graph-percent {
    width: 10%;
    margin: -6px 0 0 0;
  }
  /* ====================== END SERVICES ======================*/

  /* ====================== BLOG ======================*/
  .blog-content-row {
    display: flex;
    flex-direction: column;
  }
  .blog-content-row .blog-item-w {
    order: 1;
  }
  .blog-content-row .blog-sidemenu {
    order: 2;
  }

  .blog-item .item-content .flexbox,
  .blog-item .item-content .flexbox > * {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  /* ====================== END BLOG ======================*/

  /* ====================== PORTFOLIO ======================*/
  .portfolio-content > .container {
    width: 100%;
    padding: 0 5px;
  }
  .portfolio-list {
    margin-right: 0;
    margin-left: 0;
  }

  .animation-list li {
    max-width: 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .digital-projects-w {
    width: 75%;
    padding: 5rem 0 0 0;
  }
  .digital-cases .case-mobile .mockup .screen-slider {
    top: 15%;
    bottom: 8.65%;
    border-radius: 0 0 0.75rem 0.75rem;
  }

  nav.illust-menu {
    height: auto;
  }
  ul.category li {
    margin-bottom: 4px;
  }
  .grid .item {
    width: calc(100% - 10px);
  }
  /* ====================== END PORTFOLIO ======================*/

  /* ====================== FOOTER ======================*/
  footer .page-footer .row {
    display: block;
  }
  footer .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem 0 4rem 0;
  }
  footer .footer-logo .legal-rights {
    display: block;
  }
  footer .page-footer .footer-social-w {
    align-items: center;
    justify-content: center;
  }
  footer .footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 200px;
  }
  footer .footer-social li {
    flex: 0 1 33.33%;
    text-align: center;
  }
  /* ====================== END FOOTER ======================*/
}

/*------------------ :: MOBILE Small:: ------------------*/
@media (min-height: 450px) and (max-width: 993px) {
  /* ====================== HEADER ======================*/
  header:not(.has-video) .language-box {
    width: 100%;
    text-align: center;
  }
  /* ====================== END HEADER ======================*/
}
@media (max-width: 480px) {
  /* ====================== PORTFOLIO ======================*/
  .client-box {
    display: block;
  }
  .client-box li {
    flex: none;
    margin: 40px 0;
  }
  /* ====================== END PORTFOLIO ======================*/

  /* ====================== MODAL ======================*/
  .modal .modal-controls {
    top: 0;
    right: 0;
    z-index: 1003;
    padding: 12px 12px 16px 16px;
    background-color: #69584d;
    border-radius: 0 0 0 60%;
    filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.25));
  }
  .modal .modal-container .mCSB_scrollTools {
    top: 90px;
    right: 2px;
  }
  /* ====================== END MODAL ======================*/
}
@media (max-width: 360px) {
  /* ====================== DISPLAY ======================*/
  .section h1 {
    font-size: 24px;
  }
  .title-flag::before,
  .title-flag::after {
    max-width: 48px;
  }
  /* ====================== END DISPLAY ======================*/

  /* ====================== HEADER ======================*/
  header .header-box {
    height: calc(70vh);
  }

  header .menu .nav-wrapper ul li a {
    padding: 12px;
  }
  /* ====================== END HEADER ======================*/

  /* ====================== PORTFOLIO ======================*/
  .portfolio-list > li > a > div {
    padding: 25px 5px;
  }

  .digital-cases .case-mobile .mockup .screen-slider {
    bottom: 9%;
  }
  /* ====================== END PORTFOLIO ======================*/
}
@media (max-height: 360px) {
  header .header-box {
    min-height: 100vh;
  }
  header .scroll-icon {
    display: none;
  }
}
@media (max-height: 320px) {
  .box-content-options.no-controls {
    margin: 6px auto;
  }
  .box-content-options.no-controls .button {
    font-size: 18px;
  }
}
/*====================== END BREAKPOINTS ======================*/

/*====================== ANIMATION HELPERS ======================*/

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  20% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  60% {
    -webkit-transform: scale3d(1.23, 1.23, 1.23);
    transform: scale3d(1.23, 1.23, 1.23);
  }

  80% {
    -webkit-transform: scale3d(1.17, 1.17, 1.17);
    transform: scale3d(1.17, 1.17, 1.17);
  }

  to {
    -webkit-transform: scale3d(1.17, 1.17, 1.17);
    transform: scale3d(1.17, 1.17, 1.17);
  }
}
/*====================== END ANIMATION HELPERS ======================*/
