/* #ピカタグのゲーム見出し共通装飾。Android互換のためstrokeではなくshadowで二重縁を作る。 */
.pk-sticker{
  font-family:"Dela Gothic One","Zen Kaku Gothic New",sans-serif;
  font-weight:400;
  font-style:normal;
  letter-spacing:.02em;
  paint-order:stroke fill;
  -webkit-text-stroke:0;
  text-shadow:
    -2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,
    -4px -4px 0 #0b0b16,4px -4px 0 #0b0b16,-4px 4px 0 #0b0b16,4px 4px 0 #0b0b16,
    0 6px 0 #0b0b16;
}
.pk-sticker-s{
  font-family:"Dela Gothic One","Zen Kaku Gothic New",sans-serif;
  font-weight:400;
  font-style:normal;
  letter-spacing:.02em;
  paint-order:stroke fill;
  -webkit-text-stroke:0;
  text-shadow:
    -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff,
    -2px -2px 0 #0b0b16,2px -2px 0 #0b0b16,-2px 2px 0 #0b0b16,2px 2px 0 #0b0b16,
    0 3px 0 #0b0b16;
}
