html:has(#funwaribust-milkycream) {
	scroll-behavior: smooth;
}
#funwaribust-milkycream {
  margin: 0 auto;
  max-width: 1000px;
}

/*------------------------------------------------------
  GIF
------------------------------------------------------*/
#funwaribust-milkycream .texture {
  position: relative;
}
#funwaribust-milkycream .texture .gif {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 360px;
}
#funwaribust-milkycream .texture.texture2 .gif {
  right: 60px;
  width: 326px;
}

@media (width < 821px) {
  #funwaribust-milkycream .texture .gif {
    right: 4.696vw;
    width: 38.261vw;
  }
  #funwaribust-milkycream .texture.texture2 .gif {
    right: 8.609vw;
    width: 34.435vw;
  }
}

/*------------------------------------------------------
  Contact
------------------------------------------------------*/
.l-contact {
  position: relative;
}
.contact {
  position: absolute;
  left: 50%;
  bottom: 224px;
  transform: translateX(-50%);
  display: flex;
}
.contact li {
  width: 210px;
}

@media (width < 821px) {
  .contact {
    bottom: 26.5vw;
  }
  .contact li {
    width: 23vw;
  }
}

/*------------------------------------------------------
  カスタマーセンター
------------------------------------------------------*/
.customer-center {
  position: relative;
}
.customer-center .btn_chat {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 523px;
}
@media (width < 768px) {
  .customer-center .btn_chat {
    top: 13.333vw;
    width: 67.2vw;
  }
}