.adsInterstitial-modal {
position: fixed;
top: 0;
left: 0;
z-index: 10000000;
width: 100%;
height:100%;
display: none;
background: rgba(0,0,0,0.6);
}
.adsInterstitial-modal-overlay {
width: 100%;
height:100%;
display: flex;
justify-content: center;
align-items: center;
}
.adsInterstitial-modal-content {
width: auto;
text-align:center;
font-size: large;
position:relative;
}
.adsInterstitial-modal.active {
display: block;
}
.adsInterstitial-modal button{
content: '';
background:url(https://img.altema.jp/altema/uploads/2022/11/2022y11m15d_1943019134.png) no-repeat center / 16px rgb(255 255 255 / 98%);
display: inline-block;
border-radius: 50px;
height: 30px;
width: 30px;
position: relative;
bottom: -21px;
right: -49%;
box-shadow: 1px 1px 2px 1px rgb(115 115 115 / 40%);
cursor: pointer;
z-index: 1;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.adsInterstitial-modal button{
right: -49%;
bottom: -20px;
}
.adsInterstitial-modal-content{
padding:0;
margin:38px;
}
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.adsInterstitial-modal button.adsInterstitial-modal-close{
right: -49%;
bottom:-20px;
}
}