@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.5em;
}

ul,
ol {
  list-style-type: none;
}

a:hover {
  opacity: 0.9;
}

a:focus {
  outline: none;
}

img {
  height: auto;
  border: 0;
  vertical-align: top;
  max-width: 100%;
  margin: 0;
}

video {
  vertical-align: bottom;
  width: 100%;
  outline: none;
}

.content_wrap {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 230px;
}

.rl {
  position: relative;
}

.video01 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 28px;
  z-index: -1;
}

.video02 {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: 13%;
}

.btn01 {
  position: absolute;
  width: 694px;
  top: 832px;
  left: 27px;
}

.slide01 {
  position: absolute;
  left: 0;
  top: 115px;
  width: 100%;
}

.slide01 .slick-slide {
  margin-left: 40px;
}

.slide01 .slick-list {
  padding: 0 21% 0 0 !important;
}

.btmfix {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 50%;
  width: 750px;
  margin-left: -375px;
}

.btmfix .btn02 {
  width: 288px;
  position: absolute;
  right: -5px;
  top: 5px;
}

.btn03 {
  position: absolute;
  width: 601px;
  top: 338px;
  left: 76px;
}

.video03 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 200px;
  z-index: -1;
  top: 52%;
}

.video04 {
  position: absolute;
  width: 650px;
  top: 0;
  left: 50px;
}



.slide02-back{
  background-image: url(../images/webp/clay_shampoo_new_LP_00_2507_1_08.webp);
  background-size: cover;
  padding-top: 17% !important;
}
.ani01 {
  
  width: 47%;
    position: absolute;
   
    z-index: -1;
    top: 38%;
    right: 3%;
    left: unset;
}
.overlaid {
  position: relative;
}

.tel_order {
  bottom: 9.4%;
  left: 0;
  right: 0;
  width: 64%;
  margin: 0 auto;
  position: absolute
}

.coconefoot {
  max-width: 700px;
  margin: 0 auto;
  width: 100%
}

.coconefoot img {
  width: 100%;
}

.coconefoot_links {
  display: flex;
  justfy-content: center;
}

.coconefoot_links li {
  width: 24%;
  text-align: center;
  margin: 10px 0;
  color: #333;
}
@media(max-width:749px) {
  a:hover {
    opacity: 1;
  }

  img {
    width: 100%;
  }

  .content_wrap {
    width: 100%;
    padding-bottom: 30.66vw;
  }

  .video01 {
    top: 3.73vw;
  }

  .video02 {
    padding: 0 5.33vw 13.33vw;
  }

  .btn01 {
    width: 92.53vw;
    top: 112.4vw;
    left: 3.6vw;
  }

 

  .btmfix {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .btmfix .btn02 {
    width: 37.46vw;
    right: 0.27vw;
    top: 1.66vw;
  }

 

  .video04 {
    width: 86.6vw;
    left: 6.7vw;
  }



  .ani01 {
    width: 53%;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 35%;
    left: unset;
  
  }

  .btn03 {
    width: 83.53vw;
    top: 44.4vw;
    left: 8.0vw;
  }
}