:root{
  --main-color: #BC626E;
  --present-color: #F5E8EA;
  --white: #fff;
  --text: #727171;
  --font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
img {
  width: 100%;
  vertical-align: bottom;
}
.u-fz-small{
  font-size: 12px;
}

/*■■■■■■■■■■■■ PC用 ■■■■■■■■■■■■*/

/*PC,SP出し分け*/
.pc- {
  display: block !important;
}
.pc-inline{
  display: inline-block !important;
}
.sp- {
  display: none !important;
}
/*ここまでPC,SP出し分け*/


/*cw-wrap*/
.cw-wrap {
  max-width: 1140px;
  padding-bottom: 20px;
  margin: 0 auto;
  font-family: 'Shippori Mincho', serif;
  color: var(--text);
  line-height: 1;
  letter-spacing: 0.05em;
}
.cw-wrap img {
  width: 100%;
  height: auto;
}
.cw-mv {
  position: relative;
  width: 100%;
  height: 37vw;
  padding: 0;
  background-image: url("/img/e/BB251105cp/251105_BB1600_b.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 60px;
}
/*ここまでcw-wrap*/


/*cw-cp-wrap*/
.cw-cp-wrap {
  max-width: 980px;
  margin: 0 auto 100px auto;
  text-align: center;
}
.cw-cp-ttl {
  font-weight: bold;
  font-size: 20px;
  font-family: var(--font);
  color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

.cw-cp-wrap-inner {
  max-width: 885px;
  margin: 0 auto;
}
/*ここまでcw-cp-wrap*/


/*cw-cp*/
.bg-line {
  background-image: url("/img/e/220316-cw-new-white/bg-line.gif");
  background-size: auto;
  padding-bottom: 50px;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.cw-term {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
}
.cw-term-ttl {
  font-size: 18px;
  font-weight: bold;
  width:20%;
  color: var(--main-color);
  font-family: var(--font);
}
.cw-term-txt {
  font-family: "Yu Gothic Medium", var(--font);
  font-size: 15px;
  line-height: 1.8;
  width: 80%;
}
.cw-term-small-txt{
  font-family: "Yu Gothic Medium", var(--font);
  font-size: 12px;
  line-height: 1.8;
  margin-top: 12px;
}

/*cw-gel-wrap*/
.cw-gel-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 50px;
}
.cw-gel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background-color: var(--present-color);
  width: 100%;
  height: auto;
  padding-top: 17px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 2em;
}
.cw-gel-fig {
  width: 330px;
  height: auto;
}
.cw-gel-inner {
  padding-left: 20px;
  width: calc(100% - 137px);
}
.cw-gel-ttl {
  font-weight: bold;
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 13px;
  margin-top: 15px;
}
.cw-gel-ttl span {
  font-size: 13px;
}
.cw-gel-read {
  font-family: "Yu Gothic Medium", var(--font);
  font-size: 14px;
  line-height: 1.8;
}
/*ここまでcw-cp*/


/*pickup*/
.cw-prod-ttl-main {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
}
.cw-prod-ttl {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.cw-prod {
  max-width: 1200px;
  margin: 100px auto 60px auto;
  font-family: "Yu Gothic Medium", var(--font);
}
.cw-prod-inner {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 20px 0 100px 0;
}
.cw-prod-item {
  width: 30%;
}
.cw-prod-item-img{
  width: 85%;
  margin: 0 auto;
}
.cw-prod-link {
  display: block;
}
.cw-prod-brand{
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
.cw-prod-price {
  font-size: 20px;
  margin-bottom: 32px;
}
.cw-prod-bt {
  font-family: "Yu Gothic Medium", var(--font);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f678a3 0%, #f43f77 100%);
  width: 100%;
  height: 29px;
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 0;
}
.cw-prod-bt:hover {
  text-decoration: underline;
}
.arrow{
  position: relative;
}
.arrow::after {
  content: "";
  position: absolute;
  right: 60px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: var(--white);
}
/*ここまでpickup*/


/*■■■■■■■■■■■■ SP用 ■■■■■■■■■■■■*/

@media screen and (max-width: 759px) {
  /*PC,SP出し分け*/
  .pc- , .pc-inline {
    display: none !important;
  }
  .sp- {
    display: block !important;
  }
	
.product .p-product__header {
    padding: 0 0!important;
  }
  /*ここまでPC,SP出し分け*/
	
  /*cw-wrap*/
  .cw-wrap {
    width: 100%;
    padding-bottom: 4vw;
    margin: 0 auto;
    font-family: 'Shippori Mincho', serif;
    color: var(--text);
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .cw-wrap img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .cw-mv {
    position: relative;
    width: 100%;
    height: 60vw;
    background-image: url("/img/e/BB251105cp/251105_BB750.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 7.905vw;
  }
  /*ここまでcw-wrap*/
  
  /*cw-cp*/
  .cw-cp-wrap {
    width: 100%;
    margin: 0 auto 50px 0;
    text-align: center;
  }
  .cw-cp-ttl {
    font-size: 4.2vw;
    width: 100%;
    margin-bottom: 5vw;
    line-height: 1.8;
  }
  .cw-cp-wrap-inner {
    /*width: 100%;*/
    width: auto;
    margin: 0 auto;
    padding: 0 11.594vw;
  }

  .bg-line {
    background-image: url("/img/e/220316-cw-new-white/bg-line.gif");
    background-size: auto;
    padding-bottom: 6.588vw;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 6.588vw;
  }
  .cw-term {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: "Yu Gothic Medium", var(--font);
    margin-bottom: 6.588vw;
  }
  .cw-term-ttl {
    width: 100%;
    margin-bottom: 2.635vw;
  }
  .cw-term-txt {
    font-family: "Yu Gothic Medium", var(--font);
    font-size: 3.689vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    width: 100%;
  }
  .cw-term-small-txt{
    font-family: "Yu Gothic Medium", var(--font);
    font-size: 2.5vw;
    line-height: 1.8;
  }
  .cw-gel-wrap {
    display: block;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 6.588vw;
  }
  .cw-gel {
    display: block;
    border-radius: 1.318vw;
	  width: 100%;
    box-sizing: border-box;
  }
  .cw-gel-fig {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
  }
  .cw-gel-inner {
    padding-left: 0;
    width: 100%;
  }
  .cw-gel-ttl {
    font-weight: bold;
    font-family: var(--font);
    font-size: 3.953vw;
    line-height: 1.8;
    margin-bottom: 5.27vw;
    margin-top: 1.976vw;
  }
  .cw-gel-ttl span {
    font-size: 3.162vw;
  }
  .cw-gel-read {
    font-family: "Yu Gothic Medium", var(--font);
    font-size: 3.689vw;
    line-height: 1.8;
    clear: both;
    margin-bottom: 2.635vw;
  }
  /*ここまでcw-cp*/


  /*pickup*/
  .cw-prod {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 15.81vw auto;
    font-family: "Yu Gothic Medium", var(--font);
  }
  .cw-prod-inner{
    display: block;
    margin: 0;
  }

  .cw-prod-item {
    width:100%;
  }
  .cw-prod-item-inner {
    display: block;
  }
  .cw-prod-item-img {
    width: 70%;
    margin: 0 auto;
  }
  .cw-prod-item-txt {
    width: 100%;
    padding: 50px;
    margin: -30px auto 0 auto;
    box-sizing: border-box;
  }
  .cw-prod-ttl-main {
    font-size: 6.2vw;
  }
  .cw-prod-ttl {
    font-size: 4.5vw;
  }
  .cw-prod-brand{
    font-size: 3.689vw;
    margin-bottom: 10px;
  }
  .cw-prod-data-list {
    font-family: "Yu Gothic Medium", var(--font);
    font-size: 2vw;
    line-height: 1.8;
    margin-bottom: 5.27vw;
  }
  .cw-prod-bt {
    font-family: "Yu Gothic Medium", var(--font);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(180deg, #f678a3 0%, #f43f77 100%);
    width: 100%;
    height: 9.486vw;
    font-size: 3.689vw;
    border-radius: 5.27vw;
    margin: 0 auto;
  }
  .cw-prod-bt:hover {
    text-decoration: underline;
  }
  .arrow {
    padding: 15px 0;
  }
  .arrow::after {
    content: "";
    position: absolute;
    right: 15vw;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: var(--white);
  }
  /*ここまでpickup*/
}
