@charset "UTF-8";

/* フロントエンドのスタイル */

/* Web ビーコン */
.st-am-impression-tracker
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    white-space: nowrap;
}
