@charset "UTF-8";
.home-slide-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 0 300px 300px 0;
  overflow: hidden;
}
.home-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map--frame {
  height: 440px;
}
.map--frame iframe {
  width: 100%;
  height: 100%;
}

.mv {
  background: url(../img/mv.jpg) no-repeat center;
  background-size: cover;
}

.mv-catch {
  color: #fff;
  font-size: 3.9rem;
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.4;
}

.nissin--contact--table {
  width: 100%;
  line-height: 1.8;
}

.lines-table.en tr th {
  width: 10%;
}

#wrapper {
  word-break: normal;
}

#lf_form_div p.label_mail:after {
  content: "Please enter your email address again for confirmation.";
}

#lf_form_div table.items tr td.label .required:before {
  content: "※Required";
}

@media only screen and (max-width: 640px) {
  .home-slide-image {
    border-radius: 0;
  }

  .mv-catch {
    font-size: 2.6rem;
    line-height: 1.6;
  }

  .title-h3 small.sp-small {
    font-size: 1.6rem;
  }

  .products-category-lvl1-nav li {
    margin-right: 4%;
    width: 48%;
  }
  .products-category-lvl1-nav li:nth-child(3n) {
    margin-right: 4%;
  }
  .products-category-lvl1-nav li:nth-child(2n) {
    margin-right: 0;
  }
  .products-category-lvl1-nav li:nth-child(n+3) {
    margin-top: 4%;
  }
  .products-category-lvl1-nav li a .name {
    font-size: 1.8rem;
  }

  .nissin--contact--table {
    display: block;
  }
  .nissin--contact--table tr {
    display: block;
  }
  .nissin--contact--table tr th,
  .nissin--contact--table tr td {
    width: 100%;
    display: block;
  }

  .map--frame {
    height: 250px;
  }

  .lines-table tr th,
  .lines-table tr td {
    line-height: 1.6;
    text-align: left;
  }

  .company-table > tbody > tr th, .lines-table > tbody > tr th {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
