#tiger-bottle .hero.ext01 .visual .bnr{
	position: fixed;
	top: auto;
	right: auto;
	left: 24px;
	bottom: 24px;
	width: 350px;
	margin: 0;
	z-index: 999;
}

@media (max-width: 1100px){
	#tiger-bottle .hero.ext01 .visual .bnr{
		left: 2.1818vw;
		bottom: 2.1818vw;
		width: 31.8181vw;
	}
}

@media (max-width: 750px){
	#tiger-bottle .hero.ext01 .visual .bnr{
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		transform: none;
	}
    #tiger-bottle .hero.ext01 .visual .bnr .icon{
        display: none;
    }
    #tiger-bottle .hero.ext01 .visual .bnr .bnr-body{
        height: 60px;
        padding-top: 0;
        border-radius: 0;
    }
    #tiger-bottle .hero.ext01 .visual .bnr .bnr-body .illust{
        display: none;
    }
    #tiger-bottle .hero.ext01 .visual .bnr .bnr-body .txt{
        top: 50%;
        margin-top: 0;
        transform: translateY(-50%);
    }
}
