@charset "UTF-8";

/* 商品詳細ページ設置LP用 */

/*------------------------------------------------------
  patent
------------------------------------------------------*/
.patent {
  position: relative;
}
.gif_patent {
  position: absolute;
  bottom: 134px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  border-radius: 160px;
}
@media (width < 780px) {
  .gif_patent {
    bottom: 17.179vw;
    border-radius: 20.513vw;
  }
}

/*------------------------------------------------------
  howtowear
------------------------------------------------------*/
.howtowear {
  position: relative;
}
.youtube {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
	width: 90%;
	aspect-ratio:16/9;
}
.youtube iframe,
.youtube video {
	width: 100%;
	height: 100%;
}
@media (width < 780px) {
  .youtube {
    top: 19.231vw;
  }
}