@charset "UTF-8";
/* CSS Document */

.section-top__img {
  height: 100%;
  object-fit: cover;
}

.section-top__lead {
  width: 80%;
  margin: auto;
  margin-top: 100px;
}

.section-top__lead h2 {
  font-weight: 600;
  line-height: initial;
  font-size: 30px;
}

.section-top__lead_top-txt {
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: 400;
}

.section-top__lead_bottom-txt {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 2.0;
  font-weight: 400;
}

.section-nav {
  color: #fff;
  font-weight: 600;
  width:100%;
  margin-bottom: 100px;
}
.section-nav ul li {
  position: relative;
  margin-bottom: 30px;
}
.section-nav img {
  width:100%;
  filter: brightness(0.85);
}
.section-nav p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.4rem;
  color: #fff;
}


@media(min-width:768px) {
  .section-top__lead h2 {
    margin-bottom: 20px;
    }

  .section-nav {
    position: relative;
  }
  .section-nav__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1220px;
    margin: 0 auto;
  }
  .section-nav ul li.farst-li {
    width: 1220px;
    max-width: 100%;
  }
  .section-nav ul li {
    position: relative;
    width: 30%;
    margin-bottom: 110px;
}
}


.footer_nav ul {
  display: flex;
  justify-content: space-between;
  padding: 40px 25px 60px;
}

.footer_info {
  text-align: left;
  line-height: 25px;
  margin-left: 50px;
  padding: 0px 50px 30px 0px;
}
.footer_info span {
  display: block;
}

.footer_shop-title {
  font-size: 2.0rem;
}

.footer_shop-address {
  font-size: 14px;
  font-weight: 400;
}

@media(min-width:768px) {
  .section-ig h3 {
    font-size: 3.6rem;
  }
  .footer_nav ul {
    width: 420px;
    margin-left: auto;
  }
  .footer_shop-title {
    font-size: 2.5rem;
  }
}

@media(max-width:768px) {
  .section-top__lead {
    width: 90%;
  }

  .section-top__lead_top-txt {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
