
/* 20240719追加 */
.lp-content .sb-voice{
  padding: 90px 0 120px;
  color: rgb(110, 110, 110);
  font-family: "Noto Serif JP", serif;
}
.lp-content .selection-title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
}
.lp-content .selection-desc{
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
}
.lp-content .selection-title img {
  display: inline-block;
  width: 34px;
  margin-top: 2px;
  margin-right: 5px;
}
.lp-content .selection-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lp-content .selection-content {
  width: 20%;
}
.lp-content .selection-content{
  padding: 5px;
}
.lp-content .selection-content-inner {
  display: flex;
  flex-direction: column;
}
.lp-content .selection-content__img{
  height: 288px;
}
.lp-content .selection-content__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-content .selection-content__info {
  height: 100px;
  overflow: hidden;
}
.lp-content .selection-content__info{
  position: relative;
}
.lp-content .selection-content__info::after {
  background: -webkit-linear-gradient(top, hsla(0, 0%, 96%, 0), #fff);
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}

.lp-content .selection-content__info-name{
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}

.lp-content .selection-content__info-name::before{
background-image: url(../img/instagram_logo_90.png);
background-repeat: no-repeat;
background-size: cover;
content: " ";
height: 15px;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 15px;
}
.lp-content .supplement {
  font-size: 16px;
  padding: 0 9.72vw;
  margin-top: 20px;
  text-align: left;
}

@media screen and (max-width: 640px) {
.lp-content .sb-voice{
    padding-top: 50px;
}
.lp-content .selection-title span {
  font-size: 28px;
}
.lp-content .selection-content{
  width: 60%;
  margin-bottom: 50px;
}
.lp-content .selection-content__info{
  height: 130px;
}
.lp-content .selection-content__info-name {
  margin: 10px 0;
  font-size: 20px;
  padding-left: 30px;
}
.lp-content .selection-content__img{
  height: auto;
}
.lp-content .selection-desc,.lp-content .selection-content__info-caption,.lp-content .selection-content__info{
  font-size: 18px;
}
.lp-content .selection-content__info-name::before{
  background-image: url(../img/instagram_logo_90.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.lp-content .supplement {
  padding: 0 20%;
  font-size: 18px;
}

}