@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)
-------------------------------------------*/
.curetteCol .curetteColInner {
  margin: 0 auto;
  width: 92%;
}
.curetteCol .curetteColInner .products {
  position: relative;
}
.curetteCol .curetteColInner .products .productsList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.curetteCol .curetteColInner .products .productsList li {
  position: absolute;
  width: 29%;
}
.curetteCol .curetteColInner .products .productsList li:nth-child(1) {
  top: 4.2594%;
  left: 5%;
}
.curetteCol .curetteColInner .products .productsList li:nth-child(2) {
  top: 4.2594%;
  left: 35.5%;
}
.curetteCol .curetteColInner .products .productsList li:nth-child(3) {
  top: 4.2594%;
  left: 66.1%;
}
.curetteCol .curetteColInner .products .productsList li:nth-child(4) {
  top: 48.4027%;
  left: 20.2%;
}
.curetteCol .curetteColInner .products .productsList li:nth-child(5) {
  top: 48.4027%;
  left: 50.8%;
}
.curetteCol .curetteColInner .products .productsList li a, .curetteCol .curetteColInner .products .productsList li img {
  display: block;
}
.curetteCol .curetteColInner .btnbox {
  position: relative;
}
.curetteCol .curetteColInner .btnbox a, .curetteCol .curetteColInner .btnbox div {
  position: absolute;
  display: block;
}
.curetteCol .curetteColInner .btnbox a img, .curetteCol .curetteColInner .btnbox div img {
  display: block;
}
.curetteCol .curetteColInner .btnbox.--btn01 a {
  width: 72%;
  top: 73.5384%;
  left: 50%;
  transform: translateX(-50%);
}
.curetteCol .curetteColInner .btnbox.--btn02 div {
  width: 21.8%;
  top: 16.9172%;
  left: 8.8%;
}
.curetteCol .curetteColInner .btnbox.--btn02 a:nth-child(3) {
  width: 16.9%;
  top: 19.3609%;
  left: 39.1%;
}
.curetteCol .curetteColInner .btnbox.--btn02 a:nth-child(4) {
  width: 24.8%;
  top: 18.609%;
  left: 67%;
}
.curetteCol .curetteColInner .btnbox.--btn03 a:nth-child(2) {
  width: 72%;
  top: 7.5514%;
  left: 50%;
  transform: translateX(-50%);
}
.curetteCol .curetteColInner .btnbox.--btn03 a:nth-child(3) {
  width: 43.6%;
  top: 29.9771%;
  left: 50%;
  transform: translateX(-50%);
}
.curetteCol .curetteColInner .btnbox.--btn04 a {
  width: 72%;
  top: 77.0889%;
  left: 50%;
  transform: translateX(-50%);
}
.curetteCol .curetteColInner .btnbox.--btn05 a {
  width: 72%;
  top: 71.875%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .curetteCol .curetteColInner {
    width: 100%;
    max-width: 1000px;
  }
}
.curetteCol .curetteColInner .movie01 {
  position: relative;
  width: 100%;
}
.curetteCol .curetteColInner .movie01 .movie {
  width: 100%;
}
.curetteCol .curetteColInner .movie01 .movie iframe {
  display: block;
  width: 78.3333%;
  height: auto;
  aspect-ratio: 1 / 1.5133;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.curetteCol .curetteColInner .anchor {
  margin-top: -16px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .curetteCol .curetteColInner .anchor {
    margin-top: -32px;
    padding-top: 32px;
  }
}
