body {
  color: #444444;
  letter-spacing: 1.5px;
}
/* header */
.header__title {
  align-items: flex-end;
  max-width: 1200px;
  margin-top: 24px;
  width: clamp(500px, 60vw, 1200px);
}

/* lead */

.lead__img {
  margin-bottom: 50px;
}

.lead__text {
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 2px;
  max-width: 680px;
  margin: auto;
}

/* howto */
.howto {
  margin: 80px auto 0;
}

.howto__title {
  width: 300px;
  margin-bottom: 16px;
}

.howto__box {
  background: #fcf8f1;
  padding: 24px;
  border: 1px solid #f9eddb;
  border-radius: 6px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 32px;
}

.howto__qr {
  width: 120px;
}

.howto__subtitle {
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.howto__subtitle--pc {
  display: block;
}

.howto__subtitle--sp {
  display: none;
}

/* items */
.items {
  margin: 80px auto 200px;
}

.items__title {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 128px auto 64px;
}

.items__leaf-title {
  display: block;
  width: 210px;
  margin: 0 auto 24px;
}

.items__tb-title {
  display: block;
  width: 300px;
  margin: 0 auto 24px;
}

.item__each {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  text-align: center;
  margin-bottom: 32px;
}

.item__name {
  font-size: 1.2rem;
  text-align: start;
}

.item__price {
  color: #f296a5;
  font-weight: bold;
  margin-top: 8px;
}

/* swiper */
* {
  /* swiper navigation adjust */
  --swiper-navigation-size: 44px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 16px;
  --swiper-navigation-color: #ccc;
}

.swiper-leaf,
.swiper-tb {
  width: 100%;
  max-width: 800px;
  height: fit-content;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 22px;
}

.item__slider {
  position: relative;
  margin: 32px 0;
}

.more-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}

/* smartphone */
@media (max-width: 640px) {
  /* main visual */
  .header__bg {
    width: 100%;
  }

  .header__title {
    width: 70%;
    margin-top: 12px;
    top: 0;
  }

  .header__title-main {
    width: clamp(180px, 40vw, 500px);
  }

  /* intro */
  .lead__img {
    position: static;
    width: 80%;
    min-width: 200px;
    margin-bottom: 32px;
  }

  .lead__text {
    letter-spacing: 1px;
  }

  /* howto */
  .howto {
    margin-top: 40px;
  }

  .howto__title {
    max-width: 230px;
  }

  .howto__box {
    display: block;
  }

  .howto_qr-wrap {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
  }

  .howto__qr {
    width: 80px;
  }

  .howto__subtitle {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .howto__subtitle--pc {
    display: none;
  }

  .howto__subtitle--sp {
    display: block;
  }

  .howto__text {
    font-size: 0.9rem;
  }

  /* items */
  .items {
    margin-bottom: 60px;
  }

  .items__title {
    margin: 60px auto 32px;
    width: 90%;
  }

  .items__leaf-title {
    width: 140px;
  }

  .items__tb-title {
    width: 200px;
  }

  .swiper {
    width: 92%;
  }

  * {
    /* swiper navigation adjust */
    --swiper-navigation-size: 20px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: -10px;
    --swiper-navigation-color: #ccc;
  }

  .swiper-button-next img,
  .wsiper-button-prev img,
  g {
    width: 16px;
    height: auto;
  }

  .item__name {
    font-size: 0.8rem;
  }

  .item__price {
    font-size: 0.7rem;
  }

  .more-items {
    flex-direction: column;
    gap: 16px;
    width: 80%;
    margin: auto;
    position: relative;
    left: 1%;
  }
}
