@charset "UTF-8";
/* CSS Document */
.description {
  max-width: 1440px;
  width: 100%;
  height: auto;
  background-image: url("../images/zakka/zakka-mizutama-left.png"), url("../images/zakka/zakka-mizutama-right.png");
  background-position: bottom 9rem left 0rem, bottom 29rem right 0rem;
  background-repeat: no-repeat;
  background-size: 17.361vw;
}
.description h1 {
  width: 76.923vw;
  max-width: 385px;
  margin: 0 auto;
}
.description h1 img {
  width: 76.923vw;
  max-width: 385px;
}
.zakka_title {
  font-family: 'Kaisei Decol';
  font-size: clamp(18px, 5vw, 32px);
  color: #47A581;
  width: 512px;
  line-height: 1.4;
  margin: 10rem auto;
  letter-spacing: -0.3306vw;
  text-align: center;
}
.z_title-gi {
  color: #E04F91;
}
.z_title-la {
  color: #008EE6;
}
.z_title-ri {
  color: #DAB305;
}
.zakka_lead-wrap {
  max-width: 1440px;
  height: auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10rem;
  justify-content: center;
}
.zakka_lead p {
  letter-spacing: 0.138vw;
  line-height: 1.6;
  font-size: clamp(14px, 4vw, 20px);
  text-align: left;
  padding-left: 6.8vw;
}
.zakka_insta-icon {
  padding-right: 1vw;
}
.zakka_insta-icon img {
  width: 150px;
}
.zakka-photo_grid {
  width: 49.653vw;
  margin: auto;
  display: grid;
  grid: repeat(4, 1fr) / repeat(4, 1fr);
  gap: 4.51388vw;
  justify-content: center;
}
.item img {
  width: 17.361vw;
}
.pink {
  color: #E04F91;
}
@media screen and (max-width: 640px) {
  .description {
    background-position: bottom 7rem left 0rem, bottom 7rem right 0rem;
    background-size: 27.6923vw;
  }
  .zakka_lead-wrap {
    display: inherit;
    padding-bottom: 5rem;
  }
  .zakka_title {
    width: 100vw;
    margin: 5rem auto;
  }
  .zakka_insta-icon {
    text-align: center;
    padding-top: 5rem;
  }
  .zakka_insta-icon img {
    width: 30%;
  }
  .zakka-photo_grid {
    display: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 87.4358vw;
    margin: 0 auto;
    gap: 2.4102vw;
  }
  .item img {
    width: 25.641vw;
  }
  .zakka_lead p {
    padding-right: 6.8vw;
  }
  .footer_logo img {
    padding-bottom: 1.3rem;
    width: 30.512vw;
  }
}