@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:606px}.page-title-holder .page-title picture{width:100%;height:85px}.page-title-holder .page-title-products{width:188px;margin-left:323px;top:109px}.ver19 .lineup-title.n1 .title-el{width:186px}.ver19 .lineup-title.n2 .title-el{width:299px}.ver19 .lineup-title.n3 .title-el{width:156px}.ver19 .product-list-holder.n1 .product-item.item-yogurt .product-pic,.ver19 .product-list-holder.n1 .product-item.item-cafe .product-pic{width:178px;margin-top:70px;margin-bottom:-95px}.ver19 .product-list-holder.n1 .product-item.item-yogurt-large .product-pic,.ver19 .product-list-holder.n1 .product-item.item-cafe-large .product-pic{width:199px;margin-top:40px}.ver19 .product-list-holder.n1 .product-item.item-yogurt-large .product-name,.ver19 .product-list-holder.n1 .product-item.item-cafe-large .product-name{margin-bottom:23px}.ver19 .product-list-holder.n1 .product-item.item-supplement .product-pic{width:216px;margin-top:135px}.ver19 .product-list-holder.n1 .product-item.item-supplement .product-name{margin-bottom:-16px}.ver19 .product-list-holder.n1 .product-item.item-shaker .product-pic{margin-top:90px}.ver19 .product-list-holder.n1 .product-item.item-shaker .product-name{margin-bottom:70px}.ver19 .product-list-holder.n2 .product-item.item-supplement-aen .product-name,.ver19 .product-list-holder.n2 .product-item.item-supplement-nokogiri .product-name,.ver19 .product-list-holder.n2 .product-item.item-supplement-hihatsu .product-name{margin-bottom:39px}}@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}.section-pagetop .page-title-holder{padding-top:6.25vw;background:url("../img/page-title-base-sp.jpg") center top no-repeat}.section-pagetop .page-title-holder .page-title img{width:59.0625vw;margin:0 auto}.section-pagetop .page-title-holder .page-title-products{width:30.625vw;margin-bottom:-9.375vw}.section-product-detail{margin-top:8.28125vw}.section-product-detail .section--inner{padding:0 4.6875vw}.section-product-detail .lineup-title.n1 .title-el{width:38.28125vw}.section-product-detail .lineup-title.n2 .title-el{width:58.90625vw}.section-product-detail .lineup-title.n3 .title-el{width:30.625vw}.section-product-detail .product-list-holder.n1 .item-yogurt .product-pic,.section-product-detail .product-list-holder.n1 .item-cafe .product-pic{margin-bottom:-11.71875vw}.section-product-detail .product-list-holder.n1 .item-yogurt-large .product-pic,.section-product-detail .product-list-holder.n1 .item-cafe-large .product-pic{width:31.09375vw}.section-product-detail .product-list-holder.n1 .item-supplement .product-pic{width:33.75vw;margin-top:13.28125vw}.section-product-detail .product-list-holder.n1 .item-supplement .product-name{letter-spacing:-0.04em}.section-product-detail .product-list-holder.n1 .item-shaker .product-pic{width:22.8125vw;margin-top:6.25vw}.section-product-detail .product-list-holder.n1 .item-shaker .product-name{letter-spacing:-0.04em}.section-product-detail .product-list-holder.n2 .item-supplement-gold .product-title,.section-product-detail .product-list-holder.n2 .item-supplement-multi .product-title{letter-spacing:-0.1em}.section-product-detail .product-list-holder.n2 .item-supplement-hihatsu .product-name{letter-spacing:-0.05em}.section-product-detail .product-list-holder.n3{margin:0;padding-bottom:18.75vw}}
/* 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;
  }
  }