@charset "UTF-8";

/* product-wrap
---------------------------------------------------*/
.product-wrap .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.product-wrap .ttl-section {
  margin-left: -3px;
  margin-bottom: 40px;
}
.product-wrap .title {
  margin-left: -13px;
  margin-bottom: 20px;
}
.product-wrap .explain p {
  color: var(--key-color);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.product-wrap .explain p.note {
  text-align: right;
  font-size: var(--font-size-note);
  line-height: 1;
  margin-top: 1em;
  margin-right: 0.5em;
}
.product-wrap .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 1.64%;
  margin-top: 40px;
}
.product-wrap .product-list .product {
  width: 49.18%;
}
.product-wrap .product-list .product a {
  display: block;
}
.product-wrap .product-list .product .fig {
  margin-bottom: 10px;
}
.product-wrap .product-list .product .fig img {
  width: 100%;
}
.product-wrap .product-list .product .balloon {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.product-wrap .product-list .product .balloon span {
  display: inline-block;
  width: 180px;
  height: 59px;
  color: var(--key-color);
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-image: url("../img/lineup/balloon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 12px;
}
.product-wrap .product-list .product .product-name {
  color: var(--key-color);
  font-size: var(--font-size-ms);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
/* batiste-shampoo */
#batiste-shampoo.product-wrap .inner {
  padding-top: 120px;
}
#batiste-shampoo.product-wrap .title img {
  width: 274px;
}
/* batiste-shampoo-plus */
#batiste-shampoo-plus.product-wrap .inner {
  padding-top: 80px;
  padding-bottom: 120px;
}
#batiste-shampoo-plus.product-wrap .title img {
  width: 274px;
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .product-wrap .inner {
    padding-top: 20.5128vw;
    padding-bottom: 20.5128vw;
  }
  .product-wrap .ttl-section {
    margin-left: -0.7692vw;
    margin-bottom: 10.2564vw;
  }
  .product-wrap .title {
    margin-left: -3.3333vw;
    margin-bottom: 5.1282vw;
  }
  .product-wrap .product-list {
    gap: 10.2564vw 1.64%;
    margin-top: 10.2564vw;
  }
  .product-wrap .product-list .product .fig {
    margin-bottom: 2.5641vw;
  }
  .product-wrap .product-list .product .balloon {
    margin-bottom: 2.5641vw;
  }
  .product-wrap .product-list .product .balloon span {
    width: 46.1538vw;
    height: 15.1282vw;
    padding-top: 3.0769vw;
  }
  /* batiste-shampoo */
  #batiste-shampoo.product-wrap .inner {
    padding-top: 30.7692vw;
  }
  #batiste-shampoo.product-wrap .title img {
    width: 70.2564vw;
  }
  /* batiste-shampoo-plus */
  #batiste-shampoo-plus.product-wrap .inner {
    padding-top: 20.5128vw;
    padding-bottom: 30.7692vw;
  }
  #batiste-shampoo-plus.product-wrap .title img {
    width: 70.2564vw;
  }
}

/* howto
---------------------------------------------------*/
#howto {
  background-color: #feefed;
}
#howto .inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
#howto .title {
  color: var(--key-color);
  font-size: var(--font-size-x);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 29px;
}
#howto .movie {
  width: 100%;
}
#howto .movie video {
  width: 100%;
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  #howto .inner {
    padding-top: 20.5128vw;
    padding-bottom: 25.641vw;
  }
  #howto .title {
    margin-bottom: 7.4358vw;
  }
}

.clrChart {
  background: #fae5e7;
  padding: 20px 0 30px;
  margin: 0 0 4vw;
}
.clrChart img {
}

@media screen and (min-width: 1px) and (max-width: 1080px) {
  .clrChart {
    padding: 3vw 0px 0;
    margin: 0 auto 10vw;
  }
  .clrChart img {
  }
}
