@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:609px}.page-title-holder .page-title picture{width:100%;height:38px}.page-title-holder .page-title-products{width:155px;margin-left:337px;top:74px}.ver19 .product-title{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ver19 .lineup-title.n1 .title-el{width:523px}.ver19 .lineup-title.n2 .title-el{width:538px}}@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 img{width:68.125vw;margin:0 auto}.page-title-holder .page-title-products{width:25.3125vw;margin-bottom:-9.375vw}.page-title-holder .page-title-text{margin-top:1.5625vw}.section-product-detail .section--inner{padding:0 4.6875vw}.section-product-detail .lineup-title.n1 .title-el,.section-product-detail .lineup-title.n2 .title-el{width:62.5vw}.section-product-detail .product-list-holder.n1 .product-pic{margin-top:6.25vw}.section-product-detail .product-list-holder.n1 .scalp-jet .product-title{letter-spacing:-0.1em}.section-product-detail .product-list-holder.n1 .scalp-jet .product-pic{margin-top:10.15625vw;margin-bottom:-7.8125vw}.section-product-detail .product-list-holder.n2{margin-bottom:0;padding-bottom:18.75vw}.section-product-detail .product-list-holder.n2 .product-pic{margin-top:6.25vw}}

/* 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;
  }
  }
