@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: 493px
  }
  .page-title-holder .page-title-products {
    width: 201px;
    margin-left: 285px;
    top: 78px
  }
  .ver19 .lineup-title.n1 .title-el {
    width: 188px
  }
  .ver19 .lineup-title.n2 .title-el {
    width: 420px
  }
  .ver19 .lineup-title.n3 .title-el ,
  .ver19 .lineup-title.n5 .title-el{
    width: 396px
  }
  .ver19 .lineup-title.n4 .title-el {
    width: 564px
  }
  .section-product-detail .product-list .product-title .note {
    display: block;
    font-size: 14px;
    margin: 10px auto
  }
  .section-product-detail .product-list-holder.n1 .product-item:nth-child(5) .product-sale-name,
  .section-product-detail .product-list-holder.n1 .product-item:nth-child(6) .product-sale-name {

  }
  .section-product-detail .product-list-holder.n5 .product-item:nth-child(1) .product-sale-name{
    margin-top:5px
  }
  .section-product-detail .product-list-holder.n5 .product-item:nth-child(2) .product-sale-name,
  .section-product-detail .product-list-holder.n5 .product-item:nth-child(3) .product-sale-name {
    margin-top: 34px
  }
}
@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 {
    height: 63.125vw;
    background: url("../img/page-title-base-sp.jpg") center top no-repeat;
    position: relative;
    text-align: center;
    padding-top: 9.375vw
  }
  .page-title-holder .page-title {
    width: 77.8125vw;
    margin: 0 auto
  }
  .page-title-holder .page-title-text {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    margin-top: 3.125vw
  }
  .page-title-holder .page-title-products {
    width: 34.21875vw;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -8.28125vw
  }
  .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 .lineup-title.n3 .title-el,
  .section-product-detail .lineup-title.n5 .title-el{
    width: 78.4375vw
  }
  .section-product-detail .lineup-title.n4 .title-el {
    width: 59.53125vw
  }
  .section-product-detail .product-list-holder.n1 .scalp-pack .product-title {
    letter-spacing: -0.08em
  }
  .section-product-detail .product-list-holder.n1 .product-item:nth-child(3) .product-sale-name {
    margin-top: 8.4375vw
  }
  .section-product-detail .product-list-holder.n1 .product-item:nth-child(4) .product-note {
    letter-spacing: -0.05em
  }
  .section-product-detail .product-list-holder.n3 .product-title {
    letter-spacing: -0.053em
  }
  .section-product-detail .product-list-holder.n3 .product-title .f-space {
    letter-spacing: -0.1em
  }
  .section-product-detail .product-list-holder.n4 {
    margin-bottom: 0;
    padding-bottom: 18.75vw
  }
  .section-product-detail .product-list .product-item.scalp-dignity .t-space {
    letter-spacing: -0.143em
  }
  .section-product-detail .product-list .product-item.scalp-dignity .product-sale-name {
    margin-top: 7.34375vw
  }
}

/**/
.vafix{display:none;}
@media screen and (max-width: 640px) {
	.vafix{display: inherit;}
}
	
/* 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;
}
}