@charset "utf-8";


/* =========================================== */
/*    共通
/* =========================================== */

html {
  scroll-behavior: smooth;
}

sup {
    top: -0.9em;
}

.ml-bb {
  overflow: hidden;
}

main{
  font-feature-settings: "palt";
  font-family: -apple-system, blinkmacsystemfont, roboto, "Segoe UI", "Helvetica Neue", helveticaneue, yugothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro",verdana, meiryo, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
   
    margin: 0;
}
p {
  
  font-feature-settings: "palt";
  margin: 0;
  
}
.sp-only{
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only{
    display: block;
  }
}
.pc-only{
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only{
    display: none;
  }
}

img{
  height: auto;
    max-width: 100%;
    vertical-align: middle;
}
ul{
      padding-inline-start: 0;
}
li {
    list-style: none;
}

p{
  background: 0 0;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    color: #333333;
}

.body{
  font-family: "Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
}

/* ---   ボタン  --*/
.btn-swipe {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f4eddf;
  background: #82705b url("../img/btn_arrow_white.png") no-repeat top 50% right 20px;
  transition: 0.3s ease-in-out;
}
.btn-swipe:hover {
  text-decoration: none;
  background: #82705b url("../img/btn_arrow_white.png") no-repeat top 50% right 10px;
}
.btn-swipe:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(255, 255, 255, 0.2);
  transition: 0.3s ease-in-out;
  transform: translateX(-100%);
}
.btn-swipe:hover:before {
  transform: translateX(0);
}
.ml-bb .amazon-btn {
  margin: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .btn-swipe {
    font-size: 4vw;
    height: 12vw;
    background: #82705b url("../img/btn_arrow_white.png") no-repeat top 50% right 5vw;
  }
  .btn-swipe:hover {
    background: #82705b url("../img/btn_arrow_white.png") no-repeat top 50% right 3vw;
  }
  .btn-swipe::after {
    width: 7vw;
    height: 2.5vw;
    right: 3vw;
  }
  .ml-bb .amazon-btn {
    margin: 6vw 0 10vw;
    text-align: center;
  }
}


/* =========================================== */
/*    kv
/* =========================================== */
.ml-bb-kv{
  background: url("../img/kv-bg.png") no-repeat center;
  background-size: cover;
}
.kv {
  padding-top: 36px;
  text-align: center;
  
}
.kv img {
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kv img {
    margin-left: 4px;
  }
}

/* =========================================== */
/*    リードエリア
/* =========================================== */

/* ----リニューアル---- */
.lead {
  /*----*/
  margin-bottom: 0px;
  font-weight: 400;
  
}
.lead__inner {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 90px 20px 120px;
}
.lead__liquid01 {
  width: 330px;
  height: 340px;
  position: absolute;
  top: 20px;
  left: -200px;
}
.lead__liquid02 {
  width: 330px;
  height: 340px;
  position: absolute;
  bottom: -60px;
  right: -240px;
}
.lead__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #9c6d38;
  margin-bottom: 25px;
}
.lead__title--1300 {
  max-width: 250px;
}
.lead__title h2 {
  font-size: 39px;
  text-align: center;
  line-height: 1.2;
  padding: 40px 20px 0 30px;
}
.lead__title--new {
  max-width: 170px;
}
.lead__catch {
  max-width: 720px;
  margin: 0 auto 50px;
}
.lead__catch h3 {
  text-align: center;
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #333333;
  margin-bottom: 10px;
}
.lead__catch h3 strong {
  font-size: 140%;
}
.lead__catch h3 span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #ffffff 0%) repeat scroll 0 0;
}
.lead__catch h3 sup {
  font-size: 12px;
  vertical-align: top;
}
.lead__catch--note {
  color: #333333;
  font-size: 12px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.lead__catch--note2 {
  width: 50%;
  margin-left: 350px;
}
@media screen and (max-width: 767px) {
  .lead__inner {
    padding: 20vw 3vw;
  }
  .arrow{
    padding-bottom: 34px;
  }

  .lead__liquid01 {
    width: 50vw;
    height: 50vw;
    top: -10vw;
    left: -28vw;
  }
  .lead__liquid02 {
    width: 52vw;
    height: 52vw;
    bottom: 5vw;
    right: -34vw;
  }
  .lead__title {
    margin-bottom: 3vw;
  }
  .lead__title--1300 {
    width: 30%;
  }
  .lead__title h2 {
    width: 40%;
    font-size: 5.5vw;
    padding: 6vw 1vw 0;
  }
  .lead__title--new {
    width: 20%;
  }
  .lead__catch {
    max-width: auto;
    margin: 0 auto 6vw;
  }
  .lead__catch h3 {
    font-size: 5.3vw;
    margin-bottom: 3vw;
  }
  .lead__catch h3 sup {
    font-size: 12px;
    vertical-align: top;
  }
  .lead__catch--note {
    font-size: 2vw;
  }
  .lead__catch--note2 {
    width: 80%;
    margin-left: 70px;
  }
}




/* ----アンカーナビ---- */
.lead__anchor {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.lead__anchor--item {
  width: 49%;
  background: #FBFBFB;
  box-shadow: 3px 3px 2px 0 rgb(146, 129, 109, 0.6);
}

.lead__anchor--item:hover {
  text-decoration: none;
}
.lead__anchor--item:hover .lead__anchor--item-inner, .lead__anchor--item:hover::after {
  opacity: 0.7;
  transition-duration: 0.5s;
}



.lead__anchor--item-inner {
  text-align: center;
  background: #FBFBFB;
  text-decoration: none;
  padding: 10px 0 0;
  position: relative;
}
.lead__anchor--item figure {
  max-width: 90%;
  margin: 30px auto 34px;
}

.leftmg{
  padding-inline: 30px;
  margin-bottom: 30px;
}



.lead__anchor-box{
  margin: 0 auto;
  max-width: 418px;
  display: grid;
  grid-template-columns: max-content 1fr;
  place-content: center;
  place-items: center;
  column-gap: min(2vw,10px);
}



@media screen and (max-width: 767px) {
  .lead__anchor-box{
    
    max-width: 334px;
    grid-template-columns: 1fr;
  }
}

.lead__anchor--copy{
  width: 130px;
  background: -moz-linear-gradient(-45deg, #E1BF85 0%, #E6D5B7 40%,#D6AF6B 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #E1BF85 0%, #E6D5B7 40%,#D6AF6B 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #E1BF85 0%,#E6D5B7 40%, #D6AF6B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 12px 12px 11px 14px;
}

@media screen and (max-width: 767px) {
  .lead__anchor--copy{
    width: 72vw;
    margin-bottom: 12px;
  }
}

.lead__anchor h3 {
  width: 264px;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #333333;
  letter-spacing: 0em;
  margin-bottom: 10px;
  font-weight: 500;
}
.lead__anchor h3 sup {
  font-size: 2vw;
}
.lead__anchor--desc {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  width: 86%;
  margin: auto;
  padding: 4px 0 3px;
}
.lead__anchor--note {
  position: absolute;
  right: 0;
  bottom: -66px;
  font-size: 12px;
}
/* BBエッセンスクリーム */
.lead__anchor--essence .lead__anchor--desc {
  background: #f3c1b4; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f3c1b4 0%, #f39a9a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f3c1b4 0%, #f39a9a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f3c1b4 0%, #f39a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* 薬用美白BBクリーム */
.lead__anchor--whitening .lead__anchor--desc {
  background: #D87284; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #D87284 0%, #D93452 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #D87284 0%, #D93452 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #D87284 0%, #D93452 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 767px) {
  .lead__anchor {
    display: block;
  }
  .lead__anchor--item {
    width: auto;
  }
  .lead__anchor--item-inner {
    padding: 0;
    margin-bottom: 5vw;
  }
  .lead__anchor--item::after {
    width: 10vw;
    height: 10vw;
    margin: 5vw auto 0;
  }
  .lead__anchor--item figure {
    max-width: 100%;
    
    margin: 0 auto 6vw;
  }
  .lead__anchor--item figure img {
    margin-top: 8vw;
  }
  .lead__anchor h3 {
    font-size: 5vw;
    margin-bottom: 3vw;
    width: 278px;
  }
  .lead__anchor h3 sup {
    font-size: 2vw;
  }
  .lead__anchor--desc {
    font-size: 4vw;
    width: 100%;
    padding: 2vw 0 1vw;
  }
  .lead__anchor--note {
    position: absolute;
    right: 0;
    bottom: -5vw;
    font-size: 2vw;
  }
}
/* =========================================== */
/*    エッセンス・薬用美白BBクリーム共通
/* =========================================== */
.effect {
  background: url("../img/effect_bg.png") no-repeat center top 100px;
  background-size: cover;
  padding: 0 0 1px;
  margin-bottom: min(14vw, 100px);
}
@media screen and (max-width: 767px) {
  .effect {
    background: url("../img/effect_bg.png") no-repeat left top 30vw;
    background-size: cover;
    
  }
}
/* ----タイトルブロック---- */
.effect__title {
  padding: 60px 20px 32px;
  text-align: center;
  background: #fbfbfb;
}
.effect__title > p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.effect__title > h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 32px;
  letter-spacing: 0em;
  font-weight: 400;
}
.effect__title > h3 strong {
  font-size: 106%;
  font-weight: normal;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffd5d5 0%) repeat scroll 0 0;
}
.effect__secret {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 34px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-size: 100% auto;
  padding: 15px 0 45px;
  margin-bottom: 60px;
  background: #fbfbfb;
  font-weight: 500;
}

.secret__shadow{
  filter: drop-shadow(4px 6px 2px rgba(240, 242, 252, 1));
}

@media screen and (max-width: 767px) {
  .effect__title {
    padding: 10vw 3vw 8vw;
  }
  .effect__title > p {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .effect__title > h3 {
    font-size: 5vw;
    line-height: 1.3;
  }
  .effect__secret {
    font-size: 6vw;
    padding: 0 0 10vw;
    margin-bottom: 14vw;
  }
}
/* ----効果タイトル---- */
.effect__feature {
  max-width: 1000px;
  margin: 20px auto 120px;
  padding: 0 20px;
}
.effect__feature--title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.effect__feature--title > figure {
  max-width: 160px;
  margin-right: 40px;
}
.effect__feature--title--text {
  position: relative;
  padding: 20px 80px 18px;
  text-align: center;
  background: #fff;
}
.effect__feature--title--text::before, .effect__feature--title--text::after, .effect__feature--title--textinner::before, .effect__feature--title--textinner::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}
.effect__feature--title--text::before {
  border-left: solid 1px #707070;
  border-top: solid 1px #707070;
  top: 0;
  left: 0;
}
.effect__feature--title--text::after {
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  bottom: 0;
  right: 0;
}
.effect__feature--title--textinner::before {
  border-right: solid 1px #707070;
  border-top: solid 1px #707070;
  top: 0;
  right: 0;
}
.effect__feature--title--textinner::after {
  border-left: solid 1px #707070;
  border-bottom: solid 1px #707070;
  bottom: 0;
  left: 0;
}
.effect__feature--title--text01 {
  font-size: 26px;
  font-weight: 600;
}
.effect__feature--title--text01 span {
  font-size: 70%;
}
.effect__feature--title--text02 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 32px;
  font-weight: 600;
  color: #b8142a;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .effect__feature {
    
    margin: 0 auto 22vw;
    padding: 0 6vw;
  }
  .effect__feature--title {
    display: block;
    margin-bottom: 10vw;
  }
  .effect__feature--title > figure {
    max-width: auto;
    margin: 5vw auto;
    width: 30%;
  }
  .effect__feature--title--text {
    padding: 5vw 0px 4.5vw;
  }
  .effect__feature--title--text::before, .effect__feature--title--text::after, .effect__feature--title--textinner::before, .effect__feature--title--textinner::after {
    width: 3vw;
    height: 3vw;
  }
  .effect__feature--title--text01 {
    font-size: 4.5vw;
  }
  .effect__feature--title--text02 {
    font-size: 5.2vw;
  }
}
/* ----New---- */
.effect__new--row {
  display: flex;
  justify-content: center;
  position: relative;
}
.effect__new--item {
  max-width: 420px;
}
.effect__new--item:first-child {
  padding-right: 30px;
}
.effect__new--item:first-child::after {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  background: url("https://www.meishoku.co.jp/img/usr/pages/brand/moistlabo/effect_x.png") no-repeat center top;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.effect__new--item:last-child {
  padding-left: 30px;
}
.effect__new--item--title {
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: normal;
  font-size: 26px;
  padding: 10px 0 12px;
  color: #fff;
  margin-bottom: 20px;
}
.effect__new--item:first-child .effect__new--item--title {
  background: #f3c1b4; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f3c1b4 0%, #f39a9a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f3c1b4 0%, #f39a9a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f3c1b4 0%, #f39a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.effect__new--item:last-child .effect__new--item--title {
  background: #D87284; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #D87284 0%, #D93452 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #D87284 0%, #D93452 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #D87284 0%, #D93452 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.effect__new--item--title > sup {
  font-size: 12px;
}
.effect__new--item--img {
  margin-bottom: 20px;
}
.effect__new--item--note {
  text-align: right;
  font-size: 10px;
  padding-top: 5px;
}

.effect__new--item--text{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
  }
@media screen and (max-width: 767px) {
  .effect__new--row {
    display: block;
  }
  .effect__new--item {
    max-width: auto;
    margin: auto;
    margin-bottom: 10vw;
  }

  .effect__new--item--text{
    margin: 0 3vw 12vw;
    
  }

  .effect__new--item:first-child {
    padding-right: 0;
  }
  .effect__new--item:first-child::after {
    content: none;
  }
  .effect__new--item:last-child {
    padding-left: 0;
  }
  .effect__new--item--title {
    font-size: 5.5vw;
    padding: 2vw 0;
    margin-bottom: 5vw;
  }
  .effect__new--item--title > sup {
    font-size: 2vw;
  }
  .effect__new--item--img {
    margin: 0 3vw 3vw;
  }
  .effect__new--item--note {
    font-size: 2vw;
    padding-top: 2vw;
  }
}
/* ----Power up!---- */
.effect__up--row {

  justify-content: center;
  position: relative;
}
.effect__up--row figure {
  margin: 0 auto;
  text-align: center;
  max-width: 780px;
  padding-right: 10px;
}
.effect__up--row figure:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .effect__up--row {
    display: block;
  }
  .effect__up--row figure:first-child {
    max-width: 300px;
    padding-right: 0;
    margin: 0 auto 2vw;
  }
  .effect__up--row figure:last-child {
    max-width: 336px;
    padding-right: 0;
    margin: auto;
  }
}


.effect__up--rowlist{
  max-width: 692px;
  display: grid;
  row-gap: min(3vw, 22px);
  column-gap: min(3vw, 12px);
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin: 0 auto;
 
}
.effect__up--rowlist li{
  background: #fff;
  border: 1px solid #333333;


  font-size: 18px;
  font-weight: bold;
  align-items: center;
  padding: 20px 36px 18px 40px;
  
  
}

.effect__up--row figure{
  margin-top: 27px;
  padding-inline: 0;
}

@media screen and (max-width: 767px) {
  .effect__up--rowlist{
    width: auto;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 6vw;
   
  }
  .effect__up--rowlist li{
    background: #fff;
    border: 1px solid #333333;
  
    
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    padding: 20px 0px 18px 0px;
    
    
  }

}



/* ----アンケート---- */
.effect__questionnaire {
  max-width: 1100px;
  margin: auto;
  background: #fff;
  padding: 70px 20px;
}
@media screen and (max-width: 1200px) {
  .effect__questionnaire {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .effect__questionnaire {
    padding: 10vw 3vw;
    margin: 0 3vw;
  }
}
/* ----アンケートメイン---- */
.effect__questionnaire--main {
  max-width: 1000px;
  margin: 0 auto 80px;
}
.effect__questionnaire--title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}
.effect__questionnaire--fukidashi {
  box-shadow: 1px 1px 2px 0 rgb(0, 0, 0, 0.3);
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  background-color: #333;
  padding: 10px 25px;
  position: relative;
  margin: 0 40px 0 0;
}
.effect__questionnaire--fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  border: 10px solid transparent;
  border-left: 30px solid #333;
}
.effect__questionnaire--text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 28px;
  line-height: 1.2;
  color: #d02b1a;
}
.effect__questionnaire--text > strong {
  font-weight: normal;
  font-size: 200%;
}
@media screen and (max-width: 767px) {
  .effect__questionnaire--main {
    margin: 0 auto 10vw;
  }
  .effect__questionnaire--title {
    display: block;
    margin-bottom: 7vw;
  }
  .effect__questionnaire--fukidashi {
    display: block;
    text-align: center;
    font-size: 6vw;
    line-height: 1.4;
    padding: 3vw 3vw 2vw;
    margin: 0 0 8vw 0;
  }
  .effect__questionnaire--fukidashi:before {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border: 2vw solid transparent;
    border-top: 5.5vw solid #333;
  }
  .effect__questionnaire--text {
    text-align: center;
    font-size: 7vw;
    line-height: 1.1;
  }
}
.effect__questionnaire--row {
  max-width: 820px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.effect__questionnaire--row > figure {
  max-width: 345px;
  margin-right: 20px;
}
.effect__questionnaire--info {
  max-width: 435px;
}
.effect__questionnaire--info--q {
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .effect__questionnaire--row {
    display: block;
  }
  .effect__questionnaire--row > figure {
    max-width: auto;
    margin: 0 auto 8vw;
    width: 80%;
  }
  .effect__questionnaire--info {
    max-width: auto;
    margin: auto;
  }
  .effect__questionnaire--info--q {
    display: block;
    font-size: 3.5vw;
    padding-bottom: 2vw;
    margin-bottom: 10vw;
  }
}
/* ----先行体験された皆さまからのお声---- */
.effect__voice {
  max-width: 870px;
  margin: auto;
  border: 1px solid #82715c;
  border-radius: 10px;
  padding: 40px 35px 30px;
}
.effect__voice--title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 28px;
  margin-bottom: 60px;
}
.effect__voice--title > strong {
  font-size: 120%;
}
.effect__voice > p {
  max-width: 730px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .effect__voice {
    max-width: auto;
    border-radius: 10px;
    padding: 5vw 3vw;
  }
  .effect__voice--title {
    font-size: 4.2vw;
    margin-bottom: 6vw;
  }
  .effect__voice > p {
    max-width: auto;
  }
}
/* =========================================== */
/*    製品詳細
/* =========================================== */

/* ----製品詳細枠---- */

.product-detail {
  background: #f5efd6 url("../img/detail_bg.jpg") no-repeat center top;
  background-size: 100% auto;
  padding: 120px 0 60px;
}
.product-detail__block {
  max-width: 1000px;
  margin: 0 auto 60px;
  background: #fff;
  box-shadow: 2px 2px 3px 0 rgb(42, 29, 12, 0.2);
  padding: 80px 0;
}
.product-detail__inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .product-detail__block {
    margin: 0 20px 60px;
    padding: 120px 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail {
    padding: 24vw 0 10vw;
  }
  .product-detail__block {
    box-shadow: 1vw 1vw 2vw 0 rgb(42, 29, 12, 0.2);
    padding: 15vw 0 7vw;
    margin: 0 3vw 10vw;
  }
  .product-detail__inner {
    position: relative;
    margin-bottom: 10vw;
  }
}
/* ----共通---- */
.product-detail__sectitle h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #8e8d8c;
  padding-bottom: 7px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .product-detail__sectitle h3 {
    font-size: 3.8vw;
    padding-bottom: 2vw;
    margin-bottom: 1vw;
  }
}
/* ----アコーディオン---- */
.acc_contents {
  display: none;
}
.acc_btn {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease 0s;
}
.acc_btn .acc_icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5px;
  transition: all 0.3s;
  height: 17px;
  width: 17px;
}
.acc_btn .acc_icon span {
  background-color: #333;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
.acc_btn .acc_icon span:nth-of-type(2) {
  transform: rotate(90deg);
}
.acc_btn .acc_icon.active span:first-of-type {
  display: none;
}
.acc_btn .acc_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .acc_contents {
    padding-bottom: 2vw;
  }
  .acc_btn .acc_icon {
    height: 3.6vw;
    width: 3.6vw;
    top: 40%;
    right: 1vw;
  }
}
/* ----製品詳細メイン---- */
.product-detail__main {
  display: flex;
  justify-content: space-between;
  padding: 0 50px 40px 30px;
}
.product-detail__main--img {
  max-width: 330px;
  margin-right: 20px;
}
.product-detail__main--info {
  max-width: 546px;
}
.product-detail__main--info--title {
  font-family: futura-pt, sans-serif;
  line-height: 1.2;
  font-weight: normal;
  font-size: 46px;
  color: #511810;
  margin-bottom: 35px;
}
.product-detail__main--info--title > span {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 24px;
  color: #333;
  margin-top: 10px;
}
.product-detail__main--info--feature {
  margin-bottom: 30px;
}
.product-detail__main--info--color {
  margin-bottom: 25px;
}
#whitening .product-detail__main--info--color {
  max-width: 395px;
  margin: -6px auto 26px;
}
.product-detail__effect {
  max-width: 890px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail__effect--ic {
  max-width: 300px;
  margin-right: 20px;
}
.product-detail__effect--point {
  width: 100%;
  max-width: 540px;
}
.product-detail__effect--point dl {
  width: 100%;
  display: flex;
  box-shadow: 1px 1px 3px 0 rgb(0, 0, 0, 0.2);
  height: 60px;
  margin-bottom: 15px;
  border-radius: 100px;
}
.product-detail__effect--point dt {
  font-size: 22px;
  width: 100%;
  max-width: 135px;
  font-family: futura-pt, sans-serif;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.product-detail__effect--point dd {
  width: 100%;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
}
.product-detail__effect--point dl sup {
  font-size: 60%;
}
.product-detail__effect--point-note {
  text-align: right;
  font-size: 12px;
}

.product-detail #essence .product-detail__effect--point dt {
  font-size: 20px;
  padding: 13px 10px 10px 18px;
  background: #f3c1b4; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f3c1b4 0%, #f39a9a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f3c1b4 0%, #f39a9a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f3c1b4 0%, #f39a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-detail #whitening .product-detail__effect--point dt {
  font-size: 20px;
  padding: 13px 10px 10px 18px;
  background: #D87284; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #D87284 0%, #D93452 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #D87284 0%, #D93452 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #D87284 0%, #D93452 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1000px) {
  .product-detail__main {
    padding: 0 10px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-detail__main {
    display: block;
    padding: 25vw 8vw 32px;
  }
  .product-detail__effect--point-note {
    font-size: 12px;
  }
  .product-detail__main--img {
    max-width: 80%;
    margin: 0 auto 10vw;
  }
  .product-detail__main--info {
    max-width: auto;
    margin: auto;
  }
  .product-detail__main--info--title {
    white-space: nowrap;
    font-size: 6vw;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .product-detail__main--info--title > span {
    font-size: 4.6vw;
    padding-top: 0;
  }
  .product-detail__main--info--feature {
    margin-bottom: 7vw;
  }
  .product-detail__main--info--color {
    margin-bottom: 5vw;
  }
  .product-detail__effect {
    margin: 0 5vw;
    display: block;
  }
  .product-detail__effect--ic {
    max-width: 70%;
    margin: 0 auto 6vw;
  }
  .product-detail__effect--point {
    max-width: auto;
    margin: auto;
  }
  .product-detail__effect--point dl {
    height: 15vw;
    margin-bottom: 3vw;
  }
  .product-detail__effect--point dt {
    font-size: 4.2vw;
    max-width: 32vw;
  }
  .product-detail__effect--point dd {
    font-size: 3.6vw;
    padding: 0.5vw 3vw;
  }
}
/* ----製品特徴---- */
.product-detail__feature {
  max-width: 880px;
  margin: 0 auto 40px;
}
.product-detail__feature--point {
  margin-bottom: 15px;
}
.product-detail__feature--point--list li {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.product-detail__feature--point--list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.product-detail__feature--point--list sup{
  font-size: 80%;
  vertical-align: baseline;
}
.product-detail #essence .product-detail__feature--point--list li::before {
  background-color: #fa9188;
}
.product-detail #whitening .product-detail__feature--point--list li::before {
  background-color: #D87284;
}
.product-detail__feature--ingredient {
  margin-bottom: 15px;
}
.product-detail__feature--ingredient--title {
  font-size: 18px;
  color: #511810;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-detail__feature--tag {
  display: flex;
  flex-wrap: wrap;
}
.product-detail__feature--tag li {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 2px 10px 3px 13px;
  margin: 0 15px 15px 0;
}
.product-detail #essence .product-detail__feature--tag li {
  background: #f3c1b4; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f3c1b4 0%, #f39a9a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f3c1b4 0%, #f39a9a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f3c1b4 0%, #f39a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-detail #whitening .product-detail__feature--tag li {
  background: #D87284; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #D87284 0%, #D93452 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #D87284 0%, #D93452 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #D87284 0%, #D93452 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-detail__feature--price {
  font-size: 18px;
  display: flex;
}
.product-detail__feature--price dl {
  display: flex;
  margin-right: 15px;
}
.product-detail__feature--price dt {
  border: 1px solid #333;
  padding: 2px 14px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .product-detail__feature {
    max-width: auto;
    margin: 0 7vw 5vw;
  }
  .product-detail__feature--point {
    margin-bottom: 5vw;
  }
  .product-detail__feature--point--list li {
    position: relative;
    font-size: 4vw;
    padding-left: 4vw;
    margin-bottom: 2vw;
  }
  .product-detail__feature--point--list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #000;
    position: absolute;
    top: 0.6em;
    left: 0;
  }
  .product-detail__feature--ingredient {
    margin-bottom: 3vw;
  }
  .product-detail__feature--ingredient--title {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .product-detail__feature--tag li {
    font-size: 3.8vw;
    padding: 1vw 2vw;
    margin: 0 3vw 3vw 0;
  }
  .product-detail__feature--tag li:last-child {
    margin: 0 0 3vw 0;
  }
  .product-detail__feature--price {
    font-size: 4vw;
  }
  .product-detail__feature--price dl {
    margin-right: 3vw;
  }
  .product-detail__feature--price dt {
    padding: 0 2vw;
    margin-right: 1.5vw;
  }
}
/* ----使用方法---- */
.product-detail__howto {
  max-width: 880px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.8;
}
.product-detail__howto--att-title {
  font-weight: normal;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .product-detail__howto {
    max-width: auto;
    margin: 0 5vw 5vw;
    font-size: 4vw;
  }
  .product-detail__howto--att-title {
    margin-top: 5vw;
  }
}
/* ----全成分---- */
.product-detail__ingredient {
  max-width: 880px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .product-detail__ingredient {
    max-width: auto;
    margin: 0 5vw;
    font-size: 4vw;
  }
}


.spc__color ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}


.spc__color ul li.is-active {
  border: solid 2px #E75297;
  background-color: #fff;
  cursor: initial;
}
.switch-btn{
  font-size: 12px;
  font-weight: 600;
}

.btn-gray{
  font-size: 1.6rem;
  width: 530px;
  height: 76px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #333333;
  transition: .3s;
}

.btn-gray:hover{
  background: #e7e7e7;
}


.spc__color ul li {
  user-select: none;
  display: flex;
  padding: 6px 0px 5px 6px;
  cursor: pointer;
  margin: 0;
  border: 1px solid #707070;


}


@media screen and (max-width: 767px) {
  .spc__color ul {
    
    grid-template-columns: repeat(1, 1fr);
    row-gap: 14x;
    
  }
  .spc__color ul li {
    user-select: none;
    display: flex;
    padding: 8px 0px 8px 10px;
    cursor: pointer;
    margin: 0;
    border: 1px solid #707070;
  
  
  }
}


.spc__color{
  margin-bottom: 50px;
}




/* ----カラー---- */

.spc__btn--naturalbeige::before {
  background-color: #EED1BB;
}
.spc__btn--beige::before {
  background-color: #EECAA6;
}
.spc__btn--naturalocher::before {
  background-color: #CFA482;
}
.spc__btn--shinybeige::before {
  background: #F0D3BD url(../img/color_shiny.png) no-repeat center center;
}

/* ----amazon限定デザイン---- */
.product-amazon {
  font-size: 21px;
  display: flex;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.product-amazon figure {
  max-width: 230px;
  padding-right: 10px;
}
.product-amazon span {
  font-size: 60%;
  font-family: Optima, yugothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro",Arial,sans-serif;
}
@media screen and (max-width: 767px) {
  .product-amazon {
    font-size: 5vw;
  }
  .product-amazon figure {
    max-width: 50%;
    padding-right: 3vw;
  }
}
/*============================================================*/
/*    products */
/*============================================================*/
.products {
  font-size: 14px;
  margin: 0;
  padding-bottom: 100px;
}

.pro_container{
  padding-inline: 2vw;
  padding-right: 2vw;
    margin-inline: auto;
    max-width: 1090px;
}

@media screen and (max-width: 767px) {
  .products .row {
    margin: 0;
  }
  .pro_container{
  padding-inline: 2vw;
}
}

@media screen and (max-width: 767px) {
  .products .container {
    padding: 0;
  }
}

.pro_item{
  
  margin-bottom: 10px;
}
.pro_img dd{
  font-size: 18px;
  margin-left: 50px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .pro_img dd{
    font-size: 16px;
  margin-left: 0px;
}
}


.vegan_item{
  margin-bottom: 1.6em;

}

.pro_desc{
  max-width: 550px;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .pro_desc{
  padding-top: 0;
  max-width: 700px;
}
}

.pro_item img{
  
  height: auto;
  width: auto;
}
.pro_grid{
  
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  padding-block: 6vw;
}

@media screen and (max-width: 767px) {
  .pro_grid{
  padding-inline: 4vw;
  grid-template-columns: 1fr;
  padding-block: 12vw;
    
}
}



.products h3 {

  font-family: "futura-pt", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 16px;
}


.pro_line{
  display: block;
  border-bottom: 3px solid #DDD;
  margin-bottom: 40px;
}

.products h4 {
  font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: bold;
    font-size: clamp(22px, 3.4vw, 32px);
    line-height: 1.4;
    margin-bottom: 28px;
    letter-spacing: 0;
}

.pro_desc-copy{
  font-size: clamp(18px, 3vw, 20px);
  font-family: "ryo-gothic-plusn";
  line-height: 1.6;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.pro_desc-text{
  font-size: 15px;
    font-family: "ryo-gothic-plusn";
  line-height: 1.6em;
  margin-bottom: 0;
  letter-spacing: 0.08em;
 
}



@media screen and (max-width: 767px) {
  .products h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.pro_desc-copy{
  margin-bottom: 2vw;
}
.pro_desc-text{
  font-size: 14px;
}

.pro_line{
  margin-bottom: 46px;
}
  .products h4 {
    line-height: 1.4em;
    padding: 0;
    margin-bottom: 18px;
  }
}

.products {
  margin-bottom: 24px;
  font-size: 14px;
  font-family: "ryo-gothic-plusn";
  letter-spacing: 0.16em;
    line-height: 1.8em;
    font-weight: 300;
}
.products img{
   margin: 0;
  padding: 0;
  display: block;
}



@media screen and (max-width: 767px) {
  .products {
    padding: 0;
    font-size: 14px;
  }
  
}
.products dl dt {
  display: block;
}

.products .pull-right dl dt {
  display: flex;
  font-family: "ryo-gothic-plusn";
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  margin: 0 0 16px;
  padding: 9px 8px 8px 0px;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.products dt {
  display: flex;
  justify-content: space-between;
}

.products dt .icon {
  background: url("../../img/icon_plus.png") no-repeat;
  width: 20px;
}

.products .icon img {
  display: none;
}

.pro_desc-color_item {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 550px;
    gap: 14px;   
    margin-left: 8px;/* 中央揃え */
    margin-inline: 0.6vw;
}
.pro_desc-color_item01 {
  margin-bottom: 24px;
}
.pro_desc-color_item02 {
  margin-bottom: 24px;
}
.pro_desc-color_item img{
  width: 100%;
}
.pro_desc-color_item01 img{
  width: 100%;
}
.pro_desc-color_item02 img{
  width: 50%;
}

.pro_desc-color{
  
  align-items: center;
  padding-block: 20px;
  
}
.pro_desc-color img{
  margin-bottom: 10px;

}

.open{
  font-size: 18px;
  font-family: "ryo-gothic-plusn";

}


.products .open .icon {
  background: none;
}

.products .open img {
  display: block;
}

.products dd img {
  margin-bottom: 20px;
}


.products dd strong {
  background: #FFF;
  font-size: 18px;
  border: 1px solid #000;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
  margin-right: 16px;
  padding: 12px 10px 7px;
  text-align: center;
  width: 84px;
}
.products dd p {
  
  margin-bottom: 0.6em;
  
}

@media screen and (max-width: 767px) {
  .products .opentab {
    margin-bottom: 50px;
  }
  .products dd strong {
  padding: 11px 10px 8px 12px;
    width: 66px;
  font-size: 16px;
  
}
.pro_desc-color_item02 img{
  width: 100%;
}
.pi-var{
  padding-inline: 10vw;
}
.itemvar{
  grid-template-columns: repeat(2, 1fr);
}
}

.products .row:after {
  background-color: #DDD;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 60px 0;
  vertical-align: middle;
  width: 100%;
}