.acgame-list{
    grid-template-columns: repeat(2,1fr);	
    
    button{
            padding: 0.5rem 1.5rem 0.3rem 1.5rem;
        }
    li{
	    font-size: 0.9rem;
    }
}
.acgame:has(.acgame-result__header) {
    .acgame-result__header {
	font-size:1.3rem;
	margin-bottom: 2rem;
    }
    .acgame-result__img {
	padding: 0 1rem;
	margin-bottom: 2rem;
    }
    .acgame-result__button button {
	font-size: 1.3rem
    }
}

.acgame:has(.acgame-discount__link) {
    .acgame-discount__link {
	line-height: 1.35;
	font-size: 1rem;
	margin-bottom: 2rem;
	overflow-x: scroll;
	max-width: calc(100vw - 2rem);
    }
    .acgame-discount__text {
	font-size: 1.2rem;
	margin-bottom: 2rem;
    }
}
.body-right h1:empty{
    margin: 0;
}