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

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

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

	.menu {
		display: grid;
		grid-template-columns: 63% 10% 13% 7% 7%;
		height: 5.5vw;
		background-color: black;
	
	}
	.menu div {
		display: flex;
		align-items: center;
	}
	.menu a:link, .menu a:visited {
		color:#f4f0e0;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 2vw;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		color:#F26A35;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 2vw;
		text-decoration: none;
	}
	
	.menu img {
		width: 100%;
		height: auto;
	}
	/* .landing {
		width: 1280px;
		height: auto;
		position: absolute;
		top: 0px;
		z-index: 3;
		background-color: #476D21 

	} */
	.landing video {
		width: 100%;
		height: auto;

	}

	/* .landing script {
		width: 1280px;
		height: auto;
	} */

	.info {
		display: grid;
		grid-template-columns: 50% 50%; 
		background-color: black;
	}
	.info div {
		border: 1px solid #476D21 ;
		padding: 5%;
	}
	.info .merge {
		grid-column: span 2;
	}
	.info p {
		color: white;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 1.8vw;
				padding-left: 1vw;
		padding-right: 1vw;
	}
	.info span {
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 5.3vw;
		padding-left: 1vw;
		padding-right: 1vw;
	}
	.info img {
		width: 100%;
		height: auto;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.info .name {
		display: grid;
		grid-template-columns: 50% 50%; 
	}
	.crawl img {
		width: 100%;
		height: auto;
	}

	.group {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.group video{
		width: 100%;
		height: auto;
	}
	

	.designer {
		display: grid;
		grid-template-columns: 33.3% 33.34% 33.3%; 
		background-color: black;

	}
	.designer img {
		width: 100%;
		height: auto;

	}
	 .designer .space {
		padding-left: 1%;
		padding-right: 1%;
		padding-top: 1%;
	} 
	/* .designer p {
		color: #134C5A;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 1.8vw;

	} */
	.footer {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    background-color: #134C5A;
    width: 100%;
    height: auto;
    background-image: url(newimage/web_background_footer.gif);
    background-repeat: no-repeat;
    background-size: cover;
	}
	

	.footer .logo img {
		position: absolute;
		width: 1280px;
		height: auto;
	}

	.footer p {
	font-family: "nobel", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.3vw;
	padding-right: 15%;
	padding-left: 12%;
	padding-bottom: 20%;
	/* [disabled]top: -35%; */
	padding-top: 38px;
	}

	.footer .backfo img {
		position: absolute;
		width: 50%;
		height: auto;
	}

	.footer .middle {
		display: flex;
		
		align-items: center;
	}
	.footer .middle img {
		width: 80%;
		height: auto;
	}
	.copyright {
		position: absolute;
		right: 0px;
		bottom: 0px;
		color: #FFFFFF;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 1.3vw;
		padding-bottom: 1vw;
		padding-right: 2vw;
	}
}

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

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

	.menu {
		display: grid;
		grid-template-columns: 61% 10% 14% 6% 9%;
		height: 5.5vw;
		background-color: black;
	}
	.menu div {
		display: flex;
		align-items: center;
	}
	.menu a:link, .menu a:visited {
		color:#f4f0e0;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 2.5vw;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		color:#F26A35;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 2.5vw;
		text-decoration: none;
	}
	
	.menu img {
		width: 3vw;
		height: auto;
	}
	.landing {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.landing video {
		width: 100%;
		height: auto;
	}

	.info {
		display: grid;
		grid-template-columns: 50% 50%; 
		background-color: black;
	}
	.info div {
		border: 1px solid #476D21 ;
		padding: 5%;
	}
	.info .merge {
		grid-column: span 2;
	}
	.info p {
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 1.8vw;
		padding-left: 20px;
		padding-right: 20px;
		color: white;
	}
	.info span {
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 4.9vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.info img {
		width: 100%;
		height: auto;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.info .name {
		display: grid;
		grid-template-columns: 50% 50%; 
	}
	
	.crawl img {
		width: 100%;
		height: auto;
	}
	.group {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.group video{
		width: 100%;
		height: auto;
	}
	.designer {
		display: grid;
		grid-template-columns: 33.33% 33.34% 33.33%; 
		background-color: black;

	}
	.designer img {
		width: 100%;
		height: auto;

	}
	 .designer .space {
		padding-left: 1%;
		padding-right: 1%;
		padding-top: 1%;
	} 
	.designer p {
		color: #134C5A;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 1.8vw;

	}
	.footer {
		display: grid;
		grid-template-columns: 20% 20% 20% 40%; 
		background-color: #476D21;
		
	}
	.footer p {
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 1.8vw;
		padding: 20%;

	}
	.footer .middle {
		display: flex;

		align-items: center;
	}
	.footer .middle img {
		width: 80%;
		height: auto;
	}
	.copyright {
		position: absolute;
		right: 0px;
		bottom: 0px;
		color: #FFFFFF;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 1.3vw;
		padding-bottom: 1vw;
		padding-right: 2vw;
	}
}

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

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

	.menu {
		display: grid;
		grid-template-columns: 19% 20% 25% 13% 23%;
		height: 9vw;
		background-color: black;
	}
	.menu div {
		display: flex;
		align-items: center;
	}
	.menu a:link, .menu a:visited {
		color: white;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 3.9vw;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		color:#F26A35;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 3.9vw;
		text-decoration: none;
	}
	
	.menu img {
		width: 6.3vw;
		height: auto;
	}
	.landing {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.landing video {
		width: 100%;
		height: auto;
	}

	.info {
		background-color: black;
	}
	.info div {
		border: 1px solid #476D21;
		padding: 2%;
	}
	.info .merge {
		grid-column: span 2;
	}
	.info p {
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 3.5vw;
		padding-left: 20px;
		padding-right: 20px;
		color: white;
	}
	.info span {
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 10vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.info img {
		width: 100%;
		height: auto;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.info .name {
		display: grid;
		grid-template-columns: 50% 50%; 
	}
	.info .hide {
		display: none;
	}
	
	.crawl img {
		width: 100%;
		height: auto;
	}
	.group {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.group video{
		width: 100%;
		height: auto;
	}
	.designer {
		display: grid;
		grid-template-columns: 33.33% 33.34% 33.33%; 
		background-color: black;
	}
	.designer img {
		width: 100%;
		height: auto;

	}
	 .designer .space {
		padding-left: 1%;
		padding-right: 1%;
		padding-top: 1%;
	} 
	.designer p {
		color: #476D21;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 3vw;

	}
	.footer {
		background-color: #476D21;
		
	}
	.footer .hide {
		display: none;

	}
	.footer .middle {
		display: flex;
		align-items: center;
	}
	.footer .middle img {
		width: 45%;
		height: auto;
		margin: 5vw;
	}
	.copyright {
		position: absolute;
		right: 0px;
		bottom: 0px;
		color: #FFFFFF;
		font-family: "nobel", sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size: 2.5vw;
		padding-bottom: 1vw;
		padding-right: 2vw;
	}
}
