@charset "utf-8";
/* CSS Document bs__products */

html , #bs {
  position: relative;
}
#bs .bs__serif {
  font-family: serif;
  font-weight: 500;
  font-size: 1.1em;
}
#bs .container {
  margin-bottom: 20%;
}
#bs #bs__products {
  box-sizing: border-box;
  margin: 2em auto 0;
  border-bottom: 1px solid var(--bs-border);
}
#bs p {
  font-weight: 300;
  line-height: 1.64em;
  letter-spacing: 0.08em;
  margin: 0 auto;
}

/*------------------------------------*/
#bs #bs_products__title {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto;
}
#bs .bs_products__titlebox {
  display: block;
  border-bottom: 1px solid var(--bs-border);
}
#bs .bs_products__titleimage {
  display: block;
  position: relative;
  z-index: 2;
}
#bs_products__title .bs_products__titleimageitem {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
#bs_products__title img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bs .bs_products__titlecontent {
  box-sizing: border-box;
  border-top: 1px solid var(--bs-border);
  border-right: 1px solid var(--bs-border);
  width: 90%;
  background: #fff;
  margin: -23.5% auto 0 0;
  position: relative;
  z-index: 3;
}
#bs .bs_products__bartitle {
  box-sizing: border-box;
  border-left: .6em solid #822632;
}
#bs .bs_products__bartitle p {
  box-sizing: border-box;
  border-bottom: 1px solid var(--bs-border);
  display: block;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 4.66% 7%;
}

  #bs .bs_products--sb .bs_products__bartitle p {
    font-feature-settings: 'palt' 1;
  }  
#bs .bs_products__bartitle h1 {
  box-sizing: border-box;
  border-bottom: 1px solid var(--bs-border);
  display: block;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.5em;
  padding: 4.66% 7%;
}
#bs .bs_products__bartitle h1 span {
  display: block;
  font-size: .42em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05;
}
#bs .bs_products__bartitle h1 span.pcitem {
  display: none;
}
#bs .bs_products__titletext {
  box-sizing: border-box;
  display: block;
  line-height: 1.5em;
  padding: 2.66% 7%;
  font-size: .88em;
}
#bs .bs_products__titletext + .bs_products__titletext {
  border-top: 1px solid var(--bs-border);  
}
#bs .bs_products__titletext p {
  display: block;
  box-sizing: border-box;
  padding: 2.66% 0;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  line-height: 2em;
}
#bs .bs_products__titletext .bs_products__titletext--att {
  font-size: .8em;
}

/*------------------------------------*/
#bs .bs_productlist__btn {
  border: none;
}
#bs .bs_productlist__btn--att {
  font-size: .7em;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 1.5em;
  color: #595959;
}
#bs .bs_productlist__btn.bs_productlist__btn--white {
  padding-top: 0;
  margin-bottom: 0;
}
#bs .bs_productlist__btn.bs_productlist__btn--white:before {
  content: "";
  display: block;
  width: 100%;
  height: 2em;
  border-left: 1px solid var(--bs-border);
  box-sizing: border-box;
}
#bs .bs_productlist__btn.bs_productlist__btn--white:after {
  content: "";
  display: block;
  width: 100%;
  height: 4em;
  border-right: 1px solid var(--bs-border);
  box-sizing: border-box;
}
#bs .bs_productlist__btn--white a {
  border: 2px solid;
}
#bs .bs_productlist__btn--white a .bs__boxbtn__text {
  padding: .75em 0;
}
#bs .bs_productlist__btn--white .bs__boxbtn__text img{
  height: 2em;
}
#bs .bs__boxbtn--white .bs__boxbtn__image {
  width: 5em;
  position: relative;
  margin: -2px;
}
#bs .bs__boxbtn--white .bs__boxbtn__image img {
  width: 100%;
}
/*------------------------------------*/
#bs .bs_products__offer {
  background: #EDEAE4;
  padding: 0 0 10%;
  margin: 0 auto;
}
#bs .bs_products__offerarea {
  
}
#bs .bs_products__name {
  box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--bs-border);
  border-bottom: 1px solid var(--bs-border);
}
#bs .bs_products__nameimg {
  display: block;
  border-right: 1px solid var(--bs-border);
  box-sizing: border-box;
  padding: 0;
  width: 34%;
  padding: 0;
}
#bs .bs_products--hunt .bs_products__nameimg {
  padding: 4.66% 2.66% 2.66%;
}
#bs .bs_products--fl .bs_products__nameimg {
  padding: 4.66% 2.66% 2.66%;
}
#bs .bs_products--sb .bs_products__nameimg {
  padding: 4.66% 2.66% 2.66%;
}
#bs .bs_products__namebox {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-direction: column;
  height: auto;
}
#bs .bs_products__nametext {
  margin: 0;
  box-sizing: border-box;
  padding: 4.66% 4.66% 4.66% 11%;
  width: 100%;
}
#bs .bs_products__nametext + .bs_products__nametext {
  border-top: 1px solid var(--bs-border);
}
#bs .bs_products__nametext h2 {
  font-weight: 700;
  font-size: 1.2em;  
  text-align: left;
  margin: 0;
}
#bs .bs_products__nametext h2 span {
  font-size: .5em;
  display: block;
  line-height: 1em;
}
#bs .bs_products__nametext--01 {
  font-size: .82em;
  font-weight: 400;
  line-height: 1.75em;
  margin-bottom: .5em;
}
#bs .bs_products__nametext--02 {
  font-size: .76em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75em;
}



/*------------------------------------*/
#bs .bs__products__offer__box2 {
  box-sizing: border-box;
  border-left: 1px solid var(--bs-border);
  padding: 0;
  display: block;
  width: 90%;
  margin: 0 0 0 auto;
}
#bs .bs__products__offer__box2__inner {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0%;
  display: block;
  position: relative;
  width: 100%;
}
#bs .bs__products__dl dt {
  border-bottom: 1px solid var(--bs-border);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5em;
  text-align: left;
  margin: 0;
  padding: 4.66% 7%;
}
#bs .bs__products__dl--teiki dt {
  color: #000000;
  border-left: .6em solid #822632;
}
#bs .bs__products__dl--tanpin dt {
  color: #000000;
  border-top: 1px solid  var(--bs-border);
  border-left: .6em solid #595959;
}
#bs .bs__products__dl dd {
  box-sizing: border-box;
  display: block;
  padding: 9.5%;
  margin: 0;
}
#bs .bs__products__dl dd p{
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.15em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

  #bs .bs__products__dl--tanpin dd p {
    word-break: keep-all;
    text-align: left;
    white-space: nowrap;
  }
#bs .bs__products__dl .bs__products__price {
  font-size: 1.8em;
  font-family: serif;
  font-weight: 700;
}
#bs .bs__products__dl--teiki .bs__products__price {
  color: #871e2c;
  font-family: serif;
  font-weight: 700;
  font-size: 2.4em;
  margin-top: .2em;
  display: inline-block;
}

#bs .bs__yen {
  font-size: 1em;
  font-weight: 500;
  position: relative;
  padding-top: 0.7em;
}
#bs .bs__tax {
  font-size: .6em;
  font-weight: 300;
  display: inline-block;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0;
  padding: 0 .1em;
  color: #202020;
}
#bs .bs__yen .bs__tax {
  font-size: .6em;
  position: absolute;
  top: .25em;
  left: 0;
  line-height: 1.3em;
  width: 5em;
  padding: 0;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0;
  text-align: left;
}
#bs .bs__delv {
  font-size: 0.7em;
}
#bs .bs__products__att {
  text-align: left;
  font-size: .64em;
  box-sizing: border-box;
  padding: 2.66% 9.5%;
}
#bs .bs__products__att a {
  text-decoration: underline;
}

#bs .bs__products__offer__box2--att {
  text-align: left;
  font-size: .68em;
  font-weight: 300;
  line-height: 1.8em;
}
#bs .bs__products__offer__box2--att p {
  text-indent: -1em;
  padding-left: 1em;
}
#bs .bs__products__offer__box2__inner .bs__products__req__box--red {
  width: 100%;
  margin: 1em auto;
}

#bs .bs__products__offer__box2__inner .bs__products__req__box--red p {
  text-align: right;
  font-size: .7em;
  color: #202020;
}
/*------------------------------------*/
#bs .bs_thxoffer__box {
  border-top: 1px solid var(--bs-border);;
  border-bottom: 1px solid var(--bs-border);;
  box-sizing: border-box;
  display: block;
}
#bs .bs_thxoffer__box + .bs_thxoffer__box {
  margin-top: 5em;
}
#bs .bs_thxoffer__box dl {
  width: 80%;
  border-left: 1px solid var(--bs-border);;
  border-right: 1px solid var(--bs-border);;
}
#bs .bs_thxoffer__box dt {
  box-sizing: border-box;
  text-align: center;
  padding: 2.66% 8%;
  font-size: 1.08em;
  font-weight: 600;
  border-bottom: 1px solid var(--bs-border);;
}
#bs .bs_thxoffer__box dd {
  box-sizing: border-box;
  padding: 2.66% 8% 4%;
}

#bs .bs_thxoffer__box dd p {
  font-size: 0.88em;
  line-height: 1.95em;
}
#bs .bs_thxoffer__box dd p.bs_thxoffer--att {
  font-size: .7em;
}
#bs .bs_thxoffer__box .bs_thxoffer--tex {
  box-sizing: border-box;
  background-image: url(phtuner/img/detail_ph_text.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-bottom: 25%;
}
#bs .bs_thxoffer__box .bs_thxoffer--tex li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: .92em;
}
#bs .bs_thxoffer__box .bs_thxoffer--tex li:before {
  content: "・";
}
#bs .bs_products--hunt .bs_thxoffer__box .bs_thxoffer--tex {
  background-image: url(melanohunt/img/detail_hunt_text.png);
  -webkit-background-size: 60% auto;
  background-size: 60% auto;
  background-position: 100% 95%;
  padding-bottom: 30%;
}
#bs .bs_products--fl .bs_thxoffer__box .bs_thxoffer--tex {
  background-image: url(melanoflash/img/detail_fl_text.png);
  -webkit-background-size: 70% auto;
  background-size: 70% auto;
  background-position: 100% 95%;
  padding-bottom: 30%;
}
#bs .bs_products--sb .bs_thxoffer__box .bs_thxoffer--tex {
  background-image: url(skinbouncer/img/detail_sb_text.png);
  -webkit-background-size: 75% auto;
  background-size: 75% auto;
  background-position: 100% 95%;
  padding-bottom: 30%;
}


/*------------------------------------*/

#bs .bs__monitor {
  background: rgba(237,227,226,0.2);
  border-top: 1px solid var(--bs-border);
  position: relative;
  margin: 12% auto;
  padding-bottom: 8%;
  border-bottom: 1px solid var(--bs-border);
}
#bs .bs__monitor__area {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#bs .bs__monitor__title {
  border-bottom: 1px solid var(--bs-border);
  box-sizing: border-box;
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.75em;
  padding: 4.66% 0;
}
#bs .bs__monitor__title span {
  color: #871e2c;
  font-weight: 700;
}
#bs .bs__monitor__caption {
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  padding: 2.66%;
  border-bottom: 1px solid var(--bs-border);
}
#bs .bs__monitor__caption span {
  display: block;
  font-size: .9em;
  letter-spacing: .1em;
}
#bs .bs__monitor__graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  margin: 2em auto 0.5em;
  width: 92%;
  
}
#bs .bs__monitor__graph li {
  position: relative;
  display: block;
  width: 46%;
}
#bs .bs__monitor__graph .bs__monitor__graph--spacer{
  width: 20%;
}
#bs .bs__monitor__graph li:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
#bs .bs__graph {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#bs .bs__monitor__graph .bs__monitor__graph__txt {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  position: absolute;
  top: 0.9em;
  left: 0.9em;
  width: calc(100% - 1.8em);
  height: calc(100% - 1.8em);
  text-align: center;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.2em;
  z-index: 2;
}
#bs .bs__monitor__graph__txt p {
  line-height: 1.75em;
  font-weight: 400;
  font-size: .92em;
  font-feature-settings: 'palt' 1;
}
#bs .bs__monitor__graph .bs__monitor__graph__txt--score {
  color: #595959;
  font-size: 1.2em;
  margin-top: .5em;
  letter-spacing: 0;
}
#bs .bs__monitor__graph .bs__monitor__graph__txt--score span {
  font-size: 2.8em;
  font-weight: 500;
  color: #822632;
}
#bs .bs__monitor__graph__att {
  text-align: right;
  font-size: 0.72em;
  width: 80%;
  margin: 0 auto;
  line-height: 1.8em;
}

#bs .bs__monitor__more {
  text-align: center;
  width: 80%;
  margin: 2em auto 0;
  border-top: 1px solid var(--bs-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding-top: 6.66%;
}
#bs .bs__monitor__moreitem {
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 1.5em;
}
#bs .bs__monitor__moreitem .bs__monitor__graph__txt {
  top: 0.7em;
  left: 0.7em;
  width: calc(100% - 1.4em);
  height: calc(100% - 1.4em);
}
#bs .bs__monitor__moreitem p {
  font-size: 0.88em;
  font-weight: 500;
  margin-bottom: .5em;
}
#bs .bs__monitor__moreitem .bs__monitor__graph {
  margin-top: 0;
}
#bs .bs__monitor__moreitem .bs__monitor__graph li {
  width: 60%;
}
#bs .bs__monitor__moreitem .bs__monitor__graph .bs__monitor__graph__txt--score {
  font-size: .8em;
}

#bs .bs__monitor__more .bs__monitor__graph__att {
  text-align: left;
  margin: 0 ;
  width: 100%;
}
#bs .bs__monitor__more__txt {
  border-bottom: 1px solid #871e2c;
  font-size: 0.85em;
  line-height: 2em;
  margin: 1.5em auto;
}
#bs .bs__monitor__more--type {
  color: #871e2c;
  font-size: 1.8em;
  font-family: 'Amiri','Noto Serif JP', serif;
  font-weight: 400;
}
#bs .bs__monitor__more--score {
  color: #871e2c;
  font-size: 1.8em;
  font-family: 'Amiri','Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0;
}
#bs .bs__monitor__more--score span {
  font-size: 2em;
}
/*------------------------------------*/

#bs .bs__products__fea {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0;
  display: block;
  position: relative;
  width: 100%;
}
#bs .bs__products__fea__title {
  text-align: center;
  color: #871e2c;
  font-weight: 500;
  font-size: 1.78em;
  line-height: 1.36em;
  margin: 0.6em auto;
}
#bs .bs__products__fea__area {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2em 2em;
  
}
#bs .bs__products__fea__label {
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin-left: -2em;
  position: relative;
  padding: .3em 1em .4em 2em;
}
#bs .bs__products__fea__label {
  font-size: 1.5em;
}
#bs .bs__products__fea__subtitle {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.36em;
  letter-spacing: 0.1em;
  margin: .5em auto 1em;
}
#bs .bs__products__fea__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#bs .bs__products__fea__box__img {
  display: block;
  margin: 0 auto 1em;
  width: 100%;
}
#bs .bs__products__fea p {
  line-height: 1.64em;
}
#bs .bs__products__fea__box__txt--test {
  width: 100%;
}
#bs .bs__products__fea__box__txt--bnr {
  margin: 1em auto 0;
  width: 100%;
  display: block;
}
#bs .bs__products__fea__box__txt--bnr li {
  background-color: #a3888c;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 0.8em auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 1em;
}
#bs .bs__products__fea__box__txt--bnr + .bs__products__fea__box__txt--att {
  margin-bottom: 2em;
  font-size: .76em;
  text-align: left;
}
#bs .bs__products__fea__list--ingr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1em auto;
}
#bs .container.bs_products--fl .bs__products__fea__list--ingr {
  justify-content: center;
}
#bs .bs__products__fea__list--ingr li{
  box-sizing: border-box;
  border: 1px solid #A3888C;
  background: url(img/bar.svg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  width: 31%;
  margin: .3em 0;
  line-height: 1.4em;
  text-align: center;
  min-height: 3.8em;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .85em;
  font-weight: 300;
}
#bs .container.bs_products--fl .bs__products__fea__list--ingr li{
  margin: .3em .2em;
  justify-content: center;
}
#bs .bs__products__fea__list--ingr li span {
  color: #A3888C;
  background-color: #fff;
  display: inline-block;
  padding: .2em;
  
}
#bs .bs__products__fea__box__txt--att {
  text-align: right;
  font-size: .8em;
  width: 100%;
  letter-spacing: 0;
  font-weight: 300;
}
#bs .bs__products__fea__box__ingr {
  margin: 0em auto;
  display: block;
  width: 100%;
}
#bs .bs__products__fea__box__ingr__acd {
  text-align: left;
}
#bs .bs__products__fea__box__ingr dt {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  font-weight: 500;
}
#bs .bs__allingr {
  box-sizing: border-box;
  border-top: 1px solid var(--bs-border);
  border-bottom: 1px solid var(--bs-border);
  width: 100%;
}
#bs .bs__allingr .bs__products__fea__box__ingr {
  box-sizing: border-box;
  border-left: 1px solid var(--bs-border);
  display: block;
  margin: 0 0 0 auto;
  width: 90%;
  
}
#bs .bs__allingr .bs__products__fea__box__ingr dt  {
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid var(--bs-border);
  padding: 4.66% 7%;
}
#bs .bs__allingr .bs__products__fea__box__ingr dd  > div {
  box-sizing: border-box;
  text-align: left;
  padding: 7%;
  font-size: .82em;
}




#bs .bs__products__fea__box__ingr dd > div {
  box-sizing: border-box;
  padding: 1em;
  font-size: .9em;
  width: 100%;
}
#bs .bs__products__fea__box__ingr dd > div  p {
  font-size: 1em;
  line-height: 2em;
}
#bs .bs__products__fea__box__ingr dd > div  p + p {
  font-size: .92em;
  text-align: left;
}
#bs .bs__products__fea__box__ingr dd p {
  line-height: 1.8em;
}
#bs .bs__products__fea__box__ingr dd p + p {
  margin-top: 1em;
}
#bs .bs__products__voice {
  margin: 4em auto;
  box-sizing: border-box;
  padding:0;
  border-bottom: 1px solid var(--bs-border);
}
#bs .bs__products__subtitlebox {
  border-top: 1px solid var(--bs-border);
  border-bottom: 1px solid var(--bs-border);
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
#bs .bs__products__subtitle {
  box-sizing: border-box;
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 auto;
  width: 80%;
  padding: 4.66% 5%;
}
#bs .bs__products__voice .bs__products__subtitle ,
#bs .bs__howto .bs__products__subtitle {
  border-left: .5em solid #822632;
  text-align: left;
  padding: 3.66% 5%;
}
#bs .bs__products__subtitle:before {
  content: attr(data-spell);
  display: block;
  letter-spacing: 0.02em;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
}
#bs .bs__products__voice__catch {
  margin: 1em auto;
}

#bs .bs__products__voice__box::-webkit-scrollbar {
    width: 0.4em;
}
#bs .bs__products__voice__box .simplebar-track {
  border-radius: 0px;
  background: rgb(205, 205, 205,0.5);
  border-left: var(--bs-border-set);
}
#bs .bs__products__voice__box .simplebar-scrollbar::before {
  border-radius: 1em;
	background:#a3888c;
}
#bs .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#bs .bs__products__voice__box {
  box-sizing: border-box;
  background-color: #fdf9f2;
  padding:0;
  height: 24em;
  border-left: 1px solid var(--bs-border);
  border-right: 1px solid var(--bs-border);
  width: 80%;
  position: relative;
}
#bs .bs__products__voice__scrollarea {
  display: block;
  padding: 2em;
}
#bs .bs__products__voice dt {
  color: #822632;
  border-bottom: 1px solid var(--bs-border);
  padding-bottom: .5em;  
}
#bs .bs__products__voice dd {
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding-bottom: 1em;
  margin: 0 auto 1em;
}
#bs .bs__products__cathcbox {
  text-align: center;
  margin: 1em auto 3.5em;
  padding: 2em 0;
  background: #f5f2f2;
}
#bs .bs__products__cathcbox h3 {
  text-align: center;
  color: #871e2c;
  font-weight: 500;
  font-size: 1.78em;
  line-height: 1.36em;
  margin: 0.3em auto;
  font-family: 'Amiri','Noto Serif JP', serif;
}
#bs .bs__products__cathcbox p {
  text-align: center;
  font-weight: 400;
}
#bs .bs__products__offer__cool {
  position: absolute;
  top: .5em;
  right: .5em;
  text-align: center;
  color: #a3888c;
  font-size: 1.2em;
  border: 1px solid #a3888c;
  width: 4.8em;
  height: 4.8em;
  border-radius: 4.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:center;
  line-height: 1.2em;
}

#bs .bs__howto {
  box-sizing: border-box;
  padding: 3em 0;
  margin: 0 auto 3em;
}
#bs .bs__howto__flow {
  background-color: #f5f2f2;
  border-bottom: 1px solid var(--bs-border);
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
#bs .bs__howto__flow--nopoint {
  padding-bottom: 12%;
}
#bs .bs__howto__flowbox {
  box-sizing: border-box;
  margin: 0 0 0 auto;
  width: 90%;
  border-left: 1px solid var(--bs-border);
}
#bs .bs__howto__flow__item {
  background: #fff;
  border-bottom: 1px solid var(--bs-border);
  width: 100%;
  margin:0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
#bs .bs__howto__img {
  width: 42%;
  border-right: 1px solid var(--bs-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  box-sizing: border-box;
  padding: 2.66%;
}
#bs .bs__howto__flow__item dl {
  width: 58%;
}

#bs .bs__howto__flow__item dt {
  text-align: left;
  width: 100%;
  padding: 6.66% 6.66% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  
}
#bs .bs__howto__flow__item dt span {
  font-size: 0.92em;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
  text-align: left;
  width: calc(100% - 4.8em);
  margin: 0;
}
#bs .bs__howto__flow__item dt .bs__howto__img--num {
  position: relative;
  z-index: 1;
  width: 3.8em;
  display: inline-block;
  vertical-align: text-bottom;
  padding-right: 1em;
}
#bs .bs__howto__flow__item dt .bs__howto__img--num img {
  width: 100%;
}

#bs .bs__howto__flow__item dd {
  display: block;
  position: relative;
  z-index: 3;
  font-weight: 300;
  font-size: .88em;
  line-height: 2em;
  padding: 2.66% 16.66% 8.66% 6.66%;
}
#bs .bs__howto__flow__item--onepoint {
  border: 0.1em solid #a3888c;
  background: #fff;
}
#bs .bs__howto__flow__item--onepoint dt {
  color: #a3888c;
  font-size: 1.64em;
  letter-spacing: 0;
}
#bs .bs__howto__flow__item--onepoint dt img {
  width: 50%;
}
#bs .bs__howto__flow__item--onepoint dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
#bs .bs__howto__flow__item--onepoint .bs__howto__img {
  width: 50%;
  border: none;
  padding: 4%;
}
#bs .bs__howto__flow__item--onepoint .bs__howto__txt {
  width: 50%;
  box-sizing: border-box;
  padding: 0 4.66% 0 0;
  font-size: .92em;
}



#bs .bs__howto__att {
  text-align: center;
  margin: .5em auto .5em;
  font-size: .7em;
  width: 100%;
}

#bs .bs__howto__flow--onepoint {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  width: 80%;
}
#bs .bs__howto__flow--onepoint:before {
  content: "";
  display: block;
  box-sizing: border-box;
  border-left: 1px solid var(--bs-border);
  position: relative;
  height: 1.5em;
  width: 100%;
}
#bs .bs__howto__flow--onepoint:after {
  content: "";
  display: block;
  box-sizing: border-box;
  border-right: 1px solid var(--bs-border);
  position: relative;
  height: 1.5em;
  width: 100%;
}


#bs .bs__faq {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid var(--bs-border);
}
#bs .bs__faq__title {
box-sizing: border-box;
    font-size: 1.3em;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 auto;
    width: 80%;
    padding: 5.66% 5%;
}
#bs .bs__faq__item {
  margin:  -1px auto 0;
  position: relative;
  width: 80%;
  border-left: 1px solid var(--bs-border);
  border-right: 1px solid var(--bs-border);
  box-sizing: border-box;
  padding: 0 4.66%;
}
#bs .bs__faq .acd-btn {
  text-align: left;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 1em 2em 1em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  border-bottom: 1px solid var(--bs-border);
  font-size: .92em;
  line-height: 1.5em;
}
#bs .bs__faq__item:last-child:after {
  content: "";
  display: block;
  width: 100%;
  height: 2em;
}
#bs .bs__faq .acd-btn:after {
  content: "";
  display: block;
  background: url(img/faq_ar.svg) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: .9em;
  height: .9em;
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.45em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#bs .bs__faq .acd-btn.acd-open:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#bs .bs__faq dd {
  background: transparent;
}
#bs .bs__faq dd > div {
  box-sizing: border-box;
  padding: 1em 0;
  font-size: .9em;
  width: 100%;
}
#bs .bs__faq dd p {
  line-height: 1.8em;
  font-size: .92em;
}
#bs .bs__faq dd p + p {
  margin-top: 1em;
}
#bs .bs__otherproducts__carousel {
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
}
#bs .bs__otherproducts__carousel .bs__products__offer__box--name {
  font-size: 0.7em;
  padding: 0;
  width: 100%;
  text-align: center;
  line-height: 1em;
}

#bs .bs__otherproducts__carousel .owl-dots{
  position: relative;
  z-index: 3;
  margin: 7% auto 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;

}
#bs .bs__otherproducts__carousel .owl-dot {
  display: block;
  width: 20%;
  margin: 0 4px;
  height: 2px;
  background-color: #a3888c;
}
#bs .bs__otherproducts__carousel .owl-dot.active {
  background-color: #202020;
  height: 3px;
}
#bs .bs__otherproducts__carousel .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  color: #fff;
  font-size: 3em;
  font-weight: 300;
  line-height: 1em;
  box-sizing: border-box;
  vertical-align: middle;
  width: 0.5em;
  height: 1em;
  box-sizing: border-box;
  margin-top: -0.5em;
  background-color: #000;
  vertical-align: middle;
}
#bs .bs__otherproducts__carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  color: #fff;
  font-size: 3em;
  font-weight: 300;
  line-height: 1em;
  box-sizing: border-box;
  vertical-align: middle;
  width: 0.5em;
  height: 1em;
  box-sizing: border-box;
  margin-top: -0.5em;
  background-color: #000;
  vertical-align: middle;
}
#bs .bs__otherproducts__carousel .owl-next span ,
#bs .bs__otherproducts__carousel .owl-prev span {
  line-height: 1em;
  padding: 0;
  display: block;
  margin-top: -0.3em;
  position: relative;
}

#bs .bs__otherproducts .bs__products__btn {
  width: 88%;
  margin: 3em auto;
  max-width: 520px;
}
#bs .bs__otherproducts .bs__products__btn span {
  display: block;
  margin: 0 auto;
  font-family: 'Amiri','Noto Serif JP', serif;
  letter-spacing: 0;
  color: #871e2c;
  line-height: 1em;
}




/*------------------------------------------------------*/
@media screen and (min-width:1125px){
  #bs .container {
    margin: 0 auto 120px;
  }
  #bs #bs__products {
    margin-top: 0;
  }
  #bs #bs_products__title {
  margin: 90px auto 0;
  border-top: 1px solid var(--bs-border);
  border-bottom: 1px solid var(--bs-border);
}
#bs .bs_products__titlebox {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
#bs .bs_products__titleimage {
  display: block;
  position: relative;
  width: 45%;
  z-index: 2;
  border-right: 1px solid var(--bs-border);
}
#bs_products__title .bs_products__titleimageitem {
  display: block;
  position: absolute;
  width: 84%;
  max-width: 500px;
  border-left: 1px solid var(--bs-border);
  height: 100%;
  top: 0;
  right: 0;
  margin: 0 0 0 auto;
  overflow: hidden;
  padding-bottom: 0;
}
#bs_products__title img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bs .bs_products__titlecontent {
  box-sizing: border-box;
  border-top: none;
  border-right: none;
  width: 62%;
  background: #fff;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 3;
}
  
#bs .bs_products__bartitle h1 span.pcitem {
  display: block;
}
#bs .bs_products__bartitle {
  box-sizing: border-box;
  border-left: 8px solid #822632;
}
#bs .bs_products__bartitle p {
  box-sizing: border-box;
  border-bottom: 1px solid var(--bs-border);
  display: block;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.4em;
  padding: 20px 40px;
}
#bs .bs_products__bartitle h1 {
  box-sizing: border-box;
  border-bottom: 1px solid var(--bs-border);
  display: block;
  font-weight: 500;
  font-size: 2.5em;
  line-height: 1.5em;
  padding: 20px 40px;
}
#bs .bs_products__bartitle h1 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05;
}
  #bs .bs_products__bartitle h1 .pcitem {
    font-size: 16px;
    padding-top: .6em;
  }
#bs .bs_products__titletext.bs_products__titletext--sp {
    display: none;
  }
#bs .bs_products__titletext {
  box-sizing: border-box;
  display: block;
  line-height: 1.75em;
  padding: 20px 40px;
  font-size: 16px;
}
#bs .bs_products__titletext + .bs_products__titletext {
  border-top: none;  
}
#bs .bs_products__titletext p {
  display: block;
  box-sizing: border-box;
  padding: 0 0 1.5em;
  font-size: 16px;
  line-height: 2em;
  max-width: 500px;
  margin: 0 auto 0 0;
}
#bs .bs_products__titletext .bs_products__titletext--att {
  font-size: .8em;
  padding-bottom: 0;
  text-align: right;
}

/*------------------------------------*/
  #bs .bs_productlist__btn {
    margin-bottom:60px;
  }
/*------------------------------------*/
  #bs .bs_products__offer {
  border-top: 1px solid var(--bs-border);
    padding-bottom: 0;
    
  }
#bs .bs_products__nameimg {
  display: none;
}
#bs .bs_products__offerarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 72%;
  max-width: 830px;
  margin: 0 auto;
  border-left: 1px solid var(--bs-border);
  border-right: 1px solid var(--bs-border);
}
  #bs .bs_products__name {
    width: 43%;
    border: none;
  }
  #bs .bs_products__namebox {
    width: 100%;
  }  
  #bs .bs_products__pcimage {
    width: 60%;
  }
  #bs .bs_products--hunt .bs_products__pcimage {
    width: 45%;
    margin-bottom: 2em;
    margin-top: 2em;
  }
  #bs .bs_products--fl .bs_products__pcimage {
    width: 45%;
    margin-bottom: 2em;
    margin-top: 2em;
  }
  #bs .bs_products--sb .bs_products__pcimage {
    width: 45%;
    margin-bottom: 2em;
    margin-top: 2em;
  }
  #bs .bs__products__offer__box2 {
    width: 57%;
  }
  #bs .bs_products__nametext {
    padding: 0;
    border: none;
    text-align: center;
  }
  #bs .bs_products__nametext h2 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.15em;

  }
  #bs .bs_products__nametext + .bs_products__nametext {
    border: none;
    padding-top: 10px;
  }
  #bs .bs_products__nametext h2 span {
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: .5em 0;
  }
  #bs .bs_products__nametext--02 {
    line-height: 2em;
  }
  #bs .bs__products__dl dt {
    font-size: 22px;
  }
  #bs .bs__products__dl--teiki dt {
    border-left: 8px solid #822632;
  }
  #bs .bs__products__dl--tanpin dt {
    border-left: 8px solid #595959;
  }
  #bs .bs_products__offerbtn {
    margin: 0 auto;
    width: 350px;
  }
  #bs .bs__products__dl--tanpin dd p {
    text-align: center;
  }
  #bs .bs__products__att {
    padding: 10px 0;
    width: 350px;
    margin: 0 auto;
    text-align: right;
  }
  #bs .bs__products__dl--tanpin + .bs_products__offerbtn {
    padding-bottom: 30px;
  }
  #bs .bs_thxoffer__box dl{
  width: 72%;
  max-width: 830px;
  }
  #bs .bs_thxoffer__box dt {
    font-size: 22px;
    padding: 20px;
  }
  #bs .bs_thxoffer__box dd {
    font-size: 22px;
    padding: 40px 20%;
  }
  #bs .bs_thxoffer__box .bs_thxoffer--tex {
    box-sizing: border-box;
    background-position: calc(100% - 0px) calc(100% - 0px);
    -webkit-background-size: 400px auto;
    background-size: 400px auto;
    padding: 30px;
  }
  #bs .bs_thxoffer__box .bs_thxoffer--tex ul {
    width: 660px;
    margin: 0 auto;
  }
  #bs .bs_thxoffer__box .bs_thxoffer--tex li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.1em;
  }
  
#bs .bs_products--hunt .bs_thxoffer__box .bs_thxoffer--tex {
  background-image: url(melanohunt/img/detail_hunt_text.png);
  -webkit-background-size: 30% auto;
  background-size: 30% auto;
  background-position: 100% 95%;
  padding-bottom: 50px;
}
#bs .bs_products--fl .bs_thxoffer__box .bs_thxoffer--tex {
  background-image: url(melanoflash/img/detail_fl_text.png);
  -webkit-background-size: 30% auto;
  background-size: 30% auto;
  background-position: 100% 80%;
  padding-bottom: 50px;
}
#bs .bs_thxoffer--att {
   margin-left: 0;
  padding-left: 7.5%;
  }
#bs .bs_products--sb .bs_thxoffer__box .bs_thxoffer--tex {
  background-image: url(skinbouncer/img/detail_sb_text.png);
  -webkit-background-size: 30% auto;
  background-size: 30% auto;
  background-position: 100% 95%;
  padding-bottom: 50px;
}
  
    #bs .bs__monitor {
    margin: 100px auto 0;
      padding-bottom: 0;
  }

  #bs .bs__monitor__area {
    box-sizing: border-box;
    padding: 0;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
#bs .bs__monitor__title {
  font-size: 22px;
  padding: 20px 0;
}
  #bs .bs__monitor__graphbox {
    
    border-left: 1px solid var(--bs-border);
    border-right: 1px solid var(--bs-border);
  width: 72%;
  max-width: 830px;
  }
  #bs .bs__monitor__caption {
    margin: 0 auto;
    padding: 20px;
  }
  #bs .bs__monitor__caption span {
    font-size: 16px;
  }
#bs .bs__monitor__graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  margin: 3em auto 0;
  width: 72%;
  max-width: 830px;
  
}
#bs .bs__monitor__graph li {
  position: relative;
  display: block;
  width: 28%;
}
#bs .bs__monitor__graph .bs__monitor__graph--spacer{
  width: 0;
  display: none;
}
#bs .bs__monitor__graph__txt p {
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 500;
}
#bs .bs__monitor__graph .bs__monitor__graph__txt--score {
  font-size: 20px;
}
#bs .bs__monitor__graph__att {
  font-size: 12px;
  width: 500px;
}
  #bs .bs__monitor__moreitem {
    
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
    width: 50%;
  }
#bs .bs__monitor__more {
  text-align: center;
  width: 70%;
  max-width: 600px;
  margin: 2em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#bs .bs__monitor__more__txt {
  border-bottom: 1px solid #871e2c;
  font-size: 18px;
  line-height: 2em;
  margin: 1.5em auto;
  display: block;
  width: 48%;
}
#bs .bs__monitor__more--type {
  font-size: 32px;
}
#bs .bs__monitor__more--score {
  font-size: 38px;
  font-family: 'Amiri','Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0;
}
#bs .bs__monitor__more--score span {
  font-size: 88px;
}
  #bs .bs__monitor__moreitem p {
    width: 50%;
  }
  #bs .bs__monitor__moreitem .bs__monitor__graph {
    width: 50%;
  }
  
  #bs .bs__monitor__more .bs__monitor__graph__att {
   width: 100%;
    box-sizing: border-box;
    padding-left: 150px;
    padding-bottom: 30px;
  }  
  #bs .bs__monitor__moreitem .bs__monitor__graph .bs__monitor__graph__txt--score {
    margin: 0;
  }
  
  #bs .bs__products__fea {
    box-sizing: border-box;
    margin: 100px auto 0;
    padding: 0 0;
    display: block;
    position: relative;
    width: 100%;
  }
  #bs .bs__products__fea__title {
    text-align: center;
    color: #871e2c;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.36em;
    margin: 0.6em auto;
    font-family: 'Amiri','Noto Serif JP', serif;
  }
  #bs .bs__products__fea__area {
    margin: 0 auto;
    box-sizing: border-box;
    width: 72%;
    max-width: 830px;
    padding: 30px 100px;
    border-left: 1px solid var(--bs-border);
    border-right: 1px solid var(--bs-border);
  }
  #bs .bs__products__fea__label {
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-left: 0;
    position: relative;
    padding: .3em 1.2em .4em 1.2em;
    text-align: center;
  }
  #bs .bs__products__fea__label {
    font-size: 34px;
  }
  #bs .bs__products__fea__subtitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.36em;
    letter-spacing: 0.1em;
    margin: .5em auto 1em;
  }
  #bs .bs__products__fea__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #bs .bs__products__fea__box__img {
    display: block;
    width: 55%;
    margin-left: 0;
  }
  #bs .bs__products__fea p {
    line-height: 1.64em;
  }
  #bs .bs__products__fea__box__txt {
    width: 40%;
    padding-top: 0.7em;
    margin-right: 0;
  }
  
  #bs .bs__products__fea__list--ingr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 1.5em auto 0;
  }
  #bs .bs__products__fea__list--ingr li {
    width: 15.5%;
    font-size: 12px;
    line-height: 1.3em;
  }
  #bs .bs__products__fea__box__txt--bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em auto 0;
  }
  #bs .bs__products__fea__box__txt--bnr li {
      width: 49%;
    font-size: 16px;
    margin-bottom: 0.5em;
    }
  #bs .bs__products__fea__box__txt--bnr + .bs__products__fea__box__txt--att {
    margin-bottom:0;
    text-align: right;
  }
  #bs .bs__allingr .bs__products__fea__box__ingr {
    border: none;
    box-sizing: border-box;
    width: 72%;
    max-width: 830px;
    margin: 0 auto;
    padding: 30px 100px;
    border-left: 1px solid var(--bs-border);
    border-right: 1px solid var(--bs-border);
  }
  #bs .bs__allingr {
    border-top: none;
    
  }
  #bs .bs__allingr .bs__products__fea__box__ingr dt {
    border-top: 1px solid var(--bs-border);
    padding: 20px 50px;
  }
 #bs .bs__allingr .bs__products__fea__box__ingr dd > div {
    padding: 20px 50px 0; 
  }
  #bs .bs__products__fea__box__ingr dd > div p + p {
    text-align: right;
    padding-top: 20px;
  }
  
  #bs .bs__products__voice {
    margin: 100px auto;
    box-sizing: border-box;
    padding: 0 ;
    width: 100%;
  }
  #bs .bs__products__subtitle {
    padding: 20px;
    width: 72%;
    max-width: 830px;
  }
  #bs .bs__products__voice .bs__products__subtitle, #bs .bs__howto .bs__products__subtitle {
    padding: 20px;
    font-size: 20px;
  }
  #bs .bs__products__subtitle:before {
    content: attr(data-spell);
    display: block;
    letter-spacing: 0.02em;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0;
}
  #bs .bs__products__voice__catch {
    margin: 1.5em auto;
    text-align: center;
  }
  #bs .bs__products__voiceouter {
    margin: 0 auto;
  width: 72%;
    box-sizing: border-box;
    border-left: 1px solid var(--bs-border);
    border-right: 1px solid var(--bs-border);
  max-width: 830px;
  }
  #bs .bs__products__voice__box {
    box-sizing: border-box;
    background-color: #fdf9f2;
    padding: 0px;
    height: 520px;
    font-size: 1.15em;
    width: 72%;
    max-width: 600px;
    
  }
  #bs .bs__products__voice__scrollarea {
    padding: 30px;
  }
  #bs .bs__products__voice dt {
    color: #871e2c;
    font-weight: 500;
    padding-bottom: .5em;  
  }
  #bs .bs__products__voice dd {
    font-weight: 400;
    line-height: 2em;
    box-sizing: border-box;
    padding-bottom: 1em;
    margin: 1em auto 1em;
    font-size: 14px;
  }
  #bs .bs__products__cathcbox {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0;
  }
  #bs .bs__products__cathcbox h3 {
    font-size: 38px;
  }
  #bs .bs__products__cathcbox p {
    font-size: 20px;
  }
#bs .bs__products__offer__cool {
  position: absolute;
  top: .8em;
  right: .8em;
  text-align: center;
  color: #a3888c;
  font-size: 1.4em;
  border: 1px solid #a3888c;
  width: 4.8em;
  height: 4.8em;
  border-radius: 4.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:center;
  line-height: 1.2em;
  z-index: 2;
}
#bs .bs__products__offer__box2__inner .bs__products__req__box--red {
  width: 100%;
  margin: 1em auto;
  padding: 30px 20px;
  font-size: 1.15em;
}
  #bs .bs__howto {
  box-sizing: border-box;
  padding: 0;
    margin: 120px auto;
}
#bs .bs__howto__flowbox {
  border-right: 1px solid var(--bs-border);
  padding: 0;
  position: relative;
  width: 72%;
  max-width: 830px;
  margin: 0 auto;
}
  #bs .bs__howto__img {
    width: 28%;
  }
  #bs .bs__howto__flow__item dl {
    width: 72%;
  }
  
  #bs .bs__howto__flow__item dt {
    padding: 20px 20px 0;
    font-size: 18px;
  }
  #bs .bs__howto__flow__item dd {
    padding: 20px;
  }
  
  #bs .bs__howto__txt {
    padding: 0;
  width: 100%;
  box-sizing: border-box;
}
  
#bs .bs__howto__flow--onepoint {
  display: block;
  box-sizing: border-box;
  padding: 0;
    width: 72%;
    max-width: 830px;
    margin: 0 auto;
}
#bs .bs__howto__flow--onepoint:before {
  content: "";
  display: block;
  box-sizing: border-box;
  border-left: 1px solid var(--bs-border);
  position: relative;
  height: 50px;
  width: 100%;
}
#bs .bs__howto__flow--onepoint:after {
  content: "";
  display: block;
  box-sizing: border-box;
  border-right: 1px solid var(--bs-border);
  position: relative;
  height: 50px;
  width: 100%;
}
  #bs .bs__howto__flow__item--onepoint dt {
    padding-top: 10px;
  }
  #bs .bs__howto__flow__item--onepoint dt img {
    width: 180px;
  }
  #bs .bs__howto__flow__item--onepoint dd {
    padding: 0 14% 10px;
  }
  #bs .bs__howto__flow__item--onepoint .bs__howto__img {
    width: 45%;
  }
  #bs .bs__howto__flow__item--onepoint .bs__howto__txt {
    width: 55%;
    font-size: 16px;
    padding-right: 0;
  }
  #bs .bs__howto__att {
    text-align: left;
    font-size: 12px;
  }
/*-------------------*/  
  #bs .bs__faq {
    margin: 100px auto;
  }
  #bs .bs__faq__title {
    
    padding: 20px;
    width: 72%;
    max-width: 830px;
  }
  #bs .bs__faq__item {
  width: 72%;
  max-width: 830px;
    padding-left: 120px;
    padding-right: 120px;
  }
  #bs .bs__faq__item:first-child {
    padding-top: 20px;
  }
/*-------------------*/  
  #bs .bs_productslist--detail .bs_mk__box {
    width: 100%;
    border-left: none;
    max-width: 100%;
  }
  #bs .bs_mk--right.bs_productslist--detail .bs_mk__title {
    text-align: center;
  }
  #bs .bs_mk--right.bs_productslist--detail .bs_productlist {
  width: 72%;
  max-width: 830px;
    margin: 0 auto;
    padding: 0;
    
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    border-bottom: none;
    
  }
  #bs .bs_mk--right.bs_productslist--detail .bs_productlist .bs_productlist__box {
    width: calc((100% - 60px) /3);
    margin: 0;
  }
  #bs .bs_productlist__text {
    width: 62%;
  }
  #bs .bs_productlist__link {
    width: 38%;
  }
  #bs .bs_productlist__text__name {
    font-size: 14px;
    padding: 4px 15px;
  }
  #bs .bs_productlist__text__about {
    padding: 6px 15px;
    font-size: 10px;
    letter-spacing: 0;
    font-feature-settings: 'palt' 1;
  }
  #bs .bs_productlist .bs_productlist__linkitem img {
    height: 14px;
  }
/*-------------------*/  
  #bs .bs_productlist__btn.bs_productlist__btn--white:before ,
  #bs .bs_productlist__btn.bs_productlist__btn--white:after {
    content: "";
    display: none;
  } 
  #bs .bs_productlist__btn.bs_productlist__btn--white {
    margin: 60px auto;
  }
}

/*------------------------------------------------------------*/

@media screen and (min-width:1440px){
  #bs .bs_products__titleimage {
    width: 500px;
    margin: 0 0 0 auto;
  }
  #bs_products__title .bs_products__titleimageitem {
    width: 100%;
  }
  #bs .bs_products__titlecontent {
    max-width: 760px;
    border-right: var(--bs-border-set);
  }
}