Hi @太郎 アルゴ ,
Did you only run the two select query without Update query?
Intent exclusive (IX) – when an intent exclusive lock (IX) is acquired it indicates to SQL Server that the transaction has the intention to modify some of lower hierarchy resources by acquiring exclusive (X) locks individually on those lower hierarchy resources.
Refer to the bog All about locking in SQL Server to get more information about locks.
You can follow the steps from MS document Understand and resolve SQL Server blocking problems to resolve your issue.
If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.