情報元 https://www.negitaku.org/news/n-27516
ドイツのプレイヤーを対象とし、『Counter-Strike 2』で販売されるガチャアイテムの中身を事前確認してから購入できる仕組みが2026年3月16日より導入されます。
※画像はドイツのものではなく、日本版での表示です
公式SNS投稿
Beginning March 16th, players in Germany will have an “X-Ray Scanner” tab in their Inventory.
For those players, containers can only be opened via X-ray Scanner. The X-Ray Scanner will come preloaded with a one-time exclusive non-tradable “Genuine P250 | X-ray”, which must be…
— CS2 (@CounterStrike) March 6, 2026
2026年3月16日より、ドイツのプレイヤーはインベントリに「X-Ray Scanner」タブが表示されるようになります。
今後、ドイツのプレイヤーがコンテナを開けるには「X-Ray Scanner」を使用する必要があります。
「X-Ray Scanner」にはトレード不可の限定アイテム「Genuine P250 | X-ray」が付属していて、一度だけ入手できます。「X-Ray Scanner」を使ってほかのコンテナを確認する前に、「Genuine P250 | X-ray」を必ず受け取る必要があります。
なぜこのような仕組みが導入されるのか
コンテナを開けるには、有料アイテムのキーを購入する必要があります。
キーを使ってコンテナから何が出るかはランダム抽選となります。
「X-Ray Scanner」を使う方式に変更されることで、ユーザーは中身を事前に確認し、同意した場合にのみ購入する流れになります。
つまり、「ランダム抽選での購入」から「事前に中身を確認して同意の上で購入」という形に変更することで規制に対応しています。
ただし、コンテナをスキャンして中身が表示されたあと、アイテムを購入しない限り次のコンテナをスキャンすることはできません。次のコンテナをスキャンしたい場合は、気に入らないアイテムでも購入する必要があります。
ヨーロッパではガチャ機能の規制が強化されており、2019年にはフランスのユーザー向けに同じ機能が導入されていました。
/* PC用共通スタイル */
#embed-card-220057 { margin: 1.5rem 0; width: 100%; }
#embed-card-220057 .embed-card { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; overflow: hidden; background: rgba(255, 255, 255, 0.05); color: #e5e5e5; display: flex; width: 100%; }
#embed-card-220057 .embed-card__link { display: flex !important; text-decoration: none !important; color: inherit; width: 100%; flex-direction: row !important; margin: 0 !important; padding: 0 !important; }
#embed-card-220057 .embed-card__thumbnail { position: relative; width: 30%; aspect-ratio: 16/9; background: #2a2a2a; overflow: hidden; flex-shrink: 0; font-size: 0; line-height: 0; margin: 0 !important; padding: 0 !important; }
#embed-card-220057 .embed-card__thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; margin: 0 !important; padding: 0 !important; border: none !important; }
#embed-card-220057 .embed-card__content { width: 70%; padding: 16px; display: flex; flex-direction: column; justify-content: center; background: rgba(255, 255, 255, 0.05); flex-shrink: 0; margin: 0 !important; }
#embed-card-220057 .embed-card__label { position: absolute; top: 8px; left: 8px; background: #404040; color: #fff; font-size: 12px; font-weight: 600; padding: 4px 8px; border-radius: 4px; z-index: 2; line-height: 1; margin: 0 !important; }
#embed-card-220057 .embed-card__title { font-size: 16px; font-weight: 600; line-height: 1.5; margin: 0 0 8px !important; color: #fff; padding: 0 !important; }
#embed-card-220057 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }
/* wpautopで生成される余分なpタグを消す */
#embed-card-220057 p { margin: 0 !important; padding: 0 !important; }
#embed-card-220057 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-220057 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-220057 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-220057 .embed-card__content p { margin: 0 !important; padding: 0 !important; }
/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-220057.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-220057.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-220057.embed-card-wrapper .embed-card__thumbnail {
width: 35% !important;
min-width: 35% !important;
flex-shrink: 0 !important;
height: auto !important;
position: relative !important;
overflow: hidden !important;
}
#embed-card-220057.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-220057.embed-card-wrapper .embed-card__thumbnail img {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
width: auto !important;
height: 100% !important;
min-width: 100% !important;
max-width: none !important;
object-fit: cover !important;
}
#embed-card-220057.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-220057.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-220057.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-220057.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}
「CS2 – X-Ray Scanner」について (公式ページ和訳)
―― コンテナをスキャンしたらインベントリから無くなってしまいました。どこにいきましたか?
スキャンしたコンテナは消費扱いになり、Counter-Strike 2やSteamのインベントリに表示されなくなります。スキャンしたコンテナは、Steamコミュニティマーケットでトレードや販売できません。
―― コンテナをスキャンして中身を確認した後、Steamコミュニティマーケットでトレードや販売することはできますか?
できません。スキャンしたコンテナはSteamコミュニティマーケットでトレードや販売することは不可となっています。
―― コンテナをスキャンして中身のアイテムが明らかになりました。他のコンテナをスキャンするにはどうしたらよいですか?
コンテナをスキャンして中身が明らかになった場合、アイテムを購入して受け取ることで次のコンテナをスキャンできるようになります。
―― コンテナの中身をリセットしたり、同じコンテナを何度もスキャンしたりすることはできますか?
できません。コンテナをスキャンできるのは1回だけです。スキャンするとコンテナの中身が確定となり、変更されることはありません。
―― 種類が異なるコンテナをまとめてスキャンすることはできますか?
できません。コンテナ(Weapon Case, Sticker Capsule, Souvenir Packageなど)は、一度に1つしかスキャンできません。
―― 「Souvenir Package」もスキャンすることができますか?
できます。「Souvenir Package」はコンテナ扱いのアイテムです。他のコンテナと同じく、スキャンできるのは1回のみで、スキャンすると消費されたことになります。
スキャンした「Souvenir Package」はSteamコミュニティマーケットでトレードや販売不可となり、表示されたアイテムを受け取るまで次のコンテナをスキャンすることはできません。














