@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1;
}

img{
	width: 100%;
}

html{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

body {
    font-family: "Times New Roman", Times, "serif";
    -webkit-font-smoothing: antialiased;
    height: 100%;
	background: url("../img/TheTerrusse-WEB-TOP.jpg") center left no-repeat;
    background-size: cover;
    position: relative;
	display: block;
	overflow: hidden;
}

footer {
    bottom: 0;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem;
	position: fixed;
	color: #fff;
	font-weight: bold;
}

footer div{
	font-size: 0.8rem;
}

.Ftr-insta a{
	color: #fff;
	text-decoration: none;
}


.Wrap .Contents .Logo {
    width: 20%;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width:1280px){

}

@media (max-width:1024px){

}

@media (max-width:768px){
	.Wrap .Contents .Logo {
		width: 35%;
	}
}

@media (max-width:580px){
	body {
		background-position: 55% center;
	}
	.Wrap .Contents .Logo {
		width: 60%;
	}
	.Wrap .Contents .Logo img {
		transform: rotate(90deg);
	}
	.Ftr-txt {
		position: fixed;
		left: -25px;
		bottom: 70px;
		transform: rotate(90deg);
		width: 100px;
		text-align: right;
	}
	.Copyright {
		position: fixed;
		right: -25px;
		bottom: 70px;
		transform: rotate(90deg);
		width: 100px;
		text-align: right;
	}
	.Ftr-insta {
		width: 100%;
		text-align: center;
	}
}

@media (max-width:428px){

}

@media (max-width:375px){

}

@media (max-width:320px){

}






