@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.main-slider .slider-category {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.5em 1em;
  width: auto !important;
  margin-right: auto !important;
  margin-bottom: 0.5em !important;
}
.main-slider .slider-category p {
  font-family: "Noto Sans JP", sans-serif !important;
  text-shadow: 0px 0px 10px rgb(0, 0, 0) !important;
  color: #fff;
  font-size: 3rem !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 767.98px) {
  .main-slider .slider-category p {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 575.98px) {
  .main-slider .slider-category p {
    font-size: 4.5vw !important;
  }
}
.main-slider .n2-ss-text {
  line-height: 2 !important;
  font-weight: 700 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 767.98px) {
  .main-slider .n2-ss-text {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 575.98px) {
  .main-slider .n2-ss-text {
    font-size: 5.2vw !important;
  }
}

.about-area {
  padding: 3rem;
  margin-bottom: 10rem;
  background-color: #e4f9f5;
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .about-area {
    padding: 2rem;
  }
}
.about-area .catch {
  font-size: 2.6rem;
  margin-bottom: 1em;
  color: #00ae8b;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .about-area .catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .about-area .catch {
    font-size: 5vw;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.about-area p:last-child {
  line-height: 2;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .about-area p:last-child {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .about-area p:last-child {
    font-size: 1.4rem;
  }
}

/*----------------------------------------------------
  取扱ラインナップ
----------------------------------------------------*/
.lineup-link figure:hover {
  opacity: 0.7;
}
.lineup-link figure:hover a {
  color: #00ae8b;
}
.lineup-link figure figcaption {
  margin-top: 0;
}
.lineup-link figure figcaption a {
  padding-top: 0.5em;
  display: block;
  text-decoration: none;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
}

.news-area {
  margin-bottom: 3rem;
}/*# sourceMappingURL=home.css.map */