@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
img, video {
	display: block;
}

@media only screen and (min-width: 1200px) {
	.top {
		position: fixed;
		right: 2.9vw;
		bottom: 0.5vw;
		transform: rotateZ(-90deg);
		
		font-family: "avenir-lt-pro", sans-serif;
		font-weight: 800;
		font-style: normal;
		font-size: 5.5vw;
		z-index: 100;
	}
	.top a:link, .top a:visited {
		color: #E0522C;
		text-decoration: none;
	}
	.top a:hover, .top a:active {
		color: #AEB623;
	}

	.menu, .info, .designer, .crawl, .footer {
		width: 100%;
		position: relative;
	}

	.menu {
		display: grid;
		grid-template-columns: 59% 10% 13% 6% 12%;
		height: 5.5vw;
		
		background-color: #e9ae21;
		
		font-family: "avenir-lt-pro", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 2.1vw;
	}
	.menu div {
		display: flex;
		align-items: center;
	}
	.menu a:link, .menu a:visited {
		color:#F4F0E0;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		color:#e0522c;

	}
	.menu img {
		width: 3vw;
		height: auto;
	}
	
	/* dropdown - start */
	.dropdown{
		z-index: 200;
	}
	.archive {
		position: absolute;
		top: 4.5vw;
		left: 87.2%;
		display: none;
		z-index: 300;
		background-color: rgba(249,246,229,0.35);
		padding: 1vw 2vw 1vw 2vw;
		line-height: 2.7vw;
		}
	.dropdown:hover .archive{
		display: block;	
		
	}
	.archive a:link, .archive a:visited {
		color: #D6D1BB;
		text-decoration: none;
		}
	.archive a:hover, .archive a:active {
		color: #E0522C;
		}
		/* dropdown - end */
	
	.landing {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.landing video, .crawl img, .group video, .designer img {
		width: 100%;
		height: auto;
	}

	.info {
		display: grid;
		grid-template-columns: 50% 50%; 
		background-color: #F4F0E0;
		
		font-family: "avenir-lt-pro", sans-serif;
		font-style: normal;
		font-weight: 600;
		color: #453d63;
	}
	.info div {
		border: 2px solid #e0522c;
		padding: 3.6vw;
	}
	.info .merge {
		grid-column: span 2;
	}
	.info p {
		font-size: 1.8vw;
		padding-left: 1vw;
		padding-right: 1vw;
	}
	.info span {
		font-size: 5.3vw;
		padding-left: 1vw;
		padding-right: 1vw;
	}
	.info img {
		width: 90%;
		height: auto;
		padding-top: 1.8vw;
		padding-bottom: 1.8vw;
		padding-left: 3vw;
	}
	.info .name, .info .name2 {
		display: grid;
		grid-template-columns: 50% 50%;
		border: none;
	}
	.group {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.designer {
		display: grid;
		grid-template-columns: 25% 25% 25% 25%;
		background-color: #F4F0E0;
		
		padding-top: 3.8vw;
	}
	.designer .space {
		padding-left: 1.8vw;
		padding-right: 1.8vw;
		padding-top: 1vw;
		padding-bottom: 1vw;
	}
	.designer p {
		color: #453d63;
		font-family: "avenir-lt-pro", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 1.8vw;
	}

	/* footer - start */
	.footer {
		display: grid;
		grid-template-columns: 20% 20% 20% 40%; 
		background-color: #c8c43d;
		
		font-family: "avenir-lt-pro", sans-serif;
		font-style: normal;
		color: #FFFFFF;
	}
	.footer p {
    	font-weight: 400;
		font-size: 1.6vw;
		padding: 13%;
	}

	.footer img {
		width: 90%;
		height: auto;
		
		margin-top: 4.6vw;
	}
	.copyright {
		position: absolute;
		right: 0px;
		bottom: 0px;

 		font-weight: 200;
		font-size: 1.3vw;
		padding-bottom: 1.3vw;
		padding-right: 2vw;
	}
	/* footer - end */
	

}

@media only screen and (min-width: 601px) and (max-width: 1199px) {
	.top {
		position: fixed;
		right: 2.9vw;
		bottom: 0.5vw;
		transform: rotateZ(-90deg);
				
		font-family: "avenir-lt-pro", sans-serif;
		font-weight: 800;
		font-style: normal;
		font-size: 5.5vw;
		z-index: 100;
	}
	.top a:link, .top a:visited {
		color: #E0522C;
		text-decoration: none;
	}
	.top a:hover, .top a:active {
		color: #AEB623;
	}

	.menu, .info, .designer, .crawl, .footer {
		width: 100%;
		position: relative;
	}
	.menu {
		display: grid;
		grid-template-columns: 59% 10% 13% 6% 12%;
		height: 5.5vw;
		
		background-color: #e9ae21;
		
		font-family: "avenir-lt-pro", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 2.1vw;
	}
	.menu div {
		display: flex;
		align-items: center;
	}
	.menu a:link, .menu a:visited {
		color:#F4F0E0;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		color:#e0522c;
	}
	.menu img {
		width: 3vw;
		height: auto;
	}
	
	/* dropdown - start */	
	.dropdown{
		z-index: 200;
	}
	.archive {
		position: absolute;
		top: 4.5vw;
		left: 87.2%;
		display: none;
		z-index: 300;
		
		background-color: rgba(249,246,229,0.35);
		padding: 1vw 2vw 1vw 2vw;
		line-height: 2.7vw;
		}

	.dropdown:hover .archive{
		display: block;	
	}
	.archive a:link, .archive a:visited {
		color: #D6D1BB;
		text-decoration: none;
		}
	.archive a:hover, .archive a:active {
		color:#e0522c;
		}
		/* dropdown - end */	
	
	.landing {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.landing video, .crawl img, .group video, .designer img {
		width: 100%;
		height: auto;
	}

	.info {
		display: grid;
		grid-template-columns: 50% 50%; 
		background-color: #F4F0E0;
		
		font-family: "avenir-lt-pro", sans-serif;
		font-style: normal;
		font-weight: 600;
		color: #453d63;
	}
	.info div {
		border: 2px solid #e0522c;
		padding: 3.6vw;
	}
	.info .merge {
		grid-column: span 2;
	}
	.info p {
		font-size: 1.8vw;
		padding-left: 1vw;
		padding-right: 1vw;
	}
	.info span {
		font-size: 5.3vw;
		padding-left: 1vw;
		padding-right: 1vw;
	}
	.info img {
		width: 90%;
		height: auto;
		padding-top: 1.9vw;
		padding-bottom: 1.9vw;
		padding-left: 3vw;
	}
	.info .name, .info .name2 {
    display: grid;
    grid-template-columns: 50% 50%;
    border: none;
	}
	
	.group {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}

	.designer {
		display: grid;
		grid-template-columns: 25% 25% 25% 25%; 
		background-color: #F4F0E0;
		
		padding-top: 3.3vw;
	}
	.designer .space {
		padding-left: 1.8vw;
		padding-right: 1.8vw;
		padding-top: 1vw;
		padding-bottom: 1vw;
	}
	.designer p {
		color: #453d63;
		font-family: "avenir-lt-pro", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 1.8vw;
	}
	.footer {
		display: grid;
		grid-template-columns: 20% 20% 20% 40%; 
		background-color: #c8c43d;
		
		font-family: "avenir-lt-pro", sans-serif;
		font-style: normal;
		color: #FFFFFF;
	}
	.footer p {
		font-weight: 400;
		font-size: 1.6vw;
		padding: 14%;

	}

	.footer img {
		width: 90%;
		height: auto;
		
		margin-top: 4.8vw;
	}
	.copyright {
		position: absolute;
		right: 0px;
		bottom: 0px;
		
		font-weight: 200;
		font-size: 1.3vw;
		padding-bottom: 1.3vw;
		padding-right: 2vw;
	}
	
}

@media only screen and (max-width: 600px) {
	.top {
		position: fixed;
		right: 3.9vw;
		bottom: 0.5vw;
		transform: rotateZ(-90deg);
		z-index: 100;
		
		font-family: "avenir-lt-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 10vw;
	}
	.top a:link, .top a:visited {
		color: #E0522C;
		text-decoration: none;
	}
	.top a:hover, .top a:active {
		color: #AEB623;
	}

	.menu, .info, .designer, .crawl, .footer {
		width: 100%;
		position: relative;
	}

	.menu {
		display: grid;
		grid-template-columns: 17% 18% 26% 12% 27%;
		height: 9vw;
		
		background-color: #e9ae21;
		font-family: "avenir-lt-pro", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 3.9vw;
	}
	.menu div {
		display: flex;
		align-items: center;
	}
	.menu a:link, .menu a:visited {
		color:#F4F0E0;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		color:#e0522c;
	}
	.menu img {
		width: 6.3vw;
		height: auto;
	}
	
	/* dropdown - start */
	.dropdown{
		z-index: 200;
	}
	.archive {
		position: absolute;
		top: 7.5vw;
		left: 72.2%;
		display: none;
		z-index: 300;
		background-color: rgba(249,246,229,0.35);
		padding: 1.5vw 3vw 1.5vw 3vw;
		line-height: 5vw;
		}
	.dropdown:hover .archive{
		display: block;	
	}
	.archive a:link, .archive a:visited {
		color: #D6D1BB;
		text-decoration: none;
		}
	.archive a:hover, .archive a:active {
		color: #E0522C;
		}
		/* dropdown - end */
	
	.landing {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.landing video, .crawl img, .group video, .designer img {
		width: 100%;
		height: auto;
	}

	.info {
		background-color: #F4F0E0;
		
		font-family: "avenir-lt-pro", sans-serif;
		font-style: normal;
		font-weight: 600;
		color: #453d63;
	}
	.info div {
		border: 2px solid #e0522c;
		padding: 5vw;
	}
	
	.info .merge {
		grid-column: span 2;
	}
	.info p {
		font-size: 3.5vw;
	}
	.info span {
		font-size: 6.5vw;
	}
	.info img {
		width: 90%;
		height: auto;
		padding-top: 1.8vw;
		padding-bottom: 1.8vw;
		padding-left: 2vw;
	}
	.info .name, .info .name2 {
		display: grid;
		grid-template-columns: 50% 50%; 
		border: none;
	}
	.info .name2{
		margin-top: -23%;
	}
	.group {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}

	.designer {
		display: grid;
		grid-template-columns: 50% 50%; 
		background-color: #F4F0E0;
		
		padding-top: 3.2vw;
	}

	.designer .space {
		padding-left: 2.7vw;
		padding-right: 2.7vw;
		padding-top: 2vw;
		padding-bottom: 2vw;

	}
	.designer p {
		color: #453d63;
		font-family: "avenir-lt-pro", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 3.5vw;
	}
	.footer {
		background-color: #c8c43d;
		font-family: "avenir-lt-pro", sans-serif;
		font-style: normal;
		color: #FFFFFF;
	}
	.footer .hide {
		display: none;
	}

	.footer img {
		width: 70%;
		height: auto;
		padding: 5vw;
	}
	.copyright {
		position: absolute;
		right: 0px;
		bottom: 0px;

		font-weight: 200;
		font-size: 2.5vw;
		padding-bottom: 2vw;
		padding-right: 3vw;
	}

}
