@scope (.sp .chatbot-fixed-container) {
  :scope {
    position: fixed;
    bottom: 50px; /* アイコンの下からの表示位置を指定*/
    right: -20px; /* アイコンの右からの表示位置を指定*/
    z-index: 1000;
    text-align: right;
  }

  #triggerImage {
    background-image: url(/images/iframe/image-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .trigger-image {
    cursor: pointer;
    width: 192px; /* アイコンの幅を変更*/
    height: 64px; /* アイコンの高さを変更*/
    margin-left: auto;
  }
}
