
/*------------------------------------------------------iPad-Pro-PORTRAIT----*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

.entryMain {
    padding: var(--uniP);
}

.amMark {
    width: 17vw;
}

.amWord {
    width: 80vw;
}

#hpEntrySection .subTitle {
    font-size: 3vw;
}

#starSection01{
	aspect-ratio: 1 / 1;
    height: auto;
}


}







/*------------------------------------------------------iPad-Pro-LANDSCAPE----*/


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {


}