@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
	display: block;
	width: 100%;
	height: 100%;
}

#container  {
    width: 100%;
	padding-top: 140.27%; /* (3591 / 2560) * 100 = 140.27% */

	background-position: top;
	background-image: url('./images/background.jpg');
	background-size: cover;
	
	background-repeat: no-repeat;

	position: relative;
}

.element {
    position: absolute;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.element.logo {
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 40%;
    height: 40%;
	background-image: url('./images/logo.png');
}

.element.shtho {
    bottom: 3%;
    right: 5%;
    width: 18%;
    height: 8%;
	background-image: url('./images/shtho.png');
}

.element.local {
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 45%;
    height: 15%;
	background-image: url('./images/local.png');
}

.element.list {
    bottom: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    height: 8%;
	background-image: url('./images/list.png');
}

.element.ticket {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    height: 7%;
	background-image: url('./images/ticket.png');
}