@charset "utf-8";
#karakuri-rikka-root {display: none !important;}
.p-aichat{
  width: 200px;
  height: 160px;
  aspect-ratio: 200/160;
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: block;
  place-content: center;
  opacity: 1;
  transition: opacity .3s ease;
  z-index: 100;
}
.p-aichat a{
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: url(https://www.dospara.co.jp/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/common/images/btn-open-aichat.webp) no-repeat center/contain;
}
.p-aichat img{
  width: auto;
  height: 100%;
}
.p-aichat button{
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px #00000026;
  z-index: 2;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
  cursor: pointer;
  background-color: #a2aeba;
  fill: #fff;
}
@media screen and (max-width:767px){
.p-aichat{
  width: 40vw;
  height: auto;
}
.p-aichat a{
  width: 100%;
  height: 100%;
}
}