/* Common */
body {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

h1 {
  font-size: 48px;
  font-size: calc(4rem + ((1vw - 0.8rem) * 3.5714));
}

h2,
#contact h1 {
  font-size: 36px;
  font-size: calc(2.4rem + ((1vw - 0.32rem) * 2.1429));
  margin: 1rem 0 1.5rem;
  color: #ad9165;
}

p {
  line-height: 2em;
}

.f-qs {
  font-family: "Quicksand", sans-serif;
}

.f-pdsc {
  font-family: "Playfair Display SC", serif;
}

.f-small {
  font-size: 0.9em;
}

.subcopy {
  font-size: 1.2em;
  margin: 2em 0;
}
.section-title {
  color: #dea097;
  font-size: 1.4em;
  font-weight: bold;
}
.note {
  color: #666666;
}

.no-padding {
  padding: 0;
}

a.artist-link-instagram {
  color: #adadad;
}

.mt-2 {
  margin-top: 2rem;
}

/* NavBar */
.hero .navbar {
  background: transparent;
  z-index: 100;
}

.navbar-brand {
  padding-left: 1.5rem;
}

.navbar-logo,
#navbarMenu {
  z-index: 100;
}

/* Hamburger Menu */
.navbar-burger,
.navbar-burger:hover {
  color: #fff;
  background-color: #ad9165;
}

.navbar-burger span {
  left: calc(50% - 15px);
  height: 2px;
  width: 30px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 10px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 8px);
}

.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.navbar-menu a,
.navbar-menu a:hover {
  font-family: "Quicksand", sans-serif;
  background: transparent;
  color: #707070;
  font-weight: bold;
  padding: 0 1.2rem;
}
.navbar-menu a.navbar-item-contact,
.navbar-menu a.navbar-item-contact:hover {
  background: #ad9165;
  color: #fff;
}

/* Top */
.top-hero {
  position: relative;
  padding-top: 14rem;
  padding-bottom: 6rem;
  margin-top: 4.5rem;
}

.top-visual {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
  width: 65%;
}

.top-back-square {
  position: absolute;
  left: 0;
  top: -4.5rem;
  bottom: 0;
  width: 40%;
  background-color: #e8e3d5;
  z-index: 30;
}

.top-hero .container {
  z-index: 50;
}

.top-maincopy {
  color: #fff;
  width: 55%;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

.top-subcopy {
  width: 30%;
  color: #fff;
  font-weight: bold;
}

/* Works */
#works {
  background-color: #f2eae6;
}

#works .columns {
  margin: 0;
}

#works .columns img {
  vertical-align: bottom;
}
#works h2 {
  margin: 1rem 0 1rem 0;
  line-height: 1.2em;
}
.work-content-title {
  font-size: 1.2em;
  margin: 1rem 0;
}

.work-content {
  margin-left: 7em;
  margin-right: 10em;
}

/* Profile */
#artist {
  position: relative;
}

.artist-job-title {
  color: #333;
  margin: 1rem 0;
}

.artist-area-instagram {
  margin: 1rem 0;
}

img.profile {
  max-height: 500px;
  margin-top: -3rem;
}
.artist-back-square {
  background-color: #e8e3d5;
  position: absolute;
  right: 0;
  top: 50%;
  width: 25%;
  height: 40%;
  z-index: -1;
}

/* Footer */
footer.footer {
  background-color: #dea097;
  color: #fff;
}

footer a,
footer a:hover,
footer a:focus {
  color: #fff;
}

.footer-logo {
  fill: #fff;
}

.footer-box-copyright {
  text-align: right;
  margin-top: auto;
}

/**
 * Swiper
 */
.swiper-button-next,
.swiper-button-prev {
  color: #dea097;
}

.swiper-button-next:after {
  content: ">";
  font-size: 2.5rem;
}

.swiper-button-prev:after {
  content: "";
}

/**
 * AOS
 */
html:not(.no-js) [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
/**
 * Contact
 */
#contact .hero {
  background-color: #e8e3d5;
}

#contact .hero h1 {
  color: #ad9165;
}

/**
 * Form
 */
input[type="text"],
input[type="email"],
input[type="tel"],
.textarea,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
.textarea:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
.textarea:focus,
input[type="text"]:active,
input[type="email"]:active,
input[type="tel"]:active,
.textarea:active {
  border: 1px solid #ad9165;
  border-radius: 0;
  box-shadow: none;
}

.submit {
  font-size: 1em;
  color: #fff;
  background-color: #ad9165;
  border: 0;
  border-radius: 0;
  padding: 1.8em 5em;
  height: auto;
}

.submit:hover {
  color: #fff;
}

.label-require {
  color: #dea097;
  float: right;
  line-height: 1.5;
}

/* fullhd */
@media screen and (min-width: 1408px) {
  .top-visual {
    width: 55%;
  }
  .top-back-square {
    width: 55%;
  }
}

@media screen and (min-width: 1216px) {
  .top-visual {
    width: 60%;
  }
  .top-back-square {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1060px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
}
/* tablet */
@media screen and (max-width: 1023px) {
  .navbar-menu {
    padding: 0;
    background-color: #fff;
  }

  .navbar-menu a,
  .navbar-menu a:hover {
    padding: 1rem;
  }

  .top-back-square {
    width: 50%;
  }
  h1.top-maincopy {
    width: 60%;
  }
  .top-subcopy {
    width: 60%;
  }
  .form-content {
    margin-left: 1em;
  }
}

/* mobile */
@media screen and (max-width: 768px) {
  body {
    font-size: 10px;
  }
  h2 {
    margin: 0.5rem 0;
  }
  .top-visual,
  .top-back-square {
    display: none;
  }

  .hero.is-fullheight-with-navbar {
    min-height: auto;
  }
  .hero.is-fullheight-with-navbar .hero-body {
    align-items: initial;
  }

  .navbar-brand,
  .navbar-tabs,
  .navbar {
    min-height: 3.5rem;
  }
  .navbar-burger {
    height: 3.5rem;
    width: 3.5rem;
  }

  .top-hero {
    height: 440px;
    padding-top: 2rem;
    background-image: url(../img/hero_img.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 3.5rem;
  }

  h1.top-maincopy {
    width: 100%;
  }
  .top-subcopy {
    width: 100%;
    line-height: 0.9rem;
  }

  #works .columns img {
    max-width: 85%;
    margin: 4rem 0 1rem 15%;
  }

  #works .work-content {
    margin: -5rem 0 1rem 1rem;
    width: 75%;
    background: #f2eae6;
    z-index: 2;
    position: relative;
  }

  #works .work-content h2 {
    margin: 0 0 0.5rem 0;
    font-size: calc(2.4rem + ((1vw - 0.45rem) * 2.1429));
  }

  .swiper-button-prev,
  .swiper-button-next {
    top: 80%;
  }

  img.profile {
    margin: 1rem 0;
    max-width: 90%;
  }

  .artist-profile-content {
    margin-bottom: 5rem;
  }
  .artist-back-square {
    position: absolute;
    right: -25px;
    top: 60%;
    width: 90%;
    height: 35%;
    z-index: -1;
  }

  #contact .hero-body {
    padding: 6rem 1.5rem;
  }
  #form div.column:not(:last-child) {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #about .note {
    text-align: left;
  }
}
