@charset "UTF-8";

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

.en {
  font-size: 1.14rem;
}


body {
  padding: 2vh 2vw;
  box-sizing: content-box;
}

a {
  text-decoration: none;
}

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

a:hover {
  color: rgba(0, 0, 0, 0.6);
}

a:visited {
  color: black;
}

h2, .bold {
  font-family: 'Palanquin Dark', sans-serif;
}

p, #form_body {
  font-family: 'Spectral', 'Noto Serif JP', serif;
}

.header-sns-container {
  display: flex;
  justify-content: space-between;
  padding-top: 2vh;
  margin-bottom: 4rem;
}

.sns-container {
  display: flex;
  padding-right: 2rem;
}

.sns-container img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.facebook-container {
  padding-right: 1.5em;
}

.sns-container a {
  display: flex;
  align-items: center;
}

.facebook-container img {
  margin-right: 0.75rem;
}

.sns-container a:hover img {
  opacity: 0.6;
}

.header-container {
  position: relative;
}

.logo-nav-container {
  display: flex;
  flex: 1 0;
}

.brand-logo-container {
  display: flex;
  flex: 1 0;
}

.brand-logo-content {
  width: 100%;
}

.logo-brank {
  width: 123px;
  height: 1px;
}

.brand-logo-content h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-logo {
  object-fit: cover;
  width: 350px;
  height: 33px;
}

.made-in-japan {
  text-align: right;
}

.nav-and-movie {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

.movie-main {
  width: 100%;
  height: calc(96vw * 0.56);
}

.nav-links {
  width: 100%;
  margin-bottom: 1.5rem;
}

.nav-links ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
}

.nav-links li {
  display: flex;
  justify-content: center;
  list-style: none;
  line-height: 1.75rem;
  font-size: 1.3rem;
  font-family: 'Spectral', serif;
}

.pick-up-container {
  margin-bottom: 4rem;
}

.pick-up-title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.pick-up-title h2 {
  font-family: 'Spectral', serif;
  font-weight: 600;
}

.pick-up-movie-container {
  display: flex;
  justify-content: space-evenly;
}

.pick-up-movie {
  width: 40vw;
  height: calc(40vw * 0.56);
}

.section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}

.section-container h2 {
  font-family: 'Spectral', serif;
  font-weight: 600;
}

.section-content {
  width: 45vw;
  display: inherit;
  flex-direction: inherit;
  align-items: inherit;
  margin-bottom: 3rem;
  font-size: 0.9rem;
}

.section-title {
  margin-bottom: 2rem;
}

.site-link {
  width: 100%;
  height: calc(45vw * 0.5);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

a.mokusa-fabric {
  display: block;
  position: relative;
  width: 100%;
  height: calc(45vw * 0.56);
  margin-bottom: 1rem;
}

.mp4.mokusa-fabric {
  width: 100%;
  height: 100%;
}

.mokusa-fabric-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0.5rem;
  text-align: center;
  color: white;
}

.mokusa-fabric-text {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.site-link.mokusa-fabric {
  height: calc(45vw * 0.45);
  background-image: url("/images/mokusa-fabric.jpg");
  color: white;
}

.site-link.decoro-textilia {
  align-items: flex-start;
  background-image: url("/images/decoro-textilia.jpg");
  color: black;
  padding-top: 0.25rem;
}

.site-link.katagami-lover-japan {
  background-image: url("/images/katagami-lover-japan.jpg");
  color: white;
  padding-top: 1rem;
}

.site-link.bottone-magico {
  height: calc(45vw * 0.1 + 36px);
  background-image: url("/images/bottone-magico.jpg");
  background-position: top;
  background-size: contain;
  align-items: flex-end;
}

.instagram-with-site {
  width: 32px;
  height: 32px;
}

.section-content:last-child {
  margin-bottom: 0;
}

#about .section-content img {
  width: 100%;
  height: auto;
}

#about p {
  text-align: justify;
  padding-top: 1rem;
}

#contact .section-title {
  margin-bottom: 0;
}

#thanks_mail p {
  text-align: center;
  margin-top: 10%;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.google-form-container {
  display: block;
  text-align: center;
  margin-top: 2rem;
}

#form_body {
  width: 100%;
}

#form_body fieldset {
  border: none;
  margin-top: 1em;
}

.form-field {
  display: flex;
  align-items: flex-start;
  margin-top: 0.75em;
}

.form-field label {
  width: 6em;
}

.form-input {
  width: calc(100% - 6em);
}

.form-field input[type="text"], .form-field input[type="email"], .form-field textarea {
  width: 100%;
  border: 1px solid #666;
  font-size: 16px;
}

.submit-btn {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 0.1em 0.4em;
  font-size: 0.9em;
}

footer {
  margin-top: 2rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }

  .header-container {
  }

  .brand-logo-container {
    width: 100%;
    margin-bottom: 1rem;
  }

  .nav-and-movie {
    flex-direction: column-reverse;
  }

  .brand-logo-content {
  }

  .header-sns-container {
    display: block;
    margin-bottom: 1.5rem;
  }

  .logo-nav-container {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .nav-links {
    width: 100%;
    margin-top: 1.5rem;
  }

  .nav-links ul {
    flex-direction: column;
    justify-content: center;
  }

  .nav-links li {
    line-height: 1.5rem;
    letter-spacing: 0.15em;
    font-size: 1rem;
  }

  .nav-links li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .sns-container {
    padding-right: 0;
    justify-content: center;
  }

  .sns-content {
    display: flex;
    align-items: center;
  }

  .sns-container img {
    width: 20px;
    height: 20px;
  }

  .pick-up-movie-container {
    flex-direction: column;
    justify-content: center;
  }

  .pick-up-movie {
    width: 100%;
    height: calc(96vw * 0.56);
  }

  .pick-up-movie:first-child {
    margin-bottom: 1.5rem;
  }

  .section-container {
    width: 96vw;
  }

  .section-content {
    width: 96vw;
  }

  .site-link {
    height: calc(96vw * 0.5);
  }

  .site-link.mokusa-fabric {
    height: calc(96vw * 0.45);
  }

  a.mokusa-fabric {
    height: calc(96vw * 0.56);
  }

  .site-link.bottone-magico {
    height: calc(96vw * 0.1 + 36px);
  }

  #contact .article-en-container {
    display: block;
  }

  .form-field {
    flex-direction: column;
  }

  .form-field label {
    width: 8em;
  }

  .form-input {
    width: 100%;
  }
}
