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

.section-top {
  margin-bottom: 40px;
}
.section-top__text {
  padding-top: 240px;
    font-size: 4.8rem;
  color: #fff;
}
.section-top h2 {
  background-color: rgba(115, 116, 117, 0.7);
  max-width: 500px;
  padding: 36px;
  margin: 0 auto;
}
@media(max-width:960px) {
  .section-top__text {
    font-size: 3.6rem;
    padding-top: 170px;
  }
  .section-top h2 {
    max-width: 250px;
  }
}


.section-comment h4 {
  font-size: 2.8rem;
  line-height: 4.5rem;
  padding-bottom: 45px;
}
@media(max-width:960px) {
  .section-comment h4 {
    font-size: 2.0rem;
  }
}

.section-shop ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
}
.section-shop li {
  margin: 0 auto;
}
.section-shop li:first-child {
  padding: 0;
}
.section-shop li:nth-child(4) {
  padding: 0;
}
.section-shop h4 {
  font-size: 2.4rem;
  padding: 12px 0;
}
.section-shop p {
  font-size: 1.8rem;
  line-height: 3.6rem;
  padding-bottom: 12px;
}
.section-shop__button p{
  font-size: 2.0rem;
  color: #dcd6d0;
  background-color: #878a8d;
  padding: 10px 10px;
  width: 160px;
  margin: 0 auto 60px;
}

@media(max-width:960px) {
  .section-shop h4 {
    font-size: 1.8rem;
  }
  .section-shop p {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
  .section-shop__button p{
    font-size: 1.6rem;
    padding: 10px 26px;
    width: 100px;
    margin: 0 auto 40px;
  }
  .section-shop {
    padding-bottom: 65px;
  }
}

.section-partnership {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 90px;
}
.section-partnership h6 {
  font-size: 2.4rem;
  padding: 40px 40px 0 0 ;
}
@media(max-width:960px) {
  .section-partnership {
  padding-bottom: 100px;
  }
  .section-partnership h6 {
    font-size: 1.6rem;
    padding: 30px 20px 0 0 ;
  }
  .section-partnership img {
    max-width: 140px;
  }
}