@media all and (min-width: 641px){.page-title-holder{background:url("../img/page-title-base.jpg") center top no-repeat}.page-title-holder .page-title{width:449px}.page-title-holder .page-title-products{width:204px;margin-left:289px;top:69px}.ver19 .lineup-title.n1 .title-el{width:185px}.ver19 .product-list-holder.n2 .product-item.item-growth-shot .product-pic{margin-top:45px}.ver19 .product-list-holder.n2 .product-item.item-gel .product-name{margin-bottom:-3px}.ver19 .product-list-holder.n2 .product-item.item-gel .product-pic{margin-top:94px}}@media screen and (max-width: 640px){.icon-target{position:absolute;right:4.6875vw;width:3.28125vw !important;height:3.28125vw !important}.btn-default .text{line-height:1;text-align:center;letter-spacing:0;font-size:2.4rem}.page-title-holder{padding-top:9.375vw;background:url("../img/page-title-base-sp.jpg") center top no-repeat}.page-title-holder .page-title{width:77.8125vw;margin:0 auto}.page-title-holder .page-title-products{width:34.21875vw;margin-bottom:-9.375vw !important}.section-product-detail{margin-top:8.28125vw}.section-product-detail .lineup-title.n1 .title-el{width:38.28125vw}.section-product-detail .lineup-title.n2 .title-el{width:81.71875vw}.section-product-detail .product-list-holder.n1{margin-bottom:0}.section-product-detail .product-list-holder.n2{margin-bottom:0;padding-bottom:18.75vw}.section-product-detail .product-list-holder.n2 .item-gel .product-pic{margin-top:12.5vw}.section-product-detail .product-list-holder.n2 .item-spray .product-pic{margin-top:6.25vw}.section-product-detail .product-list-holder.n2 .item-growth-shot .product-title{letter-spacing:-0.1em}.section-product-detail .product-list-holder.n2 .item-growth-shot .btn-holder{margin-top:10vw}}


body.ver19 .section-product-detail .product-list.product-list-styling {
  padding: 0 10%;
}
body.ver19 .section-product-detail .product-list .product-item.item-gel.item-gel-single .product-name {
  margin-bottom: 51px;
}

#wrap .page-title-holder .page-title-products {
  width: 295px;
  margin-left: 260px;
}

@media screen and (max-width: 640px) {

  #wrap .page-title-holder .page-title-products {
    width: 59vw;
    margin: 0 auto;
  }
  body.ver19 .section-product-detail .product-list .product-item.item-gel.item-gel-single .product-name {
    margin-bottom: 0px;
  }
  body.ver19 .section-product-detail .product-list.product-list-styling .product-item.item-gel {
    padding-top: 0;
  }
  body.ver19 .product-item.item-gel {
    margin-left: auto;
    margin-right: auto;
  }
  body.ver19 .section-product-detail .product-list.product-list-styling {
    padding: 0;
  }
  body.ver19 .product-list-holder.n1:first-of-type .product-list {
    justify-content: space-between;
  }
  body.ver19 .product-item.item-gel.item-gel-top {
    width: 100%;
  }
  body.ver19 .product-item.item-gel.item-gel-single {
    width: 40.625vw;
    margin-left: 0;
    margin-right: 0;
  }

}

/* 20240719追加 */
.sb-voice{
  padding: 90px 0 120px;
  color: rgb(110, 110, 110);
  font-family: "Noto Serif JP", serif;
}
.selection-title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
}
.selection-desc{
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
}
body .selection-title img {
  width: 34px;
  margin-top: 2px;
  margin-right: 5px;
}
.selection-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.selection-content {
  width: 20%;
}
.selection-content{
  padding: 5px;
}
.selection-content-inner {
  display: flex;
  flex-direction: column;
}
.selection-content__img{
  height: 288px;
}
.selection-content__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selection-content__info {
  height: 100px;
  overflow: hidden;
}
.selection-content__info{
  position: relative;
}
.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%;
}

.selection-content__info-name{
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}

.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;
}

@media screen and (max-width: 640px) {
.sb-voice{
    padding-top: 50px;
}
.selection-title span {
  font-size: 28px;
}
.selection-content{
  width: 60%;
  margin-bottom: 50px;
}
.selection-content__info{
  height: 130px;
}
.selection-content__info-name {
  margin: 10px 0;
  font-size: 20px;
  padding-left: 30px;
}
.selection-content__img{
  height: auto;
}
.selection-desc,.selection-content__info-caption,.selection-content__info{
  font-size: 18px;
}
.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;
}
}