#items .title01 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  #items .title01 {
    font-size: 40px;
  }
}

.special {
  margin: 0 0 40px;
}
.special .text {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .special {
    margin: 0 0 60px;
  }
  .special .text {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 2;
    text-align: center;
  }
}

.general {
  margin: 0 0 40px;
}
.general .list {
  margin: 0 0 40px;
}
.general .link-btn02 {
  width: 280px;
  margin: 0 auto;
}
.general .link-btn02 a {
  display: block;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  border-radius: 40px;
  border: solid 1px #3F3E3E;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .general {
    margin: 0 0 100px;
  }
  .general .link-btn02 {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
  .general .link-btn02 a {
    display: block;
    padding: 12px 0;
    text-align: center;
    font-size: 30px;
  }
}

.etc {
  margin: 0 0 40px;
}
.etc .caution {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .etc {
    margin: 0 0 100px;
  }
  .etc .caution {
    font-size: 20px;
  }
}

.soap {
  margin: 0 0 60px;
  padding: 64px 0;
  background: url(../img/items/bg-items01_sp.jpg) no-repeat 0 0;
  background-size: cover;
}
.soap .text {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
}
.soap .list {
  margin: 0 0 24px;
}
.soap .list .item .img {
  width: calc(100% - 40px);
  margin: 0 auto 12px;
}
.soap .btn-link01 a {
  padding: 12px 0;
  background: #967A4D;
  border-color: #967A4D;
}
.soap .btn-link01 a span {
  font-size: 16px;
}
.soap .btn-link01 a:hover span {
  color: #967A4D;
}
@media screen and (min-width: 768px) {
  .soap {
    margin: 0 0 100px;
    padding: 100px 0;
    background: url(../img/items/bg-items01_pc.jpg) no-repeat 0 0;
    background-size: cover;
  }
  .soap .text {
    margin: 0 0 40px;
    text-align: center;
    font-size: 20px;
    line-height: 2;
  }
  .soap .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 100px;
    margin: 0 0 40px;
  }
  .soap .list .item .img {
    width: 100%;
    margin: 0 0 20px;
  }
  .soap .list .item .name {
    margin: 0;
    text-align: left;
  }
  .soap .list .item .price {
    text-align: left;
  }
  .soap .btn-link01 a {
    width: 640px;
    padding: 12px 0;
  }
  .soap .btn-link01 a span {
    font-size: 30px;
  }
}/*# sourceMappingURL=items.css.map */