@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/*-------------------------------------------
px→vw
 * ex)
   width: sp(200)
   width: tab(200)
-------------------------------------------*/
.peachCol .peachColInner {
  margin: 0 auto;
  width: 92%;
  background: #fce5e4;
}
.peachCol .peachColInner .productsList {
  background: url(../../images/recommend/creerbeaute/peach/img_02.jpg) no-repeat top center/100% auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .peachCol .peachColInner {
    width: 100%;
    max-width: 1000px;
  }
}
.peachCol .peachColInner .movie01 {
  margin: 0 auto;
  width: 78.4%;
}
.peachCol .peachColInner .movie {
  position: relative;
  padding-top: 177.77%;
}
.peachCol .peachColInner .movie iframe {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
