#top .mv {
  margin-bottom: 64px;
  position: relative;
  background: url(../img/mv.jpg) no-repeat;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  #top .mv {
    margin-bottom: 8.533vw;
  }
}
#top .mv form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
#top .mv form input {
  font-size: 26px;
  padding: 0.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (max-width: 767px) {
  #top .mv form input {
    font-size: 4.267vw;
  }
}
#top .mv form input[type=text] {
  border: none;
  color: #666;
}
#top .mv form input[type=submit] {
  border: none;
  padding: 0.5em 1em;
  background-color: #333;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #top .mv form input[type=submit] {
    display: block;
    width: 100%;
    margin-top: 0.5em;
  }
}
#top section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  position: relative;
}
#top section h2 span {
  padding-left: 1em;
  font-size: 0.5em;
  position: relative;
  font-weight: normal;
}
#top section.category {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #top section.category {
    margin-bottom: 10.667vw;
  }
}
#top section.category h2 {
  text-align: center;
  margin-bottom: 32px;
}
#top section.category h2:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #333;
  display: block;
  margin: 0 auto;
}
#top section.category h2 span {
  display: block;
  padding-left: 0;
  font-size: 1rem;
}
#top section.category ul {
  flex-wrap: wrap;
}
#top section.category ul li {
  position: relative;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  #top section.category ul li {
    width: 50%;
  }
}
#top section.category ul li a {
  display: block;
}
#top section.category ul li a figure img {
  display: block;
}
#top section.category ul li a figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top section.category ul li a figure figcaption span {
  color: #fff;
  font-weight: 700;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  #top section.category ul li a figure figcaption span {
    font-size: 3.467vw;
  }
}
#top section.sec01 h2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 32px;
}/*# sourceMappingURL=top.css.map */