.defalutFontStyle {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}
.icon_fb:before {
  color: #ddd;
  content: "";
  font-family: Font Awesome\5 Brands;
}
.icon_fb.active:before {
  color: #555;
}
.icon_tw:before {
  color: #ddd;
  content: "";
  font-family: Font Awesome\5 Brands;
}
.icon_tw.active:before {
  color: #555;
}
.icon_insta:before {
  color: #ddd;
  content: "";
  font-family: Font Awesome\5 Brands;
}
.icon_insta.active:before {
  color: #555;
}
.icon_pin:before {
  color: #ddd;
  content: "";
  font-family: Font Awesome\5 Brands;
}
.icon_pin.active:before {
  color: #555;
}
.icon_tel:before {
  color: #ddd;
  content: "";
  font-family: Font Awesome\5 Brands;
}
.icon_tel.active:before {
  color: #555;
}
body {
  font-family:
    Helvetica Neue,
    Helvetica,
    Hiragino Sans,
    Hiragino Kaku Gothic ProN,
    Arial,
    Yu Gothic,
    Meiryo,
    sans-serif;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.aspectFix {
  position: relative;
  width: 100%;
}
.aspectFix:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.aspectFix > :first-child {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.alinkText {
  color: #a78000;
  cursor: pointer;
  text-decoration: underline;
}
.alinkText:hover {
  color: #b88d00;
}
.flex-container {
  display: flex;
}
.hidden {
  display: none !important;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
#fs_Top .fs-l-main {
  max-width: 100%;
}
#fs_Top .m2-home-hero {
  position: relative;
  width: auto;
}
@media screen and (max-width: 767px) {
  #fs_Top .m2-home-hero {
    margin-top: -50px;
  }
}
#fs_Top .m2-home-hero:after {
  bottom: 100%;
  bottom: auto;
  content: "";
  display: block;
  height: 110px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #fs_Top .m2-home-hero:after {
    background: linear-gradient(
      180deg,
      var(--m2-color-maincolor) 0,
      var(--m2-color-maincolor) 75%,
      transparent 100%
    );
    height: 200px;
    transform: translateY(calc(var(--body-padding) * -1));
  }
}
@media screen and (min-width: 768px) {
  #fs_Top .m2-home-hero:after {
    background: linear-gradient(
      180deg,
      var(--m2-color-maincolor) 0,
      var(--m2-color-maincolor) 70%,
      transparent 100%
    );
    transform: translateY(calc(var(--body-padding) * -1));
  }
}
#fs_Top .m2-home-hero img,
#fs_Top .m2-home-hero picture {
  width: 100%;
}
#fs_Top .m2-home-hero .swiper-slide {
  background: #ccc;
}
#fs_Top .m2-home-hero .swiper-pagination {
  padding: 0 1rem;
  text-align: right;
  top: 100%;
}
#fs_Top .m2-home-hero .swiper-pagination-bullet {
  background: #696664;
}
#fs_Top .m2-home-hero .swiper-pagination-bullet-active {
  background: #240e03;
}
@media screen and (max-width: 767px) {
  #fs_Top .home-wrapper {
    flex: 1 0 100%;
    padding: 6rem 0;
  }
}
@media screen and (min-width: 768px) {
  #fs_Top .home-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 6rem 0 10rem;
  }
}
#fs_Top .home-wrapper--information {
  background-color: #f3f0ef;
}
#fs_Top .home-wrapper--brand {
  background-color: #faf9f9;
}
#fs_Top .home-wrapper--category {
  background-color: #f3f0ef;
}
#fs_Top .home-wrapper--news {
  padding-bottom: 0;
}
#fs_Top .home-news {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 2rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  #fs_Top .home-information {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#fs_Top .home-brand {
  padding-left: 10px;
  padding-right: 10px;
}

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